@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #3E3E3E;
  background-color: #fbf9f6;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
button:hover {
    opacity: 1;
  }
}

/*****************************
* 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,
table,
tr,
th,
td {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@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;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-mv {
  z-index: 1;
}

.c-btn1 {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  padding: 0.8125rem 3.0625rem;
  background-color: #c9756b;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, .2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, .2);
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    font-size: 1rem;
    padding: 0.9375rem 2rem;
  }
}
.c-btn1:disabled {
  background: #B2B2B2;
}
.c-btn1.-active {
  background-color: #c9756b;
  color: #fff;
}

.c-btn1:hover {
  opacity: 0.7;
}

.c-btn2 {
  display: inline-block;
  min-width: 14.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 2px;
  padding: 1.25rem 5rem;
  border: 1px solid #3E3E3E;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 1.125rem;
    line-height: 1.25;
    min-width: 16.75rem;
    padding: 1rem 4.375rem;
  }
}

.c-btn2:hover {
  color: #fff;
  background-color: #3E3E3E;
  opacity: 1;
}

.c-btn2.c-btn2--black {
  color: #fff;
  border: 1px solid #3E3E3E;
  background-color: #3E3E3E;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--black {
    min-width: 19.75rem;
  }
}

.c-btn2.c-btn2--black:hover {
  color: #3E3E3E;
  border: 1px solid #3E3E3E;
  background-color: #fff;
}

.c-comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-comments-item__img {
  width: 6.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-comments-item__img {
    width: 3.75rem;
  }
}

.c-comments-item__img img {
  width: 100px;
}

.comments-item__text {
  font-size: 0.875rem;
  line-height: 1.5;
  width: calc(100% - 11px);
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .comments-item__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 1.5rem;
  }
}

.c-date {
  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-date time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.45px;
  width: 6.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-date time {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0.35px;
  }
}

.c-date__label {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.3125rem 0.9375rem;
  letter-spacing: 0.35px;
  border-radius: 50px;
  text-align: center;
  margin-left: 2.5rem;
  background-color: #c9756b;
  min-width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-date__label {
    font-size: 0.75rem;
    margin-left: 1.5rem;
  }
}

.c-lessons-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-size: 600;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lessons-item__title {
    line-height: 1.2;
  }
}

.c-lessons-item__title1::before {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.625rem;
  height: 5.625rem;
  background: url(../images/lesson1.jpg) no-repeat center center/contain;
}

.c-lessons-item__img {
  width: 6.25rem;
  margin-right: auto;
  margin-left: auto;
}

.c-lessons-item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.c-lessons-item__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1rem;
}

.c-price-table th {
  width: 16.375rem;
  font-weight: 500;
  color: #fff;
  background-color: #3E3E3E;
  padding: 0.75rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-price-table th {
    width: 6.25rem;
    padding: 0.75rem 0;
  }
}

tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

.c-price-table th:last-child {
  border-bottom-color: #3E3E3E;
}

.c-price-table td {
  padding: 0.75rem 2.5rem;
  background-color: #fff;
  width: 43.75rem;
  border: 1px solid #3E3E3E;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .c-price-table td {
    width: 15.1875rem;
    padding: 0.75rem 1rem;
  }
}

.c-price-table {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  width: 60rem;
  border: 1px solid #3E3E3E !important;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-price-table {
    font-size: 1.25rem;
    width: 100%;
  }
}

.c-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.875rem;
    line-height: 1.2333333333;
  }
}

.c-slide {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .c-slide {
    width: 17.125rem;
  }
}

.c-slide__img img {
  width: 100%;
}

.c-slide__body {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-slide__body {
    padding: 0.75rem;
  }
}

.c-slide__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-slide__title {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    letter-spacing: 0.01px;
  }
}

.c-slide__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-slide__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.01px;
  }
}

.p-access {
  position: relative;
}

.p-access::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  height: 66%;
  background-color: #d7c1ae;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access::after {
    width: 100%;
    height: 100%;
  }
}

.p-access__inner {
  padding-top: 7.5rem;
  padding-bottom: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access__body {
  width: 39.5%;
  color: #fff;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    display: contents;
  }
}

.p-access__title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-access__addres {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__addres {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-access__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-access__btn2 {
  border: 1px solid #fff;
  min-width: 21.1875rem;
}

.p-access__map {
  width: 60.5%;
  max-width: 45.375rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.375rem;
  }
}

.p-access__iframe {
  position: relative;
}

.p-access__iframe::before {
  content: "";
  display: block;
  padding-top: 71.6253443526%;
}
@media screen and (max-width: 767px) {
  .p-access__iframe::before {
    padding-top: 70.2623906706%;
  }
}

.p-access__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-access__btn2:hover {
  color: #3E3E3E;
  background-color: #fff;
}

.p-comments {
  position: relative;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-comments {
    padding-bottom: 3.75rem;
  }
}

.p-comments::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76.5625%;
  height: 79.5580110497%;
  background-color: #d7c1ae;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-comments::after {
    width: 100%;
  }
}

.p-comments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-comments__inner {
    display: block;
  }
}

.p-comments__wrap {
  padding: 7.5rem 3.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
  width: 55.5%;
}
@media screen and (max-width: 767px) {
  .p-comments__wrap {
    width: 100%;
    padding: 2.5rem 1rem 2.25rem 1.25rem;
  }
}

.p-comments__title {
  text-align: left;
}

.p-comment__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-comment__item {
    margin-top: 2.3125rem;
  }
}

.p-comment__item + .p-comment__item {
  margin-top: 2.25rem;
}

.p-comments__img {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .p-comments__img {
    display: none;
  }
}

.p-comments__img img {
  width: 100%;
}

.p-contact-form__dl:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__dl:not(:first-child) {
    margin-top: 1.4375rem;
  }
}

.p-contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row {
    display: block;
  }
}

.p-contact-form__label {
  width: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    width: 100%;
  }
}

.p-contact-form__label label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-form__label label.is-required {
  display: inline-block;
}

.p-contact-form__label label.is-required::after {
  content: "必須";
  color: #fff;
  font-size: 0.75rem;
  background-color: #FF4646;
  border-radius: 2px;
  padding: 2px 8px;
  margin-left: 11px;
}

.p-contact-form__label--message {
  width: 100%;
}

.p-contact-form__input {
  width: calc(100% - 11.75rem);
}
@media screen and (max-width: 767px) {
  .p-contact-form__input {
    width: 100%;
  }
}

.p-contact-form__slect {
  width: 178px;
  position: relative;
}

.p-contact-form__slect::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3E3E3E;
  border-left: 2px solid #3E3E3E;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__slect::after {
    top: 26px;
  }
}

.p-contact-form__input [type=text] {
  background-color: #fff;
  border-bottom: 1px solid #F3F3F3;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input [type=text] {
    font-size: 14px;
  }
}
.p-contact-form__input [type=text]:hover {
  cursor: pointer;
  border-bottom: 1px solid #DBC8AC;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(73, 115, 255, .5);
          box-shadow: 0px 1px 2px 0px rgba(73, 115, 255, .5);
}
.p-contact-form__input [type=email] {
  background-color: #fff;
  border-bottom: 1px solid #F3F3F3;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input [type=email] {
    font-size: 14px;
  }
}
.p-contact-form__input [type=email]:hover {
  cursor: pointer;
  border-bottom: 1px solid #DBC8AC;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(73, 115, 255, .5);
          box-shadow: 0px 1px 2px 0px rgba(73, 115, 255, .5);
}
.p-contact-form__input select {
  background-color: #fff;
  border: 1px solid #707070;
  color: inherit;
  width: 178px;
  padding: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  box-shadow: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input select {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.p-contact-form__input select:hover {
  cursor: pointer;
  border: 1px solid #DBC8AC;
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, .5);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, .5);
}
.p-contact-form__input textarea {
  width: 100%;
  border: 1px solid #707070;
  min-height: 12.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input textarea {
    min-height: 10rem;
    margin-top: 13px;
  }
}
.p-contact-form__input textarea:hover {
  cursor: pointer;
  border: 1px solid #DBC8AC;
  -webkit-box-shadow: 0px 0px 8px rgba(73, 115, 255, .5);
          box-shadow: 0px 0px 8px rgba(73, 115, 255, .5);
}

@media screen and (max-width: 767px) {
  .p-contact-form__radio {
    margin-top: 7px;
  }
}
.p-contact-form__radio [type=radio] {
  opacity: 0;
}
.p-contact-form__radio span {
  display: inline-block;
  padding-left: 26px;
  margin-right: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio span {
    margin-right: 26px;
  }
}
.p-contact-form__radio span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact-form__radio span:hover::before {
  border: 1px solid #DBC8AC;
  cursor: pointer;
}
.p-contact-form__radio span:active:before {
  background-color: rgba(73, 115, 255, .2);
}
.p-contact-form__radio span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DBC8AC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.p-contact-form__radio [type=radio]:checked + span::after {
  display: block;
}

.p-contact-form__radio label input:focus + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

.p-contact-form__input--message {
  width: 100%;
}

.p-contact-form__check {
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__check {
    margin-top: 1.3125rem;
  }
}
.p-contact-form__check label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact-form__check label {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-contact-form__check [type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 40px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.p-contact-form__check [type=checkbox]::before,
.p-contact-form__check [type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.p-contact-form__check [type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.p-contact-form__check [type=checkbox]:hover:before {
  border: 1px solid #DBC8AC;
}
.p-contact-form__check [type=checkbox]:active:before {
  background-color: rgba(73, 115, 255, .2);
}
.p-contact-form__check [type=checkbox]::after {
  border-bottom: 2px solid #DBC8AC;
  border-left: 2px solid #DBC8AC;
  opacity: 0;
  height: 7px;
  width: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
  left: 4px;
}
.p-contact-form__check [type=checkbox]:checked::after {
  opacity: 1;
}

.p-contact-form__button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    text-align: center;
    margin-top: 1.875rem;
  }
}
.p-contact-form__button [type=submit] {
  border: none;
  min-width: 10.8125rem;
  background-color: #B2B2B2;
}
.p-contact-form__button [type=submit].-active {
  background-color: #c9756b;
  color: #fff;
}

.p-contact-form__message {
  display: none;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1.875rem;
}
.p-contact-form__message.-error {
  color: #f00;
}

.p-contact {
  background: url(../images/contact-bg.png) no-repeat center center/cover;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 2.5rem 0;
  }
}

.p-contact__inner {
  max-width: 65rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    width: 100%;
  }
}

.p-contact__head {
  background: url(../images/contact2.jpg) no-repeat center center/cover;
  padding: 3.5rem 0;
  color: #fff;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    padding: 2.6875rem 1rem 2.0625rem;
  }
}

.p-contact__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.3;
}

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

.p-contact__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.625rem;
    text-align: left;
  }
}

.p-contact__body {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 3.75rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    padding: 2.3125rem 0.75rem;
  }
}

.p-drawer-content {
  width: 300px;
  height: 100%;
  padding: 120px 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .16);
          box-shadow: 0 0 3px rgba(0, 0, 0, .16);
  z-index: 999;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.p-drawer-content.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer-content__item {
  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;
}

.p-drawer-content__item a {
  display: block;
  color: #3E3E3E;
  padding: 18px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.p-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 28;
  display: none;
}

.p-drawer-background.active {
  display: block;
}

.p-footer {
  background-color: #d7c1ae;
  color: #fff;
  padding: 3.75rem 0;
}

.p-footer__inner {
  max-width: 65rem;
  margin: 0 auto;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
    text-align: center;
  }
}

.p-footer__left {
  margin-right: auto;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fa-brands,
.fa-square-facebook {
  font-size: 38px;
}

.p-footer__nav {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2rem;
  }
}

.p-footer__nav li a {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li a {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.8571428571;
  }
}

.p-footer__nav li:not(:first-child) {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li:not(:first-child) {
    margin-top: 0.875rem;
  }
}

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

.p-footer__logo {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    font-size: 2rem;
    margin-top: 2.1875rem;
  }
}

.fa-twitter {
  margin-right: 10px;
}

.p-footer__copyright {
  font-size: 0.8125rem;
  line-height: 1.25;
  display: block;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 0.625rem;
  }
}

.p-header-nav {
  height: inherit;
  overflow: visible;
  overflow: initial;
  width: auto;
  width: initial;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    height: 100vh;
    width: 80%;
    background-color: #fff;
    overflow: auto;
  }
}

.p-header-nav__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header-nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header-nav__wrapper li {
  height: inherit;
}

.p-header-nav__wrapper li a {
  display: inline-block;
  padding: 1.6875rem 1.0625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.4px;
  height: inherit;
  position: relative;
}

.p-header-nav__wrapper li a::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.875rem);
  height: 1px;
  background-color: #3E3E3E;
  display: inline-block;
  bottom: 1.4375rem;
  left: 0.9375rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-nav__wrapper li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 5.1875rem;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.25rem;
  }
}

.p-header__inner {
  height: inherit;
}

.p-header__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4375rem;
    font-weight: 600;
    line-height: 3;
    vertical-align: middle;
  }
}

.p-header__nav {
  display: block;
  position: static;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

.p-header__hamburger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger-btn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 5px;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}

.p-header__hamburger-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #3E3E3E;
  width: 45%;
}

.p-header__hamburger-btn span:nth-of-type(1) {
  top: 15px;
}

.p-header__hamburger-btn span:nth-of-type(2) {
  top: 23px;
}

.p-header__hamburger-btn span:nth-of-type(3) {
  top: 31px;
}

.p-header__hamburger-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.p-header__hamburger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.p-lessons {
  padding: 3.75rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lessons {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-lessons::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 65.0406504065%;
  background-color: #d7c1ae;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lessons::after {
    height: 55.1090700344%;
  }
}

.p-lessons__title {
  color: #fff;
}

.p-lessons__items {
  max-width: 60rem;
  margin: 0 auto;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  padding: 3.75rem 2.8125rem 3.75rem;
  margin-top: 3.75rem;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
}
@media screen and (max-width: 767px) {
  .p-lessons__items {
    display: block;
    min-width: 21.4375rem;
    padding: 2.5rem 1rem;
    margin-top: 2.5rem;
  }
}

.p-lessons__item {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-lessons__item:not(:first-child) {
    margin-top: 2.6875rem;
  }
}

.p-mv {
  background: url(../images/mv.jpeg) no-repeat center center/cover;
  min-height: 40.5rem;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100vh;
    background-position: 23%;
  }
}

.p-mv__main {
  max-width: 37.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: calc(50% + 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    min-width: 21rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-right: 0rem;
    top: calc(50% - 5px);
    text-align: center;
  }
}

.p-mv__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.75rem;
    line-height: 1.6666666667;
  }
}

.p-mv__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 22px;
  }
}

.p-mv__btn {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    text-align: center;
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__btn1 {
    margin: 0 auto;
  }
}

.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.375rem 1.25rem 2.375rem 0;
  border-top: 1px solid #CECDCD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-item {
    display: block;
    padding: 0.875rem 1rem 0.6875rem;
  }
}

.p-news-item:hover {
  background-color: rgba(73, 115, 255, .1019607843);
}

.p-news-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/news-arrow.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

.p-news-item__date {
  width: 259px;
}
@media screen and (max-width: 767px) {
  .p-news-item__date {
    width: 181px;
  }
}

.p-news-item__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.45px;
  width: -81%;
  max-width: 43.625rem;
  margin-left: 1.625rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-item__title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-left: 0;
    margin-top: 0.5rem;
    padding-right: 2.4375rem;
    letter-spacing: -0.5px;
  }
}

.p-news-list:last-child {
  border-bottom: 1px solid #CECDCD;
}

.p-news__inner {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}

.p-news__wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3.75rem 3.75rem 2.5rem 3.75rem;
  -webkit-box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
          box-shadow: 0px 5px 12px rgba(62, 62, 62, .2);
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    padding: 2.5rem 0.625rem;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
}

.p-news__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 2.5rem;
  }
}

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

.p-news__btn2 {
  max-width: 16.75rem;
}

.p-pagetop {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 0.8125rem;
    right: 0.8125rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-pagetop img {
  width: 100%;
}

.p-price {
  padding: 7.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 2.5rem 0 3.625rem 0;
  }
}

.p-price__inner {
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.p-price__table {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__table {
    margin-top: 2.5rem;
  }
}

.p-price__attention {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__attention {
    margin-top: 3px;
  }
}

.p-qa-accordion__wrapper {
  margin-left: auto;
  margin-top: 3.75rem;
  max-width: 38.25rem;
}
@media screen and (max-width: 767px) {
  .p-qa-accordion__wrapper {
    margin-top: 2.5rem;
    min-width: 21.4375rem;
    margin-right: auto;
  }
}

.p-accordion__item {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__item {
    padding: 0.625rem 2.5rem 0.75rem 0.75rem;
  }
}

.p-accordion__item + .p-accordion__item {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__item + .p-accordion__item {
    margin-top: 22px;
  }
}

.p-accordion__btn {
  background-color: #fff;
  color: #3E3E3E;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.4px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-q-icon::before {
  content: "Q";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.25rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: #DBC8AC;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-q-icon::before {
    margin-right: 0.625rem;
  }
}

.p-accordion__btn::before,
.p-accordion__btn::after {
  content: "";
  display: inline-block;
  background-color: #DBC8AC;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-accordion__btn::before {
  width: 15px;
  height: 3px;
  right: 2px;
}
@media screen and (max-width: 767px) {
  .p-accordion__btn::before {
    right: -22px;
  }
}

.p-accordion__btn::after {
  width: 3px;
  height: 15px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .p-accordion__btn::after {
    right: -16px;
  }
}

.p-accordion__btn.open::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-accordion__content {
  display: none;
  padding: 0.78125rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #fffff0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__content {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.5rem 0.75rem;
  }
}

.p-qa {
  padding: 3.75rem 0 7.5rem;
  background: url(../images/qa-bg.jpeg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-result-swiper {
  margin-top: 3.75rem;
}

.p-result {
  position: relative;
}

.p-result::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96.875%;
  height: 100%;
  background-color: #d7c1ae;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-result::before {
    width: 100%;
  }
}

.p-result__inner {
  padding-left: 6.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-result__inner {
    padding-left: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-result__title {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-result__title {
    text-align: center;
    padding-right: 0.9375rem;
  }
}

.p-result__slider {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result__slider {
    margin-top: 2.4375rem;
  }
}

.p-results__btn {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-results__btn {
    text-align: center;
    padding-right: 1rem;
    margin-top: 4.0625rem;
  }
}

.p-results__btn2:hover {
  color: #3E3E3E;
  background-color: #fff;
}

.p-swiper {
  padding-right: 29%;
}
@media screen and (max-width: 767px) {
  .p-swiper {
    padding-right: 23.7%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3.875rem;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center;
    padding-right: 0.9375rem;
    bottom: -2.5625rem;
  }
}

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  position: relative;
  opacity: 1;
  vertical-align: middle;
}

.swiper-pagination-bullet-active {
  width: 1.1875rem;
  height: 1.1875rem;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
          box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #c9756b;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 0.875rem;
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
