@charset "UTF-8";

/*=============================================================
guidance
==============================================================*/

.p-guidance__lead {
  margin-top: 90px;
  line-height: 2;
  text-align: center;
}

/* --------------------------- point01 ------ */

.p-guidance-point {
  padding-bottom: 85px;
  /* -------------- メインビジュアル --- */
  /* -------------- ボックス --- */
}

.p-guidance-point__mv-box {
  position: relative;
  margin-top: 20px;
}

.p-guidance-point__mv-wrapper {
  display: inline-block;
  position: relative;
  height: 585px;
  padding-top: 95px;
}

.p-guidance-point__mv-wrapper .img-point {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 160px;
}

.p-guidance-point__mv {
  -webkit-clip-path: polygon(0 0, 100% 0, 1160px 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 1160px 100%, 0% 100%);
}

.p-guidance-point__mv-title {
  position: absolute;
  top: 61%;
  left: min(58%, 940px);
  transform: translateX(-50%);
}

.p-guidance-point__mv-bg {
  z-index: -1;
  position: absolute;
  right: -200px;
  bottom: -50px;
  width: 100%;
  height: 490px;
  background-color: #7bbcb7;
  -webkit-clip-path: polygon(140px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(140px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.p-guidance-point__mv-bg::before {
  content: "";
}

.p-guidance-point__boxes {
  margin-top: 145px;
}

.p-guidance-point__box {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(55px);
}

.p-guidance-point__box:nth-of-type(2n) {
  flex-direction: row-reverse;
  transform: translateX(-55px);
}

.p-guidance-point__box + .p-guidance-point__box {
  margin-top: 115px;
}

.p-guidance-point__box-text-side {
  width: 560px;
}

.p-guidance-point__box-title {
  margin-right: -1em;
  color: #7bbcb7;
}

.p-guidance-point__box-title .c-slash-heading__icon::before {
  background-color: currentColor;
}

.p-guidance-point__box-text {
  margin-top: 20px;
  line-height: 2;
}

.p-guidance-point__box-pic-side {
  width: 580px;
  margin-top: 5px;
}

.p-guidance-point__box-img {
  width: 100%;
  height: auto;
}

/* 個別 */

.p-guidance-point {
  /* --------------------------- アニメーション要素のスタイル ------ */
}

.p-guidance-point.point01 .p-guidance-point__mv-bg {
  background-color: #7bbcb7;
}

.p-guidance-point.point01 .p-guidance-point__mv-title {
  left: min(58%, 930px);
}

.p-guidance-point.point01 .p-guidance-point__box-title {
  color: #7bbcb7;
}

.p-guidance-point.point02 .p-guidance-point__mv-bg {
  background-color: #bbd16e;
}

.p-guidance-point.point02 .p-guidance-point__mv-title {
  left: min(59%, 940px);
}

.p-guidance-point.point02 .p-guidance-point__box-title {
  color: #bbd16e;
}

.p-guidance-point.point03 .p-guidance-point__mv-bg {
  background-color: #d6ce2a;
}

.p-guidance-point.point03 .p-guidance-point__mv-title {
  left: min(56.5%, 910px);
}

.p-guidance-point.point03 .p-guidance-point__box-title {
  color: #d6ce2a;
}

.p-guidance-point.point04 .p-guidance-point__mv-bg {
  background-color: #cf6564;
}

.p-guidance-point.point04 .p-guidance-point__mv-title {
  left: min(59%, 950px);
}

.p-guidance-point.point04 .p-guidance-point__box-title {
  color: #cf6564;
}

.p-guidance-point .js-move1 {
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.p-guidance-point .js-move3 {
  opacity: 0;
}

.p-guidance-point .js-fadeInUp {
  transform: translateY(50px);
  opacity: 0;
}

/* --------------------------- bottom-nav ------ */

.p-guidance-bottom {
  margin-top: 70px;
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  .p-guidance__heading {
    margin-top: 16vw;
  }

  .p-guidance__lead {
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }

  .p-guidance-point {
    padding-bottom: 12vw;
  }

  .p-guidance-point__mv-box {
    margin-top: 2.6666666667vw;
  }

  .p-guidance-point__mv-wrapper {
    height: 79.4666666667vw;
    padding-top: 14.6666666667vw;
  }

  .p-guidance-point__mv-wrapper .img-point {
    top: 2.1333333333vw;
    left: 1.3333333333vw;
    width: 50.1333333333vw;
  }

  .p-guidance-point__mv {
    width: 90%;
    -webkit-clip-path: polygon(0 0, 100% 0, 74.6666666667vw 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 74.6666666667vw 100%, 0% 100%);
  }

  .p-guidance-point__mv-bg {
    right: -9.3333333333vw;
    bottom: -5.8666666667vw;
    height: 65.3333333333vw;
    -webkit-clip-path: polygon(18.6666666667vw 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(18.6666666667vw 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .p-guidance-point__boxes {
    margin-top: 17.3333333333vw;
  }

  .p-guidance-point__box {
    display: block;
    width: 86%;
    transform: none;
  }

  .p-guidance-point__box:nth-of-type(2n) {
    transform: none;
  }

  .p-guidance-point__box + .p-guidance-point__box {
    margin-top: 12vw;
  }

  .p-guidance-point__box-text-side {
    width: 100%;
  }

  .p-guidance-point__box-text {
    font-size: 4.2666666667vw;
    line-height: 1.7666666667;
  }

  .p-guidance-point__box-pic-side {
    width: 100%;
    margin-top: 6.6666666667vw;
  }

  .p-guidance-point.point01 .p-guidance-point__mv-title {
    top: 68%;
    left: 49.6vw;
    width: 88%;
  }

  .p-guidance-point.point02 .p-guidance-point__mv-title {
    top: 66%;
    left: 49.3333333333vw;
    width: 90%;
  }

  .p-guidance-point.point03 .p-guidance-point__mv-title {
    top: 66%;
    left: 45.6vw;
    width: 84%;
  }

  .p-guidance-point.point04 .p-guidance-point__mv-title {
    top: 66%;
    left: 49.8666666667vw;
    width: 92%;
  }

  .p-guidance-bottom {
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw;
  }
}