* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

img {
  max-height: 100%;
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP';
}
:root {
  --width-center: clamp(15px, 2.1vw, 25px);
  --width-content: 1240px;
  --width-content-out: 1290px;
  --width-outer: 1556px;
  --menu-scale: clamp(0.5, calc((100vh - 500px) / 500), 1);

  --padding-sp-content: clamp(16px, 2.4vw, 26px);

  --color-black: #000;
  --color-white: #fff;
  --color-glay: #aaa;
  --color-red: #d61518;
  --color-orange: #e89414;
  --color-yellow: #fff100;
  --color-lightgreen: #8ec31f;
  --color-green: #2e9834;
  --color-aqua: #009e96;
  --color-lightblue: #1e7ec2;
  --color-blue: #004899;
  --color-purple: #601986;
  --color-magenta: #9e2b79;

  --dotted-line-pattern: linear-gradient(
    to right,
    currentColor 0 7px,
    transparent 10px 20px
  );
}
h2,
h3,
h4 {
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  font-weight: normal;
  line-height: 1.5em;
}
p {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
/* From Uiverse.io by vinodjangid07 */
.menu-toggle {
  margin: 0 clamp(0px, 1.9vw, 24px);
  width: clamp(32px, 2.9vw, 44px);
  height: clamp(32px, 2.9vw, 44px);
  z-index: 10000;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.switch {
  width: clamp(32px, 2.9vw, 44px);
  height: clamp(32px, 2.9vw, 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.wrapper {
  width: clamp(32px, 2.9vw, 44px);
  height: clamp(32px, 2.9vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.row {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.row-bottom {
  align-items: flex-end;
}
.dot {
  width: 4px;
  height: 4px;
  border: 2px solid var(--color-red);
  border-radius: 50%;
  transition: all 0.2s;
}
.row-horizontal {
  position: absolute;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}
.row-vertical {
  position: absolute;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}
.switch:hover .wrapper .row-horizontal {
  width: 100px;
}
.switch:hover .wrapper .row-vertical {
  height: 100px;
}
.switch:hover .wrapper .row-vertical .middle-dot {
  border-radius: 5px;
  height: calc(clamp(32px, 2.9vw, 44px) - 3px);
}
.switch:hover .wrapper .row-horizontal .middle-dot-horizontal {
  border-radius: 5px;
  width: calc(clamp(32px, 2.9vw, 44px) - 3px);
}
.switch input:checked + .wrapper {
  transform: rotate(45deg) scale(1.2);
}
.switch input:checked + .wrapper .row-vertical {
  height: 100px;
}
.switch input:checked + .wrapper .row-horizontal {
  width: 100px;
}
.switch input:checked + .wrapper .row-vertical .middle-dot {
  border-radius: 5px;
  height: clamp(32px, 2.9vw, 44px);
}
.switch input:checked + .wrapper .row-horizontal .middle-dot-horizontal {
  border-radius: 5px;
  width: clamp(32px, 2.9vw, 44px);
}

.menu-wrap {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99;
  clip-path: inset(100% 0 0 0); /* 初期：閉 */
}

/* 開く */
.menu-wrap.opening {
  animation: wipe-in 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* 閉じる */
.menu-wrap.closing {
  animation: wipe-out 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes wipe-in {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes wipe-out {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 100% 0);
  }
}
.menu {
  height: 100%;
}
.menu .flex {
  display: flex;
  gap: 25px;
  height: 100%;
  > * {
    flex: 1;
  }
}
.menu .flex .bg-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .flex .bg-1 .inner {
  min-height: calc(100% - 160px * 2);
  max-width: calc(100% - 48px * 2);
  aspect-ratio: 1/1;
  img {
    object-fit: contain;
  }
}
.menu .nav {
  height: 100vh;
  font-size: clamp(18px, calc(9.61px + 2.4vw), 28px);
  font-weight: bold;

  .inner {
    padding-top: clamp(93px, calc(61.93px + 8.88vw), 130px);
    padding-right: clamp(72px, calc(-418.53px + 39.56vw), 341px);
    padding-bottom: clamp(72px, calc(-20.33px + 26.38vw), 182px);
    box-sizing: border-box;
    height: 100%;

    ul {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* gap: clamp(32px, calc(18.57px + 3.84vw), 48px); */

      li {
        display: flex;
        justify-content: right;
        align-items: center;
        text-shadow:
          -1px -1px 0 #000,
          1px -1px 0 #000,
          -1px 1px 0 #000,
          1px 1px 0 #000;
        a {
          display: flex;
          align-items: center;
        }

        img {
          object-fit: contain;
          height: clamp(24px, calc(10.57px + 3.84vw), 40px);
          width: 60px;
          margin-right: clamp(8px, calc(-5.43px + 3.84vw), 24px);
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .menu .flex .bg-1 {
    display: none;
  }
}
/* From Uiverse.io by janisar-hyder */
.content__item {
  color: var(--color-red);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.button--kari {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: inherit;
}

.button--kari::before,
.button--kari::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  --offset: 1rem;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 1s linear infinite;
  animation-play-state: paused;
  opacity: 0;
}

.button--atlas:hover .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.marquee span {
  text-align: center;
  white-space: nowrap;
  font-style: italic;
  padding: 1.5rem 0.5rem;
  color: var(--color-red);
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.button--kari {
  font-weight: 900;
  font-size: 1.25rem;
  border-radius: 50%;
  border: 2px solid var(--color-red);
}

.button--kari > span {
  display: inline-block;
  transition: opacity 0.1s;
  color: var(--color-red);
}

.button--kari:hover > span {
  opacity: 0;
}

.button--kari .marquee {
  transform: rotate(-2.75deg);
}

.button--kari:hover .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.6s;
}

/* From Uiverse.io by Creatlydev */
p.button {
  font-size: 6px;
}
.button {
  cursor: pointer;
  border: none;
  background: var(--color-red);
  color: #fff;
  width: clamp(48px, calc(9.07px + 5.07vw), 72px);
  height: clamp(48px, calc(9.07px + 5.07vw), 72px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(22.5deg * var(--index)));
    inset: clamp(-10px, calc(-10.67px + 0.191vw), -7px);
    font-size: clamp(6px, calc(2.76px + 0.42vw), 8px);
  }
}

.button__circle {
  position: relative;
  width: clamp(26px, calc(3.32px + 2.96vw), 40px);
  height: clamp(26px, calc(3.32px + 2.96vw), 40px);
  overflow: hidden;
  background: #fff;
  color: var(--color-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__circle svg {
  width: clamp(7px, calc(0.51px + 0.85vw), 11px);
  padding: 2px;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover {
  background: #000;
  transform: scale(1.05);
}

.button:hover .button__icon {
  color: #000;
}

.button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.color-1 {
  color: var(--color-red);
}
.color-2 {
  color: var(--color-orange);
}
.color-3 {
  color: var(--color-yellow);
}
.color-4 {
  color: var(--color-lightgreen);
}
.color-5 {
  color: var(--color-green);
}
.color-6 {
  color: var(--color-aqua);
}
.color-7 {
  color: var(--color-lightblue);
}
.color-8 {
  color: var(--color-blue);
}
.color-9 {
  color: var(--color-purple);
}
.color-10 {
  color: var(--color-magenta);
}
.content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 176px;
}
@media (max-width: 1240px) {
  .content {
    padding: 0 clamp(40px, calc(-180.6px + 28.76vw), 176px);
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0 clamp(24px, calc(10.5px + 3.84vw), 40px);
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .column-767px {
    flex-direction: column;
  }
}
.relative {
  position: relative;
}

.bg-1 {
  background-image: var(--bg-1);
  color: var(--color-white);
}
.bg-2 {
  background-image: var(--bg-2);
}
.bg-3 {
  background-image: var(--bg-3);
}
.bg-circle {
  aspect-ratio: 1/1;
  background-image: var(--bg-circle);
  background-size: contain;
  background-repeat: no-repeat;

  animation: spin 20s linear infinite;
  transform-origin: center;
}
section {
  padding: clamp(80px, calc(53.25px + 7.63vw), 200px) 0;
  position: relative;
}
.section-border {
  position: relative;
}
.section-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(25px + 1px);
  pointer-events: none;

  color: var(--color-glay);
  background:
    linear-gradient(currentColor 0 0) top / 100% 1px no-repeat,
    linear-gradient(currentColor 0 0) bottom / 100% 1px no-repeat;
}

.dotted-line-top {
  position: relative;
}
.dotted-line-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;

  color: var(--color-glay);
  background: var(--dotted-line-pattern) top / 20px 1px repeat-x;
}

section .section-title {
  position: absolute;
  top: clamp(24px, calc(-93.1px + 15.27vw), 200px);
  left: calc((100vw - var(--width-outer)) / 2);

  font-size: clamp(10px, calc(5.1px + 1.4vw), 32px);
  text-shadow: none;
  writing-mode: vertical-rl;
  font-family: 'Rubik Dirt';
}
@media (max-width: calc(1556px + 24px * 2)) {
  section .section-title {
    left: clamp(0px, calc(-38.9px + 5.07vw), 24px);
  }
}
section:nth-of-type(1) .section-title {
  color: var(--color-red);
}
section:nth-of-type(2) .section-title {
  color: var(--color-orange);
}
section:nth-of-type(3) .section-title {
  color: var(--color-lightgreen);
}
section:nth-of-type(4) .section-title {
  color: var(--color-green);
}
section:nth-of-type(5) .section-title {
  color: var(--color-aqua);
}
section:nth-of-type(6) .section-title {
  color: var(--color-lightblue);
}
section:nth-of-type(7) .section-title {
  color: var(--color-blue);
}
section:nth-of-type(8) .section-title {
  color: var(--color-purple);
}
section:nth-of-type(9) .section-title {
  color: var(--color-magenta);
}
.section-head {
  font-size: clamp(24px, calc(18.65px + 1.53vw), 48px);
  font-family: 'Dela Gothic One';
  letter-spacing: 10%;
}
[data-effect='char_jump'] span {
  display: inline-block;
}

[data-effect='char_jump'] span.is-jump {
  animation: charJump 0.8s ease-out forwards;
}

@keyframes charJump {
  0% {
    transform: translateY(1em);
  }
  30% {
    transform: translateY(-1em);
  }
  70% {
    transform: translateY(-1em);
  }
  100% {
    transform: translateY(0);
  }
}

.bg-body {
  background:
    /* ===== outer ===== */
    linear-gradient(
      to right,
      transparent calc(50% - var(--width-outer) / 2),
      var(--color-glay) calc(50% - var(--width-outer) / 2),
      var(--color-glay) calc(50% - var(--width-outer) / 2 + 1px),
      transparent calc(50% - var(--width-outer) / 2 + 1px)
    ),
    linear-gradient(
      to right,
      transparent calc(50% + var(--width-outer) / 2 - 1px),
      var(--color-glay) calc(50% + var(--width-outer) / 2 - 1px),
      var(--color-glay) calc(50% + var(--width-outer) / 2),
      transparent calc(50% + var(--width-outer) / 2)
    ),
    /* ===== content-out ===== */
    linear-gradient(
        to right,
        transparent calc(50% - var(--width-content-out) / 2),
        var(--color-glay) calc(50% - var(--width-content-out) / 2),
        var(--color-glay) calc(50% - var(--width-content-out) / 2 + 1px),
        transparent calc(50% - var(--width-content-out) / 2 + 1px)
      ),
    linear-gradient(
      to right,
      transparent calc(50% + var(--width-content-out) / 2),
      var(--color-glay) calc(50% + var(--width-content-out) / 2),
      var(--color-glay) calc(50% + var(--width-content-out) / 2 + 1px),
      transparent calc(50% + var(--width-content-out) / 2 + 1px)
    ),
    /* ===== content ===== */
    linear-gradient(
        to right,
        transparent calc(50% - var(--width-content) / 2),
        var(--color-glay) calc(50% - var(--width-content) / 2),
        var(--color-glay) calc(50% - var(--width-content) / 2 + 1px),
        transparent calc(50% - var(--width-content) / 2 + 1px)
      ),
    linear-gradient(
      to right,
      transparent calc(50% + var(--width-content) / 2),
      var(--color-glay) calc(50% + var(--width-content) / 2),
      var(--color-glay) calc(50% + var(--width-content) / 2 + 1px),
      transparent calc(50% + var(--width-content) / 2 + 1px)
    ),
    /* ===== center ===== */
    linear-gradient(
        to right,
        transparent calc(50% - var(--width-center) / 2),
        var(--color-glay) calc(50% - var(--width-center) / 2),
        var(--color-glay) calc(50% - var(--width-center) / 2 + 1px),
        transparent calc(50% - var(--width-center) / 2 + 1px)
      ),
    linear-gradient(
      to right,
      transparent calc(50% + var(--width-center) / 2 - 1px),
      var(--color-glay) calc(50% + var(--width-center) / 2 - 1px),
      var(--color-glay) calc(50% + var(--width-center) / 2),
      transparent calc(50% + var(--width-center) / 2)
    ),
    var(--bg-global);
}

@media (max-width: 767px) {
  .bg-body {
    background:
      /* ===== sp padding line (left) ===== */
      linear-gradient(
        to right,
        transparent var(--padding-sp-content),
        var(--color-glay) var(--padding-sp-content),
        var(--color-glay) calc(var(--padding-sp-content) + 1px),
        transparent calc(var(--padding-sp-content) + 1px)
      ),
      /* ===== sp padding line (right) ===== */
        linear-gradient(
          to left,
          transparent var(--padding-sp-content),
          var(--color-glay) var(--padding-sp-content),
          var(--color-glay) calc(var(--padding-sp-content) + 1px),
          transparent calc(var(--padding-sp-content) + 1px)
        ),
      /* ===== 既存の背景（そのまま） ===== */ /* ===== center ===== */
        linear-gradient(
          to right,
          transparent calc(50% - var(--width-center) / 2),
          var(--color-glay) calc(50% - var(--width-center) / 2),
          var(--color-glay) calc(50% - var(--width-center) / 2 + 1px),
          transparent calc(50% - var(--width-center) / 2 + 1px)
        ),
      linear-gradient(
        to right,
        transparent calc(50% + var(--width-center) / 2 - 1px),
        var(--color-glay) calc(50% + var(--width-center) / 2 - 1px),
        var(--color-glay) calc(50% + var(--width-center) / 2),
        transparent calc(50% + var(--width-center) / 2)
      ),
      var(--bg-global);
  }
}
/* header */
header {
  position: fixed;
  top: clamp(17px, 3.6vw, 32px);
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}
header .outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--width-outer);
  max-width: var(--width-outer);
  padding: 0 var(--padding-sp-content);
}

header .site-logo {
  width: clamp(73px, 8.3vw, 147px);
  height: clamp(40px, 4.5vw, 80px);
}
@media (max-width: 1024px) {
  header .outer > .site-logo {
    z-index: 101;
  }
}
header .nav .site-logo {
  position: absolute;
  top: clamp(93px, calc(61.93px + 8.88vw), 130px);
  left: clamp(0px, calc(-145.88px + 11.76vw), 80px);
  > a {
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header .nav .site-logo {
    display: none;
  }
}
/* top */
/* kv */
#kv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-bottom: clamp(0px, calc(-44.59px + 12.74vw), 200px);
  --kv-margin-bottom: clamp(0px, calc(139.33px - 11.24vw), 100px);
}
#kv .kv-stage {
  max-height: calc(100% - var(--kv-margin-bottom));
  max-width: 100%;
  height: 100%;
  margin: auto 10%;
  margin-bottom: var(--kv-margin-bottom);
  position: relative;
}

#kv .kv-bg {
  position: absolute;
  inset: 0;
  margin: auto;

  max-width: 100%;
  max-height: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#kv .kv-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  /* height: 100%; */
  width: 100%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  overflow: visible;
}

#kv .swiper-wrapper {
  align-items: center;
}

#kv .swiper-slide {
  max-height: 100vw;
  max-width: 100vh;
  display: flex;
  justify-content: center;
  margin: 0 clamp(0px, calc(9vw - 79.8px), 120px);
  transform-origin: center;
}
#kv .slide-rot {
  width: 79%;
  height: auto;
  margin: auto;
  aspect-ratio: 4/3;
  background-image: var(--bg-1);
  img {
    height: 100%;
  }
}

#kv .slide-rot.rot-odd {
  transform: rotate(16deg);
}
#kv .slide-rot.rot-even {
  transform: rotate(-10deg);
}
#kv .swiper-slide .content {
  padding: 10% 13%;
  box-sizing: border-box;
}

#kv .text {
  position: absolute;
  bottom: clamp(11px, calc(70.91px - 4.83vw), 54px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(873px, calc(-567.13px + 116.14vw), 1240px);

  z-index: 9;
}

@media (max-width: 1240px) {
  #kv .text {
    left: 0;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  #kv .text {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
#kv .text .main {
  font-size: clamp(32px, calc(28.43px + 1.02vw), 48px);
  white-space: nowrap;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  margin-bottom: 8px;
  font-family: 'Dela Gothic One';
}

/* sub */
@media (min-width: 768px) {
  #kv .text .sub {
    white-space: nowrap;
    font-size: 20px;
  }
  #kv .text .sub br {
    display: none;
  }
}
/* 1240px未満：改行有効 */
@media (max-width: 767px) {
  .sub {
    white-space: normal;
    font-size: 16px;
    line-height: 32px;
  }
}

/* about */
#about {
  margin-bottom: 0;
  border-bottom: none;
}
#about .flex-row {
  gap: 25px;
}
@media (max-width: 767px) {
  #about .flex-row {
    gap: clamp(40px, calc(-27.13px + 19.18vw), 120px);
  }
}

#about .flex-row > * {
  flex: 1;
}
#about .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(40px, calc(6.44px + 9.59vw), 80px);
}
#about .text > * {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, calc(9.29px + 1.92vw), 24px);
}

#about .text .sub .head {
  font-size: clamp(20px, calc(16.64px + 0.96vw), 24px);
}
#about .text .sub .body mark {
  color: var(--color-blue);
  background-color: initial;
}
#about .img {
  margin: auto;
  aspect-ratio: 4/3;
}
#about .img .bg-1 {
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  #about .img .bg-1 {
    margin: 0 clamp(0px, calc(-39.87px + 11.39vw), 47.5px);
  }
}
#about .img .main img {
  margin: 10% 13%;
  height: calc(100% - 10% * 2);
  width: calc(100% - 14% * 2);
}
#about .img .illust {
  position: absolute;
}
#about .img .illust-1 {
  top: 10%;
  left: clamp(0px, calc(-43.76px + 3.53vw), 24px);
  transform: translateY(-100%);
  height: clamp(91px, calc(49.06px + 3.38vw), 114px);
  /* width: clamp(120px, calc(47.06px + 5.88vw), 160px); */
  img {
    object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about .img .illust-1 {
    left: clamp(-28.5px, calc(23.9px - 6.83vw), 0px);
    height: clamp(57px, calc(28.47px + 8.15vw), 91px);
    /* width: clamp(80px, calc(46.44px + 9.59vw), 120px); */
  }
}
#about .img .illust-2 {
  bottom: 10%;
  right: 0;
  transform: translateY(100%);
  height: clamp(115px, calc(49.36px + 5.29vw), 151px);
  /* width: clamp(76px, calc(32.24px + 3.53vw), 100px); */
  img {
    object-fit: contain;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #about .img .illust-2 {
    right: clamp(-47.5px, calc(39.87px - 11.39vw), 0px);
    height: clamp(85px, calc(59.82px + 7.19vw), 115px);

    /* width: clamp(56px, calc(39.2px + 4.8vw), 76px); */
  }
}

/* job */
#job {
  margin-bottom: 0;
  border-bottom: none;
}
#job .left {
  flex: 2;
}
#job .left nav {
  position: sticky;
  top: 60px;
}
@media (max-width: 767px) {
  #job .left nav {
    position: static;
  }
}
#job .left .section-head {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #job .left .section-head {
    margin-bottom: clamp(32px, calc(18.56px + 3.84vw), 48px);
  }
}
#job .left ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: clamp(48px, calc(21.15px + 7.67vw), 80px);
}
@media (max-width: 767px) {
  #job .left ul {
    flex-direction: row;
  }
}
#job .left ul li {
  font-size: 16px;
  font-weight: bold;
}
#job .right {
  flex: 3;
}
#job .right .head-img {
  margin-bottom: 40px;
  > img {
    height: 100%;
    width: 100%;
  }
}
#job .right .items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#job .right .item {
  padding-top: 80px;
}
#job .right .dotted-line-top::before {
  color: var(--color-yellow);
}
#job .right .item ul {
  margin-top: 16px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#job .right .item ul li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 1em;
  font-weight: bold;
}
#job .right .item .title {
  color: var(--color-yellow);
  font-size: 32px;
}
@media (max-width: 767px) {
  #job .right .item .title {
    font-size: clamp(20px, calc(9.93px + 2.88vw), 32px);
  }
}
#job .right .item .bg-2 > img {
  padding: 10% 13%;
  height: calc(100% - 10% * 2);
  width: calc(100% - 13% * 2);
}
#job .right .item .bg-2 {
  position: relative;
  > .absolute {
    position: absolute;
    bottom: clamp(-40px, calc(5.18px - 2.35vw), -24px);
    right: clamp(0px, calc(-36.47px + 2.94vw), 20px);
    height: clamp(199px, calc(-43.58px + 19.56vw), 332px);
    > img {
      object-fit: contain;
      width: auto;
    }
  }
}
@media (max-width: 767px) {
  #job .right .item .bg-2 > .absolute {
    bottom: clamp(-32px, calc(-9.93px - 2.88vw), -20px);
    height: clamp(133px, calc(22.21px + 31.66vw), 265px);
  }
}

/* work */
#top #work {
  margin-top: 0;
  border-top: none;
}
#top #work.section-border::before {
  color: var(--color-yellow);
  background:
    var(--dotted-line-pattern) top / 20px 1px repeat-x,
    var(--dotted-line-pattern) bottom / 20px 1px repeat-x;
}
#top #work .flex-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1240px) {
  #top #work .flex-row {
    margin-bottom: clamp(40px, calc(-24.9px + 8.46vw), 80px);
  }
}
@media (max-width: 767px) {
  #top #work .flex-row {
    margin-bottom: clamp(32px, calc(25.28px + 0.96vw), 40px);
  }
}

#top #work .to-work {
  display: flex;
  gap: clamp(8px, calc(-5.43px + 3.84vw), 24px);
  align-items: center;
  font-size: clamp(12px, calc(5.29px + 1.92vw), 20px);

  color: var(--color-yellow);
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
#work .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, calc(-32.94px + 5.88vw), 80px);
}
@media (max-width: 1240px) {
  #work .grid {
    gap: clamp(32px, calc(19.03px + 1.69vw), 40px);
  }
}
@media (max-width: 767px) {
  #work .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

#work .item {
  width: 100%;
}
#work .item:nth-child(6n + 1) {
  background-color: var(--color-red);
}
#work .item:nth-child(6n + 2) {
  background-color: var(--color-orange);
}
#work .item:nth-child(6n + 3) {
  background-color: var(--color-green);
}
#work .item:nth-child(6n + 4) {
  background-color: var(--color-aqua);
}
#work .item:nth-child(6n + 5) {
  background-color: var(--color-purple);
}
#work .item:nth-child(6n + 6) {
  background-color: var(--color-magenta);
}
#work .item .inner {
  padding: 5.5556%;
  position: relative;
}
#work .item .inner img {
  display: block;
  height: 100%;
  width: 100%;
}
/* overlay */
#work .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, calc(-5.73px + 1.268vw), 10px);
  justify-content: center;
  align-items: center;
  padding: 0 clamp(24px, calc(-5.18px + 2.35vw), 40px);

  background: rgba(0, 0, 0, 0.6);
  color: var(--color-white);
  font-size: clamp(10px, calc(3.51px + 0.846vw), 14px);
  font-weight: bold;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  #work .overlay {
    padding: 0 8px;
  }
}

#work .item:hover {
  opacity: 1;
}
#work .item:hover .overlay {
  opacity: 1;
}
#work .overlay .category {
  border: var(--color-white) solid 1px;
  border-radius: 20px;
  padding: clamp(4px, calc(-2.49px + 0.846vw), 8px)
    clamp(8px, calc(-4.97px + 1.691vw), 16px);
}
#work .overlay .title {
  font-size: clamp(10px, calc(0.27px + 1.27vw), 16px);
  line-height: clamp(16px, calc(-9.96px + 3.38vw), 32px);
  overflow-wrap: break-word;
}

/* schedule */
.head-and-illust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.head-and-illust .relative {
  flex: 1;
  height: 100%;
}
.section-illust img {
  position: absolute;
  right: 0;
  bottom: 0%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  transform-origin: bottom;
  object-fit: contain;
}

#schedule .head-and-illust {
  height: clamp(110px, calc(-66.82px + 14.26vw), 207px);
}

@media (max-width: 767px) {
  #schedule .head-and-illust {
    height: clamp(65px, calc(27.24px + 10.79vw), 110px);
  }
}
#schedule .diagram {
  display: flex;
  justify-content: center;
}
#schedule .diagram img {
  padding: clamp(40px, calc(-24.9px + 8.46vw), 80px)
    clamp(0px, calc(-182.35px + 14.71vw), 100px) 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* flow */
#flow .head-and-illust {
  height: clamp(88px, calc(44.23px + 3.53vw), 112px);
}
@media (max-width: 767px) {
  #flow .head-and-illust {
    height: clamp(40px, calc(-0.29px + 11.51vw), 88px);
  }
}

#flow .diagram {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #flow .diagram {
    margin-top: clamp(32px, calc(25.29px + 1.92vw), 40px);
  }
}
#flow .diagram::after {
  position: absolute;
  content: '';
  top: 0;
  left: calc(clamp(200px, calc(135.2px + 8.46vw), 240px) / 2);
  height: 90%;
  border-left: var(--color-white) solid 4px;
  z-index: -1;
}
@media (max-width: 767px) {
  #flow .diagram::after {
    border-left: none;
  }
}
#flow .item {
  display: flex;
  gap: 80px;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  #flow .item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: clamp(64px, calc(57.71px + 0.51vw), 80px);
  }
}
#flow .item::after {
  position: absolute;
  content: '';
  bottom: -80px;
  left: 0;
  width: 100%;
  border-top: var(--color-white) solid 4px;
}
@media (max-width: 767px) {
  #flow .item::after {
    bottom: clamp(-40px, calc(-25.29px - 1.92vw), -32px);
  }
}
#flow .item .img img {
  height: clamp(200px, calc(135.2px + 8.46vw), 240px);
  width: clamp(200px, calc(135.2px + 8.46vw), 240px);
  max-width: 1000px;
}
@media (max-width: 767px) {
  #flow .item .img img {
    height: clamp(160px, calc(126.45px + 9.59vw), 200px);
    width: clamp(160px, calc(126.45px + 9.59vw), 200px);
  }
}

#flow .item .text {
  width: 100%;
}
#flow .item .text .index {
  font-size: clamp(14px, calc(8.96px + 1.44vw), 20px);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #flow .item .text .index {
    margin-bottom: 0;
    text-align: center;
  }
}
#flow .item .text .index {
  font-family: 'Rubik Dirt';
  letter-spacing: 10%;
  font-weight: normal;
}
#flow .item:nth-of-type(1) .text .index {
  color: var(--color-red);
}
#flow .item:nth-of-type(2) .text .index {
  color: var(--color-orange);
}
#flow .item:nth-of-type(3) .text .index {
  color: var(--color-green);
}
#flow .item:nth-of-type(4) .text .index {
  color: var(--color-blue);
}
#flow .item:nth-of-type(5) .text .index {
  color: var(--color-magenta);
}
#flow .item .text .head {
  font-size: clamp(24px, calc(10.57px + 3.84vw), 40px);
  color: var(--color-black);
  margin-bottom: clamp(16px, calc(3.03px + 1.69vw), 24px);
  font-family: 'Dela Gothic One';
  font-weight: normal;
  text-shadow: none;
  letter-spacing: 10%;
}
@media (max-width: 767px) {
  #flow .item .text .head {
    text-align: center;
  }
}
#flow .item .text .body {
  width: 100%;
}

#flow .info {
  /* margin-top: 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: clamp(32px, calc(11.86px + 5.76vw), 56px) 16px;
}
/* @media (max-width: 767px) {
  #flow .info {
    margin-top: clamp(8px, calc(-5.43px + 3.84vw), 24px);
  }
} */
#flow .info .head {
  font-size: clamp(20px, calc(16.64px + 0.96vw), 24px);
}
#flow .type {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, calc(-4.98px + 1.69vw), 16px);
}
#flow .type span {
  display: block;
  color: var(--color-white);
  background-color: var(--color-red);
  font-size: 16px;
  border-radius: 40px;
  padding: clamp(8px, calc(-4.98px + 1.69vw), 16px)
    clamp(24px, calc(-1.93px + 3.38vw), 40px);
}
#flow .info .body li {
  line-height: 32px;
  font-weight: bold;
  list-style: disc;
  list-style-position: inside;
  letter-spacing: 10%;
}

/* news */
#news .flex-row {
  justify-content: space-between;
  margin-bottom: 80px;
}
#news .to-news {
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--color-red);
  text-shadow: none;
  font-weight: bold;
  font-size: clamp(12px, calc(-0.97px + 1.69vw), 20px);
}
#news .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(64px, calc(34.82px + 2.35vw), 80px);
}
#news .news-thumb {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
}
#news .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news-meta {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#news .news-category {
  margin-left: 24px;
  padding: 8px 16px;
  border: var(--color-blue) solid 2px;
  border-radius: 20px;
  color: var(--color-blue);
}
#news .news-title {
  text-shadow: none;
  font-size: 16px;
  color: var(--color-black);
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}
@media (max-width: 767px) {
  #news .grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  #news .flex-row {
    margin-bottom: 40px;
  }
  #news .news-item {
    display: flex;
    gap: 16px;
  }
  #news .news-thumb {
    width: clamp(96px, calc(55.71px + 11.51vw), 144px);
    height: clamp(96px, calc(55.71px + 11.51vw), 144px);
  }
  #news .info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #news .news-meta {
    margin-top: 0;
    font-size: 10px;
  }
}

/* access */
#access .head-and-illust {
  height: clamp(104px, calc(56.59px + 3.82vw), 130px);
}

@media (max-width: 767px) {
  #access .head-and-illust {
    height: clamp(40px, calc(-13.73px + 15.35vw), 104px);
  }
}
#access .flex {
  margin-top: 80px;
  display: flex;
  gap: 25px;
}
#access .flex > * {
  flex: 1;
  margin: auto;
}
#access .name {
  font-size: clamp(18px, calc(14.76px + 0.423vw), 20px);
  margin-bottom: 16px;
}
#access .address {
  margin-bottom: 40px;
}
#access .tell {
  font-size: 32px;
  color: var(--color-red);
  margin-bottom: 4px;
}
#access .tell svg {
  margin-right: 8px;
}
#access .hours {
  margin-bottom: 40px;
  font-size: clamp(14px, calc(10.76px + 0.423vw), 16px);
}
#access .station {
  font-size: clamp(16px, calc(9.52px + 0.845vw), 20px);
}
#access .map {
  height: clamp(324px, calc(83.41px + 19.41vw), 456px);
  max-width: 100%;
}
#access .bg-1 {
  width: 100%;
  height: 100%;
  padding: 8.75%;
  box-sizing: border-box;
  display: flex;
}

#access iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  #access .flex {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  #access .map {
    order: 0;
    flex: auto;
    margin: 0 auto;
    height: clamp(277px, calc(126.73px + 42.93vw), 456px);
    width: clamp(302px, calc(46.75px + 72.9vw), 606px);
  }

  #access .text {
    order: 1;
  }
}

/* offece */
#office .head-and-illust {
  height: clamp(120px, calc(70.74px + 3.97vw), 147px);
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #office .head-and-illust {
    height: clamp(40px, calc(-27.13px + 19.18vw), 120px);
    margin-bottom: 40px;
  }
}
#office .flex {
  display: flex;
  gap: 8px;
  padding: 40px;
  justify-content: space-between;
  margin: auto auto;
  img {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #office .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 32px 0;
  }

  /* 左列 → 右寄せ */
  #office .flex li:nth-child(odd) {
    justify-self: end;
  }

  /* 右列 → 左寄せ */
  #office .flex li:nth-child(even) {
    justify-self: start;
  }
}
#office .flex li {
  display: flex;
  height: clamp(84px, calc(3.77px + 6.47vw), 128px);
  aspect-ratio: 2/1;
}
@media (max-width: 1240px) {
  #office .flex li {
    max-height: clamp(64px, calc(31.55px + 4.23vw), 84px);
  }
}
@media (max-width: 767px) {
  #office .flex li {
    max-height: clamp(64px, calc(-23.29px + 24.94vw), 168px);
  }
}

footer .head {
  padding: 146px 0 80px;
}
footer .head .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .head .flex {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }
}
footer .head .text {
  font-size: clamp(11px, calc(8.1px + 0.83vw), 24px);
  letter-spacing: 10%;
}
footer .head .text .line-mid .line span {
  font-size: clamp(32px, calc(17.41px + 1.176vw), 40px);
  font-family: 'Dela Gothic One';
  letter-spacing: 20%;
}
@media (max-width: 767px) {
  footer .head .text .line-mid .line span {
    font-size: clamp(24px, calc(10.57px + 3.84vw), 40px);
  }
}
footer .head .text .line-head,
footer .head .text .line-mid,
footer .head .text .line-foot {
  display: block;
  margin: 16px 0;
}
@media (max-width: 1500px) {
  footer .head .text .line-mid .line {
    display: block;
    margin: 2em 0;
  }
}
footer .top-nav ul {
  padding: 80px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  font-size: 20px;
}

@media (max-width: 767px) {
  footer .top-nav ul {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 12.5px; /* 任意 */
    font-size: 16px;
  }
}

footer .site-nav ul {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .site-nav ul {
    padding: 40px 0;
    gap: 32px; /* 任意 */
    font-size: 12px;
  }
}
footer .foot .flex {
  padding: clamp(40px, calc(-24.94px + 8.47vw), 80px) 0;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .foot .flex .logo {
  height: clamp(40px, calc(24.27px + 4.48vw), 80px);
  width: clamp(73px, calc(43.87px + 8.47vw), 147px);
}
footer .foot .flex p {
  font-size: 12px;
}

/* page */
.page-header {
  overflow: hidden;
  padding-top: clamp(105px, calc(86.52px + 5.28vw), 152px);
  padding-bottom: clamp(63px, calc(42.14px + 5.96vw), 116px);
  position: relative;
}
.page-circle {
  position: absolute;
  top: clamp(-250px, calc(-108.86px - 7.35vw), -200px);
  right: clamp(-200px, calc(-345.82px + 11.76vw), -120px);
  width: clamp(240px, calc(137.45px + 29.3vw), 700px);
  aspect-ratio: 1/1;
}
@media (max-width: 1240px) {
  .page-circle {
    top: clamp(-200px, calc(9.76px - 16.92vw), -120px);
    right: clamp(-200px, calc(9.76px - 16.92vw), -120px);
  }
}
@media (max-width: 767px) {
  .page-circle {
    top: clamp(-120px, calc(-61.15px - 7.67vw), -88px);
    right: clamp(-120px, calc(-61.15px - 7.67vw), -88px);
  }
}
.page-header .inner {
  padding: clamp(32px, calc(-1.57px + 9.59vw), 72px)
    clamp(24px, calc(2.5px + 6.29vw), 80px);
}
.page-header .page-title {
  white-space: nowrap;
  font-size: clamp(24px, calc(11.4px + 3.6vw), 56px);
  margin-bottom: clamp(8px, calc(-5.44px + 3.84vw), 24px);
}
.page-header .page-info {
  font-size: clamp(12px, calc(8.64px + 0.96vw), 16px);
  color: var(--color-yellow);
}
.custom-font {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  > * {
    font-weight: bold;
    margin: 32px 0;
    text-shadow: none;
  }
  h2 {
    font-size: clamp(22px, calc(16.12px + 1.68vw), 29px);
    color: var(--color-white);
    padding: 24px;
    background-color: var(--color-blue);
  }
  h3 {
    font-size: clamp(19px, calc(13.12px + 1.68vw), 26px);
    color: var(--color-blue);
    padding: 24px;
    background-color: var(--color-white);
    border-top: 4px solid var(--color-blue);
    border-bottom: 4px solid var(--color-blue);
  }
  h4 {
    color: var(--color-blue);
    font-size: clamp(17px, calc(11.96px + 1.439vw), 23px);
    padding: 24px;
    border: 4px solid var(--color-blue);
  }
  h5 {
    color: var(--color-blue);
    font-size: clamp(15px, calc(10.8px + 1.199vw), 20px);
    padding: 24px 0;
    border-top: 4px solid var(--color-blue);
    border-bottom: 4px solid var(--color-blue);
  }
  h6 {
    color: var(--color-blue);
    font-size: clamp(14px, calc(10.64px + 0.959vw), 18px);
    padding-bottom: 24px;
    border-bottom: 4px solid var(--color-blue);
  }
  strong {
    color: var(--color-red);
  }
  ul li {
    list-style: disc;
    list-style-position: inside;
  }
  ol li {
    list-style: decimal;
    list-style-position: inside;
  }
  a {
    color: var(--color-aqua);
    text-decoration: underline;
  }
  mark {
    background-color: var(--color-yellow);
  }
}

/* privacy */
#privacy {
  h2 {
    margin-top: 80px;
  }
  h2:first-of-type {
    margin-top: 0;
  }
  .custom-font {
    margin-bottom: 80px;
  }
  .info {
    --dotted-line-pattern: linear-gradient(
      to right,
      currentColor 0 7px,
      transparent 10px 20px
    );
    background-image: var(--dotted-line-pattern), var(--dotted-line-pattern);
    background-size:
      20px 2px,
      20px 2px;
    background-repeat: repeat-x;
    background-position:
      top left,
      bottom left;

    display: flex;
    gap: 32px;
    padding: 40px 0;
    .left {
      padding: clamp(16px, calc(9.28px + 1.92vw), 24px);
      font-size: clamp(22px, calc(16.12px + 1.68vw), 29px);
      color: var(--color-white);
      background-color: var(--color-red);
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}
@media (max-width: 767px) {
  #privacy .info {
    flex-direction: column;
    .left {
      max-width: 100%;
    }
  }
}

/* page-recruit */
#recruit {
  .total-num {
    display: flex;
    justify-content: right;
    align-items: end;

    .value {
      font-size: clamp(48px, calc(7.71px + 11.51vw), 96px);
    }
    .d {
      font-size: clamp(16px, calc(9.28px + 1.92vw), 24px);
      padding-bottom: clamp(12px, calc(1.92px + 2.88vw), 24px);
    }
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 40px;
    position: relative;

    .item.is-open {
      border: 8px solid var(--color-red);
      .flag {
        background-color: var(--color-red);
      }
      .title {
        color: var(--color-red);
      }
      .term {
        color: var(--color-blue);
      }
      .pdf-button {
        background-color: var(--color-orange);
      }
    }
    .item.is-closed {
      border: 8px solid var(--color-glay);
      .flag {
        background-color: var(--color-glay);
      }
      .title {
        color: var(--color-black);
      }
      .pdf-button {
        background-color: var(--color-glay);
      }
    }
    .item {
      .flag {
        display: inline-block;
        color: var(--color-white);
        padding: clamp(12px, calc(8.64px + 0.96vw), 16px) 32px;
        font-size: clamp(12px, calc(5.28px + 1.92vw), 20px);
        margin-bottom: 32px;
      }
      .inner {
        padding: 0 clamp(24px, calc(17.28px + 1.92vw), 32px);
      }
      .hw-num {
        font-size: clamp(12px, calc(8.64px + 0.96vw), 16px);
        margin-bottom: 16px;
      }
      .title {
        font-size: clamp(20px, calc(9.92px + 2.88vw), 32px);
        font-weight: bold;
        margin-bottom: clamp(24px, calc(17.28px + 1.92vw), 32px);
        text-shadow: none;
      }
      .term {
        display: flex;
        align-items: center;
        font-size: clamp(12px, calc(8.64px + 0.96vw), 16px);
        svg {
          height: 24px;
          width: 24px;
          margin-right: 1em;
          path {
            fill: currentColor;
          }
        }
      }
      .start {
        margin-bottom: clamp(8px, calc(1.28px + 1.92vw), 16px);
      }
      .pdf-button {
        margin: clamp(24px, calc(10.56px + 3.84vw), 40px) 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-white);
        font-size: clamp(16px, calc(12.64px + 0.96vw), 20px);
        svg {
          height: clamp(24px, calc(17.28px + 1.92vw), 32px);
          width: clamp(24px, calc(17.28px + 1.92vw), 32px);
          margin: clamp(16px, calc(5.92px + 2.88vw), 28px) 8px;
        }
      }
    }
  }
}
@media (max-width: 1240px) {
  #recruit {
    .grid {
      grid-template-columns: 1fr;
      gap: clamp(40px, calc(6.44px + 9.59vw), 80px);
    }
  }
}

/* score */
#score {
  .grid {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, calc(2.57px + 3.84vw), 32px);

    .item {
      display: flex;
      background-color: var(--color-black);
      border-radius: 120px;
      align-items: center;

      .thumb {
        margin: clamp(8px, calc(1.29px + 1.92vw), 16px)
          clamp(8px, calc(-5.43px + 3.84vw), 24px);
        height: clamp(40px, calc(-27.14px + 19.18vw), 120px);
        width: clamp(40px, calc(-27.14px + 19.18vw), 120px);
        border-radius: 50%;
        background-color: var(--color-white);
        display: flex;
        justify-content: center;
        align-items: center;
        img {
          height: clamp(24px, calc(-9.57px + 9.59vw), 64px);
          width: clamp(24px, calc(-9.57px + 9.59vw), 64px);
        }
      }
      .title {
        font-size: clamp(14px, calc(-1.11px + 4.32vw), 32px);
      }
      .pdf-icon {
        margin-left: auto;
        margin-right: 60px;
      }
    }
  }
}
@media (max-width: 767px) {
  #score {
    .pdf-icon {
      display: none;
    }
  }
}

/* work */
.nav-links {
  margin-top: clamp(64px, calc(30.43px + 9.59vw), 104px);
  display: flex;
  gap: 16px;
  justify-content: center;
  font-size: clamp(16px, calc(9.28px + 1.92vw), 24px);

  .page-numbers {
    height: clamp(40px, calc(26.58px + 3.84vw), 56px);
    width: clamp(40px, calc(26.58px + 3.84vw), 56px);
    border: 1px solid var(--color-black);
    color: var(--color-white);
    background-color: var(--color-black);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-numbers.current {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}

/* single-work */
.single {
  .sw-flex {
    display: flex;
    flex-direction: column;
    gap: clamp(64px, calc(50.58px + 3.84vw), 80px);
  }
  .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    p {
      font-size: 14px;
      font-weight: bold;
      line-height: normal;
    }
    .category {
      border: 2px solid var(--color-blue);
      border-radius: 20px;
      padding: 8px 16px;
      color: var(--color-blue);
    }
  }
  .title {
    margin-bottom: 24px;
    font-size: clamp(24px, calc(17.29px + 1.92vw), 32px);
  }

  .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
  }

  .thumbnail img {
    padding: clamp(40px, calc(-24.74px + 8.46vw), 80px);
    object-fit: contain;
    height: 100%;
  }

  .balloon-flex {
    display: flex;
    gap: clamp(28px, calc(21.29px + 1.92vw), 36px);
    justify-content: left;
    align-items: center;

    .work-illust {
      height: 100px;

      img {
        object-fit: contain;
        width: 100%;
      }
    }
    .balloon {
      background-color: var(--color-blue);
      border-radius: 8px;
      position: relative;

      padding: clamp(8px, calc(-12.14px + 5.76vw), 32px);
      color: var(--color-white);
      font-size: clamp(12px, calc(5.52px + 0.85vw), 16px);
    }
    .balloon::before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);

      width: 0;
      height: 0;

      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 20px solid var(--color-blue);
    }
  }
  .sw-footer {
    border-top: 1px solid var(--color-glay);
    border-bottom: 1px solid var(--color-glay);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 40px 0;
  }
  .to-archive {
    display: flex;
    justify-content: center;
    align-items: center;
    .inner {
      background-color: var(--color-black);
      border-radius: 40px;
      padding: 24px 40px;
      color: var(--color-white);
    }
  }
}

@media (max-width: 767px) {
  .single .thumbnail img {
    padding: clamp(8px, calc(-18.86px + 7.67vw), 40px);
  }
}

/* #news .single*/
#news.single {
  .thumbnail img {
    padding: 0;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1240/410;
  }
}

/* contact */
#contact {
  .flex {
    display: flex;
    justify-content: center;
    .contact-width {
      display: flex;
      justify-content: center;
      max-width: 608px;
      width: 100%;
      .form-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: clamp(48px, calc(1px + 13.43vw), 104px);
        margin-bottom: clamp(48px, calc(1px + 13.43vw), 104px);
      }
      .form-progress {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: clamp(16px, calc(-4.16px + 5.76vw), 40px);

        .progress-item {
          position: relative;
          width: clamp(64px, calc(37.15px + 7.67vw), 96px);
          height: clamp(64px, calc(37.15px + 7.67vw), 96px);
          margin-left: clamp(0px, calc(-13.43px + 3.84vw), 16px);
          .num {
            position: absolute;
            top: 0;
            left: clamp(-16px, calc(13.44px - 3.84vw), 0px);

            width: clamp(24px, calc(10.57px + 3.84vw), 40px);
            height: clamp(24px, calc(10.57px + 3.84vw), 40px);
            background-color: var(--color-blue);
            border-radius: 50%;
            color: var(--color-white);

            display: flex;
            justify-content: center;
            align-items: center;
          }
          .label {
            width: 100%;
            height: 100%;

            background-color: var(--color-glay);
            border-radius: 50%;
            color: var(--color-white);
            font-weight: bold;

            display: flex;
            justify-content: center;
            align-items: center;
          }
        }
        .progress-item.is-path {
          .label {
            background-color: var(--color-white);
            border: 1px solid var(--color-orange);
            color: var(--color-orange);
          }
        }
        .progress-item.is-active {
          .label {
            background-color: var(--color-orange);
          }
        }
        .progress-line {
          position: relative;
          width: clamp(24px, calc(10.57px + 3.84vw), 40px);
          height: clamp(24px, calc(10.57px + 3.84vw), 40px);
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: url('../img/contact-arrow.svg');
          background-size: cover;
        }
        .progress-line.is-path {
          background-image: url('../img/contact-arrow-path.svg');
          background-size: cover;
        }
      }

      .form-list {
        display: flex;
        flex-direction: column;
        gap: 48px;
        overflow-wrap: break-word;

        label {
          font-size: 20px;
        }
        input,
        textarea {
          box-sizing: border-box;
          width: 100%;
          height: 51px;
          padding: 16px;
        }
        textarea {
          height: 200px;
        }
      }
      .privacy-check {
        display: flex;
        margin: 64px 0;
        .wpcf7-list-item {
          margin: 4px 16px 0 0;
        }
        input {
          height: 24px;
          width: 24px;
        }
      }
      .to-next {
        position: relative;

        p {
          display: flex;
          justify-content: center;
          gap: clamp(12px, calc(-31.65px + 12.47vw), 64px);
          input {
            font-size: 16px;
            background-color: var(--color-black);
            border-radius: 40px;
            padding: 24px 40px;
            min-width: 144px;
            color: var(--color-white);
            transition: all 0.2s ease;
          }
          input:hover {
            opacity: 0.7;
            cursor: pointer;
          }
          input.wpcf7-previous {
            background-color: var(--color-glay);
            border: 1px solid var(--color-glay);
          }
          .wpcf7-spinner {
            display: none;
          }
        }
      }
      .thanks {
        display: flex;
        flex-direction: column;
        gap: clamp(48px, calc(34.56px + 3.84vw), 64px);

        .head {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: clamp(24px, calc(3.84px + 5.76vw), 48px);

          .image {
            position: relative;
            width: clamp(83px, calc(51.96px + 8.87vw), 120px);
            height: clamp(93px, calc(54.4px + 11.03vw), 139px);

            img {
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%);
              height: clamp(62px, calc(35.16px + 7.67vw), 94px);
              width: 100%;
              object-fit: contain;
              z-index: 1;
            }

            img.mail {
              top: auto;
              bottom: 0;
              height: clamp(52px, calc(31px + 6vw), 77px);
              z-index: 0;
            }
          }
          .main-text {
            color: var(--color-red);
            font-size: clamp(24px, calc(17.28px + 1.92vw), 32px);
          }
        }
        .foot {
          display: flex;
          justify-content: center;
          .to-top {
            font-size: 16px;
            background-color: var(--color-black);
            border-radius: 40px;
            padding: 24px 40px;
            min-width: 144px;
            color: var(--color-white);
          }
        }
      }
    }
  }
  .contact-foot {
    border-top: 1px solid var(--color-glay);
    border-bottom: 1px solid var(--color-glay);
    padding: clamp(48px, calc(34.57px + 3.84vw), 64px) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    .text {
      font-size: clamp(16px, calc(12.64px + 0.96vw), 20px);
    }
    .tell {
      font-size: clamp(32px, calc(18.57px + 3.84vw), 48px);
      color: var(--color-red);
      font-weight: bold;
    }
    .hours {
      font-size: clamp(14px, calc(12.32px + 0.48vw), 16px);
    }
  }
}
