@charset "UTF-8";

/* ==================
layout
=================== */

/* LP本体 */
.l-lp {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}

.l-lp__bg {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}

.l-lp__bg img {
  object-fit: cover;
}

.l-lp__bg.bg01 {
  width: 36.67361111vw;
  aspect-ratio: 528/438;
  top: 5.20833333vw;
  left: 2.63888889vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg01 {
    width: 140.8vw;
    aspect-ratio: 528/438;
    top: 53.6vw;
    left: -27.2vw;
  }
}

.l-lp__bg.bg02 {
  width: 43.24861111vw;
  aspect-ratio: 623/578;
  top: -17vw;
  left: -1vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg02 {
    width: 166.13333333vw;
    aspect-ratio: 623/578;
    top: -35vw;
    left: -44vw;
  }
}

.l-lp__bg.bg03 {
  width: 33vw;
  aspect-ratio: 404/454;
  top: -4.5vw;
  left: -11vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg03 {
    width: 107.73333333vw;
    aspect-ratio: 404/454;
    top: 30vw;
    left: -60vw;
  }
}

.l-lp__bg.bg04 {
  width: 9.30555556vw;
  aspect-ratio: 133/137;
  top: 38.5vw;
  left: 16.28333333vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg04 {
    width: 31.73333333vw;
    aspect-ratio: 133/137;
    top: 176vw;
    left: 24.53333333vw;
  }
}

.l-lp__bg.bg05 {
  width: 8.5vw;
  aspect-ratio: 74/91;
  top: 47vw;
  left: 9.5vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg05 {
    width: 32.64vw;
    aspect-ratio: 74/91;
    top: 210vw;
    left: 2vw;
  }
}

.l-lp__bg.bg06 {
  width: 8vw;
  aspect-ratio: 40/46;
  top: 57vw;
  left: 17vw;
}

@media (max-width: 767px) {
  .l-lp__bg.bg06 {
    width: 30.72vw;
    aspect-ratio: 40/46;
    top: 244vw;
    left: 22vw;
  }
}

.l-lp__bg.bg07 {
  width: 208.05555556vw;
  aspect-ratio: 2996/2827;
  top: 92.5vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .l-lp__bg.bg07 {
    width: 798.93333333vw;
    top: 469.6vw;
  }
}

.l-lp__bg.bg07 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* セクション基本 */
.l-section {
  width: 100%;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
    position: relative;
}

@media (max-width: 767px) {
  .l-section {
    padding-inline: 1.25rem;
  }
}

.l-section.last {
  padding-bottom: 7.5rem;
}

/* セクションインナー基本 */
.l-section__inner {
  width: 100%;
  max-width: 1000px;
    position: relative;
}

.l-section__inner.wide {
  width: 100%;
  max-width: 1300px;
}

.l-section__inner.gap50 {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

@media (max-width: 767px) {
  .l-section__inner.gap50 {
    gap: 2.5rem;
  }
}

.l-section__inner.gap80 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media (max-width: 767px) {
  .l-section__inner.gap80 {
    gap: 2.5rem;
  }
}

.l-section__inner.center {
  align-items: center;
}

@media (max-width: 767px) {
  .l-section__inner.center {
    align-items: flex-start;
  }
}

/* ==================
components
=================== */

/* ボタン基本 */
.c-button {
  padding: 1rem 1.5rem;
  border: 1px solid #333333;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.c-button.high {
  padding-block: 1.25rem;
}

.c-button.wide {
  min-width: 15.625rem;
  justify-content: space-between;
}

.c-button:hover {
  opacity: 0.8;
}

.c-button span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.c-button span.tall {
  line-height: 1.5;
}

.c-button img {
  width: 0.75rem;
}

.c-button.small {
  padding: 0.75rem 1.5rem;
}

@media (max-width: 767px) {
  .c-button.sp-long {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
}

/* ボタン黒 */
.c-button.col-black {
  background-color: #333333;
}
.c-button.col-black span {
  color: #ffffff;
}

/* ボタン白 */
.c-button.col-white {
  background-color: transparent;
}

.c-button.col-white span {
  color: #333333;
}

.c-button.col-gray {
  background-color: transparent;
  border: 1px solid #666666;
  gap: 1.875rem;
}

.c-button.col-gray span {
  color: #666666;
}

/* タイトルh2 */
.c-title.h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  background-color: transparent;
}

@media (max-width: 767px) {
  .c-title.h2 {
    line-height: 1.5;
    font-size: 2rem;
  }
}

/* ==================
project
=================== */

/* ヘッダー */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3.125rem;
  z-index: 100;
}

.p-header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 表示状態 */
.p-header.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .p-header {
    padding: 1rem 1.25rem;
  }
}

.p-header__left--logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.p-header__left--logo:hover {
  opacity: 0.7;
}

.p-header__left--logo img {
  width: 2.875rem;
}

.p-header__left--logo .text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
}

.p-header__left--logo .text-wrap .name-ja {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.7rem;
  color: #333333;
  text-align: center;
  margin-right: -0.7rem;
}

.p-header__left--logo .text-wrap .name-en {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.075rem;
  color: #666666;
  text-align: center;
  margin-right: -0.075rem;
  margin-left: -0.075rem;
}

.p-header__right--menu .menu-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-header__right--menu .menu-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-header__right--menu .menu-list li img {
  width: 1rem;
}

.p-header__right--menu .menu-list li .menu-item {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  transition: all 0.3s ease;
}

.p-header__right--menu .menu-list li .menu-item:hover {
  opacity: 0.8;
}

.p-menu {
  position: relative;
  width: 3rem;
  height: 3rem;
}

.p-menu__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.84375rem;
  height: 1.3125rem;
}

.p-menu__icon--bar1,
.p-menu__icon--bar2,
.p-menu__icon--bar3 {
  position: absolute;
  width: 1.84375rem;
  height: 0.0625rem;
  background: #333333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-menu__icon--bar1 {
  top: 0;
}

.p-menu__icon--bar2 {
  top: 0.625rem;
}

.p-menu__icon--bar3 {
  top: 1.25rem;
}

.p-menu.is-active .p-menu__icon--bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.p-menu.is-active .p-menu__icon--bar2 {
  display: none;
}

.p-menu.is-active .p-menu__icon--bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

/* ドロワー */
.p-drawer {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  height: auto;
  max-height: 100svh;
  overflow-y: scroll;
}

.p-drawer.menu-open {
  z-index: 50;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.p-drawer__wrap {
  padding: 7.5rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
}

.p-drawer__nav .menu-list {
  padding-inline: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.p-drawer__nav .menu-list {
  font-size: 1rem;
  font-weight: 700;
}

.p-drawer__nav .menu-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333333;
}

.p-drawer__nav .menu-list li img {
  width: 1rem;
}

/* ファーストビュー */
.p-fv {
  width: 100%;
  position: relative;
    background-color: #ffffff;
}

.p-fv__body {
  padding-top: 6.25rem;
  padding-bottom: 9.875rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7.625rem;
    position: relative;
}

@media (max-width: 767px) {
  .p-fv__body {
    padding-top: 5.25rem;
    padding-bottom: 7rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.875rem;
  }
}

.p-fv__title {
  padding-bottom: 8.75rem;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
  .p-fv__title {
    padding-bottom: 0;
    padding-inline: 1.25rem;
  }
}

.p-fv__title hgroup {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width : 767px) {
  .p-fv__title hgroup {
  gap: 1.875rem;
}
}

.p-fv__title hgroup span {
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #ffffff;
}

.p-fv__title hgroup h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

.p-fv__img {
  width: 58.33333333vw;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .p-fv__img {
    width: 84.61538462vw;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

.p-fv__img img {
  border-radius: 1.25rem 0 0 1.25rem;
  aspect-ratio: 840/580;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-fv__img img {
    width: 100%;
    aspect-ratio: 330/460;
    max-height: 53.35365854svh;
  }
}

/* メッセージ */
.p-message {
  padding-block: 5rem;
  padding-right: 4.86111111rem;
  position: relative;
    background-color: #ffffff;
}

@media (min-width: 1500px) {
  .p-message {
    padding-right: 0;
    padding-left: 8rem;
  }
}

@media (max-width: 1239px) {
  .p-message {
    padding-inline: 2rem;
  }
}

@media (max-width: 767px) {
  .p-message {
    padding: 0;
  }
}

.p-message__inner {
  display: flex;
  justify-content: flex-end;
  gap: 3.25rem;
  position: relative;
  z-index: 5;
}

@media (min-width: 1500px) {
  .p-message__inner {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .p-message__inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-message__text {
  width: 28.75rem;
}

@media (max-width: 767px) {
  .p-message__text {
    width: 100%;
    padding: 5rem 1.875rem;
  }
}

.p-message__text .text-title {
  background-color: transparent;
  color: #333333;
  margin-bottom: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.p-message__text .text-message {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.p-message__text .text-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.p-message__text .text-name .name-meta {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03125em;
}

.p-message__text .text-name .name-name {
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.275rem;
}

.p-message__img {
  width: 26.9375rem;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .p-message__img {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
  }
}

.p-message__img img {
  display: block;
  object-fit: cover;
  object-position: center center;
}

.p-message__img .img01 {
  width: 18.75rem;
  margin-bottom: 3.875rem;
  aspect-ratio: 300/270;
}

@media (max-width: 767px) {
  .p-message__img .img01 {
    width: 14.375rem;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
}

.p-message__img .img02 {
  width: 13.75rem;
  aspect-ratio: 220/170;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .p-message__img .img02 {
    width: 13.75rem;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.p-message__img .img03 {
  width: 11.875rem;
  margin-right: auto;
  margin-left: 2.6875rem;
  aspect-ratio: 190/274;
}

@media (max-width: 767px) {
  .p-message__img .img03 {
    width: 8rem;
    margin-right: 2.3125rem;
    margin-left: auto;
  }
}

/* プロフィール */
.p-profile {
  width: 100%;
    background-color: #ffffff;
}

.p-profile__title {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
    position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .p-profile__title {
    gap: 0.625rem;
  }
}

.p-profile__title--en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-profile__title--en p {
  color: #999999;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Cinzel";
}

.p-profile__overview {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 16.25rem 1fr;
  grid-template-areas:
    "photo head"
    "photo body"
    "photo cta";
      position: relative;
  z-index: 5;
}

.p-ov__photo {
  grid-area: photo;
}
.p-ov__head {
  grid-area: head;
}
.p-ov__body {
  grid-area: body;
}
.p-ov__cta {
  grid-area: cta;
}

.p-ov__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 260/300;
  border-radius: 1.25rem;
}

.p-ov__meta {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
}
.p-ov__name {
  display: flex;
  align-items: center;
}
.p-ov__ja {
  font-size: 2rem;
  letter-spacing: 0.15625em;
}
.p-ov__en {
  margin-left: 1.875rem;
  font-size: 1rem;
  letter-spacing: 0.3125em;
}

.p-ov__body p {
  line-height: 1.7;
  letter-spacing: 0.03125rem;
}

.p-ov__cta {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.p-ov__ctaText {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-ov__ctaText p {
  font-size: 1rem;
  line-height: 2;
  color: #666666;
}

@media (max-width: 767px) {
  .p-profile__overview {
    gap: 2.5rem 1rem;

    grid-template-columns: 8.125rem 1fr;
    grid-template-areas:
      "photo head"
      "body  body"
      "cta   cta";
  }

  .p-ov__meta {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .p-ov__name {
    display: block;
  }
  .p-ov__ja {
    line-height: 1.7;
  }
  .p-ov__en {
    font-size: 0.875rem;
    margin-left: 0;
    line-height: 2;
    letter-spacing: 0.28571429em;
  }

  .p-ov__cta {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
}

.p-profile__detail {
  display: flex;
  gap: 2.5rem;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .p-profile__detail {
    flex-direction: column;
  }
}

.p-profile__detail .detail-wrap {
  width: calc((100% - 2.5rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .p-profile__detail .detail-wrap {
    width: 100%;
  }
}

.p-profile__detail .detail-block {
  display: flex;
  flex-direction: column;
}

.p-profile__detail .detail-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

.p-profile__detail .detail-title img {
  width: 1.125rem;
  display: block;
}

.p-profile__detail .detail-title .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  font-family: "Shippori Mincho", serif;
}

.p-profile__detail .detail-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
}

.p-profile__detail .detail-text li {
  font-size: 1rem;
  line-height: 2;
  padding-left: 0.5rem;
  position: relative;
}

.p-profile__detail .detail-text li.link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .p-profile__detail .detail-text li.link {
    margin-right: -0.75rem;
  }
}

.p-profile__detail .detail-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% + 2px);
  background-color: #cccccc;
}

.p-profile__detail .detail-text a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: #333333;
}

.p-profile__detail .detail-text a:hover {
  opacity: 0.8;
  color: #333333;
}

@media (max-width: 767px) {
  .p-profile__detail .detail-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
  }

  .p-profile__detail .acc-icon {
    margin-left: auto;
    margin-right: 0.375rem;
    width: 1rem;
    height: 1rem;
    position: relative;
    flex: 0 0 auto;
  }
  .p-profile__detail .acc-icon::before,
  .p-profile__detail .acc-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0.625rem;
    height: 1px;
    background: #666666;
  }
  .p-profile__detail .acc-icon::after {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }

  .p-profile__detail .detail-title[aria-expanded="true"] .acc-icon::after {
    transform: rotate(0deg);
  }

  .p-profile__detail .detail-body {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.35s ease;
  }

  .p-profile__detail .detail-body.is-collapsed {
    max-height: 0;
  }
}

@media (max-width: 767px) {
  .p-profile__detail .js-acc-btn {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
  }

  .p-profile__detail .js-acc-btn:focus {
    outline: none;
  }

  .p-profile__detail .js-acc-btn:focus-visible {
    outline: 2px solid #999;
    outline-offset: 4px;
  }

  .p-profile__detail .js-acc-btn .h3 {
    -webkit-font-smoothing: antialiased;
  }
}

/* サービス */
.p-service {
  width: 100%;
    background-color: #ffffff;
}

.p-service__title {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .p-service__title {
    gap: 0.625rem;
  }
}

.p-service__title--en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-service__title--en p {
  color: #999999;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Cinzel";
}

.p-service__text p {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-service__card .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.125rem;
  }

  .p-service__card--item.swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .p-service__card--item .ite-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-service__card .swiper-wrapper {
    display: flex;
  }

  .p-service__card--item {
    width: auto;
  }

  .p-service .swiper-pagination {
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }

  .p-service .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 99px;
    background-color: #cccccc;
    margin-inline: 0.5rem !important;
    opacity: 1;
  }

  .p-service .swiper-pagination-bullet-active {
    background-color: #333333;
  }
}

@media (max-width: 767px) {
  .p-service__card {
    --sp-peek-pad: 20px;

    width: calc(100% + var(--sp-peek-pad) - 1px);
    margin-right: calc(var(--sp-peek-pad) * -1);
    overflow: visible;
  }
}

.p-service__card--item .item-img {
  margin-bottom: 1.25rem;
  width: 100%;
  aspect-ratio: 300/200;
}

.p-service__card--item .item-img img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-service__card--item .item-num {
  margin-bottom: 0.25rem;
}

.p-service__card--item .item-num p {
  font-family: "Cinzel";
  color: #999999;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.11111111em;
}

.p-service__card--item .item-title {
  margin-bottom: 0.25rem;
}

.p-service__card--item .item-title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.p-service__card--item .item-text p {
  line-height: 2;
}

.p-service__card--item .item-button {
  margin-top: 1.25rem;
}

/* レッスン */
/* .p-lesson {
  background-color: #f6f6f6;
} */

.p-lesson__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .p-lesson__title {
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-lesson__title--en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-lesson__title--en p {
  color: #999999;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Cinzel";
}

.p-lesson__text {
  text-align: center;
}

@media (max-width: 767px) {
  .p-lesson__text {
    text-align: left;
  }
}

.p-lesson__text p {
  font-size: 1rem;
  line-height: 2;
}

.p-lesson__card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-lesson__card .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }

  .p-lesson__card--item.swiper-slide {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .p-lesson__card .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }

  .p-lesson__card--item.swiper-slide {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-lesson__card .swiper-wrapper {
    display: flex;
  }

  .p-lesson__card--item {
    width: auto;
  }

  .p-lesson .swiper-pagination {
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }

  .p-lesson .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 99px;
    background-color: #cccccc;
    margin-inline: 0.5rem !important;
    opacity: 1;
  }

  .p-lesson .swiper-pagination-bullet-active {
    background-color: #333333;
  }
}

@media (max-width: 767px) {
  .p-lesson__card {
    --sp-peek-pad: 20px;

    width: calc(100% + var(--sp-peek-pad) - 1px);
    margin-right: calc(var(--sp-peek-pad) * -1);
    overflow: visible;
  }
}

.p-lesson__card--item .item-img {
  width: 100%;
  margin-bottom: 1.5rem;
  aspect-ratio: 300/200;
}

.p-lesson__card--item .item-img img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
  object-position: center center;
}

.p-lesson__card--item .item-title {
  margin-bottom: 0.625rem;
}

.p-lesson__card--item .item-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-lesson__card--item .item-price {
  margin-bottom: 0.625rem;
}

.p-lesson__card--item .item-price p {
  font-size: 1rem;
  color: #666666;
  line-height: 2;
}

.p-lesson__card--item .item-price .small {
  font-size: 0.75rem;
}

.p-lesson__card--item .item-text {
  margin-bottom: 0.625rem;
  min-height: 4.5rem;
}

.p-lesson__card--item .item-caption {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-lesson__card--item .item-caption p {
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  color: #666666;
  position: relative;
}

.p-lesson__card--item .item-caption p::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% - 0.5rem);
  background-color: #cccccc;
}

.p-lesson__button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* フッター */
.p-footer {
  width: 100%;
}

.p-footer__top {
  width: 100%;
  background-color: #edece8;
  padding: 7.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

@media (max-width: 767px) {
  .p-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    padding: 3.125rem 1.125rem;
  }
}

.p-footer__top--left {
  max-width: 400px;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .p-footer__top--left {
    width: 100%;
    max-width: 100%;
  }
}

.p-footer__top--left .name .name-title {
  font-size: 0.875rem;
  color: #666666;
}

@media (max-width: 767px) {
  .p-footer__top--left .name .name-title {
    font-size: 0.75rem;
  }
}

.p-footer__top--left .name .name-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .p-footer__top--left .name .name-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.p-footer__top--left .name .name-wrap .ja {
  font-size: 2rem;
  letter-spacing: 0.29rem;
}

.p-footer__top--left .name .name-wrap .en {
  font-size: 1rem;
  letter-spacing: 0.29rem;
}

.p-footer__top--left .address {
  font-size: 1rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-footer__top--left .address {
    line-height: 2;
  }
}

.p-footer__top--left .sns {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.p-footer__top--left .sns-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-footer__top--left .sns {
    gap: 1.25rem;
  }
}

.p-footer__top--left .sns .sns-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media (max-width: 767px) {
  .p-footer__top--left .sns .sns-left {
    gap: 0.625rem;
  }
}

.p-footer__top--left .sns .sns-left .text {
  font-size: 0.875rem;
  line-height: 2;
}

.p-footer__top--left .sns .sns-right {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.p-footer__top--left .sns .sns-right a {
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.p-footer__top--left .sns .sns-right a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .p-footer__top--left .sns .sns-right {
    gap: 1.25rem;
  }
}

.p-footer__top--left .sns .sns-right a img {
  height: 2rem;
}

@media (max-width: 767px) {
  .p-footer__top--left .sns .sns-right a img {
    height: 1.5rem;
  }
}

.p-footer__top--right {
  max-width: 500px;
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .p-footer__top--right {
    width: 100%;
    max-width: 100%;
  }
}

.p-footer__top--right .right-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-footer__top--right .right-bg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-footer__top--right .right-inner {
  position: relative;
  padding: 2.25rem 1.875rem;
}

@media (max-width: 767px) {
  .p-footer__top--right .right-inner {
    padding: 2.2rem 1.25rem;
  }
}

.p-footer__top--right .right-title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.27272727;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-footer__top--right .right-title {
    margin-bottom: 0.625rem;
  }
}

.p-footer__top--right .right-text {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.03571429em;
}

@media (max-width: 767px) {
  .p-footer__top--right .right-text {
    margin-bottom: 1.25rem;
  }
}

.p-footer__bottom {
  padding: 1.125rem;
  background-color: #cccccc;
  text-align: center;
}

.p-footer__bottom .copyright {
  font-size: 0.875rem;
  font-style: normal;
}

/* ==================
utility
=================== */

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}

@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.text-trim {
  text-box: trim-both cap alphabetic;
}

/* アニメーション関連 */

/* 初期は隠す（bgは全部隠す） */
.l-lp__bg.bg01,
.l-lp__bg.bg02,
.l-lp__bg.bg03,
.l-lp__bg.bg04,
.l-lp__bg.bg05,
.l-lp__bg.bg06,
.p-fv__title hgroup > span,
.p-fv__title h1,
.p-fv__img {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

/* is-loaded で出すのは bg01〜03 だけ */
body.is-loaded .l-lp__bg.bg01,
body.is-loaded .l-lp__bg.bg02,
body.is-loaded .l-lp__bg.bg03,
body.is-loaded .p-fv__title hgroup > span,
body.is-loaded .p-fv__title h1,
body.is-loaded .p-fv__img {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールで出す（bg04〜06） */
.l-lp__bg.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* テキスト */
body.is-loaded .p-fv__title hgroup > span {
  transition-delay: 0.2s;
}
body.is-loaded .p-fv__title h1 {
  transition-delay: 0.2s;
}

/* 背景：少しずつ */
body.is-loaded .l-lp__bg.bg01 {
  transition-delay: 0.8s;
}
body.is-loaded .l-lp__bg.bg02 {
  transition-delay: 2s;
}
body.is-loaded .l-lp__bg.bg03 {
  transition-delay: 3.2s;
}

/* 画像スライダー */
body.is-loaded .p-fv__img {
  transition-delay: 4.4s;
}

@media (prefers-reduced-motion: reduce) {
  .l-lp__bg.bg01,
  .l-lp__bg.bg02,
  .l-lp__bg.bg03,
  .p-fv__title hgroup > span,
  .p-fv__title h1,
  .p-fv__img {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* 初期状態 */
.js-reveal,
.js-reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 表示 */
.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 体感を軽くしたいなら */
@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .js-reveal-item {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
