@charset "utf-8";
/* ====================================================
feature-read
==================================================== */
main {
  overflow: hidden;
}

p {
  line-height: 1.8;
}

.feature .contents-page-head {
  background-image: url(../img/feature/contents_bg.webp);
}

.feature .feature-read {
  position: relative;
  padding-top: 140px;
  font-size: var(--fs15);
}
.feature .feature-read .inner-m {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.feature .feature-read .inner-m .feature_wrap {
  justify-content: space-between;
  margin-bottom: 108px;
  gap: 6%;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_005 {
  margin-bottom: 50px;
}
.feature .feature-read .inner-m .feature_wrap .feature_namber {
  font-size: var(--fs58);
  line-height: 1;
  position: relative;
  padding: 0 10px;
}
.feature .feature-read .inner-m .feature_wrap .feature_namber:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_001 .feature_namber:before {
  background: url(../img/feature/feature_namber_001.webp) no-repeat center / 100%;
  aspect-ratio: 91/56;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_002 .feature_namber:before {
  background: url(../img/feature/feature_namber_002.webp) no-repeat center / 100%;
  aspect-ratio: 83/41;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_003 .feature_namber:before {
  background: url(../img/feature/feature_namber_003.webp) no-repeat center / 100%;
  aspect-ratio: 91/55;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_004 .feature_namber:before {
  background: url(../img/feature/feature_namber_004.webp) no-repeat center / 100%;
  aspect-ratio: 91/56;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_005 .feature_namber:before {
  background: url(../img/feature/feature_namber_005.webp) no-repeat center / 100%;
  aspect-ratio: 91/42;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt {
  width: 46%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt h2 {
  font-size: var(--fs26);
  font-weight: bold;
  margin-bottom: 10%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt h2 span {
  font-size: var(--fs16);
  color: #7d7d7d;
  display: block;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_img {
  width: 50%;
  position: relative;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_003 .feature_txt_box .feature_img:before {
  content: "";
  background: url(../img/feature/feature_wrap_003_img.webp) no-repeat center / 100%;
  position: absolute;
  left: -40px;
  top: -26px;
  width: 94px;
  height: 64px;
}
.feature .feature-read .inner-m .feature_wrap.feature_wrap_004 .feature_txt_box .feature_img:before {
  content: "";
  background: url(../img/feature/feature_wrap_004_img.webp) no-repeat center / 100%;
  position: absolute;
  right: -30px;
  top: -58px;
  width: 28%;
  height: 101px;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_img_02 {
  width: 46%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_nouken {
  width: 100%;
  margin-top: 34px;
  justify-content: space-between;
  position: relative;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_nouken::before {
  position: absolute;
  bottom: -70px;
  right: -60px;
  content: "";
  background: url(../img/feature/feature_wrap_001_img.webp) no-repeat center / 100%;
  width: 22%;
  height: auto;
  aspect-ratio: 260 / 165;
  z-index: 3;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken {
  width: 50%;
  position: relative;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken:before {
  content: "";
  width: 98%;
  background: url(../img/feature/feature_01_bg_top.webp) no-repeat top / cover;
  position: absolute;
  top: -4%;
  left: 3px;
  height: auto;
  aspect-ratio: 510 / 35;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken:after {
  content: "";
  width: 98%;
  background: url(../img/feature/feature_01_bg_bottom.webp) no-repeat bottom / cover;
  position: absolute;
  bottom: 6%;
  left: 3px;
  height: auto;
  aspect-ratio: 510 / 35;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner {
  position: relative;
  background: #eee4bc;
  width: 90%;
  margin: 0 auto;
  padding: 18px 10px;
  z-index: 2;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner:before {
  content: "";
  background: url(../img/feature/feature_01_bg_left.webp) no-repeat top / cover;
  position: absolute;
  top: 0;
  left: -5%;
  width: auto;
  height: 100%;
  aspect-ratio: 35 / 210;
  z-index: -1;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner:after {
  content: "";
  background: url(../img/feature/feature_01_bg_right.webp) no-repeat top / 100%;
  position: absolute;
  top: 0;
  right: -5%;
  width: auto;
  height: 100%;
  aspect-ratio: 35 / 210;
  z-index: -1;
}

.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken h3 {
  font-size: var(--fs18);
  margin-bottom: 8px;
}

.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_top {
  margin-top: 50px;
  gap: 4%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box figure {
  margin-bottom: 20px;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_top .curriculum_top_box {
  width: 38%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom {
  margin-top: 40px;
  justify-content: space-between;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box {
  width: 30%;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box h3 {
  font-size: var(--fs22);
  margin-bottom: 8px;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box .tag {
  margin-bottom: 18px;
}

.feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box .tag span {
  padding: 1px 12px 3px;
  border-radius: 99px;
  color: #fff;
  font-size: var(--fs13);
  display: inline-block;
  margin-bottom: 6px;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box .tag span.toyoura {
  background: #565656;
}
.feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box .tag span.hibari {
  background: #7f7766;
}

.feature .feature-read .inner-m .feature_wrap .feature_food {
  margin-top: 40px;
  justify-content: space-between;
}

.feature .feature-read .inner-m .feature_wrap .feature_food .food_box {
  width: 30%;
  flex-direction: column;
}

.feature .feature-read .inner-m .feature_wrap .feature_food .food_box h3 {
  font-size: var(--fs20);
  margin-bottom: 18px;
}
.feature .feature-read .inner-m .feature_wrap .feature_food .food_box p {
  margin-bottom: 20px;
}
.feature .feature-read .inner-m .feature_wrap .feature_food .food_box figure {
  margin-top: auto;
  margin-bottom: 0;
}

.feature .feature-read .inner-m .feature_connection {
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature .feature-read .inner-m .feature_connection .connection_box {
  width: 46%;
  gap: 5%;
  margin-bottom: 40px;
}

.feature .feature-read .inner-m .feature_connection .connection_box .connection_box_txt {
  width: 78%;
}

.feature .feature-read .inner-m .feature_connection .connection_box .connection_box_txt h3 {
  font-size: var(--fs20);
  margin-bottom: 10px;
}

.feature .feature-read .inner-m .feature_connection .connection_box .connection_box_txt p {
  font-size: var(--fs14);
}

.feature .feature-read .inner-m .feature_connection .connection_box figure {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_nouken::before {
    bottom: -58px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-read {
    padding-top: 0;
  }
  .feature .feature-read .inner-m {
    padding: 0 5%;
  }
  .feature .feature-read .inner-m .feature_wrap {
    display: block;
    margin-bottom: 80px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_namber {
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
    font-size: var(--fs40);
    padding: 0;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_namber:before {
    width: 16%;
    left: 50%;
    transform: translate(-50%);
    top: 25px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box {
    flex-flow: column;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt {
    order: 2;
    width: 100%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt h2 {
    margin-bottom: 30px;
    font-size: var(--fs22);
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_img {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_nouken {
    order: 3;
    display: block;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_img_02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken {
    width: 100%;
    background: url(../img/feature/feature_01_bg.webp) no-repeat top / cover;
    height: auto;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner {
    width: 84%;
    padding: 18px 0;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken:after {
    bottom: -6%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner:before {
    left: -12%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_nouken_inner:after {
    right: -13%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum {
    order: 3;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_nouken::before {
    width: 35%;
    bottom: -40px;
    right: -30px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_top {
    display: block;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_top .curriculum_top_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_top .curriculum_top_box figure {
    margin-bottom: 20px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom {
    width: 100%;
    display: block;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box .curriculum_bottom_top {
    align-items: baseline;
    display: flex;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box .curriculum_bottom_down {
    justify-content: space-between;
    display: flex;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box .curriculum_bottom_down figure {
    width: 30%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .feature_txt_curriculum_bottom .curriculum_bottom_box .curriculum_bottom_down p {
    width: 65%;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_txt_box .curriculum_box h3 {
    margin-right: 12px;
    font-size: var(--fs22);
  }
  .feature .feature-read .inner-m .feature_wrap .feature_food {
    order: 3;
    display: block;
  }

  .feature .feature-read .inner-m .feature_wrap .feature_food .food_box {
    width: 80%;
    margin: 0 auto 40px;
  }
  .feature .feature-read .inner-m .feature_wrap .feature_food .food_box h3 {
    font-weight: bold;
  }
  .feature .feature-read .inner-m .feature_connection {
    display: block;
  }
  .feature .feature-read .inner-m .feature_connection .connection_box {
    width: 100%;
    flex-direction: row-reverse;
  }
  .feature .feature-read .inner-m .feature_connection .connection_box figure {
    width: 32%;
  }
}

.line_icon {
  max-width: 561px;
  width: 42%;
  margin: 80px auto 100px;
}

@media screen and (max-width: 767px) {
  .line_icon {
    width: 80%;
    max-width: 80%;
  }
}

.feature .feature-read-second .feature-ict-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.feature .feature-read-second h2 {
  font-size: var(--fs28);
  font-weight: bold;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
}

.feature .feature-read-second h2:before {
  content: "";
  background: url(../img/feature/ict_001_icon.webp) no-repeat center / 100%;
  width: 21%;
  max-width: 226px;
  height: auto;
  position: absolute;
  left: 0;
  top: -38px;
  aspect-ratio: 225 / 150;
  z-index: 2;
}

.feature .feature-read-second .feature-ict-wrap .feature_ict_box {
  padding: 30px 80px;
  margin-bottom: 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature .feature-read-second .feature-ict-wrap .feature_ict_box.ict_001 {
  background: linear-gradient(90deg, #d7f5f5, #a5d9a5);
}
.feature .feature-read-second .feature-ict-wrap .feature_ict_box.ict_002 {
  background: linear-gradient(90deg, #d7f5f5, #ebb9b9);
}
.feature .feature-read-second .feature-ict-wrap .feature_ict_box.ict_003 {
  background: linear-gradient(90deg, #d7f5f5, #f5eba5);
}

.feature .feature-read-second .feature-ict-wrap .feature_ict_box h3 {
  width: 30%;
  font-size: var(--fs24);
}
.feature .feature-read-second .feature-ict-wrap .feature_ict_box .ict_txt {
  width: 60%;
  font-size: var(--fs15);
}
.feature .feature-read-second .feature-ict-wrap .feature_ict_box .ict_txt p {
  flex: 1;
  margin-bottom: 12px;
}
.feature .feature-read-second .feature-ict-wrap .feature_ict_box .ict_txt figure {
  width: 134px;
  flex-shrink: 0;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box {
    justify-content: space-between;
  }
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box h3 {
    width: 40%;
    font-size: var(--fs24);
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-read-second .feature-ict-wrap {
    width: 90%;
  }
  .feature .feature-read-second h2 {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
  .feature .feature-read-second h2:before {
    bottom: -10px;
    top: auto;
    max-width: 120px;
    width: 40%;
    aspect-ratio: 120 / 80;
  }
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box {
    padding: 30px 5%;
    display: block;
  }
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box .ict_txt {
    width: 100%;
    flex-direction: column-reverse;
  }
  .feature .feature-read-second .feature-ict-wrap .feature_ict_box .ict_txt figure {
    width: 32%;
    margin: 0 auto 18px;
  }
}
