@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");
}
@font-face {
  font-family: "Kuramubon";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Kuramubon.eot?") format("eot");
  src: url("../fonts/Kuramubon.eot?#iefix") format("embedded-opentype"), url("../fonts/Kuramubon.woff2") format("woff2"), url("../fonts/Kuramubon.woff") format("woff"), url("../fonts/Kuramubon.otf") format("opentype");
}
/*** 実数決め打ち ***/
html {
  line-height: 1.526;
  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.siteCol02 {
  background: #01608C;
  color: #fff;
  font-weight: 500;
}
.cmnBtn01.siteCol03 {
  background: #3DB046;
  color: #fff;
}
.cmnBtn01.isArrow {
  padding: 0 2.1rem 0 1.9rem;
  position: relative;
}
.cmnBtn01.isArrow:after {
  content: "";
  display: block;
  background-image: url(../images/arrow01-white.png);
  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.keyCol03 {
  background: #EA3E37;
  color: #fff;
}
.cmnBtn01.keyCol03white {
  background: #F9FAF0;
  color: #EA3E37;
  border: 0.2rem solid #EA3E37;
}
.cmnBtn01.keyCol04 {
  background: #0CA289;
  color: #fff;
}

#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 .cntTtl {
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Kuramubon", "BIZUDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.7rem;
}
#contents .mvBlock {
  background: url(../images/mv-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 0 0 1rem;
  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 {
  font-weight: bold;
}
#contents .mvBlock .read {
  margin-top: 0.7rem;
}
#contents .mvBlock .img {
  margin-top: 5.7rem;
}
#contents .mvBlock .cap {
  padding: 0 3.3rem;
  text-align: left;
  font-size: 1.2rem;
}
#contents .cnt01Block {
  background: #FFEB85;
  padding: 3.2rem 1.6rem 0;
}
#contents .cnt01Block .itemBlock {
  background: #F9FAF0;
  padding: 2.5rem 1.7rem 2rem;
  border-radius: 2.2rem;
  position: relative;
}
#contents .cnt01Block .itemBlock + .itemBlock {
  margin-top: 2.2rem;
}
#contents .cnt01Block .itemBlock .flag {
  position: absolute;
  top: 2rem;
  left: -1.6rem;
  height: 5.8rem;
}
#contents .cnt01Block .itemBlock .flag img {
  width: auto;
  height: 100%;
}
#contents .cnt01Block .itemBlock .ttl {
  margin-right: -1.6rem;
  padding-left: 14.2rem;
  font-weight: bold;
}
#contents .cnt01Block .itemBlock .img {
  margin: 2.8rem 0 2rem;
}
#contents .cnt01Block .period {
  margin: 3.7rem 0 auto;
}
#contents .cnt02Block {
  background: url(../images/cnt02-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 12.4rem 3.3rem 6.1rem;
}
#contents .cnt02Block .cntTtl {
  color: #EA3E37;
}
#contents .cnt02Block .step {
  margin: 2.8rem 0 3.5rem;
}
#contents .cnt02Block .step li {
  background: #FFFCD0;
  display: flex;
  align-items: center;
  min-height: 8.8rem;
  padding-left: 14.4rem;
  position: relative;
  border: 1px solid #EA3E37;
  border-radius: 1rem;
}
#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: -2.2rem;
}
#contents .cnt02Block .step li:before {
  content: "";
  display: block;
  background-position: center;
  background-size: 100% auto;
  width: 14rem;
  height: 10.7rem;
  position: absolute;
  top: -1.1rem;
  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: #EA3E37;
  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: 100%;
  min-height: 5.2rem;
  margin: auto;
  font-size: 1.8rem;
}
#contents .cnt02Block .link li .cmnBtn01:after {
  right: 4rem;
}
#contents .cnt03Block {
  background: url(../images/cnt03-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 5rem 0 4.7rem;
  text-align: center;
}
#contents .cnt03Block .cntTtl {
  color: #01608C;
  line-height: 1.3;
}
#contents .cnt03Block .read {
  margin: 3.5rem 0 0.9rem;
}
#contents .cnt03Block .box .txt {
  margin: 1.1rem 0 1.9rem;
  line-height: 1.5;
}
#contents .cnt03Block .box .cmnBtn01 {
  max-width: 27rem;
  min-height: 4.5rem;
}
#contents .cnt03Block .box .cmnBtn01:after {
  right: 2rem;
}
#contents .cnt03Block .box01 {
  background: url(../images/cnt03-bg1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 4.8rem 0 5.1rem;
}
#contents .cnt03Block .box02 {
	margin-top: -1.3rem;
  background: url(../images/cnt03-bg2.png) center top no-repeat;
  background-size: 100% auto;
  padding: 7.2rem 0 6rem;
}
#contents .cnt03Block .box03 {
  background: url(../images/cnt03-bg3.png) center top no-repeat;
  background-size: 100% auto;
  margin-top: -1rem;
  padding: 6.5rem 0 3.9rem;
}
#contents .cnt04Block {
  background: url(../images/cnt04-bg.png) center top no-repeat;
  background-size: 100% auto;
  min-height: 138.8rem;
  padding: 4.1rem 0 8rem;
  text-align: center;
}
#contents .cnt04Block .read {
  margin: 0 0 7rem;
}
#contents .cnt04Block .cntTtl {
  color: #0CA289;
}
#contents .cnt04Block .read2 {
  margin: 1rem 0 3rem;
  font-weight: bold;
}
#contents .cnt04Block .ttl {
  margin: 0 0 3.5rem;
}
#contents .cnt04Block .box .num {
  display: none;
}
#contents .cnt04Block .box .txt {
  text-align: left;
  line-height: 1.928;
  font-size: 1.4rem;
}
#contents .cnt04Block .box01 {
  background: url(../images/cnt04-bg1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 11rem 0 4.5rem 15.8rem;
}
#contents .cnt04Block .box02 {
  background: url(../images/cnt04-bg2.png) center top no-repeat;
  background-size: 100% auto;
  margin: 1rem 0 2.7rem;
  padding: 11rem 0 4.2rem 21.1rem;
}
#contents .cnt04Block .box03 {
  background: url(../images/cnt04-bg3.png) center top no-repeat;
  background-size: 100% auto;
  padding: 23rem 0 3rem 6rem;
}
#contents .cnt04Block .btn {
  margin: 4rem 0 0;
}
#contents .cnt04Block .btn .cmnBtn01 {
  max-width: 27rem;
  min-height: 4.5rem;
}
#contents .cnt04Block .btn .cmnBtn01:after {
  right: 2rem;
}
#contents .cnt05Block {
  background: url(../images/cnt05-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding: 15.4rem 0;
}
#contents .cnt05Block .read {
  text-align: center;
  line-height: 1.75;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents .cnt06Block {
  padding: 6.7rem 0 3.5rem;
}
#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);
}
.sp-br {
  display: inline;
}
@media screen and (min-width: 981px) {
  .sp-br {
    display: none;
  }
}
#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.siteCol03 {
  background: #01608C;
}
#contents #cnvBlock .link a.siteCol02 {
  background: #3DB046;
}

@media screen and (min-width: 981px) {
  #wrapper #bgBlock {
    background: url(../images/bg.png) center bottom repeat-x #D5F7E6;
    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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  #wrapper #fixedBlock .leftBox {
    width: 33.54rem;
    margin: 1.2rem 0 auto;
    padding: 0 2rem 0 0;
  }
  #wrapper #fixedBlock .leftBox .boxTtl {
    margin: 0 0 1rem;
    text-align: center;
  }
  #wrapper #fixedBlock .leftBox .boxTtl img {
    width: 35.6vh;
    max-width: 29.18rem;
  }
  #wrapper #fixedBlock .leftBox .stepWrap {
    background: url(../images/left-bg.png) left top no-repeat;
    background-size: 100% auto;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box {
    display: flex;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box + .box {
    margin-top: 3.9vh;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .num {
    width: 8.9vh;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .txtArea {
    width: calc(100% - 8.9vh - 1.4rem);
    padding-top: 1.05vh;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .txtArea span {
    color: #EA3E37;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .ttl {
    line-height: 1.7;
    font-size: 1.57rem;
    font-weight: 500;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .ttl sub {
    vertical-align: text-bottom;
    font-size: 1.2rem;
  }
  #wrapper #fixedBlock .leftBox .stepWrap .box .cap {
    margin: 1vh 0 0;
    padding: 0 2rem 0 0;
    line-height: 1.4;
    font-size: 1.17rem;
  }
  #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;
  }
}