@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
html {
  font-size: 4vw;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc02-block {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc02-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

svg {
  display: block;
}

:root {
  --main-color: #47bd97;
  --sub-color: #ff7b79;
  --blue: #00a0e9;
  --yellow: #ffe500;
  --mint: #43d1b6;
  --orange: #ff9d15;
}

main {
  overflow: hidden;
  background-color: #fff;
}

a.fix-btn {
  display: block;
  position: fixed;
  width: 100%;
  font-size: 4.8vw;
  background-color: var(--sub-color);
  padding: 1.2em 0;
  z-index: 30;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    width: 150px;
    height: 150px;
    border-radius: 50em;
    box-sizing: border-box;
    padding: 2em 0 0;
    font-size: 16px;
    line-height: 1.4em;
    bottom: 30px;
    right: 30px;
    transition: 0.3s;
  }
  a.fix-btn:hover {
    background-color: var(--main-color);
    /*&::after{
    	transform: translate(-50%,-50%) scale(1.14);
    	border: solid 2px #ff6915;
    	opacity: 0.6;
    }*/
  }
}
@media screen and (min-width: 1280px) {
  a.fix-btn {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}
a.fix-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  a.fix-btn::after {
    width: calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    border: solid 2px #fff;
    border-radius: 50em;
    transition: all 0.3s;
  }
}
a.fix-btn .txt {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  a.fix-btn .txt {
    margin: 0;
  }
}
a.fix-btn .arrow {
  fill: #fff;
  filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(197%) hue-rotate(283deg) brightness(118%) contrast(100%);
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 1.6em;
}
@media screen and (min-width: 768px) {
  a.fix-btn .arrow {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 0.6em auto 0;
  }
}

div.yellow-area {
  background-image: url(../myimg/yellow-bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding-bottom: 17vw;
}
@media screen and (min-width: 768px) {
  div.yellow-area {
    padding-bottom: 90px;
  }
}

div.bg-area {
  background-color: #bde68e;
  background-image: url(../myimg/bg-main_sp.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 100%, 100%;
  padding-bottom: 33vw;
}
@media screen and (min-width: 768px) {
  div.bg-area {
    background-image: url(../myimg/bg-main.png);
    padding-bottom: 90px;
  }
}

div.hero-area {
  position: relative;
  padding: 0 0 7vw;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding: 0 0 50px;
    margin: auto;
  }
}
div.hero-area .hero-arrow {
  position: absolute;
}
div.hero-area .hero-arrow.arrow01 {
  width: 80%;
  top: -4vw;
  left: -40vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow01 {
    width: 46%;
    top: -2%;
    left: -9%;
  }
}
div.hero-area .hero-arrow.arrow02 {
  width: 28%;
  top: 24vw;
  left: 10vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow02 {
    width: 20%;
    top: 36.6%;
    left: 5%;
  }
}
div.hero-area .hero-arrow.arrow03 {
  width: 60%;
  top: 30vw;
  left: 59vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow03 {
    width: 40%;
    top: 43%;
    left: 46%;
  }
}
div.hero-area .hero-arrow.arrow04 {
  width: 81%;
  top: 14vw;
  left: 96vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow04 {
    width: 45%;
    top: 10%;
    left: 90%;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow05 {
    width: 14%;
    top: 30%;
    left: -35%;
  }
}
div.hero-area .hero-arrow.arrow06 {
  width: 30%;
  top: 23vw;
  left: 78vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow06 {
    width: 20%;
    top: 48%;
    left: -34%;
  }
}
div.hero-area .hero-arrow.arrow07 {
  z-index: 5;
  width: 64%;
  top: 83vw;
  left: -46vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow07 {
    width: 40%;
    top: 81%;
    left: -17%;
  }
}
div.hero-area .hero-arrow.arrow08 {
  width: 24%;
  top: 72vw;
  left: 88vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow08 {
    width: 14%;
    top: 128%;
    left: 3%;
  }
}
div.hero-area .hero-arrow.arrow09 {
  width: 67%;
  top: 118vw;
  left: 30vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow09 {
    width: 38%;
    top: 83%;
    left: 52.4%;
  }
}
div.hero-area .hero-arrow.arrow10 {
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow10 {
    width: 14%;
    top: 50%;
    left: 110%;
  }
}
div.hero-area .hero-arrow.arrow11 {
  z-index: 5;
  width: 33%;
  top: 162vw;
  left: 61vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow11 {
    width: 19%;
    top: 137%;
    left: 78%;
  }
}
div.hero-area .hero-arrow.arrow12 {
  width: 58%;
  top: 122vw;
  left: -30vw;
}
div.hero-area header {
  display: block;
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: 24%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.hero-area header {
    width: 18.6%;
    top: 3vw;
    right: auto;
    left: 3vw;
  }
}
div.hero-area .hero-obj {
  position: absolute;
  top: 0;
  right: 10vw;
  width: 16vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-obj {
    width: 5.8vw;
    right: 19.4vw;
  }
}
div.hero-area h1 {
  width: 86%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -33vw;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    width: 94%;
    margin: auto;
    margin-top: -11vw;
    padding-left: 1.6%;
    max-width: 869px;
  }
}
div.hero-area p.hero-txt01 {
  position: absolute;
  background-color: #000;
  color: #fff;
  border-radius: 50em;
  font-weight: bold;
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: -11vw;
  right: -5vw;
  width: 46vw;
  height: 46vw;
  padding-top: 5vw;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt01 {
    width: 13vw;
    height: 13vw;
    max-width: 179px;
    max-height: 179px;
    top: 5%;
    right: 10%;
    font-size: clamp(1px, 1.18vw, 16px);
    padding-top: 0;
  }
}
div.hero-area div.hero-slide {
  width: 94%;
  margin: -9vw auto 0;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-slide {
    margin: auto;
  }
}
div.hero-area p.hero-txt02 {
  text-align: center;
  font-size: 4.6vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 2.2em;
  margin: 30vw 0 10vw;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt02 {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0;
    margin: 160px 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area p.hero-txt02 {
    font-size: 22px;
  }
}
div.hero-area p.hero-txt03 {
  position: relative;
  width: 92%;
  margin: 2vw auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt03 {
    width: 75%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area p.hero-txt03 {
    left: -2vw;
    margin-top: -3vw;
    max-width: 941px;
  }
}
div.hero-area .hero-content {
  position: relative;
  max-width: 925px;
  margin-inline: auto;
}
div.hero-area .hero-content .hero-txt {
  position: relative;
  display: block;
  width: 92%;
  margin: 2vw auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-content .hero-txt {
    max-width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area .hero-content .hero-txt {
    width: 100%;
    left: -10px;
    margin-top: -3vw;
    max-width: 925px;
  }
}
div.hero-area .hero-content .hero-txt-sub {
  display: block;
  width: 92%;
  margin-top: 3%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-content .hero-txt-sub {
    width: 75%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area .hero-content .hero-txt-sub {
    top: -30px;
    left: -25px;
    margin-top: -30px;
    margin-left: 0;
    max-width: 248px;
  }
}

section.sec-step {
  margin-bottom: 25vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.sec-step {
    margin-bottom: 150px;
  }
}
section.sec-step::after {
  content: "";
  position: absolute;
  bottom: -20vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0px 55px;
  border-color: #ffe600 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  section.sec-step::after {
    bottom: -105px;
  }
}
section.sec-step.step04::after {
  content: none;
}
section.sec-step {
  /*======= step01 =======*/
}
section.sec-step.step01 {
  /*margin-bottom: 15vw;
  @include mq(pc) {
  	margin-bottom: 70px;
  }*/
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 .step-txt01 {
    margin-bottom: 0;
  }
}
section.sec-step.step01 .step01-txt01 {
  /*text-align: center;
  background-color: var(--yellow);
  text-align: center;
  font-weight: 500;
  border-radius: 1em;
  line-height: 1.2em;
  padding: 0.8em 0;
  width: 83%;
  margin: 0 auto 5vw;
  @include mq(pc) {
  	font-size: 16px;
  	width: 83%;
  	margin: 0 auto 22px;
  }*/
  position: relative;
  transform: translate(9.2%, 0);
  width: 90%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 .step01-txt01 {
    transform: translate(0);
    width: 83%;
    margin: 0 auto 25px;
  }
}
section.sec-step.step01 ul {
  text-align: center;
  width: 83%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-step.step01 ul li {
  /*background-color: var(--main-color);
  color: #fff;*/
  overflow: hidden;
  isolation: isolate;
  width: 32%;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li {
    width: 31%;
    margin-bottom: 0;
  }
}
section.sec-step.step01 ul li div.txt-wrap {
  padding: 2.4vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li div.txt-wrap {
    padding: 20px 0;
  }
}
section.sec-step.step01 ul li h3 {
  font-size: 3.73vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.step01 ul li h3 {
    font-size: 24px;
  }
}
section.sec-step.step01 ul li p {
  font-size: 3.7vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.step01 ul li p {
    font-size: 14px;
  }
}
section.sec-step.step01 p.step01-txt02 {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 p.step01-txt02 {
    width: 73.3%;
    margin: 20px auto;
  }
}
section.sec-step.step01 p.step01-txt03 {
  width: 32vw;
  height: 32vw;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 3.46vw;
  line-height: 1.3em;
  padding-top: 0.6em;
  box-sizing: border-box;
  letter-spacing: 0;
  border-radius: 50em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -27vw;
  left: -2vw;
  transform: rotate(-20deg);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 p.step01-txt03 {
    width: 150px;
    height: 150px;
    font-size: 16px;
    top: -60px;
    left: -40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.step01 p.step01-txt03 {
    font-size: 18px;
    width: 180px;
    height: 180px;
    left: -55px;
  }
}
section.sec-step.step01 p.step01-txt03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  border: solid 1px #fff;
  border-radius: 50em;
}
section.sec-step.step01 p.step01-txt03::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.4em;
  height: 2.4em;
  background-color: var(--main-color);
  right: 1.2em;
  bottom: -1.2em;
  transform: rotate(-30deg);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
section.sec-step.step01 p.step01-txt04 {
  width: 83%;
  margin: auto;
  text-align: right;
  font-size: 3.2vw;
  font-weight: 600;
  letter-spacing: 0;
  margin: 1em auto 2em;
}
section.sec-step {
  /*======= step02 =======*/
}
section.sec-step.step02 p.step02-txt01 {
  width: 86%;
  margin: 5vw auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 p.step02-txt01 {
    width: 73.3%;
    margin: 40px auto 40px;
  }
}
section.sec-step.step02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  background-color: #fff799;
  padding: 9%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul {
    padding: 40px 125px;
  }
}
section.sec-step.step02 ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 46%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul li figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.sec-step.step02 ul li figure picture {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul li figure picture {
    width: 48%;
  }
}
section.sec-step.step02 ul li figure figcaption {
  font-size: 3.7vw;
  line-height: 1.4em;
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul li figure figcaption {
    width: 48%;
    font-size: 1.8vw;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.step02 ul li figure figcaption {
    font-size: 20px;
  }
}
section.sec-step.step02 .cross {
  padding-block: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 .cross {
    padding-block: 30px 25px;
  }
}
section.sec-step.step02 .cross img {
  width: 15vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 .cross img {
    width: 70px;
  }
}
section.sec-step.step02 .sec-step-fes {
  background-color: #fff799;
  padding-block: 7.5% 12%;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 .sec-step-fes {
    padding-block: 45px;
  }
}
section.sec-step.step02 .sec-step-fes p {
  margin-bottom: 5%;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 .sec-step-fes p {
    font-size: 24px;
  }
}
section.sec-step.step02 .sec-step-fes p span {
  color: var(--mint);
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 .sec-step-fes img {
    width: 90%;
    max-width: 750px;
    margin-inline: auto;
  }
}
section.sec-step {
  /*======= step03 =======*/
}
section.sec-step.step03 div.step03-img01 {
  width: 82%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step03 div.step03-img01 {
    width: 68%;
  }
}
section.sec-step.step03 p.step03-txt01 {
  width: 86%;
  margin: 6vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-step.step03 p.step03-txt01 {
    width: 73.3%;
    margin: 40px auto 0;
  }
}
section.sec-step {
  /*======= step04 =======*/
}
section.sec-step.step04 {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step04 {
    margin-bottom: 70px;
  }
}
section.sec-step.step04 div.step04-img01 {
  width: 82%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step04 div.step04-img01 {
    width: 68%;
  }
}
section.sec-step.step04 p.step04-txt01 {
  width: 86%;
  margin: 6vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-step.step04 p.step04-txt01 {
    width: 73.3%;
    margin: 40px auto 0;
  }
}
section.sec-step {
  /*======= v02 =======*/
}
section.sec-step.v02-step01 {
  margin-top: -12vw;
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 {
    margin-top: 0;
    padding-top: 0;
  }
}
section.sec-step.v02-step01::after, section.sec-step.v02-step02::after, section.sec-step.v02-step03::after, section.sec-step.v02-step04::after {
  content: none;
}
section.sec-step.v02-step01 div.sec-step-inner, section.sec-step.v02-step02 div.sec-step-inner, section.sec-step.v02-step03 div.sec-step-inner, section.sec-step.v02-step04 div.sec-step-inner {
  padding: 10vw 8.5vw;
  background-color: #f2ede5;
  border: none;
  border-radius: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 div.sec-step-inner, section.sec-step.v02-step02 div.sec-step-inner, section.sec-step.v02-step03 div.sec-step-inner, section.sec-step.v02-step04 div.sec-step-inner {
    padding: 65px 7%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 div.sec-step-inner, section.sec-step.v02-step02 div.sec-step-inner, section.sec-step.v02-step03 div.sec-step-inner, section.sec-step.v02-step04 div.sec-step-inner {
    max-width: 100%;
    border-radius: 0;
    padding: 65px 80px;
  }
}
section.sec-step.v02-step01 div.sec-step-inner::before, section.sec-step.v02-step01 div.sec-step-inner::after, section.sec-step.v02-step02 div.sec-step-inner::before, section.sec-step.v02-step02 div.sec-step-inner::after, section.sec-step.v02-step03 div.sec-step-inner::before, section.sec-step.v02-step03 div.sec-step-inner::after, section.sec-step.v02-step04 div.sec-step-inner::before, section.sec-step.v02-step04 div.sec-step-inner::after {
  content: none;
}
section.sec-step.v02-step01 h2, section.sec-step.v02-step02 h2, section.sec-step.v02-step03 h2, section.sec-step.v02-step04 h2 {
  width: 43%;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 h2, section.sec-step.v02-step02 h2, section.sec-step.v02-step03 h2, section.sec-step.v02-step04 h2 {
    width: 160px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 h2, section.sec-step.v02-step02 h2, section.sec-step.v02-step03 h2, section.sec-step.v02-step04 h2 {
    width: 184px;
  }
}
section.sec-step.v02-step01 .step-txt01 .blue, section.sec-step.v02-step02 .step-txt01 .blue, section.sec-step.v02-step03 .step-txt01 .blue, section.sec-step.v02-step04 .step-txt01 .blue {
  color: var(--sub-color);
}
section.sec-step {
  /*======= v02-step01 =======*/
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 {
    padding-top: 135px;
  }
}
section.sec-step.v02-step01 p.step-txt01 .pc-txt {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 p.step-txt01 .pc-txt {
    display: inline-block;
  }
}
section.sec-step.v02-step01 p.v02-step01-txt {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 45px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 {
    width: 31%;
    margin: 0;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  margin: 1.4em 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 h3 {
    margin: 0 0 1em;
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 h3 {
    font-size: 25px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.sec-step.v02-step01 ul.ul01 li.li01 .title {
  text-align: center;
}
section.sec-step.v02-step01 ul.ul01 li.li01 .title .text {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 .title .text {
    margin-top: 15px;
    font-size: 15px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 .title .text::before, section.sec-step.v02-step01 ul.ul01 li.li01 .title .text::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: inline-block;
  width: 2px;
  height: 1.3em;
  background-color: var(--sub-color);
}
section.sec-step.v02-step01 ul.ul01 li.li01 .title .text::before {
  left: -0.9em;
  transform: rotate(-30deg);
}
section.sec-step.v02-step01 ul.ul01 li.li01 .title .text::after {
  right: -0.7em;
  transform: rotate(30deg);
}
section.sec-step.v02-step01 ul.ul01 li.li01 .list {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-bottom: 15px;
  font-size: 0.94em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 .list {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 .list li {
  width: 100%;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
section.sec-step.v02-step01 ul.ul01 li.li01 .list li::before {
  content: "● ";
  color: var(--sub-color);
}
section.sec-step.v02-step01 ul.ul01 li.li01 p {
  font-size: 0.84em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8em;
  margin: 2em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 p {
    font-size: 1.5vw;
    margin: 1em 0 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 p {
    font-size: 16px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-step.v02-step01 ul.ul01 li.li01 ul li {
  width: 48%;
  margin-bottom: 3%;
}
section.sec-step.v02-step01 ul.ul01 li.li01 ul li a {
  display: block;
  position: relative;
  padding: 0.6em 0 0.6em 3em;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px var(--sub-color);
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 ul li a {
    padding: 0.6em 0 0.6em 30%;
    font-size: 1.6vw;
    letter-spacing: 0;
    transition: all 0.2s;
  }
  section.sec-step.v02-step01 ul.ul01 li.li01 ul li a:hover {
    background-color: var(--sub-color);
    color: #fff;
  }
  section.sec-step.v02-step01 ul.ul01 li.li01 ul li a:hover span.arrow {
    fill: #fff;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 ul li a {
    font-size: 16px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 ul li a span {
  display: block;
  fill: var(--sub-color);
}
section.sec-step.v02-step01 ul.ul01 li.li01 ul li a span.arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.8em;
  width: 1em;
  transition: all 0.2s;
}
section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn {
  display: block;
  position: relative;
  border-radius: 50em;
  padding: 1em 0;
  margin-top: 5%;
  text-align: center;
  background-color: var(--sub-color);
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn {
    font-size: 1.6vw;
    transition: all 0.3s;
  }
  section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn:hover {
    background-color: var(--main-color);
  }
  section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn:hover::after {
    /*width: calc(100% + 0.3em);
    height: calc(100% + 0.3em);
    opacity: 0.6;
    border: solid 2px #009ba9;*/
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn {
    font-size: 15px;
  }
}
section.sec-step.v02-step01 ul.ul01 li.li01 a.near-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50em;
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  border: solid 1px #fff;
  pointer-events: none;
  transition: all 0.3s;
}
section.sec-step {
  /*======= v02-step02 =======*/
}
section.sec-step.v02-step02 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 {
    margin-bottom: 70px;
  }
}
section.sec-step.v02-step02 h2 {
  width: 65%;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 h2 {
    width: 283px;
  }
}
section.sec-step.v02-step02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-step.v02-step02 ul li {
  width: 46%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 ul li {
    width: 20%;
    margin-bottom: 0;
  }
}
section.sec-step.v02-step02 ul li figure figcaption {
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 0.6em;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 ul li figure figcaption {
    margin-top: 1em;
    font-size: 1.7vw;
    text-align: center;
  }
  section.sec-step.v02-step02 ul li figure figcaption.ir {
    padding-top: 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step02 ul li figure figcaption {
    font-size: 19px;
  }
}
section.sec-step.v02-step02 p.v02-step02-txt01 {
  font-size: 3.4vw;
  font-weight: 400;
  margin-top: 1.4em;
  line-height: 1.7em;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 p.v02-step02-txt01 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.v02-step02 p.v02-step02-txt01 {
    max-width: 1000px;
    margin-inline: auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step02 p.v02-step02-txt02 {
    width: 90%;
    max-width: 695px;
    margin: auto;
  }
}
section.sec-step {
  /*======= v02-step03 =======*/
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step03 div.v02-step03-img01 {
    max-width: 500px;
    margin: auto;
  }
}
section.sec-step {
  /*======= v02-step04 =======*/
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step04 {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step04 div.v02-step04-img01 {
    max-width: 500px;
    margin: auto;
  }
}
section.sec-step div.sec-step-inner {
  margin: auto;
  background: #fff;
  border-radius: 3.5em;
  box-sizing: border-box;
  position: relative;
  width: 91%;
  padding: 14vw 0 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-step div.sec-step-inner {
    border-radius: 30px;
    max-width: 1000px;
    padding: 95px 0 65px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step div.sec-step-inner::before, section.sec-step div.sec-step-inner::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
  }
}
section.sec-step div.sec-step-inner::before {
  top: 30px;
  left: 30px;
  border-top: 5px solid var(--main-color);
  border-left: 5px solid var(--main-color);
  border-top-left-radius: 30px;
}
section.sec-step div.sec-step-inner::after {
  right: 30px;
  bottom: 30px;
  border-right: 5px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);
  border-bottom-right-radius: 30px;
}
section.sec-step h2 {
  position: absolute;
  width: 43%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -3.7vw);
}
@media screen and (min-width: 768px) {
  section.sec-step h2 {
    width: 200px;
    transform: translate(-50%, -18px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step h2 {
    width: 255px;
    transform: translate(-50%, -22px);
  }
}
section.sec-step h2.v02-title {
  transform: translate(-50%, -12vw);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-step h2.v02-title {
    transform: translate(-50%, -45px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step h2.v02-title {
    transform: translate(-50%, -53px);
  }
}
section.sec-step p.step-txt01 {
  font-weight: bold;
  text-align: center;
  font-size: 4.4vw;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-step p.step-txt01 {
    font-size: 2.4vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step p.step-txt01 {
    font-size: 24px;
  }
}
section.sec-step p.step-txt01.ir01 {
  width: 120%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-step p.step-txt01.ir01 {
    width: 100%;
  }
}
section.sec-step p.step-txt01 .blue {
  color: var(--main-color);
}
section.sec-step p.step-txt01 .blue.pc-color {
  color: inherit;
}
@media screen and (min-width: 768px) {
  section.sec-step p.step-txt01 .blue.pc-color {
    color: var(--sub-color);
  }
}
section.sec-step p.step-txt02 {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0.8em 0;
  margin-top: 2em;
  font-size: 3.6vw;
}
@media screen and (min-width: 768px) {
  section.sec-step p.step-txt02 {
    border-radius: 50em;
    font-size: 1.76vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step p.step-txt02 {
    max-width: 1000px;
    margin-inline: auto;
    font-size: 16px;
  }
}

a.step-btn {
  display: block;
  background-color: var(--sub-color);
  border-radius: 50em;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 85%;
  font-size: 5vw;
  margin: 8vw auto 0;
  padding: 1.1em 0;
}
@media screen and (min-width: 768px) {
  a.step-btn {
    width: 450px;
    margin: 40px auto 0;
    font-size: 20px;
    padding: 1em 0;
    transition: all 0.3s;
  }
  a.step-btn:hover {
    background-color: var(--main-color);
  }
  a.step-btn:hover::after {
    /*width: calc(100% + 0.3em);
    height: calc(100% + 0.3em);
    opacity: 0.6;
    border: solid 2px #009ba9;*/
  }
}
a.step-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50em;
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  border: solid 1px #fff;
  pointer-events: none;
}
a.step-btn .txt {
  padding-right: 1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a.step-btn .txt {
    padding: 0;
  }
}
a.step-btn .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: 1.5em;
  fill: #fff;
}

p.step-note {
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin: auto;
  width: 90%;
  font-size: 3.7vw;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  p.step-note {
    font-size: 12px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1000px) {
  p.step-note {
    font-size: 14px;
  }
}

section.sec-flow div.sec-flow-inner {
  width: 84.2%;
  margin: auto;
  margin-bottom: 15vw;
  padding: 10% 0 0;
  border-top: dotted 2px #111;
  border-bottom: dotted 2px #111;
}
@media screen and (min-width: 768px) {
  section.sec-flow div.sec-flow-inner {
    width: 90%;
    margin-bottom: 65px;
    max-width: 1000px;
    padding: 65px 0 140px;
  }
}
section.sec-flow h2 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1.4em;
  padding: 0.28em 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-flow h2 {
    font-size: 20px;
    text-align: left;
    padding: 0.4em 0 0.4em 0.6em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-flow ul li {
  padding: 5% 0 0;
  border-bottom: dashed 1px #111;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li {
    width: 25%;
    padding: 0;
    border: none;
    border-right: dashed 1px #111;
  }
}
section.sec-flow ul li.li01 p {
  position: absolute;
  bottom: 13vw;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li.li01 p {
    text-align: center;
  }
}
section.sec-flow ul li.li02 p {
  position: absolute;
  bottom: 21vw;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li.li02 p {
    text-align: center;
  }
}
section.sec-flow ul li.li03 p {
  position: absolute;
  bottom: 9vw;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li.li03 p {
    text-align: center;
  }
}
section.sec-flow ul li.li04 p {
  position: absolute;
  bottom: 27vw;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li.li04 p {
    text-align: center;
  }
}
section.sec-flow ul li:last-child {
  border: none;
}
section.sec-flow ul li span.arrow {
  display: block;
  width: 3em;
  height: 1.4em;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li span.arrow {
    width: 1em;
    height: 2em;
    top: 35%;
    right: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
section.sec-flow ul li div.flow-img01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img01 {
    width: 72%;
    margin: 0 auto 7%;
  }
}
section.sec-flow ul li div.flow-img02 {
  width: 72%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img02 {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -105%);
  }
}
section.sec-flow ul li div.flow-img03 {
  width: 72%;
  margin: 10vw auto 0;
  transform: translate(7%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img03 {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 12%;
    margin: 0;
    transform: translate(0, 110%);
  }
}
section.sec-flow ul li p {
  text-align: center;
  font-size: 4.2vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li p {
    position: revert !important;
    font-size: 1.4vw;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow ul li p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-flow ul li p {
    font-size: 17px;
  }
}
section.sec-flow ul li p span.blue {
  font-weight: bold;
  color: var(--main-color);
  border-bottom: solid 1px var(--yellow);
}

section.sec-note {
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-note {
    padding-top: 80px;
  }
}
section.sec-note div.sec-note-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-note div.sec-note-inner {
    width: 90%;
    max-width: 1000px;
  }
}
section.sec-note h4 {
  font-size: 3.1vw;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-note h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-note h4 {
    font-size: 18px;
  }
}
section.sec-note ul {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 2em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-note ul {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-note ul {
    font-size: 14px;
  }
}
section.sec-note ul li {
  text-indent: -1em;
  padding-left: 1em;
}

footer {
  border-top: solid 1px #000;
  padding: 6vw 0 20vw;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 30px 0;
    margin-top: 85px;
  }
}
footer a.logo {
  display: block;
  width: 62%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer a.logo {
    width: 354px;
  }
}/*# sourceMappingURL=style.css.map */