:root {
  --color-gray: #555555;
  --color-white: #fff;
  --bk-color-01: #e4e4e4;
}

.l-container {
  background-color: var(--bk-color-01);
  /* overflow: hidden; */
}

#feature {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}
#feature [class^=wrap_sec] {
  width: min(660px, 47.14286vw);
  margin-inline: auto;
  padding-bottom: min(138px, 9.85714vw);
}
#feature .wrap_fv {
  padding-bottom: min(131px, 9.35714vw);
}
#feature .wrap_fv .fv {
  padding-top: min(58px, 4.14286vw);
  padding-left: min(17px, 1.21429vw);
}
#feature .wrap_fv .fv .fv_img {
  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: min(68px, 4.85714vw);
}
#feature .wrap_fv .fv .fv_img img {
  width: min(900px, 64.28571vw);
}
#feature .wrap_fv .fv .fv_catch {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#feature .wrap_fv .fv .fv_catch .catch-head {
  font-size: min(20px, 1.42857vw);
  font-weight: 400;
  text-align: center;
  line-height: 2.2;
  letter-spacing: min(2.2px, 0.15714vw);
  padding-bottom: min(20px, 1.42857vw);
}
#feature .wrap_fv .fv .fv_catch .catch-text {
  text-align: center;
}
#feature .wrap_sec02 .sec02 .wrap_box-03 .item_03,
#feature .wrap_sec02 .sec02 .wrap_box-03 .item_04,
#feature .wrap_sec02 .sec02 .wrap_box-03 .item_05 {
  width: min(162px, 11.57143vw);
}
#feature .wrap_sec04 {
  padding-bottom: min(140px, 10vw);
}
#feature .wrap_sec04 .sec04 .wrap_box-03 {
  padding-top: min(72px, 5.14286vw);
}
#feature .wrap_foot .foot {
  padding-bottom: min(120px, 8.57143vw);
}
#feature .wrap_foot .foot .foot_btn {
  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-left: min(17px, 1.21429vw);
}
#feature .wrap_foot .foot .foot_btn .btn {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(440px, 31.42857vw);
  height: min(62px, 4.42857vw);
  background-color: #f1f1f1;
}
#feature .wrap_foot .foot .foot_btn .btn span {
  font-size: min(15px, 1.07143vw);
  letter-spacing: min(1px, 0.07143vw);
  padding-right: min(13px, 0.92857vw);
  margin-right: min(3px, 0.21429vw);
  color: var(--color-gray);
  position: relative;
}
#feature .wrap_foot .foot .foot_btn .btn span::before {
  font-size: inherit;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 751px) {
  #feature {
    max-width: initial;
  }
  #feature [class^=wrap_sec] {
    width: initial;
    padding-bottom: min(186px, 24.8vw);
  }
  #feature .wrap_fv {
    padding-bottom: min(166px, 22.13333vw);
  }
  #feature .wrap_fv .fv {
    padding-top: initial;
    padding-left: initial;
  }
  #feature .wrap_fv .fv .fv_img {
    padding-bottom: min(60px, 8vw);
  }
  #feature .wrap_fv .fv .fv_img img {
    width: min(750px, 100vw);
  }
  #feature .wrap_fv .fv .fv_catch .catch-head {
    font-size: min(32px, 4.26667vw);
    letter-spacing: min(4.4px, 0.58667vw);
    line-height: 2.3;
    padding-bottom: min(25px, 3.33333vw);
  }
  #feature .wrap_sec02 .sec02 .wrap_box-03 .item_03,
  #feature .wrap_sec02 .sec02 .wrap_box-03 .item_04,
  #feature .wrap_sec02 .sec02 .wrap_box-03 .item_05 {
    width: min(302px, 40.26667vw);
    padding-bottom: min(6px, 0.8vw);
  }
  #feature .wrap_sec03 .sec03 .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 {
    padding-bottom: min(170px, 22.66667vw);
  }
  #feature .wrap_sec04 .sec04 .wrap_box-03 {
    padding-top: min(72px, 9.6vw);
  }
  #feature .wrap_sec04 .sec04 .wrap_box-03 .item_08 {
    width: min(422px, 56.26667vw);
    padding-top: min(10px, 1.33333vw);
  }
  #feature .wrap_sec04 .sec04 .wrap_box-03 .item_09 {
    width: min(422px, 56.26667vw);
    padding-top: min(2px, 0.26667vw);
  }
  #feature .wrap_foot .foot {
    padding-bottom: min(120px, 16vw);
  }
  #feature .wrap_foot .foot .foot_btn {
    padding-left: initial;
  }
  #feature .wrap_foot .foot .foot_btn .btn {
    width: min(540px, 72vw);
    height: min(81px, 10.8vw);
  }
  #feature .wrap_foot .foot .foot_btn .btn span {
    font-size: min(22px, 2.93333vw);
    line-height: normal;
    letter-spacing: min(1.4px, 0.18667vw);
    padding-right: min(22px, 2.93333vw);
    margin-top: min(6px, 0.8vw);
    margin-right: min(4px, 0.53333vw);
  }
  #feature .wrap_foot .foot .foot_btn .btn span::before {
    border-bottom: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
    width: min(9px, 1.2vw);
    height: min(9px, 1.2vw);
  }
}
/*# sourceMappingURL=style.css.map */