@charset "UTF-8";

@font-face {
  font-family: "edwardian_script_itc";
  font-style: normal ttf;
  font-weight: 400;
  src: url("../font/edwardian_script_itc.eot?") format("eot"), url("../font/edwardian_script_itc.woff2") format("woff2"), url("../font/edwardian_script_itc.woff") format("woff"), url("../font/edwardian_script_itc.ttf") format("truetype"), url('../font/edwardian_script_itc.svg#str-replace("edwardian_script_itc", " ", "_")') format("svg");
}

.p-page__title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-page__title span {
  font-size: 18px;
}

.p-page__intro {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp {
  display: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1280px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 7em;
  background-color: #020202;
  font-weight: bold;
  /* margin-bottom: 10px; */
  /* padding: 1.5em 0; */
  /* header固定 */
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.c-header__inner {
  margin: 0 auto;
  width: 89%;
}

.c-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.c-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1vw, 18px);
  color: #fff;
}

.c-header__logo br {
  display: none;
}

.c-header__logo img {
  margin-right: 1em;
  /* max-width: 95px; */
  width: 5em;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background-color: #3a3a3a;
  padding-top: 38px;
  padding-bottom: 30px;
}

.c-footer a {
  color: inherit;
}

.c-footer__links {
  margin-bottom: 60px;
}

.c-footer__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer__links ul .menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1.2em;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  text-decoration: none;
  text-transform: none;
}

.c-footer__logo {
  margin: 0 auto 50px;
  width: 27%;
}

.c-footer__snslink {
  margin: 0 auto 80px;
  width: 15%;
}

.c-footer__exlinks {
  margin-bottom: 4em;
}

.c-footer__exlinks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: 90%;
}

.c-footer__exlinks ul li {
  width: 30%;
  text-align: center;
}

.c-footer__exlinks ul .menu__item {
  display: inline-block;
  padding: 0 1.2em;
  margin-bottom: 2em;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  text-decoration: none;
  text-transform: none;
}

.c-footer__copyright {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}

.c-pagetop a {
  display: block;
}

.c-breadcrumb {
  background-color: #8e9091;
}

.c-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* メニューを閉じるための要素のデザイン*/
}

.c-hamburger .menu__boxHolder .menu__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}

.c-hamburger .menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 2em;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.c-hamburger .menu__item.nav-current {
  color: #006cb4;
}

.c-hamburger .menu__item.nav-current::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #006cb4;
}

.c-hamburger .menu__item:hover {
  color: #fefefe;
}

.c-hamburger .menu__item:hover::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #fefefe;
}

.c-hamburger #menu__toggle {
  opacity: 0;
}

.c-hamburger #menu__toggle:checked~.menu__btn>span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger #menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: #fff;
}

.c-hamburger #menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}

.c-hamburger #menu__toggle:checked~.menu__boxHolder {
  visibility: visible;
  /* left: 0; */
  right: 0;
  margin: 0;
  -webkit-transition: 0.3s opacity 0.1s, 0.3s -webkit-transform;
  transition: 0.3s opacity 0.1s, 0.3s -webkit-transform;
  transition: 0.3s opacity 0.1s, 0.3s transform;
  transition: 0.3s opacity 0.1s, 0.3s transform, 0.3s -webkit-transform;
  opacity: 1;
}

.c-hamburger .menu__btn {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 14px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 2;
}

.c-hamburger .menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.c-hamburger .menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.c-hamburger .menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  top: 10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.c-hamburger .drawer-close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: calc(7em + 10px);
  left: 100%;
  /* 閉じるための要素を画面外へ */
  z-index: -1;
  /* 重なり順をメニューより下に*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hamburger #menu__toggle:checked~.drawer-close {
  left: 0;
  /* 閉じるための要素を画面内へ */
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  /* btn 基本 */
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8em 1em 0.8em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0;
  color: #000;
  border-radius: 10px;
  /* btn reserve */
  /* btn contact */
}

.c-btn.reserve {
  background-color: #ffda17;
  position: absolute;
  left: 0;
  top: 65%;
  border-radius: 0 34px 34px 0;
  width: 24%;
  font-size: clamp(18px, 1.5vw, 36px);
  letter-spacing: 0.1em;
}

.c-btn.contact {
  background-color: #7a74a2;
  color: #fff;
  width: 35%;
  max-width: 670px;
  font-size: clamp(16px, 2.5vw, 18px);
  letter-spacing: 0.1em;
  border-radius: 0;
}

.c-btn.border-r {
  border-radius: 100vh;
  padding-right: 0;
}

.c-btn__wrapper {
  text-align: center;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.p-home {
  margin-top: 7em;
  position: relative;
}

.p-home__mv {
  position: relative;
  z-index: 1;
}

.p-home__mv img {
  width: 100%;
  height: auto;
}

.p-home__logo {
  position: absolute;
  width: 25%;
  z-index: 2;
  top: 22%;
  left: 5%;
}

.p-home__hr {
  height: 150px;
  background-color: #3a3a3a;
}

.p-home__about {
  padding-top: 90px;
  padding-bottom: 120px;
}

.p-home__about .p-page__title {
  margin-bottom: 0.5em;
}

.p-home__imgHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px auto 80px;
  width: 86%;
}

.p-home__item {
  width: 28%;
}

.p-home__item figure figcaption {
  font-size: clamp(16px, 2.5vw, 18px);
  letter-spacing: 0.2em;
}

.p-home__item figure figcaption span {
  font-family: "edwardian_script_itc";
  font-size: 2.6em;
  letter-spacing: 0.2em;
  margin-right: 0.25em;
}

.p-body {
  margin-top: 7em;
  position: relative;
}

.p-body__mv {
  position: relative;
  z-index: 1;
}

.p-body__mv img {
  width: 100%;
  height: auto;
}

.p-body__title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 5vw, 94px);
  line-height: 1;
  font-weight: bold;
  color: rgba(2, 2, 2, 0.28);
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}

.p-facial__title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 5vw, 94px);
  line-height: 1;
  font-weight: bold;
  color: rgba(2, 2, 2, 0.28);
  letter-spacing: 0.2em;
  width: 100%;
  text-align: left;
  padding-left: 3em;
  top: 35%;
}

.p-body__title_green {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 5vw, 94px);
  line-height: 1;
  font-weight: bold;
  color: rgba(131, 252, 1, 0.28);
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}

.p-page__about {
  margin-bottom: 90px;
}

.p-page__title {
  padding: 1.5em 0 1em;
}

.p-page__intro {
  padding: 2em 0;
}

.p-page__course-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.p-page__course-title img {
  width: 1.5em;
  margin-right: 0.25em;
}

.p-page__course-bg {
  background-color: #e9e9eb;
  padding: 80px 0;
  margin-bottom: 140px;
}

.p-page__course-list {
  margin: 0 auto;
  width: 83%;
}

.p-page__course-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-page__course-list li:last-of-type .p-page__course-txtHolder {
  border-bottom: none;
  padding-bottom: 6em;
}

.p-page__course-list li:last-of-type .p-page__course-txtHolder::before {
  content: none;
}

.p-page__course-txtHolder {
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 3em;
  border-bottom: 5px solid #fc8904;
}

.p-page__course-txtHolder::before {
  position: absolute;
  bottom: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid #fc8904;
  content: "";
}

.p-page__course-list li:last-of-type .p-page__course-txtHolder_green {
  border-bottom: none;
  padding-bottom: 6em;
}

.p-page__course-list li:last-of-type .p-page__course-txtHolder_green::before {
  content: none;
}

.p-page__course-txtHolder_green {
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 3em;
  border-bottom: 5px solid #87e053;
}

.p-page__course-txtHolder_green::before {
  position: absolute;
  bottom: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid #87e053;
  content: "";
}

.p-page__course-imgHolder {
  width: 25%;
}

.p-page__course-name {
  font-size: clamp(18px, 1vw, 24px);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 15px;
}

.bg__yellow {
  background-color: #ffda17;
}

.bg__gray {
  background-color: #dcdcdf;
}

.bg__gray2 {
  background-color: #c5c7c7;
}

.bg__gray3 {
  background-color: #f0f2f2;
}

.bg__white {
  background-color: #fff;
}

.bg__green {
  background-color: #87e053;
}

.bg__green2 {
  background-color: #19908f;
}

.solid__green2 {
  border: solid 3px #19908f;
  border-top: none;
}

.bg__blue {
  background-color: #97fbee;
}

.bg__blue2 {
  background-color: #2d52b0;
}

.solid__blue2 {
  border: solid 3px #2d52b0;
  border-top: none;
}

.bg__orange {
  background-color: #fc8301;
}

.solid__orange {
  border: solid 3px #fc8301;
  border-top: none;
}

.color__orange {
  color: #fc8904;
}

.color__green {
  color: #87e053;
}

.color__red {
  color: #e72117;
}

.p-guid {
  margin-top: 7em;
  position: relative;
}

.p-guid__item {
  text-align: center;
  padding-bottom: 80px;
}

.p-guid__item .p-page__title {
  padding: 2em 0;
}

.p-guid__item .p-page__intro {
  padding: 0;
  margin-bottom: 3em;
}

.p-guid__item-imgHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 4em;
}

.p-guid__item-imgHolder figure {
  width: 24%;
}

.p-guid__item-bg {
  padding-bottom: 60px;
}

.p-txtpage {
  margin-top: 160px;
}

.p-txtpage__txtHolder {
  padding-top: 4em;
  padding-bottom: 6em;
}

.p-txtpage__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 3em;
}

.p-txtpage__item {
  margin-bottom: 3em;
}

.p-txtpage__item:last-of-type {
  margin-bottom: 0;
}

.p-txtpage__item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p-txtpage__item ol {
  margin-left: 3em;
}

.p-txtpage__item ol>li {
  list-style: decimal;
}

.p-txtpage__item ol.brackets {
  counter-reset: li;
}

.p-txtpage__item ol.brackets>li {
  list-style: none;
}

.p-txtpage__item ol.brackets>li::before {
  counter-increment: li 1;
  content: "（"counter(li) "）";
  margin-left: -2.5em;
}

.p-txtpage__table {
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
}

.p-txtpage__table th,
.p-txtpage__table td {
  border: 1px solid #dcdcdf;
  padding: 0.75em 1em;
}

.p-txtpage__table th {
  width: 30%;
  text-align: left;
}

.p-txtpage__table td {
  width: 70%;
}

.course_txt {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold_txt {
  font-weight: bold;
}

.p-page__course-list p {
  line-height: 1.8;
}

/* フェードイン用のCSS */
.fadeup {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.p-self .p-body__title {
  color: rgba(255, 255, 255, 0.28);
}

.p-self .p-page__course-title {
  margin-bottom: 2em;
}

.p-self .p-self__item {
  font-family: "Noto Sans JP",
    sans-serif;
}

.p-self .p-self__item .inner-block {
  position: relative;
}

.p-self .p-self__item-txtHolder01 {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
}

.p-self .p-self__item-txtHolder02 {
  position: absolute;
  top: 9%;
  left: 55%;
  transform: translateX(-50%);
}

.p-self .p-self__item-txtHolder03 {
  position: absolute;
  top: 4%;
  left: 25%;
  transform: translateX(-25%);
  line-height: 1.3;

}

.p-self .p-self__item-txtHolder04 {
  position: absolute;
  top: 9%;
  left: 15%;
  transform: translateX(-15%);
  line-height: 1.3;

}

.p-self .p-self__item-title {
  color: #19908f;
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p-self .p-self__item-note {
  color: #000;
  font-size: 18px;
}

.p-self .p-self__item-circleHolder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 75%;
}

.p-self .circle {
  position: relative;
  /* ←文字の親要素に指定 */
  width: 13em;
  height: 13em;
  background-color: #c6fbfb;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  border: solid 2px #000;
}

.p-self .circle-inner1 {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  font-size: 14px;
  line-height: 1.3;
  width: 95%;
}

.p-self .circle-inner2 {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  font-size: 14px;
  width: 95%;
}

.p-self .circle .line {
  width: 80%;
  display: inline-block;
  border-top: solid 2px #000;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}

.p-self .p-self__price {
  padding-top: 1.5em;
}

.p-self .p-self__price-title {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  font-family: "Noto Sans JP",
    sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.p-self .p-self__price-item {
  font-family: "Noto Sans JP",
    sans-serif;
  margin: 0 auto 4em;
  width: 96%;
}



.p-self .p-self__price-menu {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
}

.p-self .p-self__price-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-self .p-self__price-case,
.p-self .p-self__price-detail {
  padding: 1em 0;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.p-self .p-self__price-case {
  width: 50%;
  text-align: center;
  margin: auto;
}

.p-self .p-self__price-detail {
  width: 50%;
}

.p-self .p-self__price-detail span.zei {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.p-self .p-self__price-detail span.ex {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.p-self .c-btn__wrapper {
  margin: 8em auto;
}

.p-self .c-btn.contact {
  width: 60%;
}

.fuchidori {
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.about_01_wrapper {
}

.steamup__title {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7em;
  line-height: 1;
  font-weight: bold;
  color: rgba(250, 252, 247, 0.5);
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}

.steamup_title_img {
  position: absolute;
  text-align: center;
  top: 78%;
  width: 15%!important;
  left: 43%;
}

.steamup_about_01 {
  display: flex;
  justify-content: space-between;
}

.steamup_about_01 .steamup_title_01 {
  text-align: center;
  font-size: 24px;
  letter-spacing: .2em;
}
.steamup_about_01 .subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: .2em;
}
.steamup_about_01 .steamup_title_02 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 50px;
  letter-spacing: .2em;
}

.steamup_about_01 .about_01_wrapper2 {
  margin: 40px 0;
}
.about_01_subtitle {
  font-size: 20px;
}
.about_01_txt {
  letter-spacing: .2em;
}
.about_01_img {
  margin-left: 8em;
}

.steamup_about_02 {
  margin: 90px 0;
}

.steamup_about_02_img {
  margin: 0 auto;
  width: 50%;
}
.steamup_about_03 {
  margin: 100px 0;
}
.steamup_about_03_wrapper {
  display: flex;
  justify-content: center;
}

.steamup_about_03_txt {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: .2em;
}

.steamup_about_03_img img {
  width: 65%;
}

.under_line_orange {
  background: linear-gradient(transparent 70%, #f7c2a4 0%);
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .p-page__title {
    font-size: clamp(18px, 5vw, 24px);
  }

  .p-page__title span {
    font-size: 0.75em;
  }

  .p-page__intro {
    font-size: clamp(14px, 1vw, 18px);
  }

  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .c-footer__links ul li {
    width: 45%;
    text-align: center;
  }

  .c-footer__links ul .menu__item {
    margin-bottom: 1em;
    display: inline-block;
  }

  .c-footer__logo {
    width: 30%;
  }

  .c-footer__snslink {
    width: 20%;
    margin-bottom: 5%;
  }

  .c-footer__exlinks {
    margin-bottom: 2em;
  }

  .c-footer__exlinks ul {
    width: 100%;
  }

  .c-footer__exlinks ul li {
    width: 48%;
  }

  .c-footer__exlinks ul .menu__item {
    display: inline-block;
    padding: 0;
    margin-bottom: 1em;
  }

  .c-footer__copyright {
    font-size: 0.8em;
  }

  .c-pagetop {
    right: 10px;
  }

  .c-hamburger {
    display: inline;
  }

  .c-hamburger .menu__boxHolder {
    position: fixed;
    visibility: hidden;
    top: calc(7em + 0px);
    /* left: 0; */
    right: -100vw;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
    -webkit-transition: 0.3s opacity, 0.3s -webkit-transform 0.1s;
    transition: 0.3s opacity, 0.3s -webkit-transform 0.1s;
    transition: 0.3s opacity, 0.3s transform 0.1s;
    transition: 0.3s opacity, 0.3s transform 0.1s, 0.3s -webkit-transform 0.1s;
  }

  .c-hamburger .menu__boxHolder .menu__box {
    /* flex-direction: column; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-hamburger .menu__boxHolder li {
    width: 50%;
  }

  .c-hamburger .menu__item.nav-current {
    color: #fff;
  }

  .c-hamburger .menu__item.nav-current::after {
    content: none;
  }

  .c-hamburger .menu__item {
    display: block;
    padding: 1em 0;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .c-btn.reserve {
    width: 33%;
    top: 78%;
    font-size: 14px;
  }

  .c-btn.contact {
    width: 95%;
    padding-right: 0;
  }

  .c-btn.border-r {
    margin-bottom: 60px;
  }

  .c-btn {
    font-size: clamp(16px, 3vw, 20px);
    letter-spacing: 0.1em;
    padding: .5em 1em .5em 0;
  }

  .p-home__hr {
    height: 4em;
  }

  .p-self .p-home__mv {
    margin-top: 90px!important;
  }

  .p-home__about {
    margin: 0 auto;
    width: 90%;
    padding: 4em 0;
  }

  .p-body__title {
    font-size: clamp(20px, 5vw, 40px);
  }

  .p-body__title_green {
    font-size: clamp(20px, 5vw, 40px);
  }

  .p-page__course-title {
    font-size: clamp(20px, 5vw, 30px);
  }

  .p-page__course-bg {
    padding: 5% 0;
    margin-bottom: 40px;
  }

  .p-page__course-list {
    width: 90%;
  }

  .p-guid__item-imgHolder {
    width: 95%;
  }

  .p-guid__item-imgHolder figure {
    width: 49%;
    margin-bottom: 1em;
  }

  .p-txtpage__title {
    font-size: clamp(24px, 5vw, 32px);
  }

  .p-txtpage__item h3 {
    font-size: clamp(18px, 5vw, 24px);
  }

  .p-home__item figure figcaption {
    font-size: 14px;
  }

  .p-self .p-self__price-title,
  .p-self .p-self__price-menu {
    font-size: clamp(20px, 5vw, 30px);
  }

  .p-self .p-self__price-type {
    flex-direction: column;
  }

  .p-self .p-self__price-case,
  .p-self .p-self__price-detail {
    width: 100%;
    text-align: center;
    font-size: clamp(20px, 5vw, 30px);
  }

  .p-self .p-self__price-detail span.ex {
    font-size: clamp(12px, 1vw, 16px);
  }

  .p-self .c-btn.contact {
    width: 100%;
  }

  .p-self .p-self__item-title {
    font-size: clamp(16px, 4vw, 36px);
  }

  .p-self .p-self__item-note {
    font-size: clamp(12px, 3vw, 18px);
    line-height: 1.3;
  }

  .p-self .p-self__item {
    height: 85vw;
  }

  .p-self .p-self__item_hidra {
    height: 123vw;
  }

  .p-self .p-self__item .inner-block {
    height: 85vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .p-self .p-self__item-txtHolder01 {
    top: 4%;
    left: 10%;
    transform: translateX(0);
    width: 80%;
  }

  .p-self .p-self__item-txtHolder02 {
    top: 4%;
    left: 10%;
    transform: translateX(0);
    width: 80%;
  }

  .p-self .p-self__item-circleHolder {
    width: 95%;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
  }

  .p-self__item-circleHolder_2 {
    top: 129%!important;
  }

  .p-self .circle-inner1 {
    top: 15%;
  }

  .p-self .c-btn__wrapper {
    margin: 3em auto;
  }

  .p-self .circle {
    width: 45vw;
    height: 23vw;
    border: solid 1px #000;
    border-radius: 0;
  }

  .p-self .circle-inner1,
  .p-self .circle-inner2 {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1;
  }
}

@media only screen and (min-width: 1201px) {
  a:hover {
    opacity: 0.8;
  }

  .inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-hamburger .menu__btn {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .c-header__inner {
    width: 98%;
  }
}

@media screen and (max-width: 470px) {
  .c-header__logo br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .c-header__logo img {
    width: 4em;
  }
}

@media screen and (max-width: 768px) {
  .p-home__imgHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-home__item {
    width: 90%;
  }

  .p-page__course-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-page__course-txtHolder {
    width: 100%;
  }

  .p-page__course-txtHolder_green {
    width: 100%;
  }

  .p-page__course-imgHolder {
    width: 100%;
  }

  .p-page__course-name {
    margin-top: 15px;
  }

  .p-page__course-title {
    padding: 0;
  }

  .p-page__about {
    margin-bottom: 50px;
  }

  .p-page__title {
    padding: .5em 0;
    font-size: 18px;
  }

  .p-home__mv img {
    height: 200px;
  }

  .p-body__title {
    font-size: 30px;
  }

  .p-body__title_green {
    font-size: 35px;
  }

  .p-home__logo {
    width: 40%;
    top: 20%;
    left: 3%;
  }

  .p-home__logo img {
    height: auto;
    width: 100%;
  }

  .c-header__contents {
    padding-right: 10px;
  }

  .c-footer__logo {
    margin-bottom: 45px;
    width: 60%;
  }

  .p-page__course-list li:last-of-type .p-page__course-txtHolder {
    padding-bottom: 2em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .p-facial__title {
    left: 54%;
    padding-left: 0;
    top: 51%;
  }

  .c-footer__snslink {
    width: 40%;
    margin-bottom: 15%;
  }

  .p-home__item figure figcaption {
    font-size: 15px;
  }
  .steamup__title {
    font-size: 3em;
    top: 45%;
  }
  .steamup_title_img {
    height: auto!important;
    width: 27%!important;
    top: 71%;
    left: 36%;
  }
  .steamup_about_01 .steamup_title_02 {
    font-size: 16px;
    margin: 40px 10px;
  }
  .steamup_about_01 {
    display: block;
  }
  .about_01_img {
    margin: 0 auto;
    width: 65%;
    margin-bottom: 30px;
  }
  .about_01_txt {
    width: 95%;
    margin: 0 auto;
  }
  .steamup_about_02_img {
    width: 97%;
  }
  .steamup_about_02 {
    margin: 50px 0;
  }
  .steamup_about_03_wrapper {
    display: block;
  }
  .steamup_about_03_textarea {
    width: 95%;
    margin: 0 auto;
  }
  .steamup_about_03_txt {
    font-size: 18px;
  }
  .steamup_about_03_img {
    width: 75%;
    margin: 60px auto 0;
    text-align: center;
  }
  .steamup_about_03 {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
/*20241022*/
.movie-box {
  margin: 90px auto 0;
}
.video {
  display: block;
  width: 50%;
  margin: auto;
}
.flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 6rem;
}
.flex-box .p-page__course-list {
  width: 52%;
  margin: 0 0 0 9%;
}
.flex-box .p-page__course-list li .p-page__course-txtHolder,
.flex-box .p-page__course-list li:last-of-type .p-page__course-txtHolder {
  border-bottom: 5px solid #fc8904;
  padding: 0.5rem 0;
}
.flex-box .p-page__course-list li .p-page__course-txtHolder::before,
.flex-box .p-page__course-list li:last-of-type .p-page__course-txtHolder::before {
  position: absolute;
  bottom: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid #fc8904;
  content: "";
}
.flex-box .p-page__course-list li:first-of-type .p-page__course-txtHolder {
  border-bottom: 0;
}
.flex-box .p-page__course-list li:first-of-type .p-page__course-txtHolder::before {
  content: none;
}

.flex-box .p-page__course-txtHolder {
  width: 100%;
}
.img-box {
  width: 32%;
}
.img-box .p-page__course-imgHolder {
  width: 100%;
  padding: 1rem 0;
}
.img-box .p-page__course-imgHolder img {
  width: 74%;
}
.intro__box .p-page__course-title.title-border {
  text-align: center;
  border-bottom: 4px solid;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 85%;
    height: 4px;
    background: #c5c7c7;
    position: absolute;
    bottom: -4px;
    right: 0;
  }
}
.intro__box .flex-box {
  align-items: self-start;
  .pilates_img_01 {
    width: 42%;
  }
}
.intro__box ul li {
    width: 29%;
}
.intro__box ul li img {
  width: 100%;
}
.intro__box ul li p {
  padding-top: 1rem;
}

.intro__box ul li .flex-box__title {
      font-size: 20px;
      text-align: center;
      padding-bottom: 1rem;
}
.intro__box ul li .flex-box__title span {
        font-size: 26px;
        display: block;
        width: 5em;
        padding: 0.5rem 0;
        margin: 0 auto 0.5rem;
        background: #ee8568;
        color: #fff;
        border-radius: 0.5rem;
}
.intro__box ul li .flex-box__title p {
      font-size: 18px;
      padding-top: 1rem;
}
.bg__orange-2 {
  background: #ee8568;
}
.color__orange-2 {
  color: #ee8568;
}
.intro__box .flex-box .text-box {
  width: 50%;
}
.intro__box .text-box__course-text {
  line-height: 2em;
}
.intro__box .p-page__course-title {
  padding: 0;
}
.p-facial__title.add-pilates {
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transform: none;
  padding: 0;
  text-align: center;
  font-size: clamp(50px, 8vw, 94px);
  color: rgba(238, 133, 104, 0.28);
}
.c-hamburger .menu__item {
  padding: 0 0 0 1em;
}
.c-footer__links ul .menu__item {
  padding: 0 1em;  
}
@media only screen and (max-width: 1200px) {
  .c-hamburger .menu__item {
    padding: 1em 0;
  }
  .p-page__course-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .video {
    width: 90%;
  }

  .pilates .p-home__mv img {
    object-fit: cover;
  }
  .flex-box {
    display: block;
    padding-bottom: 3rem;
  }
  .intro__box .flex-box {
    .pilates_img_01 {
        width: 90%;
        margin: auto;
        display: block;
    }
  }
  .intro__box ul li .flex-box__title span,
  .p-page__course-title,
  .intro__box .p-page__course-title {
    font-size: 4.8vw;
  }
  .intro__box ul li .flex-box__title span {
    font-size: 3.5vw;
  }
  .intro__box .flex-box .text-box {
    width: 90%;
    margin: 3rem auto;
  }
  .intro__box ul li {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .flex-box img {
    width: 100%;
  }
  .flex-box .p-page__course-list {
    width: 90%;
    margin: auto;
  }
}