@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
@font-face {
  font-family: "Mobo";
  src: url("../fonts/MOBO.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* Component Document */
/* Color */
/* Font */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Component Document */
.p-l {
  padding: 32px;
}

.p-m {
  padding: 16px;
}

.p-s {
  padding: 8px;
}

/* Font */
.headline {
  font-size: 32px;
}

.sub-headline {
  font-size: 24px;
}

.footnote {
  font-size: 14px;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fffdfa;
}

header {
  width: 100%;
  margin: 0px auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  header {
    height: 70px;
    padding: 12px 16px 0;
    z-index: 200;
  }
}
header .logo {
  margin-right: 15px;
}
header .logo a {
  height: 120px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo a {
    height: 70px;
  }
}
header .logo a img {
  height: 100%;
  width: auto;
}
header .logo a img:hover {
  cursor: pointer;
}
header .logo span img {
  height: 40px;
  width: auto;
}
header .header-btn-box {
  display: flex;
  justify-content: flex-end;
}
header .header-btn-box a {
  height: 60px;
  margin-left: 10px;
}
header .header-btn-box a img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .header-btn-box a.btn-reservation,
  header .header-btn-box a.btn-tel {
    display: none;
  }
}
header .header-btn-box a.btn-menu img {
  width: 66px;
}
header .header-btn-box a.btn-menu .icon-close {
  display: none;
}

nav#header-nav {
  display: none;
  width: 375px;
  padding: 32px 16px;
  position: fixed;
  top: 120px;
  right: 30px;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #3B0000;
  border-radius: var(--Component-Padding-sm, 12px);
}
@media screen and (max-width: 736px) {
  nav#header-nav {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background-color: #FADCE9;
  }
}
nav#header-nav ul {
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  nav#header-nav ul {
    margin-top: 100px;
  }
}
nav#header-nav ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
nav#header-nav ul li:last-of-type {
  margin-bottom: 0;
}
nav#header-nav ul li a {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
nav#header-nav .ig {
  text-align: center;
}
nav#header-nav .ig a {
  display: block;
  width: 40px;
  margin: 0 auto 32px;
}
nav#header-nav .nav-btn-box a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
nav#header-nav .nav-btn-box a:last-of-type {
  margin-bottom: 0;
}

.title {
  margin-bottom: 32px;
}
.title h2 {
  color: #83D25A;
  font-family: "Inter", "Zen Kaku Gothic New", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .title h2 {
    font-size: 32px;
  }
}
.title span {
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .title span {
    font-size: var(--Font-Body, 14px);
  }
}

.btn-box {
  margin-top: 30px;
}
.btn-box a {
  height: 65px;
}
@media screen and (max-width: 736px) {
  .btn-box a {
    height: auto;
    width: 100%;
  }
}
.btn-box a img {
  height: 65px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .btn-box a img {
    height: 40px;
    height: auto;
    width: 100%;
  }
}

#banner-box .banner-top ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#banner-box .banner-top ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #banner-box .banner-top ul li {
    width: 100%;
  }
}
#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer {
  padding: 60px 0 0;
  background: #FFF0F0;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    padding: 0 30px;
  }
}
footer .box .footer-top .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}
footer .box .footer-top .footer-logo a {
  display: inline-block;
  height: 100px;
}
footer .box .footer-top .footer-logo a img {
  height: 100%;
}
footer .box .footer-top ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top ul {
    flex-wrap: wrap;
  }
}
footer .box .footer-top ul li {
  padding: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top ul li {
    margin-top: 10px;
  }
}
footer .box .footer-top ul li a {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .footer-top .footer-btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto 30px;
}
footer .box .footer-top .footer-btn-box a {
  height: 65px;
  padding: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-btn-box a {
    height: auto;
    width: 100%;
    padding: 5px 0;
  }
}
footer .box .footer-bottom {
  background: #1E0000;
  display: flex;
  padding: 14px 10% 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 16px 32px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-bottom-left {
    margin-bottom: 16px;
  }
}
footer .box .footer-bottom .footer-bottom-left a {
  color: #CCC;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-bottom-left a {
    padding: 0 8px;
  }
}
footer .box .footer-bottom .footer-bottom-right p {
  color: #666;
  font-family: var(--Font-family-EG, Inter);
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

main#top {
  padding-top: 100px;
  background-color: #fff0f0;
}
main#top section {
  padding: 80px 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}
main#top section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top #mv {
  background-image: url(../img/mv-bg.jpg);
  background-size: cover;
  width: 90%;
  height: auto;
  aspect-ratio: 1240/580;
  padding: 0;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  main#top #mv {
    background-image: url(../img/mv-bg-sp.jpg);
    aspect-ratio: 686/666;
    width: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position-x: center;
  }
}
main#top #mv h1 {
  width: 50%;
  position: absolute;
  left: -50px;
  bottom: 0%;
}
@media screen and (max-width: 736px) {
  main#top #mv h1 {
    width: 100%;
    left: 0;
    bottom: -160px;
  }
}
main#top #mv h1 img {
  width: 100%;
}
main#top .top-btn-box {
  background-color: #fff0f0;
  padding: 20px 0 48px;
}
@media screen and (max-width: 736px) {
  main#top .top-btn-box {
    margin-top: 140px;
  }
}
@media screen and (max-width: 736px) {
  main#top .top-btn-box a {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  main#top .top-btn-box a img {
    width: 100%;
    height: auto;
  }
}
main#top #news .box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  border: 2px solid rgba(131, 210, 90, 0.9);
  background: #F6FBF3;
  padding: 48px 140px;
}
@media screen and (max-width: 736px) {
  main#top #news .box {
    padding: 32px 20px;
  }
}
main#top #news .box ul li {
  display: flex;
  padding-bottom: var(--Component-Padding-medium, 16px);
  align-items: center;
  gap: var(--Component-Padding-Large, 32px);
  align-self: stretch;
  border-bottom: 1px solid rgba(131, 210, 90, 0.6);
  margin: 16px 0;
}
@media screen and (max-width: 736px) {
  main#top #news .box ul li {
    flex-wrap: wrap;
    gap: 16px;
  }
}
main#top #news .box ul li .cat {
  display: flex;
  padding: 4px var(--Component-Padding-medium, 16px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #83D25A;
}
main#top #news .box ul li .date {
  color: #333;
  font-family: var(--Font-family-EG, Inter);
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #news .box ul li a {
    width: 100%;
  }
}
main#top #news .box ul li a p {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #mission {
    padding: 120px 0;
  }
}
main#top #mission .box {
  text-align: center;
}
main#top #mission .box .mission-title {
  position: relative;
}
main#top #mission .box .mission-title h2 {
  color: #FEECEC;
  text-align: center;
  font-family: Inter;
  font-size: 140px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .mission-title h2 {
    font-size: 70px;
    top: -16px;
  }
}
main#top #mission .box h3 {
  color: var(--Color-Secondary, #3B0000);
  text-align: center;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Headline, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 175% */
  margin-bottom: 72px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 736px) {
  main#top #mission .box h3 {
    font-size: var(--Font-Sub-Headline, 16px);
    line-height: 180%;
    margin-bottom: 0;
  }
}
main#top #mission .box h3::before {
  content: "";
  background-image: url(../img/illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 120px;
  aspect-ratio: 31/17;
  position: absolute;
  bottom: 0;
  right: 100%;
}
@media screen and (max-width: 736px) {
  main#top #mission .box h3::before {
    top: -130px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 120px;
  }
}
main#top #mission .box h3::after {
  content: "";
  background-image: url(../img/illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 120px;
  aspect-ratio: 31/17;
  position: absolute;
  bottom: 0;
  left: 100%;
}
@media screen and (max-width: 736px) {
  main#top #mission .box h3::after {
    bottom: -130px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 120px;
  }
}
main#top #concept {
  position: relative;
}
main#top #concept .box {
  position: relative;
  border-radius: 20px;
  max-width: 95%;
  width: calc(100% - (100vw - 1000px) / 2);
  margin: 0;
  background: #FFF0F0;
  box-shadow: 70px 26px 0px 0px var(--Color-Primary, #DB4E70);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 80px 32px 0;
}
@media screen and (max-width: 736px) {
  main#top #concept .box {
    flex-wrap: wrap;
    padding: 24px 16px 24px 0;
    border-radius: 0px var(--Component-Padding-sm, 12px) var(--Component-Padding-sm, 12px) 0px;
    box-shadow: 6px var(--Component-Padding-sm, 12px) 0px 0px #DB4E70;
  }
}
main#top #concept .box .img {
  flex: 1;
  height: auto;
}
@media screen and (max-width: 736px) {
  main#top #concept .box .img {
    width: 100%;
    flex: auto;
    margin-bottom: 24px;
  }
}
main#top #concept .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 20px 20px 0px;
}
main#top #concept .box .text {
  width: 450px;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  main#top #concept .box .text {
    width: 100%;
    padding-left: 16px;
  }
}
main#top #concept .box .text .title h2 {
  color: #DB4E70;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #concept .box .text .title h2 {
    font-size: 32px;
  }
}
main#top #concept .box .text .title span {
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #concept .box .text .title span {
    font-size: var(--Font-Body, 14px);
  }
}
main#top #concept .box .text h3 {
  color: var(--Color-Primary, #DB4E70);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #concept .box .text h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
main#top #concept .box .text p {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 736px) {
  main#top #concept .box .text p {
    font-size: 14px;
    font-weight: 400;
  }
}
main#top #features .box .title h2 {
  color: var(--Color-Primary, #DB4E70);
}
main#top #features .box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#top #features .box ul {
    flex-wrap: wrap;
  }
}
main#top #features .box ul li {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 736px) {
  main#top #features .box ul li {
    width: 100%;
    margin-bottom: 24px;
  }
}
main#top #features .box ul li img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#top #features .box ul li img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main#top #features .box ul li h3 {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 10px 0;
}
main#top #features .box ul li p {
  width: 80%;
  margin: 0 auto;
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
main#top #lesson {
  background: #FFF0F0;
}
main#top #lesson .box .title h2 {
  color: #DB4E70;
}
main#top #lesson .box p.lead {
  color: #000;
  text-align: center;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 48px;
}
main#top #lesson .box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul {
    display: flex;
    flex-wrap: wrap;
  }
}
main#top #lesson .box ul li {
  border-radius: 10px;
  border: 1px solid var(--Color-Primary, #DB4E70);
  background: #FFF;
  padding: 16px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li {
    width: 100%;
  }
}
main#top #lesson .box ul li span {
  border-radius: 30px;
  background: #eee;
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li span {
    font-size: 14px;
  }
}
main#top #lesson .box ul li h3 {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
  min-height: 2em;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li h3 {
    min-height: none;
  }
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main#top #lesson .box ul li p {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0;
  min-height: 6em;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li p {
    min-height: auto;
    text-align: left;
  }
}
main#top #lesson .box ul li button {
  cursor: pointer;
  transition: 0.2s;
  color: var(--Color-Primary, #DB4E70);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%; /* 0.96px */
  text-underline-offset: auto;
  background-color: transparent;
  border: none;
  position: relative;
  margin-right: 30px;
}
main#top #lesson .box ul li button:hover {
  opacity: 0.8;
}
main#top #lesson .box ul li button::after {
  content: "";
  background-image: url(../img/arrow01.svg);
  height: 13px;
  width: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -17px;
  bottom: 1px;
}
main#top #lesson .box ul li:nth-child(1) span {
  background-color: #D6E03F;
}
main#top #lesson .box ul li:nth-child(2) span {
  background-color: #59C1CD;
}
main#top #lesson .box ul li:nth-child(3) span {
  background-color: #9BD579;
}
main#top #lesson .box ul li:nth-child(4) span {
  background-color: #EE9D82;
}
main#top #lesson .box ul li:nth-child(5), main#top #lesson .box ul li:nth-child(6) {
  grid-column: 1/span 2;
  display: flex;
  flex-wrap: wrap;
}
main#top #lesson .box ul li:nth-child(5) .item-title, main#top #lesson .box ul li:nth-child(6) .item-title {
  width: 48%;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li:nth-child(5) .item-title, main#top #lesson .box ul li:nth-child(6) .item-title {
    width: 100%;
  }
}
main#top #lesson .box ul li:nth-child(5) .item-title span, main#top #lesson .box ul li:nth-child(6) .item-title span {
  background-color: #FADCE9;
  color: #DB4E70;
}
main#top #lesson .box ul li:nth-child(5) img, main#top #lesson .box ul li:nth-child(6) img {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li:nth-child(5) img, main#top #lesson .box ul li:nth-child(6) img {
    width: 100%;
  }
}
main#top #lesson .box ul li:nth-child(5) p, main#top #lesson .box ul li:nth-child(6) p {
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}
main#top #lesson .box ul li:nth-child(5) .item-button-box, main#top #lesson .box ul li:nth-child(6) .item-button-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li:nth-child(5) .item-button-box, main#top #lesson .box ul li:nth-child(6) .item-button-box {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
main#top #lesson .box ul li:nth-child(5) .item-button-box small, main#top #lesson .box ul li:nth-child(6) .item-button-box small {
  display: block;
  flex: 1;
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 2%;
  padding: 8px;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box ul li:nth-child(5) .item-button-box small, main#top #lesson .box ul li:nth-child(6) .item-button-box small {
    font-size: 13px;
    border: none;
  }
}
main#top #lesson .box ul li:nth-child(5) .item-button-box button, main#top #lesson .box ul li:nth-child(6) .item-button-box button {
  width: 5em;
}
main#top #lesson .box ul li:nth-child(5) {
  grid-column: 1/span 2;
}
main#top #lesson .box ul li:nth-child(6) {
  grid-column: 3/span 2;
}
main#top #lesson .box h4 {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Sub-Headline, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 60px 0 10px;
}
@media screen and (max-width: 736px) {
  main#top #lesson .box h4 {
    font-size: 16px;
  }
}
main#top #lesson .box p {
  color: var(--Color-Secondary, #3B0000);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
main#top #lesson .box .calender-box {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
main#top #lesson .box .calender-box iframe {
  width: 100%;
  margin: 0 auto;
}
main#top .modal-contents .modal-lesson01,
main#top .modal-contents .modal-lesson02,
main#top .modal-contents .modal-lesson03,
main#top .modal-contents .modal-lesson04,
main#top .modal-contents .modal-lesson05,
main#top .modal-contents .modal-lesson06 {
  text-align: center;
}
main#top .modal-contents .modal-lesson01 span,
main#top .modal-contents .modal-lesson02 span,
main#top .modal-contents .modal-lesson03 span,
main#top .modal-contents .modal-lesson04 span,
main#top .modal-contents .modal-lesson05 span,
main#top .modal-contents .modal-lesson06 span {
  border-radius: 30px;
  background: #eee;
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 16px;
}
main#top .modal-contents .modal-lesson01 h3,
main#top .modal-contents .modal-lesson02 h3,
main#top .modal-contents .modal-lesson03 h3,
main#top .modal-contents .modal-lesson04 h3,
main#top .modal-contents .modal-lesson05 h3,
main#top .modal-contents .modal-lesson06 h3 {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
  min-height: 2em;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 h3,
  main#top .modal-contents .modal-lesson02 h3,
  main#top .modal-contents .modal-lesson03 h3,
  main#top .modal-contents .modal-lesson04 h3,
  main#top .modal-contents .modal-lesson05 h3,
  main#top .modal-contents .modal-lesson06 h3 {
    font-size: 16px;
  }
}
main#top .modal-contents .modal-lesson01 .flex,
main#top .modal-contents .modal-lesson02 .flex,
main#top .modal-contents .modal-lesson03 .flex,
main#top .modal-contents .modal-lesson04 .flex,
main#top .modal-contents .modal-lesson05 .flex,
main#top .modal-contents .modal-lesson06 .flex {
  display: flex;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex,
  main#top .modal-contents .modal-lesson02 .flex,
  main#top .modal-contents .modal-lesson03 .flex,
  main#top .modal-contents .modal-lesson04 .flex,
  main#top .modal-contents .modal-lesson05 .flex,
  main#top .modal-contents .modal-lesson06 .flex {
    flex-wrap: wrap;
  }
}
main#top .modal-contents .modal-lesson01 .flex .img,
main#top .modal-contents .modal-lesson02 .flex .img,
main#top .modal-contents .modal-lesson03 .flex .img,
main#top .modal-contents .modal-lesson04 .flex .img,
main#top .modal-contents .modal-lesson05 .flex .img,
main#top .modal-contents .modal-lesson06 .flex .img {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .img,
  main#top .modal-contents .modal-lesson02 .flex .img,
  main#top .modal-contents .modal-lesson03 .flex .img,
  main#top .modal-contents .modal-lesson04 .flex .img,
  main#top .modal-contents .modal-lesson05 .flex .img,
  main#top .modal-contents .modal-lesson06 .flex .img {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
main#top .modal-contents .modal-lesson01 .flex .img img,
main#top .modal-contents .modal-lesson02 .flex .img img,
main#top .modal-contents .modal-lesson03 .flex .img img,
main#top .modal-contents .modal-lesson04 .flex .img img,
main#top .modal-contents .modal-lesson05 .flex .img img,
main#top .modal-contents .modal-lesson06 .flex .img img {
  width: 100%;
  margin-bottom: 16px;
}
main#top .modal-contents .modal-lesson01 .flex .img img:last-of-type(),
main#top .modal-contents .modal-lesson02 .flex .img img:last-of-type(),
main#top .modal-contents .modal-lesson03 .flex .img img:last-of-type(),
main#top .modal-contents .modal-lesson04 .flex .img img:last-of-type(),
main#top .modal-contents .modal-lesson05 .flex .img img:last-of-type(),
main#top .modal-contents .modal-lesson06 .flex .img img:last-of-type() {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .img img,
  main#top .modal-contents .modal-lesson02 .flex .img img,
  main#top .modal-contents .modal-lesson03 .flex .img img,
  main#top .modal-contents .modal-lesson04 .flex .img img,
  main#top .modal-contents .modal-lesson05 .flex .img img,
  main#top .modal-contents .modal-lesson06 .flex .img img {
    width: 49%;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text,
main#top .modal-contents .modal-lesson02 .flex .text,
main#top .modal-contents .modal-lesson03 .flex .text,
main#top .modal-contents .modal-lesson04 .flex .text,
main#top .modal-contents .modal-lesson05 .flex .text,
main#top .modal-contents .modal-lesson06 .flex .text {
  flex: 1;
  margin-left: 32px;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text,
  main#top .modal-contents .modal-lesson02 .flex .text,
  main#top .modal-contents .modal-lesson03 .flex .text,
  main#top .modal-contents .modal-lesson04 .flex .text,
  main#top .modal-contents .modal-lesson05 .flex .text,
  main#top .modal-contents .modal-lesson06 .flex .text {
    flex: auto;
    margin-left: 0;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text p,
main#top .modal-contents .modal-lesson02 .flex .text p,
main#top .modal-contents .modal-lesson03 .flex .text p,
main#top .modal-contents .modal-lesson04 .flex .text p,
main#top .modal-contents .modal-lesson05 .flex .text p,
main#top .modal-contents .modal-lesson06 .flex .text p {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text p,
  main#top .modal-contents .modal-lesson02 .flex .text p,
  main#top .modal-contents .modal-lesson03 .flex .text p,
  main#top .modal-contents .modal-lesson04 .flex .text p,
  main#top .modal-contents .modal-lesson05 .flex .text p,
  main#top .modal-contents .modal-lesson06 .flex .text p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text dl,
main#top .modal-contents .modal-lesson02 .flex .text dl,
main#top .modal-contents .modal-lesson03 .flex .text dl,
main#top .modal-contents .modal-lesson04 .flex .text dl,
main#top .modal-contents .modal-lesson05 .flex .text dl,
main#top .modal-contents .modal-lesson06 .flex .text dl {
  border-radius: 8px;
  background: #EEE;
  display: flex;
  padding: var(--Component-Padding-md, 32px) var(--Component-Padding-sm, 16px);
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text dl,
  main#top .modal-contents .modal-lesson02 .flex .text dl,
  main#top .modal-contents .modal-lesson03 .flex .text dl,
  main#top .modal-contents .modal-lesson04 .flex .text dl,
  main#top .modal-contents .modal-lesson05 .flex .text dl,
  main#top .modal-contents .modal-lesson06 .flex .text dl {
    margin-bottom: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text dl dt,
main#top .modal-contents .modal-lesson02 .flex .text dl dt,
main#top .modal-contents .modal-lesson03 .flex .text dl dt,
main#top .modal-contents .modal-lesson04 .flex .text dl dt,
main#top .modal-contents .modal-lesson05 .flex .text dl dt,
main#top .modal-contents .modal-lesson06 .flex .text dl dt {
  width: 8em;
  padding-right: 16px;
  border-right: 1px solid #000;
  margin-right: 16px;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text dl dt,
  main#top .modal-contents .modal-lesson02 .flex .text dl dt,
  main#top .modal-contents .modal-lesson03 .flex .text dl dt,
  main#top .modal-contents .modal-lesson04 .flex .text dl dt,
  main#top .modal-contents .modal-lesson05 .flex .text dl dt,
  main#top .modal-contents .modal-lesson06 .flex .text dl dt {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text dl dd,
  main#top .modal-contents .modal-lesson02 .flex .text dl dd,
  main#top .modal-contents .modal-lesson03 .flex .text dl dd,
  main#top .modal-contents .modal-lesson04 .flex .text dl dd,
  main#top .modal-contents .modal-lesson05 .flex .text dl dd,
  main#top .modal-contents .modal-lesson06 .flex .text dl dd {
    width: 100%;
    font-size: 14px;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text table,
main#top .modal-contents .modal-lesson02 .flex .text table,
main#top .modal-contents .modal-lesson03 .flex .text table,
main#top .modal-contents .modal-lesson04 .flex .text table,
main#top .modal-contents .modal-lesson05 .flex .text table,
main#top .modal-contents .modal-lesson06 .flex .text table {
  width: 100%;
}
main#top .modal-contents .modal-lesson01 .flex .text table thead th,
main#top .modal-contents .modal-lesson02 .flex .text table thead th,
main#top .modal-contents .modal-lesson03 .flex .text table thead th,
main#top .modal-contents .modal-lesson04 .flex .text table thead th,
main#top .modal-contents .modal-lesson05 .flex .text table thead th,
main#top .modal-contents .modal-lesson06 .flex .text table thead th {
  padding: 5px 10px;
  border: 1px solid #DB4E70;
  background: #F8EFF2;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text table thead th,
  main#top .modal-contents .modal-lesson02 .flex .text table thead th,
  main#top .modal-contents .modal-lesson03 .flex .text table thead th,
  main#top .modal-contents .modal-lesson04 .flex .text table thead th,
  main#top .modal-contents .modal-lesson05 .flex .text table thead th,
  main#top .modal-contents .modal-lesson06 .flex .text table thead th {
    font-size: 14px;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text table tbody td,
main#top .modal-contents .modal-lesson02 .flex .text table tbody td,
main#top .modal-contents .modal-lesson03 .flex .text table tbody td,
main#top .modal-contents .modal-lesson04 .flex .text table tbody td,
main#top .modal-contents .modal-lesson05 .flex .text table tbody td,
main#top .modal-contents .modal-lesson06 .flex .text table tbody td {
  padding: 5px 10px;
  border: 1px solid #DB4E70;
  background: #FFF;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text table tbody td,
  main#top .modal-contents .modal-lesson02 .flex .text table tbody td,
  main#top .modal-contents .modal-lesson03 .flex .text table tbody td,
  main#top .modal-contents .modal-lesson04 .flex .text table tbody td,
  main#top .modal-contents .modal-lesson05 .flex .text table tbody td,
  main#top .modal-contents .modal-lesson06 .flex .text table tbody td {
    font-size: 14px;
  }
}
main#top .modal-contents .modal-lesson01 .flex .text small,
main#top .modal-contents .modal-lesson02 .flex .text small,
main#top .modal-contents .modal-lesson03 .flex .text small,
main#top .modal-contents .modal-lesson04 .flex .text small,
main#top .modal-contents .modal-lesson05 .flex .text small,
main#top .modal-contents .modal-lesson06 .flex .text small {
  color: #333;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-lesson01 .flex .text small,
  main#top .modal-contents .modal-lesson02 .flex .text small,
  main#top .modal-contents .modal-lesson03 .flex .text small,
  main#top .modal-contents .modal-lesson04 .flex .text small,
  main#top .modal-contents .modal-lesson05 .flex .text small,
  main#top .modal-contents .modal-lesson06 .flex .text small {
    font-size: 12px;
  }
}
main#top #facilities .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #facilities .box .text {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .text {
    width: 100%;
  }
}
main#top #facilities .box .text .title h2 {
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .text .title h2 {
    text-align: center;
  }
}
main#top #facilities .box .text .title span {
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .text .title span {
    text-align: center;
  }
}
main#top #facilities .box .text h3 {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Sub-Headline, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .text h3 {
    font-size: 16px;
  }
}
main#top #facilities .box .text p {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .text p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
main#top #facilities .box .map-box {
  flex: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box .map-box {
    flex: auto;
    width: 100%;
  }
}
main#top #facilities .box .map-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 12px;
}
main#top #facilities .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #facilities .box ul li {
  width: 24%;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box ul li {
    width: 100%;
  }
}
main#top #facilities .box ul li img {
  margin-bottom: 16px;
}
main#top #facilities .box ul li h4 {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box ul li h4 {
    font-size: 14px;
  }
}
main#top #facilities .box ul li p {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#top #facilities .box ul li p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
main#top #coach {
  background-image: url(../img/coach-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  main#top #coach .box {
    width: 100%;
  }
}
main#top #coach .box .title h2 {
  color: #fff;
}
main#top #coach .box .title span {
  color: #fff;
}
main#top #coach .box p.lead {
  color: #FFF;
  text-align: center;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  main#top #coach .box p.lead {
    margin-bottom: 24px;
  }
}
main#top #coach .box ul {
  display: flex;
  justify-content: center;
}
main#top #coach .box ul li {
  width: 20%;
  margin-right: 32px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 736px) {
  main#top #coach .box ul li {
    margin: 0 16px;
  }
}
main#top #coach .box ul li a {
  display: block;
  padding: 16px;
}
main#top #coach .box ul li a img {
  margin-bottom: 16px;
}
main#top #coach .box ul li a span {
  display: block;
  text-align: center;
  font-size: var(--Font-Body, 14px);
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#top #coach .box ul li a span {
    font-size: var(--Font-Footnote, 9.6px);
  }
}
main#top #coach .box ul li a h3 {
  color: #FFF;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
main#top #coach .box ul li a p {
  color: #FFF;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
main#top #coach .box ul.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -35px;
}
main#top #coach .box ul.slick-dots li {
  width: auto;
  border: none;
  margin: 0;
  border-radius: 0%;
  background-color: transparent;
}
main#top #coach .box ul.slick-dots li button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
main#top #coach .box ul.slick-dots li.slick-active button::before {
  background-color: #fff;
}
main#top .modal-contents .modal-coach01 .flex,
main#top .modal-contents .modal-coach02 .flex,
main#top .modal-contents .modal-coach03 .flex {
  display: flex;
}
main#top .modal-contents .modal-coach01 .flex .img,
main#top .modal-contents .modal-coach02 .flex .img,
main#top .modal-contents .modal-coach03 .flex .img {
  width: 30%;
}
main#top .modal-contents .modal-coach01 .flex .img img,
main#top .modal-contents .modal-coach02 .flex .img img,
main#top .modal-contents .modal-coach03 .flex .img img {
  width: 100%;
}
main#top .modal-contents .modal-coach01 .flex .text,
main#top .modal-contents .modal-coach02 .flex .text,
main#top .modal-contents .modal-coach03 .flex .text {
  flex: 1;
  margin-left: 32px;
}
main#top .modal-contents .modal-coach01 .flex .text h3,
main#top .modal-contents .modal-coach02 .flex .text h3,
main#top .modal-contents .modal-coach03 .flex .text h3 {
  color: #000;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Color-Primary, #DB4E70);
  margin-bottom: 32px;
}
main#top .modal-contents .modal-coach01 .flex .text p,
main#top .modal-contents .modal-coach02 .flex .text p,
main#top .modal-contents .modal-coach03 .flex .text p {
  color: var(--Color-Primary, #DB4E70);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Sub-Headline, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
main#top .modal-contents .modal-coach01 .flex .text dl,
main#top .modal-contents .modal-coach02 .flex .text dl,
main#top .modal-contents .modal-coach03 .flex .text dl {
  border-radius: 8px;
  background: #EEE;
  display: flex;
  padding: var(--Component-Padding-md, 32px) var(--Component-Padding-sm, 16px);
  align-items: flex-start;
}
main#top .modal-contents .modal-coach01 .flex .text dl dt,
main#top .modal-contents .modal-coach02 .flex .text dl dt,
main#top .modal-contents .modal-coach03 .flex .text dl dt {
  width: 8em;
  padding-right: 16px;
  border-right: 1px solid #000;
  margin-right: 16px;
}
main#top .modal-contents .modal-coach01 .flex .text table,
main#top .modal-contents .modal-coach02 .flex .text table,
main#top .modal-contents .modal-coach03 .flex .text table {
  width: 100%;
}
main#top .modal-contents .modal-coach01 .flex .text table thead th,
main#top .modal-contents .modal-coach02 .flex .text table thead th,
main#top .modal-contents .modal-coach03 .flex .text table thead th {
  padding: 5px 10px;
  border: 1px solid #DB4E70;
  background: #F8EFF2;
}
main#top .modal-contents .modal-coach01 .flex .text table tbody td,
main#top .modal-contents .modal-coach02 .flex .text table tbody td,
main#top .modal-contents .modal-coach03 .flex .text table tbody td {
  padding: 5px 10px;
  border: 1px solid #DB4E70;
  background: #FFF;
}
main#top .modal-contents .modal-coach01 .flex .text small,
main#top .modal-contents .modal-coach02 .flex .text small,
main#top .modal-contents .modal-coach03 .flex .text small {
  color: #333;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
main#top #instagram .box .title h2 {
  color: #3B0000;
}
main#top #instagram .box .title span {
  color: #3B0000;
}
main#top #instagram .box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
main#top #instagram .box ul li {
  width: 32%;
}
main#top #instagram .box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #eee;
}
main#top #instagram .box p {
  color: #000;
  text-align: center;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Sub-Headline, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#top #contact {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #F4EFEC;
}
main#top #contact .box {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 56px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
@media screen and (max-width: 736px) {
  main#top #contact .box {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 736px) {
  main#top #contact .box .title {
    margin-bottom: 24px;
  }
}
main#top #contact .box .title h2 {
  color: #3B0000;
}
main#top #contact .box .title span {
  color: #3B0000;
}
main#top #contact .box .form-box table {
  width: 100%;
}
main#top #contact .box .form-box table tr th {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
}
main#top #contact .box .form-box table tr th span {
  color: #F33;
  margin-left: 3px;
}
main#top #contact .box .form-box table tr td {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
main#top #contact .box .form-box table tr td input, main#top #contact .box .form-box table tr td textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 12px 14px;
  border-radius: 4px;
  background: #EEE;
  box-sizing: border-box;
}
main#top #contact .box .form-box input[type=submit] {
  width: 100%;
  display: flex;
  height: 65px;
  padding: var(--Component-Padding-sm, 16px) 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 16px;
  border: 2px solid #3B0000;
  box-shadow: 0px 2px 0px 0px var(--Color-Secondary, #3B0000);
  color: #3B0000;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--Font-label-Large, 20px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
main#top #contact .box .form-box .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  text-align: center;
  color: rgb(219, 78, 112);
  font-weight: bold;
}
main#top .modal-contents {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* 背景半透明 */
  z-index: 9999;
}
main#top .modal-contents .modal-item {
  display: none; /* 個別モーダルも最初は非表示 */
  position: relative;
  width: 90%;
  margin: 80px auto; /* 画面中央やや下に表示したい場合 */
  padding: 48px 80px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-item {
    margin: 0 auto;
    border-radius: 20px;
    padding: 32px 16px 16px;
  }
}
main#top .modal-contents .modal-item .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  color: #DB4E70;
}
@media screen and (max-width: 736px) {
  main#top .modal-contents .modal-item .close-modal {
    top: 3px;
    right: 3px;
  }
}/*# sourceMappingURL=top.css.map */