@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&family=Rampart+One&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rampart+One&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

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

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.note {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .note {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

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

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

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

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

main.panelactive {
  display: none;
}

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

.para_wrap {
  position: relative;
}
.para_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  z-index: -1;
}

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

.title01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 .en {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 4.1666666667vw;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  color: var(--main);
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .title01 .en {
    font-size: 80px;
  }
}
.title01 .en::before, .title01 .en::after {
  content: "";
  display: block;
  width: 54px;
  height: 14px;
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
}
@media screen and (max-width: 1024px) {
  .title01 .en::before, .title01 .en::after {
    width: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .title01 .en::before, .title01 .en::after {
    height: 7px;
  }
}
.title01 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--navy);
  margin-top: 30px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    margin-top: 15px;
  }
}
.title01.is-show .en {
  clip-path: inset(0);
}
.title01.is-show .ja {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title02 {
  display: flex;
  justify-content: flex-start;
  box-shadow: 0px 0px 0px 5px var(--main);
  padding: 15px;
  border: dashed 1px var(--white);
  background-color: var(--main);
  margin-bottom: 60px;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    padding: 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    padding-left: 20px;
  }
}
.title02 .en {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--white);
  font-size: 3rem;
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1024px) {
  .title02 .en {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title02 .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: var(--white);
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.title02.is-show .en {
  clip-path: inset(0);
}
.title02.is-show .ja {
  clip-path: inset(0);
  transition-delay: 0.5s;
}

.title03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}
.title03 .en,
.title03 .ja {
  display: block;
}
.title03 .en {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--main);
  font-size: 5rem;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1024px) {
  .title03 .en {
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}
.title03 .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--light02);
  margin-bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    margin-bottom: 10px;
  }
}
.title03 .ja::before {
  content: "";
  display: block;
  background-image: url(../img/icon-bone-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .title03 .ja::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 .ja::before {
    height: 10px;
  }
}
.title03.is-show .en {
  clip-path: inset(0);
}
.title03.is-show .ja {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title04 {
  color: var(--main);
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 40px;
  border-left: 10px solid var(--main);
  border-bottom: solid 1px var(--main);
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 20px;
  }
}

.title_en {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 60px;
  margin-left: 5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title_en {
    margin-bottom: 30px;
  }
}
.title_en .en {
  display: block;
  font-size: 20rem;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--bg03);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .title_en .en {
    font-size: clamp(12px, 10rem, 10rem);
  }
}
@media screen and (max-width: 500px) {
  .title_en .en {
    font-size: 4rem;
  }
}
.title_en .ja {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--main);
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .title_en .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title_en.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.title_en.is-show span:nth-of-type(2) {
  transition-delay: 0.2s;
}
.title_en.is-show span:nth-of-type(3) {
  transition-delay: 0.3s;
}
.title_en.is-show span:nth-of-type(4) {
  transition-delay: 0.4s;
}
.title_en.is-show span:nth-of-type(5) {
  transition-delay: 0.5s;
}
.title_en.is-show span:nth-of-type(6) {
  transition-delay: 0.6s;
}
.title_en.is-show span:nth-of-type(7) {
  transition-delay: 0.7s;
}
.title_en.is-show span:nth-of-type(8) {
  transition-delay: 0.8s;
}
.title_en.is-show span:nth-of-type(9) {
  transition-delay: 0.9s;
}
.title_en.is-show span:nth-of-type(10) {
  transition-delay: 1s;
}
.title_en.is-show span:nth-of-type(11) {
  transition-delay: 1.1s;
}
.title_en.is-show span:nth-of-type(12) {
  transition-delay: 1.2s;
}
.title_en.is-show span:nth-of-type(13) {
  transition-delay: 1.3s;
}
.title_en.is-show span:nth-of-type(14) {
  transition-delay: 1.4s;
}
.title_en.is-show span:nth-of-type(15) {
  transition-delay: 1.5s;
}

.title_bg {
  color: var(--light);
  font-size: 8.3333333333vw;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1.3;
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1024px) {
  .title_bg {
    color: var(--light);
  }
}
.title_bg.is-show {
  clip-path: inset(0);
}

.btn:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer !important;
}

.btn02 {
  font-size: 1.6rem;
  color: var(--navy);
  position: relative;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 40px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .btn02 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn02 {
    padding-right: 20px;
  }
}
.btn02::before {
  content: "";
  display: block;
}
.btn02::before {
  aspect-ratio: 135/110;
  background-image: url(../img/icon-arrow-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    height: 10px;
  }
}
.btn02:hover {
  color: var(--main);
}
.btn02:hover::before {
  background-image: url(../img/icon-arrow-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(5px);
  transition: all 0.3s;
}

.link {
  display: flex;
  gap: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 8px;
  }
}
.link::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-arrow-green-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .link::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .link::before {
    height: 15px;
  }
}
.link .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .link .btn-arrow {
    left: 5px;
  }
}
.link .btn-arrow path {
  fill: var(--green);
}

.bg_white {
  background-color: #fff;
}

.inner {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}

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

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

main {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .home main {
    margin-top: 78px;
  }
}

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

.tablepress {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  border: none;
}
.tablepress thead th {
  color: var(--main) !important;
  color: #fff !important;
  background-color: var(--bg_green02) !important;
  background-color: var(--main) !important;
  border-right: 1px solid #ddd !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    white-space: nowrap;
  }
}
.tablepress tbody td {
  font-size: 1.6rem;
  border-right: 1px solid #ddd !important;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  background-color: var(--main);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-1 {
    display: block;
    margin-bottom: 0;
  }
}
.tablepress tbody td.column-2 {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-2 {
    display: block;
    margin-bottom: 0;
  }
}
.tablepress.tablepress-id-11, .tablepress.tablepress-id-17 {
  background-color: var(--white) !important;
  margin-bottom: 30px;
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11, .tablepress.tablepress-id-17 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11, .tablepress.tablepress-id-17 {
    border: solid 1px #ddd !important;
  }
}
.tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
  border-bottom: solid 1px #ddd !important;
  border-right: none !important;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--white) !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-17 tbody td {
    display: block;
    width: 100%;
  }
}
.tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--white) !important;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-17 tbody td.column-1 {
    display: block;
    width: 100%;
    background-color: var(--main) !important;
    color: var(--white);
  }
}

.tablepress-table-name {
  background-color: unset;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    margin-bottom: 30px;
  }
}
.tablepress-table-name span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: var(--main);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    margin-bottom: 10px;
  }
}

.tablepress-table-description {
  font-size: 1.6rem;
  margin-bottom: 60px;
  background-color: unset;
  line-height: 1.8;
  border: solid 1px var(--main);
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 30px;
  }
}
.tablepress-table-description a {
  text-decoration: underline;
  color: var(--main);
}
.tablepress-table-description.tablepress-table-description-id-8, .tablepress-table-description.tablepress-table-description-id-9 {
  text-align: left;
}

table {
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  table {
    margin-bottom: 30px;
  }
}
table th,
table td {
  border: solid 1px #ddd;
  font-size: 1.8rem;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    padding: 5px;
  }
}

.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

#yt_player  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
.mv__content video,
.mv__content iframe {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 600px) {
  .mv__content video,
  .mv__content iframe {
    aspect-ratio: 600/850;
  }
}

.slider__wrap {
  padding-top: 0px;
  padding-bottom: 0 !important;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap {
    padding-bottom: 50px;
  }
}
.slider__wrap .catch {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(16px, 2.0833333333vw, 4rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch {
    font-size: clamp(12px, 3.90625vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch {
    width: 90%;
    left: 0;
    right: 0;
  }
}
.slider__wrap .ticker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  overflow: unset;
  border: none;
}
.slider__wrap .ticker li {
  color: white;
  font-size: 4rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .ticker li {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.slider__wrap .slider {
  width: calc(100% - 40px);
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .slider {
    width: calc(100% - 40px);
  }
}
.slider__wrap .slider::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slider__wrap .slider.load_compleet .border._01 {
  animation: stroke-width 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .border._02 {
  animation: stroke-height 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.slider__wrap .slider.load_compleet .border._03 {
  animation: stroke-width 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .border._04 {
  animation: stroke-height 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.slider__wrap .slider.load_compleet .deco {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .deco._01 {
  animation-delay: 0.2s;
}
.slider__wrap .slider.load_compleet .deco._02 {
  animation-delay: 0.4s;
}
.slider__wrap .slider.load_compleet .deco._03 {
  animation-delay: 0.6s;
}
.slider__wrap .slider.load_compleet .catch__wrap {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.slider__wrap .g-sub-nav-list {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list {
    display: none;
  }
}
.slider__wrap .g-sub-nav-list li a {
  width: 100%;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  color: var(--main);
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.slider__wrap .g-sub-nav-list li a::before {
  content: "";
  display: block;
  height: auto;
}
.slider__wrap .g-sub-nav-list li a.subNav_1 span {
  color: var(--main);
  font-weight: 700;
  font-size: 1.8rem;
  transform: rotate(-90deg);
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li a.subNav_1 span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.slider__wrap .g-sub-nav-list li a.subNav_1 span:nth-of-type(3), .slider__wrap .g-sub-nav-list li a.subNav_1 span:nth-of-type(8) {
  transform: rotate(0);
}
.slider__wrap .g-sub-nav-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.slider__wrap .g-sub-nav-list li:nth-of-type(1) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li:nth-of-type(1) a::before {
    width: 9px;
  }
}
.slider__wrap .g-sub-nav-list li:nth-of-type(2) a::before {
  aspect-ratio: 1024/768;
  background-image: url(../img/icon_mail_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li:nth-of-type(2) a::before {
    width: 9px;
  }
}
.slider__wrap .scroll {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 100px;
  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(--txt);
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    display: none;
  }
}
.slider__wrap .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%;
  }
}
.slider__wrap .catch__wrap {
  position: absolute;
  top: 70%;
  right: 5%;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap {
    top: 80%;
  }
}
.slider__wrap .catch__wrap .catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch {
    margin-bottom: 10px;
  }
}
.slider__wrap .catch__wrap .catch::after {
  content: "";
  background-image: url(../img/dot_01.png);
  background-repeat: repeat-x;
  background-size: 40px;
  background-position: center;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider__wrap .catch__wrap .catch span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: var(--txt);
  text-align: right;
  display: block;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span {
    font-size: 1.2rem;
  }
}
.slider__wrap.load_completion .deco._01 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.slider__wrap.load_completion .catch__wrap {
  position: absolute;
  top: 50%;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .slider__wrap.load_completion .catch__wrap {
    top: 45%;
  }
}
.slider__wrap.load_completion .catch__wrap .catch {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

iframe {
  width: 100%;
}

.f-news {
  background-color: var(--light03);
  position: relative;
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 276/444;
  background-image: url(../img/iland.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  top: 5%;
  right: -3%;
  z-index: 1;
  opacity: 0.2;
}
.f-news::after {
  content: "";
  display: block;
  aspect-ratio: 465/520;
  background-image: url(../img/icon-footprints-gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 1%;
  z-index: 1;
  opacity: 0.2;
}
.f-news .title03 .ja {
  display: none;
}
.f-news .box {
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-news .box {
    margin-bottom: 50px;
  }
}
.f-news .box .item {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-news .box .item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-news .link {
  color: var(--white);
  transition: all 0.3s;
}
.f-news .link:hover {
  color: var(--green);
  transition: all 0.3s;
}
.f-news .news-list01 {
  flex-grow: 1;
  background-color: var(--white);
  padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 {
    padding: 20px 10px;
  }
}
.f-news .news-list01 li .date {
  color: var(--main);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.f-news .news-list01 li .news-cat {
  display: none;
}
.f-news .news-list01 li .news-txt a:hover {
  color: var(--main);
  opacity: 1;
}
.f-news .title03 .en {
  text-align: center;
  margin: auto;
}
.f-news .insta {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .f-news #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.f-news #sb_instagram .sbi_follow_btn a {
  background: var(--main) !important;
}
.f-news #sb_instagram .sbi_follow_btn a:hover {
  box-shadow: inset 0 0 10px 20px var(--navy);
}

.bnrArea {
  position: relative;
  aspect-ratio: 3.5;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .bnrArea {
    background-attachment: unset;
    aspect-ratio: unset;
    padding-top: 20px;
  }
}
.bnrArea::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bnrArea::after {
  content: "";
  display: block;
  aspect-ratio: 1336/284;
  width: 600px;
  height: auto;
  background-image: url(../img/half_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .bnrArea::after {
    width: 300px;
  }
}
.bnrArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bnrArea a .inner {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
.bnrArea a .inner .img {
  width: 50%;
  margin-bottom: 30px;
  transform: scale(1);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .bnrArea a .inner .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .bnrArea a .inner .img {
    margin-bottom: 15px;
  }
}
.bnrArea a .inner .img img {
  width: 60%;
  margin: auto;
}
.bnrArea a .inner .content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .bnrArea a .inner .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bnrArea a .inner .content .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .bnrArea a .inner .content .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .bnrArea a .inner .content .txt {
    margin-bottom: 15px;
  }
}
.bnrArea a .inner .content .btn01 {
  background-color: var(--white);
}
.bnrArea a .inner .content .btn01 .btn-arrow {
  fill: var(--main);
}
.bnrArea a .inner .content .btn {
  color: var(--main);
}
.bnrArea a:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.bnrArea a:hover .content .btn01 {
  background-color: var(--main);
}
.bnrArea a:hover .content .btn01 .btn-arrow {
  fill: var(--white);
}
.bnrArea a:hover .content .btn {
  color: var(--white);
}
.bnrArea #page-top_footer {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .bnrArea #page-top_footer {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .bnrArea #page-top_footer {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .bnrArea #page-top_footer {
    bottom: 5px;
  }
}
.bnrArea #page-top_footer a {
  display: block;
}

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

.f-document .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-document .title01 {
    margin-bottom: 20px;
  }
}
.f-document .title01 .ja,
.f-document .title01 .en {
  text-align: center;
}
.f-document .list {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .f-document .list {
    flex-direction: column;
  }
}
.f-document .list li {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-document .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li {
    margin-bottom: 15px;
  }
}
.f-document .list li.is-show:nth-of-type(2) {
  animation-delay: 0.1s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(3) {
  animation-delay: 0.15s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(4) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(5) {
  animation-delay: 0.25s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(6) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(7) {
  animation-delay: 0.35s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(8) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(9) {
  animation-delay: 0.45s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(10) {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(11) {
  animation-delay: 0.55s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(12) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(13) {
  animation-delay: 0.65s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(14) {
  animation-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.f-document .list li.is-show:nth-of-type(15) {
  animation-delay: 0.75s;
}
@media screen and (max-width: 1024px) {
  .f-document .list li.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.f-document .list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 20px 30px;
  position: relative;
  border: solid 2px var(--main);
}
@media screen and (max-width: 1024px) {
  .f-document .list li a {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a {
    padding: 10px 15px;
  }
}
.f-document .list li a::before, .f-document .list li a::after {
  content: "";
  display: block;
  height: auto;
}
.f-document .list li a::before {
  background-image: url(../img/icon-pdf-main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .f-document .list li a::before {
    width: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a::before {
    height: 10px;
  }
}
.f-document .list li a::after {
  background-image: url(../img/icon-dl-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .f-document .list li a::after {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a::after {
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a::after {
    right: 15px;
  }
}
.f-document .list li a:hover {
  background-color: var(--main);
  color: var(--white);
}
.f-document .list li a:hover::before {
  background-image: url(../img/icon-pdf-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .f-document .list li a:hover::before {
    width: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .list li a:hover::before {
    height: 10px;
  }
}
.f-document .list li a:hover::after {
  background-image: url(../img/icon-dl-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.f-greeting {
  background-color: var(--light03);
  position: relative;
}
.f-greeting::before {
  content: "";
  display: block;
  aspect-ratio: 733/491;
  background-image: url(../img/icon-bone-02-gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  top: 0%;
  right: 3%;
  opacity: 0.2;
  z-index: 1;
}
.f-greeting .inner {
  position: relative;
  z-index: 2;
}
.f-greeting .greeting__txt .txt {
  font-size: 1.6rem;
  width: 65%;
  margin: auto;
  background: #fff;
  padding: 80px 40px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 150px;
  margin-bottom: 250px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1400px) {
  .f-greeting .greeting__txt .txt {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt {
    margin-bottom: 75px;
  }
}
.f-greeting .greeting__txt .txt::before {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  z-index: 3;
  aspect-ratio: 408/268;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 400px;
  top: -150px;
  left: -200px;
  transform: rotate(-10deg);
  opacity: 0.9;
  animation: yurari_10deg 5s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt::before {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt::before {
    top: -75px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt::before {
    left: -100px;
  }
}
.f-greeting .greeting__txt .txt::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  z-index: 3;
  aspect-ratio: 1300/868;
  background-image: url(../img/greeting01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 500px;
  bottom: -250px;
  right: -200px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .greeting__txt .txt::after {
    position: unset;
    margin-top: 30px;
    width: 100%;
  }
}
.f-greeting .about .title03 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .title03 {
    margin-bottom: 30px;
  }
}
.f-greeting .about .title03 .en,
.f-greeting .about .title03 .ja {
  text-align: center;
}
.f-greeting .about .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box {
    margin-bottom: 40px;
  }
}
.f-greeting .about .box .img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .img {
    width: 70%;
    margin: auto;
  }
}
.f-greeting .about .box .img::before {
  content: "";
  display: block;
  background-image: url(../img/txt-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1;
  animation: roll 30s linear infinite;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .img::before {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .img::before {
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .img::before {
    top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .img::before {
    left: -50px;
  }
}
.f-greeting .about .box .content {
  width: 55%;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .content {
    padding-top: 50px;
  }
}
.f-greeting .about .box .content .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .box .content .txt {
    margin-bottom: 40px;
  }
}
.f-greeting .about .bnr {
  display: block;
  background-color: var(--navy);
  padding: 10px;
  margin-top: 100px;
  width: 50%;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr {
    max-width: 450px;
  }
}
.f-greeting .about .bnr__content {
  border: 1px dashed var(--white);
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__content {
    padding: 15px;
  }
}
.f-greeting .about .bnr__content::before, .f-greeting .about .bnr__content::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
.f-greeting .about .bnr__content::before {
  aspect-ratio: 733/491;
  background-image: url(../img/icon-bone-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__content::before {
    top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__content::before {
    left: 5px;
  }
}
.f-greeting .about .bnr__content::after {
  aspect-ratio: 465/520;
  background-image: url(../img/icon-footprints.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__content::after {
    bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__content::after {
    right: 5px;
  }
}
.f-greeting .about .bnr__txt {
  color: var(--white);
  text-align: center;
}
.f-greeting .about .bnr__txt .en {
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__txt .en {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-greeting .about .bnr__txt .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .f-greeting .about .bnr__txt .ja {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-greeting .about .bnr:hover {
  background-color: var(--gray);
}
.f-greeting .about .bnr:hover .bnr__content {
  border: 1px dashed var(--navy);
}
.f-greeting .about .bnr:hover .bnr__content::before {
  background-image: url(../img/icon-bone-02-navy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-greeting .about .bnr:hover .bnr__content::after {
  background-image: url(../img/icon-footprints-navy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-greeting .about .bnr:hover .bnr__txt {
  color: var(--navy);
}

.f-menu {
  background-color: var(--light02);
}
.f-menu .menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.f-menu .menu__item {
  width: 47%;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item {
    margin-bottom: 10px;
  }
}
.f-menu .menu__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-menu .menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  gap: 20px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a {
    gap: 10px;
  }
}
.f-menu .menu__item a::before {
  content: "";
  display: block;
  background-image: url(../img/icon-arrow-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    right: 10px;
  }
}
.f-menu .menu__item a .img {
  width: 50%;
  overflow: hidden;
}
.f-menu .menu__item a .img img {
  aspect-ratio: 1;
  height: auto;
  transform: scale(1);
  transition: all 0.3s;
}
.f-menu .menu__item a .content {
  width: 50%;
}
.f-menu .menu__item a .content .title .en {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .content .title .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-menu .menu__item a .content .title .ja {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .content .title .ja {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.f-menu .menu__item a:hover {
  background-color: var(--main);
  transition: all 0.3s;
}
.f-menu .menu__item a:hover::before {
  background-image: url(../img/icon-arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-menu .menu__item a:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.f-menu .menu__item a:hover .content .title .en {
  color: var(--white);
}
.f-menu .menu__item a:hover .content .title .ja {
  color: var(--white);
}

.f-service {
  background-color: var(--light);
}
.f-service .serive__item {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item {
    margin-bottom: 30px;
  }
}
.f-service .serive__item .img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-service .serive__item .img.is-show {
  animation-delay: 0.2s;
}
.f-service .serive__item .img img {
  aspect-ratio: 3/2;
  height: auto;
}
.f-service .serive__item .content {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-service .serive__item .txtArea {
  width: 110%;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item .txtArea {
    padding: 15px;
  }
}
.f-service .serive__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.f-service .serive__item:nth-of-type(even) .title03 .ja {
  justify-content: flex-end;
}
.f-service .serive__item:nth-of-type(even) .title03 .en {
  text-align: right;
}
.f-service .serive__item:nth-of-type(even) .txtArea {
  margin-left: -10%;
}
@media screen and (max-width: 1024px) {
  .f-service .serive__item:nth-of-type(even) .txtArea {
    margin-left: unset;
  }
}

.f-overview {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .f-overview {
    padding-bottom: 75px;
  }
}
.f-overview .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-overview .box {
    margin-bottom: 40px;
  }
}
.f-overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    margin-bottom: 30px;
  }
}
.f-overview .box .item img {
  aspect-ratio: 3/2;
  height: auto;
}
.f-overview .map {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .f-overview .map {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .map iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;
}
.marquee .marquee-content {
  display: inline-block;
  animation: marquee 35s linear infinite;
}
.marquee .marquee-content p {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  font-size: 18rem;
  line-height: 1.3em;
  color: var(--bg);
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .marquee .marquee-content p {
    font-size: clamp(12px, 9rem, 9rem);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--main);
  border-bottom: 3px solid var(--white);
  box-shadow: 0 1px 0 3px #18254a, 0 4px 0 3px #fff, 0 7px 0 5px #4c2e30;
  padding: 7px 0px 5px;
  z-index: 999;
}
.header.scrolled .header-content02 {
  transform: translateY(-200%);
  transition: all 0.5s;
}
.header .logo {
  max-width: 360px;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .header .logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    width: 100%;
    margin-top: 0;
  }
}
.header .logo a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header .logo a {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header .logo a p {
  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) {
  .header .logo a p {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
@media screen and (max-width: 1100px) {
  .header .logo a p {
    font-size: 30px;
  }
}
.header .header-box01 .header-box-inner01.flex {
  width: 90%;
}
@media screen and (max-width: 1700px) {
  .header .header-box01 .header-box-inner01.flex {
    width: 95%;
  }
}
.header .logoNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .logoNav .menu-header-menu-container {
  width: calc(100% - 250px);
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
}
.header .header-menu {
  background-color: unset;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.header .header-menu > li {
  flex: 1;
  padding: 0;
}
.header .header-menu > li.current-menu-item a {
  color: var(--light02) !important;
}
.header .header-menu > li:last-of-type {
  border-right: unset;
}
.header .header-menu > li:last-of-type a {
  padding-right: 0;
}
.header .header-menu > li a {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1500px) {
  .header .header-menu > li a {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header-menu > li a {
    font-size: 1.3rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu > li a {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.header .header-menu > li a .en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: var(--gray);
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a .en {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.header .header-menu > li a .en:first-letter {
  color: var(--blue);
}
.header .header-menu > li a:hover {
  opacity: 1;
  color: var(--light02);
}

.header-sub-box {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  display: flex;
  justify-content: end;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.header-sub-box .g-nav-tel-pc a {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  letter-spacing: 0.1em;
  border-right: none;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    writing-mode: unset;
    border-left: none;
    border-bottom: none;
  }
}
.header-sub-box .g-nav-tel-pc a::before {
  content: "";
  display: block;
  aspect-ratio: 139/132;
  background-image: url(../img/icon-tel-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: auto;
}
.header-sub-box .g-nav-tel-pc a:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.header-sub-box .g-nav-tel-pc a:hover::before {
  transform: scale(1.05);
  transition: all 0.3s;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    flex-direction: row;
    justify-content: center;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li {
    width: 47%;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: var(--main);
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 0;
  letter-spacing: 0.1em;
  padding: 10px;
  border: solid 1px var(--main);
}
@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);
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    padding: 5px;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover {
  background-color: var(--white);
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a::before {
  content: "";
  display: block;
  aspect-ratio: 139/132;
  background-image: url(../img/icon-mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 20px;
  height: auto;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover::before {
  background-image: url(../img/icon-mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body:not(.home) .header .header-menu > li a {
  color: var(--white);
}
body:not(.home) .header .header-menu > li a:hover {
  color: var(--light02);
}

.fix_nav {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.fix_nav.scrolled .sns-sub-nav li a {
  color: var(--txt);
}
.fix_nav.scrolled .sns-sub-nav li a svg {
  display: block;
}
.fix_nav.scrolled .sns-sub-nav li a svg path {
  fill: var(--txt);
}
@media screen and (max-width: 1024px) {
  .fix_nav.scrolled .sns-sub-nav li a svg path {
    fill: var(--white);
  }
}
.fix_nav.scrolled.is-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav.scrolled.is-hidden {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-icon-wrap {
    margin-bottom: 0;
    background-color: var(--txt);
    padding: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-icon-list {
    width: 90%;
    margin: auto;
  }
}
.fix_nav .sns-sub-nav {
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li {
    flex: 1;
  }
}
.fix_nav .sns-sub-nav li a {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li a {
    color: var(--white) !important;
    font-size: 24px;
  }
}
.fix_nav .sns-sub-nav li a svg {
  display: block;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li a svg {
    height: 24px;
  }
  .fix_nav .sns-sub-nav li a svg path {
    fill: var(--white);
  }
}
@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 {
  background-color: var(--navy) !important;
  border: solid 1px var(--navy);
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li {
    padding: 5px;
    margin-bottom: 0;
    width: 100%;
  }
}
.fix_nav .fix_nav_list li a {
  border: solid 1px var(--white);
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: auto;
  color: var(--white);
  padding: 20px 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    aspect-ratio: unset;
    width: 100%;
    padding: 10px;
    gap: 10px;
    writing-mode: unset;
    flex-direction: row;
    border: solid 1px var(--white);
  }
  .fix_nav .fix_nav_list li a br {
    display: none;
  }
}
.fix_nav .fix_nav_list li a::before {
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/icon-reserve-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a::before {
    width: 15px;
  }
}
.fix_nav .fix_nav_list li a:hover {
  transition: all 0.3s;
  background-color: var(--white) !important;
  color: var(--navy);
}
.fix_nav .fix_nav_list li a:hover::before {
  background-image: url(../img/icon-reserve-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover {
  background-color: #fff;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-mail-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sp-header .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;
  text-align: left;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .sp-header .logo a {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.sp-header02 {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 50px;
}
.sp-header02 .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: var(--white);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sp-header02 .logo a {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.sp-header-icon-list {
  width: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.sp-header-icon-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
}

@media screen and (max-width: 400px) {
  .sp-header-inner .logo img {
    max-height: 30px;
  }
}

.mobile-logo {
  padding: 0;
}
.mobile-logo a {
  color: var(--main);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mobile-logo a {
    gap: 5px;
  }
}
.mobile-logo a p {
  color: var(--main);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  letter-spacing: 0.2em;
  font-size: 2rem;
}

.mobile-sub-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
}
.mobile-sub-nav li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_mail_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}
.mobile-sub-nav li:nth-of-type(1) a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-reserve-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  content: "";
  aspect-ratio: 201/136;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}

.mobile-nav-wrap .mobile-menu-list {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li a .en {
  display: none;
}

.mobile-sns-sub-nav .fa-brands,
.mobile-sns-sub-nav .fab {
  color: var(--txt) !important;
}

@media screen and (max-width: 1024px) {
  .btn__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.btn__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .btn__list li {
    margin-bottom: 0;
    width: 90%;
  }
}
.btn__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  height: auto;
  background-color: var(--white) !important;
  color: var(--main);
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn__list li a {
    aspect-ratio: unset;
    width: 100%;
    padding: 10px;
    gap: 10px;
    writing-mode: unset;
  }
  .btn__list li a br {
    display: none;
  }
}
.btn__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
}
.btn__list li a:hover {
  transition: all 0.3s;
  background-color: var(--white) !important;
  color: var(--blue02);
}
.btn__list li:nth-of-type(1) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-reserve-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn__list li:nth-of-type(1) a:hover {
  background-color: var(--light);
}
.btn__list li:nth-of-type(1) a:hover::before {
  aspect-ratio: 1;
  background-image: url(../img/icon-reserve-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fix_nav_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 96%;
    margin: auto;
  }
}
.fix_nav_sp li {
  width: 49%;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 10px 10px 0 0;
}
.fix_nav_sp li .head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  font-size: 10px;
  color: var(--blue);
  background-color: unset;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li .head {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.fix_nav_sp li a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: var(--blue);
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.fix_nav_sp li:nth-of-type(2) {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}
.fix_nav_sp li:nth-of-type(2) .head {
  color: var(--orange02);
}
.fix_nav_sp li:nth-of-type(2) a {
  color: var(--orange02);
}

#loading {
  position: relative;
}
#loading::before, #loading::after {
  content: "";
  display: block;
  aspect-ratio: 506/295;
  background-image: url(../img/guide_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  height: auto;
  opacity: 70%;
}
#loading::before {
  position: absolute;
  left: 0;
  top: 0;
}
#loading::after {
  position: absolute;
  right: 0;
  bottom: 0;
}

.spin-wrap {
  width: 20%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 40%;
  }
}
.spin-wrap .logo {
  color: var(--main);
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.loaded {
  display: none;
}

.pc-btn {
  position: fixed;
  top: -55px;
  right: -42px;
  width: 140px;
  height: 140px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 2%;
  padding-right: 1%;
  transition: all 0.4s ease-out;
  cursor: pointer;
  transform: translateX(100%);
  background-color: var(--main);
}
.pc-btn .pc-btn-txt {
  position: relative;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pc-btn .pc-btn-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.pc-btn.scrolled {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .pc-btn.scrolled {
    display: none;
  }
}
.pc-btn.active::before {
  content: none;
}

#hamburger_pc {
  position: relative;
  width: 60px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
#hamburger_pc span {
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  border-radius: 0px;
}
#hamburger_pc span:nth-of-type(1) {
  top: 0;
}
#hamburger_pc span:nth-of-type(2) {
  bottom: 0;
}
#hamburger_pc.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
#hamburger_pc.active span:nth-of-type(2) {
  transform: translateY(-12px) rotate(45deg);
}

#pc-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background-color: rgba(135, 201, 164, 0.9);
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  transform: translateX(100%);
  z-index: 999;
}
#pc-nav.open {
  transform: translateX(0);
}
#pc-nav .pc-logo {
  width: 50%;
  margin-bottom: 50px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list {
  width: 100%;
  margin-bottom: 60px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
  display: block;
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--white);
  color: var(--navy);
  border-bottom: solid 1px var(--navy);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}
#pc-nav .pc-sub-nav-list li {
  width: 47%;
  margin: auto;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list li a::before {
  content: "";
  display: block;
  background-image: url(../img/icon-mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a::before {
    height: 10px;
  }
}
#pc-nav .pc-sub-nav-list li a span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list li a:hover {
  background-color: var(--green);
  color: var(--white);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li a:hover::before {
  background-image: url(../img/icon-mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#pc-nav .pc-menu-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#pc-nav .pc-menu-tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#pc-nav .pc-menu-tel-box:nth-of-type(2) .pc-menu-tel-head {
  background-color: #83cede;
}
#pc-nav .pc-menu-tel-head {
  color: #fff;
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-menu-tel-number {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    gap: 5px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #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 {
  color: var(--green);
  transition: all 0.3s;
}
#pc-nav .pc-menu-tel-number:hover svg path:first-of-type {
  stroke: var(--green);
}
#pc-nav .pc-menu-tel-number:hover svg path:nth-of-type(2) {
  fill: var(--green);
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 9999;
  animation: byeShutter 2s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background: var(--main);
  width: 0;
  height: 1px;
  animation: shutterOpen1 2s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #f3f3f3;
  animation: shutterOpen2 2s forwards;
}
.shutter .logo img {
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 0px;
  }
  50% {
    width: 100%;
    height: 0px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
.sub-header {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .sub-header {
    margin-top: 78px;
  }
}
.sub-header-txt {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: var(--main);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    background-color: var(--main);
    color: var(--white);
  }
}

.title_bg {
  color: var(--light);
  margin-left: 5%;
}

.sec._01 {
  position: relative;
}
.sec._01::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon-footprints-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  z-index: -1;
}
.sec._02 {
  background-color: var(--light);
  position: relative;
}
.sec._02::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon-bone-02-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: 1;
  transform: scale(-1, 1);
}
.sec._02 .inner {
  position: relative;
  z-index: 2;
}

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

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

.contact-band {
  position: relative;
  background: url(../img/para_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    background-attachment: unset;
  }
}
.contact-band::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .title02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contact-band .title02 .en {
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .contact-band .title02 .en {
    font-size: 2.5rem;
  }
}
.contact-band .title02 .en::before {
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .contact-band .title02 .en::before {
    content: none;
  }
}
.contact-band .title02 .ja {
  color: var(--white);
}
.contact-band-inner {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    width: 90%;
  }
}
.contact-band-inner-content {
  border-radius: 10px;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner-content {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner-content {
    padding: 15px 10px;
  }
}
.contact-band-btn {
  font-size: clamp(16px, 1.1458333333vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: unset;
  background-color: var(--white);
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .contact-band-btn {
    font-size: clamp(12px, 2.1484375vw, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-btn {
    gap: 8px;
  }
}
.contact-band-btn::before {
  content: "";
  display: block;
  background-image: url(../img/icon-mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 22px;
  height: 22px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band-btn::before {
    width: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-btn::before {
    height: 11px;
  }
}
.contact-band-btn:hover {
  background-color: var(--main);
  color: var(--white);
}
.contact-band-btn:hover::before {
  background-image: url(../img/icon-mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-band-tel-block {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: unset;
  width: 100%;
}
.contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  padding: 10px 40px;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  color: var(--txt);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}
.contact-band .box {
  justify-content: space-between;
}
.contact-band .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.contact-band .box .item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.contact-band .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.contact-band .box .item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.contact-band .box .item._content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-band .cf-cb-txt {
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    text-align: center;
  }
}
.contact-band .cf-tel-number {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--white);
  display: flex !important;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 5px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    height: 15px;
  }
}
.contact-band .cf-tel-number:hover {
  color: var(--main);
}
.contact-band .cf-tel-number:hover::before {
  background-image: url(../img/icon-tel-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body:not(.home) main {
  position: relative;
}
body:not(.home) main::after {
  content: "";
  display: block;
  aspect-ratio: 1336/284;
  width: 600px;
  height: auto;
  background-image: url(../img/half_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  body:not(.home) main::after {
    width: 300px;
  }
}
body:not(.home) main #page-top_footer {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body:not(.home) main #page-top_footer {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) main #page-top_footer {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) main #page-top_footer {
    bottom: 5px;
  }
}
body:not(.home) main #page-top_footer a {
  display: block;
}
body.archive main::after, body.single main::after, body.all-news main::after, body.contact main::after, body.thanks main::after, body.error404 main::after {
  content: none;
}

.about .sec._03 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .about .sec._03 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  .about .sec._03 .title01 .en {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .about .sec._03 .title01 .en {
    font-size: 16px;
  }
}
.about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .about__list {
    flex-direction: column;
  }
}
.about__item {
  width: 47%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about__item {
    margin-bottom: 30px;
  }
}
.about__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .about__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.about__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .about__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.about__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .about__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.about__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .about__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.about__item .title02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .about__item .title02 {
    margin-bottom: 15px;
  }
}
.about__item .title02 .ja {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about__item .title02 .ja {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.about__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .about__item .img {
    margin-bottom: 10px;
  }
}
.about__item .img img {
  aspect-ratio: 3/2;
}
.about__item .content .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .about__item .content .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .com-faq01-list {
  background-color: var(--white);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-list {
    padding: 20px;
  }
}
.about .com-faq01-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-list li {
    margin-bottom: 5px;
  }
}
.about .com-faq01-list li:last-of-type {
  margin-bottom: 0;
}
.about .com-faq01-q {
  padding-left: 35px;
  padding-right: 60px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q {
    padding-left: 17.5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q {
    gap: 5px;
  }
}
.about .com-faq01-q::before {
  content: "Q";
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-q::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .com-faq01-q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.about .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: 20px;
}
@media screen and (max-width: 1024px) {
  .about .plus {
    top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .plus {
    right: 10px;
  }
}
.about .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;
}
.about .plus.active:before {
  transform: rotate(0deg);
}
.about .com-faq01-a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  padding-right: 60px;
  font-size: 1.6rem;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-a {
    padding-left: 17.5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-a {
    gap: 5px;
  }
}
.about .com-faq01-a::before {
  content: "A";
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--light02);
}
@media screen and (max-width: 1024px) {
  .about .com-faq01-a::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about ._03 .title02 .ja {
  font-size: 2.4rem;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .about ._03 .title02 .ja {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.about ._03 .parent {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent {
    margin-bottom: 60px;
  }
}
.about ._03 .parent__list {
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__list {
    margin-bottom: 40px;
  }
}
.about ._03 .parent__item {
  width: 30%;
  cursor: pointer;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item {
    margin-bottom: 30px;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.about ._03 .parent__item.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__item.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.about ._03 .parent__img {
  position: relative;
}
.about ._03 .parent__img:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.about ._03 .parent__img .img {
  overflow: hidden;
}
.about ._03 .parent__img .img img {
  aspect-ratio: 1;
  transform: scale(1);
  transition: all 0.3s;
}
.about ._03 .parent__img .name {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main);
  color: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  margin-bottom: 0;
  padding: 10px 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name {
    bottom: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name {
    gap: 8px;
  }
}
.about ._03 .parent__img .name::after {
  content: "";
  display: block;
  background-image: url(../img/icon_arrow_bottom-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name::after {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent__img .name::after {
    height: 8px;
  }
}
.about ._03 .parent__img.active .name::after {
  transform: rotate(180deg);
}
.about ._03 .parent__content {
  height: 0;
  overflow: hidden;
  background-color: var(--main);
}
.about ._03 .parent .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content {
    padding: 10px;
  }
}
.about ._03 .parent .content .img_main,
.about ._03 .parent .content .img_sub {
  background-color: var(--white);
  padding: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .img_main,
  .about ._03 .parent .content .img_sub {
    padding: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .img_main,
  .about ._03 .parent .content .img_sub {
    margin-bottom: 15px;
  }
}
.about ._03 .parent .content .gender .title,
.about ._03 .parent .content .color .title,
.about ._03 .parent .content .personality .title {
  border-bottom: solid 3px var(--white);
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .gender .title,
  .about ._03 .parent .content .color .title,
  .about ._03 .parent .content .personality .title {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .gender .title,
  .about ._03 .parent .content .color .title,
  .about ._03 .parent .content .personality .title {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about ._03 .parent .content .gender .txt,
.about ._03 .parent .content .color .txt,
.about ._03 .parent .content .personality .txt {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 20px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .gender .txt,
  .about ._03 .parent .content .color .txt,
  .about ._03 .parent .content .personality .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .about ._03 .parent .content .gender .txt,
  .about ._03 .parent .content .color .txt,
  .about ._03 .parent .content .personality .txt {
    padding: 10px;
  }
}
.about ._03 .parent .content .gender .txt,
.about ._03 .parent .content .color .txt {
  text-align: right;
}
.about ._03 .gallery {
  background-color: var(--light);
  padding: 60px 30px;
}
@media screen and (max-width: 1024px) {
  .about ._03 .gallery {
    padding: 30px 15px;
  }
}
.about ._03 .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  .about ._03 .gallery__list {
    gap: 6%;
  }
}
.about ._03 .gallery__item {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .about ._03 .gallery__item {
    width: 47%;
  }
}
.about ._03 .gallery__item:hover {
  opacity: 0.8;
}

.life .note {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .life .note {
    margin-bottom: 30px;
  }
}
.life .gallery .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .life .gallery .title01 {
    margin-bottom: 30px;
  }
}
.life .gallery .title01 .ja,
.life .gallery .title01 .en {
  text-align: center;
}
.life .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.life .gallery__list li {
  width: 22%;
  aspect-ratio: 384/256;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li {
    width: 47%;
  }
}
.life .gallery__list li.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.life .gallery__list li.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.life .gallery__list li a {
  display: block;
  overflow: hidden;
}
.life .gallery__list li a img {
  aspect-ratio: 384/256;
  transform: scale(1);
  transition: all 0.3s;
}
.life .gallery__list li a:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.life .gallery__list li p {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  color: var(--main);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  z-index: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .life .gallery__list li p {
    padding: 5px 10px;
  }
}

.tab-panel-a .tab-group .tab {
  border-radius: 0;
}
.tab-panel-a .tab-group .tab.is-active, .tab-panel-a .tab-group .tab:hover {
  position: relative;
}
.tab-panel-a .tab-group .tab.is-active::before, .tab-panel-a .tab-group .tab:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid var(--main);
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group .tab.is-active::before, .tab-panel-a .tab-group .tab:hover::before {
    bottom: -7px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .tab-group .tab.is-active::before, .tab-panel-a .tab-group .tab:hover::before {
    content: none;
  }
}
.tab-panel-a .panel-group {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #d59e8b 3px, #d59e8b 6px);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .panel-group {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #d59e8b 2px, #d59e8b 4px);
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .panel-group {
    padding: 10px;
  }
}
.tab-panel-a .panel {
  background-color: var(--white);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .panel {
    padding: 10px;
  }
}
.tab-panel-a .bg_en {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .bg_en {
    margin-bottom: 30px;
  }
}
.tab-panel-a .bg_en .en {
  color: var(--light02);
}
.tab-panel-a .flow__list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li {
    margin-bottom: 30px;
  }
}
.tab-panel-a .flow__list li .img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tab-panel-a .flow__list li .content {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tab-panel-a .flow__list li .titleArea {
  display: flex;
  gap: 30px;
  border-bottom: 3px solid var(--main);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .titleArea {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .titleArea {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .titleArea {
    padding-bottom: 10px;
  }
}
.tab-panel-a .flow__list li .titleArea .time,
.tab-panel-a .flow__list li .titleArea .title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .titleArea .time,
  .tab-panel-a .flow__list li .titleArea .title {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
.tab-panel-a .flow__list li .titleArea .time {
  width: 18%;
  min-width: 120px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .flow__list li .titleArea .time {
    min-width: 60px;
  }
}
.tab-panel-a .flow__list li .titleArea .title {
  width: 80%;
}
.tab-panel-a .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list {
    flex-direction: column;
  }
}
.tab-panel-a .event__list li {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list li.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list li.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.tab-panel-a .event__list .title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
  border-bottom: dotted 5px var(--main);
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .title {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.tab-panel-a .event__list .img__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__list {
    margin-bottom: 8px;
  }
}
.tab-panel-a .event__list .img__item {
  width: 47%;
  background: #fff;
  padding: 80px 40px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__item {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .img__item {
    margin-bottom: 10px;
  }
}
.tab-panel-a .event__list .img__item img {
  aspect-ratio: 1;
  height: auto;
}
.tab-panel-a .event__list .txt {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tab-panel-a .event__list .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.support ._01 .inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner {
    margin-bottom: 40px;
  }
}
.support ._01 .inner .title01 {
  margin-left: auto;
  margin-top: -4.6875vw;
  position: relative;
  z-index: 1;
}
.support ._01 .inner .title01 .ja,
.support ._01 .inner .title01 .en {
  text-align: right;
}
.support ._01 .inner .title01 .en {
  font-size: clamp(16px, 3.6458333333vw, 7rem);
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .title01 .en {
    font-size: clamp(12px, 6.8359375vw, 3.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .title01 .en {
    font-size: 3.5rem;
  }
}
.support ._01 .inner .title01 .ja {
  font-size: clamp(16px, 1.5625vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .title01 .ja {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .title01 .ja {
    font-size: 1.5rem;
  }
}
.support ._01 .inner .content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .content {
    flex-direction: column;
  }
}
.support ._01 .inner .img {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.support ._01 .inner .img img {
  aspect-ratio: 1200/400;
}
.support ._01 .inner .txtArea {
  width: 60%;
  margin-left: -10%;
  padding: 30px;
  padding-left: 12%;
  background-color: var(--light);
  margin-top: 6.25vw;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .txtArea {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .txtArea {
    margin-left: unset;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner .txtArea .txt {
    text-align: center;
  }
}
.support ._01 .inner.garden .title01 {
  margin-left: unset;
}
.support ._01 .inner.garden .title01 .ja,
.support ._01 .inner.garden .title01 .en {
  text-align: left;
}
.support ._01 .inner.garden .content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner.garden .content {
    flex-direction: column;
  }
}
.support ._01 .inner.garden .txtArea {
  width: 60%;
  margin-left: unset;
  margin-right: -10%;
  padding-left: unset;
  padding: 30px;
  padding-right: 12%;
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner.garden .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support ._01 .inner.garden .txtArea {
    padding: 15px;
  }
}
.support .schedule .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .support .schedule .title01 {
    margin-bottom: 30px;
  }
}
.support .schedule .title01 .en,
.support .schedule .title01 .ja {
  text-align: center;
}
.support .schedule .target {
  width: 60%;
  background-color: var(--white);
  margin: auto;
  margin-bottom: 80px;
  padding: 40px;
  border: dotted 5px var(--main);
}
@media screen and (max-width: 1024px) {
  .support .schedule .target {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target {
    padding: 20px;
  }
}
.support .schedule .target dl {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl {
    flex-direction: column;
  }
}
.support .schedule .target dl dt {
  width: 20%;
  font-size: 2rem;
  color: var(--main);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dt {
    text-align: center;
    margin-bottom: 0;
  }
}
.support .schedule .target dl dd {
  width: 80%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dd {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .support .schedule .target dl dd {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .guide .title04 {
    margin-bottom: 20px;
  }
}
.guide .menu__item {
  padding: 60px 0px;
}
@media screen and (max-width: 1024px) {
  .guide .menu__item {
    padding: 30px 0px;
  }
}
.guide .cat {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .guide .cat {
    margin-bottom: 20px;
  }
}
.guide .cat .name {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .guide .cat .name {
    margin-bottom: 25px;
  }
}
.guide .cat .name .en {
  text-transform: uppercase;
  color: var(--main);
  font-size: 2rem;
  letter-spacing: 0.18em;
  display: block;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .guide .cat .name .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .cat .name .en {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .cat .name .en {
    margin-bottom: 10px;
  }
}
.guide .cat .name .en::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--main);
  position: absolute;
  left: 0;
  bottom: 0;
}
.guide .cat .name .ja {
  font-size: 3rem;
  line-height: 1.46;
}
@media screen and (max-width: 1024px) {
  .guide .cat .name .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.guide .cat .box {
  justify-content: space-between;
}
.guide .cat .box .content {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .guide .cat .box .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.guide .cat .box .img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .guide .cat .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.guide .cat .box .img img {
  aspect-ratio: 360/315;
  height: auto;
}
.guide .treatment__list {
  background-color: rgba(241, 249, 244, 0.5);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__list {
    padding: 20px;
  }
}
.guide .treatment__item {
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item {
    flex-wrap: wrap;
    justify-content: end;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.guide .treatment__item .name {
  width: calc(100% - 340px);
  padding: 0px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .name {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.guide .treatment__item .time {
  width: 80px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .time {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.guide .treatment__item .time span {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .time span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.guide .treatment__item .cost {
  width: 160px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .cost {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .cost {
    width: 100px;
  }
}
.guide .treatment__item .cost span {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .cost span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.guide .treatment__item .kind {
  width: 80px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide .treatment__item .kind span {
  padding: 0px 10px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .guide .treatment__item .kind span {
    padding: 0px 5px;
  }
}
.guide .treatment__item .kind span.hand {
  background-color: #87c9c5;
}
.guide .treatment__item .kind span.machine {
  background-color: var(--blue);
}

.service .sec._02 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .service .sec._02 {
    padding-bottom: 90px;
  }
}
.service .txtArea {
  width: 80%;
  margin: auto;
  background-color: var(--light);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .service .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service .txtArea {
    padding: 5px;
  }
}
.service .txtArea .txt {
  background-color: var(--white);
  padding: 60px 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .service .txtArea .txt {
    padding: 30px 20px;
  }
}
.service__item {
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .service__item {
    margin-bottom: 70px;
  }
}
.service__item .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service__item .inner {
    flex-direction: column;
  }
}
.service__item .img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .service__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service__item .img img {
  aspect-ratio: 3/2;
  height: auto;
}
.service__item .content {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .service__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service__item .content .txt {
  width: 140%;
  background-color: var(--white);
  padding: 60px 20px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service__item .content .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service__item .content .txt {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .service__item .content .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.service__item:nth-of-type(even) .inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .service__item:nth-of-type(even) .inner {
    flex-direction: column;
  }
}
.service__item:nth-of-type(even) .content .title03 .ja {
  justify-content: flex-end;
}
.service__item:nth-of-type(even) .content .title03 .en {
  text-align: right;
}
.service__item:nth-of-type(even) .content .txt {
  margin-left: -40%;
}
@media screen and (max-width: 1024px) {
  .service__item:nth-of-type(even) .content .txt {
    margin-left: auto;
  }
}

.overview .title03 .ja {
  justify-content: center;
}
.overview .title03 .en {
  text-align: center;
}
.overview .title02 .ja {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .overview .title02 .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.overview .sec._02 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .overview .sec._02 {
    padding-bottom: 90px;
  }
}
.overview__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .overview__list {
    flex-direction: column;
  }
}
.overview__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .overview__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.overview__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .overview__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.overview__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .overview__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.overview .tableArea {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .overview .tableArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .overview .map iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.overview .sign__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .overview .sign__list {
    flex-direction: column;
  }
}
.overview .sign__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .overview .sign__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.overview .sign__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .overview .sign__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.overview .sign__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .overview .sign__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}

.owners .sec._01 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .owners .sec._01 {
    padding-bottom: 90px;
  }
}
.owners .txtArea {
  background-color: var(--light);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .owners .txtArea {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea {
    margin-bottom: 40px;
  }
}
.owners .txtArea::before {
  content: "";
  display: block;
  background-image: url(../img/icon-footprints-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::before {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::before {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::before {
    top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::before {
    left: -30px;
  }
}
.owners .txtArea::after {
  content: "";
  display: block;
  background-image: url(../img/icon-footprints-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  transform: rotate(75deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::after {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::after {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .owners .txtArea::after {
    right: -20px;
  }
}
.owners .txtArea .txt {
  background-color: var(--white);
  text-align: center;
  padding: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .owners .txtArea .txt {
    padding: 15px;
  }
}
.owners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .owners__list {
    flex-direction: column;
  }
}
.owners__item {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .owners__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .owners__item {
    margin-bottom: 30px;
  }
}
.owners__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(16) {
  animation-delay: 3.2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(16) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(17) {
  animation-delay: 3.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(17) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(18) {
  animation-delay: 3.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(18) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(19) {
  animation-delay: 3.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(19) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(20) {
  animation-delay: 4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(20) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(21) {
  animation-delay: 4.2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(21) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(22) {
  animation-delay: 4.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(22) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(23) {
  animation-delay: 4.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(23) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(24) {
  animation-delay: 4.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(24) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(25) {
  animation-delay: 5s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(25) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(26) {
  animation-delay: 5.2s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(26) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(27) {
  animation-delay: 5.4s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(27) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(28) {
  animation-delay: 5.6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(28) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(29) {
  animation-delay: 5.8s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(29) {
    animation-delay: unset;
  }
}
.owners__item.is-show:nth-of-type(30) {
  animation-delay: 6s;
}
@media screen and (max-width: 1024px) {
  .owners__item.is-show:nth-of-type(30) {
    animation-delay: unset;
  }
}
.owners__item:hover {
  cursor: pointer;
}
.owners__item:hover .owners__img .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.owners__img {
  position: relative;
}
.owners__img .img {
  overflow: hidden;
}
.owners__img .img img {
  aspect-ratio: 3/2;
  height: auto;
  transform: scale(1);
  transition: all 0.3s;
}
.owners__img .name {
  background-color: var(--main);
  color: var(--white);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 0;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .owners__img .name {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .owners__img .name {
    bottom: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .owners__img .name {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .owners__img .name {
    gap: 8px;
  }
}
.owners__img .name::after {
  content: "";
  display: block;
  background-image: url(../img/icon_arrow_bottom-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .owners__img .name::after {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .owners__img .name::after {
    height: 8px;
  }
}
.owners__img.active .name::after {
  transform: rotate(180deg);
}
.owners__content {
  height: 0;
  overflow: hidden;
}
.owners__content .content {
  background-color: var(--main);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .owners__content .content {
    padding: 10px;
  }
}
.owners__content .title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .owners__content .title {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .owners__content .title {
    padding: 5px;
  }
}
.owners__content .txt {
  color: var(--white);
  margin-bottom: 0;
}
.owners__content .txt img.emoji {
  background-color: unset !important;
}

.staff .staff__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item {
    margin-bottom: 30px;
  }
}
.staff .staff__item .inner {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .inner {
    flex-direction: column;
  }
}
.staff .staff__item .img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.staff .staff__item .img__content {
  position: relative;
}
.staff .staff__item .img__content .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.staff .staff__item .img__content .border.top, .staff .staff__item .img__content .border.bottom {
  width: 100%;
}
.staff .staff__item .img__content .border.top {
  border-top: 1px solid var(--main);
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.top {
    right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.top {
    top: 5px;
  }
}
.staff .staff__item .img__content .border.bottom {
  border-bottom: 1px solid var(--main);
  left: -10px;
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.bottom {
    left: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.bottom {
    bottom: -5px;
  }
}
.staff .staff__item .img__content .border.right, .staff .staff__item .img__content .border.left {
  height: 100%;
}
.staff .staff__item .img__content .border.right {
  border-right: 1px solid var(--main);
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.right {
    right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.right {
    top: 5px;
  }
}
.staff .staff__item .img__content .border.left {
  border-left: 1px solid var(--main);
  left: -10px;
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.left {
    left: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .img__content .border.left {
    bottom: -5px;
  }
}
.staff .staff__item .img__content.is-show .border {
  opacity: 1;
}
.staff .staff__item .img__content.is-show .border.top, .staff .staff__item .img__content.is-show .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.staff .staff__item .img__content.is-show .border.right, .staff .staff__item .img__content.is-show .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.staff .staff__item .img img {
  aspect-ratio: 3/2;
  height: auto;
}
.staff .staff__item .content {
  width: 70%;
  background-color: var(--light02);
  margin-top: 50px;
  margin-left: -5%;
  padding: 40px;
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content {
    margin-top: 0;
    margin-left: unset;
    padding-left: 20px;
  }
}
.staff .staff__item .content .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content .txt {
    margin-bottom: 20px;
  }
}
.staff .staff__item .content .title {
  border-left: 1px solid var(--main);
  padding-left: 10px;
  color: var(--main);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content .title {
    padding-left: 5px;
  }
}
.staff .staff__item .content .profile__list {
  display: flex;
  flex-wrap: wrap;
}
.staff .staff__item .content .profile__list dt {
  width: 20%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content .profile__list dt {
    padding: 5px;
  }
}
.staff .staff__item .content .profile__list dd {
  width: 80%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item .content .profile__list dd {
    padding: 5px;
  }
}
.staff .staff__item:nth-of-type(even) .inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item:nth-of-type(even) .inner {
    flex-direction: column;
  }
}
.staff .staff__item:nth-of-type(even) .inner .content {
  margin-left: unset;
  padding-left: unset;
  padding: 40px;
  margin-right: -5%;
  padding-right: 8%;
}
@media screen and (max-width: 1024px) {
  .staff .staff__item:nth-of-type(even) .inner .content {
    padding: 20px;
  }
}

.recruit .box {
  justify-content: space-between;
}
.recruit .box .content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .recruit .box .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .box .img {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .box .img::before {
  content: "";
  display: block;
  background-color: var(--main);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit .box .img::before {
    bottom: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .box .img::before {
    right: -10px;
  }
}
.recruit .panel-group {
  background-size: auto auto;
  background-color: #fff;
  background-image: none;
}
.recruit .panel {
  background-color: var(--white);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .panel {
    padding: 10px;
  }
}

.contact .title02 {
  margin-top: 10px;
}
.contact .title02 .ja {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .contact .title02 .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.login-section {
  height: 100vh;
  padding-top: 200px;
}

.parent-page .parent__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parent-page .parent__list li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .parent-page .parent__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.parent-page .parent__list li .news-list01 li {
  width: 100%;
}
.parent-page .parent__list li .news-list01 li .date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #826b63;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat {
  padding-top: 0;
  margin-bottom: 0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a {
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 3px;
  border: 1px solid #826b63;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a:hover {
  background-color: #fff !important;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-news a {
  background-color: #71ccf0;
  border: 1px solid #71ccf0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-news a:hover {
  color: #71ccf0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-blog a {
  background-color: #e08e9f;
  border: 1px solid #e08e9f;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-blog a:hover {
  color: #e08e9f;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-movie a {
  background-color: #ffd68d;
  border: 1px solid #ffd68d;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-movie a:hover {
  color: #ffd68d;
}
.parent-page .parent__list li iframe {
  aspect-ratio: 2;
  height: 100%;
}
.parent-page .parent__list li .btn01 {
  border: 1px solid #826b63;
  background-color: #fff;
  color: #826b63;
}
.parent-page .parent__list li .btn-arrow {
  width: 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #826b63;
}
.parent-page .newsArea {
  background-color: var(--light);
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .parent-page .newsArea {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .newsArea {
    margin-bottom: 15px;
  }
}
.parent-page .newsArea .news-list01 li {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .parent-page .newsArea .news-list01 li {
    flex-direction: column;
  }
}
.parent-page .newsArea .news-list01 li .date-cat {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .parent-page .newsArea .news-list01 li .date-cat {
    width: 100%;
    margin-bottom: 20px;
  }
}

.post-categories li a {
  font-size: 1.6rem;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--green);
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .post-categories li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-categories li a:hover {
  background-color: #fff;
  color: #a8877d;
}
.post-categories li a.news {
  background-color: var(--yellow);
  border: solid 1px var(--yellow);
}
.post-categories li a.news:hover {
  background-color: #fff;
  color: var(--yellow);
}
.post-categories li a.lunch {
  background-color: var(--green);
  border: solid 1px var(--green);
}
.post-categories li a.lunch:hover {
  background-color: #fff;
  color: var(--green);
}
.post-categories li a.childcare {
  background-color: var(--blue);
  border: solid 1px var(--blue);
}
.post-categories li a.childcare:hover {
  background-color: #fff;
  color: var(--blue);
}
.post-categories li a.column {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
.post-categories li a.column:hover {
  background-color: #fff;
  color: var(--pink);
}

.single-info-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: 1.6rem;
  }
}

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

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

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

.recruit-single .recruit-single-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.recruit-single .recruit-single-content p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-content p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table th {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit-single .job-table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table td p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .entry-btn a {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single .entry-btn a {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.archive-time-cat time,
.single-info-date-cat time {
  color: var(--main);
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat time,
  .single-info-date-cat time {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-time-cat a,
.single-info-date-cat a {
  background-color: var(--main);
  border: solid 1px var(--main);
  color: var(--white);
  border-radius: 0;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.archive-time-cat a:hover,
.single-info-date-cat a:hover {
  background-color: var(--main);
  color: var(--white);
}
.archive-time-cat span a,
.single-info-date-cat span a {
  background-color: var(--main);
  border: solid 1px var(--main);
  color: var(--white);
  border-radius: 0;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.archive-time-cat span a:hover,
.single-info-date-cat span a:hover {
  background-color: var(--main);
  color: var(--white);
}

.archive-info-title a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .archive-info-title a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

main.panelactive {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .sns-sub-nav {
    justify-content: center;
  }
}
.sns-sub-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-sub-nav .twiiter svg {
  display: block;
  width: auto;
  height: 24px;
}
.sns-sub-nav .twiiter svg path {
  fill: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer .footer_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .footer .footer_bg {
    width: auto;
    height: 100%;
  }
}
.footer-logo p {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--white);
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .footer-logo p {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.footer .footer-nav-wrap {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-nav-wrap .menu-footer-menu-left-container {
  width: 100%;
}
.footer .sns-icon-wrap {
  display: none;
}
.footer .sns-icon-list {
  width: 48%;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .footer .sns-icon-list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__bnr__area {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr__area {
    padding-bottom: 40px;
  }
}
.footer__bnr__area::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -5px;
  z-index: -1;
}

.footer__bnr {
  display: block;
  aspect-ratio: 3;
  width: 600px;
  height: auto;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__bnr {
    width: 300px;
  }
}
.footer__bnr::before {
  content: "";
  display: block;
  background-color: var(--main);
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    right: -3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    border-radius: 5px;
  }
}
.footer__bnr::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::after {
    border-radius: 5px;
  }
}
.footer__bnr .bg_img {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .bg_img {
    border-radius: 5px;
  }
}
.footer__bnr .txtArea {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.footer__bnr .txtArea .logo {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .logo {
    margin-bottom: 10px;
  }
}
.footer__bnr .txtArea .txt {
  background-color: var(--main);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.footer__bnr .txtArea .note {
  aspect-ratio: 179/144;
  width: 190px;
  height: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  position: absolute;
  top: -70px;
  right: -110px;
  background-image: url(../img/deco_07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  transform: rotate(10deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    padding-top: 30px;
    width: 130px;
    font-size: 10px !important;
    right: -70px;
  }
}
.footer__bnr .txtArea .note span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: red;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: 10px !important;
  }
}
.footer__bnr:hover::before {
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.footer__bnr:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer__bnr:hover .txt {
  background-color: var(--main);
}
.footer__bnr:hover .note {
  transform: rotate(15deg);
  transition: all 0.3s;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
}
.js-fadeDown.is-show {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-show {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadeIn70 {
  opacity: 0;
}
.js-fadeIn70.is-show {
  animation-name: fadeInAnime70;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes fadeInAnime70 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
.js-fadeIn60 {
  opacity: 0;
}
.js-fadeIn60.is-show {
  animation-name: fadeInAnime60;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime60 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.js-fadeIn40 {
  opacity: 0;
}
.js-fadeIn40.is-show {
  animation-name: fadeInAnime40;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes fadeInAnime40 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.js-fadeInRight {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.js-fadeInRight.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInRight10 {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 0.8s;
}
.js-fadeInRight10.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInLeft {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2.5s ease-in-out;
}
.js-fadeInLeft.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-diagonal {
  transform: translate(-30%, 30%);
  transition: 1s;
}
.js-diagonal.is-show {
  transform: translate(0, 0);
}

.js-diagonal_leftTop_rightBottom {
  opacity: 0;
  transform: translate(-30%, -30%);
  transition: 3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .js-diagonal_leftTop_rightBottom {
    transition: 1s ease-in-out;
  }
}
.js-diagonal_leftTop_rightBottom.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.js-diagonal_rightToLeft {
  transform: translate(30%, 30%);
  transition: 1s;
}
.js-diagonal_rightToLeft.is-show {
  transform: translate(0, 0);
}

.js-UpDown {
  opacity: 0;
}
.js-UpDown.is-show {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.js-leftToRight {
  transform: scale(0, 1); /*X方向0、Y方向1*/
}
.js-leftToRight.is-show {
  animation-name: fadeInLeftToRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInLeftToRight {
  from {
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: left;
  }
  to {
    transform: scale(1, 1); /*X方向にスケール拡大*/
    transform-origin: left;
  }
}
.js-scaleUp {
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.js-scaleUp.is-show {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

@keyframes scaleUp {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 90%;
  }
}
.js-rotate {
  transform: rotate(-5deg);
  opacity: 0;
}
.js-rotate.is-show {
  animation-name: fadeInRotate;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInRotate {
  from {
    transform: rotate(5deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
#booking-package {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #booking-package {
    font-size: 12px !important;
  }
}

.start_booking_package {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .start_booking_package {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .start_booking_package .calendarHeader {
    align-items: center;
  }
}
.start_booking_package .calendarHeader .calendarData {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 400px) {
  .start_booking_package .calendarHeader .calendarData {
    font-size: 12px;
  }
}
.start_booking_package .arrowLeft,
.start_booking_package .arrowRight {
  display: flex;
  align-items: center;
}
.start_booking_package .arrowLeft span,
.start_booking_package .arrowRight span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .start_booking_package .arrowLeft span,
  .start_booking_package .arrowRight span {
    font-size: 10px;
  }
}
.start_booking_package .arrowLeft span::after,
.start_booking_package .arrowRight span::after {
  content: "月";
}

#booking-package_inputFormPanel .title_in_form {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .title_in_form {
    padding-bottom: 15px !important;
  }
}
#booking-package_inputFormPanel .row {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row {
    flex-direction: column;
  }
}
#booking-package_inputFormPanel .row.total_amount {
  display: none !important;
}
#booking-package_inputFormPanel .name {
  width: 40%;
  color: var(--main);
  font-weight: 700 !important;
  padding: 10px 15px;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name {
    width: 100%;
    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(--main) !important;
  background-color: unset !important;
  font-size: 1.6rem;
  font-weight: 700 !important;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_inputFormPanel .name.required::after {
  content: "必須";
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  position: unset;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required::after {
    font-size: 10px;
    padding: 3px 10px;
  }
}
#booking-package_inputFormPanel .value {
  width: 60%;
  font-size: 1.6rem;
  padding: 25px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    width: 100%;
    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 .bnr_tel {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #d59e8b 3px, #d59e8b 6px);
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #d59e8b 2px, #d59e8b 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 th,
.contact-form01 td {
  border: none;
  border-bottom: #ddd solid 1px;
}
.contact-form01 th {
  background-color: var(--main);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .contact-form01 th {
    border-bottom: unset;
    text-align: left;
  }
}
.contact-form01 td {
  text-align: left;
}
.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);
  }
}