@charset "utf-8";

:root {
  --main: "Noto Sans JP", sans-serif;
  --sub: "Zen Old Mincho", 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: 263px;
  width: 100%;
}

.morebtn a {
  background-color: #C10500;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 2px solid #C10500;
  transition: .4s ease;
}

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

.morebtn a .link-text {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  color: #FFF;
}

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

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

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

.sec-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 13px;
}

.sec-head .line {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 5px;
}

.sec-head .line::before {
  content: "";
  background: #c90601;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: .4s ease;
}

.sec-head.is-active .line::before {
  transform: translateX(0);
}

.sec-head .tit-en {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  text-align: center;
  color: #c10500;
}

.sec-head .tit-ja {
  font-family: var(--sub);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  text-align: center;
  color: #c10500;
}


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


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

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

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