@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&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);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    height: 100%;
    opacity: 1;
  }
}
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;
  color: var(--title);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .note {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--main);
}

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

.para {
  width: 100%;
  aspect-ratio: 2803/1359;
  background: transparent;
  z-index: 3;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
  -webkit-mask-image: url(../img/para_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/para_mask.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1024px) {
  .para {
    background-attachment: unset;
  }
}
.para._01 {
  margin-top: -4.1666666667vw;
}

.para_img {
  aspect-ratio: 3;
}
@media screen and (max-width: 1024px) {
  .para_img {
    aspect-ratio: 2;
  }
}

.title_circle {
  aspect-ratio: 312/297;
  background-image: url(../img/circle01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 200px;
  margin: auto;
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title_circle {
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .title_circle {
    margin-bottom: 30px;
  }
}
.title_circle .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .title_circle .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.title_circle .en {
  font-weight: bold;
  color: var(--main);
}
.title_circle.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.bg_txt {
  z-index: 1;
}
.bg_txt span {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 6.7708333333vw;
  color: var(--light);
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .bg_txt span {
    font-size: 10vw;
  }
}
.bg_txt.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.bg_txt.is-show span:nth-of-type(2) {
  transition-delay: 0.4s;
}
.bg_txt.is-show span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.bg_txt.is-show span:nth-of-type(4) {
  transition-delay: 0.8s;
}
.bg_txt.is-show span:nth-of-type(5) {
  transition-delay: 1s;
}
.bg_txt.is-show span:nth-of-type(6) {
  transition-delay: 1.2s;
}
.bg_txt.is-show span:nth-of-type(7) {
  transition-delay: 1.4s;
}
.bg_txt.is-show span:nth-of-type(8) {
  transition-delay: 1.6s;
}
.bg_txt.is-show span:nth-of-type(9) {
  transition-delay: 1.8s;
}
.bg_txt.is-show span:nth-of-type(10) {
  transition-delay: 2s;
}
.bg_txt.is-show span:nth-of-type(11) {
  transition-delay: 2.2s;
}
.bg_txt.is-show span:nth-of-type(12) {
  transition-delay: 2.4s;
}
.bg_txt.is-show span:nth-of-type(13) {
  transition-delay: 2.6s;
}
.bg_txt.is-show span:nth-of-type(14) {
  transition-delay: 2.8s;
}
.bg_txt.is-show span:nth-of-type(15) {
  transition-delay: 3s;
}

.title01 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  position: relative;
  color: var(--title);
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    margin-bottom: 5px;
  }
}
.title01 .en {
  display: block;
  font-size: 2rem;
  font-size: clamp(16px, 2.6041666667vw, 5rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  color: var(--title);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 4.8828125vw, 2.5rem);
  }
}
.title01 .en::first-letter {
  color: var(--red);
}
.title01.is-show .ja {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0.3s;
}
.title01.is-show .ja::before {
  transform: scaleX(1);
  transition: transform 2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 1s;
}
.title01.is-show .en {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0.15s;
}

.title02 {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--title);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title02 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    gap: 10px;
  }
}
.title02::before {
  content: "";
  display: block;
  aspect-ratio: 136/24;
  background-image: url(../img/title_dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 60px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .title02::before {
    width: 30px;
  }
}
.title02::after {
  content: "";
  display: block;
  aspect-ratio: 136/24;
  background-image: url(../img/title_dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 60px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .title02::after {
    width: 30px;
  }
}
.title02.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title03 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  padding: 40px 100px;
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    padding: 20px 50px;
  }
}
.title03 .ja {
  writing-mode: vertical-lr;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
  color: var(--white);
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}

.title04 {
  position: relative;
  color: var(--title);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.15em;
  border-bottom: dotted 5px var(--title02);
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 30px;
  }
}
.title04.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title_deco01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title_deco01 {
    margin-bottom: 30px;
  }
}
.title_deco01::after {
  content: "";
  display: block;
  aspect-ratio: 252/92;
  background-image: url(../img/title_deco02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 180px;
  height: auto;
  z-index: 1;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .title_deco01::after {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .title_deco01::after {
    margin-top: 5px;
  }
}
.title_deco01 .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
  color: var(--title);
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title_deco01 .ja {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}

.btn.btn01 {
  letter-spacing: 0.15em;
  padding: 0px 30px;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  border-radius: 999px;
  background-color: var(--title);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01 {
    padding: 10px;
  }
}
.btn.btn01::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .btn.btn01::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01::before {
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn01::before {
    right: 11px;
  }
}
.btn.btn01:hover {
  background-color: var(--white) !important;
  color: var(--main);
  transition: all 0.3s;
}
.btn.btn01:hover::before {
  background-color: var(--main);
}
.btn.btn01.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.btn.facebook {
  border-radius: 6px;
  background: repeating-linear-gradient(-45deg, #bae84a, #bae84a 20px, #d4f17e 20px, #d4f17e 40px);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .btn.facebook {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.facebook {
    margin-bottom: 30px;
  }
}
.btn.facebook:hover {
  background-image: none;
  background-color: var(--main);
  opacity: 1;
}
.btn.pdf {
  color: var(--white);
  letter-spacing: 0.15em;
  padding: 0px 30px;
  border-radius: 999px;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  border: solid 1px #e6e944;
  background-color: #e6e944;
}
@media screen and (max-width: 1024px) {
  .btn.pdf {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.pdf {
    padding: 10px;
  }
}
.btn.pdf::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .btn.pdf::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.pdf::before {
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.pdf::before {
    right: 11px;
  }
}
.btn.pdf:hover {
  background-color: var(--white) !important;
  color: #e6e944;
  transition: all 0.3s;
}
.btn.pdf:hover::before {
  background-color: #e6e944;
}
.btn.parent {
  aspect-ratio: 464/212;
  width: 500px;
  height: auto;
  background-image: url(../img/btn01_border.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: var(--main);
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .btn.parent {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.parent {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.btn.parent span {
  font-size: 2rem;
  font-weight: bold;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .btn.parent span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.btn.parent::before, .btn.parent::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: auto;
}
.btn.parent::before {
  aspect-ratio: 192/152;
  background-image: url(../img/leaf01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: -20px;
  left: -5%;
}
@media screen and (max-width: 1024px) {
  .btn.parent::before {
    bottom: -10px;
  }
}
.btn.parent::after {
  aspect-ratio: 186/146;
  background-image: url(../img/leaf02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: -20px;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  .btn.parent::after {
    top: -10px;
  }
}
.btn.parent:hover {
  background-image: url(../img/btn01_border_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--txt-Color);
  transition: all 0.3s;
  opacity: 1;
}
.btn.parent:hover span {
  color: var(--txt-Color);
  transition: all 0.3s;
}
.btn.parent:hover::before {
  transform: rotate(-4deg);
  transition: all 0.3s;
}
.btn.parent:hover::after {
  transform: rotate(4deg);
  transition: all 0.3s;
}

.btn02 {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  position: relative;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 40px;
  background-color: var(--main);
  border-radius: 999px;
  border: solid 1px var(--main);
}
@media screen and (max-width: 1024px) {
  .btn02 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn02 {
    padding: 5px 20px;
  }
}
.btn02::before {
  content: "";
  display: block;
  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);
  background-color: var(--white);
}
.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;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 8px;
  }
}
.link::after {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .link::after {
    width: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .link::after {
    height: 10px;
  }
}
.link:hover {
  color: var(--main);
}
.link:hover::after {
  background-color: var(--main);
}

.bg_white {
  background-color: #fff;
}

.inner {
  width: 80%;
  margin: auto;
}

.box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .box {
    flex-direction: column;
  }
}

.deco {
  display: block;
  position: absolute;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .table_wrap {
    overflow: auto;
  }
}

.tablepress {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  max-width: 1200px;
  margin-bottom: 60px !important;
  border: solid #ddd 1px !important;
}
@media screen and (max-width: 1024px) {
  .tablepress {
    max-width: 600px;
  }
}
.tablepress thead th {
  background-color: var(--main) !important;
  border-right: 1px solid #fafbdb !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 tr:first-of-type td.column-1,
.tablepress tbody tr:first-of-type td.column-2 {
  border-top: none !important;
}
.tablepress tbody td {
  font-size: 1.6rem;
  border-right: none !important;
  background-color: none;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  color: var(--white);
  border-top: solid 1px #ddd;
}
.tablepress tbody td.column-2 {
  width: 70%;
  border-top: solid 1px #ddd;
  color: var(--txt-Color);
}
.tablepress tbody td.column-2 a {
  color: var(--txt);
}
.tablepress tbody td.column-2 a:hover {
  color: var(--main);
}

.tablepress-table-name {
  background-color: unset;
  color: var(--title);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}
@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: 15px;
  }
}
.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 {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 40px;
  border: solid 6px #eff188;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 20px;
  }
}

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

.mv {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, var(--blue) 0%, #ffffff 100%);
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-bottom: 50px;
  }
}
.mv::after {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/sand03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/sand03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -1px;
  background-color: var(--base);
}
.mv .deco {
  position: absolute;
}
.mv .deco._left {
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1024/1029;
  width: 21%;
  bottom: 0;
  left: -3%;
  z-index: 2;
}
.mv .deco._shisa_l {
  background-image: url(../img/shisa01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 158/161;
  width: 10%;
  position: absolute;
  bottom: 0vw;
  left: 9%;
  margin: auto;
  z-index: 2;
}
.mv .deco._right {
  background-image: url(../img/flower02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1024/1029;
  width: 21%;
  bottom: 0;
  right: -3%;
  z-index: 2;
}
.mv .deco._shisa_r {
  background-image: url(../img/shisa02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 158/161;
  width: 10%;
  position: absolute;
  bottom: 0vw;
  right: 9%;
  margin: auto;
  z-index: 2;
}
.mv .swiper {
  aspect-ratio: 16/8;
  width: 80%;
  height: auto;
  margin: auto;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .mv .swiper {
    border-radius: 10px;
  }
}
.mv .swiper img {
  aspect-ratio: 16/8;
  width: 100%;
  height: auto;
}
.mv .swiper .swiper-button-next,
.mv .swiper .swiper-button-prev {
  color: var(--main);
}
.mv .swiper .swiper-button-next::after,
.mv .swiper .swiper-button-prev::after {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .mv .swiper .swiper-button-next::after,
  .mv .swiper .swiper-button-prev::after {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.scroll {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 5%;
  bottom: 25%;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .scroll {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }
}
.scroll::after {
  content: "";
  right: 3px;
  width: 1px;
  height: 60px;
  background: var(--txt);
  animation: sdl03 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl03 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.swiper-pagination-bullet-active {
  background: var(--bg);
}

iframe {
  width: 100%;
}

body {
  position: relative;
}
body.home main {
  overflow: hidden;
}
.news-list01 {
  padding: 40px;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .news-list01 {
    padding: 20px;
  }
}
.news-list01 li {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    flex-direction: column;
  }
}
.news-list01 li .date-cat {
  min-width: 240px;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date-cat {
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date-cat {
    margin-bottom: 10px;
  }
}
.news-list01 li .date {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.news-list01 li .news-cat.news {
  display: flex;
  margin-bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list01 li .news-txt a:hover {
  color: var(--main);
  opacity: 1;
}

.f-news {
  position: relative;
  background-color: var(--base);
}
.f-news::after {
  content: "";
  display: block;
  aspect-ratio: 1920/550;
  -webkit-mask-image: url(../img/cloud_shape01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud_shape01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -7vw;
  background-color: var(--white);
  z-index: 1;
}
.f-news .inner {
  width: 70%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-news .inner {
    width: 90%;
  }
}
.f-news .news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news {
    margin-bottom: 30px;
  }
}
.f-news .news::before {
  content: "";
  display: block;
  aspect-ratio: 301/149;
  -webkit-mask-image: url(../img/dot02.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/dot02.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #e9e4d4;
  width: 15%;
  height: auto;
  position: absolute;
  top: -20%;
  right: -6%;
  z-index: 1;
}
.f-news .news::after {
  content: "";
  display: block;
  aspect-ratio: 231/223;
  -webkit-mask-image: url(../img/dot03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/dot03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #e9e4d4;
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -20%;
  left: -6%;
  z-index: 1;
}
.f-news .news .titleArea {
  position: relative;
  z-index: 2;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .f-news .news .titleArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .news .content {
  position: relative;
  z-index: 2;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .f-news .news .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .insta {
  position: relative;
}
.f-news .insta .deco._01 {
  aspect-ratio: 142/144;
  background-image: url(../img/kai01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.f-news .insta .deco._02 {
  aspect-ratio: 1;
  background-image: url(../img/kai02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -13%;
  z-index: 1;
  opacity: 0.5;
}

.f-about {
  background-color: var(--white);
  position: relative;
}
.f-about .deco._leaf01 {
  aspect-ratio: 1;
  background-image: url(../img/leaf01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 38%;
  height: auto;
  position: absolute;
  top: -9%;
  left: -10%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .f-about .deco._leaf01 {
    top: 0;
  }
}
.f-about .greeting {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting {
    margin-bottom: 50px;
  }
}
.f-about .greeting .deco._bird01 {
  aspect-ratio: 1;
  background-image: url(../img/bird01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6%;
  height: auto;
  position: absolute;
  top: -6vw;
  right: -5%;
  z-index: 1;
  opacity: 0.6;
}
.f-about .greeting .deco._cloud01 {
  aspect-ratio: 1;
  background-image: url(../img/cloud_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: -3vw;
  right: -5%;
  z-index: 1;
  transform: rotate(-15deg);
  opacity: 0.5;
}
.f-about .greeting .box {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.f-about .greeting .box .img {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-about .greeting .box .img img {
  aspect-ratio: 4/5;
  aspect-ratio: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .img img {
    border-radius: 5px;
  }
}
.f-about .greeting .box .content {
  width: 47%;
  padding: 56px 48px;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content {
    padding: 0;
  }
}
.f-about .greeting .box .content .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content .lead {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-about .greeting .box .content .lead span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content .lead span {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-about .greeting .box .content .lead span .char::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/lead_dot.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/lead_dot.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content .lead span .char::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content .lead span .char::before {
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .box .content .lead span .char::before {
    top: -5px;
  }
}
.f-about .greeting .box .content .lead span.blue .char::before {
  background-color: var(--title);
}
.f-about .greeting .box .content .lead span.yellow .char::before {
  background-color: var(--yellow);
}
.f-about .greeting .box .content .txt {
  line-height: 2;
  margin-bottom: 20px;
}
.f-about .philosophy {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-about .philosophy {
    margin-bottom: 40px;
  }
}
.f-about .philosophy::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40%;
  height: auto;
  position: absolute;
  top: -50%;
  right: -17%;
  z-index: 0;
  opacity: 70%;
}
.f-about .philosophy .deco._bird02 {
  aspect-ratio: 1;
  background-image: url(../img/bird01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4%;
  height: auto;
  position: absolute;
  top: -6vw;
  left: -5%;
  z-index: 1;
  opacity: 0.6;
  transform: rotate(-30deg);
}
.f-about .philosophy .deco._cloud02 {
  aspect-ratio: 1;
  background-image: url(../img/cloud_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: -5vw;
  left: -5%;
  z-index: 1;
  opacity: 0.3;
}
.f-about .philosophy .title01,
.f-about .philosophy .title02 {
  position: relative;
  z-index: 3;
}
.f-about .philosophy .content {
  position: relative;
  z-index: 2;
  background-color: var(--base);
  width: 70%;
  margin: auto;
  padding: 40px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-about .philosophy .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .philosophy .content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .philosophy .content {
    border-radius: 5px;
  }
}
.f-about .philosophy .content .txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-about .philosophy .content .txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-about .philosophy .content .txt span {
  background: linear-gradient(transparent 65%, var(--yellow) 65%);
  padding: 0 4px;
}
.f-about .features {
  position: relative;
  z-index: 2;
}
.f-about .features__list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-about .features__list {
    flex-direction: column;
  }
}
.f-about .features__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-about .features__item .img img {
  aspect-ratio: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item .img img {
    border-radius: 5px;
  }
}
.f-about .features__item .content {
  margin-top: -36px;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item .content {
    margin-top: -18px;
  }
}
.f-about .features__item .title {
  background-color: var(--yellow);
  color: var(--white);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 999px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-about .features__item .title {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .features__item .title {
    margin-bottom: 10px;
  }
}

.f-life {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 9.375vw;
  background-image: repeating-linear-gradient(90deg, #f3f9fd 0, #f3f9fd 24px, #ffffff 24px, #ffffff 48px);
}
.f-life::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/sand03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/sand03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  top: -4.6354166667vw;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #f3f9fd 0, #f3f9fd 24px, #ffffff 24px, #ffffff 48px);
}
.f-life .deco._tree {
  aspect-ratio: 1460/2594;
  width: 20%;
  height: auto;
  background-image: url(../img/tree03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -1vw;
  right: 0;
  transform: rotate(-15deg);
  opacity: 0.7;
}
.f-life .deco._01 {
  aspect-ratio: 581/415;
  width: 10%;
  height: auto;
  background-image: url(../img/life01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 9vw;
  left: 5%;
  opacity: 0.5;
  transform: rotate(15deg);
}
.f-life .deco._02 {
  aspect-ratio: 381/373;
  width: 10%;
  height: auto;
  background-image: url(../img/life02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 5%;
  opacity: 0.6;
}
.f-life .deco._03 {
  aspect-ratio: 409/396;
  width: 10%;
  height: auto;
  background-image: url(../img/life04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 4.1666666667vw;
  left: 5%;
  opacity: 0.6;
}
.f-life .inner {
  position: relative;
  z-index: 2;
}
.f-life .tab-panel-b .tab-group {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab-group {
    margin-bottom: 30px;
  }
}
.f-life .tab-panel-b .tab-group .tab {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab-group .tab {
    border-radius: 4px;
  }
}
.f-life .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.f-life .event__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item {
    width: 47%;
  }
}
.f-life .event__item .img img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .img img {
    border-radius: 5px;
  }
}
.f-life .event__item .content {
  position: relative;
  z-index: 2;
}
.f-life .event__item .title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: var(--white);
  padding: 0px 20px;
  margin-top: -20px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    margin-left: 10px;
  }
}

.f-tour {
  background-color: var(--blue50);
  padding-top: 9.375vw;
  margin-top: -5.7291666667vw;
  padding-bottom: 9.375vw;
  margin-bottom: -5.7291666667vw;
  position: relative;
}
.f-tour::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/dot04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
  opacity: 0.5;
}
.f-tour::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/dot04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16%;
  height: auto;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
  opacity: 0.4;
}
.f-tour .inner {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-tour .inner {
    margin-bottom: 20px;
  }
}
.f-tour .bnr {
  margin-top: 60px;
  border: solid 3px var(--title);
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 20px;
  margin: auto;
  background-color: var(--title);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr {
    border-radius: 10px;
  }
}
.f-tour .bnr__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: var(--white);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr__txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-tour .bnr__txt::after {
  content: "";
  display: block;
  background-color: var(--red);
  width: 60px;
  height: 4px;
  margin: auto;
  margin-top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr__txt::after {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr__txt::after {
    height: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .f-tour .bnr__txt::after {
    margin-top: 10px;
  }
}
.f-tour .bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 24px;
}
.f-tour .bnr a::before {
  content: "";
  display: block;
  aspect-ratio: 343/583;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 14px;
  height: auto;
  z-index: 1;
}

.f-overview .box {
  justify-content: space-between;
}
.f-overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.f-contact {
  position: relative;
}
.f-contact .deco._01 {
  aspect-ratio: 1;
  background-image: url(../img/cloud_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: -3vw;
  right: -5%;
  z-index: 1;
  opacity: 0.5;
}
.f-contact .deco._02 {
  aspect-ratio: 1;
  background-image: url(../img/cloud_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: 25%;
  left: -5%;
  z-index: 1;
  opacity: 0.5;
}
.f-contact .content {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-contact .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact .content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact .content {
    border-radius: 20px;
  }
}

.width1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.com-timeline01 {
  position: relative;
}

.com-timeline01 .timeline {
  width: 40px;
  margin: 50px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#f2d37b 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: no-repeat space;
  background-position: center;
}

.com-timeline01 .timeline .sun {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: -50px;
}

.com-timeline01 .timeline .sun svg {
  width: 100%;
  fill: var(--yellow);
}

.com-timeline01 .timeline .moon {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}

.com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: var(--yellow);
}

.com-timeline01-list {
  margin-bottom: 60px;
}

.com-timeline01-list li {
  margin-bottom: 40px;
}

.com-timeline01-list li:last-of-type {
  margin-bottom: 0;
}

.com-timeline01-img-wrap {
  width: 50%;
  padding: 0 40px;
}

.com-timeline01-img-wrap img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.com-timeline01-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.com-timeline01-content {
  width: 50%;
  padding: 0 40px;
  margin-top: 20px;
}

.com-timeline01-content .list li {
  margin-bottom: 0;
}

.com-timeline01-time {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.1em;
  border-bottom: 3px solid var(--yellow);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.com-timeline01-time svg {
  margin-right: 5px;
}

.com-timeline01-head {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 20px;
}

.com-timeline01-list .flow-txt {
  line-height: 2em;
}

.com-timeline01-wrap .flow-other .flow-other-inner {
  padding: 20px;
  background-color: #fff6df;
  text-align: center;
  border-radius: 15px;
}

.com-timeline01-wrap .flow-other .flow-other-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    font-size: 1.8rem;
  }
  .com-timeline01-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline {
    width: 30px;
    margin: auto 0;
    height: calc(100% - 70px);
  }
  .com-timeline01 .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
  .com-timeline01 .timeline .moon {
    max-width: 30px;
    bottom: -40px;
  }
  .com-timeline01-list li {
    margin-bottom: 20px;
  }
  .com-timeline01-list li:nth-of-type(2n) {
    flex-direction: row;
  }
  .com-timeline01-content {
    width: 50%;
    padding-right: 0;
    margin-top: 40px;
  }
  .com-timeline01-img-wrap {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-img-wrap {
    width: 100%;
  }
  .com-timeline01-content {
    width: 100%;
    margin-top: 20px;
  }
  .com-timeline01-head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .com-timeline01-list li:last-of-type {
    margin-bottom: 40px;
  }
  .com-timeline01 .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 450px) {
  .com-timeline01-img-wrap img {
    height: 50vw;
  }
}
#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;
  display: block;
  border-radius: 40px;
  padding: 40px;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .start_booking_package {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .start_booking_package {
    padding: 20px;
  }
}
@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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .start_booking_package .calendarHeader .calendarData {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@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-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .start_booking_package .arrowLeft span,
  .start_booking_package .arrowRight span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.start_booking_package .arrowLeft span::after,
.start_booking_package .arrowRight span::after {
  content: "月";
}

#booking-package_calendarPage .arrowFont {
  color: var(--main);
}

#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%;
    margin-bottom: 20px;
  }
}
@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(--gold) !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(--gold);
  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%;
    margin-bottom: 20px;
  }
}
@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-band {
  aspect-ratio: 1920/546;
  width: 100%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.contact-band::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    background-attachment: unset;
  }
}
.contact-band-inner {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.contact-band .contact-band-btn {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-btn {
    border-radius: 3px;
  }
}
.contact-band .cf-tel-number {
  letter-spacing: 0.15em;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  aspect-ratio: 957/1503;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 20px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 10px;
  }
}
.contact-band .cf-tel-number:hover {
  color: var(--main);
}
.contact-band .cf-tel-number:hover::before {
  background-color: var(--main);
}
.contact-band .box {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box {
    margin-top: 30px;
  }
}
.contact-band .box .contact-band-btn {
  width: 50%;
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .contact-band-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .contact-band-btn {
    gap: 8px;
  }
}
.contact-band .box .contact-band-btn::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 24px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .contact-band-btn::after {
    width: 12px;
  }
}
.contact-band .box .contact-band-btn:hover::after {
  background-color: var(--main);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .logo a {
  color: var(--title);
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .header .logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.header .logo a span {
  color: var(--title);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .logo a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.header .logo a img {
  max-width: 200px;
}
@media screen and (max-width: 1400px) {
  .header .logo a img {
    max-width: 10.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo a img {
    max-width: 125px;
  }
}
.header.scrolled {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .header.scrolled {
    background-color: var(--white);
  }
}
.header.scrolled .header-box01 {
  display: none;
}
.header.scrolled .header-content02 {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header-content02 {
    display: none;
  }
}
.header.scrolled .logo a img {
  max-width: 150px;
}
@media screen and (max-width: 1024px) {
  .header.scrolled .logo a img {
    max-width: 75px;
  }
}
.header.scrolled .header-sub-box {
  display: none;
}
.header .menu-header-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-menu > li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .header .header-menu > li a {
    font-size: 15px;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: 12px;
  }
}
.header .header-menu > li a:hover {
  color: var(--title);
  transition: all 0.3s;
}
.fix_right {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 70vh;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .fix_right {
    justify-content: center;
  }
}
.fix_right__txt {
  writing-mode: vertical-lr;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .fix_right__txt {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .fix_right .fa-brands,
  .fix_right .fab {
    font-size: 12px;
  }
}

.header-sub-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header-sub-box {
    display: none;
  }
}
.header-sub-box .g-nav-tel-pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--txt-Color);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    gap: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .header-sub-box .g-nav-tel-pc a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    font-size: 12px;
  }
}
.header-sub-box .g-nav-tel-pc a::before {
  content: "";
  display: block;
  aspect-ratio: 343/583;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--title);
  width: 14px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a::before {
    width: 7px;
  }
}
.header-sub-box .g-nav-tel-pc:hover a {
  color: var(--main);
  transition: all 0.3s;
}
.header-sub-box .g-nav-tel-pc:hover a::before {
  background-color: var(--main);
  transition: all 0.3s;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a::before {
  content: "";
  display: block;
  background-color: var(--white);
  height: auto;
  z-index: 1;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover::before {
  background-color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:first-of-type a::before {
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li:first-of-type a::before {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li:first-of-type a::before {
    height: 8px;
  }
}

.mobile-btn #hamburger span:nth-of-type(1) {
  top: 20px;
}
.mobile-btn #hamburger span:nth-of-type(2) {
  top: 28px;
}
.mobile-btn #hamburger span:nth-of-type(3) {
  display: none;
}
.mobile-btn #hamburger.active span:nth-of-type(1) {
  width: 45%;
  top: 20px;
  transform: translateY(5px) translateX(-4px) rotate(-45deg);
}
.mobile-btn #hamburger.active span:nth-of-type(2) {
  top: 28px;
  opacity: 1;
  transform: translateY(-3px) rotate(45deg);
}

.fix_nav {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 3;
  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;
}
@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 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li {
    width: 100%;
    margin-bottom: 0;
  }
}
.fix_nav .fix_nav_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 20px 6px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 700;
  writing-mode: vertical-lr;
  color: #fff;
  border-radius: 6px 0 0 6px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    padding: 10px 3px;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    writing-mode: unset;
    width: 100%;
    height: 40px;
    margin: auto;
    border-radius: 0;
  }
}
.fix_nav .fix_nav_list li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: #fff;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a {
  background-color: var(--bg-gray);
}
.fix_nav .fix_nav_list li:nth-of-type(1) a::before {
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a:hover {
  color: var(--main);
}
.fix_nav .fix_nav_list li:nth-of-type(1) a:hover::before {
  background-color: var(--main);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a {
  background-color: var(--main);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a::before {
  -webkit-mask-image: url(../img/icon_contact.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_contact.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover {
  color: var(--main);
  background-color: rgba(255, 255, 255, 0.8);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover::before {
  background-color: var(--main);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(3) {
    display: none;
  }
}
.fix_nav .fix_nav_list li:nth-of-type(3) a {
  background-color: unset;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
.fix_nav .fix_nav_list li:nth-of-type(3) a::before {
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_insta.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_insta.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li:nth-of-type(3) a::before {
    width: 10px;
  }
}
.fix_nav .fix_nav_list li:nth-of-type(3) a:hover {
  background-color: unset;
}
.fix_nav .fix_nav_list li:nth-of-type(3) a:hover::before {
  background-color: var(--main);
}

.sp-header-inner .logo {
  width: -moz-fit-content;
  width: fit-content;
}
.sp-header-inner .logo a {
  font-size: 1.8rem;
}
@media screen and (max-width: 400px) {
  .sp-header-inner .logo a {
    font-size: 1.6rem;
  }
}

.sp-header02 {
  position: relative;
  z-index: 2;
  height: 70px;
}
.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;
  background-image: none;
  background-color: var(--light_navy);
}

.mobile-logo {
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-logo a {
  color: var(--txt-Color);
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.mobile-logo a span {
  font-size: 12px;
  color: var(--txt-Color);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mobile-nav-wrap .mobile-menu-list {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li a .en {
  display: none;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li {
  margin-bottom: 10px;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  background-color: var(--bg);
  color: var(--main);
}

.mobile-sub-nav li:first-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  color: var(--main);
}
.mobile-sub-nav li:first-of-type a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: var(--main);
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.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", sans-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;
}
#loading::before {
  content: "";
  display: block;
  aspect-ratio: 674/712;
  width: 20%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-mask-image: url(../img/flower-top.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/flower-top.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--main);
  opacity: 0.3;
}
#loading::after {
  content: "";
  display: block;
  aspect-ratio: 791/595;
  width: 20%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-mask-image: url(../img/flower-bottom.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/flower-bottom.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--main);
  opacity: 0.5;
}

.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: 40%;
  }
}
.spin-wrap .logo {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.loaded {
  display: none;
}

.pc-btn {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 11;
  transform: translateX(200px);
}
.pc-btn::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-color: var(--yellow);
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -40%;
  left: -20%;
  z-index: -1;
  border-radius: 50%;
}
.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 {
  position: fixed;
  top: 47px;
  right: 0px;
}
.pc-btn.active::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -31%;
  left: 0%;
}

#hamburger_pc {
  position: relative;
  width: 30px;
  height: 14px;
  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(-7px) rotate(45deg);
}

#pc-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  background-color: var(--white);
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  transform: translateX(100%);
  z-index: 10;
}
#pc-nav.open {
  transform: translateX(0);
}
#pc-nav .pc-logo {
  width: 50%;
  margin-bottom: 50px;
}
#pc-nav .pc-nav-wrap .menu-header-menu-container {
  transform: unset;
  width: 100%;
}
#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-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a:hover {
  color: var(--main);
  transition: all 0.3s;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list .sub-menu {
  padding-left: 20px;
  padding-bottom: 10px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list .sub-menu li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#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: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--yellow);
  border: solid 1px var(--yellow);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  white-space: nowrap;
  padding: 20px;
  transition: all 0.3s;
  border-radius: 999px;
}
@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;
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  z-index: 1;
  -webkit-mask-position: center;
          mask-position: center;
}
@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:hover {
  background-color: var(--white);
  color: var(--main);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li a:hover::before {
  background-color: var(--main);
}
#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-head {
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-menu-tel-number {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    gap: 5px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon-tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon-tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--yellow);
  width: 30px;
  height: 30px;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    height: 15px;
  }
}
#pc-nav .pc-menu-tel-number:hover {
  opacity: 0.8;
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg);
  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);
  }
}
.sec:first-of-type {
  padding-top: 0;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .sec:first-of-type {
    margin-top: 50px;
  }
}

.sub-header {
  position: relative;
}

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

.border {
  border: solid 1px var(--main);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .border {
    padding: 10px;
  }
}

hr {
  color: #ddd;
}

.faq__list {
  background: #fff;
  padding: 60px 40px;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
}
@media screen and (max-width: 1024px) {
  .faq__list {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .faq__list {
    border-radius: 20px;
  }
}
.faq__list li {
  margin-bottom: 10px;
}

._q {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  color: var(--txt);
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1024px) {
  ._q {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
._q::before {
  content: "Q";
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  ._q::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  ._q::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ._q::before {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ._q::before {
    top: 4px;
  }
}
._q:last-of-type {
  border-bottom: none;
}
._q:hover {
  opacity: 0.7;
  cursor: pointer;
}

._a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  padding-right: 30px;
  font-size: 1.6rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  ._a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
._a::before {
  content: "A";
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--red);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  ._a::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  ._a::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ._a::before {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ._a::before {
    top: 4px;
  }
}

.plus {
  display: inline-block;
  vertical-align: 0.3em;
  color: var(--main);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .plus {
    top: 5px;
  }
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.plus.active:before {
  transform: rotate(0deg);
}

@media screen and (max-width: 1024px) {
  ._q,
  ._a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.2rem;
  }
  .faq__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.recruit .sec:nth-of-type(even) {
  position: relative;
  background-image: repeating-linear-gradient(90deg, #f3f9fd 0, #f3f9fd 24px, #ffffff 24px, #ffffff 48px);
}
.recruit .sec:nth-of-type(even)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/sand03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/sand03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  top: -4.375vw;
  left: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(90deg, #f3f9fd 0, #f3f9fd 24px, #ffffff 24px, #ffffff 48px);
}
.recruit .sec:nth-of-type(odd) {
  position: relative;
}
.recruit .sec:nth-of-type(odd)::before {
  content: "";
  display: block;
  aspect-ratio: 3080/144;
  -webkit-mask-image: url(../img/sand03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/sand03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  top: -4.375vw;
  left: 0;
  z-index: 1;
  background-color: var(--white);
  transform: scale(-1, 1);
}
.recruit .greeting::before {
  content: none;
}
.recruit .greeting .content {
  width: 70%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit .greeting .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .greeting .content::before {
  content: "";
  display: block;
  aspect-ratio: 151/135;
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  top: -2vw;
  left: -12%;
  z-index: 1;
}
.recruit .greeting .content::after {
  content: "";
  display: block;
  aspect-ratio: 151/135;
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: -2vw;
  right: -12%;
  z-index: 2;
  transform: scale(-1, 1) rotate(-75deg);
}
.recruit .requir {
  position: relative;
}
.recruit .requir__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  padding: 40px 100px;
}
@media screen and (max-width: 1024px) {
  .recruit .requir__list {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .requir__list {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .requir__list {
    padding: 20px 50px;
  }
}
.recruit .requir__item {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: dashed 1px var(--yellow);
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit .requir__item {
    margin-bottom: 15px;
  }
}
.recruit .requir__item:last-of-type {
  margin-bottom: 0;
}
.recruit .requir__item .txt {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .requir__item .txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.recruit .interview__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item {
    margin-bottom: 40px;
  }
}
.recruit .interview__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.recruit .interview__item:nth-of-type(even) .img::before {
  left: unset;
  right: -15%;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item:nth-of-type(even) .img::before {
    right: 0;
  }
}
.recruit .interview__item .img {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .interview__item .img::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/dot04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: -5vw;
  left: -15%;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .img::before {
    left: 0;
  }
}
.recruit .interview__item .img img {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .img img {
    border-radius: 10px;
  }
}
.recruit .interview__item .content {
  width: 47%;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content {
    padding-top: unset;
  }
}
.recruit .interview__item .content .name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: var(--main);
  border-bottom: solid 3px var(--main);
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.recruit .interview__item .content .experience {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: var(--main);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .experience {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .experience {
    margin-bottom: 30px;
  }
}
.recruit .interview__item .content .faq__list {
  border-radius: 10px;
  padding: 20px;
  padding-top: 40px;
  background-color: var(--blue30);
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .faq__list {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .faq__list {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .interview__item .content .faq__list {
    padding-top: 20px;
  }
}
.recruit .rec_flow {
  position: relative;
}
.recruit .rec_flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__list {
    flex-direction: column;
  }
}
.recruit .rec_flow__item {
  width: 20%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item {
    margin-bottom: 20px;
  }
}
.recruit .rec_flow__item .imgArea {
  width: 70%;
  background-color: var(--main);
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .imgArea {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .imgArea {
    width: 30%;
  }
}
.recruit .rec_flow__item .imgArea .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
  aspect-ratio: 1;
  width: 55%;
  height: auto;
}
.recruit .rec_flow__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.recruit .rec_flow__item .txt {
  background-color: var(--white);
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .txt {
    padding: 8px;
  }
}
.recruit .rec_flow__item .txt a {
  position: relative;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .txt a {
    gap: 5px;
  }
}
.recruit .rec_flow__item .txt a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 10px;
  height: auto;
  background-color: var(--main);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .txt a::after {
    width: 5px;
  }
}
.recruit .rec_flow__item .txt a:hover {
  color: var(--main);
}
.recruit .rec_flow__item svg {
  width: 6%;
  position: absolute;
  top: 20%;
  right: -8%;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item svg {
    position: unset;
    margin: auto;
    transform: rotate(90deg);
    display: block;
  }
}
.recruit .rec_flow__item svg path {
  fill: var(--main);
}
.recruit .rec_flow__item:nth-of-type(4n) svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item:nth-of-type(4n) svg {
    display: block;
  }
}
.recruit .rec_flow__item:last-of-type svg {
  display: none;
}
.recruit ._faq {
  position: relative;
}
.recruit ._faq .deco._03 {
  aspect-ratio: 1;
  background-image: url(../img/flower03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8%;
  height: auto;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
}
.recruit ._faq .deco._04 {
  aspect-ratio: 1;
  background-image: url(../img/flower03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
}
.recruit .recruitment {
  background-image: unset !important;
}
.recruit .recruitment::before {
  content: none !important;
}

.footer {
  background-color: var(--base);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer::before {
  content: "";
  display: block;
  aspect-ratio: 3080/394;
  -webkit-mask-image: url(../img/shape01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  top: -10.4166666667vw;
  left: 0;
  z-index: -1;
  background-color: var(--base);
}
.footer-inner {
  width: 95%;
  padding-right: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--txt-Color);
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column !important;
  }
}
.footer-logo a {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer-logo a {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.footer-logo a span {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .footer-logo a span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer-logo a span {
    text-align: center;
  }
}
.footer-logo img {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .footer-logo img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-address {
    margin-bottom: 30px;
  }
}
.footer-address .address {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-address .address {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-address .address {
    justify-content: center;
  }
}
.footer-address .address::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_map.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_map.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--txt-Color);
  width: 16px;
  height: 16px;
}
.footer-address .tel a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1024px) {
  .footer-address .tel a {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-address .tel a {
    justify-content: center;
  }
}
.footer-address .tel a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon-tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon-tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--txt-Color);
  width: 16px;
  height: 16px;
}
.footer-address .tel a:hover {
  color: var(--main);
}
.footer-address .tel a:hover::before {
  background-color: var(--main);
}
.footer-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.footer-nav {
  margin: auto;
}
.footer-nav .footer-menu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer-nav .footer-menu {
    flex-direction: column;
  }
}
.footer-nav .footer-menu li a {
  display: block;
  padding: 0 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer-nav .footer-menu li a {
    text-align: center;
    padding: 10px;
  }
}
.footer-nav .footer-menu li a:hover {
  color: var(--main);
  transition: all 0.3s;
}
.footer-bottom {
  width: 95%;
  margin: auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}
.footer-bottom-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-bottom-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom-nav {
    gap: 5px;
  }
}
.footer-bottom-nav .footer-menu a {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .footer-bottom-nav .footer-menu a {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer .sns-icon-wrap.flex {
    margin: auto;
  }
}

/* 遅延をつける */
.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.js-fadeUp {
  opacity: 0;
}
.js-fadeUp.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  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: 1s 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 {
  opacity: 0;
  transform: translate(30%, 30%);
  transition: 1s;
}
.js-diagonal_rightToLeft.is-show {
  opacity: 1;
  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);
  }
  30%, 100% {
    opacity: 30%;
  }
}
.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;
  }
}
.contact .bnr_tel {
  background-size: auto auto;
  background-color: #fefdef; /* ベース色 */
  background-image: repeating-linear-gradient(135deg, #fff8dc, #fff8dc 6px, #fefdef 6px, #fefdef 18px);
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fef7df 2px, #fef7df 4px);
  }
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    margin-bottom: 30px;
  }
}
.contact .bnr_tel .txt {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--main);
}
.contact .bnr_tel .cf-tel-number {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--main);
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.contact .bnr_tel .cf-tel-number svg path:nth-of-type(1) {
  stroke: var(--main);
}
.contact .bnr_tel .cf-tel-number svg path:nth-of-type(2) {
  fill: var(--main);
}

.contact-form01 {
  border: none !important;
}
.contact-form01 tbody {
  border: none !important;
}
.contact-form01 th,
.contact-form01 td {
  border: none;
  border-bottom: #ddd solid 1px;
}
.contact-form01 th {
  background-color: unset;
  color: var(--main);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 th {
    border-bottom: unset;
    text-align: left;
    padding-bottom: 0;
  }
}
.contact-form01 td {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 td {
    padding: 10px;
  }
}
.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);
  }
}

.insta__list {
  display: flex;
  gap: 6%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .insta__list {
    flex-direction: column;
  }
}
.insta__item {
  width: 47%;
  margin-bottom: 40px;
  background-color: var(--white);
  box-shadow: 0 4px 8px -6px rgba(20, 48, 72, 0.12);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .insta__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .insta__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .insta__item {
    padding: 10px;
  }
}
.insta__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .insta__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.insta__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .insta__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.insta__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .insta__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.insta__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .insta__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.insta__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .insta__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
  background: var(--title) !important;
}
#sb_instagram .sbi_follow_btn a span,
#sb_instagram #sbi_load .sbi_load_btn span {
  color: var(--white) !important;
}
#sb_instagram .sbi_follow_btn a .svg-inline--fa path,
#sb_instagram #sbi_load .sbi_load_btn .svg-inline--fa path {
  fill: var(--white) !important;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover {
  border: solid 1px var(--main) !important;
  background-color: var(--white) !important;
  box-shadow: unset !important;
}
#sb_instagram .sbi_follow_btn a:hover span,
#sb_instagram #sbi_load .sbi_load_btn:hover span {
  color: var(--main) !important;
}
#sb_instagram .sbi_follow_btn a:hover .svg-inline--fa path,
#sb_instagram #sbi_load .sbi_load_btn:hover .svg-inline--fa path {
  fill: var(--main) !important;
}