@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kaisei+Decol&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Sacramento&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    height: 100%;
    opacity: 1;
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

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

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

.note {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .note {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.note {
  color: var(--title);
  text-align: center;
  margin-bottom: 0;
}

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

time {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  time {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}

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

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

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

main.panelactive {
  display: none;
}

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

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

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

.title01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 40px;
  }
}
.title01 .en {
  display: inline-block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.title01 .en {
  font-weight: 900;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 1.5625vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
.title01 .en {
  line-height: 3;
  text-transform: capitalize;
  color: var(--main);
  position: relative;
  z-index: 2;
}
.title01 .en span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .title01 .en span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.title01 .en span {
  font-weight: 900;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 1.5625vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .title01 .en span {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
.title01 .en span {
  line-height: 3;
  text-transform: capitalize;
  color: var(--main);
  opacity: 0;
}
.title01 .en span:nth-of-type(1) {
  color: var(--pink) !important;
  text-transform: capitalize;
}
.title01 .en span:nth-of-type(n + 2) {
  text-transform: lowercase;
}
.title01 .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title01 .ja {
  font-size: clamp(16px, 3.125vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(14px, 5.859375vw, 3rem);
  }
}
.title01 .ja {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--main);
  z-index: 2;
  opacity: 0;
}
.title01.is-show .en span {
  opacity: 1;
  transform: translateY(0);
}
.title01.is-show .en span:nth-of-type(2) {
  transition-delay: 4s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(3) {
  transition-delay: 6s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(4) {
  transition-delay: 8s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(5) {
  transition-delay: 10s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(6) {
  transition-delay: 12s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(7) {
  transition-delay: 14s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(8) {
  transition-delay: 16s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(9) {
  transition-delay: 18s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(10) {
  transition-delay: 20s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(11) {
  transition-delay: 22s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(12) {
  transition-delay: 24s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(13) {
  transition-delay: 26s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(14) {
  transition-delay: 28s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(15) {
  transition-delay: 30s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(16) {
  transition-delay: 32s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(17) {
  transition-delay: 34s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(18) {
  transition-delay: 36s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(19) {
  transition-delay: 38s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(20) {
  transition-delay: 40s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(21) {
  transition-delay: 42s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(22) {
  transition-delay: 44s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(23) {
  transition-delay: 46s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(24) {
  transition-delay: 48s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .en span:nth-of-type(25) {
  transition-delay: 50s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title01.is-show .ja {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0.2s;
}

.title02 {
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
.title02 {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    padding-top: 30px;
  }
}
.title02 .en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.title02 .en span {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 10rem;
}
@media screen and (max-width: 1024px) {
  .title02 .en span {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
.title02 .en span {
  color: var(--main);
  opacity: 0;
}
.title02 .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
.title02 .ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(14px, 1.4rem, 1.4rem);
  }
}
.title02 .ja {
  font-weight: 900;
  color: var(--main);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  opacity: 0;
}
.title02.is-show .en span {
  opacity: 0.1;
  transform: translateY(0);
}
.title02.is-show .en span:nth-of-type(2) {
  transition-delay: 4s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(3) {
  transition-delay: 6s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(4) {
  transition-delay: 8s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(5) {
  transition-delay: 10s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(6) {
  transition-delay: 12s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(7) {
  transition-delay: 14s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(8) {
  transition-delay: 16s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(9) {
  transition-delay: 18s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(10) {
  transition-delay: 20s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(11) {
  transition-delay: 22s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(12) {
  transition-delay: 24s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(13) {
  transition-delay: 26s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(14) {
  transition-delay: 28s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(15) {
  transition-delay: 30s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(16) {
  transition-delay: 32s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(17) {
  transition-delay: 34s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(18) {
  transition-delay: 36s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(19) {
  transition-delay: 38s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(20) {
  transition-delay: 40s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(21) {
  transition-delay: 42s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(22) {
  transition-delay: 44s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(23) {
  transition-delay: 46s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(24) {
  transition-delay: 48s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .en span:nth-of-type(25) {
  transition-delay: 50s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.title02.is-show .ja {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0.2s;
}

.bg_title {
  position: absolute;
  top: -5vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bg_title {
    top: -10vw;
  }
}
.bg_title span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .bg_title span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.bg_title span {
  font-weight: 900;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 1.5625vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .bg_title span {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
.bg_title span {
  line-height: 3;
  text-transform: capitalize;
  font-size: clamp(16px, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 1024px) {
  .bg_title span {
    font-size: clamp(14px, 7.8125vw, 4rem);
  }
}
.bg_title span {
  color: #d4ebe1;
  opacity: 0;
}
.bg_title.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.bg_title.is-show span:nth-of-type(2) {
  transition-delay: 6s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(3) {
  transition-delay: 9s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(4) {
  transition-delay: 12s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(5) {
  transition-delay: 15s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(6) {
  transition-delay: 18s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(7) {
  transition-delay: 21s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(8) {
  transition-delay: 24s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(9) {
  transition-delay: 27s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(10) {
  transition-delay: 30s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(11) {
  transition-delay: 33s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(12) {
  transition-delay: 36s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(13) {
  transition-delay: 39s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(14) {
  transition-delay: 42s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(15) {
  transition-delay: 45s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(16) {
  transition-delay: 48s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(17) {
  transition-delay: 51s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(18) {
  transition-delay: 54s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(19) {
  transition-delay: 57s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(20) {
  transition-delay: 60s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(21) {
  transition-delay: 63s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(22) {
  transition-delay: 66s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(23) {
  transition-delay: 69s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(24) {
  transition-delay: 72s;
  transition: all 1s;
}
.bg_title.is-show span:nth-of-type(25) {
  transition-delay: 75s;
  transition: all 1s;
}

.title03 {
  width: 100%;
  height: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.title03 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(14px, 1.2rem, 1.2rem);
  }
}
.title03 {
  letter-spacing: 0.1em;
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    border-radius: 4px;
  }
}
.title03 {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    padding: 5px;
  }
}
.title03 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}

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

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

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 8px;
  }
}
.link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
  letter-spacing: 0.15em;
}
.link::after {
  content: "";
  display: block;
  width: 6px;
}
@media screen and (max-width: 1024px) {
  .link::after {
    width: 3px;
  }
}
.link::after {
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .link::after {
    height: 10px;
  }
}
.link::after {
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  background-color: var(--main);
}
.link:hover {
  color: var(--main);
}
.link:hover::after {
  background-color: var(--main);
}

.bg_white {
  background-color: #fff;
}

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

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

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

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

.tablepress {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  margin-bottom: 60px !important;
  border: solid #e5dfd4 1px !important;
}
.tablepress thead th {
  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;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td {
  background-color: none;
}
.tablepress tbody td.column-1 {
  width: 30%;
  border-top: solid 1px #ddd;
  font-weight: 600;
  letter-spacing: 0.15em;
  background-color: var(--main);
  color: var(--white);
}
.tablepress tbody td.column-2 {
  width: 70%;
  border-top: solid 1px #ddd;
}
.tablepress tbody td.column-2 a {
  color: var(--txt);
}
.tablepress tbody td.column-2 a:hover {
  color: var(--main);
}
.tablepress.tablepress-id-8 {
  margin-bottom: 0 !important;
}
.tablepress.tablepress-id-8 > :where(thead, tfoot) > tr > * {
  background-color: var(--nakamachidai) !important;
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-8 tbody td {
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-8 tbody td.column-1 {
  width: 40%;
  background-color: var(--nakamachidai) !important;
  text-align: center;
  border-top: 1px solid #ddd;
}
.tablepress.tablepress-id-8 tbody td.column-2, .tablepress.tablepress-id-8 tbody td.column-3, .tablepress.tablepress-id-8 tbody td.column-4 {
  background-color: var(--white) !important;
  text-align: center;
}
.tablepress.tablepress-id-7 tbody td.column-1, .tablepress.tablepress-id-7 tbody td.column-2 {
  width: 50%;
}
.tablepress.tablepress-id-8 tbody td.column-2, .tablepress.tablepress-id-8 tbody td.column-3 {
  width: 30%;
}
.tablepress.tablepress-id-10, .tablepress.tablepress-id-11, .tablepress.tablepress-id-12 {
  margin-bottom: 0 !important;
}
.tablepress.tablepress-id-10 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-11 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-12 > :where(thead, tfoot) > tr > * {
  background-color: var(--tsuduki-top) !important;
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-10 tbody td, .tablepress.tablepress-id-11 tbody td, .tablepress.tablepress-id-12 tbody td {
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-10 tbody td.column-1, .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-12 tbody td.column-1 {
  background-color: var(--tsuduki-top) !important;
  text-align: center;
  border-top: 1px solid #ddd;
}
.tablepress.tablepress-id-10 tbody td.column-2, .tablepress.tablepress-id-10 tbody td.column-3, .tablepress.tablepress-id-10 tbody td.column-4, .tablepress.tablepress-id-10 tbody td.column-5, .tablepress.tablepress-id-11 tbody td.column-2, .tablepress.tablepress-id-11 tbody td.column-3, .tablepress.tablepress-id-11 tbody td.column-4, .tablepress.tablepress-id-11 tbody td.column-5, .tablepress.tablepress-id-12 tbody td.column-2, .tablepress.tablepress-id-12 tbody td.column-3, .tablepress.tablepress-id-12 tbody td.column-4, .tablepress.tablepress-id-12 tbody td.column-5 {
  background-color: var(--white) !important;
  text-align: center;
}
.tablepress.tablepress-id-10 tbody td.column-1, .tablepress.tablepress-id-10 tbody td.column-2, .tablepress.tablepress-id-10 tbody td.column-3, .tablepress.tablepress-id-10 tbody td.column-4, .tablepress.tablepress-id-10 tbody td.column-5 {
  width: 20%;
}
.tablepress.tablepress-id-13, .tablepress.tablepress-id-14, .tablepress.tablepress-id-15, .tablepress.tablepress-id-16 {
  margin-bottom: 0 !important;
}
.tablepress.tablepress-id-13 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-14 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-15 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-16 > :where(thead, tfoot) > tr > * {
  background-color: var(--popy-kids) !important;
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-13 tbody td, .tablepress.tablepress-id-14 tbody td, .tablepress.tablepress-id-15 tbody td, .tablepress.tablepress-id-16 tbody td {
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-13 tbody td.column-1, .tablepress.tablepress-id-14 tbody td.column-1, .tablepress.tablepress-id-15 tbody td.column-1, .tablepress.tablepress-id-16 tbody td.column-1 {
  background-color: var(--popy-kids) !important;
  text-align: center;
  border-top: 1px solid #ddd;
  width: 20%;
}
.tablepress.tablepress-id-13 tbody td.column-2, .tablepress.tablepress-id-13 tbody td.column-3, .tablepress.tablepress-id-13 tbody td.column-4, .tablepress.tablepress-id-13 tbody td.column-5, .tablepress.tablepress-id-13 tbody td.column-6, .tablepress.tablepress-id-14 tbody td.column-2, .tablepress.tablepress-id-14 tbody td.column-3, .tablepress.tablepress-id-14 tbody td.column-4, .tablepress.tablepress-id-14 tbody td.column-5, .tablepress.tablepress-id-14 tbody td.column-6, .tablepress.tablepress-id-15 tbody td.column-2, .tablepress.tablepress-id-15 tbody td.column-3, .tablepress.tablepress-id-15 tbody td.column-4, .tablepress.tablepress-id-15 tbody td.column-5, .tablepress.tablepress-id-15 tbody td.column-6, .tablepress.tablepress-id-16 tbody td.column-2, .tablepress.tablepress-id-16 tbody td.column-3, .tablepress.tablepress-id-16 tbody td.column-4, .tablepress.tablepress-id-16 tbody td.column-5, .tablepress.tablepress-id-16 tbody td.column-6 {
  background-color: var(--white) !important;
  text-align: center;
  width: 16%;
}

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

.tablepress-table-description {
  background-color: #fff;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    max-width: 600px;
  }
}
.tablepress-table-description {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 20px;
  }
}
.tablepress-table-description {
  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;
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
table th,
table td {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    padding: 5px;
  }
}
table th,
table td {
  text-align: center;
}

.mv {
  position: relative;
  overflow: unset;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-top: 50px;
  }
}
.mv {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-bottom: 50px;
  }
}
.mv::before {
  content: "";
  display: block;
  aspect-ratio: 1920/389;
  -webkit-mask-image: url(../img/shape02.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape02.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--bg_blue02);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0vw;
  z-index: 3;
}
.mv::after {
  content: "";
  display: block;
  aspect-ratio: 1920/796;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mv .deco._rainbow {
  aspect-ratio: 1920/967;
  width: 20%;
  top: 20%;
  right: 5%;
  background-image: url(../img/rainbow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: scale(0, 0);
/*   transform: translate(-10%, 0) scale(1.05); */
/*   transition: 1.8s; */
  backface-visibility: hidden;
}
.mv .deco._sun {
  aspect-ratio: 1;
  width: 8%;
  height: auto;
  top: 25%;
  left: 5%;
  background-image: url(../img/sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
  transform: scale(0, 0);
}
.mv .deco._flower {
  aspect-ratio: 325/132;
  width: 10%;
  height: auto;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 5vw;
  right: 10%;
  z-index: 3;
  opacity: 0;
}
.mv .swiper {
  aspect-ratio: 1317/948;
  width: 70%;
  height: auto;
  -webkit-mask-image: url(../img/shape01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
  z-index: 2;
}
.mv .swiper-slide picture,
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
}
.mv.loaded_compleet .deco._rainbow {
  animation-name: scaleUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.mv.loaded_compleet .deco._sun {
  animation-name: scaleUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.mv.loaded_compleet .deco._flower {
  animation-delay: 1s;
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .scroll {
    gap: 7px;
  }
}
.scroll {
  position: absolute;
  left: 5%;
  bottom: 25%;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .scroll {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.scroll {
  letter-spacing: 0.12em;
  color: var(--txt-Color);
  z-index: 3;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }
}
.scroll {
  /* 縦線（伸び縮み） */
}
.scroll::after {
  content: "";
  position: relative;
  width: 1px;
  height: 70px;
  background: color-mix(in srgb, var(--txt-Color) 55%, transparent);
  transform-origin: 50% 0%;
  animation: sdl03 2.3s cubic-bezier(1, 0, 0, 1) infinite;
}

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

.swiper-button-next,
.swiper-button-prev {
  color: var(--main);
}

iframe {
  width: 100%;
}

body.home {
  background-image: url(../img/bg_gradation.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
body.home main {
  overflow: hidden;
}
body.post-type-archive-product-post, body.single-product-post {
  background-color: var(--white);
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
}

.ticker__track {
  display: inline-flex;
  gap: 2rem;
  will-change: transform;
  animation: ticker 120s linear infinite;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* 2個並べた分の半分を移動 */
}
.ticker__item {
  display: inline-block;
  font-size: clamp(16px, 6.25vw, 12rem);
}
@media screen and (max-width: 1024px) {
  .ticker__item {
    font-size: clamp(12px, 11.71875vw, 6rem);
  }
}
.ticker__item {
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #e0edf6;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.news-list01 {
  background-color: var(--white);
}
.news-list01 li {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list01 li {
    flex-direction: column;
  }
}
.news-list01 li .date-cat {
  min-width: 240px;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date-cat {
    min-width: 120px;
  }
}
.news-list01 li .date-cat {
  margin-bottom: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .news-list01 li .date-cat {
    margin-bottom: 10px;
  }
}
.news-list01 li .date {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: capitalize;
}
.news-list01 li .news-cat {
  display: flex;
  margin-bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list01 li .news-cat.news {
  display: flex;
  margin-bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list01 li .news-cat.nakamachidai a {
  background-color: var(--nakamachidai);
  border-color: var(--nakamachidai);
}
.news-list01 li .news-cat.nakamachidai a:hover {
  background-color: var(--white);
  color: var(--nakamachidai);
}
.news-list01 li .news-cat.tsuduki-top a {
  background-color: var(--tsuduki-top);
  border-color: var(--tsuduki-top);
}
.news-list01 li .news-cat.tsuduki-top a:hover {
  background-color: var(--white);
  color: var(--tsuduki-top);
}
.news-list01 li .news-cat.popy-kids a {
  background-color: var(--popy-kids);
  border-color: var(--popy-kids);
}
.news-list01 li .news-cat.popy-kids a:hover {
  background-color: var(--white);
  color: var(--popy-kids);
}
.news-list01 li .news-txt a:hover {
  color: var(--main);
  opacity: 1;
}

.com-timeline01 {
  position: relative;
}
.com-timeline01 .timeline {
  width: 40px;
  margin: 50px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#f7b267 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: no-repeat space;
  background-position: center;
}
.com-timeline01 .timeline .sun,
.com-timeline01 .timeline .moon {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
}
.com-timeline01 .timeline .sun svg,
.com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: #f7b267;
}
.com-timeline01 .timeline .sun {
  top: -50px;
}
.com-timeline01 .timeline .moon {
  bottom: -50px;
  margin: 0 auto;
}
.com-timeline01-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-list {
    margin-bottom: 30px;
  }
}
.com-timeline01-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-list li {
    margin-bottom: 20px;
  }
}
.com-timeline01-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.com-timeline01-list li:last-of-type {
  margin-bottom: 0;
}
.com-timeline01-img-wrap {
  width: 50%;
  padding: 0 40px;
}
.com-timeline01-img-wrap img {
  aspect-ratio: 3/2;
  max-height: 270px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-img-wrap img {
    border-radius: 7.5px;
  }
}
.com-timeline01-content {
  width: 50%;
  padding: 0px 40px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-content {
    padding: 0px 20px;
  }
}
.com-timeline01-content {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-content {
    margin-top: 10px;
  }
}
.com-timeline01-content .list li {
  margin-bottom: 0;
}
.com-timeline01-time {
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  color: var(--orange);
  letter-spacing: 0em;
  border-bottom: 3px solid var(--orange);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    margin-bottom: 10px;
  }
}
.com-timeline01-time svg {
  margin-right: 5px;
}
.com-timeline01-head {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 20px;
}

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

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

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

@media screen and (max-width: 1200px) {
  .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    font-size: 1.8rem;
  }
  .com-timeline01-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline {
    width: 30px;
    margin: auto 0;
    height: calc(100% - 70px);
  }
  .com-timeline01 .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
  .com-timeline01 .timeline .moon {
    max-width: 30px;
    bottom: -40px;
  }
  .com-timeline01-list li {
    margin-bottom: 20px;
  }
  .com-timeline01-list li:nth-of-type(2n) {
    flex-direction: row;
  }
  .com-timeline01-content {
    width: 50%;
    padding-right: 0;
    margin-top: 40px;
  }
  .com-timeline01-img-wrap {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-img-wrap {
    width: 100%;
  }
  .com-timeline01-content {
    width: 100%;
    margin-top: 20px;
  }
  .com-timeline01-head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .com-timeline01-list li:last-of-type {
    margin-bottom: 40px;
  }
  .com-timeline01 .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
.f-news {
  background-color: var(--bg_blue02);
  padding-top: 0;
  position: relative;
  z-index: 3;
  margin-top:-1vw;
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 1920/949;
  -webkit-mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--bg_blue03);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(-1, 1);
  bottom: -18vw;
}
.f-news .inner {
  position: relative;
  z-index: 2;
}
.f-news .deco._bird01 {
  aspect-ratio: 1;
  width: 10%;
  top: -5%;
  left: 5%;
  background-image: url(../img/bird01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-news .deco._tree01 {
  aspect-ratio: 1;
  width: 10%;
  top: 20%;
  right: 3%;
  background-image: url(../img/tree01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-news .deco._leaf01 {
  aspect-ratio: 1;
  width: 6%;
  top: 40%;
  left: 2%;
  background-image: url(../img/leaf01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-news .deco._tree02 {
  aspect-ratio: 1;
  width: 5%;
  top: 60%;
  right: 2%;
  background-image: url(../img/leaf03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-news .newsArea {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea {
    margin-bottom: 40px;
  }
}
.f-news .newsArea {
  z-index: 2;
}
.f-news .newsArea .item._news {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._news {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .newsArea .item._news {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._news {
    padding: 30px 20px;
  }
}
.f-news .newsArea .item._news {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._news {
    border-radius: 5px;
  }
}
.f-news .newsArea .item._x {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._x {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .newsArea .item._x {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._x {
    padding: 30px 20px;
  }
}
.f-news .newsArea .item._x {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .item._x {
    border-radius: 5px;
  }
}
.f-news .calender {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-news .calender {
    margin-bottom: 40px;
  }
}
.f-news .calender iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0;
  display: block;
}
.f-news .bnr {
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr {
    margin-bottom: 40px;
  }
}
.f-news .bnr {
  position: relative;
  z-index: 3;
}
.f-news .bnr::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/whale.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  right: -3vw;
  bottom: -3vw;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr::before {
    width: 25%;
    right: -10%;
    bottom: -10%;
  }
}
.f-news .bnr__content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr__content {
    flex-direction: column;
  }
}
.f-news .bnr__content {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr__content {
    border-radius: 10px;
  }
}
.f-news .bnr__content {
  overflow: hidden;
  background-color: var(--bg_blue);
}
.f-news .bnr .img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .bnr .img {
  aspect-ratio: 3/2;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .img {
    aspect-ratio: 3/1;
  }
}
.f-news .bnr .img img {
  aspect-ratio: 3/2;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .img img {
    aspect-ratio: 3/1;
  }
}
.f-news .bnr .txtArea {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .bnr .txtArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/bg_cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-news .bnr .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 2.6041666667vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .title {
    font-size: clamp(12px, 4.8828125vw, 2.5rem);
  }
}
.f-news .bnr .title {
  letter-spacing: 0.1em;
  margin-bottom: 1.0416666667vw;
}
.f-news .bnr .txt {
  border: solid 2px var(--pink);
  background-color: var(--pink);
  color: var(--white);
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .bnr .txt {
    padding: 5px 10px;
  }
}
.f-news .bnr .txt {
  border-radius: 999px;
}
.f-news .bnr:hover::before {
  transform: rotate(6deg);
  transition: all 0.3s;
}
.f-news .bnr:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.f-news .bnr:hover .txt {
  background-color: var(--white);
  color: var(--pink);
}

.f-about {
  position: relative;
  z-index: 3;
  background-color: var(--bg_blue03);
  padding-top: 0;
}
.f-about::before {
  content: "";
  display: block;
  aspect-ratio: 1920/802;
  -webkit-mask-image: url(../img/cloud02.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud02.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--bg_blue02);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  bottom: -10vw;
}
.f-about .deco {
  z-index: 1;
}
.f-about .deco._cloud01 {
  aspect-ratio: 1;
  width: 10%;
  top: -5%;
  left: 5%;
  background-image: url(../img/cloud03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
}
.f-about .deco._cloud02 {
  aspect-ratio: 1;
  width: 10%;
  top: 20%;
  right: 3%;
  background-image: url(../img/cloud03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
}
.f-about .deco._cloud03 {
  aspect-ratio: 1;
  width: 8%;
  top: 40%;
  left: 5%;
  background-image: url(../img/cloud03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
}
.f-about .deco._cloud04 {
  aspect-ratio: 1;
  width: 10%;
  top: 60%;
  right: 2%;
  background-image: url(../img/cloud03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
}
.f-about .title01 {
  max-width: 150px;
}
@media screen and (max-width: 1024px) {
  .f-about .title01 {
    max-width: 75px;
  }
}
.f-about .title01 {
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .f-about .title01 {
    margin-left: -10px;
  }
}
.f-about .title01 {
  margin-right: auto;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .f-about .title01 {
    margin-top: -50px;
  }
}
.f-about .title01 {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .f-about .title01 {
    margin: auto;
  }
}
.f-about .title01 .ja {
  writing-mode: vertical-lr;
}
.f-about .about {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-about .about {
    flex-direction: column;
  }
}
.f-about .about {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.f-about .about__content {
  width: calc(100% - 200px);
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .f-about .about__content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-about .about__content {
    width: 100%;
  }
}
.f-about .greeting {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting {
    margin-bottom: 40px;
  }
}
.f-about .greeting .item._txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-about .greeting .item._img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-about .greeting .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .lead {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.f-about .greeting .lead {
  color: var(--main);
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .f-about .greeting .lead {
    font-size: 1.6em;
    text-align: center;
  }
}
.f-about .greeting img {
  aspect-ratio: 1;
  height: auto;
}
.f-about .goal {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-about .goal {
    margin-bottom: 40px;
  }
}
.f-about .goal__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-about .goal__list {
    padding: 30px 20px;
  }
}
.f-about .goal__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-about .goal__list {
    border-radius: 5px;
  }
}
.f-about .goal__item {
  text-align: center;
}
.f-about .goal .txt span {
  display: inline-block;
  color: var(--title);
  background-image: url(../img/wave_line.png);
  background-repeat: repeat-x;
  background-size: 1rem;
  background-position: center;
  background-position: bottom;
}
.f-about .features__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-about .features__list {
    flex-direction: column;
  }
}
.f-about .features__list {
  flex-wrap: wrap;
  gap: 5%;
}
.f-about .features__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-about .features__item {
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item {
    border-radius: 5px;
  }
}
.f-about .features__item {
  overflow: hidden;
  box-shadow: rgba(150, 130, 80, 0.1) 0px 2px 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-about .features__item {
    margin-bottom: 15px;
  }
}
.f-about .features .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-about .features .content {
    padding: 10px;
  }
}
.f-about .features .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .f-about .features .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-about .features .title {
  text-align: center;
  color: var(--title);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-about .features .title {
    font-size: 1.6rem;
  }
}
.f-about .features .title::before {
  content: "";
  display: block;
  aspect-ratio: 90/39;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .f-about .features .title::before {
    width: 15px;
  }
}
.f-about .features .title::before {
  height: auto;
  z-index: 1;
}
.f-about .features .img img {
  aspect-ratio: 3/2;
  height: auto;
}

.f-day_flow {
  background-color: var(--bg_blue02);
  position: relative;
  z-index: 3;
  padding-top: 0;
}
.f-day_flow::before {
  content: "";
  display: block;
  aspect-ratio: 1920/949;
  -webkit-mask-image: url(../img/shape03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape03.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--base);
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  bottom: -18vw;
}
.f-day_flow .deco {
  z-index: 1;
}
.f-day_flow .deco._bloon01 {
  aspect-ratio: 185/395;
  width: 8%;
  top: -10vw;
  left: 3%;
  background-image: url(../img/bloon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
  opacity: 0;
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-day_flow .deco._bloon01 {
    top: 0vw;
  }
}
.f-day_flow .deco._bloon02 {
  aspect-ratio: 185/542;
  width: 10%;
  top: -30vw;
  right: 6%;
  background-image: url(../img/bloon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(10deg);
  z-index: 5;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .f-day_flow .deco._bloon02 {
    top: -10vw;
  }
}
.f-day_flow .tab-panel-b {
  position: relative;
  z-index: 2;
}
.f-day_flow .tab-panel-b .panel:last-of-type .com-timeline01 .timeline {
  background-image: radial-gradient(#9ad8b3 30%, transparent 30%);
}
.f-day_flow .tab-panel-b .panel:last-of-type .com-timeline01 .timeline .sun svg,
.f-day_flow .tab-panel-b .panel:last-of-type .com-timeline01 .timeline .moon svg {
  fill: var(--green);
}
.f-day_flow .tab-panel-b .panel:last-of-type .com-timeline01-time {
  color: var(--green);
  border-bottom: 3px solid var(--green);
}
.f-day_flow .tab-panel-b .panel:last-of-type .com-timeline01-head {
  color: var(--green);
}

.f-flow {
  position: relative;
  z-index: 3;
  background-color: var(--base);
  padding-top: 0;
}
.f-flow .deco {
  opacity: 0.4;
}
.f-flow .deco._chow {
  background-image: url(../img/chow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 5%;
  height: auto;
  top: 3%;
  right: 10%;
  opacity: 0.7;
}
.f-flow .deco._flower01, .f-flow .deco._flower02, .f-flow .deco._flower03, .f-flow .deco._flower04, .f-flow .deco._flower05 {
  background-image: url(../img/flower08.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 2%;
  height: auto;
}
.f-flow .deco._flower01 {
  top: 20%;
  left: 5%;
}
.f-flow .deco._flower02 {
  top: 40%;
  right: 6%;
}
.f-flow .deco._flower03 {
  top: 60%;
  left: 6%;
}
.f-flow .deco._flower04 {
  top: 80%;
  right: 5%;
}
.f-flow .deco._flower05 {
  top: 90%;
  left: 5%;
}
.f-flow .deco._bird03 {
  background-image: url(../img/bird05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 5%;
  height: auto;
  top: 96%;
  right: 25%;
}
.f-flow .deco._leaf01, .f-flow .deco._leaf02, .f-flow .deco._leaf03, .f-flow .deco._leaf04 {
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 2%;
  height: auto;
}
.f-flow .deco._leaf01 {
  top: 10%;
  left: 15%;
}
.f-flow .deco._leaf02 {
  top: 30%;
  right: 18%;
}
.f-flow .deco._leaf03 {
  top: 50%;
  left: 15%;
}
.f-flow .deco._leaf04 {
  top: 70%;
  right: 18%;
}
.f-flow .flow {
  position: relative;
  z-index: 2;
}
.f-flow .flow__list {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-flow .flow__list {
  margin: auto;
}
.f-flow .flow__item {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    border-radius: 5px;
  }
}
.f-flow .flow__item {
  background-color: var(--white);
  padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    padding: 10px 20px;
  }
}
.f-flow .flow__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow__item {
    margin-bottom: 30px;
  }
}
.f-flow .flow__item {
  position: relative;
}
.f-flow .flow .num {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 10rem;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .num {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
.f-flow .flow .num {
  color: var(--main);
  opacity: 0.2;
  line-height: 1;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .num {
    top: -15px;
  }
}
.f-flow .flow .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--main);
  width: auto;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .img {
    height: 50px;
  }
}
.f-flow .flow .img {
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .img {
    margin-bottom: 10px;
  }
}
.f-flow .flow .img {
  aspect-ratio: 1;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .img {
    margin-bottom: 20px;
  }
}
.f-flow .flow .title {
  background-color: var(--main);
  color: var(--white);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.f-flow .flow .title {
  letter-spacing: 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .title {
    margin-bottom: 20px;
  }
}
.f-flow .flow .title {
  padding: 0px 20px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .title {
    padding: 0px 10px;
  }
}
.f-flow .flow .title {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .title {
    border-radius: 5px;
  }
}
.f-flow .flow .txt {
  text-align: center;
}
.f-flow .flow .txt a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--main);
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .txt a {
    gap: 8px;
  }
}
.f-flow .flow .txt a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--main);
  width: 18px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .txt a::before {
    width: 9px;
  }
}
.f-flow .flow .txt a::before {
  height: 18px;
}
@media screen and (max-width: 1024px) {
  .f-flow .flow .txt a::before {
    height: 9px;
  }
}
.f-flow .flow .txt a::before {
  height: auto;
  z-index: 1;
}

.f-recruit {
  position: relative;
  background-color: #fff;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-135deg, var(--bg_blue03) 0, var(--bg_blue03) 6px, #fff 6px, #fff 14px);
}
@media screen and (max-width: 1024px) {
  .f-recruit {
    background-image: repeating-linear-gradient(130deg, transparent 0, transparent 4px, var(--bg_blue03) 4px, var(--bg_blue03) 8px);
  }
}
.f-recruit {
  padding-top: 10vw;
  padding-bottom: 15vw;
  margin-top: -6.5vw;
  margin-bottom: -6.5vw;
}
.f-recruit .recruit {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .recruit {
    margin-bottom: 50px;
  }
}
.f-recruit .box .item._txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .f-recruit .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-recruit .box .item._txt {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .box .item._txt {
    padding: 30px 20px;
  }
}
.f-recruit .box .item._txt {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-recruit .box .item._txt {
    border-radius: 5px;
  }
}
.f-recruit .box .item._txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.f-recruit .box .item._txt::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/star01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.f-recruit .box .item._txt::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/star02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -3vw;
  right: 0;
}
.f-recruit .box .item._txt .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .f-recruit .box .item._txt .lead {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.f-recruit .box .item._txt .lead {
  letter-spacing: 0.05em;
  color: var(--main);
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 0.35em;
}
.f-recruit .box .item._txt .lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4em;
  background-color: var(--main);
  -webkit-mask-image: url(../img/wave_line.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/wave_line.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
.f-recruit .box .item._txt .txt {
  text-align: center;
}
.f-recruit .box .item._img {
  width: 25%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 50% 50% 0 0/38% 38% 0 0;
}
@media screen and (max-width: 1024px) {
  .f-recruit .box .item._img {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.f-recruit .box .item._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.f-overview {
  position: relative;
}
.f-overview .deco._kikyu01 {
  background-image: url(../img/kikyu01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 6%;
  height: auto;
  top: 5%;
  left: 12%;
  opacity: 0.8;
}
.f-overview .deco._kikyu02 {
  background-image: url(../img/kikyu02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 6%;
  height: auto;
  top: 10%;
  left: 7%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .f-overview .deco._kikyu02 {
    top: 8%;
  }
}
.f-overview .deco._kikyu03 {
  background-image: url(../img/kikyu03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 6%;
  height: auto;
  top: 3%;
  right: 12%;
  opacity: 0.8;
}
.f-overview .deco._kikyu04 {
  background-image: url(../img/kikyu04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  width: 6%;
  height: auto;
  top: 8%;
  right: 6%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .f-overview .deco._kikyu04 {
    top: 6%;
  }
}
.f-overview .deco._cloud01 {
  background-image: url(../img/bg_cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1448/423;
  width: 90%;
  height: auto;
  top: 50%;
  left: 5%;
  opacity: 0.7;
}
.f-overview .box {
  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;
  }
}
.f-overview .documents {
  position: relative;
  z-index: 2;
}
.f-overview .documents__item {
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item {
    padding: 10px;
  }
}
.f-overview .documents__item {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item {
    border-radius: 5px;
  }
}
.f-overview .documents__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item {
    margin-bottom: 15px;
  }
}
.f-overview .documents__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item .title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.f-overview .documents__item .title {
  color: var(--main);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.f-overview .documents__item .title .plus {
  display: inline-block;
  -webkit-mask-image: url(../img/icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--main);
  width: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item .title .plus {
    width: 8px;
  }
}
.f-overview .documents__item .title .plus {
  aspect-ratio: 1;
  height: auto;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents__item .title .plus {
    top: 5px;
  }
}
.f-overview .documents__item .title .plus {
  right: 0;
  transform: rotate(90deg);
}
.f-overview .documents__item .title .plus.active {
  transform: rotate(-90deg);
}
.f-overview .documents .file__list {
  display: none;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__list {
    margin-top: 8px;
  }
}
.f-overview .documents .file__list {
  transition: all 0.3s;
  margin-bottom: 0;
}
.f-overview .documents .file__list.open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__list.open {
    padding: 10px;
  }
}
.f-overview .documents .file__list.open {
  transition: all 0.3s;
}
.f-overview .documents .file__item {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .f-overview .documents .file__item {
    width: 47%;
  }
}
@media screen and (max-width: 1100px) {
  .f-overview .documents .file__item {
    width: 60%;
  }
}
.f-overview .documents .file__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a {
    gap: 5px;
  }
}
.f-overview .documents .file__item a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-overview .documents .file__item a {
  color: var(--white);
  transition: all 0.3s;
  border: solid 1px var(--main);
  background-color: var(--main);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a {
    border-radius: 4px;
  }
}
.f-overview .documents .file__item a {
  padding: 0px 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a {
    padding: 0px 5px;
  }
}
.f-overview .documents .file__item a::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon_file.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_file.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a::before {
    width: 5px;
  }
}
.f-overview .documents .file__item a::before {
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .documents .file__item a::before {
    height: 8px;
  }
}
.f-overview .documents .file__item a::before {
  transition: all 0.3s;
}
.f-overview .documents .file__item a:hover {
  background-color: var(--white);
  color: var(--main);
  transition: all 0.3s;
}
.f-overview .documents .file__item a:hover::before {
  background-color: var(--main);
  transition: all 0.3s;
}

.f-contact {
  position: relative;
}
.f-contact .deco._cloud01 {
  background-image: url(../img/cloud04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 272/215;
  width: 20%;
  height: auto;
  top: 0%;
  left: 5%;
  transform: scale(-1, 1);
  opacity: 0.7;
}
.f-contact .deco._cloud02 {
  background-image: url(../img/cloud04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 272/215;
  width: 20%;
  height: auto;
  top: 0%;
  right: 5%;
  opacity: 0.7;
}
.f-contact .inner {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner {
    padding: 30px 20px;
  }
}
.f-contact .inner {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-contact .inner {
    border-radius: 5px;
  }
}

.contact-band {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    background-attachment: unset;
  }
}
.contact-band::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.contact-band-inner {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.contact-band .title02 .en {
  color: var(--white) !important;
}
.contact-band .title02 .en span {
  color: var(--white) !important;
  opacity: 0.3;
}
.contact-band .cf-cb-txt {
  color: var(--white);
}
.contact-band .contact-band-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-btn {
    gap: 5px;
  }
}
.contact-band .contact-band-btn {
  padding: 20px 50px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-btn {
    padding: 10px 25px;
  }
}
.contact-band .contact-band-btn::before {
  content: "";
  display: block;
  background-color: var(--white);
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-btn::before {
    width: 8px;
  }
}
.contact-band .contact-band-btn::before {
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-btn::before {
    height: 8px;
  }
}
.contact-band .contact-band-btn::before {
  z-index: 1;
  position: unset;
  margin: 0;
}
.contact-band .cf-cb-head .ja {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--white);
}
.contact-band .cf-cb-head .en {
  display: none;
}
.contact-band .cf-tel-number {
  letter-spacing: 0.15em;
  font-size: clamp(16px, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 2.34375vw, 1.2rem);
  }
}
.contact-band .cf-tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 3px;
  }
}
.contact-band .cf-tel-number {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 600;
  transition: all 0.3s ease-in;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    margin-bottom: 16px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  aspect-ratio: 957/1503;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 0.9375vw;
  height: auto;
  z-index: 1;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 10px;
  }
}
.contact-band .cf-tel-number:hover {
  color: var(--main);
}
.contact-band .cf-tel-number:hover::before {
  background-color: var(--main);
}
.contact-band .contact-band-tel-box .cf-tel-number:hover {
  color: var(--main) !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in;
}
.contact-band .contact-band-tel-box .cf-tel-number:hover::before {
  background-color: var(--main) !important;
  transition: all 0.3s ease-in;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header .header-box01 .logo {
  max-width: 250px;
  transition: all 0.3s;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header .header-box01 .logo {
    max-width: 200px;
  }
}
.header .header_navArea {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.header.scrolled {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 5;
}
.header.scrolled .header-box01 {
  margin-bottom: 0;
}
.header.scrolled .header-box01 .logo {
  max-width: 180px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header-content02 {
    display: none;
  }
}
.header.scrolled .header-menu {
  display: none;
}
.header.scrolled .header-sub-box {
  position: fixed;
  top: 30%;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.header.scrolled .header-sub-box .g-sub-nav-list {
  flex-direction: column;
  gap: 10px;
}
.header.scrolled .header-sub-box .g-sub-nav-list li a {
  flex-direction: column;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header-sub-box .g-sub-nav-list li a {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
.header.scrolled .header-sub-box .g-sub-nav-list li a {
  line-height: 1.2;
  width: 100px;
  height: 75px;
}
.header.scrolled .header-sub-box .g-nav-tel-pc {
  margin-right: 0;
  margin-bottom: 10px;
}
.header.scrolled .header-sub-box .g-nav-tel-pc a {
  background-color: var(--title);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  width: 100px;
  height: 65px !important;
  border: solid 1px var(--title);
}
.header.scrolled .header-sub-box .g-nav-tel-pc a span {
  display: none;
}
.header.scrolled .header-sub-box .g-nav-tel-pc a i {
  color: var(--white);
}
.header.scrolled .header-sub-box .g-nav-tel-pc a::after {
  content: "TEL";
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .header.scrolled .header-sub-box .g-nav-tel-pc a::after {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header-sub-box .g-nav-tel-pc a::after {
    font-size: 12px;
  }
}
.header.scrolled .header-sub-box .g-nav-tel-pc a:hover {
  background-color: var(--white);
}
.header.scrolled .header-sub-box .g-nav-tel-pc a:hover i {
  color: var(--title);
}
.header.scrolled .header-sub-box .g-nav-tel-pc a:hover::after {
  color: var(--title);
}
.header.scrolled .sp-header {
  position: relative;
  z-index: 2;
  height: 50px;
  background-color: var(--white);
}
.header .menu-header-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-menu > li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1300px) {
  .header .header-menu > li a {
    font-size: 15px;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu > li a {
    font-size: 15px;
    padding: 0 1.5625vw;
  }
}
.header .header-menu > li a:hover {
  color: var(--main);
  transition: all 0.3s;
  opacity: 1;
}

.fix_right {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 70vh;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .fix_right {
    justify-content: center;
  }
}
.fix_right__txt {
  writing-mode: vertical-lr;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .fix_right__txt {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
.fix_right__txt {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .fix_right .fa-brands,
  .fix_right .fab {
    font-size: 12px;
  }
}

.header-sub-box {
  max-width: 1400px;
  align-items: center;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header-sub-box {
    display: none;
  }
}
.header-sub-box .g-nav-tel-pc {
  margin-right: 20px;
}
.header-sub-box .g-nav-tel-pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-nav-tel-pc a {
    gap: 3px;
  }
}
.header-sub-box .g-nav-tel-pc a {
  color: var(--title);
  height: 42px;
}
.header-sub-box .g-nav-tel-pc a span {
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: var(--title);
}
.header-sub-box .g-nav-tel-pc a:hover i {
  color: var(--main);
}
.header-sub-box .g-nav-tel-pc a:hover span {
  color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list {
  margin-bottom: 0;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box .g-sub-nav02 .g-sub-nav-list li {
    margin-left: 5px;
  }
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  margin-left: unset;
  background-color: var(--main);
  color: var(--white);
  border: solid 1px var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a::before {
  content: "";
  display: block;
  background-color: var(--white);
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.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-color: var(--main);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a::before {
  content: "";
  display: block;
  background-color: var(--white);
  -webkit-mask-image: url(../img/icon_parent.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_parent.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 14px;
  height: 24px;
  z-index: 1;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  background-color: var(--white);
  color: var(--pink);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-color: var(--pink);
}

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

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

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

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

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

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

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

.moblie-menu-tel-number {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 16px;
}

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

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

.fix_nav_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    margin: auto;
  }
}
.fix_nav_sp li {
  width: 50%;
  height: 50px;
}
.fix_nav_sp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--yellow);
  width: 100%;
  height: 100%;
  color: var(--white);
  gap: 10px;
}
.fix_nav_sp li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 12px;
  height: auto;
}
.fix_nav_sp li a span {
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.fix_nav_sp li a span {
  font-weight: 600;
  letter-spacing: 0.15em;
}
.fix_nav_sp li:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange02);
  background-color: var(--yellow02);
}
.fix_nav_sp li:nth-of-type(2) a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 12px;
  height: auto;
}
.fix_nav_sp li:nth-of-type(2) a span {
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li:nth-of-type(2) a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.fix_nav_sp li:nth-of-type(2) a span {
  font-weight: 600;
  letter-spacing: 0.15em;
}

.spin-wrap {
  width: 30%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 40%;
  }
}
.spin-wrap .logo {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--main);
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.spin-wrap .logo {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
}
.spin-wrap .logo span {
  color: var(--orange);
  display: block;
}

#loading::before, #loading::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 214/194;
  -webkit-mask-image: url(../img/dot_01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/dot_01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--main);
  width: 20%;
}
#loading::before {
  top: 0%;
  left: -2%;
}
#loading::after {
  bottom: 0%;
  right: -3%;
}

.pc-btn {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 11;
  transform: translateX(200px);
}
.pc-btn::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-color: var(--main);
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -40%;
  left: -20%;
  z-index: -1;
  border-radius: 50%;
}
.pc-btn .pc-btn-txt {
  position: relative;
  color: var(--white);
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .pc-btn .pc-btn-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.pc-btn .pc-btn-txt {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.pc-btn.scrolled {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .pc-btn.scrolled {
    display: none;
  }
}
.pc-btn.active {
  position: fixed;
  top: 47px;
  right: 0px;
}
.pc-btn.active::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -31%;
  left: 0%;
}

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

#pc-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  background-color: var(--white);
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  transform: translateX(100%);
  z-index: 10;
}
#pc-nav.open {
  transform: translateX(0);
}
#pc-nav .pc-logo {
  width: 50%;
  margin-bottom: 50px;
}
#pc-nav .pc-nav-wrap .menu-header-menu-container {
  transform: unset;
  width: 100%;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list {
  width: 100%;
  margin-bottom: 60px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--title);
  border-bottom: solid 1px #ddd;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a span {
  display: inline-block;
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a span {
    font-size: clamp(12px, 0.6rem, 0.6rem);
  }
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a span {
  margin-left: 10px;
  color: var(--main);
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a:hover {
  color: var(--main);
  transition: all 0.3s;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list .sub-menu {
  padding-left: 20px;
  padding-bottom: 10px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list .sub-menu li a {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#pc-nav .pc-sub-nav-list {
  margin: auto;
  margin-bottom: 30px;
}
#pc-nav .pc-sub-nav-list li {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: var(--main);
  border: solid 1px var(--main);
  letter-spacing: 0.1em;
  color: var(--white);
  white-space: nowrap;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 999px;
}
#pc-nav .pc-sub-nav-list li a::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon_mail.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_mail.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 12px;
  height: 12px;
  z-index: 1;
  -webkit-mask-position: center;
          mask-position: center;
}
#pc-nav .pc-sub-nav-list li a:hover {
  background-color: var(--white);
  color: var(--main);
  transition: all 0.3s;
}
#pc-nav .pc-sub-nav-list li a:hover::before {
  background-color: var(--main);
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon_parent.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_parent.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
  width: 12px;
  height: 12px;
  z-index: 1;
  -webkit-mask-position: center;
          mask-position: center;
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a:hover {
  background-color: var(--white);
  color: var(--pink);
}
#pc-nav .pc-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-color: var(--pink);
}
#pc-nav .pc-menu-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#pc-nav .pc-menu-tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#pc-nav .pc-menu-tel-head {
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.6rem;
}
@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-head {
  letter-spacing: 0.1em;
}
#pc-nav .pc-menu-tel-number {
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
#pc-nav .pc-menu-tel-number {
  letter-spacing: 0.05em;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    gap: 5px;
  }
}
#pc-nav .pc-menu-tel-number {
  color: var(--title);
}
#pc-nav .pc-menu-tel-number::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--title);
  width: 16px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    width: 8px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  height: 16px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    height: 8px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  background-position: center;
  z-index: 1;
}
#pc-nav .pc-menu-tel-number:hover {
  opacity: 0.8;
}

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

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 0px;
  }
  50% {
    width: 100%;
    height: 0px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
body:not(.home) {
  position: relative;
}
body:not(.home)::before {
  content: "";
  position: absolute;
  top: -15.625vw;
  left: 0;
  aspect-ratio: 692/377;
  background-image: url(../img/frame01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: top;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 0.7;
}
body:not(.home) .sub-header {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: 150px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .sub-header {
    border-radius: 10px;
  }
}
body:not(.home) .sub-header {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .sub-header {
    margin-top: 70px;
  }
}
body.about {
  background-color: var(--about_light) !important;
}
body.about .sub-header-txt {
  background-color: var(--about) !important;
  color: var(--white) !important;
}
body.about .title01 .en {
  color: var(--about);
}
body.about .title01 .en::before, body.about .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--about) !important;
}
body.about .sec:nth-of-type(1) {
  position: relative;
}
body.about .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--about_light) !important;
  z-index: 2;
}
body.about .sec:nth-of-type(2) {
  background-image: url(../img/bg_about.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.about .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.about .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--about_light02) !important;
}
body.about .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--about_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.about .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--about_light) !important;
}
body.about .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--about_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.life {
  background-color: var(--life_light) !important;
}
body.life .sub-header-txt {
  background-color: var(--life) !important;
  color: var(--white) !important;
}
body.life .title01 .en {
  color: var(--life);
}
body.life .title01 .en::before, body.life .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--life) !important;
}
body.life .sec:nth-of-type(1) {
  position: relative;
}
body.life .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--life_light) !important;
  z-index: 2;
}
body.life .sec:nth-of-type(2) {
  background-image: url(../img/bg_life.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.life .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.life .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--life_light02) !important;
}
body.life .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--life_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.life .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--life_light) !important;
}
body.life .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--life_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.support {
  background-color: var(--support_light) !important;
}
body.support .sub-header-txt {
  background-color: var(--support) !important;
  color: var(--white) !important;
}
body.support .title01 .en {
  color: var(--support);
}
body.support .title01 .en::before, body.support .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--support) !important;
}
body.support .sec:nth-of-type(1) {
  position: relative;
}
body.support .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--support_light) !important;
  z-index: 2;
}
body.support .sec:nth-of-type(2) {
  background-image: url(../img/bg_support.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.support .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.support .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--support_light02) !important;
}
body.support .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--support_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.support .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--support_light) !important;
}
body.support .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--support_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.recruit {
  background-color: var(--recruit_light) !important;
}
body.recruit .sub-header-txt {
  background-color: var(--recruit) !important;
  color: var(--white) !important;
}
body.recruit .title01 .en {
  color: var(--recruit);
}
body.recruit .title01 .en::before, body.recruit .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--recruit) !important;
}
body.recruit .sec:nth-of-type(1) {
  position: relative;
}
body.recruit .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--recruit_light) !important;
  z-index: 2;
}
body.recruit .sec:nth-of-type(2) {
  background-image: url(../img/bg_recruit.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.recruit .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.recruit .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--recruit_light02) !important;
}
body.recruit .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--recruit_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.recruit .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--recruit_light) !important;
}
body.recruit .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--recruit_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.overview {
  background-color: var(--overview_light) !important;
}
body.overview .sub-header-txt {
  background-color: var(--overview) !important;
  color: var(--white) !important;
}
body.overview .title01 .en {
  color: var(--overview);
}
body.overview .title01 .en::before, body.overview .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--overview) !important;
}
body.overview .sec:nth-of-type(1) {
  position: relative;
}
body.overview .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--overview_light) !important;
  z-index: 2;
}
body.overview .sec:nth-of-type(2) {
  background-image: url(../img/bg_overview.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.overview .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.overview .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--overview_light02) !important;
}
body.overview .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--overview_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.overview .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--overview_light) !important;
}
body.overview .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--overview_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.contact {
  background-color: var(--contact_light) !important;
}
body.contact .sub-header-txt {
  background-color: var(--contact) !important;
  color: var(--white) !important;
}
body.contact .title01 .en {
  color: var(--contact);
}
body.contact .title01 .en::before, body.contact .title01 .en::after {
  content: "";
  background-image: none;
  -webkit-mask-image: url(../img/mark01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mark01.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--contact) !important;
}
body.contact .sec:nth-of-type(1) {
  position: relative;
}
body.contact .sec:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--contact_light) !important;
  z-index: 2;
}
body.contact .sec:nth-of-type(2) {
  background-image: url(../img/bg_contact.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  body.contact .sec:nth-of-type(2) {
    background-attachment: unset;
  }
}
body.contact .sec:nth-of-type(3) {
  position: relative;
  background-color: var(--contact_light02) !important;
}
body.contact .sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--contact_light02) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.contact .sec:nth-of-type(4) {
  position: relative;
  background-color: var(--contact_light) !important;
}
body.contact .sec:nth-of-type(4)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--contact_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}
body.single #breadcrumbs, body.archive #breadcrumbs, body.all-news #breadcrumbs {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  body.single #breadcrumbs, body.archive #breadcrumbs, body.all-news #breadcrumbs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  body.single #breadcrumbs, body.archive #breadcrumbs, body.all-news #breadcrumbs {
    padding: 0 15px;
  }
}
body.single main::before, body.archive main::before, body.all-news main::before {
  content: none;
}

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

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

hr {
  color: #ddd;
}

.life .flow {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .life .flow {
    flex-direction: column;
  }
}
.life .flow {
  justify-content: space-between;
}
.life .flow__content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .life .flow__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.life .flow__content:nth-of-type(2) .title02 {
  background-color: var(--life_sub02);
}
.life .flow__content:nth-of-type(2) .time {
  color: var(--life_sub02);
  border-bottom: solid 3px var(--life_sub02);
}
.life .flow__content:nth-of-type(2) .box::before {
  background-image: radial-gradient(circle, var(--life_sub02) 3px, transparent 3px);
}
@media screen and (max-width: 1024px) {
  .life .flow__content:nth-of-type(2) .box::before {
    background-image: radial-gradient(circle, var(--life_sub02) 2px, transparent 2px);
  }
}
.life .flow__content:nth-of-type(2) svg path {
  fill: var(--life_sub02);
}
.life .flow__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .life .flow__list {
    padding: 30px 20px;
  }
}
.life .flow__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .life .flow__list {
    border-radius: 5px;
  }
}
.life .flow__list {
  position: relative;
}
.life .flow .title02 {
  background-color: var(--life_sub01);
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .life .flow .title02 {
    padding: 10px 15px;
  }
}
.life .flow .title02 {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .life .flow .title02 {
    border-radius: 5px;
  }
}
.life .flow .title02 .ja {
  color: var(--white);
}
.life .flow .time {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .life .flow .time {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.life .flow .time {
  font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--life_sub01);
  border-bottom: solid 2px var(--life_sub01);
}
.life .flow .box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .life .flow .box {
    flex-direction: row;
  }
}
.life .flow .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-image: radial-gradient(circle, var(--life_sub01) 3px, transparent 3px);
  background-size: 8px 14px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1024px) {
  .life .flow .box::before {
    background-image: radial-gradient(circle, var(--life_sub01) 2px, transparent 2px);
  }
}
.life .flow .box .txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .life .flow .box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.life .flow .box .txt {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .life .flow .box .txt {
    padding-left: 20px;
  }
}
.life .flow .box .img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .life .flow .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.life .flow .box .img img {
  aspect-ratio: 1;
  height: auto;
}
.life .flow svg {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .life .flow svg {
    width: 15px;
  }
}
.life .flow svg {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .life .flow svg {
    bottom: 20px;
  }
}
.life .flow svg {
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .life .flow svg {
    left: 15px;
  }
}
.life .flow svg path {
  fill: var(--life_sub01);
}
.life .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .life .event__list {
    margin-bottom: 15px;
  }
}
.life .event__item {
  width: 30%;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .life .event__item {
    border-radius: 10px;
  }
}
.life .event__item {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  overflow: hidden;
  background-color: var(--white);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .life .event__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .life .event__item {
    width: 47.5%;
  }
}
.life .event__item .img img {
  aspect-ratio: 3/2;
  height: auto;
}
.life .event__item .title {
  background-color: var(--life);
  color: var(--white);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .life .event__item .title {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.life .event__item .title {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .life .event__item .title {
    padding: 5px 10px;
  }
}
.life .event__item .title {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .life .event__item .title {
    margin-top: -10px;
  }
}
.life .event__item .title {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .life .event__item .title {
    margin-left: 10px;
  }
}
.life .event__item .title {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.life .event__item .txt {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .life .event__item .txt {
    padding: 10px;
  }
}
.life .note__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .life .note__list {
    padding: 30px 20px;
  }
}
.life .note__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .life .note__list {
    border-radius: 5px;
  }
}
.life .note__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .life .note__item {
    gap: 5px;
  }
}
.life .note__item::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-color: var(--life);
  width: 10px;
}
@media screen and (max-width: 1024px) {
  .life .note__item::before {
    width: 5px;
  }
}
.life .note__item::before {
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .life .note__item::before {
    height: 5px;
  }
}
.life .note__item::before {
  border-radius: 50%;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .life .note__item::before {
    margin-top: 7px;
  }
}

.overview .overview_top {
  padding-bottom: 0;
}
.overview .staff,
.overview .reports {
  padding-top: 0;
}
.overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.overview .staff {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .overview .staff {
    padding: 30px 20px;
  }
}
.overview .staff {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .staff {
    border-radius: 5px;
  }
}
.overview .staff {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .overview .staff {
    margin-bottom: 20px;
  }
}
.overview .staff__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.overview .staff__item {
  width: 20%;
}
.overview .staff .position {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .overview .staff .position {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.overview .staff .position {
  color: var(--title);
  text-align: center;
  margin-bottom: 0;
  border-bottom: dotted 1px var(--title);
}
.overview .staff .num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .overview .staff .num {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.overview .staff .num {
  color: var(--overview_deep);
  text-align: center;
}
.overview .complaints .btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .overview .complaints .btn {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.overview .complaints .btn {
  letter-spacing: 0.1em;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints .btn {
    padding: 10px 15px;
  }
}
.overview .complaints .btn {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints .btn {
    border-radius: 5px;
  }
}
.overview .complaints .btn {
  max-width: unset;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints .btn {
    margin-bottom: 20px;
  }
}
.overview .complaints .btn {
  background-color: var(--overview_deep);
}
.overview .complaints__content {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints__content {
    padding: 30px 20px;
  }
}
.overview .complaints__content {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints__content {
    border-radius: 5px;
  }
}
.overview .complaints__content {
  display: none;
}
.overview .complaints__content.is-show {
  display: block;
}
.overview .complaints__content .txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .overview .complaints__content .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.overview .complaints__content .txt {
  color: var(--title);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints__content .txt {
    margin-bottom: 15px;
  }
}
.overview .complaints__content img {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .overview .complaints__content img {
    margin-bottom: 15px;
  }
}
.overview .reports .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .overview .reports .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.overview .reports .item {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .overview .reports .item {
    padding: 30px 20px;
  }
}
.overview .reports .item {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .reports .item {
    border-radius: 5px;
  }
}
.overview .reports .title02 .ja {
  color: var(--overview_deep);
}
.overview .reports .pdf__item a:hover {
  color: var(--overview_deep);
}
.overview .reports .pdf__item a i {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .reports .pdf__item a i {
    margin-left: 5px;
  }
}
.overview .reports .pdf__item a i {
  color: var(--overview_deep);
}
.overview .access i {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .overview .access i {
    margin-left: 5px;
  }
}
.overview .sec:nth-of-type(1) {
  padding-top: 0;
}
.overview .sec:nth-of-type(4)::after {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--overview_light) !important;
  z-index: 2;
}
.overview .sec:nth-of-type(5) {
  position: relative;
  background-image: url(../img/bg_overview.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .overview .sec:nth-of-type(5) {
    background-attachment: unset;
  }
}

.support .sec::before {
  content: none !important;
}
.support .title03 {
  background-color: var(--support);
}
.support .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .support .lead {
    gap: 10px;
  }
}
.support .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .support .lead {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.support .lead {
  letter-spacing: 0.1em;
  color: var(--title);
}
.support .lead::before, .support .lead::after {
  content: "";
  display: block;
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .support .lead::before, .support .lead::after {
    width: 40px;
  }
}
.support .lead::before, .support .lead::after {
  height: 1px;
  background-color: var(--title);
}
.support .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .support .txt {
    margin-bottom: 20px;
  }
}
.support .img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .support .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.support .img {
  margin: auto;
}
.support .img img {
  aspect-ratio: 3/2;
  height: auto;
}

.recruit .title_deco {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  aspect-ratio: 376/369;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco {
    width: 200px;
  }
}
.recruit .title_deco {
  height: auto;
  margin-left: -5%;
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco {
    margin: auto;
  }
}
.recruit .title_deco::before {
  content: "";
  display: block;
  aspect-ratio: 376/369;
  background-image: url(../img/title_deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco::before {
    width: 200px;
  }
}
.recruit .title_deco::before {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.recruit .title_deco .en {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco .en {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit .title_deco .en {
  font-weight: 900;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 1.5625vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco .en {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
.recruit .title_deco .en {
  line-height: 3;
  text-transform: capitalize;
  color: var(--recruit);
}
.recruit .title_deco .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .recruit .title_deco .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.recruit .title_deco .ja {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--title);
  z-index: 2;
}
.recruit .message {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.recruit .message .box {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box {
    margin-top: -30px;
  }
}
.recruit .message .box .item._img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .message .box .item._img {
  margin-top: -15%;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._img {
    margin: auto;
  }
}
.recruit .message .box .item._img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._img img {
    border-radius: 5px;
  }
}
.recruit .message .box .item._txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .message .box .item._txt {
  position: relative;
  z-index: 2;
  margin-right: -5%;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._txt {
    margin: auto;
    margin-bottom: 30px;
  }
}
.recruit .message .box .item._txt .txt {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._txt .txt {
    padding: 30px 20px;
  }
}
.recruit .message .box .item._txt .txt {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .message .box .item._txt .txt {
    border-radius: 5px;
  }
}
.recruit .point {
  position: relative;
}
.recruit .point__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .recruit .point__list {
    margin-top: 15%;
  }
}
.recruit .point__item {
  width: 30%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .point__item {
    width: 47%;
  }
}
.recruit .point__item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.recruit .point__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.recruit .point__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.recruit .point__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.recruit .point__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.recruit .point__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.recruit .point__item .num {
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .num {
    top: -15px;
  }
}
.recruit .point__item .num {
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .num {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.recruit .point__item .num {
  line-height: 1;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .num {
    width: 30px;
  }
}
.recruit .point__item .num {
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .num {
    height: 30px;
  }
}
.recruit .point__item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--recruit);
}
.recruit .point__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit .point__item .title {
  letter-spacing: 0.1em;
  color: var(--title);
  text-align: center;
}
.recruit .point__item .img {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .img {
    margin-bottom: 8px;
  }
}
.recruit .point__item .img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .point__item .img img {
    border-radius: 5px;
  }
}
.recruit .rec_flow {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.recruit .rec_flow::after {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -5.2083333333vw;
  background-color: var(--recruit_light02) !important;
  z-index: 1;
}
.recruit .rec_flow__list {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .rec_flow__list {
  margin: auto;
  position: relative;
  z-index: 2;
}
.recruit .rec_flow__item {
  background-color: var(--white);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item {
    border-radius: 10px;
  }
}
.recruit .rec_flow__item {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item {
    padding: 10px;
  }
}
.recruit .rec_flow__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item {
    margin-bottom: 20px;
  }
}
.recruit .rec_flow__item {
  position: relative;
}
.recruit .rec_flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 24px solid #fff;
}
.recruit .rec_flow__item:last-of-type::after {
  content: none;
}
.recruit .rec_flow__item .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--recruit_deep);
  width: auto;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .img {
    height: 30px;
  }
}
.recruit .rec_flow__item .img {
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .img {
    margin-bottom: 8px;
  }
}
.recruit .rec_flow__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.recruit .rec_flow__item .title {
  color: var(--recruit_deep);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .recruit .rec_flow__item .title {
    margin-bottom: 8px;
  }
}
.recruit .rec_flow__item .txt {
  text-align: center;
  margin-bottom: 0;
}
.recruit .faq {
  background-image: url(../img/bg_recruit.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .recruit .faq {
    background-attachment: unset;
  }
}
.recruit .faq::before {
  content: unset !important;
}
.recruit .faq__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list {
    padding: 30px 20px;
  }
}
.recruit .faq__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list {
    border-radius: 5px;
  }
}
.recruit .sec:nth-of-type(5) {
  position: relative;
  background-color: var(--recruit_light) !important;
}
.recruit .sec:nth-of-type(5)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/162;
  -webkit-mask-image: url(../img/shape07.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/shape07.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -5.2083333333vw;
  background-color: var(--recruit_light) !important;
  z-index: 2;
  transform: scale(1, -1);
}

.faq__list li {
  width: 100%;
  margin-bottom: 10px;
}
.faq__list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.faq__list li:last-of-type ._q {
  border-bottom: none;
  margin-bottom: 0;
}

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

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

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

@media screen and (max-width: 1024px) {
  ._q,
  ._a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.2rem;
  }
  .faq__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.single-recruit-post .sub-header-txt {
  background-color: var(--recruit);
  color: var(--white);
}

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

.contact {
  padding-top: 0;
}
.contact .inner {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .contact .inner {
    padding: 30px 20px;
  }
}
.contact .inner {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contact .inner {
    border-radius: 5px;
  }
}
.contact .contact-form01 th,
.contact .privacy-check a {
  color: var(--contact);
}
.contact .required,
.contact input[type=submit],
.contact input[type=button] {
  background-color: var(--contact);
}
.contact input[type=submit] {
  background-color: var(--contact);
  border-color: var(--contact);
}
.contact input[type=submit]:hover {
  background-color: var(--white);
  color: var(--contact);
}
.contact input[type=radio]:checked:before {
  background: var(--contact);
}
.contact input[type=text],
.contact textarea,
.contact input[type=email],
.contact input[type=tel] {
  background: #fff !important;
}

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

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

.category-nakamachidai .sub-header-txt {
  color: var(--nakamachidai);
}
.category-nakamachidai .archive-info-cat a {
  background-color: var(--nakamachidai);
  border: solid 1px var(--nakamachidai);
}
.category-nakamachidai .archive-info-cat a:hover {
  background-color: var(--white);
  color: var(--nakamachidai);
}

.archive-info-cat a.nakamachidai {
  background-color: var(--nakamachidai);
  border: solid 1px var(--nakamachidai);
}
.archive-info-cat a.nakamachidai:hover {
  background-color: var(--white);
  color: var(--nakamachidai);
}

.category-tsuduki-top .sub-header-txt {
  color: var(--tsuduki-top);
}
.category-tsuduki-top .archive-info-cat a {
  background-color: var(--tsuduki-top);
  border: solid 1px var(--tsuduki-top);
}
.category-tsuduki-top .archive-info-cat a:hover {
  background-color: var(--white);
  color: var(--tsuduki-top);
}

.archive-info-cat a.tsuduki-top {
  background-color: var(--tsuduki-top);
  border: solid 1px var(--tsuduki-top);
}
.archive-info-cat a.tsuduki-top:hover {
  background-color: var(--white);
  color: var(--tsuduki-top);
}

.category-popy-kids .sub-header-txt {
  color: var(--popy-kids);
}
.category-popy-kids .archive-info-cat a {
  background-color: var(--popy-kids);
  border: solid 1px var(--popy-kids);
}
.category-popy-kids .archive-info-cat a:hover {
  background-color: var(--white);
  color: var(--popy-kids);
}

.archive-info-cat a.popy-kids {
  background-color: var(--popy-kids);
  border: solid 1px var(--popy-kids);
}
.archive-info-cat a.popy-kids:hover {
  background-color: var(--white);
  color: var(--popy-kids);
}

.footer {
  position: relative;
}
.footer-inner {
  width: 95%;
  margin: 0 auto 30px;
  z-index: 2;
}
.footer-menu li a {
  padding: 0px 30px;
}
@media screen and (max-width: 1024px) {
  .footer-menu li a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-menu li a {
    border-right: none;
    text-align: center;
  }
}
.footer-menu li:last-of-type a {
  border: none;
}

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

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

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

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeInRight {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 2s;
}
.js-fadeInRight.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

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

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

.js-scaleUp {
  transform: scale(0, 0);
}
.js-scaleUp.is-show {
  animation-name: scaleUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.js-scaleUp_duration5s {
  transform: scale(0, 0);
}
.js-scaleUp_duration5s.is-show {
  animation-name: scaleUp;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

@keyframes scaleUp {
  0% {
    transform: translateY(0px) scale(0.2);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  30%, 100% {
    opacity: 100%;
  }
}
.js-fadeDown {
  opacity: 0;
}
.js-fadeDown.is-show {
  animation-name: fadeDownAnime;
  animation-duration: 1.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-diagonal {
  transform: translate(-30%, 30%);
  transition: 1s;
}
.js-diagonal.is-show {
  transform: translate(0, 0);
}

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

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

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

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

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

@keyframes fadeInRotate {
  from {
    transform: rotate(5deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.contact .bnr_tel {
  background-color: #fff;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-135deg, var(--bg_blue03) 0, var(--bg_blue03) 6px, #fff 6px, #fff 14px);
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    background-image: repeating-linear-gradient(130deg, transparent 0, transparent 4px, var(--bg_blue03) 4px, var(--bg_blue03) 8px);
  }
}
.contact .bnr_tel {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    padding: 10px;
  }
}
.contact .bnr_tel {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    margin-bottom: 30px;
  }
}
.contact .bnr_tel .txt {
  font-weight: 500;
  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;
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.contact .bnr_tel .cf-tel-number {
  letter-spacing: 0.1em;
  color: var(--main);
  display: flex !important;
}
.contact .bnr_tel .cf-tel-number svg path:nth-of-type(1) {
  stroke: var(--main);
}
.contact .bnr_tel .cf-tel-number svg path:nth-of-type(2) {
  fill: var(--main);
}

.contact-form01 {
  border: none !important;
}
.contact-form01 tbody {
  border: none !important;
}
.contact-form01 th,
.contact-form01 td {
  border: none;
  border-bottom: #ddd solid 1px;
}
.contact-form01 th {
  background-color: unset;
  color: var(--main);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 th {
    border-bottom: unset;
    text-align: left;
    padding-bottom: 0;
  }
}
.contact-form01 td {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 td {
    padding: 10px;
  }
}
.contact-form01 tr:last-of-type th,
.contact-form01 tr:last-of-type td {
  border: none;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

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

input[type=text],
textarea,
input[type=email],
input[type=tel] {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  textarea,
  input[type=email],
  input[type=tel] {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (max-width: 1024px) {
  .privacy-check {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
}
.privacy-check a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .privacy-check a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

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

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