@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-achieve {
  margin-top: 6.25rem;
}

.l-header {
  height: 3.75rem;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-mv {
  margin-top: 3.75rem;
}

.l-inner-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.l-lesson {
  margin-top: 6.625rem;
}

.l-page {
  margin-top: 6.25rem;
}

.l-shop-general {
  margin-top: 6.375rem;
}

.l-shop {
  margin-top: 0.9375rem;
}

.l-top-access {
  margin-top: 0.9375rem;
}

.l-top-feature {
  margin-top: 6.25rem;
}

.l-top-lesson {
  margin-top: 1.5625rem;
}

.l-top-news {
  margin-top: 0.9375rem;
}

.l-top-voice {
  margin-top: 0.875rem;
}

.l-wrap {
  padding: 6.25rem 0 10.6875rem;
  background-color: rgba(254, 238, 237, .8);
}

.l-wrap.l-wrap--sm {
  padding: 5rem 0 6.25rem;
}

.l-wrap2 {
  padding: 5rem 0 6.4375rem;
  background-color: rgba(254, 238, 237, .8);
}

.l-wrap2.l-wrap--sm {
  padding: 5rem 0 6.25rem;
}

.l-wrap2.l-wrap2--md {
  padding: 6.4375rem 0 10.8125rem;
}

.c-btn {
  display: inline-block;
  min-width: 20.9375rem;
  padding: 1.0625rem 1.25rem;
  border-radius: 2.8125rem;
  background-color: #242424;
  color: #fff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.4444444444;
  text-align: center;
}

.c-btn.c-btn--colorChange {
  background-color: #FFADAA;
}

.c-card {
  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;
  padding: 2.125rem 1.4375rem;
  border-radius: 1.25rem;
  background-color: #FEEEED;
}

.c-card__text {
  font-size: 1.125rem;
  line-height: 1.9444444444;
}

.c-hamburger {
  z-index: 110;
  position: relative;
  position: relative;
  width: 1.875rem;
  height: inherit;
  cursor: pointer;
}

.c-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.625rem;
  background-color: #242424;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 44%;
}

.c-hamburger span:nth-child(2) {
  top: 56%;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4444444444;
}

.c-item__text::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1.1875rem;
  background: url(../images/icon_note.svg) no-repeat center/contain;
  content: "";
}

.c-item__text:nth-child(n+2) {
  margin-top: 0.875rem;
}

.c-item--teacher .c-item__text:nth-child(n+2) {
  margin-top: 1.6875rem;
}

.c-item2 img {
  aspect-ratio: 377/387;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.25rem solid #FFADAA;
  border-radius: 1.25rem;
}

.c-item3:nth-child(n+2) {
  margin-top: 1.6875rem;
  padding-top: 2.1875rem;
}

.c-item3__content {
  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: 2.5rem;
}

.c-item3__time,
.c-item3__price {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.45;
}

.c-news__content {
  display: grid;
  row-gap: 0.625rem;
  width: 100%;
  max-width: 36.25rem;
  margin: auto;
}

.c-news__date {
  font-size: 1rem;
  line-height: 1.4444444444;
}

.c-news__text {
  font-size: 1.0625rem;
  line-height: 1.4444444444;
}

.c-section-title__jp {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.45;
}

.c-section-title__en {
  color: #FFADAA;
  font-size: 3.4375rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
}

.c-section-title--md .c-section-title__en {
  font-size: 3.4375rem;
}

.c-section-title--sm .c-section-title__jp {
  color: #fff;
}

.c-section-title--sm .c-section-title__en {
  color: #fff;
  font-size: 2.8125rem;
  letter-spacing: 0.01em;
}

.c-section-title--ssm .c-section-title__en {
  font-size: 2.5rem;
}

.c-section-title.c-section-title--white .c-section-title__en,
.c-section-title.c-section-title--white .c-section-title__jp {
  color: #fff;
}

.c-form__requestdate {
  width: 100%;
  margin-bottom: 30px;
}

.c-select__text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4444444444;
}

.c-select__content select:invalid {
  color: #A0A0A0;
}

.c-select__wrap {
  position: relative;
  margin-top: 0.4375rem;
}

.c-select__wrap::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  content: "";
}

.c-title {
  padding: 0.875rem;
  border-radius: 1.5625rem;
  background-color: rgba(255, 173, 170, .5);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4666666667;
  text-align: center;
}

.p-box {
  position: relative;
  margin: 0 -0.625rem;
  padding: 5rem 0.9375rem 4.625rem;
  border-radius: 2.5rem;
  background: rgba(255, 173, 170, .5);
}

.p-box.p-box--colorThinly {
  padding: 4.375rem 0.625rem 6.125rem;
  border-radius: 1.875rem;
  background: rgba(255, 173, 170, .3);
}

.p-box::before {
  position: absolute;
  bottom: -6.25rem;
  left: 0rem;
  width: 7.75rem;
  height: 9.8125rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  background: url(../images/icon_flower3.svg) no-repeat center/contain;
  content: "";
}

.p-box::after {
  position: absolute;
  top: -1.25rem;
  right: 0.625rem;
  width: 4.5rem;
  height: 4rem;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  background: url(../images/icon_flower4.svg) no-repeat center/contain;
  content: "";
}

.p-box__text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.5;
  text-align: center;
}

.p-box__btn {
  margin-top: 9.5rem;
  text-align: center;
}

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

.p-box__items {
  margin-top: 3.1875rem;
}

.p-box__intro {
  margin-top: 2.875rem;
}

.p-box__intro-text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
}

.p-box__intro-text + .p-box__intro-text {
  margin-top: 0.625rem;
}

.p-cards {
  display: grid;
  gap: 1.25rem;
}

.p-contact__wrap {
  padding: 6.25rem 0;
  background-color: rgba(254, 238, 237, .6);
}

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

.p-contact__form {
  margin-top: 4.875rem;
}

.p-courses__items {
  margin-top: 1.875rem;
}

.p-courses__text-box {
  margin-top: 3.125rem;
}

.p-courses__text {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.85;
}

.p-courses__text + .p-courses__text {
  margin-top: 0.875rem;
}

.p-cta {
  position: relative;
  background: url(../images/cta_bg_sp.jpg) no-repeat center/cover;
}

.p-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 173, 170, .9);
  content: "";
}

.p-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.6875rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.44;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-footer-nav__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-footer-nav__item a {
  font-size: 1rem;
  line-height: 1.4444444444;
}

.p-footer__wrap {
  padding: 3.125rem 0 2.375rem;
  background-color: #FEEEED;
}

.p-footer__content + .p-footer__content {
  margin-top: 2.1875rem;
}

.p-footer__logo {
  width: 100%;
  max-width: 15.9375rem;
}

.p-footer__logo img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  aspect-ratio: 380/94;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav {
  margin-top: 3.125rem;
}

.p-footer__company {
  font-size: 1rem;
  line-height: 1.4444444444;
}

.p-footer__company-link + .p-footer__company-link {
  margin-top: 1.25rem;
}

.p-footer__sns {
  margin-top: 1.25rem;
  text-align: right;
}

.p-footer__sns a {
  display: inline-block;
  width: 2.8125rem;
}

.p-footer__sns a > img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__copy-light {
  padding: 0.625rem 0;
  background-color: #242424;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4444444444;
  text-align: center;
}

.p-form input,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.8125rem 0.625rem 0.8125rem;
  border: none;
  border-radius: 0.625rem;
  background-color: #fff;
}

.p-form__input-wrap:nth-child(n+2) {
  margin-top: 1.6875rem;
}

.p-form__title {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4444444444;
}

.p-form__input,
.p-form__select {
  margin-top: 1.1875rem;
}

.p-form__select select:invalid {
  color: #A0A0A0;
}

.p-form__error {
  margin: 0.75rem 0 0 0.4rem;
  font-size: 0.875rem;
  color: rgb(224,66,66)
}

.p-form__btn {
  margin-top: 5.75rem;
  text-align: center;
}

.p-header {
  background-color: #ffe3e2;
}

.p-header__inner {
  height: inherit;
}

.p-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 0.625rem;
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.4375rem;
  height: inherit;
}

.p-header__logo a {
  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: 100%;
}

.p-header__logo img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  aspect-ratio: 256/63;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  height: inherit;
}

.p-header__hamburger {
  margin-left: auto;
}

.p-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  gap: 0.3125rem;
}

.p-images__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-items__item {
  position: relative;
  padding: 1.25rem 0 1.875rem;
}

.p-items__item::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: radial-gradient(circle farthest-side, #FFC2BF, #FFC2BF 40%, transparent 40%, transparent);
  background-size: 1rem;
  content: "";
}

.p-items2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  row-gap: 0.9375rem;
}

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

.p-lesson__content {
  margin-top: 4.375rem;
}

.p-media-box {
  position: relative;
  padding: 6.25rem 0 6rem;
  background: url(../images/access_bg.jpg) no-repeat center/cover;
}

.p-media-box.p-media-box--lesson {
  padding: 6.125rem 0 6.25rem;
  background: url(../images/lesson_bg.jpg) no-repeat center/cover;
}

.p-media-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 173, 170, .9);
  content: "";
}

.p-media-box__title {
  margin-top: 2.5rem;
  text-align: center;
}

.p-media-box__title2 {
  margin-top: 6.5rem;
  text-align: center;
}

.p-media-box__contents,
.p-media-box__contents2 {
  display: grid;
  position: relative;
}

.p-media-box__contents2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-media-box__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-media-box__address {
  margin-top: 3.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1666666667;
}

.p-media-box__address span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.9444444444;
}

.p-media-box__text {
  position: relative;
  margin-top: 2rem;
  padding-top: 2.375rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.2;
}

.p-media-box__text::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: radial-gradient(circle farthest-side, #fff, #fff 40%, transparent 40%, transparent);
  background-size: 1rem;
  content: "";
}

.p-media-box__text-wrap {
  margin-top: 3.125rem;
}

.p-media-box__text2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2;
}

.p-media-box__text2 + .p-media-box__text2 {
  margin-top: 1.25rem;
}

.p-media-box__img {
  position: relative;
  max-width: 18.9375rem;
  margin: auto;
}

.p-media-box__img::after {
  position: absolute;
  top: -1.3125rem;
  right: -0.4375rem;
  width: 4.9375rem;
  height: 6.0625rem;
  background: url(../images/icon_flower5.svg) no-repeat center/contain;
  content: "";
}

.p-media-box__img img {
  aspect-ratio: 484/448;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-media-box__img2 {
  max-width: 18.9375rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="33" dy="33" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2rem 1.5rem 0 rgba(255, 255, 255, .7));
          filter: drop-shadow(2rem 1.5rem 0 rgba(255, 255, 255, .7));
}

.p-media-box__img2 img {
  position: relative;
  aspect-ratio: 439/536;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-clip-path: inset(0 0 round 18.125rem 18.125rem 1.25rem 1.25rem);
          clip-path: inset(0 0 round 18.125rem 18.125rem 1.25rem 1.25rem);
}

.p-media__img img {
  aspect-ratio: 377/550;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-clip-path: inset(0 0 round 15.625rem);
          clip-path: inset(0 0 round 15.625rem);
}

.p-media__body {
  margin-top: 3.4375rem;
}

.p-media__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-media__text {
  margin-top: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.9444444444;
}

.p-trial__text {
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.4444444444;
  margin-top: 1.25rem
}

.p-media__recommend {
  margin-top: 1.25rem;
  padding: 0.6875rem 1.25rem;
  border-radius: 0.625rem;
  background-color: #242424;
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4210526316;
}

.p-media__items {
  margin-top: 1.25rem;
}

.p-media2__contents {
  display: grid;
}

.p-media2__content:nth-child(n+2) {
  position: relative;
}

.p-media2__title {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
}

.p-media2__desc {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.875rem;
  margin-top: 2.9375rem;
  padding-top: 4.0625rem;
  padding-bottom: 4.625rem;
  padding-left: 3.75rem;
}

.p-media2__time,
.p-media2__price {
  font-size: 1.125rem;
  line-height: 1.45;
}

.p-media3 {
  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;
  width: 100%;
  gap: 2.5rem;
}

.p-media3__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-media3__head {
  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: 1.25rem;
}

.p-media3__name {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.7391304348;
}

.p-media3__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
}

.p-media3__text {
  margin-top: 1.9375rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}

.p-media3__material {
  margin-top: 1.875rem;
  padding-top: 2.25rem;
  text-align: center;
}

.p-media3__material-name {
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.4444444444;
}

.p-media3__text2 {
  margin-top: 0.625rem;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.4444444444;
}

.p-media3__img {
  position: relative;
  max-width: 20rem;
  margin: auto;
}

.p-media3__img::before {
  z-index: 2;
  position: absolute;
  top: -2.5rem;
  right: 0.625rem;
  width: 3.625rem;
  height: 5.125rem;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: url(../images/icon_flower6.svg) no-repeat center/contain;
  content: "";
}

.p-media3__img img {
  aspect-ratio: 484/676;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-clip-path: inset(0 0 round 15.625rem);
          clip-path: inset(0 0 round 15.625rem);
}

.p-mv {
  position: relative;
}

.p-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  content: "";
}

.p-mv__images {
  display: grid;
}

.p-mv__img img {
  aspect-ratio: 375/270;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.p-mv__text {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.06em;
}

.p-mv__text::before {
  position: absolute;
  top: -4.0625rem;
  left: 50%;
  width: 3.5625rem;
  height: 3.3125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_flower2.svg) no-repeat center/contain;
  content: "";
}

.p-nav {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1.25rem);
  height: 37.5rem;
  margin-left: 1.25rem;
  padding: 2.8125rem 2.625rem;
  border-bottom-left-radius: 1.875rem;
  background-color: #FEEEED;
}

.p-nav__logo {
  width: 3.8125rem;
  margin: auto;
}

.p-nav__logo img {
  aspect-ratio: 61/67;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-nav__items {
  margin-top: 2.5rem;
}

.p-nav__item {
  height: inherit;
}

.p-nav__item a {
  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: inherit;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.p-nav__item:nth-child(n+2) {
  position: relative;
  margin-top: 1.1875rem;
  padding-top: 1.375rem;
}

.p-nav__item:nth-child(n+2)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: radial-gradient(circle farthest-side, #FFC2BF, #FFC2BF 40%, transparent 40%, transparent);
  background-size: 1rem;
  content: "";
}

.p-page-header__img img {
  aspect-ratio: 375/540;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page__title {
  position: relative;
  padding-bottom: 1.875rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4571428571;
}

.p-page__title::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: radial-gradient(circle farthest-side, #FFC2BF, #FFC2BF 40%, transparent 40%, transparent);
  background-size: 1rem;
  content: "";
}

.p-page__content {
  margin-top: 1.875rem;
}

.p-page__sub-title {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.4583333333;
}

.p-page__text {
  margin-top: 1.25rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.1875;
}

.p-page__img {
  margin-top: 2.5rem;
}

.p-page__img img {
  aspect-ratio: 335/350;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.p-page__btn {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

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

.p-scene__title {
  margin-top: 6.25rem;
  text-align: center;
}

.p-scene__items {
  margin-top: 4.375rem;
}

.p-shop-media__title {
  display: inline-block;
  position: relative;
}

.p-shop-media__title::after {
  position: absolute;
  top: -0.625rem;
  right: -2.5rem;
  width: 2.3125rem;
  height: 3.3125rem;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
  background: url(../images/icon_flower.svg) no-repeat center/contain;
  content: "";
}

.p-shop {
  padding: 3.75rem 0 3.3125rem;
  background-color: #FFADAA;
}

.p-shop__img {
  margin: 0 auto;
  max-width: 650px;
}

.p-shop__img img {
  aspect-ratio: 1200/410;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-shop__media {
  margin-top: 2.75rem;
}

.p-teacher {
  z-index: 2;
  position: relative;
}

.p-teacher__media {
  margin-top: 4.375rem;
}

.p-top-about {
  overflow-x: clip;
}

.p-top-feature__title {
  text-align: center;
}

.p-top-feature__media {
  margin-top: 4.375rem;
}

.p-top-feature__media + .p-top-feature__media {
  padding-top: 5.1875rem;
}

.p-top-lesson__wrap {
  padding: 6.25rem 0;
  background-color: rgba(254, 238, 237, .6);
}

.p-top-lesson__title {
  text-align: center;
}

.p-top-lesson__media {
  margin-top: 5rem;
}

.p-top-lesson__btn {
  margin-top: 3.75rem;
  text-align: center;
}

.p-top-news__wrap {
  padding: 6.25rem 0;
  background-color: rgba(254, 238, 237, .6);
}

.p-top-news__title {
  text-align: center;
}

.p-top-news__items {
  width: 100%;
  max-width: 62.5rem;
  margin-top: 3.3125rem;
  margin-right: auto;
  margin-left: auto;
}

.p-top-news__btn {
  margin-top: 3.5625rem;
  text-align: center;
}

.p-top-voice__wrap {
  padding: 6.25rem 0;
  background-color: rgba(254, 238, 237, .6);
}

.p-top-voice__title {
  position: relative;
  text-align: center;
}

.p-top-voice__title::after {
  position: absolute;
  top: -5.625rem;
  left: calc(50% + 3.75rem);
  width: 5.75rem;
  height: 5.875rem;
  background: url(../images/icon_voice.svg) no-repeat center/contain;
  content: "";
}

.p-top-voice__cards {
  margin-top: 4.4375rem;
}

.p-wrap {
  padding: 6.3125rem 0 6.25rem;
  background-color: rgba(254, 238, 237, .8);
}

.p-privacy-policy {
  margin-bottom: 80px;
}

.p-privacy-policy ol {
  list-style: decimal;
  padding-left: 2rem;
}

.p-privacy-policy ul {
  list-style: disc;
  padding-left: 2rem;
}

.p-signature {
  font-size: 1rem;
  font-weight: bold;
}

.u-desktop {
  display: none;
}

.u-line {
  position: relative;
}

.u-line::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: radial-gradient(circle farthest-side, #FFC2BF, #FFC2BF 40%, transparent 40%, transparent);
  background-size: 1rem;
  content: "";
}

.u-required {
  padding-left: 0.125rem;
  color: #FFADAA;
  font-size: 1rem;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-achieve {
    margin-top: -4.375rem;
  }
  .l-cta {
    margin-top: 0.8125rem;
  }
  .l-header {
    height: 8rem;
    position: relative;
  }
  .l-mv {
    margin-top: 0;
  }
  .l-inner-lg {
    max-width: 1450px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .l-lesson {
    margin-top: 9.25rem;
  }
  .l-page {
    margin-top: 10rem;
  }
  .l-shop-general {
    margin-top: 10rem;
  }
  .l-shop {
    margin-top: 1.5625rem;
  }
  .l-top-access {
    margin-top: 1.5625rem;
  }
  .l-top-feature {
    margin-top: 8.75rem;
  }
  .l-top-news {
    margin-top: 1.5625rem;
  }
  .l-top-voice {
    margin-top: 1.5625rem;
  }
  .l-wrap {
    padding: 10rem 0;
  }
  .l-wrap.l-wrap--sm {
    padding: 10rem 0;
  }
  .l-wrap2 {
    padding: 9.1875rem 0 10rem;
  }
  .l-wrap2.l-wrap--sm {
    padding: 10rem 0;
  }
  .l-wrap2.l-wrap2--md {
    padding: 9.1875rem 0 10rem;
  }
  .l-trial__text {
    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;
  }
  .c-btn {
    min-width: 25rem;
    padding: 1.375rem 1.25rem;
    font-size: 1.125rem;
  }
  .c-card {
    min-height: 13.5625rem;
    padding: 0 1.4375rem;
  }
  .c-hamburger {
    display: none;
  }
  .c-item__text {
    font-size: 1.125rem;
  }
  .c-item--teacher .c-item__text:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .c-item2 img {
    border-radius: 1.875rem;
  }
  .c-item3:nth-child(n+2) {
    margin-top: 1.25rem;
    padding-top: 1.625rem;
  }
  .c-item3__content {
    gap: 7.875rem;
  }
  .c-item3__time,
  .c-item3__price {
    font-size: 1.25rem;
  }
  .c-news__content {
    grid-template-columns: auto 1fr;
    gap: 3.125rem;
  }
  .c-news__date {
    font-size: 1.125rem;
  }
  .c-news__text {
    font-size: 1.125rem;
  }
  .c-section-title__jp {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .c-section-title__en {
    font-size: 5.625rem;
  }
  .c-section-title--md .c-section-title__en {
    font-size: 5rem;
  }
  .c-section-title--sm .c-section-title__en {
    font-size: 3.75rem;
    letter-spacing: 0.06em;
  }
  .c-section-title--ssm .c-section-title__en {
    font-size: 3.75rem;
  }
  .c-form__requestdate--wrap {
    display: flex;
    justify-content: start;
  }
  .c-form__requestdate {
    width: 50%;
    padding-right: 10%;
  }
  .c-select__contents {
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
  .c-select__text {
    font-size: 1.125rem;
  }
  .c-select__wrap::after {
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-title {
    padding: 1.3125rem;
    font-size: 1.875rem;
  }
  .p-box {
    margin: 0;
    padding: 8.75rem 5rem;
  }
  .p-box.p-box--colorThinly {
    padding: 7.8125rem 5rem;
    border-radius: 2.5rem;
  }
  .p-box::before {
    bottom: -3.125rem;
    left: -3.75rem;
    width: 16.9375rem;
    height: 21.375rem;
  }
  .p-box::after {
    top: 5.625rem;
    right: -2.5rem;
    width: 9.25rem;
    height: 8.1875rem;
  }
  .p-box__text {
    font-size: 1.375rem;
  }
  .p-box__items {
    max-width: 38.9375rem;
    margin: 2.5rem auto 0;
  }
  .p-box__intro {
    margin-top: 3.125rem;
    text-align: center;
  }
  .p-box__intro-text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
  .p-cards {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
    row-gap: 2.1875rem;
  }
  .p-contact {
    padding: 1.5625rem 1.625rem;
  }
  .p-contact__wrap {
    padding: 9.0625rem 0 10rem;
    border-radius: 2.5rem;
  }
  .p-contact__form {
    max-width: 62.5rem;
    margin: 5rem auto 0;
  }
  .p-courses__items {
    margin-top: 3.125rem;
  }
  .p-courses__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
  }
  .p-courses__text + .p-courses__text {
    margin-top: 0.9375rem;
  }
  .p-cta {
    background: url(../images/cta_bg.jpg) no-repeat center/cover;
  }
  .p-cta__link {
    padding: 5.5625rem 0;
    font-size: 3.125rem;
  }
  .p-footer-nav__item {
    display: inline-block;
    margin-right: 3.875rem;
  }
  .p-footer-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
  .p-footer-nav__item:nth-child(n+4) {
    margin-top: 1.4375rem;
  }
  .p-footer-nav__item a {
    font-size: 1.125rem;
  }
  .p-footer__wrap {
    padding: 4.1875rem 0 4.125rem;
  }
  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__content + .p-footer__content {
    margin-top: 0;
  }
  .p-footer__logo {
    max-width: 23.75rem;
  }
  .p-footer__nav {
    max-width: 32.5rem;
    margin-top: 2.25rem;
  }
  .p-footer__company {
    font-size: 1.125rem;
    text-align: right;
  }
  .p-footer__sns {
    margin-top: 2.6875rem;
  }
  .p-footer__sns a {
    width: 4.3125rem;
  }
  .p-footer__copy-light {
    padding: 1.75rem 0 1.8125rem;
    font-size: 1.125rem;
  }
  .p-form input,
  .p-form select,
  .p-form textarea {
    padding: 1.125rem 0.625rem 1.125rem;
  }
  .p-form__input-wrap:nth-child(n+2) {
    margin-top: 1.75rem;
  }
  .p-form__title {
    font-size: 1.125rem;
  }
  .p-form__error {
    margin: 1rem 0 0 1rem;
    font-size: 1rem;
  }
  .p-form__btn {
    margin-top: 5rem;
  }
  .p-header__logo {
    width: 16rem;
  }
  .p-header__nav {
    margin-left: auto;
  }
  .p-images {
    margin: 0;
    gap: 0.625rem;
  }
  .p-images__img img {
    border-radius: 1.25rem;
  }
  .p-items__item {
    padding: 2.6875rem 0 2.5625rem;
  }
  .p-items2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1875rem;
  }
  .p-lesson__content {
    width: 100%;
    max-width: 62.5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-media-box {
    padding: 7.3125rem 0 8.4375rem;
    overflow-x: hidden;
  }
  .p-media-box.p-media-box--lesson {
    padding: 4.625rem 0 5.625rem;
  }
  .p-media-box__title {
    margin-top: 0;
    text-align: left;
  }
  .p-media-box__title2 {
    margin-top: 0;
    text-align: left;
  }
  .p-media-box__contents,
  .p-media-box__contents2 {
    grid-template-columns: auto 1fr;
  }
  .p-media-box__content {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-media-box__address {
    margin-top: 3.625rem;
    font-size: 1.875rem;
  }
  .p-media-box__address span {
    margin-top: 0;
    font-size: 1.125rem;
  }
  .p-media-box__text {
    padding-top: 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
  .p-media-box__text-wrap {
    margin-top: 3.75rem;
  }
  .p-media-box__text2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
  .p-media-box__img {
    width: 80.6666666667%;
    max-width: 100%;
    margin-right: -1.875rem;
    margin-left: auto;
  }
  .p-media-box__img::after {
    top: -4.375rem;
    right: 4.375rem;
    width: 6.1875rem;
    height: 7.5625rem;
  }
  .p-media-box__img2 {
    width: 73.1666666667%;
    max-width: 100%;
    margin-left: auto;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="49" dy="33" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2.875rem 2.25rem 0 rgba(255, 255, 255, .7));
            filter: drop-shadow(2.875rem 2.25rem 0 rgba(255, 255, 255, .7));
  }
  .p-media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.0625rem;
  }
  .p-media--rev .p-media__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-media__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.4166666667%;
  }
  .p-media__body {
    margin-top: 0;
  }
  .p-media__title {
    font-size: 2.5rem;
    text-align: left;
  }
  .p-media__text {
    margin-top: 1.0625rem;
    font-size: 1.125rem;
  }
  
  .p-media__recommend {
    margin-top: 1rem;
    font-size: 1.1875rem;
  }
  .p-media__items {
    margin-top: 1.0625rem;
  }
  .p-media2__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 79.75%;
    margin: auto;
  }
  .p-media2__content + .p-media2__content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.375rem;
    height: 100%;
    background: url(../images/icon_vertical_line.svg) repeat-y center/contain;
    content: "";
  }
  .p-media2__title {
    font-size: 1.875rem;
  }
  .p-media2__desc {
    -webkit-column-gap: 7.8125rem;
       -moz-column-gap: 7.8125rem;
            column-gap: 7.8125rem;
  }
  .p-media2__time,
  .p-media2__price {
    font-size: 1.25rem;
  }
  .p-media3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.75rem;
  }
  .p-media3__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-media3__head {
    display: block;
    margin-top: -1.625rem;
  }
  .p-media3__name {
    font-size: 1.4375rem;
  }
  .p-media3__title {
    font-size: 1.5625rem;
  }
  .p-media3__text {
    margin-top: 1.625rem;
  }
  .p-media3__material {
    margin-top: 3.125rem;
    padding-top: 3.5rem;
    text-align: left;
  }
  .p-media3__material-name {
    font-size: 1.125rem;
  }
  .p-media3__text2 {
    font-size: 1.125rem;
  }
  .p-media3__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40.3333333333%;
    max-width: 100%;
    margin: 0;
  }
  .p-media3__img::before {
    width: 5.1875rem;
    height: 7.375rem;
  }
  .p-mv__images {
    grid-template-columns: 1fr 1fr;
  }
  .p-mv__img img {
    aspect-ratio: 960/828;
  }
  .p-mv__text {
    font-size: 3.4375rem;
  }
  .p-mv__text::before {
    top: -5.9375rem;
    width: 5.4375rem;
    height: 5.0625rem;
  }
  .p-nav {
    display: block !important;
    position: static;
    width: auto;
    height: inherit;
    padding: 0;
    background: none;
  }
  .p-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    margin-top: 0;
    gap: 3.125rem;
  }
  .p-nav__item:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
  }
  .p-nav__item:nth-child(n+2)::before {
    display: none;
  }
  .p-page-header__img img {
    aspect-ratio: 1920/828;
  }
  .p-page__title {
    padding-bottom: 2.3125rem;
    font-size: 2.1875rem;
  }
  .p-page__content {
    margin-top: 2.8125rem;
  }
  .p-page__sub-title {
    font-size: 1.5rem;
  }
  .p-page__text {
    margin-top: 1.125rem;
    font-size: 1.375rem;
    line-height: 1.7;
  }
  .p-page__img {
    margin-top: 5rem;
  }
  .p-page__img img {
    aspect-ratio: 1200/530;
    border-radius: 1.875rem;
  }
  .p-page__btn {
    margin-top: 5rem;
  }
  .p-scene__title {
    margin-top: 0;
  }
  .p-scene__items {
    margin-top: 5rem;
  }
  .p-shop-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.9375rem;
  }
  .p-shop-media__title::after {
    top: 1.25rem;
    right: -3.25rem;
    width: 3.0625rem;
    height: 4.3125rem;
  }
  .p-shop {
    padding: 10rem 0;
  }
  .p-shop__media {
    margin-top: 2.5rem;
  }
  .p-teacher__media {
    margin-top: 3.875rem;
  }
  .p-top-feature__media {
    margin-top: 5rem;
  }
  .p-top-lesson__wrap {
    padding: 9.8125rem 0 9.75rem;
    border-top-right-radius: 6.25rem;
    border-top-left-radius: 6.25rem;
  }
  .p-top-lesson__btn {
    margin-top: 4.5rem;
  }
  .p-top-news__wrap {
    margin: 0 1.75rem;
    padding: 9.25rem 0;
    border-radius: 2.5rem;
  }
  .p-top-news__items {
    margin-top: 1.75rem;
  }
  .p-top-news__btn {
    margin-top: 5rem;
  }
  .p-top-voice__wrap {
    margin: 0 1.625rem;
    padding: 8.875rem 0 10rem;
    border-radius: 2.5rem;
  }
  .p-top-voice__title::after {
    top: -3.75rem;
    left: calc(50% + 15.625rem);
    width: 7.5625rem;
    height: 7.6875rem;
  }
  .p-top-voice__cards {
    margin-top: 5rem;
  }
  .p-wrap {
    padding: 10rem 0 6.25rem;
  }
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  .u-required {
    font-size: 1.125rem;
  }
}

@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=styles.css.map */
