@charset "UTF-8";

/* * {
  outline: 2px solid blue;
} */

/*   font-family: "Pinyon Script", cursive; */
/* font-family: 'Italianno', cursive; */
/*    font-family: "Taviraj", serif; */
/*    font-family: "Sawarabi Mincho", serif; */
/*     font-family: "Noto Serif JP", serif; */
/* font-family: "Great Vibes", cursive; 筆記体poinnt用*/
/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 62.5%;
}

:root {
  --main-color: #5e7dc1;
  --main-color01: #d8e7f2;
  --main-basic: #81d9c5;
  --main-basic01: #c8efe6;
  --sab-color: #ed9d52;
  --main-soul-color: #5D7DC1;
  --color-navr: #7a92c7;
  --blak: #333;
  --ttl: #ddcecd;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-red: #de0e0e;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

body {
  font-size: 1.5rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #585858;
  background-color: #fff;
  background-color: #e9f2f9;
}

.wrap {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

.markker {
  background: linear-gradient(transparent 60%, #ecd4e0 60%);

}

.en {
  /* letter-spacing: .1em; */
  font-family: "Pinyon Script", "cursive";
}

.sab {
  color: #ed9d52;
}

.red {
  color: #de0e0e;
}

.blue {
  color: cornflowerblue;
}

.bk {
  color: #585858;
}

/* アンダーライン赤 */
.underline-red {
  display: inline;
  background: linear-gradient(to bottom, transparent 90%, red 90%);
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin-left: 0;
}

/* section */
section {
  padding-bottom: 7rem;
}

.section {
  padding-top: 7rem;
}

/* タイトル */
h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #585858;
}

h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #585858;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* 共通 ボタン*/

/* solid_btn */
.button_solid a {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 #acc0d3;
}

.button_solid a:hover {
  color: #ffffff;
  background-color: #415a7f;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

/* custom-button  */
.custom-button {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 50px;
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.custom-button:hover {
  background-color: #d1dbf0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.custom-button:active {
  transform: translateY(2px);
}


@media screen and (max-width:768px) {

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

  body {
    overflow-x: hidden;
    font-size: 14px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 
  br.spacer {
    margin-bottom: 30px;
  } */

  .btn {
    margin-top: 30px;
  }
}


/*================================================
 *  ヘッダー
 ================================================*/
.header {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

/* left */
.header_bar_left {
  position: absolute;
  text-align: center;
  display: flex;
  left: 20%;
}

.header_bar_left h1 img {
  width: 250px;
}

header .header_bar_left h1 a span {
  font-size: 1.8rem;
}

/* logo */
.logo_link {
  /* display: flex; */
  align-items: center;
}

.logo_link img {
  width: 80px;
  /* 画像の幅を80pxに設定 */
  height: auto;
  /* 高さは自動調整 */
  margin-right: 10px;
  /* 画像とテキストの間隔を調整 */
}

/* right */
.header_bar_right {
  position: absolute;
  right: 10%;
}

.logo {
  font-weight: 700;
  padding-left: 14px;
}

.hamburger-menu {
  width: 80px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #365d83;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.hamburger-menu__bar:first-child {
  top: 12px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 20px;
}

.hamburger-menu__bar:last-child {
  top: 28px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: rgba(220, 227, 228, 0.9);
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding-top: 100px;
  margin: 0;
}

.navigation__link {
  color: #5b6664;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: .5s;
}

.navigation__link:hover {
  color: #fff;
}

a.navigation__link {
  font-size: 2.4rem;
}

.center-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.center-horizontal li {
  margin: 0 10px;
}

.resize-image {
  width: 60px;
  height: auto;
  /* アスペクト比を保つ */
}

/* side_contact */
#side_contact {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 200px;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

#side_contact ul li a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  padding: 15px;
  background: #b3c4e4;
  border-radius: 10px;
}

#side_contact.show {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #6f8eac;
  }
}

@media screen and (max-width:768px) {
  .header_bar_left {
    left: 13%;
  }

  header .header_bar_left h1 a {
    font-size: 2rem;
  }

  .header_bar_right {
    right: 0;
  }

  #side_contact {
    right: 6%;
  }

  #side_contact ul li a {
    padding: 8px;
  }
}

/* =======================================================
* main
* ======================================================= */
#main {
  position: relative;
  height: 100vh;
}

#slider {
  width: 100%;
  height: 90vh;
}

/* main_left */
#main .main_box {
  position: relative;
  width: 100%;
}

#slider h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 7rem;
  right: 0;
  text-align: center;
  color: #5e7dc1;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  /* border: 2px solid black; */
}

#slider h1 .no1,
#slider h1 .no2 {
  display: inline;
}

#slider h2 {
  position: absolute;
  top: 67%;
  left: 50%;
  font-size: 7rem;
  text-align: center;
  color: #384e9c;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: serif;
  font-family: "Pinyon Script", cursive;
  letter-spacing: .1em;
}

#slider h2 .no1,
#slider h2 .no2 {
  display: inline;
}


#slider p {
  position: absolute;
  top: 58%;
  left: 50%;
  text-align: center;
  color: #384e9c;
  z-index: 10;
  transform: translate(-50%, -50%);
  font-family: serif;
  font-size: 2rem;
}

/* 光りながら出現させるためのCSS */
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 3s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #81D9C5, 0 0 0 #81D9C5;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #81D9C5, 0 0 15px #81D9C5;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #81D9C5, 0 0 0 #81D9C5;
  }
}


#animatedText.shine-effect {
  background-image: linear-gradient(20deg,
      rgb(0, 0, 0) 45%,
      #fff 50%,
      rgb(0, 0, 0) 45%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 8s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* きらりと光るタイトル */
#slider h2.test {
  color: transparent;
  background-image: linear-gradient(20deg,
      rgb(56, 78, 156) 45%,
      #fff 50%,
      rgb(56, 78, 156) 45%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shine 5s infinite;
}

#slider p.ta {
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 50px;
  text-align: left;
  margin: 20px 0px 20px 10px;
  color: #fff;
  position: relative;
  font-family: arno-pro, serif;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(20deg,
      rgba(28, 28, 28, 0.3) 45%,
      #fff 50%,
      rgba(67, 66, 66, 0.3) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.image-container {
  position: absolute;
  top: 70%;
  right: 10%;
  z-index: 5;
}

.image-container img {
  width: 300px;
  height: 300px;
  transform: rotate(15deg);
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.8) 50%, transparent 100%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.8) 50%, transparent 100%);
}


/* 大きなデスクトップ */
@media screen and (min-width: 1366px) {
  #slider h1 {
    font-size: 6rem;
  }
}

/* 小さなデスクトップまたは大きなタブレット */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  #slider h1 {
    font-size: 4.5rem;
  }
}

/* タブレット（中間サイズのスクリーン） */
@media screen and (min-width: 820px) and (max-width: 1023px) {
  #slider h1 {
    font-size: 3.8rem;
  }
}

/* モバイルデバイス（小さいスクリーン） */
@media screen and (max-width: 819px) {
  #slider h1 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width:768px) {
  #slider h1 {
    width: 80%;
    top: 40%;
  }

  #slider h1 .no1 {
    display: block;
    margin-left: -60px;
  }

  #slider h1 .no2 {
    display: block;
    margin-right: -20px;
  }

  #slider h2 {
    top: 64%;
    left: 52%;
    color: #384e9c;
  }

  .image-container {

    top: 60%;
    right: 15%;
  }

  .line-break {
    display: block;
  }

  .no-break {
    display: inline-block;
    margin-left: 550px;
    /* 調整したいスペースをここで設定します */
  }
}

/* =======================================================
*  explanation
* ======================================================= */
#explanation {
  padding-top: 14rem;
  padding-bottom: 0;
}

h2.explanation_ttl:before {
  content: "";
  position: absolute;
  background: var(--main-color01);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 5%;
  left: 34%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#explanation p {
  font-size: 2rem;
  text-align: center;
}

/* loop */
.loop {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.loop__box {
  display: flex;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

#explanation p.loop__item {
  flex: 0 0 auto;
  font-size: 8rem;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-family: "Taviraj", serif;
  margin-bottom: 0;
}

.loop__item:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop__item:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width:768px) {
  #explanation {
    padding-top: 160px;
  }

  h2.explanation_ttl {
    font-size: 2.6rem;
  }

  #explanation p {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

/* =======================================================
*diagram
* ======================================================= */
#diagram {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  #diagram h2 {
    font-size: 24px;
  }
}
/* =======================================================
*menu
* ======================================================= */
#menu h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}

#menu h2 span.en {
  color: #727272;
  /* font-size: 2.2rem; */
}

#menu .menu_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

#menu .menu_box .menu_img {
  width: 40%;
}

#menu .menu_box .menu_txt {
  width: 45%;
}

#menu .menu_box.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width:768px) {
  #menu .menu_box .menu_img {
    width: 100%;
    margin-bottom: 20px;
  }

  #menu .menu_box .menu_txt h3 {
    font-size: 20px;
    text-align: center;
  }

  #menu .menu_box .menu_txt {
    width: 100%;
  }
}

/* =======================================================
* features
* ======================================================= */
h2.features_ttl:before {
  content: "";
  position: absolute;
  background: var(--main-color01);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 33%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.features_list_container {
  max-width: 750px;
  margin: 0 auto;
  height: 380px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.txt_points {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: var(--main-color);
  padding-right: 20px;
  transform: rotate(350deg);
}

h4.features_list__ttl {
  margin-bottom: 20px;
  font-size: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--main-color);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

:root {
  --swiper-navigation-size: 30px;
}

@media screen and (max-width:768px) {

  h2.features_ttl:before {
    left: 35px;
  }

  h2.features_ttl {
    font-size: 2.6rem;
  }

  .features_list_container {
    height: 580px;
  }

  h4.features_list__ttl {
    font-size: 2rem;
  }

  .txt_points {
    font-size: 3rem;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -5px);
    right: auto;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -5px);
    left: auto;
  }
}

/* =======================================================
* question
* ======================================================= */
#question h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  text-indent: -1.4em;
  padding-left: 3em;
}

.accordion-title::after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.accordion-title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-title::before {
  color: #6f8eac;
  content: "Q.";
}

.accordion-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
  background-color: #fff;
}

.accordion-text::before {
  color: #d79b9b;
  line-height: 1.2;
  content: "A.";
}

.accordion-text p {
  padding-left: 20px;
  transition: transform 1.5s, opacity 1.5s;
}

.smoll {
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .accordion-text p {
    padding-left: 0;
  }
}

/* =======================================================
*mail_salonお知らせ
* ======================================================= */

.salon_frame {
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  position: relative;
  padding: 1.5em;
  z-index: 0;
  background-color: #d6e0ea;
  /*背景色*/
}

.salon_frame:before {
  position: absolute;
  border: 2px dashed #fff;
  /*破線の太さ・色*/
  content: '';
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 5px;
  z-index: -1;
  border-radius: 3px;
}

.salon_frame h3 {
  text-align: center;
  border-bottom: none;
  color: #d95e7e;
  font-size: 2rem;
}

.salon_frame>p {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.salon_frame p.frame_whith {
  font-size: 2rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}


li.check_list {
  position: relative;
  padding-left: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
}

li.check_list:before {
  content: "\02665";
  margin-right: 5px;
  color: #d95e7e;
}

.image_container {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
}

.image_link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 48%;
}

.image_link img {
  transition: transform 0.5s ease;
}

.image_link:hover img {
  transform: scale(1.1);
}

.arrow {
  position: relative;
  left: 13%;
  font-size: 2rem;
  color: #d95e7e;
  width: 300px;
}

@media screen and (max-width:768px) {
  .salon_frame p.frame_whith {
    font-size: 1.2rem;
  }

  span.checkmark001 {
    font-size: 1.2rem;
    text-indent: -15px;
  }

  .image_container {
    flex-direction: column;
  }

  .image_link {
    width: 100%;
  }

  .image_link img {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkmark001 br.sp+span {
    text-indent: -40px;
  }
}

/* =======================================================
* Instagram
* ======================================================= */
#instagram h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.eapps-widget-toolbar {
  display: none !important;
}

/* =======================================================
* about
* ======================================================= */
#messeage_main {
  position: relative;
  background: url(../images/img_01.jpg) no-repeat center top 40% /cover;
  height: auto;
  padding-bottom: 50px;
}

#messeage_main div {
  /* position: absolute; */
  text-align: center;
  /* left: 5%; */
  line-height: 1;
}

#messeage_main h2.messeage_ttl {
  margin-top: 50px;
  font-size: 3rem;
}

#messeage_main h2.messeage_ttl {
  margin-bottom: 0;
  opacity: 0;
  transform: scale(0.8);
  animation: scaleIn 2s ease forwards;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

#messeage_main .sub_ttl.en {
  font-size: 4rem;
}

#messeage_main .sub_ttl span {
  display: block;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
}

.messeage_content {
  width: auto;
  height: auto;
  font-size: 2rem;
  color: #333;
}


.fadein {
  opacity: 0;
  transform: translateY(30px);
  animation: fadein .3s ease-out forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.txt01 {
  padding-top: 60px;
}

@media screen and (max-width:768px) {
  #messeage_main h2.messeage_ttl {
    font-size: 2.2rem;
  }

  #messeage_main .sub_ttl span {
    font-size: 3rem;
  }

  #messeage_main .sub_ttl.en {
    font-size: 2.8rem;
  }

  .messeage_content {
    padding: 0 15px;
  }

  .messeage_content p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*================================================
 *  hidtory
================================================*/
.flex--center {
  flex-direction: column
}

p.intro {
  padding: 100px 0 30px 0;
  text-align: center;
  font-size: 1.6rem;
}

.wrap .flex--center img {
  display: block;
  width: 250px;
  border-radius: 50%;
  margin-bottom: 80px;
}

.hidtory_container {
  line-height: 1.2;
}

h2.hidtory_container {
  font-size: 2.8rem;
}

h2.hidtory_container .en {
  /* font-size: 2.2rem; */
  color: #727272;
}

.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.cd-timeline__container {
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 18px;
  height: 95%;
  width: 1px;
  background: #ddd;
}

.year {
  position: absolute;
  top: 12px;
  left: 1px;
  font-size: .8rem;
  color: #fff
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 7em;
  }

  .cd-timeline__container::before {
    left: 50%;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  p.intro {
    font-size: 2rem;
  }

  .year {
    top: 25px;
    left: 8px;
    font-size: 1.2rem;
  }

  .cd-timeline__block {
    margin: 4em 0;
  }
}

@media screen and (max-width:768px) {
  .wrap .flex--center img {
    width: 200px;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.year01 {
  position: absolute;
  top: 17px;
  color: #fff;
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img {
  background: #a2958e;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  padding: 0 1em;
}

.cd-timeline__content h4 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  margin-top: 15px;
}

.cd-timeline__content p {
  font-size: 1.4rem;
  color: #7f8c97;
}

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  .cd-timeline__content h4 {
    text-align: left;
  }

  .cd-timeline__content p {
    font-size: 1.3rem;
    color: #7f8c97;
  }

}

@media only screen and (min-width: 1170px) {
  .cd-timeline__content p {
    font-size: 14px;
    color: #444648;
  }

  .cd-timeline__content {
    margin-left: 0;
    width: 43%;
    border-bottom: 1px solid #ddd;
  }

  .cd-timeline__content.left>p,
  .cd-timeline__content.left h4 {
    text-align: left;
  }

  .cd-timeline__read-more {
    float: left;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }

  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

/* =======================================================
*profile
* ======================================================= */
h2.profile_container {
  line-height: 1.2;
}

.profile_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.profile_txt {
  width: 45%;
}

.profile_img {
  width: 53%;
}

.profile_img img {
  border-radius: 20px;
}

@media screen and (max-width:768px) {
  .profile_box {
    flex-direction: column-reverse;
  }

  .profile_txt {
    width: 100%;
  }

  .profile_img {
    width: 100%;
    margin-bottom: 30px;
  }

}

/* =======================================================
*under_main
* ======================================================= */

#under_main,
#under_main_soul {
  background: url(../images/top_img.png) no-repeat center top 40% / cover;
}

/* #under_main_soul {
  background: url(../images/soul.jpg) no-repeat center top 40% / cover;
} */

#under_main,
#under_main_soul {
  height: 300px;
  position: relative;
}

#under_main div.sub_ttl,
#under_main_soul div.sub_ttl {
  position: absolute;
  top: 13%;
  left: 300px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;

}

#under_main div.sub_ttl {
  color: var(--main-basic);
}

#under_main_soul div.sub_ttl {
  color: #001267
}

#under_main .sub_ttl span,
#under_main_soul .sub_ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 4rem;
}

#under_main .sub_txt p,
#under_main_soul .sub_txt p {
  font-size: 1.8rem;
  color: #333;
}

.frosted-glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.image_content {
  position: absolute;
  top: 17%;
  right: 22%;
  z-index: 5;
}

.image_content img {
  width: 340px;
  height: auto;
  transform: rotate(5deg);
}

@media screen and (max-width:1640px) {
  .frosted-glass {
    width: 600px;
  }

  #under_main .sub_txt p,
  #under_main_soul .sub_txt p {
    font-size: 12px;
  }

  .image_content {
    position: absolute;
    top: 41%;
  }

  .image_content img {
    width: 288px;
  }
}

@media screen and (max-width:1366px) {

  #under_main div.sub_ttl,
  #under_main_soul div.sub_ttl {
    position: absolute;
    top: 13%;
    left: 12%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }

  .frosted-glass {
    width: 500px;
  }



  .sub_txt p,
  #under_main_soul .sub_txt p {
    font-size: 1.2rem;
  }


  .image_content {
    width: 30%;
    top: 34%;
    right: 5%;
  }
}

@media screen and (max-width:1200px) {
  .image_content {
    top: 36%;
    right: 3%;
  }
}

@media screen and (max-width:1024px) {
  .frosted-glass {
    width: 500px;
  }

  #under_main div.sub_ttl,
  #under_main_soul div.sub_ttl {
    left: 7%;
  }
}



@media screen and (max-width:768px) {
  #under_main .sub_ttl span {
    font-size: 3rem;
  }

  #under_main div.sub_ttl,
  #under_main_soul div.sub_ttl {
    left: 7%;
  }

  .frosted-glass {
    width: 400px;
  }

  #under_main .sub_txt p,
  #under_main_soul .sub_txt p {
    font-size: 1rem;
  }
}

@media screen and (max-width:520px) {

  #under_main div.sub_ttl,
  #under_main_soul div.sub_ttl {
    top: 7%;
    left: 7px;
    font-size: 1.6rem;
  }

  #under_main .sub_ttl span,
  #under_main_soul .sub_ttl span {
    font-size: 2.4rem;
    margin-bottom: 3px;
  }

  #under_main .sub_txt,
  #under_main_soul .sub_txt {
    width: 60%;
  }

  #under_main .sub_txt p,
  #under_main_soul .sub_txt p {
    font-size: 1rem;
  }

  .frosted-glass {
    padding: 10px;
  }

  .image_content {
    top: 52%;
    right: 6%;
  }

  .image_content img {
    width: 120px;
    transform: rotate(10deg);
  }
}

/* =======================================================
*basic_block
* ======================================================= */
#basic_block {
  position: relative;
}

#basic_block h2.basic_block_ttl,
#basic_block h2.basic_block_ttl.navy {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #585858;
}

#basic_block h2.basic_block_ttl:before,
#basic_block h2.basic_block_ttl.navy:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 9%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#basic_block h2.basic_block_ttl:before {
  background: var(--main-basic01);
  top: 15%;
  left: 35%;
}

#basic_block h2.basic_block_ttl.navy:before {
  background-color: #9db2de;
}

/***　ルーズリーフ風ボックス　***/
/*外枠の設定*/
.note_box {
  max-width: 980px;
  margin: 0 auto;
  border: solid 1px #a4badb;
  padding: 0 1em 0 2em;
  position: relative;
}

/*文字、罫線の設定*/
.note_box li {
  border-bottom: dashed 1px #ccc;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  font-size: 1.8rem;
}

.note_box li:last-of-type {
  border-bottom: none;
}

.arrow-img {
  width: 15px;
  height: auto;
  position: relative;
  top: -7px;
  left: 40px;
}

/*ドットの設定*/
.note_box::before {
  content: "";
  position: absolute;
  border-right: dotted 10px #d0d8f5;
  /*ドットの大きさ、高さ*/
  height: 96%;
  top: 0.5em;
  /*位置*/
  left: 0.5em;
  /*位置*/
}

@media screen and (max-width:1366px) {
  .note_box {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  #basic_block h2.basic_block_ttl {
    font-size: 2.2rem;
  }

  #basic_block h2.basic_block_ttl:before,
  #basic_block h2.basic_block_ttl.navy:before {
    width: 70px;
    height: 70px;
  }

  #basic_block h2.basic_block_ttl.navy:before {
    top: 5%;
    left: 15%;
  }

  #basic_block h2.basic_block_ttl:before {
    top: 10%;
    left: 25%;
  }

  #basic_block h2.basic_block_ttl.navy {
    font-size: 24px;
  }

  .note_box {
    margin: 0 10px;
  }
}

/* =======================================================
*course content
* ======================================================= */
.six_lessons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}

.six_lessons:nth-of-type(even) {
  flex-direction: row-reverse;
}

.six_lessons.flex {
  flex-direction: row
}

.six_lessons.flex_row {
  flex-direction: row-reverse
}

.six_lessons_img {
  width: 40%;
}

.six_lessons_img img {
  border-radius: 20px;
}

.six_lessons_item {
  width: 50%;
}

.lesson_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: flex-start
}

.lesson_num_round {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 2rem;
  font-family: "Pinyon Script", cursive;
  font-weight: 700;
  border-width: 2px;
  color: var(--main-basic);
  border-style: dashed;
  border-radius: 50%;
}

.lesson_soul {
  color: #384e9c;
}

.lesson_num_round_inner {
  line-height: 1.2;
}

.lesson_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 30px;
}

.lesson_text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--main-color);
}

div.time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

div.time p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: var(--blak)
}

div.time img {
  width: 30px;
  margin-right: 10px;
}

.lecture-list {
  list-style-type: decimal;
  padding-left: 80px;
}

.lecture-item {
  margin-bottom: 10px;
}

.supplement {
  max-width: 480px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 0 auto;
}

.supplement p {
  margin-bottom: 0;
}

.lesson_description {
  margin-left: 100px;
}

.six_lessons:nth-child(2) .lesson_description,
.six_lessons:nth-child(4) .lesson_description,
.six_lessons:nth-child(6) .lesson_description,
.six_lessons:nth-child(8) .lesson_description,
.six_lessons:nth-child(10) .lesson_description {
  margin-left: 50px;
}

.lesson_flameTxt {
  display: flex;
  border: 2px solid #a4badb;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin: 20px 0;
  max-width: 800px;
  align-items: flex-start;
  margin: -75px auto 0;
  justify-content: space-evenly;
  margin-bottom: 80px;
}

.lesson_flameTxt p {
  margin: 0;
}

.lesson_flameTxt ul {
  list-style: none;
  padding-left: 20px;
}

.lesson_flameTxt li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

.lesson_flameTxt.second {
  flex-direction: column
}

.session {
  margin-top: 20px;
}

.session p {
  color: #5e7dc1;
}

p.wing {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.wing::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('/images/wing_icon.png') no-repeat center center;
  background-size: contain;
}

.alignment_box {
  margin: 0 auto 20px;
}

.alignment {
  text-align: center;
}

.alignment p {
  color: #d95e7e;
  font-weight: bold;
}

.cross {
  margin: 10px 0;
  font-size: 1.5em;
}

@media screen and (max-width:768px) {
  #course_content h2 {
    font-size: 2.2rem;
  }

  .six_lessons {
    display: block;
  }

  .six_lessons:nth-child(even) {
    flex-direction: row;
  }

  .lesson_ttl_wrap {
    flex-direction: column
  }

  .lesson_num_round {
    width: 75px;
    min-width: 75px;
    height: 75px;
    font-size: 2.4rem;
  }

  .six_lessons {
    margin-bottom: 100px;
  }

  .six_lessons_img {
    width: 100%;
  }

  .six_lessons_item {
    width: 100%;
    margin-top: 30px;
  }

  .lesson_ttl {
    /* width: 260px; */
    font-size: 2rem;
  }

  .lesson_text {
    margin-top: 15px;
    font-size: 1.8rem;

  }

  .lecture-list {
    padding-left: 35px;
  }

  .lesson_description {
    margin-top: 20px;
    margin-left: 0;
  }

  .six_lessons:nth-child(4) .lesson_description {
    margin-left: 0;
  }

  .lesson_flameTxt {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width:520px) {
  .lesson_ttl {
    font-size: 1.6rem;
  }

  .lesson_num_round {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/* =======================================================
*recommendation
* ======================================================= */
#recommendation {
  position: relative;
}

.recommendation_title {
  text-align: center;
  font-size: 30px;
}

.recommendation_title .subtitle {
  font-size: 0.6em;
}

.recommendation_title:before {
  background-color: var(--main-basic01);
}

.recommendation_title.navy:before {
  background-color: #9db2de;
}

.recommendation_title:before,
.recommendation_title.navy:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 57%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;

}

.recommendation_title:before {
  top: 57%;
  left: 38%;
}

.recommendation_title.navy:before {
  top: 69%;
  left: 32%;
}

.checklist-items {
  /* position: absolute;
  top: 23px;
  left: 350px;
  width: 100%;
  height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  list-style-type: none;
  /* リストスタイルを削除 */
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.checklist-items li {
  font-size: 1em;
  font-weight: bold;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 33px;
}

.checklist-items li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/check_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  h2.recommendation_title {
    font-size: 20px;
  }

  .recommendation_title.navy:before {
    top: 65%;
    left: 11%;
    width: 70px;
    height: 70px;
  }

  .recommendation_title:before {
    width: 70px;
    height: 70px;
    top: 69%;
    left: 13%;
  }
}

/* =======================================================
*voice
* ======================================================= */
#voice {
  position: relative;
}

.voice_img {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}


#voice h2 {
  text-align: center;
  font-size: 2.8rem;
}


.voice_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 2px solid #81d9c5;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.voice_container:last-child {
  margin-bottom: 80px;
}

.student_img {
  display: block;
  text-align: center;
  width: 24%;
}

.student_voice {
  width: 80%;
}

.student_img img {
  width: 160px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.student_info {
  text-align: center;
  margin-top: 15px;
  font-size: 1.2rem;
  color: #333;
}

p.voice_ttl {
  font-size: 2rem;
  border-bottom: 3px solid #81d9c5;
  padding-bottom: 5px;
}

/* p.voice_sab {
  font-size: 1.8rem;
  text-align: center;
} */

.btn.single {
  width: 400px;
  margin: 80px auto 0;
}

.voice_banner {
  text-align: center;
}

.image_link02 {
  display: inline-block;
  overflow: hidden;
}

.image_link02 img {
  transition: transform 0.5s ease;
}

.image_link02:hover img {
  transform: scale(1.1);
}

@media screen and (max-width:768px) {
  .voice_title {
    font-size: 2.2rem;
  }

  .voice_title:before {
    top: 19px;
    left: 30%;
  }

  .voice_container {
    flex-direction: column;
  }

  .student_img {
    width: 100%;
  }

  .student_img img {
    width: 60%;
  }

  p.voice_ttl {
    font-size: 16px;
  }

  p.voice_sab {
    font-size: 14px;
    text-align: left;
  }

  .btn.single {
    width: 300px;
    margin: 80px auto 0;
  }

  a.btn_simple span {
    font-size: 15px;
  }
}

/* =======================================================
*future
* ======================================================= */
#future {
  position: relative;
}

.future_title .subtitle {
  font-size: 0.6em;
}

.future_title:before {
  content: "";
  position: absolute;
  background: var(--main-basic01);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 71px;
  left: 29%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -5;
}

.future_title.soul_coler:before {
  left: 2828%;
  background: #9db2de;
}

.checklist-items_future {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  list-style-type: none;
  /* リストスタイルを削除 */
  padding: 20px;
  box-sizing: border-box;
}

.checklist-items_future li {
  font-size: 1em;
  color: #555;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 35px;
  text-align: left;
  list-style-position: inside;
}

.checklist-items_future li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/iine01.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  h2.future_title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .future_title.soul_coler:before {
    top: 63px;
    left: 16%;
    width: 70px;
    height: 70px;
  }

  .checklist-items_future {
    top: 100px;
    left: 0;
  }
}


/* =======================================================
*differencesモーダルダウン
* ======================================================= */
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #384e9c;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =======================================================
*differences
* ======================================================= */
#differences {
  position: relative;
}

.differences_title:before {
  content: "";
  position: absolute;
  background: var(--main-basic01);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 24px;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -5;
}

.details-content.js-details-content {
  background-color: #d7e0ee;
}

.details {
  border-top: 2px solid var(--main-basic01);
  border-left: 2px solid var(--main-basic01);
  border-right: 2px solid var(--main-basic01);
}

.details:last-of-type {
  border-bottom: 2px solid var(--main-basic01);
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  color: #5ebca9;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}

.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

.details-summary .btn {
  position: absolute;
  top: 37%;
  left: 10%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.details-summary .btn:before,
.details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}

.details-summary.is-active .btn {
  transform: rotate(-180deg);
}

.details-summary.is-active .btn:before {
  content: none;
}

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

.details-content {
  padding: 20px;
}

.details-content h2 {
  font-size: 2.2rem;
}

.details-content .red {
  color: #de0e0e;
}

.schedule {
  border: 2px solid #a4badb;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.schedule .note {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
}

.schedule .options {
  list-style-type: disc;
  padding-left: 20px;
}

.schedule .options li {
  margin-bottom: 10px;
  list-style: disc;
}

.course-options .note {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.line-through {
  display: inline-block;
  text-decoration: line-through;
  color: #9d9ea1;
}

.course-options .options {
  list-style-type: disc;
  padding-left: 20px;
}

.course-options .options li {
  margin-bottom: 10px;
}

.details-content .close-btn {
  display: block;
  margin: 0 auto;
  padding: 8px 32px;
  background: #00a5a0;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.details-content .close-btn:hover {
  opacity: 0.8;
}

.details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.details-content p:last-of-type {
  margin: 0 0 40px;
}

@media screen and (max-width:768px) {
  h2.differences_title {
    font-size: 2.2rem;
  }

  .differences_title:before {
    top: 17px;
    left: 16%;
  }

  .details-content h2 {
    font-size: 2.2rem;
    margin: 20px 0;
  }

  .details-summary {
    font-size: 17px;
  }

  h2.marginB--15 {
    font-size: 20px;
  }
}

/* =======================================================
*contact_corner
* ======================================================= */
.contact_ttl {
  position: relative;
  color: #158b2b;
  font-size: 3rem;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.contact_ttl:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 220px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corner_img {
  width: 42%;
}

.corner_img img {
  width: 100%;
}

.corner_txt {
  width: 45%;
}

.corner_txt h3 {
  border-bottom: none;
}

.corner_txt ul {
  padding-left: 20px;
}

.corner_txt ul li {
  list-style: disc;
  font-size: 2.2rem;
}

.corner_txt p {
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .contact_ttl {
    font-size: 2.2rem;
  }

  .corner {
    flex-direction: column;
  }

  .corner_img {
    width: 100%;
  }

  .corner img {
    width: 100%;
  }

  .corner_txt {
    width: 100%;
  }

  .corner_txt h3 {
    margin-top: 30px;
    font-size: 2.2rem;
  }

  .corner_txt p {
    margin-top: 15px;
  }
}

.button-container {
  text-align: center;
  margin-top: 20px;
}

/* =======================================================
*soul_block
* ======================================================= */
#soul_block {
  position: relative;
}

#soul_block h2.soul_block_ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #585858;
}

#soul_block h2.soul_block_ttl:before {
  content: "";
  position: absolute;
  background: #9db2de;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 16%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.three_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}

.three_course_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.three_course_list li {
  padding: 55px 5px 34px 35px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.three_course_list li {
  margin-bottom: 10px;
  font-size: 16px;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 55px 5px 34px 35px;
}

.step {
  font-weight: bold;
  color: #024bad;
  margin-right: 10px;
  font-size: 12px;
  padding: 14px 0;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (max-width:768px) {
  .three_course {
    flex-direction: column;
  }

  #soul_block h2.soul_block_ttl {
    font-size: 24px;
  }

  #soul_block h2.soul_block_ttl:before {
    top: 12%;
    left: 32%;
    width: 70px;
    height: 70px;
  }

  .three_course_list li {
    padding: 30px 0 0;
font-size: 12px;
  }

  .three_course_list li span {
    width: 40%;
    text-align: center;
  }

  .three_course_list li p {
    width: 60%;
  }

}

@media screen and (max-width:520px) {
  #soul_block h2.soul_block_ttl:before {
    left: 25%;
  }
}

/* =======================================================
*sub_main
* ======================================================= */
#sub_main {
  height: 500px;
  display: flex;
  margin-top: 85px;
}

#sub_main div {
  margin: auto;
  text-transform: uppercase;
  font-size: 90px;
}

@media screen and (max-width:768px) {
  #sub_main {
    margin-top: 60px;
    height: 300px;
  }

  #sub_main div {
    font-size: 60px;
  }
}

/* =======================================================
*footer
* ======================================================= */
footer {
  padding: 50px 0;
  background: #d1dbf0;
}

.footer_name {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.footer_menu {
  text-align: center;
  margin-bottom: 20px;
}

.footer_menu li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.footer_sns {
  text-align: center;
  margin-bottom: 60px;
}

.footer_sns li {
  display: inline-block;
  padding: 0 10px;
}

.resize-image_footer {
  width: 65px;
}

.copyright {
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width:768px) {
  .footer_name {
    font-size: 20px;
  }

  p.footer_menu {
    font-size: 18px;
  }

  .footer_menu li {
    display: block;
    margin-bottom: 15px;
  }
}

/*================================================
 *  ページトップへの戻り
================================================*/
#pagetop {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#pagetop a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: var(--main-color);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#pagetop a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: var(--main-color);
}

@media screen and (max-width:767px) {
  #pagetop {
    width: 50px;
    height: 50px;
  }

  #pagetop a::after {
    top: -18px;
    right: 60px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
  }

  #pagetop a::before {
    top: -180px;
    right: 60px;
  }
}

.vegas-slide-inner {
  font-size: 0;
}