@charset "UTF-8";

/* ==========================================================================
  Feature Page style
============================================================================= */
:root {
  --font1: "Zen Kaku Gothic Antique", sans-serif;
  --font2: "Shippori Mincho", serif;
  --font3: "Lato", sans-serif;
  --color-base: #222;
  --color-green: #afff27;
}
.p-pages .c-page-title__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-pages .c-page-title__hgroup .txt {
  -ms-flex-preferred-size: calc(100% - min(20.3472vw, 293px));
      flex-basis: calc(100% - min(20.3472vw, 293px));
  line-height: 2;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: left;
}
.p-pages .c-page-title__hdg::before {
  background: url("../img_r2/feature/page_title_bg01.svg") no-repeat center bottom/100% auto;
  bottom: -17px;
  left: -17px;
  max-width: 293px;
  min-width: 160px;
  width: 20.3472vw;
}
.p-feature {
  padding-block: 0 290px;
  position: relative;
}
.p-feature::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  margin-inline: auto;
  position: absolute;
  height: 88.75vw;
  width: 88.75vw;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-feature > .l-container {
  -webkit-transform: translateY(-154px);
          transform: translateY(-154px);
  -webkit-margin-after: -154px;
          margin-block-end: -154px;
  position: relative;
  z-index: 10;
}
.p-feature .c-feature__ttl .ttl {
  -webkit-transform: translateY(-133px);
          transform: translateY(-133px);
  -webkit-margin-after: -133px;
          margin-block-end: -133px;
}
.p-feature .c-feature__ttl .ttl .en {
  background-color: var(--color-base);
  color: var(--color-green);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-feature .c-feature__ttl .ttl .hdg em {
  background-color: var(--color-green);
  color: var(--color-base);
  display: block;
  font-family: var(--font2);
  font-size: clamp(2.6rem, 2.222vw, 3.2rem);
  line-height: 1;
  padding: 22px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-feature .c-feature__ttl .ttl .hdg em + em {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-margin-after: -16px;
          margin-block-end: -16px;
}
.p-feature .c-feature__ttl .figure {
  border-radius: 3px;
  overflow: hidden;
  text-align: right;
}
.p-feature .c-feature__ttl .figure img {
  width: 88.1877%;
}
.p-feature .c-feature__details {
  -webkit-margin-before: 34px;
          margin-block-start: 34px;
}
.p-feature .c-feature__details .txt {
  line-height: 2;
}
.p-feature .c-feature__list {
  margin-block: 80px 60px;
  gap: 30px;
}
.p-feature .c-feature__item {
  background-color: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 50px 35px 60px;
}
.p-feature .c-feature__item-ttl {
  text-align: center;
}
.p-feature .c-feature__item-ttl .label {
  background-color: var(--color-green);
  color: var(--color-base);
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-inline: auto;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-feature .c-feature__item-ttl .ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font2);
  font-size: clamp(2.4rem, 2.0833vw, 3rem);
  font-weight: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-feature .c-feature__item-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.p-feature .c-feature__item.c-bg__gray {
  background-color: #363935;
  overflow: hidden;
}
.p-feature .c-benefit {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  position: relative;
}
.p-feature .c-benefit::before {
  background-color: var(--color-green);
  content: "";
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  width: 1px;
}
.p-feature .c-benefit__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.p-feature .c-benefit__ttl b {
  font-family: var(--font2);
  font-weight: normal;
  font-size: clamp(2.6rem, 2.222vw, 3.2rem);
  text-align: center;
}
.p-feature .c-benefit .txt {
  line-height: 2;
  text-align: center;
}
.p-feature:nth-of-type(even) .c-feature__ttl .ttl .en,
.p-feature:nth-of-type(even) .c-feature__ttl .ttl .hdg em {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.p-feature:nth-of-type(even) .c-feature__ttl .figure {
  text-align: left;
}
.p-feature:nth-of-type(even) .c-benefit::before {
  background-color: var(--color-base);
}
.p-feature:nth-of-type(even) .c-benefit__ttl {
  color: var(--color-base);
}
.p-feature:nth-of-type(1)::after {
  background-image: url("../img_r2/feature/feature_section_bg01.webp");
}
.p-feature:nth-of-type(2)::after {
  background-image: url("../img_r2/feature/feature_section_bg02.webp");
}
.p-feature:nth-of-type(3) {
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
}
.p-feature:nth-of-type(3)::after {
  background-image: url("../img_r2/feature/feature_section_bg03.webp");
}
@media screen and (min-width: 768px) {
  .p-features .c-page-title__hdg {
    margin-inline: 0;
  }
  .p-feature .c-feature__details {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
  .p-feature:nth-of-type(3) .c-feature__ttl .ttl {
    -webkit-transform: translateY(-76px);
            transform: translateY(-76px);
    -webkit-margin-after: -76px;
            margin-block-end: -76px;
  }
  .p-feature:nth-of-type(3) .c-feature__details {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-features .c-page__head {
    -webkit-margin-after: 160px;
            margin-block-end: 160px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .p-features .c-page-title__hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-features .c-page-title__hdg::before {
    bottom: -10px;
  }
  .p-feature {
    padding-block: 0 160px;
  }
  .p-feature::after {
    background-size: cover;
    width: 100%;
  }
  .p-feature > .l-container {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-margin-after: -100px;
            margin-block-end: -100px;
  }
  .p-feature .c-feature__ttl .ttl {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-margin-after: -60px;
            margin-block-end: -60px;
  }
  .p-feature .c-feature__ttl .ttl .hdg em {
    font-size: 2rem;
    padding: 12px;
  }
  .p-feature .c-feature__ttl .ttl .hdg em + em {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-margin-after: -6px;
            margin-block-end: -6px;
  }
  .p-feature .c-feature__ttl .figure img {
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .p-feature .c-feature__list {
    margin-block: 60px 40px;
  }
  .p-feature .c-feature .c-benefit {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
  .p-feature:nth-of-type(1) .c-feature__ttl .ttl,
  .p-feature:nth-of-type(3) .c-feature__ttl .ttl {
    -webkit-margin-start: -20px;
            margin-inline-start: -20px;
  }
  .p-feature:nth-of-type(1) .c-feature__ttl .figure,
  .p-feature:nth-of-type(3) .c-feature__ttl .figure {
    -webkit-margin-end: -20px;
            margin-inline-end: -20px;
  }
  .p-feature:nth-of-type(2) .c-feature__ttl .ttl {
    -webkit-margin-end: -20px;
            margin-inline-end: -20px;
  }
  .p-feature:nth-of-type(2) .c-feature__ttl .figure {
    -webkit-margin-start: -20px;
            margin-inline-start: -20px;
  }
}
/*# sourceMappingURL=maps/feature.css.map */
