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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #151515;
  background: #fff;
}

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

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.85vw;
  }
}
.l-inner {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding: 0 25px;
}

.l-inner-m {
  width: 100%;
  max-width: 730px;
  margin-inline: auto;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .l-inner,
  .l-inner-m {
    padding: 0 6.41vw;
    max-width: 100%;
  }
}
.l-section {
  background: #fefafa;
  padding: 3.75rem 0;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 15.38vw 0;
  }
}
.c-2column__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-2column__contents {
  width: 50%;
  padding: 1.5625rem;
}

.c-2column__title {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-2column__text {
  margin-top: 1.5625rem;
}

.c-2column__image {
  width: 50%;
}

.c-2column__image img {
  aspect-ratio: 560/315;
}

.c-2column .c-2column__btn02 {
  margin-top: 1.875rem;
}

.c-2column .c-2column__btn02 a {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1rem 2.625rem;
}

@media screen and (max-width: 768px) {
  .c-2column__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-2column__contents {
    width: 100%;
    padding: 7.18vw 6.41vw;
  }
  .c-2column__image {
    width: 100%;
  }
  .c-2column__title {
    font-size: 6.15vw;
  }
  .c-2column__text {
    margin-top: 5.13vw;
  }
  .c-2column .c-2column__btn02 {
    margin-top: 7.69vw;
  }
  .c-2column .c-2column__btn02 a {
    font-size: 3.69vw;
    line-height: 1.4;
    padding: 2.56vw 10.77vw;
  }
  .c-2column .c-2column__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-btn a {
  gap: 0.3125rem;
}

.c-btn .link-text {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2e6eac;
}

.c-btn .icon {
  display: inline-block;
  width: 1.125rem;
  margin-top: 0.09375rem;
}

.c-btn02 {
  text-align: center;
}

.c-btn02 a,
.c-btn02 span {
  display: inline-block;
  min-width: 10.625rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #95d8eb;
  border-radius: 0.75rem;
  padding: 0.8125rem;
}

.c-btn03 {
  text-align: center;
}

.c-btn03 a {
  display: inline-block;
  min-width: 11.625rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: transparent;
  border: 2px solid #151515;
  border-radius: 0.75rem;
  padding: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .c-btn a {
    gap: 1.28vw;
  }
  .c-btn .link-text {
    font-size: 3.85vw;
  }
  .c-btn .icon {
    width: 3.59vw;
    margin-top: 0.51vw;
  }
  .c-btn02 {
    width: 100%;
  }
  .c-btn02 a,
  .c-btn02 span {
    display: block;
    min-width: auto;
    font-size: 3.59vw;
    padding: 3.08vw 8.21vw;
  }
  .c-btn03 a {
    min-width: 10.375rem;
    font-size: 3.85vw;
    padding: 3.46vw 10.77vw;
  }
}
.c-contact {
  background-image: url("../images/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15.625rem 0 7.5rem;
}

.c-contact__inner {
  max-width: 43.75rem;
}

.c-contact__title {
  font-size: 2.375rem;
  line-height: 1.2105263158;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.c-contact__text {
  color: #fff;
  margin-top: 1.5625rem;
  text-align: center;
}

.lead-form {
  margin-top: 3.125rem;
}

.form-row {
  gap: 0.625rem;
}

.form-group {
  width: 100%;
}

.form-input {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #151515;
  background: #f2f4fa;
  border: 1px solid #ddd;
  border-radius: 3.125rem;
  padding: 0.625rem 0.9375rem;
  outline: none;
}

.form-input::-webkit-input-placeholder {
  color: #bbb;
}

.form-input::-moz-placeholder {
  color: #bbb;
}

.form-input:-ms-input-placeholder {
  color: #bbb;
}

.form-input::-ms-input-placeholder {
  color: #bbb;
}

.form-input::placeholder {
  color: #bbb;
}

.form-btn {
  position: relative;
}

.form-button {
  position: absolute;
  min-width: 13.125rem;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #95d8eb;
  padding: 0.625rem 2.625rem;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-button:hover {
  background: #2e6eac;
}

@media screen and (max-width: 768px) {
  .c-contact {
    padding: 51.28vw 0 30.77vw;
  }
  .c-contact__title {
    font-size: 7.69vw;
  }
  .lead-form {
    margin-top: 10.26vw;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }
  .form-input {
    font-size: 3.69vw;
    padding: 2.56vw 3.85vw;
  }
  .form-button {
    position: relative;
    min-width: auto;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    right: 0;
    font-size: 3.69vw;
    padding: 3.97vw 10.77vw;
    margin-top: 2.56vw;
  }
}
.c-feature {
  background-image: url("../images/feature-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0 8.75rem;
}

.c-feature .c-section-title__main {
  margin-top: 1.875rem;
}

.c-feature__image {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .c-feature {
    padding: 30.77vw 0 12.82vw;
  }
  .c-feature .c-section-title__main {
    margin-top: 5.13vw;
  }
}
.c-mv {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}

.c-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-mv__title {
  position: relative;
  font-size: 2.375rem;
  line-height: 1.2105263158;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  text-shadow: rgb(21, 21, 21) 3px 3px 3px;
}

@media screen and (max-width: 768px) {
  .c-mv {
    padding: 25.64vw 0;
  }
  .c-mv__title {
    font-size: 7.69vw;
  }
}
.c-section-title {
  text-align: center;
}

.c-section-title__en {
  font-family: "Alex Brush", serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  color: #96bce2;
}

.c-section-title__main {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section-title__main--fz {
  font-size: 2.375rem;
  line-height: 1.2105263158;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section-title__main--line {
  position: relative;
  padding-bottom: 1.25rem;
}

.c-section-title__main--line::before {
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2e6eac;
}

.c-section-title__sub {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: 0em;
  font-weight: 700;
  color: #2e6eac;
}

.c-section-title__text {
  font-size: 0.9375rem;
  line-height: 1.92;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .c-section-title__en {
    font-size: 6.56vw;
  }
  .c-section-title__main {
    font-size: 6.15vw;
  }
  .c-section-title__main--fz {
    font-size: 7.69vw;
  }
  .c-section-title__main--line {
    padding-bottom: 5.13vw;
  }
  .c-section-title__main--line::before {
    width: 20.51vw;
  }
  .c-section-title__sub {
    font-size: 4.72vw;
  }
  .c-section-title__text {
    font-size: 3.59vw;
    line-height: 1.4;
    margin-top: 5.13vw;
  }
}
.p-about-10rules {
  background: #fff;
  padding: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-about-10rules {
    padding: 10.26vw 0;
  }
}
.p-about-concept__title {
  position: relative;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
  color: #2e6eac;
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-about-concept__title::before {
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2e6eac;
}

.p-about-concept__text {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-about-concept__title {
    font-size: 5.9vw;
    padding-bottom: 5.13vw;
  }
  .p-about-concept__title::before {
    width: 20.51vw;
  }
  .p-about-concept__text {
    margin-top: 5.13vw;
  }
}
.p-about-course {
  background: #fff;
}

.p-about-course__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}

.p-about-course__item {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.p-about-course__item.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-about-course__image img {
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
}

.p-about-course__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 81.5%;
  margin-inline: auto;
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  padding: 1.5625rem;
  margin-top: -3.75rem;
}

.p-about-course__head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #ddd;
}

.p-about-course__icon {
  display: block;
  font-size: 1.625rem;
  color: #2e6eac;
  text-align: center;
}

.p-about-course__icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
}

.p-about-course__title {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  letter-spacing: 0em;
  font-weight: 700;
  color: #2e6eac;
  margin-top: 0.625rem;
}

.p-about-course__text {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.9375rem;
}

.p-about-course__btn {
  margin-top: 1.875rem;
}

.p-about-course__btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-about-course__items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
  }
  .p-about-course__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-about-course__contents {
    max-width: 87%;
    padding: 6.41vw 6.41vw 10.26vw;
  }
  .p-about-course__head {
    padding-bottom: 5.13vw;
  }
  .p-about-course__icon {
    font-size: 6.67vw;
  }
  .p-about-course__title {
    font-size: 3.85vw;
    margin-top: 2.56vw;
  }
  .p-about-course__text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }
  .p-about-course__btn {
    margin-top: 7.69vw;
  }
}
.p-about-flow {
  background: #ecf8fb;
}

.p-about-flow__title {
  margin-top: 1.25rem;
  text-align: left;
}

.p-about-flow__youtube {
  position: relative;
  aspect-ratio: 650/366;
  overflow: hidden;
  margin-top: 1.5625rem;
}

.p-about-flow__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-flow {
    padding: 10.26vw 0;
  }
  .p-about-flow__title {
    margin-top: 5.13vw;
  }
  .p-about-flow__youtube {
    margin-top: 5.13vw;
  }
}
.p-about-rules {
  background: #ecf8fb;
}

.p-about-rules__text {
  margin-top: 1.25rem;
}

.p-about-rules__icon {
  display: block;
  width: 100%;
  max-width: 4.5625rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .p-about-rules {
    padding: 10.26vw 0;
  }
  .p-about-rules__text {
    margin-top: 5.13vw;
  }
  .p-about-rules__icon {
    max-width: 13.33vw;
    margin-top: 5.13vw;
  }
}
.p-about-system {
  background: #fff;
}

.p-about-system__media {
  gap: 1.125rem;
}

.p-about-system__contents {
  width: calc(50% - 0.5625rem);
  padding: 0 0.875rem;
}

.p-about-system__text {
  margin-top: 1.25rem;
}

.p-about-system__image {
  width: calc(50% - 0.5625rem);
  border: 2px solid #95d8eb;
}

.p-about-system__image img {
  margin-top: -1.25rem;
  -webkit-transform: translateX(1.875rem);
  transform: translateX(1.875rem);
}

@media screen and (max-width: 768px) {
  .p-about-system__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.69vw;
  }
  .p-about-system__contents {
    width: 100%;
    padding: 0;
  }
  .p-about-system__text {
    margin-top: 5.13vw;
  }
  .p-about-system__image {
    width: 100%;
  }
  .p-about-system__image img {
    margin-top: -3.85vw;
    -webkit-transform: translateX(5.13vw);
    transform: translateX(5.13vw);
  }
}
.p-about-us {
  background: #fff;
}

.p-about-us .c-section-title__main {
  text-align: left;
}

.p-about-us__text {
  margin-top: 1.25rem;
}

.p-about-us__item {
  gap: 3.625rem;
}

.p-about-us__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-about-us__contents {
  width: calc(50% - 1.8125rem);
}

.p-about-us__image {
  width: calc(50% - 1.8125rem);
}

.p-about-us__item:nth-of-type(1) .p-about-us__image img {
  padding: 3.125rem;
}

.p-about-us__item:nth-of-type(2) .p-about-us__image img {
  width: 55%;
  aspect-ratio: 1/1;
}

.p-about-us__item:nth-of-type(2) .p-about-us__image .image01 {
  margin-left: 0;
}

.p-about-us__item:nth-of-type(2) .p-about-us__image .image02 {
  margin-inline: auto;
  margin-top: -1.25rem;
}

@media screen and (max-width: 768px) {
  .p-about-us__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }
  .p-about-us__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-about-us__item:nth-of-type(n + 2) {
    margin-top: 15.38vw;
  }
  .p-about-us__contents {
    width: 100%;
  }
  .p-about-us .c-section-title__main {
    text-align: center;
  }
  .p-about-us__text {
    margin-top: 5.13vw;
  }
  .p-about-us__image {
    width: 100%;
  }
  .p-about-us__item:nth-of-type(2) .p-about-us__image {
    padding-left: 13%;
  }
  .p-about-us__item:nth-of-type(1) .p-about-us__image img {
    padding: 0;
  }
  .p-about-us__item:nth-of-type(2) .p-about-us__image img {
    width: 75%;
  }
}
.p-certification .p-certification__item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
}

.p-certification__contents {
  width: calc(50% - 0.5rem);
  background: #fff;
  border-radius: 1.25rem;
  padding: 3.125rem 1.5625rem;
}

.p-certification__sub-title {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.00001em;
  font-weight: 700;
}

.p-certification__title {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-certification__text {
  margin-top: 1.5625rem;
}

.p-certification__image {
  width: calc(50% - 0.5rem);
}

.p-certification__image img {
  aspect-ratio: 517/314;
  border-radius: 1.25rem;
}

.p-certification__btn03 {
  text-align: left;
  margin-top: 1.875rem;
}

.p-certification__btn03 a {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.p-certification__btn {
  padding-right: 0.625rem;
  margin-top: 2.1875rem;
}

.p-certification__btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-certification__swiper-wrapper {
  position: relative;
  padding: 0 3.75rem 1.875rem;
  margin-top: 3.125rem;
}

.p-certification__swiper-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-certification__swiper-wrapper .swiper-slide {
  height: auto;
}

.p-certification__swiper-wrapper .p-certification__item {
  height: 100%;
}

.p-certification .pagination-bullets,
.p-certification .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-certification .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.p-certification .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-certification .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.p-certification .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #23303e;
  border-radius: 0;
  opacity: 0.3;
}

.p-certification .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-certification .swiper-button-prev,
.p-certification .swiper-button-next {
  width: 1.25rem;
  height: 2.1875rem;
}

.p-certification .swiper-button-prev {
  left: 0.9375rem;
}

.p-certification .swiper-button-next {
  right: 0.9375rem;
}

.p-certification .swiper-button-prev::after,
.p-certification .swiper-button-next::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #151515;
}

.p-certification .swiper-button-prev::after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-certification .swiper-button-next::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 768px) {
  .p-certification .p-certification__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2.56vw;
  }
  .p-certification__swiper-wrapper {
    padding: 0 5.9vw 9.23vw;
    margin-top: 10.26vw;
  }
  .p-certification__contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 12.82vw 6.41vw;
  }
  .p-certification__image {
    width: 100%;
  }
  .p-certification__image img {
    aspect-ratio: 517/200;
  }
  .p-certification__sub-title {
    font-size: 3.59vw;
  }
  .p-certification__title {
    font-size: 4.87vw;
    margin-top: 2.56vw;
  }
  .p-certification__text {
    margin-top: 5.13vw;
  }
  .p-certification__btn03 {
    width: 100%;
    margin-top: 5.13vw;
  }
  .p-certification__btn03 a {
    display: block;
    font-size: 3.59vw;
    padding: 2.56vw 3.08vw;
  }
  .p-certification .swiper-button-prev,
  .p-certification .swiper-button-next {
    width: 5.13vw;
    height: 8.97vw;
  }
  .p-certification .swiper-button-prev {
    left: -2.56vw;
  }
  .p-certification .swiper-button-next {
    right: -2.56vw;
  }
  .p-certification__btn {
    padding-right: 0;
    margin-top: 10.26vw;
  }
}
.p-column {
  background: #fff;
}

.p-column__btn {
  margin-top: 2.1875rem;
}

.p-column__btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-column__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
  margin-top: 3.125rem;
}

.p-column__item {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.p-column__tag {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  font-size: 0.625rem;
  line-height: 1.55;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background: #95d8eb;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0.4375rem;
}

.p-column__image img {
  aspect-ratio: 359/202;
}

.p-column__contents {
  padding: 1.25rem 1.25rem 2.8125rem;
}

.p-column__date {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.00001em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-column__btn {
    margin-top: 7.69vw;
  }
  .p-column__items {
    grid-template-columns: 1fr;
    gap: 4.1vw;
    margin-top: 10.26vw;
  }
  .p-column__tag {
    font-size: 3.08vw;
    padding: 0.77vw 1.79vw;
  }
  .p-column__contents {
    padding: 4.1vw 16px 36px;
  }
  .p-column__date {
    font-size: 3.59vw;
  }
  .p-column__title {
    font-size: 4.1vw;
  }
}
.p-drawer {
  display: none;
}

@media screen and (max-width: 1000px) {
  .p-drawer {
    display: block;
  }
  .p-drawer__icon {
    position: absolute;
    width: 34px;
    height: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    z-index: 1000;
  }
  .p-drawer__icon-bars {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34px;
    height: 22px;
    z-index: 1000;
  }
  .p-drawer__icon-bar1,
  .p-drawer__icon-bar2,
  .p-drawer__icon-bar3 {
    position: absolute;
    width: 34px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .p-drawer__icon-bar1 {
    top: 2px;
  }
  .p-drawer__icon-bar2 {
    top: 10px;
  }
  .p-drawer__icon-bar3 {
    top: 18px;
  }
  .p-drawer__icon.is-active .p-drawer__icon-bar1 {
    width: 34px;
    top: calc(50% - 2px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-drawer__icon.is-active .p-drawer__icon-bar2 {
    display: none;
  }
  .p-drawer__icon.is-active .p-drawer__icon-bar3 {
    width: 34px;
    top: calc(50% - 2px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-drawer__icon.is-active {
    z-index: 251;
  }
  .p-drawer__contents {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: #23303e;
    padding: 10.25rem 1.25rem;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: auto;
    pointer-events: none;
    overflow-y: scroll;
    z-index: 250;
  }
  .p-drawer__contents.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  .p-drawer__items {
    width: 100%;
  }
  .p-drawer__item a {
    display: block;
    font-size: 1.375rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(14px, 5.64vw, 30px);
    text-align: center;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #overlay.is-active {
    opacity: 0;
    visibility: visible;
  }
}
.p-footer {
  color: #f2f4fa;
  background: #23303e;
  padding: 7.5rem 0;
}

.p-footer__inner {
  max-width: 1170px;
}

.p-footer .p-footer__body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__logo {
  width: 25%;
}

.p-footer__logo img {
  width: 100%;
  max-width: 12.5rem;
  margin-left: 0;
}

.p-footer .p-footer__contents {
  width: 75%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-footer__nav {
  margin-right: 25%;
}

.p-footer__company {
  margin-right: 15%;
}

.p-footer__title {
  font-size: 1.125rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-footer__lists,
.p-footer__items {
  margin-top: 1.5625rem;
}

.p-footer .p-footer__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}

.p-footer__list a {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-footer__list .icon {
  color: #95d8eb;
}

.p-footer__list .icon::before,
.p-footer__item .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.p-footer__item .icon::before {
  font-family: "Font Awesome 5 Brands";
}

.p-footer__list .map::before {
  content: "\f279";
}

.p-footer__list .email::before {
  content: "\f0e0";
}

.p-footer__list .tel::before {
  content: "\f095";
}

.p-footer__list .text {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-footer__sns .p-footer__title {
  text-align: center;
}

.p-footer__items {
  gap: 0.3125rem;
}

.p-footer__item a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  text-align: center;
}

.p-footer__item .icon {
  display: inline-block;
  padding-top: 0.1875rem;
}

.p-footer__item .facebook::before {
  content: "\f39e";
}

.p-footer__item .twitter::before {
  content: "\e61b";
}

.p-footer__item .instagram::before {
  content: "\f16d";
}

.p-footer__item .pinterest::before {
  content: "\f231";
}

.p-footer__copyright {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 12.82vw 0 17.95vw;
  }
  .p-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-footer__logo {
    width: 100%;
  }
  .p-footer__logo img {
    max-width: 64.1vw;
    min-width: 200px;
    margin-inline: auto;
  }
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-footer__title {
    font-size: 4.1vw;
  }
  .p-footer__lists,
  .p-footer__items {
    margin-top: 5.13vw;
  }
  .p-footer__nav {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .p-footer__list a {
    font-size: 3.59vw;
  }
  .p-footer__company {
    width: 100%;
    margin-top: 8.21vw;
    margin-right: 0;
    text-align: center;
  }
  .p-footer .p-footer__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.85vw;
  }
  .p-footer__list .text {
    font-size: 3.59vw;
  }
  .p-footer__sns {
    width: 100%;
    margin-top: 8.21vw;
  }
  .p-footer__items {
    gap: 1.28vw;
  }
  .p-footer__item a {
    width: 8.41vw;
    height: 8.41vw;
  }
  .p-footer__item .icon {
    padding-top: 0.51vw;
  }
  .p-footer__copyright {
    font-size: 3.59vw;
    margin-top: 8.21vw;
  }
}
.p-greeting {
  padding: 10.3125rem 0 6.25rem;
}

.p-greeting__parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-greeting__inner {
  max-width: 1210px;
}

.p-greeting__title {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-greeting__text {
  margin-top: 3.125rem;
  text-align: center;
}

.p-greeting__name {
  margin-top: 3.125rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 38.46vw 0 25.64vw;
  }
  .p-greeting__title {
    font-size: 4.72vw;
  }
  .p-greeting__text {
    margin-top: 12.82vw;
    text-align: left;
  }
  .p-greeting__name {
    margin-top: 12.82vw;
  }
}
.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #23303e;
  padding: 1rem 0;
  z-index: 10;
}

.p-header__inner {
  padding: 0 5% 0 2%;
}

.p-header .p-header__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.p-header__logo {
  width: 100%;
  max-width: 15.625rem;
  margin-left: 0;
}

.p-header__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header__lists {
  gap: 1.75rem;
}

.p-header__list a {
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .p-header__inner {
    padding: 0 5% 0 0;
  }
  .p-header__logo {
    max-width: 18.75rem;
  }
  .p-header__nav {
    display: none;
  }
}
.p-mission__media {
  gap: 4.25rem;
  margin-top: 3.125rem;
}

.p-mission__text {
  width: calc(68% - 2.125rem);
}

.p-mission__image {
  width: calc(31% - 2.125rem);
  margin-inline: auto;
}

.p-mission__image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-mission__btn {
  margin-top: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .p-mission__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 10.26vw;
  }
  .p-mission__text {
    width: 100%;
  }
  .p-mission__image {
    width: 100%;
    margin-top: 15.38vw;
  }
  .p-mission__image img {
    width: 100%;
    max-width: 90%;
    margin-inline: auto;
  }
  .p-mission__btn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 7.69vw;
  }
}
.p-mv {
  position: relative;
}

.p-mv__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 2300/1186;
  overflow: hidden;
}

.p-mv__video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__contents {
  position: absolute;
  top: 40%;
  left: 2%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  color: #fff;
  z-index: 2;
}

.p-mv__text {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
}

.p-mv__title {
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #dfeaed;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.8);
  margin-top: 1.25rem;
}

.p-mv__sub-title {
  font-family: "Qwigley", serif;
  font-size: 7.1875rem;
  line-height: 1;
  letter-spacing: 0.00003em;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-mv__image {
  width: 100%;
  max-width: 7.5rem;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-mv__video-wrap {
    height: 100dvh;
    height: calc(100dvh - var(--header-height));
    aspect-ratio: 380/760;
  }
  .p-mv__contents {
    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;
    height: 58%;
    top: auto;
    bottom: 3%;
    left: 6.41vw;
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  .p-mv__text {
    font-size: 3.59vw;
  }
  .p-mv__title {
    font-size: 7.79vw;
    margin-top: 2.56vw;
  }
  .p-mv__sub-title {
    font-size: 14.36vw;
    margin-top: 4.62vw;
  }
  .p-mv__image {
    max-width: 25.64vw;
  }
}
.p-qualification {
  background: #ecf8fb;
}

.p-qualification__media {
  gap: 4.25rem;
  margin-top: 3.125rem;
}

.p-qualification__image {
  width: calc(50% - 2.125rem);
}

.p-qualification__contents {
  width: calc(50% - 2.125rem);
}

.p-qualification__text {
  margin-top: 2.1875rem;
}

.p-qualification__main-image {
  margin-top: 1.5625rem;
}

.p-qualification .p-qualification__btn {
  margin-top: 3.75rem;
}

.p-qualification .p-qualification__btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-qualification__media {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 0;
  }
  .p-qualification__image {
    width: 100%;
  }
  .p-qualification__contents {
    width: 100%;
  }
  .p-qualification__text {
    margin-top: 7.69vw;
  }
  .p-qualification__main-image {
    margin-top: 11.54vw;
  }
  .p-qualification .p-qualification__btn {
    margin-top: 12.82vw;
  }
}
.p-schedule .p-schedule__btn {
  margin-top: 2.5rem;
}

.p-schedule .p-schedule__btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-schedule__items {
  margin-top: 2.5rem;
}

.p-schedule__item:not(:first-of-type) {
  margin-top: 1.25rem;
}

.p-schedule__item a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
}

.p-schedule__image {
  width: calc(32.5% - 0.5rem);
}

.p-schedule__image img {
  border-radius: 0.5rem;
  aspect-ratio: 352/198;
}

.p-schedule__contents {
  width: calc(67.5% - 0.5rem);
}

.p-schedule__tag {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #95d8eb;
}

.p-schedule__item-title {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 0.3125rem;
}

.p-schedule__item-text {
  font-size: 0.975rem;
  line-height: 1.4743589744;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.625rem;
}

.p-schedule .p-schedule__box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.875rem;
}

.p-schedule .p-schedule__media {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
  margin-left: 0;
  margin-right: auto;
}

.p-schedule__media-image {
  width: 2.3125rem;
}

.p-schedule__media-image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-schedule__media-text {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-schedule__btn03 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__btn {
    margin-top: 8.97vw;
  }
  .p-schedule__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.1vw;
  }
  .p-schedule__image {
    display: none;
  }
  .p-schedule__contents {
    width: 100%;
  }
  .p-schedule__tag {
    font-size: 3.33vw;
  }
  .p-schedule__item-title {
    font-size: 4.87vw;
    margin-top: 1.28vw;
  }
  .p-schedule__item-text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }
  .p-schedule .p-schedule__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.05vw;
    margin-top: 6.15vw;
  }
  .p-schedule .p-schedule__media {
    gap: 1.28vw;
  }
  .p-schedule__media-image {
    width: 11.79vw;
  }
  .p-schedule__media-text {
    font-size: 3.08vw;
  }
  .p-schedule__btn03 {
    margin-top: 10.26vw;
  }
}
.u-target {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }
}

.u-is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-flex {
  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;
}

.u-is-br {
  display: inline-block;
}

.u-mt10 {
  margin-top: 0.625rem;
}

.u-mt20 {
  margin-top: 1.25rem;
}

.u-mt30 {
  margin-top: 1.875rem;
}

.u-mt40 {
  margin-top: 2.5rem;
}

.u-mt50 {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 2.56vw;
  }
  .u-mt20 {
    margin-top: 5.13vw;
  }
  .u-mt30 {
    margin-top: 7.69vw;
  }
  .u-mt40 {
    margin-top: 10.26vw;
  }
  .u-mt50 {
    margin-top: 12.82vw;
  }
}
/*# sourceMappingURL=style.css.map */
