@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: "BIZUDPGothic";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/BIZUDPGothic-Regular.eot?") format("eot");
  src: url("../fonts/BIZUDPGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BIZUDPGothic-Regular.woff2") format("woff2"), url("../fonts/BIZUDPGothic-Regular.woff") format("woff"), url("../fonts/BIZUDPGothic-Regular.ttf") format("truetype");
}
/*** 実数決め打ち ***/
html {
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-size: 12.8205128205px;
  font-feature-settings: "palt";
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1380px) {
  html {
    font-size: calc((100vw - 1380px) / 138 + 12px);
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: calc((100vw - 390px) / 39 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #06383C;
  font-family: "BIZUDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

body {
  margin: 0;
  color: #06383C;
  font-size: 1.6rem;
  font-family: "BIZUDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #06383C;
  text-decoration: none;
}
a:link, a:visited {
  color: #06383C;
  text-decoration: none;
}
@media screen and (min-width: 981px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
#menuBtn {
  width: 1.5em;
  height: 1.15em;
  position: absolute;
  top: 1.8em;
  right: 0.5em;
  margin: auto;
}
#menuBtn span {
  background: #06383C;
  display: inline-block;
  width: 100%;
  height: 0.17em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#menuBtn span:nth-of-type(1) {
  bottom: auto;
}
#menuBtn span:nth-of-type(3) {
  top: auto;
}
#menuBtn.isOpen span:nth-of-type(1) {
  bottom: 0;
  transform: rotate(-45deg);
}
#menuBtn.isOpen span:nth-of-type(2) {
  opacity: 0;
}
#menuBtn.isOpen span:nth-of-type(3) {
  top: 0;
  transform: rotate(45deg);
}

#spMenu {
  display: none;
  background: #06383C;
  width: 100vw;
  height: 100dvh;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  #spMenu {
    font-size: calc((100vw - 1500px) / 150 + 10px);
  }
}
@media screen and (max-width: 980px) {
  #spMenu {
    font-size: calc((100vw - 390px) / 39 + 10px);
  }
}
#spMenu .inner {
  background: url(/assets/images/common/menu-bg-sp.png) right 0 top 44.5em no-repeat;
  background-size: 39em auto;
  min-height: 100dvh;
  padding: 2em 1.5em 22em;
  position: relative;
}
@media screen and (min-width: 981px) {
  #spMenu {
    background-position: right 9% bottom;
  }
  #spMenu .inner {
    max-width: 138em;
    margin: 0 auto;
    padding: 2em 1em;
  }
  #spMenu .innerBlock {
    padding: 0 1em;
  }
}
#spMenu .innerBlock {
  padding: 0 2em;
}
#spMenu .logo {
  margin: 0 0 6.5em;
}
#spMenu .logo img {
  width: auto;
  height: 4em;
}
#spMenu #closeBtn {
  background: url(/assets/images/common/ico-close.png) center no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 3.5em;
  top: 3.5em;
}
#spMenu .link {
  padding: 0 0 4.5em;
  border-bottom: 1px solid #fff;
}
#spMenu .link li + li {
  margin-top: 3em;
}
#spMenu .link li a {
  color: #fff;
  font-size: 1.6em;
}
#spMenu .icoLink {
  margin: 4em 0 0;
}
#spMenu .icoLink li + li {
  margin-top: 3.4em;
}
#spMenu .icoLink li a {
  font-size: 1.5em;
  color: #fff;
  position: relative;
  padding-left: 2.2em;
}
#spMenu .icoLink li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  width: 1.7em;
  height: 1.7em;
}
#spMenu .icoLink li a.icoQuestion:before {
  background-image: url(/assets/images/common/ico-question-white.svg);
}
#spMenu .icoLink li a.icoPerson:before {
  background-image: url(/assets/images/common/ico-person-white.svg);
}
#spMenu .snsLink {
  display: flex;
  background: url(/assets/images/common/menu-sns-bg.png) center no-repeat;
  background-size: contain;
  padding: 6.6em 4.3em 5em;
  position: absolute;
  left: 2em;
  bottom: 2.5em;
}
#spMenu .snsLink li + li {
  margin-left: 2em;
}
#spMenu .snsLink li img {
  height: auto;
}
#spMenu .snsLink li img[src*=x] {
  width: 1.9em;
}
#spMenu .snsLink li img[src*=instagram] {
  width: 2.2em;
}

.cmnBtn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18rem;
  min-height: 3.5rem;
  margin: auto;
  line-height: 1;
  font-weight: bold;
  border-radius: 3.5rem;
}
.cmnBtn01.col01 {
  background: #3DB046;
  color: #fff;
}
.cmnBtn01.col02 {
  background: #01608C;
  color: #fff;
  font-weight: 500;
}
.cmnBtn01.col07 {
  background: #fff;
  color: #06383C;
  border: 0.1rem solid #06383C;
}
.cmnBtn01.col08 {
  background: #F9FAF0;
  color: #FF7A38;
  border: 0.1rem solid #FF7A38;
}
.cmnBtn01.img01 {
  background: url(../images/btn-bg.png) center;
  background-size: auto 100%;
  color: #fff;
}
.cmnBtn01.isArrow {
  padding: 0 2.1rem 0 1.9rem;
  position: relative;
}
.cmnBtn01.isArrow:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
}
.cmnBtn01.isArrow.col02:after {
  background-image: url(../images/arrow01-white.png);
}
.cmnBtn01.isArrow.col07:after {
  background-image: url(../images/arrow01.png);
}
.cmnBtn01.isArrow.img01:after {
  background-image: url(../images/arrow01-white.png);
}

#fixedBlock {
  display: none;
}

#contents {
  background: #fff;
  padding-bottom: 5.3rem;
  min-width: 100vw;
  position: relative;
}
#contents [class*=Block] > * {
  transition: 0.5s ease-in-out;
  transform: translateY(5rem);
  opacity: 0;
}
#contents [class*=Block] > *.isActive {
  transform: none;
  opacity: 1;
}
#contents .mvBlock {
  background: url(../images/mv-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 0 0 6.7rem;
  text-align: center;
  position: relative;
}
#contents .mvBlock .logo {
  width: 4.9rem;
  position: absolute;
  top: 1.9rem;
  left: 1.3rem;
}
#contents .mvBlock .logo a {
  display: block;
}
#contents .mvBlock .txt {
  line-height: 1.5;
}
#contents .mvBlock .read {
  margin-top: 1.2rem;
}
#contents .cnt01Block {
  background: url(../images/cnt01-bg.png) center top no-repeat;
  background-size: 100% auto;
}
#contents .cnt01Block .cmnBtn01 {
  margin: 0 auto 8.3rem;
  max-width: 22.5rem;
  min-height: 5rem;
}
#contents .cnt01Block .cntTtl {
  margin: 0 0 1.4rem;
}
#contents .cnt01Block .imgBox {
  background: url(../images/cnt01-img-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 4.4rem 0 3rem 13rem;
}
#contents .cnt01Block .imgBox .ttl {
  margin: 0 0 0.2rem;
  color: #FF7A38;
  font-size: 1.7rem;
  font-weight: bold;
}
#contents .cnt01Block .imgBox .txt {
  font-size: 1.5rem;
  line-height: 1.53;
}
#contents .cnt01Block .read {
  background: url(../images/cnt01-txt-bg.png) center 0.7rem no-repeat;
  background-size: 100% auto;
  padding: 0 0 1.3rem;
  color: #fff;
  text-align: center;
}
#contents .cnt01Block .cap {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#contents .cnt01Block .period {
  margin: 1.8rem 0 auto;
}
#contents .cnt02Block {
  background: url(../images/cnt02-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 8.7rem 0 4.5rem;
}
#contents .cnt02Block .step {
  margin: 3.3rem 3.3rem 5.5rem;
}
#contents .cnt02Block .step li {
  background: #D7FF7B;
  display: flex;
  align-items: center;
  min-height: 8.8rem;
  padding-left: 14.4rem;
  position: relative;
  border-radius: 5.5rem;
}
#contents .cnt02Block .step li + li {
  margin-top: 3rem;
}
#contents .cnt02Block .step li + li:after {
  content: "";
  display: block;
  background: url(../images/arrow-down.png) center no-repeat;
  background-size: 100% auto;
  width: 2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2rem;
}
#contents .cnt02Block .step li:before {
  content: "";
  display: block;
  background-position: center;
  background-size: 100% auto;
  width: 12.8rem;
  height: 11.6rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: 1;
}
#contents .cnt02Block .step li:nth-child(1):before {
  background-image: url(../images/cnt02-img1.png);
}
#contents .cnt02Block .step li:nth-child(2):before {
  background-image: url(../images/cnt02-img2.png);
}
#contents .cnt02Block .step li:nth-child(3):before {
  background-image: url(../images/cnt02-img3.png);
}
#contents .cnt02Block .step li .txt {
  line-height: 1.38;
  letter-spacing: 0.05em;
  color: #0D5B61;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents .cnt02Block .step li .txt small {
  font-size: 1.2rem;
}
#contents .cnt02Block .link li + li {
  margin-top: 2rem;
}
#contents .cnt02Block .link li .cmnBtn01 {
  max-width: 27rem;
  min-height: 5rem;
  margin: auto;
  font-size: 1.8rem;
}
#contents .cnt03Block {
  background: url(../images/cnt03-bg.png) center top no-repeat;
  background-size: 100% auto;
  min-height: 80.5rem;
  padding: 2rem 0 0;
}
#contents .cnt03Block .box01, #contents .cnt03Block .box03 {
  padding-left: 3.4rem;
}
#contents .cnt03Block .box02 {
  padding-left: 13.1rem;
}
#contents .cnt03Block .box01 {
  margin-top: 4.6rem;
}
#contents .cnt03Block .box02 {
  margin-top: 10.2rem;
}
#contents .cnt03Block .box03 {
  margin-top: 8.3rem;
}
#contents .cnt03Block .box .ttl {
  margin: 0 0 0.5rem;
  color: #0D5B61;
  letter-spacing: 0.05em;
  line-height: 1.38;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents .cnt03Block .box .txt {
  line-height: 1.5;
}
#contents .cnt04Block {
  background: url(../images/cnt04-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 5.4rem 0 3.6rem;
}
#contents .cnt04Block .cntTtl {
  margin: 0 0 1rem;
}
#contents .cnt04Block .box {
  display: flex;
  position: relative;
}
#contents .cnt04Block .box:before {
  content: "";
  display: block;
  position: absolute;
}
#contents .cnt04Block .boxQ {
  padding-top: 1.5rem;
  justify-content: flex-end;
  padding-right: 1.5rem;
}
#contents .cnt04Block .boxQ:before {
  background: url(../images/cnt04-img1.png) right top no-repeat;
  background-size: auto 100%;
  width: 3.4rem;
  height: 2.3rem;
  right: 2.5rem;
  top: 0;
}
#contents .cnt04Block .boxQ .txt {
  background: #01608C;
  color: #fff;
}
#contents .cnt04Block .boxA {
  margin-top: 1.5rem;
  padding-top: 2rem;
  padding-left: 5.8rem;
}
#contents .cnt04Block .boxA:before {
  background: url(../images/cnt04-img2.png) left top no-repeat;
  background-size: auto 100%;
  width: 8.3rem;
  height: 4.5rem;
  left: 1.5rem;
  top: -1.5rem;
}
#contents .cnt04Block .boxA .txt {
  background: #fff;
  color: #01608C;
}
#contents .cnt04Block .boxA + .boxQ {
  margin-top: 4.5rem;
}
#contents .cnt04Block .box .txt {
  padding: 1.5rem 2.5rem 1.5rem calc(2.5rem + 1.5em);
  text-indent: -1.5em;
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-radius: 3.1rem;
}
#contents .cnt05Block {
  background: url(../images/cnt05-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 14.5rem 0 24rem;
}
#contents .cnt05Block .read {
  text-align: center;
  line-height: 1.75;
  color: #fff;
  font-size: 1.8rem;
}
#contents .cnt06Block {
  padding: 6rem 0 4rem;
}
#contents #pageTop {
  display: none;
  z-index: 100;
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: 1.2rem;
  bottom: 34rem;
  z-index: 98;
}
#contents #pageTop.js-fixed {
  position: sticky;
  bottom: 8.3rem;
  right: 0;
  left: 100%;
  margin-right: 1.2rem;
}
#contents #pageTop a {
  display: block;
  background: url(../images/pagetop.svg) center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#contents #footer {
  padding: 0 0 4.5rem;
  font-size: 1rem;
  text-align: center;
  position: relative;
}
#contents #footer .logo {
  margin: 0 0 2rem;
}
#contents #footer .logo img {
  width: auto;
  height: 5rem;
}
#contents #footer .copyright {
  text-align: center;
  color: #000000;
  width: 110%;
  margin: 0 -5%;
  line-height: 2.23;
  transform-origin: center;
  transform: scale(0.9);
}
#contents #footer .copyright span {
  display: block;
  width: 125%;
  margin: 5.25rem -12.5% 0;
  transform-origin: center;
  transform: scale(0.78);
}
#contents #footer .link {
  bottom: 9.5rem;
  transform-origin: center;
  transform: scale(0.9);
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}
#contents #footer .link a {
  text-decoration: underline;
}
#contents #cnvBlock {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#contents #cnvBlock .link {
  display: flex;
}
#contents #cnvBlock .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 5.3rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
#contents #cnvBlock .link a.col01 {
  background: #01608C;
}
#contents #cnvBlock .link a.col02 {
  background: #3DB046;
}

@media screen and (min-width: 981px) {
  #wrapper #bgBlock {
    background: url(../images/bg.png) center top repeat-x #FFE5B5;
    background-size: 100% auto;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #wrapper #fixedBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    max-width: 107.7rem;
    height: 100vh;
    padding: 0 0.8rem 7.6vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  #wrapper #fixedBlock .leftBox {
    width: 33.54rem;
    margin: 1.8rem 0 auto;
    padding: 0 2rem 0 0;
  }
  #wrapper #fixedBlock .leftBox .boxTtl {
    margin: 0 0 2.5rem;
    text-align: center;
  }
  #wrapper #fixedBlock .leftBox .boxTtl img {
    width: 25.57vh;
    max-width: 21.4rem;
  }
  #wrapper #fixedBlock .leftBox .readWrap {
    text-align: center;
    letter-spacing: 0.05em;
  }
  #wrapper #fixedBlock .leftBox .readWrap .ttl {
    margin: 0 0.3rem 1.6rem 0;
    line-height: 2.2vw;
  }
  #wrapper #fixedBlock .leftBox .readWrap .main {
    margin: 0 0 1.4rem;
    font-weight: bold;
    line-height: 2.2vw;
  }
  #wrapper #fixedBlock .leftBox .readWrap .txt {
    font-size: 1.4rem;
    line-height: 1.85vw;
  }
  #wrapper #fixedBlock .leftBox .readWrap .txt + .txt {
    margin-top: 1.5rem;
  }
  #wrapper #fixedBlock .rightBox {
    width: 22rem;
  }
  #wrapper #fixedBlock .rightBox .link + .link {
    margin-top: 14.6vh;
  }
  #wrapper #fixedBlock .rightBox .cmnBtn01 {
    max-width: 100%;
    min-height: 5.5rem;
    font-size: 1.6rem;
  }
  #wrapper #fixedBlock .rightBox .cmnBtn01 + .cmnBtn01 {
    margin-top: 3.56vh;
  }
  #wrapper #fixedBlock .rightBox .cmnBtn01.l2 {
    min-height: 7rem;
    line-height: 1.4;
  }
  #wrapper #contents {
    min-width: 1rem;
    max-width: 39rem;
    margin: auto;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
  }
  #wrapper #contents #pageTop {
    bottom: 28.6rem;
  }
  #wrapper #contents #pageTop.js-fixed {
    bottom: 3rem;
  }
  #wrapper #contents #cnvBlock {
    display: none;
  }
}