@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

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;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-breadcrumb {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.l-drawer {
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1001;
}
.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-floating-box {
  position: relative;
}

.l-header {
  height: 135px;
  height: 8.4375rem;
  left: 0;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  -webkit-transition: position 0.3s ease, top 0.3s ease;
  transition: position 0.3s ease, top 0.3s ease;
  width: 100%;
  z-index: 999;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  max-width: 70.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
  max-width: 81.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-philosophy {
  margin-top: 115px;
  margin-top: 7.1875rem;
}

.c-button1 {
  -moz-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid currentColor;
  border: 0.125rem solid currentColor;
  border-radius: 3.125rem;
       -webkit-column-gap: 0.9375rem;
               column-gap: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}

.c-button1::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.c-button1--web::before {
  -webkit-mask-image: url("../../../images/common/icon-web.svg");
  height: 21px;
  height: 1.3125rem;
          mask-image: url("../../../images/common/icon-web.svg");
  width: 25px;
  width: 1.5625rem;
}

.c-button1--mail::before {
  -webkit-mask-image: url("../../../images/common/icon-mail.svg");
  height: 20px;
  height: 1.25rem;
          mask-image: url("../../../images/common/icon-mail.svg");
  width: 28px;
  width: 1.75rem;
}
.c-button2 {
  -moz-column-gap: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #fff;
  border: 2px solid currentColor;
  border: 0.125rem solid currentColor;
  border-radius: 3.125rem;
       -webkit-column-gap: 0.9375rem;
               column-gap: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 22px 32px 22px 20px;
  padding: 1.375rem 2rem 1.375rem 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}

.c-button2::after {
  aspect-ratio: 1;
  border-right: 2px solid currentColor;
  border-right: 0.125rem solid currentColor;
  border-top: 2px solid currentColor;
  border-top: 0.125rem solid currentColor;
  content: "";
  display: inline-block;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
          transform: translateX(0) translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}
.c-button3 {
  -moz-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff007f;
  border: 2px solid #ff007f;
  border: 0.125rem solid #ff007f;
  border-radius: 3.125rem;
  color: #fff;
       -webkit-column-gap: 0.9375rem;
               column-gap: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}

.c-button3::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.c-button3--web::before {
  -webkit-mask-image: url("../../../images/common/icon-web.svg");
  height: 21px;
  height: 1.3125rem;
          mask-image: url("../../../images/common/icon-web.svg");
  width: 25px;
  width: 1.5625rem;
}

.c-button3--web::after {
  background-color: #fff;
  border: 2px solid currentColor;
  border: 0.125rem solid currentColor;
  border-radius: 3.125rem;
  color: #ff007f;
  content: "無料";
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  left: 50%;
  line-height: 1;
  padding: 3px 28px;
  padding: 0.1875rem 1.75rem;
  position: absolute;
  top: -12px;
  top: -0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}

.c-button3--mail {
  background-color: #fff;
  color: #ff007f;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}

.c-button3--mail::before {
  -webkit-mask-image: url("../../../images/common/icon-mail.svg");
  height: 20px;
  height: 1.25rem;
          mask-image: url("../../../images/common/icon-mail.svg");
  width: 28px;
  width: 1.75rem;
}

.c-button3--mail::after {
  background-color: #ff007f;
  border: 2px solid #ff007f;
  border: 0.125rem solid #ff007f;
  border-radius: 3.125rem;
  color: #fff;
  content: "ニュースレターをメールでお届け";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  padding: 3px 28px;
  padding: 0.1875rem 1.75rem;
  position: absolute;
  top: -12px;
  top: -0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: min(100%, 252px);
  width: min(100%, 15.75rem);
}
.c-button5 {
  -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1.5px solid currentColor;
  border: 0.09375rem solid currentColor;
  border-radius: 3.125rem;
  color: #000;
       -webkit-column-gap: 0.75rem;
               column-gap: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}

.c-button5__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-button5__icon::after {
  -webkit-mask-image: url("../../../images/common/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 5px;
  height: 0.3125rem;
          mask-image: url("../../../images/common/icon-arrow.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 10px;
  width: 0.625rem;
}
.c-card1 {
  background-color: #ff007f;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 1.875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 26px 35px 26px;
  padding: 1.625rem 1.625rem 2.1875rem 1.625rem;
  position: relative;
  row-gap: 20px;
  row-gap: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}

.c-card1::after {
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 1.875rem;
  bottom: 6px;
  bottom: 0.375rem;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 6px;
  right: 0.375rem;
  width: 100%;
  z-index: -1;
}

.c-card1__head {
  -moz-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.9375rem;
               column-gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-card1__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-card1__img {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  height: 3.75rem;
  overflow: hidden;
  width: 60px;
  width: 3.75rem;
}

.c-card1__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.c-card1__label {
  border-radius: 0.3125rem;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-card1__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: max(16px, 10px);
  font-size: max(0.8rem, 8px);
  letter-spacing: 0em;
  line-height: 1.8;
  overflow: hidden;
}

.c-card1__button {
  background-color: #000;
  border: none;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1;
  margin-top: auto;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%;
}
.c-card1--detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1.5px solid #000;
  border: 0.09375rem solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
  max-width: 900px;
  max-width: 56.25rem;
  padding: 60px;
  padding: 3.75rem;
}

.c-card1--detail::after {
  content: none;
}

.c-card1--detail .c-card1__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.c-card1--detail .c-card1__title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  text-align: center;
}

.c-card1--detail .c-card1__img {
  height: 90px;
  height: 5.625rem;
  width: 90px;
  width: 5.625rem;
}

.c-card1--detail .c-card1__label {
  background-color: #B9DC8A;
}

.c-card1--detail .c-card1__text {
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  padding-right: 0.625rem;
  /* スクロールバーのスタイル */
}
.c-card1--detail .c-card1__text::-webkit-scrollbar {
  width: 6px;
  width: 0.375rem;
}
.c-card1--detail .c-card1__text::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.1875rem;
}
.c-card1--detail .c-card1__text::-webkit-scrollbar-thumb {
  background: #B9DC8A;
  border-radius: 0.1875rem;
}

.c-card1--detail .c-card1__button {
  background-color: #fff;
  border: 1.5px solid #000;
  border: 0.09375rem solid #000;
  border-radius: 0.3125rem;
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 300px;
  width: 18.75rem;
}

.c-card1--detail .c-card1__close {
  display: none;
}
.c-faq {
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.4rem;
}

.c-faq__summary {
  -moz-column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 28px 60px 30px 30px;
  padding: 1.75rem 3.75rem 1.875rem 1.875rem;
  position: relative;
}

.c-faq__summary::-webkit-details-marker {
  display: none;
}

.c-faq__icon {
  color: #ff007f;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.c-faq__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.c-faq__arrow {
  -webkit-mask: url(../../../images/common/icon-arrow.svg) no-repeat center/contain;
  background-color: #ff007f;
  display: inline-block;
  height: 12.33px;
  height: 0.770625rem;
          -webkit-mask: url(../../../images/common/icon-arrow.svg) no-repeat center/contain;
                  mask: url(../../../images/common/icon-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 45%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 20px;
  width: 1.25rem;
}
.c-faq__item.is-opened .c-faq__arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-faq__answer {
  overflow: hidden;
}

.c-faq__answer-inner {
  -moz-column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 28px 30px;
  padding: 0 2.1875rem 1.75rem 1.875rem;
}

.c-faq__answer-inner .c-faq__text {
  font-weight: 400;
}

.c-floating {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-floating img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-mv .c-floating--01 {
  max-width: 261px;
  max-width: 16.3125rem;
  right: 0;
  top: 43.8888888889vw;
  top: 700px;
  top: 43.75rem;
}
.p-top-mv .c-floating--01 img {
  aspect-ratio: 261/211;
}

.c-floating--02 {
  left: calc(50% - 33.75rem);
  max-width: 163px;
  max-width: 10.1875rem;
  top: -138px;
  top: -8.625rem;
}
.c-floating--02 img {
  aspect-ratio: 163/258;
}

.c-floating--03 {
  max-width: 188px;
  max-width: 11.75rem;
  right: calc(50% - 42.1875rem);
  top: 41px;
  top: 2.5625rem;
}
.c-floating--03 img {
  aspect-ratio: 188/213;
}

.c-floating--04 {
  left: calc(50% - 40.875rem);
  max-width: 223px;
  max-width: 13.9375rem;
  top: -82px;
  top: -5.125rem;
}
.c-floating--04 img {
  aspect-ratio: 223/195;
}

.c-floating--05 {
  max-width: 139px;
  max-width: 8.6875rem;
  right: calc(50% - 37.8125rem);
  top: -105px;
  top: -6.5625rem;
}
.c-floating--05 img {
  aspect-ratio: 139/219;
}

.c-floating--06 {
  left: calc(50% - 39.6875rem);
  max-width: 216px;
  max-width: 13.5rem;
  top: -68px;
  top: -4.25rem;
}
.c-floating--06 img {
  aspect-ratio: 216/216;
}

.c-floating--07 {
  max-width: 163px;
  max-width: 10.1875rem;
  right: calc(50% - 37.625rem);
  top: -14px;
  top: -0.875rem;
}
.c-floating--07 img {
  aspect-ratio: 1;
}

.c-floating--08 {
  left: calc(50% - 38.0625rem);
  max-width: 187px;
  max-width: 11.6875rem;
  top: -99px;
  top: -6.1875rem;
}
.c-floating--08 img {
  aspect-ratio: 187/175;
}

.c-floating--09 {
  max-width: 216px;
  max-width: 13.5rem;
  right: calc(50% - 42.1875rem);
  top: -71px;
  top: -4.4375rem;
}
.c-floating--09 img {
  aspect-ratio: 216/161;
}

.c-link {
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-right: 37px;
  padding-right: 2.3125rem;
  position: relative;
  text-align: center;
}

.c-link::before {
  background-color: #000;
  bottom: -5px;
  bottom: -0.3125rem;
  content: "";
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-link::after {
  aspect-ratio: 1;
  border-right: 1.5px solid currentColor;
  border-right: 0.09375rem solid currentColor;
  border-top: 1.5px solid currentColor;
  border-top: 0.09375rem solid currentColor;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
          transform: translateX(0) translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.c-menu-button {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.c-menu-button {
  aspect-ratio: 1/1;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
  height: 56px;
  height: 3.5rem;
  opacity: 1;
  position: absolute;
  right: 50px;
  right: 3.125rem;
  top: 50px;
  top: 3.125rem;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: visible;
  width: 56px;
  width: 3.5rem;
  z-index: 9999;
}

.c-menu-button.scrolled {
  position: fixed;
  top: 40px;
  top: 2.5rem;
}

.c-menu-button.is-hidden {
  opacity: 0 !important;
}

.c-menu-button.is-hidden {
  position: absolute;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  visibility: hidden;
}
.c-menu-button span {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out, background-color 0.3s ease-out;
  transition: all 0.3s ease-in-out, background-color 0.3s ease-out;
  width: 5px;
  width: 0.3125rem;
  z-index: 1001;
}
.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #000;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out, background-color 0.3s ease-out;
  transition: all 0.3s ease-in-out, background-color 0.3s ease-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}

.c-menu-button span::after {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] {
  background-color: #000;
}
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  background-color: #fff;
  border-radius: 100vmax;
  height: 2px;
  height: 0.125rem;
  left: -8px;
  left: -0.5rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  width: 22px;
  width: 1.375rem;
}
.c-menu-button[aria-expanded=true] span::after {
  background-color: #fff;
  border-radius: 100vmax;
  height: 2px;
  height: 0.125rem;
  left: -9px;
  left: -0.5625rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  width: 22px;
  width: 1.375rem;
}
.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-page-top {
  background: url(../../../images/common/top-button.svg) no-repeat center/cover;
  background-color: #fff;
  border-radius: 100vmax;
  bottom: 93px;
  bottom: 5.8125rem;
  cursor: pointer;
  display: block;
  height: 56px;
  height: 3.5rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 30px;
  right: 1.875rem;
  -webkit-transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, background-image 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, background-image 0.3s ease-out;
  width: 56px;
  width: 3.5rem;
  z-index: 10;
}

.c-page-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.c-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-title--left {
  margin-left: 0;
  margin-right: 0;
}

.c-title--border {
  padding: 30px;
  padding: 1.875rem;
}

.c-title__ja {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

.c-title__ja--multiline {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.c-title__sub {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.c-title__en {
  -moz-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.9375rem;
               column-gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-transform: uppercase;
}

.c-title__en::before {
  background: url(../images/common/title-border.svg) no-repeat left center/100% 100%;
  content: "";
  display: inline-block;
  height: 2px;
  height: 0.125rem;
  width: 133px;
  width: 8.3125rem;
}

.c-title--left .c-title__ja,
.c-title--left .c-title__sub {
  text-align: left;
}

.c-title--left .c-title__en {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-action-buttons {
  grid-gap: 2.5625rem;
  display: grid;
  gap: 41px;
  gap: 2.5625rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-action-buttons__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border: 0.125rem solid;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 20px 26px;
  padding: 3.125rem 1.25rem 1.625rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.p-action-buttons__btn--online {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.p-action-buttons__btn--download {
  background-color: #fff;
  border-color: #000;
  border: 0.1rem solid;    
  color: #000;
}

.p-action-buttons__icon {
  height: 80px;
  height: 5rem;
}

.p-action-buttons__btn--online .p-action-buttons__icon {
  width: 91px;
  width: 5.6875rem;
}
.p-action-buttons__btn--online .p-action-buttons__icon img {
  aspect-ratio: 91/80;
}

.p-action-buttons__btn--download .p-action-buttons__icon {
  width: 101px;
  width: 6.3125rem;
}
.p-action-buttons__btn--download .p-action-buttons__icon img {
  aspect-ratio: 101/80;
}

.p-action-buttons__text {
  word-wrap: anywhere;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  word-break: keep-all;
}

.p-action-buttons__btn span {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-bg1 {
  background-image: url(../../../images/common/bg-grid.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 100% auto;
  margin-top: -145px;
  margin-top: -9.0625rem;
  padding: 140px 0 177px;
  padding: 8.75rem 0 11.0625rem;
}

.p-bg2 {
  background-color: #F2F2F2;
  padding: 0 0 188px;
  padding: 0 0 11.75rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  aspect-ratio: 5/7;
  background: url(../images/common/breadcrumb-arrow.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 6px;
  width: 0.375rem;
}

.p-card-grid {
  grid-column-gap: 3.1875rem;
  -moz-column-gap: 3.1875rem;
       -webkit-column-gap: 3.1875rem;
          column-gap: 3.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

.p-card-grid__list {
  display: contents;
}

.p-card-grid__item {
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  display: block;
  min-height: 430px;
  min-height: 26.875rem;
  position: relative;
}

.p-card-grid__item:nth-child(1) {
  border-top: 2px solid #000;
  border-top: 0.125rem solid #000;
}

.p-card-grid__item:last-child {
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
}

.p-card-grid__card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.p-card-grid__image {
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-card-grid__image img {
  -o-object-fit: cover;
  aspect-ratio: 327/163;
  border-radius: 1.875rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-card-grid__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-card-grid__title {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-card-grid__desc {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-card-grid__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  gap: 16px;
  gap: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-card-grid__icon {
  background-color: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  height: 26px;
  height: 1.625rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 26px;
  width: 1.625rem;
}

.p-card-grid__icon::before,
.p-card-grid__icon::after {
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-card-grid__icon::before {
  height: 2px;
  height: 0.125rem;
  width: 13px;
  width: 0.8125rem;
}

.p-card-grid__icon::after {
  height: 13px;
  height: 0.8125rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2px;
  width: 0.125rem;
}

.p-card-grid__accordion {
  overflow: hidden;
  -webkit-transition: margin-top 0.4s ease-out;
  transition: margin-top 0.4s ease-out;
}

.p-card-grid__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-card-grid__card.is-accordion-opened .p-card-grid__accordion {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-card-grid__card.is-accordion-opened .p-card-grid__icon {
  background-color: #fff;
}
.p-card-grid__card.is-accordion-opened .p-card-grid__icon::after {
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-card-grid__card.is-accordion-opened .p-card-grid__link {
  color: gray;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../../../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-cta {
  display: none;
}

.p-drawer {
  background-color: white;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 3.75rem 0 0 3.75rem;
  height: 100vh;
  max-width: 467px;
  max-width: 29.1875rem;
  padding: 50px 0 60px;
  padding: 3.125rem 0 3.75rem;
  width: 100%;
}

.p-drawer__inner {
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 81px;
  padding-right: 5.0625rem;
}

.p-drawer__logo {
  height: 100%;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

.p-drawer__logo-link {
  display: block;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}
.p-drawer__logo-link img {
  -o-object-fit: cover;
  aspect-ratio: 80/90;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-drawer__nav-items {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-drawer__nav-item a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 22px 15px 22px 0;
  padding: 1.375rem 0.9375rem 1.375rem 0;
  position: relative;
}
.p-drawer__nav-item a::before {
  background: url(../../../images/common/drawer-arrow.svg) no-repeat center/contain;
  content: "";
  height: 20px;
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 20px;
  width: 1.25rem;
}
.p-drawer__nav-item a::after {
  background: url(../images/common/drawer-line.svg) no-repeat center/contain;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-drawer__nav-item:first-child a::after {
  display: none;
}

.p-drawer__button-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-drawer__button {
  width: min(100%, 288px);
  width: min(100%, 18rem);
}

.p-drawer__button .c-button3 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  white-space: nowrap;
}

.p-drawer__button .c-button3--web::before {
  display: none;
}

.p-drawer__button .c-button3--web::after {
  font-size: 10px;
  font-size: 0.625rem;
  white-space: nowrap;
  width: min(100%, 84px);
  width: min(100%, 5.25rem);
}

.p-drawer__button .c-button3--mail::before {
  display: none;
}

.p-drawer__button .c-button3--mail::after {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  white-space: nowrap;
  width: 180px;
  width: 11.25rem;
}

.p-flow {
  grid-gap: 2.5rem;
  counter-reset: flow-number;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 5;
}

.p-flow::after {
  background-color: #000;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.p-flow__item {
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 1.875rem;
  counter-increment: flow-number;
  padding: 51.4px 26px 25px;
  padding: 3.2125rem 1.625rem 1.5625rem;
  position: relative;
  text-align: left;
}

.p-flow__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: max(32px, 10px);
  font-size: max(1.6rem, 16px);
  font-weight: 700;
  color: #ff007f;    
  height: 60px;
  height: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  width: 3.75rem;
}

.p-flow__number::before {
  content: counter(flow-number, decimal-leading-zero);
}

.p-flow__image {
  height: 60px;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  width: 3.75rem;
}
.p-flow__image img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-flow__item:nth-child(1) .p-flow__image {
  width: 68px;
  width: 4.25rem;
}
.p-flow__item:nth-child(1) .p-flow__image img {
  aspect-ratio: 68/60;
}

.p-flow__item:nth-child(3) .p-flow__image {
  width: 52px;
  width: 3.25rem;
}
.p-flow__item:nth-child(3) .p-flow__image img {
  aspect-ratio: 52/60;
}

.p-flow__text {
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__info {
  margin-top: -5px;
  margin-top: -0.3125rem;
  width: 40.3703703704%;
}

.p-footer__logo-link {
  display: inline-block;
  max-width: 100%;
  width: 160px;
  width: 10rem;
}

.p-footer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 160/180;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__info-list {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-footer__info-item + .p-footer__info-item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__info-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-footer__info-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-footer__info-text address {
  font-style: normal;
}

.p-footer__nav-list {
  margin-left: 64px;
  margin-left: 4rem;
  margin-top: -22.5px;
  margin-top: -1.40625rem;
  width: 24.0740740741%;
}

.p-footer__nav-item a {
  -moz-column-gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.125rem;
               column-gap: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 22.5px 23px 22.5px 27px;
  padding: 1.40625rem 1.4375rem 1.40625rem 1.6875rem;
  white-space: nowrap;
  width: 100%;
}

.p-footer__nav-item a::before {
  aspect-ratio: 1;
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  display: inline-block;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  width: 11px;
  width: 0.6875rem;
}

.p-footer__contact {
  margin-left: 30px;
  margin-left: 1.875rem;
  width: 26.6666666667%;
}

.p-footer__contact-title {
  font-family: "Lato", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.p-footer__contact-btn {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}

.p-footer__copyright {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__copyright small {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.p-header-fixed {
  height: 150px;
  height: 9.375rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.p-header-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.p-header-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  max-width: initial;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  -webkit-transition: padding-left 0.3s ease, padding-right 0.3s ease;
  transition: padding-left 0.3s ease, padding-right 0.3s ease;
}

.p-header-fixed .p-header__inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: padding-left 0.3s ease, padding-right 0.3s ease;
  transition: padding-left 0.3s ease, padding-right 0.3s ease;
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  max-width: 120px;
  max-width: 7.5rem;
  -webkit-transition: padding-top 0.3s ease, padding-left 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: padding-top 0.3s ease, padding-left 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  width: 100%;
}

.p-header-fixed .p-header__logo {
  background-color: #fff;
  border-radius: 0 0 3.75rem 0;
  max-width: 171px;
  max-width: 10.6875rem;
  outline: 2px solid #000;
  outline: 0.125rem solid #000;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-header__logo-link {
  display: block;
  max-width: 120px;
  max-width: 7.5rem;
  -webkit-transition: max-width 0.3s ease, aspect-ratio 0.3s ease;
  transition: max-width 0.3s ease, aspect-ratio 0.3s ease;
  width: 100%;
}
.p-header__logo-link img {
  -o-object-fit: cover;
  aspect-ratio: 120/135;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-header-fixed .p-header__logo-link {
  aspect-ratio: 71/80;
  max-width: 71px;
  max-width: 4.4375rem;
  -webkit-transition: max-width 0.3s ease, aspect-ratio 0.3s ease;
  transition: max-width 0.3s ease, aspect-ratio 0.3s ease;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  position: relative;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: padding-top 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: padding-top 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}

.p-header-fixed .p-header__nav {
  background-color: #fff;
  border-radius: 0 0 0 3.75rem;
  max-width: 762px;
  max-width: 47.625rem;
  outline: 2px solid #000;
  outline: 0.125rem solid #000;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  -webkit-transition: padding-top 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: padding-top 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}

.p-header__nav-frame {
  background: url(../../../images/top/bg-button.webp) no-repeat center/cover;
  content: "";
  display: block;
  height: 111px;
  height: 6.9375rem;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 715px;
  width: 44.6875rem;
  z-index: -1;
}

.p-header-fixed .p-header__nav-frame {
  display: none;
}

.p-header__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 71px;
  padding-right: 4.4375rem;
  width: 100%;
}

.p-header__button {
  width: min(100%, 288px);
  width: min(100%, 18rem);
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1000;
}

.p-header__drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* 一時的にトランジションを無効化するユーティリティクラス */
.p-header.no-transition,
.p-header.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.c-menu-button.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.p-loop {
  overflow-x: hidden;
  padding: 90px 0 180px;
  padding: 5.625rem 0 11.25rem;
}

.p-loop__slide + .p-loop__slide {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-loop__slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.p-loop__slide-wrapper.is-active {
  -webkit-animation: marquee 150s linear infinite;
          animation: marquee 150s linear infinite;
}

.is-reverse .p-loop__slide-wrapper.is-active {
  -webkit-animation: marquee2 150s linear infinite;
          animation: marquee2 150s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-loop__slide-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  margin-right: 1.875rem;
  width: 450px;
  width: 28.125rem;
}

.p-loop__slide-img img {
  -o-object-fit: cover;
  aspect-ratio: 450/300;
  border-radius: 1.25rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-overview-table {
  border-collapse: separate;
  border-radius: 1.875rem;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.p-overview-table__head-title {
  color: #fff;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  height: 99.67px;
  height: 6.229375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  text-align: center;
}

.p-overview-table__head-title--label {
  width: 22.4%;
}

.p-overview-table__head-title:not(:first-child) {
  border-right: 3px solid #000;
  border-right: 0.1875rem solid #000;
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-overview-table__head-title--yellow {
  background-color: #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  border-radius: 1.875rem 0 0 0;
}

.p-overview-table__head-title--blue {
  background-color: #5a5a5a;
  border-radius: 0 1.875rem 0 0;
}

.p-overview-table__label {
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  color: #222;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  height: 99.67px;
  height: 6.229375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: center;
  width: 22.4%;
}

.p-overview-table__row:not(:last-child) .p-overview-table__label::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}

.p-overview-table__row:first-child .p-overview-table__label {
  border-radius: 1.875rem 0 0 0;
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-overview-table__row:last-child .p-overview-table__label {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-radius: 0 0 0 1.875rem;
}

.p-overview-table__col {
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  border-right: 3px solid #000;
  border-right: 0.1875rem solid #000;
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 99.67px;
  min-height: 6.229375rem;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: center;
}

.p-overview-table__col.p-overview-table__col--02 {
  border-left: none;
}

.p-overview-table__row .p-overview-table__col--01 {
  border-right: none;
}

.p-overview-table__row .p-overview-table__col--01::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to bottom, #000 0.1875rem, transparent 0.1875rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 0.125rem 0.5rem;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
}

.p-overview-table__row:not(:last-child) .p-overview-table__col::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
}

.p-overview-table__row:not(:last-child) .p-overview-table__col:has(span)::after {
  content: none;
}

.p-overview-table__row:first-child .p-overview-table__col {
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-overview-table__col:has(span) {
  padding: 0;
}

.p-overview-table__col.p-overview-table__col--01 span,
.p-overview-table__col.p-overview-table__col--02 span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  display: block flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 99.67px;
  min-height: 6.229375rem;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  position: relative;
}

.p-overview-table__col.p-overview-table__col--01 span::after,
.p-overview-table__col.p-overview-table__col--02 span::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  width: 95%;
}

.p-overview-table__col.p-overview-table__col--01 span::after {
  right: 4px;
  right: 0.25rem;
}

.p-overview-table__col.p-overview-table__col--02 span::after {
  left: 0;
}

.p-overview-table__row:last-child .p-overview-table__col {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-radius: 0 0 1.875rem 0;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../../../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../../../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../../../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../../../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-point-card {
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  border-radius: 1.0rem;
  padding-top: 218px;
  padding-top: 13.625rem;
  position: relative;
}

.p-point-card:nth-child(1) {
  background-color: #000;
  color: #fff;    
}

.p-point-card:nth-child(2) {
  background-color: #000;
  color: #fff;    
}

.p-point-card:nth-child(3) {
  background-color: #000;
  color: #fff;    
}

.p-point-card__img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-point-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 326/218;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 1.0rem 1.0rem 0 0;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-point-card__label {
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.625rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 6px 28px;
  padding: 0.375rem 1.75rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -21px;
  top: -1.3125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-point-card:nth-child(1) .p-point-card__label {
  background-color: #000;
  color: #ff007f;
}

.p-point-card:nth-child(2) .p-point-card__label {
  background-color: #000;
  color: #ff007f;
}

.p-point-card:nth-child(3) .p-point-card__label {
  background-color: #000;
  color: #ff007f;
}

.p-point-card__body {
  padding: 28px 28.5px 50.32px;
  padding: 1.75rem 1.78125rem 3.145rem;
}

.p-point-card__title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}

.p-point-card__title::after {
  background: url(../images/common/border-dot4.svg) repeat left center/auto 100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-point-card__text {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-price-table {
  border-collapse: separate;
  border-radius: 1.875rem;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.p-price-table__head-title {
  color: #fff;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 18px 16px;
  padding: 1.125rem 1rem;
  text-align: center;
}

.p-price-table__head-title--label {
  width: 22.4%;
}

.p-price-table__head-title:not(:first-child) {
  border-right: 3px solid #000;
  border-right: 0.1875rem solid #000;
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-price-table__head-title--yellow {
  background-color: #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  border-radius: 1.875rem 0 0 0;
}

.p-price-table__head-title--blue {
  background-color: #5a5a5a;
  border-radius: 0 1.875rem 0 0;
}

.p-price-table__label {
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  min-height: 100px;
  min-height: 6.25rem;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: center;
  width: 22.4%;
  background-color: #fff;
}

.p-price-table__row:not(:last-child) .p-price-table__label::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}

.p-price-table__row:first-child .p-price-table__label {
  border-radius: 1.875rem 0 0 0;
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-price-table__row:last-child .p-price-table__label {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-radius: 0 0 0 1.875rem;
}

.p-price-table__col {
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  border-right: 3px solid #000;
  border-right: 0.1875rem solid #000;
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  min-height: 100px;
  min-height: 6.25rem;
  padding: 35px 30px;
  padding: 2.1875rem 1.875rem;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.p-price-table__col.p-price-table__col--02 {
  border-left: none;
}

.p-price-table__row .p-price-table__col--01 {
  border-right: none;
}

.p-price-table__row .p-price-table__col--01::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to bottom, #000 0.1875rem, transparent 0.1875rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 0.125rem 0.5rem;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
}

.p-price-table__row:not(:last-child) .p-price-table__col::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
}

.p-price-table__row:not(:last-child) .p-price-table__col:has(span.col-main)::after {
  content: none;
}

.p-price-table__row:first-child .p-price-table__col {
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
}

.p-price-table__col:has(span.col-main) {
  padding: 0;
}

.p-price-table__col.p-price-table__col--01 span.col-main,
.p-price-table__col.p-price-table__col--02 span.col-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  display: block flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  min-height: 6.25rem;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  position: relative;
  background-color: #fff;
}

.p-price-table__col.p-price-table__col--01:has(span.col-sub) span.col-main,
.p-price-table__col.p-price-table__col--02:has(span.col-sub) span.col-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-price-table__col span.col-main span.col-sub {
  font-size: max(14px, 10px);
  font-size: max(0.7rem, 7px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 3px;
  margin-top: 0.1875rem;
  text-align: left;
}

.p-price-table__col.p-price-table__col--01 span.col-main::after,
.p-price-table__col.p-price-table__col--02 span.col-main::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1875rem, #000), color-stop(0.1875rem, transparent));
  background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  width: 95%;
}

.p-price-table__col.p-price-table__col--01 span.col-main::after {
  right: 4px;
  right: 0.25rem;
}

.p-price-table__col.p-price-table__col--02 span.col-main::after {
  left: 0;
}

.p-price-table__row:last-child .p-price-table__col {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-radius: 0 0 1.875rem 0;
}

.p-top-access {
  padding: 180px 0 172px;
  padding: 11.25rem 0 10.75rem;
  position: relative;
}

.p-top-access__inner {
  position: relative;
  z-index: 5;
}

.p-top-access__info {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-top-access__info + .p-top-access__info {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-top-access__info-head {
  -moz-column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-access__info-title {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.p-top-access__info-title::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-access__info-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top-access__info-img-wrap {
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-access__info-map {
  display: block;
  width: 50%;
}
.p-top-access__info-map iframe {
  -o-object-fit: cover;
  aspect-ratio: 540/250;
  border-radius: 1.875rem;
  height: 100%;
     object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

.p-top-access__info-images {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-access__info-image {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 1.875rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-access__info-details {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-access__info-row {
  -moz-column-gap: 1.25rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 10px;
  padding: 1.25rem 0 1.25rem 0.625rem;
  position: relative;
}

.p-top-access__info-row:nth-child(1),
.p-top-access__info-row:nth-child(2) {
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
}

.p-top-access__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 22.641509434%;
}

.p-top-access__info-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top-curriculum {
  background-color: #F9F9F9;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 180px 0 140px;
  padding: 11.25rem 0 8.75rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}

.p-top-curriculum::after {
  background: url(../../../images/top/bg-text02.png) no-repeat center/100% auto;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  display: inline-block;
  height: 170.5px;
  height: 10.65625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  z-index: 0;
}

.p-top-curriculum__head {
  -moz-column-gap: 3.4375rem;
       -webkit-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-curriculum__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.12%;
}

.p-top-curriculum__sub-title {
  word-wrap: anywhere;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  word-break: keep-all;
}

.p-top-curriculum__text {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-curriculum__schedule {
  margin-top: 110px;
  margin-top: 4.0rem;
}

.p-top-curriculum__schedule-item.u-pc + .p-top-curriculum__schedule-item.u-pc {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-top-curriculum__schedule-item.u-pc img {
  -o-object-fit: contain;
  aspect-ratio: 1080/636;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-curriculum__card-grid {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-top-enrollment {
  background-color: #E6E6E6;
  padding: 96px 90px 120px;
  padding: 6rem 5.625rem 7.5rem;
  position: relative;
}

.p-top-enrollment__flow {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.p-top-enrollment__btns {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-top-enrollment__link {
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}

.p-top-faq {
  background-color: #F9F9F9;
  padding: 180px 0 90px;
  padding: 11.25rem 0 5.625rem;
  position: relative;
}

.p-top-faq__inner {
  position: relative;
  z-index: 5;
}

.p-top-faq__list {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-top-faq__block + .p-top-faq__block {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-faq__btn-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-top: 5.625rem;
  max-width: 100%;
  width: 399px;
  width: 24.9375rem;
}

.p-top-learning {
  margin-top: 240px;
  margin-top: 15rem;
  position: relative;
}

.p-top-learning__inner.l-inner2 {
  max-width: 1330px;
  max-width: 83.125rem;
}

.p-top-learning___box {
  background-color: #f8f8ff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 3.75rem;
  overflow: hidden;
  padding: 90px 98px 90px;
  padding: 5.625rem 6.125rem 5.625rem;
  position: relative;
}

.p-top-learning___box::after {
  background: url(../../../images/top/bg-text01.png) no-repeat center/100% auto;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  display: inline-block;
  height: 414px;
  height: 25.875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  z-index: 0;
}

.p-top-learning__sub-title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}

.p-top-learning__list {
  grid-gap: 3.125rem;
  display: grid;
  gap: 50px;
  gap: 3.125rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
  margin-top: 4.875rem;
  position: relative;
  z-index: 5;
}

.p-top-mv-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-top-mv-text__inner {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 48px;
  padding-right: 3rem;
}

.p-top-mv-text__text {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: max(210px, 10px);
  font-size: max(13.125rem, 10px);
  font-size: clamp(110px, -4.288px + 14.881vw, 210px);
  font-size: clamp(6.875rem, -0.268rem + 14.881vw, 13.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.p-top-mv {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-mv__inner {
  height: inherit;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-top-mv__img {
  display: block;
  height: 650px;
  height: 40.625rem;
  position: relative;
  width: 100%;
}
.p-top-mv__img picture {
  display: block;
  height: inherit;
}
.p-top-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1340/630;
  height: inherit;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.p-top-mv__img .swiper-slide img {
  -o-object-fit: cover;
  height: inherit;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 5s ease;
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition: transform 5s ease, -webkit-transform 5s ease;
  width: 100%;
}

.p-top-mv__img .swiper-slide-active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-mv__img-frame {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

.p-top-mv__img-frame01 {
  background: url(../../../images/top/bg-logo.webp) no-repeat center/cover;
  height: 185px;
  height: 11.5625rem;
  left: -1px;
  top: -1px;
  width: 177px;
  width: 11.0625rem;
}

.p-top-mv__img-frame02 {
  background: url(../../../images/top/bg-under.webp) no-repeat center/cover;
  bottom: -1px;
  height: 6.4583vw;
  left: -1px;
  width: 47.0139vw;
}

.p-top-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  gap: 2.875rem;
  margin-left: clamp(0px, -642.864px + 44.643vw, 500px);
  margin-left: clamp(0rem, -40.179rem + 44.643vw, 31.25rem);
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 2;
}

.p-top-mv__catch {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(90px, 10px);
  font-size: max(5.625rem, 10px);
  font-size: clamp(36px, -25.712px + 8.036vw, 90px);
  font-size: clamp(2.25rem, -1.607rem + 8.036vw, 5.625rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: -38px;
  margin-top: -2.375rem;
  white-space: nowrap;
}

.p-top-mv__desc {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
.p-top-mv__desc::before {
  background: url(../images/common/mv-line.svg) no-repeat center/cover;
  bottom: 20px;
  bottom: 1.25rem;
  content: "";
  height: 125px;
  height: 7.8125rem;
  left: -38px;
  left: -2.375rem;
  position: absolute;
  width: 2.54px;
  width: 0.15875rem;
}

.p-top-mv__school-name {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #000;
  display: inline-block;
  font-size: max(35px, 10px);
  font-size: max(2.1875rem, 10px);
  font-size: clamp(18px, -1.424px + 2.53vw, 35.008px);
  font-size: clamp(1.125rem, -0.089rem + 2.53vw, 2.188rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 1.1428571429;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-decoration: underline;
  text-decoration-color: #ff007f;
  text-decoration-thickness: 10px;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: 0;
}

.p-top-overview {
  padding: 182px 0 181px;
  padding: 11.375rem 0 11.3125rem;
}

.p-top-overview__table {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-top-philosophy {
  padding-top: 100px;
  padding-top: 6.25rem;
  position: relative;
  z-index: 2;
}

.p-top-philosophy__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  max-width: 90rem;
}

.p-top-philosophy__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  gap: 5.625rem;
}

.p-top-philosophy__img {
  display: block;
  max-width: 686px;
  max-width: 42.875rem;
  overflow: hidden;
  width: 100%;
}
.p-top-philosophy__img img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  border-radius: 0 1.875rem 1.875rem 0;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-philosophy__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-philosophy__text-box {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-top-philosophy__text {
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.p-top-philosophy__text + .p-top-philosophy__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-price {
  background-color: #F8F8FF;
  border-radius: 3.75rem;
  padding: 90px 90px 90px;
  padding: 5.625rem 5.625rem 5.625rem;
  position: relative;
}

.p-top-price__table {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-top-story {
  padding: 175px 0 180px;
  padding: 10.9375rem 0 11.25rem;
  position: relative;
}

.p-top-story__img--pc {
  margin-top: -8px;
  margin-top: -0.5rem;
}

.p-top-story__img img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-story__img--pc img {
  aspect-ratio: 1080/748;
}

.p-top-voice {
  background: url(../../../images/top/voice_bg.webp) no-repeat center center/cover;
  padding: 120px 0 100px;
  padding: 7.5rem 0 6.25rem;
  position: relative;
}

.p-top-voice__list {
  grid-gap: 2.875rem 3.4375rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: grid;
  gap: 46px 55px;
  gap: 2.875rem 3.4375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  margin-top: 4.0625rem;
  position: relative;
  z-index: 5;
}

.p-top-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.p-top-voice__item:nth-child(3n+1) .c-card1__label {
  background-color: #ff007f;
  color: #fff;    
}

.p-top-voice__item:nth-child(3n+2) .c-card1__label {
  background-color: #ff007f;
  color: #fff;    
}

.p-top-voice__item:nth-child(3n+3) .c-card1__label {
  background-color: #ff007f;
  color: #fff;    
}
.p-top-voice__more {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-top-voice__more-button.is-active .c-button5__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-top-voice__more-button[data-anim-status=running] {
  opacity: 0.7;
  pointer-events: none;
}

.p-top-voice__modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.p-top-voice__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-voice__modal-overlay {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  width: 100%;
}

.p-top-voice__modal-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 90vh;
  opacity: 0;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 65.27%;
  z-index: 1001;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.js-fadein.is-scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-text-block {
  display: inline-block;
}

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

@media screen and (max-width: 767px){
  html {
    font-size: 4.1025641026vw;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .l-header {
    height: 80px;
    height: 5rem;
    top: 15px;
    top: 0.9375rem;
  }
  .l-inner {
    max-width: 600px;
    max-width: 37.5rem;
    padding-left: 30px;
    padding-left: 1.0rem;
    padding-right: 30px;
    padding-right: 1.0rem;
  }
  .l-inner2 {
    max-width: 600px;
    max-width: 37.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .l-top-philosophy {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .c-button2 {
    border: 1.5px solid currentColor;
    border: 0.09375rem solid currentColor;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 19px 32px 19px 20px;
    padding: 1.0rem;
  }
  .c-button2::after {
    border-right: 1.5px solid currentColor;
    border-right: 0.09375rem solid currentColor;
    border-top: 1.5px solid currentColor;
    border-top: 0.09375rem solid currentColor;
  }
  .c-button3 {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem;
  }
  .c-button3--web::before {
    height: 15px;
    height: 0.9375rem;
    width: 18px;
    width: 1.125rem;
  }
  .c-button3--web::after {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    white-space: nowrap;
    width: min(100%, 84px);
    width: min(100%, 5.25rem);
  }
  .c-button3--mail::before {
    height: 15px;
    height: 0.9375rem;
    width: 21px;
    width: 1.3125rem;
  }
  .c-button3--mail::after {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    white-space: nowrap;
    width: 180px;
    width: 11.25rem;
  }
  .c-button4 {
    -moz-column-gap: 0.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ff007f;
    border: 1.5px solid #ff007f;
    color: #fff;
         -webkit-column-gap: 0.375rem;
                 column-gap: 0.375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    padding: 18.5px 5px;
    padding: 1.15625rem 0.3125rem;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    width: 100%;
  }
  .c-button4::before {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: currentColor;
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
            mask-position: center;
            mask-repeat: no-repeat;
            mask-size: contain;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .c-button4--web::before {
    -webkit-mask-image: url("../../../images/common/icon-web.svg");
    height: 15px;
    height: 0.9375rem;
            mask-image: url("../../../images/common/icon-web.svg");
    width: 18px;
    width: 1.125rem;
  }
  .c-button4--web::after {
    background-color: #fff;
    border: 1.5px solid #ff007f;
    border-radius: 3.125rem;
    color: #ff007f;
    content: "無料";
    display: inline-block;
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    font-weight: 700;
    left: 50%;
    line-height: 1;
    padding: 4px 28px;
    padding: 0.25rem 1.75rem;
    position: absolute;
    top: -12px;
    top: -0.75rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
    white-space: nowrap;
    width: min(100%, 84px);
    width: min(100%, 5.25rem);
  }
  .c-button4--mail {
    background-color: #fff;
    color: #ff007f;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  }
  .c-button4--mail::before {
    -webkit-mask-image: url("../../../images/common/icon-mail.svg");
    height: 15px;
    height: 0.9375rem;
            mask-image: url("../../../images/common/icon-mail.svg");
    width: 21px;
    width: 1.3125rem;
  }
  .c-button4--mail::after {
    background-color: #ff007f;
    border: 1.5px solid #ff007f;
    border-radius: 3.125rem;
    color: #fff;
    content: "ニュースレターをメールでお届け";
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    position: absolute;
    top: -12px;
    top: -0.75rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    white-space: nowrap;
    width: min(100%, 252px);
    width: min(100%, 15.75rem);
    width: 180px;
    width: 11.25rem;
  }
  .c-card1 {
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
    padding: 30px 28px 30px 28px;
    padding: 1.875rem 1.75rem 1.875rem 1.75rem;
    row-gap: 15px;
    row-gap: 0.9375rem;
  }
  .c-card1::after {
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
  }
  .c-card1__button {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
  .c-card1--detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: 80vh;
    padding: 30px;
    padding: 1.4rem;
  }
  .c-card1--detail .c-card1__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-card1--detail .c-card1__title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-card1--detail .c-card1__img {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
  .c-card1--detail .c-card1__text {
    margin-top: 0;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  .c-card1--detail .c-card1__button {
    display: none;
  }
  .c-card1--detail .c-card1__close {
    background-color: #fff;
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 42px;
    height: 2.625rem;
    position: absolute;
    right: 30px;
    right: 1.875rem;
    top: 30px;
    top: 1.875rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 42px;
    width: 2.625rem;
    z-index: 1;
  }
  .c-card1--detail .c-card1__close::before, .c-card1--detail .c-card1__close::after {
    background-color: #000;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    width: 1.25rem;
  }
  .c-card1--detail .c-card1__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .c-card1--detail .c-card1__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .c-faq {
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
  }
  .c-faq__summary {
    -moz-column-gap: 0.6rem;
         -webkit-column-gap: 0.6rem;
            column-gap: 0.6rem;
    padding: 26.1px 50px 30px 26.1px;
    padding: 0.8rem;
    height: 3.6rem;   
  }
  .c-faq__icon {
    font-size: max(25px, 10px);
    font-size: max(1.0rem, 10px);
  }
  .c-faq__text {
    font-size: max(16px, 10px);
    font-size: max(0.8rem, 8px);
    line-height: 1.2;
  }
  .c-faq__icon--a + .c-faq__text {
    font-weight: 400;
  }
  .c-faq__arrow {
    height: 9px;
    height: 0.5625rem;
    width: 15px;
    width: 0.9375rem;
  }
  .c-faq__answer-inner {
    -moz-column-gap: 0.6rem;
         -webkit-column-gap: 0.6rem;
            column-gap: 0.6rem;
    padding: 0 30px 22px;
    padding: 0 0.8rem 1.0rem;
  }
  .p-top-mv .c-floating--01 img {
    aspect-ratio: 117/106;
  }
  .c-floating--02 img {
    aspect-ratio: 117/133;
  }
  .c-floating--03 img {
    aspect-ratio: 70/103;
  }
  .c-floating--04 img {
    aspect-ratio: 87/105;
  }
  .c-floating--05 img {
    aspect-ratio: 90/142;
  }
  .c-floating--06 img {
    aspect-ratio: 3/4;
  }
  .c-floating--08 img {
    aspect-ratio: 70/85;
  }
  .c-floating--09 img {
    aspect-ratio: 1;
  }
  .c-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-menu-button {
    height: 42px;
    height: 2.625rem;
    right: 15px;
    right: 0.9375rem;
    top: 15px;
    top: 0.9375rem;
    width: 42px;
    width: 2.625rem;
  }
  .c-menu-button.scrolled {
    top: 15px;
    top: 0.9375rem;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-page-top {
    height: 45px;
    height: 2.8125rem;
    width: 45px;
    width: 2.8125rem;
  }
  .c-title--border {
    padding: 25px;
    padding: 1.5625rem;
  }
  .c-title__ja {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-title__ja--multiline {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
  .c-title__sub {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .c-title__en {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .c-title__en::before {
    height: 1.5px;
    height: 0.09375rem;
    width: 100px;
    width: 6.25rem;
  }
  .p-action-buttons {
    gap: 15px;
    gap: 0.9375rem;
    margin: 0 1rem 0;  
  }
  .p-action-buttons__btn {
    border-radius: 1.0rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 16px;
    padding: 0.8rem;
  }
  .p-action-buttons__btn--online .p-action-buttons__icon {
    height: 40px;
    height: 2.5rem;
    width: 45px;
    width: 2.8125rem;
  }
  .p-action-buttons__btn--online .p-action-buttons__icon img {
    aspect-ratio: 45/40;
  }
  .p-action-buttons__btn--download .p-action-buttons__icon {
    height: 36px;
    height: 2.25rem;
    width: 45px;
    width: 2.8125rem;
  }
  .p-action-buttons__btn--download .p-action-buttons__icon img {
    aspect-ratio: 45/36;
  }
  .p-action-buttons__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5.5px;
    margin-top: 0.34375rem;
  }
  .p-action-buttons__btn span {
    font-size: max(12px, 10px);
    font-size: max(0.64rem, 6.4px);
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-bg1 {
    background-image: url(../../../images/common/bg-grid_sp.jpg);
    margin-top: -40px;
    margin-top: -2.5rem;
    padding: 90px 0 45px;
    padding: 5.625rem 0 2.8125rem;
  }
  .p-bg2 {
    padding: 0 0 135px;
    padding: 0 0 8.4375rem;
  }
  .p-card-grid {
    -moz-column-gap: 0;
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
         -webkit-column-gap: 0;
                 column-gap: 0;
    grid-template-columns: 1fr;
  }
  .p-card-grid__list {
    display: contents;
  }
  .p-card-grid__item {
    border-bottom: none;
    min-height: auto;
  }
  .p-card-grid__item:nth-child(1) {
    border-top: none;
  }
  .p-card-grid__item:last-child {
    border-bottom: none;
  }
  .p-card-grid__item::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 0.3125rem 0.0625rem;
    bottom: 0;
    content: "";
    height: 1.5px;
    height: 0.09375rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-card-grid__item:nth-child(4)::after {
    content: none;
  }
  .p-card-grid__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-card-grid__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-card-grid__item:nth-child(3) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-card-grid__item:nth-child(4) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .p-card-grid__item:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-card-grid__item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-card-grid__item:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-card-grid__item:nth-child(8) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-card-grid__item:nth-child(9) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-card-grid__item:nth-child(10) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .p-card-grid__card {
    border-bottom: none;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
    position: relative;
  }
  .p-card-grid__image img {
    aspect-ratio: 333/163;
  }
  .p-card-grid__body {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-card-grid__title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-card-grid__desc {
    line-height: 1.2;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-card-grid__link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    gap: 15px;
    gap: 0.9375rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-card-grid__icon {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-card-grid__icon::before {
    width: 10px;
    width: 0.625rem;
  }
  .p-card-grid__icon::after {
    height: 10px;
    height: 0.625rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-card-grid__card.is-accordion-opened .p-card-grid__accordion {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .p-cta__button {
    width: 50%;
  }
  .p-cta__button--mail {
    margin-top: 0;
  }
  .p-drawer {
    border: none;
    border-radius: 0;
    border-radius: initial;
    height: 100svh;
    padding: 30px 0 33px;
    padding: 1.875rem 0 2.0625rem;
    width: 100%;
  }
  .p-drawer__inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 60px;
    padding-right: 3.75rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-drawer__logo {
    max-width: 71px;
    max-width: 4.4375rem;
  }
  .p-drawer__logo-link {
    max-width: 71px;
    max-width: 4.4375rem;
  }
  .p-drawer__logo-link img {
    aspect-ratio: 71/80;
  }
  .p-drawer__nav-items {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-drawer__nav-item a {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 15px 15px 15px 30px;
    padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
  }
  .p-drawer__nav-item a::before {
    height: 15px;
    height: 0.9375rem;
    right: 30px;
    right: 1.875rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-drawer__nav-item a::after {
    display: none;
  }
  .p-drawer__button-wrap {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-drawer__button {
    width: min(100%, 161.5px);
    width: min(100%, 10.09375rem);
  }
  .p-drawer__button .c-button3 {
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem;
  }
  .p-drawer__button .c-button3--web::before {
    -webkit-mask-image: url("../../../images/common/icon-web.svg");
    display: block;
    height: 15px;
    height: 0.9375rem;
            mask-image: url("../../../images/common/icon-web.svg");
    width: 18px;
    width: 1.125rem;
  }
  .p-drawer__button--mail {
    margin-top: 0;
  }
  .p-drawer__button .c-button3--mail::before {
    -webkit-mask-image: url("../../../images/common/icon-mail.svg");
    display: block;
    height: 15px;
    height: 0.9375rem;
            mask-image: url("../../../images/common/icon-mail.svg");
    width: 21px;
    width: 1.3125rem;
  }
  .p-flow {
    gap: 13px;
    gap: 0.8125rem;
    grid-template-columns: 1fr;
  }
  .p-flow::after {
    content: none;
  }
  .p-flow__item {
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
    border-radius: 1.0rem;
    min-height: 106px;
    min-height: 4.0rem;
    padding: 28px 30px 28px;
    padding: 1.0rem;
    margin: 0 1rem 0;      
  }
  .p-flow__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-flow__number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: max(24px, 10px);
    font-size: max(0.8rem, 8px);
    color: #ff007f;   
    height: 46px;
    height: 2.0rem;
    position: static;
    position: initial;
    -webkit-transform: none;
            transform: none;
    width: 46px;
    width: 2.0rem;
  }
  .p-flow__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: max(16px, 10px);
    font-size: max(0.9rem, 9px);
    margin-top: 0;
    margin-left: 0.6rem;  
  }
  .p-footer {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .p-footer__container {
    display: block;
  }
  .p-footer__info {
    margin-top: 0;
    width: 100%;
  }
  .p-footer__logo-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    width: 9.375rem;
  }
  .p-footer__logo-link img {
    aspect-ratio: 150/169;
  }
  .p-footer__info-list {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-footer__info-item + .p-footer__info-item {
    margin-top: 22.5px;
    margin-top: 1.40625rem;
  }
  .p-footer__info-title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__info-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.5;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-footer__copyright {
    margin-top: 47px;
    margin-top: 2.9375rem;
  }
  .p-footer__copyright small {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-header-fixed {
    background-color: #fff;
    height: 77px;
    height: 4.8125rem;
    top: 0;
  }
  .p-header__inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .p-header__logo {
    max-width: 71px;
    max-width: 4.4375rem;
  }
  .p-header-fixed .p-header__logo {
    border-radius: 0;
    max-width: 60px;
    max-width: 3.75rem;
    outline: none;
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 0;
    padding-top: 15px;
    padding-top: 0.9375rem;
    -webkit-transition: padding-top 0.3s ease, padding-left 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
    transition: padding-top 0.3s ease, padding-left 0.3s ease, padding-right 0.3s ease, max-width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  }
  .p-header__logo-link {
    max-width: 71px;
    max-width: 4.4375rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 71/80;
  }
  .p-header-fixed .p-header__logo-link {
    aspect-ratio: 42/47;
    max-width: 42px;
    max-width: 2.625rem;
  }
  .p-header-fixed .p-header__nav {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border-radius: 0;
    border-radius: initial;
    max-width: none;
    max-width: initial;
    outline: none;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-header__nav-frame {
    background: url(../../../images/top/bg-button_sp.webp) no-repeat center/cover;
    height: 74px;
    height: 4.625rem;
    width: 64px;
    width: 4rem;
  }
  .p-header__button-wrap {
    display: none;
  }
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
  .p-loop {
    padding: 45px 0 88px;
    padding: 2.8125rem 0 5.5rem;
    position: relative;
    z-index: 5;
  }
  .p-loop__slide + .p-loop__slide {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-loop__slide-img {
    margin-right: 15px;
    margin-right: 0.9375rem;
    width: 200px;
    width: 12.5rem;
  }
  .p-loop__slide-img img {
    aspect-ratio: 200/133;
  }
  .p-overview-table {
    border-radius: 1.5625rem;
  }
  .p-overview-table__head-title {
    font-size: max(16px, 10px);
    font-size: max(0.9rem, 9px);
    height: 52px;
    height: 3.25rem;
    padding: 15px 14px;
    padding: 0.9375rem 0.875rem;
  }
  .p-overview-table__head-title--label {
    width: 9.9%;
  }
  .p-overview-table__head-title:not(:first-child) {
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
  }
  .p-overview-table__head-title--yellow {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-radius: 1.5625rem 0 0 0;
  }
  .p-overview-table__head-title--blue {
    border-radius: 0 1.5625rem 0 0;
  }
  .p-overview-table__label {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    font-size: max(14px, 10px);
    font-size: max(0.7rem, 7px);
    height: 100px;
    height: 6.25rem;
    line-height: 1.2;
    padding: 15px 9px;
    padding: 0.9375rem 0.5625rem;
    width: 9.9%;
  }
  .p-overview-table__row:not(:last-child) .p-overview-table__label::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 40%;
  }
  .p-overview-table__row:first-child .p-overview-table__label {
    border-radius: 1.5625rem 0 0 0;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
    height: 110px;
    height: 6.875rem;
  }
  .p-overview-table__row:last-child .p-overview-table__label {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-radius: 0 0 0 1.5625rem;
    height: 110px;
    height: 6.875rem;
  }
  .p-overview-table__col {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
    font-size: max(14px, 10px);
    font-size: max(0.7rem, 7px);
    line-height: 1.2;
    min-height: 100px;
    min-height: 6.25rem;
    padding: 15px 28px;
    padding: 0.9375rem 1.75rem;
  }
  .p-overview-table__row .p-overview-table__col--01::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to bottom, #000 0.125rem, transparent 0.125rem);
    background-size: 0.0625rem 0.3125rem;
    height: 40%;
    width: 1.5px;
    width: 0.09375rem;
  }
  .p-overview-table__row:not(:last-child) .p-overview-table__col::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 85%;
  }
  .p-overview-table__row:first-child .p-overview-table__col {
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
  }
  .p-overview-table__col.p-overview-table__col--01 span,
  .p-overview-table__col.p-overview-table__col--02 span {
    min-height: 100px;
    min-height: 6.25rem;
    padding: 15px 28px;
    padding: 0.9375rem 1.75rem;
  }
  .p-overview-table__row:first-child .p-overview-table__col.p-overview-table__col--01 span,
  .p-overview-table__row:last-child .p-overview-table__col.p-overview-table__col--01 span,
  .p-overview-table__row:first-child .p-overview-table__col.p-overview-table__col--02 span,
  .p-overview-table__row:last-child .p-overview-table__col.p-overview-table__col--02 span {
    height: 110px;
    height: 6.875rem;
  }
  .p-overview-table__col.p-overview-table__col--01 span::after,
  .p-overview-table__col.p-overview-table__col--02 span::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 85%;
  }
  .p-overview-table__col.p-overview-table__col--01 span::after {
    right: -1px;
    right: -0.0625rem;
  }
  .p-overview-table__row:last-child .p-overview-table__col {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-radius: 0 0 1.5625rem 0;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-point-card {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-radius: 1.75
        rem;
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
  }
  .p-point-card__img img {
    aspect-ratio: 333/218;
  }
  .p-point-card__label {
    border: 1.5px solid #000;
    border: 0.09375rem solid #000;
    border-radius: 0.75rem;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    top: -16.5px;
    top: -1.03125rem;
  }
  .p-point-card__body {
    padding: 20px 26px;
    padding: 1.25rem 1.625rem;
  }
  .p-point-card__title {
    font-size: max(1.0rem, 10px);      
    padding-bottom: 24px;
    padding-bottom: 0.6rem;
  }
  .p-point-card__text {
    font-size: max(16px, 10px);
    font-size: max(0.9rem, 9px);
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-price-table {
    border-radius: 1.5625rem;
  }
  .p-price-table__head-title {
    font-size: max(16px, 10px);
    font-size: max(0.9rem, 9px);
    height: 52px;
    height: 3.25rem;
    padding: 15px 14px;
    padding: 0.9375rem 0.875rem;
  }
  .p-price-table__head-title--label {
    width: 9.9%;
  }
  .p-price-table__head-title:not(:first-child) {
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
  }
  .p-price-table__head-title--yellow {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-radius: 1.5625rem 0 0 0;
  }
  .p-price-table__head-title--blue {
    border-radius: 0 1.5625rem 0 0;
  }
  .p-price-table__label {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    font-size: max(12px, 10px);
    font-size: max(0.7rem, 7px);
    line-height: 1.2;
    min-height: 100px;
    min-height: 6.25rem;
    padding: 8px 9px;
    padding: 0.5rem 0.5625rem;
    width: 9.9%;
  }
  .p-price-table__label-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    word-wrap: anywhere;
    display: block;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    word-break: break-all;
    word-break: keep-all;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .p-price-table__row:not(:last-child) .p-price-table__label::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 40%;
  }
  .p-price-table__row:first-child .p-price-table__label {
    border-radius: 1.5625rem 0 0 0;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
  }
  .p-price-table__row:last-child .p-price-table__label {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-radius: 0 0 0 1.5625rem;
  }
  .p-price-table__col {
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
    font-size: max(14px, 10px);
    font-size: max(0.7rem, 7px);
    min-height: 100px;
    min-height: 6.25rem;
    padding: 15px 28px;
    padding: 0.9375rem 1.0rem;
  }
  .p-price-table__row .p-price-table__col--01::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to bottom, #000 0.125rem, transparent 0.125rem);
    background-size: 0.0625rem 0.3125rem;
    height: 40%;
    width: 1.5px;
    width: 0.09375rem;
  }
  .p-price-table__row:not(:last-child) .p-price-table__col::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 85%;
  }
  .p-price-table__row:first-child .p-price-table__col {
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
  }
  .p-price-table__col.p-price-table__col--01 span.col-main,
  .p-price-table__col.p-price-table__col--02 span.col-main {
    min-height: 100px;
    min-height: 6.25rem;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
  }
  .p-price-table__col span.col-main span.col-sub {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-price-table__row:first-child .p-price-table__col.p-price-table__col--01 span.col-main,
  .p-price-table__row:last-child .p-price-table__col.p-price-table__col--01 span.col-main,
  .p-price-table__row:first-child .p-price-table__col.p-price-table__col--02 span.col-main,
  .p-price-table__row:last-child .p-price-table__col.p-price-table__col--02 span.col-main {
    min-height: 100px;
    min-height: 6.25rem;
  }
  .p-price-table__row--long .p-price-table__col span.col-main {
    min-height: 307.51px;
    min-height: 19.219375rem;
  }
  .p-price-table__row--long .p-price-table__col--01::before {
    height: 85%;
  }
  .p-price-table__col.p-price-table__col--01 span.col-main::after,
  .p-price-table__col.p-price-table__col--02 span.col-main::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
    background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
    background-size: 0.3125rem 0.0625rem;
    height: 1.5px;
    height: 0.09375rem;
    width: 85%;
  }
  .p-price-table__col.p-price-table__col--01 span.col-main::after {
    right: 1px;
    right: 0.0625rem;
  }
  .p-price-table__row:last-child .p-price-table__col {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
    border-radius: 0 0 1.5625rem 0;
  }
  .p-top-access {
    padding: 40px 0 60px;
    padding: 2.5rem 0 3.75rem;
  }
  .p-top-access__info {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }
  .p-top-access__info + .p-top-access__info {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-top-access__info-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-top-access__info-title::before {
    height: 15px;
    height: 0.9375rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-top-access__info-subtitle {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5;
  }
  .p-top-access__info-img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    margin-top: 1.5625rem;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .p-top-access__info-map {
    width: 100%;
  }
  .p-top-access__info-map iframe {
    aspect-ratio: 333/222;
    border-radius: 1.5625rem;
  }
  .p-top-access__info-images {
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .p-top-access__info-image {
    border-radius: 1.5625rem;
  }
  .p-top-access__info-details {
    grid-template-columns: 1fr;
  }
  .p-top-access__info-row {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 11.5px;
    padding: 0.9375rem 0 0.71875rem;
    row-gap: 15px;
    row-gap: 0.9375rem;
  }
  .p-top-access__info-row:last-child {
    border-bottom: 1px solid #000;
    border-bottom: 0.0625rem solid #000;
  }
  .p-top-access__info-row:not(:last-child)::before {
    background: url(../images/common/border-dot3.svg) repeat left center/auto 100%;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-top-access__info-row:nth-child(2) {
    border-top: none;
  }
  .p-top-access__info-label {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    width: 100%;
  }
  .p-top-access__info-data {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.5;
  }
  .p-top-curriculum {
    background-color: #E6E6E6;
    border: none;
    padding: 45px 0 45px;
    padding: 2.8125rem 0 2.8125rem;
  }
  .p-top-curriculum::after {
    content: none;
  }
  .p-top-curriculum__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
    row-gap: 3.125rem;
  }
  .p-top-curriculum__title {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-top-curriculum__title.c-title--left {
    text-align: center;
  }
  .p-top-curriculum__sub-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    text-align: center;
  }
  .p-top-curriculum__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-curriculum__schedule-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-top-curriculum__tabs-wrap {
    border-bottom: 1.5px solid #000;
    border-bottom: 0.09375rem solid #000;
  }
  .p-top-curriculum__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .p-top-curriculum__tab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;  
    border-left: 1.5px solid #000;
    border-left: 0.09375rem solid #000;
    border-radius: 0.6rem 0.6rem 0 0;
    border-right: 1.5px solid #000;
    border-right: 0.09375rem solid #000;
    border-top: 1.5px solid #000;
    border-top: 0.09375rem solid #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Lato", sans-serif;
    font-size: max(40px, 10px);
    font-size: max(1.2rem, 12px);
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-bottom: 12px;
    padding-bottom: 0.2rem;
    padding-top: 17px;
    padding-top: 0.6rem;
    position: relative;
    row-gap: 2px;
    row-gap: 0.125rem;
    text-align: center;
  }
  .p-top-curriculum__tab span {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  .p-top-curriculum__tab.is-active {
    background-color: #fff;
    color: #000;  
    position: relative;
  }
  .p-top-curriculum__tab.is-active::after {
    background-color: #fff;
    bottom: -3px;
    bottom: -0.1875rem;
    content: "";
    height: 5px;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-top-curriculum__container-box {
    display: none;
  }
  .p-top-curriculum__container-box.is-active {
    display: block;
  }
  .p-top-curriculum__container {
    background-color: #fff;
    max-width: 600px;
    max-width: 37.5rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 42px;
    padding-top: 2.625rem;
  }
  .p-top-curriculum__img + .p-top-curriculum__img {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-curriculum__img img {
    -o-object-fit: contain;
    height: auto;
       object-fit: contain;
    width: 100%;
  }
  .p-top-curriculum__img:nth-child(1) img {
    aspect-ratio: 333/518;
  }
  .p-top-curriculum__img:nth-child(2) img,
  .p-top-curriculum__img:nth-child(3) img {
    aspect-ratio: 333/535;
  }
  .p-top-curriculum__container-box--b .p-top-curriculum__img:nth-child(1) img {
    aspect-ratio: 333/535;
  }
  .p-top-curriculum__container-box--b .p-top-curriculum__img:nth-child(2) img,
  .p-top-curriculum__container-box--b .p-top-curriculum__img:nth-child(3) img {
    aspect-ratio: 333/552;
  }
  .p-top-curriculum__card-grid {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-enrollment {
    border: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 55px 0 30px;
    padding: 3.4375rem 0 1.875rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .p-top-enrollment__flow {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  .p-top-enrollment__btns {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-enrollment__link {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-top-faq {
    padding: 86px 0 45px;
    padding: 5.375rem 0 2.8125rem;
  }
  .p-top-faq__list {
    margin-top: 58px;
    margin-top: 2.4rem;
  }
  .p-top-faq__btn-wrap {
    margin-top: 60px;
    margin-top: 3.75rem;
    width: 323px;
    width: 20.1875rem;
  }
  .p-top-learning {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-top-learning___box {
    border: none;
    border: none;
    border-radius: 0;
    background-color: #f8f8ff;  
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 55px 0 30px;
    padding: 3.4375rem 0 1.875rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .p-top-learning___box::after {
    content: none;
  }
  .p-top-learning__sub-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.5;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-learning__list {
    gap: 47px;
    gap: 2.9375rem;
    grid-template-columns: 1fr;
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-top-mv-text {
    display: none;
  }
  .p-top-mv {
    height: 100%;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-mv__inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .p-top-mv__img picture {
    height: 100%;
  }
  .p-top-mv__img img {
    aspect-ratio: 1;
    height: 100%;
  }
  .p-top-mv__img-frame01 {
    background: url(../../../images/top/bg-logo_sp.webp) no-repeat center/cover;
    height: 115px;
    height: 7.1875rem;
    width: 109px;
    width: 6.8125rem;
  }
  .p-top-mv__catch {
    font-size: max(39px, 10px);
    font-size: max(2.4375rem, 10px);
    letter-spacing: 0.05em;
    line-height: 1.35;
    margin-top: 0;
  }
  .p-top-mv__desc {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 0;
  }
  .p-top-mv__desc::before {
    display: none;
  }
  .p-top-mv__school-name {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
    margin-top: 2px;
    margin-top: 0.125rem;
    text-decoration-thickness: 5px;
    text-decoration-thickness: 0.3125rem;
  }
  .p-top-overview {
    padding: 45px 0 100px;
    padding: 2.8125rem 0 6.25rem;
  }
  .p-top-overview__inner {
    position: relative;
    z-index: 5;
  }
  .p-top-overview__table {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-top-philosophy {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .p-top-philosophy__content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    gap: 3rem;
  }
  .p-top-philosophy__img {
    max-width: 100%;
  }
  .p-top-philosophy__img img {
    border-radius: 0;
    border-radius: initial;
  }
  .p-top-philosophy__body {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    position: relative;
    z-index: 5;
  }
  .p-top-philosophy__text-box {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-philosophy__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8;
  }
  .p-top-philosophy__text + .p-top-philosophy__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-price {
    border-radius: 0rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 55px 0 30px;
    padding: 3.4375rem 0 1.875rem;
    padding-left: calc(30vw - 30%);
    padding-right: calc(30vw - 30%);
  }
  .p-top-price__table {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-story {
    padding: 85px 0 90px;
    padding: 5.3125rem 0 5.625rem;
  }
  .p-top-story__inner {
    position: relative;
    z-index: 5;
  }
  .p-top-story__img--sp {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-story__img--sp + .p-top-story__img--sp {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-story__img--sp:nth-child(1) {
    aspect-ratio: 333/655;
  }
  .p-top-story__img--sp:nth-child(2) {
    aspect-ratio: 333/625;
  }
  .p-top-story__img--sp:nth-child(3) {
    aspect-ratio: 333/649;
  }
  .p-top-voice {
    background: none;
    background-color: #f5f5f5;
    padding: 60px 0 45px;
    padding: 3.75rem 0 2.8125rem;
  }
  .p-top-voice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-voice__list .p-top-voice__item:nth-child(n+4) {
    margin-bottom: 0;
  }
  .p-top-voice__item {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
  .p-top-voice__item:last-child {
    margin-bottom: 0;
  }
  .p-top-voice__item:nth-child(n+4) {
    margin: 0 !important;
  }
  .p-top-voice__item:nth-child(n+4) {
    border: none;
    grid-row: unset;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  }
  .p-top-voice__item:nth-child(n+4).is-show {
    margin-bottom: 35px !important;
    margin-bottom: 2.1875rem !important;
  }
  .p-top-voice__item:nth-child(n+4).is-show {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
  }
  .p-top-voice__modal-content {
    max-width: 95vw;
    padding: 15px;
    padding: 0.9375rem;
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.6;
  }
}

@media (any-hover: hover){
  .c-button1:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
  }
  .c-button2:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .c-button3:hover, .c-button3--mail:hover {
    background-color: #ff007f;
    border-color: #000;
    color: #000;
    opacity: 1;
  }
  .c-button4:hover {
    background-color: #fff;
    color: #F44336;
    opacity: 1;
  }
  .c-button4:hover::after {
    background-color: #ff007f;
    border-color: #ff007f;
    color: #fff;
  }
  .c-button4--mail:hover {
    background-color: #ff007f;
    color: #fff;
  }
  .c-button4--mail:hover::after {
    background-color: #fff;
    border-color: #ff007f;
    color: #ff007f;
  }
  .c-button5:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .c-button5:hover .c-button5__icon::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-card1:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-card1--detail:hover {
    -webkit-transform: none;
            transform: none;
  }
  .c-card1--detail .c-card1__button:hover,
  .c-card1--detail .c-card1__close:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-faq__summary:hover .c-faq__arrow {
    background-color: #104F78;
  }
  .c-menu-button:hover {
    background-color: #000;
  }
  .c-menu-button:hover span {
    background-color: white;
  }
  .c-menu-button:hover span:before,
  .c-menu-button:hover span::after {
    background-color: white;
  }
  .c-menu-button[aria-expanded=true]:hover {
    background-color: #fff;
  }
  .c-menu-button[aria-expanded=true]:hover span::before {
    background-color: #000;
  }
  .c-menu-button[aria-expanded=true]:hover span::after {
    background-color: #000;
  }
  .c-page-top:hover {
    background-image: url(../../../images/common/top-button-hover.svg);
  }
  .p-action-buttons__btn:hover {
    opacity: 1;
  }
  .p-action-buttons__btn:hover {
    background-color: #ff007f;
    border-color: #000;
    color: #000;
  }
  .p-card-grid__card:hover .p-card-grid__link {
    color: gray;
  }
  .p-drawer__nav-item a:hover {
    opacity: 0.6;
  }
  .p-drawer__nav-item a:hover::before {
    -webkit-transform: translate(0.3125rem, -50%);
            transform: translate(0.3125rem, -50%);
  }
}

@media (max-width: 1470px){
  .p-top-mv .c-floating--01 {
    top: 632px;
    top: 39.5rem;
    top: 530px;
    top: 33.125rem;
  }
  .p-top-mv__img {
    height: 520px;
    height: 32.5rem;
  }
}

@media screen and (max-width: 1470px) and (max-width: 767px){
  .p-top-mv .c-floating--01 {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    max-width: 117px;
    max-width: 7.3125rem;
    top: 621px;
    top: 38.8125rem;
  }
  .p-top-mv__img {
    max-height: 360px;
    max-height: 22.5rem;
  }
}

@media (max-width: 767px){
  .c-floating--02 {
    left: calc(50% - 11rem);
    max-width: 117px;
    max-width: 7.3125rem;
    top: -64px;
    top: -4rem;
  }
}

@media (max-width: 1400px){
  .c-floating--03 {
    right: 45px;
    right: 2.8125rem;
  }
  .c-floating--04 {
    left: 65px;
    left: 4.0625rem;
  }
  .c-floating--06 {
    left: 85px;
    left: 5.3125rem;
  }
  .c-floating--08 {
    left: 110px;
    left: 6.875rem;
  }
}

@media (max-width: 1400px) and (max-width: 767px){
  .c-floating--03 {
    max-width: 70px;
    max-width: 4.375rem;
    right: 0;
    top: 29px;
    top: 1.8125rem;
  }
  .c-floating--04 {
    left: 0;
    max-width: 87px;
    max-width: 5.4375rem;
    top: -44px;
    top: -2.75rem;
  }
  .c-floating--06 {
    left: 0;
    max-width: 90px;
    max-width: 5.625rem;
    top: -61px;
    top: -3.8125rem;
  }
  .c-floating--08 {
    left: 0;
    max-width: 70px;
    max-width: 4.375rem;
    top: -24px;
    top: -1.5rem;
  }
}

@media (max-width: 1310px){
  .c-floating--05 {
    right: 25px;
    right: 1.5625rem;
  }
  .c-floating--07 {
    right: 118px;
    right: 7.375rem;
  }
  .c-floating--09 {
    right: 46px;
    right: 2.875rem;
  }
}

@media (max-width: 1310px) and (max-width: 767px){
  .c-floating--05 {
    max-width: 90px;
    max-width: 5.625rem;
    right: 21px;
    right: 1.3125rem;
    top: -52px;
    top: -3.25rem;
  }
  .c-floating--07 {
    max-width: 90px;
    max-width: 5.625rem;
    right: 22px;
    right: 1.375rem;
    top: -26px;
    top: -1.625rem;
  }
  .c-floating--09 {
    max-width: 90px;
    max-width: 5.625rem;
    right: 0;
    top: -41px;
    top: -2.5625rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .p-header,
  .c-menu-button {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 1500px){
  .p-top-curriculum::after {
    background: url(../../../images/top/bg-text02.png) no-repeat center/100% 100%;
  }
}

@media (max-width: 1440px){
  .p-top-mv__img-frame02 {
    height: 93px;
    height: 5.8125rem;
    width: 677px;
    width: 42.3125rem;
  }
  .p-top-mv__content {
    margin-left: 0;
    width: auto;
    width: initial;
  }
}

@media screen and (max-width: 1440px) and (max-width: 767px){
  .p-top-mv__img-frame02 {
    background: url(../../../images/top/bg-under_sp.webp) no-repeat center/cover;
    height: 38px;
    height: 2.375rem;
    width: 294px;
    width: 18.375rem;
  }
}

@media (max-width: 1440px) and (max-width: 1439px){
  .p-top-mv__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

@media (max-width: 1440px) and (max-width: 1439px) and (max-width: 767px){
  .p-top-mv__content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    gap: 0.5625rem;
    margin-top: -5px;
    margin-top: -0.3125rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}

@media (max-width: 1000px){
  .p-top-mv__catch {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 1439px){
  .p-top-philosophy__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ===== モーダル：軽量アニメ & 中央固定（上書き） ===== */
.p-top-voice__modal{
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: none !important;              /* is-active で flex */
  align-items: center !important;
  justify-content: center !important;
  padding: max(24px, env(safe-area-inset-top))
           max(24px, env(safe-area-inset-right))
           max(24px, env(safe-area-inset-bottom))
           max(24px, env(safe-area-inset-left)) !important;
}

.p-top-voice__modal.is-active{ display:flex !important; }

/* オーバーレイ：opacity だけの軽量アニメ */
.p-top-voice__modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;z-index:9999}
.p-top-voice__modal.is-active{display:flex}
.p-top-voice__modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);opacity:0;transition:opacity .24s ease-out}
.p-top-voice__modal.is-active .p-top-voice__modal-overlay{opacity:1}
.p-top-voice__modal-content{
  max-width:min(900px,95vw);width:100%;
  max-height:calc(100dvh - 48px);
  display:flex;align-items:center;justify-content:center;
  transform:scale(.98);opacity:0;
  transition:transform .26s cubic-bezier(.22,.61,.36,1),opacity .26s ease-out;
  will-change:transform,opacity;
}
.p-top-voice__modal.is-active .p-top-voice__modal-content{transform:scale(1);opacity:1}

/* モーダルを画面基準でど真ん中に */
.p-top-voice__modal {
  position: fixed;
  inset: 0;                 /* top:0 right:0 bottom:0 left:0 の短縮 */
  display: none;            /* is-active時のみ表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.p-top-voice__modal.is-active {
  display: flex;
}

/* 念のため：モーダル配下はスクロール可能に */
.p-top-voice__modal-content {
  max-height: 90vh;
  overflow: visible; /* 内部に自前スクロール要素があるので here は visible のまま */
}

/* モーダルの親に transform が載ると position:fixed がズレるため、
   body ロック中は親側の transform を無効化（必要であれば） */
.is-modalActive .p-top-voice__inner {
  transform: none !important;
}