@charset "utf-8";
/* page */

/*---------------------------------------------------------------------------------
トップページ
--------------------------------------------------------------------------------- */

/*メインビジュアル
--------------------------------------------------------------------------------- */
.top-mv {
  margin-bottom: 84px;
  position: relative;
}
.top-mv::before {
  width: 100vw;
  height: 600px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 695px;
  left: 50%;
  margin-left: 12px;
  z-index: 1;
  content:"";
}
.top-mv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc(100% - 96px);
  height: 792px;
  position: relative;
  z-index: 3;
}
.top-mv-wrap__ttl {
  width: 664px;
  position: relative;
  z-index: 2;
}
.top-mv-wrap__txt {
  width: 100%;
  padding-top: 15px;
  font-size: 23px;
  line-height: 1.56;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.top-mv-wrap__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
}
.top-mv-copyright {
  box-sizing: border-box;
  width: 96px;
  height: 695px;
  padding-right: 42px;
  background-color: #111;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .top-mv {
    margin-bottom: 34px;
  }
  .top-mv::before {
    width: 100vw;
    height: 300px;
    top: 399px;
    left: 0;
    margin-left: 0;
  }
  .top-mv-wrap {
    width: 100%;
    height: 411px;
  }
  .top-mv-wrap__ttl {
    width: 332px;
  }
  .top-mv-wrap__txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.56;
  }
  .top-mv-wrap__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
  }
  .top-mv-copyright {
    box-sizing: border-box;
    width: 96px;
    height: 695px;
    padding-right: 42px;
    background-color: #111;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}


/*お問い合わせ
--------------------------------------------------------------------------------- */
.inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1128px;
  height: 204px;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
  z-index: 3;
}
.inquiry::before {
  width: 100%;
  height: 100%;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 0;
  right: 342px;
  z-index: -1;
  content:"";
}
.inquiry::after {
  width: 100%;
  height: 108px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 72px;
  left: 918px;
  z-index: -1;
  content:"";
}
.inquiry-box {
  width: 457px;
  font-size: 16px;
  line-height: 1.75;
}
.inquiry-box__ttl {
  padding-bottom: 12px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.inquiry-btn {
  width: 600px;
  background-color: #111;
}
.inquiry-btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 108px;
  padding-top: 41px;
  background-color: #111;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  color: #c3e7ff!important;
  text-align: center;
  position: relative;
}
.inquiry-btn a::before,
.inquiry-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 153px;
  content:"";
}
.inquiry-btn a::before {
  width: 44px;
  height: 42px;
  background: url("../img/top/icon_inquiry_line.svg") no-repeat;
  left: auto;
  right: 75%;
}
.inquiry-btn a::after {
  width: 98px;
  height: 9px;
  background: url("../img/top/icon_inquiry_pc.svg") no-repeat;
  left: 50%;
}
.inquiry-btn a:hover {
  opacity: 1;
  background-color: #707070;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .inquiry {
    display: block;
    width: 96%;
    height: 204px;
    margin: 0;
  }
  .inquiry::before {
    width: 100%;
    height: 157px;
    top: 0;
    right: 16.5%;
    z-index: -1;
    content:"";
  }
  .inquiry::after {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 135px;
    left: 60%;
  }
  .inquiry-box {
    width: 100%;
    padding: 25px 0px 19px 5%;
    font-size: 13px;
    line-height: 1.73;
  }
  .inquiry-box__ttl {
    padding-bottom: 7px;
    font-size: 18px;
  }
  .inquiry-btn {
    width: 87.5%;
    margin-left: 8%;
  }
  .inquiry-btn a {
    width: 100%;
    height: 60px;
    padding-top: 22px;
    font-size: 16px;
  }
  .inquiry-btn a::before,
  .inquiry-btn a::after {
    background-size: 100% auto;
    margin: auto 0 auto 92px;
  }
  .inquiry-btn a::before {
    width: 25px;
    height: 24px;
    right: 80%;
  }
  .inquiry-btn a::after {
    width: 45px;
    height: 7px;
    background: url("../img/top/icon_inquiry_sp.svg") no-repeat;
  }
}

/*こんな悩みありませんか？
--------------------------------------------------------------------------------- */
.read-sec {
  padding-bottom: 105px;
  margin-top: 80px;
  overflow:hidden;
  position: relative;
  z-index: 2;
}
.read-sec::before {
  display: block;
  width: 100%;
  height: 600px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content:"";
}
.read-sec::after {
  display: block;
  width: 200vw;
  height: 924px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 33px;
  right: 50%;
  margin-right: -368px;
  z-index: 2;
  content:"";
}
.read-sec-inner {
  box-sizing: border-box;
  width: 63%;
  height: 648px;
  padding-top: 68px;
  background-image: url("../img/top/read_bg.webp");
  background-size: cover;
  position: relative;
  z-index: 4;
}
.read-sec-inner-box {
  width: 755px;
  margin-left: calc(100% - 755px);
}
.read-sec-ttl {
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.read-sec-ttl .en {
  display: block;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.read-sec-list li {
  padding: 0px 0px 32px 45px;
  font-size: 22px;
  line-height: 1.45;
  color: #fff; 
  position: relative;
}
.read-sec-list li::before {
  width: 42px;
  height: 37px;
  background-image: url("../img/top/read_icon_pc.webp");
  position: absolute;
  top: -11px;
  left: -6px;
  content:"";
}
.read-sec-img {
  width: 50%;
  height: 648px;
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 5;
}
.read-sec-img::before {
  width: 100%;
  height: 108px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 575px;
  left: 507px;
  z-index: -1;
  content:"";
}
.read-sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.read-sec-txt {
  padding-top: 154px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 3;
}
.read-sec-txt::before {
  display: block;
  width: 48px;
  height: 182px;
  background: no-repeat;
  background-image: url("../img/top/read_arrow_pc.svg");
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -60px;
  content:"";
}
.read-sec-txt em {
  display: inline-block;
  padding: 2px;
  background-color: #111;
  color: #c3e7ff;
  font-weight: bold;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .read-sec {
    padding-bottom: 47px;
    margin-top: 36px;
  }
  .read-sec::before {
    height: 171px;
    z-index: 1;
    content:"";
  }
  .read-sec::after {
    width: 200vw;
    height: 712px;
    top: 33px;
    right: 50%;
    margin-right: -285px;
  }
  .read-sec-inner {
    width: 94%;
    height: 415px;
    padding-top: 50px;
    margin-bottom: 183px;
  }
  .read-sec-inner-box {
    margin-left: 5%;
  }
  .read-sec-ttl {
    padding-bottom: 25px;
    font-size: 24px;
  }
  .read-sec-ttl .en {
    padding-bottom: 7px;
    font-size: 12px;
  }
  .read-sec-list li {
    padding: 0px 0px 18px 26px;
    font-size: 14px;
  }
  .read-sec-list li::before {
    width: 27px;
    height: 24px;
    background-image: url("../img/top/read_icon_sp.webp");
    background-size: 100% auto;
    top: -6px;
    left: -5px;
  }
  .read-sec-img {
    width: 94%;
    height: 216px;
    top: 380px;
    left: 6%;
    z-index: 5;
  }
  .read-sec-img::before {
    width: 100%;
    height: 54px;
    top: 192px;
    left: 50%;
    margin-left: 111px;
    z-index: -1;
    content:"";
  }
  .read-sec-txt {
    padding-top: 68px;
    font-size: 24px;
  }
  .read-sec-txt::before {
    display: block;
    width: 23px;
    height: 94px;
    background-image: url("../img/top/read_arrow_sp.svg");
    background-size: 100% auto;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -19px;
    content:"";
  }
  .read-sec-txt em {
    padding: 1px;
  }
}

/*「サロン解体サポート」が選ばれる理由
--------------------------------------------------------------------------------- */
.sec01 {
  padding: 134px 0px 118px;
  position: relative;
  z-index: 1;
}
.sec01::before {
  width: 100%;
  height: 600px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: -82px;
  right: 50%;
  margin-right: 85px;
  content:"";
  z-index: -1;
}
.sec01-ttl {
  padding-bottom: 120px;
  text-align: center;
}
.sec01-ttl .en {
  display: block;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.sec01-ttl .jp {
  display: inline-block;
  padding: 2px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #c3e7ff;
}

.sec01-bg01 {
  width: 1320px;
  height: 852px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 590px;
  left: 50%;
  margin-left: 113px;
  z-index: 1;
}
.sec01-bg02 {
  width: 100%;
  height: 1100px;
  background-color: #f4f4f4;
  position: absolute;
  top: 1080px;
  left: 0;
  z-index: 1;
}
.sec01-bg03 {
  width: 100%;
  height: 850px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  bottom: 480px;
  left: 50%;
  margin-left: 610px;
  z-index: 2;
}
.sec01-bg04 {
  width: 100%;
  height: 850px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  bottom: -110px;
  right: 50%;
  margin-right: 585px;
  z-index: 2;
}
.sec01-bg05 {
  width: 150%;
  height: 600px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  bottom: -324px;
  right: 50%; 
  margin-right: -85px;
  z-index: 1;
}
.sec01-bg06 {
  width: 100%;
  height: 540px;
  background-image: url("../img/top/reason_bg.webp");
  background-size: cover;
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -648px;
  z-index: 5;
}

.sec01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1128px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.sec01-list li {
  width: 564px;
  padding-bottom: 200px;
  position: relative;
  z-index: auto;
  counter-increment: sec01-nam;
}
.sec01-list li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 240px 0 0;
  border-color: #c3e7ff transparent transparent transparent;
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: -1;
  content:"";
}
.sec01-list li:nth-of-type(2n) {
  top: 58px;
}
.sec01-list li:nth-of-type(2)::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 456px 456px;
  border-color: transparent transparent #c3e7ff transparent;
  position: absolute;
  top: 12px;
  right: -36px;
  z-index: -1;
  content:"";
}
.sec01-list li:nth-of-type(3)::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 371px 371px;
  border-color: transparent transparent #c3e7ff transparent;
  position: absolute;
  top: 96px;
  right: -36px;
  z-index: -1;
  content:"";
}
.sec01-list li:nth-of-type(4)::after {
  display: block;
  width: 300px;
  height: 348px;
  background-image: url("../img/top/reason_04_bg_pc.svg");
  position: absolute;
  top: -36px;
  right: -36px;
  z-index: -1;
  content:"";
}
.sec01-list-box {
  position: relative;
}
.sec01-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.sec01-list-ttl span {
  box-sizing: border-box;
  display: block;
  background-color: #111;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 4px 5px 6px 6px;
}
.sec01-list li:nth-of-type(5) .sec01-list-ttl span,
.sec01-list li:nth-of-type(6) .sec01-list-ttl span {
  background-color: #fff;
  color: #111;
}
.sec01-list li .num {
  position: absolute;
  top: -95px;
  left: -35px;
  z-index: 5;
}
.sec01-list li .num:before {
  font-family: 'Roboto', sans-serif;
  font-size: 190px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  content: counter(sec01-nam, decimal-leading-zero);
}
.sec01-list-txt {
  padding: 20px 30px 0 0;
}
.sec01-list li:nth-of-type(5) .sec01-list-txt,
.sec01-list li:nth-of-type(6) .sec01-list-txt {
  color: #fff;
}
.sec01-conclusion {
  height: 140px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  top: -10px;
  z-index: 8;
}
.sec01-conclusion::before {
  display: block;
  width: 41px;
  height: 113px;
  background-image: url("../img/top/reason_arrow_pc.svg");
  position: absolute;
  top: -157px;
  left: 50%;
  margin-left: -70px;
  content:"";
}
.sec01-conclusion em {
  display: inline-block;
  background-color: #c3e7ff;
  padding: 2px;
  color: #111;
  font-weight: bold;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 59px 0px 35px;
  }
  .sec01::before {
    width: 100%;
    height: 300px;
    top: -68px;
    right: 50%;
    margin-right: -12px;
  }
  .sec01-ttl {
    padding-bottom: 70px;
  }
  .sec01-ttl .en {
    padding-bottom: 7px;
    font-size: 35px;
    line-height: 1;
  }
  .sec01-ttl .jp {
    display: inline-block;
    padding: 2px 0;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    background-color: #c3e7ff;
  }

  .sec01-bg01 {
    width: 100%;
    height: 582px;
    top: 39px;
    left: 50%;
    margin-left: 80px;
    z-index: 1;
  }
  .sec01-bg02 {
    width: 100%;
    height: 582px;
    transform: skew(-45deg, 0deg);
    transform-origin: center center; 
    top: calc(100vw * 1.55);
    left: 50%;
    margin-left: 80px;
    z-index: 1;
  }
  .sec01-bg03 {
    width: 100%;
    height: 582px;
    background-color: #f4f4f4;
    transform: skew(-45deg, 0deg);
    transform-origin: center center; 
    top: calc(100vw * 3.1);
    left: 50%;
    margin-left: 80px;
    z-index: 1;
  }
  .sec01-bg04 {
    width: 100%;
    height: 582px;
    bottom: 120px;
    right: auto;
    left: 50%;
    margin-left: 80px;
    z-index: 2;
  }
  .sec01-bg05 {
    width: 150%;
    height: 600px;
    background-color: #f4f4f4;
    transform: skew(-45deg, 0deg);
    transform-origin: center center; 
    position: absolute;
    bottom: -324px;
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 215px;
    z-index: 1;
  }
  .sec01-bg06 {
    width: 100%;
    height: 296px;
    bottom: 35px;
    left: 0;
    margin-left: 0;
    z-index: 5;
  }

  .sec01-list {
    display: block;
    width: 86.6%;
  }
  .sec01-list li {
    width: 100%;
    padding-bottom: 70px;;
  }
  .sec01-list li::before {
    border-width: 139px 139px 0 0;
    top: -18px;
    left: -18px;
    z-index: -1;
    content:"";
  }
  .sec01-list li:nth-of-type(2n) {
    top: 0;
  }
  .sec01-list li:nth-of-type(2)::after {
    border-width: 0 0 264px 264px;
    top: auto;
    bottom: 62px;
    right: auto;
    left: 49%;
  }
  .sec01-list li:nth-of-type(3)::after {
    content:none;
  }
  .sec01-list li:nth-of-type(4)::after {
  width: 174px;
  height: 201px;
  background-image: url("../img/top/reason_04_bg_sp.svg");
  top: -13px;
  right: -15px;
}
  .sec01-list-ttl span {
    font-size: 17px;
    padding: 2px 2px 3px 3px;
  }
  .sec01-list li .num {
    position: absolute;
    top: -48px;
    left: -25px;
  }
  .sec01-list li .num:before {
    font-size: 110px;

  }
  .sec01-list-txt {
    padding: 14px 0 0 0;
  }
  .sec01-list li:nth-of-type(5) .sec01-list-txt {
    color: #111;
  }
  .sec01-list li:nth-of-type(6) .sec01-list-txt {
    color: #fff;
  }
  .sec01-conclusion {
    height: 100px;
    margin-top: 20px;
    font-size: 22px;
    top: 0px;
  }
  .sec01-conclusion::before {
    width: 23px;
    height: 59px;
    background-image: url("../img/top/reason_arrow_sp.svg");
    background-size: 100% auto;
    top: -74px;
    left: 50%;
    margin-left: -18px;
  }
  .sec01-conclusion em {
    margin-top: 7px;
  }
}


/*簡単6STEP！ご利用の流れ
--------------------------------------------------------------------------------- */
.sec02 {
  padding: 150px 0 74px;
  position: relative;
  z-index: 5;
}
.sec02::before {
  width: 100%;
  height: 684px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  z-index: -1;
}
.sec02::after {
  width: 100%;
  height: 936px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 280px;
  content:"";
  z-index: -1;
}
.sec02-ttl {
  padding-bottom: 72px;
  text-align: center;
}
.sec02-ttl .en {
  display: block;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.sec02-ttl .jp {
  display: inline-block;
  padding: 2px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #c3e7ff;
}
.sec02-step {
  width: 1128px;
  margin: 0 auto 132px;
  position: relative;
  left: -40px;
  z-index: 3;
}
.sec02-step li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  position: relative;
}
.sec02-step li:nth-of-type(2) {
  left: 48px;
}
.sec02-step li:nth-of-type(3) {
  left: 96px;
}
.sec02-step li:nth-of-type(4) {
  left: 144px;
}
.sec02-step li:nth-of-type(5) {
  left: 192px;
}
.sec02-step li:nth-of-type(6) {
  left: 240px;
}
.sec02-step__num {
  box-sizing: border-box;
  width: 82px;
  height: 84px;
  padding-top: 5px;
  background-color: #111;
  font-family: 'Roboto', sans-serif;
  font-size: 76px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
  z-index: auto;
}
.sec02-step__num::before {
  width: 100vw;
  height: 100%;
  background-color: #111;
  position: absolute;
  top: 0;
  right: 82px;
  content:"";
}
.sec02-step__num::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 84px 0 0;
  border-color: #111111 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -84px;
  content:"";
}
.sec02-step__txt {
  box-sizing: border-box;
  width: calc(100% - 190px);
  padding-left: 100px;
  font-size: 28px;
  line-height: 1.43;
  font-weight: bold;
}
.sec02-step__txt span {
  font-size: 20px;
}
.sec02-step-note {
  width: 56px;
  height: 631px;
  background: url("../img/top/flow_arrow_pc.svg") no-repeat left top;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  position: absolute;
  top: 336px;
  right: 50%;
  margin-right: -580px;
}
 .sec02-step-note span {
  display: inline-block;
  padding: 2px;
  background-color: #c3e7ff;
  font-size: 30px;
   line-height: 1;
   font-weight: bold;
}
.sec02-image {
  width: 1128px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  z-index: auto;
}
.sec02-image::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 372px 372px 0 0;
  border-color: #c3e7ff transparent transparent transparent;
  position: absolute;
  top: -36px;
  left: -36px;
  content:"";
  z-index: -1;
}
.sec02-image-bg {
  width: 100vw;
  height: 540px;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -210px;
  content:"";
  z-index: -1;
  overflow:hidden;
}
.sec02-image-bg img {
  width: 1400px;
  height: 540px;
  transform: skew(45deg, 0deg);
  position: relative;
  left: -270px;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 55px 0 36px;
  }
  .sec02::before {
    height: 380px;
    top: 35px;
  }
  .sec02::after {
    height: 468px;
    top: 0;
    right: 50%;
    margin-right: 126px;
    content:"";
    z-index: -1;
  }
  .sec02-ttl {
    padding-bottom: 26px;
  }
  .sec02-ttl .en {
    padding-bottom: 10px;
    font-size: 35px;
  }
  .sec02-ttl .jp {
    font-size: 15px;
  }
  .sec02-step {
    width: 82%;
    margin: 0 auto 68px;
    left: 0;
  }
  .sec02-step li {
    display: block;
    margin-bottom: 24px;
    position: relative;
  }
  .sec02-step li:nth-of-type(2),
  .sec02-step li:nth-of-type(3),
  .sec02-step li:nth-of-type(4),
  .sec02-step li:nth-of-type(5),
  .sec02-step li:nth-of-type(6) {
    left: 0;
  }
  .sec02-step__num {
    width: 41px;
    height: 42px;
    padding-top: 2px;
    font-size: 38px;
  }
  .sec02-step__num::before {
    right: 41px;
  }
  .sec02-step__num::after {
    border-width: 42px 42px 0 0;
    right: -42px;
  }
  .sec02-step li .sec02-step__num:nth-of-type(2) {
    left: 24px;
  }
  .sec02-step li .sec02-step__num:nth-of-type(3) {
    left: 48px;
  }
  .sec02-step li .sec02-step__num:nth-of-type(4) {
    left: 72px;
  }
  .sec02-step li .sec02-step__num:nth-of-type(5) {
    left: 96px;
  }
  .sec02-step li .sec02-step__num:nth-of-type(6) {
    left: 120px;
  }
  .sec02-step__txt {
    width: 100%;
    padding-top: 13px;
    padding-left: 0;
    font-size: 17px;
  }
  .sec02-step__txt span {
    font-size: 14px;
  }
  .sec02-step-note {
    width: 32px;
    height: 720px;
    background: url("../img/top/flow_arrow_sp.svg") no-repeat left top;
    background-size: 29px auto;
    top: 146px;
    right: 5%;
    margin-right: 0;
  }
   .sec02-step-note span {
    font-size: 18px;
  }
  .sec02-image {
    width: 94%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: auto;
  }
  .sec02-image::before {
    top: -13px;
    left: auto;
    right: 50%;
    margin-right: 71px;
    content:"";
    z-index: -1;
  }
  .sec02-image-bg {
    width: 100vw;
    height: calc(100% + 60px);
    top: -24px;
    left: 155px;
    margin-left:0;
  }
  .sec02-image-bg img {
    width: auto;
    height: 100%;
    left: -175px;
  }
}

/*喜びの声
--------------------------------------------------------------------------------- */
.sec03 {
  padding: 156px 0px 72px;
  margin-bottom: 123px;
  position: relative;
  z-index: 2;
}
.sec03::before {
  width: 200%;
  height: 1100px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: -203px;
  right: 50%;
  margin-right: -170px;
  content:"";
  z-index: -1;
}
.sec03-ttl {
  padding-bottom: 72px;
  text-align: center;
}
.sec03-ttl .en {
  display: block;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.sec03-ttl .jp {
  display: inline-block;
  padding: 2px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #c3e7ff;
}
.sec03-list {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.sec03-list li {
  box-sizing: border-box;
  padding: 40px 0 0 0;
  height: 456px;
  position: relative;
  z-index: 2;
}
.sec03-list li:nth-of-type(2) {
  padding-top: 155px;
  padding-left: 625px;
  margin-bottom: 72px;
}
.sec03-list li:nth-of-type(1)::before {
  width: 100vw;
  height: 408px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: -36px;
  right: 50%;
  margin-right: -199px;
  z-index: -1;
  content:"";
}
.sec03-list li:nth-of-type(1)::after {
  width: 100vw;
  height: 500px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 384px;
  left: 50%;
  margin-left: 224px;
  z-index: -1;
  content:"";
}
.sec03-list li:nth-of-type(2)::before {
  width: 200vw;
  height: 408px;
  background-color: #fff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -229px;
  content:"";
  z-index: -1;
}
.sec03-list li:nth-of-type(3)::before {
  width: 100vw;
  height: 408px;
  background-color: #c3e7ff;
  position: absolute;
  top: -36px;
  left: -72px;
  z-index: -1;
  content:"";
}
.sec03-list-ttl {
  padding-bottom: 13px;
}
.sec03-list-ttl span {
  display: inline-block;
  padding: 2px;
  background-color: #111;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.sec03-list-text {
  width: 495px;
  height: 160px;
  font-size: 16px;
  line-height: 1.87;
}
.sec03-list-name {
  width: 495px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
.sec03-list-img {
  width: 50vw;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 50%;
}
.sec03-list li:nth-of-type(2) .sec03-list-img {
  left: auto;
  right: 50%;
}
.sec03-bg {
  width: 100%;
  height: 684px;
  position: absolute;
  bottom: 0;
  left: -156px;
  z-index: 2;
}
.sec03-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sec03 {
    padding: 70px 0px 40px;
    margin-bottom: 32px;
  }
  .sec03::before {
    content:none;
  }
  .sec03-ttl {
    padding-bottom: 57px;
  }
  .sec03-ttl .en {
    padding-bottom: 10px;
    font-size: 35px;
  }
  .sec03-ttl .jp {
    font-size: 15px;
  }
  .sec03-list {
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .sec03-list li {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .sec03-list li:nth-of-type(2) {
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 62px;
  }
  .sec03-list li:nth-of-type(1)::before {
    width: 100vw;
    height: 309px;
    top: -22px;
    right: 50%;
    margin-right: 95px;
    z-index: -1;
    content:"";
  }
  .sec03-list li:nth-of-type(1)::after {
    content:none;
  }
  .sec03-list li:nth-of-type(2)::before {
    width: 200vw;
    height: 309px;
    background-color: #f4f4f4;
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: 24px;
    content:"";
    z-index: -1;
  }
  .sec03-list li:nth-of-type(3)::before {
    width: 200vw;
    height: 309px;
    top: -39px;
  }
  .sec03-list-ttl {
    padding-bottom: 13px;
  }
  .sec03-list-ttl span {
    margin-bottom: 3px;
    font-size: 17px;
  }
  .sec03-list-text {
    width: 100%;
    height: auto;
    font-size: 13px;
  }
  .sec03-list-name {
    width: 100%;
    padding-bottom: 33px;
    font-size: 14px;
  }
  .sec03-list-img {
    width: 100%;
    height: auto;
    position: static;
  }

  .sec03-bg {
    width: 100%;
    height: 253px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

/*よくある質問
--------------------------------------------------------------------------------- */
.anchor#sec04 {
  top: 19px;
}
.sec04 {
  margin-top: 115px;
  margin-bottom: 120px;
  padding: 156px 0px 56px;
  position: relative;
  z-index: 2;
}
.sec04::before {
  width: 100%;
  height: 372px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 369px;
  content:"";
  z-index: -1;
}
.sec04::after {
  width: 200%;
  height: 1164px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -211px;
  content:"";
  z-index: -1;
}
.sec04-ttl {
  padding-bottom: 72px;
  text-align: center;
}
.sec04-ttl .en {
  display: block;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.sec04-ttl .jp {
  display: inline-block;
  padding: 2px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #c3e7ff;
}
.sec04-lsit {
  width: 800px;
  margin: 0 auto 110px;
  position: relative;
  z-index: 10;
}
.sec04-lsit::before {
  width: 200vw;
  height: 660px;
  background-color: #c3e7ff;
  position: absolute;
  bottom: -260px;
  left: 50%;
  margin-left: -100vw;
  content:"";
  z-index: -1;
}
.sec04-lsit dt {
  background: linear-gradient(#111 100%, #111 0%);
  display: inline;
  font-size: 22px;
  line-height: 1.37;
  font-weight: bold;
  color: #fff;
  padding: 1px 5px;
}
.sec04-lsit dt::before {
  content:"Q.";
}
.sec04-lsit dd {
  padding: 14px 0px 62px 35px;
  font-size: 22px;
  line-height: 1.54;
  font-weight: bold;
  position: relative;
}
.sec04-lsit dd::before {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 20px;
  content:"A.";
}
.sec04-image {
  width: 1128px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  z-index: auto;
  z-index: 12;
}
.sec04-image::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 372px 372px;
  border-color: transparent transparent #c3e7ff transparent;
  position: absolute;
  right: -36px;
  bottom: -36px;
  content:"";
  z-index: -1;
}
.sec04-image-bg {
  width: 100vw;
  height: 540px;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: -60px;
  right: 50%;
  margin-right: -210px;
  content:"";
  z-index: -1;
  overflow:hidden;
}
.sec04-image-bg img {
  width: 1400px;
  height: 540px;
  transform: skew(45deg, 0deg);
  position: relative;
  right: -270px;
}
.sec04-bg {
  width: 100%;
  height: 756px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  bottom: -456px;
  right: 50%;
  margin-right: -25px;
  z-index: -1;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .anchor#sec04 {
    top: 19px;
  }
  .sec04 {
    margin-top: 37px;
    margin-bottom: 37px;
    padding: 38px 0px 28px;
  }
  .sec04::before {
    width: 200%;
    height: 550px;
    top: 0;
    right: 50%;
    margin-right: -27px;
    content:"";
    z-index: -1;
  }
  .sec04::after {
    width: 200%;
    height: 470px;
    top: 353px;
    left: 50%;
    margin-left: -77px;
    content:"";
    z-index: -1;
  }
  .sec04-ttl {
    padding-bottom: 40px;
    text-align: center;
  }
  .sec04-ttl .en {
    padding-bottom: 10px;
    font-size: 35px;
  }
  .sec04-ttl .jp {
    font-size: 15px;
  }
  .sec04-lsit {
    width: 94%;
    margin: 0 auto 45px;
  }
  .sec04-lsit::before {
    content:none;
  }
  .sec04-lsit dt {
    font-size: 16px;
    padding: 1px 3px;
  }
  .sec04-lsit dd {
    padding: 9px 0px 22px 20px;
    font-size: 14px;
  }
  .sec04-lsit dd::before {
    top: 10px;
    left: 3px;
    font-size: 14px;
  }
  .sec04-image {
    width: 94%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: auto;
    z-index: 12;
  }
  .sec04-image::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 186px 186px;
    border-color: transparent transparent #c3e7ff transparent;
    position: absolute;
    right: -40px;
    bottom: -18px;
    content:"";
    z-index: -1;
  }
  .sec04-image-bg {
    width: 100vw;
    height: calc(100% + 60px);
    top: -24px;
    right: 135px;
    margin-right:0;
  }
  .sec04-image-bg img {
    width: auto;
    height: 100%;
    right: -135px;
  }
  .sec04-bg {
    width: 100%;
    height: 756px;
    background-color: #f4f4f4;
    transform: skew(-45deg, 0deg);
    transform-origin: center center; 
    position: absolute;
    bottom: -273px;
    right: auto;
    margin-right: 0;
    left: 50%;
    margin-left: 300px;
    z-index: -1;
  }
}

/*---------------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------------- */

/*メインビジュアル
--------------------------------------------------------------------------------- */
.contact-mv {
  margin-bottom: 114px;
  position: relative;
}
.contact-mv::before {
  width: 100vw;
  height: 672px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center; 
  position: absolute;
  top: 383px;
  right: 50%;
  margin-right: 22px;
  z-index: 1;
  content:"";
}
.contact-mv::after {
  width: 96px;
  height: 396px;
  background-color: #111;
  position: absolute;
  top: 0;
  right: 0;
  content:"";
}
.contact-mv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc(100% - 96px);
  height: 490px;
  position: relative;
  z-index: 3;
}
.contact-mv-wrap__ttl {
  width: 600px;
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.contact-mv-wrap__ttl .en {
  display: block;
  padding-bottom: 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  letter-spacing: 0.075em;
  font-weight: 700;
  
}

.contact-mv-wrap__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .contact-mv {
    margin-bottom: 34px;
    position: relative;
  }
  .contact-mv::before {
    height: 426px;
    top: 200px;
    right: 50%;
    margin-right: -100px;
    z-index: 1;
    content:"";
  }
  .contact-mv::after {
    content:none;
  }
  .contact-mv-wrap {
    width: 100%;
    height: 245px;
    position: relative;
    z-index: 3;
  }
  .contact-mv-wrap__ttl {
    width: 180px;
    font-size: 12px;
  }
  .contact-mv-wrap__ttl .en {
    padding-bottom: 9px;
    font-size: 35px;
  }
}

/*フォームヘッダー
--------------------------------------------------------------------------------- */
.contact {
  width: 840px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-header {
  margin-bottom: 96px;
  position: relative;
}
.contact-header__ttl {
  padding-bottom: 37px;
  font-family: 'Roboto', sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
.contact-header__read {
  padding-bottom: 90px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
.contact-header__read span {
  background: linear-gradient(#c3e7ff 100%, #c3e7ff 0%);
  display: inline;
  padding: 0 2px;
}
.contact-header__tel {
  width: 552px;
  padding: 36px 144px;
  margin: 0 auto;
  position: relative;
  z-index: auto;
  overflow:hidden;
}
.contact-header__tel::before {
  width: 100%;
  height: 144px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -84px;
  content:"";
  z-index: -1;
}
.contact-header__tel::after {
  width: 100%;
  height: 120px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 190px;
  content:"";
  z-index: -1;
}
.contact-header__tel a {
  box-sizing: border-box;
  display: block;
  height: 72px;
  padding-top: 25px;
  background-color: #111;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contact-header__tel a.pc > img {
  width: 47px;
  height: 44px;
  position: relative;
  top: -9px;
  object-fit: contain;
  padding-right: 7px;
}
.contact-header__tel a:hover {
  opacity: 1;
  background-color: #707070;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .contact {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .contact-header {
    margin-bottom: 46px;
    position: relative;
  }
  .contact-header__ttl {
    padding-bottom: 11px;
    font-size: 32px;
  }
  .contact-header__read {
    padding-bottom: 27px;
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-header__read span {
    background: linear-gradient(#c3e7ff 100%, #c3e7ff 0%);
    display: inline;
    padding: 0 2px;
  }
  .contact-header__tel {
    width: auto;
    padding: 31px 8%;
  }
  .contact-header__tel::before {
    width: 100%;
    height: 122px;
    top: 0;
    right: 50%;
    margin-right: -23px;
    content:"";
    z-index: -1;
  }
  .contact-header__tel::after {
    width: 100%;
    height: 102px;
    top: 10px;
    left: 50%;
    margin-left: 96px;
    content:"";
    z-index: -1;
  }
  .contact-header__tel a {
    height: auto;
    padding: 0;
    background-color: unset;
  }
  .contact-header__tel a.sp > img {
    position: relative;
    object-fit: contain;
    padding: 0;
  }
  .contact-header__tel a:hover {
    opacity: 1;
  }
}

/*フォーム
--------------------------------------------------------------------------------- */
.form-wrap {
  padding: 100px 0 0;
  position: relative;
  z-index: 3;
}
.form-wrap::before {
  width: 200vw;
  height: 580px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 252px;
  left: 50%;
  margin-left: -100vw;
  content:"";
  z-index: -1;
}
.form-wrap::after {
  width: 200vw;
  height: 1862px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -1119px;
  content:"";
  z-index: -1;
}

.form-wrap em {
  display: inline-block;
  padding: 1px;
  background-color: #111;
  color: #c3e7ff;
}
.form-required-txt {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 62px;
  right: 23px;
}

.form-wrap-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-wrap-list dt {
  width: 240px;
  padding-top: 14px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.form-wrap-list dt span {
  font-size: 16px;
}
.form-wrap-list dt em {
  font-size: 18px;
  margin-left: 5px;
}

.form-wrap-list dd {
  width: calc(100% - 240px);
  padding-top: 10px;
  margin-bottom: 35px;
  font-size: 13px;
}
form .form-wrap-list dd {
  padding-top: 0;
}
.form-wrap-list dd span {
  font-size: 13px;
  line-height: 1;
}
.form-wrap-list dd .sep {
  display: inline-block;
  width: 24px;
}
.error {
  display: block;
  font-weight: bold;
  color: #ff0000;
}

label {
  box-sizing: border-box;
  width: 25%;
  display:inline-block;
  position:relative;
  margin-top: 12px;
  padding-left: 1.5em;
}
label.end {
  width: auto;
}
label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
input[type="text"],
textarea,
select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 14px;
  border: 0;
  outline: none;
  background: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
input[type="text"].heaf,
select {
  width: 288px;
}
input[type="text"].w180 {
  width: 180px;
}
input[type="text"].w88 {
  width: 88px;
}

.policy {
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  padding: 40px 50px;
  background-color: #fff;
  margin: 0 auto;
  overflow-y: auto;
}
.policy h3 {
  font-size: 16px;
  font-weight: 500;
}
.policy h4 {
  font-size: 13px;
  line-height: 1.5;
}
.policy p {
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
.form-check {
  padding-bottom: 105px;
}

.submit-btn,
.submit-back-btn{
  width: 600px;
  padding: 48px 120px;
  margin: 0 auto;
  position: relative;
  z-index: auto;
  overflow:hidden;
}
.submit-btn::before,
.submit-back-btn::before {
  width: 100%;
  height: 192px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -84px;
  content:"";
  z-index: -1;
}
.submit-btn::after,
.submit-back-btn::after {
  width: 100%;
  height: 144px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: 190px;
  content:"";
  z-index: -1;
}
.submit-btn input {
  width: 100%;
  height: 96px;
  background: url("../img/contact/icon_form_btn.svg") no-repeat 450px center #111;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #c3e7ff;
  cursor: pointer;
}
.submit-btn input:hover,
.submit-back-btn input:hover {
  background-color: #707070;
  transition: 0.2s ease-in-out;
}

.submit-back-btn::before {
  margin-right: 108px;
}
.submit-back-btn::after {
  margin-left: -2px;
}
.submit-back-btn input {
  display: block;
  width: 70%;
  height: 96px;
  background: url("../img/contact/icon_form_back_btn.svg") no-repeat 40px center #111;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #c3e7ff;
  cursor: pointer;
  margin: 0 auto;
}

.form-bg {
  width: 100%;
  height: 660px;
  background-color: #f4f4f4;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  bottom: -144px;
  right: 50%;
  margin-right: 114px;
  content:"";
  z-index: -1;
}
.form-end-section {
  width: 600px;
  margin: 0 auto;
}
.form-end-txt {
  font-size: 20px;
  text-align: center;
}
.form-wrap-list dd .file-note {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #ff0000;
}
.check-image {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #111;
  margin: 5px 0;
  color: #c3e7ff!important;
}
.file-list li {
  margin-bottom: 10px;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .form-wrap {
    padding: 30px 0 0;
    position: relative;
    z-index: 3;
  }
  .form-wrap::after {
    width: 200vw;
    height: calc(100% - 168px);
    transform: skew(0deg, 0deg);
    top: 0;
    right: 0;
    margin-right: 0;
  }
  .form-wrap::before {
    content:none;
  }
  .form-wrap em {
    display: inline-block;
    padding: 1px;
    background-color: #111;
    color: #c3e7ff;
  }
  .form-required-txt {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 5%;
  }

  .form-wrap-list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .form-wrap-list dt {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
  }
  .form-wrap-list dt span {
    font-size: 11px;
  }
  .form-wrap-list dt em {
    font-size: 12px;
    margin-left: 5px;
  }
  .form-wrap-list dt em.sp {
    display: inline-block!important;
  }

  .form-wrap-list dd {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .form-wrap-list dd span {
    font-size: 13px;
    line-height: 1;
  }
  .form-wrap-list dd .sep {
    display: inline-block;
    width: 4%;
  }

  label {
    width: 48%;
  }
  label.col3 {
    width: 33%;
  }
  label:last-child {
    width: auto;
  }
  label input{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
  }
  input[type="text"],
  textarea,
  select {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 14px;
    border: 0;
    outline: none;
    background: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  input[type="text"].heaf,
  select {
    width: 48%;
  }
  input[type="text"].w180 {
    width: 104px;
  }
  input[type="text"].w88 {
    width: 60px;
  }

  .policy {
    box-sizing: border-box;
    width: 90%;
    height: 185px;
    padding: 20px 25px;
    background-color: #fff;
    margin: 0 auto;
    overflow-y: auto;
  }
  .policy h3 {
    font-size: 13px;
    font-weight: 500;
  }
  .policy h4 {
    font-size: 12px;
    line-height: 1.5;
  }
  .policy p {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 1.5em;
  }
  .form-check {
    width: 90%;
    padding-top: 17px;
    margin: 0 auto;
    padding-bottom: 65px;
    position: relative;
    z-index: 3;
  }
  .form-check::before {
    width: 100%;
    height: 85px;
    background-color: #f4f4f4;
    transform: skew(-45deg, 0deg);
    transform-origin: center center; 
    position: absolute;
    top: 34px;
    left: 50%;
    margin: -15px;
    z-index: -1;
    content:"";
  }
  .form-check span.sp {
    display: inline-block!important;
    width: 22px;
  }

  .submit-btn,
  .submit-back-btn{
    width: 80%;
    padding: 32px 10%;
  }
  .submit-btn::before,
  .submit-back-btn::before {
    width: 100%;
    height: 124px;
    background-color: #c3e7ff;
    transform: skew(-45deg, 0deg);
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -33px;
    content:"";
    z-index: -1;
  }
  .submit-btn::after,
  .submit-back-btn::after {
    width: 100%;
    height: 102px;
    background-color: #c3e7ff;
    transform: skew(-45deg, 0deg);
    transform-origin: center center;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: 98px;
    content:"";
    z-index: -1;
  }
  .submit-btn input {
    width: 100%;
    height: 60px;
    background: url("../img/contact/icon_form_btn.svg") no-repeat 80% center #111;
    background-size: 40px auto;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #c3e7ff;
    cursor: pointer;
  }
  
  .submit-back-btn::before {
    margin-right: 91px;
  }
  .submit-back-btn::after {
    margin-left: -19px;
  }
  .submit-back-btn input {
    display: block;
    width: 70%;
    height: 60px;
    background: url("../img/contact/icon_form_back_btn.svg") no-repeat 20px center #111;
    background-size: 20px auto;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #c3e7ff;
    cursor: pointer;
  }
  
  .form-bg {
    width: 100%;
    height: 660px;
    background-color: #f4f4f4;
    transform: skew(-45deg, 0deg);
    transform-origin: center center;
    position: absolute;
    bottom: -144px;
    right: 50%;
    margin-right: -34px;
    content:none;
    z-index: -1;
  }
  .form-end-section {
    width: 90%;
  }
  .form-end-txt{
    font-size: 17px;
  }
}