@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 {
  --orange: #ff6915;
  --yellow: #ffea4c;
}

main {
  overflow: hidden;
}

a.fix-btn {
  display: block;
  position: fixed;
  width: 100%;
  font-size: 4.8vw;
  background-color: #009ba9;
  padding: 1.2em 0;
  z-index: 10;
  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(--orange);
    /*&::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;
  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: 180px;
  }
}

div.hero-area {
  position: relative;
  padding: 38vw 0;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding: 13% 0 180px;
    margin: auto;
    max-width: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area {
    padding: 160px 0 180px;
  }
}
div.hero-area .hero-arrow {
  position: absolute;
  pointer-events: none;
}
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: 34%;
  top: 30vw;
  left: 10vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow02 {
    width: 20%;
    top: 16.6%;
    left: 11%;
  }
}
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: 13%;
    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: 3%;
    left: 80%;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow05 {
    width: 14%;
    top: 30%;
    left: -35%;
  }
}
@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: 71%;
  top: 87vw;
  left: -42vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow07 {
    width: 40%;
    top: 37%;
    left: -10%;
  }
}
div.hero-area .hero-arrow.arrow08 {
  width: 24%;
  top: 140vw;
  left: 5vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow08 {
    width: 14%;
    top: 68%;
    left: 3%;
  }
}
div.hero-area .hero-arrow.arrow09 {
  width: 67%;
  top: 110vw;
  left: 70vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow09 {
    width: 38%;
    top: 40%;
    left: 62.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: 190vw;
  left: 80vw;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-arrow.arrow11 {
    width: 19%;
    top: 77%;
    left: 78%;
  }
}
div.hero-area .hero-arrow.arrow12 {
  width: 58%;
  top: 175vw;
  left: -20vw;
}
div.hero-area header {
  display: block;
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: 50%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.hero-area header {
    width: 18.6%;
    top: 3vw;
    left: 3vw;
  }
}
div.hero-area h1 {
  width: 86%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    width: 48%;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area h1 {
    margin: 0 auto 25px;
  }
}
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 {
  width: 94%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt03 {
    width: 80%;
    max-width: 520px;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area p.hero-txt03 {
    max-width: 589px;
  }
}

section.sec-step {
  margin-bottom: 25vw;
  /*======= step01 =======*/
  /*======= step02 =======*/
  /*======= step03 =======*/
  /*======= step04 =======*/
  /*======= v02 =======*/
  /*======= v02-step01 =======*/
  /*======= v02-step02 =======*/
  /*======= v02-step03 =======*/
  /*======= v02-step04 =======*/
}
@media screen and (min-width: 768px) {
  section.sec-step {
    margin-bottom: 150px;
  }
}
section.sec-step.step01 {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 {
    margin-bottom: 70px;
  }
}
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;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 .step01-txt01 {
    font-size: 16px;
    width: 83%;
    margin: 0 auto 22px;
  }
}
section.sec-step.step01 ul {
  text-align: center;
  width: 83%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-step.step01 ul li {
  background-color: var(--orange);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  border-radius: 2em;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li {
    width: 31%;
    border-radius: 2.4em;
    margin-bottom: 0;
  }
}
section.sec-step.step01 ul li div.txt-wrap {
  padding: 6vw 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 {
  margin-bottom: 0.6em;
  font-size: 5.8vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.step01 ul li h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step.step01 ul li h3 {
    font-size: 22px;
  }
}
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: #009ba9;
  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: #009ba9;
  right: 1.2em;
  bottom: -1.2em;
  transform: rotate(-30deg);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
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: 20px auto 50px;
  }
}
section.sec-step.step02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 82%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-step.step02 ul {
    width: 78%;
  }
}
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: 1em;
}
@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.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: 20px auto 0;
  }
}
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: 20px auto 0;
  }
}
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: var(--yellow);
  border: none;
}
@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 {
    padding: 65px 80px;
  }
}
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 {
  padding-top: 30vw;
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 {
    padding-top: 135px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step01 ul.ul01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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 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(--orange);
}
@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(--orange);
    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(--orange);
}
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(--orange);
  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: #009ba9;
  }
  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 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.4em;
  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 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-step.v02-step03 div.v02-step03-img01 {
    max-width: 500px;
    margin: auto;
  }
}
@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 {
  border: solid 0.8vw var(--orange);
  margin: auto;
  background: #fff;
  border-radius: 3.5em;
  box-sizing: border-box;
  position: relative;
  width: 90%;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-step div.sec-step-inner {
    border-radius: 7em;
    border: solid 4px var(--orange);
    max-width: 1000px;
    padding: 65px 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step div.sec-step-inner {
    border: solid 5px var(--orange);
  }
}
section.sec-step h2 {
  position: absolute;
  width: 43%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -12vw);
}
@media screen and (min-width: 768px) {
  section.sec-step h2 {
    width: 200px;
    transform: translate(-50%, -63px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-step h2 {
    width: 255px;
    transform: translate(-50%, -80px);
  }
}
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: 26px;
  }
}
@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 .orange {
  color: var(--orange);
}
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 {
    font-size: 16px;
  }
}

a.step-btn {
  display: block;
  background-color: var(--orange);
  border-radius: 50em;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 85%;
  font-size: 5.3vw;
  margin: 0 auto 25vw;
  padding: 1.1em 0;
}
@media screen and (min-width: 768px) {
  a.step-btn {
    width: 450px;
    margin: 0 auto 150px;
    font-size: 20px;
    padding: 1em 0;
    transition: all 0.3s;
  }
  a.step-btn:hover {
    background-color: #009ba9;
  }
  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.6em;
  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;
  padding: 10% 0;
  border-bottom: dotted 2px #111;
}
@media screen and (min-width: 768px) {
  section.sec-flow div.sec-flow-inner {
    width: 90%;
    max-width: 1000px;
    padding: 110px 0 90px;
  }
}
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: 15% 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: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: 58%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li div.flow-img01 {
    width: 72%;
  }
}
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: 80%;
    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: 86%;
    position: absolute;
    bottom: 0;
    left: 12%;
    margin: 0;
    transform: translate(0, 110%);
  }
}
section.sec-flow ul li p {
  text-align: center;
  font-size: 4.4vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul li p {
    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.orange {
  font-weight: bold;
  color: var(--orange);
  border-bottom: solid 1px;
}

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.2vw;
  letter-spacing: 0;
  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.4em;
  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 */