@charset "UTF-8";
.p-features__intro {
  padding: 0 0 60rem;
}
@media screen and (min-width: 768px), print {
  .p-features__intro {
    padding: 0 0 90rem;
    position: relative;
    margin-top: -40rem;
  }
}
.p-features__list {
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-features__list {
    gap: 0;
  }
}
.p-features__list-item {
  position: relative;
  transition: margin 0.8s;
}
@media screen and (min-width: 768px), print {
  .p-features__list-item {
    margin: 40rem 0;
    position: sticky;
    top: min(210rem, 50vh - 220rem);
  }
  .p-features__list-item .p-features__list-title {
    opacity: 0;
    height: 0;
  }
  .p-features__list-item .p-features__list-body {
    height: 520rem;
    opacity: 1;
    max-height: calc(100vh - 80rem);
  }
}
@media (max-height: 600px) and (min-width: 768px) {
  .p-features__list-item {
    top: 80rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-features__list-title {
    aspect-ratio: 375/300;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 24rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .p-features__list-title {
    height: 40rem;
    opacity: 1;
    transition: height 0.8s, opacity 0.8s;
    margin: 0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    display: grid;
    align-items: center;
    grid-template-columns: 130rem 1fr;
  }
}
.p-features__list-label {
  font-size: 21rem;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-features__list-label {
    font-size: 17rem;
  }
}
.p-features__list-heading {
  font-size: 26rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .p-features__list-heading {
    font-size: 17rem;
  }
}
.p-features__list-heading-copy {
  display: grid;
  grid-template-columns: 130rem 1fr;
}
.p-features__list-heading-copy .p-features__list-label {
  font-size: 42rem;
  line-height: 1.5;
}
.p-features__list-heading-copy .p-features__list-heading {
  font-size: 42rem;
}
@media screen and (min-width: 768px), print {
  .p-features__list-body {
    color: #ffffff;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: grid;
    align-content: end;
    transition: height 0.8s, opacity 0.8s;
  }
  .p-features__list-body > * {
    position: relative;
  }
  .p-features__list-body .l-inner {
    display: grid;
    grid-template-columns: 1fr 450rem;
    height: 250rem;
  }
}
.p-features__list-figure {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-features__list-figure {
    aspect-ratio: 375/300;
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-features__list-figure {
    position: absolute;
    inset: 0;
  }
}
.p-features__list-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-features__data {
  padding: 50rem 0;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .p-features__data {
    padding: 112rem 0;
  }
}
.p-features__data-title {
  color: #EF7C03;
  font-size: 16rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding: 0 0 8rem;
  margin: 48rem 0 24rem;
}
.p-features__data-grid {
  display: grid;
  gap: 32rem;
}
@media screen and (min-width: 768px), print {
  .p-features__data-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .p-features__data-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-features__data-label {
  text-align: center;
  background-color: #EA9900;
  padding: 28rem 0 24rem 0;
  margin: 0 0 16rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .p-features__data-label {
    padding: 32rem 0 28rem 0;
  }
}
.p-features__data-label--dark {
  background-color: #EF7C03;
}
.p-features__data-heading {
  font-weight: 500;
  font-size: 20rem;
  margin: 0 0 16rem;
}
.p-features__data-number {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-weight: 400;
  font-size: 50rem;
}
.p-features__data-unit {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 18rem;
}/*# sourceMappingURL=features.css.map */