@charset "UTF-8";
.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  object-fit: cover;
}

.inner {
  max-width: 114rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 0.909vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
.title {
  background: url(../img/head-bg.jpg) no-repeat center center/cover;
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .title {
    height: 3.6rem;
    font-size: 1.8rem;
  }
}

section {
  position: relative;
  z-index: 1;
}

.title-sp {
  background: url(../img/headbg-sp.jpg) no-repeat center center/cover;
  font-size: 2rem;
  color: #3F0F0B;
  font-weight: bold;
  width: 100%;
  height: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .title-sp {
    display: none;
  }
}

.button {
  width: 17rem;
  height: 4rem;
  background-color: #461812;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .button {
    font-size: 1.6rem;
    width: 16.2rem;
    height: 3.8rem;
    border-radius: 1rem;
  }
}

.contents {
  background-color: rgba(255, 255, 255, 0.87);
  padding-top: 2.9rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .contents {
    padding: 2rem 1.5rem;
  }
}

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

.wrap {
  overflow: hidden;
}

.page-title {
  color: var(--, #3F0F0B);
  text-shadow: 5px 4px 7px #E1A4FF;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2rem;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
  }
}
.page-title img {
  width: 4.2rem;
}
@media (max-width: 767px) {
  .page-title img {
    width: 2.6rem;
  }
}

.page-title:lang(en) {
  font-family: "Nunito", sans-serif;
}

.page-title:lang(ja) {
  font-family: "Zen Maru Gothic", sans-serif;
}

.page-contents {
  background-color: rgba(255, 255, 255, 0.87);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .page-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .page-text {
    font-size: 1.4rem;
  }
}

.page-fv {
  width: 67.4rem;
  height: 22.8rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  background-color: rgba(63, 15, 11, 0.71);
  border-radius: 1rem;
  margin-top: 2.2rem;
  margin-bottom: 7.3rem;
}
@media (max-width: 767px) {
  .page-fv {
    width: 31rem;
    height: 11.1rem;
    margin-top: 5.5rem;
    margin-bottom: 8.6rem;
  }
}
.page-fv::after {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 64.5rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  top: 2.1rem;
}
@media (max-width: 767px) {
  .page-fv::after {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    top: 1.25rem;
  }
}
.page-fv::before {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 64.5rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.1rem;
}
@media (max-width: 767px) {
  .page-fv::before {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    bottom: 1.25rem;
  }
}

.page-fv__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-fv__content::after {
  content: "";
  position: absolute;
  background: url(../img/icon.png) no-repeat center center/cover;
  width: 23.6rem;
  height: 31.9rem;
  right: -4.3rem;
  top: -3.1rem;
}
@media (max-width: 767px) {
  .page-fv__content::after {
    width: 20.3rem;
    height: 27.4rem;
    top: -6.5rem;
    right: -2.9rem;
  }
}

.pagefv__text {
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .pagefv__text {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}

.header {
  padding-top: 1rem;
  position: relative;
  z-index: 3;
}
.header::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 4rem;
  background-color: #FFFFCC;
  top: 0;
}
.header::after {
  content: "";
  position: absolute;
  width: 100vw;
  background: url(../img/bg.jpg) no-repeat center center/cover;
  top: 4rem;
  left: 0;
  height: 5rem;
}

.header__contents {
  position: relative;
  z-index: 3;
}

.header__container {
  max-width: 130rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -2.1rem;
}

.logo {
  margin-left: 2.8rem;
  position: relative;
  z-index: 2;
  width: 10rem;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  margin-left: 2.8rem;
}
@media (max-width: 767px) {
  .menu-list {
    flex-direction: column;
    gap: 2.8rem;
    margin-top: 2.2rem;
    margin-left: 0;
  }
}

.menu-item a {
  transition: 0.3s;
  font-size: 1.8rem;
  font-family: "Indie Flower", cursive;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .menu-item a {
    font-size: 1.6rem;
  }
}
.menu-item a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) and (max-width: 1246px) {
  .menu-list {
    gap: 1.4rem;
  }
  .menu-list .menu-item a {
    font-size: 1.6rem;
  }
}
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  position: fixed;
  right: 2rem;
  top: 2.2rem;
  transition: all 0.6s ease-in-out;
  width: 2.9rem;
  height: 3rem;
  height: 3rem;
  z-index: 200; /* メニューが開いてもハンバーガーボタンが上に表示されるように */
}
.hamburger::after {
  position: absolute;
  content: "MENU";
  font-size: 1.3rem;
  color: #3F0F0B;
  font-family: "Indie Flower", cursive;
  left: 50%;
  transform: translateX(-50%);
  top: 0.9rem;
}

.hamburger[aria-expanded=true]::after {
  display: none;
}

/* ハンバーガーメニュー三本線 */
.hamburger-line {
  background-color: #724836;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 2.6rem;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: #724836;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 2.6rem;
}

.hamburger-line::before {
  display: none;
}

.hamburger-line::after {
  top: 0.7rem;
}

/* ハンバーガーメニュー三本線オープン時 */
.hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(15px) rotate(-45deg);
}

.hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
}

.hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-20px) rotate(90deg);
  top: 20px;
}

/* オーバーレイのスタイル */
.overlay {
  background-color: #fff;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  background: url(../img/bg.jpeg) no-repeat center center/cover;
}

/* メニューのスタイル */
.modal-container {
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 20; /* オーバーレイよりも上に来るようにするため */
  background: url(../img/bg.jpeg) no-repeat center center/cover;
}

.modal-container[aria-hidden=false] {
  opacity: 1;
  overflow-y: scroll;
  visibility: visible;
}

.menu-item {
  text-align: left;
}

.menu-link {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(195, 238, 244, 0.29);
}

.header-sp {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #FFFFCC;
  z-index: 3;
  position: relative;
}

.header-sp__logo {
  padding-left: 1.4rem;
  width: 32.1rem;
  height: 3.7rem;
}

.footer {
  position: relative;
  z-index: 3;
  padding-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 2.5rem;
  }
}

.footer__nav {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.footer__item a {
  font-family: "Indie Flower", cursive;
  font-size: 2rem;
  color: #3F0F0B;
}

.copy {
  padding-top: 1.3rem;
  text-align: center;
  font-size: 1.1rem;
  color: #3F0F0B;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__item a {
    font-size: 1.6rem;
  }
}
.language-footer {
  margin-bottom: 3rem !important;
}

.back {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.back img {
  height: 100%;
}

.fv {
  padding-top: 3.469vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 0;
  }
}
.fv::after {
  content: "";
  position: absolute;
  background: url(../img/icon.png) no-repeat center center/cover;
  width: 26.328vw;
  height: 39.766vw;
  z-index: 3;
  top: 6.797vw;
  right: 11.328vw;
}
@media (max-width: 767px) {
  .fv::after {
    width: 15.1rem;
    height: 20.3rem;
    right: 0;
    top: 0.9rem;
    z-index: 3;
  }
}

.fv-slide {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: 3.281vw !important;
}

.fv__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(63, 15, 11, 0.71);
  border-radius: 1rem;
  width: 52.656vw;
  height: 17.813vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .fv__contents {
    width: 31rem;
    height: 11.1rem;
  }
}
.fv__contents::after {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 50.391vw;
  height: 0.234vw;
  top: 1.523vw;
}
@media (max-width: 767px) {
  .fv__contents::after {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    top: 1.25rem;
  }
}
.fv__contents::before {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 50.391vw;
  height: 0.234vw;
  bottom: 1.523vw;
}
@media (max-width: 767px) {
  .fv__contents::before {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    bottom: 1.25rem;
  }
}

.fv__text {
  font-size: 4.688vw;
  font-family: "Indie Flower", cursive;
  line-height: 1.2833333333;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .fv__text {
    font-size: 3rem;
    line-height: 1.2333333333;
  }
}

.swiper-pagination-bullet {
  width: 1.016vw !important;
  height: 1.016vw !important;
  background-color: #fff;
  opacity: 1;
  margin-left: 0.313vw !important;
  margin-right: 0.313vw !important;
}

.swiper-pagination-bullet-active {
  background-color: #3F0F0B;
  width: 1.016vw;
  height: 1.016vw;
}

.about {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .about {
    margin-top: 3rem;
  }
}

.about__text {
  font-size: 1.6rem;
  color: #3F0F0B;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 1.4em;
    line-height: 1.6357142857;
  }
}
.about__text:nth-of-type(n+2) {
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .about__text:nth-of-type(n+2) {
    margin-top: 1.3rem;
  }
}

.about__button {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .about__button {
    margin-top: 2.5rem;
  }
}

.info {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .info {
    margin-top: 3rem;
  }
}

.info__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #3F0F0B;
}
@media (max-width: 767px) {
  .info__list {
    flex-direction: column;
    padding-left: 0;
    gap: 0.5rem;
    align-items: flex-start;
    padding-bottom: 1.2rem;
  }
}
.info__list:nth-of-type(n+2) {
  padding-top: 1.35rem;
}
@media (max-width: 767px) {
  .info__list:nth-of-type(n+2) {
    padding-top: 1.2rem;
  }
}

.info__time {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .info__time {
    font-size: 1.4rem;
  }
}

.info__about {
  color: #3F0F0B;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-wrap: break-word;
  max-width: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  .info__about {
    font-size: 1.4rem;
  }
}

.info__button {
  margin-top: 3.05rem;
}
@media (max-width: 767px) {
  .info__button {
    margin-top: 2.5rem;
  }
}

.curriculum {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .curriculum {
    margin-top: 3rem;
  }
}

.curriculum__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .curriculum__contents {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.curriculum__img {
  aspect-ratio: 500/188;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .curriculum__img {
    aspect-ratio: 307/146;
  }
}
.curriculum__img img {
  height: 100%;
}

.curriculum__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.3rem;
  color: #3F0F0B;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
}
.curriculum__text span {
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .curriculum__text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}

.curriculum__button {
  margin-top: 3.9rem;
}
@media (max-width: 767px) {
  .curriculum__button {
    margin-top: 2.5rem;
  }
}

.event {
  margin-top: 10rem;
  padding-top: 7.7rem;
  padding-bottom: 4.6rem;
  background-color: rgba(255, 255, 204, 0.87);
  text-align: center;
}
@media (max-width: 767px) {
  .event {
    margin-top: 5rem;
    padding-bottom: 4.8rem;
    padding-top: 4.8rem;
  }
}

.event__inner {
  position: relative;
}
.event__inner::after {
  content: "";
  position: absolute;
  background: url(../img/event-bg.png) no-repeat center center/cover;
  width: 68.6rem;
  height: 7.9rem;
  top: -3.5rem;
  right: -2.1rem;
}
@media (max-width: 767px) {
  .event__inner::after {
    width: 38.5rem;
    height: 3.8rem;
    top: -1.4rem;
    right: -4.7rem;
  }
}

.event__contents {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
}

.event__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #3F0F0B;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .event__title {
    font-size: 1.8rem;
  }
}
.event__title::after {
  content: "";
  background: url(../img/event-line.png) no-repeat center center/cover;
  position: absolute;
  height: 0.2rem;
  width: 44.9rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .event__title::after {
    height: 0.1rem;
    width: 12.9rem;
  }
}
.event__title::before {
  content: "";
  background: url(../img/event-line.png) no-repeat center center/cover;
  position: absolute;
  height: 0.2rem;
  width: 44.9rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .event__title::before {
    height: 0.1rem;
    width: 12.9rem;
  }
}

.event__img {
  width: 100%;
  background-color: #E6E6E6;
  aspect-ratio: 1020/119;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .event__img {
    aspect-ratio: 355/170;
    margin-top: 2.5rem;
  }
}

.event__list_img {
  margin-top: 2.2rem;
  display: flex;
  justify-content: space-between;
}

.event__Listimage {
  background-color: #E6E6E6;
  width: 30.5rem;
  height: 18.8rem;
  aspect-ratio: 305/188;
}
@media (max-width: 767px) {
  .event__Listimage {
    width: 100%;
    aspect-ratio: auto;
  }
}
.event__Listimage img {
  height: 100%;
}
.event__Listimage:nth-of-type(2) {
  width: 34.5rem;
}

.event__list_img2 {
  display: flex;
  justify-content: center;
  margin-top: 2.3rem;
  gap: 2rem;
}

.event__button {
  margin-top: 3.6rem;
}

.location {
  margin-top: 6rem;
  margin-bottom: 13.9rem;
}
@media (max-width: 767px) {
  .location {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.location__contents {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .location__contents {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.location__left {
  width: 51rem;
  height: 22.8rem;
  aspect-ratio: 510/228;
  background-color: #ccc;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .location__left {
    width: 100%;
    aspect-ratio: 307/165;
    height: 16.5rem;
  }
}
.location__left iframe {
  width: 100%;
  height: 100%;
}

.location__right {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3F0F0B;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .location__right {
    font-size: 1.4rem;
  }
}

.page-fv__content .pagefv__text {
  font-size: 6rem;
  font-family: "Indie Flower", cursive;
  color: #fff;
}
@media (max-width: 767px) {
  .page-fv__content .pagefv__text {
    font-size: 2.8rem;
  }
}

.language {
  position: relative;
  z-index: 3;
  margin-bottom: 1.1rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .language {
    margin-top: 2rem;
  }
}
.language a {
  font-family: "Noto Sans JP", sans-serif;
  color: #3F0F0B;
  font-size: 1.6rem;
}

.header-ja .menu-item a {
  font-size: 1.2rem;
}

.footer-ja .footer__item a {
  font-size: 1.3rem;
}

.fv__content {
  z-index: 2;
  background-color: rgba(63, 15, 11, 0.71);
  border-radius: 1rem;
  width: 52.656vw;
  height: 17.813vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .fv__content {
    width: 31rem;
    height: 11.1rem;
  }
}
.fv__content::after {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 50.391vw;
  height: 0.234vw;
  top: 1.523vw;
}
@media (max-width: 767px) {
  .fv__content::after {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    top: 1.25rem;
  }
}
.fv__content::before {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 50.391vw;
  height: 0.234vw;
  bottom: 1.523vw;
}
@media (max-width: 767px) {
  .fv__content::before {
    width: 30rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line-sp.png) no-repeat center center/cover;
    bottom: 1.25rem;
  }
}

.approach__text {
  font-family: "Indie Flower", cursive;
}

.merit {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .merit {
    margin-top: 3rem;
  }
}

.international__text {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.international__text span {
  display: block;
}
.international__text:nth-of-type(n+2) {
  margin-top: 2rem;
}

.about-text {
  font-family: "Indie Flower", cursive;
  font-size: 6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .about-text {
    font-size: 2.8rem;
  }
}

.philosophy__title {
  background-color: rgba(255, 255, 255, 0.87);
  padding-top: 4rem;
  padding-bottom: 2.1rem;
}

.work {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .work {
    margin-top: 3rem;
  }
}

.art {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .art {
    margin-top: 3rem;
  }
}

.page-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .page-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.page-list__img {
  background-color: #ccc;
  height: 27.1rem;
}
.page-list__img img {
  height: 100%;
}
@media (max-width: 767px) {
  .page-list__img {
    height: 24.6rem;
  }
}

.eurythmy {
  margin-top: 6.5rem;
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .eurythmy {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.effort {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .effort {
    margin-top: 3rem;
  }
}

.location__text {
  font-family: "Indie Flower", cursive;
  font-size: 6rem;
}
@media (max-width: 767px) {
  .location__text {
    font-size: 2.8rem;
  }
}

.location__img {
  height: 47.5rem;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .location__img {
    height: 16.6rem;
  }
}

.map {
  margin-top: 6.5rem;
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .map {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.map__img {
  height: 47.5rem;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .map__img {
    height: 16.6rem;
  }
}
.map__img iframe {
  width: 100%;
  height: 100%;
}

/* Swiper（サムネイル）全体のスタイル */
.swiper2 {
  height: 80px;
  margin-top: 10px;
}

/* Swiper（サムネイル）スライドのスタイル */
.swiper2 .swiper-slide {
  width: 33.3%;
  height: 80px;
  line-height: 80px;
  filter: brightness(0.5);
}

/* Swiper（サムネイル）現在のスライドのスタイル */
.swiper2 .swiper-slide-thumb-active {
  filter: brightness(1);
}

.work-swiper {
  margin-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .work-swiper {
    padding-bottom: 2rem;
  }
}

.work__list {
  display: flex;
}

.work-swiper .swiper-slide {
  height: auto;
}

.appearance {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .appearance {
    margin-top: 3rem;
  }
}

.work___about {
  margin-top: 1rem;
  color: #3F0F0B;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .work___about {
    font-size: 1.6rem;
  }
}

.swiper1 {
  height: 57.1rem;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .swiper1 {
    height: 18.9rem;
  }
}

.swiper2 {
  margin-top: 2rem;
  height: 12.5rem;
}
@media (max-width: 767px) {
  .swiper2 {
    height: 5.5rem;
    margin-top: 1rem;
  }
}
.swiper2 .swiper-slide {
  background-color: #ccc;
  height: 100%;
}

.news-title {
  text-shadow: 5px 4px 7px #E1A4FF;
  font-family: "Zen Maru Gothic";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .news-title {
    font-size: 2rem;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
  }
}
.news-title img {
  width: 4.2rem;
}
@media (max-width: 767px) {
  .news-title img {
    width: 2.6rem;
  }
}

.news-contents {
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .news-contents {
    margin-bottom: 3rem;
  }
}

.news-contents__bg {
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.87);
}
@media (max-width: 767px) {
  .news-contents__bg {
    padding: 2rem;
  }
}

.news__list {
  margin-top: 3.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 2.1rem;
}
@media (max-width: 767px) {
  .news__list {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.news__item {
  padding: 2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .news__item {
    padding: 1.8rem;
  }
}

.news__img {
  height: 17.6rem;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .news__img {
    height: 16rem;
  }
}

.news__title {
  color: #3F0F0B;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .news__title {
    margin-top: 1rem;
  }
}

.news__text {
  margin-top: 1rem;
  font-family: "Zen Maru Gothic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  color: #3F0F0B;
  line-height: 2.4367rem; /* 152.293% */
}
@media (max-width: 767px) {
  .news__text {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

.page-nation {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-nation {
    margin-top: 5rem;
  }
}

.news-single__img {
  height: 55.5rem;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .news-single__img {
    height: 16.2rem;
  }
}

.news-single__title {
  color: #3F0F0B;
  font-family: "Zen Maru Gothic";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .news-single__title {
    font-size: 2rem;
  }
}

.news-single__text {
  color: #3F0F0B;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem; /* 177.778% */
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .news-single__text {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    line-height: 2.8rem; /* 200% */
  }
}

.page-nation {
  text-align: center;
}

.page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3F0F0B;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.next {
  margin-left: 3.6rem;
}
@media (max-width: 767px) {
  .next {
    margin-left: 1.2rem;
  }
}

.prev {
  margin-right: 3.6rem;
}
@media (max-width: 767px) {
  .prev {
    margin-right: 1.2rem;
  }
}

.lower {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .lower {
    margin-top: 3rem;
  }
}

.music {
  margin-top: 6.5rem;
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .music {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.international__title {
  padding-bottom: 0;
}

.international__text {
  font-size: 1.8rem;
  font-weight: 500;
  width: 46.6rem;
  margin: 0 auto;
  line-height: 1.9444444444;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .international__text {
    font-size: 1.6rem;
  }
}

.international-box {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .international-box {
    flex-direction: column;
    gap: 3rem;
  }
}

.international-item {
  width: 48.5rem;
}
@media (max-width: 767px) {
  .international-item {
    width: 100%;
  }
}
.international-item:nth-of-type(1) {
  border-bottom: 1px solid #3F0F0B;
}
.international-item:nth-of-type(1) .international__box01:nth-of-type(1) .international__text01 {
  background-color: #CCFECC;
}
.international-item:nth-of-type(1) .international__box01:nth-of-type(1) .international__text02 {
  background-color: #CCFECC;
}
.international-item:nth-of-type(2) .international__box01:last-of-type {
  border-bottom: 1px solid #3F0F0B;
}
.international-item:nth-of-type(2) .international__box01:nth-of-type(1) .international__text01 {
  background-color: #FFCCCC;
}
.international-item:nth-of-type(2) .international__box01:nth-of-type(1) .international__text02 {
  background-color: #FFCCCC;
}

.international__box01 {
  display: flex;
  border-left: 1px solid #3F0F0B;
  border-right: 1px solid #3F0F0B;
  border-top: 1px solid #3F0F0B;
}

.international__text01 {
  width: 16.3rem;
  height: 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3F0F0B;
  border-right: 1px solid #3F0F0B;
}
@media (max-width: 767px) {
  .international__text01 {
    font-size: 1.4rem;
    flex-direction: column;
  }
}

.international__text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.3rem;
  height: 3.9rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .international__text02 {
    font-size: 1.4rem;
    flex-direction: column;
  }
}
.international__text02 span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .international__text02 span {
    font-size: 1.2rem;
  }
}

.international__about {
  font-size: 1.6rem;
  line-height: 2.1875;
  margin-top: 3rem;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .international__about {
    font-size: 1.4rem;
  }
}

.international__heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3F0F0B;
  margin-bottom: 1.2rem;
  text-align: center;
}
.international__heading span {
  font-size: 1.2rem;
}

.lower__text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .lower__text {
    font-size: 1.4rem;
  }
}
.lower__text span {
  font-weight: bold;
}

.lower__block {
  margin-top: 3rem;
}

.lower__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 1px solid #3F0F0B;
  border-left: 1px solid #3F0F0B;
  border-right: 1px solid #3F0F0B;
}
@media (max-width: 767px) {
  .lower__item {
    display: flex;
  }
}
.lower__item:last-of-type {
  border-bottom: 1px solid #3F0F0B;
}

.lower__txt {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3F0F0B;
  height: 3.8rem;
  background-color: #FFCCCC;
  border-right: 1px solid #3F0F0B;
}
@media (max-width: 767px) {
  .lower__txt {
    font-size: 1.2rem;
    width: 25%;
  }
}
.lower__txt:last-of-type {
  border-right: none;
}

.lower__about {
  font-size: 1.4rem;
  padding: 1.5rem;
  line-height: 1.6;
  border-right: 1px solid #3F0F0B;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .lower__about {
    font-size: 1.2rem;
    padding: 1rem;
    overflow-wrap: anywhere;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.lower__about:last-of-type {
  border-right: none;
}

.lower__more {
  padding-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .lower__more {
    font-size: 1.4rem;
  }
}

.music__text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .music__text {
    font-size: 1.4rem;
  }
}

.music-box {
  background-color: rgba(255, 255, 255, 0.87);
}

.music__text02 {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #3F0F0B;
}
@media (max-width: 767px) {
  .music__text02 {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.875;
  }
}

.music__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .music__img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.international__text03 {
  justify-content: center;
}

.academic, .fee, .winter {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .academic, .fee, .winter {
    margin-top: 3rem;
  }
}

.winter {
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .winter {
    margin-bottom: 3rem;
  }
}

.international__text {
  width: auto;
}

.integration {
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .integration {
    margin-bottom: 3rem;
  }
}

.access-sec {
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .access-sec {
    margin-bottom: 3rem;
  }
}

.contact-text {
  display: block;
  margin-top: 2rem;
}
.contact-text span {
  font-weight: bold;
}

.contact-box {
  margin-top: 5rem;
}

.contact__block:nth-of-type(n+2) {
  margin-top: 5rem;
}

.contact__block_text {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  color: #3F0F0B;
  font-weight: bold;
}

.contact__block02 {
  margin-top: 0.8rem;
}

.contact__list {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .contact__list {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact__list:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact__list:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

.contact__list_text {
  font-size: 1.6rem;
  color: #3F0F0B;
  width: 27rem;
}
@media (max-width: 767px) {
  .contact__list_text {
    width: 100%;
  }
}
.contact__list_text span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.contact__form {
  width: 70rem;
  height: auto;
}
@media (max-width: 767px) {
  .contact__form {
    width: 100%;
  }
}
.contact__form input {
  width: 100%;
  border: 1px solid #3F0F0B;
  height: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
  height: 4rem;
}
.contact__form textarea {
  width: 100%;
  border: 1px solid #3F0F0B;
  height: 30rem;
  border-radius: 0.5rem;
  padding: 1rem;
}

.contact {
  margin-bottom: 12.4rem;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 3rem;
  }
}

.contact__button {
  margin-top: 5rem;
}
.contact__button input {
  cursor: pointer;
  transition: all 0.3s;
}
.contact__button input:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */
