:root {
  --color-black: #38383b;
  --color-gray: #303030;
  --color-white: #fff;
  --color-01: #fcf5fa;
  --color-02: #efcee6;
  --color-03: #e9e8ed;
  --bk-color-01: #e9e8ed;
  --bk-color-02: #fcf5fa;
  --bk-color-03: #fbfafb;
}

.l-container {
  margin-inline: auto;
  width: 100%;
  /* overflow: hidden; */
}

.l-container .main-content .left-content .left-inner-content .left__head,
#feature .main-content .left-content .left-inner-content .left__head {
  position: absolute;
  top: 3.57143vw;
  left: 3.57143vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
}
.l-container .main-content .left-content .left-inner-content .left__head .head_01-1,
#feature .main-content .left-content .left-inner-content .left__head .head_01-1 {
  width: 21.42857vw;
}
.l-container .main-content .left-content .left-inner-content .left__head .head_01-2,
#feature .main-content .left-content .left-inner-content .left__head .head_01-2 {
  width: 21.42857vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch,
#feature .main-content .center-content .center-inner-content .wrap_catch {
  padding-top: 4.8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.08vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__head,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__head {
  width: 26.64vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__txt,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__txt {
  padding-bottom: 2.16vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.28vw;
  padding-bottom: 4.8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head {
  position: relative;
  width: 10.64vw;
  padding-right: 3.2vw;
  padding-left: 0.8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head .toggle__head-arrow,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head .toggle__head-arrow {
  position: absolute;
  top: 0.16vw;
  right: 0.72vw;
  width: 1.28vw;
  height: 0.8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__txt,
#feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__txt {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 {
  background-color: var(--bk-color-02);
  padding-top: 4.64vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt {
  position: relative;
  padding-bottom: 2.4vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt::before,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt::before {
  position: absolute;
  content: "";
  top: 0.16vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21.6vw;
  height: 1.2vw;
  background-image: url(../img/head_decoration_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 {
  position: relative;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head {
  position: relative;
  z-index: 200;
  padding-left: 1.6vw;
  padding-bottom: 6.56vw;
  pointer-events: none;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head .head_01,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head .head_01 {
  width: 18.4vw;
  color: var(--color-02);
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01 {
  position: absolute;
  top: 8.24vw;
  left: 15.6vw;
  margin-left: auto;
  width: 12.8vw;
  z-index: 100;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-02,
#feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-02 {
  padding-bottom: 4.8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 {
  padding-top: 4.64vw;
  background-color: var(--bk-color-04);
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt {
  position: relative;
  padding-bottom: 2.4vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt::before,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt::before {
  position: absolute;
  content: "";
  top: 0.16vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27.6vw;
  height: 1.2vw;
  background-image: url(../img/head_decoration_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 {
  position: relative;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head {
  position: relative;
  z-index: 200;
  padding-right: 1.6vw;
  padding-bottom: 11.76vw;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head .head_02,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head .head_02 {
  text-align: end;
  width: 19.44vw;
  color: var(--color-03);
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_03,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_03 {
  position: absolute;
  top: 8.24vw;
  right: 15.6vw;
  margin-right: auto;
  width: 12.8vw;
  z-index: 100;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-02,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-02 {
  padding-bottom: 4.8vw;
  margin-left: auto;
  margin-right: 1.6vw;
  width: 24.4vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 {
  padding-bottom: 8vw;
}
.l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 .btn_01,
#feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 .btn_01 {
  margin-inline: auto;
  width: 26.8vw;
}
.l-container .main-content .right-content .right-inner-content .right__btn,
#feature .main-content .right-content .right-inner-content .right__btn {
  position: absolute;
  bottom: 2.71429vw;
  right: 2.71429vw;
  width: 18.57143vw;
}
@media screen and (max-width: 751px) {
  .l-container .main-content .center-content .center-inner-content .wrap_catch,
  #feature .main-content .center-content .center-inner-content .wrap_catch {
    padding-top: 16vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch {
    gap: 6.93333vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__head,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__head {
    width: 88.8vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__txt,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__txt {
    padding-bottom: 7.2vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle {
    gap: 4.26667vw;
    padding-bottom: 16vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head {
    width: 35.46667vw;
    padding-right: 10.66667vw;
    padding-left: 2.66667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head .toggle__head-arrow,
  #feature .main-content .center-content .center-inner-content .wrap_catch .catch .catch__toggle .toggle__head .toggle__head-arrow {
    top: 0.53333vw;
    right: 2.4vw;
    width: 4.26667vw;
    height: 2.66667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 {
    padding-top: 15.46667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt {
    padding-bottom: 8vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt::before,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .sec01__txt::before {
    top: 0.53333vw;
    width: 72vw;
    height: 4vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head {
    padding-left: 5.33333vw;
    padding-bottom: 21.86667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head .head_01,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .wrap_head .head_01 {
    width: 61.33333vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01 {
    top: 27.46667vw;
    left: 52vw;
    width: 42.66667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-02,
  #feature .main-content .center-content .center-inner-content .wrap_sec01 .sec01 .wrap_box-01 .box-02 {
    padding-bottom: 16vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 {
    padding-top: 15.46667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt {
    padding-bottom: 8vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt::before,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .sec02__txt::before {
    top: 0.53333vw;
    width: 92vw;
    height: 4vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head {
    padding-right: 5.33333vw;
    padding-bottom: 39.2vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head .head_02,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .wrap_head .head_02 {
    width: 64.8vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_03,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_03 {
    top: 27.46667vw;
    right: 52vw;
    width: 42.66667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-02,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-02 {
    padding-bottom: 16vw;
    margin-right: 5.33333vw;
    width: 81.33333vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 {
    padding-bottom: 26.66667vw;
  }
  .l-container .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 .btn_01,
  #feature .main-content .center-content .center-inner-content .wrap_sec02 .sec02 .wrap_box-01 .box-03 .btn_01 {
    width: 89.33333vw;
  }
}
/*# sourceMappingURL=style.css.map */