@charset "UTF-8";
/* =============================================
  variables
============================================= */
:root {
  --color-black: #000;
  --color-gray: #564844;
  --color-white: #fff;
  --bk-color-01: #e6b4a5;
}

/*===========================================
  vw 計算のための処理 Function
===========================================*/
/*=====================================
  device_style
=====================================*/
.l-container {
  margin-inline: auto;
  width: 100%;
  /* overflow: hidden; */
}

#feature .wrap_fv {
  padding-bottom: 14.42857vw;
}
#feature .wrap_fv .fv .fv_img {
  position: relative;
  width: 71.42857vw;
  height: 53.57143vw;
  overflow: hidden;
  margin-inline: auto;
}
#feature .wrap_fv .fv .fv_img .fv_textBox {
  position: absolute;
  content: "";
  top: 25.42857vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#feature .wrap_fv .fv .fv_img .fv_textBox * {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--color-white);
}
#feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_01 {
  font-size: 1.42857vw;
  letter-spacing: 0.07286vw;
  position: relative;
  padding-bottom: 0.14286vw;
  margin-bottom: 0.42857vw;
}
#feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_01::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 21.28571vw;
  height: 0.14286vw;
  background-color: var(--color-white);
}
#feature .wrap_fv .fv .fv_img .fv_textBox .textBox_logo {
  font-size: 4.28571vw;
  letter-spacing: 0.18571vw;
  padding-bottom: 0.85714vw;
}
#feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_02 {
  font-size: 1.07143vw;
  line-height: 1.87;
  letter-spacing: 0.05714vw;
}
#feature .wrap_sec01 {
  padding-bottom: 14.71429vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01 {
  width: 29.85714vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 {
  padding-top: 6.5vw;
  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;
  gap: 5.28571vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 .img_02 {
  margin-inline: auto;
  width: 23.57143vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 .c-text {
  width: 27.85714vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .box-03 .img_03 {
  width: 33.57143vw;
}
#feature .wrap_sec01 .sec01 .wrap_box-01 .parent_credit .wrap_credit {
  bottom: -2.85714vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 22.85714vw;
}
#feature .wrap_sec02 {
  padding-bottom: 26.14286vw;
}
#feature .wrap_sec02 .sec02 .wrap_box-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .box-01 {
  height: 51.42857vw;
  overflow: hidden;
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_04 {
  width: 40.57143vw;
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .box-02 {
  position: absolute;
  content: "";
  bottom: -5.85714vw;
  width: 42.85714vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .box-03 .img_05 {
  width: 37.71429vw;
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .parent_credit .wrap_credit {
  bottom: -2.57143vw;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#feature .wrap_sec02 .sec02 .wrap_box-01 .parent_credit .wrap_credit .credit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#feature .wrap_sec03 {
  padding-bottom: 14.42857vw;
}
#feature .wrap_sec03 .sec03 .sec03_head {
  overflow: hidden;
  width: 81.71429vw;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "nimbus-sans", sans-serif;
  font-size: 1.78571vw;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.76786vw;
  text-align: center;
  color: var(--color-black);
  padding-inline: 1.42857vw 0.71429vw;
  background-color: var(--color-white);
  position: relative;
  z-index: 100;
  margin-bottom: 9.42857vw;
}
#feature .wrap_sec03 .sec03 .sec03_head::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10vw;
  height: 2.85714vw;
  z-index: -100;
  background-color: var(--color-white);
}
#feature .wrap_sec03 .sec03 .sec03_head::before {
  position: absolute;
  content: "";
  z-index: -100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81.71429vw;
  width: inherit;
  height: 0.14286vw;
  background-color: var(--color-black);
}
#feature .wrap_sec03 .sec03 .wrap_box-01 {
  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;
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .box-01 {
  width: 20.71429vw;
  padding-inline: 4.57143vw;
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .box-01 .c-text {
  padding-top: 10vw;
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .box-02 .img_06 {
  width: 32.85714vw;
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .box-03 .img_07 {
  width: 31.42857vw;
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .parent_credit .wrap_credit {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 25vw;
  left: -4.28571vw;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#feature .wrap_sec03 .sec03 .wrap_box-01 .parent_credit .wrap_credit .credit {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#feature .wrap_sec04 {
  padding-bottom: 28.71429vw;
}
#feature .wrap_sec04 .sec04 .wrap_box-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#feature .wrap_sec04 .sec04 .wrap_box-01 .box-01 {
  height: 51.42857vw;
  overflow: hidden;
}
#feature .wrap_sec04 .sec04 .wrap_box-01 .box-01 .img_08 {
  width: 37.85714vw;
}
#feature .wrap_sec04 .sec04 .wrap_box-01 .box-02 {
  position: absolute;
  content: "";
  bottom: -5.85714vw;
  width: 42.85714vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#feature .wrap_sec04 .sec04 .wrap_box-01 .box-03 .img_09 {
  width: 40.35714vw;
}
#feature .wrap_sec04 .sec04 .wrap_box-01 .parent_credit .wrap_credit {
  width: 46.71429vw;
  bottom: -2.57143vw;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#feature .wrap_foot .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12.14286vw;
}
#feature .wrap_foot .foot .foot_link a {
  font-family: "nimbus-sans", sans-serif;
  font-size: 1.28571vw;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.04786vw;
  text-align: center;
  color: var(--color-black);
  padding-bottom: 0.14286vw;
  padding-inline: 0.28571vw;
  border-bottom: 1px solid #818181;
}
@media screen and (max-width: 750px) {
  #feature .wrap_fv {
    padding-bottom: 24.13333vw;
  }
  #feature .wrap_fv .fv .fv_img {
    width: 100vw;
    height: 100vw;
  }
  #feature .wrap_fv .fv .fv_img .fv_textBox {
    top: 54.4vw;
  }
  #feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_01 {
    margin-inline: auto;
    font-size: 4vw;
    letter-spacing: -0.08vw;
    width: 56vw;
    padding-bottom: 0.26667vw;
    margin-bottom: 0.8vw;
  }
  #feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_01::before {
    width: 51.73333vw;
    height: 0.53333vw;
  }
  #feature .wrap_fv .fv .fv_img .fv_textBox .textBox_logo {
    padding-left: 0.8vw;
    font-size: 12vw;
    letter-spacing: 0.16vw;
    padding-bottom: 1.33333vw;
  }
  #feature .wrap_fv .fv .fv_img .fv_textBox .textBox_text_02 {
    padding-left: 2.4vw;
    width: 73.33333vw;
    font-size: 3.33333vw;
    line-height: 1.88;
    letter-spacing: -0.02667vw;
  }
  #feature .wrap_sec01 {
    padding-bottom: 26.4vw;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .box-01 .img_01 {
    width: 64vw;
    margin-right: auto;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 {
    padding-top: initial;
    margin-top: -7.46667vw;
    padding-bottom: 11.73333vw;
    gap: 12vw;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 .img_02 {
    margin-right: initial;
    width: 53.33333vw;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .box-02 .c-text {
    width: 86.66667vw;
    margin-inline: auto;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .box-03 .img_03 {
    width: 76vw;
    margin-inline: auto;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .parent_credit {
    width: initial;
  }
  #feature .wrap_sec01 .sec01 .wrap_box-01 .parent_credit .wrap_credit {
    -webkit-transform: initial;
            transform: initial;
    width: 29.33333vw;
    bottom: 69.6vw;
    left: 6.4vw;
  }
  #feature .wrap_sec02 {
    padding-bottom: 16.8vw;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .box-01 {
    height: initial;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .box-01 .img_04 {
    width: 80vw;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .box-02 {
    position: initial;
    bottom: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 86.66667vw;
    margin-inline: auto;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .box-02 .c-text {
    padding-block: 20vw 12.53333vw;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .box-03 .img_05 {
    width: 70.4vw;
    margin-left: auto;
    margin-right: 6.66667vw;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .parent_credit .wrap_credit {
    bottom: -4.8vw;
    left: 7.2vw;
    width: 86.66667vw;
  }
  #feature .wrap_sec02 .sec02 .wrap_box-01 .parent_credit .wrap_credit .credit {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  #feature .wrap_sec03 {
    padding-bottom: 26.66667vw;
  }
  #feature .wrap_sec03 .sec03 .sec03_head {
    width: 93.33333vw;
    font-size: 4.66667vw;
    letter-spacing: 2.00667vw;
    padding-inline: 3.2vw 1.33333vw;
    margin-bottom: 16.8vw;
  }
  #feature .wrap_sec03 .sec03 .sec03_head::after {
    width: 26.4vw;
    height: 3.46667vw;
  }
  #feature .wrap_sec03 .sec03 .sec03_head::before {
    width: 93.33333vw;
    width: inherit;
    height: 0.13333vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-01 {
    width: 86.66667vw;
    padding-inline: 6.66667vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 11.6vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-01 .c-text {
    padding-top: 28vw;
    letter-spacing: 0.29333vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 9.33333vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-02 .img_06 {
    width: 66.66667vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .box-03 .img_07 {
    width: 66.66667vw;
    margin-inline: auto;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .parent_credit .wrap_credit {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    bottom: -5.33333vw;
    width: 81.33333vw;
    left: 9.33333vw;
  }
  #feature .wrap_sec03 .sec03 .wrap_box-01 .parent_credit .wrap_credit .credit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .wrap_sec04 {
    padding-bottom: 26.66667vw;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-01 {
    height: initial;
    padding-left: 9.46667vw;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-01 .img_08 {
    width: 70.4vw;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-02 {
    position: initial;
    bottom: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 86.66667vw;
    padding-top: 27.46667vw;
    margin-inline: auto;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-02 .c-text {
    padding-bottom: 12.53333vw;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-03 {
    padding-left: 11.06667vw;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .box-03 .img_09 {
    width: 75.6vw;
    margin-inline: auto;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .parent_credit {
    width: initial;
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .parent_credit .wrap_credit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92vw;
    bottom: -4.53333vw;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  #feature .wrap_sec04 .sec04 .wrap_box-01 .parent_credit .wrap_credit .credit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .wrap_foot .foot {
    padding-bottom: 26.13333vw;
  }
  #feature .wrap_foot .foot .foot_link a {
    font-size: 4vw;
    letter-spacing: 0.148vw;
    padding-bottom: initial;
    padding-inline: 0.26667vw;
    border-top: 2px solid #818181;
    border-bottom: 2px solid #818181;
  }
}
/*# sourceMappingURL=style.css.map */