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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1320 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  min-height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner .l-inner {
    width: 100%;
    max-width: 680px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  padding-block: 3.75rem;
  background: #ecf6f9;
  color: #274b66;
  text-align: center;
}

.c-btn--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  gap: 0.625rem;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #66B1C5;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #66b1c5;
}
@media (hover: hover) {
  .c-btn--small:hover {
    background: #fff;
  }
  .c-btn--small:hover .c-btn--small__text {
    color: #66b1c5;
  }
  .c-btn--small:hover svg circle,
  .c-btn--small:hover svg path {
    fill: #66b1c5;
  }
  .c-btn--small:hover .c-btn-icon-btn path {
    fill: #fff;
  }
}

.c-btn--small__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.48px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn-icon-mail {
  width: 18px;
  height: auto;
  aspect-ratio: 1;
}

.c-btn-icon-btn {
  width: 18px;
  height: auto;
  aspect-ratio: 1;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.125rem 1.25rem;
  gap: 0.75rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  background: #66B1C5;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 2px solid #66b1c5;
}
@media (min-width: 768px) {
  .c-btn {
    padding: 1.125rem 1.875rem;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background: #fff;
  }
  .c-btn:hover .c-btn__text {
    color: #66b1c5;
  }
  .c-btn:hover svg circle,
  .c-btn:hover svg path {
    fill: #66b1c5;
  }
  .c-btn:hover .c-btn-cta-icon-btn path {
    fill: #fff;
  }
}

.c-btn-cta-icon-mail {
  width: 24px;
  height: auto;
}

.c-btn__text {
  color: #fff;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-btn__text {
    font-size: 1.25rem;
  }
}

.c-btn-cta-icon-btn {
  width: 22px;
  height: auto;
  aspect-ratio: 1;
}

.c-btn--small svg path,
.c-btn--small svg circle,
.c-btn svg path,
.c-btn svg circle {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.c-animated__fadeIn-fv {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-animated__fadeIn-fv.js-show {
  opacity: 1;
}

.c-animated__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.c-animated__fadeIn.js-show {
  opacity: 1;
}

.animated__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
}

.animated__fadeIn.--delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.animated__fadeIn.--delay1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .animated__fadeIn.--delay1 {
    -webkit-transition-delay: none;
            transition-delay: none;
  }
}

.animated__fadeIn.--delay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .animated__fadeIn.--delay2 {
    -webkit-transition-delay: none;
            transition-delay: none;
  }
}

.animated__fadeIn.--delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .animated__fadeIn.--delay3 {
    -webkit-transition-delay: none;
            transition-delay: none;
  }
}

.c-animated-fv__image-clip-path {
  -webkit-clip-path: ellipse(0 0 at 50% 50%);
          clip-path: ellipse(0 0 at 50% 50%);
  -webkit-animation: ellipseAnimation 1.5s ease-in-out forwards;
          animation: ellipseAnimation 1.5s ease-in-out forwards;
}
@-webkit-keyframes ellipseAnimation {
  0% {
    -webkit-clip-path: ellipse(0 0 at 50% 50%);
            clip-path: ellipse(0 0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(150vmax 150vmax at 50% 50%);
            clip-path: ellipse(150vmax 150vmax at 50% 50%);
  }
}
@keyframes ellipseAnimation {
  0% {
    -webkit-clip-path: ellipse(0 0 at 50% 50%);
            clip-path: ellipse(0 0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(150vmax 150vmax at 50% 50%);
            clip-path: ellipse(150vmax 150vmax at 50% 50%);
  }
}

.c-animated-fv__slideUp {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp 0.5s ease-out forwards;
          animation: slideUp 0.5s ease-out forwards;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-animated-fv__lead-clip-path {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: 1s 0.3s ease-in-out forwards insetAnimation;
          animation: 1s 0.3s ease-in-out forwards insetAnimation;
}
@-webkit-keyframes insetAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes insetAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

.c-title {
  text-align: left;
}
@media (min-width: 768px) {
  .c-title {
    text-align: center;
  }
}

.c-title-about {
  text-align: center;
}

.c-title-contact {
  text-align: center;
}

.c-title__en {
  color: #66B1C5;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-title__ja {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-title__ja {
    font-size: 2.1875rem;
  }
}

.c-title__icon-teacher-wrap {
  position: absolute;
  right: 0.9375rem;
}

.c-title__icon-student-wrap {
  position: absolute;
  right: 0.625rem;
}

.c-title__icon-faq-wrap {
  position: absolute;
  right: 0.625rem;
}

.c-title-icon-teacher {
  width: 56px;
  height: 113px;
}

.c-title-icon-student {
  width: 73px;
  height: 101px;
}

.c-title-icon-faq {
  width: 73px;
  height: 101px;
}

.c-to-contact {
  width: 7.75rem;
  height: auto;
  aspect-ratio: 1;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .c-to-contact {
    display: none;
  }
}
.c-to-contact.js-show {
  opacity: 1;
  pointer-events: visible;
}

.p-header {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 16px 20px;
}
@media (min-width: 1000px) {
  .p-header {
    padding: 11px 40px;
  }
}

@media (min-width: 1000px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1360px;
  }
}

.p-header__logo {
  width: 187.5px;
  height: 30px;
}
@media (min-width: 1000px) {
  .p-header__logo {
    width: 14.0625rem;
    height: 2.25rem;
  }
}
.p-header__logo img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo img:hover {
    opacity: 0.7;
  }
}

.p-header__nav {
  display: none;
}
@media (min-width: 1000px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li a {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.56px;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-header__list li a::after {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 0;
    height: 0.0625rem;
    background-color: #274b66;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .p-header__list li a:hover::after {
    width: 100%;
  }
}

.p-header__info {
  display: block;
  text-align: center;
}

.p-header__btn span {
  color: #fff;
  text-align: center;
  font-size: max(1rem, 12px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-header__info-tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__tel-icon {
  width: 21.6px;
  height: 27px;
}

.p-header__info--tel {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-header__info--reception {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 18px;
}
@media (min-width: 1000px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: #274B66;
}
.p-drawer__icon--bar:not(:last-child) {
  margin-bottom: 0.25rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ECF6F9;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7.75rem 1.25rem 3.75rem;
  text-align: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-drawer__list li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: normal;
}

.p-drawer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.p-drawer__tel-icon {
  width: 1.9375rem;
  height: 2.5625rem;
}

.p-drawer__info-tel {
  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.25rem;
}

.p-drawer__info--tel {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-drawer__info--reception {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-drawer__btn {
  margin-top: 2.5rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .p-footer-inner {
    width: min(70rem, 100%);
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}

.p-footer__logo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-footer__logo-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  width: 14.0625rem;
  height: 2.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-footer__logo {
    margin: 0;
  }
}
.p-footer__logo img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__logo img:hover {
    opacity: 0.7;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.p-footer__tel-icon {
  width: 1.9375rem;
  height: 2.5625rem;
}

.p-footer__info-tel {
  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.25rem;
}

.p-footer__info--tel {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-footer__info--reception {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-margin-before: -0.125rem;
          margin-block-start: -0.125rem;
  -webkit-margin-start: -0.375rem;
          margin-inline-start: -0.375rem;
}

.p-footer__nav {
  padding-block: 2.8125rem 2.125rem;
  border-bottom: 1.5px solid #274b66;
  width: 100%;
}
@media (min-width: 768px) {
  .p-footer__nav {
    padding-block: 1.5625rem 2rem;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
}
.p-footer__nav-list li a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .p-footer__nav-list li a::after {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 0;
    height: 0.0625rem;
    background-color: #274b66;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .p-footer__nav-list li a:hover::after {
    width: 100%;
  }
}

.p-footer__sns {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-footer__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__link {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__link:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-fv {
  position: relative;
  padding-block: 1.875rem 2.5rem;
}
@media (min-width: 768px) {
  .p-fv {
    padding-block: 0 4.625rem;
  }
}
.p-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-bg-grid.webp) center/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.p-fv-inner {
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .p-fv-inner {
    padding-inline: 3.25rem 0;
    max-width: 100rem;
    margin-inline: auto;
  }
}
@media (min-width: 1600px) {
  .p-fv-inner {
    padding-inline: 3.25rem;
  }
}

.p-fv__container {
  display: grid;
  row-gap: 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .p-fv__container {
    grid-template-columns: 28.1% 71.9%;
    grid-template-rows: 22.8125rem auto;
    row-gap: 0;
    grid-template-areas: "message swiper" "button swiper";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (min-width: 768px) {
  .p-fv__message {
    grid-area: message;
    width: auto;
    margin-top: 10.0625rem;
    margin-right: -3.125rem;
    z-index: 2;
  }
}

.p-fv__catch {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-fv__catch {
    font-size: 3.125rem;
    letter-spacing: 1.5px;
  }
}

.p-fv__emphasis {
  color: #f5c94f;
}

.p-fv__lead {
  color: #4b5563;
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-fv__lead {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.p-fv__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-fv__image {
    grid-area: swiper;
    -webkit-padding-before: 0.5rem;
            padding-block-start: 0.5rem;
    min-height: auto;
  }
}
@media (min-width: 1600px) {
  .p-fv__image {
    width: auto;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
  }
}

.p-fv__button {
  margin-top: 1.0625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-fv__button {
    grid-area: button;
    margin-top: 8.75rem;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-fv-btn-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #274b66;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .p-fv-btn-lead {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    margin-inline: auto;
  }
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
}

.p-fv__swiper-container {
  width: 100%;
}

.p-fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
}

.p-fv__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: auto;
  aspect-ratio: 2/1;
  margin-right: 10px;
}
.p-fv__swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-fv__button {
  text-align: center;
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .p-fv__button {
    grid-area: button;
    z-index: 2;
    -webkit-margin-before: 8.75rem;
            margin-block-start: 8.75rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-fv__button {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.p-fv-btn-lead {
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-margin-after: 0.3125rem;
          margin-block-end: 0.3125rem;
  line-height: 1.6;
  -webkit-animation: 3s ease forwards infinite pyonEffect;
          animation: 3s ease forwards infinite pyonEffect;
}
@-webkit-keyframes pyonEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  9% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  12% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pyonEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  9% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  12% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 768px) {
  .p-fv-btn-lead {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    margin-inline: auto;
  }
}

.p-fv__cta {
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-fv__cta {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-fv__cta::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-animation: btn_animation 3s ease-in-out infinite;
          animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.p-fv__swiper-container .swiper-pagination {
  position: absolute;
  top: calc(100% + 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-fv__swiper-container .swiper-pagination {
    top: calc(100% + 24px);
    gap: 0.25rem;
  }
}
.p-fv__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #66b1c5;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-fv__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #66b1c5;
}

.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 5rem 4.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #F7F7F7;
}
@media (min-width: 768px) {
  .p-about {
    padding-block: 7.5rem 7.125rem;
  }
}

.p-about__lead {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 20.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about__lead {
    width: 31rem;
    font-size: 1rem;
  }
}

.p-about__points {
  display: block;
  margin-top: 1.25rem;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    width: 72rem;
  }
}

.p-point {
  min-height: 19.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  border-bottom: 1px dashed #b4adad;
}
.p-point:nth-of-type(4) {
  border: none;
}
@media (min-width: 768px) {
  .p-point {
    max-width: 18rem;
    min-height: 19.5625rem;
    border-bottom: none;
    border-right: 1px dashed #b4adad;
    gap: 0.125rem;
  }
}

.p-point__img {
  width: 15rem;
  height: 8.5625rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-point__img {
    width: 16.25rem;
    height: 9.25rem;
  }
}

.p-point__text-box {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  padding-inline: 0.75rem;
}
@media (min-width: 768px) {
  .p-point__text-box {
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
    padding-inline: 1.5rem;
  }
}

.p-point__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-point__title {
    font-size: 1.375rem;
  }
}

.p-point__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media (min-width: 768px) {
  .p-point__text {
    font-size: 1rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-cta {
  position: relative;
  padding-block: 5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-cta {
    padding-block: 7.5rem;
  }
}

.p-cta-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-cta-bg-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-cta-bg-01 img {
    height: calc(100% + 200px);
  }
}

.p-cta-01-title {
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta-01-title {
    font-size: 2.1875rem;
  }
}

.p-cta-01-text {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta-01-text {
    width: 36.125rem;
    margin-inline: auto;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 1rem;
  }
}

.p-cta__cta-01 {
  margin-inline: auto;
  margin-top: 2.0625rem;
  padding-inline: 1.75rem;
}

.p-cta-bg-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-cta-bg-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-cta-bg-02 img {
    height: calc(100% + 90px);
  }
}

.p-cta-02-wrap {
  padding-block: 2.5rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  border-radius: 1.25rem;
  background: #F7F7F7;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-cta-02-wrap {
    width: 55rem;
    min-width: 640px;
    gap: 0;
  }
}

.p-cta-02-title {
  text-align: center;
  color: #274B66;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta-02-title {
    font-size: 2.1875rem;
  }
}

.p-cta-02__info-lead {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta-02__info-lead {
    font-size: 1rem;
  }
}

.p-cta-02__info {
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta-02__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    gap: 2.5rem;
  }
}

.p-cta-02__info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}
@media (min-width: 768px) {
  .p-cta-02__info-tel {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-cta-02__tel-icon {
  width: 22.354px;
  height: 32.999px;
}

.p-cta-02__info--tel {
  color: #66B1C5;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .p-cta-02__info--tel {
    margin-top: 0.125rem;
  }
}

.p-cta-02__info--reception {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-margin-before: -0.1875rem;
          margin-block-start: -0.1875rem;
}

.p-cta-02-btn-wrap {
  text-align: center;
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
}
@media (min-width: 768px) {
  .p-cta-02-btn-wrap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-cta-02-btn-wrap .c-btn {
  -webkit-margin-before: 0.1875rem;
          margin-block-start: 0.1875rem;
}
@media (min-width: 768px) {
  .p-cta-02-btn-wrap .c-btn {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.p-cta-02-btn-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta-02-btn-lead {
    font-size: 1.25rem;
  }
}

.p-reason {
  position: relative;
  padding-block: 5rem;
}
@media (min-width: 768px) {
  .p-reason {
    padding-block: 7.5rem;
  }
}
.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img//reason-bg-grid.webp) no-repeat center center/cover;
  opacity: 0.3;
  z-index: -1;
}

.p-reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-reason-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-reason-title-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .p-reason-title-wrap {
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: sticky;
    left: 0;
    top: 6.25rem;
  }
}
.p-reason-title-wrap::before {
  content: "";
  position: absolute;
  background: url(../img//reason-icon.svg) no-repeat center center/cover;
  width: 3.5rem;
  height: 7.0625rem;
  right: 0.9375rem;
  bottom: -0.625rem;
}
@media (min-width: 768px) {
  .p-reason-title-wrap::before {
    width: 5.3125rem;
    height: 10.75rem;
    right: -6.8125rem;
    bottom: -5.9375rem;
  }
}

.p-reason-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-reason-item {
  position: relative;
  padding: 1.25rem 1rem;
  border-radius: 1.25rem;
  background: #F7F7F7;
}
@media (min-width: 768px) {
  .p-reason-item {
    max-width: 47.875rem;
    height: 17.5rem;
    min-height: 13.75rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    gap: clamp(0.625rem, -1.518rem + 4.46vw, 2.5rem);
  }
}

.p-reason-num {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0.875rem;
  top: -1.25rem;
}
@media (min-width: 768px) {
  .p-reason-num {
    left: -1.3125rem;
    top: -0.6875rem;
  }
}

@media (min-width: 768px) {
  .p-reason-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-reason-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-reason-lead {
    font-size: 1.375rem;
    width: 22.25rem;
  }
}

.p-reason-text {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-reason-text {
    font-size: 1rem;
    width: 22.25rem;
  }
}

.p-reason-img {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-reason-img {
    margin-top: 0;
    width: 19.125rem;
    height: 14.25rem;
  }
}

.p-teacher {
  padding-block: 4.9375rem 4.9375rem;
  background: #F7F7F7;
}
@media (min-width: 768px) {
  .p-teacher {
    padding-block: 7.5rem 7.5rem;
  }
}

.p-teacher__inner {
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-teacher__inner {
    width: 100%;
    max-width: 95.5rem;
    margin-inline: auto;
    padding-left: 6.25rem;
  }
}

.p-teacher-title {
  text-align: left;
}

.p-teacher__swiper-container,
.p-teacher__swiper,
.p-teacher__swiper-wrapper,
.p-teacher__swiper-slide {
  position: relative;
}

.p-teacher__swiper-container {
  -webkit-margin-before: 2.4375rem;
          margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-teacher__swiper-container {
    -webkit-margin-before: 3.8125rem;
            margin-block-start: 3.8125rem;
  }
}

.p-teacher__swiper {
  overflow: hidden;
}

.p-teacher__swiper-slide {
  width: 20rem;
  height: 29.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-teacher__swiper-slide {
    width: 22rem;
  }
}

.p-teacher-card {
  width: 20rem;
  height: 29.125rem;
}
@media (min-width: 768px) {
  .p-teacher-card {
    width: 22.0625rem;
  }
}

/* 位置のreset */
.p-teacher__button-prev,
.p-teacher__button-next,
.p-teacher__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.p-teacher__button-prev::after,
.p-teacher__button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.p-teacher__button-prev,
.p-teacher__button-next {
  position: relative;
  width: 39px;
  height: 39px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-teacher__button-prev:hover,
  .p-teacher__button-next:hover {
    opacity: 0.7;
  }
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: relative;
  width: 150px;
  height: 8px;
  border-radius: 10px 10px 10px 10px;
  background: rgba(180, 173, 173, 0.5);
}
@media (min-width: 768px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 450px;
  }
}

/* activeな部分 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #66B1C5;
  border-radius: 10px 10px 10px 10px;
}

.p-teacher-subject {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-teacher-subject span {
  padding: 0.25rem 0.53125rem;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  border-radius: 0.1875rem;
  background: #66B1C5;
}
@media (min-width: 768px) {
  .p-teacher-subject span {
    padding: 0.3125rem 0.53125rem;
  }
}

.p-teacher-name {
  margin-top: 0.25rem;
  color: #274B66;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-teacher-name {
    font-size: 1.375rem;
  }
}

.p-teacher-text {
  margin-top: 0.75rem;
  color: #274B66;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-teacher-text {
    font-size: 1rem;
  }
}

.p-teacher-swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-end: 1.4375rem;
          padding-inline-end: 1.4375rem;
}
@media (min-width: 768px) {
  .p-teacher-swiper-control {
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
    -webkit-margin-before: 2.3125rem;
            margin-block-start: 2.3125rem;
  }
}

.p-teacher__swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.393125rem;
}

.p-course {
  position: relative;
  padding-block: 5rem;
  background: #ECF6F9;
}
@media (min-width: 768px) {
  .p-course {
    padding-block: 7.5rem;
  }
}

.p-course-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .p-course-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-course-title::before {
  content: "";
  position: absolute;
  background: url(/numadatsu-1/assets/img/course-student-02.svg) no-repeat center center/cover;
  width: 4.5625rem;
  height: 6.3125rem;
  top: -0.625rem;
  right: 0.625rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-course-title::before {
    width: 7.625rem;
    height: 10.4375rem;
    left: 3.8125rem;
    top: 26.3125rem;
  }
}

.p-course-tabs {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-course-tabs {
    margin-top: 3.75rem;
    width: 55rem;
  }
}

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

.p-course__tab {
  padding: 0.9375rem 1.25rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0.625rem 0px 0px;
  background: #F7F7F7;
  color: #B4ADAD;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 50%;
  height: 3.75rem;
  cursor: pointer;
}
.p-course__tab[aria-selected=true] {
  background: #FFF;
  color: #66B1C5;
  pointer-events: none;
  padding: 1.25rem 0.625rem;
  border-radius: 0.625rem 0.625rem 0px 0px;
  background: #fff;
  color: #66b1c5;
  height: auto;
}
.p-course__tab[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-course__tab[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-course__panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-course__panel.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-course__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.9375rem;
  background: #fff;
  color: #274b66;
  padding: 2rem 1rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (min-width: 768px) {
  .p-course__content {
    text-align: left;
    padding-block: 2.5rem;
    gap: 1.5rem;
  }
}
.p-course__content--type1 {
  background: #fff;
}
.p-course__content--type2 {
  background: #fff;
}

@media (min-width: 768px) {
  .p-course__detail-body {
    width: 36.5rem;
    margin-inline: auto;
  }
}

.p-course__detail-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-course__detail-title {
    font-size: 1.375rem;
  }
}

.p-course__detail-text {
  color: #274B66;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.8125rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-course__detail-text {
    font-size: 16px;
  }
}

.p-course--btn {
  margin-inline: auto;
  padding-block: 0.6875rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-course--btn {
    margin-top: 0.5rem;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog:not([open]) {
  display: none;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.p-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.p-modal__content {
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-height: 85vh;
  background: #fff;
  opacity: 1;
  border-radius: 1.875rem;
  width: 20.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-modal__content {
    width: min(56.5625rem, 95%);
  }
}

.p-modal__close-btn {
  position: absolute;
  outline: none;
  z-index: 2;
  top: 26px;
  right: 9px;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-modal__close-btn {
    top: 36px;
    right: 36px;
  }
}

.p-modal__inner {
  overflow-y: auto;
  height: inherit;
  max-height: inherit;
  width: 20.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-modal__inner {
    width: auto;
  }
}

.p-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-course-detail {
  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-course-detail {
    padding-block: 5rem;
  }
}

.p-course-detail__inner {
  width: 20.9375rem;
  padding-inline: 1rem;
  border-radius: 1.875rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-course-detail__inner {
    width: 56.5625rem;
    padding-inline: 7.5rem;
  }
}

.p-course-detail__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-course-detail__title-wrap {
  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.25rem;
}
@media (min-width: 768px) {
  .p-course-detail__title-wrap {
    width: 41.5625rem;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.p-course-detail__title {
  text-align: center;
  color: #274b66;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-course-detail__title {
    font-size: 1.375rem;
  }
}

.p-course-detail__lead {
  width: 16.25rem;
  margin-inline: auto;
  color: #274b66;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-course-detail__lead {
    font-size: 1rem;
    width: auto;
  }
}

.p-course-detail__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-course-detail__price-wrap {
    margin-top: 1.25rem;
    gap: 1.5rem;
  }
}

.p-course-price {
  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.625rem;
  width: 9.1875rem;
  height: 8.6875rem;
}
@media (min-width: 768px) {
  .p-course-price {
    width: 20.0625rem;
    height: 7.9375rem;
    gap: 0.75rem;
  }
}

.p-course-price__title {
  background: #66b1c5;
  border-radius: 0.25rem;
  padding-block: 0.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-course-price__title {
    font-size: 1rem;
  }
}

.p-course-price__text {
  color: #274b66;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-course-price__text {
    font-size: 1rem;
  }
}

.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 30px;
}

.p-faq {
  padding-block: 5rem 5.3125rem;
  background: #F7F7F7;
  position: relative;
}
@media (min-width: 768px) {
  .p-faq {
    padding-block: 7.5rem;
  }
}
.p-faq::before {
  content: "";
  position: absolute;
  background: url(../img//faq-icon.svg) no-repeat center center/cover;
  width: 4.8125rem;
  height: 5.375rem;
  top: 4.375rem;
  right: 1.875rem;
}
@media (min-width: 768px) {
  .p-faq::before {
    width: 8.5625rem;
    height: 9.5625rem;
    top: unset;
    bottom: 3.1875rem;
    right: 5.0625rem;
  }
}
@media (min-width: 1440px) {
  .p-faq::before {
    left: calc(50% + 570px);
    translate: -50%;
    right: auto;
  }
}

@media (min-width: 768px) {
  .p-faq-inner {
    width: 60rem;
  }
}

.p-faq-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .p-faq-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
@media (min-width: 768px) {
  .p-faq__items {
    margin-top: 3.75rem;
    gap: 2rem;
  }
}

.p-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 1rem 1rem;
}
@media (min-width: 768px) {
  .p-faq__question {
    height: 4.25rem;
    padding: 1rem 1.5rem;
  }
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
.p-faq__question::before {
  background: #66B1C5;
  right: 1rem;
  width: 1rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .p-faq__question::before {
    right: 1.5rem;
  }
}
.p-faq__question::after {
  background: #66B1C5;
  right: 1.4375rem;
  width: 0.125rem;
  height: 1rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq__question::after {
    right: 1.9375rem;
  }
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .p-faq__question::after {
  rotate: 90deg;
}

.p-faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 3rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-faq__question-text {
    padding-inline: 3.75rem 2.5rem;
  }
}
.p-faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 2.25rem;
  height: auto;
  border-radius: 50%;
  background: #66B1C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-faq__question-text::before {
    top: -0.25rem;
  }
}

.p-faq__answer {
  display: block;
  padding-top: 1.5rem;
  padding-inline: 0.75rem;
}
@media (min-width: 768px) {
  .p-faq__answer {
    padding-inline: 1.625rem;
  }
}

.p-faq__answer-text {
  list-style: none;
  position: relative;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-faq__answer-text {
    font-size: 1rem;
    padding-left: 3.75rem;
  }
}
.p-faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 2.25rem;
  height: auto;
  border-radius: 50%;
  background: #E9C243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}

input[type=text],
input[type=email],
select,
textarea {
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
  width: 100%;
  font-size: max(0.875rem, 14px);
  padding: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.56px;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #66B1C5;
  background-color: 0 0 0 2px rgba(102, 177, 197, 0.2);
  color: #274B66;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B4ADAD;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #B4ADAD;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B4ADAD;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B4ADAD;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #B4ADAD;
}
input[type=text]:valid,
input[type=email]:valid,
select:valid,
textarea:valid {
  color: #274B66;
}

select {
  color: #B4ADAD;
}
select:valid {
  color: #274B66;
}

input[type=text].invalid,
input[type=email].invalid,
select.invalid,
textarea.invalid {
  border: 1px solid #dc5d5c;
  background: #f4d9d9;
}

.p-contact__acceptance.invalid span::before {
  border: 1px solid #dc5d5c;
  background: #f4d9d9;
}

textarea {
  height: 15rem;
  resize: vertical;
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
  padding: 1.0625rem 0.9375rem;
  letter-spacing: 0.56px;
}

.p-contact {
  padding-block: 4.875rem 4.375rem;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 7.5rem 6.875rem;
  }
}

@media (min-width: 768px) {
  .p-contact-inner {
    width: min(720px, 80%);
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}

.p-contact__form {
  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: 2.5rem;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-contact__form {
    margin-top: 3.8125rem;
  }
}

.p-contact__rows {
  display: grid;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  gap: 2.375rem;
}
@media (min-width: 768px) {
  .p-contact__rows {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 0.25rem;
  }
}

.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  color: #274b66;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-contact__head {
    font-size: max(1rem, 15px);
  }
}
.p-contact__head span.must {
  color: #dc5d5c;
}

.p-contact__head.--mt1 {
  margin-top: 0.1875rem;
}

.p-contact__data {
  -webkit-margin-before: 0.1875rem;
          margin-block-start: 0.1875rem;
}

.p-contact__data-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-contact__data-name {
    gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-contact__submit-wrap {
    -webkit-margin-before: -0.5rem;
            margin-block-start: -0.5rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 1.0625rem 1rem 1.25rem;
  color: #b4adad;
  font-weight: 500;
  line-height: 1.2;
  background-image: url("../img/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 24px auto;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 10.69px;
  width: 17.313px;
  height: auto;
  pointer-events: none;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem 2.5rem;
  margin-top: 0.5625rem;
}
@media (min-width: 768px) {
  .p-contact__data-checkbox {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}
.p-contact__data-checkbox span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  position: relative;
  color: #274b66;
  font-size: max(0.875rem, 12px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.56px;
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  border-radius: 0.25rem;
  border: 1px solid #B4ADAD;
  background: #F7F7F7;
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  background: url(../img/icon-check.svg);
  width: 16.3px;
  height: 12.025px;
  top: 50%;
  translate: 0 -50%;
  left: 2.52px;
  opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact__data-checkbox.invalid span::before {
  border: 1px solid #dc5d5c;
  background: #f4d9d9;
}

.p-contact__acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.25rem;
  gap: 0 0;
}
@media (min-width: 768px) {
  .p-contact__acceptance {
    text-align: left;
    margin-top: 0;
  }
}
.p-contact__acceptance span {
  position: relative;
  color: #274B66;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
  padding-left: 32px;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .p-contact__acceptance span {
    font-size: 1rem;
  }
}
.p-contact__acceptance span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: calc(50% + 1px);
  translate: 0 -50%;
  border-radius: 0.25rem;
  border: 1px solid #b4adad;
  background: #f7f7f7;
}
.p-contact__acceptance span::after {
  content: "";
  position: absolute;
  background: url(../img/icon-check.svg);
  width: 16.3px;
  height: 12.025px;
  top: 50%;
  translate: 0 -50%;
  left: 0.22rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span {
  background: #000;
  color: #fff;
}

.p-contact__data-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-contact__data-radio span {
  display: block;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #000;
}
.p-contact__data-radio label:not(:last-of-type) span {
  border-right: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  padding: 0.625rem 1.25rem;
}
@media (min-width: 768px) {
  .p-contact__submit {
    margin-top: 1.125rem;
  }
}

.p-contact__btn {
  margin-inline: auto;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.p-contact__error-message {
  color: #dc5d5c;
  font-size: max(0.75rem, 12px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}