@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

body {
  color: #4c4c4c;
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F3F2;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-padding-before: clamp(3.4375rem, -3.5267857143rem + 14.5089285714vw, 9.53125rem);
            padding-block-start: clamp(3.4375rem, -3.5267857143rem + 14.5089285714vw, 9.53125rem);
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: inherit;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-section {
  position: relative;
}

.c-btn {
  font-weight: 500;
  line-height: 200%;
  padding-block: 8px;
  border-radius: 100px;
  border: 1px solid #ED86B3;
  padding-inline: 47px;
  position: relative;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    right: -48px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow.png) no-repeat center center/contain;
  width: 45px;
  height: 10px;
  top: calc(50% - 8px);
  right: -20px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-week-theme {
  padding-top: 14px;
  padding-right: 12px;
  padding-left: 5px;
  padding-bottom: 36px;
  border-radius: 0 8px 0 0;
  background: #f5f3f2;
  bottom: -1px;
  width: 94%;
  z-index: 10;
}
.c-week-theme.--sp {
  background: #fff;
  border-radius: 8px;
  margin-inline: auto;
  margin-top: -40px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-week-theme.--sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-week-theme {
    position: absolute;
    border-radius: 0 20px 0 0;
    width: 38.8%;
    padding-top: clamp(0.75rem, -0.0357142857rem + 1.6369047619vw, 1.4375rem);
    padding-bottom: clamp(0.75rem, -0.0357142857rem + 1.6369047619vw, 1.4375rem);
    padding-left: 20px;
    padding-right: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    bottom: 58px;
    left: 0;
  }
}

.c-week-theme__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  gap: 12px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .c-week-theme__name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 6px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .c-week-theme__content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-week-theme__week {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-week-theme__week {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}

.c-week-theme__name {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-week-theme__name {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
  .c-week-theme__name::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.c-week-theme__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}
@media (min-width: 768px) {
  .c-week-theme__content {
    gap: 13px;
  }
}

.c-week-theme__content-image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-week-theme__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-week-theme__content-image {
    width: clamp(3rem, 0rem + 6.25vw, 5.625rem);
    height: clamp(3rem, 0rem + 6.25vw, 5.625rem);
  }
}

.c-week-theme__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 768px) {
  .c-week-theme__text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}

.c-title {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    letter-spacing: 1.2px;
  }
}

.c-title__sub {
  position: absolute;
  font-family: "Alata", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 64%;
  top: -48px;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    left: 50%;
    translate: -50%;
  }
}
@media (min-width: 768px) {
  .c-title__sub {
    left: 0;
    top: -70px;
    font-size: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
  }
}

.c-title__sub-large {
  font-size: 64px;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .c-title__sub-large {
    font-size: clamp(5rem, 3.5714285714rem + 2.9761904762vw, 6.25rem);
  }
}

.p-top-about__title-sub-large {
  font-size: 64px;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-top-about__title-sub-large {
    font-size: clamp(5rem, 3.5714285714rem + 2.9761904762vw, 6.25rem);
  }
}

.c-side-menu {
  position: absolute;
  z-index: 1;
  top: clamp(6.25rem, -9.4642857143rem + 32.7380952381vw, 20rem);
  left: clamp(0.375rem, -0.3392857143rem + 1.4880952381vw, 1rem);
  width: 55px;
  height: 205px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-side-menu {
    display: none;
  }
}

.c-side-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-side-menu__list {
  margin-inline: auto;
}

.c-side-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.c-side-menu__link img {
  width: clamp(2rem, 1.2857142857rem + 1.4880952381vw, 2.625rem);
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .c-side-menu__link:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .c-side-menu__link:hover .c-side-menu__link-text {
    color: #ED86B3;
  }
}

.c-side-menu__link-text {
  font-size: clamp(0.5rem, 0.2857142857rem + 0.4464285714vw, 0.6875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-cta-menu {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .c-cta-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
    left: unset;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    gap: 14px;
  }
}

.c-cta-menu__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding-block: 11px;
  padding-inline: 20px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-cta-menu__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-radius: 16px 0 0 16px;
  }
}
.c-cta-menu__btn svg {
  width: 21px;
}
@media (min-width: 768px) {
  .c-cta-menu__btn svg {
    width: 21px;
    height: 22.5px;
  }
}
@media (any-hover: hover) {
  .c-cta-menu__btn:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0.8;
  }
}

.--member {
  background: #fff;
  color: #ED86B3;
  font-weight: 500;
}

.c-cta-menu__btn-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: inline;
}
@media (min-width: 768px) {
  .c-cta-menu__btn-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.c-cta-menu__btn-text-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}

.--try {
  background: #ED86B3;
  color: #fff;
}

.c-page-title {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .c-page-title {
    margin-top: 130px;
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    padding-bottom: 10px;
  }
}
.c-page-title::before {
  content: "";
  position: absolute;
  background: #ED86B3;
  width: 100px;
  height: 2px;
  z-index: -1;
  left: 50%;
  translate: -50%;
  bottom: 0;
}
@media (min-width: 768px) {
  .c-page-title::before {
    width: 135px;
  }
}

.c-sakura {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sakura li {
  width: 100px;
  position: absolute;
  list-style: none;
  top: -50px;
  -webkit-animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .c-sakura li {
    width: 40px;
  }
}
.c-sakura li:nth-of-type(2) {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(2) {
    width: 25px;
  }
}
.c-sakura li:nth-of-type(3) {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(3) {
    width: 20px;
  }
}
.c-sakura li:nth-of-type(4) {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(4) {
    width: 25px;
  }
}
.c-sakura li:nth-of-type(5) {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(5) {
    width: 25px;
  }
}
.c-sakura li:nth-of-type(6) {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(6) {
    width: 20px;
  }
}
.c-sakura li:nth-of-type(7) {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(7) {
    width: 15px;
  }
}
.c-sakura li:nth-of-type(8) {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(8) {
    width: 20px;
  }
}
.c-sakura li:nth-of-type(9) {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(9) {
    width: 15px;
  }
}
.c-sakura li:nth-of-type(10) {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(10) {
    width: 20px;
  }
}
.c-sakura li:nth-of-type(11) {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(11) {
    width: 10px;
  }
}
.c-sakura li:nth-of-type(12) {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(12) {
    width: 30px;
  }
}
.c-sakura li:nth-of-type(13) {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(13) {
    width: 20px;
  }
}
.c-sakura li:nth-of-type(14) {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(14) {
    width: 40px;
  }
}
.c-sakura li:nth-of-type(15) {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(15) {
    width: 40px;
  }
}
.c-sakura li:nth-of-type(16) {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(16) {
    width: 60px;
  }
}
.c-sakura li:nth-of-type(17) {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(17) {
    width: 50px;
  }
}
.c-sakura li:nth-of-type(18) {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(18) {
    width: 45px;
  }
}
.c-sakura li:nth-of-type(19) {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-sakura li:nth-of-type(19) {
    width: 50px;
  }
}

.c-sakura li img {
  width: 100%;
}

@-webkit-keyframes fall {
  0% {
    top: -50px;
    right: 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 120%;
    left: 0;
    opacity: 0;
  }
}

@keyframes fall {
  0% {
    top: -50px;
    right: 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 120%;
    left: 0;
    opacity: 0;
  }
}
@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-80deg) rotateX(180deg);
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-80deg) rotateX(180deg);
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.c-sakura li:nth-child(1) {
  left: 0;
  -webkit-animation: fall 3s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(2) {
  left: 5vw;
  -webkit-animation: fall 3.5s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 3.5s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(3) {
  left: 15vw;
  -webkit-animation: fall 7.5s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
          animation: fall 7.5s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(4) {
  left: 30vw;
  -webkit-animation: fall 4s linear infinite, rotate2 4s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate2 4s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(5) {
  left: 40vw;
  -webkit-animation: fall 3s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(6) {
  left: 55vw;
  -webkit-animation: fall 5s linear infinite, rotate2 3s ease-in-out infinite alternate;
          animation: fall 5s linear infinite, rotate2 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(7) {
  left: 25vw;
  -webkit-animation: fall 3s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(8) {
  left: 50vw;
  -webkit-animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(9) {
  left: 10vw;
  -webkit-animation: fall 3s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(10) {
  left: 0;
  -webkit-animation: fall 3s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(11) {
  left: 20vw;
  -webkit-animation: fall 5s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 5s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(12) {
  left: 17vw;
  -webkit-animation: fall 7s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(13) {
  left: 28vw;
  -webkit-animation: fall 4s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(14) {
  left: 60vw;
  -webkit-animation: fall 4s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(15) {
  left: 8vw;
  -webkit-animation: fall 3s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(16) {
  left: 17vw;
  -webkit-animation: fall 3.5s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: fall 3.5s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(17) {
  left: 50vw;
  -webkit-animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(18) {
  left: 70vw;
  -webkit-animation: fall 3s linear infinite, rotate1 1.5s ease-in-out infinite alternate;
          animation: fall 3s linear infinite, rotate1 1.5s ease-in-out infinite alternate;
}

.c-sakura li:nth-child(19) {
  left: 28vw;
  -webkit-animation: fall 5.5s linear infinite, rotate1 2.5s ease-in-out infinite alternate;
          animation: fall 5.5s linear infinite, rotate1 2.5s ease-in-out infinite alternate;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED86B3;
  border-radius: 0 0 70px 70px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: translate 0.6s ease;
  transition: translate 0.6s ease;
}
.c-loading.js-loading-end {
  translate: 0 -100%;
}

.c-loading__inner {
  position: relative;
}

.c-loading__image {
  width: 155px;
  aspect-ratio: 331/300;
}
@media (min-width: 768px) {
  .c-loading__image {
    width: 331px;
    height: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 331/300;
  }
}
.c-loading__image img {
  -webkit-box-shadow: -2px -4px 4px 0 rgba(0, 0, 0, 0.2), 2px 4px 4px 0 rgba(255, 255, 255, 0.2);
          box-shadow: -2px -4px 4px 0 rgba(0, 0, 0, 0.2), 2px 4px 4px 0 rgba(255, 255, 255, 0.2);
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-header {
    background: #F5F3F2;
    padding-inline: clamp(1.875rem, 0.2321428571rem + 3.4226190476vw, 3.3125rem);
  }
}
.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 1fr;
  padding-block: 11px;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-header__inner {
    grid-template-columns: clamp(9.375rem, -1.3392857143rem + 22.3214285714vw, 18.75rem) 1fr;
    gap: clamp(0.875rem, -0.125rem + 2.0833333333vw, 1.75rem);
    padding-top: clamp(0.5rem, -0.6428571429rem + 2.380952381vw, 1.5rem);
    padding-bottom: clamp(0.5rem, -0.6428571429rem + 2.380952381vw, 1.5rem);
  }
}

.p-header__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  justify-self: end;
  padding-right: 36px;
}
@media (min-width: 768px) and (min-width: 1025px) {
  .p-header__link-wrap {
    display: none;
  }
}

.p-header__link-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-header__link-btn-text {
  font-size: 8px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.875rem, -0.125rem + 2.0833333333vw, 1.75rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: clamp(2.5rem, 0.3571428571rem + 4.4642857143vw, 4.375rem);
     -moz-column-gap: clamp(2.5rem, 0.3571428571rem + 4.4642857143vw, 4.375rem);
          column-gap: clamp(2.5rem, 0.3571428571rem + 4.4642857143vw, 4.375rem);
  padding-right: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
}
.p-header__list-top li a {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media (any-hover: hover) {
  .p-header__list-top li a:hover {
    color: #ED86B3;
  }
  .p-header__list-top li a:hover .icon-column svg {
    fill: #ED86B3;
  }
  .p-header__list-top li a:hover .icon-column svg path {
    stroke: #ED86B3;
    fill: #ED86B3;
  }
  .p-header__list-top li a:hover svg path {
    stroke: #ED86B3;
  }
}
.p-header__list-top li a.--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-top: 6px;
}
.p-header__list-top li a.--icon .icon-column {
  width: 32px;
  height: 27px;
}
.p-header__list-top li a.--icon .icon-news {
  width: 22px;
  height: 28px;
}
.p-header__list-top li a.--icon .icon-tel {
  width: 25px;
  height: 25px;
}
.p-header__list-top li a.--tel {
  font-size: clamp(1.375rem, 1.2321428571rem + 0.2976190476vw, 1.5rem);
  font-weight: 700;
  line-height: 80%;
  text-align: end;
}
.p-header__list-top li a.--tel .--sub {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 100%;
}
.p-header__list-top li a.--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.p-header__list-top li a.--btn span {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.p-header__list-top img {
  width: 36px;
  height: 36px;
}

.p-header__list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.p-header__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0rem, -5rem + 10.4166666667vw, 4.375rem);
     -moz-column-gap: clamp(0rem, -5rem + 10.4166666667vw, 4.375rem);
          column-gap: clamp(0rem, -5rem + 10.4166666667vw, 4.375rem);
  padding-right: clamp(0rem, -1.2857142857rem + 2.6785714286vw, 1.125rem);
}
.p-header__list-bottom li a {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 500;
  line-height: normal;
}
@media (any-hover: hover) {
  .p-header__list-bottom li a:hover {
    color: #ED86B3;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 21px;
  right: 16px;
  width: 26px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    top: clamp(1rem, -2.75rem + 7.81vw, 2.25rem);
    width: 32px;
    height: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1.5px;
  background: #ED86B3;
}
@media (min-width: 768px) {
  .p-drawer__icon--bar {
    height: 2px;
  }
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 50deg;
  translate: 0 7.25px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    translate: 0 9px;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -50deg;
  translate: 0 -7.25px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    translate: 0 -9px;
  }
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 94.6%;
  height: 100vh;
  height: 100svh;
  background: #ED86B3;
  border-radius: 40px 0 0 40px;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 60px 40px;
  padding-left: 27px;
  padding-right: 27px;
  color: #fff;
}
@media (min-width: 768px) {
  .p-drawer__body {
    padding-top: 120px;
    padding-left: 100px;
  }
}

.p-drawer__list-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  padding-left: 20px;
}
.p-drawer__list-main li a {
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-drawer__list-main li a {
    font-size: 20px;
  }
}
.p-drawer__list-main li a::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow.png) no-repeat center center/contain;
  width: 5px;
  height: 9px;
  top: 8px;
  left: 0;
}
.p-drawer__list-main li a span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-drawer__list-main li a span {
    font-size: 16px;
  }
}

.p-drawer__list-sub {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 36px;
  padding-left: 20px;
}
.p-drawer__list-sub li a {
  padding-left: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-drawer__list-sub li a {
    font-size: 20px;
  }
}
.p-drawer__list-sub li a::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow.png) no-repeat center center/contain;
  width: 5px;
  height: 9px;
  top: 4px;
  left: 0;
}

.p-drawer__tel-wrap {
  margin-top: 36px;
}

.p-drawer__tel-text {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 24px;
  white-space: nowrap;
  margin-inline: auto;
}
.p-drawer__tel-text::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-126.293deg);
          transform: rotate(-126.293deg);
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.p-drawer__tel-text::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-56.31deg);
          transform: rotate(-56.31deg);
  top: 50%;
  translate: 0 -50%;
  right: 0;
}

.p-drawer__tel {
  margin-top: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  padding-left: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  display: block;
}
.p-drawer__tel::before {
  content: "";
  position: absolute;
  background: url(../img/icon-tel-drawer.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}

.p-drawer__tel-text-sub {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.p-drawer__btn-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.p-drawer__btn-wrap img {
  width: 54px;
  height: 54px;
}

.p-drawer__entry-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}

.p-drawer__entry-btn {
  text-align: center;
  max-width: 217px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-block: 9px;
  border-radius: 2px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.p-drawer__entry-btn img {
  width: 42px;
  height: 42px;
}
.p-drawer__entry-btn span {
  font-weight: 500;
  line-height: 110%;
}
.p-drawer__entry-btn.--online {
  padding-right: 25px;
}
.p-drawer__entry-btn.--instructor {
  padding-right: 7px;
}

.p-footer {
  padding-top: 100px;
  padding-bottom: 83px;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .p-footer__inner {
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 50px;
  }
}

.p-footer__logo {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-footer__logo {
    width: clamp(7.5rem, 3rem + 9.375vw, 11.4375rem);
  }
}

.p-footer__address {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 8px;
}

.p-footer__logo-yoga {
  width: 88px;
  margin-inline: auto;
  margin-top: 8px;
}

.p-footer__copyright {
  margin-top: 16px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: 14px;
  }
}

.p-footer__content--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2.5rem, -14.2142857143rem + 34.8214285714vw, 17.125rem);
}

.p-footer__content-body {
  width: clamp(10rem, 7.1428571429rem + 5.9523809524vw, 12.5rem);
}

.p-footer__logo-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo-link:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-footer__content-body-text {
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 17px;
}

.p-footer__address {
  margin-top: 19px;
  font-size: clamp(0.78125rem, 0.6741071429rem + 0.2232142857vw, 0.875rem);
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-footer__address {
    text-align: start;
  }
}

.p-footer__content-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-footer__content-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.0625rem, -5.0089285714rem + 10.5654761905vw, 4.5rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__content-nav-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-footer__content-nav-list-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-footer__content-nav-list {
  margin-bottom: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
}
.p-footer__content-nav-list:last-child {
  margin-bottom: 0;
}

.p-footer__content-nav-link {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.2976190476vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__content-nav-link:hover {
  color: #ED86B3;
}

.p-footer__link-wrap {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-footer__link-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__link img {
  height: auto;
}
@media (any-hover: hover) {
  .p-footer__link:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-footer__link--instagram {
  width: 35px;
  aspect-ratio: 1/1;
}

.p-footer__link--sakurastudio-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 7px;
  padding-left: 7px;
  padding-right: 11px;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  gap: 6px;
}
.p-footer__link--sakurastudio-green img {
  width: 42px;
  aspect-ratio: 1/1;
}
.p-footer__link--sakurastudio-green .p-footer__link-text {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  font-weight: 500;
  line-height: normal;
  color: #4c4c4c;
}

.p-footer__link--sakurastudio-orenge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 7px;
  padding-left: 7px;
  padding-right: 11px;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  gap: 6px;
}
.p-footer__link--sakurastudio-orenge img {
  width: 42px;
  aspect-ratio: 1/1;
}
.p-footer__link--sakurastudio-orenge .p-footer__link-text {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  font-weight: 500;
  line-height: normal;
  color: #4c4c4c;
}

.p-footer__link--yogaroom {
  width: clamp(6.25rem, 2.6785714286rem + 7.4404761905vw, 9.375rem);
}

.p-footer__copyright {
  margin-top: 94px;
}

.p-test {
  height: 50vh;
  margin-top: 60px;
}

.p-test__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: "Alata", sans-serif;
}

.p-test__title-sub {
  font-size: 32px;
  font-family: "Licorice", cursive;
}

@media (min-width: 768px) {
  .p-fv {
    padding-top: 20px;
    padding-bottom: 59px;
  }
}

@media (min-width: 768px) {
  .p-fv__bg {
    width: 87%;
    margin-inline: auto;
  }
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 40px);
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 6px;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #ED86B3;
}

.p-info {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .p-info {
    padding-top: 130px;
  }
}

.p-info__top {
  border-radius: 8px;
  border: 1px solid #ed86b3;
  background: #fff;
  padding-top: 52px;
  padding-bottom: 40px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-info__top {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-info__top {
    padding-block: 30px;
    padding-inline: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, -0.7142857143rem + 6.6964285714vw, 5.3125rem);
    border-radius: 16px;
  }
}

.p-info__top-title {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 266%;
  margin-top: 24px;
}

.p-info__top-sub {
  position: absolute;
  font-family: "Alata", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 64%;
  color: #ED86B3;
  left: 0;
  top: -32px;
}

.p-info__top-sub-large {
  font-size: 50px;
}

.p-info__top-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-info__top-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-info__top-list-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (any-hover: hover) {
  .p-info__top-list-link:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-info__top-date {
  line-height: 200%;
}

.p-info__top-list-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.p-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-info__bottom {
    margin-top: clamp(5rem, 3.5714285714rem + 2.9761904762vw, 6.25rem);
    gap: 28px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-info__news {
  border-radius: 8px;
  background: #fff;
  padding-top: 72px;
  padding-inline: 20px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-info__news {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 16px;
    padding-top: 35px;
    padding-bottom: 33px;
    padding-left: clamp(1.25rem, 0.1071428571rem + 2.380952381vw, 2.25rem);
    padding-right: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, -5.138rem + 10.36vw, 4.188rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-info__news {
    gap: 60px;
  }
}

.p-info__news-title {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
}
@media (min-width: 768px) {
  .p-info__news-title {
    width: clamp(3.75rem, 1.3214285714rem + 5.0595238095vw, 5.875rem);
    margin-top: 24px;
  }
}

.p-info__news-title-sub {
  position: absolute;
  font-family: "Alata", sans-serif;
  font-size: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 64%;
  color: #ED86B3;
  left: 0;
  top: -28px;
  white-space: nowrap;
}

.p-info__news-title-sub-large {
  font-size: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
}

.p-info__news-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-info__news-lists {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-info__news-list {
  border-bottom: 1px dashed #4c4c4c;
}
.p-info__news-list:last-of-type {
  border-bottom: none;
}

.p-info__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-info__news-link {
    padding-bottom: 13px;
    padding-top: 17px;
  }
  .p-info__news-link:first-of-type {
    padding-top: 0;
  }
}
@media (any-hover: hover) {
  .p-info__news-link:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-info__news-list-tag {
  color: #ED86B3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #ed86b3;
  padding-block: 3px;
  padding-inline: 2px;
}
@media (min-width: 768px) {
  .p-info__news-list-tag {
    padding-inline: 8px;
  }
}

@media (min-width: 768px) {
  .p-info__news-list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0rem, -3.2857142857rem + 6.8452380952vw, 2.875rem);
  }
}

.p-info__news-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
}
@media (min-width: 768px) {
  .p-info__news-date {
    font-size: 16px;
    line-height: 200%;
  }
}

.p-info__news-list-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-info__news-btn-wrap {
  text-align: center;
  width: 60px;
  margin-inline: auto 0;
}
@media (min-width: 768px) {
  .p-info__news-btn-wrap {
    position: absolute;
    bottom: 43px;
  }
}

.p-info__news-btn-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 266.667% */
}

.p-info__news-btn {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #ed86b3;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-info__news-btn:hover::before {
    content: "";
    position: absolute;
    right: -32px;
  }
}
.p-info__news-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: -16px;
  width: 28px;
  height: 6px;
  background: url(../img/btn-arrow.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-info__column {
  border-radius: 8px;
  background: #fff;
  padding-top: 72px;
  padding-inline: 20px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-info__column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 16px;
    padding-top: 35px;
    padding-bottom: 33px;
    padding-left: clamp(1.25rem, 0.1071428571rem + 2.380952381vw, 2.25rem);
    padding-right: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
    flex-direction: row;
    gap: clamp(0.625rem, -4.6607142857rem + 11.0119047619vw, 5.25rem);
  }
}

.p-info__column-title {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
}
@media (min-width: 768px) {
  .p-info__column-title {
    width: 132px;
    margin-top: 24px;
  }
}

.p-info__column-title-sub {
  position: absolute;
  font-family: "Alata", sans-serif;
  font-size: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 64%;
  color: #ED86B3;
  left: 0;
  top: -28px;
}

.p-info__column-title-sub-large {
  font-size: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
}

.p-info__column-lists {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-info__column-lists {
    margin-top: 30px;
  }
}

.p-info__column-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-info__column-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (any-hover: hover) {
  .p-info__column-link:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-info__column-image {
  width: 80px;
}
@media (min-width: 768px) {
  .p-info__column-image {
    width: clamp(6.25rem, 3.3928571429rem + 5.9523809524vw, 8.75rem);
  }
}
.p-info__column-image img {
  height: auto;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-info__column-image img {
    border-radius: 10px;
  }
}

.p-info__column-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-info__column-date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
}
@media (min-width: 768px) {
  .p-info__column-date {
    font-size: 16px;
    line-height: 200%;
  }
}

.p-info__column-name {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-info__column-name {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    line-height: 160%;
  }
}

.p-single {
  padding-block: 60px;
}

.p-single__content-wrap {
  margin-top: 60px;
  border-radius: 8px;
  background: #fff;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-single__content-wrap {
    margin-top: 100px;
    padding-top: 60px;
    padding-inline: 60px;
  }
}

.p-single__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-single__top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single__cate {
  color: #ED86B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  display: inline-block;
  margin-top: 20px;
  padding: 8px 12px;
  border: 1px solid #ED86B3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-single__cate {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-single__date {
  margin-top: 20px;
  font-weight: 700;
  font-weight: 400;
  line-height: 18px; /* 90% */
}
@media (min-width: 768px) {
  .p-single__date {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    line-height: 200%;
  }
}

.p-single__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #ED86B3;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4c4c4c;
}
@media (min-width: 768px) {
  .p-single__title {
    margin-top: 13px;
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .p-single__content {
    max-width: 900px;
    margin-inline: auto;
    width: 100%;
  }
}
.p-single__content h2 {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  padding-left: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .p-single__content h2 {
    margin-top: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
  }
}
.p-single__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 31px;
  background: #ED86B3;
  border-radius: 20px;
}
.p-single__content h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  padding-left: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .p-single__content h3 {
    margin-top: 40px;
  }
}
.p-single__content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 26px;
  background: #ED86B3;
}
.p-single__content h4 {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-left: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .p-single__content h4 {
    margin-top: 40px;
  }
}
.p-single__content p {
  margin-top: 20px;
  font-weight: 400;
  line-height: 200%;
  padding-left: 13px;
}
.p-single__content ul {
  margin-top: 40px;
  display: grid;
  gap: 8px;
}
.p-single__content li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  padding-left: 16px;
  position: relative;
}
.p-single__content li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #ED86B3;
}
.p-single__content img {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-single__content img {
    margin-top: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
  }
}

.p-single__btn-wrap {
  margin-top: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-single__btn-wrap {
    gap: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
  }
}

.p-single__btn {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-single__btn {
    font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  }
}
@media (any-hover: hover) {
  .p-single__btn:hover {
    opacity: 0.7;
  }
}

.p-single__btn--prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-single__btn--prev svg {
  width: 32px;
  height: 9px;
}

.p-single__btn--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-single__btn--next svg {
  width: 32px;
  height: 9px;
}

.p-single__content-instructor {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 2px solid #ed86b3;
  padding: 20px;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-single__content-instructor {
    max-width: 900px;
    margin-inline: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
    padding-block: 40px;
    gap: clamp(1.25rem, 0.75rem + 1.0416666667vw, 1.6875rem);
  }
}

.p-single__content-instructor-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.p-single__content-instructor-image img {
  height: auto;
}
@media (min-width: 768px) {
  .p-single__content-instructor-image {
    width: clamp(7.5rem, 4.6428571429rem + 5.9523809524vw, 10rem);
    height: clamp(7.5rem, 4.6428571429rem + 5.9523809524vw, 10rem);
  }
}

.p-single__content-instructor-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-single__content-instructor-name-heading {
  color: #ED86B3;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .p-single__content-instructor-name-heading {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-single__content-instructor-name-sub {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single__content-instructor-name-sub {
    margin-top: clamp(1.25rem, 0.8214285714rem + 0.8928571429vw, 1.625rem);
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}

.p-single__content-instructor-name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single__content-instructor-name {
    font-size: clamp(1.375rem, 1.2321428571rem + 0.2976190476vw, 1.5rem);
  }
}

.p-single__content-instructor-responsibility {
  margin-top: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single__content-instructor-responsibility {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
}

.p-archive {
  padding-block: 60px;
}

.p-archive__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .p-archive__cate-wrap {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 32px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 1320px) {
  .p-archive__cate-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-content: center;
    place-items: center;
    max-width: 1000px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-archive__cate-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-content: center;
    place-items: center;
    max-width: 720px;
    margin-inline: auto;
  }
}
.p-archive__cate-acc {
  margin-top: 80px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-archive__cate-acc {
    border: none;
    background: transparent;
  }
}

.p-archive__cate-acc-summary {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-archive__cate-acc-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 16px 20px;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
    position: relative;
  }
  .p-archive__cate-acc-summary::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icon-faq-cheack.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  .p-archive__cate-acc .p-archive__cate-wrap {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding: 0 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .is-opened .p-archive__cate-acc-summary::after {
    background-image: url(../img/icon-faq-cheack.png);
  }
}

.p-archive__cate {
  border-radius: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  width: 280px;
  text-align: center;
  line-height: 140%;
  position: relative;
  padding-inline: 40px;
}
@media (min-width: 768px) {
  .p-archive__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
}
.p-archive__cate::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../img/icon-faq-cheack.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-archive__cate::before {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-archive__cate {
    width: 100%;
    padding-inline: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__cate {
    padding-inline: 32px;
    padding-block: 8px;
    width: 100%;
  }
  .p-archive__cate:last-of-type {
    margin-bottom: 16px;
  }
}
@media (any-hover: hover) {
  .p-archive__cate:hover {
    opacity: 0.8;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.p-archive__content {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-archive__content {
    margin-top: 100px;
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
  }
}

.p-archive__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-archive__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-archive__list-link {
    border-radius: 16px;
    padding-top: 23px;
    padding-bottom: 16px;
    padding-inline: clamp(2.5rem, 1.5714285714rem + 1.9345238095vw, 3.3125rem);
    gap: 23px;
  }
}
@media (any-hover: hover) {
  .p-archive__list-link:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0.8;
  }
}

.p-archive__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
@media (min-width: 768px) {
  .p-archive__top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 21px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-archive__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 768px) {
  .p-archive__date {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    line-height: 112%;
  }
}

.p-archive__list-cate {
  font-size: 14px;
  padding: 4px 11px;
  border-radius: 4px;
  border: 1px solid #ed86b3;
  color: #ED86B3;
}

.p-archive__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
.p-archive__excerpt {
  margin-top: 4px;
  color: #adacac;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 768px) {
  .p-archive__excerpt {
    margin-top: 16px;
  }
}

.p-archive__pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-archive__pagination .p-archive__pagination-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.p-archive__pagination .p-archive__pagination-numbers .page-numbers li {
  margin: 0;
}
.p-archive__pagination .p-archive__pagination-numbers .page-numbers a,
.p-archive__pagination .p-archive__pagination-numbers .page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #333;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .p-archive__pagination .p-archive__pagination-numbers .page-numbers a,
  .p-archive__pagination .p-archive__pagination-numbers .page-numbers span {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .p-archive__pagination .p-archive__pagination-numbers .page-numbers a:hover,
  .p-archive__pagination .p-archive__pagination-numbers .page-numbers span:hover {
    background: #ED86B3;
    color: #fff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.p-archive__pagination .p-archive__pagination-numbers .page-numbers .current {
  background: #ED86B3;
  color: #fff;
  border: 1px solid #ED86B3;
}
.p-archive__pagination .p-archive__pagination-arrow {
  background: #f5f3f2 !important;
  border: none !important;
  color: #ED86B3;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-archive__pagination .p-archive__pagination-arrow {
    width: 48px;
    height: 48px;
  }
}
.p-archive__pagination .p-archive__pagination-arrow svg {
  width: 31px;
  height: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-archive__pagination .p-archive__pagination-arrow:hover {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.p-top-about {
  padding-top: 296px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.p-top-about__sakura {
  position: absolute;
  top: -200px;
  right: 50px;
  width: 600px;
  height: 550px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-about__sakura {
    width: 400px;
    height: 400px;
  }
}

.p-top-about__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-top-about__items {
    margin-top: clamp(5rem, 4.2857142857rem + 1.4880952381vw, 5.625rem);
    gap: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
    padding-inline: 0;
  }
}

.p-top-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(2rem, -1.4285714286rem + 7.1428571429vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-about__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-top-about__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -40px;
  }
}

.p-top-about__item-title {
  color: #ED86B3;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  padding-bottom: 4px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-top-about__item-title {
    font-size: clamp(1.1875rem, 0.2589285714rem + 1.9345238095vw, 2rem);
    margin-top: 10px;
  }
}
.p-top-about__item-title::before {
  content: "";
  position: absolute;
  left: -8px;
  width: 102%;
  height: 16px;
  background: #fff;
  z-index: -1;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-top-about__item-title::before {
    height: 24px;
    width: 148%;
    left: -100px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1200px) {
  .p-top-about__item-title::before {
    left: -60px;
    width: 150%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-about__item-title::before {
    left: -50px;
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item-title.--02 {
    font-size: 19px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .p-top-about__item-title.--02::before {
    left: unset;
    right: -150px;
    width: 130%;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1200px) {
  .p-top-about__item-title.--02::before {
    right: -190px;
  }
}
@media (min-width: 768px) and (min-width: 901px) and (max-width: 1024px) {
  .p-top-about__item-title.--02::before {
    right: -90px;
    width: 130%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-top-about__item-title.--02::before {
    right: -50px;
    width: 120%;
  }
}
@media (min-width: 768px) {
  .p-top-about__item-title.--03::before {
    left: -100px;
    width: 130%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item-title.--04::before {
    left: 50%;
    translate: -50%;
    width: 110%;
  }
}
@media (min-width: 768px) {
  .p-top-about__item-title.--04::before {
    left: unset;
    right: -370px;
    width: 200%;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1200px) {
  .p-top-about__item-title.--04::before {
    right: -280px;
  }
}
@media (min-width: 768px) and (min-width: 900px) and (max-width: 1024px) {
  .p-top-about__item-title.--04::before {
    right: -280px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-top-about__item-title.--04::before {
    right: -220px;
  }
}
.p-top-about__item-title.--05 {
  width: 70%;
}
@media (min-width: 768px) {
  .p-top-about__item-title.--05::before {
    left: -100px;
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item-title.--06 {
    font-size: 19px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .p-top-about__item-title.--06::before {
    width: 0;
    left: unset;
    right: -340px;
    width: 170%;
  }
}
@media (min-width: 768px) and (min-width: 1120px) and (max-width: 1280px) {
  .p-top-about__item-title.--06::before {
    right: -300px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1119px) {
  .p-top-about__item-title.--06::before {
    right: -260px;
  }
}
@media (min-width: 768px) and (min-width: 900px) and (max-width: 1024px) {
  .p-top-about__item-title.--06::before {
    right: -230px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-top-about__item-title.--06::before {
    right: -200px;
  }
}

.p-top-about__item-title-small {
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-top-about__item-title-small {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-top-about__item-title-sub {
  font-family: "Licorice", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  display: block;
}
@media (min-width: 768px) {
  .p-top-about__item-title-sub {
    font-size: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
  }
}

.p-top-about__item-title-sub-number {
  font-family: "Alata", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 9px;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-top-about__item-title-sub-number {
    font-size: clamp(4rem, 1.7142857143rem + 4.7619047619vw, 6rem);
    padding-left: 0;
  }
}

.p-top-about__item-text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 768px) {
  .p-top-about__item-text {
    margin-top: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    font-size: clamp(0.96875rem, 0.7901785714rem + 0.3720238095vw, 1.125rem);
    line-height: 177%;
  }
}

@media (min-width: 768px) {
  .p-top-about__item-image {
    width: 46.6%;
  }
}
.p-top-about__item-image img {
  height: auto;
}

.p-top-trial {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-top-trial {
    padding-top: 74px;
  }
}

@media (min-width: 768px) {
  .p-top-trial__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
    padding-right: clamp(2.5rem, -3.2142857143rem + 11.9047619048vw, 7.5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-trial__title {
    padding-right: 0;
    margin-inline: auto;
  }
}

.p-top-trial__title-sub {
  line-height: 50%;
}
@media (min-width: 768px) {
  .p-top-trial__title-sub span {
    display: inline;
  }
}

.p-top-trial__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-trial__content {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-top-trial__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: clamp(2.5rem, -3.2142857143rem + 11.9047619048vw, 7.5rem);
    gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-trial__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.p-top-trial__content-body {
  padding-inline: 40px;
}
@media (min-width: 768px) {
  .p-top-trial__content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-trial__content-body {
    width: 80%;
    margin-inline: auto;
  }
}

.p-top-trial__content-title {
  color: #ED86B3;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-trial__content-title {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-top-trial__content-text {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 200% */
}
@media (min-width: 768px) {
  .p-top-trial__content-text {
    margin-top: 31px;
  }
}

.p-top-trial__content-btn-wrap {
  margin-top: 40px;
  text-align: end;
}

.p-top-trial__content-image {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .p-top-trial__content-image {
    padding-right: 0;
    width: 51.5%;
    margin-top: -157px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-trial__content-image {
    margin-top: 0;
    width: 90%;
  }
}
.p-top-trial__content-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../img/sakura-trial.png) no-repeat center center/cover;
  width: 290px;
  height: 215px;
}
@media (min-width: 768px) {
  .p-top-trial__content-image::before {
    background: url(../img/sakura-trial-pc.png) no-repeat center center/cover;
    width: clamp(25rem, 14.2857142857rem + 22.3214285714vw, 34.375rem);
    height: clamp(18.75rem, 9.4642857143rem + 19.3452380952vw, 26.875rem);
  }
}

.p-access {
  padding-top: 59px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-access {
    padding-top: 74px;
  }
}

@media (min-width: 768px) {
  .p-access__inner {
    padding-left: 3.125rem;
    max-width: 81.25rem;
    margin-inline: auto;
    width: 100%;
  }
}

.p-access__content {
  margin-top: 80px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__content {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .p-access__content {
    width: 70%;
    max-width: 100%;
    margin-inline: auto 0;
    margin-top: -110px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-access__content {
    width: 80%;
    margin-inline: auto;
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-access__content-image img {
    border-radius: 16px;
  }
}

.p-access__map-image {
  width: 72%;
  margin-inline: auto;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .p-access__map-image {
    position: absolute;
    top: 333px;
    left: -400px;
    width: clamp(18.75rem, 0.1785714286rem + 38.6904761905vw, 35rem);
    height: clamp(18.75rem, 0.1785714286rem + 38.6904761905vw, 35rem);
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1200px) {
  .p-access__map-image {
    left: -320px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-access__map-image {
    position: relative;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    margin-top: -200px;
  }
}

.p-access__map-body {
  margin-top: 20px;
  padding-inline: 22px;
}
@media (min-width: 768px) {
  .p-access__map-body {
    margin-left: clamp(2.5rem, -11.7857142857rem + 29.7619047619vw, 15rem);
    margin-right: clamp(2.5rem, -3.9285714286rem + 13.3928571429vw, 8.125rem);
    padding-inline: 0;
  }
}

.p-access__map-body-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 768px) {
  .p-access__map-body-text {
    margin-top: 35px;
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
    line-height: 160%;
    white-space: nowrap;
  }
}

.p-access__map-body-text-color {
  color: #ED86B3;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-access__map-body-text-color {
    font-size: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
  }
}

.p-access__map-body-text-sub {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-access__map-body-text-sub {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
}

.p-access__map-body-address {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 266.667% */
}
@media (min-width: 768px) {
  .p-access__map-body-address {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
}

.p-access__map-body-btn-wrap {
  margin-top: 40px;
  margin-right: 20px;
  text-align: end;
}

.p-message {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-message {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

.p-message__inner {
  position: relative;
  z-index: 1;
}

.p-message__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
}
@media (min-width: 768px) {
  .p-message__title {
    font-size: clamp(2.5rem, 0.7857142857rem + 3.5714285714vw, 4rem);
    line-height: 130%;
    padding-left: 3.125rem;
    max-width: 81.25rem;
    margin-inline: auto;
    width: 100%;
  }
}
.p-message__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 76px;
  height: 76px;
  background: url(../img/sakura-message.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-message__title::before {
    width: clamp(6.25rem, 1.1071428571rem + 10.7142857143vw, 10.75rem);
    height: clamp(6.25rem, 1.1071428571rem + 10.7142857143vw, 10.75rem);
    right: unset;
    left: clamp(15rem, 3.5714285714rem + 23.8095238095vw, 25rem);
    top: 50%;
    translate: 0 -50%;
  }
}

.p-message__image {
  margin-left: 37px;
  margin-top: 44px;
  position: relative;
  z-index: -1;
  display: block;
}
@media (min-width: 540px) and (max-width: 767px) {
  .p-message__image {
    width: 550px;
    margin-inline: auto 0;
  }
}
@media (min-width: 768px) {
  .p-message__image {
    width: 59.1%;
    margin-inline: auto 0;
    margin-top: -140px;
  }
}
.p-message__body {
  margin-top: -80px;
  border-radius: 16px;
  border: 1px solid #ed86b3;
  background: #fff;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .p-message__body {
    width: clamp(31.25rem, 26.3928571429rem + 10.119047619vw, 35.5rem);
    margin-top: -480px;
    padding-inline: clamp(2.5rem, -0.2857142857rem + 5.8035714286vw, 4.9375rem);
    padding-top: 38px;
    padding-bottom: 26px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1280px) {
  .p-message__body {
    margin-top: -360px;
  }
}
@media (min-width: 768px) and (min-width: 900px) and (max-width: 1024px) {
  .p-message__body {
    margin-top: -260px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-message__body {
    margin-top: -200px;
  }
}

.p-message__body-title {
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-message__body-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-message__body-text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 768px) {
  .p-message__body-text {
    margin-top: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
  }
}

.p-message__body-text-sub {
  display: block;
  font-weight: 400;
  line-height: 150%;
  text-align: end;
}
@media (min-width: 768px) {
  .p-message__body-text-sub {
    font-size: 14px;
    line-height: 220%;
  }
}

.p-top-contact {
  background: #ED86B3;
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-top-contact {
    padding-top: 188px;
  }
}

.p-cta {
  padding-top: 80px;
}

.p-top-contact__title {
  color: #fff;
}

.p-top-contact__title-sub-large {
  color: #fff;
}

.p-top-contact__text {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-inline: 32px;
}
@media (min-width: 768px) {
  .p-top-contact__text {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  }
}
.p-top-contact__text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 42px;
  height: 2px;
  -webkit-transform: rotate(-117.916deg);
          transform: rotate(-117.916deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top-contact__text::before {
    width: 30px;
  }
}
.p-top-contact__text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 42px;
  height: 2px;
  -webkit-transform: rotate(117.916deg);
          transform: rotate(117.916deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top-contact__text::after {
    width: 30px;
  }
}

.p-cta__text {
  margin-top: 0;
}

.p-top-contact__items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-contact__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, -1.9285714286rem + 7.1428571429vw, 4.5rem);
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .p-top-contact__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-contact__item-link {
  background: #fff;
  height: 245px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-contact__item-link {
    height: 264px;
  }
}
.p-top-contact__item-link:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-top-contact__item-image {
  width: 70px;
  height: 70px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-top-contact__item-image {
    width: clamp(3.125rem, 1.6964285714rem + 2.9761904762vw, 4.375rem);
    height: clamp(3.125rem, 1.6964285714rem + 2.9761904762vw, 4.375rem);
  }
}

.p-top-contact__item-body {
  text-align: center;
}

.p-top-contact__item-text {
  color: #ED86B3;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-top-contact__item-text {
    font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
  }
}

.p-top-contact__item-text-tel {
  color: #ED86B3;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-top-contact__item-text-tel {
    font-size: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
  }
}

.p-top-contact__item-text-sub {
  color: #ED86B3;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-top-contact__item-text-sub {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}

.p-top-contact__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-contact__btn-wrap {
    margin-top: 80px;
  }
}

.p-top-contact__btn {
  color: #fff;
  border: 1px solid #fff;
  padding-inline: 19px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-contact__btn {
    padding-inline: 48px;
  }
}
.p-top-contact__btn::before {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow-white.png) no-repeat center center/contain;
}

.p-lesson-feature {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-lesson-feature {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .p-lesson-feature__inner {
    padding-inline: clamp(3.125rem, -1.1607142857rem + 8.9285714286vw, 6.875rem);
  }
}

.p-lesson-feature__title {
  color: #ED86B3;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-lesson-feature__title {
    font-size: clamp(2rem, 1.7142857143rem + 0.5952380952vw, 2.25rem);
  }
}

.p-lesson-feature__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-lesson-feature__cards {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
  }
}

@media (min-width: 768px) {
  .p-lesson-feature__card:nth-of-type(2) {
    margin-top: 90px;
  }
}

.p-lesson-feature__card-title {
  margin-top: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lesson-feature__card-title {
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  }
}

.p-lesson-reason {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-lesson-reason {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .p-lesson-reason__inner {
    padding-inline: clamp(3.125rem, -1.1607142857rem + 8.9285714286vw, 6.875rem);
  }
}

.p-lesson-reason__content {
  border-radius: 8px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 22px;
}
@media (min-width: 768px) {
  .p-lesson-reason__content {
    padding-top: 102px;
    padding-bottom: 99px;
    border-radius: 16px;
  }
}

.p-lesson-reason__title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-lesson-reason__title-sub {
  font-size: 24px;
}

.p-lesson-reason__title-number {
  color: #ED86B3;
  font-size: 48px;
}

.p-lesson-reason__cards {
  margin-top: 60px;
  padding-inline: 6px;
  display: grid;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .p-lesson-reason__cards {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(1.875rem, -8.4107142857rem + 21.4285714286vw, 10.875rem);
       -moz-column-gap: clamp(1.875rem, -8.4107142857rem + 21.4285714286vw, 10.875rem);
            column-gap: clamp(1.875rem, -8.4107142857rem + 21.4285714286vw, 10.875rem);
    padding-inline: clamp(1.875rem, -8.125rem + 20.8333333333vw, 10.625rem);
    row-gap: clamp(3.125rem, 3.125rem + 0vw, 3.125rem);
  }
}

.p-lesson-reason__card {
  position: relative;
  width: 100%;
}

.p-lesson-reason__card-number {
  position: absolute;
  top: -38px;
  left: -10px;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  color: #ED86B3;
  font-family: "Alata", sans-serif;
}

.p-lesson-reason__card-image {
  width: 100%;
}

.p-lesson-reason__card-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-lesson-reason__card-title {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
.p-lesson-reason__card-title span {
  font-size: 16px;
  display: inline;
}
@media (min-width: 768px) {
  .p-lesson-reason__card-title span {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}

.p-lesson-reason__card-text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 200%;
}

.p-lesson-about {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-lesson-about {
    margin-top: 102px;
  }
}

.p-lesson-about__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  .p-lesson-about__title {
    font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  }
}

.p-lesson-about__image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-lesson-about__image {
    margin-top: 80px;
    width: 100%;
    max-width: clamp(25rem, 12.8571428571rem + 25.2976190476vw, 35.625rem);
    margin-inline: auto;
  }
}

.p-lesson-about__price {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  position: relative;
}
.p-lesson-about__price::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 160px;
  height: 1px;
  background: #4c4c4c;
}
@media (min-width: 768px) {
  .p-lesson-about__price::before {
    width: clamp(25rem, 18.1428571429rem + 14.2857142857vw, 31rem);
  }
}
.p-lesson-about__price span {
  font-size: 36px;
}

.p-lesson-about__text-large {
  margin-top: 42px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  color: #ED86B3;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-lesson-about__text-large {
    text-align: center;
    line-height: 160%;
  }
}

.p-lesson-about__text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-lesson-about__text {
    margin-top: 0;
    line-height: 160%;
    text-align: center;
  }
}

.p-lesson-about__information {
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .p-lesson-about__information {
    margin-top: 80px;
    max-width: 960px;
    margin-inline: auto;
    padding-inline: clamp(3.125rem, -1.1607142857rem + 8.9285714286vw, 6.875rem);
  }
}

.p-lesson-about__information-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lesson-about__information-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-lesson-about__information-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-lesson-about__information-lists {
    gap: 2px;
  }
}

.p-lesson-about__information-list {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .p-lesson-about__information-list {
    padding-left: 20px;
  }
}
.p-lesson-about__information-list::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ED86B3;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-lesson-about__information-list::before {
    top: 11px;
    width: 12px;
    height: 12px;
  }
}

.p-lesson-about__information-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-lesson-about__information-list-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px;
  }
}

.p-lesson-flow {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-lesson-flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-lesson-flow__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  .p-lesson-flow__title {
    font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  }
}

.p-lesson-flow__cards {
  margin-top: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .p-lesson-flow__cards {
    margin-top: 127px;
    max-width: 1080px;
    margin-inline: auto;
    width: 100%;
  }
}
.p-lesson-flow__cards::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #ED86B3;
  top: 0;
  left: 94px;
}
@media (min-width: 768px) {
  .p-lesson-flow__cards::before {
    left: 50%;
    translate: -50%;
  }
}

.p-lesson-flow__card {
  border-radius: 8px;
  border: 1px solid #ed86b3;
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-lesson-flow__card {
    padding-top: clamp(1rem, 0.2857142857rem + 1.4880952381vw, 1.625rem);
    padding-bottom: clamp(2rem, 0.5714285714rem + 2.9761904762vw, 3.25rem);
    padding-left: clamp(1.25rem, -1.3928571429rem + 5.505952381vw, 3.5625rem);
    padding-right: clamp(1.25rem, -0.75rem + 4.1666666667vw, 3rem);
    border-radius: 16px;
    height: clamp(12.5rem, 12.5rem + 0vw, 12.5rem);
  }
}

@media (min-width: 768px) {
  .p-lesson-flow__card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-lesson-flow__card-number {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ED86B3;
  font-family: "Alata", sans-serif;
}
@media (min-width: 768px) {
  .p-lesson-flow__card-number {
    font-size: clamp(2.625rem, 1.625rem + 2.0833333333vw, 3.5rem);
  }
}

.p-lesson-flow__card-title {
  margin-top: 6px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
@media (min-width: 768px) {
  .p-lesson-flow__card-title {
    margin-left: clamp(1.25rem, -0.3928571429rem + 3.4226190476vw, 2.6875rem);
    margin-top: clamp(0.5rem, -0.5rem + 2.0833333333vw, 1.375rem);
    width: clamp(7.5rem, 2.3571428571rem + 10.7142857143vw, 12rem);
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-lesson-flow__card-text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 768px) {
  .p-lesson-flow__card-text {
    margin-top: clamp(0.5rem, -0.7857142857rem + 2.6785714286vw, 1.625rem);
    margin-left: clamp(1.25rem, -5.6785714286rem + 14.4345238095vw, 7.3125rem);
    width: clamp(15rem, 9.5714285714rem + 11.3095238095vw, 19.75rem);
  }
}

.p-lesson-flow__card-image {
  width: 147px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 20px;
  top: -30px;
}
@media (min-width: 768px) {
  .p-lesson-flow__card-image {
    width: clamp(10rem, 7.1428571429rem + 5.9523809524vw, 12.5rem);
    top: -25px;
    right: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}

.p-careers {
  margin-top: 80px;
}

.p-careers__content {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .p-careers__content {
    grid-template-areas: "item1 item1" "item2 item2" "item3 item4";
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    max-width: 1080px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
  }
}

.p-careers__item {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-careers__item {
    padding-block: 40px;
    padding-inline: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
  }
  .p-careers__item.--item1 {
    grid-area: item1;
  }
  .p-careers__item.--item2 {
    grid-area: item2;
  }
  .p-careers__item.--item3 {
    grid-area: item3;
  }
  .p-careers__item.--item4 {
    grid-area: item4;
  }
}

.p-careers__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-careers__item-title {
    font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  }
}

@media (min-width: 768px) {
  .p-careers__item-table {
    margin-top: 15px;
  }
}
.p-careers__item-table tr th {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  width: 89px;
  text-align: start;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-careers__item-table tr th {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    width: 24.5%;
    padding-top: 15px;
  }
}
.p-careers__item-table tr td {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media (min-width: 768px) {
  .p-careers__item-table tr td {
    font-weight: 500;
  }
}
.p-careers__item-table.--2 tr th {
  width: 118px;
}
@media (min-width: 768px) {
  .p-careers__item-table.--2 tr th {
    width: 24.5%;
  }
}

.p-careers__item-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-careers__item-table th,
.p-careers__item-table td {
  padding: 12px 0;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.p-careers__item-table th {
  text-align: left;
  font-weight: 700;
  width: 89px;
}
@media (min-width: 768px) {
  .p-careers__item-table th {
    width: 24.5%;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-careers__item-table.--2 th {
  width: 7.375rem;
}
@media (min-width: 768px) {
  .p-careers__item-table.--2 th {
    width: 24.5%;
  }
}

.p-careers__item-text {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
@media (min-width: 768px) {
  .p-careers__item-text {
    margin-top: 40px;
    line-height: 175%;
  }
}

.p-careers-faq {
  margin-top: 80px;
  padding-bottom: 100px;
}

.p-careers-faq__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-careers-faq__title {
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}

.p-careers-faq__content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-careers-faq__content {
    margin-top: 43px;
    max-width: 1080px;
    margin-inline: auto;
    width: 100%;
  }
}

/* ================================
   本題のCSS
=============================== */
summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .faq__items {
    gap: 16px;
  }
}

.faq__item {
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .faq__item {
    border-radius: 16px;
    padding-left: 40px;
    padding-right: 47px;
  }
}
.faq__item.is-opened .faq__question::before {
  background: url(../img/icon-faq-.png) no-repeat center center/contain;
}

.faq__question {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .faq__question {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
}
.faq__question::before {
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../img/icon-faq-+.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .faq__question::before {
    width: 26px;
    height: 26px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 20px 45px;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  font-size: 16px;
}
@media (min-width: 768px) {
  .faq__question-text {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    padding-inline: 60px 45px;
    width: 100%;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .faq__question-text::before {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.faq__answer {
  padding-bottom: 20px;
  border-top: 1px dashed #cacaca;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .faq__answer {
    padding-bottom: 32px;
  }
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 20px 25px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faq__answer-text {
    padding-inline: 60px 45px;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .faq__answer-text::before {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-terms {
  margin-top: 80px;
  padding-bottom: 100px;
}

.p-terms__content {
  border-radius: 8px;
  background: #fff;
  padding-top: 39px;
  padding-bottom: 40px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-terms__content {
    margin-top: 100px;
    border-radius: 16px;
    padding-block: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
    padding-inline: clamp(3.75rem, 0.5357142857rem + 6.6964285714vw, 6.5625rem);
  }
}

.p-terms__content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-terms__content-lists {
    gap: clamp(1.875rem, 0.4464285714rem + 2.9761904762vw, 3.125rem);
  }
}

.p-terms__content-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-terms__content-text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 768px) {
  .p-terms__content-text {
    margin-top: 22px;
  }
}

.p-faq {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-faq__cate-wrap {
    display: none;
  }
}

.p-faq__cate-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .p-faq__cate-lists {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    padding-inline: 24px;
  }
}

.p-faq__cate-link {
  position: relative;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  width: 100%;
  padding-block: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
  padding-inline: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  font-weight: 400;
  line-height: normal;
}
.p-faq__cate-link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  width: 24px;
  height: 24px;
  background: url(../img/icon-faq-cheack.png) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-faq__cate-link:hover {
    opacity: 0.7;
  }
}

.p-faq__content {
  margin-top: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-faq__content {
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}

.p-faq__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) {
  .p-faq__content-items {
    gap: 91px;
  }
}

.p-faq__content-item .faq__items {
  margin-top: 20px;
  text-align: start;
}
@media (min-width: 768px) {
  .p-faq__content-item .faq__items {
    margin-top: 40px;
  }
}

.p-faq__content-title {
  font-family: "Zen Maru Gothic", sans-serif;
}

.faq__answer {
  font-weight: 500;
  line-height: 200%;
}
.faq__answer a {
  text-decoration: underline;
}

.p-archive-column {
  padding-block: 60px;
}

@media (min-width: 768px) {
  .p-archive-column__content {
    max-width: 1200px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-archive-column__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
       -moz-column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
            column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
    row-gap: 40px;
  }
}

.p-archive-column__list {
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-archive-column__list:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-archive-column__list-link {
  padding: 20px;
  display: grid;
  grid-template-columns: 88px 1fr;
  grid-template-areas: "image name" "excerpt excerpt" "more more";
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .p-archive-column__list-link {
    padding-top: 35px;
    padding-inline: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
    grid-template-columns: clamp(6.25rem, 1.9642857143rem + 8.9285714286vw, 10rem) 1fr;
    grid-template-areas: "image name" "image excerpt" "image more";
    -webkit-column-gap: clamp(1rem, 0.5rem + 1.0416666667vw, 1.4375rem);
       -moz-column-gap: clamp(1rem, 0.5rem + 1.0416666667vw, 1.4375rem);
            column-gap: clamp(1rem, 0.5rem + 1.0416666667vw, 1.4375rem);
    row-gap: 20px;
  }
}

.p-archive-column__list-image {
  grid-area: image;
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-archive-column__list-image {
    width: clamp(6.25rem, 1.9642857143rem + 8.9285714286vw, 10rem);
    height: clamp(6.25rem, 1.9642857143rem + 8.9285714286vw, 10rem);
    border-radius: 10px;
  }
}
.p-archive-column__list-image img {
  width: 100%;
  height: 100%;
}

.p-archive-column__list-name {
  grid-area: name;
  font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  color: #ED86B3;
  align-self: center;
  min-width: 0;
}

.p-archive-column__list-excerpt {
  grid-area: excerpt;
  color: #adacac;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 24px */
}

.p-archive-column__list-more {
  grid-area: more;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-align: end;
}

.p-instructor {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-instructor {
    padding-top: 130px;
  }
}

.p-instructor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-instructor__items {
    gap: 40px;
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
  }
}

.p-instructor__item {
  border-radius: 16px;
  background: #fff;
  padding-top: 48px;
  padding-inline: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-instructor__item {
    padding-top: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
    padding-inline: 40px;
    padding-bottom: 40px;
  }
}
.p-instructor__item.is-opened .p-instructor__item-btn svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-instructor__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .p-instructor__item-top {
    gap: clamp(1.5rem, 0.5714285714rem + 1.9345238095vw, 2.3125rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-instructor__item-image {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-instructor__item-image {
    width: clamp(10rem, 0rem + 20.8333333333vw, 18.75rem);
    height: clamp(10rem, 0rem + 20.8333333333vw, 18.75rem);
  }
}

@media screen and (max-width: 767px) {
  .p-instructor__item-body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-instructor__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-instructor__item-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-instructor__item-tag-wrap {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-instructor__item-tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ED86B3;
  padding: 5px 12px 6px 12px;
  border: 1px solid #ED86B3;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-instructor__item-tag.--studio {
  border: 1px solid #ED86B3;
  color: #ED86B3;
}
.p-instructor__item-tag.--online {
  border: 1px solid #cde4ab;
  color: #58a541;
}

.p-instructor__item-job {
  margin-top: 16px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.p-instructor__item-name {
  margin-top: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-instructor__item-name span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline;
}

.p-instructor__item-lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-instructor__item-lists {
    margin-top: 33px;
    gap: 16px;
  }
}

.p-instructor__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-instructor__item-list {
    gap: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-instructor__item-list-head {
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  width: 47px;
}

.p-instructor__item-list-content {
  font-weight: 400;
  line-height: normal;
}

.p-instructor__item-career {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-instructor__item-career {
    margin-top: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
    padding-inline: clamp(1.25rem, -3.0357142857rem + 8.9285714286vw, 5rem);
  }
}

.p-instructor__item-career-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-instructor__item-career-title {
    font-size: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  }
}

.p-instructor__item-career-text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 200%;
}

.p-instructor__item-class {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-instructor__item-class {
    margin-top: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
    padding-inline: clamp(1.25rem, -3.0357142857rem + 8.9285714286vw, 5rem);
  }
}

.p-instructor__item-class-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  text-align: center;
}

.p-instructor__item-class-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-instructor__item-class-lists {
    gap: 48px;
  }
}

.p-instructor__item-class-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-instructor__item-class-list-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 21px;
  }
}

.p-instructor__item-class-list-head-tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ED86B3;
  padding-inline: 16px;
  padding-block: 6px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-instructor__item-class-list-head-tag.--studio {
  border: 1px solid #ED86B3;
  color: #ED86B3;
}
.p-instructor__item-class-list-head-tag.--online {
  border: 1px solid #cde4ab;
  color: #58a541;
}
@media (min-width: 768px) {
  .p-instructor__item-class-list-head-tag {
    white-space: nowrap;
  }
}

.p-instructor__item-class-list-head-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.p-instructor__item-class-list-content {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-instructor__item-btn-wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-instructor__item-btn-wrap {
    margin-top: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
  }
}

.p-instructor__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ED86B3;
  width: 100%;
  padding-block: 14px;
  border-radius: 4px;
  border: 1px dashed #ed86b3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-instructor__item-btn svg {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-instructor__item-btn:hover {
    background: #ED86B3;
    color: #fff;
    cursor: pointer;
  }
  .p-instructor__item-btn:hover svg {
    stroke: #fff;
    fill: #fff;
  }
}

.p-instructor__item-accordion {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.p-price {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.p-price__sakura {
  position: absolute;
  top: -200px;
  right: 50px;
  width: clamp(12.5rem, -1.7857142857rem + 29.7619047619vw, 25rem);
  height: 550px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-price__sakura {
    width: 160px;
    height: 400px;
  }
}

.p-price__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-top: 88px;
}
@media (min-width: 768px) {
  .p-price__title {
    font-size: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
    line-height: 100%;
  }
}

.p-price__campaign-period {
  margin-top: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__campaign-period {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    margin-top: 16px;
  }
}

.p-price__campaign {
  margin-top: 50px;
  border-radius: 8px;
  background: #fff;
  padding-top: 27px;
  padding-bottom: 40px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-price__campaign {
    margin-top: 80px;
    border-radius: 16px;
    padding-top: 41px;
    padding-inline: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
    max-width: 960px;
    margin-inline: auto;
  }
}

.p-price__campaign-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-inline: 24px;
}
@media (min-width: 768px) {
  .p-price__campaign-text {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    padding-inline: clamp(0.75rem, -0.6785714286rem + 2.9761904762vw, 2rem);
    white-space: nowrap;
  }
}
.p-price__campaign-text::before {
  content: "";
  position: absolute;
  background: #ED86B3;
  width: 34.04px;
  height: 2px;
  -webkit-transform: rotate(-114.398deg);
          transform: rotate(-114.398deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 20px;
  left: -12px;
}
@media (min-width: 768px) {
  .p-price__campaign-text::before {
    width: 20px;
    bottom: 20px;
  }
}
.p-price__campaign-text::after {
  content: "";
  position: absolute;
  background: #ED86B3;
  width: 34.04px;
  height: 2px;
  -webkit-transform: rotate(114.398deg);
          transform: rotate(114.398deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 20px;
  right: -16px;
}
@media (min-width: 768px) {
  .p-price__campaign-text::after {
    width: 20px;
    bottom: 20px;
  }
}
.p-price__campaign-text span {
  font-size: 40px;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-price__campaign-text span {
    font-size: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
  }
}

.p-price__campaign-lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-price__campaign-lists {
    margin-top: 35px;
    gap: 32px;
  }
}

.p-price__campaign-list {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__campaign-list {
    padding-top: 66px;
  }
}
@media (min-width: 768px) {
  .p-price__campaign-list {
    font-size: clamp(2rem, 2rem + 0vw, 2rem);
    padding-left: 88px;
    text-align: start;
  }
}
.p-price__campaign-list::before {
  content: "1";
  position: absolute;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  background: #ED86B3;
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-price__campaign-list::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .p-price__campaign-list::before {
    font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
    left: 0;
    top: 0;
  }
}
.p-price__campaign-list.--2::before {
  content: "2";
}
.p-price__campaign-list.--3::before {
  content: "3";
}
.p-price__campaign-list .p-price__campaign-list-color {
  font-size: 34px;
  font-weight: 500;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-price__campaign-list .p-price__campaign-list-color {
    font-size: clamp(2rem, 1.7142857143rem + 0.5952380952vw, 2.25rem);
  }
}
.p-price__campaign-list .p-price__campaign-list-sub {
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .p-price__campaign-list .p-price__campaign-list-sub {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}

.p-price__campaign-text-attention {
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__campaign-text-attention {
    margin-top: 34px;
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    text-align: start;
  }
}

.p-price-lesson {
  padding-bottom: 100px;
}

.p-price-lesson__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  .p-price-lesson__title {
    font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  }
}

.p-price-lesson__cards {
  display: grid;
  row-gap: 20px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .p-price-lesson__cards {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
       -moz-column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
            column-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
    row-gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-price-lesson__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-price-lesson__card {
  border-radius: 8px;
  background: #fff;
  padding-block: 24px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-price-lesson__card {
    padding-top: 50px;
    padding-bottom: 58px;
    gap: 20px;
    border-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-price-lesson__card-title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #ed86b3;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-price-lesson__card-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    width: clamp(6.25rem, 4.3928571429rem + 3.869047619vw, 7.875rem);
    height: clamp(6.25rem, 4.3928571429rem + 3.869047619vw, 7.875rem);
    border-radius: 16px;
  }
}

.p-price-lesson__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-price-lesson__card-price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price-lesson__card-price {
    padding-left: 18px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .p-price-lesson__card-price {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    text-align: center;
    padding-bottom: 20px;
  }
}
.p-price-lesson__card-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ed86b3;
  bottom: 0;
  left: 0;
}
.p-price-lesson__card-price span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-inline: 2px;
}
@media (min-width: 768px) {
  .p-price-lesson__card-price span {
    font-size: clamp(1.75rem, 0.3214285714rem + 2.9761904762vw, 3rem);
    margin-inline: 10px;
  }
}

.p-price-lesson__card-period {
  margin-top: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ED86B3;
}
@media (min-width: 768px) {
  .p-price-lesson__card-period {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    margin-top: 20px;
  }
}

.p-price-lesson__card-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-price-lesson__card-lists.--gap-small {
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .p-price-lesson__card-lists {
    margin-top: 10px;
  }
}

.p-price-lesson__card-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-price-lesson__card-list span {
  color: #ED86B3;
}
.p-price-lesson__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price-lesson__btn-wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-schedule__title {
    padding-top: 96px;
  }
}

.p-schedule__title {
  margin-top: 40px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.p-p-schedule__image {
  margin-top: 40px;
}

.p-schedule__table-wrap {
  margin-top: 40px;
  height: 900px;
  overflow: auto;
  border: 0.938px solid #ed86b3;
  scrollbar-width: thin;
  scrollbar-color: #ED86B3 #fff;
}
.p-schedule__table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-schedule__table-wrap::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}
.p-schedule__table-wrap::-webkit-scrollbar-thumb {
  background-color: #ED86B3;
  border-radius: 8px;
  border: 2px solid #fff;
}
.p-schedule__table-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #e96ba2;
}

.p-schedule__table {
  width: 1199px;
  background: #fff;
  padding-left: 40px;
  padding-right: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-schedule__table {
    width: 1500px;
    padding-left: 8px;
    padding-right: 16px;
  }
}

.p-schedule__table-head-row {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
}

.p-schedule__table-day {
  padding-bottom: 50px;
  padding-top: 60px;
}
.p-schedule__table-day span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background: #ED86B3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

.p-schedule__table-day-blank {
  width: 0;
}

.p-schedule__table-row {
  position: relative;
}

.p-schedule__table-head {
  font-size: 15.004px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 40px;
  padding-right: 30px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  height: 180px;
}
.p-schedule__table-head.--closed::after {
  content: "空き";
  position: absolute;
  font-size: 15.004px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  left: 3px;
  top: 64px;
}

.p-schedule__table-cell {
  width: 132px;
  background: #ffd2ec;
  border-top: 1px dashed #cacaca;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  padding-bottom: 1px;
  padding-inline: 6.5px;
  padding-bottom: 5.4px;
  padding-top: 5px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-schedule__table-cell {
    width: 200px;
  }
}
.p-schedule__table-cell.--blank {
  background: #fff;
  height: 180px;
}
.p-schedule__table-cell.--mens {
  background: #b9e3f0;
}
.p-schedule__table-cell.--online {
  background: #cde4ab;
}
.p-schedule__table-cell.--half {
  position: relative;
  background: transparent;
  height: 180px;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half {
  position: absolute;
  width: 98.5%;
  height: 160px;
  top: 60px;
  z-index: 1;
  background: #ffd2ec;
  padding-inline: 6.5px;
  padding-block: 3px;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half.--online {
  background: #cde4ab;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half.--mens {
  background: #b9e3f0;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half.--short {
  height: 140px;
  top: 40px;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half.--long-up {
  height: 360px;
  top: -80px;
  left: 0;
}
.p-schedule__table-cell.--half .p-schedule__table-cell-half.--long-down {
  height: 360px;
  top: 80px;
  left: 0;
}

.p-schedule__table-time {
  padding-right: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-schedule__table-level {
  font-size: 13.129px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ff7272;
  text-align: center;
  margin-top: 6px;
}

.p-schedule__table-lesson {
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.82px;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media (any-hover: hover) {
  .p-schedule__table-lesson:hover {
    color: #ED86B3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-schedule__table-instructor {
  font-size: 15.004px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media (any-hover: hover) {
  .p-schedule__table-instructor:hover {
    color: #ED86B3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-schedule__download-btn-wrap {
  margin-top: 53px;
}
@media (min-width: 768px) {
  .p-schedule__download-btn-wrap {
    margin-top: 90px;
  }
}
.p-schedule__download-btn-wrap.--top {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-schedule__download-btn-wrap.--top {
    margin-top: 40px;
  }
}

.p-schedule__download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  padding-block: 13px;
  padding-inline: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-schedule__download-btn {
    padding-block: clamp(1.5rem, 0.7142857143rem + 1.6369047619vw, 2.1875rem);
    max-width: 720px;
    margin-inline: auto;
    width: 100%;
    border-radius: 10px;
  }
}
@media (any-hover: hover) {
  .p-schedule__download-btn:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-schedule__download-btn-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-schedule__download-btn-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-schedule__download-btn-text {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-schedule__download-btn-icon {
  width: 20px;
  height: 20px;
}

.p-schedule-class {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-schedule-class__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-schedule-class__title {
    font-size: clamp(2rem, 1.7142857143rem + 0.5952380952vw, 2.25rem);
  }
}

.p-schedule-class__cards {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-schedule-class__cards {
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1400px) {
  .p-schedule-class__cards {
    margin-inline: 0;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-schedule-class__cards {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .p-schedule-class__cards {
    max-width: 70%;
  }
}

.p-schedule-class__card {
  border-radius: 16px;
  background: #fff;
  padding-block: 40px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-schedule-class__card {
    padding-block: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
    padding-inline: clamp(2rem, 0.2857142857rem + 3.5714285714vw, 3.5rem);
  }
}
@media (min-width: 768px) {
  .p-schedule-class__card.--level {
    padding-top: 27px;
    padding-bottom: 50px;
  }
}

.p-schedule-class__card-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-schedule-class__card-title {
    font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
    font-weight: 700;
    line-height: 100%;
  }
}
.p-schedule-class__card-title.--studio {
  color: #ED86B3;
}
.p-schedule-class__card-title.--online {
  color: #58a541;
}

.p-schedule-class__card-level-lists {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-level-lists {
    gap: 32px;
  }
}

@media (min-width: 768px) {
  .p-schedule-class__card-level-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(2.25rem, -0.5357142857rem + 5.8035714286vw, 4.6875rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-schedule-class__card-level {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-level {
    width: 244px;
    gap: clamp(1.5rem, 0.0714285714rem + 2.9761904762vw, 2.75rem);
  }
}

@media (min-width: 768px) {
  .p-schedule-class__card-level-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
  }
}

.p-schedule-class__card-level-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-level-icon {
    width: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
    height: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  }
}

.p-schedule-class__card-level-text {
  margin-top: 18px;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 768px) {
  .p-schedule-class__card-level-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}

.p-schedule-class__card-lesson-items {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-items {
    margin-top: clamp(3.75rem, 2.3214285714rem + 2.9761904762vw, 5rem);
    gap: clamp(2rem, 1.2142857143rem + 1.6369047619vw, 2.6875rem);
    row-gap: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-schedule-class__card-lesson-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-schedule-class__card-lesson-item.--mens .p-schedule-class__card-lesson-teacher-tag {
  border: 2px solid #b9e3f0;
}
.p-schedule-class__card-lesson-item.--mens .p-schedule-class__card-lesson-date-tag {
  border: 2px solid #b9e3f0;
}
.p-schedule-class__card-lesson-item.--online .p-schedule-class__card-lesson-teacher-tag {
  border: 2px solid #cde4ab;
}
.p-schedule-class__card-lesson-item.--online .p-schedule-class__card-lesson-date-tag {
  border: 2px solid #cde4ab;
}
.p-schedule-class__card-lesson-item.--online .p-schedule-class__card-lesson-place-tag {
  border: 2px solid #cde4ab;
}

.p-schedule-class__card-lesson-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-item-title {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .p-schedule-class__card-lesson-item-title {
    min-height: 3.2em;
  }
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-item-title span {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    line-height: 100%;
  }
}

.p-schedule-class__card-lesson-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .p-schedule-class__card-lesson-level {
    margin-top: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .p-schedule-class__card-lesson-level {
    margin-top: 24px;
  }
}

.p-schedule-class__card-lesson-level-head {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  margin-top: 4px;
  white-space: nowrap;
}

.p-schedule-class__card-lesson-level-icon-body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-level-icon-body-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    margin-left: clamp(0.5rem, -0.5714285714rem + 2.2321428571vw, 1.4375rem);
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1160px) {
  .p-schedule-class__card-lesson-level-icon-body-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-schedule-class__card-lesson-level-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-level-icon-wrap {
    gap: clamp(0.5rem, 0.2142857143rem + 0.5952380952vw, 0.75rem);
  }
}

.p-schedule-class__card-lesson-level-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-lesson-level-icon {
    width: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    height: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  }
}

.p-schedule-class__card-lesson-level-type {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

.p-schedule-class__card-lesson-teacher-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}

.p-schedule-class__card-lesson-teacher-tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 2px solid #ed86b3;
  padding: 4px 7px 5px 7px;
}

.p-schedule-class__card-lesson-teacher {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-schedule-class__card-lesson-time-wrap {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  height: 64px;
}

.p-schedule-class__card-lesson-date-tag {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 2px solid #ed86b3;
  padding: 4px 7px 5px 7px;
  white-space: nowrap;
}

.p-schedule-class__card-lesson-time {
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-schedule-class__card-lesson-place-wrap {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}

.p-schedule-class__card-lesson-place-tag {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  padding: 4px 1px 5px 1px;
}

.p-schedule-class__card-lesson-place {
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-schedule-class__card-lesson-content {
  margin-top: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.p-schedule-class__card-personal-text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px; /* 200% */
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-text {
    margin-top: 100px;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    line-height: 166%;
  }
}

.p-schedule-class__card-personal-price-text {
  margin-top: 40px;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price-text {
    margin-top: 80px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

.p-schedule-class__card-personal-price-lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price-lists {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(1.5rem, 0.7142857143rem + 1.6369047619vw, 2.1875rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 980px) {
  .p-schedule-class__card-personal-price-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-schedule-class__card-personal-price-list {
  text-align: center;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price-list {
    width: 100%;
  }
}

.p-schedule-class__card-personal-price-times {
  background: #ED86B3;
  padding-block: 13px;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  color: #fff;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price-times {
    padding-top: 15px;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-schedule-class__card-personal-price {
  padding-block: 34px;
  border-radius: 0 0 2px 2px;
  border: 1px solid #ED86B3;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price {
    font-size: clamp(1.1875rem, 0.8303571429rem + 0.744047619vw, 1.5rem);
  }
}

.p-schedule-class__card-personal-price-attention {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-price-attention {
    margin-top: 40px;
  }
}

.p-schedule-class__card-personal-cancel {
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media (min-width: 768px) {
  .p-schedule-class__card-personal-cancel {
    margin-top: 53px;
  }
}

.p-schedule-class__card-personal-cancel-text {
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.p-schedule-class__card-personal-cancel-text a {
  text-decoration: underline;
  display: inline;
}

.p-schedule-class__nav-wrap {
  position: absolute;
  top: 160px;
  right: 100px;
  width: 130px;
  z-index: 30;
}

@media (min-width: 768px) {
  .p-schedule-class__nav-wrap.is-fixed {
    position: fixed;
    top: 160px;
    right: 100px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .p-schedule-class__nav-wrap.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-schedule-class__nav {
  top: 60px;
  width: 100%;
  height: 80px;
  padding-top: 30px;
  z-index: 30;
  --nav-progress-ratio: 0;
  --nav-progress-color: #ed86b3;
  --nav-progress-duration: 1s;
}
@media screen and (max-width: 767px) {
  .p-schedule-class__nav {
    position: fixed;
    background: #F5F3F2;
    left: 50%;
    translate: -50%;
  }
}
@media (min-width: 768px) {
  .p-schedule-class__nav {
    position: sticky;
  }
}

.p-schedule-class__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .p-schedule-class__nav-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.p-schedule-class__nav-lists::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 2px;
  background: #edd4d4;
  top: -16px;
  left: 14px;
}
@media (min-width: 768px) {
  .p-schedule-class__nav-lists::before {
    width: 2px;
    height: 90%;
    left: unset;
    right: -20px;
    top: 10px;
  }
}
.p-schedule-class__nav-lists::after {
  content: "";
  position: absolute;
  width: 88%;
  height: 2px;
  background: var(--nav-progress-color);
  top: -16px;
  left: 14px;
  -webkit-transform: scaleX(var(--nav-progress-ratio));
          transform: scaleX(var(--nav-progress-ratio));
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform var(--nav-progress-duration) ease;
  transition: -webkit-transform var(--nav-progress-duration) ease;
  transition: transform var(--nav-progress-duration) ease;
  transition: transform var(--nav-progress-duration) ease, -webkit-transform var(--nav-progress-duration) ease;
}
@media (min-width: 768px) {
  .p-schedule-class__nav-lists::after {
    width: 2px;
    height: 90%;
    left: unset;
    right: -20px;
    top: 10px;
    -webkit-transform: scaleY(var(--nav-progress-ratio));
            transform: scaleY(var(--nav-progress-ratio));
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform var(--nav-progress-duration) ease;
    transition: -webkit-transform var(--nav-progress-duration) ease;
    transition: transform var(--nav-progress-duration) ease;
    transition: transform var(--nav-progress-duration) ease, -webkit-transform var(--nav-progress-duration) ease;
  }
}

.p-schedule-class__nav-list {
  position: relative;
}

.p-schedule-class__nav-link {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  color: #EDD4D4;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .p-schedule-class__nav-link {
    font-size: 14px;
    text-align: end;
  }
}
.p-schedule-class__nav-link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #EDD4D4;
  border-radius: 50%;
  -webkit-transition: background-color var(--nav-progress-duration) ease;
  transition: background-color var(--nav-progress-duration) ease;
}
@media screen and (max-width: 767px) {
  .p-schedule-class__nav-link::before {
    top: -20px;
    left: 50%;
    translate: -50%;
  }
}
@media (min-width: 768px) {
  .p-schedule-class__nav-link::before {
    top: 50%;
    translate: 0 -50%;
    right: -24px;
  }
}
.p-schedule-class__nav-link.is-active {
  color: #ED86B3;
}
.p-schedule-class__nav-link.is-active::before {
  background: #ED86B3;
}
.p-schedule-class__nav-link.is-reached::before {
  background: #ED86B3;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .u-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Zen Maru Gothic", sans-serif;
}
.u-font__en {
  font-family: "Alata", sans-serif;
}

.u-color-main {
  color: #ED86B3;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}