@charset "UTF-8";
.top-section {
  padding-top: clamp(4rem, 2.8333333333rem + 3.8888888889vw, 7.5rem);
  padding-bottom: clamp(4rem, 2.8333333333rem + 3.8888888889vw, 7.5rem);
}

.fv {
  position: relative;
  padding-top: 5vw;
  padding-left: 6.25vw;
  padding-bottom: 3.3333333333vw;
}
.fv__inner {
  display: flex;
  justify-content: space-between;
}
.fv .fv__text {
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
}
.fv .fv__text__catchphrase {
  font-size: clamp(1.125rem, 0.9166666667rem + 0.6944444444vw, 1.75rem);
  line-height: 1.5;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.fv .fv__text__title {
  color: #E1395F;
  font-size: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.fv .fv__image {
  width: 52.2395833333vw;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
.fv .fv__image img {
  width: 100%;
  height: auto;
  display: block;
}
.fv .fv__illust {
  position: absolute;
  bottom: -24px;
  left: 3.3333333333vw;
  height: 14.5833333333vw;
  aspect-ratio: 663/280;
  z-index: 2;
}
.fv .fv__illust img {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .fv {
    padding: 0;
  }
  .fv__inner {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 40px;
  }
  .fv__text {
    padding: 0 16px 40px;
  }
  .fv .fv__image {
    width: 100%;
    aspect-ratio: 390/460;
    border-radius: 0 0 0 40px;
  }
  .fv .fv__image img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .fv .fv__illust {
    left: 16px;
    bottom: -16px;
    height: 104px;
  }
}

.about {
  background-color: #E6F6C8;
  position: relative;
}
.about::before, .about::after {
  content: "";
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
.about::before {
  background-image: url(../../../assets/images/top/about/bg_left.png);
  width: 23.8020833333vw;
  aspect-ratio: 457/1128;
  bottom: 2.5rem;
  left: -5vw;
}
.about::after {
  background-image: url(../../../assets/images/top/about/bg_right.png);
  width: 20.8333333333vw;
  aspect-ratio: 400/1084;
  top: 7.5rem;
  right: -3.5vw;
}
.about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about__title {
  width: fit-content;
  text-align: center;
  padding-bottom: clamp(2rem, 1.8333333333rem + 0.5555555556vw, 2.5rem);
  border-bottom: 3px solid #8EC63F;
  margin-bottom: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  color: #8EC63F;
}
.about__title__sub {
  font-size: clamp(1.125rem, 0.875rem + 0.8333333333vw, 1.875rem);
  font-weight: 500;
  margin-inline: auto;
  margin-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  padding-top: 32px;
  background-image: url(../../../assets/images/top/about/fukidashi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 374px;
  width: 100%;
  aspect-ratio: 374/112;
}
.about__title__main {
  font-size: clamp(2.5rem, 1.5rem + 3.3333333333vw, 5.5rem);
  font-weight: 500;
  line-height: 1.2;
}
.about__text {
  color: #8EC63F;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  text-align: center;
  line-height: 2;
}
.about__image {
  margin: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem) auto;
  width: clamp(19.625rem, 14.5rem + 17.0833333333vw, 35rem);
}
.about__image img {
  width: 100%;
  height: auto;
  display: block;
}
.about__desc {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  text-align: center;
  line-height: 2;
  font-weight: 500;
  margin: 0 auto;
}
.about__desc .strong {
  font-size: 1.35em;
  text-decoration: underline #FFFF80;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.3em;
}
@media screen and (max-width: 480px) {
  .about {
    padding-top: 80px;
  }
  .about::before, .about::after {
    display: none;
  }
  .about__inner {
    padding: 0 32px;
  }
  .about__title {
    width: auto;
  }
  .about__title__sub {
    max-width: 240px;
    padding-top: 20px;
  }
  .about__title__main {
    letter-spacing: -0.1em;
  }
  .about__desc .strong {
    font-size: 1em;
  }
}

.news .flex-container {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(3.5rem, 2.1666666667rem + 4.4444444444vw, 7.5rem);
  margin-bottom: 4rem;
}
.news__title {
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #E1395F;
  flex-shrink: 0;
}
.news__more {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .news .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .news__title {
    letter-spacing: -0.04em;
  }
}

.features {
  background-color: #F9E3E8;
}
.features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
}
.features__title {
  text-align: center;
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
}
.features__title .strong {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 0.1em;
}
.features__items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  counter-reset: listnum;
}
.features__item {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.0833333333rem + 1.3888888889vw, 2.75rem);
  background-color: #FFFFFF;
  border-radius: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  padding: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem) clamp(1rem, 0.3333333333rem + 2.2222222222vw, 3rem);
}
.features__item__image {
  max-width: 24.375rem;
  width: 100%;
}
.features__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.features__item__text {
  flex: 1;
}
.features__item__text::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  color: #E1395F;
  transform: scaleX(1.2);
}
.features__item__title {
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #E1395F;
}
.features__item__desc {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .features__item {
    flex-direction: column-reverse;
  }
  .features__item__text {
    text-align: center;
  }
  .features__item__text::before {
    margin-bottom: 24px;
  }
  .features__item__title {
    letter-spacing: -0.05em;
  }
}

.class {
  background-color: #F9E3E8;
  padding-top: 0;
}
.class__inner {
  display: flex;
  gap: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  justify-content: space-between;
}
.class__title {
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
}
.class__title__sub {
  font-size: clamp(1.25rem, 1rem + 0.8333333333vw, 2rem);
  margin-left: 0.8em;
}
.class__swiper {
  background-color: #FFFFFF;
  padding: clamp(1rem, 0.5rem + 1.6666666667vw, 2.5rem) clamp(1rem, -0.3333333333rem + 4.4444444444vw, 5rem) clamp(2.5rem, 1.6666666667rem + 2.7777777778vw, 5rem) clamp(1rem, -0.3333333333rem + 4.4444444444vw, 5rem);
  margin-left: 0;
  margin-right: calc((100% - (100vw - clamp(17.5rem, 16.3333333333rem + 3.8888888889vw, 21rem))) / 2);
  flex: 1;
  border-radius: 40px 0 0 40px;
}
.class__swiper .class__swiper-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  padding-right: 0rem;
  margin-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.class__swiper .class__swiper-button-next,
.class__swiper .class__swiper-button-prev {
  height: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  width: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  background-color: #E1395F;
  border-radius: 100vw;
  position: static;
  margin: 0;
}
.class__swiper .class__swiper-button-next .swiper-navigation-icon,
.class__swiper .class__swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.class__swiper .class__swiper-button-next::after,
.class__swiper .class__swiper-button-prev::after {
  content: "";
  display: inline-block;
  background-image: url(../../../assets/images/common/right_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  aspect-ratio: 1/1;
}
.class__swiper .class__swiper-button-prev::after {
  transform: rotate(180deg);
}
.class__swiper .swiper-slide {
  height: auto;
}
.class__card {
  display: block;
  height: 100%;
}
.class__card__image {
  width: 100%;
  aspect-ratio: 493/400;
  margin-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.class__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.class__card__title {
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  font-weight: 500;
  color: #E1395F;
  margin-bottom: 1rem;
}
.class__card__points {
  display: flex;
  gap: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  flex-wrap: wrap;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  margin-bottom: 1rem;
}
.class__card__points li {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.5rem);
  background-color: #E1395F;
  color: #FFFFFF;
  padding: 4px clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
}
.class__card__desc {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .class__swiper {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 480px) {
  .class__inner {
    flex-direction: column;
  }
  .class__title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 16px;
  }
  .class__title__sub {
    margin-left: 0;
    margin-top: 24px;
    border-top: 1px solid #E1395F;
    padding-top: 24px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
  }
  .class__swiper {
    width: 100vw;
    flex: 0 0 auto;
    padding-right: 32px;
  }
  .class__swiper .swiper-button-wrapper {
    padding-right: 0;
  }
}

.cta {
  background-color: #E1395F;
  text-align: center;
  color: #FFFFFF;
}
.cta__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
}
.cta__content {
  max-width: 640px;
}
.cta__keihanna {
  max-width: clamp(16rem, 13rem + 10vw, 25rem);
  margin-inline: auto;
}
.cta__keihanna img {
  width: 100%;
  height: auto;
  display: block;
}
.cta__title {
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  margin-top: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  margin-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #E1395F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  padding: clamp(1.125rem, 1.0833333333rem + 0.1388888889vw, 1.25rem) clamp(2rem, 1.6666666667rem + 1.1111111111vw, 3rem);
  transform: translateX(0);
  transition: transform 0.3s ease;
  position: relative;
}
.cta__button:hover {
  transform: translateX(8px);
}
.cta__button::before {
  content: "";
  display: inline-block;
  background-image: url(../../../assets/images/top/cv/experience.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  aspect-ratio: 1/1;
  transform: translateY(2px);
  margin-right: clamp(0.5rem, 0.4166666667rem + 0.2777777778vw, 0.75rem);
  vertical-align: bottom;
}
.cta__button::after {
  content: "";
  display: inline-block;
  background-image: url(../../../assets/images/common/right_arrow_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  aspect-ratio: 1/1;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  transform: translateY(-50%);
}
.cta__info {
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
  max-width: 510px;
}
.cta__info__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 0.5rem + 0vw, 0.5rem) clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  margin-bottom: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
}
.cta__info__contact dt {
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 12px;
  font-weight: 400;
  align-self: center;
}
.cta__info__contact dd {
  text-align: left;
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  line-height: 1.5;
}
.cta__info__address {
  border-top: 1px solid #FFFFFF;
  padding-top: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  margin-bottom: clamp(0rem, -0.6666666667rem + 2.2222222222vw, 2rem);
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  white-space: pre-wrap;
}
@media screen and (max-width: 480px) {
  .cta__inner {
    flex-direction: column;
  }
  .cta__content, .cta__info {
    width: 100%;
  }
  .cta__button {
    width: 100%;
  }
  .cta__info__contact {
    padding: 0 16px;
  }
  .cta__info__contact dt {
    font-size: 12px;
  }
  .cta__info__address {
    padding: 16px;
  }
}

.qa .flex-container {
  gap: clamp(2.5rem, 0.8333333333rem + 5.5555555556vw, 7.5rem);
}
.qa__title {
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
  letter-spacing: 0.1em;
  height: fit-content;
}
.qa__more {
  margin-top: 4rem;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .qa .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .qa__title {
    letter-spacing: -0.04em;
  }
}

.price {
  background-color: #E6F6C8;
}
.price__title {
  text-align: center;
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #8EC63F;
}
.price__card__container {
  display: block;
  margin-top: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem);
  padding: clamp(2rem, 1.6666666667rem + 1.1111111111vw, 3rem) 1rem clamp(3.5rem, 3.3333333333rem + 0.5555555556vw, 4rem);
  background-color: #8EC63F;
  color: #FFFFFF;
  position: relative;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.price__card__container:hover {
  transform: scale(1.02);
}
.price__card {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: clamp(0.75rem, 0.5rem + 0.8333333333vw, 1.5rem);
  border-bottom: clamp(0.125rem, 0.1041666667rem + 0.0694444444vw, 0.1875rem) solid #FFFFFF;
  gap: clamp(0.25rem, 0rem + 0.8333333333vw, 1rem);
  align-items: flex-end;
}
.price__card__title {
  border: clamp(0.125rem, 0.1041666667rem + 0.0694444444vw, 0.1875rem) solid #FFFFFF;
  font-size: clamp(1rem, 0.5rem + 1.6666666667vw, 2.5rem);
  line-height: 1;
  padding: clamp(0.5rem, 0.4166666667rem + 0.2777777778vw, 0.75rem) clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.price__card__price__wrapper {
  display: flex;
}
.price__card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-bottom: 0.25em;
}
.price__card__price span:nth-of-type(1) {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1;
}
.price__card__price span:nth-of-type(2) {
  font-size: clamp(3rem, 2.6666666667rem + 1.1111111111vw, 4rem);
  font-weight: 500;
  line-height: 1;
}
.price__card__amount {
  font-size: clamp(4.5rem, 3.5rem + 3.3333333333vw, 7.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.price__card__amount span {
  font-size: 0.7em;
}
.price__card__frequency {
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  line-height: 1;
  background-color: #FFFFFF;
  color: #8EC63F;
  aspect-ratio: 1;
  width: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
}
.price__card__frequency span {
  font-size: 1.75em;
  font-weight: 500;
  transform: translateY(-4px);
}
.price__note {
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
}
.price__more {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #FFDB52;
  padding: clamp(0.5rem, 0.25rem + 0.8333333333vw, 1.25rem) clamp(1.5rem, 1rem + 1.6666666667vw, 3rem);
  padding-right: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
}
.price__more__button {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  color: #8EC63F;
  font-weight: 500;
}
.price__more__button::after {
  content: "";
  display: inline-block;
  background-image: url(../../../assets/images/top/price/price_arrow.svg);
  height: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  aspect-ratio: 1/1;
  margin-left: clamp(0.25rem, 0.0833333333rem + 0.5555555556vw, 0.75rem);
  vertical-align: bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .price__card {
    position: relative;
  }
  .price__card__price span:nth-of-type(1) {
    margin-bottom: -6px;
  }
  .price__card__frequency {
    position: absolute;
    right: -8px;
    top: -16px;
    font-size: 13px;
  }
  .price__card__frequency span {
    transform: translateY(-1px);
  }
}

.voice__title {
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
}
.voice__contents {
  gap: clamp(2.5rem, 0.8333333333rem + 5.5555555556vw, 7.5rem);
}
.voice__swiper__container {
  position: relative;
}
.voice__swiper__slide {
  background-color: #F9E3E8;
  position: relative;
  height: auto;
}
.voice__swiper__slide::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem);
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -1px;
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.voice__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.voice__card__image {
  aspect-ratio: 363/200;
  width: 100%;
}
.voice__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice__card__contents {
  padding: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem) clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.voice__card__header {
  padding-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  border-bottom: 1px solid #E1395F;
  margin-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  color: #E1395F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.voice__card__header__info {
  display: flex;
  gap: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.voice__card__header__info__name {
  font-size: clamp(1.25rem, 1.1666666667rem + 0.2777777778vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-bottom: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.voice__card__header__info__age, .voice__card__header__info__period {
  font-size: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
}
.voice__card__body {
  flex: 1;
  font-size: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  letter-spacing: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.voice {
  /* 矢印画像の高さと幅 */
}
.voice .voice__swiper-button-prev,
.voice .voice__swiper-button-next {
  height: 64px;
  width: 64px;
  background-color: #E1395F;
  border-radius: 100vw;
}
.voice .voice__swiper-button-prev .swiper-navigation-icon,
.voice .voice__swiper-button-next .swiper-navigation-icon {
  display: none;
}
.voice .voice__swiper-button-prev {
  left: -40px;
}
.voice .voice__swiper-button-next {
  right: -40px;
}
.voice {
  /* 矢印を消して画像に変更する */
}
.voice .voice__swiper-button-prev::after,
.voice .voice__swiper-button-next::after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/images/common/right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 10px;
  margin: auto;
}
.voice .voice__swiper-button-prev::after {
  transform: rotate(180deg);
}
.voice__more {
  margin-top: 4rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .voice__contents {
    flex-direction: column;
    align-items: center;
  }
  .voice .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .voice .voice__swiper-button-prev,
  .voice .voice__swiper-button-next {
    display: none;
  }
}

.access__wrapper {
  background-image: url(../../../assets/images/top/access_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
  padding-top: clamp(10rem, 6.6666666667rem + 11.1111111111vw, 20rem);
}
@media screen and (max-width: 480px) {
  .access__wrapper {
    background-size: auto 200px;
  }
}

.access {
  background-color: #FFFFFF;
  background-image: url(../../../assets/images/common/grid.png);
  border-radius: clamp(1.5rem, 0.3333333333rem + 3.8888888889vw, 5rem) clamp(1.5rem, 0.3333333333rem + 3.8888888889vw, 5rem) 0 0;
  padding-top: clamp(4rem, 3.6666666667rem + 1.1111111111vw, 5rem);
}
.access__title {
  font-size: clamp(2rem, 1.5rem + 1.6666666667vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
  margin-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.access__contents {
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  position: relative;
}
.access__info {
  flex-shrink: 0;
}
.access__info__shopname {
  font-size: clamp(1.5rem, 1.3333333333rem + 0.5555555556vw, 2rem);
  font-weight: 500;
  margin-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  letter-spacing: 0.04em;
}
.access__info__address {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  white-space: pre-wrap;
}
.access__info__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 0.5rem + 0vw, 0.5rem) clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  border-top: 1px solid #E1395F;
  padding-top: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #E1395F;
}
.access__info__contact dt {
  border: 1px solid #E1395F;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px clamp(0.5rem, 0.4166666667rem + 0.2777777778vw, 0.75rem);
  font-weight: 400;
  align-self: center;
}
.access__info__contact dd {
  text-align: left;
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  line-height: 1.5;
}
.access .business-hours {
  flex: 1;
  max-width: 41.6666666667vw;
  width: 41.6666666667vw;
}
.access .business-hours th,
.access .business-hours td {
  text-align: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8333333333vw, 1.5rem);
  line-height: 1.5;
  border: 1px solid #FFFFFF;
  background-color: #F9E3E8;
  font-weight: 500;
}
.access .business-hours thead th {
  background-color: #E1395F;
  color: #FFFFFF;
}
.access .business-hours th[scope=row] {
  white-space: nowrap;
}
.access .annotation {
  position: absolute;
  bottom: -24px;
  right: 0;
  font-size: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
}
.access .annotation::before {
  content: "★";
  color: #E1395F;
}
.access__map {
  margin-top: clamp(3.5rem, 3.1666666667rem + 1.1111111111vw, 4.5rem);
  height: clamp(15rem, 10rem + 16.6666666667vw, 30rem);
}
.access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  .access__contents {
    flex-direction: column;
    align-items: center;
  }
  .access__title {
    text-align: center;
  }
  .access__info__shopname {
    letter-spacing: -0.02em;
  }
  .access__info__contact dt {
    font-size: 10px;
  }
  .access .business-hours {
    width: 100%;
    max-width: 100%;
  }
  .access__map {
    width: 100%;
  }
}