@charset "UTF-8";
/* setting */
:root {
  --brown: #b0510f;
  --cream: rgba(234, 228, 218, 0.6);
  --black: #332020;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #332020;
  scroll-padding: 90px;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s;
}

.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  line-height: 1.6;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-active::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 950;
}
body::before {
  content: "";
  position: fixed;
  top: 0rem;
  left: 0;
  background: transparent url("../img/common/bg_image.jpg") repeat center center;
  height: 100vh;
  z-index: 0;
  display: block;
  width: 100%;
  background-size: contain;
}
@media (max-width: 768px) {
  body::before {
    top: 3.75rem;
  }
}

.en {
  font-family: "PT Serif", serif;
  font-style: normal;
}

.min {
  font-family: "Noto Serif", serif;
  font-style: normal;
}

.inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}

@media (max-width: 1020px) {
  .inner {
    padding: 0 10px;
  }
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.title-en {
  font-weight: 700;
  font-size: clamp(1.625rem, 5vw, 2.5rem);
  padding-right: 1.25rem;
  border-right: 1px solid #8d8d8d;
}
@media (max-width: 768px) {
  .title-en {
    padding-right: 0.625rem;
    line-height: 1;
  }
}
.title-ja {
  padding-left: 1.25rem;
  font-size: clamp(1.1875rem, 5vw, 1.875rem);
  color: var(--brown);
}
@media (max-width: 768px) {
  .title-ja {
    padding-left: 0.625rem;
  }
}

.btn {
  width: min(100%, 305px);
  margin: 0 auto;
}
.btn a {
  background: var(--brown);
  border-radius: 10px;
  border: 2px #fff solid;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .btn a {
    padding: 1.25rem 0.9375rem;
  }
}
@media (hover: hover) {
  .btn a:hover {
    opacity: 1;
    background: #5a2c0d;
  }
}
.btn button {
  background: var(--brown);
  border-radius: 10px;
  border: 2px #fff solid;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn button {
    padding: 1.25rem 0.9375rem;
  }
}
@media (hover: hover) {
  .btn button:hover {
    opacity: 1;
    background: #5a2c0d;
  }
}
.btn-arrow {
  padding: 0 0 0 1.5625rem;
}
@media (max-width: 768px) {
  .btn-arrow {
    padding: 0 0 0 0.9375rem;
  }
}
.btn-arrow::before {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #fff;
  width: 12px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
@media (max-width: 768px) {
  .btn-arrow::before {
    width: 9px;
    height: 12px;
  }
}
.btn-modal {
  display: block;
  border: none !important;
}
.btn-modal::before {
  content: "";
  background: transparent url("../img/common/icon_modal.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.btn-more {
  padding: 0 0 0 1.5625rem;
}
.btn-more::before {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  width: 15px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
@media (max-width: 768px) {
  .header {
    background: #fff;
  }
}
.header .inner {
  width: 100%;
  padding: 0.625rem 2.5rem 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .inner {
    padding: 0.3125rem 0.625rem 0.625rem;
  }
}
@media (max-width: 520px) {
  .header .inner img {
    vertical-align: middle;
    max-width: 160px;
  }
}
@media (max-width: 375px) {
  .header .inner img {
    max-width: 140px;
  }
}
@media (max-width: 520px) {
  .header-logo {
    width: 70%;
  }
}
.header-logo img {
  vertical-align: middle;
}
.header-logo__recruit {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  align-items: center;
}
.header .btn {
  margin-right: 0;
  width: min(100%, 250px);
}
@media (max-width: 768px) {
  .header .btn {
    font-size: 0.8125rem;
    width: min(100%, 150px) !important;
  }
}
@media (max-width: 768px) {
  .header .btn a {
    padding: 0.625rem 0.625rem;
  }
}
.header-recruit {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--brown);
  border: 1px solid var(--brown);
  border-radius: 4px;
  padding: 0 0.625rem;
}
@media (max-width: 768px) {
  .header-recruit {
    font-size: 0.8125rem;
    text-align: center;
    font-size: 0.625rem;
  }
}
@media (max-width: 375px) {
  .header-recruit {
    font-size: 0.625rem;
    padding: 0 0.3125rem;
  }
}
@media (max-width: 1230px) {
  .header-nav {
    display: none;
  }
}
.header-nav.is-hidden {
  display: none;
}
.header-nav .header-nav__item--recruit svg {
  width: 32px;
}
@media (max-width: 1230px) {
  .header-nav.is-active {
    background: #fff;
    display: block;
    position: fixed;
    top: 3.625rem;
    left: 0;
    width: 100%;
  }
}
.header-nav.is-active .header-nav__list {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0 3.75rem;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .header-nav.is-active .header-nav__list {
    margin-top: 1.875rem;
  }
}
@media (max-width: 520px) {
  .header-nav.is-active .header-nav__list {
    padding: 1.25rem 0 2.5rem;
  }
}
.header-nav.is-active .header-nav__item {
  width: 90%;
  margin: 0 auto;
}
.header-nav.is-active .header-nav__icon {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .header-nav.is-active .header-nav__icon {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .header-nav.is-active .header-nav__icon {
    width: 100%;
    align-items: center;
  }
}
.header-nav.is-active .header-nav__wrap {
  width: 50px;
}
.header-nav.is-active .header-nav__menu {
  font-size: 1rem;
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 1100px) {
  .header-nav__list {
    gap: 1.25rem;
  }
}
@media (max-width: 1040px) {
  .header-nav__list {
    gap: 0.625rem;
  }
}
.header-nav__item.is-current a {
  color: #f08033;
}
.header-nav__item.is-current a .header-nav__menu {
  color: #f08033;
}
.header-nav__item.is-current svg {
  color: #f08033;
}
@media (hover: hover) {
  .header-nav__item:hover a {
    opacity: 1;
    color: #f08033;
  }
  .header-nav__item:hover a .header-nav__menu {
    color: #f08033;
  }
  .header-nav__item:hover svg {
    color: #f08033;
  }
}
.header-nav__item svg {
  transition: 0.3s all;
  color: var(--brown);
}
.header-nav__icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-nav__wrap {
  text-align: center;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav__wrap img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
.header-nav__menu {
  font-size: 0.8125rem;
  font-weight: 700;
  transition: 0.3s all;
}
.header-toggle {
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  z-index: 1001;
  display: none;
}
@media (max-width: 1230px) {
  .header-toggle {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .header-toggle {
    top: 1.0625rem;
  }
}
.header-toggle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.header-toggle__inner span {
  background: var(--brown);
  width: 30px;
  height: 3px;
  background: var(--brown);
  display: block;
  transition: 0.3s all;
}
.header-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -11px;
}

.main {
  padding: 5.625rem 0 0;
  overflow-x: hidden;
}
@media (max-width: 980px) {
  .main {
    padding: 4.6875rem 0 0;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 3.75rem 0 0;
  }
}

.lower-mv .inner {
  padding: 6.25rem 0;
}
@media (max-width: 520px) {
  .lower-mv .inner {
    padding: 1.875rem 0;
  }
}
.lower-mv__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .lower-mv__title {
    gap: 0.3125rem;
  }
}
.lower-mv__title--en {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}
.lower-mv__title--ja {
  font-size: clamp(0.8125rem, 4vw, 1.25rem);
}
.lower-mv__studio {
  background: transparent url("../img/studio/bg_mv_studio.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__studio {
    background: transparent url("../img/studio/bg_mv_studio_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__lesson {
  background: transparent url("../img/lesson/bg_mv_lesson.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__lesson {
    background: transparent url("../img/lesson/bg_mv_lesson_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__about {
  background: transparent url("../img/about/bg_mv_about.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__about {
    background: transparent url("../img/about/bg_mv_about_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__intro {
  background: transparent url("../img/intro/bg_mv_intro.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__intro {
    background: transparent url("../img/intro/bg_mv_intro_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__flow {
  background: transparent url("../img/flow/bg_mv_flow.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__flow {
    background: transparent url("../img/flow/bg_mv_flow_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__faq {
  background: transparent url("../img/faq/bg_mv_faq.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__faq {
    background: transparent url("../img/faq/bg_mv_faq_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__trial-lesson {
  background: transparent url("../img/trial-lesson/bg_mv_request.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__trial-lesson {
    background: transparent url("../img/trial-lesson/bg_mv_request_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__contact {
  background: transparent url("../img/trial-lesson/bg_mv_request.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__contact {
    background: transparent url("../img/trial-lesson/bg_mv_request_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__blog {
  background: transparent url("../img/blog/bg_mv_blog.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__blog {
    background: transparent url("../img/blog/bg_mv_blog_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__recruit {
  background: transparent url("../img/recruit/bg_mv_recruit.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__recruit {
    background: transparent url("../img/recruit/bg_mv_recruit_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-mv__page {
  background: transparent url("../img/blog/bg_mv_blog.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__page {
    background: transparent url("../img/blog/bg_mv_blog_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.lower-title {
  color: var(--brown);
  text-align: center;
  font-size: clamp(1.375rem, 5vw, 1.625rem);
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .lower-title {
    margin-bottom: 0.625rem;
  }
}
.lower-title__page {
  text-align: center !important;
}
.lower-title__price {
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
.lower-lead {
  padding-bottom: 2.5rem;
}
.lower-lead__title {
  color: var(--brown);
  text-align: center;
  font-size: clamp(1.375rem, 5vw, 1.625rem);
  margin-bottom: 2.5rem;
}
.lower-lead__text {
  line-height: 2;
}
.lower-lead__text--14 {
  font-size: 0.875rem;
}
.lower-bg {
  background: var(--cream);
}

.lesson-banner {
  padding: 6.25rem 0 12.5rem;
}
.lesson-banner::before {
  content: "";
  background: transparent url("../img/top/bg_info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: min(100%, 1300px);
  height: 95px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lesson-banner::before {
    background: transparent url("../img/top/bg_info_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 50px;
  }
}
.lesson-modal {
  display: none;
}
.lesson-modal__inner {
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .lesson-modal__inner {
    padding: 3.75rem 1.875rem 1.875rem !important;
  }
}
.lesson-top {
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  .lesson-top {
    padding-top: 0rem;
  }
}
.lesson-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .lesson-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.lesson-nav__grid2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .lesson-nav__grid2 {
    grid-template-columns: 1fr;
  }
}
.lesson-nav__item a {
  background: #fff;
  border-radius: 30px;
  border: 1px solid var(--black);
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 0.9375rem;
}
@media (max-width: 768px) {
  .lesson-nav__item a {
    padding: 0.625rem 0;
  }
}
.lesson-nav__item a::before {
  content: "";
  right: 30px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--brown);
  border-right: 2px solid var(--brown);
  transform: rotate(135deg) translateY(-50%);
  display: block;
}
@media (max-width: 768px) {
  .lesson-nav__item a::before {
    width: 7px;
    height: 7px;
    right: 20px;
  }
}
.lesson-set {
  padding: 5rem 0;
}
.lesson-set__lead {
  text-align: center;
  padding: 1.25rem 0 1.875rem;
}
.lesson-set__lead--span {
  display: block;
  font-weight: 700;
  color: var(--brown);
  font-size: 110%;
}
.lesson-set__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.875rem;
}
@media (max-width: 520px) {
  .lesson-set__nav {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }
}
.lesson-set__btn.is-hidden {
  display: none;
}
.lesson-set__btn a {
  color: var(--brown);
  font-weight: 700;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 0.9375rem 0;
  background: var(--brown);
}
.lesson-set__btn a::after {
  content: "";
  background: transparent url("../img/common/icon_arrow_white.svg") no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
}
.lesson-set.lower-bg .lesson-set__btn a {
  background: #fff;
  color: var(--brown);
}
.lesson-set.lower-bg .lesson-set__btn a::after {
  background: transparent url("../img/common/icon_arrow_brown.svg") no-repeat center center;
}
.lesson-set__modal a::after {
  background: transparent url("../img/common/icon_modal.svg") no-repeat center center;
}
.lesson-detail {
  padding-bottom: 6.25rem;
}
.lesson-detail .inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.lesson-detail__set {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lesson-detail__set {
    flex-direction: column;
  }
}
.lesson-detail__set:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .lesson-detail__set:nth-child(even) {
    flex-direction: column;
  }
}
.lesson-detail__image {
  width: 50%;
}
@media (max-width: 768px) {
  .lesson-detail__image {
    width: 100%;
  }
}
.lesson-detail__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 4/2;
}
.lesson-detail__box {
  flex: 1;
  background: var(--brown);
  padding: 5.625rem 3.125rem;
}
@media (max-width: 768px) {
  .lesson-detail__box {
    padding: 0.625rem 0.625rem 1.25rem;
  }
}
.lesson-detail__lead {
  font-size: clamp(1.25rem, 4vw, 1.875rem);
  font-weight: 700;
  color: var(--brown);
  padding: 0.625rem 1.25rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .lesson-detail__lead {
    padding: 0.5rem 0.625rem;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lesson-detail__lead br {
    display: none;
  }
}
.lesson-detail__text {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.lesson-menu {
  padding: 5rem 0;
}
.lesson-menu:has(.is-hidden) {
  display: none;
}

.studio-main {
  padding: 4.375rem 0;
}
.studio-result {
  color: #ff3a0b;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .studio-result {
    font-size: 0.875rem;
  }
}
.studio-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 520px) {
  .studio-list {
    grid-template-columns: 1fr;
  }
}
.studio-list__item {
  background: var(--cream);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.studio-list__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.studio-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.studio-list__icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.studio-list__place {
  border-radius: 4px;
  background: #fff;
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.4375rem;
}
.studio-list__place::before {
  content: "";
  background: transparent url("../img/studio/icon_place.svg") no-repeat center center;
  background-size: cover;
  width: 13px;
  height: 20px;
  display: inline-block;
}
.studio-list__station {
  border-radius: 4px;
  background: #fff;
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.4375rem;
}
.studio-list__station::before {
  content: "";
  background: transparent url("../img/studio/icon_station.svg") no-repeat center center;
  background-size: cover;
  width: 13px;
  height: 20px;
  display: inline-block;
}
.studio-list__detail {
  padding: 0.625rem 0.625rem 1.875rem;
}
.studio-list__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.studio-list__address {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.studio-list__nav {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
}
.studio-list__nav a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.studio-list__nav a::after {
  content: "";
  display: block;
  background: transparent url("../img/common/icon_arrow.svg") no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.studio-inst {
  padding: 6.25rem 0;
}
.studio-inst__list {
  margin-bottom: 2.5rem;
}
.studio-inst__list--more {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .studio-inst__list--more {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .studio-inst__list--more {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    width: 80%;
    margin: 0 auto 2.5rem;
  }
}
.studio-inst__list--more .studio-inst__item:nth-child(4) {
  display: none;
}
.studio-inst__list--more .studio-inst__item:nth-child(4).is-visible {
  display: block;
}
.studio-inst__list--more .studio-inst__item a {
  display: block;
}
.studio-inst__list--more .studio-inst__item img {
  width: 260px;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .studio-inst__list--more .studio-inst__item img {
    width: 194px;
    margin: 0 auto;
    display: block;
  }
}
.studio-inst__detail {
  padding: 0.625rem 0 0;
}
.studio-inst__lead {
  font-weight: 700;
}
.studio-inst__text {
  font-size: 0.875rem;
}
.studio-inst__item {
  background: #fff;
  padding: 0.625rem;
}
.studio-inst__item img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 100%;
  aspect-ratio: 1/1;
}
.studio-detail {
  padding-top: 1.25rem;
}
.studio-detail-slider {
  padding-bottom: 3.125rem;
}
.studio-detail-slider .studio-detail-slider__item {
  margin: 0 20px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.studio-detail-slider .studio-detail-slider__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.studio-detail-slider .slick-dots {
  bottom: -35px;
}
@media (max-width: 768px) {
  .studio-detail-slider .slick-dots {
    position: relative;
    bottom: -10px;
    left: -10px;
  }
}
.studio-detail-slider .slick-dots li {
  margin: 0 22px;
}
.studio-detail-slider .slick-dots li button {
  width: 50px;
  height: 7px;
  background: #cccccc;
}
.studio-detail-slider .slick-dots li.slick-active button {
  background: var(--brown);
}
.studio-detail-slider .slick-dots li button:before {
  display: none;
}
.studio-detail__textbox {
  margin-bottom: 6.25rem;
}
.studio-detail__textbox p {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.studio-detail__table {
  border: 1px solid var(--brown);
  margin-bottom: 3.125rem;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .studio-detail__table {
    margin-bottom: 1.875rem;
  }
}
.studio-detail__table th {
  background: var(--brown);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  width: 200px;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .studio-detail__table th {
    display: block;
    width: 100%;
    font-size: 0.9375rem;
    padding: 0.625rem;
  }
}
.studio-detail__table td {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem;
  border-bottom: 1px solid var(--brown);
}
@media (max-width: 768px) {
  .studio-detail__table td {
    display: block;
    width: 100%;
    font-size: 0.9375rem;
    padding: 0.625rem;
  }
}
.studio-detail__table td a {
  word-break: break-word;
}
.studio-detail__table tr:last-child th {
  border-bottom: 1px solid var(--brown);
}
.studio-detail__table tr:last-child td {
  border-bottom: none;
}
.studio-detail__map {
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .studio-detail__map {
    margin-bottom: 5rem;
  }
}
.studio-detail__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
}
.studio-course {
  background: var(--cream);
  padding: 5rem 0;
}
.studio-course__list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  gap: 1.25rem 0;
}
.studio-course__item {
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
.studio-course__item::after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--black);
  display: inline-block;
  margin: 0 0.625rem;
}
.studio-course__item:last-child::after {
  display: none;
}
.studio-faq {
  padding: 5rem 0;
}
.studio-faq__list {
  background: #fff;
}
.studio-faq__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
}
.studio-faq__q {
  padding: 1.25rem 5rem 1.25rem 1.875rem;
  display: flex;
  gap: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 768px) {
  .studio-faq__q {
    padding: 0.625rem 5rem 0.625rem 0.625rem;
  }
}
.studio-faq__q::after {
  content: "ー";
  width: 30px;
  padding: 0.5rem 0.0625rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  color: var(--brown);
  right: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #c9c9c9;
  line-height: 1;
  pointer-events: none;
}
.studio-faq__q.is-active::after {
  content: "+";
  font-size: 1.5rem;
  padding: 0.1875rem 0.0625rem 0.375rem;
  pointer-events: none;
}
.studio-faq__q p {
  padding-top: 0.625rem;
  line-height: 2;
}
.studio-faq__q::before {
  content: "Q";
  color: var(--brown);
  font-size: 1.875rem;
  font-weight: 700;
}
.studio-faq__a {
  padding: 0rem 1.875rem 1.875rem;
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.studio-faq__a span {
  display: flex;
  gap: 1.375rem;
  padding-top: 0.625rem;
}
.studio-faq__a span::before {
  content: "A";
  font-size: 1.5rem;
  position: relative;
  top: -0.3125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .studio-faq__a {
    padding: 0.625rem 0.625rem;
  }
}
.studio-price {
  padding: 5rem 0;
}
.studio-price__list {
  margin-bottom: 1.875rem;
}
.studio-price__item {
  font-size: 0.875rem;
}

.breadcrumb {
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 0.625rem 0 2.5rem;
  }
}
.breadcrumb-list {
  display: flex;
  align-items: center;
}
.breadcrumb-list__item {
  color: var(--brown);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.breadcrumb-list__item::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  display: block;
  margin-right: 1.25rem;
}
.breadcrumb-list__item:last-child::after {
  display: none;
}
.breadcrumb-list__item a {
  color: var(--brown);
}
.breadcrumb-list__item img {
  vertical-align: top;
  top: 3px;
}

.top-mv {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .top-mv {
    padding-bottom: 2.5rem;
  }
}
.top-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
}
.top-mv-slider {
  padding: 0 1.25rem;
  border-radius: 10px;
  width: min(100%, 1200px);
  margin: 0 auto;
  display: none;
}
.top-mv-slider.slick-initialized {
  display: block;
}
.top-mv-slider .slick-dots {
  bottom: -35px;
}
@media (max-width: 768px) {
  .top-mv-slider .slick-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    bottom: 0;
  }
}
.top-mv-slider .slick-dots li {
  margin: 0 22px;
}
@media (max-width: 768px) {
  .top-mv-slider .slick-dots li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0px;
  }
}
.top-mv-slider .slick-dots li button {
  width: 50px;
  height: 7px;
  background: #cccccc;
}
.top-mv-slider .slick-dots li.slick-active button {
  background: var(--brown);
}
.top-mv-slider .slick-dots li button:before {
  display: none;
}
.top-info {
  padding: 6.25rem 0 0;
}
@media (max-width: 768px) {
  .top-info {
    padding: 6.25rem 0 9.375rem;
  }
}
.top-info .inner::before {
  content: "";
  background: transparent url("../img/top/bg_top_info_01.png");
  width: 550px;
  height: 700px;
  background-size: contain;
  position: absolute;
  top: -220px;
  left: -350px;
}
@media (max-width: 768px) {
  .top-info .inner::before {
    width: 270px;
    height: 500px;
    left: -110px;
    top: -140px;
    background-repeat: no-repeat;
  }
}
.top-info-head {
  margin-bottom: 3.125rem;
}
.top-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 520px) {
  .top-info-list {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto 1.875rem;
    gap: 1.875rem;
  }
}
.top-info-list__item a {
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.25rem;
}
.top-info-list__thum {
  margin-bottom: 0.625rem;
}
.top-info-list__date {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.top-info-list__title {
  font-size: 0.875rem;
  font-weight: 700;
}
.top-info-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 520px) {
  .top-info-bottom {
    grid-template-columns: 1fr;
  }
}
.top-info-bottom::before {
  content: "";
  background: transparent url("../img/top/bg_top_info_02.png");
  width: 500px;
  height: 500px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -100px;
  right: -320px;
}
@media (max-width: 768px) {
  .top-info-bottom::before {
    width: 190px;
    height: 190px;
    right: -50px;
  }
}
.top-info-bottom__box {
  border: 1px solid var(--brown);
  border-radius: 10px;
  padding: 1.875rem 5rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .top-info-bottom__box {
    padding: 1.875rem 2.5rem;
  }
}
.top-info-bottom__box:last-child {
  padding-top: 2.1875rem;
}
.top-info-bottom__icon {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
  gap: 0.3125rem;
}
.top-info-bottom__icon img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
.top-info-bottom__cap {
  color: var(--brown);
  font-weight: 700;
  font-size: clamp(1.1875rem, 5vw, 1.5rem);
  text-align: center;
}
.top-info-bottom__item a {
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.25rem;
}
.top-info-bottom__thum {
  margin-bottom: 0.625rem;
}
.top-info-bottom__date {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.top-info-bottom__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.top-info-bottom__title--nodate {
  text-align: center;
}
.top-features {
  padding: 6.25rem 0 0rem;
}
@media (max-width: 768px) {
  .top-features {
    padding: 6.25rem 0 0rem;
  }
}
.top-features .title {
  margin-bottom: 4.375rem;
}
@media (max-width: 768px) {
  .top-features .title {
    margin-bottom: 2.5rem;
  }
}
.top-features .inner {
  height: 100%;
}
.top-features-set {
  margin-bottom: 6.25rem;
}
.top-features-title {
  margin-bottom: 1.25rem;
}
.top-features-title__num {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
}
.top-features-title__num--01 {
  color: #ef3c87;
}
.top-features-title__num--02 {
  color: #377bf8;
}
.top-features-title__num--03 {
  color: #0eb042;
}
.top-features-title__text {
  text-align: center;
  font-size: clamp(1.375rem, 5vw, 1.875rem);
  display: block;
}
.top-features-banner {
  height: 500px;
  text-align: center;
}
.top-features-banner__text {
  text-align: center;
  font-weight: 700;
  line-height: 3;
  padding-top: 9.375rem;
}
@media (max-width: 768px) {
  .top-features-banner__text {
    font-size: 2.4vw;
    line-height: 2.6;
    letter-spacing: 0;
  }
}
@media (max-width: 600px) {
  .top-features-banner__text {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .top-features-banner__text span {
    line-height: 1.5;
  }
}
.top-features-banner__text--01 {
  background: transparent url("../img/top/bg_features_01.png") center center no-repeat;
  width: 550px;
  height: 500px;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-features-banner__text--01 {
    width: 100%;
    height: 100%;
    background: transparent url("../img/top/bg_features_01_sp.png") center bottom no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    position: absolute;
    padding-top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
  .top-features-banner__text--01 span {
    width: 100%;
    left: -10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-features-banner__text--01 span {
    font-size: clamp(0.8125rem, 2.2vw, 1.125rem);
    bottom: 140px;
    position: absolute;
    left: 10px;
  }
}
@media (max-width: 600px) {
  .top-features-banner__text--01 span {
    bottom: 36vw;
    left: 0;
  }
}
.top-features-banner__text--02 {
  background: transparent url("../img/top/bg_features_02.png") center center no-repeat;
  width: 450px;
  height: 450px;
  background-size: contain;
  margin: 0 0 0 auto;
  padding-top: 7.5rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top-features-banner__text--02 {
    width: 100%;
    background: transparent url("../img/top/bg_features_02_sp.png") center bottom no-repeat;
    background-size: contain;
    width: 90%;
    aspect-ratio: 1/1;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
}
.top-features-banner__text--02 span {
  left: -20px;
}
@media (max-width: 768px) {
  .top-features-banner__text--02 span {
    top: auto;
    bottom: 120px;
    font-size: clamp(0.8125rem, 2.2vw, 1.125rem);
    position: absolute;
    left: 44%;
    transform: translateX(-44%);
  }
}
@media (max-width: 700px) {
  .top-features-banner__text--02 span {
    bottom: 20vw;
  }
}
@media (max-width: 650px) {
  .top-features-banner__text--02 span {
    bottom: 24vw;
  }
}
@media (max-width: 520px) {
  .top-features-banner__text--02 span {
    bottom: 28vw;
  }
}
.top-features-banner__text--03 {
  background: transparent url("../img/top/bg_features_03.png") center 55% no-repeat;
  width: 550px;
  height: 450px;
  background-size: contain;
  line-height: 2.2;
  top: 3.125rem;
  padding: 0;
}
@media (max-width: 768px) {
  .top-features-banner__text--03 {
    width: 100%;
    height: 100%;
    background: transparent url("../img/top/bg_features_03_sp.png") center bottom no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    max-width: 500px;
  }
  .top-features-banner__text--03 span {
    top: auto;
    bottom: auto;
    width: 100%;
  }
}
.top-features-banner__text--03 span {
  display: block;
  top: 80px;
  position: absolute;
  left: 110px;
}
@media (max-width: 768px) {
  .top-features-banner__text--03 span {
    font-size: clamp(0.8125rem, 2.2vw, 1rem);
    position: absolute;
    bottom: 100px;
    top: auto;
    left: 10px;
  }
}
@media (max-width: 700px) {
  .top-features-banner__text--03 span {
    bottom: 20vw;
  }
}
@media (max-width: 600px) {
  .top-features-banner__text--03 span {
    bottom: 29vw;
  }
}
.top-features-banner__01 {
  background: transparent url("../img/top/bg_features_image_01.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-features-banner__01 {
    background: transparent url("../img/top/bg_features_image_01_sp.jpg") center center no-repeat;
    background-size: cover;
    height: 600px;
  }
}
.top-features-banner__02 {
  background: transparent url("../img/top/bg_features_image_02.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-features-banner__02 {
    background: transparent url("../img/top/bg_features_image_02_sp.jpg") center center no-repeat;
    background-size: cover;
    height: 600px;
  }
}
.top-features-banner__03 {
  background: transparent url("../img/top/bg_features_image_03.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .top-features-banner__03 {
    background: transparent url("../img/top/bg_features_image_03_sp.jpg") center center no-repeat;
    background-size: cover;
    height: 600px;
  }
}
.top-features__nav {
  margin-bottom: 4.375rem;
}
.top-voice {
  background: transparent url("../img/top/bg_voice.jpg") center center no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .top-voice {
    background: transparent url("../img/top/bg_voice_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.top-voice.is-hidden {
  display: none;
}
.top-voice .title {
  margin-bottom: 5rem;
}
.top-voice .title-en {
  color: #fff;
  border-color: #fff;
}
.top-voice .title-ja {
  color: #fff;
}
.top-voice-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.top-voice-icon__item {
  background: #ffd476;
  border-radius: 4px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
  padding: 0.3125rem;
}
.top-voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (max-width: 520px) {
  .top-voice-list {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    gap: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.top-voice-list__item {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .top-voice-list__item {
    padding: 1.25rem 1.25rem 2.5rem;
  }
}
.top-voice-list__icon {
  top: -3.75rem;
  margin-bottom: -2.5rem;
}
@media (max-width: 768px) {
  .top-voice-list__icon {
    top: -3.75rem;
    margin-bottom: -3.75rem;
  }
}
.top-voice-list__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.top-voice-list__text {
  font-weight: 700;
  text-align: left;
}
.top-intro {
  padding: 6.25rem 0;
  background: transparent url("../img/top/bg_intro.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top-intro-list {
  display: flex;
  gap: 1.875rem;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.top-intro-list__wrap {
  display: flex;
  gap: 1.875rem;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1.875rem;
  -webkit-animation: scrollHorizontalFirst 300s linear infinite;
  animation: scrollHorizontalFirst 300s linear infinite;
  overflow: hidden;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-intro-list__item {
  width: 220px;
  height: 220px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .top-intro-list__item {
    width: 160px;
    height: 160px;
  }
  .top-intro-list__item:nth-child(even) {
    transform: translateX(100px);
  }
}
.top-intro-list__item img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .top-intro-list__item a:hover {
    opacity: 1;
  }
}
.top-course {
  background: var(--cream);
  padding: 6.25rem 0;
}
.top-course-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .top-course-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.625rem;
  }
}
.top-course-list__item {
  text-align: center;
}
.top-course-list__item a {
  opacity: 1;
}
.top-course-list__image {
  border-radius: 50%;
  overflow: hidden;
  width: 220px;
  transition: 0.3s all;
  height: 220px;
  display: block;
  border: 4px solid transparent;
}
@media (max-width: 768px) {
  .top-course-list__image {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    aspect-ratio: 1/1;
  }
}
@media (hover: hover) {
  .top-course-list__image:hover {
    opacity: 1;
    border-color: var(--brown);
  }
  .top-course-list__image:hover img {
    transform: scale(1.2);
  }
}
.top-course-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.3s all;
}
.top-course-list__caption {
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .top-course-list__caption {
    font-size: 0.75rem;
  }
}
.top-studio {
  background: transparent url("../img/top/bg_studio.jpg") center center no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .top-studio {
    padding: 3.125rem 0;
  }
}
.top-studio .title {
  margin-bottom: 0.625rem;
}
.top-studio__box {
  background: #fff;
  border-radius: 10px;
  padding: 1.875rem 1.25rem 1.875rem;
}
.top-studio__lead {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .top-studio__lead {
    font-size: 0.875rem;
  }
}
.top-studio-wrap {
  width: min(100%, 500px);
  margin: 0 auto;
}
.top-studio-set {
  display: flex;
  border-radius: 10px;
  border: 1px solid var(--black);
  margin-bottom: 0.625rem;
}
.top-studio-set__first {
  /*
  margin-bottom: rem(50);
  &::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--brown);
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  &::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--brown);
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
    */
}
.top-studio-set__submit {
  width: min(100%, 305px);
  margin: 1.875rem auto 0;
}
.top-studio-set__submit::before {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #fff;
  width: 12px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 5;
  pointer-events: none;
}
.top-studio-set__submit input {
  background: var(--brown);
  border-radius: 10px;
  border: 2px #fff solid;
  text-align: center;
  padding: 1.25rem 0.9375rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1rem;
  border: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  cursor: pointer;
  transition: 0.3s all;
}
.top-studio-set__submit input.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
@media (hover: hover) {
  .top-studio-set__submit input:hover {
    opacity: 1;
    background: #5a2c0d;
  }
}
.top-studio-set__label {
  background: var(--cream);
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.5rem;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid var(--black);
}
@media (max-width: 768px) {
  .top-studio-set__label {
    padding: 0.75rem 0.5rem;
  }
}
.top-studio-set__label--station img {
  margin-right: 10px;
}
.top-studio-set__text {
  color: #959595;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.625rem 3.125rem 0.625rem 0.625rem;
}
.top-studio-set__text.is-active {
  color: var(--black);
}
.top-studio-set__box {
  flex: 1;
}
.top-studio-set__box .top-studio-set__delete {
  z-index: 50;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.top-studio-set__box .top-studio-set__delete::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #aaa;
  transform: rotate(45deg);
  display: block;
  position: relative;
  top: 2px;
}
.top-studio-set__box .top-studio-set__delete::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #aaa;
  transform: rotate(-45deg);
  display: block;
  position: relative;
  top: 0;
}
.top-studio-set__box .top-studio-set__modal {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.top-studio-set__box input {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
  border: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  padding-left: 0.625rem;
}
.top-studio-set__box input::-moz-placeholder {
  color: #959595;
}
.top-studio-set__box input::placeholder {
  color: #959595;
}

@-webkit-keyframes scrollHorizontalFirst {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 20px));
  }
}
@keyframes scrollHorizontalFirst {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 20px));
  }
}
.modal {
  display: none;
}
.modal-title {
  font-size: 1.4375rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  background: #eee9e1;
  padding: 0.625rem 0;
  color: var(--brown);
}
.modal-wrap {
  padding: 2.5rem 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .modal-wrap {
    padding: 1.25rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .modal-wrap {
    grid-template-columns: 1fr;
  }
}
.modal-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.modal-area {
  display: flex;
  border-bottom: 1px solid var(--brown);
  margin-bottom: 1.25rem !important;
}
@media (max-width: 768px) {
  .modal-area {
    flex-direction: column;
  }
}
.modal-area-menu {
  width: 170px;
  border-right: 1px solid var(--brown);
}
@media (max-width: 768px) {
  .modal-area-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    border-right: none;
  }
}
.modal-area-menu__item {
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  border-bottom: 1px solid var(--brown);
  cursor: pointer;
}
.modal-area-menu__item.is-current {
  background: #e2bda3;
}
@media (max-width: 768px) {
  .modal-area-menu__item {
    font-size: 0.875rem;
    padding: 0.9375rem 0.625rem;
    border-right: 1px solid var(--brown);
  }
  .modal-area-menu__item:nth-child(3n) {
    border-right: none;
  }
}
.modal-area-main {
  flex: 1;
  padding: 1.25rem 1.25rem 1.25rem;
  display: none;
  min-height: 400px;
}
.modal-area-main.is-active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 520px) {
  .modal-area-main.is-active {
    grid-template-columns: repeat(2, 1fr);
  }
}
.modal-area-main.no-grid.is-active {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.modal-check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.modal-check::before {
  content: "";
  border: 1px solid var(--brown);
  background: #fff;
  display: block;
  width: 16px;
  height: 16px;
}
.modal-check:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  display: block;
  height: 6px;
  border-top: 2px solid var(--brown);
  border-right: 2px solid var(--brown);
  transform: rotate(135deg);
  z-index: 5;
}
.modal-check + label.modal-label {
  color: var(--brown);
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  top: -6px;
}
@media (max-width: 768px) {
  .modal-check + label.modal-label {
    font-size: 0.875rem;
  }
}
.modal-check + label.modal-label2 {
  color: var(--black);
  font-size: 0.875rem;
  position: relative;
  top: -6px;
}
@media (max-width: 768px) {
  .modal-check + label.modal-label2 {
    font-size: 0.75rem;
  }
}
.modal-child {
  padding: 0 0 0 20px;
  display: flex;
  gap: 0.9375rem 1.25rem;
  flex-wrap: wrap;
}
.modal-station {
  padding: 2.5rem 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (max-width: 768px) {
  .modal-station {
    padding: 1.25rem 0.625rem;
  }
}
.modal-station__label {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--brown);
  margin-bottom: 0.625rem;
  background: #f4f4f4;
  padding: 0.1875rem 0.625rem;
}
.modal-station__wrap {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}
.modal-station__detail {
  display: flex;
  gap: 0.9375rem 1.25rem;
  padding: 0 0.625rem;
  flex-wrap: wrap;
}
.modal-station__sub {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

@media (max-width: 1020px) {
  .modaal-wrapper .inner {
    padding: 0;
  }
}
.modaal-wrapper .modaal-content-container {
  padding: 0;
}

.blog {
  background: var(--cream);
  padding: 6.25rem 0;
}
.blog-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .blog-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.blog-nav__item a {
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1.25rem;
  background: #d6d6d6;
  border-radius: 10px;
}
.blog-nav__item.is-current a {
  background: var(--brown);
  color: #fff;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 520px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}
.blog-list__item a {
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.25rem;
  height: 100%;
}
@media (hover: hover) {
  .blog-list__item a:hover {
    opacity: 1;
    background: rgba(205, 205, 205, 0.3);
  }
}
.blog-list__head {
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.blog-list__head .blog-list__date {
  margin-bottom: 0;
}
.blog-list__icon {
  color: #fff;
  background: var(--brown);
  font-size: 0.625rem;
  border-radius: 2px;
  padding: 2px 6px;
}
.blog-list__date {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  line-height: 1;
}
.blog-list__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.blog-list__text {
  font-size: 0.75rem;
}
.blog-contents-nav {
  background: #ededed;
  border: 1px solid #ccc;
  padding: 1.25rem;
  margin-bottom: 3.125rem;
  display: none;
}
@media (max-width: 768px) {
  .blog-contents-nav {
    margin-bottom: 1.875rem;
  }
}
.blog-contents-nav .more {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #fff;
  border-radius: 50px;
  border: var(--brown) 2px solid;
  padding: 0.3125rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.blog-contents-nav.is-more {
  height: 300px;
  overflow: hidden;
  padding-bottom: 5rem;
}
.blog-contents-nav.is-more::before {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  background: linear-gradient(rgba(237, 237, 237, 0) 0, #ededed 90%);
  position: absolute;
  pointer-events: none;
  top: 60%;
  left: 0;
  z-index: 1;
}
.blog-contents-nav.is-more.is-active {
  height: auto;
  overflow: visible;
}
.blog-contents-nav.is-more.is-active::before {
  display: none;
}
.blog-contents-nav.is-more .more {
  display: block;
}
.blog-contents-nav:has(.smooth) {
  display: block;
}
.blog-contents-nav li a {
  color: #106e7d;
}
.blog-contents-nav .nav-h3-list {
  padding: 0 0 0 0.625rem;
}
.blog-detail {
  padding-top: 1.25rem;
  padding-bottom: 6.25rem;
}
.blog-detail .lower-title {
  text-align: left;
}
.blog-detail__contents {
  margin-bottom: 3.75rem;
  /* 文字色 */
  /* 背景色 */
}
.blog-detail__contents .has-vivid-red-color {
  color: #cf2e2e !important;
}
.blog-detail__contents .has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}
.blog-detail__contents .has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}
.blog-detail__contents .has-light-green-cyan-color {
  color: #7bdcb5 !important;
}
.blog-detail__contents .has-vivid-green-cyan-color {
  color: #00d084 !important;
}
.blog-detail__contents .has-pale-cyan-blue-color {
  color: #8ed1fc !important;
}
.blog-detail__contents .has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}
.blog-detail__contents .has-very-light-gray-color {
  color: #eeeeee !important;
}
.blog-detail__contents .has-cyan-bluish-gray-color {
  color: #abb8c3 !important;
}
.blog-detail__contents .has-very-dark-gray-color {
  color: #313131 !important;
}
.blog-detail__contents .has-black-color {
  color: #000000 !important;
}
.blog-detail__contents .has-white-color {
  color: #ffffff !important;
}
.blog-detail__contents .has-vivid-red-background-color {
  background-color: #cf2e2e !important;
}
.blog-detail__contents .has-luminous-vivid-orange-background-color {
  background-color: #ff6900 !important;
}
.blog-detail__contents .has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
}
.blog-detail__contents .has-light-green-cyan-background-color {
  background-color: #7bdcb5 !important;
}
.blog-detail__contents .has-vivid-green-cyan-background-color {
  background-color: #00d084 !important;
}
.blog-detail__contents .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc !important;
}
.blog-detail__contents .has-vivid-cyan-blue-background-color {
  background-color: #0693e3 !important;
}
.blog-detail__contents .has-very-light-gray-background-color {
  background-color: #eeeeee !important;
}
.blog-detail__contents .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3 !important;
}
.blog-detail__contents .has-very-dark-gray-background-color {
  background-color: #313131 !important;
}
.blog-detail__contents .has-black-background-color {
  background-color: #000000 !important;
}
.blog-detail__contents .has-white-background-color {
  background-color: #ffffff !important;
}
.blog-detail__contents .wp-block-image {
  width: min(100%, 700px);
  margin: 0 auto 1.875rem;
}
.blog-detail__contents p {
  margin-bottom: 1.875rem;
}
.blog-detail__contents p:last-child {
  margin-bottom: 0;
}
.blog-detail__contents p a {
  color: #106e7d;
}
.blog-detail__contents mark {
  color: inherit !important;
}
.blog-detail__contents h2.wp-block-heading {
  background: var(--brown);
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .blog-detail__contents h2.wp-block-heading {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.blog-detail__contents h3.wp-block-heading {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  color: var(--brown);
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--brown);
}
@media (max-width: 768px) {
  .blog-detail__contents h3.wp-block-heading {
    font-size: 1.125rem;
  }
}
.blog-detail__contents h4.wp-block-heading {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .blog-detail__contents h4.wp-block-heading {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .blog-detail__contents .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
}
.blog-detail__contents ul.wp-block-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
  gap: 0.3125rem;
}
.blog-detail__contents ul.wp-block-list li::before {
  content: "・";
}
.blog-detail__contents ol.wp-block-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
  gap: 0.3125rem;
  list-style: decimal inside;
  counter-reset: list-counter;
}
.blog-detail__contents ol.wp-block-list li::before {
  content: none;
}
.blog-detail__contents .wp-block-table,
.blog-detail__contents .wp-block-flexible-table-block-table {
  margin-bottom: 1.875rem;
}
.blog-detail__contents p.is-style-sme-post-it-narrow {
  width: 100%;
}
.blog-detail__contents .mokuji-title {
  text-align: center;
  font-weight: 700;
}
.blog-detail__contents .wp-block-embed-youtube {
  text-align: center;
  margin-bottom: 1.875rem;
}
.blog-detail__contents .wp-block-button {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 auto 1.875rem;
  display: block;
}
.blog-detail__contents .wp-block-button a {
  background: var(--brown);
  border-radius: 10px;
  border: 2px #fff solid;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .blog-detail__contents .wp-block-button a {
    padding: 1.25rem 0.9375rem;
  }
}
@media (hover: hover) {
  .blog-detail__contents .wp-block-button a:hover {
    opacity: 1;
    background: #5a2c0d;
  }
}
.blog-detail__contents .wp-block-button.is-style-outline--1 a {
  border: 1px solid var(--brown);
  background: #fff;
  color: var(--brown);
}
.blog-detail__contents .wp-block-button.is-style-sme-shadowed--2 a {
  box-shadow: 2px 2px 5px #ccc;
}
.blog-detail__contents .wp-block-columns {
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .blog-detail__contents .wp-block-columns {
    gap: 1.25rem;
  }
}
.blog-detail__contents blockquote.gray-box {
  background: #ededed;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .blog-detail__contents blockquote.gray-box {
    margin-bottom: 1.25rem;
  }
}
.blog-detail__contents blockquote.line-box {
  border: 1px solid #ccc;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .blog-detail__contents blockquote.line-box {
    margin-bottom: 1.25rem;
  }
}
.blog-relation {
  padding: 5rem 0;
}

.course {
  padding: 6.25rem 0;
}
.course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 3.125rem;
}
@media (max-width: 768px) {
  .course-list {
    padding: 0 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 520px) {
  .course-list {
    padding: 0 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.course-list__detail {
  margin-bottom: 1.875rem;
}
.course-list__label {
  margin-bottom: 0.625rem;
}
.course-list__label a {
  font-weight: 700;
  color: var(--brown);
  font-size: 1.125rem;
}
.course-list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px var(--brown);
  border-right: solid 2px var(--brown);
  position: absolute;
  left: 0px;
  top: 8px;
  transform: rotate(45deg);
  top: 10px;
}
.course-list__item a {
  font-size: 0.875rem;
  padding: 0 0 0 0.9375rem;
}

.area {
  background: rgba(184, 85, 10, 0.8);
  padding: 6.25rem 0;
  color: #fff;
}
.area .title-en {
  border-color: #fff;
  line-height: 1.2;
  color: #fff;
}
.area .title-ja {
  color: #fff;
}
.area-table {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .area-table {
    padding: 0 1.25rem 1.875rem;
    margin-bottom: 2.5rem;
  }
}
.area-table:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .area-table:last-child {
    padding-bottom: 0;
  }
}
.area-table th {
  padding: 0 1.25rem 0 3.125rem;
  width: 18%;
  text-align: left;
}
@media (max-width: 768px) {
  .area-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0.625rem;
  }
}
.area-table__label a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.area-table td {
  padding: 0 3.125rem 0 0;
}
@media (max-width: 768px) {
  .area-table td {
    display: block;
    width: 100%;
    padding: 0 1.25rem;
  }
}
.area-table__detail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.625rem 2.5rem;
}
@media (max-width: 768px) {
  .area-table__detail {
    grid-template-columns: repeat(3, 1fr);
  }
}
.area-table__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 0px;
  top: 8px;
  transform: rotate(45deg);
  top: 10px;
}
.area-table__item a {
  font-size: 0.875rem;
  color: #fff;
  padding: 0 0 0 0.9375rem;
}

.about-modal {
  display: none;
}
.about-modal__inner {
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .about-modal__inner {
    padding: 3.75rem 1.875rem 1.875rem !important;
  }
}
@media (max-width: 520px) {
  .about-modal__inner {
    padding: 1.875rem 1.875rem 1.875rem !important;
  }
}
.about-modal__inner--bold {
  display: block;
  font-weight: 700;
}
.about-modal__inner--bold2 {
  display: inline-block;
  font-weight: 700;
}
.about-set {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 1.25rem 0 10rem;
}
@media (max-width: 768px) {
  .about-set {
    padding: 1.25rem 0 1.25rem;
  }
}
.about-set__02 {
  padding: 1.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .about-set__02 {
    padding: 1.25rem 0 1.25rem;
  }
}
.about-set__03 {
  padding: 1.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .about-set__03 {
    padding: 1.25rem 0 1.25rem;
  }
}
.about-set__num {
  font-weight: 700;
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  color: var(--brown);
  text-align: center;
}
.about-set__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 2.125rem);
  text-align: center;
  margin-bottom: 1.875rem;
}
.about-set__lead {
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .about-set__lead {
    margin-bottom: 0.625rem;
  }
}
.about-set__text {
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .about-set__text {
    padding-bottom: 1.25rem;
  }
}
.about-set__sub {
  position: static;
}
@media (max-width: 768px) {
  .about-set__sub {
    position: relative;
    display: flex;
    gap: 0.625rem;
  }
}
.about-set__image {
  position: absolute;
  top: 0;
  left: -330px;
  max-width: 330px;
}
@media (max-width: 768px) {
  .about-set__image {
    position: relative;
    left: 0;
  }
}
.about-set__image--02 {
  left: auto;
  right: -360px;
  top: 100px;
  max-width: 375px;
}
@media (max-width: 768px) {
  .about-set__image--02 {
    position: relative;
    right: 0;
    top: 50px;
  }
}
.about-set__image--03 {
  top: 100px;
  max-width: 420px;
  left: -460px;
}
@media (max-width: 768px) {
  .about-set__image--03 {
    position: relative;
    left: 0;
    top: 0;
  }
}
.about-set__photo {
  position: absolute;
  right: -430px;
  top: 20px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .about-set__photo {
    position: relative;
    right: auto;
    top: 0;
  }
}
.about-set__photo img {
  border-radius: 20px;
  overflow: hidden;
}
.about-set__photo--02 {
  top: 60px;
  right: auto;
  left: -430px;
}
@media (max-width: 768px) {
  .about-set__photo--02 {
    left: auto;
    top: 0;
  }
}
.about-set__photo--03 {
  top: 60px;
  right: -460px;
}
@media (max-width: 768px) {
  .about-set__photo--03 {
    right: auto;
    top: 0;
  }
}
.about-message {
  padding: 5rem 0;
}
.about-message__box {
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .about-message__box {
    text-align: left;
    gap: 2.5rem;
  }
}
.about-message__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about-message__nav {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.about-voice {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .about-voice {
    padding: 5rem 0;
  }
}
.about-voice.is-hidden {
  display: none;
}
.about-voice__wrap {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.about-voice__bg {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  background: #e59d16;
  border-radius: 10px;
  padding: 1.25rem;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about-voice__bg {
    flex-direction: column;
    display: flex;
  }
}
.about-voice__bg--review {
  grid-template-columns: 1fr;
  grid-template-rows: none;
}
.about-voice__image {
  width: 100%;
  overflow: hidden;
}
.about-voice__image img {
  width: 100%;
}
.about-voice__image a:hover {
  opacity: 1;
}
.about-voice__main {
  background: #fff;
  border-radius: 6px;
  padding: 1.25rem;
}
.about-voice__title {
  font-weight: 700;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #e59d16;
          text-decoration-color: #e59d16;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
  line-height: 1.6;
}
.about-voice__icon {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.625rem;
}
.about-voice__icon-item {
  background: #ffd476;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px;
  min-width: 135px;
  text-align: center;
}
.about-voice__text {
  font-weight: 700;
}
.about-voice__comment {
  background: #fff;
  border-radius: 6px;
  padding: 1.25rem;
  grid-column: 1/span 2;
  grid-row: 2;
  text-align: center;
}
.about-voice__comment-label {
  color: var(--brown);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .about-voice__comment-label {
    font-size: 1.125rem;
  }
}
.about-voice__comment-text {
  font-weight: 700;
}
.about-detail {
  padding: 6.25rem 0;
}
.about-detail__set {
  margin-bottom: 3.125rem;
}
.about-detail__set:last-child {
  margin-bottom: 0;
}
.about-table {
  width: min(100%, 860px);
  margin: 0 auto;
}
.about-table th {
  background: #ac917d;
  color: #fff;
  font-weight: 700;
  padding: 1.875rem 2.5rem;
  width: 30%;
  border: 1px solid #ecf0ef;
  text-align: left;
}
@media (max-width: 768px) {
  .about-table th {
    display: block;
    width: 100%;
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.about-table td {
  padding: 1.875rem 2.5rem;
  background: #fff;
  border: 1px solid #ecf0ef;
}
@media (max-width: 768px) {
  .about-table td {
    display: block;
    width: 100%;
    padding: 1.25rem;
    font-size: 1rem;
  }
}

.intro-set {
  padding: 5rem 0;
}
.intro-set .studio-inst__list {
  margin-bottom: 0;
}
.intro-set__box {
  border: 1px solid #d5c8c0;
  margin-bottom: 0.625rem;
  background: #fff;
}
.intro-set__box:last-child {
  margin-bottom: 0;
}
.intro-set__box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--brown);
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
  pointer-events: none;
}
.intro-set__box::after {
  content: "＋";
  color: #fff;
  position: absolute;
  top: 0.625rem;
  right: 1.625rem;
  font-weight: 900;
  font-size: 22px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .intro-set__box::after {
    right: 1.5rem;
  }
}
.intro-set__box.is-active::after {
  content: "ー";
  top: 0.625rem;
  right: 1.5rem;
  font-weight: 700;
  font-size: 22px;
  pointer-events: none;
}
.intro-set__label {
  font-size: 1.125rem;
  color: var(--brown);
  cursor: pointer;
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 768px) {
  .intro-set__label {
    font-size: 1rem;
  }
}
.intro-group {
  padding: 0.9375rem 1.25rem;
  display: none;
}
.intro-group.is-active {
  display: block;
}
.intro-detail {
  padding: 1.875rem 0 5rem;
}
.intro-detail__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .intro-detail__wrap {
    flex-direction: column-reverse;
  }
}
.intro-detail__detail {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro-detail__inner .lower-title {
  text-align: left;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .intro-detail__inner .lower-title {
    text-align: center;
  }
}
.intro-detail__image {
  width: min(50%, 400px);
  height: 400px;
}
@media (max-width: 768px) {
  .intro-detail__image {
    width: min(100%, 290px);
    margin: 0 auto;
  }
}
.intro-detail__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-area {
  padding: 5rem 0;
}
.intro-area__set {
  margin-bottom: 5rem;
}
.intro-area__set:last-child {
  margin-bottom: 0;
}
.intro-area__set .lesson-set__btn a {
  background: #fff;
  color: var(--brown);
}
.intro-area__set .lesson-set__btn a::after {
  background: transparent url("../img/common/icon_arrow_brown.svg") no-repeat center center;
}
.intro-area__text {
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.5625rem;
}
@media (max-width: 768px) {
  .intro-area__text {
    font-size: 1rem;
  }
}
.intro-message {
  padding: 5rem 0;
}
.intro-message__text {
  text-align: center;
}
.intro-review {
  padding: 5rem 0;
}
.intro-review:has(.none) {
  display: none;
}
.intro-other {
  padding: 5rem 0;
}

.flow .lesson-nav {
  padding-bottom: 3.125rem;
}
.flow-main {
  overflow: hidden;
}
.flow-box {
  display: flex;
  margin-bottom: 5rem;
  min-height: 400px;
}
@media (max-width: 768px) {
  .flow-box {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.flow-box__detail {
  width: 40%;
}
@media (max-width: 768px) {
  .flow-box__detail {
    width: 100%;
  }
}
.flow-box__title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  background: var(--brown);
  padding: 0.625rem 1.25rem;
  width: 100vw;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .flow-box__title {
    font-size: 1.125rem;
  }
}
.flow-box__lead {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--brown);
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .flow-box__lead {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.flow-box__text {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .flow-box__text {
    margin-bottom: 0.625rem;
  }
}
.flow-box__note {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
.flow-box__image {
  width: 60%;
  position: static;
}
@media (max-width: 1000px) {
  .flow-box__image {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .flow-box__image {
    width: 100%;
  }
}
.flow-box__image img {
  position: absolute;
  top: 0;
  width: 700px;
  left: -140px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .flow-box__image img {
    position: relative;
    left: -30px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.flow-box .btn {
  margin: 0;
}
@media (max-width: 768px) {
  .flow-box .btn {
    margin: 0 auto;
  }
}
.flow-price {
  padding: 5rem 0;
}
.flow-price__box {
  margin-bottom: 3.125rem;
}
.flow-price-table {
  width: 100%;
  margin-bottom: 1.25rem;
  table-layout: fixed;
}
.flow-price-table__first {
  margin-bottom: 3.125rem;
}
.flow-price-table__wrap {
  padding: 1.25rem 5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .flow-price-table__wrap {
    padding: 1.25rem;
  }
}
.flow-price-table__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .flow-price-table__list {
    grid-template-columns: 1fr;
  }
}
.flow-price-table__item {
  font-weight: 400;
  font-size: 0.875rem;
}
.flow-price-table__min {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .flow-price-table__min {
    font-size: 0.75rem;
    padding-left: 0.625rem;
    display: block;
  }
}
.flow-price-table__sub {
  font-size: 0.875rem;
  display: block;
}
@media (max-width: 768px) {
  .flow-price-table__sub {
    font-size: 0.75rem;
    padding-left: 0.625rem;
  }
}
.flow-price-table__note {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.flow-price-table th {
  background: #414141;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding: 0.3125rem;
}
@media (max-width: 768px) {
  .flow-price-table th {
    font-size: 1rem;
  }
}
.flow-price-table td {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  background: #fff;
  border-bottom: 1px solid #9d9d9d;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .flow-price-table td {
    font-size: 0.875rem;
  }
}
.flow-price-table td.bdr {
  border-right: 1px solid #9d9d9d;
}
.flow-price-table__bg {
  background: #cbcbcb !important;
  padding-left: 1.875rem;
}
.flow-price-table tr:last-child td {
  border-bottom: none;
}
.flow-campaign {
  background: #35a6eb;
  border-radius: 20px;
  padding: 1.875rem 1.25rem;
}
@media (max-width: 768px) {
  .flow-campaign {
    padding: 1.875rem 0.625rem;
  }
}
.flow-campaign__title {
  font-size: 1.875rem;
  color: #ffeb00;
  text-align: center;
  border-bottom: 1px solid #ffeb00;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .flow-campaign__title {
    font-size: 1.75rem;
  }
}
.flow-campaign__lead {
  text-align: center;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .flow-campaign__lead {
    font-size: 1rem;
  }
}
.flow-campaign__box {
  background: #fff;
  border-radius: 10px;
  margin: 0 30px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .flow-campaign__box {
    margin: 0;
  }
}
.flow-campaign__set {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .flow-campaign__set {
    flex-direction: column;
  }
}
.flow-campaign__set--bottom {
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .flow-campaign__set--bottom {
    text-align: center;
  }
}
.flow-campaign__label {
  background: #35a6eb;
  color: #fff;
  font-weight: 700;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .flow-campaign__label {
    width: 100%;
    padding: 0.625rem;
    font-size: 1rem;
  }
}
.flow-campaign__detail {
  flex: 1;
}
.flow-campaign__text {
  color: #35a6eb;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flow-campaign__text {
    font-size: 1.125rem;
    padding-left: 0.75rem;
    text-indent: -0.75rem;
  }
}
.flow-campaign__note {
  font-size: 0.875rem;
}
.flow-campaign__last {
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .flow-campaign__last {
    font-size: 1.25rem;
    padding-top: 1.25rem;
  }
}
.flow-campaign__bottom {
  font-weight: 700;
}
.flow-system {
  padding: 6.25rem 0;
}
.flow-system__wrap {
  display: flex;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .flow-system__wrap {
    flex-direction: column;
  }
}
.flow-system__wrap--aic {
  align-items: center;
  margin-bottom: 0;
}
.flow-system__image {
  width: min(194px, 100%);
}
@media (max-width: 768px) {
  .flow-system__image {
    margin: 0 auto;
  }
}
.flow-system__detail {
  flex: 1;
}
.flow-system__label {
  color: var(--brown);
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid var(--brown);
  padding-bottom: 2px;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .flow-system__label {
    font-size: 1.25rem;
    text-align: center;
  }
}
.flow-system__text {
  margin-bottom: 1.25rem;
}
.flow-system__note {
  font-size: 0.75rem;
}

.faq-main {
  padding: 5rem 0;
}
.faq-main .inner {
  margin-bottom: 3.125rem;
}
.faq-main .inner:last-child {
  margin-bottom: 0;
}
.faq-main__box {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .faq-main__box {
    padding: 0.625rem;
  }
}
.faq-main__box::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #c9c9c9;
  display: block;
  position: absolute;
  top: 40px;
  right: 20px;
  pointer-events: none;
}
.faq-main__box::before {
  content: "+";
  font-size: 1.625rem;
  top: 34px;
  right: 25px;
  color: var(--brown);
  font-weight: 700;
  pointer-events: none;
  font-weight: 700;
  position: absolute;
}
.faq-main__box.is-active::before {
  content: "ー";
  font-size: 1.375rem;
  top: 38px;
  right: 25px;
  pointer-events: none;
}
.faq-main__q {
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  gap: 0.625rem;
  line-height: 2;
  cursor: pointer;
  padding: 1.875rem;
}
@media (max-width: 768px) {
  .faq-main__q {
    padding-right: 3.75rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.faq-main__q::before {
  content: "Q";
  color: var(--brown);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
}
.faq-main__a {
  font-size: 0.875rem;
  font-weight: 700;
  display: none;
  line-height: 2;
  padding: 0 0 0 0.3125rem;
  padding: 0 1.875rem 1.875rem;
}
.faq-main__a.is-active {
  display: flex;
}
.faq-main__inner {
  display: flex;
  gap: 0.9375rem;
}
.faq-main__inner::before {
  content: "A";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.faq-main__contents p {
  margin-bottom: 0.625rem;
}
.faq-main__contents p:last-child {
  margin-bottom: 0;
}
.faq-main__contents a {
  color: #153a6c;
  text-decoration: underline;
}

.request-step {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .request-step {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }
}
.request-step__item {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
}
.request-step__label {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 1.25rem;
}
.request-step__icon {
  text-align: center;
  margin-bottom: 1.25rem;
}
.request-step__text {
  font-size: 0.75rem;
}
.request-main {
  padding-bottom: 6.25rem;
}
.request-main__box {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem 5rem;
}
@media (max-width: 768px) {
  .request-main__box {
    padding: 1.875rem 1.25rem;
  }
}
.request-table {
  width: 100%;
}
.request-table__th {
  font-size: 0.875rem;
  width: 300px;
  text-align: left;
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .request-table__th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.request-table__td {
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .request-table__td {
    width: 100%;
    display: block;
  }
}
.request-table__att {
  color: #ff0000;
}
.request-table__sub {
  font-size: 0.75rem;
  padding: 0.3125rem 0 0 0.75rem;
  text-indent: -0.75rem;
}
.request-table__privacy {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  padding: 2.5rem 0 0;
}
.request-table__input {
  display: block;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #c1c1c1;
  display: block;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
}
.request-table__textarea {
  display: block;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #c1c1c1;
  display: block;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  height: 100px;
}
.request-table__privacy {
  display: flex;
  gap: 5px;
  align-items: center;
}
.request-table__privacy label {
  cursor: pointer;
}
.request-table__privacy a {
  text-decoration: underline;
}
.request-table__btn {
  width: min(305px, 100%);
  margin: 0 auto;
  margin-top: 2.5rem;
}
.request-table__btn::before {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #fff;
  width: 12px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}
.request-table__btn input {
  background: var(--brown);
  border-radius: 10px;
  border: 2px #fff solid;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s all;
}
@media (hover: hover) {
  .request-table__btn input:hover {
    opacity: 0.8;
  }
}
.request-table__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.request-table__checkbox::before {
  content: "";
  border: 3px solid var(--brown);
  border-radius: 4px;
  background: #fff;
  display: block;
  width: 18px;
  height: 18px;
}
.request-table__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  display: block;
  height: 6px;
  border-top: 3px solid var(--brown);
  border-right: 3px solid var(--brown);
  transform: rotate(135deg);
  z-index: 5;
}
.request-table__select::before {
  content: "";
  position: absolute;
  top: 18%;
  right: 20px;
  width: 9px;
  display: block;
  height: 9px;
  border-top: 1px solid var(--brown);
  border-right: 1px solid var(--brown);
  transform: rotate(135deg) translateY(-50%);
  z-index: 5;
}
.request-table__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #c1c1c1;
  display: block;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 0.875rem;
}
.request-table__calendar {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "noto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.875rem;
  width: 200px;
}
.request-table__error {
  color: #dc0215;
  font-weight: 700;
  padding: 0.1875rem 0 0;
  font-size: 0.875rem;
  display: none;
}
.request-table__error.is-active {
  display: block;
}
.request-table__error--privacy {
  text-align: center;
}
.request-table__error--last {
  text-align: center;
}
.request-table__wrap {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.request-table__wrap .request-table__select {
  width: 200px;
}

.contact-after {
  padding: 5rem 0;
}
.contact-after__box {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.contact-after__lead {
  color: #dc0215;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.contact-after__text {
  font-size: 0.875rem;
}
.contact-campaign {
  margin-bottom: 2.5rem;
}

.recruit-head {
  padding: 6.25rem 0 5rem;
}
@media (max-width: 768px) {
  .recruit-head {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .recruit-head__text {
    font-size: 0.875rem;
  }
}
.recruit-head__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.recruit-flow {
  padding: 6.25rem 0 5rem;
}
@media (max-width: 768px) {
  .recruit-flow {
    padding: 5rem 0 5rem;
  }
}
.recruit-flow__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-flow__wrap {
    grid-template-columns: 1fr;
  }
}
.recruit-flow__item {
  background: var(--brown);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 0.625rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .recruit-flow__item {
    padding: 1.25rem 0.625rem;
  }
}
.recruit-flow__item::after {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: var(--brown);
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
@media (max-width: 768px) {
  .recruit-flow__item::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    top: auto;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 50px;
    height: 20px;
  }
}
.recruit-flow__item:last-child::after {
  display: none;
}
.recruit-flow__note {
  text-align: center;
  font-size: 0.875rem;
}
.recruit-resources {
  padding: 5rem 0 5rem;
}
.recruit-resources__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-resources__list {
    gap: 2.5rem;
  }
}
.recruit-resources__item {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .recruit-resources__item {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.recruit-resources__image {
  width: 194px;
}
.recruit-resources__detail {
  flex: 1;
}
.recruit-resources__title {
  font-weight: 700;
  font-size: 1.625rem;
  color: var(--brown);
  margin-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .recruit-resources__title {
    font-size: 1.375rem;
    text-align: center;
  }
}
.recruit-message {
  padding: 5rem 0 5rem;
}
.recruit-message__wrap {
  text-align: center;
}
.recruit-message__image {
  max-width: 320px;
  margin: 0 auto 1.25rem;
}
.recruit-message__image img {
  overflow: hidden;
  border-radius: 50%;
}
.recruit-message__text {
  width: min(100%, 780px);
  margin: 0 auto 0.625rem;
  text-align: left;
}
.recruit-message__name {
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 768px) {
  .recruit-message__name {
    font-size: 1rem;
  }
}
.recruit-merit {
  padding: 5rem 0 5rem;
}
.recruit-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-merit__list {
    grid-template-columns: 1fr;
  }
}
.recruit-merit__detail {
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-merit__detail {
    padding: 1.25rem 0.625rem;
  }
}
.recruit-merit__lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}
@media (max-width: 768px) {
  .recruit-merit__lead {
    font-size: 1.125rem;
    padding-left: 1.125rem;
    text-indent: -1.125rem;
  }
}
.recruit-detail {
  padding: 5rem 0 5rem;
}
.recruit-table {
  width: 100%;
}
.recruit-table th {
  background: #414141;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem;
  border-bottom: 1px solid #9d9d9d;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .recruit-table th {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}
.recruit-table td {
  padding: 0.625rem 1.875rem;
  background: #fff;
  font-size: 1.125rem;
  border-bottom: 1px solid #9d9d9d;
}
@media (max-width: 768px) {
  .recruit-table td {
    width: 100%;
    display: block;
    font-size: 1rem;
    padding: 1.25rem 1.25rem;
  }
}
.recruit-table tr:last-child th {
  border-bottom: none;
}
.recruit-table tr:last-child td {
  border-bottom: none;
}
.recruit-table__note {
  padding: 1.25rem 0 0;
}
.recruit-table__note a {
  color: #106e7d;
  text-decoration: underline;
}
.recruit-salary {
  padding: 5rem 0 5rem;
}
@media (max-width: 768px) {
  .recruit-salary {
    padding: 5rem 0 7.5rem;
  }
}
.recruit-salary__head {
  margin-bottom: 1.875rem;
  text-align: center;
}
.recruit-salary__lead {
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
}
.recruit-salary__note {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-salary__text {
    font-size: 1.125rem;
  }
}
.recruit-salary__label {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .recruit-salary__label {
    font-size: 1.125rem;
  }
}
.recruit-salary__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .recruit-salary__wrap {
    grid-template-columns: 1fr;
    margin-bottom: 0.625rem;
  }
}
.recruit-salary .recruit-table {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .recruit-salary .recruit-table {
    width: 100%;
    margin-bottom: 0;
  }
}
.recruit-salary .recruit-table th {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-salary .recruit-table th {
    width: 50%;
    display: table-cell;
  }
}
.recruit-salary .recruit-table td {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-salary .recruit-table td {
    width: 50%;
    display: table-cell;
  }
}
.recruit-salary .recruit-table__title {
  background: #414141 !important;
  color: #fff !important;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #9d9d9d;
}
@media (max-width: 768px) {
  .recruit-salary .recruit-table:first-child th {
    border-bottom: 1px solid #9d9d9d;
  }
}
@media (max-width: 768px) {
  .recruit-salary .recruit-table:first-child td {
    border-bottom: 1px solid #9d9d9d;
  }
}

.fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  max-width: 250px;
}
@media (max-width: 768px) {
  .fixed {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.modaal-close {
  position: absolute !important;
}
@media (max-width: 768px) {
  .modaal-close {
    width: 30px;
    height: 30px;
  }
}

.modaal-close:after,
.modaal-close:before {
  background: #fff !important;
}
@media (max-width: 768px) {
  .modaal-close:after,
.modaal-close:before {
    height: 16px !important;
    top: 7px !important;
    left: 13px !important;
  }
}

.modaal-close:focus,
.modaal-close:hover {
  background: var(--brown) !important;
}

.modaal-close {
  right: 10px !important;
  top: 5px !important;
  background: var(--brown) !important;
  border-radius: 50%;
}
@media (max-width: 1100px) {
  .modaal-close {
    right: 5px !important;
    top: 10px !important;
  }
}

.modaal-close-decision {
  position: relative !important;
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 1.875rem;
  top: 0 !important;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .modaal-close-decision {
    height: 45px !important;
    font-size: 16px !important;
  }
}
.modaal-close-decision::before {
  display: none;
}
.modaal-close-decision::after {
  display: none;
}

.error-text {
  text-align: center;
  margin-bottom: 3.125rem;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.wp-pagenavi a {
  background: #b4b4b4;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
}
.wp-pagenavi span {
  background: var(--brown);
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
}

.footer {
  background: var(--cream);
  padding: 2.5rem 0 1.25rem;
  color: var(--brown);
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 2.5rem 0 5rem;
  }
}
.footer-logo {
  margin-bottom: 2.1875rem;
}
.footer-copy {
  font-size: 0.625rem;
  font-weight: 700;
}
.footer-recruit {
  border-top: 1px solid var(--brown);
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer-sns__item {
  max-width: 1.875rem;
}

.grecaptcha-badge {
  bottom: 130px !important;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 30px !important;
  }
}
/*# sourceMappingURL=layout.css.map */