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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: auto-phrase;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lower-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.lower-fv::before {
  content: "";
  position: absolute;
  width: 20%;
  height: auto;
  aspect-ratio: 295/406;
  top: -2%;
  left: 0;
  background: url(./images/lower-fv.png) no-repeat top left/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lower-fv::before {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin: 70px 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin: 3rem 0 1rem;
  }
}
.lower-fv img {
  position: absolute;
  width: 64%;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
  border-radius: 100px 0 0 0;
  aspect-ratio: 924/384;
  max-width: 1000px;
}
@media screen and (max-width: 1400px) {
  .lower-fv img {
    border-radius: 50px 0 0 0;
    aspect-ratio: 924/400;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv img {
    border-radius: 50px 0 0 0;
    aspect-ratio: 924/450;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    position: relative;
    width: 85%;
    margin-left: auto;
  }
}
.lower-fv-text {
  padding: 120px 10% 150px;
}
@media screen and (max-width: 1400px) {
  .lower-fv-text {
    padding: 100px 7% 130px;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv-text {
    padding: 70px 5% 70px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv-text {
    padding: 20px 5% 20px;
  }
}
.lower-fv h1 {
  font-size: clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  line-height: 1.3;
  text-align: left;
  color: #4BD3A9;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .lower-fv h1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv h1 {
    margin-bottom: 0.5rem;
  }
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
  display: inline-block;
  color: #333333;
  padding: 9px 5px !important;
  border: none !important;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 5px !important;
  }
}
.wp-pagenavi span.current {
  color: #4BD3A9;
  color: #fff;
  background-color: #4BD3A9;
  border-radius: 999vh;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0.6rem 0rem;
  }
}

.content h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color: #fff;
  background-color: #4BD3A9;
  margin: 3rem 0 1.5rem;
  padding: 0.5rem;
}
.content h3 {
  color: #4BD3A9;
  border-bottom: 2px solid #4BD3A9;
  margin: 2rem 0 1rem;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
}
.content p {
  margin-bottom: 1rem;
  line-height: 2;
}
.content a {
  color: blue;
  text-decoration: underline;
}

.bg-green {
  background-color: #F1FFFB;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .bg-green {
    padding: 2.5rem 0;
  }
}
.bg-green .container {
  max-width: 800px;
}
.bg-green .container.big-container {
  max-width: 1080px;
}
.bg-green .container:has(.access) {
  max-width: 1120px;
}

.wp-block-table th {
  word-break: auto-phrase !important;
}

.simple-sitemap-wrap a {
  color: #0000ee;
  text-decoration: underline;
}
.simple-sitemap-wrap ul, .simple-sitemap-wrap li {
  list-style: inside;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.swiper {
  margin-top: 5rem;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#ez-toc-container {
  margin: 2rem 0;
}

.top-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-title {
    margin-bottom: 2rem;
  }
}
.top-title img {
  width: 50px;
  margin: 0 auto 0.5rem;
}
.top-title h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}

.aioseo-breadcrumbs {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}

.bg-color {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg-color {
    padding: 2.5rem 0;
  }
}
.bg-color::before {
  content: "";
  top: 0%;
  left: 0%;
  z-index: -1;
  position: absolute;
  width: 100%;
  aspect-ratio: 1471/693;
  background: url(./images/message-bg.png) no-repeat top center/cover;
}

.table_design03 {
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.table_design03 td {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem 0.5rem;
  }
}
.table_design03 td:first-child {
  background-color: #4BD3A9;
  color: #fff;
  font-weight: bold;
  width: 25%;
}
.table_design03 td:last-child {
  border-bottom: 1px solid #AFAFAF;
  width: 75%;
  background-color: #fff;
}
.table_design03 tr:last-child td:last-child {
  border: none;
}

.banner .container {
  max-width: 1160px;
}
.banner-wrap {
  padding: 5rem 5% 0;
  background-color: #fff;
  position: relative;
  text-align: center;
  border: 3px solid #333;
  border-radius: 10px;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .banner-wrap {
    padding-top: 2.5rem;
  }
}
.banner-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/banner-bg.png) no-repeat center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner-wrap h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .banner-wrap h2 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner .blue-btn {
    margin-top: 1rem;
  }
}
.banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40%;
  margin-top: -3rem;
}
@media screen and (max-width: 1024px) {
  .banner-img {
    gap: 2rem;
    margin-top: 1rem;
  }
}
.banner-img img {
  width: 93px;
}
@media screen and (max-width: 1024px) {
  .banner-img img {
    width: 45px;
  }
}
.banner-img img:last-child {
  width: 82px;
}
@media screen and (max-width: 1024px) {
  .banner-img img:last-child {
    width: 45px;
  }
}

.floating-banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -9999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .floating-banner.show {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
  }
}
.floating-banner a {
  width: 33.3333333333%;
}
.floating-banner a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

header {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  header {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 10%;
}
@media screen and (max-width: 1200px) {
  .header-contents {
    padding: 4px 2.5%;
  }
}
.header-contents.header-top .header-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 70%;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top .header-btn-wrap {
    width: 100%;
    max-width: none;
    background-color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header-contents.header-top .header-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.header-contents.header-top .header-btn-wrap-bg {
  background-color: #4BD3A9;
  padding: 2rem;
}
.header-contents.header-top .header-btn-wrap a {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 767px) {
  .header-contents.header-top .header-btn-wrap a {
    width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top > .header-btn-wrap {
    display: none;
  }
}
.header-contents.header-bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-bottom {
    display: none;
  }
}

.header-left a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a img {
  width: 175px;
}
@media screen and (max-width: 1024px) {
  .header-left a img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header-left a img {
    width: 97px;
  }
}
@media screen and (max-width: 1024px) {
.hamburger-nav {
  width: 90%;
  margin: 0 auto 2.5rem;
}
}
@media screen and (max-width: 767px) {
  .hamburger-nav {
    margin-bottom: 1rem;
  }
}

.header-right {
  width: 90%;
  max-width: 1150px;
}
.header-right > .hamburger-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li > a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  position: relative;
  height: 25px;
  width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #4BD3A9;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    width: 180px;
  }
}
.hamburger-menu .menu-content ul li:last-child a {
  border: none;
}
.hamburger-menu .menu-content ul li a {
  font-weight: bold;
  display: block;
  color: #333333;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content ul li a {
    padding-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 50px;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 50px);
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    top: 40px;
    height: calc(100vh - 40px);
    overflow: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem 0 0;
  }
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
    margin-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding: 90px 0 4rem;
  position: relative;
  z-index: 0;
  background-color: #4BD3A9;
  overflow: hidden;
}
.footer::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  width: 110%;
  height: 110%;
  background: url(./images/footer-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 1024px) {
  .footer::before {
    width: 100%;
    height: auto;
    aspect-ratio: 2847/900;
    top: 0;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    width: 130%;
    left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer-top {
  text-align: center;
}
.footer-top h2 {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0 auto 24px;
}
.footer-top h2::before {
  margin-right: 4px;
  content: "";
  width: 17px;
  height: 26px;
  display: block;
  background: url(./images/footer-title1.png) no-repeat top center/contain;
}
.footer-top h2::after {
  content: "";
  width: 17px;
  height: 26px;
  display: block;
  background: url(./images/footer-title2.png) no-repeat top center/contain;
}
.footer-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-top-wrap {
    gap: 1.5rem;
  }
}
.footer-top-wrap a {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer-top-wrap a {
    width: 2.5rem;
  }
}
.footer-wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    width: 95%;
  }
}
.footer-right .hamburger-nav {
  margin: 0 auto;
}
.footer-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-right ul {
    gap: 1.5rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-right ul {
    gap: 1rem 1.5rem;
  }
}
.footer-right ul li {
  display: inline-block;
}
.footer-right ul li a {
  font-weight: bold;
}
.footer-right .footer-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.footer p.copyright {
  margin-top: 3rem;
  text-align: center;
  line-height: 1;
  position: relative;
  border-top: 1px solid #7C7C7C;
  padding-top: 2rem;
  font-size: 14px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    line-height: 1.5;
  }
}

.border-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 1;
  padding: 0 5rem;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
@media screen and (max-width: 767px) {
  .border-title {
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.border-title.green span {
  background-color: #F1FFFB;
}
.border-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
.border-title span {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 0 1rem;
}

.line-title {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0 auto 2rem;
}
.line-title::before {
  margin-right: 4px;
  content: "";
  width: 32px;
  height: 50px;
  display: block;
  background: url(./images/footer-title1.png) no-repeat top center/contain;
}
.line-title::after {
  content: "";
  width: 32px;
  height: 50px;
  display: block;
  background: url(./images/footer-title2.png) no-repeat top center/contain;
}

a {
  text-decoration: none;
  color: #333333;
  line-height: 1.5;
}

.arrow-btn {
  padding: 6px 2rem;
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #4BD3A9;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}

.blue-btn {
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(./images/blue-btn.png) no-repeat center/contain;
  width: 270px;
  height: 3rem;
  display: block;
  margin: 3rem auto 0;
  line-height: 3rem;
}

.orange-btn {
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(./images/orange-btn.png) no-repeat center/contain;
  width: 270px;
  height: 3rem;
  display: block;
  margin: 3rem auto 0;
  line-height: 3rem;
}

/*お知らせ一覧ページ*/
.news {
  margin: 4rem 0 7.5rem;
}
.news .container {
  max-width: 1180px;
}
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.news-wrap .post-list .item {
  border: 1.7px solid #E0E0E0 !important;
  -webkit-box-shadow: 0px 0px 12px rgba(75, 211, 169, 0.3);
          box-shadow: 0px 0px 12px rgba(75, 211, 169, 0.3);
  padding: 0 !important;
}
.news-wrap .post-list .item .news-img img {
  aspect-ratio: 391/181;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.news-wrap .post-list .item .news-text {
  margin: 20px;
  text-align: left;
  font-size: 14px;
}
.news-wrap .post-list .item .news-text .category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-wrap .post-list .item .news-text .news-label {
  font-size: 12px;
}
.news-wrap .post-list .item .news-text .post-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.news-right {
  width: 300px;
}
.news-left {
  width: calc(100% - 348px);
}
@media screen and (max-width: 1200px) {
  .news-left {
    width: 100%;
  }
}
.news-card {
  border-radius: 12px;
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}
.news-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 12px;
  font-size: 14px;
}
.news-card a span {
  background-color: #F5F3F0;
  border-radius: 12px;
  color: #999999;
  font-size: 12px;
  padding: 2px 12px;
}
.news-card h3 {
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #4BD3A9;
  color: #4BD3A9;
  margin-bottom: 20px;
  line-height: 1;
}
.news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.news .post-list .item {
  padding: 2rem;
  width: calc((100% - 1.5rem) / 2);
  border: 3px solid #333333;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .news .post-list .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .post-list .item {
    width: 100%;
  }
}
.news-text {
  margin-top: 1rem;
  text-align: center;
}
.news-text .category {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-text .post-title {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1rem;
}
.news-text .post-title + p {
  font-size: 14px;
}
.news-text + a {
  margin: 1rem auto 0;
  width: 220px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .news-text + a {
    width: 100%;
  }
}
.news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #4BD3A9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-label:has(.cat-news-category2) {
  background-color: #50A1C2;
}
.news-img {
  margin-bottom: 1rem;
}
.news-img img {
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*詳細ページ*/
@media screen and (max-width: 1024px) {
  .single-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-main {
    margin-top: 2.5rem;
  }
}
.single .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.single .news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #4BD3A9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single .news-label a {
  color: #fff;
}
.single .article_title {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 2.5rem;
}
.single .blue-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .single .blue-btn {
    margin-top: 2.5rem;
  }
}

.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .news-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-contents {
    gap: 3rem;
  }
}
.news-contents .news-right {
  width: 260px;
}
.news-contents .news-left {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1200px) {
  .news-contents .news-left {
    width: 100%;
  }
}
.news-contents .news-left .content {
  width: 100%;
  margin: 0;
}
.news-contents .news-left .content .wp-block-button__link {
  margin: 2rem 0;
}
.news-contents .news-left .content img {
  margin: 2rem 0;
}
.news-contents .news-left .content h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  padding: 1rem;
  background-color: #F6F6F6;
  border-left: 10px solid #4BD3A9;
  margin: 3rem 0 1.5rem;
}
.news-contents .news-left .content h3 {
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  margin: 2rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #4BD3A9;
}
.news-contents .news-left .content h4 {
  margin: 2rem 0 1.5rem;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
.news-contents .news-left .content ul {
  margin: 2rem 0;
}
.news-contents .news-left .content ul li {
  list-style: inside;
}
.news-contents .news-left .content ::marker {
  color: #4BD3A9;
}
.news-contents .news-left .content p {
  font-weight: 400;
  line-height: 2;
}
.news-contents .news-left .content .wp-block-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
}

/* Search & Filter 検索フォーム */
.searchandfilter {
  position: relative;
}

.searchandfilter input[type=search],
.searchandfilter input[type=text] {
  padding-right: 40px;
}

/* 検索アイコン */
.searchandfilter::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("./images/search-icon.png") no-repeat center/contain;
  cursor: pointer;
  pointer-events: none;
}

.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.searchandfilter ul li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.searchandfilter ul li:last-child input {
  width: 40px;
  opacity: 0;
}

.vkfs,
.vkfs__labels > .vkfs__outer-wrap--col-xxl-12 {
  margin: 0 !important;
}

.vkfs__label-name {
  display: none !important;
}

.vkfs .btn[type=submit] {
  border: transparent;
  background: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 0;
}

.thanks {
  text-align: center;
}
.thanks h2 {
  margin-bottom: 1.5rem;
  color: #4BD3A9;
}

/*contact*/
.contact {
  text-align: center;
}
.contact > p {
  font-weight: 400;
}
.contact form {
  max-width: 800px;
  margin: 4rem auto 0;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 2rem 1rem;
  }
}
.contact form > div:not(.submit-btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn):not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact form > div:not(.submit-btn) p {
  width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact form > div:not(.submit-btn) p:first-child {
    width: 100%;
    min-width: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn) p:first-child {
    gap: 0;
  }
}
.contact p:has(input[type=submit]) {
  width: 100% !important;
}
.contact input,
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #EFF0F2;
  background-color: #F8F8F8;
  border-radius: 4px;
}
.contact input[type=radio] {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact .name-div > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .name-div > p:last-child > span {
  width: 47.5%;
}
.contact select {
  padding-right: 2.5rem;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact span.required {
  color: #fff;
  background-color: #4BD3A9;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.required {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #717171;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.optional {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .contact-policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.2rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact input[type=checkbox] + span {
  width: calc(100% - 28px);
}
.contact .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact .submit-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact .submit-btn p:has(input[type=submit]) {
  margin: 0;
}
.contact .submit-btn input[type=button] {
  color: #4BD3A9;
  background: url(./images/back-btn.png) no-repeat center/contain;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
  height: 3rem;
  padding: 0;
}
.contact .submit-btn input[type=button]:hover {
  opacity: 0.7;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077A8;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #4BD3A9;
}
.contact p:has(input[type=submit]) {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact input[type=submit] {
  color: #fff;
  background: url(./images/green-btn.png) no-repeat center/cover;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
  height: 3rem;
  padding: 0;
}
.contact input[type=submit]:hover {
  opacity: 0.7;
}
.contact .wpcf7-not-valid {
  background-color: #FFE8E8;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/*404*/
.not-found {
  text-align: center;
}

.access > p {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .access-wrap {
    gap: 1rem;
  }
}
.access-item {
  width: calc((100% - 6rem) / 4);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .access-item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .access-item {
    width: calc((100% - 1rem) / 2);
  }
}
.access-item p {
  padding: 14px 1rem 1rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access-item p {
    padding: 8px;
  }
}

.nearby .container {
  max-width: 1120px;
}
.nearby-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.nearby-title img {
  width: 2.5rem;
  margin: 0 auto 1rem;
}
.nearby-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.nearby-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .nearby-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.nearby-item {
  width: calc((100% - 6rem) / 4);
  border-radius: 8px;
  border: 3px solid #333;
  background-color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .nearby-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .nearby-item {
    width: 100%;
  }
}
.nearby-item img {
  width: 4rem;
  margin: 0 auto 1rem;
}
.nearby-item h3 {
  color: #4BD3A9;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1rem;
}
.nearby-item p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body:has(.studio-top) .studio {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio {
    padding: 0 0 2.5rem;
  }
}

body:has(.studio-top) .studio .container {
  max-width: 1120px;
}

body:has(.studio-top) .studio-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-top {
    flex-direction: column;
    gap: 1.5rem;
  }
}

body:has(.studio-top) .studio-top > img,
body:has(.studio-top) .studio-top-right {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-top > img,
  body:has(.studio-top) .studio-top-right {
    width: 100%;
  }
}

body:has(.studio-top) .studio-top > img {
  border-radius: 8px;
  aspect-ratio: 545 / 400;
}

body:has(.studio-top) .studio-top iframe {
  width: 100%;
  border: none;
  border-radius: 8px;
  aspect-ratio: 545 / 400;
  height: auto;
}

body:has(.studio-top) .studio-top a {
  margin: 1.5rem auto 0;
  color: #fff;
  background-color: #4BD3A9;
  padding: 12px 2.5rem;
  border-radius: 2rem;
  font-weight: bold;
  display: block;
  width: fit-content;
}

body:has(.studio-top) .studio-box {
  background-color: #F1FFFB;
  border: 3px solid #333;
  border-radius: 6px;
  padding: 2.5rem 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-box {
    padding: 1.5rem 1rem;
  }
}

body:has(.studio-top) .studio-box h2 {
  color: #4BD3A9;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-box h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}

body:has(.studio-top) .studio-box-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-box-wrap {
    gap: 1rem;
  }
}

body:has(.studio-top) .studio-box-wrap p:first-child {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  min-width: 50px;
}

body:has(.studio-top) .studio .container > h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 3rem;
  border-left: 5px solid #4BD3A9;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio .container > h2 {
    margin-bottom: 1.5rem;
  }
}

body:has(.studio-top) .studio-access {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-access {
    width: 100%;
  }
}

body:has(.studio-top) .studio-access-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  max-width: 750px;
}

body:has(.studio-top) .studio-access img {
  width: 20px;
}

body:has(.studio-top) .studio .container > h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 3rem 0 1.5rem;
}

body:has(.studio-top) .studio .container > h3 span {
  color: #4BD3A9;
  margin-right: 1rem;
  padding: 0 4px 4px;
  border-bottom: 1px solid #4BD3A9;
}

body:has(.studio-top) .studio .container > h3 + img {
  border-radius: 8px;
  object-fit: cover;
}

body:has(.studio-top) .studio-way-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-way-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}

body:has(.studio-top) .studio-way-wrap img {
  width: calc((100% - 20px) / 2);
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body:has(.studio-top) .studio-way-wrap img {
    width: 100%;
  }
}


.message {
  background-color: #F7F7F7;
}
.message .border-title span {
  background-color: #F7F7F7;
}
.message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .message-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.message-wrap > img {
  width: 45%;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .message-wrap > img {
    width: 100%;
    max-width: 600px;
  }
}
.message-txt {
  width: 50%;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 1024px) {
  .message-txt {
    width: 100%;
  }
}
.message-txt p:not(:last-child) {
  margin-bottom: 1rem;
}
.message-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: right;
  margin-top: 3rem;
}
.message-txt-wrap img {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .message-txt-wrap img {
    width: 120px;
  }
}

.concept-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .concept-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.concept-item {
  padding: 2rem;
  width: calc((100% - 4rem) / 3);
  border: 3px solid #333333;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .concept-item {
    width: calc((100% - 2rem) / 3);
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .concept-item {
    width: 100%;
  }
}
.concept-item img {
  width: 3.5rem;
  margin: 0 auto 1rem;
}
.concept-item h3 {
  color: #4BD3A9;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 1rem 0;
}

.container:has(.history) {
  max-width: 800px;
}

.history-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.history-wrap::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #939393;
  left: 2.5rem;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 767px) {
  .history-wrap::before {
    left: 2rem;
  }
}
.history-wrap:not(:last-child) {
  padding-bottom: 50px;
}
.history-wrap:last-child::before {
  display: none;
}
.history-wrap > p {
  width: 5rem;
  color: #fff;
  background-color: #4BD3A9;
  border-radius: 999vh;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .history-wrap > p {
    width: 4rem;
  }
}
.history-item {
  width: calc(100% - 7.5rem);
  background-color: #fff;
  padding: 1.5rem;
  border: 3px solid #333333;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .history-item {
    width: calc(100% - 4.5rem);
    padding: 1rem 0.5rem;
    border: 2px solid #333333;
  }
}

.studio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .studio-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.studio-item {
  width: calc((100% - 2.5rem) / 2);
  border-radius: 8px;
  border: 2px solid #E0E0E0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .studio-item {
    width: 100%;
  }
}
.studio-item.purple .studio-txt h3 {
  color: #B25CDA;
  border-color: #B25CDA;
}
.studio-item.purple .studio-title svg path {
  fill: #B25CDA;
}
.studio-txt {
  padding: 1.5rem 2.5rem;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .studio-txt {
    padding: 1.5rem 1rem;
  }
}
.studio-txt h3 {
  color: #4BD3A9;
  padding-left: 8px;
  border-left: 3px solid #4BD3A9;
  margin-bottom: 20px;
}
.studio-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: bold;
  margin: 8px 0 4px;
}
.studio-title img,
.studio-title svg {
  width: 1.5rem;
}

.faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 3rem 0 2.5rem;
}
.faq-title img {
  width: 28px;
}
.faq-title h2 {
  font-size: 1.5rem;
}

.accordion {
  border: 1px solid #C2C2C2;
  border-radius: 11px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 1.5rem;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.accordion-content {
  display: none;
  padding: 1rem;
  color: #4BD3A9;
}
.accordion-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  position: relative;
  padding-top: 4px;
}
.accordion-content span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(./images/faq-a.png) no-repeat center/contain;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  color: #4BD3A9;
}
.accordion-header.active {
  color: #fff;
}
.accordion-header.active span::before {
  background: url(./images/faq-q2.png) no-repeat center/contain;
}
.accordion-header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  position: relative;
  padding-top: 4px;
}
.accordion-header span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(./images/faq-q.png) no-repeat center/contain;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 1%;
  bottom: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  background: #4BD3A9;
}
@media screen and (max-width: 767px) {
  .accordion-header::before,
  .accordion-header::after {
    width: 1rem;
  }
}

.accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-header.active::before {
  background: #fff;
}

.accordion-header.active::after {
  background: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* hover */
.accordion-header:hover {
  opacity: 0.7;
}

.accordion-header.active {
  background-color: #4BD3A9;
}

@media screen and (max-width: 767px) {
  .page-id-17 .price-wrap .border-title {
    padding: 0 1rem;
  }
}

.price {
  margin: 4rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .price {
    margin: 2.5rem 0;
  }
}
.price .container {
  max-width: 800px;
}
.price-wrap {
  text-align: center;
}
.price-wrap:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .price-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.price-wrap .border-title {
  margin-bottom: 1rem;
}
.price-wrap .border-title + p {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  line-height: 2;
  margin-bottom: 2.5rem;
}
.price-wrap .border-title + p span {
  color: #4BD3A9;
  font-weight: bold;
}
.price-wrap table {
  width: 100%;
  border: 3px solid #333;
  border-radius: 8px;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}
.price-wrap table td {
  padding: 1.5rem 1rem;
  width: 50%;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  border-bottom: 1px solid #E0E0E0;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .price-wrap table td {
    padding: 0.5rem;
  }
}
.price-wrap table td:first-child {
  background-color: #F1FFFB;
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .price-wrap table td:first-child {
    width: 35%;
  }
}
.price-wrap table td:last-child {
  color: #4BD3A9;
}
@media screen and (max-width: 767px) {
  .price-wrap table td:last-child {
    width: 65%;
  }
}
.price-wrap table td:last-child .small {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.price-wrap table td:last-child .purple {
  color: #fff;
  background-color: #B25CDA;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .price-wrap table td:last-child .purple {
    font-size: 10px;
  }
}
.price-wrap table td:last-child del {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background-image: linear-gradient(transparent 0.5em, #333 0, #333 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #333 0, #333 calc(0.5em + 4px), transparent 0);
  text-decoration: none;
  padding: 0 2px;
}
.price-wrap table tr:last-child td {
  border-bottom: none;
}
.price-green {
  text-align: left;
  padding: 1.5rem 5%;
  background-color: #F1FFFB;
  margin-top: 2rem;
  border-radius: 1rem;
}
.price-green.last p:nth-child(n+2) {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}
.price-green p {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-green p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.price-green span {
  text-decoration: underline;
  font-weight: bold;
}
.price .label {
  color: #fff;
  background-color: #B25CDA;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  display: block;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 1.5rem;
  margin: 0 auto 1rem;
}

.lesson {
  padding: 4rem 0 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson {
    padding: 2.5rem 0;
  }
}
.lesson p {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  line-height: 2;
  margin-bottom: 3rem;
}
.lesson img {
  border-radius: 8px;
  aspect-ratio: 1000/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.genre {
  position: relative;
}
.genre::before {
  background: url(./images/genre-bg1.png) no-repeat center/cover;
  aspect-ratio: 1513/413;
}
.genre::after {
  content: "";
  bottom: 20%;
  left: 0%;
  z-index: -1;
  position: absolute;
  width: 100%;
  aspect-ratio: 1495/875;
  background: url(./images/genre-bg2.png) no-repeat center/cover;
}
.genre .container {
  max-width: 1180px;
}
.genre-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .genre-wrap {
    gap: 2rem;
  }
}
.genre-item {
  padding: 2rem;
  width: calc((100% - 4rem) / 3);
  border: 3px solid #333333;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .genre-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .genre-item {
    width: 100%;
  }
}
.genre-item img {
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.genre-item h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1rem;
}
.genre-item h3 + p {
  font-size: 14px;
  text-align: left;
}
.genre-item .label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  background-color: #EC8600;
  border-radius: 2.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.genre-item .label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/label-bg.png) no-repeat center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.genre + .banner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .genre + .banner {
    padding: 2.5rem 0;
  }
}

.schedule .container {
  max-width: 1120px;
}
.schedule-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
	flex-wrap:wrap;
}
@media screen and (max-width: 767px) {
  .schedule-btn {
	flex-wrap:wrap;
    gap: 1rem;
  }
}
.schedule-btn a {
	margin: 0;
	width: 270px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:8px 4px;
	border-radius:2.5rem;
	background-color: rgb(0, 186, 233);
}

.schedule-btn a:nth-child(even) {
	background-color: rgb(235, 142, 31);
}

@media screen and (max-width: 767px) {
.schedule-btn a {
  width: calc((100% - 1rem ) / 2);
}
}
.schedule-entry {
  padding: 2.5rem 1.5rem;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 8px;
  margin-bottom: 4rem;
}
.schedule-entry h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  color: #4BD3A9;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}
.schedule .container > h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 3rem;
  border-left: 5px solid #4BD3A9;
  padding-left: 1rem;
}
.schedule .container > h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #333;
}
.schedule-box {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 5% 10px 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.schedule-box + h3 {
  margin-top: 5rem;
}
.schedule-left {
  padding: 1rem 0;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-right: 1px solid #333;
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .schedule-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	  padding:8px 0;
  }
}
@media screen and (max-width: 767px) {
  .schedule-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    width: 100%;
    border-bottom: 1px solid #333;
    padding-right: 0;
  }
}
.schedule-left p:first-child {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.schedule-left p:first-child span {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.schedule-left p:last-child {
  color: #fff;
  padding: 10px;
  background-color: #00BAE9;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.schedule-right {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .schedule-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .schedule-right {
    width: 100%;
  }
}
.schedule-right-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .schedule-right-left {
    width: 100%;
  }
}
.schedule-right-left span {
  background-color: #EB8E1F;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  line-height: 1;
  margin-top: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule-right-left small {
  font-size: 12px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
}
.schedule-right-left > img {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .schedule-right-left > img {
    width: 3rem;
  }
}
.schedule-right-left .map-p a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.schedule-right-left .map-p img {
  width: 20px;
}
.schedule-right-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.5rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .schedule-right-right {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .schedule-right-right {
    width: 90%;
  }
}
.schedule-right-right > a:first-child {
  width: 51%;
}

.schedule-right-right > a:first-child img{
  border-radius: 8px;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}
.schedule-right-right > a:last-child {
  color: #fff;
  background-color: #4BD3A9;
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.attention {
  padding: 4rem 0;
}
.attention .container {
  max-width: 800px;
}
.attention h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
}
.attention-wrap {
  background-color: #F1FFFB;
  padding: 2.5rem 5%;
  border-radius: 8px;
  border: 3px solid #333;
}
.attention-wrap p:not(:last-child) {
  margin-bottom: 1rem;
}

.visitor-top .container {
  max-width: 1080px;
}
.visitor-top h2 + p {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .visitor-top h2 + p {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.visitor-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .visitor-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.visitor-top-wrap img {
  width: 47.5%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .visitor-top-wrap img {
    width: 100%;
  }
}
.visitor-top-txt {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .visitor-top-txt {
    width: 100%;
  }
}
.visitor-top-txt p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.visitor-faq {
  padding: 4rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .visitor-faq {
    padding: 2.5rem 0;
  }
}
.visitor-faq-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .visitor-faq-title {
    margin-bottom: 1.5rem;
  }
}
.visitor-faq-title img {
  width: 2.5rem;
  margin: 0 auto 1rem;
}
.visitor-faq-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.anxiety {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#ffffff));
  background-image: linear-gradient(#999999, #ffffff);
}
@media screen and (max-width: 767px) {
  .anxiety {
    padding: 2.5rem 0;
  }
}
.anxiety::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(./images/anxiety-bg.png) no-repeat center/cover;
}
.anxiety .container {
  max-width: 1000px;
}
.anxiety-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anxiety-title {
    margin-bottom: 2rem;
  }
}
.anxiety-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.anxiety-title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -0.75rem;
  left: 35%;
  background: url(./images/anxiety-title.png) no-repeat center/contain;
}
.anxiety-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .anxiety-wrap {
    gap: 1rem;
  }
}
.anxiety-item {
  width: calc((100% - 3rem) / 2);
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .anxiety-item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .anxiety-item {
    width: 100%;
  }
}
.anxiety-item img {
  width: 4rem;
}
.anxiety-txt {
  width: calc(100% - 5.5rem);
}
.anxiety-txt h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.reason {
  padding: 100px 0 5rem;
  position: relative;
  z-index: 1;
}
.reason::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/reason-bg.png) no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.reason-title {
  margin-bottom: 4rem;
}
.reason-title img {
  width: 310px;
  margin: 0 auto 4px;
}
.reason-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  text-align: center;
}
.reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .reason-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.reason-wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason-wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.reason-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .reason-wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.reason-wrap img {
  width: 47.5%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .reason-wrap img {
    width: 100%;
  }
}
.reason-txt {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .reason-txt {
    width: 100%;
  }
}
.reason-txt h3 {
  color: #4BD3A9;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  margin-bottom: 1.5rem;
  background: #fff;
}
.reason-txt p {
  line-height: 1.6;
}

.flow {
  padding: 3.5rem 0 100px;
  background-color: #F1FFFB;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 2.5rem 0;
  }
}
.flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  background-color: #4BD3A9;
  bottom: 100px;
  left: 0;
  z-index: -1;
}
.flow-title {
  margin-bottom: 4rem;
}
.flow-title img {
  width: 170px;
  margin: 0 auto;
}
.flow-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0 auto;
}
.flow-title h2::before {
  margin-right: 4px;
  content: "";
  width: 24px;
  height: 30px;
  display: block;
  background: url(./images/footer-title1.png) no-repeat top center/contain;
}
.flow-title h2::after {
  content: "";
  width: 24px;
  height: 30px;
  display: block;
  background: url(./images/footer-title2.png) no-repeat top center/contain;
}
.flow .container {
  max-width: 1240px;
  width: 85%;
}
.flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.flow-wrap img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow-wrap img {
    width: 100%;
  }
}
.flow-txt {
  width: 45%;
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .flow-txt {
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
}
.flow-txt-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .flow-txt-item {
    padding: 1rem 0.5rem;
  }
}
.flow-txt-item:not(:last-child) {
  margin-bottom: 3rem;
  position: relative;
}
.flow-txt-item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(./images/flow-triangle.png) no-repeat center/contain;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow-txt-item img {
  width: 16%;
}
.flow-txt-item div {
  width: calc(68% - 1rem);
}
.flow-txt-item div h3 {
  color: #4BD3A9;
  font-size: 1.5rem;
}
.flow-txt-item div p {
  font-weight: bold;
}

.fv {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 3rem;
    padding: 1.5rem 0;
  }
}
.fv .container {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/fv-bg1.png) no-repeat top center/cover;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}
.fv:has(.fv2.swiper-slide-active)::before {
  background: url(./images/fv-bg2.png) no-repeat top center/cover;
}
.fv:has(.fv3.swiper-slide-active)::before {
  background: url(./images/fv-bg3.png) no-repeat top center/cover;
}
.fv:has(.fv4.swiper-slide-active)::before {
  background: url(./images/fv-bg4.png) no-repeat top center/cover;
}
.fv-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .fv-img {
    width: 100%;
  }
}
.fv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
.fv-img .fv-swiper {
  margin: 0;
  padding-bottom: 3rem;
}
.fv-img .swiper-pagination-bullet-active {
  background: #4BD3A9;
}
.fv-img .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.fv-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fv-txt {
    width: 100%;
  }
}
.fv-txt h1 {
  width: 80%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fv-txt h1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fv-list {
  margin-bottom: 1rem;
}
.fv-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-list li {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 0.5rem;
  }
}
.fv-list li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(./images/fv-check.png) no-repeat top center/contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv-list li::before {
    width: 14px;
    height: 14px;
  }
}
.fv-kira {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.fv-kira img {
  width: 3rem;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .fv-kira img {
    width: 1.5rem;
    left: -1rem;
  }
}
.fv-kira p {
  padding: 12px 4px 12px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .fv-kira p {
    font-size: 14px;
  }
}

.fv-bottom {
  padding: 3.5rem 0 100px;
}
.fv-bottom::after {
  content: "";
  top: 0%;
  left: 0%;
  z-index: -10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/fv-bottom-bg.png) no-repeat top center/cover;
}
.fv-bottom-title > img {
  width: 170px;
  margin: 0 auto;
}
.fv-bottom-title h2 {
  max-width: 700px;
  margin: 0 auto;
}
.fv-bottom-title + p {
  text-align: center;
  margin: 2rem 0 3.5rem;
  line-height: 2;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.fv-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv-bottom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.fv-bottom-img {
  width: calc((100% - 4.5rem) / 4);
  border-radius: 8px;
  padding-bottom: 4px;
  background-color: #FFCF81;
}
@media screen and (max-width: 767px) {
  .fv-bottom-img {
    width: calc((100% - 1rem) / 2);
  }
}
.fv-bottom-img img {
  border-radius: 8px;
}
.fv-bottom-img:first-child {
  padding-left: 4px;
  background-color: #95FF7F;
}
.fv-bottom-img:nth-child(2) {
  background-color: #81FBFF;
}
.fv-bottom-img:last-child {
  padding-right: 4px;
  background-color: #FFEE87;
}

.youtube {
  padding: 100px 0;
  background: url(./images/youtube-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .youtube {
    padding: 2.5rem 0;
  }
}
.youtube .container {
  max-width: 635px;
}
.youtube h2 {
  width: 78%;
  margin: 0 auto;
}
.youtube h2 + p {
  text-align: center;
  margin: 3rem 0 4rem;
  line-height: 2;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .youtube h2 + p {
    margin: 1.5rem 0 2rem;
  }
}
.youtube .orange-btn {
  width: 345px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .youtube .orange-btn {
    width: 320px;
  }
}

.top-anxiety {
  padding-bottom: 0;
}
.top-anxiety > img {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-anxiety > img {
    width: 80%;
  }
}
.top-anxiety h2 {
  text-align: center;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.top-anxiety h2::before {
  left: 90%;
}
.top-anxiety .container {
  max-width: 900px;
}
.top-anxiety .anxiety-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .top-anxiety .anxiety-wrap {
    gap: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-anxiety .anxiety-item {
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem 1rem 2rem;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  -webkit-box-shadow: 4px 4px 0 0 #fe8318;
          box-shadow: 4px 4px 0 0 #fe8318;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-anxiety .anxiety-item {
    width: 100%;
  }
}
.top-anxiety .anxiety-item img {
  position: absolute;
  width: 3rem;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.green-label {
  padding: 1.5rem 1rem;
  background-color: #4BD3A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.green-label img {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .green-label img {
    width: 1.5rem;
  }
}

.feature {
  position: relative;
  padding: 120px 0 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 2.5rem 0;
  }
}
.feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/feature-bg.png) no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature::before {
    display: none;
  }
}
.feature-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.feature-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.feature-title img {
  width: 350px;
  margin: 0 auto;
}
.feature .container {
  max-width: 1180px;
}
.feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .feature-wrap {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    gap: 1.5rem;
  }
}
.feature-item {
  width: calc((100% - 7.5rem) / 4);
  background-color: #fff;
  border: 3px solid #333;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .feature-item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .feature-item {
    width: 100%;
  }
}
.feature-item img {
  width: 5rem;
  margin: 0 auto 1rem;
}
.feature-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00BAE9;
}

.dance-genre {
  padding: 3rem 0 100px;
  background: url(./images/dance-genre-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .dance-genre {
    padding: 2.5rem 0;
  }
}
.dance-genre .container {
  max-width: 1160px;
}
.dance-genre-title {
  text-align: center;
  margin-bottom: 3rem;
}
.dance-genre-title img {
  width: 170px;
  margin: 0 auto;
}
.dance-genre-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .dance-genre-wrap {
    gap: 1rem;
  }
}
.dance-genre-item {
  width: calc((100% - 6rem) / 4);
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 6px 6px 0px rgb(0, 0, 0);
          box-shadow: 6px 6px 0px rgb(0, 0, 0);
  border-radius: 8px;
  background-color: #00BAE9;
  padding: 1.5rem 1rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .dance-genre-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dance-genre-item {
    width: calc((100% - 1rem) / 2);
    padding: 1rem 0;
  }
}
.dance-genre-item:nth-child(2) {
  background-color: #B25CDA;
}
.dance-genre-item:nth-child(3) {
  background-color: #EC8600;
}
.dance-genre-item:nth-child(4) {
  background-color: #4BD3A9;
}
.dance-genre-item:nth-child(5) {
  background-color: #03B55C;
}
.dance-genre-item:nth-child(6) {
  background-color: #DA5C73;
}
.dance-genre-item:nth-child(7) {
  background-color: #EC3300;
}
.dance-genre-item:nth-child(8) {
  background-color: #2060CF;
}
.dance-genre-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .dance-genre-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem 5%;
  }
}
.dance-genre-img img {
  width: calc((100% - 2.5rem) / 3);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .dance-genre-img img {
    width: 47.5%;
  }
}

.voice {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 2.5rem 0;
  }
}
.voice-title {
  text-align: center;
  margin-bottom: 3rem;
}
.voice-title img {
  width: 350px;
  margin: 0 auto;
}
.voice-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .voice-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    gap: 1.5rem;
  }
}
.voice-item {
  width: 30%;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 20px;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .voice-item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .voice-item {
    width: 100%;
  }
}
.voice-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.voice-item > div .label {
  background-color: #4BD3A9;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.voice-item > div .label + p {
  color: #EC8600;
  font-weight: bold;
}
.voice-item > div img {
  width: 5rem;
}
.voice .container {
  max-width: 1180px;
}
.voice-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.voice-gallery img {
  width: calc((100% - 6rem) / 5);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 3px solid gray;
}
@media screen and (max-width: 767px) {
  .voice-gallery img {
    width: calc((100% - 2rem) / 3);
  }
}
.voice-gallery img:first-child {
  border: 3px solid #4BD3A9;
}
.voice-gallery img:nth-child(2) {
  border: 3px solid #B25CDA;
}
.voice-gallery img:nth-child(3) {
  border: 3px solid #00BAE9;
}
.voice-gallery img:nth-child(4) {
  border: 3px solid #EC8600;
}

.top-number {
  padding: 3rem 0 7.5rem;
  background-color: #E0FFF6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-number {
    padding: 2.5rem 0;
  }
}
.top-number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/top-number-bg.png) no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-number-title {
  margin-bottom: 3rem;
}
.top-number-title img {
  width: 175px;
  margin: 0 auto;
}
.top-number .container {
  max-width: 1180px;
}
.top-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-number-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-number-wrap {
    gap: 1.5rem;
  }
}
.top-number-item {
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 10px;
  padding: 3rem 1rem 1rem;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  width: 23%;
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .top-number-item {
    width: 47.5%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .top-number-item {
    width: 100%;
    padding: 1rem;
  }
}
.top-number-item img {
  width: 3.5rem;
  margin: 0 auto;
}
.top-number-item p:nth-child(2) {
  font-size: clamp(1.5rem, 1.364rem + 0.45vw, 1.875rem);
  color: #4BD3A9;
}
.top-number-item p:nth-child(2) span {
  font-size: clamp(2rem, 1.5rem + 1.67vw, 3.375rem);
  letter-spacing: 4px;
  margin-left: 8px;
}

.difference {
  padding: 100px 0 80px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .difference {
    padding: 2.5rem 0;
  }
}
.difference-title {
  text-align: center;
  margin-bottom: 4rem;
}
.difference-title img {
  width: 270px;
  margin: 0 auto;
}
.difference-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
@media screen and (max-width: 767px) {
  .difference-table {
    overflow: scroll;
  }
}
.difference table {
  width: 100%;
  border: 3px solid #333;
  background-color: #FFFFFF;
  border-collapse: collapse;
  min-width: 450px;
}
.difference table tr:first-child {
  background-color: #5B5B5B;
  color: #fff !important;
  font-weight: bold;
}
.difference table tr:first-child td {
  border: 1px solid #fff;
}
.difference table tr:first-child td:first-child {
  background-color: #5B5B5B;
}
.difference table tr:first-child td:nth-child(2) {
  background-color: #4BD3A9;
  border-left: 6px solid #4BD3A9;
  border-right: 6px solid #4BD3A9;
  border-top: 6px solid #4BD3A9;
  color: #fff !important;
}
.difference table tr:last-child td:nth-child(2) {
  border-bottom: 6px solid #4BD3A9;
}
.difference table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.difference table td:first-child {
  text-align: left;
  background-color: #F0F0F0;
  font-weight: bold;
}
.difference table td:nth-child(2) {
  border-left: 6px solid #4BD3A9;
  border-right: 6px solid #4BD3A9;
  background-color: #F9F9F9;
  color: #00BAE9;
  font-weight: bold;
}
.difference table td:nth-child(2) span {
  font-weight: 400;
  color: #333;
}

.instructor {
  padding: 100px 0 5rem;
}
@media screen and (max-width: 767px) {
  .instructor {
    padding: 2.5rem 0;
  }
}
.instructor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .instructor-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .instructor-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.instructor-item {
  padding: 2rem;
  width: calc((100% - 4rem) / 3);
  border: 3px solid #333333;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .instructor-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .instructor-item {
    width: 90%;
  }
}
.instructor-item img {
  width: 7.5rem;
  margin: 0 auto 10px;
}
.instructor-item img + p {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.instructor-item .label {
  color: #fff;
  background-color: #4BD3A9;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 14px;
}
.instructor-item .label + p {
  font-size: 14px;
}

.top-news {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin: 3rem 0;
  }
}
.top-news .container {
  background-color: #F8F8F8;
  border-radius: 1rem;
  padding: 3.5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.top-news-left {
  width: 180px;
}
.top-news-left .top-title {
  margin-bottom: 3rem;
  text-align: left;
}
.top-news-left .top-title img {
  margin: 0 0 0.5rem;
}
.top-news-left .news-btn {
  padding: 8px 2.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-news-left .news-btn {
    display: none;
  }
}
.top-news .item a {
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
}
.top-news .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.top-news .news-text {
  margin: 0;
}

.home .blog {
  padding: 100px 0 5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home .blog {
    padding: 3rem 0;
  }
}
.home .blog .post-list {
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .home .blog .post-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .blog .post-list .item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .home .blog .post-list .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .home .blog .post-list .item {
    width: 90%;
  }
}
.home .blog.top-blog {
  background: #F1FFFB;
}
.home .blog.top-blog .border-title span {
  background: #F1FFFB;
}

.top-access {
  text-align: center;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .top-access {
    padding: 2.5rem 0;
  }
}
.top-access .access-wrap {
  margin-top: 4rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .top-access .access-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.top-access .access-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
  width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 767px) {
  .top-access .access-item {
    width: calc((100% - 1rem) / 2);
  }
}
.top-access .access-item p {
  padding: 10px 1rem;
}

.top-flow {
  padding: 120px 0;
  background: url(./images/top-flow-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding: 2.5rem 0;
  }
}
.top-flow .container {
  max-width: 1160px;
}
.top-flow-title {
  margin-bottom: 100px;
  text-align: center;
}
.top-flow-title img {
  width: 270px;
  margin: 0 auto -0.5rem;
}
.top-flow-title h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.top-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-flow-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 0;
  }
}
.top-flow-item {
  width: calc((100% - 60px) / 4);
  padding: 4rem 1.5rem 3rem;
  background-color: #F1FFFB;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 23px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 23px 0 rgba(0, 0, 0, 0.13);
  border: 3px solid #333;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-flow-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-flow-item {
    width: 100%;
  }
}
.top-flow-item h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1rem;
}
.top-flow-item img {
  width: 5rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-flow-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-flow-state {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-flow-state img {
  width: calc((100% - 60px) / 4);
  border-radius: 8px;
  aspect-ratio: 275/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-flow-state img {
    width: calc((100% - 1rem) / 2);
  }
}
.top-flow .line-title {
  margin: 120px auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-flow .line-title {
    margin: 4rem auto 2.5rem;
  }
}

.simple-sitemap-wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 5%;
}

.simple-sitemap-wrap ul li{
	width:30%;
	list-style: none;
}

.simple-sitemap-wrap ul li a{
	text-decoration:none;
	color:#333333;
}

@media screen and (max-width: 1024px) {
.simple-sitemap-wrap ul li{
	width:47.5%;
}
}

@media screen and (max-width: 767px) {
.simple-sitemap-wrap ul{
    gap: 1rem 5%;
}
.simple-sitemap-wrap ul li{
	width:100%;
}
}

.header-contents.header-bottom .menu-item-111,
.hamburger-menu .gnavi__sp-style .hamburger-nav .menu-item-111{
	display:none;
}

.simple-sitemap-wrap ul .page-item-88,
.simple-sitemap-wrap ul .page-item-90{
	display:none;
}

@media screen and (max-width: 767px) {
	.schedule-left p:last-child{
		padding: 6px;
	}
}

.access-item img{
	aspect-ratio: 5 / 3;
    object-fit: cover;
}