.age-lead {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .age-lead {
    margin-top: 30px;
  }
}
.age-lead__box {
  padding: 0 12px 13px;
  border-radius: 50px;
}
.age-lead__box--pink {
  background: #F4C3C4;
}
.age-lead__box--orange {
  background: #F2C596;
}
.age-lead__box--yellow {
  background: #EBDC83;
}
.age-lead__box--green {
  background: #B1D3CB;
}
.age-lead__box--blue {
  background: #ADCFE8;
}
@media screen and (max-width: 768px) {
  .age-lead__box {
    padding: 0 10px 10px;
    border-radius: 35px;
  }
}
.age-lead__head {
  padding-block: 48.5px 40.4px;
}
@media screen and (max-width: 768px) {
  .age-lead__head {
    padding-block: 27px 28px;
  }
}
.age-lead__catch {
  margin-inline: auto;
  padding-bottom: 9px;
  width: fit-content;
  color: var(--color_white);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  border-bottom: 4px dotted var(--color_white);
}
@media screen and (max-width: 768px) {
  .age-lead__catch {
    padding-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    border-width: 3px;
    text-align: center;
  }
}
.age-lead__title {
  margin-top: 12px;
  margin-inline: auto;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: bold;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
  color: var(--color_white);
}
@media screen and (max-width: 768px) {
  .age-lead__title {
    margin-top: 8px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    text-align: center;
  }
}
.age-lead__title::before {
  content: "";
  display: block;
  width: 33.42px;
  aspect-ratio: 33.42/32.12;
}
.age-lead__box--pink .age-lead__title::before {
  background-image: url(../img/age/lead-icon01.svg);
}
.age-lead__box--orange .age-lead__title::before {
  background-image: url(../img/age/lead-icon02.svg);
}
.age-lead__box--yellow .age-lead__title::before {
  background-image: url(../img/age/lead-icon03.svg);
}
.age-lead__box--green .age-lead__title::before {
  background-image: url(../img/age/lead-icon04.svg);
}
.age-lead__box--blue .age-lead__title::before {
  background-image: url(../img/age/lead-icon05.svg);
}
@media screen and (max-width: 768px) {
  .age-lead__title::before {
    width: 26.39px;
  }
}
.age-lead__text {
  padding-block: 37px;
  background: #fff;
  border-radius: 0 0 40px 40px;
  letter-spacing: 0.15em;
  font-family: var(--font-family_noto-sans-jp);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .age-lead__text {
    padding-block: 19px 33px;
    border-radius: 0 0 25px 25px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}

.age-worries {
  margin-top: 30px;
  padding-block: 136px 179.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .age-worries {
    padding-block: 76px 72.6px;
  }
}
.age-worries::before {
  content: "";
  display: block;
  width: 1887.74px;
  aspect-ratio: 1527.74/687.51;
  background: url(../img/age/pc/blob-bg_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .age-worries::before {
    width: 646.52px;
    aspect-ratio: 646.52/539.56;
    background-image: url(../img/age/sp/blob-bg_blue.svg);
    left: calc(50% + 37.2px);
  }
}
.age-worries__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .age-worries__catch {
    margin-bottom: 4px;
  }
}
.age-worries__catch::before, .age-worries__catch::after {
  height: 18.44px;
  background: #B1D3CB;
}
@media screen and (max-width: 768px) {
  .age-worries__catch::before, .age-worries__catch::after {
    height: 12.58px;
  }
}
.age-worries__box {
  margin-top: 20px;
  padding-block: 48px;
  background: var(--color_white);
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .age-worries__box {
    padding: 28px 29.5px 26px 31.1px;
  }
}
.age-worries__box::before {
  content: "";
  display: block;
  width: 164.61px;
  aspect-ratio: 164.61/215.83;
  background: url(../img/age/worries-img.svg) no-repeat center/contain;
  position: absolute;
  top: -54px;
  right: 38.1px;
}
@media screen and (max-width: 768px) {
  .age-worries__box::before {
    width: 66.42px;
    top: -60px;
    right: 0;
  }
}
.age-worries__list {
  margin-inline: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .age-worries__list {
    margin-inline: 0 auto;
  }
}
.age-worries__item {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .age-worries__item {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.15em;
  }
}
.age-worries__item::before {
  content: "";
  display: block;
  margin-block: 11.5px;
  margin-right: 7.4px;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
}
.age-worries__list--pink .age-worries__item::before {
  background: #EFB5B6;
}
.age-worries__list--orange .age-worries__item::before {
  background: #F2C596;
}
.age-worries__list--yellow .age-worries__item::before {
  background: #EBDC83;
}
.age-worries__list--green .age-worries__item::before {
  background: #B1D3CB;
}
.age-worries__list--blue .age-worries__item::before {
  background: #ADCFE8;
}
.age-worries__deco {
  position: absolute;
  bottom: -179.5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .age-worries__deco {
    width: 64.51px;
    bottom: -99.5px;
    left: 3.7333333333vw;
  }
}

.age-solution {
  margin-top: 30px;
  margin-bottom: 60px;
}
.age-solution__inner {
  position: relative;
}
.age-solution__icon {
  width: 143.73px;
  position: absolute;
  top: 52px;
  right: -36.5px;
}
@media screen and (max-width: 768px) {
  .age-solution__icon {
    width: 83.92px;
    top: 114.7px;
    right: -6.4vw;
  }
}
.age-solution__title {
  margin-inline: auto;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .age-solution__title {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    text-align: center;
  }
}
.age-solution__title span {
  margin-bottom: 18px;
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.44;
  padding-bottom: 10px;
  border-bottom: 5px dotted #73AFDE;
}
@media screen and (max-width: 768px) {
  .age-solution__title span {
    padding-bottom: 7px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    border-width: 4px;
  }
}
.age-solution__arrow {
  margin-top: 20px;
  display: block;
  margin-inline: auto;
  width: 112px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .age-solution__arrow {
    margin-top: 16px;
  }
}
.age-solution__arrow--pink {
  background: #F5CFCC;
}
.age-solution__arrow--orange {
  background: #F2C596;
}
.age-solution__arrow--yellow {
  background: #EBDC83;
}
.age-solution__arrow--green {
  background: #B1D3CB;
}
.age-solution__arrow--blue {
  background: #ADCFE8;
}
.age-solution__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .age-solution__list {
    margin-top: 15px;
    gap: 14px;
  }
}
.age-solution__item {
  padding: 17.5px 20px 18.5px 30px;
  width: calc((100% - 40px) / 3);
  min-height: 130px;
  background: #F4F4F4;
  border-radius: 18px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5238095238;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .age-solution__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .age-solution__item {
    padding: 16.5px 18.7px 15.5px 30px;
    width: 100%;
    min-height: 86px;
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.age-solution__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.age-solution__list--pink .age-solution__item::after {
  background: #F5CFCC;
}
.age-solution__list--orange .age-solution__item::after {
  background: #F2C596;
}
.age-solution__list--yellow .age-solution__item::after {
  background: #EBDC83;
}
.age-solution__list--green .age-solution__item::after {
  background: #B1D3CB;
}
.age-solution__list--blue .age-solution__item::after {
  background: #ADCFE8;
}
.age-solution__item-link {
  position: absolute;
  inset: 0;
}

.age-intro {
  margin-top: 30px;
  padding-block: 90px;
}
@media screen and (max-width: 768px) {
  .age-intro {
    margin-top: 50px;
    padding-block: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .age-intro:first-of-type {
    margin-top: 40px;
  }
}
.age-intro--pink {
  background: #F8F1F0;
}
.age-intro--orange {
  background: #FDF4ED;
}
.age-intro--yellow {
  background: #FFFCEB;
}
.age-intro--green {
  background: #EFF7F5;
}
.age-intro--blue {
  background: #F2F6F8;
}
.age-intro__heading {
  min-height: 74px;
  color: var(--color_white);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: bold;
  border-radius: 16px;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .age-intro__heading {
    line-height: 65px;
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}
.age-intro--pink .age-intro__heading {
  background: #F4C3C4;
}
.age-intro--orange .age-intro__heading {
  background: #F2C596;
}
.age-intro--yellow .age-intro__heading {
  background: #EBDC83;
}
.age-intro--green .age-intro__heading {
  background: #B1D3CB;
}
.age-intro--blue .age-intro__heading {
  background: #ADCFE8;
}
.age-intro__heading::after {
  content: "";
  display: block;
  width: 62px;
  height: 30px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: -1;
}
.age-intro--pink .age-intro__heading::after {
  background: #F4C3C4;
}
.age-intro--orange .age-intro__heading::after {
  background: #F2C596;
}
.age-intro--yellow .age-intro__heading::after {
  background: #EBDC83;
}
.age-intro--green .age-intro__heading::after {
  background: #B1D3CB;
}
.age-intro--blue .age-intro__heading::after {
  background: #ADCFE8;
}
@media screen and (max-width: 768px) {
  .age-intro__heading::after {
    width: 36px;
    height: 18px;
    bottom: 9px;
  }
}
.age-intro__title {
  margin-top: 30px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4615384615;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .age-intro__title {
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}
.age-intro__text {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 882px;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .age-intro__text {
    margin-top: 20px;
    padding-inline: 5.0666666667vw;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
.age-intro__product {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .age-intro__product {
    margin-top: 19px;
  }
}
.age-intro__product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.age-intro__product-item {
  padding: 30px;
  background: var(--color_white);
  border-radius: 40px;
  display: grid;
  grid-template-columns: 250px 1fr;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .age-intro__product-item {
    padding: 26px 6.9333333333vw 34px;
    grid-template-columns: 100%;
    row-gap: 20px;
    border-radius: 36px;
  }
}
.age-intro__product-item-img {
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.age-intro__product-item-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .age-intro__product-item-title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.age-intro__product-item-text {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.age-intro__product-item-btn {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .age-intro__product-item-btn {
    margin-top: 20px;
  }
}
.age-intro__voice {
  margin-top: 40px;
  padding: 40.5px 40px 44.5px;
  background: var(--color_white);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .age-intro__voice {
    margin-top: 30px;
    padding: 30px 5.8666666667vw 35px;
    border-radius: 36px;
  }
}
.age-intro__voice-title {
  margin-inline: auto;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 5px dotted;
}
@media screen and (max-width: 768px) {
  .age-intro__voice-title {
    font-size: 1.8rem;
    border-width: 3px;
  }
}
.age-intro__voice-title--pink {
  border-color: #EBABA6;
}
.age-intro__voice-title--orange {
  border-color: #F2C596;
}
.age-intro__voice-title--yellow {
  border-color: #EBDC83;
}
.age-intro__voice-title--green {
  border-color: #B1D3CB;
}
.age-intro__voice-title--blue {
  border-color: #ADCFE8;
}
.age-intro__voice-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .age-intro__voice-list {
    gap: 15px;
    grid-template-columns: 100%;
  }
}
.age-intro__voice-item {
  padding: 19px 27px 20px 27px;
  background: #F4F4F4;
  display: grid;
  align-items: center;
  grid-template-columns: 128px 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .age-intro__voice-item {
    grid-template-columns: 74px 1fr;
    padding: 21px 2.2666666667vw;
    column-gap: 19.5px;
  }
}
.age-intro__voice-item-text {
  letter-spacing: 0.1em;
}
.age-intro__recommend {
  margin-top: 30px;
  padding: 40px 40px 54.3px;
  background: var(--color_white);
  border-radius: 40px;
  border: 2px solid;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend {
    padding: 36.5px 6.6666666667vw 31px;
    border-radius: 36px;
  }
}
.age-intro__recommend--pink {
  border-color: #F4C3C4;
}
.age-intro__recommend--orange {
  border-color: #F2C596;
}
.age-intro__recommend--yellow {
  border-color: #EBDC83;
}
.age-intro__recommend--green {
  border-color: #B1D3CB;
}
.age-intro__recommend--blue {
  border-color: #ADCFE8;
}
.age-intro__recommend-title {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: bold;
  padding-bottom: 9.8px;
  border-bottom: 3px solid;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-title {
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    border-width: 2.5px;
  }
}
.age-intro__recommend--pink .age-intro__recommend-title {
  border-color: #F4C3C4;
}
.age-intro__recommend--orange .age-intro__recommend-title {
  border-color: #F2C596;
}
.age-intro__recommend--yellow .age-intro__recommend-title {
  border-color: #EBDC83;
}
.age-intro__recommend--green .age-intro__recommend-title {
  border-color: #B1D3CB;
}
.age-intro__recommend--blue .age-intro__recommend-title {
  border-color: #ADCFE8;
}
.age-intro__recommend-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-row {
    margin-top: 15px;
    flex-direction: column;
    row-gap: 14px;
  }
}
.age-intro__recommend-img {
  margin-inline: auto;
  width: 145px;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-img {
    width: 74px;
  }
}
.age-intro__recommend-name {
  margin-top: 8px;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-name {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.age-intro__recommend-heading {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-heading {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.age-intro__recommend-text {
  margin-top: 16px;
  letter-spacing: 0.15em;
  font-family: var(--font-family_noto-sans-jp);
}
@media screen and (max-width: 768px) {
  .age-intro__recommend-text {
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}

.age-gift {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .age-gift {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.age-gift__title {
  margin-inline: auto;
  max-width: 510px;
}
.age-gift__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.age-gift__row {
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  grid-template-columns: max-content 130px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .age-gift__row {
    margin-top: 5px;
    grid-template-columns: 1fr 113px;
    column-gap: 10px;
  }
}
.age-gift__text {
  max-width: 348.3px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.age-gift__slider {
  margin-top: 20px;
}
.age-gift__item {
  padding-inline: 10px;
}
.age-gift__item-link {
  padding: 50.7px 17.9px 47.5px 19px;
  background: #F4F4F4;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 114.81px 1fr;
  column-gap: 13.2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .age-gift__item-link {
    padding: 47.7px 16.5px 18.5px 17.5px;
  }
}
.age-gift__item-tag {
  padding-inline: 10.5px;
  min-width: 247.55px;
  max-width: 98%;
  min-height: 38.37px;
  background: #B1D3CB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px 0 24px 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: bold;
  color: var(--color_white);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .age-gift__item-tag {
    min-width: 200px;
    min-height: 31px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.15em;
  }
}
.age-gift__item-title {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .age-gift__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.age-gift__item-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .age-gift__item-text {
    margin-top: 8px;
  }
}
.age-gift__item-btn {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .age-gift__item-btn {
    margin-top: 8px;
  }
}/*# sourceMappingURL=age.css.map */