@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&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: 2803/950;
  background: transparent;
  z-index: 1;
  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/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/mask.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-top: -5vw;
}
@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 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 40px;
  }
}
.title01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title01::before {
  content: "";
  display: block;
  height: auto;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.title01 .en {
  color: var(--main);
  display: block;
  text-align: center;
  opacity: 0;
}
.title01 .en span {
  color: var(--main);
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  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;
  opacity: 0;
}
.title01 .en span:nth-of-type(1) {
  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(12px, 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::before {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0s;
}
.title01.is-show .ja {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0.2s;
}
.title01.is-show .en span {
  opacity: 1;
  transform: translateY(0);
}
.title01.is-show .en span:nth-of-type(2) {
  transition-delay: 6s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(3) {
  transition-delay: 9s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(4) {
  transition-delay: 12s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(5) {
  transition-delay: 15s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(6) {
  transition-delay: 18s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(7) {
  transition-delay: 21s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(8) {
  transition-delay: 24s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(9) {
  transition-delay: 27s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(10) {
  transition-delay: 30s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(11) {
  transition-delay: 33s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(12) {
  transition-delay: 36s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(13) {
  transition-delay: 39s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(14) {
  transition-delay: 42s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(15) {
  transition-delay: 45s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(16) {
  transition-delay: 48s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(17) {
  transition-delay: 51s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(18) {
  transition-delay: 54s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(19) {
  transition-delay: 57s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(20) {
  transition-delay: 60s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(21) {
  transition-delay: 63s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(22) {
  transition-delay: 66s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(23) {
  transition-delay: 69s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(24) {
  transition-delay: 72s;
  transition: all 1s;
}
.title01.is-show .en span:nth-of-type(25) {
  transition-delay: 75s;
  transition: all 1s;
}
.title01.is-show .en {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0s;
}

.title02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    gap: 5px;
  }
}
.title02::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/leaf05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .title02::before {
    width: 15px;
  }
}
.title02::before {
  height: auto;
  z-index: 1;
  opacity: 0;
}
.title02 .ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.title02 .ja {
  font-size: clamp(16px, 3.125vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 5.859375vw, 3rem);
  }
}
.title02 .ja {
  color: var(--main);
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  opacity: 0;
}
.title02.is-show::before {
  animation: fadeUpAnime 0.9s ease-out forwards;
  animation-delay: 0s;
}
.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: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  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;
  font-size: clamp(16px, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 1024px) {
  .bg_title span {
    font-size: clamp(12px, 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: 400px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    width: 200px;
  }
}
.title03 {
  height: auto;
  aspect-ratio: 304/61;
  background-image: url(../img/ribon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 30px;
  }
}
.title03 .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) {
  .title03 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title03 .ja {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--light_blue);
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    padding-top: 5px;
  }
}
.title03 .ja {
  z-index: 2;
}

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

.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-7, .tablepress.tablepress-id-8 {
  margin-bottom: 0 !important;
}
.tablepress.tablepress-id-7 > :where(thead, tfoot) > tr > *, .tablepress.tablepress-id-8 > :where(thead, tfoot) > tr > * {
  background-color: var(--nakamachidai) !important;
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-7 tbody td, .tablepress.tablepress-id-8 tbody td {
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-7 tbody td.column-1, .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-7 tbody td.column-2, .tablepress.tablepress-id-7 tbody td.column-3, .tablepress.tablepress-id-7 tbody td.column-4, .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-2, .tablepress.tablepress-id-7 tbody td.column-3, .tablepress.tablepress-id-7 tbody td.column-4 {
  width: 20%;
}
.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-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-bottom: 15px;
  }
}
.mv .swiper {
  aspect-ratio: 1920/1138;
  width: 100%;
  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;
}
.mv .swiper-slide picture,
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
}
.mv .deco {
  position: absolute;
  height: auto;
  z-index: 2;
}
.mv .deco._01 {
  aspect-ratio: 155/283;
  background-image: url(../img/tree03.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  bottom: 5vw;
  right: 1%;
  width: 10%;
}
.mv .deco._02 {
  aspect-ratio: 143/164;
  background-image: url(../img/tree05.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  bottom: 0vw;
  right: 12%;
  width: 10%;
}
.mv .deco._shape01 {
  aspect-ratio: 2000/104;
  -webkit-mask-image: url(../img/wave04.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/wave04.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg_gradation.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: -0.5vw;
}
.mv .deco._bird01 {
  aspect-ratio: 558/313;
  -webkit-mask-image: url(../img/bird01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/bird01.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: 26%;
  bottom: 22%;
  right: 7%;
  opacity: 0.8;
  animation: birdFloat 3s ease-in-out infinite;
}
.mv .deco._bg_dot01 {
  aspect-ratio: 1;
  background-image: url(../img/deco09.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  top: 20%;
  right: 2%;
  z-index: 1;
  opacity: 0.2;
}
.mv .deco._bg_dot02 {
  aspect-ratio: 1;
  background-image: url(../img/deco09.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  bottom: 20%;
  left: 2%;
  z-index: 1;
  opacity: 0.2;
}

@keyframes birdFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave-anime01 {
  0% {
    background-position: left 0 top;
  }
  100% {
    background-position: left 2000px top;
  }
}
@keyframes wave-anime02 {
  0% {
    background-position: left 300px top;
  }
  100% {
    background-position: left 2300px top;
  }
}
.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;
}

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

.com-timeline01 {
  position: relative;
}

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

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

.com-timeline01 .timeline .sun svg {
  width: 100%;
  fill: #bae84a;
}

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

.com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: #bae84a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1200px) {
  .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .com-timeline01-time {
    font-size: 1.8rem;
  }
  .com-timeline01-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .com-timeline01 .timeline {
    width: 30px;
    margin: auto 0;
    height: calc(100% - 70px);
  }
  .com-timeline01 .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
  .com-timeline01 .timeline .moon {
    max-width: 30px;
    bottom: -40px;
  }
  .com-timeline01-list li {
    margin-bottom: 20px;
  }
  .com-timeline01-list li:nth-of-type(2n) {
    flex-direction: row;
  }
  .com-timeline01-content {
    width: 50%;
    padding-right: 0;
    margin-top: 40px;
  }
  .com-timeline01-img-wrap {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .com-timeline01-img-wrap {
    width: 100%;
  }
  .com-timeline01-content {
    width: 100%;
    margin-top: 20px;
  }
  .com-timeline01-head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .com-timeline01-list li:last-of-type {
    margin-bottom: 40px;
  }
  .com-timeline01 .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
.f-news {
  position: relative;
}
.f-news .newsArea {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea {
    flex-direction: column;
  }
}
.f-news .newsArea {
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea {
    margin-bottom: 20px;
  }
}
.f-news .newsArea .titleArea {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .titleArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .newsArea .titleArea .title01::before {
  aspect-ratio: 53/46;
  background-image: url(../img/leaf03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .titleArea .title01::before {
    width: 25px;
  }
}
.f-news .newsArea .content {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .newsArea .content {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .content {
    padding: 30px 20px;
  }
}
.f-news .newsArea .content {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-news .newsArea .content {
    border-radius: 5px;
  }
}
.f-news .movie {
  position: relative;
  padding: 40px 0px;
}
@media screen and (max-width: 1024px) {
  .f-news .movie {
    padding: 20px 0px;
  }
}
.f-news .movie::before {
  content: "";
  display: block;
  aspect-ratio: 102/80;
  background-image: url(../img/bird03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5%;
  height: auto;
  position: absolute;
  top: 8vw;
  right: 10%;
  z-index: 1;
  opacity: 0;
  transform: translate(60%, 0);
  transition: 1.8s;
}
.f-news .movie.is-show::before {
  transition: 1.8s;
  transform: translate(0, 0);
  opacity: 1;
}
.f-news .movie .title01::before {
  aspect-ratio: 53/55;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .f-news .movie .title01::before {
    width: 15px;
  }
}
.f-news .movie .content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .f-news .movie .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-news .movie .content {
  margin: auto;
}
.f-news .movie .deco {
  position: absolute;
  height: auto;
  z-index: 2;
}
.f-news .movie .deco._01 {
  aspect-ratio: 107/247;
  background-image: url(../img/tree09.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 4%;
  width: 8%;
}
.f-news .movie .deco._02 {
  aspect-ratio: 121/143;
  background-image: url(../img/tree08.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0vw;
  right: 5%;
  width: 8%;
}
.f-news .other {
  position: relative;
  padding: 80px 0px;
}
@media screen and (max-width: 1024px) {
  .f-news .other {
    padding: 40px 0px;
  }
}
.f-news .other .box {
  justify-content: space-between;
}
.f-news .other .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-news .other .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .other .item {
    margin-bottom: 30px;
  }
}
.f-news .other .bnr {
  display: block;
  background-image: linear-gradient(180deg, #33bfdb, #13a9cf 97.43%);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-news .other .bnr {
    border-radius: 5px;
  }
}
.f-news .other .bnr {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .other .bnr {
    padding: 10px;
  }
}
.f-news .other .bnr {
  border: solid 2px #33bfdb;
}
.f-news .other .bnr .img {
  width: 30%;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-news .other .bnr .img {
    margin-bottom: 15px;
  }
}
.f-news .other .bnr .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .f-news .other .bnr .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-news .other .bnr .title {
  letter-spacing: 0.15em;
  border-bottom: 3px solid #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-news .other .bnr .title {
    margin-bottom: 15px;
  }
}
.f-news .other .bnr .title {
  color: #fff;
}
.f-news .other .bnr .txt {
  color: #fff;
  text-align: center;
}
.f-news .other .bnr .txt img {
  width: 20%;
}
.f-news .other .bnr .btn.btn01 {
  border: solid 1px #2ebdda;
  background-color: var(--white);
  color: #2ebdda;
}
.f-news .other .bnr .btn.btn01::before {
  background-color: #2ebdda;
}
.f-news .other .bnr .btn.btn01:hover {
  background-color: #2ebdda !important;
  color: #fff;
  transition: all 0.3s;
}
.f-news .other .bnr .btn.btn01:hover::before {
  background-color: #fff;
}
.f-news .other .bnr:hover {
  background-image: linear-gradient(180deg, #eaf9fb, #e4f8fd 97.43%);
}
.f-news .other .bnr:hover .img {
  -webkit-mask-image: url(../img/bnr_img.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/bnr_img.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #13a9cf;
  aspect-ratio: 249/68;
}
.f-news .other .bnr:hover .img img {
  display: none;
}
.f-news .other .bnr:hover .title {
  color: #13a9cf;
  border-color: #13a9cf;
}
.f-news .other .bnr:hover .txt {
  color: #13a9cf;
}
.f-news .other .fb-page {
  display: block;
  width: 100%;
}
.f-news .other .fb-page iframe {
  display: block;
  width: 100%;
}

.f-greeting {
  position: relative;
}
.f-greeting::after {
  content: "";
  display: block;
  aspect-ratio: 214/289;
  background-image: url(../img/kikori.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: -5vw;
  right: 3%;
  z-index: 2;
}
.f-greeting .title01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.f-greeting .title01::before {
  content: "";
  display: block;
  aspect-ratio: 83/101;
  background-image: url(../img/leaf08.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .title01::before {
    width: 15px;
  }
}
.f-greeting .title01::before {
  height: auto;
  z-index: 1;
}
.f-greeting .deco._leaf01 {
  display: block;
  aspect-ratio: 6/4;
  background-image: url(../img/leaf10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40%;
  height: auto;
  position: absolute;
  top: 14%;
  right: -2%;
  z-index: 1;
  opacity: 0.7;
}
.f-greeting .deco._tree01 {
  aspect-ratio: 382/477;
  background-image: url(../img/tree07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 35%;
  height: auto;
  position: absolute;
  top: -5vw;
  left: 3%;
  z-index: 1;
}
@keyframes cloudFloat {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(20px) translateY(3px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.f-greeting .inner {
  position: relative;
  z-index: 2;
}
.f-greeting .txtArea {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-greeting .txtArea {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea {
    padding: 30px 20px;
  }
}
.f-greeting .txtArea {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea {
    border-radius: 5px;
  }
}
.f-greeting .txtArea {
  margin-left: auto;
  margin-right: 0;
}
.f-greeting .txtArea .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .lead {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-greeting .txtArea .lead {
  font-size: clamp(16px, 2.6041666667vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .lead {
    font-size: clamp(12px, 4.8828125vw, 2.5rem);
  }
}
.f-greeting .txtArea .lead {
  letter-spacing: 0.1em;
  color: var(--main);
  color: #2f6f59;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .lead {
    padding-bottom: 8px;
  }
}
.f-greeting .txtArea .lead {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .lead {
    text-align: center;
  }
}
.f-greeting .txtArea .lead::before {
  content: "";
  display: block;
  background-image: url(../img/line_dot.png);
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: center;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.f-policy {
  position: relative;
}
.f-policy .goal,
.f-policy .philosophy,
.f-policy .policy {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal,
  .f-policy .philosophy,
  .f-policy .policy {
    width: 85%;
    margin: auto;
    margin-bottom: 80px;
  }
}
.f-policy .goal .title02,
.f-policy .philosophy .title02,
.f-policy .policy .title02 {
  width: 10%;
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal .title02,
  .f-policy .philosophy .title02,
  .f-policy .policy .title02 {
    margin-top: -10px;
  }
}
.f-policy .goal .txtArea,
.f-policy .philosophy .txtArea,
.f-policy .policy .txtArea {
  width: 85%;
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal .txtArea,
  .f-policy .philosophy .txtArea,
  .f-policy .policy .txtArea {
    padding: 30px 20px;
  }
}
.f-policy .goal .txtArea,
.f-policy .philosophy .txtArea,
.f-policy .policy .txtArea {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal .txtArea,
  .f-policy .philosophy .txtArea,
  .f-policy .policy .txtArea {
    border-radius: 5px;
  }
}
.f-policy .goal .txtArea,
.f-policy .philosophy .txtArea,
.f-policy .policy .txtArea {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal .txtArea,
  .f-policy .philosophy .txtArea,
  .f-policy .policy .txtArea {
    margin-top: 10px;
  }
}
.f-policy .goal .txtArea .txt,
.f-policy .philosophy .txtArea .txt,
.f-policy .policy .txtArea .txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal .txtArea .txt,
  .f-policy .philosophy .txtArea .txt,
  .f-policy .policy .txtArea .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-policy .goal .txtArea .txt,
.f-policy .philosophy .txtArea .txt,
.f-policy .policy .txtArea .txt {
  text-align: center;
  line-height: 3;
}
.f-policy .goal {
  flex-direction: row-reverse;
}
.f-policy .goal .bg_title {
  left: -5%;
}
.f-policy .goal__list {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-policy .goal__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__list {
    padding: 30px 20px;
  }
}
.f-policy .goal__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__list {
    border-radius: 5px;
  }
}
.f-policy .goal__list {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__list {
    margin-top: 10px;
  }
}
.f-policy .goal__list {
  position: relative;
}
.f-policy .goal__list::after {
  content: "";
  display: block;
  aspect-ratio: 134/82;
  background-image: url(../img/flower02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -3vw;
  left: 20%;
  z-index: 1;
}
.f-policy .goal__item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__item {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-policy .goal__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__item {
    margin-bottom: 15px;
  }
}
.f-policy .goal__item {
  text-align: center;
}
.f-policy .goal__item span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__item span {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-policy .goal__item span {
  color: var(--main);
  letter-spacing: 0.1em;
  padding: 0px 20px;
}
@media screen and (max-width: 1024px) {
  .f-policy .goal__item span {
    padding: 0px 10px;
  }
}
.f-policy .goal__item span {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.f-policy .philosophy .bg_title {
  right: -5%;
}
.f-policy .philosophy .txtArea {
  position: relative;
}
.f-policy .philosophy .txtArea::after {
  content: "";
  display: block;
  aspect-ratio: 124/107;
  background-image: url(../img/leaf11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: -3vw;
  right: 20%;
  z-index: 1;
}
.f-policy .policy {
  flex-direction: row-reverse;
}
.f-policy .policy .bg_title {
  left: -5%;
}
.f-policy .policy .txtArea {
  position: relative;
}
.f-policy .policy .txtArea::after {
  content: "";
  display: block;
  aspect-ratio: 268/239;
  background-image: url(../img/tree11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -3vw;
  left: 10%;
  z-index: 1;
}

.f-features {
  position: relative;
  background-color: var(--light_blue02);
}
.f-features::before {
  content: "";
  display: block;
  aspect-ratio: 1920/170;
  -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(--light_blue02);
  width: 100%;
  height: auto;
  position: absolute;
  top: -8.3333333333vw;
  left: 0;
  z-index: 1;
}
.f-features .deco._cloud {
  -webkit-mask-image: url(../img/cloud01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud01.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);
  aspect-ratio: 1064/228;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.f-features .title01::before {
  aspect-ratio: 60/106;
  background-image: url(../img/leaf07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .f-features .title01::before {
    width: 10px;
  }
}
.f-features .features__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-features .features__list {
    flex-direction: column;
  }
}
.f-features .features__list {
  flex-wrap: wrap;
  gap: 5%;
}
.f-features .features__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-features .features__item {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item {
    border-radius: 5px;
  }
}
.f-features .features__item {
  overflow: hidden;
  background-color: var(--white);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item {
    margin-bottom: 30px;
  }
}
.f-features .features__item {
  position: relative;
}
.f-features .features__item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    width: 30px;
  }
}
.f-features .features__item .num {
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    height: 30px;
  }
}
.f-features .features__item .num {
  border-radius: 50%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    padding: 5px;
  }
}
.f-features .features__item .num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-features .features__item .num {
  color: var(--white);
  background-color: var(--main);
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    top: -5px;
  }
}
.f-features .features__item .num {
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .num {
    left: -5px;
  }
}
.f-features .features__item .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .img {
    margin-bottom: 15px;
  }
}
.f-features .features__item .img img {
  aspect-ratio: 3/2;
}
.f-features .features__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) {
  .f-features .features__item .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.f-features .features__item .title {
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
}
.f-features .features__item .title::after {
  content: "";
  display: block;
  aspect-ratio: 62/20;
  background-image: url(../img/line_dot_s.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .title::after {
    width: 10px;
  }
}
.f-features .features__item .title::after {
  height: auto;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .title::after {
    margin-top: 5px;
  }
}
.f-features .features__item .txt {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .f-features .features__item .txt {
    padding: 10px;
  }
}

.f-life {
  position: relative;
  background-color: var(--light_blue02);
}
.f-life::after {
  content: "";
  display: block;
  aspect-ratio: 1920/170;
  -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(--light_blue02);
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -8.3333333333vw;
  left: 0;
  z-index: 1;
  transform: scale(1, -1);
}
.f-life .deco._cloud01, .f-life .deco._cloud02 {
  -webkit-mask-image: url(../img/cloud03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud03.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);
  aspect-ratio: 427/383;
  width: 50%;
  height: auto;
  position: absolute;
  top: -10vw;
  opacity: 0.7;
  z-index: 1;
}
.f-life .deco._cloud01 {
  left: -10%;
  transform: scale(-1, 1);
}
.f-life .deco._cloud02 {
  right: -10%;
}
.f-life .title01::before {
  aspect-ratio: 250/126;
  background-image: url(../img/rainbow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .f-life .title01::before {
    width: 15px;
  }
}
.f-life .inner {
  position: relative;
  z-index: 2;
}
.f-life .note__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .f-life .note__item {
    gap: 5px;
  }
}
.f-life .note__item::before {
  content: "";
  display: block;
  width: 10px;
}
@media screen and (max-width: 1024px) {
  .f-life .note__item::before {
    width: 5px;
  }
}
.f-life .note__item::before {
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .f-life .note__item::before {
    height: 5px;
  }
}
.f-life .note__item::before {
  z-index: 1;
  border-radius: 50%;
  background-color: var(--main);
}
.f-life .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.f-life .event__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-life .event__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item {
    margin-bottom: 30px;
  }
}
.f-life .event__item .img img {
  aspect-ratio: 1;
  height: auto;
}
.f-life .event__item .title {
  background-color: var(--main);
  padding: 0px 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    padding: 0px 10px;
  }
}
.f-life .event__item .title {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    margin-left: 10px;
  }
}
.f-life .event__item .title {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    margin-top: -10px;
  }
}
.f-life .event__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .f-life .event__item .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.f-life .event__item .title {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.f-life .note__title {
  background-color: var(--main);
  padding: 0px 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .note__title {
    padding: 0px 10px;
  }
}
.f-life .note__title {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .note__title {
    margin-left: 10px;
  }
}
.f-life .note__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .f-life .note__title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.f-life .note__title {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.f-program {
  position: relative;
  padding-bottom: 16vw;
}
.f-program .deco._flag01, .f-program .deco._flag02 {
  aspect-ratio: 325/134;
  width: 20%;
  height: auto;
  background-image: url(../img/flag01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10vw;
  z-index: 2;
}
.f-program .deco._flag01 {
  left: 3%;
}
.f-program .deco._flag02 {
  right: 3%;
  transform: scale(-1, 1);
}

.program .title01::before {
  aspect-ratio: 53/55;
  background-image: url(../img/flower01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25px;
}
@media screen and (max-width: 1024px) {
  .program .title01::before {
    width: 12.5px;
  }
}
.program__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .program__list {
    flex-direction: column;
  }
}
.program__list {
  justify-content: space-between;
}
.program__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .program__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.program__item .img {
  border-radius: 12vw 12vw 0 0;
  background-color: var(--light_blue);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .program__item .img {
    border-radius: 30vw 30vw 0 0;
  }
}
.program__item .img img {
  aspect-ratio: 3/2;
  height: auto;
}
.program__item .content {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .program__item .content {
    padding: 30px 20px;
  }
}
.program__item .content {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .program__item .content {
    border-radius: 5px;
  }
}
.program__item .content {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .program__item .content {
    padding: 5px;
  }
}
.program__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .program__item .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.program__item .title {
  text-align: center;
  color: var(--main_light);
}
@media screen and (max-width: 1024px) {
  .program__item .txt {
    text-align: center;
  }
}
.program__item:nth-of-type(2) {
  margin-top: 10%;
}

.f-gallery {
  position: relative;
}
.f-gallery .deco._bird {
  aspect-ratio: 179/86;
  background-image: url(../img/bird04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  top: 5vw;
  right: 8%;
  z-index: 1;
}
.f-gallery .title01::before {
  aspect-ratio: 53/46;
  background-image: url(../img/leaf03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .f-gallery .title01::before {
    width: 15px;
  }
}
.f-gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.f-gallery .gallery__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-gallery .gallery__item {
    width: 47%;
  }
}
.f-gallery .gallery__item a {
  display: block;
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-gallery .gallery__item a {
    border-radius: 5px;
  }
}
.f-gallery .gallery__item a {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .f-gallery .gallery__item a {
    padding: 5px;
  }
}
.f-gallery .gallery__item p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .f-gallery .gallery__item p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-gallery .gallery__item p {
  text-align: center;
  color: var(--main);
}

.f-overview {
  background-color: var(--light_blue02);
  margin-top: -3vw;
  position: relative;
}
.f-overview::before {
  content: "";
  display: block;
  aspect-ratio: 1064/228;
  -webkit-mask-image: url(../img/cloud01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud01.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: 70%;
  height: auto;
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 1;
}
.f-overview .inner {
  position: relative;
  z-index: 2;
}
.f-overview .title01::before {
  aspect-ratio: 124/107;
  background-image: url(../img/leaf11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  .f-overview .title01::before {
    width: 17.5px;
  }
}
.f-overview .box {
  justify-content: space-between;
}
.f-overview .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.f-documents {
  background-color: var(--light_blue02);
  padding-top: 0;
}

.documents {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .documents {
    padding: 30px 20px;
  }
}
.documents {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .documents {
    border-radius: 5px;
  }
}
.documents__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .documents__list {
    flex-direction: column;
  }
}
.documents__list {
  flex-wrap: wrap;
  gap: 6%;
}
.documents__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .documents__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .documents__item {
    margin-bottom: 20px;
  }
}
.documents__item a {
  display: block;
  border: solid 2px var(--light_blue);
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .documents__item a {
    padding: 5px 10px;
  }
}
.documents__item a {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .documents__item a {
    border-radius: 5px;
  }
}
.documents__item a {
  background-color: var(--light_blue);
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
}
.documents__item a i {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .documents__item a i {
    margin-right: 5px;
  }
}
.documents__item a:hover {
  background-color: var(--white);
  color: var(--light_blue);
  transition: all 0.3s;
}

.f-contact {
  position: relative;
  margin-top: -3vw;
}
.f-contact::after {
  content: "";
  display: block;
  aspect-ratio: 833/240;
  background-image: url(../img/shape02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -8vw;
  left: 0;
  z-index: 1;
}
.f-contact .title01::before {
  aspect-ratio: 382/477;
  background-image: url(../img/tree07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  .f-contact .title01::before {
    width: 17.5px;
  }
}
.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;
  }
}
.f-contact .inner {
  position: relative;
  z-index: 2;
}

.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 .title01 .en {
  color: var(--white);
}
.contact-band .title01 .ja {
  color: var(--white);
}
.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-box-inner01 {
  padding: 0px 40px;
}
@media screen and (max-width: 1024px) {
  .header .header-box-inner01 {
    padding: 0px 20px;
  }
}
.header .header_navArea {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.header.scrolled {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 5;
  background-color: var(--white);
  transition: all 0.3s;
}
.header.scrolled .header-box01 {
  margin-bottom: 0;
}
.header.scrolled .header-box01 .logo {
  max-width: 200px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header-content02 {
    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: 0;
  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 {
  width: 100px;
  height: 65px;
}
.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(--white);
  border: dotted 2px var(--main);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  width: 100px;
  height: 65px !important;
}
.header.scrolled .header-sub-box .g-nav-tel-pc a span {
  display: none;
}
.header.scrolled .header-sub-box .g-nav-tel-pc a::after {
  content: "TEL";
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 14px;
  color: var(--main);
  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(--main);
  border: dotted 2px var(--white);
}
.header.scrolled .header-sub-box .g-nav-tel-pc a:hover::after {
  color: var(--white);
}
.header.scrolled .sp-header {
  position: relative;
  z-index: 2;
  height: 70px;
  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;
  transition: all 0.3s;
  text-align: center;
}
@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(--main_light);
  height: 42px;
}
.header-sub-box .g-nav-tel-pc a span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 16px;
  color: var(--main_light);
}
.header-sub-box .g-nav-tel-pc a:hover {
  background-color: var(--main);
  border: dotted 2px var(--white);
}
.header-sub-box .g-nav-tel-pc a:hover::before {
  background-color: var(--white);
}
.header-sub-box .g-nav-tel-pc a:hover i {
  color: var(--white);
}
.header-sub-box .g-nav-tel-pc a:hover span {
  color: var(--white);
}
.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;
  border: dotted var(--white) 2px;
  margin-left: unset;
  background-color: var(--main_light);
  color: var(--white);
}
.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 {
  border: dotted var(--main_light) 2px;
  background-color: var(--white);
  color: var(--main_light);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover::before {
  background-color: var(--main_light);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a {
  background-color: var(--light_blue);
}
.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_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;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  border: dotted 2px var(--light_blue);
  background-color: var(--white);
  color: var(--light_blue);
}
.header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-color: var(--light_blue);
}

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

.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-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(--green-700);
  font-weight: 500;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}
#pc-nav .pc-sub-nav-list li {
  width: 47%;
  margin: auto;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: var(--main);
  border: solid 1px var(--main);
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-sub-nav-list li a {
  font-weight: 500;
  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:last-of-type a::before {
  -webkit-mask-image: url(../img/icon_recruit.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/icon_recruit.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
#pc-nav .pc-sub-nav-list li:last-of-type a:hover::before {
  background-color: var(--main);
}
#pc-nav .pc-menu-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#pc-nav .pc-menu-tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#pc-nav .pc-menu-tel-head {
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 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: 2.2rem;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
#pc-nav .pc-menu-tel-number {
  letter-spacing: 0.15em;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    gap: 5px;
  }
}
#pc-nav .pc-menu-tel-number {
  color: var(--main);
}
#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(--main);
  width: 20px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    width: 10px;
  }
}
#pc-nav .pc-menu-tel-number::before {
  height: 20px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number::before {
    height: 10px;
  }
}
#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) main {
  position: relative;
  overflow: hidden;
}
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;
}

.sec {
  position: relative;
}
.sec:nth-of-type(2) {
  background-color: var(--blue);
  padding-bottom: 20vw;
}
.sec:nth-of-type(2)::before {
  content: "";
  display: block;
  aspect-ratio: 2000/104;
  -webkit-mask-image: url(../img/wave04.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/wave04.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--blue);
  width: 100%;
  height: auto;
  position: absolute;
  top: -5.1041666667vw;
  left: 0;
  z-index: 1;
}
.sec:nth-of-type(3) {
  background-color: var(--base);
}
.sec:nth-of-type(3)::before {
  content: "";
  display: block;
  aspect-ratio: 1920/170;
  -webkit-mask-image: url(../img/wave09.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/wave09.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;
  top: -8.3333333333vw;
  left: 0;
  z-index: 1;
}

.about .office {
  position: relative;
}
.about .office::after {
  content: "";
  display: block;
  aspect-ratio: 1170/611;
  -webkit-mask-image: url(../img/cloud01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/cloud01.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: 32%;
  height: auto;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0.5;
}
.about .office .menu__list {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__list {
    flex-direction: column;
  }
}
.about .office .menu__list {
  gap: 5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__list {
    margin-bottom: 30px;
  }
}
.about .office .menu__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .office .menu__item a {
  display: block;
  border: solid 2px var(--main);
  background-color: var(--white);
  font-weight: 500;
  color: var(--main);
  left: 0.1em;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__item a {
    border-radius: 4px;
  }
}
.about .office .menu__item a {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__item a {
    padding: 5px;
  }
}
.about .office .menu__item a {
  cursor: pointer;
  position: relative;
}
.about .office .menu__item a::before {
  content: "";
  display: block;
  aspect-ratio: 10/18;
  -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: 8px;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__item a::before {
    width: 4px;
  }
}
.about .office .menu__item a::before {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .about .office .menu__item a::before {
    right: 10px;
  }
}
.about .office .menu__item a::before {
  z-index: 1;
  transform: rotate(90deg);
}
.about .office .menu__item a:hover {
  background-color: var(--main);
  color: var(--white);
  transition: all 0.3s;
}
.about .office .menu__item a:hover::before {
  background-color: var(--white);
}
.about .office .office__item {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item {
    padding: 30px 20px;
  }
}
.about .office .office__item {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item {
    border-radius: 5px;
  }
}
.about .office .office__item {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item {
    border-radius: 10px;
  }
}
.about .office .office__item {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item {
    padding: 10px;
  }
}
.about .office .office__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item {
    margin-bottom: 30px;
  }
}
.about .office .office__item .name {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item .name {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.about .office .office__item .name {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--main);
  border-bottom: 2px solid var(--main);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item .name {
    padding: 5px;
  }
}
.about .office .office__item .name {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about .office .office__item .name {
    margin-bottom: 20px;
  }
}
.about .office .introduction {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about .office .introduction {
    flex-direction: column;
  }
}
.about .office .introduction {
  justify-content: space-between;
}
.about .office .introduction .imgArea {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .about .office .introduction .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .office .introduction .txtArea {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .about .office .introduction .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .office .introduction .txtArea .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about .office .introduction .txtArea .txt {
    margin-bottom: 20px;
  }
}
.about .office .info__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about .office .info__list {
    margin-bottom: 20px;
  }
}
.about .office .info__item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
}
.about .office .info__item .title {
  width: 30%;
  color: var(--main);
}
.about .office .info__item .content {
  width: 65%;
}
.about .office iframe {
  display: block;
  aspect-ratio: 3/2;
  height: auto;
}
.about .features {
  position: relative;
}
.about .features .deco._01, .about .features .deco._02 {
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/deco05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12%;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.about .features .deco._01 {
  top: 5%;
  left: 5%;
}
.about .features .deco._02 {
  bottom: 10%;
  right: 5%;
}
.about .features__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about .features__list {
    flex-direction: column;
  }
}
.about .features__list {
  justify-content: space-between;
}
.about .features__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .about .features__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .features__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .features__item {
    margin-bottom: 30px;
  }
}
.about .features__item .num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  font-weight: 600;
  color: #ddd;
  font-size: 80px;
  line-height: 1;
  opacity: 0.2;
  top: -40px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .num {
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.about .features__item .img {
  position: relative;
  z-index: 2;
}
.about .features__item .img img {
  aspect-ratio: 1;
  width: 80%;
  height: auto;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .about .features__item .img img {
    width: 70%;
    margin-top: 20px;
  }
}
.about .features__item .content {
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .content {
    border-radius: 5px;
  }
}
.about .features__item .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .content {
    padding: 10px;
  }
}
.about .features__item .content {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .content {
    margin-top: -15px;
  }
}
.about .features__item .content {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .content {
    padding-top: 20px;
  }
}
.about .features__item .title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about .features__item .title {
    font-size: 18px;
  }
}
.about .features__item:nth-of-type(2) {
  margin-top: 5%;
}
@media screen and (max-width: 1024px) {
  .about .features__item:nth-of-type(2) {
    margin-top: unset;
  }
  .about .features__item:nth-of-type(2) .num {
    left: unset;
    right: 0;
  }
}
.about .documents__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about .documents__list {
    flex-direction: column;
  }
}
.about .documents__list {
  flex-wrap: wrap;
  gap: 6%;
}
.about .documents__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .about .documents__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about .documents__item {
    margin-bottom: 20px;
  }
}
.about .documents__item a {
  display: block;
  border: solid 2px var(--main);
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .about .documents__item a {
    padding: 5px 10px;
  }
}
.about .documents__item a {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .documents__item a {
    border-radius: 5px;
  }
}
.about .documents__item a {
  background-color: var(--main);
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
}
.about .documents__item a i {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .about .documents__item a i {
    margin-right: 5px;
  }
}
.about .documents__item a:hover {
  background-color: var(--white);
  color: var(--main);
  transition: all 0.3s;
}

.staff__item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .staff__item {
    flex-direction: column;
  }
}
.staff__item {
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .staff__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.staff__item {
  margin-bottom: 15%;
  position: relative;
}
.staff__item .img {
  width: 30%;
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .staff__item .img {
    border-radius: 5px;
  }
}
.staff__item .img {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .staff__item .img {
    padding: 10px;
  }
}
.staff__item .img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .staff__item .img {
    width: 60%;
    margin: auto;
  }
}
.staff__item .img img {
  position: relative;
  z-index: 2;
}
.staff__item .content {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .staff__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.staff__item .content {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .staff__item .content {
    padding-top: 15px;
  }
}
.staff__item .content {
  margin-top: 10%;
  margin-bottom: -10%;
  margin-left: -5%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .staff__item .content {
    padding: 10px;
  }
}
.staff__item .content {
  padding-left: 10%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .staff__item .content {
    border-radius: 5px;
  }
}
.staff__item .content {
  background-color: var(--main);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .staff__item .content {
    margin-top: unset;
    margin-bottom: unset;
    margin-left: unset;
    padding-left: unset;
    padding: 20px;
  }
}
.staff__item .content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/deco13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: -2%;
  right: -3%;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .staff__item .content::before {
    width: 50px;
    bottom: -20px;
  }
}
.staff__item .content .name {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .staff__item .content .name {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.staff__item .content .name {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: solid 2px var(--white);
  color: var(--white);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .staff__item .content .name {
    margin-bottom: 15px;
  }
}
.staff__item .content .message {
  color: var(--white);
}
.staff__item .content.is-show::before {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.staff__item:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .staff__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.staff__item:nth-of-type(even) .content {
  margin-left: unset;
  margin-right: -5%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .staff__item:nth-of-type(even) .content {
    padding: 10px;
  }
}
.staff__item:nth-of-type(even) .content {
  padding-right: 10%;
}
@media screen and (max-width: 1024px) {
  .staff__item:nth-of-type(even) .content {
    margin-right: unset;
    padding-left: unset;
    padding: 20px;
  }
}
.staff__item:nth-of-type(even) .content::before {
  right: unset;
  left: -3%;
}

.contact .flow .flow__menu__list {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contact .flow .flow__menu__list {
    flex-direction: column;
  }
}
.contact .flow .flow__menu__list {
  gap: 5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .flow__menu__list {
    margin-bottom: 30px;
  }
}
.contact .flow .menu__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .contact .flow .menu__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .flow .menu__item a {
  display: block;
  border: solid 2px var(--main);
  background-color: var(--white);
  font-weight: 500;
  color: var(--main);
  left: 0.1em;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .menu__item a {
    border-radius: 4px;
  }
}
.contact .flow .menu__item a {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .menu__item a {
    padding: 5px;
  }
}
.contact .flow .menu__item a {
  cursor: pointer;
  position: relative;
}
.contact .flow .menu__item a::before {
  content: "";
  display: block;
  aspect-ratio: 10/18;
  -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: 8px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .menu__item a::before {
    width: 4px;
  }
}
.contact .flow .menu__item a::before {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .menu__item a::before {
    right: 10px;
  }
}
.contact .flow .menu__item a::before {
  z-index: 1;
  transform: rotate(90deg);
}
.contact .flow .menu__item a:hover {
  background-color: var(--main);
  color: var(--white);
  transition: all 0.3s;
}
.contact .flow .menu__item a:hover::before {
  background-color: var(--white);
}
.contact .flow__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact .flow__item {
    margin-bottom: 20px;
  }
}
.contact .flow .step__list {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .flow .step__list {
  margin: auto;
}
.contact .flow .step__item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item {
    flex-direction: column;
  }
}
.contact .flow .step__item {
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item {
    gap: 10px;
  }
}
.contact .flow .step__item {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item {
    margin-bottom: 15px;
  }
}
.contact .flow .step__item {
  position: relative;
}
.contact .flow .step__item .title {
  font-weight: 600;
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item .title {
    margin-bottom: 0;
  }
}
.contact .flow .step__item .title span {
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item .title span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.contact .flow .step__item .title span {
  color: var(--main);
}
.contact .flow .step__item .txt {
  background-color: var(--white);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item .txt {
    padding: 10px;
  }
}
.contact .flow .step__item .txt {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .flow .step__item svg {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .contact .flow .step__item svg {
    width: 15px;
  }
}
.contact .flow .step__item svg {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: rotate(90deg);
}
.contact .flow .step__item svg path {
  fill: var(--main);
}
.contact .flow .step__item:last-of-type svg {
  display: none;
}
.contact .faq .deco._01, .contact .faq .deco._02 {
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/deco05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12%;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.contact .faq .deco._01 {
  top: 5%;
  right: 5%;
}
.contact .faq .deco._02 {
  bottom: 10%;
  left: 5%;
}
.contact .faq__list {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .contact .faq__list {
    padding: 30px 20px;
  }
}
.contact .faq__list {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contact .faq__list {
    border-radius: 5px;
  }
}
.contact .contact__form {
  position: relative;
}
.contact .contact__form::after {
  content: "";
  display: block;
  aspect-ratio: 558/313;
  -webkit-mask-image: url(../img/bird01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/bird01.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: 25%;
  height: auto;
  position: absolute;
  top: -2%;
  right: 8%;
  z-index: 1;
}
.contact .contact__form .content {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .contact .contact__form .content {
    padding: 30px 20px;
  }
}
.contact .contact__form .content {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contact .contact__form .content {
    border-radius: 5px;
  }
}

.name_border {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .name_border {
    margin-bottom: 30px;
  }
}
.name_border {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .name_border {
    padding-bottom: 10px;
  }
}
.name_border::before {
  content: "";
  display: block;
  background-color: var(--main);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 3s ease;
}
.name_border span {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .name_border span {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.name_border span {
  letter-spacing: 0.1em;
  color: var(--main);
  font-weight: 500;
}
.name_border.is-show::before {
  transform: scaleX(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(--main);
  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(--yellow);
  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(--main);
  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-garden-post {
  overflow-x: hidden;
}
.single-garden-post .title01 .en {
  color: var(--nakamachidai);
}
.single-garden-post .title01 .en::before, .single-garden-post .title01 .en::after {
  background-color: var(--nakamachidai);
}
.single-garden-post .header-menu > li a:hover {
  color: var(--nakamachidai);
}
.single-garden-post .sub-mv {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv {
    margin-top: 35px;
  }
}
.single-garden-post .sub-mv__img {
  aspect-ratio: 3/2;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-garden-post .sub-mv__img {
  height: auto;
  border-radius: 5vw 0 0 5vw;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv__img {
    aspect-ratio: 2.5;
    border-radius: 0;
  }
}
.single-garden-post .sub-mv__img img {
  width: 100%;
  height: 100%;
}
.single-garden-post .sub-mv__content {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv__content {
    position: unset;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -5vw;
  }
}
.single-garden-post .sub-mv .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title {
    padding: 5px 10px;
  }
}
.single-garden-post .sub-mv .title {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title {
    border-radius: 5px;
  }
}
.single-garden-post .sub-mv .title {
  color: var(--white);
  font-weight: 600;
  font-size: clamp(16px, 2.6041666667vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title {
    font-size: clamp(12px, 4.8828125vw, 2.5rem);
  }
}
.single-garden-post .sub-mv .title {
  letter-spacing: 0.15em;
  background-color: var(--nakamachidai);
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title {
    margin-bottom: 40px;
  }
}
.single-garden-post .sub-mv .title {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title {
    margin: auto;
    margin-bottom: 30px;
  }
}
.single-garden-post .sub-mv .title::before {
  content: "";
  display: block;
  aspect-ratio: 197/301;
  background-image: url(../img/each_nakamachidai.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title::before {
    width: 15px;
  }
}
.single-garden-post .sub-mv .title::before {
  height: auto;
  position: absolute;
  top: -33px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title::before {
    top: -16.5px;
  }
}
.single-garden-post .sub-mv .title::before {
  left: -14px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title::before {
    left: -7px;
  }
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .title::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.single-garden-post .sub-mv .admission {
  background-size: auto auto;
  background-color: #fff; /* ベース色 */
  background-image: repeating-linear-gradient(-135deg, var(--nakamachidai_50), var(--nakamachidai_50) 4px, #fff 4px, #fff 8px);
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission {
    background-image: repeating-linear-gradient(-135deg, var(--nakamachidai_50), var(--nakamachidai_50) 2px, #fff 2px, #fff 4px);
  }
}
.single-garden-post .sub-mv .admission {
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission {
    border-radius: 6px;
  }
}
.single-garden-post .sub-mv .admission {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission {
    width: 100%;
    margin: auto;
  }
}
.single-garden-post .sub-mv .admission__content {
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission__content {
    border-radius: 5px;
  }
}
.single-garden-post .sub-mv .admission__content {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission__content {
    padding: 5px;
  }
}
.single-garden-post .sub-mv .admission__title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission__title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.single-garden-post .sub-mv .admission__title {
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--nakamachidai);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission__title {
    gap: 5px;
  }
}
.single-garden-post .sub-mv .admission__title::before, .single-garden-post .sub-mv .admission__title::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/deco05.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/deco05.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--nakamachidai);
  width: 10px;
}
@media screen and (max-width: 1024px) {
  .single-garden-post .sub-mv .admission__title::before, .single-garden-post .sub-mv .admission__title::after {
    width: 5px;
  }
}
.single-garden-post .sub-mv .admission__title::before, .single-garden-post .sub-mv .admission__title::after {
  height: auto;
}
.single-garden-post .sub-mv .admission__lead {
  text-align: center;
  font-weight: 600;
  color: var(--title);
}
.single-garden-post .sub-mv .admission__txt {
  text-align: center;
}
.single-garden-post .sub-mv .admission .link::before {
  background-color: var(--nakamachidai);
}
.single-garden-post .sub-mv .admission .link:hover {
  color: var(--nakamachidai);
}

.c-news {
  position: relative;
  z-index: 2;
}
.c-news::before {
  content: "";
  display: block;
  aspect-ratio: 835/348;
  background-image: url(../img/branch_nakamachidai.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c-news::before {
    top: 50%;
  }
}
.c-news.is-show::before {
  transform: translate(0, 0);
  opacity: 1;
}
.c-news .newsArea {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-news .newsArea {
    flex-direction: column;
  }
}
.c-news .newsArea {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-news .newsArea {
    margin-bottom: 40px;
  }
}
.c-news .titleArea {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .c-news .titleArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-news .titleArea .btn01 {
  background-color: var(--nakamachidai);
}
.c-news .content {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .c-news .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-news .tablepress-table-description {
  background-color: unset;
  max-width: unset;
  text-align: right;
  margin-bottom: 0;
}
.c-news table.tablepress thead th {
  background-color: var(--nakamachidai) !important;
  color: #fff;
  text-align: center;
}
.c-news .tablepress tbody td.column-1,
.c-news .tablepress tbody td.column-2,
.c-news .tablepress tbody td.column-3 {
  width: 33.3%;
  background-color: var(--white);
  color: var(--txt-Color);
  text-align: center;
}

.c-greeting {
  position: relative;
  background-color: var(--white);
}
.c-greeting::before {
  content: "";
  display: block;
  aspect-ratio: 1920/550;
  -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;
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: 1;
}
.c-greeting::after {
  content: "";
  display: block;
  aspect-ratio: 643/284;
  background-image: url(../img/branch01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2.5s ease-in-out;
}
.c-greeting.is-show::after {
  transform: translate(0, 0);
  opacity: 1;
}
.c-greeting .deco._01 {
  aspect-ratio: 330/250;
  width: 4%;
  top: 8%;
  right: 5%;
  background-image: url(../img/leaf05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.c-greeting .deco._02 {
  aspect-ratio: 330/250;
  width: 3%;
  top: 20%;
  left: 8%;
  background-image: url(../img/leaf06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-greeting .deco._03 {
  aspect-ratio: 422/137;
  width: 13%;
  height: auto;
  bottom: 3%;
  left: 4%;
  background-image: url(../img/tree02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.c-greeting .deco._04 {
  aspect-ratio: 285/116;
  width: 13%;
  height: auto;
  bottom: 3%;
  right: 4%;
  background-image: url(../img/mt01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.c-greeting .greeting {
  position: relative;
  z-index: 2;
}
.c-greeting .greeting .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .lead {
    margin-bottom: 60px;
  }
}
.c-greeting .greeting .lead {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .lead {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.c-greeting .greeting .lead {
  color: var(--title);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-greeting .greeting .lead .title {
  aspect-ratio: 666/197;
  width: 420px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .lead .title {
    width: 210px;
  }
}
.c-greeting .greeting .lead .title {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--title);
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .lead .title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.c-greeting .greeting .lead .title {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: auto;
}
.c-greeting .greeting .lead .dot {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--popy-kids);
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}
.c-greeting .greeting .lead .line {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: inline-block;
  color: var(--title);
  padding: 0px 10px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .lead .line {
    padding: 0px 5px;
  }
}
.c-greeting .greeting .lead .line {
  background: linear-gradient(transparent 60%, var(--popy-kids_50) 40%);
}
.c-greeting .greeting .box {
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .box {
    margin-bottom: 60px;
  }
}
.c-greeting .greeting .box .txt {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-greeting .greeting .box .img {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .c-greeting .greeting .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-greeting .greeting .box .img {
  position: relative;
}
.c-greeting .greeting .box .img::before {
  content: "";
  display: block;
  aspect-ratio: 322/161;
  background-image: url(../img/tree01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25%;
  height: auto;
  position: absolute;
  bottom: -5%;
  right: -10%;
  z-index: 1;
}
.c-greeting .features,
.c-greeting .for_parents {
  width: 70%;
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features,
  .c-greeting .for_parents {
    padding: 30px 20px;
  }
}
.c-greeting .features,
.c-greeting .for_parents {
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features,
  .c-greeting .for_parents {
    border-radius: 5px;
  }
}
.c-greeting .features,
.c-greeting .for_parents {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features,
  .c-greeting .for_parents {
    margin-bottom: 40px;
  }
}
.c-greeting .features__item .box,
.c-greeting .for_parents__item .box {
  justify-content: space-between;
}
.c-greeting .features__item .content,
.c-greeting .for_parents__item .content {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features__item .content,
  .c-greeting .for_parents__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-greeting .features__item .img,
.c-greeting .for_parents__item .img {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features__item .img,
  .c-greeting .for_parents__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-greeting .features .title,
.c-greeting .for_parents .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features .title,
  .c-greeting .for_parents .title {
    gap: 5px;
  }
}
.c-greeting .features .title,
.c-greeting .for_parents .title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features .title,
  .c-greeting .for_parents .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.c-greeting .features .title,
.c-greeting .for_parents .title {
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--title);
  position: relative;
  line-height: 2;
}
.c-greeting .features .title::before, .c-greeting .features .title::after,
.c-greeting .for_parents .title::before,
.c-greeting .for_parents .title::after {
  content: "";
  display: block;
  aspect-ratio: 197/301;
  background-image: url(../img/each_nakamachidai.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .c-greeting .features .title::before, .c-greeting .features .title::after,
  .c-greeting .for_parents .title::before,
  .c-greeting .for_parents .title::after {
    width: 10px;
  }
}
.c-greeting .features .title::before, .c-greeting .features .title::after,
.c-greeting .for_parents .title::before,
.c-greeting .for_parents .title::after {
  height: auto;
}

.c-event {
  position: relative;
}
.c-event::before {
  content: "";
  display: block;
  aspect-ratio: 2802/233;
  -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;
  width: 100%;
  height: auto;
  position: absolute;
  top: -7.8125vw;
  left: 0;
  z-index: 1;
  background-color: var(--base);
}
.c-event .deco._01 {
  aspect-ratio: 1;
  width: 4%;
  top: 2%;
  right: 12%;
  background-image: url(../img/sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-event .deco._02 {
  aspect-ratio: 55/36;
  width: 3%;
  top: 5%;
  right: 7%;
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-event .deco._03 {
  aspect-ratio: 1;
  width: 5%;
  height: auto;
  top: 11%;
  left: 2%;
  background-image: url(../img/rainbow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.c-event .deco._04 {
  aspect-ratio: 1;
  width: 13%;
  height: auto;
  bottom: 0%;
  right: 4%;
  background-image: url(../img/slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.c-event .tab-panel-b .tab {
  background-color: var(--white);
  color: var(--nakamachidai);
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.c-event .tab-panel-b .tab {
  letter-spacing: 0.15em;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab {
    border-radius: 5px;
  }
}
.c-event .tab-panel-b .tab.is-active, .c-event .tab-panel-b .tab:hover {
  background-color: var(--nakamachidai);
  position: relative;
}
.c-event .tab-panel-b .tab.is-active::before, .c-event .tab-panel-b .tab.is-active::after, .c-event .tab-panel-b .tab:hover::before, .c-event .tab-panel-b .tab:hover::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
  aspect-ratio: 49/41;
  background-image: url(../img/leaf04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
    width: 20px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
    top: -5px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(1):hover::before {
    left: 20px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
  aspect-ratio: 1;
  background-image: url(../img/flower06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
    width: 15px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
    bottom: -5px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
  right: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(1).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(1):hover::after {
    right: 20px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
  aspect-ratio: 91/55;
  background-image: url(../img/flag01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
    width: 30px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
    top: -5px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before {
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(2).is-active::before, .c-event .tab-panel-b .tab:nth-of-type(2):hover::before {
    left: 20px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
  right: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
    right: 20px;
  }
}
.c-event .tab-panel-b .tab:nth-of-type(2).is-active::after, .c-event .tab-panel-b .tab:nth-of-type(2):hover::after {
  transform: scale(-1, 1);
}
.c-event .dayflow__list,
.c-event .event__list {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
.c-event .dayflow__item,
.c-event .event__item {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item,
  .c-event .event__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item,
  .c-event .event__item {
    width: 47%;
  }
}
.c-event .dayflow__item .img,
.c-event .event__item .img {
  background-color: var(--nakamachidai_50);
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .img,
  .c-event .event__item .img {
    padding: 3px;
  }
}
.c-event .dayflow__item .img,
.c-event .event__item .img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .img,
  .c-event .event__item .img {
    border-radius: 5px;
  }
}
.c-event .dayflow__item .img,
.c-event .event__item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .img,
  .c-event .event__item .img {
    margin-bottom: 10px;
  }
}
.c-event .dayflow__item .img img,
.c-event .event__item .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .img img,
  .c-event .event__item .img img {
    border-radius: 4px;
  }
}
.c-event .dayflow__item .title,
.c-event .event__item .title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title,
  .c-event .event__item .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.c-event .dayflow__item .title,
.c-event .event__item .title {
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin: auto;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background-color: var(--nakamachidai);
  padding: 0px 20px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title,
  .c-event .event__item .title {
    padding: 0px 10px;
  }
}
.c-event .dayflow__item .title i,
.c-event .event__item .title i {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title i,
  .c-event .event__item .title i {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.c-event .dayflow__item .title._event,
.c-event .event__item .title._event {
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title._event,
  .c-event .event__item .title._event {
    margin-left: 8px;
  }
}
.c-event .dayflow__item .title._event,
.c-event .event__item .title._event {
  margin-bottom: -16px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title._event,
  .c-event .event__item .title._event {
    margin-bottom: -8px;
  }
}
.c-event .dayflow__item .title._event,
.c-event .event__item .title._event {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-event .dayflow__item .title._event,
  .c-event .event__item .title._event {
    border-radius: 5px;
  }
}
.c-event .dayflow__item .title._event,
.c-event .event__item .title._event {
  position: relative;
  z-index: 2;
}
.c-event .dayflow__item .txt,
.c-event .event__item .txt {
  text-align: center;
}

.para._01 {
  margin-bottom: -2vw;
}

.c-capacity {
  padding-top: 10vw;
  padding-bottom: 0;
  background-color: var(--white);
  background-image: radial-gradient(#f7d2dc 20%, transparent 20%), radial-gradient(#f7d2dc 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.c-fees {
  background-color: var(--white);
  background-image: radial-gradient(#f7d2dc 20%, transparent 20%), radial-gradient(#f7d2dc 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding-bottom: 10vw;
}

.c-gallery {
  padding-bottom: 10vw;
  position: relative;
}
.c-gallery::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/garden.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  height: auto;
  position: absolute;
  top: 0%;
  right: 5%;
  z-index: 1;
}
.c-gallery::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/flower07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5%;
  height: auto;
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 2;
}
.c-gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.c-gallery .gallery__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .c-gallery .gallery__item {
    width: 47%;
  }
}
.c-gallery .gallery__item img {
  aspect-ratio: 1;
  height: auto;
}
.c-gallery .gallery__item .title {
  text-align: center;
}

.c-staff .staff__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__list {
    flex-direction: column;
  }
}
.c-staff .staff__list {
  gap: 6%;
  flex-wrap: wrap;
}
.c-staff .staff__item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-staff .staff__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item {
    margin-bottom: 30px;
  }
}
.c-staff .staff__item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .img {
    margin-bottom: 15px;
  }
}
.c-staff .staff__item .img img {
  aspect-ratio: 1;
  width: 60%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .img img {
    border-radius: 5px;
  }
}
.c-staff .staff__item .name {
  color: var(--nakamachidai);
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.c-staff .staff__item .name {
  font-weight: 600;
  letter-spacing: 0.15em;
  border-bottom: solid 3px var(--nakamachidai);
}
.c-staff .staff__item .name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .name span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.c-staff .staff__item .name span {
  font-weight: 600;
  color: var(--nakamachidai);
}
.c-staff .staff__item .hobby__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__list {
    gap: 5px;
  }
}
.c-staff .staff__item .hobby__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__list {
    margin-bottom: 20px;
  }
}
.c-staff .staff__item .hobby__item .title {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__item .title {
    border-radius: 3px;
  }
}
.c-staff .staff__item .hobby__item .title {
  background-color: var(--nakamachidai);
  color: var(--white);
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__item .title {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.c-staff .staff__item .hobby__item .title {
  font-weight: 600;
  padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__item .title {
    padding: 3px 5px;
  }
}
.c-staff .staff__item .hobby__item .title {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .hobby__item .title {
    margin-right: 5px;
  }
}
.c-staff .staff__item .message {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .message {
    border-radius: 5px;
  }
}
.c-staff .staff__item .message {
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .message {
    padding: 3px;
  }
}
.c-staff .staff__item .message {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .message {
    margin-bottom: 15px;
  }
}
.c-staff .staff__item .message {
  background-color: var(--white);
  border: dotted 5px var(--nakamachidai);
}
.c-staff .staff__item .message .txt {
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .message .txt {
    padding: 5px;
  }
}
.c-staff .staff__item .faq__list {
  background-color: var(--white);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .faq__list {
    padding: 10px;
  }
}
.c-staff .staff__item .faq__list {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .c-staff .staff__item .faq__list {
    border-radius: 5px;
  }
}
.c-staff .staff__item .faq__list ._q::before {
  color: var(--nakamachidai);
}
.c-staff .staff__item .faq__list ._q .plus {
  color: var(--nakamachidai);
}

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

.postid-1892 .header-menu > li a:hover {
  color: var(--tsuduki-top);
}

.sub-mv.tsuduki-top .title {
  background-color: var(--tsuduki-top);
}
.sub-mv.tsuduki-top .title::before {
  background-image: url(../img/each_tsuduki-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.sub-mv.tsuduki-top .admission {
  background-size: auto auto;
  background-color: #fff; /* ベース色 */
  background-image: repeating-linear-gradient(-135deg, var(--tsuduki-top_50), var(--tsuduki-top_50) 4px, #fff 4px, #fff 8px);
}
@media screen and (max-width: 1024px) {
  .sub-mv.tsuduki-top .admission {
    background-image: repeating-linear-gradient(-135deg, var(--tsuduki-top_50), var(--tsuduki-top_50) 2px, #fff 2px, #fff 4px);
  }
}
.sub-mv.tsuduki-top .admission__title {
  color: var(--tsuduki-top);
}
.sub-mv.tsuduki-top .admission__title::before, .sub-mv.tsuduki-top .admission__title::after {
  background-color: var(--tsuduki-top);
}
.sub-mv.tsuduki-top .admission .link::before {
  background-color: var(--tsuduki-top);
}
.sub-mv.tsuduki-top .admission .link:hover {
  color: var(--tsuduki-top);
}

main.tsuduki-top .title01 .en {
  color: var(--tsuduki-top);
}
main.tsuduki-top .title01 .en::before, main.tsuduki-top .title01 .en::after {
  background-color: var(--tsuduki-top);
}
main.tsuduki-top .c-news::before {
  background-image: url(../img/branch_tsuduki-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
main.tsuduki-top .c-news .titleArea .btn01 {
  background-color: var(--tsuduki-top);
  border-color: var(--tsuduki-top);
}
main.tsuduki-top .c-news .titleArea .btn01:hover {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-news .titleArea .btn01:hover::before {
  background-color: var(--tsuduki-top);
}
main.tsuduki-top .c-news table.tablepress thead th {
  background-color: var(--tsuduki-top) !important;
}
main.tsuduki-top .c-greeting .greeting .lead {
  text-align: center;
}
main.tsuduki-top .c-greeting .greeting .lead .dot {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-greeting .greeting .lead .line {
  background: linear-gradient(transparent 60%, var(--tsuduki-top_50) 40%);
}
main.tsuduki-top .c-event .tab-panel-b .tab {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-event .tab-panel-b .tab.is-active, main.tsuduki-top .c-event .tab-panel-b .tab:hover {
  background-color: var(--tsuduki-top);
  color: var(--white);
}
main.tsuduki-top .c-event .dayflow__item .img,
main.tsuduki-top .c-event .event__item .img {
  background-color: var(--tsuduki-top_50);
}
main.tsuduki-top .c-event .dayflow__item .title,
main.tsuduki-top .c-event .event__item .title {
  background-color: var(--tsuduki-top);
}
main.tsuduki-top .c-capacity {
  background-color: var(--white);
  background-image: radial-gradient(#f9caab 20%, transparent 20%), radial-gradient(#f9caab 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
main.tsuduki-top .c-fees {
  background-color: var(--white);
  background-image: radial-gradient(#f9caab 20%, transparent 20%), radial-gradient(#f9caab 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
main.tsuduki-top .c-staff .staff__item .name {
  color: var(--tsuduki-top);
  border-bottom: solid 3px var(--tsuduki-top);
}
main.tsuduki-top .c-staff .staff__item .name span {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-staff .staff__item .hobby__item .title {
  background-color: var(--tsuduki-top);
}
main.tsuduki-top .c-staff .staff__item .message {
  border: dotted 5px var(--tsuduki-top);
}
main.tsuduki-top .c-staff .staff__item .faq__list ._q::before {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-staff .staff__item .faq__list ._q .plus {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-contact .contact-form01 th,
main.tsuduki-top .c-contact .privacy-check a {
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-contact .required,
main.tsuduki-top .c-contact input[type=submit],
main.tsuduki-top .c-contact input[type=button] {
  background-color: var(--tsuduki-top);
  border-color: var(--popy-kids);
}
main.tsuduki-top .c-contact input[type=submit] {
  background-color: var(--tsuduki-top);
  border-color: var(--tsuduki-top);
}
main.tsuduki-top .c-contact input[type=submit]:hover {
  background-color: var(--white);
  color: var(--tsuduki-top);
}
main.tsuduki-top .c-contact .wpcf7-list-item label.active {
  background: var(--tsuduki-top);
  border-color: var(--tsuduki-top);
}
main.tsuduki-top .c-contact input[type=radio]:checked:before {
  background: var(--tsuduki-top);
}

.postid-1895 .header-menu > li a:hover {
  color: var(--popy-kids);
}

.sub-mv.popy-kids .title {
  background-color: var(--popy-kids);
}
.sub-mv.popy-kids .title::before {
  background-image: url(../img/each_popy-kids.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.sub-mv.popy-kids .admission {
  background-size: auto auto;
  background-color: #fff; /* ベース色 */
  background-image: repeating-linear-gradient(-135deg, var(--popy-kids_50), var(--popy-kids_50) 4px, #fff 4px, #fff 8px);
}
@media screen and (max-width: 1024px) {
  .sub-mv.popy-kids .admission {
    background-image: repeating-linear-gradient(-135deg, var(--popy-kids_50), var(--popy-kids_50) 2px, #fff 2px, #fff 4px);
  }
}
.sub-mv.popy-kids .admission__title {
  color: var(--popy-kids);
}
.sub-mv.popy-kids .admission__title::before, .sub-mv.popy-kids .admission__title::after {
  background-color: var(--popy-kids);
}
.sub-mv.popy-kids .admission .link::before {
  background-color: var(--popy-kids);
}
.sub-mv.popy-kids .admission .link:hover {
  color: var(--popy-kids);
}

main.popy-kids .title01 .en {
  color: var(--popy-kids);
}
main.popy-kids .title01 .en::before, main.popy-kids .title01 .en::after {
  background-color: var(--popy-kids);
}
main.popy-kids .c-news::before {
  background-image: url(../img/branch_popy-kids.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
main.popy-kids .c-news .titleArea .btn01 {
  background-color: var(--popy-kids);
  border-color: var(--popy-kids);
}
main.popy-kids .c-news .titleArea .btn01:hover {
  color: var(--popy-kids);
}
main.popy-kids .c-news .titleArea .btn01:hover::before {
  background-color: var(--popy-kids);
}
main.popy-kids .c-news table.tablepress thead th {
  background-color: var(--popy-kids) !important;
}
main.popy-kids .c-greeting .lead .dot {
  color: var(--popy-kids);
}
main.popy-kids .c-greeting .lead .line {
  background: linear-gradient(transparent 60%, var(--popy-kids_50) 40%);
}
main.popy-kids .c-greeting .features .title::before, main.popy-kids .c-greeting .features .title::after,
main.popy-kids .c-greeting .for_parents .title::before,
main.popy-kids .c-greeting .for_parents .title::after {
  background-image: url(../img/each_popy-kids.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
main.popy-kids .c-event .tab-panel-b .tab {
  color: var(--popy-kids);
}
main.popy-kids .c-event .tab-panel-b .tab.is-active, main.popy-kids .c-event .tab-panel-b .tab:hover {
  background-color: var(--popy-kids);
  color: var(--white);
}
main.popy-kids .c-event .dayflow__item .img,
main.popy-kids .c-event .event__item .img {
  background-color: var(--popy-kids_50);
}
main.popy-kids .c-event .dayflow__item .title,
main.popy-kids .c-event .event__item .title {
  background-color: var(--popy-kids);
}
main.popy-kids .c-capacity {
  background-color: var(--white);
  background-image: radial-gradient(#d2e6bf 20%, transparent 20%), radial-gradient(#d2e6bf 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
main.popy-kids .c-fees {
  background-color: var(--white);
  background-image: radial-gradient(#d2e6bf 20%, transparent 20%), radial-gradient(#d2e6bf 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
main.popy-kids .c-staff .staff__item .name {
  color: var(--popy-kids);
  border-bottom: solid 3px var(--popy-kids);
}
main.popy-kids .c-staff .staff__item .name span {
  color: var(--popy-kids);
}
main.popy-kids .c-staff .staff__item .hobby__item .title {
  background-color: var(--popy-kids);
}
main.popy-kids .c-staff .staff__item .message {
  border: dotted 5px var(--popy-kids);
}
main.popy-kids .c-staff .staff__item .faq__list ._q::before {
  color: var(--popy-kids);
}
main.popy-kids .c-staff .staff__item .faq__list ._q .plus {
  color: var(--popy-kids);
}
main.popy-kids .c-contact .contact-form01 th,
main.popy-kids .c-contact .privacy-check a {
  color: var(--popy-kids);
}
main.popy-kids .c-contact .required,
main.popy-kids .c-contact input[type=submit],
main.popy-kids .c-contact input[type=button] {
  background-color: var(--popy-kids);
  border-color: var(--popy-kids);
}
main.popy-kids .c-contact input[type=submit] {
  background-color: var(--popy-kids);
  border-color: var(--popy-kids);
}
main.popy-kids .c-contact input[type=submit]:hover {
  background-color: var(--white);
  color: var(--popy-kids);
}
main.popy-kids .c-contact .wpcf7-list-item label.active {
  background: var(--popy-kids);
  border-color: var(--popy-kids);
}
main.popy-kids .c-contact input[type=radio]:checked:before {
  background: var(--popy-kids);
}

.first.recruit-cat01 .recruit-single-title {
  background-color: var(--nakamachidai);
  color: var(--white);
}
.first.recruit-cat01 .job-table th {
  background-color: var(--nakamachidai_50);
  color: var(--white);
}
.first.recruit-cat01 .entry-btn a {
  background-color: var(--nakamachidai);
}

.first.recruit-cat02 .recruit-single-title {
  background-color: var(--tsuduki-top);
  color: var(--white);
}
.first.recruit-cat02 .job-table th {
  background-color: var(--tsuduki-top_50);
  color: var(--white);
}
.first.recruit-cat02 .entry-btn a {
  background-color: var(--tsuduki-top);
}

.first.recruit-cat03 .recruit-single-title {
  background-color: var(--popy-kids);
  color: var(--white);
}
.first.recruit-cat03 .job-table th {
  background-color: var(--popy-kids_50);
  color: var(--white);
}
.first.recruit-cat03 .entry-btn a {
  background-color: var(--popy-kids);
}

.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;
  z-index: 2;
  background-image: url(../img/bg_green.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer-inner {
  width: 95%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}

/* 遅延をつける */
.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: 0.8s;
  animation-fill-mode: forwards;
}

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

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

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

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

@keyframes fadeInAnime40 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.js-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-size: auto auto;
  background-color: #fff; /* ベース色 */
  background-image: repeating-linear-gradient(-135deg, var(--main), var(--main) 4px, #fff 4px, #fff 8px);
}
@media screen and (max-width: 1024px) {
  .contact .bnr_tel {
    background-image: repeating-linear-gradient(130deg, transparent, transparent 2px, #fef7df 2px, #fef7df 4px);
  }
}
.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;
}