@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  overflow-x: hidden;
}

/* -------------------------------------------- */
/* ------------ Noto Sans Japanese +Zen Kaku Gothic Antique------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------Oswald ------------------ */
/* -------------------------------------------- */
/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.anchor {
  margin-top: -3.125rem;
  padding-top: 3.125rem;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.inner {
  width: 100%;
  margin-inline: auto;
  max-width: 26.875rem;
}

.footer__container {
  background-color: #07B1EA;
  padding-inline: 1.25rem;
  padding-block: 3.125rem 2.4375rem;
}

.footer__logo {
  width: 6.75rem;
  height: 2.6875rem;
}

.footer__list {
  margin-block: 1.125rem 1.25rem;
  display: grid;
}

.footer__item a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-block: 0.625rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.footer__item a::before {
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("../image/icon/arrow-right-circle.png") no-repeat center/cover;
}

.footer__info {
  border-top: 1px solid #FFFFFF;
  padding-top: 2.3125rem;
}

.footer__tel {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  color: #FFFFFF;
  display: block;
}

.footer__link {
  display: inline-block;
  margin-top: 3.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 0.4375rem;
}

.footer__copy {
  padding-block: 1.0625rem 3.125rem;
  padding-left: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #0AB1EA;
}

.header {
  position: fixed;
  z-index: 100000;
  top: 0;
  max-width: 26.875rem;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  height: 3.125rem;
  width: 100%;
  z-index: 20;
  position: relative;
}

.header__mark a {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  padding-left: 0.625rem;
  position: relative;
  z-index: 20;
}

.header__logo {
  width: 5.375rem;
}

.header__logo img {
  aspect-ratio: 86/32;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__mark p {
  color: #898989;
  font-size: 0.5rem;
  line-height: 1.625;
}

.header__btn {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #FFEF5C;
  cursor: pointer;
  position: relative;
  z-index: 20;
}

.header__btn::after {
  display: inline-block;
  content: attr(data-en);
  font-weight: 500;
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #07B1E9;
  text-transform: uppercase;
}

.header__btn span {
  display: inline-block;
  width: 1.25rem;
  height: 1px;
  background: #07B1E9;
  transition: 0.3s;
  border-radius: 100vh;
}

.header__btn.active {
  padding-top: 1.375rem;
}

.header__btn.active span {
  position: absolute;
  top: 1.25rem;
  transition: 0.3s;
}

.header__btn.active span:nth-of-type(1) {
  transform: rotate(-135deg);
}

.header__btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__btn.active span:nth-of-type(3) {
  transform: rotate(135deg);
}

body.js-fixed {
  overflow: hidden;
  height: 100vh;
}

.floating {
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 26.875rem;
  width: 100%;
}

.floating a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  color: #FFFFFF;
}

.floating__line {
  background: #4ECE42;
}

.floating__line::before {
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.8125rem;
  background: url("../image/icon/line_logo.svg") no-repeat center/contain;
  margin-right: 0.1875rem;
}

.floating__request {
  background: #FF7621;
  position: relative;
}

.floating__request::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 0.75rem;
  background: url("../image/icon/boock.svg") no-repeat center/contain;
  margin-right: 0.1875rem;
}

.floating__request::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -0.4375rem;
  right: 0;
  background: url("../image/img/document02.png") no-repeat center/cover;
  width: 3.25rem;
  height: 3rem;
}

@supports (background: url("../image/img/document02.webp")) {
  .floating__request::after {
    background: url("../image/img/document02.webp") no-repeat center/cover;
  }
}
.floating__icon {
  position: absolute;
  top: -0.4375rem;
  right: 0;
  width: 3.25rem;
  height: 3rem;
}

.sp-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  transition: transform 0.3s;
  transform: translateX(500%);
  height: 100svh;
  background-color: white;
  max-width: 26.875rem;
  width: 100%;
  border-bottom: 0.75rem solid #03AEE7;
}

.sp-menu.active {
  transform: translate(0);
}

.sp-menu-container {
  height: 100%;
  overflow: scroll;
  margin-bottom: 2.5rem;
}

.sp-menu__inner {
  padding-inline: 1.6875rem;
}

.sp-menu__nav {
  margin-top: 4.5625rem;
}

.sp-menu__item {
  position: relative;
  border-bottom: 0.75px solid #454545;
}

.sp-menu__item::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

.sp-menu__item-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-block: 1.375rem;
  color: #222222;
  font-weight: 500;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sp-menu__contacts {
  display: grid;
  margin-block: 1.625rem;
  gap: 0.6875rem;
  padding-inline: 1.5rem 1.375rem;
}

.sp-menu__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 1.7857142857;
  color: #FFFFFF;
  background: #4ECE42;
  border-radius: 0.3125rem;
}

.sp-menu__contact::before {
  display: inline-block;
  content: "";
  width: 1.1875rem;
  height: 1.125rem;
  background: url("../image/icon/line_logo.svg") no-repeat center/contain;
  margin-right: 0.25rem;
}

.sp-menu__contact--fc {
  background: #FF7621;
  position: relative;
}

.sp-menu__contact--fc::before {
  display: inline-block;
  content: "";
  width: 1.375rem;
  height: 0.9375rem;
  background: url("../image/icon/boock.svg") no-repeat center/contain;
  margin-right: 0.25rem;
}

.sp-menu__contact--fc::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: -0.4375rem;
  background: url("../image/img/document02.png") no-repeat center/contain;
  width: 4.6875rem;
  height: 4.375rem;
  transform: rotate(-5deg);
}

@supports (background: url("../image/img/document02.webp")) {
  .floating__request::after {
    background: url("../image/img/document02.webp") no-repeat center/contain;
  }
}
.voice {
  background-color: #eff7f8;
  position: relative;
  margin-top: 2.8125rem;
}

.voice__wrap {
  top: -2.375rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 12.5rem;
  margin-inline: auto;
  text-align: center;
}

.voice__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  display: inline-block;
  position: relative;
}

.voice__title::before,
.voice__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 0.0625rem;
  background: #000000;
  bottom: 0.9375rem;
}

.voice__title::before {
  left: -3.125rem;
  transform: rotate(45deg);
}

.voice__title::after {
  right: -3.125rem;
  transform: rotate(-45deg);
}

.voice__title span {
  color: #FF7621;
}

.voice__head {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #FFFFFF;
}

.voice__head span {
  background: #145EFF;
  padding: 0.125rem 0.9375rem;
}

.voice__image-movie::before {
  position: absolute;
  display: inline-block;
  content: attr(data-name);
  top: 0;
  right: 0rem;
  width: 5rem;
  height: 1.75rem;
  background: #07B1EA;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  color: #FFFFFF;
  text-align: center;
}

.voice__image-movie {
  position: relative;
  width: 17.75rem;
  margin-inline: auto;
  display: block;
}

.voice__image-movie video {
  width: 100%;
}

.voice__name {
  margin-top: 0.3125rem;
  width: 17.75rem;
  margin-inline: auto;
  border-left: 3px solid #07B1EA;
  padding-left: 0.5rem;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.375;
}

.voice-slider {
  padding-top: 4.875rem;
  margin-top: 2.875rem;
}

.voice-slider__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17.75rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}

.voice-slider__arrows button img {
  width: 2.0625rem;
  height: 2.0625rem;
}

.voice-slider__progress-container {
  display: flex;
  gap: 0.5625rem;
  align-items: center;
  justify-content: center;
  width: 6.9375rem;
  margin-inline: auto;
  position: relative;
  top: -1.625rem;
}

.voice-slider__progress-container img {
  width: 0.75rem;
}

.voice-slider-progress {
  background: #D5D5D5;
  width: 4.25rem;
  margin-inline: auto;
}

.voice-slider-progress-bar {
  background: #0AB1EA;
  height: 2px;
  transition: width 1000ms ease;
  width: 0;
}

.faq {
  background-color: #EFF7F8;
  padding-block: 3.125rem 3.5625rem;
  padding-inline: 1.25rem;
  margin-top: -1.4375rem;
  text-align: center;
}

.faq__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  display: inline-block;
  position: relative;
}

.faq__title::before,
.faq__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 0.0625rem;
  background: #000000;
  bottom: 0.9375rem;
}

.faq__title::before {
  left: -3.125rem;
  transform: rotate(45deg);
}

.faq__title::after {
  right: -3.125rem;
  transform: rotate(-45deg);
}

.faq__items {
  display: grid;
  gap: 1.875rem;
  margin-top: 1.4375rem;
}

.faq__head {
  background-color: #203A85;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-block: 0.9375rem 1.1875rem;
  padding-inline: 0.9375rem 3.5625rem;
  align-items: center;
  position: relative;
}

.faq__text {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 2.0625rem;
  letter-spacing: 0.04em;
  text-align: left;
}

.faq__text::before {
  content: "Q.";
  position: absolute;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  top: -0.3125rem;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.faq__icon {
  flex-shrink: 0;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  right: 1.5625rem;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  display: block;
  height: 1px;
  width: 0.9375rem;
  top: 0.75rem;
}

.faq__icon::before {
  left: 0;
  transform: translateY(-50%);
}

.faq__icon::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s;
}

/* アコーディオンが開いた時のスタイル */
.faq__item[open]:not([data-accordion-before-close]) .faq__icon::after {
  transform: translateY(-50%);
}

.faq__container {
  overflow: hidden;
}

.faq__container-text {
  background-color: #FFFFFF;
  color: #1C336C;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 2.0625rem;
  border: 1px solid #203A85;
  padding-block: 0.5rem 1.25rem;
  padding-inline: 2.75rem 2.625rem;
  letter-spacing: 0.02em;
  text-align: left;
}

.faq__container-text::before {
  content: "A.";
  position: absolute;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  top: 0.25rem;
  left: 0.9375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #020F4C;
}

summary {
  display: block;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.js-faq__container {
  animation: fadeIn 0.5s ease infinite;
}

.about {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.9375rem;
  background: url("../image/img/about-1.jpg") no-repeat top/cover;
}

@supports (background: url("../image/img/about-1.webp")) {
  .about {
    background: url("../image/img/about-1.jpg") no-repeat top/cover;
  }
}
.about__title-wrapper {
  display: flex;
  width: 100vw;
  height: 6.5rem;
  margin-top: -1.25rem;
}

.about__title-img {
  width: auto;
  height: 100%;
  aspect-ratio: 376/59;
  padding-left: 1.25rem;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.about__title-img:first-child {
  animation: loop 20s -10s linear infinite;
}

.about__title-img:last-child {
  animation: loop2 20s linear infinite;
}

.about__head {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 1.9090909091;
  color: #FFFFFF;
  text-align: center;
  padding: 0 1.25rem;
}

.about__head span {
  background: #145EFF;
  padding: 0.125rem 0;
}

.about__text {
  margin-top: 1.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.8333333333;
  color: #FFFFFF;
  text-align: center;
}

.about__text span {
  margin-top: 0.3125rem;
  display: block;
  width: 20.1875rem;
  margin-inline: auto;
  background: #FAF043;
  color: #000000;
}

.access-slider {
  position: relative;
}

.access-slider__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.1875rem;
  position: absolute;
  right: 0;
  top: 11.25rem;
}

.access-slider__arrows button {
  padding-inline: initial;
}

.access-slider__arrows button img {
  width: 2rem;
  height: 2rem;
}

/* ページネーションのスタイル */
.access-slider-page {
  background-color: #D9D9D9;
  height: 0.1875rem;
  transition: 0.5s all;
  width: 1.4375rem;
}

/* 現在表示されているページネーションのスタイル */
.access-slider-page.is-active {
  background-color: #145EFF;
  opacity: 1;
}

/* ページネーションの位置 */
.access-slider-pagination {
  margin-top: 0.625rem;
  justify-content: flex-start;
  gap: 0.625rem;
  position: absolute;
  top: 12.5rem;
}

.mv {
  min-height: 36.75rem;
  background: url("../image/img/fv.jpg") no-repeat top/cover;
}

@supports (background: url("../image/img/fv.webp")) {
  .mv {
    background: url("../image/img/fv.webp") no-repeat top/cover;
  }
}
.mv__inner {
  padding-inline: 1.25rem;
  padding-block: 11.5rem 1.6875rem;
  position: relative;
}

.mv__label {
  position: relative;
  z-index: 10;
}

.mv__label span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  background: #FFFFFF;
  padding: 0.25rem 0.3125rem;
}

.mv__label .mv__fc {
  padding-left: 0;
  color: #145EFF;
}

.mv__campaign {
  position: absolute;
  top: 7.875rem;
  right: 3.0625rem;
  width: 7.125rem;
  height: 7.125rem;
  background: #FFFF00;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}

.dots {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #00aae2 0.125rem, rgba(0, 0, 0, 0) 0.125rem);
  padding-top: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #00aae2;
}

.mv__catch {
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  line-height: 1.4615384615;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.mv__list {
  margin-top: 1.6875rem;
  display: grid;
  gap: 0.5rem;
  width: 17.5rem;
}

.mv__item {
  background: #FFFFFF;
  border-radius: 3.125rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
  padding-block: 0.375rem;
  padding-left: 0.625rem;
}

.mv__item::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../image/icon/check.svg") no-repeat center/contain;
  margin-right: 0.1875rem;
}

.mv__item span {
  color: #FF7621;
}

.satisfaction {
  background-color: #FFFFFF;
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.satisfaction__lead {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.satisfaction__lead::before,
.satisfaction__lead::after {
  display: inline-block;
  content: "";
  width: 2.375rem;
  height: 1px;
  background: #0AB1E9;
}

.satisfaction__title {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 2rem;
  margin-top: 0.4375rem;
}

.satisfaction__note {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 2rem;
  color: #FF7621;
  margin-top: 0.25rem;
}

.satisfaction__badges {
  margin-top: 1.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 6.9375rem);
  gap: 0.375rem;
  place-content: center;
}

.satisfaction__item {
  width: 6.9375rem;
  height: 6.9375rem;
  background: url("../image/img/satisfaction.png") no-repeat center/contain;
}

@supports (background: url("../image/img/satisfaction.webp")) {
  .satisfaction__item {
    background: url("../image/img/satisfaction.webp") no-repeat center/contain;
  }
}
.satisfaction__text {
  padding-top: 3.3125rem;
  font-weight: 700;
  font-size: 0.4375rem;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #203a85;
}

.advertisement__trial {
  background: #03AEE7;
  text-align: center;
  padding-top: 0.6875rem;
  padding-bottom: 1.625rem;
  padding-inline: 1.25rem;
  position: relative;
  overflow: hidden;
}

.advertisement__trial::before,
.advertisement__trial::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6.25rem;
  height: 3.125rem;
  background: #FF7621;
  transform: rotate(-45deg);
}

.advertisement__trial::before {
  top: -0.625rem;
  left: -3.75rem;
}

.advertisement__trial::after {
  bottom: -0.625rem;
  right: -3.75rem;
}

.advertisement__trial-voice {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1rem;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}

.advertisement__trial-voice::before,
.advertisement__trial-voice::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 0.0625rem;
  background: #FFFFFF;
}

.advertisement__trial-voice::before {
  top: 50%;
  left: -3.125rem;
  transform: rotate(65deg);
}

.advertisement__trial-voice::after {
  top: 50%;
  right: -3.125rem;
  transform: rotate(-65deg);
}

.advertisement__trial-head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #FFFFFF;
}

.advertisement__trial-head span {
  color: #F8F878;
}

.advertisement__trial-daily {
  margin-top: 0.75rem;
  display: inline-block;
  width: 10.375rem;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #03AEE7;
}

.advertisement__trial-daily--02 {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.advertisement__trial-box {
  display: inline-block;
  margin-top: 0.6875rem;
  background: #FFFFFF;
  width: 19.75rem;
  position: relative;
}

.advertisement__trial-box::before {
  position: absolute;
  border: 1px solid #203A85;
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  z-index: 0;
}

.advertisement__trial-box::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -0.9375rem;
  right: -2.5rem;
  width: 6.25rem;
  height: 3.125rem;
  background: url("../image/icon/ribbon.png") no-repeat center/contain;
}

@supports (background: url("../image/icon/ribbon.webp")) {
  .advertisement__trial-box::after {
    background: url("../image/icon/ribbon.webp") no-repeat center/contain;
  }
}
.advertisement__trial-wrap {
  position: absolute;
  width: 3.6875rem;
  height: 3.6875rem;
  background: #FF7621;
  border-radius: 100%;
  top: -0.875rem;
  left: -0.375rem;
}

.advertisement__trial-ribbon {
  font-weight: 900;
  font-size: 0.6875rem;
  color: #FFFFFF;
  padding-top: 0.6875rem;
}

.advertisement__trial-ribbon span {
  font-size: 1.375rem;
}

.advertisement__trial-content {
  padding-top: 1.125rem;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.advertisement__trial-content::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3.125rem;
  left: -1.5625rem;
  width: 0.9375rem;
  height: 12.5rem;
  background: #FF7621;
  transform: rotate(-45deg);
}

.advertisement__trial-title {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #203A85;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3125rem;
}

.advertisement__trial-title span {
  display: inline-block;
  width: 1.375rem;
  height: 3.25rem;
}

.advertisement__trial-desc {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #203A85;
  margin-top: 0.3125rem;
}

.advertisement__trial-list {
  margin-top: 0.375rem;
  display: grid;
  grid-template-columns: repeat(3, 6.25rem);
  gap: 0.8125rem;
  place-content: center;
}

.advertisement__trial-item {
  background: #FFFFFF;
  font-weight: 900;
  font-size: 0.75rem;
  color: #203A85;
  padding: 0.6875rem 0.5rem;
}

.advertisement__line {
  background: #FFFFFF;
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.advertisement__line-inner {
  width: 20.9375rem;
  margin-inline: auto;
}

.advertisement__line-textBox {
  position: relative;
  background: #63D658;
  padding: 0.3125rem 0.75rem;
}

.advertisement__line-textBox::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.5625rem;
  right: -1.875rem;
  width: 7.25rem;
  height: 6.4375rem;
  background: url("../image/icon/flyer.png") no-repeat center/contain;
}

@supports (background: url("../image/icon/flyer.webp")) {
  .advertisement__line-textBox::before {
    background: url("../image/icon/flyer.webp") no-repeat center/contain;
  }
}
.advertisement__line-lead {
  width: 15rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.375rem;
  color: #FFFFFF;
}

.advertisement__line-badge {
  display: inline-flex;
  align-items: center;
  background: #FFF74F;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: #203a85;
  border-radius: 1.875rem;
  height: 1.1875rem;
  padding: 0 0.625rem;
}

.advertisement__line-textBox02 {
  padding: 0.9375rem 1.4375rem;
  position: relative;
  border-left: 2px solid #63D658;
  border-right: 2px solid #63D658;
}

.advertisement__line-textBox02::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.8125rem;
  height: 0.5625rem;
  background: #FFF84E;
  z-index: 0;
}

.advertisement__line-subtext {
  padding-left: 4.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.125rem;
  color: #ff7621;
}

.advertisement__line-highlight {
  font-weight: 900;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  line-height: 1.875rem;
  color: #203a85;
  margin-top: -2.1875rem;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.advertisement__line-highlight span {
  width: 3.3125rem;
  height: 4.375rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.advertisement__line-highlight em {
  font-style: normal;
  font-size: 1.75rem;
}

.advertisement__line-icon {
  background: #FF7621;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.8125rem;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.advertisement__line-icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 4.6875rem;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background: url("../image/icon/line_logo.svg") no-repeat center/contain;
}

.advertisement__line-icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 4.6875rem;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.5rem;
  background: url("../image/icon/white-arrow.png") no-repeat center/contain;
}

.wc-speak {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  background: url("../image/img/wc-speak-bg.jpg") no-repeat top/cover;
}

@supports (background: url("../image/img/wc-speak-bg.webp")) {
  .wc-speak {
    background: url("../image/img/wc-speak-bg.webp") no-repeat top/cover;
  }
}
.wc-speak__inner {
  padding: 0 1.25rem;
  text-align: center;
}

.wc-speak__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.wc-speak__title::before,
.wc-speak__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 0.0625rem;
  background: #FFFFFF;
  bottom: 0.9375rem;
}

.wc-speak__title::before {
  left: -3.125rem;
  transform: rotate(45deg);
}

.wc-speak__title::after {
  right: -3.125rem;
  transform: rotate(-45deg);
}

.wc-speak__title span {
  color: #FAF043;
}

.wc-speak__text {
  margin-top: 0.6875rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 1.8571428571;
  text-align: left;
  color: #FFFFFF;
}

.wc-speak__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}

.wc-speak__img {
  display: inline-block;
  width: 5rem;
  height: 5rem;
}

.wc-speak__body {
  margin-top: -1.25rem;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  height: 5.375rem;
  display: grid;
  place-content: center;
}

.wc-speak__body p {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
}

.wc-speak__body p span {
  color: #145EFF;
}

.wc-speak__message {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #FFFFFF;
  width: 15.625rem;
  margin-inline: auto;
  position: relative;
  margin-bottom: 2.3125rem;
}

.wc-speak__message::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20.9375rem;
  height: 0.4375rem;
  background: url("../image/icon/underline.svg") no-repeat center/cover;
}

.wc-speak__message span {
  color: #FAF043;
}

.global-english {
  background: #FFFFFF;
  padding-block: 1.4375rem;
  position: relative;
}

.global-english__inner {
  padding: 0 1.25rem;
}

.global-english__tag {
  display: inline-block;
  background: #145EFF;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding: 0 0.5rem;
}

.global-english__title {
  margin-top: 0.3125rem;
  font-weight: 900;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 1.3636363636;
}

.global-english__logo {
  margin-top: 0.375rem;
  width: 10.4375rem;
  height: 3.875rem;
  display: inline-block;
}

.global-english__text {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  color: #3B1C02;
}

.global-english__text span {
  color: #FF7621;
}

.global-english__image {
  position: absolute;
  width: 12.625rem;
  height: 14.75rem;
  top: -2.8125rem;
  right: 0;
}

.skills {
  background: #374B86;
  position: relative;
}

.skills__inner::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: -17.5rem;
  left: -4.375rem;
  width: 18.75rem;
  height: 50rem;
  background: #203A85;
  transform: rotate(40deg);
}

.skills::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -1.8125rem;
  left: 0;
  width: 100%;
  height: 1.8125rem;
  background: url("../image/icon/skills-bg.webp") no-repeat center/contain;
}

@supports (background: url("../image/icon/skills-icon.webp")) {
  .skills::after {
    background: url("../image/icon/skills-bg.webp") no-repeat center/contain;
  }
}
.skills__inner {
  padding: 2.25rem 1.25rem 2.125rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.skills__label {
  display: inline-block;
  background: #145EFF;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding: 0 0.5rem;
  position: relative;
  z-index: 5;
}

.skills__title {
  font-weight: 900;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFF998;
  position: relative;
  z-index: 5;
  margin-top: 0.3125rem;
}

.skills__title span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.4375rem;
}

.skills__text {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 2.1666666667;
  color: #FFFFFF;
  margin-top: 0.625rem;
  position: relative;
  z-index: 5;
}

.skills__list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  counter-reset: skill;
}

.skills__item {
  width: 100%;
  text-align: center;
}

.skills__badge {
  background: #FAF043;
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 100%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #203A85;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.skills__badge::before {
  display: inline-block;
  counter-increment: skill;
  content: "0" counter(skill);
  font-size: 1.25rem;
  line-height: 1;
}

.skills__content {
  background: #FFFFFF;
  position: relative;
  height: 5.375rem;
  margin-top: -0.9375rem;
}

.skills__content::before {
  position: absolute;
  border: 1px solid #203A85;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 0;
}

.skills__list-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: inherit;
  font-weight: 900;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: #203A85;
}

.skills__list-text::before {
  display: inline-block;
  content: "";
  width: 2.3125rem;
  height: 2.1875rem;
  background: url("../image/icon/skills-icon.png") no-repeat center/contain;
}

@supports (background: url("../image/icon/skills-icon.webp")) {
  .skills__list-text::before {
    background: url("../image/icon/skills-icon.webp") no-repeat center/contain;
  }
}
.reason {
  background: #07B1EA;
  padding-top: 3.5rem;
  padding-bottom: 1.875rem;
}

.reason__inner {
  padding: 0 1.25rem;
  text-align: center;
}

.reason__head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}

.reason__head--02 {
  margin-top: 1.5625rem;
}

.reason__head::before,
.reason__head::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 0.0625rem;
  background: #FFFFFF;
  bottom: 0.9375rem;
}

.reason__head::before {
  left: -3.125rem;
  transform: rotate(45deg);
}

.reason__head::after {
  right: -3.125rem;
  transform: rotate(-45deg);
}

.reason__head span {
  color: #FAF043;
}

.reason__list {
  margin-top: 0.8125rem;
  counter-reset: point;
}

.reason__item {
  position: relative;
}

.reason__item:not(:first-child) {
  margin-top: 1.625rem;
}

.reason__item::before {
  position: absolute;
  display: inline-block;
  counter-increment: point;
  content: "POINT 0" counter(point);
  top: 0;
  left: 0;
  background: #203A85;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 2.0625rem;
  color: #FFFFFF;
  padding: 0 1.4375rem;
}

.reason__img img {
  aspect-ratio: 335/208;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__text {
  margin-top: 0.8125rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  text-align: left;
  color: #FFFFFF;
}

.reason__video {
  margin-top: 0.75rem;
  width: 100%;
}

.reason__video video {
  width: 100%;
}

.trainer {
  padding-top: 0.8125rem;
  padding-bottom: 0.6875rem;
}

.trainer__inner {
  padding: 0 1.25rem;
}

.trainer__head {
  font-weight: 900;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  height: 6.0625rem;
  padding: 2.1875rem 2.375rem 1.75rem 2.375rem;
}

.trainer__head::before {
  position: absolute;
  display: inline-block;
  content: "trainer";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.0625rem;
  color: #eff7f8;
  z-index: -1;
}

.trainer__head span {
  color: #145EFF;
}

.trainer__note {
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1.9230769231;
  text-align: center;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.trainer__note span {
  position: relative;
  display: inline-block;
  width: 9.4375rem;
  margin-top: -0.625rem;
}

.trainer__note span::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.4375rem;
  height: 0.4375rem;
  background: #FAF043;
  z-index: -1;
}

.trainer__list {
  margin-top: 0.75rem;
}

.trainer__item:not(:first-child) {
  margin-top: 1.5625rem;
}

.trainer__container {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.6875rem;
  text-align: center;
}

.trainer__image {
  display: inline-block;
  width: 11.9375rem;
  position: relative;
}

.trainer__image::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 5.5625rem;
  height: 5.5625rem;
  background: #F0F0F0;
  z-index: -1;
  top: -1rem;
  left: -1.0625rem;
}

.trainer__image::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-clip-path: polygon(56% 0, 100% 0, 44% 100%, 0% 100%);
          clip-path: polygon(56% 0, 100% 0, 44% 100%, 0% 100%);
  width: 15.625rem;
  height: 10.8125rem;
  background: #07B1EA;
  z-index: -1;
  right: -7.8125rem;
  bottom: -1.6875rem;
}

.trainer__image img {
  aspect-ratio: 191/225;
  -o-object-fit: cover;
     object-fit: cover;
}

.trainer__name {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #07b1ea;
  text-transform: uppercase;
  width: 6.0625rem;
  height: 2.625rem;
  bottom: 1.875rem;
  left: 2.1875rem;
}

.trainer__name::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 7.1875rem;
  height: 1px;
  background: #0AB1EA;
  bottom: 0;
  right: 1rem;
}

.trainer__text {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  color: #3B1C02;
}

.lesson {
  background: #203A85;
  padding-top: 1.8125rem;
  padding-bottom: 1rem;
}

.lesson__inner {
  padding: 0 1.25rem;
}

.lesson__head {
  font-weight: 900;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  height: 6.0625rem;
  padding: 2.1875rem 0 1.75rem 0;
  color: #FFFFFF;
}

.lesson__head::before {
  position: absolute;
  display: inline-block;
  content: "lesson";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.0625rem;
  color: #fff;
  opacity: 0.08;
}

.lesson__head span {
  color: #FAF043;
}

.lesson__note {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 1.8571428571;
  text-align: left;
  color: #FFFFFF;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.lesson__note span {
  color: #FAF043;
}

.lesson__list {
  margin-top: 1.8125rem;
  counter-reset: lesson;
}

.lesson__item {
  position: relative;
}

.lesson__item:not(:first-child) {
  margin-top: 1.875rem;
}

.lesson__item::before {
  position: absolute;
  display: inline-block;
  counter-increment: lesson;
  content: "lesson 0" counter(lesson);
  top: 0;
  left: 0;
  background: #07B1EA;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 2.0625rem;
  color: #FFFFFF;
  padding: 0 1.4375rem;
  text-transform: uppercase;
}

.lesson__img img {
  aspect-ratio: 335/208;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson__title {
  margin-top: 0.9375rem;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 0.9375rem;
}

.lesson__text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  text-align: left;
  color: #FFFFFF;
}

.voice-list {
  padding: 1rem 1.25rem 3.625rem;
  display: grid;
  gap: 1.25rem;
}

.voice-list__item {
  border: 1px solid #203A85;
  padding: 0 0.625rem 1.25rem 0.625rem;
}

.voice-list__head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.voice-list__icon {
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -0.625rem;
}

.voice-list__icon img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice-list__text {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}

.voice-list__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
}

.voice-list__content::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 17px solid #ff7621;
  border-right: 0;
}

.voice-list__before {
  background: #F0F0F0;
}

.voice-list__after {
  background: #FFFAEA;
}

.voice-list__table {
  margin-top: 0.625rem;
  width: 9.375rem;
  border-spacing: 0;
}

.voice-list__stars {
  width: 3.6875rem;
  height: 1.125rem;
  display: inline-block;
}

.voice-list__boder th,
.voice-list__boder td {
  border-top: 1px solid #CFCECF;
}

.voice-list__table th {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  height: 1.875rem;
  padding-left: 0.9375rem;
  padding-top: 0;
  padding-bottom: 0;
}

.voice-list__table td {
  display: flex;
  align-items: center;
  height: 1.875rem;
}

.course {
  background: #EFF7F8;
  padding-block: 0.8125rem 3.125rem;
  padding-inline: 1.25rem;
}

.course__title {
  font-weight: 900;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  height: 6.0625rem;
  padding: 2.1875rem 2.375rem 1.75rem 2.375rem;
  z-index: 1;
}

.course__title::before {
  position: absolute;
  display: inline-block;
  content: "course";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.0625rem;
  color: #FFFFFF;
  z-index: -1;
}

.course__title span {
  color: #145EFF;
}

.course__text {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  text-align: center;
}

.course__table {
  margin-top: 2.625rem;
  border-spacing: 0;
  background: #FFFFFF;
  margin-inline: auto;
}

.course__th-1 {
  background: #07B1EA;
  height: 2.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.course__th-2 {
  width: 10.4375rem;
  height: 2.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.private {
  background: #FF7621;
}

.group {
  background: #203A85;
}

.course__td-1 {
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 2;
  padding-inline: 0.375rem;
}

.course__td-2,
.course__td-3 {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.2857142857;
  color: #FF7621;
  text-align: center;
  padding-block: 0.75rem 1.625rem;
  position: relative;
}

.course__td-3 {
  color: #203A85;
}

.course__td-2 strong,
.course__td-3 strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}

.course__td-2 small,
.course__td-3 small {
  display: inline-block;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.9166666667;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.course__tbody tr:not(:last-child) td {
  border-bottom: 1px solid #B1A7A7;
}

.course__tbody tr td:nth-child(2n) {
  border-left: 1px solid #B1A7A7;
}

.course__td-4 {
  height: 4.125rem;
  padding-inline: 2.125rem 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.2857142857;
  color: #FF7621;
  position: relative;
}

.course__td-4::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background: url("../image/icon/check.svg") no-repeat center/contain;
}

.course__td-4--c {
  color: #203A85;
}

.access {
  padding-block: 0.4375rem 2.4375rem;
  padding-inline: 1.25rem;
}

.access__title {
  font-weight: 900;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  height: 6.0625rem;
  padding: 2.1875rem 2.375rem 1.75rem 2.375rem;
  z-index: 1;
}

.access__title::before {
  position: absolute;
  display: inline-block;
  content: "access";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.0625rem;
  color: #EFF7F8;
  z-index: -1;
}

.access__text {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  text-align: center;
}

.access__container {
  margin-top: 0.9375rem;
  max-width: 20.9375rem;
  margin-inline: auto;
}

.access__school:not(:first-child) {
  margin-top: 5.875rem;
}

.access__info {
  margin-top: 3.3125rem;
}

.access__head {
  border-left: 3px solid #07B1EA;
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.2222222222;
}

.access__list {
  margin-top: 0.5rem;
  border-top: 1px solid #BFBFBF;
  padding-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}

.access__list-t {
  width: 23%;
  margin-top: 0.625rem;
}

.access__list-d {
  width: 77%;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
}

.access__list-t span {
  display: grid;
  place-content: center;
  background: #145EFF;
  height: 1.375rem;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.375rem;
  color: #FFFFFF;
}

.access__map {
  margin-top: 1.25rem;
  height: 5.4375rem;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__coming {
  margin-top: 0.5rem;
  border-top: 1px solid #BFBFBF;
  padding-top: 0.9375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 2.125rem;
  text-align: center;
}/*# sourceMappingURL=styles.css.map */
