@charset "UTF-8";
:root {
  --font-color: #594B3A;
  --white-color: #FFFFFF;
  --gray-color: #F2EEE7;
  --background-color: #FBE9E5;
  --accent-color: #E5555D;
  --sp-padding: 1.125rem;
  --pc-padding: 2rem;
  --pc-header-height: 24.3125rem;
  --sp-header-height: 9.4375rem;
  --ff-base: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/* =========================
   Breakpoint variables
========================= */
/* =========================
   Breakpoint map
========================= */
/* =========================
   Media query mixin
========================= */
.page-front {
  /* 共通 画像のはみ出し防止 */
}
.page-front .fv__section {
  position: relative;
}
.page-front .fv__section .fv-text__box {
  position: absolute;
  z-index: 5;
  top: 9.375rem;
  right: 15.41vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .fv__section .fv-text__box {
    top: clamp(4.375rem, 3.75rem + 3.13vw, 6.25rem);
    right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv-text__box {
    top: 2.25rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 374px) {
  .page-front .fv__section .fv-text__box {
    top: 1.75rem;
  }
}
.page-front .fv__section .fv__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-front .fv__section .fv__text.u-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv__text.u-pc-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-front .fv__section .fv__text.u-sp-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv__text.u-sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-front .fv__section .fv__text {
    gap: 1.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5625rem;
  }
}
@media screen and (max-width: 374px) {
  .page-front .fv__section .fv__text {
    gap: 0.25rem;
  }
}
.page-front .fv__section .fv-text__inline {
  font-style: normal;
  font-weight: 700;
  color: var(--accent-color);
  border-radius: 0.625rem;
  background: var(--white-color);
}
@media screen and (min-width: 768px) {
  .page-front .fv__section .fv-text__inline {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.6;
    letter-spacing: 0.34em;
    font-size: 1.875rem;
    /* 133.333% */
    padding: 1.625rem 0.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .fv__section .fv-text__inline {
    font-size: clamp(1.125rem, -0.091rem + 2.53vw, 1.938rem);
  }
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv-text__inline {
    line-height: 1.25;
    letter-spacing: 0.8px;
    padding: 0.25rem 0.5625rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .page-front .fv__section .fv-text__inline {
    padding: 0.125rem 0.5625rem;
  }
}
.page-front .fv__section .splide__pagination {
  bottom: 14.5vw;
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .splide__pagination {
    bottom: 16.5vw;
  }
}
.page-front .fv__section .splide__pagination .splide__pagination__page {
  margin-right: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--white-color);
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .splide__pagination .splide__pagination__page {
    width: 0.3125rem;
    height: 0.3125rem;
    margin-right: 0.375rem;
  }
}
.page-front .fv__section .splide__pagination .splide__pagination__page.is-active {
  background: var(--accent-color);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-front .fv__section .fv-slide-item__wrapper {
  aspect-ratio: 1440/1001;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .page-front .fv__section .fv-slide-item__wrapper {
    aspect-ratio: 375/320;
  }
}
.page-front .fv__section .fv-slide-item__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-front .intro__section {
  padding-top: 0.625rem;
  padding-bottom: calc(23.125rem + 26.0416666667vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-front .intro__section {
    padding-bottom: calc(30.375rem + 26.4vw);
  }
}
@media screen and (max-width: 374px) {
  .page-front .intro__section {
    padding-bottom: calc(21.3125rem + 30.9375vw);
  }
}
.page-front .intro__cont {
  width: 30.5rem;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont {
    margin-top: 12.9375rem;
  }
}
.page-front .intro__cont .deco-intro__img {
  position: absolute;
  z-index: 1;
}
.page-front .intro__cont .deco-intro__img--01 {
  width: 27.430555vw;
  max-width: 24.6875rem;
  aspect-ratio: 395/306;
  top: 3vw;
  left: calc(-1 * (min(27.43vw, 24.6875rem) + 7.5rem));
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .intro__cont .deco-intro__img--01 {
    width: clamp(8.75rem, -10.938rem + 41.02vw, 21.875rem);
    left: calc(-1 * (clamp(8.75rem, -10.938rem + 41.02vw, 21.875rem) + 1rem));
  }
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont .deco-intro__img--01 {
    width: clamp(9.375rem, 48vw, 11.25rem);
    left: -2.5rem;
    top: calc(-1 * clamp(9.375rem, 47.466vw, 11.125rem));
  }
}
.page-front .intro__cont .deco-intro__img--02 {
  width: 18.75vw;
  max-width: 16.875rem;
  aspect-ratio: 270/211;
  top: -1.5vw;
  right: calc(-1 * (min(18.75vw, 16.875rem) + 5.0625rem));
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .intro__cont .deco-intro__img--02 {
    right: calc(-1 * (18.75vw + 1rem));
  }
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont .deco-intro__img--02 {
    width: clamp(7.5rem, 38.4vw, 9rem);
    right: -1.9375rem;
    top: calc(-1 * clamp(7.5rem, 47.3333vw, 8.75rem));
  }
}
.page-front .intro__cont .deco-intro__img--03 {
  width: 17.847222vw;
  max-width: 16.0625rem;
  aspect-ratio: 257/209;
  bottom: calc(-1 * min(22.84722vw, 20.5625rem));
  left: calc(-1 * (min(17.847222vw, 16.0625rem) + 6.9375rem));
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .intro__cont .deco-intro__img--03 {
    left: calc(-1 * (17.847222vw + 1rem));
  }
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont .deco-intro__img--03 {
    width: clamp(6.875rem, 34.1333vw, 8rem);
    left: -1.625rem;
    bottom: calc(-1 * clamp(7.5rem, 36vw, 8.4375rem));
  }
}
.page-front .intro__cont .deco-intro__img--04 {
  width: 21.875vw;
  max-width: 19.6875rem;
  aspect-ratio: 315/211;
  left: 50%;
  bottom: calc(-1 * min(18.61111vw, 16.75rem));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont .deco-intro__img--04 {
    width: clamp(6.875rem, 32vw, 7.5rem);
    bottom: calc(-1 * clamp(12.5rem, 59.4666vw, 13.9375rem));
  }
}
.page-front .intro__cont .deco-intro__img--05 {
  width: 27.430555vw;
  max-width: 24.6875rem;
  aspect-ratio: 395/306;
  bottom: calc(-1 * min(14.93055vw, 13.4375rem));
  right: calc(-1 * (min(29.65277vw, 26.6875rem) + 7.5rem));
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .intro__cont .deco-intro__img--05 {
    right: calc(-1 * (27.430555vw + 1rem));
  }
}
@media screen and (max-width: 767px) {
  .page-front .intro__cont .deco-intro__img--05 {
    width: clamp(9.375rem, 48vw, 11.25rem);
    right: -2.75rem;
    bottom: calc(-1 * clamp(7.5rem, 38.4vw, 9rem));
  }
}
.page-front .intro__lead {
  color: var(--accent-color);
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .intro__lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .page-front .intro__lead {
    font-size: 1.125rem;
  }
}
.page-front .intro__text {
  margin-top: 2.1875rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .intro__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}
.page-front .about__section {
  padding-top: 0.625rem;
  padding-bottom: calc(11.1111111111vw + 6.125rem);
  background-color: #FBFAF6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-front .about__section {
    padding-bottom: calc(11.2vw + 6.25rem);
  }
}
@media screen and (max-width: 374px) {
  .page-front .about__section {
    padding-top: 5rem;
  }
}
.page-front .about__section::before {
  content: "";
  position: absolute;
  background: url("../images/top/bg-about_pc.webp") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1440/379;
  top: -26.0416666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-front .about__section::before {
    background: url("../images/top/bg-about_sp.webp") no-repeat center center/cover;
    aspect-ratio: 375/99;
    top: -25.3333333333vw;
  }
}
.page-front .about__section::after {
  content: "";
  position: absolute;
  background: url("../images/top/deco-about.webp") no-repeat center center/cover;
  width: clamp(11.875rem, -1.696rem + 28.27vw, 23.75rem);
  height: clamp(9.688rem, -1.384rem + 23.07vw, 19.375rem);
  top: calc(-1 * (1.8125rem + clamp(20rem, 18.5rem + 3.13vw, 21.313rem)));
  left: clamp(4.938rem, -0.705rem + 11.76vw, 9.875rem);
}
@media screen and (max-width: 767px) {
  .page-front .about__section::after {
    width: 17.5rem;
    height: 14.25rem;
    top: -17.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 374px) {
  .page-front .about__section::after {
    width: 12.5rem;
    height: 10.1875rem;
    top: -12rem;
  }
}
.page-front .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(-1 * clamp(7.813rem, 5.884rem + 9.64vw, 14.563rem));
  width: 69.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-front .about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: clamp(3.125rem, -0.446rem + 7.44vw, 6.25rem);
  }
}
@media screen and (max-width: 767px) {
  .page-front .about__list {
    margin-top: -1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    width: 35rem;
  }
}
.page-front .about-list__item--rhythmic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-front .about-list__item--rhythmic {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-list__item--rhythmic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .page-front .about-item__box--rhythmic {
    width: 42.1%;
    padding-top: clamp(9.375rem, -12.277rem + 27.04vw, 12.063rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .page-front .about-item__box--rhythmic {
    padding-top: clamp(5rem, 3.571rem + 2.98vw, 6.25rem);
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-item__box--rhythmic {
    display: contents;
  }
}
.page-front .about-item__lead--rhythmic {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__lead--rhythmic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: 2.24px;
  }
}
.page-front .about-item__inline--rhythmic {
  display: block;
  color: var(--accent-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.24px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__inline--rhythmic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: var(--accent-color);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 2.24px;
    margin-top: 1.125rem;
  }
}
.page-front .about-item__title--rhythmic {
  color: var(--accent-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__title--rhythmic {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: var(--accent-color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 2.24px;
    text-align: center;
  }
}
.page-front .about-item__text--rhythmic {
  margin-top: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__text--rhythmic {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 1.625rem;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.78571;
  }
}
.page-front .about-btn--rhythmic {
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--rhythmic {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 1.625rem;
  }
}
.page-front .about-btn--rhythmic a {
  color: var(--white-color);
  font-size: 1.25rem;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 14.0625rem;
  max-width: 100%;
  padding: 1rem;
  border-radius: 3.125rem;
  background: var(--accent-color);
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--rhythmic a {
    font-size: 0.875rem;
    width: 9.375rem;
    padding: 0.625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-front .about-item__img--rhythmic {
    width: 55.41%;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-item__img--rhythmic {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.3125rem;
  }
}
.page-front .about-list__item--piano {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-front .about-list__item--piano {
    width: calc(50% - clamp(4.375rem, -0.696rem + 10.57vw, 8.813rem) / 2);
    gap: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-list__item--piano {
    gap: 1.8125rem;
  }
}
.page-front .about-item__title--piano {
  color: #FF981A;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__title--piano {
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 2.24px;
  }
}
.page-front .about-item__text--piano {
  margin-top: 1.1875rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__text--piano {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.78571;
  }
}
@media screen and (min-width: 768px) {
  .page-front .about-btn--piano {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--piano {
    margin-top: 1.0625rem;
  }
}
.page-front .about-btn--piano a {
  color: var(--white-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 3.125rem;
  background: #FF981A;
  width: 9.375rem;
  max-width: 100%;
  padding: 0.53125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--piano a {
    font-size: 0.875rem;
    width: 9.375rem;
    padding: 0.625rem;
    margin-inline: auto;
  }
}
.page-front .about-list__item--adult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-front .about-list__item--adult {
    width: calc(50% - clamp(4.375rem, -0.696rem + 10.57vw, 8.813rem) / 2);
    gap: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-list__item--adult {
    gap: 1.8125rem;
  }
}
.page-front .about-item__inline--adult {
  display: block;
  color: #79BF4B;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__inline--adult {
    font-size: 0.875rem;
    text-align: center;
  }
}
.page-front .about-item__title--adult {
  color: #79BF4B;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__title--adult {
    font-size: 1.25rem;
    margin-top: 0.3125rem;
    text-align: center;
  }
}
.page-front .about-item__text--adult {
  margin-top: 1.1875rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .about-item__text--adult {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.78571;
  }
}
@media screen and (min-width: 768px) {
  .page-front .about-btn--adult {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--adult {
    margin-top: 1.0625rem;
  }
}
.page-front .about-btn--adult a {
  color: var(--white-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 3.125rem;
  background: #79BF4B;
  width: 9.375rem;
  max-width: 100%;
  padding: 0.53125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-front .about-btn--adult a {
    font-size: 0.875rem;
    width: 9.375rem;
    padding: 0.625rem;
    margin-inline: auto;
  }
}
.page-front .voice__section {
  padding-top: 0;
  padding-bottom: 0.625rem;
  position: relative;
  background: var(--background-color);
}
.page-front .voice__section::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1440/160;
  background: url("../images/top/bg-voice.webp") no-repeat top center/cover;
  top: -10.7638888889vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-front .voice__section::after {
    top: -8vw;
    aspect-ratio: 375/35;
  }
}
@media screen and (max-width: 767px) {
  .page-front .voice__section {
    padding-top: 13.125rem;
    padding-bottom: 2.5rem;
  }
  .page-front .voice__section::before {
    content: "";
    position: absolute;
    background: url("../images/top/deco-voice_sp.webp") no-repeat center center/contain;
    width: 10rem;
    height: 17.125rem;
    top: -6.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-front .voice__section::before {
    width: 10rem;
    height: 17.125rem;
    top: -5.1875rem;
  }
}
.page-front .voice-section__title {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 2.24px;
}
@media screen and (min-width: 768px) {
  .page-front .voice-section__title {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-front .voice-section__title {
    font-size: 1.25rem;
    line-height: 1.68;
    letter-spacing: 2.24px;
  }
}
.page-front .voice-section__lead {
  text-align: center;
  margin-top: 2rem;
  text-align: center;
  font-style: normal;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .voice-section__lead {
    margin-top: 1.8125rem;
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}
.page-front .voice-section-lead__info {
  font-size: 0.875rem;
  line-height: 2.143;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-front .voice-section-lead__info {
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.78571;
  }
}
.page-front .voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
  gap: clamp(2rem, -0.143rem + 4.46vw, 3.875rem);
  width: 67.5rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-front .voice__list {
    margin-top: 2.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.25rem;
    width: 35rem;
  }
}
.page-front .voice-list__item {
  background: var(--white-color);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5%;
}
@media screen and (min-width: 768px) {
  .page-front .voice-list__item {
    width: calc(50% - clamp(2rem, -0.143rem + 4.46vw, 3.875rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .page-front .voice-list__item {
    padding: 1.5rem 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-front .voice-item-img__box {
    width: 27.8%;
  }
}
.page-front .voice-item__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-front .voice-item__img {
    width: 5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__img {
    width: 5rem;
  }
}
.page-front .voice-item__class {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__class {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
.page-front .voice-item__name {
  margin-top: 0.1875rem;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__name {
    margin-top: 0.125rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .page-front .voice-item__box {
    width: 68.7%;
  }
}
.page-front .voice-item__text {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__text {
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}
.page-front .voice-item__btn {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__btn {
    margin-top: 1.5rem;
  }
}
.page-front .voice-item__btn a {
  width: 13.3125rem;
  max-width: 100%;
  padding: 0.5rem;
  border-radius: 3.125rem;
  color: var(--white-color);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .page-front .voice-item__btn a {
    padding: 0.625rem;
    border-radius: 1.875rem;
    font-size: 0.875rem;
    margin-inline: auto;
  }
}
.page-front .voice-item__btn--rhythmic a {
  background: #E5555D;
}
.page-front .voice-item__btn--piano a {
  background: #FF981A;
}
.page-front .blog__section {
  padding-top: 19.58333vw;
  padding-bottom: 3.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section {
    padding-top: 4.375rem;
    padding-bottom: 1.375rem;
  }
}
.page-front .blog__section::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1440/210;
  background: url("../images/top/bg-blog_pc.webp") no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-front .blog__section::before {
    background: url("../images/top/bg-blog_sp.webp") no-repeat center center/cover;
    aspect-ratio: 375/53;
  }
}
.page-front .blog__section .blog__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2.625rem, -0.446rem + 6.4vw, 5.313rem);
  width: 55.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-front .blog__section .blog__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.125rem;
  }
}
.page-front .blog__section .blog-section__title {
  text-align: center;
  padding-bottom: 14.8125rem;
  color: #3F8FD0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 2.24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-front .blog__section .blog-section__title {
    width: 22.346%;
    margin-top: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-section__title {
    padding-bottom: 10.9375rem;
    font-size: 1.25rem;
    line-height: 1.68;
    letter-spacing: 2.24px;
  }
}
.page-front .blog__section .blog-section__title::before {
  content: "";
  position: absolute;
  background: url("../images/top/img-blog.webp") no-repeat center center/contain;
  width: 12.5rem;
  height: 10rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-section__title::before {
    width: 9.375rem;
    height: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .page-front .blog__section .blog-list__wrapper {
    width: 67.2625%;
  }
}
.page-front .blog__section .blog__list {
  border-top: solid 0.0625rem var(--font-color);
}
.page-front .blog__section .blog-list__item {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: solid 0.0625rem var(--font-color);
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-list__item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.page-front .blog__section .blog-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-front .blog__section .date__text {
  color: #999;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  /* 214.286% */
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .date__text {
    font-size: 0.75rem;
    font-style: normal;
    /* 250% */
    width: 3.3125rem;
  }
}
.page-front .blog__section .cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-front .blog__section .cat-item {
  color: var(--white-color);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.3125rem;
  background: var(--accent-color);
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .cat-item {
    font-size: 0.75rem;
  }
}
.page-front .blog__section .blog-item__body {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-item__body {
    margin-top: 0.3125rem;
  }
}
.page-front .blog__section .blog-item__title {
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-item__title {
    font-size: 0.875rem;
    /* 214.286% */
    line-height: 1.5;
  }
}
.page-front .blog__section .blog-more__btn {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-more__btn {
    margin-top: 1.875rem;
  }
}
.page-front .blog__section .blog-more__btn a {
  width: 10.3125rem;
  max-width: 100%;
  padding: 0.53125rem;
  color: var(--white-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 3.125rem;
  background: #3F8FD0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-front .blog__section .blog-more__btn a {
    margin-inline: auto;
    width: 8.75rem;
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}
.page-front .page-bottom-slider__cont {
  padding-top: 4rem;
  padding-bottom: calc(11.1111111111vw + 6.25rem);
}
@media screen and (max-width: 767px) {
  .page-front .page-bottom-slider__cont {
    padding-top: 1.5rem;
    padding-bottom: calc(11.7333333333vw + 6.625rem);
  }
}
.page-front .page-bottom-slider__cont .slide__img {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .page-front .page-bottom-slider__cont .slide__img {
    width: 16.25rem;
  }
}
.page-front .page-bottom-slider__cont .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}