@charset "utf-8";

:root {
  --main: "M PLUS Rounded 1c", sans-serif;
  --noto: "Noto Sans JP", sans-serif;
  --default: 0.4s ease;
}


body {
  font-family: var(--main);
  font-weight: 500;
  color: #000000;
}

body.is-open {
  position: relative;
  overflow: hidden;
}

.menu-open {
  overflow: hidden;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.w1728 {
  max-width: 1728px;
  width: 90%;
  margin: 0 auto;
}

.w1536 {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
}

.w1344 {
  max-width: 1344px;
  width: 90%;
  margin: 0 auto;
}

.w1152 {
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
}

.w960 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.desc p {
  font-family: var(--main);
  font-weight: 500;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

.bg-white {
  background-color: #FFF;
}

.morebtn {
  max-width: 351px;
  width: 100%;
}

.morebtn a {
  border-radius: 10px;
  background: #efa228;
  border: 2px solid #efa228;
  transition: .4s ease;
  display: flex;
  padding: 19px 24px;
  align-items: center;
  justify-content: space-between;
}

.morebtn:hover a {
  background-color: #FFF;
}

.morebtn a .link-text {
  font-weight: 500;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  color: #fff;
}

.morebtn:hover a .link-text {
  color: #efa227;

}

.morebtn a .arrow {
  width: 23px;
  aspect-ratio: 1/1;
  background: url(/system_panel/uploads/images/20260827145612142055.svg) no-repeat center/contain;
}

.morebtn:hover a .arrow {
  background-image: url(/system_panel/uploads/images/20260827130600455089.svg);
}


.sec-head.has-dot .tit-en {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  color: #efa228;
}

.sec-head.has-dot .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #000000;
}

.sec-head.has-dot {
  padding-bottom: 14px;
  position: relative;
}

.sec-head.has-dot::after {
  content: "";
  width: 36px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;

  background:
    radial-gradient(circle, #f6a623 0 3px, transparent 3px) left center / 6px 6px no-repeat,
    radial-gradient(circle, #f6a623 0 3px, transparent 3px) center center / 6px 6px no-repeat,
    radial-gradient(circle, #f6a623 0 3px, transparent 3px) right center / 6px 6px no-repeat;
}


.delay-1 {
  animation-delay: 0.1s;
}

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

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

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

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

.delay-6 {
  animation-delay: 0.6s;
}

a.default {
  transition: var(--default);
}

a.default:hover {
  opacity: 50%;
}


.js-char-anim .char {

    display: inline-block;

    opacity: 0;

    transform: translateY(20px);

}

.js-char-anim.is-active .char {

    animation: charFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;

    animation-delay: calc(var(--char-index) * 0.08s);

}

@keyframes charFadeUp {

    0% {

        opacity: 0;

        transform: translateY(20px);

    }

    100% {

        opacity: 1;

        transform: translateY(0);

    }

}
@media (max-width: 1180px) {}

@media (max-width: 1023px) {}

@media (max-width: 767px) {}