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

@media screen and (max-width: 1024px) {
  #page-top {
    bottom: 65px;
  }
}

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

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

.less_1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .less_1300 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .less_1300 {
    display: none;
  }
}

main.panelactive {
  display: none;
}

#mobile-nav {
  display: none;
}
#mobile-nav.panelactive {
  display: block;
}

@keyframes poyoyon {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.para_wrap {
  position: relative;
}
.para_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  z-index: -1;
}

.para {
  width: 100%;
  aspect-ratio: 2675/1326;
  -webkit-mask-image: url(../img/mask.png);
          mask-image: url(../img/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: transparent;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .para {
    aspect-ratio: 2;
    background-attachment: unset;
  }
}
.para::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.para._01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .para._01 {
    background-attachment: unset;
  }
}
.para._01::after {
  background-image: url(../img/wave_blue.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center;
  transform: scale(1, -1);
}
.para._02 {
  background: url(../img/para_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._02 {
    background-attachment: unset;
  }
}
.para._02::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  z-index: 3;
  transform: scale(1, -1);
}
.para._03 {
  background: url(../img/para_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._03 {
    background-attachment: unset;
    aspect-ratio: 1.5;
  }
}
.para_img {
  aspect-ratio: 3;
}
@media screen and (max-width: 1024px) {
  .para_img {
    aspect-ratio: 2;
  }
}

.title01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 20px;
  }
}
.title01 .en {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--main);
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.title01 .ja {
  display: block;
  font-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;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
.title02::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(to right, #f97930 0px, #f97930 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
.title02 .ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--yellow);
  display: block;
  text-align: center;
  background-color: var(--white);
  padding: 0px 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    padding: 0px 10px;
  }
}

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

.btn:hover {
  cursor: pointer;
}
.btn.btn01 {
  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: var(--main);
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    padding: 3px;
  }
}
.btn.btn01::before {
  content: "";
  display: block;
  aspect-ratio: 640/124;
  background-image: url(../img/btn_border-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 95%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.btn.btn01:hover {
  color: var(--yellow);
  background-color: var(--white);
}

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;
}
.tablepress thead th {
  color: var(--main) !important;
  color: #fff !important;
  background-color: var(--bg_green02) !important;
  background-color: var(--main) !important;
  border-right: 1px solid #ddd !important;
  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 td {
  font-size: 1.6rem;
  border-right: 1px solid #ddd !important;
}
@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(--main);
  color: var(--white);
}
@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;
  }
}
.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-11, .tablepress.tablepress-id-17 {
  background-color: var(--white) !important;
  margin-bottom: 30px;
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11, .tablepress.tablepress-id-17 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11, .tablepress.tablepress-id-17 {
    border: solid 1px #ddd !important;
  }
}
.tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
  border-bottom: solid 1px #ddd !important;
  border-right: none !important;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--white) !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
    display: block;
    width: 100%;
  }
}
.tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--white) !important;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
    display: block;
    width: 100%;
    background-color: var(--main) !important;
    color: var(--white);
  }
}

.tablepress-table-name {
  background-color: unset;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@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: 30px;
  }
}
.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;
  border: solid 1px var(--main);
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
@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, .tablepress-table-description.tablepress-table-description-id-9 {
  text-align: left;
}

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: 10.4166666667vw;
}
.slider__wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3320/654;
  -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(--main);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -1vw;
  z-index: 1;
}
.slider__wrap::after {
  content: "";
  display: block;
  aspect-ratio: 3424/784;
  -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(--pink04);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.slider__wrap .deco {
  aspect-ratio: 1;
  position: absolute;
}
.slider__wrap .deco._01 {
  width: 10%;
  background-image: url(../img/tree01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  left: 10%;
  z-index: 1;
  opacity: 0;
}
.slider__wrap .deco._02 {
  width: 10%;
  background-image: url(../img/tree03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 10%;
  left: 1%;
  z-index: 1;
  opacity: 0;
}
.slider__wrap .catch__wrap {
  position: absolute;
  top: 70%;
  right: 11%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap {
    top: 90%;
    right: 5%;
  }
}
.slider__wrap .catch__wrap .catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  font-size: 2.0833333333vw;
  letter-spacing: 0.18em;
  color: var(--white);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.slider__wrap .catch__wrap .catch span {
  display: inline-block;
  letter-spacing: 0.25em;
  line-height: 1;
}
.slider__wrap .catch__wrap .catch span.bg {
  background-color: var(--white);
  color: var(--main);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  font-size: 2.0833333333vw;
  padding: 10px 10px;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span.bg {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span.bg {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span.bg {
    border-radius: 12.5px;
  }
}
.slider__wrap .catch__wrap .catch span.f_l {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  font-size: 3.125vw;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span.f_l {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.slider__wrap.load_completion .deco._01 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.slider__wrap.load_completion .deco._02 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.slider__wrap.load_completion .slider {
  animation-name: fadeUpAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.slider__wrap.load_completion .catch__wrap .catch {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

body {
  position: relative;
}
body::before {
  content: "";
  display: block;
  aspect-ratio: 820/486;
  background-image: url(../img/header_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 42.7083333333vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body::after {
  content: "";
  display: block;
  aspect-ratio: 399/407;
  background-image: url(../img/header_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20.78125vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

iframe {
  width: 100%;
}

.f-parent .bnr {
  aspect-ratio: 3 !important;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr {
    flex-direction: column;
  }
}
.f-parent .bnr::after {
  content: "";
  display: block;
  background-image: url(../img/icon-arrow-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr::after {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr::after {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr::after {
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .f-parent .bnr::after {
    right: 15px;
  }
}
.f-parent .bnr .img {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr .img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr .img {
    margin-bottom: 0;
  }
}
.f-parent .bnr .img img {
  aspect-ratio: 3/2;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr .img img {
    aspect-ratio: 2;
    width: 100%;
    height: auto;
  }
}
.f-parent .bnr .content {
  width: 50%;
  background-color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr .content {
    width: 100%;
  }
}
.f-parent .bnr .content .title01 .en {
  color: var(--white);
}
.f-parent .bnr .content .title01 .ja {
  color: var(--white);
}
.f-parent .bnr .content .note {
  background-color: var(--white);
  padding: 10px 30px;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .f-parent .bnr .content .note {
    padding: 5px 15px;
  }
}
.f-parent .bnr:hover::after {
  background-image: url(../img/icon-arrow-orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-parent .bnr:hover .img img {
  opacity: 0.8;
  transition: all 0.3s;
}
.f-parent .bnr:hover .content {
  background-color: var(--light);
  transition: all 0.3s;
}
.f-parent .bnr:hover .content .title01 .en {
  color: var(--main);
}
.f-parent .bnr:hover .content .title01 .ja {
  color: var(--main);
}
.f-parent .bnr:hover .content .note {
  background-color: var(--main);
  color: var(--white);
}

.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-bottom: 23.9583333333vw;
}
@media screen and (max-width: 1024px) {
  .f-news {
    padding-top: 100px;
  }
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 1027/235;
  -webkit-mask-image: url(../img/shape02-white.png);
          mask-image: url(../img/shape02-white.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);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -1vw;
  z-index: 1;
}
.f-news .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-news .deco._01 {
  width: 10%;
  background-image: url(../img/tree03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 10%;
  right: 10%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-news .deco._01 {
    width: 15%;
    bottom: 0%;
  }
}
.f-news .deco._02 {
  width: 10%;
  background-image: url(../img/tree04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 15%;
  right: 1%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-news .deco._02 {
    width: 15%;
    bottom: 3%;
  }
}
.f-news .title01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.f-news .title01 .en,
.f-news .title01 .ja {
  color: var(--white);
}
.f-news .news {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    flex-direction: column;
  }
}
.f-news .news .titleArea {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    padding-bottom: 30px;
  }
}
.f-news .news .content {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .f-news .news .content {
    width: 100%;
  }
}
.f-news .news .btn01 {
  background-color: var(--white);
  color: var(--yellow);
}
.f-news .news .btn01::before {
  background-image: url(../img/btn_border-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-news .news .btn01:hover {
  background-color: var(--yellow);
  color: var(--white);
}
.f-news .news .btn01:hover::before {
  background-image: url(../img/btn_border-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.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-weight: 700;
  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-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 {
  border: solid 1px var(--main) !important;
  background-color: var(--white) !important;
  box-shadow: unset !important;
  color: var(--main) !important;
}
.f-news #sb_instagram .sbi_follow_btn a:hover span {
  color: var(--main) !important;
}

.f-greeting {
  padding-top: 0;
  padding-bottom: 13.0208333333vw;
  position: relative;
}
.f-greeting::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/shape03.png);
          mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 60%;
          mask-size: 60%;
  background-color: var(--main);
  width: 100%;
  height: 7.8125vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.f-greeting .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-greeting .deco._01 {
  width: 5%;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -10%;
  left: 5%;
  z-index: 1;
  transform: rotate(15deg);
  animation: yurari 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .f-greeting .deco._01 {
    width: 8%;
    top: -3%;
  }
}
.f-greeting .deco._02 {
  width: 3%;
  background-image: url(../img/leaf01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -5%;
  left: 10%;
  z-index: 1;
  animation: yurari 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .f-greeting .deco._02 {
    width: 5%;
    top: 0%;
  }
}
.f-greeting .greeting {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting {
    margin-bottom: 40px;
  }
}
.f-greeting .greeting .title01 {
  display: flex;
  flex-direction: row-reverse;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .title01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .title01 {
    margin: auto;
    margin-bottom: 20px;
  }
}
.f-greeting .greeting .title01 .ja,
.f-greeting .greeting .title01 .en {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .title01 .ja,
  .f-greeting .greeting .title01 .en {
    writing-mode: unset;
  }
}
.f-greeting .greeting .title01 .en {
  margin-top: 0;
}
.f-greeting .greeting .box {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box {
    margin: auto;
  }
}
.f-greeting .greeting .box .item {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item {
    width: 100%;
  }
}
.f-greeting .greeting .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-greeting .greeting .box .item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-greeting .greeting .box .item .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item .txt {
    margin-bottom: 30px;
  }
}
.f-greeting .greeting .box .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url(../img/frame_bg);
          mask-image: url(../img/frame_bg);
  -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);
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting .box .item .img {
    width: 60%;
    margin: auto;
  }
}
.f-greeting .greeting .box .item .img::before {
  content: "";
  display: block;
  aspect-ratio: 1089/1091;
  background-image: url(../img/frame_border-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 90%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.f-greeting .greeting .box .item .img img {
  width: auto;
  height: 74%;
}
.f-greeting .movie {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .movie {
    margin-bottom: 40px;
  }
}
.f-greeting .movie .deco {
  aspect-ratio: 1;
  position: absolute;
  animation: yurari 2s ease-in-out infinite alternate;
}
.f-greeting .movie .deco._03 {
  width: 8%;
  background-image: url(../img/leaf02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 5%;
  right: -5%;
  z-index: 1;
}
.f-greeting .movie .deco._04 {
  width: 5%;
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 5%;
  left: -5%;
  z-index: 1;
}
.f-greeting .movie__content {
  width: 80%;
  height: auto;
  aspect-ratio: 1234/808;
  padding: 40px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .f-greeting .movie__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .movie__content {
    padding: 20px;
  }
}
.f-greeting .movie__content iframe {
  display: block;
  position: relative;
  z-index: 2;
  aspect-ratio: 1234/808;
  width: 100%;
  height: auto;
  border-radius: 6.25vw;
}
.f-greeting .require {
  position: relative;
}
.f-greeting .require .deco {
  aspect-ratio: 1;
  position: absolute;
  animation: yurari 2s ease-in-out infinite alternate;
}
.f-greeting .require .deco._05 {
  width: 5%;
  background-image: url(../img/chow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0%;
  right: 0%;
  z-index: 1;
}
.f-greeting .require__list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__list {
    width: 100%;
  }
}
.f-greeting .require__item {
  aspect-ratio: 288/305;
  width: 30%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url(../img/frame03_bg);
          mask-image: url(../img/frame03_bg);
  -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);
}
.f-greeting .require__item.is-show:nth-of-type(1) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-greeting .require__item.is-show:nth-of-type(2) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-greeting .require__item.is-show:nth-of-type(3) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-greeting .require__item.is-show:nth-of-type(4) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-greeting .require__item.is-show:nth-of-type(5) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-greeting .require__item .txt {
  color: var(--white);
  font-weight: 700;
  font-size: 1.8229166667vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 16%;
}
@media screen and (max-width: 1024px) {
  .f-greeting .require__item .txt {
    font-size: 3.5vw;
  }
}
.f-greeting .require__item:nth-of-type(even) {
  background-color: var(--orange);
  margin-top: 20px;
}

.f-workplace {
  background-color: var(--main);
  position: relative;
  padding-bottom: 23.9583333333vw;
}
@media screen and (max-width: 1024px) {
  .f-workplace {
    padding-top: 100px;
  }
}
.f-workplace::before {
  content: "";
  display: block;
  aspect-ratio: 3320/654;
  -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);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -1vw;
  z-index: 1;
}
.f-workplace .deco {
  aspect-ratio: 1;
  position: absolute;
  opacity: 0.3;
}
.f-workplace .deco._06 {
  width: 10%;
  background-image: url(../img/white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1%;
  left: 2%;
  z-index: 1;
}
.f-workplace .title01 .en,
.f-workplace .title01 .ja {
  color: var(--white);
}
.f-workplace .workplace {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace {
    margin-bottom: 40px;
  }
}
.f-workplace .workplace__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__list {
    flex-direction: column;
  }
}
.f-workplace .workplace__item {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item {
    margin-bottom: 30px;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(1) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(2) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(3) {
  animation-delay: 0.9s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(4) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(5) {
  animation-delay: 1.5s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(6) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(7) {
  animation-delay: 2.1s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(8) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(9) {
  animation-delay: 2.7s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item.is-show:nth-of-type(10) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-workplace .workplace__item .img {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url(../img/frame_bg);
          mask-image: url(../img/frame_bg);
  -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);
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item .img {
    width: 40%;
  }
}
.f-workplace .workplace__item .img::before {
  content: "";
  display: block;
  aspect-ratio: 1089/1091;
  background-image: url(../img/frame_border-main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 90%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.f-workplace .workplace__item .img img {
  width: auto;
  height: 40%;
}
.f-workplace .workplace__item .title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item .title {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.f-workplace .workplace__item .title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item .title span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-workplace .workplace__item .txt {
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-workplace .workplace__item .txt {
    text-align: center;
  }
}
.f-workplace .voice {
  position: relative;
}
.f-workplace .voice .deco {
  aspect-ratio: 1;
  position: absolute;
  opacity: 0.3;
}
.f-workplace .voice .deco._07 {
  width: 15%;
  background-image: url(../img/white04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1%;
  right: -10%;
  z-index: 1;
}
.f-workplace .voice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item {
    margin-bottom: 30px;
  }
}
.f-workplace .voice__item .imgArea {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item .imgArea {
    width: 100%;
  }
}
.f-workplace .voice__item .img {
  aspect-ratio: 1234/808;
  -webkit-mask-image: url(../img/frame02_bg);
          mask-image: url(../img/frame02_bg);
  -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-workplace .voice__item .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  aspect-ratio: 495/264;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url(../img/frame04_bg);
          mask-image: url(../img/frame04_bg);
  -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);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--main);
  margin-left: auto;
  margin-top: -10%;
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item .title {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-workplace .voice__item .title::before {
  content: "";
  display: block;
  aspect-ratio: 458/230;
  background-image: url(../img/frame04_border-main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 95%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.f-workplace .voice__item .content {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .f-workplace .voice__item .content {
    width: 100%;
  }
}
.f-workplace .faq__list {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__list {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__list {
    padding: 20px;
  }
}
.f-workplace .faq__item {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item {
    margin-bottom: 5px;
  }
}
.f-workplace .faq__item ._q,
.f-workplace .faq__item ._a {
  padding-left: 35px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q,
  .f-workplace .faq__item ._a {
    padding-left: 17.5px;
  }
}
.f-workplace .faq__item ._q::before,
.f-workplace .faq__item ._a::before {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--yellow);
  position: absolute;
  top: -4px;
  left: 6px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q::before,
  .f-workplace .faq__item ._a::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q::before,
  .f-workplace .faq__item ._a::before {
    top: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q::before,
  .f-workplace .faq__item ._a::before {
    left: 3px;
  }
}
.f-workplace .faq__item ._q .txt,
.f-workplace .faq__item ._a .txt {
  margin-bottom: 0;
}
.f-workplace .faq__item ._q {
  font-weight: 500;
  padding-bottom: 10px;
}
.f-workplace .faq__item ._q::before {
  content: "Q";
}
.f-workplace .faq__item ._q::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/border-yellow.png);
  background-repeat: repeat-x;
  background-size: 80px;
  background-position: center;
}
.f-workplace .faq__item ._q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.f-workplace .faq__item ._q .plus {
  display: block;
  vertical-align: 0.3em;
  color: var(--yellow);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q .plus {
    top: 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-workplace .faq__item ._q .plus {
    right: 7.5px;
  }
}
.f-workplace .faq__item ._q .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;
}
.f-workplace .faq__item ._q .plus.active:before {
  transform: rotate(0deg);
}
.f-workplace .faq__item ._a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
}
.f-workplace .faq__item ._a::before {
  content: "A";
  color: var(--main);
}

.f-flow {
  padding-top: 0;
  position: relative;
}
.f-flow .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-flow .deco._01 {
  width: 15%;
  background-image: url(../img/sun01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -15.625vw;
  right: 15%;
  z-index: 1;
}
.f-flow .deco._02 {
  width: 10%;
  background-image: url(../img/tree02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -10.4166666667vw;
  left: 7%;
  z-index: 2;
}
.f-flow .deco._03 {
  width: 10%;
  background-image: url(../img/tree03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -5.2083333333vw;
  left: 0%;
  z-index: 2;
}
.f-flow .flow {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow {
    margin-bottom: 40px;
  }
}
.f-flow .flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__list {
    flex-direction: column;
  }
}
.f-flow .flow__item {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    margin-bottom: 50px;
  }
}
.f-flow .flow__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.f-flow .flow__arrow {
  width: 10%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 15%;
  right: -15%;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__arrow {
    width: 20px;
    top: unset;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.f-flow .flow__arrow svg path {
  fill: var(--yellow);
}
.f-flow .flow .img {
  aspect-ratio: 1;
  width: 70%;
  height: auto;
  background-color: var(--yellow);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .img {
    width: 40%;
  }
}
.f-flow .flow .img img {
  width: 50%;
}
.f-flow .flow .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .txt {
    text-align: center;
  }
}
.f-flow .faq .faq__item {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item {
    margin-bottom: 5px;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(1) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(1) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(2) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(2) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(3) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(4) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(4) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(5) {
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(5) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(6) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(6) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(7) {
  transition-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(7) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(8) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(8) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(9) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(9) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item.is-show:nth-of-type(10) {
  transition-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item.is-show:nth-of-type(10) {
    transition-delay: unset;
  }
}
.f-flow .faq .faq__item ._q,
.f-flow .faq .faq__item ._a {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q,
  .f-flow .faq .faq__item ._a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q,
  .f-flow .faq .faq__item ._a {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q,
  .f-flow .faq .faq__item ._a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-flow .faq .faq__item ._q::before,
.f-flow .faq .faq__item ._a::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q::before,
  .f-flow .faq .faq__item ._a::before {
    width: 20px;
  }
}
.f-flow .faq .faq__item ._q .txt,
.f-flow .faq .faq__item ._a .txt {
  margin-bottom: 0;
}
.f-flow .faq .faq__item ._q {
  font-weight: 500;
  padding-bottom: 10px;
}
.f-flow .faq .faq__item ._q::before {
  background-image: url(../img/icon_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-flow .faq .faq__item ._q::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/border-yellow.png);
  background-repeat: repeat-x;
  background-size: 80px;
  background-position: center;
}
.f-flow .faq .faq__item ._q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.f-flow .faq .faq__item ._q .plus {
  display: block;
  vertical-align: 0.3em;
  color: var(--yellow);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q .plus {
    top: 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .faq .faq__item ._q .plus {
    right: 7.5px;
  }
}
.f-flow .faq .faq__item ._q .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;
}
.f-flow .faq .faq__item ._q .plus.active:before {
  transform: rotate(0deg);
}
.f-flow .faq .faq__item ._a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
}
.f-flow .faq .faq__item ._a::before {
  background-image: url(../img/icon_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.f-recruit {
  margin-top: -10%;
  margin-bottom: -10%;
  padding-top: 15%;
  padding-bottom: 15%;
  background-color: var(--main);
  position: relative;
}
.f-recruit .deco {
  aspect-ratio: 1;
  position: absolute;
}
.f-recruit .deco._01 {
  width: 10%;
  background-image: url(../img/flower04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13%;
  left: 3%;
  z-index: 1;
}
.f-recruit .deco._02 {
  width: 8%;
  background-image: url(../img/flower04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 13%;
  right: 3%;
  z-index: 1;
}
.f-recruit .title01 .ja,
.f-recruit .title01 .en {
  color: var(--white);
}

.f-overview {
  position: relative;
}
.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.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;
  }
}

.f-contact {
  background-color: var(--light_yellow);
  border-radius: 100px 100px 0 0;
  padding-bottom: 15.625vw;
}
.f-contact .title01 .en {
  color: var(--yellow);
}
.f-contact .inner {
  background-color: var(--white);
  border-radius: 60px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner {
    border-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact .inner {
    padding: 30px;
  }
}
.f-contact .inner._tel {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._tel {
    margin-bottom: 30px;
  }
}
.f-contact .inner._tel .title03::after {
  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;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._tel .title03::after {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._tel .title03::after {
    top: -15px;
  }
}
.f-contact .inner._tel .cf-tel-number {
  display: block;
  letter-spacing: 0.08em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  text-align: center;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._tel .cf-tel-number {
    font-size: clamp(12px, 2.4rem, 2.4rem);
  }
}
.f-contact .inner._tel .cf-tel-number:hover {
  color: var(--main);
  transition: all 0.3s;
}
.f-contact .inner._tel .cf-cb-time .title {
  font-weight: 700;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._tel .cf-cb-time .title {
    margin-right: 5px;
  }
}
.f-contact .inner._mail .title03::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_mail-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._mail .title03::after {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact .inner._mail .title03::after {
    top: -15px;
  }
}

.header.scrolled {
  background-color: var(--white);
}
.header-box01 {
  margin-bottom: 40px;
}
.header-box-inner01 {
  width: 90%;
}
.header .logo {
  max-width: unset;
  width: 279px;
  height: 60px;
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
}
.header .header-menu {
  background-color: unset;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.header .header-menu > li {
  flex: 1;
  padding: 0;
}
.header .header-menu > li:last-of-type {
  border-right: none;
}
.header .header-menu > li a {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  color: var(--txt);
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .header .header-menu > li a {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header-menu > li a {
    font-size: 1.3rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu > li a {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.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: 230px;
  height: 68px;
  border-radius: 0 0 20px 20px;
  padding: 0;
  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;
}
.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:nth-of-type(1) a {
  background-color: var(--yellow);
}
.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 {
  background-color: rgba(244, 185, 67, 0.2);
  background-image: url(../img/nav_btn_border_row-yellow.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  color: var(--yellow);
}
.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 {
  background-color: var(--pink04);
}
.header-sub-box .g-sub-nav02 .g-sub-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;
  background-position: center center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  background-color: rgba(229, 125, 123, 0.2);
  background-image: url(../img/nav_btn_border_row-pink.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  color: var(--pink04);
}
.header-sub-box .g-sub-nav02 .g-sub-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;
}

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

.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:nth-of-type(1) a::before {
  content: "";
  width: 20px;
  height: 20px;
  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 {
  color: var(--pink04);
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_site-pink.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;
}

@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: #fcefd3 !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(--yellow);
}
.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: rgba(135, 201, 164, 0.9);
  background-color: var(--light_yellow);
  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(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--yellow);
  padding: 20px;
  transition: all 0.3s;
  border-radius: 10px;
}
@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-main.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(--yellow);
  color: var(--white);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li a:hover::before {
  background-image: url(../img/icon_mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a {
  color: var(--pink04);
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a::before {
  background-image: url(../img/icon_site-pink.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(--pink04);
  color: var(--white);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-image: url(../img/icon_site-white.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 {
  color: var(--txt);
  font-size: 2.8rem;
  font-weight: 700;
  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 .contact-band-tel-icon path {
  stroke: var(--txt);
}
#pc-nav .pc-menu-tel-number .contact-band-tel-icon path:nth-of-type(2) {
  fill: var(--txt);
}
#pc-nav .pc-menu-tel-number:hover {
  color: var(--main);
  transition: all 0.3s;
}
#pc-nav .pc-menu-tel-number:hover svg path:first-of-type {
  stroke: var(--main);
}
#pc-nav .pc-menu-tel-number:hover svg path:nth-of-type(2) {
  fill: var(--main);
  stroke: var(--main);
}

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

.sec:nth-of-type(2) {
  background-color: var(--bg_yellow);
  background-image: url(../img/bg_blog.png);
  background-repeat: repeat-y;
  background-size: 107.8%;
  background-position: center;
  background-position: top center;
  position: relative;
}
.sec:nth-of-type(2)::before {
  content: "";
  display: block;
  aspect-ratio: 1919/66;
  background-image: url(../img/shape_bottom_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.note {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .note {
    margin-bottom: 30px;
  }
}

.tab-panel-a {
  max-width: 1100px;
  margin: auto;
}
.tab-panel-a .tab-group {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group {
    flex-direction: column;
    margin-left: unset;
  }
}
.tab-panel-a .tab-group .tab {
  border: solid 1px var(--main);
  border-bottom: none;
  border: none;
  background-color: #ddd;
  color: var(--white);
  border-radius: 999px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group .tab {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
}
.tab-panel-a .tab-group .tab.is-active, .tab-panel-a .tab-group .tab:hover {
  background-color: var(--white);
  color: var(--main);
}

hr {
  border-top: solid 1px #ddd;
  width: 90%;
  margin: auto;
}

.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;
}
.about .school__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .about .school__list {
    flex-direction: column;
  }
}
.about .school__item {
  width: 47%;
  margin-bottom: 30px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .about .school__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about .school__item {
    margin-bottom: 15px;
  }
}
.about .school__item.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.about .school__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .about .school__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.about .school__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .about .school__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.about .school__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .about .school__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.about .school__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .about .school__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.about .school a .title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--main);
  background-color: var(--white);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  margin: auto;
  margin-bottom: -22px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .about .school a .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .school a .title {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .about .school a .title {
    margin-bottom: -11px;
  }
}
.about .school a .img {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .about .school a .img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .about .school a .img {
    border-radius: 5px;
  }
}
.about .school a .img img {
  transform: scale(1);
  transition: all 0.3s;
}
.about .school a .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .about .school a .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .school a button {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--yellow);
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .about .school a button {
    gap: 4px;
  }
}
.about .school a button::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_arrow-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: auto;
  z-index: 1;
}
.about .school a:hover .title {
  background-color: var(--main);
  color: var(--white);
  transition: all 0.3s;
}
.about .school a:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.about .school a:hover button {
  text-decoration: underline;
}

.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 .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-school-post .greeting {
  background-image: unset;
  background-color: unset;
}
.single-school-post .greeting::before {
  aspect-ratio: 1;
  background-image: url(../img/deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  position: absolute;
  top: -20%;
  left: 0;
  opacity: 70%;
  z-index: -1;
}
.single-school-post .greeting::after {
  content: "";
  display: block;
  aspect-ratio: 1008/624;
  background-image: url(../img/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40%;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: -1;
  opacity: 70%;
}
.single-school-post .greeting .title02 {
  background-image: url(../img/bg_ttl_circle_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-school-post .greeting .title02 .en,
.single-school-post .greeting .title02 .ja {
  color: var(--white);
}
.single-school-post .greeting .txtArea {
  background-color: #fffff2;
  border-radius: 10px;
  padding: 40px 40px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .greeting .txtArea {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .single-school-post .greeting .txtArea {
    padding: 20px 20px;
  }
}
.single-school-post .sec__wrap {
  background-color: var(--bg_yellow);
  background-image: url(../img/shape_bottom_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position: top;
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .sec__wrap {
    padding-top: 75px;
  }
}
.single-school-post .torikumi .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi .title01 {
    margin-bottom: 30px;
  }
}
.single-school-post .torikumi__list {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi__list {
    flex-direction: column;
  }
}
.single-school-post .torikumi__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi__item {
    width: 100%;
  }
}
.single-school-post .torikumi .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi .img {
    margin-bottom: 10px;
  }
}
.single-school-post .torikumi .content .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi .content .title {
    margin-bottom: 10px;
  }
}
.single-school-post .torikumi .content .title::before {
  content: "";
  display: block;
  background-color: var(--yellow);
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi .content .title::before {
    height: 8px;
  }
}
.single-school-post .torikumi .content .title span {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .single-school-post .torikumi .content .title span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.single-school-post .flowEvent::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/bg_blog.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position: bottom center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.single-school-post .flowEvent .tab-panel-b .tab-group {
  justify-content: space-between;
  margin-left: unset;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .flowEvent .tab-panel-b .tab-group {
    margin-bottom: 20px;
  }
}
.single-school-post .flowEvent .tab-panel-b .tab {
  width: 48%;
  border-radius: 10px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .single-school-post .flowEvent .tab-panel-b .tab {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.single-school-post .flowEvent .tab-panel-b .tab.is-active {
  background-color: var(--main);
}
.single-school-post .flowEvent .flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.single-school-post .flowEvent .flow__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .flowEvent .flow__item {
    width: 47%;
    margin-bottom: 20px;
  }
}
.single-school-post .flowEvent .flow .time {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: dotted 5px var(--main);
}
@media screen and (max-width: 1024px) {
  .single-school-post .flowEvent .flow .time {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.single-school-post .flowEvent .flow .title {
  text-align: center;
}
.single-school-post .flowEvent .flow .img img {
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.single-school-post .event__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .event__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .single-school-post .event__item {
    margin-bottom: 15px;
  }
}
.single-school-post .event .content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .event .content {
    width: 100%;
  }
}
.single-school-post .event .season {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .single-school-post .event .season {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.single-school-post .event .season span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
  padding: 0px 10px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .event .season span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-school-post .event .season span {
    padding: 0px 5px;
  }
}
.single-school-post .event .title {
  font-weight: 700;
  border-bottom: dotted 5px var(--main);
}
.single-school-post .event .img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .event .img {
    width: 100%;
  }
}
.single-school-post .event .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 5px;
}
.single-school-post .availability .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .availability .title01 {
    margin-bottom: 30px;
  }
}
.single-school-post table {
  background-color: #fffff2;
}
.single-school-post table th {
  background-color: var(--yellow);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.single-school-post table tr td:first-of-type {
  background-color: var(--yellow);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.single-school-post .overview {
  background-color: var(--bg_yellow);
}
.single-school-post .overview .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .overview .title01 {
    margin-bottom: 30px;
  }
}
.single-school-post .overview .box {
  justify-content: space-between;
}
.single-school-post .overview .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .single-school-post .overview .item {
    width: 100%;
  }
}
.single-school-post .overview table tr td {
  text-align: left;
}
.single-school-post .overview table tr td:first-of-type {
  width: 20%;
}
.single-school-post .other {
  width: 90%;
  margin: auto;
  border-bottom: #ddd solid 1px;
}
.single-school-post .other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.single-school-post .other__item {
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .other__item {
    margin-bottom: 15px;
  }
}
.single-school-post .other__item a {
  display: block;
  border-radius: 5px;
  background: #fff;
  border: 3px solid #707070;
  padding: 20px 20px;
}
@media screen and (max-width: 1024px) {
  .single-school-post .other__item a {
    padding: 10px 10px;
  }
}
.single-school-post .other__item a img {
  width: 80%;
  margin: auto;
}
.single-school-post .other__item a:hover {
  background: rgba(255, 255, 255, 0.5);
}

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

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(--white);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer.is-show::after {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.footer::before {
  content: "";
  display: block;
  background-image: url(../img/shape03-white.png);
  background-repeat: repeat-x;
  background-size: 60%;
  background-position: center;
  background-position: center bottom;
  width: 100%;
  height: 7.8125vw;
  position: absolute;
  top: -7.7604166667vw;
  left: 0;
  z-index: 1;
}
.footer::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/tree05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center top;
  width: 20%;
  height: auto;
  position: absolute;
  top: -5.7291666667vw;
  right: 5%;
  z-index: 2;
  opacity: 0;
}
.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(--yellow);
}
@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;
}
.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);
  }
}

.contact-band {
  padding: 60px 0px;
  padding-bottom: 10.4166666667vw;
  background-color: #fcefd3;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    padding: 30px 0px;
  }
}
.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 .titleArea {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner .titleArea {
    width: 100%;
  }
}
.contact-band-inner .titleArea .title01 .en {
  color: var(--white);
  text-align: left;
}
.contact-band-inner .titleArea .title01 .ja {
  color: var(--txt);
  background-color: var(--white);
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner .titleArea .title01 .ja {
    margin: auto;
  }
}
.contact-band-inner .content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner .content {
    width: 100%;
  }
}
.contact-band .btn01 {
  background-color: var(--white);
  color: var(--yellow);
  border: none;
}
.contact-band .btn01::before {
  background-image: url(../img/btn_border-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.contact-band .btn01:hover {
  background-color: var(--yellow);
  color: var(--white);
}
.contact-band .btn01:hover::before {
  background-image: url(../img/btn_border-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.contact-band-tel-block {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: unset;
  width: 100%;
}
.contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  padding: 10px 40px;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  color: var(--txt);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}
.contact-band .cf-cb-txt {
  font-size: 1.6rem;
  color: var(--txt);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    text-align: center;
  }
}
.contact-band .cf-tel-number {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--txt);
  display: flex !important;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 5px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    height: 15px;
  }
}
.contact-band .cf-tel-number:hover {
  color: var(--main);
}
.contact-band .cf-tel-number:hover::before {
  background-image: url(../img/icon-tel-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-band .cf-tel-number:hover .contact-band-tel-icon path {
  stroke: var(--main);
}
.contact-band .cf-tel-number:hover .contact-band-tel-icon path:nth-of-type(2) {
  fill: var(--main);
}