@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
p, a, li, dt, dd, th, td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p, a, li, dt, dd, th, td {
    line-height: 1.8;
  }
}
.display_w600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}
.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.note {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .note {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #page-top {
    bottom: 65px;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_only {
    display: block;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}
.less_1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .less_1300 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .less_1300 {
    display: none;
  }
}
main.panelactive {
  display: none;
}
#mobile-nav {
  display: none;
}
#mobile-nav.panelactive {
  display: block;
}
@keyframes poyoyon {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.para_wrap {
  position: relative;
}
.para_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  z-index: -1;
}
.para {
  width: 100%;
  aspect-ratio: 2675/1326;
  -webkit-mask-image: url(../img/mask.png);
  mask-image: url(../img/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: transparent;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .para {
    aspect-ratio: 2;
    background-attachment: unset;
  }
}
.para::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.para._01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .para._01 {
    background-attachment: unset;
  }
}
.para._01::after {
  background-image: url(../img/wave_blue.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center;
  transform: scale(1, -1);
}
.para._02 {
  background: url(../img/para_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._02 {
    background-attachment: unset;
  }
}
.para._02::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  z-index: 3;
  transform: scale(1, -1);
}
.para._03 {
  background: url(../img/para_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._03 {
    background-attachment: unset;
    aspect-ratio: 1.5;
  }
}
.para_img {
  aspect-ratio: 3;
}
@media screen and (max-width: 1024px) {
  .para_img {
    aspect-ratio: 2;
  }
}
.title01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.title01::before {
  content: "";
  display: block;
  aspect-ratio: 201/41;
  background-image: url(../img/dot03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 50px;
  height: auto;
  background-color: unset;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .title01::before {
    width: 25px;
  }
}
.title01 svg {
  display: block;
  aspect-ratio: 201/41 !important;
  width: 50px;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 110px;
}
@media screen and (max-width: 1024px) {
  .title01 svg {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .title01 svg {
    top: 55px;
  }
}
.title01 .en {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--main);
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.title01 .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--txt);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 2.3rem, 2.3rem);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.title02 {
  aspect-ratio: 1;
  background-color: var(--pink02);
  border-radius: 50%;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title02 {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.title02.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.title03 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--txt);
  z-index: 2;
  white-space: nowrap;
  margin: auto;
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 2.3rem, 2.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}
.title03.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.title03::before, .title03::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: var(--main);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .title03::before, .title03::after {
    width: 50px;
  }
}
.title04 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--txt);
  z-index: 2;
  white-space: nowrap;
  margin: auto;
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 30px;
  }
}
.title04.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.title04::before, .title04::after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: var(--main);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .title04::before, .title04::after {
    width: 25px;
  }
}
.title04::before {
  transform: rotate(45deg);
}
.title04::after {
  transform: rotate(-45deg);
}
.title05 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--main);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title05 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title05 {
    margin-bottom: 30px;
  }
}
.title_en {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title_en {
    margin-bottom: 30px;
  }
}
.title_en .en {
  display: block;
  font-size: 11rem;
  font-weight: bold;
  color: rgba(255, 165, 0, 0.1);
  color: var(--light_orange02);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .title_en .en {
    font-size: clamp(12px, 5.5rem, 5.5rem);
  }
}
@media screen and (max-width: 500px) {
  .title_en .en {
    font-size: 4rem;
  }
}
.title_en .ja {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main);
  margin: auto;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .title_en .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title_en .ja {
    margin-top: -20px;
  }
}
.title_en.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.title_en.is-show span:nth-of-type(2) {
  transition-delay: 0.2s;
}
.title_en.is-show span:nth-of-type(3) {
  transition-delay: 0.3s;
}
.title_en.is-show span:nth-of-type(4) {
  transition-delay: 0.4s;
}
.title_en.is-show span:nth-of-type(5) {
  transition-delay: 0.5s;
}
.title_en.is-show span:nth-of-type(6) {
  transition-delay: 0.6s;
}
.title_en.is-show span:nth-of-type(7) {
  transition-delay: 0.7s;
}
.title_en.is-show span:nth-of-type(8) {
  transition-delay: 0.8s;
}
.title_en.is-show span:nth-of-type(9) {
  transition-delay: 0.9s;
}
.title_en.is-show span:nth-of-type(10) {
  transition-delay: 1s;
}
.title_en.is-show span:nth-of-type(11) {
  transition-delay: 1.1s;
}
.title_en.is-show span:nth-of-type(12) {
  transition-delay: 1.2s;
}
.title_en.is-show span:nth-of-type(13) {
  transition-delay: 1.3s;
}
.title_en.is-show span:nth-of-type(14) {
  transition-delay: 1.4s;
}
.title_en.is-show span:nth-of-type(15) {
  transition-delay: 1.5s;
}
.title_bg {
  color: var(--light);
  font-size: 8.3333333333vw;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1.3;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 1024px) {
  .title_bg {
    color: var(--light);
  }
}
.title_bg.is-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.title_frame {
  aspect-ratio: 662/633;
  background-image: url(../img/frame01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: auto;
  padding: 120px;
}
@media screen and (max-width: 1024px) {
  .title_frame {
    padding: 60px;
  }
}
.title_frame .en {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--txt);
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title_frame .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.title_frame .ja {
  display: block;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--txt);
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title_frame .ja {
    font-size: clamp(12px, 2.3rem, 2.3rem);
  }
}
.btn:hover {
  cursor: pointer;
}
.btn.btn01 {
  padding: 20px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--white);
  border-radius: 999px;
  background: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  border: solid 2px var(--main);
  min-width: 170px;
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    min-width: 150px;
  }
}
.btn.btn01 .btn-arrow {
  width: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.btn01:hover {
  color: var(--main);
  background-color: var(--white);
}
.btn.btn_noentry {
  aspect-ratio: 336/78;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--white);
  width: 100%;
  height: auto;
  border-radius: 999px;
  background: #ddd;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn.btn_noentry {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn_noentry {
    padding: 3px;
  }
}
.btn.btn_noentry .btn-arrow {
  width: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a:hover {
  cursor: pointer !important;
}
.btn02 {
  font-size: 1.6rem;
  color: var(--navy);
  position: relative;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 40px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .btn02 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn02 {
    padding-right: 20px;
  }
}
.btn02::before {
  content: "";
  display: block;
}
.btn02::before {
  aspect-ratio: 135/110;
  background-image: url(../img/icon-arrow-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    height: 10px;
  }
}
.btn02:hover {
  color: var(--main);
}
.btn02:hover::before {
  background-image: url(../img/icon-arrow-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(5px);
  transition: all 0.3s;
}
.link {
  display: flex;
  gap: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 8px;
  }
}
.link::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-arrow-green-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .link::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .link::before {
    height: 15px;
  }
}
.link .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .link .btn-arrow {
    left: 5px;
  }
}
.link .btn-arrow path {
  fill: var(--txt);
}
.bg_white {
  background-color: #fff;
}
.inner {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}
.box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .box {
    flex-direction: column;
  }
}
.deco {
  display: block;
  position: absolute;
  height: auto;
}
main {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home main {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .table_wrap {
    overflow: auto;
  }
}
.tablepress {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  border: none !important;
}
.tablepress thead th {
  color: var(--main) !important;
  color: #fff !important;
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    white-space: nowrap;
  }
}
.tablepress tbody {
  border: none !important;
}
.tablepress tbody td {
  font-size: 1.6rem;
  border: none !important;
  border-bottom: solid 1px #ddd !important;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td a {
  text-decoration: underline;
}
.tablepress tbody td.column-1 {
  width: 30%;
  background-color: var(--white);
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-1 {
    display: block;
    margin-bottom: 0;
    border-bottom: none !important;
    padding-bottom: 0;
  }
}
.tablepress tbody td.column-2 {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-2 {
    display: block;
    margin-bottom: 0;
  }
}
.tablepress.tablepress-id-2 td.column-1, .tablepress.tablepress-id-10 td.column-1 {
  color: var(--nursery_deep);
}
.tablepress.tablepress-id-7 td.column-1, .tablepress.tablepress-id-11 td.column-1 {
  color: var(--kindergarten);
}
.tablepress.tablepress-id-8 td.column-1, .tablepress.tablepress-id-12 td.column-1 {
  color: var(--afterschool_deep);
}
.tablepress.tablepress-id-9 td.column-1, .tablepress.tablepress-id-13 td.column-1 {
  color: var(--preschool_deep);
}
.tablepress.tablepress-id-10 tbody td {
  color: var(--txt);
}
.tablepress-table-name {
  background-color: unset;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--txt);
  text-align: center;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    margin-bottom: 20px;
  }
}
.tablepress-table-name span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: var(--main);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    margin-bottom: 10px;
  }
}
.tablepress-table-description {
  font-size: 1.6rem;
  margin-bottom: 60px;
  background-color: unset;
  line-height: 1.8;
  background-color: var(--light_green) !important;
  position: relative;
  z-index: 2;
  border-radius: 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 30px;
  }
}
.tablepress-table-description a {
  text-decoration: underline;
  color: var(--main);
}
.tablepress-table-description.tablepress-table-description-id-9, .tablepress-table-description.tablepress-table-description-id-10 {
  text-align: left;
  background-color: var(--bg_light) !important;
  color: var(--txt);
  border: none !important;
  margin-top: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description.tablepress-table-description-id-9, .tablepress-table-description.tablepress-table-description-id-10 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description.tablepress-table-description-id-9, .tablepress-table-description.tablepress-table-description-id-10 {
    border-radius: 4px;
  }
}
.tablepress-table-description.tablepress-table-description-id-12 {
  text-align: left;
  background-color: var(--main) !important;
  color: var(--white);
  border: none !important;
}
table {
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  table {
    margin-bottom: 30px;
  }
}
table th, table td {
  border: solid 1px #ddd;
  font-size: 1.8rem;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  table th, table td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  table th, table td {
    padding: 5px;
  }
}
.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
.mv__content video, .mv__content iframe {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 600px) {
  .mv__content video, .mv__content iframe {
    aspect-ratio: 600/850;
  }
}
div#n2-ss-3 .n2-ss-slide {
  border-radius: 10.4166666667vw !important;
}
.slider__wrap {
  padding: 0;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider__wrap {
    padding-bottom: 0;
  }
}
.slider__wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3200/1414;
  -webkit-mask-image: url(../img/shape02.png);
  mask-image: url(../img/shape02.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--bg);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -2vw;
  z-index: -1;
}
.slider__wrap::after {
  content: "";
  display: block;
  aspect-ratio: 830/850;
  background-image: url(../img/sakura01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 7%;
  z-index: 1;
}
.slider__wrap .deco._sakuraTree {
  display: block;
  aspect-ratio: 804/1003;
  background-image: url(../img/sakura03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: 14%;
  right: 29%;
  z-index: 1;
}
.slider__wrap .slider__content {
  position: relative;
}
.slider__wrap .slider {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2125/1511;
  -webkit-mask-image: url(../img/shape05.png);
  mask-image: url(../img/shape05.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  margin-top: -1%;
  margin-left: auto;
}
.slider__wrap .catchphrase {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 3;
  position: absolute;
  bottom: 20%;
  left: 5%;
  text-shadow: 2px 2px 2px #fff;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catchphrase {
    bottom: 0;
  }
}
.slider__wrap .catchphrase span {
  color: #f6a5b7;
  color: #f492a8;
  color: var(--txt);
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: clamp(14px, 3.125vw, 6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catchphrase span {
    font-size: clamp(10px, 5.859375vw, 3rem);
  }
}
.slider__wrap .catchphrase span::before {
  content: "";
  display: block;
  background-image: url(../img/dot01.png);
  background-repeat: repeat-x;
  background-size: 18%;
  background-position: center;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.slider__wrap .lead__area {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  margin-top: -10%;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .lead__area {
    margin-top: 0;
  }
}
.slider__wrap .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5%;
  position: relative;
  z-index: 3;
  padding: 0px 50px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .lead {
    padding: 0px 25px;
  }
}
.slider__wrap .lead span {
  display: block;
  text-align: left;
  font-size: clamp(14px, 1.25vw, 2.4rem);
  letter-spacing: 0.15em;
  line-height: 3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .lead span {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.slider__wrap.load_completion .deco._01 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.slider__wrap.load_completion .deco._02 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.slider__wrap.load_completion .slider {
  animation-name: fadeUpAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.slider__wrap.load_completion .catch__wrap .catch {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
body {
  position: relative;
}
body::before {
  content: "";
  display: block;
  aspect-ratio: 820/486;
  background-image: url(../img/header_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 42.7083333333vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body::after {
  content: "";
  display: block;
  aspect-ratio: 399/407;
  background-image: url(../img/header_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20.78125vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
iframe {
  width: 100%;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;
}
.marquee .marquee-content {
  display: inline-block;
  animation: marquee 35s linear infinite;
}
.marquee .marquee-content p {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  font-size: 18rem;
  line-height: 1.3em;
  color: var(--bg);
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .marquee .marquee-content p {
    font-size: clamp(12px, 9rem, 9rem);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.f-message {
  background-color: var(--bg);
  position: relative;
  padding-top: 0;
}
.f-message::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/branch01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
.f-message .message {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-message .message {
    margin-bottom: 40px;
  }
}
.f-message .message__txt {
  width: 80%;
  font-size: clamp(14px, 1.0416666667vw, 2rem);
  line-height: 2.5;
  margin: auto;
  background-color: var(--white);
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-message .message__txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .message__txt {
    font-size: clamp(10px, 1.953125vw, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-message .message__txt {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .message__txt {
    border-radius: 10px;
  }
}
.f-message .philosophy {
  position: relative;
}
.f-message .philosophy::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9%;
  height: auto;
  position: absolute;
  top: 0%;
  right: -7%;
  z-index: 1;
  opacity: 60%;
}
.f-message .policy {
  position: relative;
}
.f-message .policy::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9%;
  height: auto;
  position: absolute;
  top: 0%;
  left: -7%;
  z-index: 1;
  opacity: 50%;
}
.f-message .philosophy, .f-message .policy, .f-message .movie {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy, .f-message .policy, .f-message .movie {
    margin-bottom: 40px;
  }
}
.f-message .philosophy .title02, .f-message .policy .title02, .f-message .movie .title02 {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .title02, .f-message .policy .title02, .f-message .movie .title02 {
    margin-bottom: -30px;
  }
}
.f-message .philosophy .content, .f-message .policy .content, .f-message .movie .content {
  width: 80%;
  margin: auto;
  background-color: var(--white);
  padding: 80px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content, .f-message .policy .content, .f-message .movie .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content, .f-message .policy .content, .f-message .movie .content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content, .f-message .policy .content, .f-message .movie .content {
    border-radius: 10px;
  }
}
.f-message .philosophy .content .lead, .f-message .policy .content .lead, .f-message .movie .content .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content .lead, .f-message .policy .content .lead, .f-message .movie .content .lead {
    margin-bottom: 20px;
  }
}
.f-message .philosophy .content .lead.is-show::before, .f-message .policy .content .lead.is-show::before, .f-message .movie .content .lead.is-show::before {
  transform: scaleX(1);
  transition: all 1s;
  transform-origin: left;
  opacity: 30%;
}
.f-message .philosophy .content .lead::before, .f-message .policy .content .lead::before, .f-message .movie .content .lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--orange);
  z-index: 1;
  opacity: 0%;
  transform: scaleX(0);
  transform-origin: left;
}
.f-message .philosophy .content .lead span, .f-message .policy .content .lead span, .f-message .movie .content .lead span {
  font-size: clamp(14px, 1.5625vw, 3rem);
  text-align: center;
  color: var(--pink02);
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content .lead span, .f-message .policy .content .lead span, .f-message .movie .content .lead span {
    font-size: clamp(10px, 2.9296875vw, 1.5rem);
  }
}
.f-message .philosophy .content .txt, .f-message .policy .content .txt, .f-message .movie .content .txt {
  font-size: clamp(14px, 1.0416666667vw, 2rem);
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-message .philosophy .content .txt, .f-message .policy .content .txt, .f-message .movie .content .txt {
    font-size: clamp(10px, 1.953125vw, 1rem);
  }
}
.f-message .movie {
  position: relative;
}
.f-message .movie::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12%;
  height: auto;
  position: absolute;
  top: 0%;
  right: -7%;
  z-index: 1;
  opacity: 50%;
}
.f-message .movie .content {
  padding: 100px 60px;
}
@media screen and (max-width: 1024px) {
  .f-message .movie .content {
    padding: 50px 30px;
  }
}
.f-message .movie iframe {
  display: block;
  aspect-ratio: 1091/614;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-message .movie iframe {
    border-radius: 5px;
  }
}
.f-message .movie__content {
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-message .movie__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .movie__content {
    margin-bottom: 40px;
  }
}
.f-message .movie__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-message .movie__list {
    flex-direction: column;
  }
}
.f-message .movie__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-message .movie__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-message .movie__item {
    margin-bottom: 20px;
  }
}
.f-news {
  background-color: var(--main);
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .f-news {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news {
    padding-bottom: 100px;
  }
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--main);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.f-news .title01 .ja {
  color: var(--white);
}
.f-news .btn.btn01 {
  background-color: var(--white);
  color: var(--main);
  border: solid 1px var(--main);
}
.f-news .btn.btn01 .btn-arrow {
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .btn.btn01 .btn-arrow {
    right: 10px;
  }
}
.f-news .btn.btn01 .btn-arrow path {
  fill: var(--main);
}
.f-news .btn.btn01:hover {
  background-color: var(--main);
  color: var(--white);
  border: solid 1px var(--white);
}
.f-news .btn.btn01:hover .btn-arrow path {
  fill: var(--white);
}
.f-news .news {
  margin-bottom: 100px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    flex-direction: column;
  }
}
.f-news .news .titleArea {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    margin-bottom: 30px;
  }
}
.f-news .news .content {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .f-news .news .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .tab-group .tab {
    padding: 7px;
  }
}
.f-news .panel .news-list01 li .news-cat a {
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
}
.f-news .panel .btn.btn01 {
  background: var(--yellow);
  border: 1px solid var(--yellow);
}
.f-news .panel .btn.btn01:hover {
  background: var(--white);
  color: var(--yellow);
}
.f-news .panel .btn.btn01:hover .btn-arrow path {
  fill: var(--yellow);
}
.f-news .insta {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-news .insta {
    margin-bottom: 40px;
  }
}
.f-news .insta::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/bird02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9%;
  height: auto;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
}
.f-news .sb_instagram_header {
  display: none;
}
.f-news #sb_instagram #sbi_images {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 700px) {
  .f-news #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.f-news .sbi_item {
  border-radius: 5px;
}
.f-news #sb_instagram .sbi_follow_btn a {
  background: var(--white) !important;
  color: var(--main) !important;
}
.f-news #sb_instagram .sbi_follow_btn a span {
  color: var(--main) !important;
  font-weight: 700;
}
.f-news #sb_instagram .sbi_follow_btn a:hover {
  background-color: var(--main) !important;
  box-shadow: unset !important;
  color: var(--white) !important;
}
.f-news #sb_instagram .sbi_follow_btn a:hover span {
  color: var(--white) !important;
}
.news-list01 {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .news-list01 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list01 {
    padding: 20px;
  }
}
.news-list01 li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    gap: unset;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
  .news-list01 li:last-of-type {
    border-bottom: none;
  }
}
.news-list01 li .date-cat {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date-cat {
    width: 100%;
    margin-bottom: 0px;
  }
}
.news-list01 li .date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: var(--txt_light);
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.news-list01 li .news-cat {
  margin-bottom: 0 !important;
}
.news-list01 li .news-cat.nursery a {
  background-color: var(--nursery);
  border: solid 1px var(--nursery);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 600;
  background-color: var(--nursery) !important;
}
.news-list01 li .news-cat.nursery a:hover {
  background-color: var(--white);
  color: var(--nursery);
}
.news-list01 li .news-cat.kindergarten a {
  background-color: var(--kindergarten);
  border: solid 1px var(--kindergarten);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 600;
  background-color: var(--kindergarten) !important;
}
.news-list01 li .news-cat.kindergarten a:hover {
  background-color: var(--white);
  color: var(--kindergarten);
}
.news-list01 li .news-cat.afterschool a {
  background-color: var(--afterschool);
  border: solid 1px var(--afterschool);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 600;
  background-color: var(--afterschool) !important;
}
.news-list01 li .news-cat.afterschool a:hover {
  background-color: var(--white);
  color: var(--afterschool);
}
.news-list01 li .news-cat.preschool a {
  background-color: var(--preschool);
  border: solid 1px var(--preschool);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 600;
  background-color: var(--preschool) !important;
}
.news-list01 li .news-cat.preschool a:hover {
  background-color: var(--white);
  color: var(--preschool);
}
.news-list01 li .news-txt a {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .news-txt a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.news-list01 li .news-txt a:hover {
  color: var(--txt_light);
  opacity: 1;
}
.bnr {
  display: block;
  width: 47%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, var(--pink) 6px, var(--pink) 12px);
  padding: 10px;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .bnr {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bnr {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, var(--pink) 3px, var(--pink) 6px);
  }
}
.bnr .content {
  background-color: var(--white);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bnr .content {
    border-radius: 8px;
  }
}
.bnr .content .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.bnr .content .img img {
  aspect-ratio: 1;
  height: auto;
}
.bnr .content .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .bnr .content .txtArea {
    gap: 10px;
  }
}
.bnr .content .txtArea .txt {
  font-size: clamp(14px, 1.4583333333vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--pink02);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .bnr .content .txtArea .txt {
    font-size: clamp(10px, 2.734375vw, 1.4rem);
  }
}
.bnr .content .txtArea .btn-arrow {
  position: unset;
}
.bnr .content .txtArea .btn-arrow path {
  fill: var(--pink02);
}
.bnr:hover .content {
  background-color: var(--pink);
}
.f-policy {
  background-color: var(--yellow);
  position: relative;
  padding-bottom: 15.625vw;
}
.f-policy::before, .f-policy::after {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape07.png);
  mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.f-policy::before {
  background-color: var(--bg);
  bottom: -0.1vw;
  z-index: 1;
}
.f-policy::after {
  background-color: var(--main);
  z-index: 0;
  transform: scale(-1, 1);
}
.f-policy .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-policy .deco._01 {
  width: 30%;
  background-image: url(../img/branch03.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
  top: 0%;
  left: 0%;
  z-index: 1;
  background-position: top 0 left 134%;
}
.f-policy .deco._02 {
  width: 30%;
  background-image: url(../img/branch04.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
  top: 10%;
  right: 0%;
  z-index: 1;
  background-position: top 0 right 134%;
}
.f-policy .title01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.f-policy .title01 .en, .f-policy .title01 .ja {
  color: var(--white);
}
.f-policy .policy {
  position: relative;
  z-index: 2;
}
.f-policy .policy .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy .box {
    margin-bottom: 40px;
  }
}
.f-policy .policy .box .item._txt {
  width: 60%;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 10%;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy .box .item._txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy .box .item._txt {
    padding-right: 10%;
  }
}
.f-policy .policy .box .item._txt .txt {
  color: var(--white);
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy .box .item._txt .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-policy .policy .box .item._img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy .box .item._img {
    width: 100%;
  }
}
.f-policy .policy .box .item._img img {
  width: 100%;
  aspect-ratio: 1247/1290;
  -webkit-mask-image: url(../img/shape10.png);
  mask-image: url(../img/shape10.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.f-policy .policy__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list {
    flex-wrap: wrap;
  }
}
.f-policy .policy__item {
  width: 30%;
  aspect-ratio: 1317/948;
  -webkit-mask-image: url(../img/shape01.png);
  mask-image: url(../img/shape01.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--white);
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item {
    width: 47%;
  }
}
.f-policy .policy__item span {
  font-size: 1.5625vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--main);
  margin-bottom: 16px;
  border-bottom: dotted 3px var(--main);
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item span {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item span {
    font-size: 3vw;
  }
}
.f-policy .policy__item.is-show:nth-of-type(1) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-policy .policy__item.is-show:nth-of-type(2) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-policy .policy__item.is-show:nth-of-type(3) {
  animation-delay: 0.9s;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-business {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .f-business {
    padding-bottom: 100px;
  }
}
.f-business::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.f-business .business__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.f-business .business__item {
  width: 47%;
  padding: 5.2083333333vw 2.6041666667vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item {
    width: 100%;
  }
}
.f-business .business__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-business .business__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-business .business__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-business .business__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-business .business__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-business .business__item:nth-of-type(even) {
  margin-top: 5%;
}
.f-business .business__item a .img {
  aspect-ratio: 355/234;
  height: auto;
  overflow: hidden;
  -webkit-mask-image: url(../img/shape04.png);
  mask-image: url(../img/shape04.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.f-business .business__item a .img img {
  aspect-ratio: 355/234;
  height: auto;
  transform: scale(1);
  transition: all 0.3s;
}
.f-business .business__item a .title {
  position: absolute;
  left: 0;
  top: 0;
  left: -2.0833333333vw;
  background-color: var(--pink02);
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: clamp(14px, 1.25vw, 2.4rem);
  text-align: center;
  width: 13.0208333333vw;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a .title {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a .title {
    width: 25vw;
  }
}
.f-business .business__item a button {
  display: block;
  width: 7.8125vw;
  font-size: clamp(14px, 1.0416666667vw, 2rem);
  font-weight: 500;
  position: relative;
  margin-left: auto;
  margin-top: -1.0416666667vw;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a button {
    font-size: clamp(10px, 1.953125vw, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a button {
    width: 15vw;
  }
}
.f-business .business__item a button .btn-arrow {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .f-business .business__item a button .btn-arrow {
    top: 5px;
  }
}
.f-business .business__item a:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.f-business .business__item:nth-of-type(1) a .title {
  background-color: var(--nursery);
}
.f-business .business__item:nth-of-type(2) a .title {
  background-color: var(--kindergarten);
}
.f-business .business__item:nth-of-type(3) a .title {
  background-color: var(--afterschool);
}
.f-business .business__item:nth-of-type(4) a .title {
  background-color: var(--preschool);
}
.f-business .other__list {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .f-business .other__list {
    width: 100%;
  }
}
.f-business .other__item {
  width: 47%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-business .other__item {
    margin-bottom: 20px;
  }
}
.f-business .other__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-business .other__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-business .other__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-business .other__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-business .other__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-business .other__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-business .other__item a {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light_pink);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item a {
    border-radius: 10px;
  }
}
.f-business .other__item a .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.f-business .other__item a .img img {
  aspect-ratio: 1;
  height: auto;
  transform: scale(1);
  transition: all 0.3s;
}
.f-business .other__item a .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  position: relative;
  display: flex;
  align-items: center;
}
.f-business .other__item a .txtArea .txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  font-size: clamp(14px, 1.25vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--txt);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .f-business .other__item a .txtArea .txt {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-business .other__item a .txtArea .txt {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.f-business .other__item a .txtArea .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-business .other__item a .txtArea .btn-arrow path {
  fill: var(--txt);
}
.f-business .other__item a:hover {
  background-color: var(--main);
  transition: all 0.3s;
}
.f-business .other__item a:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.f-overview {
  position: relative;
  background-color: var(--main);
  padding-bottom: 15.625vw;
}
.f-overview .title01 .ja, .f-overview .title01 .en {
  color: var(--white);
}
.f-overview .box {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-overview .box {
    margin-bottom: 40px;
  }
}
.f-overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    margin-bottom: 30px;
  }
}
.f-overview .box .item._table {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item._table {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item._table {
    border-radius: 10px;
  }
}
.f-overview .box .item._map {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item._map {
    border-radius: 10px;
  }
}
.f-overview .box .item.is-show:nth-of-type(1) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-overview .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-overview .box .item img {
  aspect-ratio: 3/2;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.header.scrolled {
  background-color: var(--white);
}
.header-box-inner01 {
  width: 90%;
}
.header .logo {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.header .logo .txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  font-size: clamp(14px, 1.5625vw, 3rem);
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header .logo .txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .logo .txt {
    font-size: clamp(10px, 2.9296875vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .logo .txt {
    font-size: 16px;
    margin-left: 10px;
  }
}
.header-nav_wrap {
  width: 80%;
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
  background-color: var(--main);
  padding: 30px 0px;
}
@media screen and (max-width: 1024px) {
  .header .menu-header-menu-container {
    padding: 15px 0px;
  }
}
.header .header-menu {
  background-color: unset;
  flex-wrap: nowrap;
  width: 100%;
  margin: auto;
}
.header .header-menu > li {
  padding: 0;
}
.header .header-menu > li:last-of-type {
  border-right: none;
}
.header .header-menu > li a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 600;
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  color: var(--white);
  white-space: nowrap;
  text-align: center;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1600px) {
  .header .header-menu > li a {
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .header .header-menu > li a {
    font-size: 1.3rem;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu > li a {
    font-size: 1.2rem;
  }
}
.header .header-menu > li a .en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: var(--gray);
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a .en {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.header .header-menu > li a .en:first-letter {
  color: var(--blue);
}
.header .header-menu > li a:hover {
  opacity: 1;
  color: var(--txt);
}
.header .header-menu .sub-menu {
  border-radius: 5px;
  overflow: hidden;
}
.header .header-menu .sub-menu li:last-of-type {
  border-bottom: none !important;
}
.header .header-menu .sub-menu li a:hover {
  background-color: var(--white);
  color: var(--main) !important;
}
.header-sub-box {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: auto;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.header-sub-box .line_bnr {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: var(--line_green);
  background-image: radial-gradient(#07db5f 20%, transparent 20%), radial-gradient(#07db5f 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 10px;
  width: 15.625vw;
  border-radius: 8px;
  min-width: 250px;
  display: none;
}
body.page-id-1800 .header-sub-box .line_bnr {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .line_bnr {
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
  }
}
.header-sub-box .line_bnr .content {
  background-color: var(--white);
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s;
}
.header-sub-box .line_bnr .img {
  width: 30%;
  padding: 10px;
}
.header-sub-box .line_bnr .txtArea {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.4166666667vw;
}
.header-sub-box .line_bnr .txt {
  margin-bottom: 0;
}
.header-sub-box .line_bnr .txt span {
  display: block;
  line-height: 1;
}
.header-sub-box .line_bnr .txt .name {
  font-size: clamp(14px, 0.8333333333vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .line_bnr .txt .name {
    font-size: clamp(10px, 1.5625vw, 0.8rem);
  }
}
.header-sub-box .line_bnr .txt .line_txt {
  font-size: clamp(14px, 0.8333333333vw, 1.6rem);
  color: var(--line_green);
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .line_bnr .txt .line_txt {
    font-size: clamp(10px, 1.5625vw, 0.8rem);
  }
}
.header-sub-box .line_bnr .txt button {
  font-size: clamp(14px, 0.7291666667vw, 1.4rem);
  background-color: var(--line_green);
  font-weight: 700;
  color: #fcfd32;
  border-radius: 999px;
  padding: 0 0.5208333333vw;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .line_bnr .txt button {
    font-size: clamp(10px, 1.3671875vw, 0.7rem);
  }
}
.header-sub-box .line_bnr:hover .content {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.header-sub-box .g-nav-tel-pc {
  display: flex;
  flex-direction: column;
}
.header-sub-box .g-nav-tel-pc a {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.header-sub-box .g-nav-tel-pc a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sub-box .g-nav-tel-pc a .txt span {
  background-color: var(--white);
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: clamp(14px, 0.9375vw, 1.8rem);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a .txt span {
    font-size: clamp(10px, 1.7578125vw, 0.9rem);
  }
}
.header-sub-box .g-nav-tel-pc a .num {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  font-size: clamp(14px, 0.9375vw, 1.8rem);
  letter-spacing: 0.15em;
  color: var(--txt);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a .num {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a .num {
    font-size: clamp(10px, 1.7578125vw, 0.9rem);
  }
}
.header-sub-box .g-nav-tel-pc a .num::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 0.9375vw;
  height: auto;
  background-color: var(--txt);
  -webkit-mask-image: url(../img/icon_txt.png);
  mask-image: url(../img/icon_txt.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.header-sub-box .g-nav-tel-pc a:nth-of-type(1):hover .num {
  color: var(--kindergarten);
}
.header-sub-box .g-nav-tel-pc a:nth-of-type(1):hover .num::before {
  background-color: var(--kindergarten);
}
.header-sub-box .g-nav-tel-pc a:nth-of-type(2):hover .num {
  color: var(--nursery);
}
.header-sub-box .g-nav-tel-pc a:nth-of-type(2):hover .num::before {
  background-color: var(--nursery);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    flex-direction: row;
    justify-content: center;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
  border-radius: 999px;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a .content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 18px;
  height: auto;
  background-color: var(--white);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a .content span {
  font-size: clamp(14px, 0.8333333333vw, 1.6rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--white);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li a .content span {
    font-size: clamp(10px, 1.5625vw, 0.8rem);
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover .content::before {
  background-color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover .content span {
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a .content::before {
  -webkit-mask-image: url(../img/icon_recruit.png);
  mask-image: url(../img/icon_recruit.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a {
  border-color: var(--orange);
  background-color: var(--orange);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .content br {
  display: none;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .content::before {
  width: 16px;
  -webkit-mask-image: url(../img/icon_parent.png);
  mask-image: url(../img/icon_parent.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  background-color: var(--white);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover .content::before {
  background-color: var(--orange);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover .content span {
  color: var(--orange);
}
.sns-icon-list {
  width: 72.9166666667vw;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 20px;
}
.sns-icon-list .sns-sub-nav {
  justify-content: flex-end;
}
.sns-icon-list .sns-sub-nav li a {
  border: solid 1px var(--pink02);
  background-color: var(--pink02);
  border-radius: 5px;
  line-height: 1;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-icon-list .sns-sub-nav li a .txt {
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.sns-icon-list .sns-sub-nav li a i {
  font-size: 18px;
}
.sns-icon-list .sns-sub-nav li a svg {
  width: 18px;
}
.sns-icon-list .sns-sub-nav li a svg path {
  fill: var(--white);
}
.sns-icon-list .sns-sub-nav li a:hover {
  background-color: var(--white);
}
.sns-icon-list .sns-sub-nav li a:hover i {
  color: var(--yellow);
}
.sns-icon-list .sns-sub-nav li a:hover svg {
  width: 18px;
}
.sns-icon-list .sns-sub-nav li a:hover svg path {
  fill: var(--yellow);
}
.sns-icon-list .sns-sub-nav li a:hover .txt {
  font-weight: 700;
  color: var(--yellow);
}
.fix_nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li {
    width: 50%;
    height: 50px;
    margin-bottom: 0;
  }
}
.fix_nav .fix_nav_list li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  background-color: #fff;
  font-weight: 700;
  border-radius: 15px 0 0 15px;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    aspect-ratio: unset;
    width: 100%;
    padding: 10px;
    gap: 10px;
    writing-mode: unset;
    flex-direction: row;
    border-radius: 10px 10px 0 0;
    color: var(--white);
    border-bottom: unset;
    background-color: var(--pink02);
  }
}
.fix_nav .fix_nav_list li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a::before {
    width: 16px;
    height: auto;
    -webkit-mask-image: url(../img/icon_recruit.png);
    mask-image: url(../img/icon_recruit.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--white);
  }
}
.fix_nav .fix_nav_list li a span {
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.fix_nav .fix_nav_list li a:hover {
  transition: all 0.3s;
  background-color: #fbefd8;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a:hover::before {
    background-image: url(../img/icon_mail-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.fix_nav .fix_nav_list li:nth-of-type(2) a {
  background-color: var(--orange);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a::before {
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(2) a::before {
    -webkit-mask-image: url(../img/icon_parent.png);
    mask-image: url(../img/icon_parent.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--white);
  }
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover {
  transition: all 0.3s;
  background-color: #fde7e7;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(2) a:hover {
    color: var(--pink04);
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(2) a:hover::before {
    background-image: url(../img/icon_site-pink.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.fix_nav .fix_nav_list li:nth-of-type(3) a {
  background-color: var(--line_green);
}
.fix_nav .fix_nav_list li:nth-of-type(3) a::before {
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(3) a::before {
    -webkit-mask-image: url(../img/icon_line_1.png);
    mask-image: url(../img/icon_line_1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--white);
  }
}
.fix_nav .fix_nav_list li:nth-of-type(3) a:hover {
  transition: all 0.3s;
  background-color: #fde7e7;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(3) a:hover {
    color: var(--pink04);
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(3) a:hover::before {
    background-image: url(../img/icon_site-pink.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.sp-header-inner .logo {
  width: -moz-fit-content;
  width: fit-content;
}
.sp-header-inner .logo a {
  font-size: 20px;
}
@media screen and (max-width: 360px) {
  .sp-header-inner .logo a {
    font-size: 1.6rem;
  }
}
.sp-header02 {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 50px;
}
.sp-header02 .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: var(--white);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sp-header02 .logo a {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.sp-header-icon-list {
  width: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.sp-header-icon-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
}
.sp-header-icon-list li:nth-of-type(1) a {
  background-color: var(--yellow);
}
.sp-header-icon-list li:nth-of-type(2) a {
  background-color: var(--yellow);
}
.mobile-logo {
  height: 51px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-logo a {
  color: var(--txt);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mobile-logo a {
    gap: 5px;
  }
}
.mobile-logo a p {
  color: var(--txt);
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.mobile-sub-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
}
.mobile-sub-nav li a::before {
  content: "";
  width: 20px;
  height: 20px;
}
.mobile-sub-nav li:nth-of-type(1) a::before {
  -webkit-mask-image: url(../img/icon_recruit.png);
  mask-image: url(../img/icon_recruit.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--main);
}
.mobile-sub-nav li:nth-of-type(2) a br {
  display: none;
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  -webkit-mask-image: url(../img/icon_parent.png);
  mask-image: url(../img/icon_parent.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--main);
}
.mobile-nav-wrap .mobile-menu-list {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li a .en {
  display: none;
}
.mobile-sns-sub-nav .fa-brands, .mobile-sns-sub-nav .fab {
  color: var(--white) !important;
}
.mobile-sns-sub-nav svg {
  width: 22px;
}
.mobile-sns-sub-nav svg path {
  fill: var(--white);
}
@media screen and (max-width: 1024px) {
  .btn__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.btn__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .btn__list li {
    margin-bottom: 0;
    width: 90%;
  }
}
.btn__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  height: auto;
  background-color: var(--white) !important;
  color: var(--main);
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    aspect-ratio: unset;
    width: 100%;
    padding: 10px;
    gap: 10px;
    writing-mode: unset;
  }
  .btn__list li a br {
    display: none;
  }
}
.btn__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
}
.btn__list li a:hover {
  transition: all 0.3s;
  background-color: var(--white) !important;
  color: var(--blue02);
}
.btn__list li:nth-of-type(1) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-reserve-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn__list li:nth-of-type(1) a:hover {
  background-color: var(--light);
}
.btn__list li:nth-of-type(1) a:hover::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-reserve-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fix_nav_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 96%;
    margin: auto;
  }
}
.fix_nav_sp li {
  width: 49%;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 10px 10px 0 0;
}
.fix_nav_sp li .head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  font-size: 10px;
  color: var(--blue);
  background-color: unset;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li .head {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.fix_nav_sp li a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: var(--blue);
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.fix_nav_sp li:nth-of-type(2) {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}
.fix_nav_sp li:nth-of-type(2) .head {
  color: var(--orange02);
}
.fix_nav_sp li:nth-of-type(2) a {
  color: var(--orange02);
}
#loading {
  position: relative;
  background-color: var(--main) !important;
}
#loading::before, #loading::after {
  content: "";
  display: block;
  aspect-ratio: 506/295;
  background-image: url(../img/guide_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  height: auto;
  opacity: 70%;
}
#loading::before {
  position: absolute;
  left: 0;
  top: 0;
}
#loading::after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.spin-wrap {
  width: 20%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 60%;
  }
}
.spin-wrap .logo {
  color: var(--txt);
  font-size: 4rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.loaded {
  display: none;
}
.pc-btn {
  position: fixed;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  z-index: 9999;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 2%;
  padding-right: 1%;
  transition: all 0.4s ease-out;
  cursor: pointer;
  transform: translateX(110%);
  background-color: var(--txt);
}
.pc-btn .pc-btn-txt {
  position: relative;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pc-btn .pc-btn-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.pc-btn.scrolled {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .pc-btn.scrolled {
    display: none;
  }
}
.pc-btn.active::before {
  content: none;
}
#hamburger_pc {
  position: relative;
  width: 60px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
#hamburger_pc span {
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  border-radius: 0px;
}
#hamburger_pc span:nth-of-type(1) {
  top: 0;
}
#hamburger_pc span:nth-of-type(2) {
  bottom: 0;
}
#hamburger_pc.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
#hamburger_pc.active span:nth-of-type(2) {
  transform: translateY(-12px) rotate(45deg);
}
#pc-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background-color: var(--white);
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  transform: translateX(100%);
  z-index: 999;
}
#pc-nav.open {
  transform: translateX(0);
}
#pc-nav .pc-logo {
  width: 50%;
  margin-bottom: 50px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list {
  width: 100%;
  margin-bottom: 60px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
  display: block;
  font-size: 2rem;
  color: var(--txt);
  border-bottom: dashed 1px var(--txt);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a:hover {
  color: var(--yellow);
}
#pc-nav .pc-sub-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}
#pc-nav .pc-sub-nav-list li {
  width: 47%;
  margin: auto;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--yellow);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 20px;
  transition: all 0.3s;
  border-radius: 10px;
  border: solid 1px var(--yellow);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list li a::before {
  content: "";
  display: block;
  background-image: url(../img/icon_mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a::before {
    height: 10px;
  }
}
#pc-nav .pc-sub-nav-list li a span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list li a:hover {
  background-color: var(--white);
  color: var(--yellow);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li a:hover::before {
  background-image: url(../img/icon_mail-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a {
  background-color: var(--yellow);
  border: solid 1px var(--yellow);
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a::before {
  background-image: url(../img/icon_recruit-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a:hover {
  background-color: var(--white);
  color: var(--yellow);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-image: url(../img/icon_recruit-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pc-nav .pc-menu-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#pc-nav .pc-menu-tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#pc-nav .pc-menu-tel-box:nth-of-type(2) .pc-menu-tel-head {
  background-color: #83cede;
}
#pc-nav .pc-menu-tel-head {
  color: #fff;
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-menu-tel-number {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  color: var(--txt);
  letter-spacing: 0.15em;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    gap: 5px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_tel-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 28px;
  height: auto;
  z-index: 1;
}
#pc-nav .pc-menu-tel-number:hover {
  color: var(--yellow);
  transition: all 0.3s;
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 9999;
  animation: byeShutter 2s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background: var(--main);
  width: 0;
  height: 1px;
  animation: shutterOpen1 2s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #f3f3f3;
  animation: shutterOpen2 2s forwards;
}
.shutter .logo img {
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 0px;
  }
  50% {
    width: 100%;
    height: 0px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
.sub-header {
  position: relative;
}
.sub-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.sub-header-txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.2em;
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title_bg {
  color: var(--light);
  margin-left: 5%;
}
section.sec:nth-of-type(2) {
  position: relative;
  background-color: var(--bg);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  section.sec:nth-of-type(2) {
    padding-bottom: 75px;
  }
}
section.sec:nth-of-type(2)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--bg);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
section.sec:nth-of-type(3) {
  position: relative;
  background-color: var(--white);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  section.sec:nth-of-type(3) {
    padding-bottom: 75px;
  }
}
section.sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.note {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .note {
    margin-bottom: 30px;
  }
}
.tab-panel-a {
  max-width: 1100px;
  margin: auto;
}
.tab-panel-a .tab-group {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group {
    flex-direction: column;
    margin-left: unset;
  }
}
.tab-panel-a .tab-group .tab {
  border: solid 1px var(--main);
  border-bottom: none;
  border: none;
  background-color: #ddd;
  color: var(--white);
  border-radius: 999px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group .tab {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
}
.tab-panel-a .tab-group .tab.is-active, .tab-panel-a .tab-group .tab:hover {
  background-color: var(--white);
  color: var(--main);
}
hr {
  border-top: solid 1px #ddd;
  width: 90%;
  margin: auto;
}
.note {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--txt);
  z-index: 2;
  white-space: nowrap;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .note {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .note {
    margin-bottom: 30px;
  }
}
.note::before, .note::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--txt);
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .note::before, .note::after {
    width: 15px;
  }
}
.note::before {
  transform: rotate(45deg);
}
.note::after {
  transform: rotate(-45deg);
}
.bnr_tel {
  background-color: var(--white);
  border-radius: 50px;
  padding: 50px;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .bnr_tel {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr_tel {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr_tel {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bnr_tel {
    margin-bottom: 40px;
  }
}
.bnr_tel .cf-tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .bnr_tel .cf-tel-number {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr_tel .cf-tel-number {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.bnr_tel .cf-tel-number::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_tel-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .bnr_tel .cf-tel-number::before {
    width: 15px;
  }
}
.bnr_tel .cf-tel-number:hover {
  color: var(--yellow);
}
.formArea {
  background-color: var(--white);
  background-color: var(--white);
  border-radius: 50px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .formArea {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .formArea {
    padding: 25px;
  }
}
.formArea .title02::before, .formArea .title02::after {
  background-color: var(--main);
}
.contact-pre .sec, .contact-event .sec {
  padding-bottom: 15.625vw !important;
}
@media screen and (max-width: 1024px) {
  .contact-pre .sec, .contact-event .sec {
    padding-bottom: 30vw !important;
  }
}
.error404 .error-inner {
  margin-bottom: 15.625vw;
}
@media screen and (max-width: 1024px) {
  .error404 .error-inner {
    margin-bottom: 30vw;
  }
}
.com-timeline01 {
  position: relative;
}
.com-timeline01 .timeline {
  width: 40px;
  margin: 50px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#e9ac40 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: no-repeat space;
  background-position: center;
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline {
    width: 30px;
    margin: auto 0;
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01 .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
.com-timeline01 .timeline .sun {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
}
.com-timeline01 .timeline .sun svg {
  width: 100%;
}
.com-timeline01 .timeline .sun svg .cls-1 {
  fill: #e9ab40;
}
.com-timeline01 .timeline .moon {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline .moon {
    max-width: 30px;
    bottom: -40px;
  }
}
.com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: #e9ab40;
}
.com-timeline01-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-list {
    margin-bottom: 30px;
  }
}
.com-timeline01-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-list li {
    margin-bottom: 20px;
  }
}
.com-timeline01-list li:last-of-type {
  margin-bottom: 0;
}
.com-timeline01-img-wrap {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 820px) {
  .com-timeline01-img-wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-img-wrap {
    width: 100%;
  }
}
.com-timeline01-img-wrap img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-img-wrap img {
    height: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-img-wrap img {
    border-radius: 7.5px;
  }
}
@media screen and (max-width: 460px) {
  .com-timeline01-img-wrap img {
    height: 50vw;
  }
}
.com-timeline01-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .com-timeline01-list li:nth-of-type(2n) {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-list li:last-of-type {
    margin-bottom: 40px;
  }
}
.com-timeline01-content {
  width: 50%;
  padding: 0 40px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .com-timeline01-content {
    padding-right: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-content {
    width: 100%;
    margin-top: 20px;
  }
}
.com-timeline01-time {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--txt);
  letter-spacing: 0.1em;
  border-bottom: 3px solid var(--txt);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    margin-bottom: 10px;
  }
}
.com-timeline01-time svg {
  margin-right: 5px;
}
.com-timeline01-head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-head {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-head {
    margin-bottom: 10px;
  }
}
.com-timeline01-list .flow-txt {
  line-height: 2em;
}
.com-timeline01-wrap .flow-other .flow-other-inner {
  padding: 20px;
  background-color: var(--light_green);
  text-align: center;
  border-radius: 15px;
}
.com-timeline01-wrap .flow-other .flow-other-inner p {
  margin-bottom: 0;
}
.com-faq01-list li {
  margin-bottom: 10px;
}
.com-faq01-q {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--txt);
}
.com-faq01-q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.com-faq01-a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.plus {
  display: inline-block;
  vertical-align: 0.3em;
  color: var(--txt);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.plus.active:before {
  transform: rotate(0deg);
}
@media screen and (max-width: 1200px) {
  .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .com-faq01-q, .com-faq01-a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.4rem;
  }
  .com-faq01-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.faq__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .faq__item {
    margin-bottom: 5px;
  }
}
._q, ._a {
  padding-left: 20px;
  padding-right: 70px;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  ._q, ._a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  ._q, ._a {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  ._q, ._a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  ._q, ._a {
    gap: 7.5px;
  }
}
._q::before, ._a::before {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  ._q::before, ._a::before {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  ._q::before, ._a::before {
    margin-top: -2px;
  }
}
._q {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1024px) {
  ._q {
    padding-bottom: 5px;
  }
}
._q::before {
  content: "Q";
  color: var(--pink02);
}
._q:hover {
  opacity: 0.7;
  cursor: pointer;
}
._a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
}
._a::before {
  content: "A";
  color: var(--orange);
}
.plus {
  display: inline-block;
  vertical-align: 0.3em;
  color: var(--txt);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .plus {
    right: 10px;
  }
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.plus.active:before {
  transform: rotate(0deg);
}
.overview .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .overview .txt {
    margin-bottom: 15px;
  }
}
.overview .dl {
  width: 95%;
  margin: auto;
  background-color: #fffff2;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .overview .dl {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .overview .dl {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .overview .dl {
    margin-bottom: 20px;
  }
}
.overview .dl__txt {
  margin-bottom: 0;
}
.overview .dl a {
  color: var(--main);
}
.overview .plan .title {
  font-size: 2rem;
  color: var(--main);
  border-bottom: solid 1px var(--main);
}
@media screen and (max-width: 1024px) {
  .overview .plan .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.overview .plan .goal {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .overview .plan .goal {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.overview .plan .action {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .overview .plan .action {
    margin-bottom: 20px;
  }
}
.overview .plan .action__title {
  margin-bottom: 0;
}
.overview .plan .action__list {
  list-style: disc;
  list-style-position: inside;
}
.overview .info {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .overview .info {
    padding-top: 75px;
  }
}
.overview .info .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .overview .info .title01 {
    margin-bottom: 30px;
  }
}
.overview .info .box {
  justify-content: space-between;
}
.overview .info .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .overview .info .box .item {
    width: 100%;
  }
}
.overview .info table {
  background-color: #fffff2;
}
.overview .info table tr td {
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .overview .info table tr td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.overview .info table tr td a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .overview .info table tr td a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.overview .info table tr td:first-of-type {
  width: 30%;
  background-color: var(--main);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.15em;
}
main.event .features .title01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  main.event .features .title01 {
    margin-bottom: 55px;
  }
}
main.event .features__list {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  main.event .features__list {
    flex-direction: column;
  }
}
main.event .features__item {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.event .features__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.event .features__item {
    margin-bottom: 10vw;
  }
}
main.event .features__item .num {
  aspect-ratio: 213/264;
  width: 25%;
  height: auto;
  background-image: url(../img/number01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -10%;
  left: -2%;
  z-index: 1;
}
main.event .features__item .num span {
  display: block;
  font-size: 2.0833333333vw;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.event .features__item .num span {
    font-size: 8vw;
  }
}
main.event .features__item .img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.event .features__item .img {
    margin-bottom: 15px;
  }
}
main.event .features__item .img img {
  aspect-ratio: 1317/948;
  -webkit-mask-image: url(../img/shape01.png);
  mask-image: url(../img/shape01.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
main.event .features__item .title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  main.event .features__item .title {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
main.event .info {
  padding-bottom: 15.625vw;
}
main.event .info__list {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  main.event .info__list {
    flex-direction: column;
  }
}
main.event .info__item {
  width: 30%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.event .info__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item {
    margin-bottom: 15px;
  }
}
main.event .info__item a .img {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .img {
    margin-bottom: 15px;
  }
}
main.event .info__item a .img img {
  transform: scale(1);
  transition: all 0.3s;
}
main.event .info__item a .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
main.event .info__item a .datail__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .datail__list {
    margin-bottom: 15px;
  }
}
main.event .info__item a .datail__item .name {
  background-color: var(--yellow);
  color: var(--white);
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .datail__item .name {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .datail__item .name {
    border-radius: 3px;
  }
}
main.event .info__item a .datail__item .name::before {
  content: none;
}
main.event .info__item a .datail__item .date {
  font-weight: 700;
  text-align: center;
}
main.event .info__item a .btn.btn01 {
  background-color: var(--white);
  border: solid 2px var(--yellow);
  color: var(--yellow);
  aspect-ratio: unset;
  padding: 10px 60px;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .btn.btn01 {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .btn.btn01 {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .btn.btn01 {
    margin-top: 20px;
  }
}
main.event .info__item a .btn.btn01 .btn-arrow {
  width: 6px;
  fill: var(--yellow);
}
main.event .info__item a .alert {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f50233;
  width: 100%;
  padding: 10px 0px;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .alert {
    padding: 5px 0px;
  }
}
main.event .info__item a .alert .txt {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  main.event .info__item a .alert .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
main.event .info__item a:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
main.event .info__item a:hover .btn.btn01 {
  background-color: var(--yellow);
  color: var(--white);
}
main.event .info__item a:hover .btn.btn01 .btn-arrow {
  fill: var(--white);
}
main.support .feature .explanation {
  font-size: 1.8rem;
  background-color: var(--bg);
  width: 70%;
  border-radius: 50px;
  padding: 50px;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation {
    margin-bottom: 40px;
  }
}
main.support .feature .explanation::before {
  content: "";
  display: block;
  aspect-ratio: 724/551;
  background-image: url(../img/kikori02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -40%;
  right: -12%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.support .feature .explanation::before {
    right: 0%;
  }
}
main.support .feature__list {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  main.support .feature__list {
    flex-direction: column;
  }
}
main.support .feature__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  main.support .feature__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.support .feature__item {
    margin-bottom: 30px;
  }
}
main.support .feature__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  main.support .feature__item .img {
    margin-bottom: 10px;
  }
}
main.support .feature__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  main.support .feature__item .img img {
    border-radius: 10px;
  }
}
main.support .feature__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.support .feature__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
main.support .contact {
  padding-bottom: 15.625vw;
}
.guide .tab-panel-b .tab-group {
  margin-left: unset;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .tab-group {
    flex-wrap: wrap;
  }
}
.guide .tab-panel-b .tab {
  width: 22%;
  padding: 1.0416666667vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.0416666667vw, 2rem);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .tab {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .tab {
    font-size: clamp(10px, 1.953125vw, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .tab {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .tab {
    width: 60%;
    border-radius: 999px;
    margin-bottom: 16px;
  }
}
.guide .tab-panel-b .tab.nursery.is-active, .guide .tab-panel-b .tab.nursery:hover {
  background-color: var(--nursery) !important;
}
.guide .tab-panel-b .tab.kindergarten.is-active, .guide .tab-panel-b .tab.kindergarten:hover {
  background-color: var(--kindergarten) !important;
}
.guide .tab-panel-b .tab.afterschool.is-active, .guide .tab-panel-b .tab.afterschool:hover {
  background-color: var(--afterschool) !important;
}
.guide .tab-panel-b .tab.preschool.is-active, .guide .tab-panel-b .tab.preschool:hover {
  background-color: var(--preschool) !important;
}
.guide .tab-panel-b .panel .table_wrap {
  background-color: var(--white);
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .panel .table_wrap {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .tab-panel-b .panel .table_wrap {
    padding: 8px;
  }
}
.guide .tab-panel-b .panel.nursery .panel-inner {
  background-color: var(--nursery_light);
}
.guide .tab-panel-b .panel.kindergarten .panel-inner {
  background-color: var(--kindergarten_light);
}
.guide .tab-panel-b .panel.afterschool .panel-inner {
  background-color: var(--afterschool_light);
}
.guide .tab-panel-b .panel.preschool .panel-inner {
  background-color: var(--preschool_light);
}
.nursery .sub-header-txt, .kindergarten .sub-header-txt, .afterschool .sub-header-txt {
  background-color: var(--nursery);
}
.nursery .title01::before, .kindergarten .title01::before, .afterschool .title01::before {
  content: none;
}
.nursery .title01 svg .cls-1, .nursery .title01 svg .cls-3, .kindergarten .title01 svg .cls-1, .kindergarten .title01 svg .cls-3, .afterschool .title01 svg .cls-1, .afterschool .title01 svg .cls-3 {
  fill: var(--nursery_deep);
}
.nursery .title01 svg .cls-2, .kindergarten .title01 svg .cls-2, .afterschool .title01 svg .cls-2 {
  fill: #fae8e2;
}
.nursery .title01 .en, .kindergarten .title01 .en, .afterschool .title01 .en {
  color: var(--nursery);
}
.nursery section.sec:nth-of-type(3), .kindergarten section.sec:nth-of-type(3), .afterschool section.sec:nth-of-type(3) {
  position: relative;
  background-color: var(--bg);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .nursery section.sec:nth-of-type(3), .kindergarten section.sec:nth-of-type(3), .afterschool section.sec:nth-of-type(3) {
    padding-bottom: 75px;
  }
}
.nursery section.sec:nth-of-type(3)::before, .kindergarten section.sec:nth-of-type(3)::before, .afterschool section.sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--bg);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.nursery .introduction, .kindergarten .introduction, .afterschool .introduction {
  position: relative;
}
.nursery .introduction .txt, .kindergarten .introduction .txt, .afterschool .introduction .txt, .guide-top-message .txt {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .nursery .introduction .txt, .kindergarten .introduction .txt, .afterschool .introduction .txt, .guide-top-message .txt {
    width: 100%;
  }
}
.nursery .btn.btn01, .kindergarten .btn.btn01, .afterschool .btn.btn01 {
  background-color: var(--white);
  color: var(--nursery);
}
@media screen and (max-width: 1024px) {
  .nursery .btn.btn01, .kindergarten .btn.btn01, .afterschool .btn.btn01 {
    margin-bottom: 20px;
  }
}
.nursery .btn.btn01 .btn-arrow path, .kindergarten .btn.btn01 .btn-arrow path, .afterschool .btn.btn01 .btn-arrow path {
  fill: var(--nursery);
}
.nursery .btn.btn01:hover, .kindergarten .btn.btn01:hover, .afterschool .btn.btn01:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.nursery .news, .kindergarten .news, .afterschool .news {
  background-color: var(--nursery) !important;
}
.nursery .news::before, .kindergarten .news::before, .afterschool .news::before {
  background-color: var(--nursery) !important;
}
.nursery .news .title01 .ja, .kindergarten .news .title01 .ja, .afterschool .news .title01 .ja {
  color: var(--white);
}
.nursery .news .inner, .kindergarten .news .inner, .afterschool .news .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .nursery .news .inner, .kindergarten .news .inner, .afterschool .news .inner {
    flex-direction: column;
  }
}
.nursery .news .titleArea, .kindergarten .news .titleArea, .afterschool .news .titleArea {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .nursery .news .titleArea, .kindergarten .news .titleArea, .afterschool .news .titleArea {
    width: 100%;
  }
}
.nursery .news .content, .kindergarten .news .content, .afterschool .news .content {
  width: 70%;
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .nursery .news .content, .kindergarten .news .content, .afterschool .news .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .news .content, .kindergarten .news .content, .afterschool .news .content {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .news .content, .kindergarten .news .content, .afterschool .news .content {
    padding: 20px;
  }
}
.nursery .features, .kindergarten .features, .afterschool .features {
  padding-bottom: 0;
  background-color: var(--bg) !important;
}
.nursery .features__list, .kindergarten .features__list, .afterschool .features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .nursery .features__list, .kindergarten .features__list, .afterschool .features__list {
    flex-direction: column;
  }
}
.nursery .features__item, .kindergarten .features__item, .afterschool .features__item {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item, .kindergarten .features__item, .afterschool .features__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .features__item, .kindergarten .features__item, .afterschool .features__item {
    margin-bottom: 15px;
  }
}
.nursery .features__item.is-show:nth-of-type(1), .kindergarten .features__item.is-show:nth-of-type(1), .afterschool .features__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item.is-show:nth-of-type(1), .kindergarten .features__item.is-show:nth-of-type(1), .afterschool .features__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.nursery .features__item.is-show:nth-of-type(2), .kindergarten .features__item.is-show:nth-of-type(2), .afterschool .features__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item.is-show:nth-of-type(2), .kindergarten .features__item.is-show:nth-of-type(2), .afterschool .features__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.nursery .features__item.is-show:nth-of-type(3), .kindergarten .features__item.is-show:nth-of-type(3), .afterschool .features__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item.is-show:nth-of-type(3), .kindergarten .features__item.is-show:nth-of-type(3), .afterschool .features__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.nursery .features__item.is-show:nth-of-type(4), .kindergarten .features__item.is-show:nth-of-type(4), .afterschool .features__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item.is-show:nth-of-type(4), .kindergarten .features__item.is-show:nth-of-type(4), .afterschool .features__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.nursery .features__item.is-show:nth-of-type(5), .kindergarten .features__item.is-show:nth-of-type(5), .afterschool .features__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item.is-show:nth-of-type(5), .kindergarten .features__item.is-show:nth-of-type(5), .afterschool .features__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.nursery .features__item .img, .kindergarten .features__item .img, .afterschool .features__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item .img, .kindergarten .features__item .img, .afterschool .features__item .img {
    margin-bottom: 10px;
  }
}
.nursery .features__item .img img, .kindergarten .features__item .img img, .afterschool .features__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item .img img, .kindergarten .features__item .img img, .afterschool .features__item .img img {
    border-radius: 20px;
  }
}
.nursery .features__item .content .title, .kindergarten .features__item .content .title, .afterschool .features__item .content .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--nursery_deep);
}
@media screen and (max-width: 1024px) {
  .nursery .features__item .content .title, .kindergarten .features__item .content .title, .afterschool .features__item .content .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.nursery .features__item .content .txt, .kindergarten .features__item .content .txt, .afterschool .features__item .content .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .nursery .features__item .content .txt, .kindergarten .features__item .content .txt, .afterschool .features__item .content .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.nursery .life, .kindergarten .life, .afterschool .life {
  background-color: var(--bg);
  position: relative;
}
.nursery .life::before, .nursery .life::after, .kindergarten .life::before, .kindergarten .life::after, .afterschool .life::before, .afterschool .life::after {
  content: "";
  display: block;
  aspect-ratio: 627/329;
  -webkit-mask-image: url(../img/flag01.png);
  mask-image: url(../img/flag01.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--nursery);
  width: 30%;
  height: auto;
  z-index: 1;
  opacity: 0.7;
}
.nursery .life::before, .kindergarten .life::before, .afterschool .life::before {
  position: absolute;
  right: 0;
  top: 0;
}
.nursery .life::after, .kindergarten .life::after, .afterschool .life::after {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, 1);
}
.nursery .life .tab-panel-b .tab.is-active, .nursery .life .tab-panel-b .tab:hover, .kindergarten .life .tab-panel-b .tab.is-active, .kindergarten .life .tab-panel-b .tab:hover, .afterschool .life .tab-panel-b .tab.is-active, .afterschool .life .tab-panel-b .tab:hover {
  background-color: var(--nursery_deep);
}
.nursery .life .tab-panel-b .panel-inner, .kindergarten .life .tab-panel-b .panel-inner, .afterschool .life .tab-panel-b .panel-inner {
  background-color: var(--white);
}
.nursery .life .event__list, .kindergarten .life .event__list, .afterschool .life .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__list, .kindergarten .life .event__list, .afterschool .life .event__list {
    flex-direction: column;
  }
}
.nursery .life .event__item, .kindergarten .life .event__item, .afterschool .life .event__item {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__item, .kindergarten .life .event__item, .afterschool .life .event__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__item, .kindergarten .life .event__item, .afterschool .life .event__item {
    margin-bottom: 20px;
  }
}
.nursery .life .event__item .season, .kindergarten .life .event__item .season, .afterschool .life .event__item .season {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: var(--nursery_deep);
  text-align: center;
  border-bottom: solid 2px var(--nursery_deep);
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__item .season, .kindergarten .life .event__item .season, .afterschool .life .event__item .season {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.nursery .life .event__item .img, .kindergarten .life .event__item .img, .afterschool .life .event__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__item .img, .kindergarten .life .event__item .img, .afterschool .life .event__item .img {
    margin-bottom: 10px;
  }
}
.nursery .life .event__item .img img, .kindergarten .life .event__item .img img, .afterschool .life .event__item .img img {
  aspect-ratio: 1;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .nursery .life .event__item .img img, .kindergarten .life .event__item .img img, .afterschool .life .event__item .img img {
    border-radius: 10px;
  }
}
.nursery .life .event__item .content .title, .kindergarten .life .event__item .content .title, .afterschool .life .event__item .content .title {
  color: var(--nursery_deep);
}
.nursery .facility, .kindergarten .facility, .afterschool .facility {
  position: relative;
  background-color: var(--nursery);
  padding-bottom: 150px;
  position: relative;
  background-color: var(--nursery);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .nursery .facility, .kindergarten .facility, .afterschool .facility {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .facility, .kindergarten .facility, .afterschool .facility {
    padding-bottom: 75px;
  }
}
.nursery .facility::before, .kindergarten .facility::before, .afterschool .facility::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--nursery);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.nursery .facility .title01 .ja, .nursery .facility .title01 .en, .kindergarten .facility .title01 .ja, .kindergarten .facility .title01 .en, .afterschool .facility .title01 .ja, .afterschool .facility .title01 .en {
  color: var(--white);
}
.nursery .facility__list, .kindergarten .facility__list, .afterschool .facility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.nursery .facility__item, .kindergarten .facility__item, .afterschool .facility__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item, .kindergarten .facility__item, .afterschool .facility__item {
    width: 47%;
  }
}
.nursery .facility__item.is-show:nth-of-type(1), .kindergarten .facility__item.is-show:nth-of-type(1), .afterschool .facility__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(1), .kindergarten .facility__item.is-show:nth-of-type(1), .afterschool .facility__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(2), .kindergarten .facility__item.is-show:nth-of-type(2), .afterschool .facility__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(2), .kindergarten .facility__item.is-show:nth-of-type(2), .afterschool .facility__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(3), .kindergarten .facility__item.is-show:nth-of-type(3), .afterschool .facility__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(3), .kindergarten .facility__item.is-show:nth-of-type(3), .afterschool .facility__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(4), .kindergarten .facility__item.is-show:nth-of-type(4), .afterschool .facility__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(4), .kindergarten .facility__item.is-show:nth-of-type(4), .afterschool .facility__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(5), .kindergarten .facility__item.is-show:nth-of-type(5), .afterschool .facility__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(5), .kindergarten .facility__item.is-show:nth-of-type(5), .afterschool .facility__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(6), .kindergarten .facility__item.is-show:nth-of-type(6), .afterschool .facility__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(6), .kindergarten .facility__item.is-show:nth-of-type(6), .afterschool .facility__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(7), .kindergarten .facility__item.is-show:nth-of-type(7), .afterschool .facility__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(7), .kindergarten .facility__item.is-show:nth-of-type(7), .afterschool .facility__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(8), .kindergarten .facility__item.is-show:nth-of-type(8), .afterschool .facility__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(8), .kindergarten .facility__item.is-show:nth-of-type(8), .afterschool .facility__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(9), .kindergarten .facility__item.is-show:nth-of-type(9), .afterschool .facility__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(9), .kindergarten .facility__item.is-show:nth-of-type(9), .afterschool .facility__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.nursery .facility__item.is-show:nth-of-type(10), .kindergarten .facility__item.is-show:nth-of-type(10), .afterschool .facility__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item.is-show:nth-of-type(10), .kindergarten .facility__item.is-show:nth-of-type(10), .afterschool .facility__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.nursery .facility__item .img, .kindergarten .facility__item .img, .afterschool .facility__item .img {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item .img, .kindergarten .facility__item .img, .afterschool .facility__item .img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item .img, .kindergarten .facility__item .img, .afterschool .facility__item .img {
    padding: 5px;
  }
}
.nursery .facility__item .img img, .kindergarten .facility__item .img img, .afterschool .facility__item .img img {
  aspect-ratio: 1;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item .img img, .kindergarten .facility__item .img img, .afterschool .facility__item .img img {
    border-radius: 3px;
  }
}
.nursery .facility__item p, .kindergarten .facility__item p, .afterschool .facility__item p {
  font-size: 1.4rem;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__item p, .kindergarten .facility__item p, .afterschool .facility__item p {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.nursery .facility__information__txt, .kindergarten .facility__information__txt, .afterschool .facility__information__txt {
  width: 80%;
  margin: auto;
}
.nursery .facility__information__txt .txt, .kindergarten .facility__information__txt .txt, .afterschool .facility__information__txt .txt {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .nursery .facility__information__txt .txt, .kindergarten .facility__information__txt .txt, .afterschool .facility__information__txt .txt {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .facility__information__txt .txt, .kindergarten .facility__information__txt .txt, .afterschool .facility__information__txt .txt {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .facility__information__txt .txt, .kindergarten .facility__information__txt .txt, .afterschool .facility__information__txt .txt {
    margin-bottom: 20px;
  }
}
.nursery .information, .kindergarten .information, .afterschool .information {
  position: relative;
  background-color: var(--white);
  position: relative;
  background-color: var(--white);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .nursery .information, .kindergarten .information, .afterschool .information {
    padding-bottom: 75px;
  }
}
.nursery .information::before, .kindergarten .information::before, .afterschool .information::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.nursery .information .box, .kindergarten .information .box, .afterschool .information .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .nursery .information .box, .kindergarten .information .box, .afterschool .information .box {
    margin-bottom: 40px;
  }
}
.nursery .information .box .item, .kindergarten .information .box .item, .afterschool .information .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .nursery .information .box .item, .kindergarten .information .box .item, .afterschool .information .box .item {
    width: 100%;
  }
}
.nursery .information .bnr__list, .kindergarten .information .bnr__list, .afterschool .information .bnr__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__list, .kindergarten .information .bnr__list, .afterschool .information .bnr__list {
    flex-direction: column;
  }
}
.nursery .information .bnr__item, .kindergarten .information .bnr__item, .afterschool .information .bnr__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item, .kindergarten .information .bnr__item, .afterschool .information .bnr__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item, .kindergarten .information .bnr__item, .afterschool .information .bnr__item {
    margin-bottom: 16px;
  }
}
.nursery .information .bnr__item .bnr.preschool, .kindergarten .information .bnr__item .bnr.preschool, .afterschool .information .bnr__item .bnr.preschool {
  display: block;
  width: 47%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, var(--preschool_light) 6px, var(--preschool_light) 12px);
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool, .kindergarten .information .bnr__item .bnr.preschool, .afterschool .information .bnr__item .bnr.preschool {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool, .kindergarten .information .bnr__item .bnr.preschool, .afterschool .information .bnr__item .bnr.preschool {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool, .kindergarten .information .bnr__item .bnr.preschool, .afterschool .information .bnr__item .bnr.preschool {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool, .kindergarten .information .bnr__item .bnr.preschool, .afterschool .information .bnr__item .bnr.preschool {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, var(--preschool_light) 3px, var(--preschool_light) 6px);
  }
}
.nursery .information .bnr__item .bnr.preschool .content, .kindergarten .information .bnr__item .bnr.preschool .content, .afterschool .information .bnr__item .bnr.preschool .content {
  background-color: var(--white);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool .content, .kindergarten .information .bnr__item .bnr.preschool .content, .afterschool .information .bnr__item .bnr.preschool .content {
    border-radius: 8px;
  }
}
.nursery .information .bnr__item .bnr.preschool .content .img, .kindergarten .information .bnr__item .bnr.preschool .content .img, .afterschool .information .bnr__item .bnr.preschool .content .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.nursery .information .bnr__item .bnr.preschool .content .img img, .kindergarten .information .bnr__item .bnr.preschool .content .img img, .afterschool .information .bnr__item .bnr.preschool .content .img img {
  aspect-ratio: 1;
  height: auto;
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea, .afterschool .information .bnr__item .bnr.preschool .content .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool .content .txtArea, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea, .afterschool .information .bnr__item .bnr.preschool .content .txtArea {
    gap: 10px;
  }
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .txt, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
  font-size: clamp(14px, 1.4583333333vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--pre);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .txt, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
    font-size: clamp(10px, 2.734375vw, 1.4rem);
  }
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow {
  position: unset;
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path {
  fill: var(--pre);
}
.nursery .information .bnr__item .bnr.preschool:hover .content, .kindergarten .information .bnr__item .bnr.preschool:hover .content, .afterschool .information .bnr__item .bnr.preschool:hover .content {
  background-color: var(--preschool_light);
}
.nursery .information .bnr__item .bnr.preschool .content, .kindergarten .information .bnr__item .bnr.preschool .content, .afterschool .information .bnr__item .bnr.preschool .content {
  background-color: var(--preschool);
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .txt, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
  color: var(--white);
  font-size: clamp(14px, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.preschool .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .txt, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.nursery .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path, .kindergarten .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path, .afterschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path {
  fill: var(--white);
}
.nursery .information .bnr__item .bnr.preschool:hover .content, .kindergarten .information .bnr__item .bnr.preschool:hover .content, .afterschool .information .bnr__item .bnr.preschool:hover .content {
  background-color: var(--preschool_light);
}
.nursery .information .bnr__item .bnr.plaza, .kindergarten .information .bnr__item .bnr.plaza, .afterschool .information .bnr__item .bnr.plaza {
  display: block;
  width: 47%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, var(--plaza_light) 6px, var(--plaza_light) 12px);
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza, .kindergarten .information .bnr__item .bnr.plaza, .afterschool .information .bnr__item .bnr.plaza {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza, .kindergarten .information .bnr__item .bnr.plaza, .afterschool .information .bnr__item .bnr.plaza {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza, .kindergarten .information .bnr__item .bnr.plaza, .afterschool .information .bnr__item .bnr.plaza {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza, .kindergarten .information .bnr__item .bnr.plaza, .afterschool .information .bnr__item .bnr.plaza {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, var(--plaza_light) 3px, var(--plaza_light) 6px);
  }
}
.nursery .information .bnr__item .bnr.plaza .content, .kindergarten .information .bnr__item .bnr.plaza .content, .afterschool .information .bnr__item .bnr.plaza .content {
  background-color: var(--white);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza .content, .kindergarten .information .bnr__item .bnr.plaza .content, .afterschool .information .bnr__item .bnr.plaza .content {
    border-radius: 8px;
  }
}
.nursery .information .bnr__item .bnr.plaza .content .img, .kindergarten .information .bnr__item .bnr.plaza .content .img, .afterschool .information .bnr__item .bnr.plaza .content .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.nursery .information .bnr__item .bnr.plaza .content .img img, .kindergarten .information .bnr__item .bnr.plaza .content .img img, .afterschool .information .bnr__item .bnr.plaza .content .img img {
  aspect-ratio: 1;
  height: auto;
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea, .afterschool .information .bnr__item .bnr.plaza .content .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza .content .txtArea, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea, .afterschool .information .bnr__item .bnr.plaza .content .txtArea {
    gap: 10px;
  }
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .txt, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
  font-size: clamp(14px, 1.4583333333vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--plaza);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .txt, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
    font-size: clamp(10px, 2.734375vw, 1.4rem);
  }
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow {
  position: unset;
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path {
  fill: var(--plaza);
}
.nursery .information .bnr__item .bnr.plaza:hover .content, .kindergarten .information .bnr__item .bnr.plaza:hover .content, .afterschool .information .bnr__item .bnr.plaza:hover .content {
  background-color: var(--plaza_light);
}
.nursery .information .bnr__item .bnr.plaza .content, .kindergarten .information .bnr__item .bnr.plaza .content, .afterschool .information .bnr__item .bnr.plaza .content {
  background-color: var(--plaza);
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .txt, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
  color: var(--white);
  font-size: clamp(14px, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .nursery .information .bnr__item .bnr.plaza .content .txtArea .txt, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .txt, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.nursery .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path, .kindergarten .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path, .afterschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path {
  fill: var(--white);
}
.nursery .information .bnr__item .bnr.plaza:hover .content, .kindergarten .information .bnr__item .bnr.plaza:hover .content, .afterschool .information .bnr__item .bnr.plaza:hover .content {
  background-color: var(--plaza_light);
}
.nursery .sub-header-txt {
  background-color: var(--nursery);
}
.nursery .title01::before {
  content: none;
}
.nursery .title01 svg .cls-1, .nursery .title01 svg .cls-3 {
  fill: var(--nursery_deep);
}
.nursery .title01 svg .cls-2 {
  fill: #fae8e2;
}
.nursery .title01 .en {
  color: var(--nursery);
}
.nursery .btn.btn01 {
  color: var(--nursery);
  position: relative;
  z-index: 2;
}
.nursery .btn.btn01 .btn-arrow path {
  fill: var(--nursery);
}
.nursery .news {
  background-color: var(--nursery) !important;
}
.nursery .news::before {
  background-color: var(--nursery) !important;
}
.nursery .news .news-list01 li .news-txt a:hover {
  color: var(--nursery);
}
.nursery .features__item .content .title {
  color: var(--nursery_deep);
}
.nursery .life::before, .nursery .life::after {
  background-color: var(--nursery);
}
.nursery .life .tab-panel-b .tab.is-active, .nursery .life .tab-panel-b .tab:hover {
  background-color: var(--nursery_deep);
}
.nursery .life .event__item .season {
  color: var(--nursery_deep);
  border-bottom: solid 2px var(--nursery_deep);
}
.nursery .life .event__item .content .title {
  color: var(--nursery_deep);
}
.nursery .facility {
  background-color: var(--nursery);
  position: relative;
  background-color: var(--nursery);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .nursery .facility {
    padding-bottom: 75px;
  }
}
.nursery .facility::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--nursery);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.kindergarten .sub-header-txt {
  background-color: var(--kindergarten);
}
.kindergarten .title01::before {
  content: none;
}
.kindergarten .title01 svg .cls-1, .kindergarten .title01 svg .cls-3 {
  fill: var(--kindergarten_deep);
}
.kindergarten .title01 svg .cls-2 {
  fill: var(--kindergarten_light);
}
.kindergarten .title01 .en {
  color: var(--kindergarten);
}
.kindergarten .btn.btn01 {
  color: var(--kindergarten);
}
.kindergarten .btn.btn01 .btn-arrow path {
  fill: var(--kindergarten);
}
.kindergarten .news {
  background-color: var(--kindergarten) !important;
}
.kindergarten .news::before {
  background-color: var(--kindergarten) !important;
}
.kindergarten .news .news-list01 li .news-txt a:hover {
  color: var(--kindergarten);
}
.kindergarten .features__item .content .title {
  color: var(--kindergarten);
}
.kindergarten .life::before, .kindergarten .life::after {
  background-color: var(--kindergarten);
}
.kindergarten .life .tab-panel-b .tab.is-active, .kindergarten .life .tab-panel-b .tab:hover {
  background-color: var(--kindergarten_deep);
}
.kindergarten .life .event__item .season {
  color: var(--kindergarten_deep);
  border-bottom: solid 2px var(--kindergarten_deep);
}
.kindergarten .life .event__item .content .title {
  color: var(--kindergarten_deep);
}
.kindergarten .facility {
  background-color: var(--kindergarten);
  position: relative;
  background-color: var(--kindergarten);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .kindergarten .facility {
    padding-bottom: 75px;
  }
}
.kindergarten .facility::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--kindergarten);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.afterschool .sub-header-txt {
  background-color: var(--afterschool);
}
.afterschool .title01::before {
  content: none;
}
.afterschool .title01 svg .cls-1, .afterschool .title01 svg .cls-3 {
  fill: var(--afterschool_deep);
}
.afterschool .title01 svg .cls-2 {
  fill: var(--afterschool_light);
}
.afterschool .title01 .en {
  color: var(--afterschool);
}
.afterschool .btn.btn01 {
  color: var(--afterschool);
  border-color: var(--afterschool);
}
.afterschool .btn.btn01 .btn-arrow path {
  fill: var(--afterschool);
}
.afterschool .news {
  background-color: var(--afterschool) !important;
}
.afterschool .news::before {
  background-color: var(--afterschool) !important;
}
.afterschool .news .news-list01 li .news-txt a:hover {
  color: var(--afterschool);
}
.afterschool .features__item .content .title {
  color: var(--afterschool_deep);
}
.afterschool .life::before, .afterschool .life::after {
  background-color: var(--afterschool);
}
.afterschool .life .tab-panel-b .tab.is-active, .afterschool .life .tab-panel-b .tab:hover {
  background-color: var(--afterschool_deep);
}
.afterschool .life .event__item .season {
  color: var(--afterschool_deep);
  border-bottom: solid 2px var(--afterschool_deep);
}
.afterschool .life .event__item .content .title {
  color: var(--afterschool_deep);
}
.afterschool .facility {
  background-color: var(--afterschool);
  position: relative;
  background-color: var(--afterschool);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .afterschool .facility {
    padding-bottom: 75px;
  }
}
.afterschool .facility::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--afterschool);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.preschool .sub-header-txt {
  background-color: var(--preschool);
  /*margin-top: 68px;*/
  margin-top: 150px;
}
.preschool .title01::before {
  content: none;
}
.preschool .title01 svg .cls-1, .preschool .title01 svg .cls-3 {
  fill: var(--preschool_deep);
}
.preschool .title01 svg .cls-2 {
  fill: var(--preschool_light);
}
.preschool .title01 .en {
  color: var(--preschool);
}
.preschool .introduction {
  position: relative;
}
.preschool .introduction .txt {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .preschool .introduction .txt {
    width: 100%;
  }
}
.preschool .btn.btn01 {
  background-color: var(--white);
  color: var(--preschool);
  border: solid 2px var(--preschool);
}
@media screen and (max-width: 1024px) {
  .preschool .btn.btn01 {
    margin-bottom: 20px;
  }
}
.preschool .btn.btn01 .btn-arrow path {
  fill: var(--preschool);
}
.preschool .btn.btn01:hover {
  background-color: var(--preschool);
  color: var(--white);
  border: solid 2px var(--white);
}
.preschool .btn.btn01:hover .btn-arrow path {
  fill: var(--white);
}
.preschool .news {
  background-color: var(--preschool) !important;
}
.preschool .news::before {
  background-color: var(--preschool) !important;
}
.preschool .news .title01 .ja {
  color: var(--white);
}
.preschool .news .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .preschool .news .inner {
    flex-direction: column;
  }
}
.preschool .news .titleArea {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .preschool .news .titleArea {
    width: 100%;
  }
}
.preschool .news .content {
  width: 70%;
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .preschool .news .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .news .content {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .news .content {
    padding: 20px;
  }
}
.preschool .activity {
  padding-bottom: 0;
}
.preschool .activity .txt {
  width: 70%;
  text-align: center;
  margin: auto;
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .preschool .activity .txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .activity .txt {
    width: 90%;
  }
}
.preschool .activity .btn.btn01 {
  background-color: var(--preschool);
  color: var(--white);
  border: solid 2px var(--preschool);
}
.preschool .activity .btn.btn01 .btn-arrow path {
  fill: var(--white);
}
.preschool .activity .btn.btn01:hover {
  background-color: var(--white);
  color: var(--preschool);
}
.preschool .activity .btn.btn01:hover .btn-arrow path {
  fill: var(--preschool);
}
.preschool .life {
  position: relative;
}
.preschool .life::before, .preschool .life::after {
  content: "";
  display: block;
  aspect-ratio: 627/329;
  -webkit-mask-image: url(../img/flag01.png);
  mask-image: url(../img/flag01.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--preschool);
  width: 30%;
  height: auto;
  z-index: 1;
  opacity: 0.7;
}
.preschool .life::before {
  position: absolute;
  right: 0;
  top: 0;
}
.preschool .life::after {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, 1);
}
.preschool .life .tab-panel-b .tab.is-active, .preschool .life .tab-panel-b .tab:hover {
  background-color: var(--preschool_deep);
}
.preschool .life .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__list {
    flex-direction: column;
  }
}
.preschool .life .event__item {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__item {
    margin-bottom: 20px;
  }
}
.preschool .life .event__item .season {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: var(--preschool_deep);
  text-align: center;
  border-bottom: solid 2px var(--preschool_deep);
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__item .season {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.preschool .life .event__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__item .img {
    margin-bottom: 10px;
  }
}
.preschool .life .event__item .img img {
    aspect-ratio: 1;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .preschool .life .event__item .img img {
    border-radius: 10px;
  }
}
.preschool .life .event__item .content .title {
  color: var(--preschool_deep);
}
.preschool .information {
  position: relative;
  background-color: var(--bg);
  position: relative;
  background-color: var(--white);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .preschool .information {
    padding-bottom: 75px;
  }
}
.preschool .information::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.preschool .information .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .preschool .information .box {
    margin-bottom: 40px;
  }
}
.preschool .information .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .preschool .information .box .item {
    width: 100%;
  }
}
.preschool .information .bnr__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__list {
    flex-direction: column;
  }
}
.preschool .information .bnr__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item {
    width: 100%;
  }
}
.preschool .information .bnr__item .bnr.preschool {
  display: block;
  width: 47%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, var(--preschool_light) 6px, var(--preschool_light) 12px);
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, var(--preschool_light) 3px, var(--preschool_light) 6px);
  }
}
.preschool .information .bnr__item .bnr.preschool .content {
  background-color: var(--white);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool .content {
    border-radius: 8px;
  }
}
.preschool .information .bnr__item .bnr.preschool .content .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.preschool .information .bnr__item .bnr.preschool .content .img img {
  aspect-ratio: 1;
  height: auto;
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool .content .txtArea {
    gap: 10px;
  }
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
  font-size: clamp(14px, 1.4583333333vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--pre);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
    font-size: clamp(10px, 2.734375vw, 1.4rem);
  }
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow {
  position: unset;
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path {
  fill: var(--pre);
}
.preschool .information .bnr__item .bnr.preschool:hover .content {
  background-color: var(--preschool_light);
}
.preschool .information .bnr__item .bnr.preschool .content {
  background-color: var(--preschool);
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
  color: var(--white);
  font-size: clamp(14px, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.preschool .content .txtArea .txt {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.preschool .information .bnr__item .bnr.preschool .content .txtArea .btn-arrow path {
  fill: var(--white);
}
.preschool .information .bnr__item .bnr.preschool:hover .content {
  background-color: var(--preschool_light);
}
.preschool .information .bnr__item .bnr.plaza {
  display: block;
  width: 47%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, var(--plaza_light) 6px, var(--plaza_light) 12px);
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, var(--plaza_light) 3px, var(--plaza_light) 6px);
  }
}
.preschool .information .bnr__item .bnr.plaza .content {
  background-color: var(--white);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza .content {
    border-radius: 8px;
  }
}
.preschool .information .bnr__item .bnr.plaza .content .img {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}
.preschool .information .bnr__item .bnr.plaza .content .img img {
  aspect-ratio: 1;
  height: auto;
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea {
  width: 70%;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza .content .txtArea {
    gap: 10px;
  }
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
  font-size: clamp(14px, 1.4583333333vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--plaza);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
    font-size: clamp(10px, 2.734375vw, 1.4rem);
  }
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow {
  position: unset;
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path {
  fill: var(--plaza);
}
.preschool .information .bnr__item .bnr.plaza:hover .content {
  background-color: var(--plaza_light);
}
.preschool .information .bnr__item .bnr.plaza .content {
  background-color: var(--plaza);
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
  color: var(--white);
  font-size: clamp(14px, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .preschool .information .bnr__item .bnr.plaza .content .txtArea .txt {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
.preschool .information .bnr__item .bnr.plaza .content .txtArea .btn-arrow path {
  fill: var(--white);
}
.preschool .information .bnr__item .bnr.plaza:hover .content {
  background-color: var(--plaza_light);
}
.recruit .introduction {
  position: relative;
}
.recruit .introduction .txt {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .recruit .introduction .txt {
    width: 100%;
  }
}
.recruit .job__list {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .recruit .job__list {
    margin-top: 50px;
  }
}
.recruit .job__item {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .recruit .job__item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job__item {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job__item {
    margin-bottom: 60px;
  }
}
.recruit .job__item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  aspect-ratio: 1;
  width: 180px;
  height: auto;
  border-radius: 50%;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .num {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .num {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .num {
    margin-bottom: 30px;
  }
}
.recruit .job__item .num .content_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: center;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .num .content_txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit .job__item .num .content_txt span {
  color: var(--main);
  font-size: 6rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .num .content_txt span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.recruit .job__item .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .txt {
    margin-bottom: 40px;
  }
}
.recruit .job__item .title03 {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .recruit .job__item .title03 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.recruit .job__item .title03::before, .recruit .job__item .title03::after {
  height: 3px;
}
.recruit .job .features__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item {
    margin-bottom: 15px;
  }
}
.recruit .job .features__item .img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item .img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item .img {
    margin-bottom: 20px;
  }
}
.recruit .job .features__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item .img img {
    border-radius: 5px;
  }
}
.recruit .job .features__item .content {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item .content {
    width: 100%;
  }
}
.recruit .job .features__item .content .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-bottom: dotted 2px var(--txt);
}
@media screen and (max-width: 1024px) {
  .recruit .job .features__item .content .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.recruit .faq {
  background-color: var(--main) !important;
}
.recruit .faq::before {
  background-color: var(--main) !important;
}
.recruit .faq .title01 .ja, .recruit .faq .title01 .en {
  color: var(--white);
}
.recruit .faq__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item {
    margin-bottom: 30px;
  }
}
.recruit .faq__item .img {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .img {
    margin-bottom: 20px;
  }
}
.recruit .faq__item .img img {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .img img {
    border-radius: 10px;
  }
}
.recruit .faq__item .content {
  width: 65%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  padding-left: 10%;
  margin-left: -5%;
  margin-top: 10%;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .content {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .content {
    padding-left: unset;
    margin-left: unset;
    margin-top: unset;
    padding: 20px;
  }
}
.recruit .faq__item .content .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item .content .title {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.recruit .faq__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.recruit .faq__item:nth-of-type(even) .content {
  padding-left: 40px;
  padding-right: 10%;
  margin-left: unset;
  margin-right: -5%;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__item:nth-of-type(even) .content {
    padding-left: 20px;
  }
}
.recruit .recruitment {
  position: relative;
  background-color: var(--white);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .recruit .recruitment {
    padding-bottom: 75px;
  }
}
.recruit .recruitment::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.recruit .recruitment .tab-panel-a .tab-group .tab {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .recruit .recruitment .tab-panel-a .tab-group .tab {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit .recruitment .tab-panel-a .tab-group .tab.is-active, .recruit .recruitment .tab-panel-a .tab-group .tab:hover {
  background-color: var(--main);
  color: var(--white);
}
.plaza .introduction {
  position: relative;
}
.plaza .introduction .txt {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .plaza .introduction .txt {
    width: 100%;
  }
}
.plaza .event__list {
  display: flex;
  gap: 5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .plaza .event__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .plaza .event__list {
    margin-bottom: 30px;
  }
}
.plaza .event__item {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .plaza .event__item {
    margin-bottom: 15px;
  }
}
.plaza .event__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.plaza .event__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.plaza .event__item a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a {
    border-radius: 10px;
  }
}
.plaza .event__item a .btn.btn01 {
  background-color: var(--white);
  color: var(--main);
  border: solid 2px var(--main);
}
.plaza .event__item a .btn.btn01 .btn-arrow path {
  fill: var(--main);
}
.plaza .event__item a .btn.btn01:hover {
  background-color: var(--main);
  color: var(--white);
}
.plaza .event__item a .btn.btn01:hover .btn-arrow path {
  fill: var(--white);
}
.plaza .event__item a .btn.btn01 {
  padding: 10px 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a .btn.btn01 {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a .btn.btn01 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.plaza .event__item a .closed {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--red);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a .closed {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.plaza .event__item a .img {
  aspect-ratio: 3/2;
  height: auto;
}
.plaza .event__item a .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a .content {
    padding: 10px;
  }
}
.plaza .event__item a .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.plaza .event__item a dl dt, .plaza .event__item a dl dd {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a dl dt, .plaza .event__item a dl dd {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.plaza .event__item a dl dt {
  background-color: var(--main);
  color: var(--white);
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a dl dt {
    border-radius: 3px;
  }
}
.plaza .event__item a dl dd {
  padding: 16px 0px;
}
@media screen and (max-width: 1024px) {
  .plaza .event__item a dl dd {
    padding: 8px 0px;
  }
}
.plaza .news-list03 li .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .plaza .news-list03 li .date {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.plaza .news-list03 li .news-txt a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .plaza .news-list03 li .news-txt a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-type-archive-event-post .event__list {
  display: flex;
  gap: 6%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__list {
    margin-bottom: 30px;
  }
}
.post-type-archive-event-post .event__item {
  width: 47%;
}
li.event__item img {
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item {
    width: 100%;
  }
}
.post-type-archive-event-post .event__item a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light_pink);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a {
    border-radius: 10px;
  }
}
.post-type-archive-event-post .event__item a .btn.btn01 {
  background-color: var(--white);
  color: var(--main);
  border: solid 2px var(--main);
}
.post-type-archive-event-post .event__item a .btn.btn01 .btn-arrow path {
  fill: var(--main);
}
.post-type-archive-event-post .event__item a .btn.btn01:hover {
  background-color: var(--main);
  color: var(--white);
}
.post-type-archive-event-post .event__item a .btn.btn01:hover .btn-arrow path {
  fill: var(--white);
}
.post-type-archive-event-post .event__item a .btn.btn01 {
  padding: 10px 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a .btn.btn01 {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a .btn.btn01 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-type-archive-event-post .event__item a .closed {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--red);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a .closed {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.post-type-archive-event-post .event__item a .img {
  aspect-ratio: 3/2;
  height: auto;
}
.post-type-archive-event-post .event__item a .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a .content {
    padding: 10px;
  }
}
.post-type-archive-event-post .event__item a .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.post-type-archive-event-post .event__item a dl dt, .post-type-archive-event-post .event__item a dl dd {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a dl dt, .post-type-archive-event-post .event__item a dl dd {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-type-archive-event-post .event__item a dl dt {
  background-color: var(--main);
  color: var(--white);
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a dl dt {
    border-radius: 3px;
  }
}
.post-type-archive-event-post .event__item a dl dd {
  padding: 16px 0px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-event-post .event__item a dl dd {
    padding: 8px 0px;
  }
}
.extracurricular__list {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .extracurricular__list {
    flex-direction: column;
  }
}
.extracurricular__item {
  width: 30%;
  padding-top: 2.0833333333vw;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item {
    padding-top: 4vw;
  }
}
.extracurricular__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.extracurricular__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.extracurricular__item .title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  font-size: clamp(14px, 1.25vw, 2.4rem);
  letter-spacing: 0.15em;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .title {
    font-size: clamp(10px, 2.34375vw, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .title {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .title {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .title {
    font-size: 14px;
  }
}
.extracurricular__item .img img {
  border-radius: 20px;
  aspect-ratio: 3/2;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .extracurricular__item .img img {
    border-radius: 10px;
  }
}
.extracurricular__item.cosmos .title {
  font-size: clamp(14px, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.cosmos .title {
    font-size: clamp(10px, 1.953125vw, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .extracurricular__item.cosmos .title {
    font-size: 14px;
  }
}
.parent-page .news .inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .inner {
    flex-direction: column;
  }
}
.parent-page .news .titleArea {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .titleArea {
    width: 100%;
  }
}
.parent-page .news .tab-news-wrap {
  width: 70%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .tab-news-wrap {
    width: 100%;
  }
}
.parent-page .news .tab-panel-b .tab.nursery.is-active, .parent-page .news .tab-panel-b .tab.nursery:hover {
  background-color: var(--nursery) !important;
}
.parent-page .news .tab-panel-b .tab.kindergarten.is-active, .parent-page .news .tab-panel-b .tab.kindergarten:hover {
  background-color: var(--kindergarten) !important;
}
.parent-page .news .tab-panel-b .panel.nursery .panel-inner {
  background-color: var(--nursery_light02);
}
.parent-page .news .tab-panel-b .panel.kindergarten .panel-inner {
  background-color: var(--kindergarten_light02);
}
.parent-page .news .feed__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .feed__list {
    margin-bottom: 20px;
  }
}
.parent-page .news .feed__item {
  display: flex;
  border-bottom: dotted #ddd 1px;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .feed__item {
    flex-direction: column;
  }
}
.parent-page .news .feed__item .date {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .parent-page .news .feed__item .date {
    width: 100%;
  }
}
.parent-page .news .feed__item .title {
  width: calc(100% - 180px);
}
@media screen and (max-width: 1024px) {
  .parent-page .news .feed__item .title {
    width: 100%;
  }
}
.parent-page .documents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__list {
    gap: 6%;
  }
}
.parent-page .documents__item {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item {
    width: 47%;
  }
}
@media screen and (max-width: 500px) {
  .parent-page .documents__item {
    width: 100%;
  }
}
.parent-page .documents__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.parent-page .documents__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.parent-page .documents__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.parent-page .documents__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.parent-page .documents__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.parent-page .documents__item a {
    display: flex;
    align-items: center;
    gap: 16px;
    border: solid 2px var(--main);
    color: var(--main);
    background-color: var(--white);
    padding: 10px 50px 10px 20px;
    border-radius: 10px;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.parent-page .documents__item a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_pdf.png);
  mask-image: url(../img/icon_pdf.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: auto;
  background-color: var(--main);
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a::before {
    width: 10px;
  }
}
.parent-page .documents__item a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_dl.png);
  mask-image: url(../img/icon_dl.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: auto;
  background-color: var(--main);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a::after {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .documents__item a::after {
    right: 10px;
  }
}
.parent-page .documents__item a:hover {
  background-color: var(--main);
  color: var(--white);
  transition: all 0.3s;
}
.parent-page .documents__item a:hover::before, .parent-page .documents__item a:hover::after {
  background-color: var(--white);
}
.single-info-wrap {
  padding-bottom: 15.625vw;
}
.post-categories li a {
  font-size: 1.6rem;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .post-categories li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-categories li a:hover {
  background-color: #fff;
  color: #a8877d;
}
.single-info-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: 1.6rem;
  }
}
.single-info-article h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .single-info-article h2 {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.single-info-article h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .single-info-article h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.sidebar h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sidebar h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.single-event-post main {
  width: 70%;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .single-event-post main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post main {
    width: 80%;
  }
}
.single-event-post .single-info-title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .single-event-post .single-info-title {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.single-event-post .single-info-catch-img {
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .single-event-post .single-info-catch-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .single-event-post .single-info-catch-img {
    width: 100%;
  }
}
.single-event-post h2 {
  width: 100%;
  background-color: var(--light_pink);
  color: var(--pink02);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.15em;
  padding: 10px 40px;
  margin: auto;
  border: none;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-event-post h2 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post h2 {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post h2 {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post h2 {
    margin-bottom: 30px;
  }
}
.single-event-post dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .single-event-post dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post dl {
    margin-bottom: 40px;
  }
}
.single-event-post dl dt {
  width: 30%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  padding: 10px 10px;
  color: var(--pink02);
  border-bottom: solid 2px var(--pink02);
}
@media screen and (max-width: 1024px) {
  .single-event-post dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post dl dt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post dl dt {
    padding: 5px 5px;
  }
}
.single-event-post dl dt:last-of-type {
  border-bottom: none;
}
.single-event-post dl dd {
  width: 70%;
  padding: 10px 10px;
  border-bottom: solid 2px #ddd;
}
@media screen and (max-width: 1024px) {
  .single-event-post dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post dl dd {
    padding: 5px 5px;
  }
}
.single-event-post dl dd:last-of-type {
  border-bottom: none;
}
.single-event-post .closed {
  text-align: center;
  background-color: #ddd;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .single-event-post .closed {
    padding: 10px;
  }
}
.recruit-single {
  padding-bottom: 15.625vw;
}
@media screen and (max-width: 1024px) {
  .recruit-single {
    padding-bottom: 30vw;
  }
}
.recruit-single .recruit-single-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.recruit-single .recruit-single-content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-content p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table th {
  font-size: 1.8rem;
  text-align: left !important;
  background-color: var(--main);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit-single .job-table td {
  font-size: 1.6rem;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table td p {
  font-size: 1.6rem;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .entry-btn a {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single .entry-btn a {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.single-event-post .detail__list, .single-pre-post .detail__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .single-event-post .detail__list, .single-pre-post .detail__list {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .single-event-post .detail__list, .single-pre-post .detail__list {
    display: block;
  }
}
.single-event-post .datail__item, .single-pre-post .datail__item {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-event-post .datail__item, .single-pre-post .datail__item {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post .datail__item, .single-pre-post .datail__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .single-event-post .datail__item, .single-pre-post .datail__item {
    display: block;
  }
}
.single-event-post .datail__item .name, .single-pre-post .datail__item .name {
  background-color: var(--main);
  color: var(--white);
  padding: 10px 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .single-event-post .datail__item .name, .single-pre-post .datail__item .name {
    padding: 5px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .single-event-post .datail__item .name, .single-pre-post .datail__item .name {
    border-radius: 3px;
  }
}
@media screen and (max-width: 600px) {
  .single-event-post .datail__item .name, .single-pre-post .datail__item .name {
    width: 100%;
  }
}
.single-event-post .datail__item .date, .single-pre-post .datail__item .date {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-event-post .datail__item .date, .single-pre-post .datail__item .date {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 600px) {
  .single-event-post .datail__item .date, .single-pre-post .datail__item .date {
    width: 100%;
  }
}
.single-event-post .btn, .single-pre-post .btn {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .single-event-post .btn, .single-pre-post .btn {
    margin-top: 40px;
  }
}
.input_display_none {
  display: none;
}
.input_display_none input {
  display: none;
}
.archive-info-wrap {
  padding-bottom: 15.625vw;
}
.archive-time-cat time, .single-info-date-cat time {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat time, .single-info-date-cat time {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-info-title a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .archive-info-title a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.archive-info-cat a.nursery {
  background-color: var(--nursery) !important;
  border: solid 1px var(--nursery) !important;
}
.archive-info-cat a.nursery:hover {
  background: var(--white) !important;
  color: var(--nursery) !important;
}
.archive-info-cat a.kindergarten {
  background-color: var(--kindergarten) !important;
  border: solid 1px var(--kindergarten) !important;
}
.archive-info-cat a.kindergarten:hover {
  background: var(--white) !important;
  color: var(--kindergarten) !important;
}
.archive-info-cat a.afterschool {
  background-color: var(--afterschool) !important;
  border: solid 1px var(--afterschool) !important;
}
.archive-info-cat a.afterschool:hover {
  background: var(--white) !important;
  color: var(--afterschool) !important;
}
.archive-info-cat a.preschool {
  background-color: var(--preschool) !important;
  border: solid 1px var(--preschool) !important;
}
.archive-info-cat a.preschool:hover {
  background: var(--white) !important;
  color: var(--preschool) !important;
}
.archive-schedule {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .archive-schedule {
    margin-bottom: 10px;
  }
}
.archive-schedule .datail__item {
  display: flex;
  align-items: center;
}
.archive-schedule .datail__item p {
  margin-bottom: 0;
}
.archive-schedule .datail__item .name {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .archive-schedule .datail__item .name {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-schedule .datail__item .name::after {
  content: "：";
}
.archive-schedule .datail__item .date span {
  display: inline-block;
  background-color: #ddd;
  font-size: 1.2rem;
  padding: 0px 10px;
  border-radius: 16px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .archive-schedule .datail__item .date span {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .archive-schedule .datail__item .date span {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-schedule .datail__item .date span {
    border-radius: 8px;
  }
}
main.panelactive {
  display: none;
}
#mobile-nav {
  display: none;
}
#mobile-nav.panelactive {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sns-sub-nav {
    justify-content: center;
  }
}
.sns-sub-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-sub-nav .twiiter svg {
  display: block;
  width: auto;
  height: 24px;
}
.sns-sub-nav .twiiter svg path {
  fill: #fff;
}
.footer {
  background-color: var(--main);
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--main);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
.footer .deco._flower01 {
  width: 10%;
  aspect-ratio: 1;
  background-image: url(../img/sakura01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -9.375vw;
  right: 0.5208333333vw;
  z-index: 2;
}
.footer .deco._flower02 {
  width: 9%;
  aspect-ratio: 1;
  background-image: url(../img/sakura03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -6.25vw;
  right: 7.8125vw;
  z-index: 2;
}
.footer .deco._chow01 {
  width: 4%;
  aspect-ratio: 1;
  background-image: url(../img/chow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -9.375vw;
  right: 13.0208333333vw;
  z-index: 2;
  opacity: 50%;
}
.footer-inner {
  position: relative;
  z-index: 3;
}
.footer-logo p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--white);
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .footer-logo p {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.footer-address .tel {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .footer-address .tel {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.footer-address .tel a {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .footer-address .tel a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.footer-address .tel a:hover {
  color: var(--light_pink);
}
.footer__bnr__area {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr__area {
    padding-bottom: 40px;
  }
}
.footer__bnr__area::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -5px;
  z-index: -1;
}
.footer__bnr {
  display: block;
  aspect-ratio: 3;
  width: 600px;
  height: auto;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__bnr {
    width: 300px;
  }
}
.footer__bnr::before {
  content: "";
  display: block;
  background-color: var(--main);
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    right: -3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    border-radius: 5px;
  }
}
.footer__bnr::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::after {
    border-radius: 5px;
  }
}
.footer__bnr .bg_img {
  aspect-ratio: 3;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .bg_img {
    border-radius: 5px;
  }
}
.footer__bnr .txtArea {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.footer__bnr .txtArea .logo {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .logo {
    margin-bottom: 10px;
  }
}
.footer__bnr .txtArea .txt {
  background-color: var(--main);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.footer__bnr .txtArea .note {
  aspect-ratio: 179/144;
  width: 190px;
  height: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  position: absolute;
  top: -70px;
  right: -110px;
  background-image: url(../img/deco_07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  transform: rotate(10deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    padding-top: 30px;
    width: 130px;
    font-size: 10px !important;
    right: -70px;
  }
}
.footer__bnr .txtArea .note span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: red;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: 10px !important;
  }
}
.footer__bnr:hover::before {
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.footer__bnr:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer__bnr:hover .txt {
  background-color: var(--main);
}
.footer__bnr:hover .note {
  transform: rotate(15deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .copyright {
    width: 90%;
    margin: auto;
  }
  .copyright p {
    text-align: center;
  }
}
.js-fadeUp {
  opacity: 0;
}
.js-fadeUp.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
}
.js-fadeDown.is-show {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-show {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadeIn70 {
  opacity: 0;
}
.js-fadeIn70.is-show {
  animation-name: fadeInAnime70;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
@keyframes fadeInAnime70 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
.js-fadeIn60 {
  opacity: 0;
}
.js-fadeIn60.is-show {
  animation-name: fadeInAnime60;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes fadeInAnime60 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.js-fadeIn40 {
  opacity: 0;
}
.js-fadeIn40.is-show {
  animation-name: fadeInAnime40;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
@keyframes fadeInAnime40 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.js-fadeInRight {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.js-fadeInRight.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.js-fadeInRight10 {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 0.8s;
}
.js-fadeInRight10.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.js-fadeInLeft {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2.5s ease-in-out;
}
.js-fadeInLeft.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.js-diagonal {
  transform: translate(-30%, 30%);
  transition: 1s;
}
.js-diagonal.is-show {
  transform: translate(0, 0);
}
.js-diagonal_leftTop_rightBottom {
  opacity: 0;
  transform: translate(-30%, -30%);
  transition: 3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .js-diagonal_leftTop_rightBottom {
    transition: 1s ease-in-out;
  }
}
.js-diagonal_leftTop_rightBottom.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.js-diagonal_rightToLeft {
  transform: translate(30%, 30%);
  transition: 1s;
}
.js-diagonal_rightToLeft.is-show {
  transform: translate(0, 0);
}
.js-UpDown {
  opacity: 0;
}
.js-UpDown.is-show {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.js-leftToRight {
  transform: scale(0, 1); /*X方向0、Y方向1*/
}
.js-leftToRight.is-show {
  animation-name: fadeInLeftToRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes fadeInLeftToRight {
  from {
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: left;
  }
  to {
    transform: scale(1, 1); /*X方向にスケール拡大*/
    transform-origin: left;
  }
}
.js-scaleUp {
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.js-scaleUp.is-show {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes scaleUp {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 90%;
  }
}
.js-rotate {
  transform: rotate(-5deg);
  opacity: 0;
}
.js-rotate.is-show {
  animation-name: fadeInRotate;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes fadeInRotate {
  from {
    transform: rotate(5deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
#booking-package {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #booking-package {
    font-size: 12px !important;
  }
}
.start_booking_package {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .start_booking_package {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .start_booking_package .calendarHeader {
    align-items: center;
  }
}
.start_booking_package .calendarHeader .calendarData {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 400px) {
  .start_booking_package .calendarHeader .calendarData {
    font-size: 12px;
  }
}
.start_booking_package .arrowLeft, .start_booking_package .arrowRight {
  display: flex;
  align-items: center;
}
.start_booking_package .arrowLeft span, .start_booking_package .arrowRight span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .start_booking_package .arrowLeft span, .start_booking_package .arrowRight span {
    font-size: 10px;
  }
}
.start_booking_package .arrowLeft span::after, .start_booking_package .arrowRight span::after {
  content: "月";
}
#booking-package_inputFormPanel .title_in_form {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .title_in_form {
    padding-bottom: 15px !important;
  }
}
#booking-package_inputFormPanel .row {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row {
    flex-direction: column;
  }
}
#booking-package_inputFormPanel .row.total_amount {
  display: none !important;
}
#booking-package_inputFormPanel .name {
  width: 40%;
  color: var(--main);
  font-weight: 700 !important;
  padding: 10px 15px;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name {
    margin-bottom: 0;
  }
}
#booking-package_inputFormPanel .name a {
  font-weight: 700 !important;
  text-decoration: underline;
}
#booking-package_inputFormPanel .name a:hover {
  cursor: pointer;
}
#booking-package_inputFormPanel .name.required {
  color: var(--main) !important;
  background-color: unset !important;
  font-size: 1.6rem;
  font-weight: 700 !important;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_inputFormPanel .name.required::after {
  content: "必須";
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  position: unset;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required::after {
    font-size: 10px;
    padding: 3px 10px;
  }
}
#booking-package_inputFormPanel .value {
  width: 60%;
  font-size: 1.6rem;
  padding: 25px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    padding: 10px 15px;
  }
}
#booking-package_inputFormPanel .value .bookingDate {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#booking-package_inputFormPanel .value .bookingDate::before {
  content: "";
  display: block;
  background-color: var(--white);
  width: 5px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#booking-package_inputFormPanel .value .bookingTime {
  display: none;
}
#booking-package_inputFormPanel .cartPanel {
  margin-top: 30px !important;
}
#booking-package_inputFormPanel .cartPanel .book_now_button {
  padding: 15px 20px;
  background: var(--main);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid var(--main);
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    width: 150px;
  }
}
#booking-package_inputFormPanel .cartPanel .book_now_button:hover {
  background: #3ec559;
  transition: all 0.3s;
}
#booking-package_inputFormPanel .bottomBarPanel .return_form_button {
  padding: 15px 20px;
  background: var(--white);
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid var(--main);
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    width: 150px;
  }
}
#booking-package_inputFormPanel .bottomBarPanel .return_form_button:hover {
  transition: all 0.3s;
  background: #3ec559;
  color: var(--white);
}
#booking-package input[type="text"], #booking-package textarea {
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
  border: none !important;
}
.contact-form01 {
  border: none !important;
}
.contact-form01 tbody {
  border: none !important;
}
.contact-form01 th, .contact-form01 td {
  border: none !important;
  border-bottom: #ddd solid 1px;
}
.contact-form01 th {
  background-color: var(--white);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .contact-form01 th {
    border-bottom: unset;
    text-align: left;
  }
}
.contact-form01 td {
  background-color: var(--white);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 td {
    padding: 10px 10px 30px;
  }
}
.contact-form01 tr {
  border-bottom: #ddd solid 1px;
}
.contact-form01 tr:last-of-type th, .contact-form01 tr:last-of-type td {
  border: none;
}
.wpcf7-list-item-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-submit {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .wpcf7-submit {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  input[type="text"], textarea, input[type="email"], input[type="tel"] {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .privacy-check {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
}
.privacy-check a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .privacy-check a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.required {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .required {
    border-radius: 3px;
  }
}
input[type="submit"], input[type="button"] {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  input[type="submit"], input[type="button"] {
    border-radius: 3px;
  }
}
.contact-band {
  position: relative;
  background-color: var(--bg);
  padding-bottom: 16.6666666667vw;
}
.contact-band::before, .contact-band::after {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape07.png);
  mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: -12.1875vw;
}
.contact-band::before {
  background-color: var(--bg);
  z-index: 1;
  transform: scale(-1, 1);
}
.contact-band::after {
  background-color: var(--yellow);
  top: -12.2916666667vw;
  z-index: 0;
}
.contact-band .title01::before, .contact-band .title01::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-color: var(--yellow);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -35px;
  z-index: 1;
}
.contact-band .title01::after {
  left: unset;
  right: -35px;
}
.contact-band-inner {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    width: 90%;
  }
}
.contact-band-inner .box {
  justify-content: center;
}
.contact-band-inner .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner .box .item {
    width: 100%;
  }
}
.contact-band .btn01 {
  width: 80%;
  background-color: var(--yellow);
  max-width: unset;
  aspect-ratio: unset;
  padding: 30px 10px;
  border-radius: 10px;
  border-color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  .contact-band .btn01 {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .btn01 {
    border-radius: 5px;
  }
}
.contact-band .btn01 span {
  font-size: 1.5625vw;
  font-weight: 600;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .btn01 span {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .btn01 span {
    font-size: 3vw;
  }
}
.contact-band .btn01 span::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_mail2-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5625vw;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .btn01 span::before {
    width: 3vw;
  }
}
.contact-band .btn01:hover {
  background-color: var(--white);
}
.contact-band .btn01:hover span {
  color: var(--yellow);
}
.contact-band .btn01:hover span::before {
  background-image: url(../img/icon_mail2-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-band .btn01:hover .btn-arrow path {
  fill: var(--yellow);
}
.contact-band-tel-block {
  margin-top: unset;
  width: 100%;
}
.contact-band .cf-cb-txt {
  font-size: 2rem;
  color: var(--txt);
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    text-align: center;
  }
}
.contact-band .cf-tel-number {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  font-size: 2.6041666667vw;
  letter-spacing: 0.1em;
  color: var(--txt);
  display: flex !important;
  gap: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 8px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  background-image: url(../img/icon_tel-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 4vw;
    height: 4vw;
  }
}
.contact-band .cf-tel-number:hover {
  color: var(--yellow);
  opacity: 1;
}
section.sec.documents.sec_link .documents__item {
  width: 47%;
}
@media screen and (max-width: 650px) {
  section.sec.documents.sec_link .documents__item {
    width: 100%;
  }
}
/*20251002追記修正*/
/* ===========================
   動画セクション（.f-movie）
   =========================== */
.f-movie {
  position: relative;
  background-color: var(--main);
  padding: 75px 0 200px; /* top / bottom を1行に集約 */
}
/* セクション上端のマスク波形（繰り返し） */
.f-movie::before {
  content: "";
  position: absolute;
  inset: auto 0 100%; /* 上端だけに出す：topは下で個別指定 */
  display: block;
  width: 100%;
  aspect-ratio: 3080 / 394;
  background-color: var(--main);
  z-index: 1;
  top: -2.6041666667vw;
  /* mask（ベンダー含め1セットに集約） */
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
}
/* テキストカード */
.f-movie .message__txt {
  width: 80%;
  margin: auto;
  padding: 60px;
  background-color: var(--white);
  border-radius: 20px;
  font-size: clamp(14px, 1.0416666667vw, 2rem);
  line-height: 2.5;
}
/* 動画ブロック（花の飾り） */
.f-movie .movie {
  position: relative;
}
.f-movie .movie::before {
  content: "";
  position: absolute;
  top: 0%;
  right: -7%;
  z-index: 1;
  display: block;
  width: 12%;
  aspect-ratio: 1;
  background: url(../img/flower03.png) no-repeat center / 100%;
  opacity: 0.5;
}
/* 動画用カード（白背景） */
.f-movie .movie .content {
  width: 80%;
  margin: auto;
  background-color: var(--white);
  border-radius: 20px;
  padding: 100px 60px; /* “movieは強め”のパディングに統一 */
}
/* 埋め込み動画 */
.f-movie .movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1091 / 614;
  margin: auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
/* サムネイル/解説リスト */
.f-movie .movie__content {
  width: 70%;
  margin: 0 auto 80px;
}
.f-movie .movie__list {
  display: flex;
  justify-content: space-between;
}
.f-movie .movie__item {
  width: 30%;
}
@media (max-width: 1024px) {
  .f-movie {
    padding-bottom: 100px;
  }
  .f-movie .movie {
    margin-bottom: 40px;
  }
  .f-movie .movie .title02 {
    margin-bottom: -30px;
  }
  .f-movie .movie .content, .f-movie .message__txt {
    width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
  .f-movie .movie iframe {
    border-radius: 5px;
  }
  .f-movie .movie__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .f-movie .movie__list {
    flex-direction: column;
  }
  .f-movie .movie__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ===========================
   インスタグラムセクション（.f-instagram）
   =========================== */
.f-instagram {
  position: relative;
  padding-bottom: 200px;
}
#sb_instagram .sbi_follow_btn a {
  background: rgb(251 187 203) !important;
  margin-top: 5em !important;
}
@media screen and (max-width: 1024px) {
  .f-instagram {
    padding-bottom: 100px;
  }
}
.f-instagram::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape03.png);
  mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-size: 30%;
  mask-size: 30%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  z-index: 1;
}
/* ===========================
   インスタグラムセクション（.f-instagram）
   =========================== */
.page-id-912 .sub-header-txt.sub-header-txt, .page-id-1989 .sub-header-txt.sub-header-txt {
    margin-top: 8em;
}
/* ===========================
   イベント投稿ページ
   =========================== */
/* リンクがある時だけ装飾（無い時はテキスト＝黒のまま） */
.place-link{
  color: var(--brand, #0b5ed7);
  text-decoration: underline;
  text-underline-offset: .2em;
  font-weight: 600;
}
.place-link::after{
  content: "↗";
  margin-left: .3em;
  font-size: .9em;
  opacity: .8;
}
