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

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  font-style: normal;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Sawarabi Gothic", sans-serif;
}

a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.l-header__inner {
  width: 100%;
  max-width: 144rem;
  padding: 1rem 3rem;
  margin: 0 auto;
}

.l-header__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.l-header__flex {
  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;
}

.l-header__logo-wrap {
  width: 29rem;
}

.l-header__logo {
  display: block;
}

.l-header__btn-wrap {
  width: 28rem;
}

.l-footer {
  padding: 0 0 2rem;
}
.l-footer p {
  text-align: center;
  font-size: 1.4rem;
}
.u-animation-opacity {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.u-animation-opacity:hover {
  opacity: 0.5;
}

body {
  background-color: #F9F9F3;
}

.p-fv {
  padding-top: 6rem;
  margin-bottom: 8rem;
}

#fv {
  overflow: hidden;
}
#fv .p-fv__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 73rem;
  margin: 0 auto;
  overflow: hidden;
}
#fv .fv-body__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 51rem;
  font-size: 7rem;
  z-index: 100;
  font-family: "vdl-penletter", sans-serif;
  white-space: nowrap;
}
#fv .fv-body__img01 {
  position: absolute;
  top: 21rem;
  right: 34rem;
  width: 50rem;
  border-radius: 50%;
  z-index: 20;
}
#fv .fv-body__img01 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/500;
  border-radius: 50%;
}
#fv .fv-body__img02 {
  position: absolute;
  top: 44rem;
  left: 24rem;
  width: 27rem;
  border-radius: 50%;
  z-index: 20;
}
#fv .fv-body__img02 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/500;
  border-radius: 50%;
}
#fv .fv-body__img03 {
  position: absolute;
  top: 5rem;
  left: 70rem;
  width: 20rem;
  border-radius: 50%;
  z-index: 20;
}
#fv .fv-body__img03 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
  aspect-ratio: 500/500;
  border-radius: 50%;
}
#fv .fv-body__ellipse01 {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 26rem;
  z-index: 10;
}
#fv .fv-body__ellipse02 {
  position: absolute;
  top: 52rem;
  left: 80rem;
  width: 16rem;
  z-index: 10;
}
#fv .fv-body__ellipse03 {
  position: absolute;
  top: 8rem;
  left: 26rem;
  width: 20rem;
  z-index: 10;
}
#fv .fv-body__ellipse04 {
  position: absolute;
  bottom: 0;
  right: 24rem;
  width: 10rem;
  z-index: 10;
}

.p-about {
  padding: 8rem 0;
}

.p-about__inner {
  padding: 0 2rem;
}

.p-about__container {
  width: 100%;
  max-width: 99rem;
  margin: 0 auto;
}

.p-about__header {
  text-align: center;
  margin-bottom: 8rem;
}

.about-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.about-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "About Us";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(248, 176, 174, 0.25);
}

.p-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-body__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
  padding: 2rem 4rem;
  margin-right: -10rem;
  margin-bottom: 4rem;
  background-color: rgba(251, 251, 246, 0.8);
  border-radius: 1rem;
}
.about-body__text p {
  font-size: 1.6rem;
}

.about-body__figure {
  position: relative;
  z-index: 5;
  width: 56rem;
}

.p-feature {
  padding: 8rem 0;
}

.p-feature__inner {
  padding: 0 2rem;
}

.p-feature__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-feature__header {
  text-align: center;
  margin-bottom: 8rem;
}

.feature-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.feature-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Features";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(224, 209, 235, 0.4);
}

.p-feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-bottom: 4rem;
}
.p-feature__box:nth-of-type(2) .feature-box__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-feature__box:last-of-type {
  margin-bottom: 0;
}

.feature-body__figure {
  width: 45rem;
}

.feature-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature-box-content__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.feature-box-content__text {
  font-size: 1.6rem;
}

.p-voice {
  padding: 12rem 0;
  margin-bottom: 6rem;
}

.p-voice__inner {
  padding: 0 2rem;
}

.p-voice__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-voice__header {
  text-align: center;
  margin-bottom: 8rem;
}

.voice-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.voice-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "voice";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(204, 216, 254, 0.4);
}

.p-voice__box {
  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: 9.5rem 2.5rem;
  border-radius: 3rem;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/image_voice-box-bg.png");
  background-position: 0 50%;
  -webkit-box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
          box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
}

.p-voice__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.voice-box__figure-wrap {
  margin-bottom: 2rem;
}

.voice-box__figure {
  width: 14rem;
  margin: 0 auto 1rem;
}

.voice-box__profile {
  font-size: 1.4rem;
}

.voice-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}

#slider-voice .slick-list {
  padding: 0 !important;
}
#slider-voice .slick-slide {
  width: 56rem;
  margin: 0 6rem;
}
#slider-voice .slide-arrow-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 4rem;
  z-index: 10;
}
#slider-voice .prev-arrow-btn {
  left: 35rem;
}
#slider-voice .next-arrow-btn {
  right: 35rem;
}

.p-cta {
  padding: 12rem 0;
  background-repeat: no-repeat;
  background-image: url("../images/image_cta-bg.png");
}

.p-cta__inner {
  padding: 0 2rem;
}

.p-cta__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-cta__header {
  text-align: center;
  margin-bottom: 8rem;
}

.cta-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}

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

.p-cta__text {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.p-cta__btn {
  display: block;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}

.p-lesson {
  position: relative;
  padding: 12rem 0;
  margin-bottom: 6rem;
}

.p-lesson__bg {
  position: absolute;
  top: 15rem;
  z-index: -1;
}

.p-lesson__inner {
  position: relative;
  padding: 0 2rem;
  z-index: 10;
}

.p-lesson__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-lesson__header {
  text-align: center;
  margin-bottom: 8rem;
}

.lesson-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.lesson-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Lesson";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(204, 216, 254, 0.4);
}

.p-lesson__box {
  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: 8rem 6.5rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 6rem;
}
.p-lesson__box:last-of-type {
  margin-bottom: 0;
}

.lesson-box__figure {
  width: 24rem;
}

.lesson-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lesson-box-content__title {
  font-size: 2.4rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  border-left: 0.8rem solid #B3ECD0;
}

.lesson-box-content__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.lesson-box-content__text span {
  font-weight: bold;
  color: red;
}

.lesson-box-content__btn {
  display: block;
  cursor: pointer;
  width: 17.5rem;
}

/* モーダル */
.modal-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  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;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  width: 100%;
  max-width: 140rem;
  max-height: 60vh;
  overflow-y: auto;
  padding: 3rem;
}

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-open {
  display: block;
}

.modal-content__table-wrap {
  overflow: scroll;
}

.modal-content__right-text {
  display: none;
}

.modal-content__table {
  width: 100%;
  table-layout: fixed;
}
.modal-content__table tr {
  border: 0.1rem solid #d4d4d4;
}
.modal-content__table th {
  font-size: 2rem;
  padding: 1.5rem 1rem;
  font-weight: bold;
  border: 0.1rem solid #d4d4d4;
  background-color: #B3ECD0;
}
.modal-content__table th:first-of-type {
  width: 25rem;
}
.modal-content__table th:nth-of-type(2) {
  width: 25rem;
}
.modal-content__table th:last-of-type {
  width: 15rem;
}
.modal-content__table td {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border: 0.1rem solid #d4d4d4;
}

.modal-content__note-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: red;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.p-frow {
  padding: 12rem 0;
}

.p-frow__inner {
  padding: 0 2rem;
}

.p-frow__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-frow__header {
  text-align: center;
  margin-bottom: 8rem;
}

.frow-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.frow-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Frow";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(252, 216, 135, 0.4);
}

.p-frow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.p-frow__box {
  position: relative;
  width: 30rem;
  height: 50rem;
  padding: 3rem 0 4.5rem;
  border-radius: 1rem;
  background-color: #fff;
}

.frow-box__number {
  position: absolute;
  top: -4rem;
  left: -4rem;
  width: 8rem;
}

.frow-box__title {
  text-align: center;
  font-size: 2rem;
  height: 6.5rem;
  margin-bottom: 2rem;
}

.frow-box__figure {
  margin-bottom: 2rem;
}

.frow-box__link {
  display: block;
  width: 95%;
  margin: 0 auto 2rem;
}

.frow-box__text {
  text-align: center;
  padding: 0 1rem;
  font-size: 1.6rem;
}

.p-instructor {
  padding: 12rem 0;
}

.p-instructor__inner {
  padding: 0 2rem;
}

.p-instructor__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-instructor__header {
  text-align: center;
  margin-bottom: 8rem;
}

.instructor-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.instructor-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Instructor";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(247, 177, 177, 0.4);
}

.p-instructor__box {
  padding: 6rem 7rem;
  border-radius: 3rem;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/image_instructor-box-bg.png");
  background-position: 0 50%;
  -webkit-box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
          box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
}

.instructor-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3rem;
}

.instructor-box__figure {
  width: 20rem;
}
.instructor-box__figure img {
  width: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor-box__profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.instructor-box__profile span {
  display: block;
}

.instructor-box__profile-name {
  font-size: 1.4rem;
}

.instructor-box__profile-fullname {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.instructor-box__profile-corse {
  font-size: 1.4rem;
}

.instructor-box__profile-charge {
  font-size: 1.6rem;
}

.instructor-box__text {
  font-size: 1.6rem;
}

#slider-instructor .slick-list {
  padding: 0 !important;
}
#slider-instructor .slick-slide {
  width: 56rem;
  margin: 0 6rem;
}
#slider-instructor .slide-arrow-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 4rem;
  z-index: 10;
}
#slider-instructor .prev-arrow-btn {
  left: 35rem;
}
#slider-instructor .next-arrow-btn {
  right: 35rem;
}

.p-price {
  padding: 12rem 0;
}

.p-price__inner {
  padding: 0 2rem;
}

.p-price__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-price__header {
  text-align: center;
  margin-bottom: 8rem;
}

.price-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.price-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Price";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(224, 209, 235, 0.4);
}

.p-price__body {
  position: relative;
  width: 99rem;
  height: 32rem;
  padding: 6rem 7rem;
  border: 0.1rem solid #E0D1EB;
  background-color: transparent;
  border-radius: 1rem;
  z-index: 10;
}
.p-price__body::after {
  position: absolute;
  top: -1rem;
  left: -1rem;
  content: "";
  display: block;
  width: 99rem;
  height: 32rem;
  border-radius: 1rem;
  background-color: rgba(224, 209, 235, 0.2);
  z-index: -1;
}

.p-price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.p-price__box:last-of-type {
  margin-bottom: 5.5rem;
}

.price-box__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13%;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-right: 4rem;
}
.price-box__detail span:first-of-type {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #DBBCF1;
  border-radius: 50%;
}
.price-box__detail span:last-of-type {
  font-size: 2rem;
  line-height: 1;
}

.price-box__en-text {
  width: 13%;
  text-align: right;
  font-size: 2rem;
  line-height: 1;
  margin-right: 6rem;
}

.price-box__note {
  font-size: 2rem;
  line-height: 1;
}

.p-price__note {
  text-align: center;
  font-size: 2rem;
}

.p-faq {
  padding: 12rem 0;
}

.p-faq__inner {
  padding: 0 2rem;
}

.p-faq__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-faq__header {
  text-align: center;
  margin-bottom: 8rem;
}

.faq-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.faq-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Faq";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(224, 209, 235, 0.4);
}

.p-faq__body {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.p-faq__box {
  border-radius: 2rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

.faq-box-content__question {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 3rem;
}
.faq-box-content__question span:first-of-type {
  font-size: 2rem;
  line-height: 1.3;
  color: #A5BBFF;
}

.faq-box-content-question__text {
  font-size: 1.6rem;
}

.faq-box-content__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-box-content-answer__text {
  font-size: 1.6rem;
  padding: 0 3rem 3rem;
}

.faq-box-content-question__dli-plus-wrap {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #A5BBFF;
}

.faq-box-content-question__dli-plus {
  position: relative;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.faq-box-content-question__dli-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.faq-box-content__question.is_active .faq-box-content-question__dli-plus::after {
  opacity: 0;
}

.p-access {
  padding: 12rem 0;
}

.p-access__map {
  margin-bottom: 6rem;
}
.p-access__map iframe {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1440/400;
}

.p-access__header {
  text-align: center;
  margin-bottom: 8rem;
}

.access-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.access-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Access";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(179, 236, 208, 0.4);
}

.p-access__inner {
  padding: 0 2rem;
}

.p-access__container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
}

.p-access__table {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.p-access__table tr {
  height: 6rem;
}
.p-access__table tr:nth-of-type(2) {
  height: 9rem;
}
.p-access__table td {
  font-size: 1.6rem;
  vertical-align: middle;
  border: #B3ECD0 solid 0.1rem;
}
.p-access__table td:first-of-type {
  text-align: center;
  width: 24rem;
  background-color: rgba(179, 236, 208, 0.4);
}
.p-access__table td:last-of-type {
  padding-left: 3.5rem;
}

.p-reservation {
  padding: 12rem 0;
}

.p-reservation__inner {
  padding: 0 2rem;
}

.p-reservation__container {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.p-reservation__header {
  text-align: center;
  margin-bottom: 8rem;
}

.reservation-header__title {
  position: relative;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
}
.reservation-header__title::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  content: "Reservation";
  font-family: "EB Garamond", serif;
  font-size: 8rem;
  color: rgba(224, 209, 235, 0.4);
}

.p-reservation__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 4rem;
}

.p-reservation__box {
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.p-reservation__box:nth-of-type(3) .reservation-box-content__title {
  font-size: 1.4rem;
}
.p-reservation__box:nth-of-type(3) .reservation-box-content__title span {
  font-size: 1.8rem;
}

.reservation-box__inner {
  background-color: #FCF7EB;
}

.reservation-box-content__title-wrap {
  position: relative;
  cursor: pointer;
  padding: 2rem;
}

.reservation-box-content__title {
  text-align: center;
  font-size: 1.8rem;
}

.reservation-box-content__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 1rem;
  width: 3.2rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.reservation-box-content__ele {
  padding: 2rem 0;
  margin: 0 2rem;
  border-top: 0.1rem solid #E45E5E;
}

.reservation-box-content__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.reservation-box-content__btn {
  display: block;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
}

.reservation-box-content__arrow.is_active {
  transform: rotate(180deg) translateX(0%) translateY(50%);
  -webkit-transform: rotate(180deg) translateX(0%) translateY(50%);
}

@media screen and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: 0.6944444444vw;
  }
  .l-header__container {
    max-width: 144rem;
  }
  #fv .p-fv__container {
    max-width: 144rem;
  }
  #fv .fv-body__copy {
    top: 43%;
    left: 22rem;
    font-size: 6.4rem;
  }
  #fv .fv-body__img01 {
    right: 20rem;
  }
  #fv .fv-body__img02 {
    left: -2rem;
  }
  #fv .fv-body__img03 {
    left: 48rem;
  }
  #fv .fv-body__ellipse02 {
    left: 50rem;
  }
  #fv .fv-body__ellipse03 {
    left: 18rem;
  }
  #fv .fv-body__ellipse04 {
    right: 21rem;
  }
  .p-lesson__bg {
    top: 5rem;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.5641025641vw;
  }
  .l-header__inner {
    padding: 1rem 1rem;
  }
  .l-header__container {
    max-width: 100%;
  }
  .l-header__logo-wrap {
    width: 16rem;
  }
  .l-header__btn-wrap {
    width: 18rem;
  }
  #fv .p-fv__container {
    max-width: 100%;
  }
  #fv .fv-body__copy {
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 4.6rem;
  }
  #fv .fv-body__img01 {
    top: 41rem;
    right: -1rem;
    width: 26rem;
  }
  #fv .fv-body__img02 {
    top: 8rem;
    left: 1rem;
    width: 16rem;
  }
  #fv .fv-body__img03 {
    top: 1rem;
    left: auto;
    right: -2rem;
    width: 16rem;
  }
  #fv .fv-body__ellipse01 {
    top: 19rem;
    right: -3rem;
    width: 10rem;
  }
  #fv .fv-body__ellipse02 {
    top: 42rem;
    left: 2rem;
    width: 10rem;
  }
  #fv .fv-body__ellipse03 {
    top: 0;
    left: -1rem;
    width: 16rem;
  }
  #fv .fv-body__ellipse04 {
    bottom: 34rem;
    right: -1rem;
    width: 6rem;
  }
  .p-about {
    padding: 6rem 0;
  }
  .p-about__inner {
    padding: 0 2rem;
  }
  .p-about__container {
    max-width: 100%;
  }
  .p-about__header {
    margin-bottom: 4rem;
  }
  .about-header__title {
    font-size: 2.8rem;
  }
  .about-header__title::after {
    font-size: 4rem;
  }
  .p-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-body__text {
    padding: 2rem;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(251, 251, 246, 0.8);
    border-radius: 1rem;
  }
  .about-body__text p {
    font-size: 1.6rem;
  }
  .about-body__figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-feature {
    padding: 6rem 0;
  }
  .p-feature__inner {
    padding: 0 2rem;
  }
  .p-feature__container {
    max-width: 100%;
  }
  .p-feature__header {
    margin-bottom: 4rem;
  }
  .feature-header__title {
    font-size: 2.8rem;
  }
  .feature-header__title::after {
    font-size: 4rem;
  }
  .p-feature__box {
    display: block;
    margin-bottom: 4rem;
  }
  .feature-body__figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .feature-box-content__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .feature-box-content__text {
    font-size: 1.6rem;
  }
  .p-voice {
    padding: 6rem 0;
  }
  .p-voice__inner {
    padding: 0 2rem;
  }
  .p-voice__container {
    max-width: 100%;
  }
  .p-voice__header {
    margin-bottom: 4rem;
  }
  .voice-header__title {
    font-size: 2.8rem;
  }
  .voice-header__title::after {
    font-size: 4rem;
  }
  .p-voice__box {
    padding: 3rem 2rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
            box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
  }
  .p-voice__box-inner {
    display: block;
  }
  .voice-box__figure {
    width: 12rem;
    margin: 0 auto 1rem;
  }
  .voice-box__profile {
    text-align: center;
    font-size: 1.4rem;
  }
  .voice-box__text {
    font-size: 1.4rem;
  }
  #slider-voice .slick-slide {
    width: 32rem;
  }
  #slider-voice .slide-arrow-btn {
    top: 50%;
    width: 3rem;
  }
  #slider-voice .prev-arrow-btn {
    left: -1rem;
  }
  #slider-voice .next-arrow-btn {
    right: -1rem;
  }
  .p-cta {
    padding: 8rem 0;
  }
  .p-cta__inner {
    padding: 0 2rem;
  }
  .p-cta__container {
    max-width: 100%;
  }
  .p-cta__header {
    margin-bottom: 4rem;
  }
  .cta-header__title {
    font-size: 2.8rem;
  }
  .p-cta__text {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p-cta__btn {
    max-width: 32rem;
  }
  .p-lesson {
    padding: 6rem 0;
  }
  .p-lesson__inner {
    padding: 0 2rem;
  }
  .p-lesson__container {
    max-width: 100%;
  }
  .p-lesson__header {
    margin-bottom: 4rem;
  }
  .lesson-header__title {
    font-size: 2.8rem;
  }
  .lesson-header__title::after {
    font-size: 4rem;
  }
  .p-lesson__box {
    display: block;
    padding: 4rem 2rem;
    border-radius: 1rem;
  }
  .lesson-box__figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .lesson-box__figure img {
    aspect-ratio: 120/80;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lesson-box-content__title {
    font-size: 1.8rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-left: 0.8rem solid #B3ECD0;
  }
  .lesson-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .lesson-box-content__btn {
    width: 17.5rem;
    margin: 0 auto;
  }
  .modal-container {
    max-width: 90%;
    max-height: 70vh;
    padding: 6rem 2rem;
  }
  .modal-content__right-text {
    display: block;
    font-size: 2rem;
    font-weight: bold;
  }
  .modal-content__table {
    width: 1000px;
  }
  .modal-content__table tr {
    border: 0.1rem solid #d4d4d4;
  }
  .modal-content__table th {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    border: 0.1rem solid #d4d4d4;
  }
  .modal-content__table td {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border: 0.1rem solid #d4d4d4;
  }
  .modal-content__note-text {
    font-size: 1.4rem;
  }
  .p-frow {
    padding: 6rem 0;
  }
  .p-frow__inner {
    padding: 0 3rem;
  }
  .p-frow__container {
    max-width: 100%;
  }
  .p-frow__header {
    margin-bottom: 4rem;
  }
  .frow-header__title {
    font-size: 2.8rem;
  }
  .frow-header__title::after {
    font-size: 4rem;
  }
  .p-frow__body {
    display: block;
  }
  .p-frow__box {
    width: 100%;
    height: auto;
    padding: 3rem 0 4.5rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
  }
  .frow-box__number {
    top: -2rem;
    left: -2rem;
    width: 6rem;
  }
  .frow-box__title {
    font-size: 2rem;
    height: auto;
    margin-bottom: 2rem;
  }
  .frow-box__figure {
    margin-bottom: 2rem;
  }
  .frow-box__link {
    width: 95%;
    margin: 0 auto 2rem;
  }
  .frow-box__text {
    text-align: left;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .p-instructor {
    padding: 6rem 0;
  }
  .p-instructor__inner {
    padding: 0 2rem;
  }
  .p-instructor__container {
    max-width: 100%;
  }
  .p-instructor__header {
    margin-bottom: 4rem;
  }
  .instructor-header__title {
    font-size: 2.8rem;
  }
  .instructor-header__title::after {
    font-size: 4rem;
  }
  .p-instructor__box {
    padding: 3rem 2rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
            box-shadow: 0 0 2rem 0 rgba(204, 216, 254, 0.3);
  }
  .instructor-box__flex {
    display: block;
  }
  .instructor-box__figure {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .instructor-box__figure img {
    width: 100%;
  }
  .instructor-box__profile-name {
    text-align: center;
    font-size: 1.4rem;
  }
  .instructor-box__profile-fullname {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .instructor-box__profile-corse {
    text-align: center;
    font-size: 1.4rem;
  }
  .instructor-box__profile-charge {
    text-align: center;
    font-size: 1.6rem;
  }
  .instructor-box__text {
    font-size: 1.6rem;
  }
  #slider-instructor .slick-slide {
    width: 32rem;
  }
  #slider-instructor .slide-arrow-btn {
    top: 50%;
    width: 3rem;
  }
  #slider-instructor .prev-arrow-btn {
    left: -1rem;
  }
  #slider-instructor .next-arrow-btn {
    right: -1rem;
  }
  .p-price {
    padding: 6rem 0;
  }
  .p-price__inner {
    padding: 0 2rem;
  }
  .p-price__container {
    max-width: 100%;
  }
  .p-price__header {
    margin-bottom: 4rem;
  }
  .price-header__title {
    font-size: 2.8rem;
  }
  .price-header__title::after {
    font-size: 4rem;
  }
  .p-price__body {
    width: 100%;
    height: auto;
    padding: 2rem 2rem;
  }
  .p-price__body::after {
    width: 100%;
    height: 43rem;
  }
  .p-price__box {
    display: block;
    margin-bottom: 3rem;
  }
  .p-price__box:last-of-type {
    margin-bottom: 3rem;
  }
  .price-box__detail {
    width: 100%;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  .price-box__detail span:first-of-type {
    width: 1.5rem;
    height: 1.5rem;
  }
  .price-box__detail span:last-of-type {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .price-box__en-text {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .price-box__note {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-price__note {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-faq {
    padding: 6rem 0;
  }
  .p-faq__inner {
    padding: 0 2rem;
  }
  .p-faq__container {
    max-width: 100%;
  }
  .p-faq__header {
    margin-bottom: 4rem;
  }
  .faq-header__title {
    font-size: 2.8rem;
  }
  .faq-header__title::after {
    font-size: 4rem;
  }
  .p-faq__body {
    max-width: 100%;
  }
  .p-faq__box {
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  .faq-box-content__question {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
  .faq-box-content__question span:first-of-type {
    font-size: 2rem;
    line-height: 1.5;
  }
  .faq-box-content-question__text {
    font-size: 1.6rem;
  }
  .faq-box-content-answer__text {
    font-size: 1.6rem;
    padding: 0 3rem 3rem;
  }
  .faq-box-content-question__dli-plus-wrap {
    right: 1rem;
    width: 2.6rem;
    height: 2.6em;
  }
  .faq-box-content-question__dli-plus {
    left: 0.7rem;
    width: 1.2rem;
    height: 0.2rem;
  }
  .p-access {
    padding: 6rem 0;
  }
  .p-access__map {
    margin-bottom: 4rem;
  }
  .p-access__map iframe {
    aspect-ratio: 1440/1100;
  }
  .p-access__header {
    margin-bottom: 4rem;
  }
  .access-header__title {
    font-size: 2.8rem;
  }
  .access-header__title::after {
    font-size: 4rem;
  }
  .p-access__inner {
    padding: 0 2rem;
  }
  .p-access__container {
    max-width: 100%;
  }
  .p-access__table {
    max-width: 100%;
  }
  .p-access__table tr:nth-of-type(2) {
    height: 9rem;
  }
  .p-access__table td {
    font-size: 1.4rem;
    border: #B3ECD0 solid 0.1rem;
  }
  .p-access__table td:first-of-type {
    width: 8rem;
  }
  .p-access__table td:last-of-type {
    padding-left: 1.5rem;
  }
  .p-reservation {
    padding: 6rem 0;
  }
  .p-reservation__inner {
    padding: 0 2rem;
  }
  .p-reservation__container {
    max-width: 100%;
  }
  .p-reservation__header {
    margin-bottom: 4rem;
  }
  .reservation-header__title {
    font-size: 2.8rem;
  }
  .reservation-header__title::after {
    font-size: 4rem;
  }
  .p-reservation__body {
    display: block;
  }
  .p-reservation__box {
    border-radius: 1rem;
    margin-bottom: 4rem;
  }
  .p-reservation__box:nth-of-type(3) .reservation-box-content__title {
    font-size: 1.4rem;
  }
  .p-reservation__box:nth-of-type(3) .reservation-box-content__title span {
    font-size: 1.6rem;
  }
  .reservation-box-content__title {
    font-size: 1.6rem;
  }
  .reservation-box-content__arrow {
    right: 1rem;
    width: 2rem;
  }
  .reservation-box-content__ele {
    padding: 2rem 0;
    margin: 0 2rem;
    border-top: 0.1rem solid #E45E5E;
  }
  .reservation-box-content__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .reservation-box-content__btn {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}