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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  word-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  padding: 0;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/****************************
common
****************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.section__title {
  display: flex;
  align-items: center;
  gap: 1.1162179908%;
}
@media screen and (max-width: 767px) {
  .section__title {
    gap: 7px;
  }
}

.sab-title {
  font-size: 1.6875rem;
  line-height: 1.8518518519;
  font-weight: 700;
}
.sab-title::before {
  content: "⚫︎";
  width: 0.5625rem;
  height: 0.5625rem;
  color: #ff5000;
}
@media screen and (max-width: 767px) {
  .sab-title {
    font-size: 0.8125rem;
  }
  .sab-title::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.line-btn {
  margin-top: 6.0625rem;
}
.line-btn p {
  font-size: 1.9375rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08rem;
}
.line-btn p br {
  display: none;
}
.line-btn p span {
  color: #60c364;
}
.line-btn a {
  display: block;
  font-size: 1.8125rem;
  margin: 2.875rem auto 0;
  padding: 2.0625rem 0;
  max-width: 41.8125rem;
  width: 100%;
  border-radius: 48px;
  background-color: #ff5000;
  color: #fff;
  position: relative;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
.line-btn a::before {
  content: "";
  width: 1.1875rem;
  height: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 6.7264573991%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-mask: url("../images/btn-arrow.svg") no-repeat center/cover;
          mask: url("../images/btn-arrow.svg") no-repeat center/cover;
  background-color: #fff;
}
.line-btn a:hover {
  color: #ff5000;
  background-color: #fff;
}
.line-btn a:hover::before {
  background-color: #ff5000;
}
@media screen and (max-width: 767px) {
  .line-btn {
    margin-top: 5.8125rem;
  }
  .line-btn p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .line-btn a {
    font-size: 0.8125rem;
    max-width: 19.3125rem;
    padding: 1rem 0;
    margin-top: 1rem;
  }
  .line-btn a::before {
    width: 0.5625rem;
    height: 0.875rem;
  }
}

/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    width: 2.1875rem;
    height: 1.875rem;
    border-radius: 50%;
    padding: 0 0;
    z-index: 25;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.p-header.is-sub .c-hamburger span {
  background: #1a1a1a;
}

.p-header.is-sub .p-drawer.open .c-hamburger span {
  background: #fff;
}

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

.c-hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    margin: 0.4375rem 0;
  }
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

.c-hamburger.open span:nth-child(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.open span:nth-child(1) {
    top: 0.5rem;
  }
}

.c-hamburger.open span:nth-child(2) {
  background-color: transparent;
  box-shadow: none;
}

.c-hamburger.open span:nth-child(3) {
  top: -0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-inner {
  width: 100%;
  max-width: 79.21875%;
  padding-inline: 25px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}

.l-inner-lower {
  width: 100%;
  max-width: 1225px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner-lower {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.en .about__subtitle img {
  max-width: 22.0625rem;
}
@media screen and (max-width: 767px) {
  .en .about__subtitle img {
    max-width: 11.375rem;
  }
}
.en .plan__content {
  display: flex;
  flex-direction: column;
}
.en .js-tabPanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.en .plan__tab-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.en .plan__tab-access {
  flex-direction: column;
  gap: 0.3125rem;
  padding-inline: 1rem;
}
.en .plan__c-tab1 .plan__tab-access,
.en .plan__c-tab2 .plan__tab-access {
  gap: 0.3125rem;
}
.en .plan__tab-access-time {
  max-width: 10rem;
}
.en .plan__tab-access-area {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
.en .plan__tab-price {
  margin-top: auto;
}
.en .plan__tab-img {
  display: block;
  margin-top: auto;
}

/****************************
terms-page
****************************/
.terms-page {
  padding: 21.4375rem 0 13rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .terms-page {
    padding: 9.375rem 0 9.375rem;
  }
}

.terms-page__title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 0.9375rem;
  border-bottom: 1px #999 solid;
}
@media screen and (max-width: 767px) {
  .terms-page__title {
    font-size: 1.375rem;
  }
}

.terms__item-title {
  margin-top: 2.0625rem;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .terms__item-title {
    font-size: 0.8125rem;
  }
}

.terms__item-text {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
  line-height: 1.7333333333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .terms__item-text {
    font-size: 0.8125rem;
  }
}
.terms__item-text .red {
  color: #ed1c24;
}

.user-agreement__title {
  margin-top: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .user-agreement__title {
    margin-top: 6.25rem;
  }
}

/****************************
top-about
****************************/
.about {
  background-image: url("../images/about-bg.jpg");
  background-size: 108%;
  background-position: 50% 67%;
  padding: 9.1875rem 1.25rem 31.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about {
    background-size: 195%;
    background-position: center 40%;
    padding: 3rem 1.25rem 15.5rem;
    margin-top: -1px;
  }
}

.about__inner {
  width: 100%;
  max-width: 79.21875%;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .about__inner {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.about__wrap {
  max-width: 40.4375rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    max-width: 21.125rem;
    margin-top: 5.625rem;
  }
}

.about__title span {
  display: block;
  max-width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .about__title span {
    max-width: 8.75rem;
  }
}

.about__subtitle {
  display: flex;
  align-items: baseline;
  font-size: 2.0625rem;
  font-weight: 700;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__subtitle {
    font-size: 1.0625rem;
    gap: 10px;
  }
}
.about__subtitle img {
  max-width: 31.4375rem;
  margin-left: 0.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__subtitle img {
    max-width: 16.375rem;
  }
}

.about__text {
  margin-top: 2.3125rem;
  font-size: 1.625rem;
  line-height: 2.1923076923;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.8125rem;
    line-height: 2.2307692308;
    letter-spacing: 0.065rem;
    margin-top: 1.5625rem;
  }
}

.about__btn a {
  display: block;
  max-width: 21.5625rem;
  width: 100%;
  padding: 1.375rem 0;
  border: 1px #fff solid;
  border-radius: 30px;
  margin-top: 3.375rem;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.08rem;
  transition: all 0.3s ease;
}
.about__btn a::before {
  content: "";
  width: 0.6875rem;
  height: 1.375rem;
  position: absolute;
  top: 50%;
  right: 6.3768115942%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-mask: url("../images/btn-arrow.svg") no-repeat center/cover;
          mask: url("../images/btn-arrow.svg") no-repeat center/cover;
  background-color: #fff;
}
.about__btn a:hover {
  background-color: rgba(255, 255, 255, .8);
  color: #1a1a1a;
}
.about__btn a:hover::before {
  background-color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .about__btn a {
    margin-top: 1.75rem;
    font-size: 0.625rem;
    max-width: 11.125rem;
    padding: 0.625rem 0;
    letter-spacing: 0.05rem;
  }
  .about__btn a::before {
    width: 0.3125rem;
    height: 0.625rem;
  }
}

/****************************
top-contact
****************************/
.contact {
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem 0 14.75rem;
}
.contact .line-btn {
  margin-top: 9.75rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 3.75rem 0 8.8125rem;
  }
  .contact .line-btn {
    margin-top: 5.8125rem;
  }
}

.contact__title {
  gap: 0;
}

.contact__main-title {
  display: flex;
  height: 4.4375rem;
  max-width: 22rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact__main-title {
    max-width: 10.75rem;
    height: 2.3125rem;
  }
}

/****************************
top-faq
****************************/
.faq {
  background-color: #1a1a1a;
  padding: 10.5rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.75rem 0 4.375rem;
  }
}

.faq__main-title {
  display: flex;
  height: 5.0625rem;
  max-width: 12.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq__main-title {
    max-width: 5.9375rem;
    height: 2.4375rem;
  }
}

.faq__title {
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    gap: 4px;
  }
}

.faq__sabtitle {
  color: #fff;
}

.faq__accordion {
  margin-top: 6.125rem;
  position: relative;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq__accordion {
    margin-top: 2.5rem;
  }
}

.faq__accordion-item {
  border-bottom: 1px solid #fff;
  letter-spacing: 0.14rem;
}
.faq__accordion-item:first-child {
  border-top: 1px solid #fff;
}

.faq__accordion-title {
  display: flex;
  gap: 16px;
  padding: 2.1875rem 95px 2.8125rem 0.875rem;
  cursor: pointer;
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
  transition: opacity 0.3s;
  color: #fff;
  line-height: 1.5;
}
.faq__accordion-title:hover {
  opacity: 0.6;
}
.faq__accordion-title img {
  width: 2.25rem;
  position: absolute;
  top: 50%;
  right: 57px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__accordion-title {
    font-size: 1rem;
    padding: 1.25rem 3.125rem 1.25rem 0.5rem;
  }
  .faq__accordion-title img {
    width: 1.125rem;
    right: 18px;
  }
}

.faq__accordion-content {
  display: none;
  font-size: 1.875rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__accordion-content {
    font-size: 0.875rem;
  }
}

.faq__content-item {
  display: flex;
  gap: 10px;
  padding: 0.9375rem 95px 3.5rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .faq__content-item {
    padding: 0.3125rem 3.125rem 1.25rem 0.5rem;
  }
}

.faq__question,
.faq__answer {
  text-wrap: wrap;
}

.faq__namber {
  flex-shrink: 0;
}

/****************************
top-fv
****************************/
.fv {
  position: relative;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv {
    max-height: 33.75rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .fv__inner {
    max-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .fv__img {
    display: block;
    max-height: inherit;
  }
}
.fv__img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    max-height: inherit;
  }
}

.fv__content {
  position: absolute;
  top: 0;
  padding-bottom: min(4.1666666667vh, 45px);
  inset-inline: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 58.6979166667%;
  height: 100vh;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv__content {
    display: block;
    width: 87.6168224299%;
    max-width: 100%;
    top: 33.3333333333%;
    padding-bottom: 0;
  }
}

.fv__scroll {
  max-width: 5.25rem;
  margin-inline: auto;
  margin-top: min(8.3333333333vh, 90px);
}
@media screen and (max-width: 767px) {
  .fv__scroll {
    max-width: 3.625rem;
    margin-top: 7.5rem;
  }
}

.fv__animation {
  opacity: 0;
}
.fv__animation.is-active {
  -webkit-animation: KvscaleStrongTransform 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards, scaleStrongOpacity 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
          animation: KvscaleStrongTransform 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards, scaleStrongOpacity 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

@-webkit-keyframes KvscaleStrongTransform {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes KvscaleStrongTransform {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleStrongOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleStrongOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/****************************
top-move
****************************/
.move {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 4.5rem 0 7.5625rem;
  margin-top: -1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .move {
    background-image: url("../images/move_bg_sp.png");
    padding: 3.875rem 1.5625rem 4.0625rem;
  }
}

.move__inner {
  max-width: 73.4895833333%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .move__inner {
    max-width: 100%;
  }
}

.move__title {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .move__title {
    gap: 4px;
  }
}

.move__main-title {
  display: flex;
  height: 4.625rem;
  max-width: 15.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .move__main-title {
    max-width: 7.5rem;
    height: 2.3125rem;
  }
}

.move__youtube {
  max-width: 60rem;
  margin: 5.875rem auto 0;
}
.move__youtube video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .move__youtube {
    max-width: 100%;
    margin: 2rem auto 0;
  }
}

/****************************
top-plan
****************************/
.plan {
  background-image: url("../images/plan-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 4.625rem 0 6.125rem;
}
@media screen and (max-width: 767px) {
  .plan {
    background-size: contain;
    padding: 3.75rem 0 4.375rem;
  }
}

.plan__main-title {
  display: flex;
  height: 4.4375rem;
  max-width: 12.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan__main-title {
    max-width: 6.75rem;
    height: 2.3125rem;
  }
}

.plan__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  margin-top: 2.875rem;
  gap: 33px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .plan__container {
    grid-template-columns: 1fr;
    max-width: 31.25rem;
    margin: 2.6875rem auto 0;
    padding: 0 1.8125rem;
  }
  .plan__container .plan__tab-img img {
    max-height: 11.25rem;
  }
}

.plan__content {
  background-color: #fff;
  border-radius: 20px;
}

.plan__content-title {
  background-color: #1a1a1a;
  padding: 1.375rem 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .plan__content-title {
    padding: 0.875rem;
  }
}
.plan__content-title img {
  max-width: 8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan__content-title img {
    max-width: 5.3125rem;
  }
}

.plan__tab-list {
  display: flex;
  font-weight: 700;
  color: #fff;
  background-color: #cccccc;
  transition: all 0.3s ease;
}

.js-tabBtn {
  flex: 1;
  text-align: center;
  padding: 0.8125rem 0 0.6875rem 0;
  font-size: 1.3125rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.js-tabBtn:hover {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .js-tabBtn {
    font-size: 0.875rem;
    padding: 0.5625rem 0;
  }
}

.js-tabBtn.is-active {
  background-color: #fff;
  color: #1a1a1a;
  pointer-events: none;
}

.plan__tab-btn-l.is-active {
  border-radius: 0 11px 0 0;
}

.plan__tab-btn-n.is-active {
  border-radius: 11px 0 0 0;
}

.js-tabPanel[aria-hidden=true] {
  display: none;
}

.plan__tab-detail {
  padding: 1.875rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan__tab-detail {
    padding: 1.0625rem 0 1rem;
  }
}

.plan__tab-access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .plan__tab-access {
    gap: 10px;
  }
}

.plan__tab-access-time {
  font-size: 1.0625rem;
  text-align: center;
  max-width: 6rem;
  width: 100%;
  border-radius: 3px;
  background-color: #ff5000;
  color: #fff;
  padding: 0.25rem 0 0.3125rem 0;
}
@media screen and (max-width: 767px) {
  .plan__tab-access-time {
    max-width: 4rem;
    font-size: 0.6875rem;
  }
}

.plan__tab-access-time2 {
  background-color: #1a1a1a;
}

.plan__b-tab1 .plan__tab-access-time,
.plan__b-tab2 .plan__tab-access-time {
  max-width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .plan__b-tab1 .plan__tab-access-time,
  .plan__b-tab2 .plan__tab-access-time {
    max-width: 3.625rem;
  }
}

.plan__tab-access-arrow {
  width: 0.6875rem;
  height: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .plan__tab-access-arrow {
    width: 0.625rem;
    height: 0.75rem;
  }
}

.plan__tab-access-area {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .plan__tab-access-area {
    font-size: 1.0625rem;
    letter-spacing: -0.05em;
    gap: 5px;
  }
}

.plan__tab-price {
  margin-top: 1.3125rem;
}
.plan__tab-price img {
  max-width: 18.75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan__tab-price {
    margin-top: 0.875rem;
  }
  .plan__tab-price img {
    max-width: 12.375rem;
  }
}

.plan__tab-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 16.9375rem;
}
@media screen and (max-width: 767px) {
  .plan__tab-img img {
    max-height: 11.25rem;
  }
}

.plan__tab-textarea {
  font-size: 1.125rem;
  padding: 1.25rem 1.25rem 2.125rem 2.0625rem;
  line-height: 1.8333333333;
  letter-spacing: 0.02rem;
}
.plan__tab-textarea .bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .plan__tab-textarea {
    padding: 0.625rem 1.375rem 1.4375rem;
    font-size: 0.75rem;
  }
}

.plan__c-tab1 .plan__tab-access-time,
.plan__c-tab2 .plan__tab-access-time {
  max-width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .plan__c-tab1 .plan__tab-access-time,
  .plan__c-tab2 .plan__tab-access-time {
    max-width: 3rem;
  }
}
.plan__c-tab1 .plan__tab-access,
.plan__c-tab2 .plan__tab-access {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .plan__c-tab1 .plan__tab-access,
  .plan__c-tab2 .plan__tab-access {
    gap: 8px;
  }
}
.plan__c-tab1 .plan__tab-access,
.plan__c-tab2 .plan__tab-access {
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .plan__c-tab1 .plan__tab-access-area,
  .plan__c-tab2 .plan__tab-access-area {
    font-size: clamp(0.875rem, 0.741rem + 0.67vw, 1.063rem);
  }
}

/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.p-drawer {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.p-drawer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__wrap {
  background-color: #1a1a1a;
  color: #fff;
  padding: 6.25rem 1.8125rem;
  height: 100vh;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-drawer__nav-item {
  margin-top: 1.25rem;
}
.p-drawer__nav-item .line-btn {
  margin-top: 0;
}
.p-drawer__nav-item a {
  border-left: 1px solid #fff;
  padding: 0.3125rem 0.625rem;
  transition: all 0.3s;
}
.p-drawer__nav-item a:hover {
  opacity: 0.6;
}
.p-drawer__nav-item:nth-child(3) a .p-plan__main-title {
  -webkit-mask: url("../images/plan-title.svg") no-repeat center/cover;
          mask: url("../images/plan-title.svg") no-repeat center/cover;
  background-color: #fff;
  max-width: 5.625rem;
  height: 1.5625rem;
  width: 100%;
}
.p-drawer__nav-item:nth-child(5) {
  margin-top: 4rem;
}
.p-drawer__nav-item:nth-child(5) a {
  display: block;
  margin: 1rem auto 0;
  width: 100%;
  font-size: 0.8125rem;
  max-width: 19.3125rem;
  border: none;
  padding: 1rem 0;
  height: auto;
}
.p-drawer__nav-item:nth-child(5) a:hover {
  opacity: 0.6;
  -webkit-transform: none;
          transform: none;
}
.p-drawer__nav-item .sab-title {
  font-size: 1.125rem;
}

.p-about__main-title {
  max-width: 5.625rem;
  height: 1.5625rem;
}

.p-move__main-title {
  max-width: 5.625rem;
  height: 1.5625rem;
}

.p-faq__main-title {
  max-width: 4.6875rem;
  height: 1.5625rem;
}

/****************************
footer
****************************/
.p-footer {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 11.875rem 1.25rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 9.4375rem 1.25rem 1.625rem;
  }
}

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

.p-footer__textarea {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  margin-top: 10.625rem;
  color: #fff;
  letter-spacing: 0.08rem;
  line-height: 2.7692307692;
}
.p-footer__textarea br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__textarea {
    margin-top: 7.8125rem;
    display: block;
    text-align: center;
    font-size: 0.625rem;
    line-height: 1;
  }
}
@media screen and (max-width: 400px) {
  .p-footer__textarea br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__access {
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 400px) {
  .p-footer__access {
    line-height: 1.4;
  }
}
.p-footer__access p {
  line-height: 1.5;
}

.p-footer__disclaimer {
  margin: 0 2.625rem 0 3.375rem;
  transition: all 0.3s;
}
.p-footer__disclaimer:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer__disclaimer {
    margin: 0.8125rem 0 1.4375rem;
  }
}

.p-footer__copyrighCt {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrighCt {
    font-size: 0.5rem;
    letter-spacing: 0.04rem;
  }
}

/****************************
header
****************************/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.p-header.is-scrolled {
  background-color: rgba(26, 26, 26, .6);
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.875rem 5.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-header__inner {
    padding: 1.25rem 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    align-items: center;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 22.25rem;
  padding-left: 0.6875rem;
  margin-top: 12px;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 10rem;
    margin-top: 0;
    padding-left: 0;
  }
}
.p-header__logo a {
  display: block;
  width: 100%;
}
.p-header__logo a:hover {
  opacity: 0.6;
}

.p-header__logo a img {
  width: 100%;
  height: auto;
}

.p-header__nav {
  padding: 0 1.875rem 0 2.75rem;
  margin-left: 1rem;
  border-radius: 10px;
}

.p-header.is-top .p-header__nav {
  background-color: rgba(242, 242, 242, .85);
}

.p-header.is-sub .p-header__nav {
  background: #fff;
}

.p-header.is-sub .c-hamburger.open span {
  background: #fff;
}
.p-header.is-sub .c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header.is-sub .p-header__logo.is-white img {
  content: url("../images/logo.svg");
}

.p-header.is-sub .p-header__logo img {
  content: url("../images/logo-b.svg");
}
.p-header.is-sub .c-hamburger span {
  background: #1a1a1a;
}
.p-header.is-sub.is-scrolled {
  background-color: rgba(26, 26, 26, .6);
}
.p-header.is-sub.is-scrolled .p-header__logo img {
  content: url("../images/logo.svg");
}
.p-header.is-sub.is-scrolled .c-hamburger span {
  background: #fff;
}
.p-header.is-sub .p-header__lang-list li a,
.p-header.is-sub .p-header__lang-list li span {
  color: #000;
}
.p-header.is-sub .p-header__lang-list li.is-current span {
  color: #ff5000;
}
.p-header.is-sub .p-header__lang-list li:first-child a::after,
.p-header.is-sub .p-header__lang-list li:first-child span::after {
  background-color: #000;
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-header__nav-item {
  height: 100%;
}
.p-header__nav-item a {
  display: flex;
  place-items: center;
  height: 100%;
  padding: 1.875rem 3rem 1.875rem 0;
  position: relative;
  white-space: nowrap;
  font-size: 1.3125rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
}
.p-header__nav-item a:hover {
  color: #ff5000;
}
.p-header__nav-item:nth-child(2) a {
  padding-right: 2.5rem;
}
.p-header__nav-item:nth-child(3) a {
  padding-right: 3rem;
  letter-spacing: 0.08rem;
}

.p-header__nav-item-w a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #ff5000;
  border-radius: 20px;
  padding: 0.5625rem 0;
  width: 12.125rem;
  text-align: center;
  height: 2.4375rem;
}
.p-header__nav-item-w a:hover {
  color: #ff5000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    margin-left: 1rem;
  }
}

.p-header__lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-transform: uppercase;
}

.p-header__lang-list {
  display: flex;
  align-items: center;
}
.p-header__lang-list li a,
.p-header__lang-list li span {
  color: #fff;
  font-size: 1.3125rem;
  padding: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__lang-list li a,
  .p-header__lang-list li span {
    font-size: 1rem;
    padding: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-header__lang-list li a:hover {
    text-decoration: underline;
  }
}
.p-header__lang-list li.is-current span {
  color: #ff5000;
}
.p-header__lang-list li:first-child a,
.p-header__lang-list li:first-child span {
  padding-right: 0;
}
.p-header__lang-list li:first-child a::after,
.p-header__lang-list li:first-child span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1lh;
  margin-left: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__lang-list li:first-child a::after,
  .p-header__lang-list li:first-child span::after {
    margin-left: 0.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
