.appear.up .item {
  transform: translateY(6px);
}

.appear.down .item {
  transform: translateY(-6px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 1.1s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 1.3s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 1.7s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 1.9s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 2.2s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 2.3s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 2.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 2.9s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 3.1s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 3.3s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 3.4s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 3.7s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 3.8s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 3.9s;
}
.appear.inview .item:nth-child(40) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(41) {
  transition-delay: 4.1s;
}
.appear.inview .item:nth-child(42) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(43) {
  transition-delay: 4.3s;
}
.appear.inview .item:nth-child(44) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(45) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(46) {
  transition-delay: 4.6s;
}
.appear.inview .item:nth-child(47) {
  transition-delay: 4.7s;
}
.appear.inview .item:nth-child(48) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(49) {
  transition-delay: 4.9s;
}
.appear.inview .item:nth-child(50) {
  transition-delay: 5s;
}

.underline-link {
  display: inline;
  color: #231815;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  background-image: linear-gradient(180deg, #231815, #231815);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  word-break: break-all;
}
.underline-link:hover {
  background-size: 0% 1px;
  background-position: bottom right;
}

.pagenav-item {
  display: inline;
  color: #00AE1B;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  background-image: linear-gradient(180deg, #00AE1B, #00AE1B);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  word-break: break-all;
}
.pagenav-item:hover {
  background-size: 0% 1px;
  background-position: bottom right;
}

.more-btn {
  text-align: right;
}
.more-btn a {
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #231815;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  padding-inline: 0 4rem;
}
@media screen and (max-width: 960px) {
  .more-btn a {
    padding-inline: 0 3rem;
  }
}
.more-btn a._white {
  background: white;
  border: none;
}
.more-btn a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  aspect-ratio: 1/1;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .more-btn a::before {
    width: 2.5rem;
  }
}
.more-btn a:hover {
  opacity: 0.5;
}

.dl-btn {
  width: 320px;
}
.dl-btn a {
  border: 1px solid #231815;
  color: #231815;
  padding-block: 1rem;
  padding-inline: 1em 2em;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .dl-btn a {
    padding-block: 1.5rem;
  }
}
.dl-btn a::before {
  position: absolute;
  content: "";
  background: url(../images/dl_ico_black.svg) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.dl-btn a:hover {
  background: #231815;
  color: white;
}
.dl-btn a:hover::before {
  background: url(../images/dl_ico_white.svg) no-repeat center/contain;
}

.back-btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .back-btn {
    margin-top: 50px;
  }
}
.back-btn a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #231815;
  padding-left: 1.75em;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.back-btn a:hover {
  opacity: 0.5;
}
.back-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25em;
  aspect-ratio: 1/1;
  background: url(../images/arrows2.svg) no-repeat center/contain;
  transform: scaleX(-1);
}

.animate-text .line {
  display: inline;
}
.animate-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
}

.animate-text .char {
  transform: translateY(0.8em);
}

.animate-text.inview .line-1 .char,
.animate-text.inview .line-2 .char {
  animation-name: kf-animate-chars;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
}
.animate-text.inview .line-1 .char:nth-child(1) {
  animation-delay: 0s;
}
.animate-text.inview .line-1 .char:nth-child(2) {
  animation-delay: 0.035s;
}
.animate-text.inview .line-1 .char:nth-child(3) {
  animation-delay: 0.07s;
}
.animate-text.inview .line-1 .char:nth-child(4) {
  animation-delay: 0.105s;
}
.animate-text.inview .line-1 .char:nth-child(5) {
  animation-delay: 0.14s;
}
.animate-text.inview .line-1 .char:nth-child(6) {
  animation-delay: 0.175s;
}
.animate-text.inview .line-1 .char:nth-child(7) {
  animation-delay: 0.21s;
}
.animate-text.inview .line-1 .char:nth-child(8) {
  animation-delay: 0.245s;
}
.animate-text.inview .line-1 .char:nth-child(9) {
  animation-delay: 0.28s;
}
.animate-text.inview .line-1 .char:nth-child(10) {
  animation-delay: 0.315s;
}
.animate-text.inview .line-1 .char:nth-child(11) {
  animation-delay: 0.35s;
}
.animate-text.inview .line-1 .char:nth-child(12) {
  animation-delay: 0.385s;
}
.animate-text.inview .line-1 .char:nth-child(13) {
  animation-delay: 0.42s;
}
.animate-text.inview .line-1 .char:nth-child(14) {
  animation-delay: 0.455s;
}
.animate-text.inview .line-1 .char:nth-child(15) {
  animation-delay: 0.49s;
}
.animate-text.inview .line-1 .char:nth-child(16) {
  animation-delay: 0.525s;
}
.animate-text.inview .line-1 .char:nth-child(17) {
  animation-delay: 0.56s;
}
.animate-text.inview .line-1 .char:nth-child(18) {
  animation-delay: 0.595s;
}
.animate-text.inview .line-1 .char:nth-child(19) {
  animation-delay: 0.63s;
}
.animate-text.inview .line-1 .char:nth-child(20) {
  animation-delay: 0.665s;
}
.animate-text.inview .line-1 .char:nth-child(21) {
  animation-delay: 0.7s;
}
.animate-text.inview .line-1 .char:nth-child(22) {
  animation-delay: 0.735s;
}
.animate-text.inview .line-1 .char:nth-child(23) {
  animation-delay: 0.77s;
}
.animate-text.inview .line-1 .char:nth-child(24) {
  animation-delay: 0.805s;
}
.animate-text.inview .line-1 .char:nth-child(25) {
  animation-delay: 0.84s;
}
.animate-text.inview .line-1 .char:nth-child(26) {
  animation-delay: 0.875s;
}
.animate-text.inview .line-1 .char:nth-child(27) {
  animation-delay: 0.91s;
}
.animate-text.inview .line-1 .char:nth-child(28) {
  animation-delay: 0.945s;
}
.animate-text.inview .line-1 .char:nth-child(29) {
  animation-delay: 0.98s;
}
.animate-text.inview .line-1 .char:nth-child(30) {
  animation-delay: 1.015s;
}
.animate-text.inview .line-2 .char:nth-child(1) {
  animation-delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(1) {
    animation-delay: 0.8s;
  }
}
.animate-text.inview .line-2 .char:nth-child(2) {
  animation-delay: 0.535s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(2) {
    animation-delay: 0.835s;
  }
}
.animate-text.inview .line-2 .char:nth-child(3) {
  animation-delay: 0.57s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(3) {
    animation-delay: 0.87s;
  }
}
.animate-text.inview .line-2 .char:nth-child(4) {
  animation-delay: 0.605s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(4) {
    animation-delay: 0.905s;
  }
}
.animate-text.inview .line-2 .char:nth-child(5) {
  animation-delay: 0.64s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(5) {
    animation-delay: 0.94s;
  }
}
.animate-text.inview .line-2 .char:nth-child(6) {
  animation-delay: 0.675s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(6) {
    animation-delay: 0.975s;
  }
}
.animate-text.inview .line-2 .char:nth-child(7) {
  animation-delay: 0.71s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(7) {
    animation-delay: 1.01s;
  }
}
.animate-text.inview .line-2 .char:nth-child(8) {
  animation-delay: 0.745s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(8) {
    animation-delay: 1.045s;
  }
}
.animate-text.inview .line-2 .char:nth-child(9) {
  animation-delay: 0.78s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(9) {
    animation-delay: 1.08s;
  }
}
.animate-text.inview .line-2 .char:nth-child(10) {
  animation-delay: 0.815s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(10) {
    animation-delay: 1.115s;
  }
}
.animate-text.inview .line-2 .char:nth-child(11) {
  animation-delay: 0.85s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(11) {
    animation-delay: 1.15s;
  }
}
.animate-text.inview .line-2 .char:nth-child(12) {
  animation-delay: 0.885s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(12) {
    animation-delay: 1.185s;
  }
}
.animate-text.inview .line-2 .char:nth-child(13) {
  animation-delay: 0.92s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(13) {
    animation-delay: 1.22s;
  }
}
.animate-text.inview .line-2 .char:nth-child(14) {
  animation-delay: 0.955s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(14) {
    animation-delay: 1.255s;
  }
}
.animate-text.inview .line-2 .char:nth-child(15) {
  animation-delay: 0.99s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(15) {
    animation-delay: 1.29s;
  }
}
.animate-text.inview .line-2 .char:nth-child(16) {
  animation-delay: 1.025s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(16) {
    animation-delay: 1.325s;
  }
}
.animate-text.inview .line-2 .char:nth-child(17) {
  animation-delay: 1.06s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(17) {
    animation-delay: 1.36s;
  }
}
.animate-text.inview .line-2 .char:nth-child(18) {
  animation-delay: 1.095s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(18) {
    animation-delay: 1.395s;
  }
}
.animate-text.inview .line-2 .char:nth-child(19) {
  animation-delay: 1.13s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(19) {
    animation-delay: 1.43s;
  }
}
.animate-text.inview .line-2 .char:nth-child(20) {
  animation-delay: 1.165s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(20) {
    animation-delay: 1.465s;
  }
}
.animate-text.inview .line-2 .char:nth-child(21) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(21) {
    animation-delay: 1.5s;
  }
}
.animate-text.inview .line-2 .char:nth-child(22) {
  animation-delay: 1.235s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(22) {
    animation-delay: 1.535s;
  }
}
.animate-text.inview .line-2 .char:nth-child(23) {
  animation-delay: 1.27s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(23) {
    animation-delay: 1.57s;
  }
}
.animate-text.inview .line-2 .char:nth-child(24) {
  animation-delay: 1.305s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(24) {
    animation-delay: 1.605s;
  }
}
.animate-text.inview .line-2 .char:nth-child(25) {
  animation-delay: 1.34s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(25) {
    animation-delay: 1.64s;
  }
}
.animate-text.inview .line-2 .char:nth-child(26) {
  animation-delay: 1.375s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(26) {
    animation-delay: 1.675s;
  }
}
.animate-text.inview .line-2 .char:nth-child(27) {
  animation-delay: 1.41s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(27) {
    animation-delay: 1.71s;
  }
}
.animate-text.inview .line-2 .char:nth-child(28) {
  animation-delay: 1.445s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(28) {
    animation-delay: 1.745s;
  }
}
.animate-text.inview .line-2 .char:nth-child(29) {
  animation-delay: 1.48s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(29) {
    animation-delay: 1.78s;
  }
}
.animate-text.inview .line-2 .char:nth-child(30) {
  animation-delay: 1.515s;
}
@media screen and (max-width: 960px) {
  .animate-text.inview .line-2 .char:nth-child(30) {
    animation-delay: 1.815s;
  }
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(0.8em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.fadeUp-text.inview .char {
  animation-name: kf-fadeUp-chars;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.fadeUp-text.inview .char:nth-child(1) {
  animation-delay: 0.05s;
}
.fadeUp-text.inview .char:nth-child(2) {
  animation-delay: 0.1s;
}
.fadeUp-text.inview .char:nth-child(3) {
  animation-delay: 0.15s;
}
.fadeUp-text.inview .char:nth-child(4) {
  animation-delay: 0.2s;
}
.fadeUp-text.inview .char:nth-child(5) {
  animation-delay: 0.25s;
}
.fadeUp-text.inview .char:nth-child(6) {
  animation-delay: 0.3s;
}
.fadeUp-text.inview .char:nth-child(7) {
  animation-delay: 0.35s;
}
.fadeUp-text.inview .char:nth-child(8) {
  animation-delay: 0.4s;
}
.fadeUp-text.inview .char:nth-child(9) {
  animation-delay: 0.45s;
}
.fadeUp-text.inview .char:nth-child(10) {
  animation-delay: 0.5s;
}
.fadeUp-text.inview .char:nth-child(11) {
  animation-delay: 0.55s;
}
.fadeUp-text.inview .char:nth-child(12) {
  animation-delay: 0.6s;
}
.fadeUp-text.inview .char:nth-child(13) {
  animation-delay: 0.65s;
}
.fadeUp-text.inview .char:nth-child(14) {
  animation-delay: 0.7s;
}
.fadeUp-text.inview .char:nth-child(15) {
  animation-delay: 0.75s;
}
.fadeUp-text.inview .char:nth-child(16) {
  animation-delay: 0.8s;
}
.fadeUp-text.inview .char:nth-child(17) {
  animation-delay: 0.85s;
}
.fadeUp-text.inview .char:nth-child(18) {
  animation-delay: 0.9s;
}
.fadeUp-text.inview .char:nth-child(19) {
  animation-delay: 0.95s;
}
.fadeUp-text.inview .char:nth-child(20) {
  animation-delay: 1s;
}
.fadeUp-text.inview .char:nth-child(21) {
  animation-delay: 1.05s;
}
.fadeUp-text.inview .char:nth-child(22) {
  animation-delay: 1.1s;
}
.fadeUp-text.inview .char:nth-child(23) {
  animation-delay: 1.15s;
}
.fadeUp-text.inview .char:nth-child(24) {
  animation-delay: 1.2s;
}
.fadeUp-text.inview .char:nth-child(25) {
  animation-delay: 1.25s;
}
.fadeUp-text.inview .char:nth-child(26) {
  animation-delay: 1.3s;
}
.fadeUp-text.inview .char:nth-child(27) {
  animation-delay: 1.35s;
}
.fadeUp-text.inview .char:nth-child(28) {
  animation-delay: 1.4s;
}
.fadeUp-text.inview .char:nth-child(29) {
  animation-delay: 1.45s;
}
.fadeUp-text.inview .char:nth-child(30) {
  animation-delay: 1.5s;
}

@keyframes kf-fadeUp-chars {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: clamp(1.5rem, 1.484rem + 0.07vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-style: normal;
  color: #231815;
  background: #FFF2DB;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding-top: 70px;
  }
}

.container {
  flex: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

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

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
.lg-inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}

.sm-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.section_content {
  margin: 140px 0;
}
.section_content._top {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .section_content {
    margin: 80px 0;
  }
  .section_content._top {
    margin-top: 20px;
  }
}

.section_content--padding {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .section_content--padding {
    padding: 40px 0;
  }
}

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

.grid {
  display: grid;
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.main-ttl {
  text-align: center;
}
.main-ttl._white {
  color: white;
}
.main-ttl._white ._line-btm::before {
  background: url(../images/main-ttl_white.svg) no-repeat center/contain;
}
.main-ttl.inview ._line-btm::before {
  animation: lineExpand 0.6s ease forwards, swingOnce 1s ease-in-out 0.6s forwards;
}
.main-ttl ._line-btm {
  display: inline-block;
  position: relative;
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 5rem;
  padding-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .main-ttl ._line-btm {
    margin-bottom: 4rem;
    padding-block: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .main-ttl ._line-btm {
    font-size: 5.5vw;
  }
}
.main-ttl ._line-btm::before {
  position: absolute;
  content: "";
  background: url(../images/main-ttl.svg) no-repeat center/contain;
  width: 250px;
  aspect-ratio: 221/14;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: 0;
  transform-origin: center;
}
@media screen and (max-width: 960px) {
  .main-ttl ._line-btm::before {
    width: 150px;
  }
}

._sub {
  font-size: clamp(1.8rem, 1.669rem + 0.58vw, 2.6rem);
  line-height: 1;
}
@media screen and (max-width: 480px) {
  ._sub {
    font-size: 4.5vw;
  }
}

@keyframes lineExpand {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}
@keyframes swingOnce {
  0% {
    transform: translateX(-50%) scaleX(1) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) scaleX(1) rotate(4deg);
  }
  50% {
    transform: translateX(-50%) scaleX(1) rotate(-3deg);
  }
  75% {
    transform: translateX(-50%) scaleX(1) rotate(2deg);
  }
  100% {
    transform: translateX(-50%) scaleX(1) rotate(0deg);
  }
}
.main-txt {
  font-size: clamp(1.5rem, 1.418rem + 0.36vw, 2rem);
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .main-txt {
    line-height: 2;
    text-align: left;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .main-txt._short {
    text-align: center;
  }
}

.news .more-btn {
  padding-inline: 0 80px;
}
@media screen and (max-width: 960px) {
  .news .more-btn {
    padding-inline: 0;
  }
}

.news_list {
  padding-inline: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .news_list {
    padding-inline: 0;
    margin-bottom: 2rem;
  }
}
.news_list li {
  background: white;
  margin-bottom: 2rem;
  border-radius: 50px;
  font-weight: 500;
}
.news_list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  color: #231815;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  border-radius: 100px;
}
@media screen and (max-width: 960px) {
  .news_list a {
    display: block;
    padding: 1.5rem 3rem;
  }
}
.news_list a:hover {
  opacity: 0.4;
}

.news-date {
  margin-inline: 0 2rem;
}
@media screen and (max-width: 960px) {
  .news-date {
    margin-inline: 0 0.5rem;
    display: inline-block;
  }
}

.news-category {
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid;
  width: 170px;
  text-align: center;
  letter-spacing: 0;
  margin-right: 2rem;
  background: white;
}
@media screen and (max-width: 960px) {
  .news-category {
    display: inline-block;
    margin-right: 0;
    font-size: 1.2rem;
    border-radius: 50px;
    width: 130px;
  }
}

.is-hobby {
  color: #FF7E22;
  border-color: #FF7E22;
}

.is-news {
  color: #00C486;
  border-color: #00C486;
}

.is-menu {
  color: #FF7F7F;
  border-color: #FF7F7F;
}

.is-rehabilitation {
  color: #C00097;
  border-color: #C00097;
}

.is-event {
  color: #D2A500;
  border-color: #D2A500;
}

.is-recruit {
  color: #178FFF;
  border-color: #178FFF;
}

.is-tsushin {
  color: #006536;
  border-color: #006536;
}

.news-ttl {
  position: relative;
  font-size: clamp(1.4rem, 1.335rem + 0.29vw, 1.8rem);
  padding-right: 6rem;
}
@media screen and (max-width: 960px) {
  .news-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    margin-block: 0.75rem 0;
    padding-right: 3.5rem;
  }
}

.news-badge {
  position: absolute;
  background: #231815;
  color: white;
  font-weight: 700;
  border-radius: 50px;
  transform: translateY(-50%);
  top: 50%;
  right: 3rem;
  padding-inline: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .news-badge {
    font-size: 1.2rem;
    right: 1.5rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transform: translateY(-20px);
  opacity: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFF2DB;
}
.header.header-inview {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .header {
    height: 70px;
  }
}
.header.is-scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .head-inner {
    height: 70px;
  }
}

.logo {
  margin-right: 2rem;
  margin-left: 3rem;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  z-index: 10000;
}
@media screen and (max-width: 960px) {
  .logo {
    margin-left: 1rem;
  }
}
.logo a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .logo a {
    display: inline-block;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .logo a {
    display: flex;
  }
}
.logo img {
  width: 200px;
  margin-inline: 0 2rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    width: 140px;
    margin-inline: 0;
  }
}
@media screen and (max-width: 960px) {
  .logo img {
    width: 120px;
  }
}
.logo:hover {
  opacity: 0.5;
}

.logo-desc {
  font-size: 1.6rem;
  color: #006536;
  padding: 0.4rem;
  border-block: 2px solid #006536;
}
@media screen and (max-width: 1440px) {
  .logo-desc {
    margin-top: 0.5rem;
    display: block;
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .logo-desc {
    margin: 0 0 0 0.75rem;
    border-block: 1px solid #006536;
  }
}

.g-nav-list {
  height: 80px;
}
.g-nav-list ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
.g-nav-list ul ._item {
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  margin-block: 0.5em;
  margin-inline: 0 1rem;
  padding-inline: 0 1rem;
}
.g-nav-list ul ._item:not(:last-child) {
  border-right: 1px solid #231815;
}
@media screen and (max-width: 1440px) {
  .g-nav-list ul ._item {
    margin-right: 1vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 960px) {
  .g-nav-list ul ._item {
    margin: 0;
  }
}
.g-nav-list ul ._item a {
  font-weight: 500;
  color: #231815;
  text-decoration: none;
  padding: 1em 0.5em;
  white-space: nowrap;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.g-nav-list ul ._item a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .g-nav-list ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 1.5rem;
    height: auto;
  }
  .g-nav-list ul ._item {
    margin-inline: 0;
    padding-inline: 0;
  }
  .g-nav-list ul ._item:not(:last-child) {
    border-right: none;
  }
  .g-nav-list ul ._item a {
    position: relative;
    text-decoration: none;
    padding: 1.5em 0.5em;
    display: block;
    letter-spacing: 0.1em;
    font-size: min(1.6rem, 4.5vw);
    font-weight: 500;
  }
  .g-nav-list ul ._item a::before {
    position: absolute;
    content: "";
    background: url(../images/arrows.svg) no-repeat center/contain;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) and (max-width: 480px) {
  .g-nav-list ul ._item a {
    font-size: 1.6rem;
  }
}

.toggle {
  display: none;
}

@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 18px;
    right: 16px;
    cursor: pointer;
    width: 34px;
    height: 34px;
  }
  .toggle span {
    display: inline-block;
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 3px;
    background: #231815;
    width: 100%;
  }
  .toggle span:nth-of-type(1) {
    top: 8px;
  }
  .toggle span:nth-of-type(2) {
    top: 16px;
  }
  .toggle span:nth-of-type(3) {
    top: 24px;
  }
  .toggle .openbtn-area {
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .toggle.active .openbtn-area {
    transform: rotateY(-180deg);
  }
  .toggle.active .openbtn-area span {
    background: #231815;
  }
  .toggle.active .openbtn-area span:nth-of-type(1) {
    top: 16px;
    transform: rotate(-45deg);
  }
  .toggle.active .openbtn-area span:nth-of-type(2) {
    opacity: 0;
    transform: scaleX(0.2);
  }
  .toggle.active .openbtn-area span:nth-of-type(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  .toggle.active .toggle-label {
    opacity: 0;
  }
  .g-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    top: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: #FFF2DB;
    transition: 0.6s all;
  }
  .g-nav.panelactive {
    visibility: visible;
    opacity: 1;
  }
  .g-nav .g-nav_wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 90px 20px 20px;
  }
  .nav-main-link:not(._border) {
    position: relative;
  }
  .nav-main-link:not(._border)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient(to right, #cdbf98, #cdbf98 8px, transparent 1px, transparent 14px);
  }
  .g-nav ._item {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .g-nav.panelactive ._item {
    animation: fadeInUp 0.4s ease-out forwards;
    pointer-events: auto;
  }
  .g-nav.panelactive ._item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .g-nav.panelactive ._item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .g-nav.panelactive ._item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .g-nav.panelactive ._item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .g-nav.panelactive ._item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .g-nav.panelactive ._item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .g-nav.panelactive ._item:nth-child(7) {
    animation-delay: 0.35s;
  }
  .g-nav.panelactive ._item:nth-child(8) {
    animation-delay: 0.4s;
  }
  .g-nav.panelactive ._item:nth-child(9) {
    animation-delay: 0.45s;
  }
  .g-nav.panelactive ._item:nth-child(10) {
    animation-delay: 0.5s;
  }
  .g-nav.panelactive ._item:nth-child(11) {
    animation-delay: 0.55s;
  }
  .g-nav.panelactive ._item:nth-child(12) {
    animation-delay: 0.6s;
  }
  .g-nav.panelactive ._item:nth-child(13) {
    animation-delay: 0.65s;
  }
  .g-nav.panelactive ._item:nth-child(14) {
    animation-delay: 0.7s;
  }
  .g-nav.panelactive ._item:nth-child(15) {
    animation-delay: 0.75s;
  }
  .g-nav.panelactive ._item:nth-child(16) {
    animation-delay: 0.8s;
  }
  .g-nav.panelactive ._item:nth-child(17) {
    animation-delay: 0.85s;
  }
  .g-nav.panelactive ._item:nth-child(18) {
    animation-delay: 0.9s;
  }
  .g-nav.panelactive ._item:nth-child(19) {
    animation-delay: 0.95s;
  }
  .g-nav.panelactive ._item:nth-child(20) {
    animation-delay: 1s;
  }
  .g-nav.panelactive ._item:nth-child(21) {
    animation-delay: 1.05s;
  }
  .g-nav.panelactive ._item:nth-child(22) {
    animation-delay: 1.1s;
  }
  .g-nav.panelactive ._item:nth-child(23) {
    animation-delay: 1.15s;
  }
  .g-nav.panelactive ._item:nth-child(24) {
    animation-delay: 1.2s;
  }
  .g-nav.panelactive ._item:nth-child(25) {
    animation-delay: 1.25s;
  }
  .g-nav.panelactive ._item:nth-child(26) {
    animation-delay: 1.3s;
  }
  .g-nav.panelactive ._item:nth-child(27) {
    animation-delay: 1.35s;
  }
  .g-nav.panelactive ._item:nth-child(28) {
    animation-delay: 1.4s;
  }
  .g-nav.panelactive ._item:nth-child(29) {
    animation-delay: 1.45s;
  }
  .g-nav.panelactive ._item:nth-child(30) {
    animation-delay: 1.5s;
  }
  .g-nav.panelactive ._item:nth-child(31) {
    animation-delay: 1.55s;
  }
  .g-nav.panelactive ._item:nth-child(32) {
    animation-delay: 1.6s;
  }
  .g-nav.panelactive ._item:nth-child(33) {
    animation-delay: 1.65s;
  }
  .g-nav.panelactive ._item:nth-child(34) {
    animation-delay: 1.7s;
  }
  .g-nav.panelactive ._item:nth-child(35) {
    animation-delay: 1.75s;
  }
  .g-nav.panelactive ._item:nth-child(36) {
    animation-delay: 1.8s;
  }
  .g-nav.panelactive ._item:nth-child(37) {
    animation-delay: 1.85s;
  }
  .g-nav.panelactive ._item:nth-child(38) {
    animation-delay: 1.9s;
  }
  .g-nav.panelactive ._item:nth-child(39) {
    animation-delay: 1.95s;
  }
  .g-nav.panelactive ._item:nth-child(40) {
    animation-delay: 2s;
  }
  .g-nav.panelactive ._item:nth-child(41) {
    animation-delay: 2.05s;
  }
  .g-nav.panelactive ._item:nth-child(42) {
    animation-delay: 2.1s;
  }
  .g-nav.panelactive ._item:nth-child(43) {
    animation-delay: 2.15s;
  }
  .g-nav.panelactive ._item:nth-child(44) {
    animation-delay: 2.2s;
  }
  .g-nav.panelactive ._item:nth-child(45) {
    animation-delay: 2.25s;
  }
  .g-nav.panelactive ._item:nth-child(46) {
    animation-delay: 2.3s;
  }
  .g-nav.panelactive ._item:nth-child(47) {
    animation-delay: 2.35s;
  }
  .g-nav.panelactive ._item:nth-child(48) {
    animation-delay: 2.4s;
  }
  .g-nav.panelactive ._item:nth-child(49) {
    animation-delay: 2.45s;
  }
  .g-nav.panelactive ._item:nth-child(50) {
    animation-delay: 2.5s;
  }
  .float-menu {
    z-index: 100;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
  .float-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .float-menu li a {
    padding: 1rem 0;
  }
  .float-menu li.float-menu-tel {
    width: 60%;
    background: #00AE1B;
  }
  .float-menu li.float-menu-tel a {
    color: white;
  }
  .float-menu li.float-menu-tel .tel-txt {
    font-size: 1.3rem;
  }
  .float-menu li.float-menu-tel .tel-num {
    font-size: 2rem;
    display: flex;
    align-items: center;
  }
  .float-menu li.float-menu-tel .ico {
    margin-right: 0.25rem;
    width: 35px;
  }
  .float-menu li.float-menu-kyouka {
    width: 40%;
    background: white;
  }
  .float-menu li.float-menu-kyouka a {
    color: #231815;
  }
}
.float-menu--hidden {
  transform: translateY(100%);
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  text-align: center;
  background: #F0E6D5;
  padding: 80px 0 20px;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 40px 0 15px;
  }
}

.footer-contact {
  display: inline-block;
  margin: 2rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .footer-contact {
    margin: 2rem 0 4rem;
    text-align: center;
  }
}
.footer-contact ._inner {
  padding: 2rem 4rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
@media screen and (max-width: 960px) {
  .footer-contact ._inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer-contact ._inner {
    padding: 2rem;
  }
}

.footer-contact__content {
  text-align: left;
  margin-inline: 0 4rem;
}
@media screen and (max-width: 960px) {
  .footer-contact__content {
    text-align: center;
    margin-inline: 0;
  }
}

.footer-contact__ttl {
  font-size: clamp(2.2rem, 2.154rem + 0.21vw, 2.4rem);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .footer-contact__ttl {
    margin-bottom: 1rem;
  }
}

.footer-contact__txt {
  line-height: 1.6;
  letter-spacing: 0;
}

.footer-contact__tel a {
  color: #006536;
  font-size: clamp(3.6rem, 3.185rem + 1.85vw, 5.4rem);
  font-weight: 900;
  text-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .footer-contact__tel a {
    font-size: 10.5vw;
  }
}

@media screen and (max-width: 960px) {
  .footer-contact__illust {
    margin-block: 1rem 0;
    max-width: 60%;
  }
}

.footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer-main {
    align-items: center;
    flex-direction: column;
  }
}

.footer-logo {
  display: inline-block;
  width: min(240px, 55vw);
}
.footer-logo a {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: white;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.footer-logo a:hover {
  opacity: 0.5;
}
.footer-logo span {
  font-size: 3rem;
  margin-left: 0.5rem;
}

.footer-address {
  margin-top: 2rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .footer-address {
    margin-top: 1rem;
  }
}

.footer-nav a {
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.footer-nav a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .footer-nav {
    width: 100%;
  }
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 5rem;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .footer-nav__list {
    gap: 2rem 3rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav__list {
    margin-top: 3rem;
    gap: 2.5rem;
    justify-items: start;
  }
}
.footer-nav__list li::before {
  content: "- ";
}
.footer-nav__list li a {
  font-size: clamp(1.3rem, 1.277rem + 0.1vw, 1.4rem);
  color: #231815;
}

.backtotop.show {
  opacity: 1;
}

.backtotop {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .backtotop {
    display: none;
  }
}
.backtotop a {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: rgba(35, 24, 21, 0.87);
  width: 60px;
  height: 60px;
  padding: 17px 15px 15px;
  z-index: 999;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  background: url(../images/arrows.svg) no-repeat center/contain;
  transform: rotate(-90deg);
  opacity: 0.8;
}
.backtotop a:hover {
  opacity: 0.4;
}

.copy {
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .copy {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */