@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
._color_main-color {
  color: var(--main-color-primary);
}

._color_alert-color {
  color: #FF0000;
}

._color_accent-color {
  color: var(--accent--blue);
}

._color_white-color {
  color: #fff;
}

._bg_clear-white {
  background-color: var(--base-color-clear-white) !important;
}

._bg_white {
  background-color: var(--base-color-white) !important;
}

._bg_gray {
  background-color: var(--base-color-gray) !important;
}

._bg_light-gray {
  background-color: var(--base-color-light-gray) !important;
}

._fw-medium {
  font-weight: 500 !important;
}

._fw-bold {
  font-weight: 700 !important;
}

@media (min-width: px) {
  ._fz_15\@md- {
    font-size: fz(15);
  }
}

._mt_0 {
  margin-top: 0px !important;
}
@media not all and (min-width: px) {
  ._mt_0\@-md {
    margin-top: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._mt_0\@md- {
    margin-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_0\@lg- {
    margin-top: 0px !important;
  }
}

._mb_0 {
  margin-bottom: 0px !important;
}
@media not all and (min-width: px) {
  ._mb_0\@-md {
    margin-bottom: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._mb_0\@md- {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_0\@lg- {
    margin-bottom: 0px !important;
  }
}

._pt_0 {
  padding-top: 0px !important;
}
@media not all and (min-width: px) {
  ._pt_0\@-md {
    padding-top: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pt_0\@md- {
    padding-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_0\@lg- {
    padding-top: 0px !important;
  }
}

._pb_0 {
  padding-bottom: 0px !important;
}
@media not all and (min-width: px) {
  ._pb_0\@-md {
    padding-bottom: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pb_0\@md- {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_0\@lg- {
    padding-bottom: 0px !important;
  }
}

._pl_0 {
  padding-left: 0px !important;
}
@media not all and (min-width: px) {
  ._pl_0\@-md {
    padding-left: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pl_0\@md- {
    padding-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_0\@lg- {
    padding-left: 0px !important;
  }
}

._pr_0 {
  padding-right: 0px !important;
}
@media not all and (min-width: px) {
  ._pr_0\@-md {
    padding-right: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pr_0\@md- {
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_0\@lg- {
    padding-right: 0px !important;
  }
}

._mt_10 {
  margin-top: 10px !important;
}
@media not all and (min-width: px) {
  ._mt_10\@-md {
    margin-top: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._mt_10\@md- {
    margin-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_10\@lg- {
    margin-top: 10px !important;
  }
}

._mb_10 {
  margin-bottom: 10px !important;
}
@media not all and (min-width: px) {
  ._mb_10\@-md {
    margin-bottom: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._mb_10\@md- {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_10\@lg- {
    margin-bottom: 10px !important;
  }
}

._pt_10 {
  padding-top: 10px !important;
}
@media not all and (min-width: px) {
  ._pt_10\@-md {
    padding-top: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pt_10\@md- {
    padding-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_10\@lg- {
    padding-top: 10px !important;
  }
}

._pb_10 {
  padding-bottom: 10px !important;
}
@media not all and (min-width: px) {
  ._pb_10\@-md {
    padding-bottom: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pb_10\@md- {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_10\@lg- {
    padding-bottom: 10px !important;
  }
}

._pl_10 {
  padding-left: 10px !important;
}
@media not all and (min-width: px) {
  ._pl_10\@-md {
    padding-left: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pl_10\@md- {
    padding-left: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_10\@lg- {
    padding-left: 10px !important;
  }
}

._pr_10 {
  padding-right: 10px !important;
}
@media not all and (min-width: px) {
  ._pr_10\@-md {
    padding-right: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pr_10\@md- {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_10\@lg- {
    padding-right: 10px !important;
  }
}

._mt_20 {
  margin-top: 20px !important;
}
@media not all and (min-width: px) {
  ._mt_20\@-md {
    margin-top: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._mt_20\@md- {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_20\@lg- {
    margin-top: 20px !important;
  }
}

._mb_20 {
  margin-bottom: 20px !important;
}
@media not all and (min-width: px) {
  ._mb_20\@-md {
    margin-bottom: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._mb_20\@md- {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_20\@lg- {
    margin-bottom: 20px !important;
  }
}

._pt_20 {
  padding-top: 20px !important;
}
@media not all and (min-width: px) {
  ._pt_20\@-md {
    padding-top: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pt_20\@md- {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_20\@lg- {
    padding-top: 20px !important;
  }
}

._pb_20 {
  padding-bottom: 20px !important;
}
@media not all and (min-width: px) {
  ._pb_20\@-md {
    padding-bottom: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pb_20\@md- {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_20\@lg- {
    padding-bottom: 20px !important;
  }
}

._pl_20 {
  padding-left: 20px !important;
}
@media not all and (min-width: px) {
  ._pl_20\@-md {
    padding-left: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pl_20\@md- {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_20\@lg- {
    padding-left: 20px !important;
  }
}

._pr_20 {
  padding-right: 20px !important;
}
@media not all and (min-width: px) {
  ._pr_20\@-md {
    padding-right: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pr_20\@md- {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_20\@lg- {
    padding-right: 20px !important;
  }
}

._mt_30 {
  margin-top: 30px !important;
}
@media not all and (min-width: px) {
  ._mt_30\@-md {
    margin-top: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._mt_30\@md- {
    margin-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_30\@lg- {
    margin-top: 30px !important;
  }
}

._mb_30 {
  margin-bottom: 30px !important;
}
@media not all and (min-width: px) {
  ._mb_30\@-md {
    margin-bottom: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._mb_30\@md- {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_30\@lg- {
    margin-bottom: 30px !important;
  }
}

._pt_30 {
  padding-top: 30px !important;
}
@media not all and (min-width: px) {
  ._pt_30\@-md {
    padding-top: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pt_30\@md- {
    padding-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_30\@lg- {
    padding-top: 30px !important;
  }
}

._pb_30 {
  padding-bottom: 30px !important;
}
@media not all and (min-width: px) {
  ._pb_30\@-md {
    padding-bottom: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pb_30\@md- {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_30\@lg- {
    padding-bottom: 30px !important;
  }
}

._pl_30 {
  padding-left: 30px !important;
}
@media not all and (min-width: px) {
  ._pl_30\@-md {
    padding-left: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pl_30\@md- {
    padding-left: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_30\@lg- {
    padding-left: 30px !important;
  }
}

._pr_30 {
  padding-right: 30px !important;
}
@media not all and (min-width: px) {
  ._pr_30\@-md {
    padding-right: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pr_30\@md- {
    padding-right: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_30\@lg- {
    padding-right: 30px !important;
  }
}

._mt_40 {
  margin-top: 40px !important;
}
@media not all and (min-width: px) {
  ._mt_40\@-md {
    margin-top: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._mt_40\@md- {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_40\@lg- {
    margin-top: 40px !important;
  }
}

._mb_40 {
  margin-bottom: 40px !important;
}
@media not all and (min-width: px) {
  ._mb_40\@-md {
    margin-bottom: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._mb_40\@md- {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_40\@lg- {
    margin-bottom: 40px !important;
  }
}

._pt_40 {
  padding-top: 40px !important;
}
@media not all and (min-width: px) {
  ._pt_40\@-md {
    padding-top: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pt_40\@md- {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_40\@lg- {
    padding-top: 40px !important;
  }
}

._pb_40 {
  padding-bottom: 40px !important;
}
@media not all and (min-width: px) {
  ._pb_40\@-md {
    padding-bottom: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pb_40\@md- {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_40\@lg- {
    padding-bottom: 40px !important;
  }
}

._pl_40 {
  padding-left: 40px !important;
}
@media not all and (min-width: px) {
  ._pl_40\@-md {
    padding-left: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pl_40\@md- {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_40\@lg- {
    padding-left: 40px !important;
  }
}

._pr_40 {
  padding-right: 40px !important;
}
@media not all and (min-width: px) {
  ._pr_40\@-md {
    padding-right: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pr_40\@md- {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_40\@lg- {
    padding-right: 40px !important;
  }
}

._mt_50 {
  margin-top: 50px !important;
}
@media not all and (min-width: px) {
  ._mt_50\@-md {
    margin-top: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._mt_50\@md- {
    margin-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_50\@lg- {
    margin-top: 50px !important;
  }
}

._mb_50 {
  margin-bottom: 50px !important;
}
@media not all and (min-width: px) {
  ._mb_50\@-md {
    margin-bottom: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._mb_50\@md- {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_50\@lg- {
    margin-bottom: 50px !important;
  }
}

._pt_50 {
  padding-top: 50px !important;
}
@media not all and (min-width: px) {
  ._pt_50\@-md {
    padding-top: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pt_50\@md- {
    padding-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_50\@lg- {
    padding-top: 50px !important;
  }
}

._pb_50 {
  padding-bottom: 50px !important;
}
@media not all and (min-width: px) {
  ._pb_50\@-md {
    padding-bottom: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pb_50\@md- {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_50\@lg- {
    padding-bottom: 50px !important;
  }
}

._pl_50 {
  padding-left: 50px !important;
}
@media not all and (min-width: px) {
  ._pl_50\@-md {
    padding-left: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pl_50\@md- {
    padding-left: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_50\@lg- {
    padding-left: 50px !important;
  }
}

._pr_50 {
  padding-right: 50px !important;
}
@media not all and (min-width: px) {
  ._pr_50\@-md {
    padding-right: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pr_50\@md- {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_50\@lg- {
    padding-right: 50px !important;
  }
}

._mt_60 {
  margin-top: 60px !important;
}
@media not all and (min-width: px) {
  ._mt_60\@-md {
    margin-top: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._mt_60\@md- {
    margin-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_60\@lg- {
    margin-top: 60px !important;
  }
}

._mb_60 {
  margin-bottom: 60px !important;
}
@media not all and (min-width: px) {
  ._mb_60\@-md {
    margin-bottom: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._mb_60\@md- {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_60\@lg- {
    margin-bottom: 60px !important;
  }
}

._pt_60 {
  padding-top: 60px !important;
}
@media not all and (min-width: px) {
  ._pt_60\@-md {
    padding-top: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pt_60\@md- {
    padding-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_60\@lg- {
    padding-top: 60px !important;
  }
}

._pb_60 {
  padding-bottom: 60px !important;
}
@media not all and (min-width: px) {
  ._pb_60\@-md {
    padding-bottom: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pb_60\@md- {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_60\@lg- {
    padding-bottom: 60px !important;
  }
}

._pl_60 {
  padding-left: 60px !important;
}
@media not all and (min-width: px) {
  ._pl_60\@-md {
    padding-left: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pl_60\@md- {
    padding-left: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_60\@lg- {
    padding-left: 60px !important;
  }
}

._pr_60 {
  padding-right: 60px !important;
}
@media not all and (min-width: px) {
  ._pr_60\@-md {
    padding-right: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pr_60\@md- {
    padding-right: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_60\@lg- {
    padding-right: 60px !important;
  }
}

._mt_70 {
  margin-top: 70px !important;
}
@media not all and (min-width: px) {
  ._mt_70\@-md {
    margin-top: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._mt_70\@md- {
    margin-top: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_70\@lg- {
    margin-top: 70px !important;
  }
}

._mb_70 {
  margin-bottom: 70px !important;
}
@media not all and (min-width: px) {
  ._mb_70\@-md {
    margin-bottom: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._mb_70\@md- {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_70\@lg- {
    margin-bottom: 70px !important;
  }
}

._pt_70 {
  padding-top: 70px !important;
}
@media not all and (min-width: px) {
  ._pt_70\@-md {
    padding-top: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pt_70\@md- {
    padding-top: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_70\@lg- {
    padding-top: 70px !important;
  }
}

._pb_70 {
  padding-bottom: 70px !important;
}
@media not all and (min-width: px) {
  ._pb_70\@-md {
    padding-bottom: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pb_70\@md- {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_70\@lg- {
    padding-bottom: 70px !important;
  }
}

._pl_70 {
  padding-left: 70px !important;
}
@media not all and (min-width: px) {
  ._pl_70\@-md {
    padding-left: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pl_70\@md- {
    padding-left: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_70\@lg- {
    padding-left: 70px !important;
  }
}

._pr_70 {
  padding-right: 70px !important;
}
@media not all and (min-width: px) {
  ._pr_70\@-md {
    padding-right: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pr_70\@md- {
    padding-right: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_70\@lg- {
    padding-right: 70px !important;
  }
}

._mt_80 {
  margin-top: 80px !important;
}
@media not all and (min-width: px) {
  ._mt_80\@-md {
    margin-top: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._mt_80\@md- {
    margin-top: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_80\@lg- {
    margin-top: 80px !important;
  }
}

._mb_80 {
  margin-bottom: 80px !important;
}
@media not all and (min-width: px) {
  ._mb_80\@-md {
    margin-bottom: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._mb_80\@md- {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_80\@lg- {
    margin-bottom: 80px !important;
  }
}

._pt_80 {
  padding-top: 80px !important;
}
@media not all and (min-width: px) {
  ._pt_80\@-md {
    padding-top: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pt_80\@md- {
    padding-top: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_80\@lg- {
    padding-top: 80px !important;
  }
}

._pb_80 {
  padding-bottom: 80px !important;
}
@media not all and (min-width: px) {
  ._pb_80\@-md {
    padding-bottom: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pb_80\@md- {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_80\@lg- {
    padding-bottom: 80px !important;
  }
}

._pl_80 {
  padding-left: 80px !important;
}
@media not all and (min-width: px) {
  ._pl_80\@-md {
    padding-left: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pl_80\@md- {
    padding-left: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_80\@lg- {
    padding-left: 80px !important;
  }
}

._pr_80 {
  padding-right: 80px !important;
}
@media not all and (min-width: px) {
  ._pr_80\@-md {
    padding-right: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pr_80\@md- {
    padding-right: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_80\@lg- {
    padding-right: 80px !important;
  }
}

._mt_90 {
  margin-top: 90px !important;
}
@media not all and (min-width: px) {
  ._mt_90\@-md {
    margin-top: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._mt_90\@md- {
    margin-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_90\@lg- {
    margin-top: 90px !important;
  }
}

._mb_90 {
  margin-bottom: 90px !important;
}
@media not all and (min-width: px) {
  ._mb_90\@-md {
    margin-bottom: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._mb_90\@md- {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_90\@lg- {
    margin-bottom: 90px !important;
  }
}

._pt_90 {
  padding-top: 90px !important;
}
@media not all and (min-width: px) {
  ._pt_90\@-md {
    padding-top: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pt_90\@md- {
    padding-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_90\@lg- {
    padding-top: 90px !important;
  }
}

._pb_90 {
  padding-bottom: 90px !important;
}
@media not all and (min-width: px) {
  ._pb_90\@-md {
    padding-bottom: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pb_90\@md- {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_90\@lg- {
    padding-bottom: 90px !important;
  }
}

._pl_90 {
  padding-left: 90px !important;
}
@media not all and (min-width: px) {
  ._pl_90\@-md {
    padding-left: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pl_90\@md- {
    padding-left: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_90\@lg- {
    padding-left: 90px !important;
  }
}

._pr_90 {
  padding-right: 90px !important;
}
@media not all and (min-width: px) {
  ._pr_90\@-md {
    padding-right: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pr_90\@md- {
    padding-right: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_90\@lg- {
    padding-right: 90px !important;
  }
}

._mt_100 {
  margin-top: 100px !important;
}
@media not all and (min-width: px) {
  ._mt_100\@-md {
    margin-top: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._mt_100\@md- {
    margin-top: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_100\@lg- {
    margin-top: 100px !important;
  }
}

._mb_100 {
  margin-bottom: 100px !important;
}
@media not all and (min-width: px) {
  ._mb_100\@-md {
    margin-bottom: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._mb_100\@md- {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_100\@lg- {
    margin-bottom: 100px !important;
  }
}

._pt_100 {
  padding-top: 100px !important;
}
@media not all and (min-width: px) {
  ._pt_100\@-md {
    padding-top: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pt_100\@md- {
    padding-top: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_100\@lg- {
    padding-top: 100px !important;
  }
}

._pb_100 {
  padding-bottom: 100px !important;
}
@media not all and (min-width: px) {
  ._pb_100\@-md {
    padding-bottom: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pb_100\@md- {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_100\@lg- {
    padding-bottom: 100px !important;
  }
}

._pl_100 {
  padding-left: 100px !important;
}
@media not all and (min-width: px) {
  ._pl_100\@-md {
    padding-left: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pl_100\@md- {
    padding-left: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_100\@lg- {
    padding-left: 100px !important;
  }
}

._pr_100 {
  padding-right: 100px !important;
}
@media not all and (min-width: px) {
  ._pr_100\@-md {
    padding-right: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pr_100\@md- {
    padding-right: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_100\@lg- {
    padding-right: 100px !important;
  }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--8 {
  margin-top: 8px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--24 {
  margin-top: 24px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--48 {
  margin-top: 48px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 640px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--10 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--15 {
    margin-top: 4vw !important;
  }
  .mgt-sp--20 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--25 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--30 {
    margin-top: 8vw !important;
  }
  .mgt-sp--32 {
    margin-top: 8.53334vw !important;
  }
  .mgt-sp--35 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--40 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--45 {
    margin-top: 12vw !important;
  }
  .mgt-sp--50 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--55 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--60 {
    margin-top: 16vw !important;
  }
  .mgt-sp--65 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--70 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--75 {
    margin-top: 20vw !important;
  }
  .mgt-sp--80 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--85 {
    margin-top: 22.66667vw !important;
  }
  .mgt-sp--90 {
    margin-top: 24vw !important;
  }
  .mgt-sp--95 {
    margin-top: 25.33333vw !important;
  }
  .mgt-sp--100 {
    margin-top: 26.66667vw !important;
  }
  .mgt-sp--105 {
    margin-top: 28vw !important;
  }
  .mgt-sp--110 {
    margin-top: 29.33333vw !important;
  }
  .mgt-sp--115 {
    margin-top: 30.66667vw !important;
  }
  .mgt-sp--120 {
    margin-top: 32vw !important;
  }
  .mgt-sp--125 {
    margin-top: 33.33333vw !important;
  }
  .mgt-sp--130 {
    margin-top: 34.66667vw !important;
  }
  .mgt-sp--135 {
    margin-top: 36vw !important;
  }
  .mgt-sp--140 {
    margin-top: 37.33333vw !important;
  }
  .mgt-sp--145 {
    margin-top: 38.66667vw !important;
  }
  .mgt-sp--150 {
    margin-top: 40vw !important;
  }
  .mgt-sp--155 {
    margin-top: 41.33333vw !important;
  }
  .mgt-sp--160 {
    margin-top: 42.66667vw !important;
  }
  .mgt-sp--165 {
    margin-top: 44vw !important;
  }
  .mgt-sp--170 {
    margin-top: 45.33333vw !important;
  }
  .mgt-sp--175 {
    margin-top: 46.66667vw !important;
  }
  .mgt-sp--180 {
    margin-top: 48vw !important;
  }
  .mgt-sp--185 {
    margin-top: 49.33333vw !important;
  }
  .mgt-sp--190 {
    margin-top: 50.66667vw !important;
  }
  .mgt-sp--195 {
    margin-top: 52vw !important;
  }
  .mgt-sp--200 {
    margin-top: 53.33333vw !important;
  }
  .mgt-sp--205 {
    margin-top: 54.66667vw !important;
  }
  .mgt-sp--210 {
    margin-top: 56vw !important;
  }
  .mgt-sp--215 {
    margin-top: 57.33333vw !important;
  }
  .mgt-sp--220 {
    margin-top: 58.66667vw !important;
  }
  .mgt-sp--225 {
    margin-top: 60vw !important;
  }
  .mgt-sp--230 {
    margin-top: 61.33333vw !important;
  }
  .mgt-sp--235 {
    margin-top: 62.66667vw !important;
  }
  .mgt-sp--240 {
    margin-top: 64vw !important;
  }
  .mgt-sp--245 {
    margin-top: 65.33333vw !important;
  }
  .mgt-sp--250 {
    margin-top: 66.66667vw !important;
  }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

.mgt-pc--s {
  margin-top: 4px !important;
}

.mgt-pc--ms {
  margin-top: 8px !important;
}

.mgt-pc--m {
  margin-top: 16px !important;
}

.mgt-pc--lg {
  margin-top: 24px !important;
}

.mgt-pc--xl {
  margin-top: 48px !important;
}

.mgt-pc--xxl {
  margin-top: 64px !important;
}

.mgb-pc--s {
  margin-bottom: 4px !important;
}

.mgb-pc--ms {
  margin-bottom: 8px !important;
}

.mgb-pc--m {
  margin-bottom: 16px !important;
}

.mgb-pc--lg {
  margin-bottom: 24px !important;
}

.mgb-pc--xl {
  margin-bottom: 48px !important;
}

.mgb-pc--xxl {
  margin-bottom: 64px !important;
}

@media screen and (max-width: 640px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 22.66667vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 24vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 25.33333vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 26.66667vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 28vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 29.33333vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 30.66667vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 32vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 33.33333vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 34.66667vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 36vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 37.33333vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 38.66667vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 40vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 41.33333vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 42.66667vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 44vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 45.33333vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 46.66667vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 48vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 49.33333vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 50.66667vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 52vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 53.33333vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 54.66667vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 56vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 57.33333vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 58.66667vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 60vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 61.33333vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 62.66667vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 64vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 65.33333vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 66.66667vw !important;
  }
  .mgt-sp--s {
    margin-top: 4px !important;
  }
  .mgt-sp--ms {
    margin-top: 8px !important;
  }
  .mgt-sp--m {
    margin-top: 16px !important;
  }
  .mgt-sp--lg {
    margin-top: 24px !important;
  }
  .mgt-sp--xl {
    margin-top: 48px !important;
  }
  .mgt-sp--xxl {
    margin-top: 64px !important;
  }
  .mgb-sp--s {
    margin-bottom: 4px !important;
  }
  .mgb-sp--ms {
    margin-bottom: 8px !important;
  }
  .mgb-sp--m {
    margin-bottom: 16px !important;
  }
  .mgb-sp--lg {
    margin-bottom: 24px !important;
  }
  .mgb-sp--xl {
    margin-bottom: 48px !important;
  }
  .mgb-sp--xxl {
    margin-bottom: 64px !important;
  }
}
._ta_l {
  text-align: left !important;
}
@media (min-width: px) {
  ._ta_l\@md- {
    text-align: left !important;
  }
}
@media not all and (min-width: px) {
  ._ta_l\@-md {
    text-align: left !important;
  }
}

._ta_c {
  text-align: center !important;
}
@media (min-width: px) {
  ._ta_c\@md- {
    text-align: center !important;
  }
}
@media not all and (min-width: px) {
  ._ta_c\@-md {
    text-align: center !important;
  }
}

._ta_r {
  text-align: right !important;
}
@media (min-width: px) {
  ._ta_r\@md- {
    text-align: right !important;
  }
}
@media not all and (min-width: px) {
  ._ta_r\@-md {
    text-align: right !important;
  }
}

@media not all and (min-width: 640px) {
  ._sp-ta_l {
    text-align: left !important;
  }
}

._va_t {
  vertical-align: top !important;
}

._va_m {
  vertical-align: middle !important;
}

._va_b {
  vertical-align: bottom !important;
}

._display_none {
  display: none !important;
}

@media all and (min-width: 640px) {
  ._pc-display_none, .sp-only, .pc-hide {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  ._sp-display_none, .pc-only, .sp-hide {
    display: none !important;
  }
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block;
}

@media not all and (min-width: 640px) {
  .sp-d-ib {
    display: inline-block;
  }
}

._sr_only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: px) {
  ._sr_only\@md- {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
  }
}

._wb_keep-all {
  word-break: keep-all;
}

._ws_nowrap {
  white-space: nowrap;
}

.youtube {
  display: flex;
}
.youtube::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
  pointer-events: none;
}

._letter-spacing_0 {
  letter-spacing: 0 !important;
}

._width_full {
  width: 100% !important;
}

._justyfy_start {
  justify-content: flex-start !important;
}

._justyfy_center {
  justify-content: center !important;
}

._justyfy_end {
  justify-content: flex-end !important;
}

._align_items_start {
  align-items: flex-start !important;
}

._align_items_center {
  align-items: center !important;
}

._align_items_end {
  align-items: flex-end !important;
}

._outline_none {
  outline: none;
}

._d-flex {
  display: flex;
}

@media not all and (min-width: 640px) {
  .sp-w-25p {
    width: 25%;
  }
}

.pc_none {
  display: none;
}
@media not all and (min-width: 640px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media not all and (min-width: 640px) {
  .sp_none {
    display: none;
  }
}

:root {
  /* main-color*/
  --main-blue: #2c69ff;
  --white: #fff;
  --gray: #EFF2F6;
  --leading-trim: calc((1em - 1lh) / 2);
}

.button-wrapper {
  width: fit-content;
}

.button-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media not all and (min-width: 640px) {
  .button-flex {
    flex-direction: column;
  }
}
.button-flex .button-wrapper {
  width: 236px;
  flex-shrink: 0;
}
.button-flex .button-wrapper .button-regular {
  justify-content: space-between;
}
@media not all and (min-width: 640px) {
  .button-flex .button-wrapper .button-regular {
    font-size: 1.5rem;
  }
}
.button-flex--button-large .button-wrapper {
  width: 313px;
}

.button-regular {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 12px 0 24px;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: var(--main-blue);
  border-radius: 90px;
  transition: background 400ms ease-out;
  text-decoration: none;
  border: none;
}
.button-regular::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/fc/40th-anniversary/assets/images/arrow_button_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
}
.button-regular:hover {
  color: #fff;
  background: #1c3384;
}
.button-regular--thin {
  min-height: 40px;
}

.of-bgcolor-main > [class^=str-outer] {
  background-color: var(--main-blue);
}
.of-bgcolor-main > [class^=str-outer] * {
  color: var(--white);
}

.of-bgcolor-gray > [class^=str-outer] {
  background-color: var(--gray);
}
.of-bgcolor-gray > [class=str-outer-wide] {
  padding: 64px 24px;
}

*[class^=of-bgcolor].has-padding > [class^=str-outer] {
  padding: 64px 24px;
}

.str-outer {
  padding-left: 24px;
  padding-right: 24px;
}

.mod-media-horizontal > .content .text {
  font-size: 1.8rem;
}
.mod-media-horizontal > .content .hdg {
  font-size: 4rem;
  color: #03315E;
}
@media not all and (min-width: 1024px) {
  .mod-media-horizontal > .content .hdg {
    margin-bottom: 16px;
  }
}
@media not all and (min-width: 1024px) {
  .mod-media-horizontal > .content .bottom {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .mod-media-horizontal {
    position: relative;
    width: 100%;
    aspect-ratio: 1366/335;
    overflow: hidden;
  }
  .mod-media-horizontal .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mod-media-horizontal > .content {
    width: fit-content;
  }
}
@media not all and (min-width: 1024px) {
  .mod-media-horizontal > .content {
    background-color: var(--gray);
  }
  .mod-media-horizontal > .content .text {
    font-size: 1.4rem;
  }
  .mod-media-horizontal > .content .hdg {
    font-size: 2rem;
  }
  .mod-media-horizontal > .content .bottom > img {
    width: 102px;
  }
}

.mod-link-03 > .inner > .list > li > .link > .txt {
  font-weight: 500;
}

.mod-link-03.of-reverse-color > .inner > .list > li > .link > .txt {
  font-size: 1.6rem;
}
@media not all and (min-width: 640px) {
  .mod-link-03.of-reverse-color > .inner > .list > li > .link > .txt {
    font-size: 1.4rem;
  }
}
.mod-link-03.of-reverse-color > .inner > .list > li > .link > .txt::after {
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}

.of-bgcolor-23 > [class^=str-outer] {
  background: #EFF2F6;
}

.has-icon-heading {
  text-align: center;
}
.has-icon-heading__txt {
  font-size: 4.6rem;
  position: relative;
  margin-left: 36.5px;
}
@media not all and (min-width: 640px) {
  .has-icon-heading__txt {
    margin-left: 28px;
    font-size: 2.8rem;
  }
}
.has-icon-heading__txt::before {
  content: "";
  margin-top: -6px;
  top: 0;
  left: -73px;
  position: absolute;
  width: 65px;
  height: 65px;
  background: no-repeat top center/contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(42%) saturate(6193%) hue-rotate(217deg) brightness(101%) contrast(101%);
}
@media not all and (min-width: 640px) {
  .has-icon-heading__txt::before {
    left: -56px;
    width: 48px;
    height: 48px;
  }
}
.has-icon-heading[id=anc-01] > .has-icon-heading__txt::before {
  background-image: url(/fc/40th-anniversary/assets/images/nav_icn01.svg);
}
.has-icon-heading[id=anc-02] > .has-icon-heading__txt::before {
  background-image: url(/fc/40th-anniversary/assets/images/nav_icn02.svg);
}

.secondary-heading {
  text-align: center;
  font-size: 3rem;
}
@media not all and (min-width: 640px) {
  .secondary-heading {
    font-size: 2.4rem;
  }
}

.point-box {
  display: flex;
}
@media not all and (min-width: 640px) {
  .point-box {
    flex-direction: column;
    align-items: center;
  }
}
@media not all and (min-width: 640px) {
  .point-box__img {
    width: 200px;
  }
  .point-box__img > img {
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .point-box__content {
    margin-left: 48px;
  }
}
@media not all and (min-width: 640px) {
  .point-box__content {
    display: flex;
    flex-direction: column;
  }
}
.point-box__content > .heading {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media not all and (min-width: 640px) {
  .point-box__content > .heading {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media not all and (min-width: 640px) {
  .point-box__content > .txt {
    font-size: 1.4rem;
  }
}
.point-box__content > .gray-box {
  background: var(--gray);
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
}
@media all and (min-width: 640px) {
  .point-box__content > .gray-box {
    max-width: 480px;
    padding-left: 16px;
  }
}
@media not all and (min-width: 640px) {
  .point-box__content > .gray-box {
    width: 294px;
    margin-inline: auto;
    flex-direction: column;
  }
}
.point-box__content > .gray-box .title {
  margin-bottom: 0;
}
@media all and (min-width: 640px) {
  .point-box__content > .gray-box .title {
    padding-left: 24px;
  }
}
.point-box__content > .gray-box .title .title-txt {
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}
@media all and (min-width: 640px) {
  .point-box__content > .gray-box .title .title-txt {
    margin-right: 24px;
  }
}
@media not all and (min-width: 640px) {
  .point-box__content > .gray-box .title .title-txt {
    margin-left: 32px;
  }
}
.point-box__content > .gray-box .title .title-txt::before {
  content: "";
  margin-top: -4px;
  top: 0;
  left: -28px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/fc/40th-anniversary/assets/images/info_icn.svg) no-repeat top center/contain;
}
.point-box__content > .gray-box > .txt {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.point-box__content .button-wrapper {
  align-self: center;
}

.suggestion {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media not all and (min-width: 640px) {
  .suggestion {
    flex-direction: column;
    align-items: stretch;
  }
}
.suggestion__item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .suggestion__item {
    width: 100%;
  }
}
.suggestion__inner {
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .suggestion__inner {
    min-height: 361px;
    flex-grow: 1;
  }
}
.suggestion__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.suggestion__subheading {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-weight: normal;
}
.suggestion__txt {
  margin: 24px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.suggestion .button-wrapper {
  align-self: center;
}
@media all and (min-width: 640px) {
  .suggestion .button-wrapper {
    margin-top: auto;
  }
}
.suggestion .button-wrapper > .button-regular {
  font-size: clamp(1.4rem, 1.822vw, 1.6rem);
}

.scene {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media not all and (min-width: 640px) {
  .scene {
    margin-top: 24px;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.scene__item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .scene__item {
    width: 100%;
  }
}
.scene__inner {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.scene__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
.scene__img {
  margin-bottom: 24px;
  text-align: center;
}
@media not all and (min-width: 640px) {
  .scene__img {
    margin-bottom: 16px;
  }
}
.scene__img > img {
  width: 100%;
}
.scene__list {
  padding-left: 16px;
  align-self: center;
}
.scene__list > li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
}
.scene__list > li:last-child {
  margin-bottom: 0;
}
.scene__list > li::before {
  content: "";
  top: 0.5em;
  left: -16px;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.scene + .button-flex {
  margin-top: 64px;
}
@media not all and (min-width: 640px) {
  .scene + .button-flex {
    margin-top: 32px;
  }
}

.lineup {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media not all and (min-width: 640px) {
  .lineup {
    flex-direction: column;
    align-items: stretch;
  }
}
.lineup__item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .lineup__item {
    width: 100%;
  }
}
.lineup__link {
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  text-decoration: none;
}
@media all and (min-width: 640px) {
  .lineup__link {
    flex-grow: 1;
  }
}
.lineup__img {
  text-align: center;
}
.lineup__img > img {
  max-width: 100%;
}
.lineup__heading {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin: 16px 0 0;
}
.lineup__text {
  margin-top: 16px;
  font-size: 1.4rem;
}

.history__item {
  display: flex;
  padding: 24px 40px;
}
@media not all and (min-width: 640px) {
  .history__item {
    flex-direction: column;
    padding: 8px 40px;
  }
  .history__item + .history__item {
    margin-top: 48px;
  }
}
.history__item + .history__item {
  margin-top: 72px;
}
@media not all and (min-width: 640px) {
  .history__item + .history__item {
    margin-top: 48px;
  }
}
.history__item:has(.new) .history__year {
  margin-top: -2.8rem;
}
.history__year {
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
  min-width: 100px;
  margin-block: var(--leading-trim);
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .history__year {
    text-align: center;
    margin-bottom: 56px;
  }
}
.history__year .txt {
  font-size: 1.8rem;
}
.history__item--img-large .history__year .txt {
  font-size: 2.6rem;
}
.history__year .new {
  font-weight: bold;
  color: #e61e8c;
}
.history__content {
  display: flex;
  position: relative;
}
.history__content::before {
  content: "";
  top: -3px;
  left: -5rem;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 6px solid #CCDAFF;
  background: var(--main-blue);
  border-radius: 50%;
  z-index: 2;
}
@media not all and (min-width: 640px) {
  .history__content::before {
    top: -48px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.history__content::after {
  content: "";
  top: 1.6rem;
  left: -5rem;
  margin-left: 11px;
  position: absolute;
  height: calc(100% + 120px);
  width: 1px;
  background-image: linear-gradient(to bottom, var(--main-blue), var(--main-blue) 6px, transparent 6px);
  background-size: 1px 8px;
  background-position: left top;
  background-repeat: repeat-y;
}
@media not all and (min-width: 640px) {
  .history__content::after {
    height: calc(100% + 120px + 2.6rem);
    top: -28px;
    margin-left: 0;
    left: 50%;
  }
}
@media all and (min-width: 640px) {
  .history__content {
    margin-left: 80px;
    flex-grow: 1;
  }
}
@media not all and (min-width: 640px) {
  .history__item--has-button .history__content::after {
    height: calc(100% + 180px + 2.6rem);
  }
}
@media not all and (min-width: 640px) {
  .history__item--img-large .history__content {
    flex-direction: column;
  }
}
@media all and (min-width: 640px) {
  .history__item--img-large .history__content::before {
    top: 3px;
  }
}
@media all and (min-width: 640px) {
  .history__item--catch .history__content {
    margin-left: 180px;
  }
}
@media not all and (min-width: 640px) {
  .history__item--catch .history__content {
    justify-content: center;
  }
}
.history__item--catch .history__content::before {
  width: 64px;
  height: 64px;
  background: url(/fc/40th-anniversary/assets/images/history_point.svg) no-repeat top center/contain;
  left: calc(-5rem - 20px);
  border: none;
}
@media not all and (min-width: 640px) {
  .history__item--catch .history__content::before {
    border: none;
    width: 64px !important;
    height: 64px !important;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.history__item--catch .history__content::after {
  display: none;
}
.history__item--catch .history__content .history__content-inner {
  align-items: flex-start;
}
@media not all and (min-width: 640px) {
  .history__item--catch .history__content .history__content-inner {
    margin-top: 80px;
  }
}
.history__item--catch .history__content .catch {
  font-size: 2.6rem;
  font-weight: bold;
}
@media all and (min-width: 640px) {
  .history__item--catch .history__content .catch {
    margin-left: 24px;
  }
}
@media not all and (min-width: 640px) {
  .history__item--catch .history__content .catch {
    font-size: clamp(1.6rem, 5vw, 2rem);
    text-align: center;
  }
}
.history__content-inner {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.history__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-block: var(--leading-trim);
}
.history__item--img-large .history__title {
  font-size: 2.6rem;
}
@media not all and (min-width: 640px) {
  .history__item--img-large .history__title {
    font-size: clamp(1.8rem, 4.8vw, 2rem);
  }
}
.history__text {
  font-size: 1.4rem;
  margin-block: var(--leading-trim);
  margin-top: 16px;
}
.history__link {
  color: #06c;
  position: relative;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-top: 16px;
}
.history__link:hover {
  text-decoration: underline;
}
.history__link::before, .history__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -16px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.history__link::before {
  transform: rotate(45deg);
}
.history__link::after {
  transform: rotate(-45deg);
}
.history .gray-box {
  margin-top: 24px;
  padding: 16px 24px;
  background-color: var(--gray);
}
.history .gray-box .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.history .gray-box .txt {
  margin-top: 8px;
  font-size: 1.4rem;
}
.history__img-inner {
  flex-grow: 1;
}
@media all and (min-width: 640px) {
  .history__img-inner {
    margin-left: 56px;
  }
}
.history__item--has-button .history__img-inner {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .history__item--has-button .history__img-inner {
    align-items: center;
  }
}
@media all and (min-width: 640px) {
  .history__item--img-large .history__img-inner {
    margin-left: 40px;
  }
}
@media all and (min-width: 640px) {
  .history__img {
    flex: 1 0 auto;
    align-self: flex-end;
    text-align: right;
  }
}
@media not all and (min-width: 640px) {
  .history__img {
    text-align: center;
    flex: 0 0 113px;
    position: relative;
    z-index: 3;
    min-width: 113px;
  }
}
@media all and (min-width: 640px) {
  .history__item--img-large .history__img {
    flex: 0 1 400px;
    align-self: flex-start;
  }
}
@media not all and (min-width: 640px) {
  .history__item--img-large .history__img {
    margin-top: 16px;
  }
}
.history__item--has-button.history__item--img-large .history__img {
  flex: 1 1 auto;
}
.history__img > img {
  max-width: 100%;
}
.history .button-wrapper {
  margin-top: 16px;
  align-self: flex-end;
  position: relative;
  z-index: 5;
}
.history .button-wrapper._pc-display_none {
  align-self: center;
}
.history .button-wrapper > .button-regular {
  white-space: nowrap;
}

.balloon {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 37px;
}
@media not all and (min-width: 640px) {
  .balloon {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.balloon > span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.balloon > span::before, .balloon > span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 28px;
  background-color: #000;
  transition: all 0.3s ease;
}
.balloon > span::before {
  left: 0;
  transform: rotate(-30deg);
  transform-origin: top left;
}
.balloon > span::after {
  right: 0;
  transform: rotate(30deg);
  transform-origin: top right;
}
@media not all and (min-width: 640px) {
  .balloon > span::before, .balloon > span::after {
    height: 70px;
  }
}
@media not all and (min-width: 640px) {
  .balloon .d-ib {
    margin: 0 0.5em;
  }
}

@media not all and (min-width: 640px) {
  .diagnosis {
    margin-top: 24px;
  }
}
.diagnosis-button-wrapper {
  text-align: center;
  padding: 60px;
}
@media not all and (min-width: 640px) {
  .diagnosis-button-wrapper {
    padding: 100px 20px;
  }
}
.diagnosis__button {
  background: var(--main-blue);
  color: var(--white);
  border: 20px solid #D9E4FF;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  font-size: 2.6rem;
  cursor: pointer;
  transition: background 400ms ease-out;
}
.diagnosis__button _::-webkit-full-page-media, .diagnosis__button _:future, :root .diagnosis__button {
  font-size: 2.2rem;
}
@media not all and (min-width: 640px) {
  .diagnosis__button {
    width: 240px;
    height: 240px;
    font-size: 2.4rem;
  }
}
@media all and (min-width: 640px) {
  .diagnosis__button:hover {
    background: #1c3384;
  }
}

.diagnosis-box {
  width: 100%;
  max-width: 880px;
  min-height: 400px;
  margin-inline: auto;
  display: none;
}
.diagnosis-box__inner {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis-box__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 183px;
}
@media not all and (min-width: 640px) {
  .diagnosis-box__container {
    min-height: 211px;
  }
}
.diagnosis-box .question {
  display: none;
  text-align: center;
  flex-grow: 1;
}
.diagnosis-box .question > p {
  font-weight: bold;
  margin-bottom: 32px;
}
.diagnosis-box .question > p .main {
  font-size: 2.6rem;
  display: block;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .question > p .main {
    font-size: 2rem;
  }
}
.diagnosis-box .question > p .sub {
  font-size: 1.8rem;
  display: block;
}
.diagnosis-box__buttons {
  display: flex;
  display: none;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
}
@media not all and (min-width: 640px) {
  .diagnosis-box__buttons {
    gap: 10px;
  }
}
.diagnosis-box__button {
  flex: 1 1 0;
  max-width: 320px;
  min-height: 80px;
  width: 100%;
  padding: 16px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--main-blue);
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--white);
  color: var(--main-blue);
  transition: background 400ms ease-out, color 200ms ease-out;
}
@media not all and (min-width: 640px) {
  .diagnosis-box__button {
    width: 150px;
    height: 120px;
    font-size: 2.4rem;
    white-space: nowrap;
    max-width: 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .diagnosis-box__button:hover {
    color: #fff;
    background-color: var(--main-blue);
  }
}
.diagnosis-box .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.diagnosis-box .result__heading {
  width: 240px;
  color: var(--white);
  background-color: #535A6E;
  border-radius: 4px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .result__heading {
    font-size: 1.6rem;
    padding: 8px;
  }
}
.diagnosis-box .result__name {
  margin-top: 32px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .result__name {
    font-size: 2rem;
  }
}
.diagnosis-box .result__image > img {
  vertical-align: bottom;
}
.diagnosis-box .result__text {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .result__text {
    font-size: 1.4rem;
  }
}
.diagnosis-box .result__buttons {
  margin-top: 24px;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .result__buttons {
    margin-top: 32px;
  }
}
@media all and (min-width: 640px) {
  .diagnosis-box .result__buttons.button-flex {
    flex-direction: row-reverse;
  }
}
.diagnosis-box .result__buttons.button-flex .button-wrapper {
  width: 200px;
}
.diagnosis-box .result__buttons .button-result {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 40px;
  padding: 0 12px 0;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: var(--main-blue);
  border-radius: 90px;
  transition: background 400ms ease-out, color 400ms ease-out;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media not all and (min-width: 640px) {
  .diagnosis-box .result__buttons .button-result {
    min-height: 48px;
  }
}
.diagnosis-box .result__buttons .button-result:hover {
  color: #fff;
  background: #1c3384;
}
.diagnosis-box .result__buttons .button-result--reverse {
  color: var(--main-blue);
  background: var(--white);
  border: 1px solid var(--main-blue);
}
.diagnosis-box .result__buttons .button-result--reverse:hover {
  color: #fff;
  background: var(--main-blue);
}

.gradation {
  background: linear-gradient(to bottom, #ffffff, #D9DFE9);
  padding-bottom: 160px;
}
@media not all and (min-width: 640px) {
  .gradation {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #D9DFE9 100%);
  }
}

.arch-section {
  margin-top: -100px;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.arch-section .str-inner {
  margin-top: -160px !important;
}
.arch-section::before {
  display: inline-block;
  right: 12px;
  content: "";
  width: calc(100% + 16px);
  height: 200px;
  background: white;
  clip-path: ellipse(60% 200px at 50% 100%);
  position: relative;
  z-index: -1;
}

.arch-decoration {
  height: 200px;
  background: white;
  clip-path: ellipse(60% 200px at 50% 100%);
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=styles.css.map */
