@charset "UTF-8";
/*=======================================
共通
=======================================*/
.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}
nav.ContentNavi01{
  margin-bottom: 0 !important;
}
/*=======================================
コンテンツ
=======================================*/
.kv,
.step01,
.step02,
.step03,
.cta {
  width: 100%;
}

.SectionInner,
.kv_inner.SectionInner {
  width: min(100%, 627px);
  margin-inline: auto;
  box-sizing: border-box;
}

.SectionInner img,
.kv_inner.SectionInner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kv { background-color: #FCF5D7; }
.step01 { background-color: #FFEDED; }
.step02 { background-color: #DCF4F1; }
.step03 { background-color: #FFEFC4; }
.cta { background-color: #FCF5D7; }

.kv,
.step01,
.step03,
.cta {
  padding-block: 30px;
}
h3{
  width: 382px;
  margin: auto;
}
@media screen and (max-width: 768px){

  .SectionInner,
  .kv_inner.SectionInner {
    width: 100%;
  }
  h3{
    width: 89.333vw;
  }
}
/*-- kv --*/
.kv{
  padding-top: 20px;
}
.kv h2{
  margin-bottom: 30px;
}
.kv_text{
  margin-bottom: 20px;
}
.kv_note{
  width: 382px;
  margin: auto;
  font-size: 14px;
  color: #4E4545;
  line-height: 1.8571428571428572;
}
.kv_note span{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kv_text{
    padding: 0 5.333vw;
  }
  .kv_note{
    width: 100%;
    padding: 0 5.333vw;
    font-size: 3.200vw;
  }
}
/*-- step2 --*/
.step02 {
  padding-top: 30px;
}
.step02 .SectionInner{
  padding-bottom: 1px;
}
.step02 h3{
  margin-bottom: 20px;
}
.step02_balloon {
  position: relative;
  width: 382px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto 21px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #4E4545;
}
.step02_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 11px solid #fff;
}

.step02_balloon svg {
  display: inline-block;
  vertical-align: middle;
}

.step02 .step02_block:nth-of-type(1) .step02_balloon svg {
  width: 33px; height: 17px;
}

.step02 .step02_block:nth-of-type(2) .step02_balloon svg {
  width: 21px; height: 21px;
}
.step02_balloon span{
  font-size: 18px;
}
.step02_block img{
  width: 331px;
  margin:0 auto 20px;
}
.step02_desc{
  color: #4E4545;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.step02_desc span{
  font-weight: bold;
}
.step02_link{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 18px;
  text-align: center;
  color: #4E4545;
  font-weight: bold;
  margin:0 auto 30px;
  padding-right: 17px;
  text-decoration: underline;
}
.step02_link svg{
  position: absolute;
  right: 0;
  top: 0px;
  width: 6px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .step02 {
      padding-top: 5.333333333333334vw;
  }
  .step02 h3 {
    margin-bottom: 5.333333333333334vw;
  }
  .step02_balloon{
    width: 89.333vw;
    height: 7.466666666666668vw;
    line-height: 7.466666666666668vw;
    border-radius: 2.666666666666667vw;
    margin: 0 auto 5.6000000000000005vw;
    font-size: 4vw;
  }
  .step02_balloon span {
      font-size: 4.8vw;
  }
  .step02 .step02_block:nth-of-type(1) .step02_balloon svg {
    width: 5.733vw;
    height: 3vw;
    position: relative;
    top: -0.5333333333333333vw;
  }
  .step02 .step02_block:nth-of-type(2) .step02_balloon svg{
    width: 3.433333vw;
    height: 3.433333vw;
  }
  .step02_balloon::after {
      bottom: -2.933333333333333vw;
      border-left: 2.8000000000000003vw solid transparent;
      border-right: 2.8000000000000003vw solid transparent;
      border-top: 2.933333333333333vw solid #fff;
  }
  .step02_block img{
    width: 86.933vw;
    margin: 0 auto 5.333333333333334vw;
  }
  .step02_desc{
    font-size: 3.467vw;
    margin-bottom: 5.333333333333334vw;
  }
  .step02_link{
    font-size: 4.000vw;
    margin: 0 auto 8vw;
    padding-right: 4.533333333333333vw;
  }
  .step02_link svg{
    width: 1.600vw;
    height: 2.933vw;
    top:0.533vw;
  }
}
/*-- step3 --*/
.step03 h3{
  margin-bottom: 20px;
}
.step03_block{
  width: 400px;
  margin: 0 auto;
}
.step03_block img{
  margin-bottom: 20px;
}
.step03_desc{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4E4545;
}
.step03_desc span{
  display: block;
  color: #fff;
  padding: 0 6px;
  width: fit-content;
  height: 22px;
  line-height: 22px;
  background-color: #4E4545;
  margin: 10px auto 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .step03_block{
    width: 100%;
  }
  .step03_block img{
    width: 94.667vw;
    margin:0 auto 5.333vw;
  }
  .step03_desc{
    font-size: 3.733333333333334vw;
  }
  .step03_desc span{
    padding: 0 1.6vw;
    height: 5.866666666666666vw;
    line-height: 5.866666666666666vw;
    margin: 2.666666666666667vw auto 0;
    border-radius: 1.0666666666666667vw;
  }
}
/*-- cta --*/
.cta_text{
  font-size: 15px;
  font-weight: bold;
  color: #4E4545;
  text-align: center;
  margin-bottom: 10px;
}
.cta_btn{
  position: relative;
  display: block;
  width: 302px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #4E4545;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
.cta_btn svg{
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn:hover {
  box-shadow: none;
  transform: translateY(3px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cta_btn{
    width: 69.333vw;
    height: 12.800vw;
    line-height: 12.800vw;
    border-radius: 12.800vw;
    font-size: 4.267vw;
  }
  .cta_text{
    font-size: 4vw;
    margin-bottom: 2.666666666666667vw;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  transition: all 0.3s ease;
}
.modal-content {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  height: 80%;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transition: bottom 0.3s ease;
}
.modal.show {
  display: block;
}
.modal.show .modal-content {
  bottom: 0;
}
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  z-index: 10000;
}
iframe{
  width: 100%;
  max-width: 375px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
