@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");
@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);
  }
}

.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;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.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(--txt);
  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-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);
  }
}
.title01.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.title02 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    font-size: clamp(12px, 1.8rem, 1.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
.title02::before, .title02::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;
}
.title02::after {
  left: unset;
  right: -35px;
}

.title03 {
  font-size: 3rem;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@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 {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url(../img/border-yellow.png);
  background-repeat: repeat-x;
  background-size: 130px;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .title03::before {
    bottom: -5px;
  }
}

.title04 {
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 40px;
  border-bottom: solid 3px var(--main);
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 20px;
  }
}
.title04.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.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 40px;
  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 1px var(--green);
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.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(--green);
}

.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.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-7 {
  background-color: var(--white) !important;
  margin-bottom: 30px;
  border: solid 1px #ddd !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-7 {
    margin-bottom: 15px;
  }
}
.tablepress.tablepress-id-7 thead th {
  background-color: var(--txt) !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: var(--white) !important;
}
.tablepress.tablepress-id-7 tbody td {
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--white) !important;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-7 tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-7 tbody td {
    display: block;
    width: 100%;
  }
}
.tablepress.tablepress-id-7 tbody td.column-1 {
  width: 5%;
  text-align: center;
}
.tablepress.tablepress-id-7 tbody td.column-2 {
  width: 15%;
}
.tablepress.tablepress-id-7 tbody td.column-3 {
  width: 15%;
}
.tablepress.tablepress-id-8 {
  background-color: #fef9e9 !important;
  margin-bottom: 30px;
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-8 {
    margin-bottom: 15px;
  }
}
.tablepress.tablepress-id-8 tbody td {
  background-color: var(--white) !important;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-8 tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress.tablepress-id-9 tbody td, .tablepress.tablepress-id-10 tbody td {
  color: var(--txt);
}
.tablepress.tablepress-id-12 {
  background-color: var(--white) !important;
  margin-bottom: 30px;
  border: solid 1px #ddd !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-12 {
    margin-bottom: 15px;
  }
}
.tablepress.tablepress-id-12 thead th {
  background-color: var(--light_green) !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: var(--main) !important;
}
.tablepress.tablepress-id-12 tbody td {
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--white) !important;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-12 tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress.tablepress-id-12 tbody td.column-1 {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-12 tbody td.column-1 {
    display: table-cell;
  }
}

.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-8 {
  text-align: left;
  background-color: var(--bg) !important;
  color: var(--txt);
  border: none !important;
}
.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 {
  position: relative;
  padding-bottom: 0vw;
  padding-top: 0;
}
.slider__wrap::before {
  content: "";
  display: block;
  aspect-ratio: 2574/1898;
  width: 70%;
  height: auto;
  -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(--yellow);
  position: absolute;
  right: -10%;
  top: 50%;
  z-index: -1;
}
.slider__wrap::after {
  content: "";
  display: block;
  aspect-ratio: 3080/700;
  -webkit-mask-image: url(../img/shape06.png);
          mask-image: url(../img/shape06.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);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.slider__wrap .deco {
  aspect-ratio: 1;
  position: absolute;
}
.slider__wrap .deco._01 {
  width: 23%;
  background-image: url(../img/tree06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 29%;
  left: -5%;
  z-index: 3;
}
.slider__wrap .deco._02 {
  width: 15%;
  background-image: url(../img/tree03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 3%;
  left: 15%;
  z-index: 3;
}
.slider__wrap .deco._03 {
  width: 15%;
  background-image: url(../img/kusa03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 6%;
  right: 2%;
  z-index: 3;
}
.slider__wrap .deco._bird {
  width: 3.5%;
  background-image: url(../img/bird02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 13%;
  right: 4%;
  z-index: 3;
  animation: step-rotate3 3.5s steps(1) infinite;
}
.slider__wrap .deco._04 {
  width: 10%;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0%;
  left: 2%;
  z-index: 1;
  animation: step-fluffy 7s steps(1) infinite;
}
.slider__wrap .deco._05 {
  width: 15%;
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0%;
  right: 2%;
  z-index: 1;
  animation: step-fluffy 9s steps(1) infinite;
}
@keyframes step-fluffy {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-10%, -4%, 0);
  }
  50% {
    transform: translate3d(-4%, 4%, 0);
  }
  75% {
    transform: translate3d(12%, 2%, 0);
  }
  100% {
    transform: translate3d(5%, -4%, 0);
  }
}
@keyframes step-rotate3 {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes step-rotate4 {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.slider__wrap .slider {
  width: 90%;
  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%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.slider__wrap .catch__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60%;
  left: 10%;
  z-index: 4;
}
.slider__wrap .catch__wrap .catch {
  position: absolute;
  left: 0;
  top: 0;
}
.slider__wrap .catch__wrap .catch p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5625vw;
  font-weight: bold;
  background-color: var(--white);
  color: var(--txt);
  padding: 10px 10px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch p {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch p {
    font-size: 3vw;
  }
}
.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-news {
  background-color: var(--main);
  position: relative;
  padding-top: 0;
  padding-bottom: 15.625vw;
  z-index: 5;
  margin-top: -1vw;
}
.f-news::before, .f-news::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-news::before {
  background-color: var(--yellow);
  bottom: -0.1vw;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .f-news::before {
    bottom: -0.5vw;
  }
}
.f-news::after {
  background-color: var(--bg);
  z-index: -1;
  transform: scale(-1, 1);
}
.f-news .title01 .ja,
.f-news .title01 .en {
  color: var(--white);
}
.f-news .news {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    margin-bottom: 40px;
  }
}
.f-news .news .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-news .news .deco._01 {
  width: 11%;
  background-image: url(../img/kikori01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -17%;
  right: -10%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-news .news .deco._01 {
    width: 15%;
    bottom: 0%;
  }
}
@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 .news-list01 {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 {
    padding: 20px;
  }
}
.f-news .news-list01 li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li {
    gap: unset;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
  .f-news .news-list01 li:last-of-type {
    border-bottom: none;
  }
}
.f-news .news-list01 li .date-cat {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li .date-cat {
    width: 100%;
    margin-bottom: 0px;
  }
}
.f-news .news-list01 li .date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li .date {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .news-list01 li .news-cat {
  margin-bottom: 0 !important;
}
.f-news .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) {
  .f-news .news-list01 li .news-txt a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .news-list01 li .news-txt a:hover {
  color: var(--main);
  opacity: 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(--yellow) !important;
}
.f-news #sb_instagram .sbi_follow_btn a span {
  color: var(--white) !important;
}
.f-news #sb_instagram .sbi_follow_btn a:hover {
  background-color: var(--white) !important;
  box-shadow: unset !important;
  color: var(--yellow) !important;
}
.f-news #sb_instagram .sbi_follow_btn a:hover span {
  color: var(--yellow) !important;
}

.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-introduction {
  background-color: var(--bg);
  padding-bottom: 10.4166666667vw;
  position: relative;
}
.f-introduction::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape11.png);
          mask-image: url(../img/shape11.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;
  background-color: var(--main);
  bottom: -0.1vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-introduction::before {
    bottom: -0.4vw;
  }
}
.f-introduction .box {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-introduction .box {
    flex-direction: row;
  }
}
.f-introduction .box .item {
  width: 47%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item {
    margin-bottom: 20px;
  }
}
.f-introduction .box .item.is-show:nth-of-type(1) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-introduction .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-introduction .box .item .name {
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item .name {
    font-size: 4vw;
  }
}
.f-introduction .box .item .name span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.f-introduction .box .item .img {
  aspect-ratio: 5/4;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item .img {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-introduction .box .item .img {
    margin-bottom: 10px;
  }
}
.f-introduction .box .item .img img {
  aspect-ratio: 5/4;
  height: auto;
  transition: all 0.3s;
}
.f-introduction .box .item:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.f-introduction .box .item._kindergarten .btn.btn01, .f-introduction .box .item._preschool .btn.btn01 {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.f-introduction .box .item._kindergarten:hover .name, .f-introduction .box .item._preschool:hover .name {
  color: var(--yellow);
}
.f-introduction .box .item._kindergarten:hover .name span, .f-introduction .box .item._preschool:hover .name span {
  color: var(--yellow);
}
.f-introduction .box .item._kindergarten:hover .btn.btn01, .f-introduction .box .item._preschool:hover .btn.btn01 {
  background-color: var(--white);
  color: var(--yellow);
}
.f-introduction .box .item._kindergarten:hover .btn-arrow, .f-introduction .box .item._preschool:hover .btn-arrow {
  fill: var(--yellow);
}

.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-box01 {
  margin-bottom: 40px;
}
.header-box-inner01 {
  width: 90%;
}
.header .logo {
  max-width: unset;
  aspect-ratio: 279/60;
  width: 14.53125vw;
  height: auto;
}
.header-nav_wrap {
  width: 80%;
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
}
.header .header-menu {
  background-color: unset;
  justify-content: end;
  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-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  color: var(--txt);
  white-space: nowrap;
  text-align: center;
  padding: 0 2.0833333333vw;
}
@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(--main);
}
.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;
  margin-left: auto;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.header-sub-box .g-nav-tel-pc a {
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  letter-spacing: 0.1em;
  border-right: none;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.header-sub-box .g-nav-tel-pc a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: auto;
}
.header-sub-box .g-nav-tel-pc a:hover {
  transform: scale(1.05);
  transition: all 0.3s;
  color: var(--main);
}
.header-sub-box .g-nav-tel-pc a:hover::before {
  background-image: url(../img/icon_tel_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.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 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
  display: block;
  background-image: url(../img/nav_btn_border_row-white.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-top: 0;
  padding-bottom: 10px;
  background-color: var(--main);
  border: solid 2px var(--main);
  border-top: none;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 20px;
  height: auto;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover {
  background-color: var(--white);
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a::before {
  background-image: url(../img/icon_mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover::before {
  background-image: url(../img/icon_mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header-sub-box .g-sub-nav02 .g-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;
  background-position: center center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-image: url(../img/icon_recruit-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.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(--yellow);
  background-color: var(--yellow);
  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 {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.fix_nav.scrolled {
  display: block;
}
.fix_nav.scrolled.is-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav.scrolled.is-hidden {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fix_nav .fix_nav_list li {
  width: 68px;
  height: 226px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li {
    width: 50%;
    height: 50px;
    margin-bottom: 0;
    padding: 0 5px;
  }
}
.fix_nav .fix_nav_list li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  writing-mode: vertical-lr;
  background-color: #fff;
  color: var(--yellow);
  font-weight: 700;
  background-image: url(../img/nav_btn_border-yellow.png);
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: center;
  background-position: center right;
  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;
    background-color: var(--yellow);
    color: var(--white);
    border: dotted 2px var(--white);
    border-bottom: unset;
    background-image: unset;
  }
}
.fix_nav .fix_nav_list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/icon_mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a::before {
    background-image: url(../img/icon_mail-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 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-image: url(../img/nav_btn_border-pink.png);
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: center;
  background-position: center right;
  color: var(--pink04);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(2) a {
    background-color: var(--pink04);
    color: var(--white);
    background-image: unset;
  }
}
.fix_nav .fix_nav_list li:nth-of-type(2) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon_site-pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(2) a::before {
    background-image: url(../img/icon_site-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.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;
  }
}

.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: 2rem;
}

.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 {
  background-image: url(../img/icon_mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  background-image: url(../img/icon_recruit-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}

.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-size: 3rem;
  font-weight: bold;
  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(odd) {
  position: relative;
  padding-bottom: 10.4166666667vw;
}
section.sec:nth-of-type(odd)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape11.png);
          mask-image: url(../img/shape11.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;
  bottom: -0.3vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section.sec:nth-of-type(odd)::before {
    bottom: -0.4vw;
  }
}
section.sec:nth-of-type(even) {
  position: relative;
  padding-bottom: 10.4166666667vw;
}
section.sec:nth-of-type(even)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape12.png);
          mask-image: url(../img/shape12.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;
  bottom: -0.3vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section.sec:nth-of-type(even)::before {
    bottom: -0.4vw;
  }
}
section.sec:first-of-type::before {
  background-color: var(--main);
}
section.sec:nth-of-type(2) {
  background-color: var(--main);
}
section.sec:nth-of-type(2)::before {
  background-color: var(--yellow);
}
section.sec:nth-of-type(2) .title01 .ja,
section.sec:nth-of-type(2) .title01 .en {
  color: var(--white);
}
section.sec:nth-of-type(3) {
  background-color: var(--yellow);
}
section.sec:nth-of-type(3) .title01 .ja,
section.sec:nth-of-type(3) .title01 .en {
  color: var(--white);
}
section.sec:nth-of-type(3)::before {
  background-color: var(--bg);
}
section.sec:nth-of-type(4) {
  background-color: var(--bg);
}
section.sec:nth-of-type(4)::before {
  background-color: var(--main);
}
section.sec:nth-of-type(5) {
  background-color: var(--main);
}
section.sec:nth-of-type(5)::before {
  background-color: var(--yellow);
}

.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;
}

.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%;
  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-size: 2.6rem;
  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.3rem, 1.3rem);
  }
}
@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;
}

.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 30px;
  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 15px;
  }
}
@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;
}

main.guide section.sec:nth-of-type(3)::before {
  background-color: var(--bg);
}
main.guide section.sec:nth-of-type(4) {
  background-color: var(--bg);
  padding-bottom: 15.625vw;
}
main.guide section.sec:nth-of-type(4) .title01 .ja,
main.guide section.sec:nth-of-type(4) .title01 .en {
  color: var(--txt);
}
main.guide section.sec:nth-of-type(4)::before {
  content: none;
}
main.guide .flow .com-flow02-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.guide .flow .com-flow02-list::before {
  content: "";
  display: block;
  width: 21%;
  order: 1;
}
main.guide .flow .com-flow02-list::after {
  content: "";
  display: block;
  width: 21%;
}
main.guide .flow .com-flow02-list li {
  width: 21%;
  position: relative;
  margin-bottom: 40px;
}
main.guide .flow .com-flow02-icon img {
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}
main.guide .flow .com-flow02-head h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--yellow);
  text-align: center;
  margin-bottom: 15px;
}
main.guide .flow .com-flow02-txt {
  background-color: var(--bg);
  font-size: 14px;
  font-weight: bold;
  color: var(--yellow);
  padding: 15px;
  margin-bottom: 0;
}
main.guide .flow .com-flow02-arrow {
  width: 20px;
  position: absolute;
  top: 30%;
  left: -17%;
  transform: translateY(-50%);
}
main.guide .flow .com-flow02-list li:first-of-type .com-flow02-arrow,
main.guide .flow .com-flow02-list li:nth-of-type(5) .com-flow02-arrow {
  display: none;
}
@media screen and (max-width: 1200px) {
  main.guide .flow .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  main.guide .flow .com-flow02-list li {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }
  main.guide .flow .com-flow02-head h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  main.guide .flow .com-flow02-txt {
    text-align: center;
  }
  main.guide .flow .com-flow02-icon img {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
  }
  main.guide .flow .com-flow02-arrow {
    width: 20px;
    top: -55px;
    left: 50%;
    transform: translateX(-70%) rotate(90deg);
  }
  main.guide .flow .com-flow02-list li:nth-of-type(5) .com-flow02-arrow {
    display: block;
  }
}
main.guide .flow .com-flow02-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.guide .flow .com-flow02-list::before {
  content: "";
  display: block;
  width: 21%;
  order: 1;
}
main.guide .flow .com-flow02-list::after {
  content: "";
  display: block;
  width: 21%;
}
main.guide .flow .com-flow02-list li {
  width: 21%;
  position: relative;
  margin-bottom: 40px;
}
main.guide .flow .com-flow02-icon img {
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}
main.guide .flow .com-flow02-head h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--yellow);
  text-align: center;
  margin-bottom: 15px;
}
main.guide .flow .com-flow02-txt {
  background-color: var(--bg);
  font-size: 14px;
  font-weight: bold;
  color: var(--yellow);
  padding: 15px;
  margin-bottom: 0;
}
main.guide .flow .com-flow02-arrow {
  width: 20px;
  position: absolute;
  top: 30%;
  left: -17%;
  transform: translateY(-50%);
}
main.guide .flow .com-flow02-list li:first-of-type .com-flow02-arrow,
main.guide .flow .com-flow02-list li:nth-of-type(5) .com-flow02-arrow {
  display: none;
}
@media screen and (max-width: 1200px) {
  main.guide .flow .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  main.guide .flow .com-flow02-list li {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }
  main.guide .flow .com-flow02-head h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  main.guide .flow .com-flow02-txt {
    text-align: center;
  }
  main.guide .flow .com-flow02-icon img {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
  }
  main.guide .flow .com-flow02-arrow {
    width: 20px;
    top: -55px;
    left: 50%;
    transform: translateX(-70%) rotate(90deg);
  }
  main.guide .flow .com-flow02-list li:nth-of-type(5) .com-flow02-arrow {
    display: block;
  }
}
main.guide .flow .flow__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.guide .flow .flow__list::before {
  content: "";
  display: block;
  width: 21%;
  order: 1;
}
main.guide .flow .flow__list::after {
  content: "";
  display: block;
  width: 21%;
}
main.guide .flow .flow__item {
  width: 21%;
  position: relative;
  margin-bottom: 40px;
}
main.guide .flow .img img {
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}
main.guide .flow .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--txt);
  text-align: center;
  margin-bottom: 15px;
}
main.guide .flow .txt {
  background-color: var(--bg_light);
  font-size: 14px;
  font-weight: bold;
  color: var(--txt);
  padding: 15px;
  margin-bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  main.guide .flow .txt {
    border-radius: 4px;
  }
}
main.guide .flow .com-flow02-arrow {
  width: 20px;
  position: absolute;
  top: 30%;
  left: -17%;
  transform: translateY(-50%);
}
main.guide .flow .com-flow02-arrow svg path {
  fill: var(--yellow);
}
main.guide .flow .flow__list li:first-of-type .com-flow02-arrow,
main.guide .flow .flow__list li:nth-of-type(5) .com-flow02-arrow {
  display: none;
}
@media screen and (max-width: 820px) {
  main.guide .flow .flow__item {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }
  main.guide .flow .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  main.guide .flow .txt {
    text-align: center;
  }
  main.guide .flow .img img {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
  }
  main.guide .flow .com-flow02-arrow {
    width: 20px;
    top: -55px;
    left: 50%;
    transform: translateX(-70%) rotate(90deg);
  }
  main.guide .flow .flow__list li:nth-of-type(5) .com-flow02-arrow {
    display: block;
  }
}
main.guide .tour .txt {
  font-size: 1.8rem;
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  main.guide .tour .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  main.guide .tour .txt {
    margin-bottom: 30px;
  }
}
main.guide .tour .table_content {
  width: 80%;
  background-color: var(--white);
  border-radius: 50px;
  padding: 50px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  main.guide .tour .table_content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .tour .table_content {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .tour .table_content {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .tour .table_content {
    margin-bottom: 20px;
  }
}
main.guide .faq__content {
  width: 80%;
  background-color: var(--white);
  border-radius: 50px;
  padding: 50px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content {
    margin-bottom: 20px;
  }
}
main.guide .faq__content .com-faq01-list li {
  margin-bottom: 10px;
}
main.guide .faq__content .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);
}
main.guide .faq__content .com-faq01-q:hover {
  opacity: 0.7;
  cursor: pointer;
}
main.guide .faq__content .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;
}
main.guide .faq__content .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;
}
main.guide .faq__content .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;
}
main.guide .faq__content .plus.active:before {
  transform: rotate(0deg);
}
@media screen and (max-width: 1200px) {
  main.guide .faq__content .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content .com-faq01-q,
  main.guide .faq__content .com-faq01-a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.4rem;
  }
  main.guide .faq__content .com-faq01-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
main.guide .faq__content .faq__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content .faq__item {
    margin-bottom: 5px;
  }
}
main.guide .faq__content ._q,
main.guide .faq__content ._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) {
  main.guide .faq__content ._q,
  main.guide .faq__content ._a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q,
  main.guide .faq__content ._a {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q,
  main.guide .faq__content ._a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q,
  main.guide .faq__content ._a {
    gap: 7.5px;
  }
}
main.guide .faq__content ._q::before,
main.guide .faq__content ._a::before {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q::before,
  main.guide .faq__content ._a::before {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q::before,
  main.guide .faq__content ._a::before {
    margin-top: -2px;
  }
}
main.guide .faq__content ._q {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--txt);
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.guide .faq__content ._q {
    padding-bottom: 5px;
  }
}
main.guide .faq__content ._q::before {
  content: "Q";
  color: var(--yellow);
}
main.guide .faq__content ._q:hover {
  opacity: 0.7;
  cursor: pointer;
}
main.guide .faq__content ._a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
}
main.guide .faq__content ._a::before {
  content: "A";
  color: var(--green);
}
main.guide .faq__content .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) {
  main.guide .faq__content .plus {
    right: 10px;
  }
}
main.guide .faq__content .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;
}
main.guide .faq__content .plus.active:before {
  transform: rotate(0deg);
}

main.kindergarten .sec.greeting,
main.preschool .sec.greeting {
  position: relative;
  padding-bottom: 10.4166666667vw;
}
main.kindergarten .sec.greeting::before,
main.preschool .sec.greeting::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape12.png);
          mask-image: url(../img/shape12.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;
  background-color: var(--main);
  bottom: -0.3vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting::before,
  main.preschool .sec.greeting::before {
    bottom: -0.4vw;
  }
}
main.kindergarten .sec.greeting .deco,
main.preschool .sec.greeting .deco {
  aspect-ratio: 1;
  position: absolute;
}
main.kindergarten .sec.greeting .deco._01,
main.preschool .sec.greeting .deco._01 {
  width: 11%;
  background-image: url(../img/kikori01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0%;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .deco._01,
  main.preschool .sec.greeting .deco._01 {
    width: 15%;
    bottom: 0%;
  }
}
main.kindergarten .sec.greeting .box,
main.preschool .sec.greeting .box {
  justify-content: space-between;
}
main.kindergarten .sec.greeting .item._txt,
main.preschool .sec.greeting .item._txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .item._txt,
  main.preschool .sec.greeting .item._txt {
    width: 100%;
  }
}
main.kindergarten .sec.greeting .item._txt .txt,
main.preschool .sec.greeting .item._txt .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .item._txt .txt,
  main.preschool .sec.greeting .item._txt .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
main.kindergarten .sec.greeting .item._img,
main.preschool .sec.greeting .item._img {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .item._img,
  main.preschool .sec.greeting .item._img {
    width: 100%;
  }
}
main.kindergarten .sec.greeting .item._img::before,
main.preschool .sec.greeting .item._img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 928/1091;
  -webkit-mask-image: url(../img/shape14.png);
          mask-image: url(../img/shape14.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(--yellow);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .item._img::before,
  main.preschool .sec.greeting .item._img::before {
    top: -5px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.greeting .item._img::before,
  main.preschool .sec.greeting .item._img::before {
    right: -5px;
  }
}
main.kindergarten .sec.greeting .item._img img,
main.preschool .sec.greeting .item._img img {
  aspect-ratio: 928/1091;
  -webkit-mask-image: url(../img/shape14.png);
          mask-image: url(../img/shape14.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.kindergarten .sec.features,
main.preschool .sec.features {
  background-color: var(--main);
  position: relative;
  padding-bottom: 10.4166666667vw;
}
main.kindergarten .sec.features::before,
main.preschool .sec.features::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape12.png);
          mask-image: url(../img/shape12.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;
  background-color: var(--yellow);
  bottom: -0.1vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features::before,
  main.preschool .sec.features::before {
    bottom: -0.4vw;
  }
}
main.kindergarten .sec.features .title01 .ja,
main.kindergarten .sec.features .title01 .en,
main.preschool .sec.features .title01 .ja,
main.preschool .sec.features .title01 .en {
  color: var(--white);
}
main.kindergarten .sec.features .features__list,
main.preschool .sec.features .features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
main.kindergarten .sec.features .features__item,
main.preschool .sec.features .features__item {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features .features__item,
  main.preschool .sec.features .features__item {
    margin-bottom: 20px;
  }
}
main.kindergarten .sec.features .features__item .img,
main.preschool .sec.features .features__item .img {
  position: relative;
  z-index: 2;
}
main.kindergarten .sec.features .features__item .img img,
main.preschool .sec.features .features__item .img img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 80%;
  height: auto;
  margin: auto;
}
main.kindergarten .sec.features .features__item .content,
main.preschool .sec.features .features__item .content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  padding-top: 60px;
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features .features__item .content,
  main.preschool .sec.features .features__item .content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features .features__item .content,
  main.preschool .sec.features .features__item .content {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features .features__item .content,
  main.preschool .sec.features .features__item .content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.features .features__item .content,
  main.preschool .sec.features .features__item .content {
    margin-top: -15px;
  }
}
main.kindergarten .sec.features .features__item .content .title,
main.preschool .sec.features .features__item .content .title {
  font-size: 1.0416666667vw;
  font-weight: 700;
  text-align: center;
}
main.kindergarten .sec.life,
main.preschool .sec.life {
  background-color: var(--yellow);
  position: relative;
  padding-bottom: 10.4166666667vw;
}
main.kindergarten .sec.life::before,
main.preschool .sec.life::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape11.png);
          mask-image: url(../img/shape11.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;
  background-color: var(--bg);
  bottom: -0.1vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life::before,
  main.preschool .sec.life::before {
    bottom: -0.4vw;
  }
}
main.kindergarten .sec.life .title01 .ja,
main.kindergarten .sec.life .title01 .en,
main.preschool .sec.life .title01 .ja,
main.preschool .sec.life .title01 .en {
  color: var(--white);
}
main.kindergarten .sec.life .tab-panel-b .tab.is-active, main.kindergarten .sec.life .tab-panel-b .tab:hover,
main.preschool .sec.life .tab-panel-b .tab.is-active,
main.preschool .sec.life .tab-panel-b .tab:hover {
  background-color: var(--txt);
}
main.kindergarten .sec.life .tab-panel-b .panel-inner,
main.preschool .sec.life .tab-panel-b .panel-inner {
  background-color: var(--white);
}
main.kindergarten .sec.life .event__list,
main.preschool .sec.life .event__list {
  display: flex;
  flex-wrap: wrap;
}
main.kindergarten .sec.life .event__item,
main.preschool .sec.life .event__item {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life .event__item,
  main.preschool .sec.life .event__item {
    padding: 20px;
  }
}
main.kindergarten .sec.life .event__item .season,
main.preschool .sec.life .event__item .season {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: var(--yellow);
  border-bottom: 3px solid var(--yellow);
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life .event__item .season,
  main.preschool .sec.life .event__item .season {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
main.kindergarten .sec.life .event__item .img,
main.preschool .sec.life .event__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life .event__item .img,
  main.preschool .sec.life .event__item .img {
    margin-bottom: 10px;
  }
}
main.kindergarten .sec.life .event__item .img img,
main.preschool .sec.life .event__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life .event__item .img img,
  main.preschool .sec.life .event__item .img img {
    border-radius: 10px;
  }
}
main.kindergarten .sec.life .event__item .title,
main.preschool .sec.life .event__item .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.life .event__item .title,
  main.preschool .sec.life .event__item .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
main.kindergarten .sec.extended,
main.preschool .sec.extended {
  position: relative;
  padding-bottom: 10.4166666667vw;
  background-color: var(--bg);
}
main.kindergarten .sec.extended::before,
main.preschool .sec.extended::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/shape11.png);
          mask-image: url(../img/shape11.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;
  background-color: var(--main);
  bottom: -0.3vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended::before,
  main.preschool .sec.extended::before {
    bottom: -0.4vw;
  }
}
main.kindergarten .sec.extended .box,
main.preschool .sec.extended .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended .box,
  main.preschool .sec.extended .box {
    margin-bottom: 40px;
  }
}
main.kindergarten .sec.extended .box .item._txt,
main.preschool .sec.extended .box .item._txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended .box .item._txt,
  main.preschool .sec.extended .box .item._txt {
    width: 100%;
  }
}
main.kindergarten .sec.extended .box .item._txt .txt,
main.preschool .sec.extended .box .item._txt .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended .box .item._txt .txt,
  main.preschool .sec.extended .box .item._txt .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
main.kindergarten .sec.extended .box .item._img,
main.preschool .sec.extended .box .item._img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended .box .item._img,
  main.preschool .sec.extended .box .item._img {
    width: 100%;
  }
}
main.kindergarten .sec.extended .box .item._img img,
main.preschool .sec.extended .box .item._img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.extended .box .item._img img,
  main.preschool .sec.extended .box .item._img img {
    border-radius: 10px;
  }
}
main.kindergarten .sec.gallery,
main.preschool .sec.gallery {
  background-color: var(--main);
  padding-bottom: 15.625vw;
}
main.kindergarten .sec.gallery .title01 .ja,
main.kindergarten .sec.gallery .title01 .en,
main.preschool .sec.gallery .title01 .ja,
main.preschool .sec.gallery .title01 .en {
  color: var(--white);
}
main.kindergarten .sec.gallery .gallery__list,
main.preschool .sec.gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
main.kindergarten .sec.gallery .gallery__item,
main.preschool .sec.gallery .gallery__item {
  width: 20%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item,
  main.preschool .sec.gallery .gallery__item {
    margin-bottom: 10px;
  }
}
main.kindergarten .sec.gallery .gallery__item a,
main.preschool .sec.gallery .gallery__item a {
  border-radius: 10px;
  padding: 10px;
  background-color: var(--white);
  display: block;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item a,
  main.preschool .sec.gallery .gallery__item a {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item a,
  main.preschool .sec.gallery .gallery__item a {
    padding: 5px;
  }
}
main.kindergarten .sec.gallery .gallery__item img,
main.preschool .sec.gallery .gallery__item img {
  aspect-ratio: 1;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item img,
  main.preschool .sec.gallery .gallery__item img {
    border-radius: 3px;
  }
}
main.kindergarten .sec.gallery .gallery__item p,
main.preschool .sec.gallery .gallery__item p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item p,
  main.preschool .sec.gallery .gallery__item p {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.gallery .gallery__item p,
  main.preschool .sec.gallery .gallery__item p {
    margin-top: 5px;
  }
}
main.kindergarten .sec.class,
main.preschool .sec.class {
  background-color: var(--main);
  padding-bottom: 13.0208333333vw;
}
main.kindergarten .sec.class .title01 .ja,
main.kindergarten .sec.class .title01 .en,
main.preschool .sec.class .title01 .ja,
main.preschool .sec.class .title01 .en {
  color: var(--white);
}
main.kindergarten .sec.class .class__item,
main.preschool .sec.class .class__item {
  background-color: var(--white);
  border-radius: 60px;
  padding: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item,
  main.preschool .sec.class .class__item {
    border-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item,
  main.preschool .sec.class .class__item {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item,
  main.preschool .sec.class .class__item {
    margin-bottom: 30px;
  }
}
main.kindergarten .sec.class .class__item .name,
main.preschool .sec.class .class__item .name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--txt);
  border-bottom: 3px solid var(--txt);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .name,
  main.preschool .sec.class .class__item .name {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .name,
  main.preschool .sec.class .class__item .name {
    margin-bottom: 30px;
  }
}
main.kindergarten .sec.class .class__item .name::before,
main.preschool .sec.class .class__item .name::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-position: center;
  width: 40px;
  height: auto;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .name::before,
  main.preschool .sec.class .class__item .name::before {
    width: 20px;
  }
}
main.kindergarten .sec.class .class__item .txt,
main.preschool .sec.class .class__item .txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .txt,
  main.preschool .sec.class .class__item .txt {
    margin-bottom: 30px;
  }
}
main.kindergarten .sec.class .class__item .pdf_dl,
main.preschool .sec.class .class__item .pdf_dl {
  display: flex;
  gap: 16px;
  background-color: var(--yellow);
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 30px;
  margin: auto;
  margin-bottom: 60px;
  border: solid 2px var(--yellow);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .pdf_dl,
  main.preschool .sec.class .class__item .pdf_dl {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .pdf_dl,
  main.preschool .sec.class .class__item .pdf_dl {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .pdf_dl,
  main.preschool .sec.class .class__item .pdf_dl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .pdf_dl,
  main.preschool .sec.class .class__item .pdf_dl {
    border-radius: 5px;
  }
}
main.kindergarten .sec.class .class__item .pdf_dl::before,
main.preschool .sec.class .class__item .pdf_dl::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_file-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .pdf_dl::before,
  main.preschool .sec.class .class__item .pdf_dl::before {
    width: 8px;
  }
}
main.kindergarten .sec.class .class__item .pdf_dl .btn-arrow,
main.preschool .sec.class .class__item .pdf_dl .btn-arrow {
  width: 10px;
}
main.kindergarten .sec.class .class__item .pdf_dl .btn-arrow path,
main.preschool .sec.class .class__item .pdf_dl .btn-arrow path {
  fill: var(--white);
}
main.kindergarten .sec.class .class__item .pdf_dl:hover,
main.preschool .sec.class .class__item .pdf_dl:hover {
  background-color: var(--white);
  color: var(--yellow);
}
main.kindergarten .sec.class .class__item .pdf_dl:hover::before,
main.preschool .sec.class .class__item .pdf_dl:hover::before {
  background-image: url(../img/icon_file-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
main.kindergarten .sec.class .class__item .pdf_dl:hover .btn-arrow path,
main.preschool .sec.class .class__item .pdf_dl:hover .btn-arrow path {
  fill: var(--yellow);
}
main.kindergarten .sec.class .class__item .table_content,
main.preschool .sec.class .class__item .table_content {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .table_content,
  main.preschool .sec.class .class__item .table_content {
    margin-bottom: 30px;
  }
}
main.kindergarten .sec.class .class__item .purpose .txt,
main.preschool .sec.class .class__item .purpose .txt {
  border: dotted 3px var(--txt);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .purpose .txt,
  main.preschool .sec.class .class__item .purpose .txt {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .purpose .txt,
  main.preschool .sec.class .class__item .purpose .txt {
    padding: 10px;
  }
}
main.kindergarten .sec.class .class__item .schedule__list,
main.preschool .sec.class .class__item .schedule__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__list,
  main.preschool .sec.class .class__item .schedule__list {
    flex-wrap: wrap;
  }
}
main.kindergarten .sec.class .class__item .schedule__item,
main.preschool .sec.class .class__item .schedule__item {
  width: 30%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: solid 1px #ddd;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item,
  main.preschool .sec.class .class__item .schedule__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item,
  main.preschool .sec.class .class__item .schedule__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item,
  main.preschool .sec.class .class__item .schedule__item {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item,
  main.preschool .sec.class .class__item .schedule__item {
    margin-bottom: 15px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .img,
main.preschool .sec.class .class__item .schedule__item a .img {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .img,
  main.preschool .sec.class .class__item .schedule__item a .img {
    margin-bottom: 15px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .img img,
main.preschool .sec.class .class__item .schedule__item a .img img {
  transform: scale(1);
  transition: all 0.3s;
}
main.kindergarten .sec.class .class__item .schedule__item a .title,
main.preschool .sec.class .class__item .schedule__item a .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .title,
  main.preschool .sec.class .class__item .schedule__item a .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .datail__list,
main.preschool .sec.class .class__item .schedule__item a .datail__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .datail__list,
  main.preschool .sec.class .class__item .schedule__item a .datail__list {
    margin-bottom: 15px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .datail__item .name,
main.preschool .sec.class .class__item .schedule__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.kindergarten .sec.class .class__item .schedule__item a .datail__item .name,
  main.preschool .sec.class .class__item .schedule__item a .datail__item .name {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .datail__item .name,
  main.preschool .sec.class .class__item .schedule__item a .datail__item .name {
    border-radius: 3px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .datail__item .name::before,
main.preschool .sec.class .class__item .schedule__item a .datail__item .name::before {
  content: none;
}
main.kindergarten .sec.class .class__item .schedule__item a .datail__item .date,
main.preschool .sec.class .class__item .schedule__item a .datail__item .date {
  font-weight: 700;
  text-align: center;
}
main.kindergarten .sec.class .class__item .schedule__item a .btn.btn01,
main.preschool .sec.class .class__item .schedule__item a .btn.btn01 {
  background-color: var(--white);
  border: solid 2px var(--yellow);
  color: var(--yellow);
  aspect-ratio: unset;
  padding: 10px 30px;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .btn.btn01,
  main.preschool .sec.class .class__item .schedule__item a .btn.btn01 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .btn.btn01,
  main.preschool .sec.class .class__item .schedule__item a .btn.btn01 {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .btn.btn01,
  main.preschool .sec.class .class__item .schedule__item a .btn.btn01 {
    margin-top: 20px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .btn.btn01 .btn-arrow,
main.preschool .sec.class .class__item .schedule__item a .btn.btn01 .btn-arrow {
  width: 6px;
  fill: var(--yellow);
}
main.kindergarten .sec.class .class__item .schedule__item a .alert,
main.preschool .sec.class .class__item .schedule__item a .alert {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f50233;
  width: 100%;
  padding: 10px 0px;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .alert,
  main.preschool .sec.class .class__item .schedule__item a .alert {
    padding: 5px 0px;
  }
}
main.kindergarten .sec.class .class__item .schedule__item a .alert .txt,
main.preschool .sec.class .class__item .schedule__item a .alert .txt {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  main.kindergarten .sec.class .class__item .schedule__item a .alert .txt,
  main.preschool .sec.class .class__item .schedule__item a .alert .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
main.kindergarten .sec.class .class__item .schedule__item a:hover .img img,
main.preschool .sec.class .class__item .schedule__item a:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
main.kindergarten .sec.class .class__item .schedule__item a:hover .btn.btn01,
main.preschool .sec.class .class__item .schedule__item a:hover .btn.btn01 {
  background-color: var(--yellow);
  color: var(--white);
}
main.kindergarten .sec.class .class__item .schedule__item a:hover .btn.btn01 .btn-arrow,
main.preschool .sec.class .class__item .schedule__item a:hover .btn.btn01 .btn-arrow {
  fill: var(--white);
}
main.kindergarten .sec.class .class__item:first-of-type .name::before,
main.preschool .sec.class .class__item:first-of-type .name::before {
  background-image: url(../img/tsukushi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}
main.kindergarten .sec.class .class__item:last-of-type .name::before,
main.preschool .sec.class .class__item:last-of-type .name::before {
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}

main.preschool .sec.greeting .txt {
  background: var(--bg_light);
  padding: 60px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.preschool .sec.greeting .txt {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main.preschool .sec.greeting .txt {
    border-radius: 15px;
  }
}
main.preschool .sec.greeting .txt::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: dotted 3px var(--txt);
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.preschool .sec.greeting .txt::before {
    border-radius: 10px;
  }
}

.recruit .feature {
  padding-top: 0;
}
.recruit .feature__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .recruit .feature__list {
    flex-direction: column;
  }
}
.recruit .feature__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .recruit .feature__item {
    width: 100%;
  }
}
.recruit .feature__item .img {
  width: 70%;
  aspect-ratio: 1;
  border: dotted 3px var(--main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.recruit .feature__item .img img {
  width: 50%;
}
.recruit .feature__item .title {
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  margin-top: -16px;
  padding: 10px 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .feature__item .title {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .feature__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .feature__item .title {
    margin-top: -8px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .feature__item .title {
    padding: 5px 5px;
  }
}
.recruit .recruitment {
  padding-bottom: 15.625vw;
}
@media screen and (max-width: 1024px) {
  .recruit .recruitment {
    padding-bottom: 30vw;
  }
}
.recruit .recruitment .title_en .en {
  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);
  color: var(--green);
  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;
}
.post-categories li a.news {
  background-color: var(--yellow);
  border: solid 1px var(--yellow);
}
.post-categories li a.news:hover {
  background-color: #fff;
  color: var(--yellow);
}
.post-categories li a.lunch {
  background-color: var(--green);
  border: solid 1px var(--green);
}
.post-categories li a.lunch:hover {
  background-color: #fff;
  color: var(--green);
}
.post-categories li a.childcare {
  background-color: var(--blue);
  border: solid 1px var(--blue);
}
.post-categories li a.childcare:hover {
  background-color: #fff;
  color: var(--blue);
}
.post-categories li a.column {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
.post-categories li a.column:hover {
  background-color: #fff;
  color: var(--pink);
}

.single-info-title {
  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-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-article h2 {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.single-info-article h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-article h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.sidebar h3 {
  font-size: 2rem;
  font-weight: 700;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sidebar h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.recruit-single {
  padding-bottom: 15.625vw;
}
@media screen and (max-width: 1024px) {
  .recruit-single {
    padding-bottom: 30vw;
  }
}
.recruit-single .recruit-single-title {
  font-size: 2.4rem;
  font-weight: 700;
  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 {
  color: var(--main);
  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-time-cat a,
.single-info-date-cat a {
  background-color: var(--main);
  border: solid 1px var(--main);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.archive-time-cat a:hover,
.single-info-date-cat a:hover {
  background-color: var(--main);
  color: var(--white);
}
.archive-time-cat span a,
.single-info-date-cat span a {
  background-color: var(--main);
  border: solid 1px var(--main);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.archive-time-cat span a:hover,
.single-info-date-cat span a:hover {
  background-color: var(--main);
  color: var(--white);
}

.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-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;
}
.footer::before, .footer::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.3958333333vw;
}
@media screen and (max-width: 1024px) {
  .footer::before, .footer::after {
    top: -9vw;
  }
}
.footer::before {
  background-color: var(--main);
  z-index: 1;
}
.footer::after {
  background-color: var(--yellow);
  z-index: 0;
  transform: scale(-1, 1);
}
.footer-inner {
  position: relative;
  z-index: 3;
}
.footer-logo-address {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .footer-logo-address {
    width: 100%;
  }
}
.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__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;
}