.p-head.is-center .l-features_about_ttl {
  margin-bottom: 5rem;
}

.l-features_kv {
  padding-top: 6.5rem;
  background: var(--bgColorBoldPink);
}

.l-features_kv_img {
  display: block;
  z-index: 2;
  position: relative;
  border-radius: 3rem;
}

.l-features_kv_img_wrapper {
  position: relative;
  width: 55rem;
  margin: 0 auto;
}

.l-features_kv_dot_white {
  bottom: 6.8rem;
  left: 41.6rem;
}

.l-features_about {
  padding-top: 10.2rem;
  background: var(--bgColorBoldPink);
}

.l-features_about_wrapper {
  position: relative;
}

.l-features_about_content {
  z-index: 1;
  position: relative;
}

.l-features_about_head {
  max-width: 80.6rem;
  margin: 0 auto 6rem;
}

.l-features_about_txt {
  margin-bottom: 3.6rem;
  text-align: center;
}

.l-features_about_txt:last-of-type {
  margin-bottom: 4rem;
}

.l-features_about_bg_circle {
  z-index: 1;
  top: 15.6rem;
  left: 12.1rem;
}

.l-features_about_bg_circle02 {
  z-index: 1;
  position: absolute;
  top: 13.6rem;
  right: 13rem;
}

.l-features_about_bg_star {
  position: absolute;
  top: 18.7rem;
  left: -8.2rem;
  width: 26rem;
}

.l-features_about_bg_star02 {
  position: absolute;
  top: 1rem;
  right: -7.1rem;
  width: 26rem;
}

.l-features_about_list {
  z-index: 1;
  position: relative;
  text-align: center;
}

.l-features_about_list_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8.4rem;
  gap: 0 6rem;
}

.l-features_about_list_img {
  border-radius: 3rem;
}

.l-features_about_logo {
  position: relative;
  margin-bottom: 8.2rem;
  padding: 6rem 0 4.8rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background: var(--colorWhite);
}

.l-features_about_logo_ttl {
  margin-bottom: 4rem;
  color: var(--colorRosePink);
  text-align: center;
}

.l-features_about_logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7rem;
  gap: 0 6rem;
}

.l-features_about_logo_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 3rem);
      flex-basis: calc(50% - 3rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
}

.l-features_about_logo_img_wrapper img {
  border-radius: 10rem;
}

.l-features_about_logo_txt {
  -ms-flex-preferred-size: calc(50% - 3rem);
      flex-basis: calc(50% - 3rem);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.l-features_detail {
  position: relative;
  padding-top: 19.4rem;
  background: var(--bgColorYellow);
}

.l-features_detail_wrapper {
  padding-top: 10rem;
}

.l-features_detail_year_ttl {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5.4rem 0 4.3rem;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  /* background: var(--bgPatternColorPink); */
  background: var(--bgColorBoldPink);
  font-weight: var(--weightRegular);
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
}

.l-features_detail_year_ttl::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: -21rem;
  left: 30.2rem;
  width: 54.7rem;
  height: 55rem;
  background: url(../../img/about/l-about_detail_year_ttl_bg_star.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-features_detail_year_ttl_wrapper {
  position: relative;
}

.l-features_detail_year_ttl_main {
  position: relative;
  left: 1rem;
}

.l-features_detail_year_content {
  padding: 4.1rem 0 4.1rem 7.1rem;
  border-radius: 0 0 2rem 2rem;
  background: var(--colorWhite);
}

.l-features_detail_year .swiper {
  margin-bottom: 6rem;
}

.l-features_detail_year_slide {
  position: relative;
  width: 22rem;
  margin-right: 4.6rem;
}

.l-features_detail_year_slide::after {
  display: inline-block;
  visibility: initial;
  z-index: -1;
  position: absolute;
  top: 9rem;
  left: 11rem;
  width: 26.1rem;
  height: 4.8rem;
  background: url(../../img/about/l-about_detail_year_slide_icn_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-features_detail_year_slide:nth-child(even)::after {
  top: 12.6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-features_detail_year_slide:last-child::after {
  display: none;
}

.l-features_detail_year_slide_ttl {
  margin-bottom: .6rem;
  color: var(--colorRosePink);
  text-align: center;
}

.l-features_detail_year_slide_img {
  display: block;
  width: auto;
  height: 29rem;
  object-fit: contain;
  object-position: center;
  margin: 0 auto .9rem;
}

.l-features_detail_year_slide_prev {
  cursor: pointer;
}

.l-features_detail_year_slide_prev.swiper-button-disabled {
  cursor: auto;
}

.l-features_detail_year_slide_prev.swiper-button-disabled .c-more_btn_arrow_bg {
  background: var(--colorGray);
  pointer-events: none;
}

.l-features_detail_year_slide_prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-features_detail_year_slide_next {
  cursor: pointer;
}

.l-features_detail_year_slide_next.swiper-button-disabled {
  cursor: auto;
}

.l-features_detail_year_slide_next.swiper-button-disabled .c-more_btn_arrow_bg {
  background: var(--colorGray);
  pointer-events: none;
}

.l-features_detail_year_slide_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 7rem;
  gap: 0 1rem;
}

.l-features_detail_year_slide_btn_wrapper .u-sp_show {
  display: none;
}

.l-features_detail_bg_dot {
  top: -8.2rem;
  left: -7.7rem;
}

@media screen and (max-width: 47.9375em) {
  .p-head.is-center .l-features_about_ttl {
    margin-bottom: .7rem;
  }
  .l-features_kv {
    padding-top: 4rem;
  }
  .l-features_kv_img_wrapper {
    width: 100%;
  }
  .l-features_kv_dot_white {
    display: none;
  }
  .l-features_about {
    padding-top: 5rem;
  }
  .l-features_about_head {
    margin-bottom: 4rem;
    padding: 0 1rem;
  }
  .l-features_about_txt {
    margin-bottom: 2.6rem;
    text-align: left;
  }
  .l-features_about_bg_circle {
    display: none;
  }
  .l-features_about_bg_circle02 {
    display: none;
  }
  .l-features_about_bg_star {
    display: none;
  }
  .l-features_about_bg_star02 {
    display: none;
  }
  .l-features_about_list:nth-of-type(2)::before {
    display: inline-block;
    visibility: initial;
    z-index: -1;
    position: absolute;
    top: -1.4rem;
    right: -7.5rem;
    width: 20.8rem;
    height: 5.6rem;
    background: url(../../img/common/p-bg_pink_border_02.gif);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-features_about_list:nth-of-type(3)::before {
    display: inline-block;
    visibility: initial;
    z-index: -1;
    position: absolute;
    top: -2.9rem;
    left: -7.6rem;
    width: 20.2rem;
    height: 6.6rem;
    background: url(../../img/common/p-bg_pink_border_03.gif);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-features_about_list_wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 8rem;
    gap: 5rem 0;
  }
  .l-features_about_logo {
    margin-bottom: 7.7rem;
    padding: 4rem 0 3.5rem;
  }
  .l-features_about_logo::before {
    top: -4rem;
    left: 1rem;
    width: 16rem;
    height: 13rem;
  }
  .l-features_about_logo_ttl {
    margin-bottom: 1rem;
  }
  .l-features_about_logo_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3rem;
    gap: 2rem 0;
  }
  .l-features_about_logo_img {
    top: 0;
    width: 100%;
  }
  .l-features_about_logo_img_wrapper {
    padding: 2.6rem 2.5rem 2.5rem;
  }
  .l-features_about_logo_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-features_detail {
    padding-top: 3rem;
  }
  .l-features_detail_wrapper {
    padding-top: 8rem;
  }
  .l-features_detail_year_ttl {
    padding: 8.5rem 0 7.5rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .l-features_detail_year_ttl::before {
    top: .5rem;
    left: 6.2rem;
    width: 29.6rem;
    height: 21.5rem;
  }
  .l-features_detail_year_ttl_main {
    left: .5rem;
  }
  .l-features_detail_year_content {
    padding: 3.7rem 0 4.1rem;
  }
  .l-features_detail_year .swiper {
    height: 32rem;
    margin-bottom: 0;
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .l-features_detail_year_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
    gap: 0 1rem;
  }
  .l-features_detail_year_slide::after {
    display: inline-block;
    visibility: initial;
    z-index: -1;
    position: absolute;
    top: 15.3rem;
    left: 8rem;
    width: 12.8rem;
    height: 4.6rem;
    background: url(../../img/about/l-about_detail_year_slide_icn_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-features_detail_year_slide:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-features_detail_year_slide:nth-child(even)::after {
    top: 15.3rem;
    left: 9.5rem;
    width: 8.3rem;
    height: 4.6rem;
    -webkit-transform: rotate(-54deg);
            transform: rotate(-54deg);
  }
  .l-features_detail_year_slide:nth-child(n+3) {
    visibility: hidden;
    opacity: 0;
  }
  .l-features_detail_year_slide_wrapper {
    display: grid;
    gap: 1rem 0;
  }
  .l-features_detail_year_slide_ttl {
    text-align: left;
  }
  .l-features_detail_year_slide_img {
    width: 11rem;
    height: 14.6rem;
    margin-bottom: 0;
  }
  .l-features_detail_year_slide_prev {
    display: none;
  }
  .l-features_detail_year_slide_next {
    display: none;
  }
  .l-features_detail_year_slide_btn_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    gap: 0;
  }
  .l-features_detail_year_slide_btn_wrapper .u-sp_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-features_detail_bg_dot {
    top: 1.8rem;
    left: -16.7rem;
  }
}

@media screen and (max-width: 47.9375em)and (max-width: 47.9375em) {
  .l-features_detail_year .swiper.is-active {
    height: 164rem;
  }
  .l-features_detail_year .swiper.is-active .l-features_detail_year_slide:nth-child(n+3) {
    visibility: visible;
    opacity: 1;
  }
}
