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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: normal;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

li {
  padding-left: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  text-align: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

table {
  border-collapse: collapse;
}

.swiper {
  overflow: hidden !important;
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 45px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 45px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
}
.breadcrumb li {
  color: #33444a;
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #3eb6e0;
  border-bottom: 1px solid #3eb6e0;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}

body {
  color: rgb(39, 39, 39);
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.7rem);
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.font {
  font-family: "Montserrat", sans-serif;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 36vh;
  min-height: 220px;
}
.c-topview__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4a6b7c;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.3;
}
.c-topview__title {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-topview__title .en {
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
.c-topview__title .ja {
  font-size: 0.65em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-topview__img {
    height: 42vh;
  }
  .c-topview__title .en {
    font-size: 1.6em;
  }
  .c-topview__title .ja {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 46vh;
  }
}
@media screen and (min-width: 1280px) {
  .c-topview__img {
    height: 50vh;
    min-height: 220px;
    max-height: 450px;
  }
  .c-topview__title .en {
    font-size: 2.2em;
  }
  .c-topview__title .ja {
    font-size: 0.9em;
  }
}

.p-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-title .en {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 4px;
  white-space: nowrap;
}
.p-title .ja {
  font-weight: 400;
  font-size: 0.8em;
  padding-left: 50px;
  position: relative;
}
.p-title .ja::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #3eb6e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-title {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .p-title .en {
    font-size: 2.4em;
  }
  .p-title .ja {
    font-size: 0.9em;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    gap: 25px;
  }
  .p-title .en {
    font-size: 2.8em;
  }
  .p-title .ja {
    font-size: 1.1em;
    padding-left: 100px;
  }
  .p-title .ja::before {
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .p-title .en {
    font-size: 3.2em;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #3eb6e0;
  display: block;
  padding: 15px 0;
  width: 80%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  border: 2px solid #fff;
  z-index: 1;
  position: relative;
}
.more-btn__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 15px;
  background-image: url(../images/common/yazirusi-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link:hover {
  border: 2px solid #3eb6e0;
}
.more-btn__link:hover::before {
  background-image: url(../images/common/yazirusi-main.svg);
}
.more-btn__link .font {
  position: relative;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.15em;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #3eb6e0;
  transform: none;
}
@media screen and (min-width: 768px) {
  .more-btn__link {
    padding: 20px 0;
    max-width: 400px;
  }
  .more-btn__link::before {
    right: 30px;
    width: 20px;
  }
  .more-btn__link .font {
    font-size: 1.25em;
  }
}

.p-contact {
  background: url(../images/new/bg2.webp) no-repeat center bottom/cover;
  position: relative;
}
.p-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.2;
}
.p-contact__title {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 1.2em;
  color: #3eb6e0;
  line-height: 1.8;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.p-contact__title::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #3eb6e0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-contact__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-contact__list__item {
  text-align: center;
}
.p-contact__list__item h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.p-contact__btn {
  text-align: center;
}
.p-contact__btn a {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 20px 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #3eb6e0 0%, #1e8fbb 100%);
  background-size: 180% 180%;
  background-position: 0% 0%;
  color: #fff;
  font-weight: 300;
  font-size: 1.3em;
  box-shadow: 0 4px 14px rgba(62, 182, 224, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-position 0.6s ease;
}
.p-contact__btn a:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(62, 182, 224, 0.45);
  background-position: 100% 100%;
}
.p-contact__btn a:hover span::before {
  transform: translateX(5px);
}
.p-contact__btn a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.p-contact__btn a span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/ico-mail-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.35s ease;
}
.p-contact__btn.line a {
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
  background-size: 180% 180%;
  background-position: 0% 0%;
  box-shadow: 0 4px 14px rgba(6, 199, 85, 0.35);
}
.p-contact__btn.line a:hover {
  box-shadow: 0 14px 24px rgba(6, 199, 85, 0.45);
}
.p-contact__btn.line a span::before {
  background-image: url(../images/common/line.svg);
}
.p-contact__btn.sm a {
  font-size: 0.9em;
  padding: 16px 10px;
}
.p-contact__btn.sm a span {
  padding-left: 26px;
}
.p-contact__btn.sm a span::before {
  height: 17px;
  width: 17px;
}
.p-contact__btn.lg a {
  font-size: 1.5em;
  padding: 24px 0;
}
.p-contact__btn.lg a span {
  padding-left: 34px;
}
.p-contact__btn.lg a span::before {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .p-contact {
    background-attachment: fixed;
  }
  .p-contact .onlySP {
    display: none;
  }
  .p-contact__title {
    font-size: 1.5em;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .p-contact__title::before {
    width: 80px;
  }
  .p-contact__list {
    flex-direction: row;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-contact__list__item {
    flex-basis: 50%;
  }
  .p-contact__list__item h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .p-contact__btn a {
    max-width: 400px;
    padding: 20px 0;
    font-size: 1.5em;
  }
  .p-contact__btn a span {
    padding-left: 45px;
  }
  .p-contact__btn a span::before {
    height: 28px;
    width: 28px;
  }
}

.top-logo {
  text-align: center;
}
.top-logo img {
  display: inline-block;
  width: 40%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-logo__copy {
  margin-top: 25px;
  padding: 0 6vw;
}
.top-logo__tagline {
  font-size: 1.1em;
  font-weight: 700;
  color: #1e8fbb;
  background-color: #b8e6f5;
  line-height: 1.7;
  padding: 30px 0 15px;
}
.top-logo__tagline strong {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.top-logo__catch {
  font-size: 1.3em;
  font-weight: 700;
  color: #3eb6e0;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: nowrap;
}
.top-logo__lead {
  margin-bottom: 20px;
}
.top-logo__stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.top-logo__stat-year {
  font-family: "Montserrat", sans-serif;
  color: #1e8fbb;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}
.top-logo__stat-desc {
  font-weight: 600;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .top-logo__tagline {
    font-size: 1.3em;
  }
  .top-logo__catch {
    font-size: 1.5em;
  }
  .top-logo__catch br {
    display: none;
  }
  .top-logo__lead .onlySP {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .top-logo__copy {
    margin-top: 50px;
  }
  .top-logo img {
    max-width: 280px;
  }
  .top-logo__tagline {
    font-size: 1.5em;
  }
  .top-logo__catch {
    font-size: 2em;
  }
  .top-logo__stat-year {
    font-size: 1.4em;
  }
}

.p-toplink {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .p-toplink {
    padding-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .p-toplink .p-athlete,
  .p-toplink .p-general {
    width: 48%;
  }
  .p-toplink .p-athlete .swiper,
  .p-toplink .p-general .swiper {
    width: 100% !important;
  }
}

.p-slide {
  position: relative;
}
.p-slide .hero {
  position: relative;
  overflow: hidden;
}
.p-slide .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(27, 58, 75, 0.5) 50%, transparent);
  z-index: 10;
}
.p-slide .hero .swiper {
  width: 100%;
  height: 100%;
}
.p-slide .hero .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.p-slide .hero .swiper .swiper-slide {
  height: 55vh;
  min-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-slide .hero .swiper .swiper-slide {
    height: 65vh;
    min-height: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .p-slide .hero .swiper .swiper-slide {
    height: 75vh;
    max-height: 600px;
  }
}
.p-slide .hero__desc {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  padding: 0 5vw;
}
.p-slide .hero__desc .Desc {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-slide .hero__desc .Desc small {
  font-weight: 200;
  font-size: 1em;
}
.p-slide .hero__desc .Desc strong {
  font-weight: 200;
  font-size: 1.8em;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.p-slide .hero__desc .hero__lead {
  color: #fff;
  font-size: 0.85em;
  line-height: 1.7;
  margin-bottom: 15px;
  opacity: 0.95;
}
.p-slide .hero__desc .more-btn__link {
  width: 100%;
  max-width: none;
}
.p-slide .hero__desc .more-btn__link .font {
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .p-slide .hero__desc {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    left: 0;
    margin: auto;
    z-index: 1000;
    width: 100%;
  }
  .p-slide .hero__desc .Desc {
    margin-bottom: 30px;
  }
  .p-slide .hero__desc .Desc small {
    font-size: 1.3em;
  }
  .p-slide .hero__desc .Desc strong {
    font-size: 2.8em;
  }
  .p-slide .hero__desc .hero__lead {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .p-slide .hero__desc .more-btn__link .font {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  .p-slide .hero__desc {
    bottom: 30px;
    padding: 0 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-slide .hero__desc {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-slide {
    margin-bottom: 30px;
  }
}

.p-banar {
  text-align: center;
}
.p-banar a {
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-banar a:hover {
    opacity: 0.7;
  }
}
.p-banar a {
  max-width: 800px;
}
.p-banar a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-why {
  background-color: #1b3a4b;
  color: #fff;
  text-align: center;
}
.p-why .p-title {
  text-align: left;
}
.p-why .p-title .en,
.p-why .p-title .ja {
  color: #fff;
}
.p-why .p-title .ja::before {
  background-color: #fff;
}
.p-why__stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-why__stat-num {
  display: block;
  font-size: 2.6em;
  font-weight: 500;
  color: #3eb6e0;
  line-height: 1;
}
.p-why__stat-num small {
  display: block;
  margin-top: 6px;
  font-size: 0.28em;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}
.p-why__stat-desc {
  margin-top: 10px;
  font-size: 0.95em;
  line-height: 1.7;
}
.p-why .slot-number {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: baseline;
  line-height: 1;
}
.p-why .slot-digit {
  display: inline-block;
  width: 0.62em;
  height: 1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.p-why .digit-roller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-why .slot-decimal,
.p-why .slot-comma {
  display: inline-block;
  font-weight: inherit;
}
.p-why__achievements {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 2;
  opacity: 0.85;
}
.p-why__teaching {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-why__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-why__stat-num {
    font-size: 3.2em;
  }
  .p-why__teaching {
    margin-top: 30px;
    font-size: 1.2em;
  }
  .p-why__teaching .onlySP {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-why__achievements {
    margin-top: 0;
    font-size: 1em;
  }
  .p-why__stat-num {
    font-size: 4.8em;
  }
}

.p-guide {
  display: grid;
  grid-template-columns: 1fr;
}
.p-guide__item {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.p-guide__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .p-guide__link:hover .p-guide__img {
    transform: scale(1.06);
  }
}
.p-guide__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(45deg, rgba(39, 39, 39, 0.7) 0%, rgba(39, 39, 39, 0) 100%);
  pointer-events: none;
}
.p-guide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-guide__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-guide__desc .en {
  font-size: 1.2em;
  letter-spacing: 3px;
  font-weight: 200;
  opacity: 0.95;
}
.p-guide__desc .ja {
  position: relative;
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 2px;
}
.p-guide__desc .ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.p-guide__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.p-guide__more::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../images/common/yazirusi-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-guide {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-guide__item {
    aspect-ratio: 4/3;
    border-bottom: none;
  }
  .p-guide__item:nth-child(1) {
    border-right: 1px solid #fff;
  }
  .p-guide__desc {
    padding: 30px;
  }
  .p-guide__desc .ja {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide__item {
    aspect-ratio: 16/9;
  }
  .p-guide__desc {
    padding: 40px;
  }
  .p-guide__desc .en {
    font-size: 1.6em;
  }
  .p-guide__desc .ja {
    font-size: 2em;
  }
  .p-guide__more {
    gap: 18px;
    font-size: 1.3em;
  }
  .p-guide__more::after {
    width: 20px;
    height: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-guide__item {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1500px) {
  .p-guide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .p-home-news .c-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 50px;
  }
  .p-home-news .p-title {
    flex-direction: column;
    gap: 5px;
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-home-news .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
  }
  .p-home-news .more-btn__link {
    width: 320px;
  }
  .p-home-news__scroll {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-news .more-btn__link {
    width: 400px;
  }
}

.p-youtube__slider .swiper {
  overflow: visible;
}
.p-youtube__slider .swiper-slide {
  opacity: 0.4;
  transform: scale(0.85);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-youtube__slider .swiper-slide {
    width: 800px;
  }
}
.p-youtube__slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.p-youtube__video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-youtube__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-youtube__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 25px auto 0;
  max-width: 600px;
}
.p-youtube__prev, .p-youtube__next {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4a6b7c;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-youtube__prev:hover, .p-youtube__next:hover {
    background-color: rgba(74, 107, 124, 0.6);
  }
}
.p-youtube__prev::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  transform: rotate(-135deg);
  transform: rotate(-135deg) translate(1px, -1px);
}
.p-youtube__next::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transform: rotate(45deg) translate(-1px, 1px);
}
.p-youtube__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-youtube__pagination .p-youtube__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8c9aa1;
  transition: background-color 0.3s ease;
}
.p-youtube__pagination .p-youtube__dot.is-active {
  background-color: #3eb6e0;
}
@media screen and (min-width: 1024px) {
  .p-youtube__controls {
    margin: 45px auto 0;
    max-width: 600px;
  }
  .p-youtube__prev, .p-youtube__next {
    width: 50px;
    height: 50px;
  }
  .p-youtube__prev::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-135deg);
  }
  .p-youtube__next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .p-youtube__pagination {
    gap: 16px;
  }
  .p-youtube__pagination .p-youtube__dot {
    width: 10px;
    height: 10px;
  }
}

.p-voice {
  background-color: #3eb6e0;
}
.p-voice .p-title {
  color: #fff;
}
.p-voice .p-title .ja::before {
  background-color: #fff;
}
.p-voice__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.p-voice__item {
  position: relative;
  padding: 30px 25px 20px;
  background-color: #fff;
  overflow: hidden;
}
.p-voice__item:nth-child(even) {
  background-color: #f5fafc;
}
.p-voice__item::before {
  content: '"';
  position: absolute;
  top: -0.1em;
  right: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 5em;
  line-height: 1;
  color: #3eb6e0;
  opacity: 0.12;
  pointer-events: none;
}
.p-voice__title {
  position: relative;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.p-voice__body {
  position: relative;
  line-height: 1.9;
  font-size: 0.95em;
  color: #33444a;
}
.p-voice__body strong {
  color: #1e8fbb;
  font-weight: 700;
}
.p-voice__meta {
  position: relative;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e6ebed;
  font-size: 0.85em;
  color: #33444a;
}
@media screen and (min-width: 1024px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .p-voice__item {
    padding: 40px 30px 25px;
  }
  .p-voice__item:nth-child(3) {
    background-color: #f5fafc;
  }
  .p-voice__item:nth-child(4) {
    background-color: #fff;
  }
}

.p-sns__insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-sns__insta:hover {
    opacity: 0.7;
  }
}
.p-sns__insta-icon {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}
.p-sns__insta-label {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-sns__insta-handle {
  font-size: 0.9em;
  opacity: 0.95;
}
.p-sns__note {
  text-align: center;
}
.p-sns__note a {
  display: inline-block;
  max-width: 900px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-sns__note a:hover {
    opacity: 0.7;
  }
}
.p-sns__note img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-sns__insta {
    max-width: 360px;
    margin-bottom: 40px;
  }
}

.p-footer {
  padding: 60px 0 30px;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 8px;
}
.p-footer__logo img {
  width: 60%;
  max-width: 320px;
  display: inline-block;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-footer .sns-link li {
  width: 45px;
  aspect-ratio: 1/1;
  background-color: #3eb6e0;
  border-radius: 50%;
}
.p-footer .sns-link li img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.p-footer__nav ul {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.p-footer__nav ul li {
  flex-basis: calc(50% - 20px);
}
.p-footer__sub {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.p-footer__sub li {
  line-height: 1.5;
}
.p-footer__sub li:nth-child(1) {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #a0a0a0;
}
.p-footer__sub a {
  font-size: 11px;
  opacity: 0.7;
}
.p-footer__sub a:hover {
  opacity: 1;
}
.p-footer .copyright {
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer .c-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 220px;
  }
  .p-footer__wrap {
    margin-bottom: 0;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px 40px;
    max-width: none;
    margin: 0;
  }
  .p-footer__nav ul li {
    flex-basis: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__logo img {
    max-width: 340px;
  }
  .p-footer .sns-link {
    gap: 10px;
  }
  .p-footer .sns-link li {
    width: 55px;
  }
  .p-footer .sns-link li img {
    padding: 13px;
  }
  .p-footer__sub {
    gap: 30px;
  }
  .p-footer__sub li:nth-child(1) {
    padding-right: 30px;
  }
  .p-footer__sub a {
    font-size: 14px;
  }
  .p-footer__nav ul {
    gap: 50px 50px;
  }
  .p-footer__nav ul li {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer .c-container {
    max-width: 1000px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-topview__img--athlete img {
  -o-object-position: 70% 40%;
     object-position: 70% 40%;
}
@media screen and (min-width: 768px) {
  .c-topview__img--athlete img {
    -o-object-position: 65% 30%;
       object-position: 65% 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-topview__img--general img {
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}

.p-story__head {
  text-align: center;
  background-color: #f5fafc;
}
.p-story__label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #3eb6e0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.p-story__catch {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-bottom: 15px;
  background: radial-gradient(circle, #3eb6e0 0%, #1b3a4b 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-story__sub {
  font-size: 14px;
  color: #33444a;
}
.p-story__list {
  display: grid;
  gap: 60px;
}
.p-story__img {
  margin-bottom: 25px;
  aspect-ratio: 3/2;
}
.p-story__img img {
  border-radius: 8px;
}
.p-story__desc .step {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3eb6e0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.p-story__desc h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #3eb6e0;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.p-story__desc h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #3eb6e0;
}
.p-story__desc p {
  margin-bottom: 15px;
}
.p-story__desc p:last-child {
  margin-bottom: 0;
}
.p-story__desc .c-price-list {
  margin-bottom: 15px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-story__catch {
    font-size: 2em;
  }
  .p-story__catch br {
    display: none;
  }
  .p-story__sub {
    font-size: 16px;
  }
  .p-story__list__item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .p-story__list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-story__img {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .p-story__desc {
    flex: 1;
  }
  .p-story__desc h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-story__list {
    gap: 80px;
  }
  .p-story__label {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .p-story__catch {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
  .p-story__sub {
    font-size: 1.25em;
  }
}

.c-cta {
  text-align: center;
  background: url(../images/new/bg3.webp) no-repeat center/cover;
  position: relative;
  color: #fff;
}
.c-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1b3a4b;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.6;
}
.c-cta__title {
  position: relative;
  z-index: 10;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-cta p {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-weight: 600;
}
.c-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.c-cta__btns .p-contact__btn {
  width: 100%;
}
.c-cta__btns .p-contact__btn a {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .c-cta__title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .c-cta p {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
  .c-cta p .onlySP {
    display: none;
  }
  .c-cta__btns {
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    max-width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cta__btns {
    padding: 0;
    gap: 30px;
  }
}

.p-course-hero {
  text-align: center;
  background-color: #f5f5f5;
}
.p-course-hero__catch {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  color: #3eb6e0;
  margin-bottom: 20px;
}
.p-course-hero__lead {
  margin-bottom: 25px;
}
.p-course-hero__stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.p-course-hero__stat-year {
  font-family: "Montserrat", sans-serif;
  color: #3eb6e0;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-course-hero__stat-desc {
  font-weight: 600;
}
.p-course-hero__img {
  overflow: hidden;
  border-radius: 10px;
  max-width: 600px;
  margin: 10px auto 0;
}
.p-course-hero__btns {
  display: flex;
  justify-content: center;
}
.p-course-hero__btns .p-contact__btn {
  max-width: 320px;
  width: 100%;
}
.p-course-hero__btns .p-contact__btn a {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-course-hero__catch {
    font-size: 2.2em;
  }
  .p-course-hero__lead {
    margin-bottom: 25px;
  }
  .p-course-hero__lead .onlySP {
    display: none;
  }
  .p-course-hero__stat {
    padding: 25px 50px;
  }
  .p-course-hero__stat-year {
    font-size: 1.3em;
  }
  .p-course-hero__stat-desc {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-course-hero__catch br {
    display: none;
  }
  .p-course-hero__img {
    margin: 20px auto 0;
  }
  .p-course-hero__btns .p-contact__btn {
    max-width: 420px;
  }
  .p-course-hero__btns .p-contact__btn a {
    padding: 20px;
  }
  .p-course-hero__btns .p-contact__btn.sm a {
    font-size: 1.1em;
  }
}

.p-recommend__list {
  display: grid;
  gap: 12px;
}
.p-recommend__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px 15px;
  font-weight: 600;
}
.p-recommend__item-img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.p-recommend__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recommend__item p {
  font-size: 13px;
  line-height: 1.5;
}
.p-recommend__note {
  font-size: 12px;
  color: #33444a;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-recommend__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-personal-note {
  background-color: #f5f5f5;
}
.p-personal-note__desc {
  margin-bottom: 20px;
}
.p-personal-note__desc h3 {
  font-size: 1.2em;
  color: #3eb6e0;
  margin-bottom: 10px;
}
.p-personal-note__desc p {
  font-size: 0.95em;
}
.p-personal-note__note {
  font-size: 12px;
  color: #33444a;
  text-align: center;
  margin-top: 15px;
}
.p-personal-note__btns {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
}
.p-personal-note__btns .p-contact__btn {
  max-width: 320px;
  width: 100%;
}
.p-personal-note__btns .p-contact__btn a {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-personal-note__wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .p-personal-note__img {
    flex-basis: 40%;
  }
  .p-personal-note__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-personal-note__desc {
    flex-basis: 60%;
  }
  .p-personal-note__desc h3 {
    font-size: 1.5em;
  }
  .p-personal-note__btns .p-contact__btn {
    max-width: 420px;
  }
  .p-personal-note__btns .p-contact__btn a {
    padding: 20px;
  }
  .p-personal-note__btns .p-contact__btn.sm a {
    font-size: 1.1em;
  }
}

.p-reason {
  background-color: #f5f5f5;
}
.p-reason__img {
  margin-bottom: 25px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reason__list {
  display: grid;
  gap: 30px;
}
.p-reason__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
}
.p-reason__item .Wrap {
  margin-bottom: 15px;
}
.p-reason__item .Wrap .num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #3eb6e0;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
}
.p-reason__item .Wrap .num span {
  font-size: 0.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.p-reason__item .Wrap h4 {
  font-size: 18px;
  font-weight: 600;
}
.p-reason__item p {
  margin-bottom: 12px;
}
.p-reason__item p:last-child {
  margin-bottom: 0;
}
.p-reason__item .c-price-list {
  margin-bottom: 12px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    padding: 35px 30px;
  }
  .p-reason__item .Wrap .num {
    font-size: 2.4em;
  }
  .p-reason__item .Wrap h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__item {
    padding: 40px;
  }
  .p-reason__item .Wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 30px;
    margin-bottom: 25px;
  }
  .p-reason__item .Wrap .num {
    font-size: 3em;
    margin-bottom: 0;
  }
  .p-reason__item .Wrap h4 {
    font-size: 22px;
  }
}

.p-lesson-content {
  padding-top: 50px;
}
.p-lesson-content__lead {
  text-align: center;
}
.p-lesson-content__list {
  display: grid;
  gap: 20px;
  margin: 30px 0 15px;
  counter-reset: lesson-item;
}
.p-lesson-content__item {
  position: relative;
  counter-increment: lesson-item;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(39, 39, 39, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-lesson-content__item-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-lesson-content__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lesson-content__item-text {
  padding: 15px 20px 20px;
}
.p-lesson-content__item h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3eb6e0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.p-lesson-content__item h4::before {
  content: counter(lesson-item, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #3eb6e0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
}
.p-lesson-content__item p {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-lesson-content__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-lesson-content__item h4 {
    font-size: 16px;
  }
  .p-lesson-content__item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-lesson-content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-lesson-content__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-pool {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #3eb6e0;
  color: #fff;
}
.p-pool::before, .p-pool::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 200%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0 10 C 25 0 25 20 50 10 C 75 0 75 20 100 10 V20 H0 Z' fill='%23ffffff' fill-opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 100px 30px;
  animation: p-pool-wave 10s linear infinite;
}
.p-pool::before {
  top: 0;
}
.p-pool::after {
  bottom: 0;
  opacity: 0.6;
  animation-duration: 14s;
  animation-direction: reverse;
}
.p-pool .c-container {
  position: relative;
  z-index: 1;
}
.p-pool .p-title .ja::before {
  background-color: #fff;
}
.p-pool__img {
  aspect-ratio: 3/2;
}
.p-pool__img img {
  border-radius: 8px;
}
.p-pool__subtitle {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  padding-bottom: 12px;
}
.p-pool__subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.p-pool .c-price-note,
.p-pool .c-price-list p {
  color: #fff;
}
.p-pool .c-price-table-wrap {
  color: rgb(39, 39, 39);
  margin-bottom: 50px;
}
.p-pool__list {
  display: grid;
  gap: 25px;
  counter-reset: pool-item;
}
.p-pool__item {
  position: relative;
  counter-increment: pool-item;
  background-color: #fff;
  color: rgb(39, 39, 39);
  border-radius: 12px;
  padding: 30px 20px 20px;
  box-shadow: 0 4px 16px rgba(39, 39, 39, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-pool__item-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  margin: -30px -20px 15px;
}
.p-pool__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pool__item h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3eb6e0;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-pool__item h4::before {
  content: counter(pool-item, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #3eb6e0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
}
.p-pool__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  margin: 40px auto 0;
}
.p-pool__btns .p-contact__btn a {
  max-width: none;
  border: 1px solid #fff;
}
.p-pool__map {
  margin-top: 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
.p-pool__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 768px) {
  .p-pool {
    padding: 90px 0;
  }
  .p-pool__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .p-pool__desc, .p-pool__img {
    align-self: center;
    margin: 0;
  }
  .p-pool__map {
    aspect-ratio: 16/9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-pool__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-pool__item {
    padding: 35px 25px 25px;
  }
  .p-pool__item-img {
    margin: -35px -25px 20px;
  }
  .p-pool__btns {
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
  .p-pool .c-price-list {
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-pool {
    padding: 120px 0;
  }
  .p-pool__subtitle {
    font-size: 1.5em;
    padding-bottom: 18px;
  }
  .p-pool__subtitle::after {
    width: 60px;
  }
  .p-pool__item-img {
    aspect-ratio: 3/2;
  }
  .p-pool__item h4 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  .p-pool__item h4::before {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .p-pool .c-price-table-wrap {
    margin-bottom: 80px;
  }
}

@keyframes p-pool-wave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100px;
  }
}
.p-video-check__img {
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
}
.p-video-check__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-video-check__subtitle {
  position: relative;
  color: #3eb6e0;
  font-weight: 600;
  font-size: 1.3em;
  padding-bottom: 12px;
}
.p-video-check__subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #3eb6e0;
}
.p-video-check__flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-video-check__flow li {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #f5f5f5;
  border-radius: 9999px;
  padding: 8px 20px 8px 8px;
  font-weight: 600;
  font-size: 14px;
}
.p-video-check__flow .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #3eb6e0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50%;
}
.p-video-check__grid {
  display: grid;
  gap: 20px;
  counter-reset: video-item;
}
.p-video-check__item {
  position: relative;
  counter-increment: video-item;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-top: 3px solid #3eb6e0;
  border-radius: 8px;
  padding: 25px 20px 20px;
}
.p-video-check__item-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: -25px -20px 15px;
}
.p-video-check__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-video-check__item h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3eb6e0;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-video-check__item h4::before {
  content: counter(video-item, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #3eb6e0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
}
.p-video-check__note {
  font-size: 12px;
  color: #33444a;
}
.p-video-check__catch {
  color: #3eb6e0;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.p-video-check__cta {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.p-video-check__cta p {
  margin-bottom: 20px;
}
.p-video-check__btns {
  display: flex;
  justify-content: center;
}
.p-video-check__btns .p-contact__btn {
  max-width: 340px;
  width: 100%;
}
.p-video-check__btns .p-contact__btn a {
  max-width: none;
}
.p-video-check__apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: clamp(300px, 45vw, 480px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 26px) clamp(20px, 4vw, 32px);
  border-radius: 12px;
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(6, 199, 85, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.p-video-check__apply:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(6, 199, 85, 0.45);
}
.p-video-check__apply-label {
  font-weight: 600;
  font-size: clamp(1em, 1.6vw, 1.2em);
}
.p-video-check__apply-price {
  font-size: clamp(0.8em, 1.2vw, 0.95em);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 14px;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-video-check__img {
    aspect-ratio: 16/9;
  }
  .p-video-check__catch {
    font-size: 1.5em;
  }
  .p-video-check__flow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-video-check__flow li {
    flex: 1 1 calc(50% - 6px);
    font-size: 15px;
  }
  .p-video-check__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-video-check__note {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-video-check__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 50px;
  }
  .p-video-check__wrap .p-video-check__lead {
    margin-bottom: 0;
    align-self: center;
  }
  .p-video-check__subtitle {
    font-size: 1.5em;
    padding-bottom: 18px;
  }
  .p-video-check__subtitle::after {
    width: 60px;
  }
  .p-video-check__grid {
    gap: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-video-check__item {
    padding: 35px 25px 30px;
  }
  .p-video-check__item-img {
    margin: -35px -25px 20px;
  }
  .p-video-check__item h4 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  .p-video-check__item h4::before {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .p-video-check__flow li {
    flex: 1 1 calc(25% - 9px);
  }
  .p-video-check__btns {
    display: flex;
    justify-content: center;
  }
  .p-video-check__btns .p-contact__btn {
    max-width: 460px;
  }
  .p-video-check__btns .p-contact__btn a {
    max-width: none;
  }
  .p-video-check__btns .p-contact__btn.sm a {
    padding: 20px;
    font-size: 1.1em;
  }
}

.p-course-flow {
  background-color: #f5f5f5;
}
.p-course-flow__list {
  display: grid;
  gap: 40px;
}
.p-course-flow__item {
  position: relative;
  background-color: #fff;
  padding: 60px 20px 40px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}
.p-course-flow__item .step {
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #3eb6e0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 20px 8px 16px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.p-course-flow__item .step span {
  font-weight: 400;
}
.p-course-flow__item h3 {
  color: #3eb6e0;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-course-flow__desc {
  font-weight: 600;
  margin-bottom: 12px;
}
.p-course-flow .c-price-list {
  text-align: left;
}
.p-course-flow__note {
  text-align: left;
  font-size: 12px;
  color: #33444a;
  margin-top: 12px;
}
.p-course-flow__cta {
  text-align: center;
  margin-top: 40px;
}
.p-course-flow__cta p {
  margin-bottom: 20px;
}
.p-course-flow__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
}
.p-course-flow__btns .p-contact__btn {
  width: 100%;
}
.p-course-flow__btns .p-contact__btn a {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-course-flow__item {
    padding: 60px 40px 45px;
  }
  .p-course-flow__item .step {
    font-size: 16px;
    padding: 10px 26px 10px 20px;
  }
  .p-course-flow__item h3 {
    font-size: 1.5em;
  }
  .p-course-flow .c-price-list {
    text-align: center;
  }
  .p-course-flow__desc br {
    display: none;
  }
  .p-course-flow__note {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-course-flow__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-course-flow__item {
    padding: 60px 20px 80px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  }
  .p-course-flow__item .step {
    font-size: 22px;
    padding: 10px 50px 10px 50px;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
  }
}

.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}
.faq dt::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #3eb6e0;
  font-size: 20px;
  padding: 10px;
}
.faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 20px;
  height: 20px;
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #3eb6e0;
  border-right: 1.5px solid #3eb6e0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.faq dd {
  position: relative;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #888;
}
.faq dd .m-description-article {
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq dd .m-description-article a {
  color: #3eb6e0;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .faq dd .m-description-article a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .faq dt span {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .faq dd {
    position: relative;
  }
  .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .faq {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq dt span {
    margin: 0;
    padding: 30px 50px;
  }
  .faq dt::before {
    top: 50%;
    font-size: 26px;
  }
  .faq dt .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .faq dt .i_box::before {
    width: 12px;
    height: 12px;
  }
  .faq dd::before {
    top: 25px;
    font-size: 28px;
  }
  .faq dd .m-description-article {
    margin-left: 30px;
    padding: 40px 20px;
  }
}

.c-faq {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-faq {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-faq {
    margin-top: 80px;
  }
}

.c-trainers .c-topview__img img {
  -o-object-position: center 25%;
     object-position: center 25%;
}
@media screen and (min-width: 768px) {
  .c-trainers .c-topview__img img {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
}
.c-trainers .c-staff__catch {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6;
  color: #3eb6e0;
  margin-bottom: 20px;
}
.c-trainers .c-staff__lead {
  margin-bottom: 40px;
}
.c-trainers .c-staff__img {
  margin-bottom: 15px;
}
.c-trainers .c-staff__img .Img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.c-trainers .c-staff__img .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-trainers .c-staff__info {
  margin-bottom: 20px;
}
.c-trainers .c-staff__name {
  text-align: center;
  margin-bottom: 30px;
}
.c-trainers .c-staff__name .en {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #3eb6e0;
  letter-spacing: 3px;
}
.c-trainers .c-staff__name .ja {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
}
.c-trainers .c-staff__text p {
  margin-bottom: 15px;
}
.c-trainers .c-staff__profile {
  margin-bottom: 20px;
}
.c-trainers .c-staff__profile ul {
  display: grid;
  gap: 6px;
}
.c-trainers .c-staff__profile li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.c-trainers .c-staff__profile li::before {
  content: "・";
}
.c-trainers .c-staff__list {
  border: 1px solid #a0a0a0;
  padding: 20px 15px 0;
}
.c-trainers .c-staff__list .Item {
  margin-bottom: 30px;
}
.c-trainers .c-staff__list h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.c-trainers .c-staff__list h4::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #3eb6e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-trainers .c-staff__flex {
  margin-bottom: 50px;
}
.c-trainers .c-staff__flex:last-child {
  margin-bottom: 0;
}
.c-trainers .c-staff__extra {
  max-width: 750px;
  margin: 0 auto 50px;
}
.c-trainers .c-staff__extra-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.c-trainers .c-staff__extra-title::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #3eb6e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-trainers .c-staff__extra-text {
  margin-bottom: 25px;
  font-size: 14px;
}
.c-trainers .c-staff__extra-img {
  margin-bottom: 25px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.c-trainers .c-staff__extra-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-trainers .c-staff__catch {
    font-size: 1.6em;
  }
  .c-trainers .c-staff__catch .onlySP {
    display: none;
  }
  .c-trainers .c-staff__lead {
    margin-bottom: 50px;
  }
  .c-trainers .c-staff__extra-title {
    font-size: 17px;
  }
  .c-trainers .c-staff__extra-text {
    font-size: 15px;
  }
  .c-trainers .c-staff__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px 50px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-trainers .c-staff__img {
    flex-basis: calc(50% - 50px);
    flex-shrink: 0;
    margin: 0;
  }
  .c-trainers .c-staff__img .Img {
    margin-bottom: 0;
  }
  .c-trainers .c-staff__info {
    flex: 1;
    margin-bottom: 0;
  }
  .c-trainers .c-staff__name {
    text-align: left;
  }
  .c-trainers .c-staff__list {
    flex-basis: 100%;
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
    padding: 20px 30px 0;
  }
  .c-trainers .c-staff__list .Item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-trainers .c-staff__name .en {
    font-size: 18px;
  }
  .c-trainers .c-staff__name .ja {
    font-size: 28px;
  }
  .c-trainers .c-staff__flex {
    margin-bottom: 70px;
  }
  .c-trainers .c-staff__extra {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 50px;
  }
  .c-trainers .c-staff__extra-title {
    flex-basis: 100%;
  }
  .c-trainers .c-staff__extra-text {
    flex: 1;
  }
  .c-trainers .c-staff__extra-text:last-of-type {
    flex-basis: 100%;
  }
  .c-trainers .c-staff__extra-img {
    flex-basis: 40%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.c-trainers .c-staff-area .c-price-note,
.c-trainers .c-staff-area .c-price-list p {
  font-size: inherit;
  text-align: left;
}

.c-price .c-topview__img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (min-width: 768px) {
  .c-price .c-topview__img img {
    -o-object-position: center 65%;
       object-position: center 65%;
  }
}

#area {
  scroll-margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  #area {
    scroll-margin-top: 100px;
  }
}

.c-price-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 20px;
}
.c-price-box__title {
  text-align: center;
  color: #3eb6e0;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
.c-price-box__subtitle {
  text-align: center;
  color: #3eb6e0;
  font-weight: 600;
  font-size: 16px;
  margin: 30px 0 15px;
}
.c-price-box__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  margin: 30px auto 0;
}
.c-price-box__btns .p-contact__btn {
  width: 100%;
}
.c-price-box__btns .p-contact__btn a {
  max-width: none;
}

.c-price-coach {
  margin-bottom: 30px;
}
.c-price-coach__name {
  text-align: center;
  color: #3eb6e0;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-price-coach__photos {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.c-price-coach__photos .Img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.c-price-coach__photos .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}
.c-price-table-wrap .c-price-table {
  max-width: none;
  min-width: 480px;
  margin-bottom: 0;
}

.c-price-table {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-bottom: 15px;
  font-size: 14px;
  background-color: #fff;
}
.c-price-table th,
.c-price-table td {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.c-price-table th {
  background-color: #1b3a4b;
  color: #fff;
  font-weight: 500;
}
.c-price-table td:last-child {
  font-weight: 700;
  font-size: 1.25em;
  color: #3eb6e0;
}
.c-price-table--coach tbody tr:first-child {
  background-color: #b8e6f5;
}

.c-price-note {
  font-size: 12px;
  color: #33444a;
  text-align: center;
  margin-bottom: 15px;
}

.c-price-includes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
}
.c-price-includes li {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
}
.c-price-includes li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #3eb6e0;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.c-price-area {
  margin-bottom: 25px;
}
.c-price-area:last-child {
  margin-bottom: 0;
}
.c-price-area h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.c-price-area h4::before {
  content: "■ ";
  color: #3eb6e0;
}

.c-price-list p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  margin-bottom: 4px;
}
.c-price-list p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-price-box {
    padding: 40px;
  }
  .c-price-box__title {
    font-size: 26px;
  }
  .c-price-box__subtitle {
    font-size: 20px;
  }
  .c-price-coach__name {
    font-size: 1.4em;
  }
  .c-price-coach__photos .Img {
    width: 150px;
    height: 150px;
  }
  .c-price-table {
    font-size: 16px;
  }
  .c-price-note {
    font-size: 14px;
  }
  .c-price-list p {
    font-size: 15px;
  }
  .c-price-includes {
    max-width: 420px;
    gap: 14px;
  }
  .c-price-includes li {
    padding-left: 32px;
    font-size: 15px;
  }
  .c-price-includes li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .c-price-box {
    padding: 50px 60px;
  }
}
.p-news {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.p-news__title {
  background: url(../images/new/bg1.webp) no-repeat center/cover;
  height: 35vh;
  min-height: 240px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.p-news__title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.4;
}
.p-news__title .p-title {
  position: relative;
  z-index: 10;
}
.p-news__title .more-btn {
  width: 100%;
  text-align: center;
}
.p-news__title .more-btn__link {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.p-news__link {
  color: rgb(39, 39, 39);
  display: block;
}
.p-news__img {
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 3/2;
}
.p-news__img.has-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-news__img.no-thumbnail {
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__img.no-thumbnail span {
  color: #fff;
}
.p-news__date {
  color: #3eb6e0;
  font-size: 0.8em;
}
.p-news__list {
  margin-top: -30px;
  position: relative;
  z-index: 10;
  display: grid;
  gap: 30px;
}
.p-news__item {
  padding: 15px;
  background-color: #fff;
}
.p-news .cate-item {
  color: #ccc;
  font-size: 0.8em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 3px 12px;
  margin-right: 15px;
}
.p-news__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}
.p-news.c-news {
  background-color: transparent;
  padding-bottom: 0;
}
.p-news.c-news .p-news__list {
  margin-top: 0;
}
.p-news.c-news .p-news__item {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    height: 40vh;
    min-height: 300px;
    gap: 20px;
  }
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-news {
    padding-bottom: 80px;
  }
  .p-news__title {
    height: 45vh;
    min-height: 400px;
    gap: 20px;
    background-attachment: fixed;
  }
  .p-news__list {
    margin-top: -80px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .p-news.c-news .c-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: start;
    gap: 0 40px;
    padding-right: 0;
  }
  .p-news.c-news .p-news__list {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-news.c-news .category-list {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0;
    max-width: none;
  }
  .p-news.c-news .pagination {
    grid-column: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-news__title {
    height: 50vh;
    min-height: 440px;
  }
  .p-news__item {
    padding: 25px;
  }
  .p-news.c-news .c-container {
    grid-template-columns: 1fr 300px;
  }
  .p-news.c-news .p-news__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-news.c-news .p-news__item {
    padding: 15px;
  }
}

.c-news-list__empty {
  padding: 30px 4px;
  color: #33444a;
}
.c-news-list__item {
  border-bottom: 1px solid #cccccc;
}
.c-news-list a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 20px;
  position: relative;
  padding: 18px 24px 18px 4px;
  color: rgb(39, 39, 39);
  transition: padding-left 0.3s ease;
}
.c-news-list a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #3eb6e0;
  border-right: 1.5px solid #3eb6e0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.c-news-list a:hover {
  padding-left: 10px;
}
.c-news-list a:hover .c-news-list__title {
  color: #3eb6e0;
}
.c-news-list a:hover::after {
  transform: rotate(45deg) translateX(3px);
}
.c-news-list__date {
  flex-shrink: 0;
  color: #3eb6e0;
  font-size: 0.85em;
  font-family: "Montserrat", sans-serif;
}
.c-news-list__title {
  flex: 1;
  min-width: 0;
  font-size: 0.95em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-news-list a {
    padding: 22px 30px 22px 10px;
    gap: 10px 30px;
  }
  .c-news-list__date {
    font-size: 0.9em;
  }
  .c-news-list__title {
    font-size: 1.05em;
  }
}

@media screen and (min-width: 1024px) {
  .c-news-archive .c-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: start;
    gap: 0 40px;
  }
  .c-news-archive .c-news-list {
    grid-column: 1;
  }
  .c-news-archive .pagination {
    grid-column: 1;
  }
  .c-news-archive .category-list {
    grid-column: 2;
    grid-row: 1/3;
    margin-top: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-archive .c-container {
    grid-template-columns: 1fr 300px;
  }
}

.category-list {
  margin: clamp(40px, 8vw, 80px) auto 0;
  padding: 30px 8vw 50px;
  border: 1px solid #cccccc;
  max-width: 500px;
}
.category-list h3 {
  position: relative;
  text-align: center;
  color: #3eb6e0;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 200;
  margin-bottom: 35px;
}
.category-list h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #3eb6e0;
  margin: 15px auto 0;
}
.category-list ul li {
  border-bottom: 1px solid #cccccc;
}
.category-list ul a {
  position: relative;
  display: block;
  padding: 14px 24px 14px 4px;
  color: rgb(39, 39, 39);
  font-size: 14px;
  letter-spacing: 1px;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.category-list ul a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #3eb6e0;
  border-right: 1.5px solid #3eb6e0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.category-list ul a:hover {
  color: #3eb6e0;
  padding-left: 10px;
}
.category-list ul a:hover::after {
  transform: rotate(45deg) translateX(3px);
}
@media screen and (min-width: 1024px) {
  .category-list {
    padding: 30px 40px 50px;
  }
  .category-list ul a {
    padding: 18px 30px 18px 10px;
    font-size: 16px;
  }
  .category-list ul a::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}

.pagination {
  margin: clamp(40px, 8vw, 80px) 0 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #8c9aa1;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #3eb6e0;
  border-bottom: 2px solid #3eb6e0;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(39, 39, 39);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #3eb6e0;
  }
}

.c-news-sl__title {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 10px;
}
.c-news-sl__date {
  color: #3eb6e0;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
  font-weight: 600;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #3eb6e0;
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl {
    margin-top: 30px;
  }
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl .c-container {
    padding: 0 15vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-news-sl .c-container {
    padding: 0;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  display: inline-block;
  color: #a0a0a0;
  border: 1px solid #ccc;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 12px;
}

.c-contact-text .onlyPC {
  display: none;
}
.c-contact-text .caution {
  display: inline-block;
  margin-top: 25px;
  font-size: 0.9em;
  color: #33444a;
}
.c-contact-text .caution a {
  color: #3eb6e0;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-contact-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .c-contact-text .onlyPC {
    display: block;
  }
}
.c-contact .contact-form .wrap {
  max-width: 520px;
  margin: 0 auto;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 8px;
  height: 45px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.c-contact .contact-form dt {
  font-weight: 400;
}
.c-contact .contact-form dt p {
  display: inline;
}
.c-contact .contact-form .must {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  background-color: red;
  margin-left: 5px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .ct-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.c-contact .contact-form .ct-radio input[type=radio] {
  height: 15px;
  width: 15px;
  margin-right: 6px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ct-radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
.c-contact .contact-form .ct-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.c-contact .contact-form .caution {
  margin-top: 5px;
  font-size: 0.9em;
  color: #33444a;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-contact .contact-form .privacy input[type=checkbox] {
  margin-top: 0.2em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .privacy label {
  cursor: pointer;
}
.c-contact .contact-form .privacy .ms-1 {
  font-size: 1.1em;
  line-height: 1;
  color: #3eb6e0;
  border-bottom: 1px solid #3eb6e0;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #8c9aa1;
  background: #efefef;
}
.c-contact .contact-form .submit-btn input {
  background: #3eb6e0;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact .contact-form .submit-btn input {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    max-width: 380px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
  .c-contact .contact-form dl {
    padding: 0;
  }
  .c-contact .contact-form .ct-radio,
  .c-contact .contact-form .ct-other,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    grid-column: 1/-1;
  }
  .c-contact .contact-form .privacy {
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .c-contact .contact-form .privacy input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .c-contact .contact-form .ct-radio {
    font-size: 1.1em;
  }
  .c-contact .contact-form .ct-radio .wpcf7-list-item {
    margin: 0 30px 0 0;
  }
  .c-contact .contact-form .ct-radio input[type=radio] {
    height: 18px;
    width: 18px;
    margin-right: 10px;
  }
  .c-contact .contact-form dt {
    font-size: 1.1em;
  }
}
.c-contact .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy-title,
.c-thanks-title {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}
.c-privacy h2,
.c-thanks h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-privacy .List,
.c-thanks .List {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}
.c-privacy .List li,
.c-thanks .List li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-privacy ul.List,
.c-privacy ol.List,
.c-thanks ul.List,
.c-thanks ol.List {
  list-style: none;
}
.c-privacy ul.List > li::before,
.c-privacy ol.List > li::before,
.c-thanks ul.List > li::before,
.c-thanks ol.List > li::before {
  content: "・";
}
@media screen and (min-width: 1024px) {
  .c-privacy,
  .c-thanks {
    margin-top: 30px;
  }
  .c-privacy-title,
  .c-thanks-title {
    font-size: 2.2em;
  }
  .c-privacy h2,
  .c-thanks h2 {
    font-size: 1.4em;
  }
  .c-privacy .List,
  .c-thanks .List {
    margin-top: 30px;
    gap: 12px;
  }
  .c-privacy-desc,
  .c-thanks-desc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-thanks-title {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-thanks-title br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-thanks-title {
    font-size: 1.8em;
  }
}
.c-thanks-item a {
  color: #3eb6e0;
  border-bottom: 1px solid #3eb6e0;
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 6px 15px 0 10px;
}
.p-header .logo__img .logo {
  display: block;
}
.p-header .logo__img .logo img {
  display: block;
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(39, 39, 39, 0.06);
    padding: 0 15px;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    gap: 1.2vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 13px;
    padding-top: 10px;
    padding-right: 1.5vw;
  }
  .p-header .pc-container .pc-nav-item a {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    color: rgb(39, 39, 39);
    letter-spacing: 1px;
    transition: color 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #3eb6e0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
  }
  .p-header .pc-container .pc-nav-item:hover a {
    color: #3eb6e0;
  }
  .p-header .pc-container .pc-nav-item:hover a::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #3eb6e0;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .p-header .pc-container .sns-link {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .p-header .pc-container .sns-link li {
    width: 45px;
    aspect-ratio: 1/1;
    background-color: #3eb6e0;
    border-radius: 50%;
  }
  .p-header .pc-container .sns-link li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
  }
  .p-header .pc-container .sns-link li a:hover {
    opacity: 0.7;
  }
  .p-header .pc-container .sns-link li img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .p-header .pc-container .logo__img .logo img {
    height: 72px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-header .pc-container {
    padding: 0 25px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    padding-right: 1.8vw;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .p-header .pc-container .logo__img .logo img {
    height: 78px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 100px 0 15px;
}
.mobile-menu__item {
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ddd;
  margin: 0 8vw 15px 8vw;
}
.mobile-menu__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 25px 8vw 50px;
}
.mobile-menu__btns .p-contact__btn {
  width: 100%;
}
.mobile-menu__btns .p-contact__btn a {
  max-width: none;
  color: #fff;
}
.mobile-menu a {
  display: inline-block;
  color: rgb(39, 39, 39);
  transition: color 0.3s ease;
}
.mobile-menu a:active, .mobile-menu a:hover {
  color: #3eb6e0;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    width: 60%;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: rgb(39, 39, 39);
  width: 30px;
  height: 1px;
  display: block;
  margin-bottom: 8px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: rgb(39, 39, 39) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
  }
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear.up .item {
  transform: translateY(20px);
  filter: blur(6px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 1.2s ease-out;
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
  filter: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.faq dt.ac-title.is-active .i_box::before {
  transform: translate(-50%, -50%) rotate(315deg);
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */