@charset "UTF-8";
body {
  color: #222222;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

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

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

@media screen and (min-width: 1100px) {
  .hm_none {
    display: none;
  }
}

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

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

a:hover {
  opacity: 0.8;
}

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

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

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  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]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

main {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.header {
  height: 8.125rem;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .header {
    height: 15.625rem;
    position: initial;
    background: initial;
  }
}

.header::before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  background: url(../img/header_left.png) no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 7.75rem;
  height: 5.5625rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header::before {
    width: 15.3125rem;
    height: 17.25rem;
  }
}

.header::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 0;
  background: url(../img/header_right.png) no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 7.25rem;
  height: 7.3125rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header::after {
    top: 0;
    right: 0;
    width: 13rem;
    height: 13.0625rem;
  }
}

.header__inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    margin-top: 0.9375rem;
  }
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.header__copy {
  font-size: 0.75rem;
  color: #FFF;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #FFF;
  line-height: 1.4166666667;
  text-align: center;
  padding-top: 10px;
  background: #0AB1EB;
}
@media screen and (min-width: 768px) {
  .header__copy {
    background: none;
  }
}

.header__logo {
  width: 7.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.header__nav {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .header__nav-items,
  .header__btn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__nav-items {
  height: inherit;
}

.header__nav-item {
  position: relative;
  height: inherit;
}

.header__nav-item:not(:first-child)::before {
  position: absolute;
  content: "";
  background: #0AB1EB;
  height: 20px;
  width: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__nav-item:not(:first-child) {
  padding-left: 1.875rem;
}

.header__nav-item:not(:last-child) {
  margin-right: 1.875rem;
}

.header__nav-link {
  color: #222222;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  height: inherit;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 768px) {
  .header__btn-item:not(:first-child) {
    margin-left: 0.625rem;
  }
}

.header__btn-item a {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.header__btn-item:nth-child(1) a {
color: black;
}
.header__btn-item:nth-child(1) a span{
  padding-left: 0;
}

.header__btn-item:nth-child(2) a {
  background: #F589BF;
}

.header__btn-item:nth-child(3) a {
  background: rgb(255, 113, 61);
}

.header__btn-item:nth-child(4) a {
  background: rgb(170, 94, 200);
}

.header__btn-link {
  display: inline-block;
  color: #FFF;
  border-radius: 50px;
  width: 11.25rem;
  max-width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.header__btn-link span {
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 1320px) {
  .header__btn-link span {
    padding-left: 1.25rem;
  }
}

.header__btn-item:nth-child(1) a span::before {
  position: absolute;
  content: "";
  background: url(../img/tel2.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1320px) {
  .header__btn-item:nth-child(1) a span::before {
    width: 15px;
    height: 15px;
  }
}

.header__btn-item:nth-child(2) a span::before {
  position: absolute;
  content: "";
  background: url(../img/document.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1320px) {
  .header__btn-item:nth-child(2) a span::before {
    width: 15px;
    height: 15px;
  }
}

.header__btn-item:nth-child(3) a span::before {
  position: absolute;
  content: "";
  background: url(../img/mail.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
@media screen and (min-width: 1320px) {
  .header__btn-item:nth-child(3) a span::before {
    width: 15px;
    height: 11px;
  }
}

.header__btn-item:nth-child(4) a span::before {
  position: absolute;
  content: "";
  background: url(../img/instagram.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 19px;
}
@media screen and (min-width: 1320px) {
  .header__btn-item:nth-child(3) a span::before {
    width: 15px;
    height: 11px;
  }
}

.header__top {
  font-size: 0.625rem;
  /* scale: 0.8; */
  margin-left: 3px;
  color: #444;
}
@media screen and (min-width: 768px) {
  .header__top {
    font-size: 0.875rem;
    scale: initial;
    margin-left: initial;
    background: #0AB1EB;
    -moz-text-align-last: right;
         text-align-last: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 11px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.header__accordion {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
}

.header__accordion p {
  height: inherit;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.header__accordion-items {
  width: 6.875rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 79px;
  left: 50%;
  -webkit-transform: rotate(0.0001deg) translateY(-10px) translateX(-50%);
          transform: rotate(0.0001deg) translateY(-10px) translateX(-50%);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header__accordion:hover .header__accordion-items {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: rotate(0.0001deg) translateY(0px) translateX(-50%);
          transform: rotate(0.0001deg) translateY(0px) translateX(-50%);
}

.header__accordion-item {
  background: #0AB1EB;
  padding: 0.5rem 0.625rem;
  display: block;
}

.header__accordion-item:not(:last-child) {
  border-bottom: 0.5px solid #FFF;
}

.header__accordion-item a {
  color: #FFF;
  font-size: 0.875rem !important;
}

.header-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #FFF;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow-y: scroll;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  margin-top: 130px;
  border-bottom: 15px solid #0AB1EB;
}

.header-sp__sub {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .header-sp__sub {
    margin-top: 84px;
  }
}

.header-sp.is-openSP {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.header-sp__nav {
  width: 100%;
}

.header-sp__item {
  border-bottom: 0.75px solid #000;
  position: relative;
}

.header-sp__item::after {
  position: absolute;
  content: "";
  background: url(../img/header_sp_arrow.png) no-repeat;
  background-size: contain;
  width: 4px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.header-sp__link {
  display: inline-block;
  color: #222222;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
}

.header-sp__link span {
  display: block;
  color: #0AB1EB;
  font-family: "Outfit", sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
}

.header-sp__btns {
  margin-top: 0.625rem;
  margin-bottom: 16.875rem;
  width: 65%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header-sp__btns {
    max-width: 50%;
    margin-bottom: initial;
  }
}

.header-sp__btn:not(:first-child) {
  margin-top: 0.625rem;
}

body.js-fixed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  /* position: fixed; */
  /* top: 0; */
  /* right: 0; */
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 10000;
  background: #0AB1EB;
}

@media screen and (min-width: 780px) {
  .hamburger {
    width: 75px;
    height: 75px;
  }
}
/* .hamburger__sub {
  top: 3px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger__sub {
    top: 35px;
  }
} */

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 13px;
  height: 1px;
  background: #FFF;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .hamburger span {
    right: 15.5px;
    right: 31%;
  }
}

.hamburger span:nth-of-type(1) {
  top: 12px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-of-type(1) {
    top: 18px;
    top: 38%;
  }
}

.hamburger span:nth-of-type(2) {
  top: 19px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-of-type(2) {
    top: 25px;
    top: 52%;
  }
}

.hamburger span:nth-of-type(3) {
  top: 26px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-of-type(3) {
    top: 32px;
    top: 66%;
  }
}

/*activeクラスが付与されると線が回転して×になる*/
/* .hamburger.active span {
  background: #0AB1EB;
} */

.hamburger.active span:nth-of-type(1) {
  top: 15px;
  left: 14px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 60%;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .hamburger.active span:nth-of-type(1) {
    top: 19px;
    left: 16px;
  }
}

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

.hamburger.active span:nth-of-type(3) {
  top: 27px;
  left: 13px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 60%;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .hamburger.active span:nth-of-type(3) {
    top: 31px;
    left: 16px;
  }
}

.hamburger p {
  font-size: 10px;
  scale: .9;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 40px;
}

.section {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.section__title-box {
  text-align: center;
}

.section__title-jp {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .section__title-jp {
    font-size: 0.875rem;
  }
}

.section__title-en {
  font-size: 1.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #0AB1EB;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section__title-en {
    font-size: 3.375rem;
  }
}

.section__title-en span {
  position: relative;
}

.section__title-en span:first-child {
  left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .section__title-en span:first-child {
    left: -3.75rem;
  }
}

.section__title-en span:last-child {
  left: 0.625rem;
}

.section__title-en span::after {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 0.125rem;
  background: #0AB1EB;
  top: 63%;
}
@media screen and (min-width: 768px) {
  .section__title-en span::after {
    width: 2.625rem;
  }
}

.section__title-en span::before {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 0.125rem;
  background: #0AB1EB;
  top: 47%;
}
@media screen and (min-width: 768px) {
  .section__title-en span::before {
    width: 2.625rem;
  }
}

.section__title-pink {
  color: #FFF;
  background: #F589BF;
  width: 8.625rem;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 2.375rem;
}

.section__title-jp-black .test::after,
.section__title-jp-black .test::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .section__title-jp-black .test::after,
  .section__title-jp-black .test::before {
    display: inline;
  }
}

.section__title-pink::after,
.section__title-pink::before {
  display: none;
}

.section__title-en-blue {
  color: #0AB1EB;
  text-transform: uppercase;
}

.section__title-jp-black {
  color: #222222;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section__title-jp-black {
    font-size: 2.0625rem;
  }
}

.section__title-blog-en {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFF;
  text-transform: uppercase;
}

.section__title-blog-jp {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.14em;
  color: #FFF;
}

.fv {
  margin-top: 8.125rem;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: initial;
    margin-top: 6.25rem;
  }
}

.cp-slider__item {
  width: 20rem;
  max-width: 100%;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.top-course {
  background: #F1FAFD;
  position: relative;
  /* margin-top: -1.25rem; */
}
@media screen and (min-width: 768px) {
  .top-course {
    padding-top: 5.0625rem;
    padding-bottom: 7.75rem;
    margin-top: -2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .top-course::before {
    position: absolute;
    content: "";
    background: url(../img/course_left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 9.5rem;
    height: 9.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-course::after {
    position: absolute;
    content: "";
    background: url(../img/course_right.png) no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    width: 9.8125rem;
    height: 11.625rem;
  }
}

.top-course__items {
  display: -ms-grid;
  display: ;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-course__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.125rem;
    display: grid;
  }
}

.top-course__item a {
  color: #222222;
}

.top-course__image {
  position: relative;
}

.top-course__label {
  position: absolute;
  color: #FFF;
  background: #0AB1EB;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.top-course__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5833333333;
  border-bottom: 0.75px solid #222222;
  padding-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .top-course__title {
    padding-bottom: 0.6875rem;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.top-course__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-course__text {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.loop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.loop__item {
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
  margin-right: 1.25rem;
}

.loop__item-text {
  display: inline-block;
  color: #EAFBFF;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
  font-size: 3.1875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .loop__item-text {
    font-size: 7.5rem;
    line-height: 1.2583333333;
  }
}

.loop__items-course {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .loop__items-course {
    margin-top: 4.4375rem;
  }
}

.loop__items-satisfaction {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .loop__items-satisfaction {
    margin-top: -4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .top-about {
    padding-top: 7.25rem;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.top-about__inner {
  margin-inline: auto;
  width: 74.375rem;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-about__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.top-about__head {
  width: 80%;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-about__head {
    width: 30.6875rem;
    width: 23rem;
  }
}

.top-about__container {
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-about__container::after {
  position: absolute;
  content: "ABOUT";
  color: #F1FAFD;
  font-size: 7.5rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.75rem;
}

.top-about__image {
  width: 37.5rem;
  max-width: 100%;
}

.top-about__content {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-about__content {
    margin-left: auto;
    margin-left: 4.8125rem;
    margin-top: initial;
  }
}

.top-about__title-en {
  font-size: 0.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #0AB1EB;
}
@media screen and (min-width: 768px) {
  .top-about__title-en {
    font-size: 0.875rem;
  }
}

.top-about__title-jp {
  color: #0AB1EB;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-about__title-jp {
    font-size: 2.0625rem;
    font-weight: 500;
    line-height: 1.4545454545;
    letter-spacing: 0.11em;
    margin-top: 1.0625rem;
  }
}

.top-about__title-jp span {
  color: #F589BF;
}

.top-about__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-about__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.375;
    letter-spacing: 0.06em;
    width: 30rem;
    max-width: 100%;
  }
}

.top-about__slider {
  margin-top: 1.875rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .top-about__slider {
    margin-top: 4.0625rem;
  }
}

.top-about__slide {
  width: 12.1875rem;
  max-width: 100%;
}

.top-about__btn {
  text-align: center;
}

.top-about__btn a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 15.8125rem;
  color: #FFF;
  background: #0AB1EB;
  border-radius: 50px;
  text-align: center;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.top-contact {
  background: #EAFAFF;
  position: relative;
  padding-bottom: 0;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .top-contact {
    padding-top: 6.1875rem;
    padding-bottom: 6.375rem;
    margin-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .top-contact::before {
    position: absolute;
    content: "";
    background: url(../img/contact_left.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 10.5rem;
    height: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-contact::after {
    position: absolute;
    content: "";
    background: url(../img/contact_right.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 11.6875rem;
    height: 10.875rem;
  }
}

.top-contact__cp {
  background: #0AB1EB;
  border: 4px solid #F7F362;
  border-radius: 10px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-contact__cp {
    height: 6.8125rem;
    line-height: 6.8125rem;
    margin-top: 2.625rem;
    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;
  }
}

.top-contact__cp-day {
  background: #FFF;
  color: #0AB1EB;
  width: 9.375rem;
  margin-inline: auto;
  height: 1.875rem;
  line-height: 1.875rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 70px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__cp-day {
    width: 10.75rem;
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1rem;
    margin-inline: initial;
  }
}

.top-contact__cp-text {
  color: #FAEE64;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4821428571;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__cp-text {
    font-size: 2rem;
    text-align: initial;
    margin-left: 1.1875rem;
  }
}

.top-contact__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  row-gap: 1.25rem;
  margin-top: 1.25rem;
  width:100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-contact__items {
    margin-top: 2.5rem;
    width:80%;
  }
}

.top-contact__cta {
  margin-top: 1.25rem;
  position: relative;
  background: url(../img/contact_cta.png) no-repeat center center/cover;
  padding-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .top-contact__cta {
    padding-top: initial;
    height: 21.0625rem;
    position: relative;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-contact__cta-content {
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.top-contact__cta-lesson {
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top-contact__cta-lesson {
    text-align: initial;
    width: 25rem;
  }
}

.top-contact__lesson-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4545454545;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__lesson-text {
    font-size: 1.1875rem;
  }
}

.top-contact__lesson-text span {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.top-contact__lesson-text span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #FFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}

.top-contact__lesson-text span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #FFF;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}

.top-contact__lesson-btn {
  margin-top: 0.625rem;
  text-align: center;
}

.top-contact__lesson-btn a {
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #FF7900;
  width: 17.25rem;
  width: 20.625rem;
  max-width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  line-height: 4.3125rem;
  height: 4.3125rem;
  border-radius: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__lesson-btn a {
    width: 23.25rem;
    line-height: 4.3125rem;
    height: 4.3125rem;
  }
}

.top-contact__cta-tel {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-contact__cta-tel {
    margin-left: 2.1875rem;
    margin-top: initial;
  }
}

.top-contact__cta-tel a {
  display: inline-block;
  width: 20.625rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  max-width: 100%;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__cta-tel a {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    width: 17.5rem;
    width: 18.75rem;
  }
}

.top-contact__tel-title {
  color: #222222;
  font-size: 0.6875rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.top-contact__tel-number {
  font-size: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #0AB1EB;
}

.top-contact__tel-number span {
  position: relative;
}

.top-contact__tel-number span::before {
  position: absolute;
  content: "";
  background: url(../img/cta_tel.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  width: 16px;
  height: 16px;
}

.top-contact__tel-text {
  font-size: 0.625rem;
  scale: 0.9;
  color: #222222;
}

.top-contact__tel-text span {
  scale: 0.6;
}

.top-contact__cta-image {
  max-width: 100%;
  width: 6.25rem;
  margin-left: auto;
  margin-top: -5.25rem;
}
@media screen and (min-width: 768px) {
  .top-contact__cta-image {
    width: 12.625rem;
    margin-left: 1.75rem;
    margin-top: -2.1875rem;
  }
}

.fee-link {
  position: relative;
}

.fee-link__image {
  position: relative;
  height: 21.09375rem;
}

.fee-link__image img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.fee-link__image::after {
  background: #1E6B86;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.fee-link__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .fee-link__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fee-link__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .fee-link__title {
    font-size: 1.6875rem;
  }
}

.fee-link__title-sm {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fee-link__title-sm {
    font-size: 1.1875rem;
  }
}

.fee-link__title-sm::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background: #FFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .fee-link__title-sm::before {
    height: 32px;
  }
}

.fee-link__title-sm::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background: #FFF;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
@media screen and (min-width: 768px) {
  .fee-link__title-sm::after {
    height: 32px;
  }
}

.fee-link__title-lg {
  border-bottom: 5px solid #FAEE64;
}

.fee-link__btn {
  margin-top: 2.75rem;
}

.fee-link__btn a {
  color: #0AB1EB;
  display: inline-block;
  background: #FFF;
  border: 6px solid #FAEE64;
  border-radius: 60px;
  width: 21.25rem;
  max-width: 100%;
  height: 4.3125rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fee-link__btn a {
    width: 23.25rem;
  }
}

.fee-link__btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}

.fee-link__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fee-link__copy {
  width: 15.625rem;
  max-width: 100%;
  margin-inline: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .fee-link__copy {
    display: block;
    width: 24.4375rem;
    margin-left: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .lesson {
    padding-top: 6.75rem;
    padding-bottom: 7.5625rem;
  }
}

.lesson__title {
  font-weight: 500;
  letter-spacing: 0.11em;
  background: #0AB1EB;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .lesson__title {
    font-size: 2.0625rem;
    height: 4.4375rem;
    line-height: 4.4375rem;
    padding-top: initial;
    padding-bottom: initial;
  }
}

.lesson__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .lesson__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3rem;
  }
}

.lesson__text {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .lesson__text {
    line-height: 1.8571428571;
    margin-top: 1.25rem;
  }
}

.point {
  background: #EAFAFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point {
    padding-top: 6.875rem;
    padding-bottom: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .point::after {
    position: absolute;
    content: "";
    background: url(../img/point_kids.png) no-repeat;
    background-size: contain;
    width: 15.375rem;
    height: 18.8125rem;
    bottom: 0;
    right: 130px;
  }
}

.point__title {
  color: #0AB1EB;
  background: #FFF;
  border: 6px solid #FAEE64;
  border-radius: 60px;
  width: 38.0625rem;
  max-width: 100%;
  height: 4.375rem;
  line-height: 3.75rem;
  text-align: center;
  margin-inline: auto;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .point__title {
    font-size: 1.6875rem;
    margin-top: 1.9375rem;

  }
}

.point__text {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .point__text {
    letter-spacing: 0.06em;
    font-size: 1rem;
    line-height: 2.375;
  }
}

.point__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2.0625rem;
  margin-top: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .point__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3.5rem;
    width: 77.5rem;
    max-width: 100%;
    margin-inline: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.point__item {
  border: 10px solid #79D5FF;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  height: 238px;
}
@media screen and (min-width: 768px) {
  .point__item {
    height: 268px;
  }
}

.point__item::before {
  position: absolute;
  content: "";
  top: -35px;
  left: -32px;
  width: 5rem;
  height: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .point__item::before {
    top: -40px;
    width: 6rem;
  }
}

.point__item:nth-child(1)::before {
  background: url(../img/point01.png) no-repeat;
  background-size: contain;
}

.point__item:nth-child(2)::before {
  background: url(../img/point02.png) no-repeat;
  background-size: contain;
}

.point__item:nth-child(3)::before {
  background: url(../img/point03.png) no-repeat;
  background-size: contain;
}

.point__item:nth-child(4)::before {
  background: url(../img/point04.png) no-repeat;
  background-size: contain;
}

.point__item:nth-child(5)::before {
  background: url(../img/point05.png) no-repeat;
  background-size: contain;
}

.point__item:nth-child(6)::before {
  background: url(../img/point6.png) no-repeat;
  background-size: contain;
}

.point__item::after {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #EAF9FF;
  font-family: "Outfit", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  right: 0;
  top: 10px;
}

.point__item:nth-child(1)::after {
  content: "POINT 01";
}

.point__item:nth-child(2)::after {
  content: "POINT 02";
}

.point__item:nth-child(3)::after {
  content: "POINT 03";
}

.point__item:nth-child(4)::after {
  content: "POINT 04";
}

.point__item:nth-child(5)::after {
  content: "POINT 05";
}

.point__item:nth-child(6)::after {
  content: "POINT 06";
}

.point__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  z-index: 10;
  width: 18.2rem;
}
@media screen and (min-width: 1320px) {
  .point__item-content {
    width: 20.1875rem;
  }
}

.point__item-title {
  color: #F589BF;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 1320px) {
  .point__item-title {
    font-size: 1.25rem;
    width: 17.9375rem;
  }
}

.point__item-text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .point__item-text {
    line-height: 1.8571428571;
  }
}


.satisfaction {
  position: relative;
}
@media screen and (min-width: 768px) {
  .satisfaction {
    padding-bottom: 5.5rem;
    padding-top: 8.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .satisfaction::after {
    position: absolute;
    content: "";
    background: url(../img/yellow.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 11.375rem;
    height: 13.375rem;
  }
}

.satisfaction__container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .satisfaction__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125rem;
  }
}

.satisfaction__content-left {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .satisfaction__content-left {
    width: 28.75rem;
  }
}

.satisfaction__content-right {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .satisfaction__content-right {
    width: 33.5rem;
    margin-left: 3.125rem;
  }
}

.satisfaction__content-text {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .satisfaction__content-text {
    font-size: 1rem;
    line-height: 2.375;
  }
}

.satisfaction__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.125rem 1fr 1.125rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .satisfaction__items {
    margin-top: 3.75rem;
  }
}

.satisfaction__text-image {
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .satisfaction__text-image {
    width: 7.3125rem;
  }
}

.satisfaction__graph-image {
  margin-top: 0.3125rem;
}

.qualification {
  position: relative;
}
@media screen and (min-width: 768px) {
  .qualification {
    padding-top: 6.6875rem;
  }
}

.qualification__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .qualification__items {
    -ms-grid-columns: 1fr 4.5rem 1fr 4.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    margin-top: 3.75rem;
  }
}

.qualification__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.qualification__item .qualification__image {
  position: relative;
  -webkit-transition: 5s;
  transition: 5s;
}

.qualification__image::after,
.qualification__image::before {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

/* ホバー時の画像の背景にトランジションを追加 */
.qualification__item .qualification__image::after {
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out; /* トランジションを追加 */
}

/* ホバー時の画像の前面にトランジションを追加 */
.qualification__item .qualification__image::before {
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* トランジションを追加 */
}

.qualification__item:hover .qualification__image::after {
  background: #184250;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qualification__item:hover .qualification__image::before {
  position: absolute;
  content: "";
  width: 8.6875rem;
  height: 1.5rem;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/qualification_hover.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

.qualification__kind {
  width: 9.6875rem;
  max-width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
  font-family: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin-inline: auto;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .qualification__kind {
    width: 13.6875rem;
  }
}

.qualification__kind-blue {
  background: #5EB5D2;
}

.qualification__kind-pink {
  background: #F589BF;
}

.qualification__kind-yellow {
  background: #F4D245;
}

.qualification__name {
  color: #222222;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qualification__name {
    font-size: 1.125rem;
  }
}

.parent {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eafaff));
  background: linear-gradient(to bottom, #FFF 0%, #eafaff 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .parent {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .parent::after {
    position: absolute;
    content: "";
    background: url(../img/pink.png) no-repeat;
    background-size: contain;
    top: 150px;
    left: 0;
    width: 8.875rem;
    height: 12.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .parent__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.parent__head-title {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .parent__head-title {
    width: 27.5rem;
  }
}

.parent__head-image {
  max-width: 100%;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .parent__head-image {
    width: 32.3125rem;
    margin-left: 2.5625rem;
    margin-top: initial;
  }
}

.parent__tab-items {
  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;
}

.parent__tab-item {
  color: #0AB1EB;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  border: 2px solid #0AB1EB;
  border-radius: 70px;
  width: 12.3125rem;
  height: 2.1875rem;
  line-height: 1.9375rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .parent__tab-item {
    height: 3.375rem;
    line-height: 3.125rem;
    font-size: 1.125rem;
  }
}

.parent__tab-item:not(:first-child) {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .parent__tab-item:not(:first-child) {
    margin-left: 1.25rem;
  }
}

.parent__tab-item:hover {
  background: #0AB1EB;
  color: #FFF;
}

.parent__items {
  margin-top: 2.1875rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .parent__items {
    margin-top: 3.1875rem;
  }
}

.parent__items.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .parent__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.parent__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .parent__item:not(:first-child) {
    margin-top: 1.0625rem;
  }
}

.parent__image {
  width: 10.125rem;
  max-width: 100%;
  margin-inline: auto;
}
.parent__text {
  width: 51.3125rem;
  max-width: 100%;
  padding: 1.25rem 1.25rem;
  background: #FFF;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 65, 82, 0.09));
          filter: drop-shadow(3px 3px 6px rgba(0, 65, 82, 0.09));
  border-radius: 8px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .parent__text {
    margin-left: 2rem;
    padding: 2.75rem 5rem;
  }
}

.parent__text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #FFF;
  border-top: 0;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .parent__text::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #FFF;
    border-left: 0;
    top: 50%;
    -webkit-transform: translateY(-50);
            transform: translateY(-50);
    left: -5px;
  }
}

.parent__tab-item.js-tab.is-active {
  background: #0AB1EB;
  color: #FFF;
  position: relative;
}

.parent__tab-item.js-tab.is-active::after {
  position: absolute;
  content: "";
  background: url(../img/parent_arrow.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.schedule {
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding-top: 7.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .schedule::after {
    position: absolute;
    content: "";
    background: url(../img/blue.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 11.375rem;
    height: 13.375rem;
  }
}

.schedule__bg {
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .schedule__bg {
    background: url(../img/schedule_bg.png) no-repeat bottom/contain;
    padding-bottom: 5rem;
  }
}

.schedule__items {
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(52, 54, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(52, 54, 0, 0.1);
  padding: 1.875rem 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .schedule__items {
    padding: 4.0625rem 4.375rem;
    margin-top: initial;
  }
}

.schedule__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10rem;
  }
}

.schedule__item:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(../img/schedule_arrow.png) no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 1.0625rem;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .schedule__item:not(:last-child)::after {
    left: 105px;
    -webkit-transform: initial;
            transform: initial;
  }
}

.schedule__item:not(:first-child) {
  margin-top: 3.25rem;
}

.schedule__image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .schedule__image {
    width: 15.125rem;
  }
}

.schedule__content {
  max-width: 100%;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.53125rem;
}
@media screen and (min-width: 768px) {
  .schedule__content {
    padding-bottom: 0.90625rem;
    width: 35.375rem;
    margin-left: 2.6875rem;
  }
}

.schedule__title {
  color: #F589BF;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 1.25rem;
  }
}

.schedule__title span {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .schedule__title span {
    font-size: 2rem;
  }
}

.schedule__text {
  margin-top: 0.34375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .schedule__text {
    margin-top: 0.65625rem;
    font-size: 1rem;
    line-height: 1.9375;
  }
}

.schedule__time-bg {
  position: relative;
}

@media screen and (min-width: 768px) {
  .schedule__time-bg::before {
    position: absolute;
    content: "";
    background-size: contain;
    right: 0;
    top: 0;
    width: 10.5rem;
    height: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .schedule__time-bg::after {
    position: absolute;
    content: "";
    background: url(../img/schedule_left.png) no-repeat;
    background-size: contain;
    left: 50px;
    bottom: 70px;
    width: 6.1875rem;
    height: 4.875rem;
  }
}

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

.schedule__under {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-blog {
  position: relative;
  background: url(../img/blog_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .top-blog {
    padding-top: 7.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .top-blog::after {
    position: absolute;
    content: "";
    background: url(../img/blog_right.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 12.625rem;
    height: 11.75rem;
  }
}

@media screen and (min-width: 768px) {
  .top-blog::before {
    position: absolute;
    content: "";
    background: url(../img/blog_left.png) no-repeat;
    background-size: contain;
    bottom: 195px;
    left: 0;
    width: 14.25rem;
    height: 16.6875rem;
  }
}

.top-blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.6875rem;
     -moz-column-gap: 1.6875rem;
          column-gap: 1.6875rem;
  row-gap: 1.375rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .top-blog__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2.8125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-blog__items::after {
    position: absolute;
    content: "";
    background: url(../img/blog_kids.png) no-repeat;
    background-size: contain;
    width: 11.8125rem;
    height: 10.0625rem;
    bottom: -130px;
    right: -75px;
  }
}

.top-blog__item {
  background: #FFF;
}

.top-blog__item a {
  color: #222222;
}

.top-blog__image {
  position: relative;
  height: 12.875rem;
}

.top-blog__image img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .top-blog__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -37%;
  background: #222222;
  display: inline-block;
} */
/* @media screen and (min-width: 768px) {
  .top-blog__image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -37%;
    background: #222222;
    display: inline-block;
  }
} */
.top-blog__category {
  background: #0AB1EB;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.1875rem 0.75rem;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 55px;
}

.top-blog__content {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .top-blog__content {
    padding: 0.3125rem 1.375rem 1.3125rem 1.375rem
  }
}

.top-blog__title {
  /* font-size: 1.25rem; */
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-blog__title {
    padding-bottom: 0.1875rem;
    height: 2.5rem;
  }
}

.top-blog__text {
  font-size: 0.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 5px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .top-blog__text {
    margin-top: 1.1875rem;
    line-height: 1.8571428571;
  }
}

.top-blog__btn {
  margin-top: 1.6875rem;
  text-align: center;
}

.top-blog__btn a {
  color: #0AB1EB;
  display: inline-block;
  background: #FFF;
  border: 6px solid #FAEE64;
  border-radius: 60px;
  width: 23.25rem;
  max-width: 100%;
  height: 4.3125rem;
  text-align: center;
  position: relative;
}

.top-blog__btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}

.top-blog__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.infomation {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .infomation {
    padding-top: 7.6875rem;
  }
}

.infomation__image {
  margin-top: 1.875rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .infomation__image {
    margin-top: 3.125rem;
  }
}

.infomation__image.is-active {
  display: block;
}

.infomation__tab-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1875rem 1fr 1.1875rem 1fr 1.1875rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  margin-top: 1.25rem;
}

.infomation__tab-item {
  cursor: pointer;
}

.infomation__items {
  margin-top: 3.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.875rem;
     -moz-column-gap: 3.875rem;
          column-gap: 3.875rem;
  row-gap: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .infomation__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.infomation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #0AB1EB;
  padding-bottom: 0.9375rem;
}

.infomation__item-label,
.infomation__item-text {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .infomation__item-label,
  .infomation__item-text {
    font-size: 0.9375rem;
  }
}

.infomation__item-label {
  width: 4.1875rem;
}

.infomation__item-text {
  font-weight: 500;
  margin-left: 3rem;
}

.infomation__map {
  margin-top: 4.25rem;
}

.infomation__map iframe {
  height: 17.125rem;
  border-radius: 15px;
  width: 100%;
}

.qa {
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa {
    margin-top: 10rem;
    padding-bottom: 6.875rem;
  }
}

.qa__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 1020px;
}

.qa__items {
  margin-top: 2.375rem;
}

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

.qa__dt {
  background: #FFF;
  border: 1px solid #0AB1EB;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 3.75rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .qa__dt {
    font-size: 1.125rem;
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
    padding-left: 5rem;
  }
}

.qa__dd {
  background: #FAEE64;
  color: #0AB1EB;
  border: 1px solid #0AB1EB;
  border-radius: 0 0 15px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 3.75rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .qa__dd {
    font-size: 1rem;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    padding-left: 5rem;
  }
}

.qa__dt::before,
.qa__dd::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  color: #0AB1EB;
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
  font-family: 400px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .qa__dt::before,
  .qa__dd::before {
    left: 33px;
  }
}

.qa__dt::before {
  content: "Q.";
}

.qa__dd::before {
  content: "A.";
}

.qa__cp-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .qa__cp-items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.qa__dt.is-active {
  border-radius: 15px 15px 0 0;
}

.qa__dt span::before,
.qa__dt span::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #0AB1EB;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .qa__dt span::before,
  .qa__dt span::after {
    right: 20px;
  }
}

.qa__dt span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__dt.is-active span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.link-panel__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.link-panel__title {
  color: #FFF;
  height: 4.5625rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0ab1eb), to(#74c1da));
  background: linear-gradient(to right, #0ab1eb 0%, #74c1da 100%);
  text-align: center;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .link-panel__title {
    font-size: 1.375rem;
  }
}

.link-panel__container {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .link-panel__container {
    width: 73.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .link-panel__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  /* .link-panel__btn:not(:first-child) {
    margin-left: 0.73125rem;
  } */
  .link-panel__btn {
    margin-left: 0.73125rem;
  }
}

.link-panel__btn {
  text-align: center;
}

/* .link-panel__btn:not(:first-child) {
  margin-top: 0.9375rem;
} */
.link-panel__btn {
  margin-top: 0.9375rem;
}

.link-panel__btn a {
  display: inline-block;
  font-size: 1rem;
  width: 18.4375rem;
  max-width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 40px;
  color: #FFF;
}
.link-panel__btn:nth-child(1) a {
  background: #0AB1EB;
}
.link-panel__btn:nth-child(1) a span{
padding-left: 0;
}

.link-panel__btn:nth-child(2) a {
  background: #F589BF;
}

.link-panel__btn:nth-child(3) a {
  background: rgb(255, 113, 61);;
}

.link-panel__btn:nth-child(4) a {
  background: rgb(170, 94, 200);;
}

.link-panel__btn a span {
  padding-left: 1.5625rem;
  position: relative;
}

.link-panel__btn:nth-child(1) a span::before {
  position: absolute;
  content: "";
  background: url(../img/tel.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 17px;
}

.link-panel__btn:nth-child(2) a span::before {
  position: absolute;
  content: "";
  background: url(../img/document.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 17px;
}

.link-panel__btn:nth-child(3) a span::before {
  position: absolute;
  content: "";
  background: url(../img/mail.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 14px;
}

.link-panel__btn:nth-child(4) a span::before {
  position: absolute;
  content: "";
  background: url(../img/instagram.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 14px;
}

.link-panel__text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  position: relative;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .link-panel__text {
    font-size: 0.875rem;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .link-panel__text::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 46px;
    background: #5EB5D2;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.link-panel__image {
  width: 6.875rem;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .link-panel__image {
    margin-top: -50px;
    margin-left: 2.1875rem;
    width: 18.5rem;
  }
}

.footer {
  background: #222222;
  position: relative;
  background: url(../img/footer_bg_test.png) no-repeat center center/cover;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 6.5625rem;
    padding-bottom: 4.0625rem;
  }
}

.footer__inner {
  border-bottom: 0.5px solid #FFF;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  width: 7.0625rem;
  max-width: 100%;
}

.footer__address {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8571428571;
  color: #FFF;
  margin-top: 2.3125rem;
}

.footer__privacy {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    margin-top: 5.5625rem;
  }
}

.footer__privacy a {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 3.2142857143;
  text-decoration: underline;
  color: #FFF;
}

.footer__text {
  font-size: 0.625rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.18em;
  color: #FFF;
  margin-top: 1.375rem;
}

.footer__link {
  border-top: 0.5px solid #FFF;
  width: 23.75rem;
  max-width: 100%;
  padding-top: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__link {
    padding-top: 1.25rem;
    margin-top: initial;
  }
}

.footer__link-home a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.8125;
  color: #FFF;
  position: relative;
}

.footer__link-home a::after {
  position: absolute;
  content: "";
  background: url(../img/footer_arrow.svg) no-repeat;
  background-size: contain;
  top: 55%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.footer__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}

.footer__link-items:last-child {
  margin-left: 3.5625rem;
}

.footer__link-item:not(:first-child) {
  margin-top: 0.9375rem;
}

.footer__link-item a {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #FFF;
}

.footer__link-item a span {
  position: relative;
  padding-left: 1.0625rem;
}

.footer__link-item:nth-child(1) a span::before {
  position: absolute;
  content: "";
  background: url(../img/tel.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.footer__link-item:nth-child(2) a span::before {
  position: absolute;
  content: "";
  background: url(../img/document.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.footer__link-item:nth-child(3) a span::before {
  position: absolute;
  content: "";
  background: url(../img/mail.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 8px;
}

.footer__link-item:nth-child(4) a span::before {
  position: absolute;
  content: "";
  background: url(../img/instagram.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 13px;
}

.footer__top-btn {
  width: 1.8375rem;
  position: absolute;
  top: 21px;
  right: 27px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: initial !important;
  margin-top: 1.25rem;
}

/* 前へ次への矢印カスタマイズ */
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 69px !important;
    width: 69px !important;
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 85px !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 69px;
  margin: auto;
  width: 69px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/fv_arrow_left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/fv_arrow_right.png);
}

.swiper-pagination-bullet {
  /*ページネーションの色 */
  background: #f8f9fb !important;
  /*ページネーションの透明度 */
  opacity: 1 !important;
  border: 1px solid #0AB1EB;
  width: 12px !important;
  height: 12px !important;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-color: #0AB1EB !important;
  border: none;
}

.swiper02 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .swiper02 {
    margin-top: 6.0625rem;
  }
}

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

.swiper02 .swiper-wrapper .swiper-slide {
  /* margin-left: 0.625rem; */
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .swiper02 .swiper-wrapper .swiper-slide {
    /* margin-left: 1.25rem; */
    width: 20rem;
  }
}

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

.swiper03 .swiper-wrapper .swiper-slide {
  margin-left: 0.625rem;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .swiper03 .swiper-wrapper .swiper-slide {
    width: 12.1875rem;
    margin-left: 2.15625rem;
  }
}

.reserve-btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 6.625rem;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .reserve-btn {
    width: 9rem;
  }
}

.reserve-btn.hidden {
  opacity: 0;
  visibility: hidden;
}

.reserve-btn__close {
  position: relative;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: #74C1DA;
  border: 1px solid #74C1DA;
  border-radius: 50%;
  right: -83px;
  top: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reserve-btn__close {
    width: 30px;
    height: 30px;
    right: -90px;
  }
}
@media screen and (min-width: 900px) {
  .reserve-btn__close {
    right: -110px;
  }
}

.reserve-btn__close span:nth-child(1):after {
  position: absolute;
  top: 8px;
  right: 3px;
  content: "";
  width: 12px;
  height: 1px;
  background: #FFF;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reserve-btn__close span:nth-child(1):after {
    width: 18px;
    right: 5px;
    top: 13px;
  }
}

.reserve-btn__close span:nth-child(2)::before {
  position: absolute;
  top: 8px;
  right: 3px;
  content: "";
  width: 12px;
  height: 1px;
  background: #FFF;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .reserve-btn__close span:nth-child(2)::before {
    width: 18px;
    right: 5px;
    top: 13px;
  }
}

/* ページネーションのスタイル */
.your-class-page {
  background: #f8f9fb;
  border: 1px solid #0AB1EB;
  height: 12px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 12px;
  opacity: 1;
}

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

/* ページネーションの位置 */
.your-class-pagination {
  bottom: -1.5em;
}
@media screen and (min-width: 768px) {
  .your-class-pagination {
    bottom: -2.5em;
  }
}


/* ページネーション間の余白 */
.your-class-pagination li {
  margin-left: 2px;
  margin-right: 2px;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
}

/* 矢印のクリック範囲など */
.button {
  background-color: transparent; /* ボタンの背景を透明にする */
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .button {
    height: 69px;
    width: 69px;
  }
}

/* 矢印共通のスタイル */
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 42px;
  width: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button::before {
    height: 69px;
    width: 69px;
  }
}

/* 前の矢印 */
.prev::before {
  background-image: url(../img/fv_arrow_left.png);
  left: -10px;
}
@media screen and (min-width: 768px) {
  .prev::before {
    left: 70px;
  }
}

/* 次の矢印 */
.next::before {
  background-image: url(../img/fv_arrow_right.png);
  left: 10px;
}
@media screen and (min-width: 768px) {
  .next::before {
    left: -70px;
  }
}

/* 次のスライドが無い場合の矢印 */
.button:disabled::before {
  opacity: 1;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.modal__layer {
  background: rgba(0, 0, 0, 0.8); /* 背景を薄くする */
  width: 100%;
  height: 100%;
  position: fixed; /* 画面に固定するために指定 */
  top: 0;
  left: 0;
  /* 追記 */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal {
  position: relative;
  height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /* 追記 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal__layer.is-open {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.modal__layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
  padding: 1.875rem 1.125rem 3.4375rem;
  width: 90%;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .modal__container {
    height: 31.25rem;
    width: 1000px;
    padding: 3.8125rem 6.25rem 6.875rem;
  }
}

.modal__head {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.5rem;
  }
}

.modal__label {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .modal__label {
    font-size: 2.0625rem;
    line-height: 1.4545454545;
  }
}

.modal__name {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #0AB1EB;
  border-radius: 50px;
  padding: 0.1875rem 0.625rem;
  color: #FFF;
  margin-top: 0.3125rem;
  width: 9.5rem;
}
@media screen and (min-width: 768px) {
  .modal__name {
    width: initial;
    font-size: 1.125rem;
    padding: 0.4375rem 1.375rem;
    margin-left: 1.25rem;
    margin-top: initial;
  }
}

.modal__name-pink {
  background: #F589BF;
}

.modal__name-yellow {
  background: #F4D245;
}

.modal__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}

.modal__image {
  width: 11.25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .modal__image {
    width: 14.25rem;
    margin-inline: initial;
  }
}

.modal__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1428571429;
  max-width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__text {
    font-size: 1rem;
    line-height: 2.25;
    width: 32.5rem;
    margin-left: 3.125rem;
    margin-top: initial;
  }
}

.modal__close {
  width: 3rem;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.accordion__sp-items {
  display: none;
}

.accordion__sp-items.is-active {
  display: block;
}

.accordion__sp-item {
  padding-left: 5px;
}

.accordion__sp-item a {
  font-size: 0.875rem;
  color: #222222;
  width: 100%;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.accordion__sp {
  border-bottom: 0.75px solid #000;
}

.accordion__sp p {
  position: relative;
}

.accordion__sp p::after,
.accordion__sp p::before {
  position: absolute;
  content: "";
  background: #222222;
  background-size: contain;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 1px;
}

.accordion__sp p::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__sp p.is-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.header-sub {
  height: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .header-sub {
    height: 94px;
  }
}

.header-sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  padding-right: 0.6875rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-sub__inner {
    padding-left: 1.875rem;
  }
}

.header-sub__nav-item {
  height: inherit;
}

.header-sub__nav-item:not(:first-child) {
  margin-left: 0.625rem;
}
@media screen and (min-width: 1320px) {
  .header-sub__nav-item:not(:first-child) {
    margin-left: 1.25rem;
  }
}

.header-sub__nav-item a {
  font-size: 0.875rem;
  font-size: 1rem;
  height: inherit;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.header-sub__btns {
  margin-top: 3.125rem;
}

.header-sub__btn-item a {
  height: 2.75rem;
  line-height: 2.75rem;
  width: 9.375rem;
}
@media screen and (min-width: 1320px) {
  .header-sub__btn-item a {
    width: 10.625rem;
  }
}

.header-sub__logo {
  width: 6rem;
  margin-top: initial;
  margin-inline: initial;
}

.header-sub__nav {
  margin-left: auto;
}

.header-sub__btns {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 1320px) {
  .header-sub__btns {
    margin-left: 1rem;
  }
}

.fv-sub__single {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .fv-sub__single {
    margin-top: 120px;
  }
}

.fv-sub {
  margin-top: 50px;
  background: #0AB1EB;
  width: 100%;
  height: 7.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-sub {
    margin-top: 85px;
    height: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .fv-sub::before {
    position: absolute;
    content: "";
    background: url(../img/fv-sub_left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 15.3125rem;
    height: 7.25rem;
  }
}

@media screen and (min-width: 768px) {
  .fv-sub::after {
    position: absolute;
    content: "";
    background: url(../img/fv-sub_right.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 13rem;
    height: 9.1875rem;
  }
}

.fv-sub__inner {
  position: relative;
  height: 100%;
}

.fv-sub__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv-sub__title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #FAEE64;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-sub__title {
    font-size: 2.4375rem;
  }
}

.fv-sub__title-document {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #FAEE64;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-sub__title-document {
    font-size: 2.4375rem;
  }
}

.fv-sub__title-document::before {
  position: absolute;
  content: "document request";
  color: rgba(255, 255, 255, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fv-sub__title-document::before {
    font-size: 6.25rem;
  }
}

.fv-sub__title::after {
  position: absolute;
  content: attr(data-en);
  color: rgba(255, 255, 255, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .fv-sub__title::after {
    font-size: 6.875rem;
  }
}

.about {
  padding-bottom: 1.875rem;
}

.about__title {
  width: 80%;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__title {
    width: 30.6875rem;
    width: 23rem;
  }
}

.about__text {
  margin-top: 1.2125rem;
}

.sub-head {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sub-head {
    margin-top: 1.2rem;
  }
}

.sub-head__text {
  width: 62.5rem;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  padding: 1.625rem 1.75rem;
  background: #fff;
  border: 1px solid #07b1e9;
  -webkit-box-shadow: 8px 8px 0 0 #07b1e9;
          box-shadow: 8px 8px 0 0 #07b1e9;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .sub-head__text {
    padding: 2.875rem 3rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.feature {
  margin-top: 6.6875rem;
}

.feature__items {
  width: 69.375rem;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.feature__item {
  margin-top: 3.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature__item::after {
  position: absolute;
  content: "01";
  font-size: 4.375rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #F1FAFD;
  font-family: "Outfit", sans-serif;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .feature__item::after {
    font-size: 9.625rem;
  }
}

.feature__item:nth-child(1)::after {
  content: "01";
  right: 0;
  bottom: -45px;
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(1)::after {
    right: -70px;
    bottom: -60px;
  }
}

.feature__item:nth-child(2)::after {
  content: "02";
  right: 0;
  bottom: -45px;
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(2)::after {
    left: -110px;
    bottom: -70px;
    right: initial;
  }
}

.feature__item:nth-child(3)::after {
  content: "03";
  right: 0;
  bottom: -45px;
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(3)::after {
    right: -60px;
    bottom: -75px;
  }
}

.feature__image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__image {
    width: 28.5rem;
  }
}

.feature__content {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__content {
    width: 35.375rem;
    margin-left: 4.375rem;
  }
}

.feature__label {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1666666667;
  color: #0AB1EB;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .feature__label {
    margin-top: initial;
  }
}

.feature__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2916666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 1.5rem;
  }
}

.feature__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .feature__text {
    line-height: 2.1428571429;
  }
}

.feture__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .feture__item-reverse .feature__image {
    margin-left: 3.95rem;
  }
}

.feture__item-reverse .feature__content {
  margin-left: 0;
}

.message {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message {
    margin-top: 8.75rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 87%;
    max-width: 100%;
    height: 18.25rem;
    background-color: #F1FAFC;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .message::before {
    content: "MESSAGE";
    position: absolute;
    bottom: -50px;
    right: 10px;
    z-index: 1;
    color: #FFF;
    font-size: 7.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}

.message__container {
  margin-top: 3.0375rem;
}
@media screen and (min-width: 768px) {
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.message__image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .message__image {
    width: 39.125rem;
  }
}

.message__content {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .message__content {
    width: 34rem;
    margin-left: 4.5625rem;
    padding-right: initial;
    padding-left: initial;
  }
}

.message__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.09em;
  max-width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .message__copy {
    font-size: 1.875rem;
    margin-top: initial;
  }
}

.message__text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .message__text {
    line-height: 2.8571428571;
    margin-top: 1.5rem;
  }
}

.method {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .method {
    padding-top: 6.625rem;
    padding-bottom: 10.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .method::before {
    position: absolute;
    content: "";
    background: url(../img/contact_left.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 10.5rem;
    height: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .method::after {
    position: absolute;
    content: "";
    background: url(../img/contact_right.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 11.6875rem;
    height: 10.875rem;
  }
}

.method__top {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #0AB1EB;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .method__top {
    font-size: 1.25rem;
  }
}

.method__top span {
  position: relative;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .method__top span {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
  }
}

.method__top span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background: #0AB1EB;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .method__top span::before {
    height: 32px;
  }
}

.method__top span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background: #0AB1EB;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
@media screen and (min-width: 768px) {
  .method__top span::after {
    height: 32px;
  }
}

.method__title {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .method__title {
    font-size: 1.25rem;
  }
}

.method__title span {
  font-size: 1.625rem;
  line-height: 1.4666666667;
  color: #F589BF;
  display: block;
}
@media screen and (min-width: 768px) {
  .method__title span {
    font-size: 1.875rem;
  }
}

.method__image {
  width: 37.9375rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2rem;
}

.method__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 2.3125rem;
  width: 52.8125rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .method__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.method__course {
  margin-top: 4.08125rem;
}

.method__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2.0625rem;
  margin-top: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .method__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 4.25rem;
    width: 77.625rem;
    max-width: 100%;
    margin-inline: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.method__item {
  border: 10px solid #79D5FF;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  padding: 2.8125rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .method__item {
    padding: 4.1875rem 2.8125rem;
  }
}

.method__item-link {
  padding: initial;
}

.method__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2.8125rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .method__item a {
    padding: 4.1875rem 2.8125rem;
  }
}

.method__item::before {
  position: absolute;
  content: "";
  top: -35px;
  left: -32px;
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .method__item::before {
    width: 7rem;
    height: 6.6875rem;
  }
}

.method__item:nth-child(1)::before {
  background: url(../img/point01.png) no-repeat;
  background-size: contain;
}

.method__item:nth-child(2)::before {
  background: url(../img/point02.png) no-repeat;
  background-size: contain;
}

.method__item:nth-child(3)::before {
  background: url(../img/point03.png) no-repeat;
  background-size: contain;
}

.method__item:nth-child(4)::before {
  background: url(../img/point04.png) no-repeat;
  background-size: contain;
}

.method__item::after {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #EAF9FF;
  font-family: "Outfit", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  right: 0;
  top: 10px;
  z-index: -1;
}

.method__item:nth-child(1)::after {
  content: "COURSE 01";
}

.method__item:nth-child(2)::after {
  content: "COURSE 02";
}

.method__item:nth-child(3)::after {
  content: "COURSE 03";
}

.method__item-title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #F589BF;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.method__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  margin-top: 0.9375rem;
  color: #222222;
}

.course-head {
  padding-bottom: 7.5rem;
}

.course-head__title {
  margin-top: 2.5rem;
}

.course-head__about {
  width: 80%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .course-head__about {
    width: 30.6875rem;
    width: 23rem;
    margin-top: 7.6875rem;
  }
}

.course-head__container {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 2.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75.625rem;
    max-width: 100%;
    margin-inline: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.course-head__container::after {
  position: absolute;
  content: "ABOUT";
  font-family: "Outfit", sans-serif;
  font-size: 7.5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #F1FAFD;
  right: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.course-head__image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .course-head__image {
    width: 37.5rem;
  }
}

.course-head__content {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .course-head__content {
    width: 31.875rem;
    margin-left: 5rem;
  }
}

.course-head__content__label {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  color: #0AB1EB;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .course-head__content__label {
    margin-top: initial;
    font-size: 0.875rem;
  }
}

.course-head__content-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2916666667;
  letter-spacing: 0.11em;
  color: #0AB1EB;
}
@media screen and (min-width: 768px) {
  .course-head__content-title {
    font-size: 2.0625rem;
    line-height: 1.4545454545;
  }
}

.course-head__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .course-head__content-text {
    line-height: 2.1428571429;
    font-size: 1rem;
    line-height: 2.375;
  }
}

.what-course {
  background: #F1FAFC;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.what-course__text {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .what-course__text {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.what-course__image {
  margin-top: 3.125rem;
}

.what-course__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
  row-gap: 1.5625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .what-course__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.what-course__item {
  border-radius: 10px;
  padding: 1.4375rem 0.625rem;
  background: #fff;
  border: 1px solid #07b1e9;
  -webkit-box-shadow: 8px 8px 0 0 #07b1e9;
          box-shadow: 8px 8px 0 0 #07b1e9;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 2.125;
  color: #0AB1EB;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .what-course__item {
    padding: 1.5625rem 1.25rem;
    font-size: 1.25rem;
  }
}

.course-about {
  padding-block: 6.6875rem;
}

.course-about__item::after {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #EAF9FF;
  font-family: "Outfit", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15rem;
  z-index: -1;
}

.course-about__item:nth-child(1)::after {
  content: "POINT 01";
}

.course-about__item:nth-child(2)::after {
  content: "POINT 02";
}

.course-about__item:nth-child(3)::after {
  content: "POINT 03";
}

.reason {
  margin-top: 8.625rem;
}

.course-kind {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-kind {
    padding-top: 6.625rem;
    padding-bottom: 10.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .course-kind::before {
    position: absolute;
    content: "";
    background: url(../img/contact_left.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 10.5rem;
    height: 12.5rem;
  }
}

.plan {
  padding-top: 5.3125rem;
  padding-bottom: 6.9375rem;
  background: #F1FAFC;
}

.plan__table-area01 {
  margin-top: 2.5rem;
}

.plan__table-area02 {
  margin-top: 1.9375rem;
}

.plan__table {
  border-radius: 20px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #707070;
  table-layout: fixed;
}

.plan__table tr:first-child {
  background: #0AB1EB;
  border-radius: 20px 20px 0 0;
}

.plan__table th {
  color: #FFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .plan__table th {
    font-size: 1rem;
  }
}

.plan__table td:first-child {
  background: #F3F7FC;
  color: #0AB1EB;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.plan__table td:not(:first-child),
.plan__table th:not(:first-child) {
  border-left: 1px solid #707070;
}

.plan__table td {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  text-align: center;
  border-top: 1px solid #707070;
  font-size: 0.75rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .plan__table td {
    font-size: 1rem;
    letter-spacing: 0.07em;
  }
}

.plan__table td span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
}

.plan__title {
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: center;
  width: 27.5rem;
  max-width: 100%;
  margin-inline: auto;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #0AB1EB;
  color: #FFF;
  border-radius: 60px;
  margin-top: 5rem;
}

.plan__options-container {
  margin-top: 1.875rem;
}

.plan__options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan__options {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.plan__option {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .plan__option {
    font-size: 1rem;
  }
}

.plan__option::before {
  content: "";
  position: absolute;
  background: #0AB1EB;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .plan__option::before {
    width: 15px;
    height: 15px;
  }
}

.plan__cp {
  width: 43.75rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 4rem;
}

.schedule-sub {
  margin-top: 1.25rem;
  padding-bottom: 7.5rem;
}

.schedule-sub__table {
  border-radius: 20px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #707070;
  margin-top: 2.5rem;
}

.schedule-sub__table tr:first-child {
  background: #0AB1EB;
  border-radius: 20px 20px 0 0;
}

.schedule-sub__table th {
  width: 20%;
  color: #FFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .schedule-sub__table th {
    width: 17%;
  }
}

.schedule-sub__table td:first-child {
  background: #F3F7FC;
  color: #0AB1EB;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .schedule-sub__table td:first-child {
    font-size: 1.125rem;
  }
}

.schedule-sub__table th:first-child,
.schedule-sub__table td:first-child {
  width: 5.625rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .schedule-sub__table th:first-child,
  .schedule-sub__table td:first-child {
    width: 16.0625rem;
  }
}

.schedule-sub__table td:not(:first-child),
.schedule-sub__table th:not(:first-child) {
  border-left: 1px solid #707070;
}

.schedule-sub__table td {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-top: 1px solid #707070;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .schedule-sub__table td {
    font-size: 1rem;
  }
}

.schedule-sub__table td span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .schedule-sub__table td span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    display: inline;
    margin-top: initial;
  }
}


.schedule__time-items {
  background: #FFF;
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
}

.schedule__time-item:not(:first-child) {
  margin-top: 5rem;
}

.schedule__time-head {
  background: #0AB1EB;
  color: #FFF;
  text-align: center;
  border-radius: 60px;
  width: 15.0625rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.1;
}

.schedule__time-head span {
  font-size: 0.9375rem;
}

.schedule__time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.8125rem;
  padding-right: 1.25rem;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}

.schedule__time-content:first-of-type {
  margin-top: 0.9375rem;
}

.schedule__time-content:not(:last-child) {
  padding-bottom: 2.8125rem;
}

.schedule__time-time {
  position: relative;
  font-size: 1.1875rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.schedule__time-content:not(:last-child) .schedule__time-time::after {
  position: absolute;
  content: "";
  background: #0AB1EB;
  width: 0.375rem;
  height: 1.668125rem;
  bottom: -2.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
}

.schedule__time-text {
  margin-left: 3.125rem;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.plesent {
  padding-bottom: 6.5rem;
}

.plesent__top {
  padding-top: 7rem;
  padding-bottom: 6.9375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .plesent__top::before {
    position: absolute;
    content: "";
    background: url(../img/plesent_right01.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 11.6875rem;
    height: 10.875rem;
    z-index: -1;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .plesent__top::after {
    position: absolute;
    content: "";
    background: url(../img/plesent_left01.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 11.1875rem;
    height: 8.75rem;
    z-index: -1;
    margin-left: calc(50% - 50vw);
  }
}

.plesent__head {
  background: #FAEE64;
  font-size: 1.25rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  height: 4.4375rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0AB1EB;
}
@media screen and (min-width: 768px) {
  .plesent__head {
    font-size: 2.0625rem;
  }
}

.plesent__item:not(:last-child) {
  padding-bottom: 4.0625rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .plesent__item:nth-child(1)::after {
    position: absolute;
    content: "";
    background: url(../img/plesent_left02.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 11.1875rem;
    height: 8.75rem;
    z-index: -1;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .plesent__item:nth-child(1)::before {
    position: absolute;
    content: "";
    background: url(../img/plesent_right02.png) no-repeat;
    background-size: contain;
    top: 4.375rem;
    right: 0;
    width: 11.25rem;
    height: 7.3125rem;
    z-index: -1;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .plesent__item:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(../img/plesent_left03.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 8.875rem;
    height: 10.4375rem;
    z-index: -1;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .plesent__item:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(../img/plesent_right01.png) no-repeat;
    background-size: contain;
    top: 4.375rem;
    right: 0;
    width: 11.6875rem;
    height: 10.875rem;
    z-index: -1;
    margin-right: calc(50% - 50vw);
  }
}

.plesent__item-container {
  padding-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .plesent__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17.9375rem;
  }
}

.plesent__item-image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .plesent__item-image {
    width: 18.375rem;
  }
}

.plesent__item-image img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .plesent__item-image img {
    border-radius: initial;
  }
}

.plesent__text-box {
  border: 11px solid #EAFCFF;
  border-radius: 20px;
  max-width: 100%;
  padding: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plesent__text-box {
    border-radius: 0 20px 20px 0;
    width: 44.125rem;
    margin-top: initial;
    padding: 4.4375rem 2.5rem 1.875rem;
  }
}

.plesent__item-title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #0AB1EB;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plesent__item-title {
    font-size: 1.5rem;
  }
}

.plesent__item-title::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 22px;
  background: #F589BF;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .plesent__item-title::before {
    height: 27px;
  }
}

.plesent__item-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.03125rem;
}

.plesent__item-box {
  margin-top: 2.125rem;
}

.archive {
  position: relative;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .archive {
    padding-bottom: 6.25rem;
  }
}

.archive .top-blog__item {
  background: #F1FAFC;
}

.navigation {
  margin-top: 2.5rem;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .navigation {
    margin-top: 4.5rem;
  }
}

.page-numbers {
  color: #0AB1EB;
  border: 1px solid #0AB1EB;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.page-numbers:not(:first-child) {
  margin-left: 0.875rem;
}

.page-numbers.current {
  color: #FFF;
  background: #0AB1EB;
}

.page-numbers:hover {
  color: #FFF;
  background: #0AB1EB;
}

/* 投稿ページ pagination */
.post-pagination {
  margin-top: 2rem;
}

.post-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #D6D6D6;
  padding: 1.25rem 2.5rem;
  margin-left: auto;
  width: 100%;
}

.post-pagination__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.167;
  color: #000;
}

.post-pagination__left a {
  position: relative;
}

.post-pagination__left a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_left.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

.post-pagination__right a {
  position: relative;
}

.post-pagination__right a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_right.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}

.post-pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-pagination__image {
  width: 6.875rem;
  max-width: 100%;
  display: inline-block;
}

.post-pagination__text {
  width: 14.6875rem;
  display: inline-block;
  margin-left: 0.625rem;
  color: #000;
}

/* single-page */
.single {
  color: #000;
  padding-top: 1.2rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .single {
    padding-top: 1.75rem;
  }
}
.single__title {
  font-size: 1.325rem;
  border-bottom: 1px solid #3B3B3B;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .single__title {
    font-size: 1.625rem;
    padding-bottom: 1.9375rem;
  }
}
.single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .single__label {
    margin-bottom: 1.5rem;
  }
}
.single__category-link {
  display: inline-block;
  width: 4.6875rem;
  text-align: center;
  background: #0AB1EB;
  color: #FFF;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 80px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .single__category-link {
    width: 6.5rem;
    font-size: 0.75rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
}
.single__time {
  margin-left: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .single__time {
    margin-left: 1.25rem;
  }
}
.single__time span {
  position: relative;
    padding-left: 20px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #8F8F8F;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .single__time span {
    font-size: 0.9375rem;
    padding-left: 20px;
  }
}
.single__time span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__name {
  margin-left: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .single__name {
    margin-left: 1.25rem;
  }
}
.single__name span {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .single__name span {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}
.single__name span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_name.svg) no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__image {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single__image {
    margin-top: 5.4375rem;
  }
}
.single__text {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .single__text {
    font-size: 0.9375rem;
    margin-top: 3.125rem;
  }
}
.single__content h2 {
  background: #F4F4F4;
  border-left: 4px solid #0AB1EB;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.0526315789;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.9375rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .single__content h2 {
    padding: 0.625rem 1.5rem;
    font-size: 1.1875rem;
    margin-top: 3.125rem;
  }
}
.single__content h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.2352941176;
  letter-spacing: 0.08em;
  border-left: 4px solid #989898;
  margin-top: 1.875rem;
  padding: 0.3125rem 0.625rem;
}

@media screen and (min-width: 768px) {
  .single__content h3 {
    font-size: 1.0625rem;
  }
}
.single__content p {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .single__content p {
    font-size: 0.9375rem;
  }
}
.single__content figure {
  width: 100%;
  margin-top: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .single__content figure {
    margin-top: 3.125rem;
  }
}
.single__content figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-quote {
  background: #F4F4F4;
  margin-top: 2rem;
}

.wp-block-quote {
  padding: 40px 15px;
}

.wp-block-quote p {
  margin-top: initial;
  margin-bottom: 20px;
}

cite {
  font-size: 0.875rem;
}

cite a {
  position: relative;
/*   padding-left: 3.5rem; */
}

@media screen and (min-width: 768px) {
  cite a {
/*     padding-left: 4rem; */
  }
}
cite a::before {
  position: absolute;
/*   content: "引用元："; */
  left: 0;
  top: 0;
  color: #000;
  pointer-events: none;
}

.wp-block-post-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D6D6D6;
  padding: 1.625rem;
  margin-top: 2rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .wp-block-post-author {
    padding: 2.625rem;
  }
}
.wp-block-post-author__avatar {
  width: 5.75rem;
  max-width: 100%;
  margin-right: 2.125rem;
}

@media screen and (min-width: 768px) {
  .wp-block-post-author__avatar {
    margin-right: 3.125rem;
  }
}
.wp-block-post-author__avatar::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #EDECED;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block-post-author__content {
  width: 35rem;
  max-width: 100%;
  position: relative;
  padding-left: 1.75rem;
}

@media screen and (min-width: 768px) {
  .wp-block-post-author__content {
    padding-left: 2.75rem;
  }
}
.wp-block-post-author__content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #EDECED;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block-post-author__name {
  margin-top: initial !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}
/*
.wp-block-image img {
  width: 100% !important;
} */

.single img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .single img {
    width: 60% ;
  }
}

.pankuz__inner {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pankuz__inner {
    margin-top: 1.875rem;
  }
}

.pankuz a {
  color: #222222;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.pankuz .current-item {
  color: #0AB1EB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.pankuz__border {
  width: 15px;
  display: inline;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
}

.privacy-policy__text {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 780px) {
  .privacy-policy__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.privacy {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.privacy__wrapper {
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
}

@media screen and (min-width: 780px) {
  .privacy__wrapper {
    font-size: 1rem;
  }
}
.privacy__wrapper p:not(:first-child) {
  margin-top: 1.875rem;
}

@media screen and (min-width: 780px) {
  .privacy__wrapper p:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.privacy__wrapper ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

@media screen and (min-width: 768px) {
  .contact__inner {
    margin-top: 1rem;
  }
}

.contact__form-items {
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
  background-color: #F4F4F4;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .contact__form-items {
    width: 100%;
    background: initial;
  }
}

.contact__form-item {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #CCD0D5;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form-item {
    padding-bottom: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__form-item__margin {
  margin-top: -1.4375rem;
}

.contact__form-dt {
  background-color: #F4F4F4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__form-dt {
    padding-left: 1.875rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.contact__form-dt__padding {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__form-dt__padding {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.contact__form-dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__form-dt label {
    width: 13.1875rem;
  }
}

.contact__label {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.contact__required {
  color: #FFF;
  background: #FF7900;
  border-radius: 40px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.125rem 0.5625rem;
  margin-left: 0.625rem;
}

.contact__form-dd {
  max-width: 100%;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .contact__form-dd {
    padding-left: 2.5rem;
    padding-right: 1.25rem;
    margin-top: initial;
    background: initial;
  }
}

input {
  height: 2.8125rem;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  background: #FFF;
  max-width: 100%;
  width: 100%;
  padding: 10px;
  font-size: 0.875rem;
  color: #222222;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    background: #F4F4F4;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  height: 2.5rem;
}

::-webkit-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-moz-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    font-size: 1rem;
  }
  ::-ms-input-placeholder {
    font-size: 1rem;
  }
  ::placeholder {
    font-size: 1rem;
  }
}

textarea {
  height: 11.25rem;
}

.contact__btn input {
  color: #FFF;
}

.wpcf7-list-item-label {
  position: relative;
  text-align: center;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    padding-left: 1.875rem;
  }
}

.contact__form-agree {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form-agree {
    margin-top: 2.5rem;
  }
}

.contact__btn {
  position: relative;
  margin-top: 1.875rem;
  width: 18.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    width: 23.25rem;
    margin-top: 1.875rem;
  }
}

.contact__btn input {
  color: #0AB1EB;
  display: inline-block;
  background: #FFF;
  border: 6px solid #FAEE64;
  border-radius: 60px;
  width: 18.75rem;
  max-width: 100%;
  height: 4.3125rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__btn input {
    width: 23.25rem;
  }
}

.contact__btn::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}

/* チェック前のradioボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  width: 1.2em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 3px;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before,
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #000; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control.wpcf7-radio {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    width: 31.25rem;
  }
}

.wpcf7-list-item-label {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item:nth-child(n+4) {
    margin-top: 1.125rem;
  }
}

.contact__privacy {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 4rem;
  }
}

.contact__privacy-title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy-title {
    font-size: 1.25rem;
  }
}

.contact__privacy-text {
  height: 13.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  padding: 0.5rem 1.375rem;
  border: 1px solid #D5D5D5;
  overflow-x: scroll;
  margin-top: 1.4375rem;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .contact__privacy-text {
    padding: 2.5rem 3.4375rem;
    margin-left: initial;
    margin-right: initial;
  }
}

.contact__form-radio {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .contact__form-radio {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.contact__title {
  background: #0AB1EB;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.625rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__title {
    height: 4.4375rem;
    line-height: 4.4375rem;
    font-size: 2.0625rem;
    margin-top: 3.75rem;
  }
}

.contact__text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.125;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.fee__cp {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .fee__cp {
    margin-top: 4.375rem;
  }
}

.cp {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .cp {
    padding-bottom: 6.25rem;
  }
}

.cp__ribon {
  width: 80%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cp__ribon {
    width: 30.6875rem;
    width: 23rem;
    margin-top: 5rem;
  }
}

.cp__text {
  position: relative;
  margin-top: 2.5rem;
}

.cp__text-head {
  background: #07b1e9;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.09em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .cp__text-head {
    font-size: 1.25rem;
  }
}

.cp__text-content {
  padding-top: 2.875rem;
}

.cp__btns {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cp__btns {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-top: 6.25rem;
  }
}

.cp__btn {
  text-align: center;
}

.cp__btn a {
  display: inline-block;
  background: #5EB5D2;
  border-radius: 50px;
  color: #FFF;
  width: 100%;
  max-width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .cp__btn a {
    font-size: 0.875rem;
    width: 16.875rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.cp__btn a::after {
  position: absolute;
  content: "";
  background: url(../img/cp_arrow.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cp__btn a::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}

.cp__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cp__items {
    margin-top: 4.375rem;
  }
}

.cp__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cp__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.cp__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  border-bottom: 1px solid #222222;
  padding-left: 1.25rem;
  line-height: 2.2916666667;
  padding-bottom: 0.875rem;
}

.cp__item-title::before {
  position: absolute;
  content: "";
  background: #0AB1EB;
  width: 5px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.cp__table-area {
  overflow-x: scroll;
}

.cp__table {
  margin-top: 1.875rem;
  border-radius: 20px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #707070;
  table-layout: fixed;
}

.cp__table tr:first-child {
  background: #0AB1EB;
  border-radius: 20px 20px 0 0;
}

.cp__table th {
  color: #FFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .cp__table th {
    font-size: 1rem;
  }
}

.cp__table td:first-child {
  background: #F3F7FC;
  color: #0AB1EB;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cp__table td:last-child {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cp__table td:not(:first-child),
.cp__table th:not(:first-child) {
  border-left: 1px solid #707070;
}

.cp__table td {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  text-align: center;
  border-top: 1px solid #707070;
  font-size: 0.75rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .cp__table td {
    font-size: 1rem;
    letter-spacing: 0.07em;
  }
}

.cp__orange {
  color: #FF7900;
}

.cp__table01 th:first-child {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cp__table01 th:first-child {
    width: 15.5625rem;
  }
}

.cp__table01 th:nth-child(2),
.cp__table01 th:nth-child(3) {
  max-width: 100%;
}

.cp__table01 th:nth-child(n+4) {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cp__table01 th:nth-child(n+4) {
    width: initial;
  }
}

.table__border {
  border-left: 1px solid #707070;
}

.cp__table02 th:nth-child(1) {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cp__table02 th:nth-child(1) {
    width: 21.5rem;
  }
}

.cp__table02 th:nth-child(n+3) {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cp__table02 th:nth-child(n+3) {
    width: initial;
  }
}

.cp__table02 th:nth-child(2) {
  max-width: 100%;
}

.cp__table02 td:nth-child(2) {
  background: #F3F7FC;
  color: #0AB1EB;
  font-weight: 700;
  letter-spacing: 0.02em;
}

tr:last-child td:nth-child(2) {
  background: initial;
  color: initial;
  font-weight: 500;
}

.movie {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .movie {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=styles.css.map */


.experience__slider {
  display: flex;
  justify-content: center;
}

.experience__slide {
  width: 11rem;
}

.experience__slide:not(:first-child) {
  margin-left: 1rem;
}

/* 目次 */
/* .toc_white {
  border: 1px solid #D6D6D6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .toc_white {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.toc_white::before {
  position: absolute;
  content: '';
  width: 100%;
  background: #0AB1EB;
  height: 5px;
  top: 0;
  left: 0;
}

.toc_title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 2.167 !important;
  letter-spacing: .08em !important;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: initial !important;
}

.toc_toggle {
  display: none;
}

.toc_list {
  margin-top: 1rem;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .toc-list {
    margin-top: 2rem;
  }
}

.toc_list > li {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .toc-list > li {
    padding-bottom: 1.3125rem;
  }
}

.toc_list ul {
  margin-left: 1.25rem;
  margin-top: 1rem;
}

.toc_list > li:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .toc_list > li:nth-child(n+2) {
  margin-top: 1.3125rem;
}
}

.toc_list a {
  font-size: 0.8125rem;
  color: #000;
}

.toc_number {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-family: "Manrope", sans-serif;
  padding-right: 1.25rem;
} */
/* 目次 */

.emphasis_design20 span {
  background: linear-gradient(transparent 50%, #bde4f7 50%);
  padding: 0 0.1em;
}

/* teacher */
.teacher {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .teacher {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.teacher__inner {
  max-width: 1400px;
}

.teacher__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .teacher__items {
    row-gap: 3.125rem;
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }
}

.teacher__item {
  max-width: 45%;
}
@media screen and (min-width: 768px) {
  .teacher__item {
    max-width: 40%;
  }
}

.teacher__item:last-of-type {
  place-items: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.teacher__image {
  width: 100%;
  margin-inline: auto;
}

.teacher__table {
  background: #FFF;
  border: 1px solid #707070;
  margin-top: 0.9375rem;
  border-radius: 20px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .teacher__table {
    margin-top: 3.125rem;
  }
}

.teacher__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teacher__label {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  background: #0AB1EB;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  width: 43%;
}
@media screen and (min-width: 768px) {
  .teacher__label {
    font-size: 1.25rem;
    width: 30%;
  }
}

tr:not(:first-child) .teacher__label,
tr:not(:first-child) .teacher__text {
  border-top: 1px solid #707070;
}

tr:first-child .teacher__label {
  border-radius: 20px 0 0 0;
}

tr:last-child .teacher__label {
  border-radius: 0 0 0 20px;
}

.teacher__text {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  padding: 5px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .teacher__text {
    font-size: 1.25rem;
  }
}
/* teacher */

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
  background: #fbfaf8;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	margin-top: 20px;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:10px 10px 10px 0;
	font-size:100%;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
font-size: 10px;
}
.blog-card .clear {
  clear: both;
}

.pankuz__area img ,.c-pankuz__border{
	width:15px !important;
}



/* cta */

.cta {
  padding-top: 1.7rem;
  padding-bottom: 3.3rem;
  background: url(../img/cta_bg_sp.png) no-repeat center center/cover;
  color: #2C2C2C;
  border-top: 10px solid #0497E7;
  border-bottom: 10px solid #0497E7;
  /* margin-top: 2rem; */
}

.cta__border {
  border-top: 1.5rem solid #12334E;
  border-bottom: 1.5rem solid #12334E;
}

.cta__head {
  display: grid;
  grid-template-columns: 1fr 34.6268656716%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta__title {
  z-index: 10;
  position: relative;
  width: 93.7313432836%;
  margin-inline: auto;
}

.cta__container {
  position: relative;
  margin-top: -1.5rem;
  margin-inline: auto;
  padding: 1.5rem 1rem 2.2rem;
  border: 3px solid #FF3F02;
  background: #FFF;
}

.cta__container::after {
  position: absolute;
  background: url(../img/cta_ashirai.png) no-repeat center center/contain;
  content: "";
}

.cta_attention {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta_attention span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff46f));
  background: linear-gradient(transparent 70%, #fff46f 70%);
}

.cta__items {
  display: grid;
  position: relative;
  margin-top: .75rem;
  gap: 2rem;
}

/* .cta__items::after {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cta_border.png) no-repeat center center/contain;
  content: "";
} */

.cta__item:nth-child(2) {
  position: relative;
}

.cta__item:nth-child(2)::before,
.cta__item:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../img/cta_border.png) no-repeat center center / contain;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX( -50%);
}
.cta__item:nth-child(2)::before {
  top: -1rem;
}
.cta__item:nth-child(2)::after {
  bottom: -1rem;
}

.cta__label {
  font-weight: 500;
  font-size: .875rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__label span {
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}

.cta__label span::before,
.cta__label span::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #FF3F02;
  content: "";
}

.cta__label span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.cta__label span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.cta__label-mail span::before,
.cta__label-mail span::after {
  background: #0048A3;
}

.cta__label-line span::before,
.cta__label-line span::after {
  background: #52B635;
}

.cta__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 2.0625rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.cta__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #FF3F02;
}

.cta__tel img {
  width: 1.9375rem;
}

.cta__text {
  font-weight: 500;
  font-size: .725rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__text-mail {
  margin-top: 0.5rem;
  font-weight: 400;
}

.cta__contact {
  margin-top: .625rem;
}

.cta__contact a {
  display: grid;
  position: relative;
  place-items: center;
  width: 84.4776119403%;
  width: 90%;
  max-width: 100%;
  min-height: 2.6875rem;
  margin-inline: auto;
  border: 2px solid #FFF;
  border-radius: 30px;
  background: #013B5C;
  color: #FFF;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.cta__contact a::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: "";
}

.cta__contact-line a {
  background: #52B635;
  position: relative;
}

.cta__contact-line a::before {
  position: absolute;
  content: '';
  background: url(../img/phone.png) no-repeat center center / contain;
  width: 2.3rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1.15rem;
}

.cta__contact span {
  position: relative;
  padding-left: 1.5em;
}

.cta__contact span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: .725rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  content: "";
}

.cta__contact-line span::before {
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  width: 1rem;
  height: .925rem;
}

@media screen and (min-width: 768px) {
.cta {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
    background: url(../img/cta_bg.png) no-repeat center center/cover;
    font-size: calc(10 / 1100 * 100vw);
    border-top: .9375rem solid #0497E7;
    border-bottom: .9375rem solid #0497E7;
  }
  .cta__head {
    display: none;
  }
  .cta__title {
    width: 51rem;
    width: 31.75rem;
  }
  .cta__container {
    /* width: 83.5%; */
    margin-top: -3rem;
    /* padding: 5.5rem 6.4rem 2.2rem 3.6rem; */
    padding: 3.1rem 2rem 1.2rem;;
  }
  .cta__container::after {
    top: -25%;
    right: 5%;
    width: 11.75rem;
    height: 8.3125rem;
  }
  .cta__items {
    grid-template-columns: repeat(3, 1fr);
  }
  /* .cta__items::after {
    top: 50%;
    left: 52.5%;
    width: 2px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/cta_border_pc.png) no-repeat center center/contain;
  } */
  .cta__item:nth-child(2)::before,
  .cta__item:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(../img/cta_border_pc.png) no-repeat center center / contain;
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .cta__item:nth-child(2)::before {
    left: -1.4rem;
  }
  .cta__item:nth-child(2)::after {
    right: -1.4rem;
    left: initial;
  }
  .cta__label {
    font-size: 1rem;
  }
  .cta__tel {
    font-size: 1.8125rem;
  }
  .cta__tel img {
    width: 1.6875rem;
  }
  .cta__text {
    font-size: .75rem;
  }
  .cta__text-mail {
    line-height: 1.5;
    line-height: calc(18 / 12);
  }
  .cta__contact {
    margin-top: initial;
  }
  .cta__contact a {
    width: 90%;
    min-height: 4.7rem;
    min-height: 2.9375rem;
    font-size: .8125rem;
  }
  .cta__contact-line a::before {
    left: 0.15rem;
  }
}

.topVoice2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
