@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: 1400/503;
  background: transparent;
  z-index: 1;
  margin-top: -6vw;
  position: relative;
  -webkit-mask-image: url(../img/para_mask.png);
          mask-image: url(../img/para_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@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;
}
@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-size: cover;
  background-repeat: no-repeat;
  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;
}
.para._03, .para._04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._03, .para._04 {
    background-attachment: unset;
  }
}
.para._03::after, .para._04::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;
}

.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;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title01 {
    gap: 10px;
  }
}
.title01 .en {
  font-family: "quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--txt_gray);
  font-size: 1.8rem;
  text-align: center;
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.title01 .ja {
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 3rem;
  text-align: center;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title01.is-show .en {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.title01.is-show .ja {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title02 {
  aspect-ratio: 1;
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 40px;
  }
}
.title02::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/circle01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title02::before {
    top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .title02::before {
    left: -5px;
  }
}
.title02::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/circle01-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .title02::after {
    top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .title02::after {
    right: -25px;
  }
}
.title02 .en {
  font-family: "quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--white);
  font-size: 1.4rem;
  text-align: center;
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: relative;
  z-index: 3;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .title02 .en {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 .en {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 .en {
    font-size: 1rem;
  }
}
.title02 .ja {
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
  text-align: center;
  color: var(--white);
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}

.title03 {
  margin-bottom: 60px;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
  text-align: center;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
.title03::after {
  content: "";
  display: block;
  aspect-ratio: 482/63;
  background-image: url(../img/title_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title03::after {
    width: 100px;
  }
}
.title03.is-show .en {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.title03.is-show .ja {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.title_circle {
  aspect-ratio: 749/607;
  width: 100%;
  height: auto;
  background-image: url(../img/title_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 60px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .title_circle {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .title_circle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title_circle {
    max-width: 150px;
  }
}
.title_circle span {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .title_circle span {
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}

.title04 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 2.8rem;
  color: var(--txt);
  font-weight: 600;
  letter-spacing: 0.2em;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title04 {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 20px;
  }
}
.title04::after {
  content: "";
  display: block;
  aspect-ratio: 165/106;
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .title04::after {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .title04::after {
    margin-top: 5px;
  }
}

.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(--light01);
  font-size: 8.3333333333vw;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1.3;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 1024px) {
  .title_bg {
    color: var(--light01);
  }
}
.title_bg.is-show {
  -webkit-clip-path: inset(0);
          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: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 5px;
  }
}
.link:hover {
  color: var(--main);
  transition: all 0.3s;
}
.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(--main);
}

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

@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-7 tbody td.column-1 {
  background-color: var(--aozora) !important;
}
.tablepress.tablepress-id-9 tbody td.column-1, .tablepress.tablepress-id-10 tbody td.column-1 {
  background-color: var(--vinculum) !important;
}
.tablepress.tablepress-id-11 tbody td.column-1 {
  background-color: var(--nishi) !important;
}

.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: 0;
  padding-bottom: 0 !important;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap {
    padding-bottom: 50px;
  }
}
.slider__wrap .slider {
  aspect-ratio: 1825/1281;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../img/mask.png);
  mask-image: url(../img/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.slider__wrap .slider::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 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 .link__list {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 95%;
  display: flex;
  justify-content: center;
  gap: 3%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .slider__wrap .link__list {
    position: relative;
    flex-direction: column;
    margin-top: -20px;
    z-index: 3;
  }
}
.slider__wrap .link__list .link__item {
  width: 40%;
  position: relative;
  aspect-ratio: 3;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item {
    width: 100%;
    aspect-ratio: unset;
    max-width: 320px;
    margin: auto;
    margin-bottom: 10px;
  }
}
.slider__wrap .link__list .link__item::before {
  content: "";
  display: none;
  height: auto;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0.8;
}
.slider__wrap .link__list .link__item a {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: flex;
  gap: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item a {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item a {
    gap: 10px;
  }
}
.slider__wrap .link__list .link__item a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 30%;
  height: auto;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item a::before {
    margin: auto;
  }
}
.slider__wrap .link__list .link__item a .txt {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item a .txt {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item a .txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 820px) {
  .slider__wrap .link__list .link__item a .txt {
    width: 100%;
    text-align: center;
  }
}
.slider__wrap .link__list .link__item a .btn-arrow {
  position: unset;
}
.slider__wrap .link__list .link__item:hover a::before {
  transform: rotate(-2deg);
  transition: all 0.3s;
}
.slider__wrap .link__list .link__item:hover .btn-arrow {
  transform: translateX(5px);
  transition: all 0.3s;
}
.slider__wrap .link__list .link__item:first-of-type {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item:first-of-type {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
.slider__wrap .link__list .link__item:first-of-type:hover::before {
  transform: rotate(-10deg);
  transition: all 0.3s;
}
.slider__wrap .link__list .link__item:first-of-type a::before {
  background-image: url(../img/bnr01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slider__wrap .link__list .link__item:first-of-type a .txt {
  color: var(--deep_blue);
}
.slider__wrap .link__list .link__item:first-of-type a:hover {
  background-color: var(--light_blue);
}
.slider__wrap .link__list .link__item:first-of-type .btn-arrow path {
  fill: var(--deep_blue);
}
.slider__wrap .link__list .link__item:nth-of-type(2) {
  background-color: #ffedf0;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #ffedf0 6px, #ffedf0 12px);
}
@media screen and (max-width: 1024px) {
  .slider__wrap .link__list .link__item:nth-of-type(2) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #ffedf0 3px, #ffedf0 6px);
  }
}
.slider__wrap .link__list .link__item:nth-of-type(2) a::before {
  background-image: url(../img/bnr02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slider__wrap .link__list .link__item:nth-of-type(2) a .txt {
  color: var(--deep_pink);
}
.slider__wrap .link__list .link__item:nth-of-type(2) a:hover {
  background-color: var(--light_pink);
}
.slider__wrap .link__list .link__item:nth-of-type(2) .btn-arrow path {
  fill: var(--deep_pink);
}
.slider__wrap .catch__wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 40%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap {
    top: 55%;
    width: 60%;
  }
}
.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;
  color: var(--white);
  letter-spacing: 0.2em;
}
@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 .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.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 {
  padding-top: 11.9791666667vw;
  position: relative;
}
.f-news.is-show::before {
  opacity: 1;
  transform: translate(0, 0);
}
.f-news.is-show::after {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/bird01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  top: -5vw;
  left: 1%;
  z-index: 1;
  opacity: 0;
  transform: translate(-30%, -30%);
  transition: 2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .f-news::before {
    transition: 1s ease-in-out;
  }
}
@media screen and (max-width: 820px) {
  .f-news::before {
    top: 0;
  }
}
.f-news::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  bottom: -30%;
  right: 1%;
  z-index: 2;
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.f-news .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-news .inner {
    flex-direction: column;
  }
}
.f-news .titleArea {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-news .titleArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .content {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .f-news .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .news__list {
  border-top: 2px solid var(--deep_blue);
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .f-news .news__list {
    margin-bottom: 25px;
  }
}
.f-news .news__item {
  padding: 25px 0px;
  border-bottom: 1px dotted var(--txt_gray);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-news .news__item {
    padding: 12.5px 0px;
  }
}
.f-news .news__item::before, .f-news .news__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
}
.f-news .news__item::before {
  background-color: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px var(--main);
}
@media screen and (max-width: 1024px) {
  .f-news .news__item::before {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news__item::before {
    height: 20px;
  }
}
.f-news .news__item::after {
  background-image: url(../img/icon_arrow-white.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .news__item::after {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news__item::after {
    height: 20px;
  }
}
.f-news .news__item .meta {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-news .news__item .meta {
    gap: 8px;
  }
}
@media screen and (max-width: 360px) {
  .f-news .news__item .meta {
    flex-direction: column;
  }
}
.f-news .news__item .meta .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .f-news .news__item .meta .date {
    font-size: 1rem;
  }
}
.f-news .news__item .meta .cat {
  border: solid 1px var(--main);
  border-radius: 999px;
  color: var(--main);
  padding: 0px 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .f-news .news__item .meta .cat {
    padding: 0px 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news__item .meta .cat {
    font-size: 1rem;
  }
}
.f-news .news__item .meta .cat.aozora {
  border-color: #f8adba;
  color: #f8adba;
}
.f-news .news__item .meta .cat.aonishi {
  border-color: #95d6f6;
  color: #95d6f6;
}
.f-news .news__item .meta .cat.vinculum {
  border-color: #f6b595;
  color: #f6b595;
}
.f-news .news__item .meta .cat.vinculum2 {
  border-color: #f6b595;
  color: #f6b595;
}
.f-news .news__item .meta .cat.center {
  border-color: #d6f695;
  color: #d6f695;
}
.f-news .news__item .title {
  margin-bottom: 0;
}
.f-news .news__item .title a:hover {
  color: var(--main);
}

.news-list01 li.is-show:nth-of-type(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .news-list01 li.is-show:nth-of-type(2) {
    transition-delay: unset;
  }
}
.news-list01 li.is-show:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .news-list01 li.is-show:nth-of-type(3) {
    transition-delay: unset;
  }
}
.news-list01 li.is-show:nth-of-type(4) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .news-list01 li.is-show:nth-of-type(4) {
    transition-delay: unset;
  }
}
.news-list01 li.is-show:nth-of-type(5) {
  transition-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .news-list01 li.is-show:nth-of-type(5) {
    transition-delay: unset;
  }
}
.news-list01 li .date {
  color: var(--gray01);
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.news-list01 li .news-cat a {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .news-cat a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.news-list01 li .news-cat.news-aozora a {
  background-color: var(--aozora);
  border-color: var(--aozora);
}
.news-list01 li .news-cat.news-aozora a:hover {
  background-color: var(--white);
  color: var(--aozora);
}
.news-list01 li .news-cat.news-aozora-nishi a {
  background-color: var(--aonishi);
  border-color: var(--aonishi);
}
.news-list01 li .news-cat.news-aozora-nishi a:hover {
  background-color: var(--white);
  color: var(--aonishi);
}
.news-list01 li .news-cat.news-nishi a {
  background-color: var(--nishi);
  border-color: var(--nishi);
}
.news-list01 li .news-cat.news-nishi a:hover {
  background-color: var(--white);
  color: var(--nishi);
}
.news-list01 li .news-cat.news-vinculum a, .news-list01 li .news-cat.news-vinculum2 a {
  background-color: var(--vinculum);
  border-color: var(--vinculum);
}
.news-list01 li .news-cat.news-vinculum a:hover, .news-list01 li .news-cat.news-vinculum2 a:hover {
  background-color: var(--white);
  color: var(--vinculum);
}
.news-list01 li .news-txt a {
  font-weight: 600;
}
.news-list01 li .news-txt a:hover {
  color: var(--main);
  opacity: 1;
}

.f-features,
.f-center {
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .f-features,
  .f-center {
    padding-top: 90px;
  }
}
.f-features .features,
.f-center .features {
  background: #fff;
  padding: 80px 40px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-features .features,
  .f-center .features {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features,
  .f-center .features {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features,
  .f-center .features {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features,
  .f-center .features {
    margin-bottom: 100px;
  }
}
.f-features .features.is-show::before,
.f-center .features.is-show::before {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.f-features .features::before,
.f-center .features::before {
  content: "";
  display: block;
  aspect-ratio: 1094/414;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 55%;
  height: auto;
  position: absolute;
  bottom: -31%;
  right: -12%;
  opacity: 0;
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.f-features .features .title02,
.f-center .features .title02 {
  margin: auto;
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .f-features .features .title02,
  .f-center .features .title02 {
    margin-top: -100px;
  }
}
.f-features .features__list,
.f-center .features__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 5%;
}
.f-features .features__item,
.f-center .features__item {
  padding: 10px 0px;
  padding-left: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item,
  .f-center .features__item {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features__item,
  .f-center .features__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features__item,
  .f-center .features__item {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-features .features__item.is-show:nth-of-type(2),
.f-center .features__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(2),
  .f-center .features__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(3),
.f-center .features__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(3),
  .f-center .features__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(4),
.f-center .features__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(4),
  .f-center .features__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(5),
.f-center .features__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(5),
  .f-center .features__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(6),
.f-center .features__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(6),
  .f-center .features__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(7),
.f-center .features__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(7),
  .f-center .features__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(8),
.f-center .features__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(8),
  .f-center .features__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(9),
.f-center .features__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(9),
  .f-center .features__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(10),
.f-center .features__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(10),
  .f-center .features__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(11),
.f-center .features__item.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(11),
  .f-center .features__item.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(12),
.f-center .features__item.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(12),
  .f-center .features__item.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(13),
.f-center .features__item.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(13),
  .f-center .features__item.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(14),
.f-center .features__item.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(14),
  .f-center .features__item.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.f-features .features__item.is-show:nth-of-type(15),
.f-center .features__item.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item.is-show:nth-of-type(15),
  .f-center .features__item.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.f-features .features__item::before,
.f-center .features__item::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  min-width: 20px;
  height: auto;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item::before,
  .f-center .features__item::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features__item::before,
  .f-center .features__item::before {
    min-width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .features__item::before,
  .f-center .features__item::before {
    top: 10px;
  }
}
.f-features .appeal,
.f-center .appeal {
  margin-bottom: 340px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal,
  .f-center .appeal {
    margin-bottom: 170px;
  }
}
.f-features .appeal.is-show::before,
.f-center .appeal.is-show::before {
  transform: translate(0, 0);
  opacity: 1;
}
.f-features .appeal::before,
.f-center .appeal::before {
  content: "";
  display: block;
  aspect-ratio: 2715/2018;
  background-image: url(../img/rainbow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 1;
  opacity: 0;
  transform: translate(30%, -30%);
  transition: 1s;
}
.f-features .appeal__list,
.f-center .appeal__list {
  display: flex;
  gap: 5%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__list,
  .f-center .appeal__list {
    flex-direction: column;
  }
}
.f-features .appeal__item,
.f-center .appeal__item {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item,
  .f-center .appeal__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-features .appeal__item.is-show:nth-of-type(2),
.f-center .appeal__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item.is-show:nth-of-type(2),
  .f-center .appeal__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-features .appeal__item.is-show:nth-of-type(3),
.f-center .appeal__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item.is-show:nth-of-type(3),
  .f-center .appeal__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-features .appeal__item.is-show:nth-of-type(4),
.f-center .appeal__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item.is-show:nth-of-type(4),
  .f-center .appeal__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-features .appeal__item.is-show:nth-of-type(5),
.f-center .appeal__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item.is-show:nth-of-type(5),
  .f-center .appeal__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-features .appeal__item .title,
.f-center .appeal__item .title {
  font-weight: 600;
  font-size: 2.5rem;
  flex-grow: 1;
  text-align: center;
  color: var(--deep_main);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item .title,
  .f-center .appeal__item .title {
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}
.f-features .appeal__item .img,
.f-center .appeal__item .img {
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item .img,
  .f-center .appeal__item .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item .img,
  .f-center .appeal__item .img {
    max-width: 350px;
  }
}
.f-features .appeal__item .img::before,
.f-center .appeal__item .img::before {
  content: "";
  display: block;
  aspect-ratio: 1402/1133;
  background-image: url(../img/shape02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
}
.f-features .appeal__item .img img,
.f-center .appeal__item .img img {
  aspect-ratio: 1402/1133;
  -webkit-mask-image: url(../img/shape02.png);
          mask-image: url(../img/shape02.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.f-features .appeal__item .txt,
.f-center .appeal__item .txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-features .appeal__item .txt,
  .f-center .appeal__item .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-features .require,
.f-center .require {
  position: relative;
}
.f-features .require.is-show::before,
.f-center .require.is-show::before {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.f-features .require.is-show::after,
.f-center .require.is-show::after {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.f-features .require::before,
.f-center .require::before {
  content: "";
  display: block;
  aspect-ratio: 1094/414;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 55%;
  height: auto;
  position: absolute;
  top: -31%;
  left: -12%;
  z-index: -1;
  opacity: 0.7;
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.f-features .require::after,
.f-center .require::after {
  content: "";
  display: block;
  aspect-ratio: 1276/853;
  background-image: url(../img/star01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  top: 0%;
  right: -5%;
  z-index: -1;
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.f-features .require .title02,
.f-center .require .title02 {
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .f-features .require .title02,
  .f-center .require .title02 {
    margin-top: -100px;
  }
}
.f-features .require__list,
.f-center .require__list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .f-features .require__list,
  .f-center .require__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.f-features .require__item,
.f-center .require__item {
  aspect-ratio: 1;
  position: relative;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item,
  .f-center .require__item {
    width: 40%;
  }
}
.f-features .require__item.is-show:nth-of-type(2),
.f-center .require__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item.is-show:nth-of-type(2),
  .f-center .require__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-features .require__item.is-show:nth-of-type(3),
.f-center .require__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item.is-show:nth-of-type(3),
  .f-center .require__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-features .require__item.is-show:nth-of-type(4),
.f-center .require__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item.is-show:nth-of-type(4),
  .f-center .require__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-features .require__item.is-show:nth-of-type(5),
.f-center .require__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item.is-show:nth-of-type(5),
  .f-center .require__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-features .require__item::before,
.f-center .require__item::before {
  content: "";
  display: block;
  background-image: url(../img/flag03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.f-features .require__item .txt,
.f-center .require__item .txt {
  color: unset;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 30%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-features .require__item .txt,
  .f-center .require__item .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-features .require__item:nth-of-type(even),
.f-center .require__item:nth-of-type(even) {
  margin-top: 10%;
}
.f-features .require__item:nth-of-type(even)::before,
.f-center .require__item:nth-of-type(even)::before {
  background-image: url(../img/flag02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.f-center {
  position: relative;
}
.f-center::before {
  content: "";
  display: block;
  aspect-ratio: 1276/853;
  background-image: url(../img/star01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 1%;
  z-index: 1;
}
.f-center .title01 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .f-center .title01 {
    margin-bottom: 90px;
  }
}
.f-center .title01 .ja {
  color: var(--deep_pink);
}
.f-center .title02::before {
  background-image: url(../img/circle03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-center .title02::after {
  background-image: url(../img/circle03-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-center .features::before {
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-center .features__item::before {
  background-image: url(../img/flower04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-center .appeal__item .title {
  color: var(--deep_pink);
}
.f-center .appeal__item .img::before {
  background-image: url(../img/shape02_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-center .require::before {
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-center .require__item::before {
  background-image: url(../img/flag04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.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: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2em;
  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;
}

.home main {
  overflow: hidden;
}

.attention {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .attention {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .attention {
    margin-bottom: 20px;
  }
}
.attention::before, .attention::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: var(--txt);
}
.attention::before {
  transform: rotate(-35deg);
}
.attention::after {
  transform: rotate(35deg);
}

.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(--light01);
  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-greeting {
  position: relative;
  background-color: var(--light_blue);
}
.f-greeting::before {
  content: "";
  display: block;
  aspect-ratio: 1400/34;
  background-image: url(../img/bg_section.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: 1;
}
.f-greeting::after {
  content: "";
  display: block;
  aspect-ratio: 1400/34;
  background-image: url(../img/bg_section.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2vw;
  left: 0;
  z-index: 1;
  transform: scale(1, -1);
}
.f-greeting .deco._01 {
  width: 10%;
  height: auto;
  aspect-ratio: 189/149;
  background-image: url(../img/flower02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 13%;
  left: 5%;
  z-index: 1;
}
.f-greeting .lead {
  aspect-ratio: 1480/1046;
  width: 60%;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-greeting .lead {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .lead {
    margin-bottom: 30px;
  }
}
.f-greeting .lead::before {
  content: "";
  display: block;
  background-image: url(../img/frame01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 70%;
}
.f-greeting .lead .deco {
  content: "";
  display: block;
  aspect-ratio: 1;
  z-index: 1;
  position: absolute;
  height: auto;
}
.f-greeting .lead .deco._01 {
  background-image: url(../img/spoon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13%;
  top: 7%;
  left: 6%;
  transform: rotate(-15deg);
}
.f-greeting .lead .deco._02 {
  background-image: url(../img/yasai04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  bottom: 0;
  right: 0;
}
.f-greeting .lead .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1480/1046;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-greeting .lead .txt {
    flex-direction: column;
  }
}
.f-greeting .lead .txt span {
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 1024px) {
  .f-greeting .lead .txt span {
    font-size: 3.5vw;
  }
}
.f-greeting .lead .txt span.color {
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 2.0833333333vw;
  color: var(--deep_blue);
}
@media screen and (max-width: 1024px) {
  .f-greeting .lead .txt span.color {
    font-size: 4vw;
  }
}
.f-greeting .txt {
  width: 80%;
  margin: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.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(--light01);
}
.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-staff {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-staff {
    padding-bottom: 100px;
  }
}
.f-staff::before {
  content: "";
  display: block;
  aspect-ratio: 1297/534;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 26%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: yurari_1deg 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .f-staff::before {
    top: -5%;
  }
}
.f-staff::after {
  content: "";
  display: block;
  aspect-ratio: 136/164;
  background-image: url(../img/bird02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
  animation: yurari 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .f-staff::after {
    top: -5%;
  }
}
.f-staff .tab-panel-a .tab-group {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .tab-group {
    gap: 5px;
  }
}
.f-staff .tab-panel-a .tab-group .tab {
  background-color: #ddd;
  color: var(--white);
  border-radius: 999px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .tab-group .tab {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .tab-group .tab {
    width: 80%;
  }
}
.f-staff .tab-panel-a .tab-group .tab.aozora.is-active, .f-staff .tab-panel-a .tab-group .tab.aozora:hover {
  background-color: var(--aozora);
  border: solid 1px var(--aozora);
  color: var(--white);
}
.f-staff .tab-panel-a .tab-group .tab.aonishi.is-active, .f-staff .tab-panel-a .tab-group .tab.aonishi:hover {
  background-color: var(--aonishi);
  border: solid 1px var(--aonishi);
  color: var(--white);
}
.f-staff .tab-panel-a .tab-group .tab.vinculum.is-active, .f-staff .tab-panel-a .tab-group .tab.vinculum:hover {
  background-color: var(--vinculum);
  border: solid 1px var(--vinculum);
  color: var(--white);
}
.f-staff .tab-panel-a .tab-group .tab.vinculum2.is-active, .f-staff .tab-panel-a .tab-group .tab.vinculum2:hover {
  background-color: var(--vinculum);
  border: solid 1px var(--vinculum);
  color: var(--white);
}
.f-staff .tab-panel-a .tab-group .tab.center.is-active, .f-staff .tab-panel-a .tab-group .tab.center:hover {
  background-color: var(--center);
  border: solid 1px var(--center);
  color: var(--white);
}
.f-staff .tab-panel-a .panel-group .panel .faq__item {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item {
    padding: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item {
    flex-direction: column;
  }
}
.f-staff .tab-panel-a .panel-group .panel .faq__item .img {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-staff .tab-panel-a .panel-group .panel .faq__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 14px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item .img img {
    border-radius: 7px;
  }
}
.f-staff .tab-panel-a .panel-group .panel .faq__item .txt {
  width: 47%;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item .txt {
    padding-top: 20px;
  }
}
.f-staff .tab-panel-a .panel-group .panel .faq__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel .faq__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.f-staff .tab-panel-a .panel-group .panel .faq__item:last-of-type {
  border-bottom: none;
}
.f-staff .tab-panel-a .panel-group .panel ._q {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.f-staff .tab-panel-a .panel-group .panel ._q span {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel ._q span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-staff .tab-panel-a .panel-group .panel ._a {
  margin-bottom: 0;
}
.f-staff .tab-panel-a .panel-group .panel.aozora .box .item._img .img::before {
  background-image: url(../img/frame_aozora.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-staff .tab-panel-a .panel-group .panel.aozora .box .item._txt .nameArea {
  border-left: 10px solid var(--aozora);
}
.f-staff .tab-panel-a .panel-group .panel.aozora .box .item._txt .nameArea .position {
  color: var(--aozora);
}
.f-staff .tab-panel-a .panel-group .panel.aozora .box .item._txt .message {
  background-color: rgba(248, 173, 186, 0.2);
}
.f-staff .tab-panel-a .panel-group .panel.aozora ._q::before {
  background-color: rgba(248, 173, 186, 0.3);
}
.f-staff .tab-panel-a .panel-group .panel.aozora .nopost {
  padding: 20px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(248, 173, 186, 0.3) 6px, rgba(248, 173, 186, 0.3) 12px);
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aozora .nopost {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aozora .nopost {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, rgba(248, 173, 186, 0.3) 3px, rgba(248, 173, 186, 0.3) 6px);
  }
}
.f-staff .tab-panel-a .panel-group .panel.aozora .nopost .txt {
  text-align: center;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aozora .nopost .txt {
    padding: 10px;
  }
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .box .item._img .img::before {
  background-image: url(../img/frame_aonishi.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .box .item._txt .nameArea {
  border-left: 10px solid var(--aonishi);
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .box .item._txt .nameArea .position {
  color: var(--aonishi);
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .box .item._txt .message {
  background-color: rgba(149, 214, 246, 0.2);
}
.f-staff .tab-panel-a .panel-group .panel.aonishi ._q::before {
  background-color: rgba(149, 214, 246, 0.3);
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .nopost {
  padding: 20px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(149, 214, 246, 0.3) 6px, rgba(149, 214, 246, 0.3) 12px);
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aonishi .nopost {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aonishi .nopost {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, rgba(149, 214, 246, 0.3) 3px, rgba(149, 214, 246, 0.3) 6px);
  }
}
.f-staff .tab-panel-a .panel-group .panel.aonishi .nopost .txt {
  text-align: center;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.aonishi .nopost .txt {
    padding: 10px;
  }
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .box .item._img .img::before {
  background-image: url(../img/frame_vinculum.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .box .item._txt .nameArea {
  border-left: 10px solid var(--vinculum);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .box .item._txt .nameArea .position {
  color: var(--vinculum);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .box .item._txt .message {
  background-color: rgba(246, 181, 149, 0.2);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum ._q::before {
  background-color: rgba(246, 181, 149, 0.3);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .nopost {
  padding: 20px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(246, 181, 149, 0.3) 6px, rgba(246, 181, 149, 0.3) 12px);
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum .nopost {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum .nopost {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, rgba(246, 181, 149, 0.3) 3px, rgba(246, 181, 149, 0.3) 6px);
  }
}
.f-staff .tab-panel-a .panel-group .panel.vinculum .nopost .txt {
  text-align: center;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum .nopost .txt {
    padding: 10px;
  }
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .box .item._img .img::before {
  background-image: url(../img/frame_vinculum2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .box .item._txt .nameArea {
  border-left: 10px solid var(--vinculum2);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .box .item._txt .nameArea .position {
  color: var(--vinculum2);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .box .item._txt .message {
  background-color: rgba(246, 181, 149, 0.2);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 ._q::before {
  background-color: rgba(246, 181, 149, 0.3);
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .nopost {
  padding: 20px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(246, 181, 149, 0.3) 6px, rgba(246, 181, 149, 0.3) 12px);
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum2 .nopost {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum2 .nopost {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, rgba(246, 181, 149, 0.3) 3px, rgba(246, 181, 149, 0.3) 6px);
  }
}
.f-staff .tab-panel-a .panel-group .panel.vinculum2 .nopost .txt {
  text-align: center;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.vinculum2 .nopost .txt {
    padding: 10px;
  }
}
.f-staff .tab-panel-a .panel-group .panel.center .box .item._img .img::before {
  background-image: url(../img/frame_center.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.f-staff .tab-panel-a .panel-group .panel.center .box .item._txt .nameArea {
  border-left: 10px solid var(--center);
}
.f-staff .tab-panel-a .panel-group .panel.center .box .item._txt .nameArea .position {
  color: var(--center);
}
.f-staff .tab-panel-a .panel-group .panel.center .box .item._txt .message {
  background-color: rgba(214, 246, 149, 0.2);
}
.f-staff .tab-panel-a .panel-group .panel.center ._q::before {
  background-color: rgba(214, 246, 149, 0.3);
}
.f-staff .tab-panel-a .panel-group .panel.center .nopost {
  padding: 20px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(214, 246, 149, 0.3) 6px, rgba(214, 246, 149, 0.3) 12px);
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.center .nopost {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.center .nopost {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, rgba(214, 246, 149, 0.3) 3px, rgba(214, 246, 149, 0.3) 6px);
  }
}
.f-staff .tab-panel-a .panel-group .panel.center .nopost .txt {
  text-align: center;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-staff .tab-panel-a .panel-group .panel.center .nopost .txt {
    padding: 10px;
  }
}

.f-recruit {
  position: relative;
  background: url(../img/cloud03.jpg);
  background-repeat: no-repeat;
  background-size: 200%;
}
.f-recruit::after {
  content: "";
  display: block;
  aspect-ratio: 1400/34;
  background-image: url(../img/bg_section-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2vw;
  left: 0;
  z-index: 1;
  transform: scale(1, -1);
}
.f-recruit .map {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .map {
    margin-bottom: 40px;
  }
}
.f-recruit .map .img {
  background-color: var(--light_blue);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
  width: 70%;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .map .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map .img {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map .img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map .img {
    margin-bottom: 30px;
  }
}
.f-recruit .map .img img {
  width: 80%;
  margin: auto;
}
.f-recruit .map__item {
  width: 80%;
  margin: auto;
  border-bottom: 1px dotted #ddd;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item {
    flex-wrap: wrap;
  }
}
.f-recruit .map__item .num {
  width: 10%;
}
.f-recruit .map__item .num span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item .num span {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item .num span {
    height: 15px;
  }
}
.f-recruit .map__item .name {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item .name {
    width: 90%;
  }
}
.f-recruit .map__item .detail {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .f-recruit .map__item .detail {
    width: 100%;
    padding-left: 10%;
  }
}
.f-recruit .recruit .tab-panel-a .tab-group {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .recruit .tab-panel-a .tab-group {
    gap: 5px;
  }
}
.f-recruit .recruit .tab-panel-a .tab-group .tab {
  background-color: #ddd;
  color: var(--white);
  border-radius: 999px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .recruit .tab-panel-a .tab-group .tab {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-recruit .recruit .tab-panel-a .tab-group .tab {
    width: 80%;
  }
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.is-active {
  background-color: var(--main);
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.aozora.is-active {
  background-color: #f8adba;
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.aonishi.is-active {
  background-color: #95d6f6;
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.vinculum.is-active {
  background-color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.vinculum2.is-active {
  background-color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .tab-group .tab.center.is-active {
  background-color: #d6f695;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 > li {
  background-color: rgba(248, 173, 186, 0.2);
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 .recruit-sub.flex span {
  background-color: #f8adba;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f8adba 1px solid;
  color: #f8adba;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 > li {
  background-color: rgba(149, 214, 246, 0.2);
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 .recruit-sub.flex span {
  background-color: #95d6f6;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #95d6f6 1px solid;
  color: #95d6f6;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 > li {
  background-color: rgba(246, 181, 149, 0.2);
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 .recruit-sub.flex span {
  background-color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f6b595 1px solid;
  color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 > li {
  background-color: rgba(246, 181, 149, 0.2);
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 .recruit-sub.flex span {
  background-color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f6b595 1px solid;
  color: #f6b595;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 > li {
  background-color: rgba(214, 246, 149, 0.2);
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 .recruit-sub.flex span {
  background-color: #d6f695;
}
.f-recruit .recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #d6f695 1px solid;
  color: #d6f695;
}

.recruit-single .aozora .recruit-single-title {
  background-color: rgba(248, 173, 186, 0.2);
  color: #f8adba;
}
.recruit-single .aozora .job-table th {
  background-color: rgba(248, 173, 186, 0.2);
  color: #f8adba;
}
.recruit-single .aozora .entry-btn a {
  background-color: #f8adba;
  border-color: #f8adba;
}
.recruit-single .aozora .entry-btn a:hover {
  background-color: var(--white);
  color: #f8adba;
}
.recruit-single .aonishi .recruit-single-title {
  background-color: rgba(149, 214, 246, 0.2);
  color: #95d6f6;
}
.recruit-single .aonishi .job-table th {
  background-color: rgba(149, 214, 246, 0.2);
  color: #95d6f6;
}
.recruit-single .aonishi .entry-btn a {
  background-color: #95d6f6;
  border-color: #95d6f6;
}
.recruit-single .aonishi .entry-btn a:hover {
  background-color: var(--white);
  color: #95d6f6;
}
.recruit-single .vinculum .recruit-single-title {
  background-color: rgba(246, 181, 149, 0.2);
  color: #f6b595;
}
.recruit-single .vinculum .job-table th {
  background-color: rgba(246, 181, 149, 0.2);
  color: #f6b595;
}
.recruit-single .vinculum .entry-btn a {
  background-color: #f6b595;
  border-color: #f6b595;
}
.recruit-single .vinculum .entry-btn a:hover {
  background-color: var(--white);
  color: #f6b595;
}
.recruit-single .vinculum2 .recruit-single-title {
  background-color: rgba(246, 181, 149, 0.2);
  color: #f6b595;
}
.recruit-single .vinculum2 .job-table th {
  background-color: rgba(246, 181, 149, 0.2);
  color: #f6b595;
}
.recruit-single .vinculum2 .entry-btn a {
  background-color: #f6b595;
  border-color: #f6b595;
}
.recruit-single .vinculum2 .entry-btn a:hover {
  background-color: var(--white);
  color: #f6b595;
}
.recruit-single .center .recruit-single-title {
  background-color: rgba(214, 246, 149, 0.2);
  color: #d6f695;
}
.recruit-single .center .job-table th {
  background-color: rgba(214, 246, 149, 0.2);
  color: #d6f695;
}
.recruit-single .center .entry-btn a {
  background-color: #d6f695;
  border-color: #d6f695;
}
.recruit-single .center .entry-btn a:hover {
  background-color: var(--white);
  color: #d6f695;
}

.f-flow {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #eff9fe 6px, #eff9fe 12px);
}
@media screen and (max-width: 1024px) {
  .f-flow {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #eff9fe 3px, #eff9fe 6px);
  }
}
.f-flow .flow__item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    margin-bottom: 15px;
  }
}
.f-flow .flow__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-flow .flow__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-flow .flow__item .step {
  aspect-ratio: 140/264;
  width: 80px;
  height: auto;
  background-image: url(../img/step.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .step {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .step {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.f-flow .flow__item .step .num {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .step .num {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-flow .flow__item .content {
  width: calc(100% - 120px);
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .content {
    width: calc(100% - 50px);
  }
}
.f-flow .flow__item .content .title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: 20px;
  border-bottom: dotted 1px #ddd;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .content .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item .content .title {
    margin-top: 10px;
  }
}

.faq__list {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .faq__list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .faq__list {
    padding: 20px;
  }
}
.faq__list .fa-plus path {
  fill: var(--main) !important;
}
.faq__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .faq__item {
    margin-bottom: 5px;
  }
}
.faq__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .faq__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.faq__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .faq__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.faq__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .faq__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.faq__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .faq__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.faq .com-faq01-q {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-q {
    padding-left: 17.5px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-q {
    padding-right: 17.5px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-q {
    padding-bottom: 5px;
  }
}
.faq .com-faq01-q::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 30px;
  height: auto;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-q::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-q::before {
    top: 1px;
  }
}
.faq .com-faq01-q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.faq .com-faq01-a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-a {
    padding-left: 17.5px;
  }
}
.faq .com-faq01-a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 30px;
  height: auto;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-a::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .com-faq01-a::before {
    top: 1px;
  }
}
.faq .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: 6px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .faq .plus {
    top: 3px;
  }
}
.faq .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;
}
.faq .plus.active:before {
  transform: rotate(0deg);
}

.f-overview {
  position: relative;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  margin-top: -17vw;
  padding-top: 16vw;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .f-overview {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
@media screen and (max-width: 1024px) {
  .f-overview {
    padding-bottom: 75px;
  }
}
.f-overview::before {
  content: "";
  display: block;
  aspect-ratio: 500/11;
  background-image: url(../img/wave_top_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position: bottom;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.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;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.f-overview .bnr__area .content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content {
    margin-bottom: 40px;
  }
}
.f-overview .bnr__area .content .bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__list {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__list {
    border-radius: 10px;
  }
}
.f-overview .bnr__area .content .bnr__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item {
    width: 47%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .f-overview .bnr__area .content .bnr__item {
    width: 80%;
  }
}
.f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(2) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(3) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(4) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(5) {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-overview .bnr__area .content .bnr__item .txtArea {
  aspect-ratio: 3;
  border: solid 10px var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item .txtArea {
    border: solid 5px var(--main);
  }
}
.f-overview .bnr__area .content .bnr__item .txtArea .txt {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--main);
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content .bnr__item .txtArea .txt {
    font-size: 1.4rem;
  }
}
.f-overview .bnr__area .content .bnr__item .txtArea .txt .btn-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-overview .bnr__area .content .bnr__item .txtArea .txt .btn-arrow path {
  fill: var(--main);
}
.f-overview .bnr__area .content .bnr__item:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}
.f-overview .bnr__area .content .bnr__item:hover .txtArea {
  background-color: var(--main);
  transition: all 0.3s;
}
.f-overview .bnr__area .content .bnr__item:hover .txtArea .txt {
  color: var(--white);
}
.f-overview .bnr__area .content .bnr__item:hover .txtArea .txt .btn-arrow path {
  fill: var(--white);
}
.f-overview .bnr__area .content:first-of-type {
  width: 80%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content:first-of-type {
    margin-bottom: 40px;
  }
}
.f-overview .bnr__area .content:first-of-type .bnr__list {
  flex-wrap: wrap;
  gap: 6%;
}
.f-overview .bnr__area .content:first-of-type .bnr__item {
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content:first-of-type .bnr__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .f-overview .bnr__area .content:first-of-type .bnr__item {
    width: 100%;
  }
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt, .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt, .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt {
    gap: 8px;
  }
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt::before, .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt::before, .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt::before, .f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt::before {
    height: 15px;
  }
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3) .txtArea .txt::before {
  background-image: url(../img/icon_report_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(3):hover .txtArea .txt::before {
  background-image: url(../img/icon_report_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4) .txtArea .txt::before {
  background-image: url(../img/icon_kujyou_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-overview .bnr__area .content:first-of-type .bnr__item:nth-of-type(4):hover .txtArea .txt::before {
  background-image: url(../img/icon_kujyou_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.f-contact {
  position: relative;
}
.f-contact::before {
  content: "";
  display: block;
  aspect-ratio: 1400/34;
  background-image: url(../img/bg_section-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: 1;
}

.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;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}
.header.scrolled .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.header.scrolled .logo::before {
  content: none;
}
.header.scrolled .logo a {
  padding-top: 0;
}
.header.scrolled .logo a img {
  width: 100%;
}
.header.scrolled .header-menu > li a {
  color: var(--deep_main);
}
.header .logo {
  width: 20%;
  height: auto;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  .header .logo {
    width: 150px;
  }
}
.header .logo::before {
  content: "";
  display: block;
  aspect-ratio: 1 !important;
  background-color: var(--white);
  width: 120%;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: -140%;
  left: -20%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header .logo::before {
    display: none;
  }
}
.header .logo a {
  display: block;
  position: relative;
  z-index: 2;
  padding-top: 15%;
}
@media screen and (max-width: 1024px) {
  .header .logo a {
    padding-top: 10px;
  }
}
.header .logo a img {
  width: 90%;
}
.header .header-box01 .header-box-inner01 {
  display: flex !important;
  justify-content: space-between;
}
.header .logoNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .logoNav .menu-header-menu-container {
  width: calc(100% - 250px);
}
.header .header-navArea {
  width: 75%;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .header .menu-header-menu-container {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1600px) {
  .header .menu-header-menu-container {
    margin-right: 2%;
  }
}
.header .header-menu {
  background-color: unset;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.header .header-menu > li {
  flex: 1;
  padding: 0;
}
.header .header-menu > li:last-of-type {
  border-right: unset;
}
.header .header-menu > li:last-of-type a {
  padding-right: 0;
}
.header .header-menu > li a {
  font-size: 1.6rem;
  font-weight: 700;
  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::before {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--deep_main);
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1, 0);
}
.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, .header .header-menu > li a.active {
  opacity: 1;
  color: var(--deep_main);
}
.header .header-menu > li a:hover::before, .header .header-menu > li a.active::before {
  transform: scale(1, 1);
  transition: all 1s;
  transform-origin: left;
}

.header-sub-box {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  display: flex;
  justify-content: end;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .header-sub-box {
    position: fixed;
    top: 30%;
    right: 0;
  }
}
@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;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    flex-direction: column;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li {
  aspect-ratio: 1;
  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 {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 0;
  letter-spacing: 0.1em;
  padding: 10px;
  background-color: var(--main);
  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.75rem, 0.75rem);
  }
}
@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::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_site-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: auto;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover {
  background-color: var(--white);
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover::before {
  background-image: url(../img/icon_site-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a::before {
  background-image: url(../img/icon_mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover {
  background-color: var(--white);
  color: var(--pink);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover::before {
  background-image: url(../img/icon_mail-pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body:not(.home) .header .logo::before {
  content: none;
}

.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;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-logo a {
  color: var(--main);
  font-family: "quicksand", sans-serif;
  font-weight: 700;
  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: "quicksand", sans-serif;
  font-weight: 700;
  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_mail-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  content: "";
  aspect-ratio: 201/136;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_site-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(--light01);
}
.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: 1094/414;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 45%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  #loading::before, #loading::after {
    width: 55%;
  }
}
#loading::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, -1);
}
#loading::after {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #loading::after {
    bottom: 5%;
  }
}

.spin-wrap {
  width: 20%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 40%;
  }
}
.spin-wrap .logo {
  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: 700;
  letter-spacing: 0.2em;
  background-color: var(--main);
  color: var(--white);
  border-radius: 10px;
}
@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 {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    background-color: var(--main);
    color: var(--white);
  }
}
.sub-header-txt.news-aozora {
  background-color: var(--aozora);
}
.sub-header-txt.news-vinculum, .sub-header-txt.news-vinculum2 {
  background-color: var(--vinculum);
}
.sub-header-txt.news-nishi {
  background-color: var(--nishi);
}
.sub-header-txt.aozora {
  background-color: #f8adba;
}
.sub-header-txt.aonishi {
  background-color: #95d6f6;
}
.sub-header-txt.vinculum {
  background-color: #f6b595;
}
.sub-header-txt.vinculum2 {
  background-color: #f6b595;
}
.sub-header-txt.center {
  background-color: #d6f695;
}

body.aozora .sub-header-txt, body.category-news-aozora .sub-header-txt {
  background-color: var(--aozora);
}
body.aozora-nishi .sub-header-txt {
  background-color: var(--aonishi);
}
body.vinculum .sub-header-txt, body.vinculum-dain .sub-header-txt, body.category-news-vinculum .sub-header-txt, body.category-news-vinculum2 .sub-header-txt {
  background-color: var(--vinculum);
}
body.center .sub-header-txt, body.category-news-nishi .sub-header-txt {
  background-color: var(--nishi);
}

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

.sec:nth-of-type(1) {
  padding-bottom: 0;
  position: relative;
}
.sec:nth-of-type(1):nth-of-type(1)::before, .sec:nth-of-type(1):nth-of-type(1)::after {
  content: "";
  display: block;
  aspect-ratio: 1094/414;
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.sec:nth-of-type(1):nth-of-type(1)::before {
  left: 5%;
  transform: scale(-1, 1);
}
.sec:nth-of-type(1):nth-of-type(1)::after {
  right: 5%;
}
.sec:nth-of-type(2) {
  position: relative;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  padding-top: 15vw;
  padding-bottom: 13vw;
}
@media screen and (max-width: 1024px) {
  .sec:nth-of-type(2) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
.sec:nth-of-type(2)::before {
  content: "";
  display: block;
  aspect-ratio: 2803/545;
  background-image: url(../img/wave_bottom_white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -1vw;
  left: 0;
  z-index: 1;
}
.sec:nth-of-type(3) {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 2803/545;
  background-image: url(../img/wave_top_white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: 1;
  transform: scale(-1, 1);
}
.sec:nth-of-type(4) {
  position: relative;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  padding-top: 15vw;
  padding-bottom: 13vw;
}
@media screen and (max-width: 1024px) {
  .sec:nth-of-type(4) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
.sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 2803/545;
  background-image: url(../img/wave_bottom_white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -1vw;
  left: 0;
  z-index: 1;
  transform: scale(-1, 1);
}
.sec:nth-of-type(5) {
  position: relative;
  padding-top: 0;
}
.sec:nth-of-type(5)::before {
  content: "";
  display: block;
  aspect-ratio: 2803/545;
  background-image: url(../img/wave_top_white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: 1;
}
.sec:last-of-type {
  position: relative;
}
.sec:last-of-type::before {
  content: "";
  display: block;
  aspect-ratio: 500/11;
  background-image: url(../img/wave_bottom_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: bottom;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec:last-of-type::before {
    bottom: -0.5vw;
  }
}

.note {
  text-align: left;
  margin-bottom: 0;
  color: var(--gray01);
}

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

.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(--light01);
  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(--light01);
  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(--light01);
  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 .tab-panel-a .tab-group {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .tab-panel-a .tab-group {
    gap: 5px;
  }
}
.recruit .tab-panel-a .tab-group .tab {
  background-color: #ddd;
  color: var(--white);
  border-radius: 999px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .tab-panel-a .tab-group .tab {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .tab-panel-a .tab-group .tab {
    width: 80%;
  }
}
.recruit .tab-panel-a .tab-group .tab.is-active {
  background-color: var(--main);
}
.recruit .tab-panel-a .tab-group .tab.aozora.is-active {
  background-color: #f8adba;
}
.recruit .tab-panel-a .tab-group .tab.aonishi.is-active {
  background-color: #95d6f6;
}
.recruit .tab-panel-a .tab-group .tab.vinculum.is-active {
  background-color: #f6b595;
}
.recruit .tab-panel-a .tab-group .tab.vinculum2.is-active {
  background-color: #f6b595;
}
.recruit .tab-panel-a .tab-group .tab.center.is-active {
  background-color: #d6f695;
}
.recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 > li {
  background-color: rgba(248, 173, 186, 0.2);
}
.recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 .recruit-sub.flex span {
  background-color: #f8adba;
}
.recruit .tab-panel-a .panel-group .panel.aozora .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f8adba 1px solid;
  color: #f8adba;
}
.recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 > li {
  background-color: rgba(149, 214, 246, 0.2);
}
.recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 .recruit-sub.flex span {
  background-color: #95d6f6;
}
.recruit .tab-panel-a .panel-group .panel.aonishi .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #95d6f6 1px solid;
  color: #95d6f6;
}
.recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 > li {
  background-color: rgba(246, 181, 149, 0.2);
}
.recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 .recruit-sub.flex span {
  background-color: #f6b595;
}
.recruit .tab-panel-a .panel-group .panel.vinculum .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f6b595 1px solid;
  color: #f6b595;
}
.recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 > li {
  background-color: rgba(246, 181, 149, 0.2);
}
.recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 .recruit-sub.flex span {
  background-color: #f6b595;
}
.recruit .tab-panel-a .panel-group .panel.vinculum2 .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #f6b595 1px solid;
  color: #f6b595;
}
.recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 > li {
  background-color: rgba(214, 246, 149, 0.2);
}
.recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 .recruit-sub.flex span {
  background-color: #d6f695;
}
.recruit .tab-panel-a .panel-group .panel.center .recruit-feed01 .recruit-sub.flex span.PART_TIME {
  background-color: var(--white);
  border: #d6f695 1px solid;
  color: #d6f695;
}

body.aozora .sec, body.aozora-nishi .sec, body.vinculum .sec, body.vinculum-dain .sec, body.center .sec {
  position: relative;
}
body.aozora .sec:nth-of-type(1)::before, body.aozora .sec:nth-of-type(1)::after, body.aozora-nishi .sec:nth-of-type(1)::before, body.aozora-nishi .sec:nth-of-type(1)::after, body.vinculum .sec:nth-of-type(1)::before, body.vinculum .sec:nth-of-type(1)::after, body.vinculum-dain .sec:nth-of-type(1)::before, body.vinculum-dain .sec:nth-of-type(1)::after, body.center .sec:nth-of-type(1)::before, body.center .sec:nth-of-type(1)::after {
  content: "";
  display: block;
  aspect-ratio: 1094/414;
  background-image: url(../img/cloud01_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}
body.aozora .sec:nth-of-type(1)::before, body.aozora-nishi .sec:nth-of-type(1)::before, body.vinculum .sec:nth-of-type(1)::before, body.vinculum-dain .sec:nth-of-type(1)::before, body.center .sec:nth-of-type(1)::before {
  left: 5%;
  transform: scale(-1, 1);
}
body.aozora .sec:nth-of-type(1)::after, body.aozora-nishi .sec:nth-of-type(1)::after, body.vinculum .sec:nth-of-type(1)::after, body.vinculum-dain .sec:nth-of-type(1)::after, body.center .sec:nth-of-type(1)::after {
  right: 5%;
}
body.aozora .sec:nth-of-type(1) .deco._rainbow, body.aozora-nishi .sec:nth-of-type(1) .deco._rainbow, body.vinculum .sec:nth-of-type(1) .deco._rainbow, body.vinculum-dain .sec:nth-of-type(1) .deco._rainbow, body.center .sec:nth-of-type(1) .deco._rainbow {
  aspect-ratio: 325/121;
  background-image: url(../img/rainbow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  opacity: 0.6;
  position: absolute;
  bottom: -10vw;
  right: 5%;
  z-index: 2;
  transform: rotate(6deg);
}
body.aozora .title02, body.aozora-nishi .title02, body.vinculum .title02, body.vinculum-dain .title02, body.center .title02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.aozora .title02, body.aozora-nishi .title02, body.vinculum .title02, body.vinculum-dain .title02, body.center .title02 {
    margin-bottom: 30px;
  }
}
body.aozora .greet, body.aozora-nishi .greet, body.vinculum .greet, body.vinculum-dain .greet, body.center .greet {
  position: relative;
  z-index: 2;
}
body.aozora .greet .box, body.aozora-nishi .greet .box, body.vinculum .greet .box, body.vinculum-dain .greet .box, body.center .greet .box {
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  body.aozora .greet .box, body.aozora-nishi .greet .box, body.vinculum .greet .box, body.vinculum-dain .greet .box, body.center .greet .box {
    padding-top: 40px;
  }
}
body.aozora .greet .box .item._txt, body.aozora-nishi .greet .box .item._txt, body.vinculum .greet .box .item._txt, body.vinculum-dain .greet .box .item._txt, body.center .greet .box .item._txt {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  body.aozora .greet .box .item._txt, body.aozora-nishi .greet .box .item._txt, body.vinculum .greet .box .item._txt, body.vinculum-dain .greet .box .item._txt, body.center .greet .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .greet .box .item._img, body.aozora-nishi .greet .box .item._img, body.vinculum .greet .box .item._img, body.vinculum-dain .greet .box .item._img, body.center .greet .box .item._img {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  body.aozora .greet .box .item._img, body.aozora-nishi .greet .box .item._img, body.vinculum .greet .box .item._img, body.vinculum-dain .greet .box .item._img, body.center .greet .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .greet .box .item._img img, body.aozora-nishi .greet .box .item._img img, body.vinculum .greet .box .item._img img, body.vinculum-dain .greet .box .item._img img, body.center .greet .box .item._img img {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  body.aozora .greet .box .item._img img, body.aozora-nishi .greet .box .item._img img, body.vinculum .greet .box .item._img img, body.vinculum-dain .greet .box .item._img img, body.center .greet .box .item._img img {
    width: 80%;
  }
}
body.aozora .facility__list, body.aozora-nishi .facility__list, body.vinculum .facility__list, body.vinculum-dain .facility__list, body.center .facility__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  body.aozora .facility__list, body.aozora-nishi .facility__list, body.vinculum .facility__list, body.vinculum-dain .facility__list, body.center .facility__list {
    max-width: 500px;
  }
}
body.aozora .facility__item, body.aozora-nishi .facility__item, body.vinculum .facility__item, body.vinculum-dain .facility__item, body.center .facility__item {
  width: 47%;
  background-color: var(--white);
  padding: 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  body.aozora .facility__item, body.aozora-nishi .facility__item, body.vinculum .facility__item, body.vinculum-dain .facility__item, body.center .facility__item {
    padding: 5px;
  }
}
body.aozora .facility__item img, body.aozora-nishi .facility__item img, body.vinculum .facility__item img, body.vinculum-dain .facility__item img, body.center .facility__item img {
  aspect-ratio: 3/2;
  margin: 0;
}
body.aozora .facility__item p, body.aozora-nishi .facility__item p, body.vinculum .facility__item p, body.vinculum-dain .facility__item p, body.center .facility__item p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.aozora .facility__item p, body.aozora-nishi .facility__item p, body.vinculum .facility__item p, body.vinculum-dain .facility__item p, body.center .facility__item p {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
body.aozora .movie__wrap, body.aozora-nishi .movie__wrap, body.vinculum .movie__wrap, body.vinculum-dain .movie__wrap, body.center .movie__wrap {
  position: relative;
}
body.aozora .movie__wrap .deco, body.aozora-nishi .movie__wrap .deco, body.vinculum .movie__wrap .deco, body.vinculum-dain .movie__wrap .deco, body.center .movie__wrap .deco {
  height: auto;
  position: absolute;
  z-index: 2;
  opacity: 0.7;
}
body.aozora .movie__wrap .deco._branch01, body.aozora-nishi .movie__wrap .deco._branch01, body.vinculum .movie__wrap .deco._branch01, body.vinculum-dain .movie__wrap .deco._branch01, body.center .movie__wrap .deco._branch01 {
  aspect-ratio: 99/110;
  background-image: url(../img/branch05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  top: -10vw;
  left: 0;
  transform: rotate(90deg);
}
body.aozora .movie__wrap .deco._branch02, body.aozora-nishi .movie__wrap .deco._branch02, body.vinculum .movie__wrap .deco._branch02, body.vinculum-dain .movie__wrap .deco._branch02, body.center .movie__wrap .deco._branch02 {
  aspect-ratio: 93/100;
  background-image: url(../img/branch03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  right: 0;
  bottom: -14vw;
}
body.aozora .movie iframe, body.aozora-nishi .movie iframe, body.vinculum .movie iframe, body.vinculum-dain .movie iframe, body.center .movie iframe {
  display: block;
  aspect-ratio: 3/2;
  width: 60%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  body.aozora .movie iframe, body.aozora-nishi .movie iframe, body.vinculum .movie iframe, body.vinculum-dain .movie iframe, body.center .movie iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .news, body.aozora-nishi .news, body.vinculum .news, body.vinculum-dain .news, body.center .news {
  display: flex;
  background: #fff;
  padding: 80px 40px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  body.aozora .news, body.aozora-nishi .news, body.vinculum .news, body.vinculum-dain .news, body.center .news {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .news, body.aozora-nishi .news, body.vinculum .news, body.vinculum-dain .news, body.center .news {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .news, body.aozora-nishi .news, body.vinculum .news, body.vinculum-dain .news, body.center .news {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .news, body.aozora-nishi .news, body.vinculum .news, body.vinculum-dain .news, body.center .news {
    border-radius: 10px;
  }
}
body.aozora .news .title04, body.aozora-nishi .news .title04, body.vinculum .news .title04, body.vinculum-dain .news .title04, body.center .news .title04 {
  width: 30%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.aozora .news .title04, body.aozora-nishi .news .title04, body.vinculum .news .title04, body.vinculum-dain .news .title04, body.center .news .title04 {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .news__content, body.aozora-nishi .news__content, body.vinculum .news__content, body.vinculum-dain .news__content, body.center .news__content {
  width: 70%;
  box-shadow: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  body.aozora .news__content, body.aozora-nishi .news__content, body.vinculum .news__content, body.vinculum-dain .news__content, body.center .news__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .childcare__wrap, body.aozora-nishi .childcare__wrap, body.vinculum .childcare__wrap, body.vinculum-dain .childcare__wrap, body.center .childcare__wrap {
  position: relative;
  padding-bottom: 10vw;
}
body.aozora .childcare__wrap .deco, body.aozora-nishi .childcare__wrap .deco, body.vinculum .childcare__wrap .deco, body.vinculum-dain .childcare__wrap .deco, body.center .childcare__wrap .deco {
  aspect-ratio: 1186/488;
  background-image: url(../img/circle02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 3;
  opacity: 0.9;
}
body.aozora .childcare__wrap .deco._01, body.aozora-nishi .childcare__wrap .deco._01, body.vinculum .childcare__wrap .deco._01, body.vinculum-dain .childcare__wrap .deco._01, body.center .childcare__wrap .deco._01 {
  top: -11vw;
  left: 0;
}
body.aozora .childcare__wrap .deco._02, body.aozora-nishi .childcare__wrap .deco._02, body.vinculum .childcare__wrap .deco._02, body.vinculum-dain .childcare__wrap .deco._02, body.center .childcare__wrap .deco._02 {
  bottom: -5vw;
  right: 0px;
}
body.aozora .childcare .content, body.aozora-nishi .childcare .content, body.vinculum .childcare .content, body.vinculum-dain .childcare .content, body.center .childcare .content {
  width: -moz-fit-content;
  width: fit-content;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fdf5f8 3px, #fdf5f8 6px);
  padding: 30px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .content, body.aozora-nishi .childcare .content, body.vinculum .childcare .content, body.vinculum-dain .childcare .content, body.center .childcare .content {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .content, body.aozora-nishi .childcare .content, body.vinculum .childcare .content, body.vinculum-dain .childcare .content, body.center .childcare .content {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fdf5f8 2px, #fdf5f8 4px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .content, body.aozora-nishi .childcare .content, body.vinculum .childcare .content, body.vinculum-dain .childcare .content, body.center .childcare .content {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .content, body.aozora-nishi .childcare .content, body.vinculum .childcare .content, body.vinculum-dain .childcare .content, body.center .childcare .content {
    margin-bottom: 30px;
  }
}
body.aozora .childcare .content .txt, body.aozora-nishi .childcare .content .txt, body.vinculum .childcare .content .txt, body.vinculum-dain .childcare .content .txt, body.center .childcare .content .txt {
  font-weight: 600;
  letter-spacing: 0.2em;
}
body.aozora .childcare .box, body.aozora-nishi .childcare .box, body.vinculum .childcare .box, body.vinculum-dain .childcare .box, body.center .childcare .box {
  justify-content: space-between;
}
body.aozora .childcare .box .item._img, body.aozora-nishi .childcare .box .item._img, body.vinculum .childcare .box .item._img, body.vinculum-dain .childcare .box .item._img, body.center .childcare .box .item._img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .box .item._img, body.aozora-nishi .childcare .box .item._img, body.vinculum .childcare .box .item._img, body.vinculum-dain .childcare .box .item._img, body.center .childcare .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .childcare .box .item._img img, body.aozora-nishi .childcare .box .item._img img, body.vinculum .childcare .box .item._img img, body.vinculum-dain .childcare .box .item._img img, body.center .childcare .box .item._img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .box .item._img img, body.aozora-nishi .childcare .box .item._img img, body.vinculum .childcare .box .item._img img, body.vinculum-dain .childcare .box .item._img img, body.center .childcare .box .item._img img {
    border-radius: 5px;
  }
}
body.aozora .childcare .box .item._txt, body.aozora-nishi .childcare .box .item._txt, body.vinculum .childcare .box .item._txt, body.vinculum-dain .childcare .box .item._txt, body.center .childcare .box .item._txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  body.aozora .childcare .box .item._txt, body.aozora-nishi .childcare .box .item._txt, body.vinculum .childcare .box .item._txt, body.vinculum-dain .childcare .box .item._txt, body.center .childcare .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .schedule__wrap, body.aozora-nishi .schedule__wrap, body.vinculum .schedule__wrap, body.vinculum-dain .schedule__wrap, body.center .schedule__wrap {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  body.aozora .schedule__wrap, body.aozora-nishi .schedule__wrap, body.vinculum .schedule__wrap, body.vinculum-dain .schedule__wrap, body.center .schedule__wrap {
    padding-top: 75px;
  }
}
body.aozora .schedule__wrap .deco, body.aozora-nishi .schedule__wrap .deco, body.vinculum .schedule__wrap .deco, body.vinculum-dain .schedule__wrap .deco, body.center .schedule__wrap .deco {
  aspect-ratio: 544/110;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25%;
  opacity: 0.4;
  z-index: 1;
}
body.aozora .schedule__wrap .deco._flag01, body.aozora-nishi .schedule__wrap .deco._flag01, body.vinculum .schedule__wrap .deco._flag01, body.vinculum-dain .schedule__wrap .deco._flag01, body.center .schedule__wrap .deco._flag01 {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-25deg);
}
body.aozora .schedule__wrap .deco._flag02, body.aozora-nishi .schedule__wrap .deco._flag02, body.vinculum .schedule__wrap .deco._flag02, body.vinculum-dain .schedule__wrap .deco._flag02, body.center .schedule__wrap .deco._flag02 {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(25deg);
}
body.aozora .schedule__list, body.aozora-nishi .schedule__list, body.vinculum .schedule__list, body.vinculum-dain .schedule__list, body.center .schedule__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
body.aozora .schedule__item, body.aozora-nishi .schedule__item, body.vinculum .schedule__item, body.vinculum-dain .schedule__item, body.center .schedule__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  body.aozora .schedule__item, body.aozora-nishi .schedule__item, body.vinculum .schedule__item, body.vinculum-dain .schedule__item, body.center .schedule__item {
    width: 47%;
  }
}
body.aozora .schedule__item .img img, body.aozora-nishi .schedule__item .img img, body.vinculum .schedule__item .img img, body.vinculum-dain .schedule__item .img img, body.center .schedule__item .img img {
  aspect-ratio: 3/2;
  border-radius: 20px 20px 0 0;
}
body.aozora .schedule__item .title, body.aozora-nishi .schedule__item .title, body.vinculum .schedule__item .title, body.vinculum-dain .schedule__item .title, body.center .schedule__item .title {
  background-color: var(--aozora);
  padding: 10px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  body.aozora .schedule__item .title, body.aozora-nishi .schedule__item .title, body.vinculum .schedule__item .title, body.vinculum-dain .schedule__item .title, body.center .schedule__item .title {
    padding: 5px;
  }
}
body.aozora .schedule__item .txtArea, body.aozora-nishi .schedule__item .txtArea, body.vinculum .schedule__item .txtArea, body.vinculum-dain .schedule__item .txtArea, body.center .schedule__item .txtArea {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  body.aozora .schedule__item .txtArea, body.aozora-nishi .schedule__item .txtArea, body.vinculum .schedule__item .txtArea, body.vinculum-dain .schedule__item .txtArea, body.center .schedule__item .txtArea {
    padding: 10px;
  }
}
body.aozora .event, body.aozora-nishi .event, body.vinculum .event, body.vinculum-dain .event, body.center .event {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fdf5f8 3px, #fdf5f8 6px);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  body.aozora .event, body.aozora-nishi .event, body.vinculum .event, body.vinculum-dain .event, body.center .event {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .event, body.aozora-nishi .event, body.vinculum .event, body.vinculum-dain .event, body.center .event {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fdf5f8 2px, #fdf5f8 4px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .event, body.aozora-nishi .event, body.vinculum .event, body.vinculum-dain .event, body.center .event {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .event, body.aozora-nishi .event, body.vinculum .event, body.vinculum-dain .event, body.center .event {
    padding: 20px;
  }
}
body.aozora .event__list, body.aozora-nishi .event__list, body.vinculum .event__list, body.vinculum-dain .event__list, body.center .event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}
body.aozora .event__item, body.aozora-nishi .event__item, body.vinculum .event__item, body.vinculum-dain .event__item, body.center .event__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  body.aozora .event__item, body.aozora-nishi .event__item, body.vinculum .event__item, body.vinculum-dain .event__item, body.center .event__item {
    width: 47%;
  }
}
body.aozora .event__item a, body.aozora-nishi .event__item a, body.vinculum .event__item a, body.vinculum-dain .event__item a, body.center .event__item a {
  display: block;
  background-color: var(--white);
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  body.aozora .event__item a, body.aozora-nishi .event__item a, body.vinculum .event__item a, body.vinculum-dain .event__item a, body.center .event__item a {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .event__item a, body.aozora-nishi .event__item a, body.vinculum .event__item a, body.vinculum-dain .event__item a, body.center .event__item a {
    margin-bottom: 5px;
  }
}
body.aozora .event__item a img, body.aozora-nishi .event__item a img, body.vinculum .event__item a img, body.vinculum-dain .event__item a img, body.center .event__item a img {
  aspect-ratio: 3/2;
}
body.aozora .event__item p, body.aozora-nishi .event__item p, body.vinculum .event__item p, body.vinculum-dain .event__item p, body.center .event__item p {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
body.aozora .overview, body.aozora-nishi .overview, body.vinculum .overview, body.vinculum-dain .overview, body.center .overview {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  body.aozora .overview, body.aozora-nishi .overview, body.vinculum .overview, body.vinculum-dain .overview, body.center .overview {
    margin-bottom: 40px;
  }
}
body.aozora .overview .box, body.aozora-nishi .overview .box, body.vinculum .overview .box, body.vinculum-dain .overview .box, body.center .overview .box {
  justify-content: space-between;
}
body.aozora .overview .box .item, body.aozora-nishi .overview .box .item, body.vinculum .overview .box .item, body.vinculum-dain .overview .box .item, body.center .overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  body.aozora .overview .box .item, body.aozora-nishi .overview .box .item, body.vinculum .overview .box .item, body.vinculum-dain .overview .box .item, body.center .overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .overview .box .item iframe, body.aozora-nishi .overview .box .item iframe, body.vinculum .overview .box .item iframe, body.vinculum-dain .overview .box .item iframe, body.center .overview .box .item iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}
body.aozora .contact, body.aozora-nishi .contact, body.vinculum .contact, body.vinculum-dain .contact, body.center .contact {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, #bfe7fb 6px, #bfe7fb 12px);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fdf5f8 3px, #fdf5f8 6px);
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact, body.aozora-nishi .contact, body.vinculum .contact, body.vinculum-dain .contact, body.center .contact {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact, body.aozora-nishi .contact, body.vinculum .contact, body.vinculum-dain .contact, body.center .contact {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fdf5f8 2px, #fdf5f8 4px);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact, body.aozora-nishi .contact, body.vinculum .contact, body.vinculum-dain .contact, body.center .contact {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact, body.aozora-nishi .contact, body.vinculum .contact, body.vinculum-dain .contact, body.center .contact {
    padding: 20px;
  }
}
body.aozora .contact .txt, body.aozora-nishi .contact .txt, body.vinculum .contact .txt, body.vinculum-dain .contact .txt, body.center .contact .txt {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .txt, body.aozora-nishi .contact .txt, body.vinculum .contact .txt, body.vinculum-dain .contact .txt, body.center .contact .txt {
    margin-bottom: 15px;
  }
}
body.aozora .contact .bnr__list, body.aozora-nishi .contact .bnr__list, body.vinculum .contact .bnr__list, body.vinculum-dain .contact .bnr__list, body.center .contact .bnr__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__list, body.aozora-nishi .contact .bnr__list, body.vinculum .contact .bnr__list, body.vinculum-dain .contact .bnr__list, body.center .contact .bnr__list {
    flex-direction: column;
  }
}
body.aozora .contact .bnr__item, body.aozora-nishi .contact .bnr__item, body.vinculum .contact .bnr__item, body.vinculum-dain .contact .bnr__item, body.center .contact .bnr__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__item, body.aozora-nishi .contact .bnr__item, body.vinculum .contact .bnr__item, body.vinculum-dain .contact .bnr__item, body.center .contact .bnr__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .contact .bnr__item:nth-of-type(2), body.aozora-nishi .contact .bnr__item:nth-of-type(2), body.vinculum .contact .bnr__item:nth-of-type(2), body.vinculum-dain .contact .bnr__item:nth-of-type(2), body.center .contact .bnr__item:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.aozora .contact .bnr__img, body.aozora-nishi .contact .bnr__img, body.vinculum .contact .bnr__img, body.vinculum-dain .contact .bnr__img, body.center .contact .bnr__img {
  background-color: var(--light_pink);
  border-radius: 10px;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img, body.aozora-nishi .contact .bnr__img, body.vinculum .contact .bnr__img, body.vinculum-dain .contact .bnr__img, body.center .contact .bnr__img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img, body.aozora-nishi .contact .bnr__img, body.vinculum .contact .bnr__img, body.vinculum-dain .contact .bnr__img, body.center .contact .bnr__img {
    padding: 5px;
  }
}
body.aozora .contact .bnr__img .content, body.aozora-nishi .contact .bnr__img .content, body.vinculum .contact .bnr__img .content, body.vinculum-dain .contact .bnr__img .content, body.center .contact .bnr__img .content {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .content, body.aozora-nishi .contact .bnr__img .content, body.vinculum .contact .bnr__img .content, body.vinculum-dain .contact .bnr__img .content, body.center .contact .bnr__img .content {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .content, body.aozora-nishi .contact .bnr__img .content, body.vinculum .contact .bnr__img .content, body.vinculum-dain .contact .bnr__img .content, body.center .contact .bnr__img .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .content, body.aozora-nishi .contact .bnr__img .content, body.vinculum .contact .bnr__img .content, body.vinculum-dain .contact .bnr__img .content, body.center .contact .bnr__img .content {
    padding: 5px;
  }
}
body.aozora .contact .bnr__img .img, body.aozora-nishi .contact .bnr__img .img, body.vinculum .contact .bnr__img .img, body.vinculum-dain .contact .bnr__img .img, body.center .contact .bnr__img .img {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .img, body.aozora-nishi .contact .bnr__img .img, body.vinculum .contact .bnr__img .img, body.vinculum-dain .contact .bnr__img .img, body.center .contact .bnr__img .img {
    width: 50%;
    margin: auto;
  }
}
body.aozora .contact .bnr__img .txtArea, body.aozora-nishi .contact .bnr__img .txtArea, body.vinculum .contact .bnr__img .txtArea, body.vinculum-dain .contact .bnr__img .txtArea, body.center .contact .bnr__img .txtArea {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea, body.aozora-nishi .contact .bnr__img .txtArea, body.vinculum .contact .bnr__img .txtArea, body.vinculum-dain .contact .bnr__img .txtArea, body.center .contact .bnr__img .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .contact .bnr__img .txtArea .txt, body.aozora-nishi .contact .bnr__img .txtArea .txt, body.vinculum .contact .bnr__img .txtArea .txt, body.vinculum-dain .contact .bnr__img .txtArea .txt, body.center .contact .bnr__img .txtArea .txt {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea .txt, body.aozora-nishi .contact .bnr__img .txtArea .txt, body.vinculum .contact .bnr__img .txtArea .txt, body.vinculum-dain .contact .bnr__img .txtArea .txt, body.center .contact .bnr__img .txtArea .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea .txt, body.aozora-nishi .contact .bnr__img .txtArea .txt, body.vinculum .contact .bnr__img .txtArea .txt, body.vinculum-dain .contact .bnr__img .txtArea .txt, body.center .contact .bnr__img .txtArea .txt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea .txt, body.aozora-nishi .contact .bnr__img .txtArea .txt, body.vinculum .contact .bnr__img .txtArea .txt, body.vinculum-dain .contact .bnr__img .txtArea .txt, body.center .contact .bnr__img .txtArea .txt {
    text-align: center;
  }
}
body.aozora .contact .bnr__img .txtArea .txt_l, body.aozora-nishi .contact .bnr__img .txtArea .txt_l, body.vinculum .contact .bnr__img .txtArea .txt_l, body.vinculum-dain .contact .bnr__img .txtArea .txt_l, body.center .contact .bnr__img .txtArea .txt_l {
  font-size: 1.4583333333vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea .txt_l, body.aozora-nishi .contact .bnr__img .txtArea .txt_l, body.vinculum .contact .bnr__img .txtArea .txt_l, body.vinculum-dain .contact .bnr__img .txtArea .txt_l, body.center .contact .bnr__img .txtArea .txt_l {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__img .txtArea .txt_l, body.aozora-nishi .contact .bnr__img .txtArea .txt_l, body.vinculum .contact .bnr__img .txtArea .txt_l, body.vinculum-dain .contact .bnr__img .txtArea .txt_l, body.center .contact .bnr__img .txtArea .txt_l {
    font-size: 1.6rem;
    justify-content: center;
  }
}
body.aozora .contact .bnr__img .txtArea .txt_l .btn-arrow, body.aozora-nishi .contact .bnr__img .txtArea .txt_l .btn-arrow, body.vinculum .contact .bnr__img .txtArea .txt_l .btn-arrow, body.vinculum-dain .contact .bnr__img .txtArea .txt_l .btn-arrow, body.center .contact .bnr__img .txtArea .txt_l .btn-arrow {
  position: unset;
}
body.aozora .contact .bnr__img .txtArea .txt_l .btn-arrow path, body.aozora-nishi .contact .bnr__img .txtArea .txt_l .btn-arrow path, body.vinculum .contact .bnr__img .txtArea .txt_l .btn-arrow path, body.vinculum-dain .contact .bnr__img .txtArea .txt_l .btn-arrow path, body.center .contact .bnr__img .txtArea .txt_l .btn-arrow path {
  fill: var(--light_pink);
}
body.aozora .contact .bnr__img:hover .content, body.aozora-nishi .contact .bnr__img:hover .content, body.vinculum .contact .bnr__img:hover .content, body.vinculum-dain .contact .bnr__img:hover .content, body.center .contact .bnr__img:hover .content {
  background-color: var(--light_pink);
}
body.aozora .contact .bnr__img:hover .txtArea .txt_l, body.aozora-nishi .contact .bnr__img:hover .txtArea .txt_l, body.vinculum .contact .bnr__img:hover .txtArea .txt_l, body.vinculum-dain .contact .bnr__img:hover .txtArea .txt_l, body.center .contact .bnr__img:hover .txtArea .txt_l {
  color: var(--aozora);
}
body.aozora .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path, body.aozora-nishi .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path, body.vinculum .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path, body.vinculum-dain .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path, body.center .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path {
  fill: var(--aozora);
}
body.aozora .contact .bnr__tel, body.aozora-nishi .contact .bnr__tel, body.vinculum .contact .bnr__tel, body.vinculum-dain .contact .bnr__tel, body.center .contact .bnr__tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel, body.aozora-nishi .contact .bnr__tel, body.vinculum .contact .bnr__tel, body.vinculum-dain .contact .bnr__tel, body.center .contact .bnr__tel {
    flex-direction: column;
  }
}
body.aozora .contact .bnr__tel .img, body.aozora-nishi .contact .bnr__tel .img, body.vinculum .contact .bnr__tel .img, body.vinculum-dain .contact .bnr__tel .img, body.center .contact .bnr__tel .img {
  width: 10%;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel .img, body.aozora-nishi .contact .bnr__tel .img, body.vinculum .contact .bnr__tel .img, body.vinculum-dain .contact .bnr__tel .img, body.center .contact .bnr__tel .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel .img, body.aozora-nishi .contact .bnr__tel .img, body.vinculum .contact .bnr__tel .img, body.vinculum-dain .contact .bnr__tel .img, body.center .contact .bnr__tel .img {
    width: 50px;
  }
}
body.aozora .contact .bnr__tel .txtArea, body.aozora-nishi .contact .bnr__tel .txtArea, body.vinculum .contact .bnr__tel .txtArea, body.vinculum-dain .contact .bnr__tel .txtArea, body.center .contact .bnr__tel .txtArea {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel .txtArea, body.aozora-nishi .contact .bnr__tel .txtArea, body.vinculum .contact .bnr__tel .txtArea, body.vinculum-dain .contact .bnr__tel .txtArea, body.center .contact .bnr__tel .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.aozora .contact .bnr__tel .txtArea .txt, body.aozora-nishi .contact .bnr__tel .txtArea .txt, body.vinculum .contact .bnr__tel .txtArea .txt, body.vinculum-dain .contact .bnr__tel .txtArea .txt, body.center .contact .bnr__tel .txtArea .txt {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel .txtArea .txt, body.aozora-nishi .contact .bnr__tel .txtArea .txt, body.vinculum .contact .bnr__tel .txtArea .txt, body.vinculum-dain .contact .bnr__tel .txtArea .txt, body.center .contact .bnr__tel .txtArea .txt {
    text-align: center;
  }
}
body.aozora .contact .bnr__tel .txtArea .num, body.aozora-nishi .contact .bnr__tel .txtArea .num, body.vinculum .contact .bnr__tel .txtArea .num, body.vinculum-dain .contact .bnr__tel .txtArea .num, body.center .contact .bnr__tel .txtArea .num {
  font-size: 1.8229166667vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.aozora .contact .bnr__tel .txtArea .num, body.aozora-nishi .contact .bnr__tel .txtArea .num, body.vinculum .contact .bnr__tel .txtArea .num, body.vinculum-dain .contact .bnr__tel .txtArea .num, body.center .contact .bnr__tel .txtArea .num {
    font-size: 2rem;
    text-align: center;
  }
}
body.aozora .contact .bnr__tel:hover .txtArea .num, body.aozora-nishi .contact .bnr__tel:hover .txtArea .num, body.vinculum .contact .bnr__tel:hover .txtArea .num, body.vinculum-dain .contact .bnr__tel:hover .txtArea .num, body.center .contact .bnr__tel:hover .txtArea .num {
  color: var(--aozora);
}
body.aozora .sec:nth-of-type(1)::before, body.aozora .sec:nth-of-type(1)::after {
  background-image: url(../img/cloud01_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
body.aozora .sec:nth-of-type(2), body.aozora .sec:nth-of-type(4) {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fdf5f8 3px, #fdf5f8 6px);
}
@media screen and (max-width: 1024px) {
  body.aozora .sec:nth-of-type(2), body.aozora .sec:nth-of-type(4) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fdf5f8 2px, #fdf5f8 4px);
  }
}
body.aozora .title02 span::before {
  background-image: url(../img/pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.aozora .title02 span:nth-of-type(even)::before {
  background-image: url(../img/pink02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.aozora .link .btn-arrow path {
  fill: var(--aozora);
}
body.aozora .link:hover {
  color: var(--aozora);
}
body.aozora-nishi .sec:nth-of-type(1)::before, body.aozora-nishi .sec:nth-of-type(1)::after {
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.5;
}
body.aozora-nishi .sec:nth-of-type(2), body.aozora-nishi .sec:nth-of-type(4) {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #edf7fe 3px, #edf7fe 6px);
}
@media screen and (max-width: 1024px) {
  body.aozora-nishi .sec:nth-of-type(2), body.aozora-nishi .sec:nth-of-type(4) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #edf7fe 2px, #edf7fe 4px);
  }
}
body.aozora-nishi .title02 span::before {
  background-image: url(../img/blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.aozora-nishi .title02 span:nth-of-type(even)::before {
  background-image: url(../img/blue02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.aozora-nishi .link .btn-arrow path {
  fill: var(--aonishi);
}
body.aozora-nishi .link:hover {
  color: var(--aonishi);
}
body.aozora-nishi .childcare .content {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #edf7fe 3px, #edf7fe 6px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  body.aozora-nishi .childcare .content {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #edf7fe 2px, #edf7fe 4px);
  }
}
body.aozora-nishi .schedule__item .title {
  background-color: var(--aonishi);
}
body.aozora-nishi .event {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #edf7fe 3px, #edf7fe 6px);
}
@media screen and (max-width: 1024px) {
  body.aozora-nishi .event {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #edf7fe 2px, #edf7fe 4px);
  }
}
body.aozora-nishi .contact {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #edf7fe 3px, #edf7fe 6px);
}
@media screen and (max-width: 1024px) {
  body.aozora-nishi .contact {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #edf7fe 2px, #edf7fe 4px);
  }
}
body.aozora-nishi .contact .bnr__img {
  background-color: var(--light01);
}
body.aozora-nishi .contact .bnr__img .txtArea .txt_l .btn-arrow path {
  fill: var(--light01);
}
body.aozora-nishi .contact .bnr__img:hover .content {
  background-color: var(--light01);
}
body.aozora-nishi .contact .bnr__img:hover .txtArea .txt_l {
  color: var(--main);
}
body.aozora-nishi .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path {
  fill: var(--main);
}
body.aozora-nishi .contact .bnr__tel:hover .txtArea .num {
  color: var(--main);
}
body.vinculum .sec:nth-of-type(1)::before, body.vinculum .sec:nth-of-type(1)::after, body.vinculum-dain .sec:nth-of-type(1)::before, body.vinculum-dain .sec:nth-of-type(1)::after {
  background-image: url(../img/cloud01_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.3;
}
body.vinculum .sec:nth-of-type(2), body.vinculum .sec:nth-of-type(4), body.vinculum-dain .sec:nth-of-type(2), body.vinculum-dain .sec:nth-of-type(4) {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fff3d7 3px, #fff3d7 6px);
}
@media screen and (max-width: 1024px) {
  body.vinculum .sec:nth-of-type(2), body.vinculum .sec:nth-of-type(4), body.vinculum-dain .sec:nth-of-type(2), body.vinculum-dain .sec:nth-of-type(4) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fff3d7 2px, #fff3d7 4px);
  }
}
body.vinculum .title02 span::before, body.vinculum-dain .title02 span::before {
  background-image: url(../img/orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.vinculum .title02 span:nth-of-type(even)::before, body.vinculum-dain .title02 span:nth-of-type(even)::before {
  background-image: url(../img/orange02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.vinculum .link .btn-arrow path, body.vinculum-dain .link .btn-arrow path {
  fill: var(--vinculum);
}
body.vinculum .link:hover, body.vinculum-dain .link:hover {
  color: var(--vinculum);
}
body.vinculum .facility__list, body.vinculum-dain .facility__list {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  body.vinculum .facility__list, body.vinculum-dain .facility__list {
    gap: 5px;
  }
}
body.vinculum .childcare .content, body.vinculum-dain .childcare .content {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fff3d7 3px, #fff3d7 6px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  body.vinculum .childcare .content, body.vinculum-dain .childcare .content {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fff3d7 2px, #fff3d7 4px);
  }
}
body.vinculum .schedule__item .title, body.vinculum-dain .schedule__item .title {
  background-color: var(--vinculum);
}
body.vinculum .event, body.vinculum-dain .event {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fff3d7 3px, #fff3d7 6px);
}
@media screen and (max-width: 1024px) {
  body.vinculum .event, body.vinculum-dain .event {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fff3d7 2px, #fff3d7 4px);
  }
}
body.vinculum .contact, body.vinculum-dain .contact {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fff3d7 3px, #fff3d7 6px);
}
@media screen and (max-width: 1024px) {
  body.vinculum .contact, body.vinculum-dain .contact {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fff3d7 2px, #fff3d7 4px);
  }
}
body.vinculum .contact .bnr__img, body.vinculum-dain .contact .bnr__img {
  background-color: var(--light_yellow);
}
body.vinculum .contact .bnr__img .txtArea .txt_l .btn-arrow path, body.vinculum-dain .contact .bnr__img .txtArea .txt_l .btn-arrow path {
  fill: var(--light_yellow);
}
body.vinculum .contact .bnr__img:hover .content, body.vinculum-dain .contact .bnr__img:hover .content {
  background-color: var(--light_yellow);
}
body.vinculum .contact .bnr__img:hover .txtArea .txt_l, body.vinculum-dain .contact .bnr__img:hover .txtArea .txt_l {
  color: var(--vinculum);
}
body.vinculum .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path, body.vinculum-dain .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path {
  fill: var(--vinculum);
}
body.vinculum .contact .bnr__tel:hover .txtArea .num, body.vinculum-dain .contact .bnr__tel:hover .txtArea .num {
  color: var(--vinculum);
}
body.center .sec:nth-of-type(1)::before, body.center .sec:nth-of-type(1)::after {
  background-image: url(../img/cloud01_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.2;
}
body.center .sec:nth-of-type(2), body.center .sec:nth-of-type(4) {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #f1f7ea 3px, #f1f7ea 6px);
}
@media screen and (max-width: 1024px) {
  body.center .sec:nth-of-type(2), body.center .sec:nth-of-type(4) {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #f1f7ea 2px, #f1f7ea 4px);
  }
}
body.center .sec:nth-of-type(2)::after {
  content: "";
  display: block;
  aspect-ratio: 2803/545;
  background-image: url(../img/wave_bottom_white01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1vw;
  left: 0;
  z-index: 1;
  transform: scale(-1, -1);
}
body.center .sec:nth-of-type(3) {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  body.center .sec:nth-of-type(3) {
    padding-bottom: 50px;
  }
}
body.center .title02 span::before {
  background-image: url(../img/green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.center .title02 span:nth-of-type(even)::before {
  background-image: url(../img/green02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.center .link .btn-arrow path {
  fill: var(--nishi);
}
body.center .link:hover {
  color: var(--nishi);
}
body.center .facility__list {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  body.center .facility__list {
    gap: 5px;
  }
}
body.center .childcare .content {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #f1f7ea 3px, #f1f7ea 6px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  body.center .childcare .content {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #f1f7ea 2px, #f1f7ea 4px);
  }
}
body.center .schedule__item .title {
  background-color: var(--nishi);
}
body.center .event {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #fff3d7 3px, #fff3d7 6px);
}
@media screen and (max-width: 1024px) {
  body.center .event {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fff3d7 2px, #fff3d7 4px);
  }
}
body.center .contact {
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #f1f7ea 3px, #f1f7ea 6px);
}
@media screen and (max-width: 1024px) {
  body.center .contact {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #f1f7ea 2px, #f1f7ea 4px);
  }
}
body.center .contact .bnr__img {
  background-color: var(--light_green);
}
body.center .contact .bnr__img .txtArea .txt_l .btn-arrow path {
  fill: var(--light_green);
}
body.center .contact .bnr__img:hover .content {
  background-color: var(--light_green);
}
body.center .contact .bnr__img:hover .txtArea .txt_l {
  color: var(--nishi);
}
body.center .contact .bnr__img:hover .txtArea .txt_l .btn-arrow path {
  fill: var(--nishi);
}
body.center .contact .bnr__tel:hover .txtArea .num {
  color: var(--nishi);
}

.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(--light01);
  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-aozora {
  background-color: var(--aozora);
  border: solid 1px var(--aozora);
  color: var(--white);
}
.post-categories li a.news-aozora:hover {
  background-color: #fff;
  color: var(--aozora);
}
.post-categories li a.news-aozora-nishi {
  background-color: var(--aonishi);
  border: solid 1px var(--aonishi);
  color: var(--white);
}
.post-categories li a.news-aozora-nishi:hover {
  background-color: #fff;
  color: var(--aonishi);
}
.post-categories li a.news-nishi {
  background-color: var(--nishi);
  border: solid 1px var(--nishi);
  color: var(--white);
}
.post-categories li a.news-nishi:hover {
  background-color: #fff;
  color: var(--nishi);
}
.post-categories li a.news-vinculum {
  background-color: var(--vinculum);
  border: solid 1px var(--vinculum);
  color: var(--white);
}
.post-categories li a.news-vinculum:hover {
  background-color: #fff;
  color: var(--vinculum);
}
.post-categories li a.news-vinculum2 {
  background-color: var(--vinculum);
  border: solid 1px var(--vinculum);
  color: var(--white);
}
.post-categories li a.news-vinculum2:hover {
  background-color: #fff;
  color: var(--vinculum);
}

.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 a,
.single-info-date-cat a {
  display: block;
  background-color: var(--white);
  border: solid 1px var(--main);
  border-radius: 999px;
  color: var(--main);
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat a,
  .single-info-date-cat a {
    padding: 4px 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-time-cat a,
  .single-info-date-cat a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-time-cat a:hover,
.single-info-date-cat a:hover {
  background-color: var(--main);
  color: var(--white);
}
.archive-time-cat a.aozora,
.single-info-date-cat a.aozora {
  border-color: #f8adba;
  color: #f8adba;
}
.archive-time-cat a.aonishi,
.single-info-date-cat a.aonishi {
  border-color: #95d6f6;
  color: #95d6f6;
}
.archive-time-cat a.vinculum,
.single-info-date-cat a.vinculum {
  border-color: #f6b595;
  color: #f6b595;
}
.archive-time-cat a.vinculum2,
.single-info-date-cat a.vinculum2 {
  border-color: #f6b595;
  color: #f6b595;
}
.archive-time-cat a.center,
.single-info-date-cat a.center {
  border-color: #d6f695;
  color: #d6f695;
}
.archive-time-cat span a,
.single-info-date-cat span a {
  display: block;
  background-color: var(--white);
  border: solid 1px var(--main);
  border-radius: 999px;
  color: var(--main);
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat span a,
  .single-info-date-cat span a {
    padding: 4px 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-time-cat span a,
  .single-info-date-cat span a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-time-cat span a:hover,
.single-info-date-cat span a:hover {
  background-color: var(--main);
  color: var(--white);
}

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

.archive-time-cat time {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat time {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

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;
  margin-top: -5px;
}
.footer::before {
  content: "";
  display: block;
  aspect-ratio: 1400/34;
  background-image: url(../img/bg_section-main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
.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: "quicksand", sans-serif;
  font-weight: 700;
  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-logo-address {
  margin: auto;
}
.footer .footer-address p,
.footer .footer-address a {
  text-align: center;
}
.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;
  }
}

.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-fadeUp70 {
  opacity: 0;
}
.js-fadeUp70.is-show {
  animation-name: fadeUpAnimeOpacity70;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnimeOpacity70 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 0.7;
    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-diagonal_rightToLeftBottom {
  opacity: 0;
  transform: translate(30%, -30%);
  transition: 1s;
}
.js-diagonal_rightToLeftBottom.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 6px, #bfe7fb 6px, #bfe7fb 12px);
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #bfe7fb 3px, #bfe7fb 6px);
  }
}
@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 td label {
  font-size: 1.4rem;
  color: #777;
}
@media screen and (max-width: 1024px) {
  .contact-form01 td label {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.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);
  }
}

.p-postal-code {
  display: block;
  width: 30% !important;
}

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