/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./modified-temple/assets/scss/style.scss ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --vw-with-scrollbar: 0px;
}

.hidden-sp {
  display: block;
}

.hidden-pc {
  display: block;
}

@media (max-width: 1024px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-pc {
    display: none !important;
  }
}
.on-link-hover {
  transition: opacity 0.3s ease;
}
.on-link-hover:hover {
  opacity: 0.5 !important;
}

.on-link-hover-border {
  transition: border 0.3s ease;
}
.on-link-hover-border:hover {
  border-color: #129D3C;
}

.on-link-hover-link {
  transition: color 0.3s ease;
}
.on-link-hover-link:hover {
  color: #014d18;
}

.skew-effect {
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../assets/fonts/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../../assets/fonts/Hiragino Mincho Pro/Hiragino Mincho Pro W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../../assets/fonts/Hiragino Mincho Pro/Hiragino Mincho Pro W6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../../assets/fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
}

body {
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
}

button:not(:disabled) {
  cursor: pointer;
}

picture {
  line-height: 0;
}

h2 {
  font-size: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
}

h3 {
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1.8;
}

p {
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 2;
}

.medium {
  font-weight: 500;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1024px) {
  h2 {
    font-size: calc(56 * var(--vw-with-scrollbar) / 400);
  }
  h3 {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
  }
  p {
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 1.8;
  }
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.title-dotted {
  width: fit-content;
  color: #000;
  text-align: center;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 0.15em dotted black;
  margin-bottom: -0.65em;
  transform-origin: bottom !important;
}
@media (max-width: 749px) {
  .title-dotted {
    font-size: calc(24 * var(--vw-with-scrollbar) / 400);
  }
}
@media (min-width: 750px) and (max-width: 1024px) {
  .title-dotted {
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
  }
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Animation Common */
.anim {
  --animation-delay: 0s;
  animation-delay: var(--animation-delay) !important;
}

/* Animation keyframes */
@keyframes zoom-out {
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes flip-in {
  0% {
    transform: perspective(800px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(800px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes circle-clip {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
@keyframes slide-in-bottom {
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-out-bottom {
  100% {
    transform: translateY(100%);
  }
}
@keyframes mask-out-top {
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide-in-up {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes mask-in-up {
  to {
    transform: translateY(100%);
  }
}
@keyframes slide-out-right {
  100% {
    transform: translateX(100%);
  }
}
@keyframes clip-top-to-bottom {
  0% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-bottom-to-top {
  0% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-ltr {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-rtl {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes scale-y {
  100% {
    transform: scaleY(1);
  }
}
@keyframes scale-x {
  100% {
    transform: scaleX(1);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes banner-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup-left {
  0% {
    transform: translateY(40px) translateX(-40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup-right {
  0% {
    transform: translateY(40px) translateX(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon2_infinite {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  7.5% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  15% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  25% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  35% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  50% {
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  100% {
    transform: scale(2);
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes swing-hand {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fluid-anim {
  0% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
  12.5% {
    border-radius: 60% 75% 40% 80%/70% 70% 60% 65%;
  }
  25% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  37.5% {
    border-radius: 60% 40% 50% 45%/60% 40% 60% 40%;
  }
  50% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  62.5% {
    border-radius: 60% 40% 50% 45%/60% 40% 60% 40%;
  }
  75% {
    border-radius: 60% 75% 40% 80%/70% 70% 60% 65%;
  }
  87.5% {
    border-radius: 40% 60% 55% 45%/50% 60% 40% 50%;
  }
  100% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
}
@keyframes scroll-up-continuous {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* Animation Classes */
/*--- Common --*/
.anim__rotate-text {
  animation-iteration-count: infinite !important;
}

.anim__fade-y {
  opacity: 0;
  transform: translateY(20%);
}

.anim__scale-y {
  transform: scaleY(0);
  transform-origin: bottom;
}

.anim__clip-bottom-to-top {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
}

.anim__fade-in {
  opacity: 0;
}

.anim__flip {
  opacity: 0;
  transform: perspective(800px) rotateY(-90deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.anim__popup {
  transform: translateY(40px) scale(0.8);
  opacity: 0;
}

.anim__popup-left {
  transform: translateY(40px) translateX(-40px) scale(0.8);
  opacity: 0;
}

.anim__popup-right {
  transform: translateY(40px) translateX(40px) scale(0.8);
  opacity: 0;
}

.anim__list-fade-in .item {
  opacity: 0;
  animation-delay: calc(0.3s * var(--item-index) + var(--animation-delay)) !important;
}

.anim__zoom-in-fade-out {
  transform: scale(1);
  opacity: 1;
}

.anim__clip-ltr {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}

.anim__clip-rtl {
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
}

.anim__clip-top-to-bottom {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}

.anim__circle-clip {
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
}

.anim__flipInY {
  backface-visibility: visible !important;
}

.anim__slide-in-top {
  transform: translateY(-100%);
}

.anim__scale-x {
  transform: scaleX(0);
}

.anim__scale-y {
  transform: scaleY(0);
}

.anim__fluid {
  transition: border-radius 0.5s;
  border-radius: 61% 39% 16% 84%/57% 72% 28% 43%;
  animation: fluid-anim 20s infinite;
}

/*--- Images --*/
.anim__image-1 {
  opacity: 0;
  transform: scale(1.06);
}

.anim__image-2 .anim__image-2-img {
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  animation-delay: var(--animation-delay) !important;
}

.anim__image-3 {
  opacity: 0;
  transform: scale(1.5);
}

.anim__image-4 {
  transform: translateY(20%);
  opacity: 0;
}

.anim__image-5 {
  overflow: hidden;
  position: relative;
}
.anim__image-5::after {
  position: absolute;
  inset: 0;
  background-color: white;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.anim__image-6 {
  overflow: hidden;
  position: relative;
}
.anim__image-6::after {
  position: absolute;
  inset: 0;
  background-color: white;
  content: "";
  pointer-events: none;
  z-index: 1;
}

/*--- Texts --*/
.anim__text-1 {
  transform: translateY(20%);
  opacity: 0;
}

.anim__text-2 .anim__text-2-content {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
}

.anim__text-3 {
  overflow: hidden;
}
.anim__text-3 .char {
  opacity: 0;
  transform: translateY(100%);
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: calc(0.1s * var(--char-index) + var(--animation-delay)) !important;
}
.anim__text-3-fast .char {
  animation-duration: 0.4s;
  animation-delay: calc(0.05s * var(--char-index) + var(--animation-delay)) !important;
}

.anim__text-4 {
  opacity: 0;
  position: relative;
  overflow: hidden;
  background-color: red;
  color: white;
}
.anim__text-4::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: red;
  animation-delay: calc(0.3s + var(--animation-delay)) !important;
}

/*--- H2 Under --*/
.anim__under-h2-title {
  transform: scaleY(0);
  transform-origin: bottom;
}

.anim__under-h2-p {
  opacity: 0;
  transform: translateY(20%);
}

/*--- H2 --*/
.anim__h2-border-top, .anim__h2-border-bottom {
  transform: scaleX(0);
  transform-origin: left;
}
.anim__h2-border-left, .anim__h2-border-right {
  transform: scaleY(0);
  transform-origin: bottom;
}
.anim__h2-border-top, .anim__h2-border-right {
  animation-delay: calc(0.3s + var(--animation-delay)) !important;
}
.anim__h2-border-bottom, .anim__h2-border-left {
  animation-delay: var(--animation-delay) !important;
}

/*--- Banner --*/
.anim__banner-rtl {
  transform: translateX(0);
}

/* Animation Classes Triger */
/*--- Common --*/
.anim__fade-in.animate {
  animation: fade-in 0.3s forwards;
}

.anim__flip.animate {
  animation: flip-in 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.anim__fade-y.animate {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.anim__scale-y.animate {
  animation: scale-y 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

.animate .anim__clip-bottom-to-top {
  animation: clip-bottom-to-top 0.4s ease forwards;
}

.anim__poyoyon2.animate {
  animation: poyoyon2 1s ease forwards;
}

.anim__popup.animate {
  animation: popup 0.6s ease forwards;
}

.anim__popup-left.animate {
  animation: popup-left 0.6s ease forwards;
}

.anim__popup-right.animate {
  animation: popup-right 0.6s ease forwards;
}

.anim__list-fade-in.animate .item {
  animation: fade-in 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.anim__zoom-in-fade-out.animate {
  animation: zoom-in 1s ease forwards, fade-out 1s ease forwards;
}

.anim__clip-ltr.animate {
  animation: clip-ltr 0.5s ease forwards;
}

.anim__clip-rtl.animate {
  animation: clip-rtl 0.5s ease forwards;
}

.anim__clip-top-to-bottom.animate {
  animation: clip-top-to-bottom 0.5s ease forwards;
}

.anim__circle-clip.animate {
  animation: circle-clip 1s forwards;
}

.anim__flipInY.animate {
  animation: flipInY 0.5s ease forwards;
}

.anim__slide-in-top.animate {
  animation: slide-in-bottom 0.6s ease forwards;
}

.anim__rotate-text.animate {
  animation: rotate-360 30s ease forwards;
}

.anim__bounceIn.animate {
  animation: bounceIn 0.5s ease forwards;
}

.anim__shakeY.animate {
  animation: shakeY 1.5s ease forwards;
}

.anim__scale-x.animate {
  animation: scale-x 1s ease forwards;
}

.anim__scale-y.animate {
  animation: scale-y 1s ease forwards;
}

.anim__bounce.animate {
  animation: bounce 1s ease forwards;
}

/*--- Images --*/
.anim__image-1.animate {
  animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.anim__image-2.animate .anim__image-2-img {
  animation: circle-clip 1s forwards;
}

.anim__image-3.animate {
  animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.anim__image-4.animate {
  animation: slide-in-bottom 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.anim__image-5.animate::after {
  animation: slide-out-bottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim__image-6.animate::after {
  animation: slide-in-up 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/*--- Texts --*/
.anim__text-1.animate {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.anim__text-2.animate .anim__text-2-content {
  animation: clip-bottom-to-top 0.4s ease forwards;
}

.anim__text-3.animate .char {
  animation-name: slide-in-bottom, fade-in;
}

.anim__text-4.animate {
  animation: fade-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.anim__text-4.animate::after {
  animation: slide-out-right 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.anim__under-h2-title.animate {
  animation: scale-y 0.5s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

.anim__under-h2-p.animate {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

/*--- H2 --*/
.anim__h2-border.animate .anim__h2-border-top,
.anim__h2-border.animate .anim__h2-border-bottom {
  animation: scale-x 0.3s linear forwards;
}
.anim__h2-border.animate .anim__h2-border-left,
.anim__h2-border.animate .anim__h2-border-right {
  animation: scale-y 0.3s linear forwards;
}

/*--- Banner --*/
.anim__banner-rtl.animate {
  animation: banner-rtl 40s linear infinite;
}

.anim__text-2-one-class.animate {
  animation: clip-bottom-to-top 0.4s ease forwards;
}

.bounce-in-up.animate {
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  opacity: 0;
}

/* Animation Classes Trigger Section */
.section-animate {
  /*--- Common --*/
}
.section-animate .anim__fade-in {
  animation: fade-in 0.3s forwards;
}
.section-animate .anim__flip {
  animation: flip-in 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate .anim__fade-y {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate .anim__scale-y {
  animation: scale-y 0.5s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}
.section-animate .anim__bounce {
  animation: bounce 1s ease forwards;
}
.section-animate .anim__clip-bottom-to-top {
  animation: clip-bottom-to-top 0.4s ease forwards;
}
.section-animate .anim__list-fade-in .item {
  animation: fade-in 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate .anim__circle-clip {
  animation: circle-clip 1s forwards;
}
.section-animate .anim__flipInY {
  animation: flipInY 0.5s ease forwards;
}
.section-animate .anim__slide-in-top {
  animation: slide-in-bottom 0.6s ease forwards;
}
.section-animate .anim__rotate-text {
  animation: rotate-360 30s ease forwards;
}
.section-animate .anim__bounceIn {
  animation: bounceIn 0.5s ease forwards;
}
.section-animate .anim__shakeY {
  animation: shakeY 1.5s ease forwards;
}
.section-animate .anim__scale-x {
  animation: scale-x 1s ease forwards;
}
.section-animate .anim__scale-y {
  animation: scale-y 1s ease forwards;
}
.section-animate .anim__bounce {
  animation: bounce 1s ease forwards;
}
.section-animate {
  /*--- Images --*/
}
.section-animate .anim__image-1 {
  animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.section-animate .anim__image-2 .anim__image-2-img {
  animation: circle-clip 1s forwards;
}
.section-animate .anim__image-3 {
  animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.section-animate .anim__image-4 {
  animation: slide-in-bottom 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate .anim__image-5::after {
  animation: slide-out-bottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.section-animate .anim__image-6::after {
  animation: slide-in-up 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.section-animate {
  /*--- Texts --*/
}
.section-animate .anim__text-1 {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate .anim__text-2 .anim__text-2-content {
  animation: clip-bottom-to-top 0.4s ease forwards;
}
.section-animate.anim__text-2 .anim__text-2-content {
  animation: clip-bottom-to-top 0.4s ease forwards;
}
.section-animate .anim__text-3 .char {
  animation-name: slide-in-bottom, fade-in;
}
.section-animate .anim__text-4 {
  animation: fade-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.section-animate .anim__text-4::after {
  animation: slide-out-right 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.section-animate .anim__under-h2-title {
  animation: scale-y 0.5s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}
.section-animate .anim__under-h2-p {
  animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
.section-animate {
  /*--- H2 --*/
}
.section-animate .anim__h2-border-top,
.section-animate .anim__h2-border-bottom {
  animation: scale-x 0.3s linear forwards;
}
.section-animate .anim__h2-border-left,
.section-animate .anim__h2-border-right {
  animation: scale-y 0.3s linear forwards;
}
.section-animate {
  /*--- Banner --*/
}
.section-animate .anim__banner-rtl {
  animation: banner-rtl 40s linear infinite;
}
.section-animate .anim__poyoyon2 {
  animation: poyoyon2 1s ease forwards;
}
.section-animate .anim__popup {
  animation: popup 0.6s ease forwards;
}
.section-animate .anim__popup-left {
  animation: popup-left 0.6s ease forwards;
}
.section-animate .bounce-in-up {
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  opacity: 0;
}
.section-animate .reverse-anim__image-5::after {
  animation: mask-out-top 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.section-animate .anim__image-2-one-class {
  animation: circle-clip 1s forwards;
}
.section-animate .reverse-anim__image-6::after {
  animation: mask-in-up 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Animation Classes Trigger PC */
@media (min-width: 1025px) {
  .animate-pc {
    /*--- Common --*/
  }
  .animate-pc .anim__fade-in {
    animation: fade-in 0.3s forwards;
  }
  .animate-pc .anim__flip {
    animation: flip-in 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc .anim__fade-y {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc .anim__scale-y {
    animation: scale-y 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  }
  .animate-pc .anim__clip-bottom-to-top {
    animation: clip-bottom-to-top 0.4s ease forwards;
  }
  .animate-pc .anim__poyoyon2 {
    animation: poyoyon2 1s ease forwards;
  }
  .animate-pc .anim__popup {
    animation: popup 0.6s ease forwards;
  }
  .animate-pc .anim__popup-left {
    animation: popup-left 0.6s ease forwards;
  }
  .animate-pc .anim__list-fade-in .item {
    animation: fade-in 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc .anim__circle-clip {
    animation: circle-clip 1s forwards;
  }
  .animate-pc .anim__flipInY {
    animation: flipInY 0.5s ease forwards;
  }
  .animate-pc .anim__slide-in-top {
    animation: slide-in-bottom 0.6s ease forwards;
  }
  .animate-pc .anim__rotate-text {
    animation: rotate-360 30s ease forwards;
  }
  .animate-pc .anim__bounceIn {
    animation: bounceIn 0.5s ease forwards;
  }
  .animate-pc .anim__shakeY {
    animation: shakeY 1.5s ease forwards;
  }
  .animate-pc .anim__scale-x {
    animation: scale-x 1s ease forwards;
  }
  .animate-pc .anim__scale-y {
    animation: scale-y 1s ease forwards;
  }
  .animate-pc .anim__bounce {
    animation: bounce 1s ease forwards;
  }
  .animate-pc {
    /*--- Images --*/
  }
  .animate-pc .anim__image-1 {
    animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .animate-pc .anim__image-2 .anim__image-2-img {
    animation: circle-clip 1s forwards;
  }
  .animate-pc .anim__image-3 {
    animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .animate-pc .anim__image-4 {
    animation: slide-in-bottom 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc .anim__image-5::after {
    animation: slide-out-bottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .animate-pc .anim__image-6::after {
    animation: slide-in-up 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .animate-pc {
    /*--- Texts --*/
  }
  .animate-pc .anim__text-1 {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc .anim__text-2 .anim__text-2-content {
    animation: clip-bottom-to-top 0.4s ease forwards;
  }
  .animate-pc .anim__text-3 .char {
    animation-name: slide-in-bottom, fade-in;
  }
  .animate-pc .anim__text-4 {
    animation: fade-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .animate-pc .anim__text-4::after {
    animation: slide-out-right 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .animate-pc .anim__under-h2-title {
    animation: scale-y 0.5s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  }
  .animate-pc .anim__under-h2-p {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-pc {
    /*--- H2 --*/
  }
  .animate-pc .anim__h2-border-top,
  .animate-pc .anim__h2-border-bottom {
    animation: scale-x 0.3s linear forwards;
  }
  .animate-pc .anim__h2-border-left,
  .animate-pc .anim__h2-border-right {
    animation: scale-y 0.3s linear forwards;
  }
  .animate-pc {
    /*--- Banner --*/
  }
  .animate-pc .anim__banner-rtl {
    animation: banner-rtl 40s linear infinite;
  }
  .animate-pc .anim__text-2-one-class {
    animation: clip-bottom-to-top 0.4s ease forwards;
  }
  .animate-pc .anim__image-2-one-class {
    animation: circle-clip 1s forwards;
  }
  .animate-pc .bounce-in-up {
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    opacity: 0;
  }
}
/* Animation Classes Triger SP */
/*--- Common --*/
@media (max-width: 1024px) {
  .anim__fade-in.animate-sp {
    animation: fade-in 0.3s forwards;
  }
  .anim__flip.animate-sp {
    animation: flip-in 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .anim__fade-y.animate-sp {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .anim__scale-y.animate-sp {
    animation: scale-y 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  }
  .animate-sp .anim__clip-bottom-to-top {
    animation: clip-bottom-to-top 0.4s ease forwards;
  }
  .anim__list-fade-in.animate-sp .item {
    animation: fade-in 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .animate-sp .anim__circle-clip {
    animation: circle-clip 1s forwards;
  }
  .anim__flipInY.animate-sp {
    animation: flipInY 0.5s ease forwards;
  }
  .anim__slide-in-top.animate-sp {
    animation: slide-in-bottom 0.6s ease forwards;
  }
  .anim__rotate-text.animate-sp {
    animation: rotate-360 30s ease forwards;
  }
  .anim__bounceIn.animate-sp {
    animation: bounceIn 0.5s ease forwards;
  }
  .anim__shakeY.animate-sp {
    animation: shakeY 1.5s ease forwards;
  }
  .anim__scale-x.animate-sp {
    animation: scale-x 1s ease forwards;
  }
  .anim__scale-y.animate-sp {
    animation: scale-y 1s ease forwards;
  }
  .anim__bounce.animate-sp {
    animation: bounce 1s ease forwards;
  }
  /*--- Images --*/
  .anim__image-1.animate-sp {
    animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .anim__image-2.animate-sp .anim__image-2-img {
    animation: circle-clip 1s forwards;
  }
  .anim__image-3.animate-sp {
    animation: zoom-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, fade-in 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .anim__image-4.animate-sp {
    animation: slide-in-bottom 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .anim__image-5.animate-sp::after {
    animation: slide-out-bottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .anim__image-6.animate-sp::after {
    animation: slide-in-up 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .anim__poyoyon2.animate-sp {
    animation: poyoyon2 1s ease forwards;
  }
  .anim__popup.animate-sp {
    animation: popup 0.6s ease forwards;
  }
  .anim__popup-left.animate-sp {
    animation: popup-left 0.6s ease forwards;
  }
  /*--- Texts --*/
  .anim__text-1.animate-sp {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  .anim__text-2.animate-sp .anim__text-2-content {
    animation: clip-bottom-to-top 0.4s ease forwards;
  }
  .anim__text-3.animate-sp .char {
    animation-name: slide-in-bottom, fade-in;
  }
  .anim__text-4.animate-sp {
    animation: fade-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .anim__text-4.animate-sp::after {
    animation: slide-out-right 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .anim__under-h2-title.animate-sp {
    animation: scale-y 0.5s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  }
  .anim__under-h2-p.animate-sp {
    animation: slide-in-bottom 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards, fade-in 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
  }
  /*--- H2 --*/
  .anim__h2-border.animate-sp .anim__h2-border-top,
  .anim__h2-border.animate-sp .anim__h2-border-bottom {
    animation: scale-x 0.3s linear forwards;
  }
  .anim__h2-border.animate-sp .anim__h2-border-left,
  .anim__h2-border.animate-sp .anim__h2-border-right {
    animation: scale-y 0.3s linear forwards;
  }
  /*--- Banner --*/
  .anim__banner-rtl.animate-sp {
    animation: banner-rtl 40s linear infinite;
  }
  .animate-sp .bounce-in-up {
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    opacity: 0;
  }
}
/* Animation Mixins */
.clamp-col {
  max-width: clamp(0px, calc((1920 * var(--vw-with-scrollbar)) / 1920), 1920px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

body.header-pc-nav-open {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-100%);
}

.header-pc {
  width: 100%;
  height: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
  box-sizing: border-box;
  padding-left: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  display: flex;
  padding-right: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header__logo {
  line-height: 0;
}

.header__logo svg {
  width: auto;
  height: clamp(0px, calc((109 * var(--vw-with-scrollbar)) / 1920), 109px);
}

.btn-menu {
  line-height: 0;
}

.btn-menu svg {
  width: auto;
  height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
.register-header-wrap{
	flex: 1;
	display: flex;
	justify-content:flex-end;
}
.register-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  gap: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  background: #ffffff;
  border: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) solid #000000;
  border-radius: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
/*   font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px); */
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
/*   margin-left: clamp(0px, calc((1230 * var(--vw-with-scrollbar)) / 1920), 1230px); */
  /* margin-left: clamp(0px, calc((1193 * var(--vw-with-scrollbar)) / 1920), 1193px);*/
  color: #000000;
  /*max-width: 180px;*/
}
.register-header + .register-header {
	margin-left: 0;
}

.register-header-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
/*   align-items: start; */
  align-items: center;
}

.register-header img {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  height: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  object-fit: contain;
}

.register-header svg {
  width: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  height: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  object-fit: contain;
}

.header-pc-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--base-color);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-pc-nav-open .header-pc-nav {
  opacity: 1;
  visibility: visible;
}

.header-pc-nav-open {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}
.header-pc-nav-open::-webkit-scrollbar {
  display: none;
}

.special-section__content-rab {
  position: absolute;
  top: clamp(-75px, calc((-75 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: clamp(0px, calc((285 * var(--vw-with-scrollbar)) / 1920), 285px);
  width: clamp(0px, calc((746 * var(--vw-with-scrollbar)) / 1920), 746px);
  z-index: 1;
}

.special-section__content-rab .rabbit {
  width: clamp(0px, calc((746 * var(--vw-with-scrollbar)) / 1920), 746px);
  height: clamp(0px, calc((481 * var(--vw-with-scrollbar)) / 1920), 481px);
  object-fit: cover;
}

.special-section__content-rabbit {
  position: absolute;
  top: clamp(0px, calc((276 * var(--vw-with-scrollbar)) / 1920), 276px);
  left: clamp(0px, calc((41 * var(--vw-with-scrollbar)) / 1920), 41px);
  width: clamp(0px, calc((656 * var(--vw-with-scrollbar)) / 1920), 656px);
  z-index: 1;
}

.special-section__content-rabbit .rabbit {
  opacity: 0.3 !important;
  width: clamp(0px, calc((585 * var(--vw-with-scrollbar)) / 1920), 585px);
  height: clamp(0px, calc((375 * var(--vw-with-scrollbar)) / 1920), 375px);
  object-fit: cover;
}

.header-pc-nav-inner {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  width: 100%;
  background-color: #F8F6F0;
}

.to-top {
  position: fixed;
  top: clamp(0px, calc((750 * var(--vw-with-scrollbar)) / 1920), 750px);
  right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  z-index: 96;
  backface-visibility: visible;
	
	top: auto;
	bottom: 5%;
}

.to-top:hover {
  animation: flip 1s ease forwards;
}

.to-top svg {
  width: clamp(0px, calc((122 * var(--vw-with-scrollbar)) / 1920), 122px);
  height: clamp(0px, calc((122 * var(--vw-with-scrollbar)) / 1920), 122px);
}

#site-footer .special-section__content-deco {
  left: clamp(0px, calc((330 * var(--vw-with-scrollbar)) / 1920), 330px) !important;
  top: clamp(-25px, calc((-25 * var(--vw-with-scrollbar)) / 1920), 0px) !important;
}

.site-footer .anim__fade-in {
  animation-duration: 1s !important;
}

@media (min-width: 1025px) {
  .step-1 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  .anim__poyoyon2 {
    --animation-delay: 1s;
    animation-delay: 1s !important;
  }
  .footer-contact-logo-2 {
    --animation-delay: 1s;
    animation-delay: 1s !important;
  }
}
.header-pc-nav-top {
  display: flex;
  position: absolute;
  top: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  justify-content: end;
  align-items: center;
  z-index: 99;
}

.header-pc-nav-trigger {
  width: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}

.header-pc-nav-trigger svg {
  width: 100%;
  height: 100%;
}

.header-pc-nav-inner-left {
  background-color: #129d3c;
  display: flex;
}

.header-pc-nav-inner-left-inner {
  width: clamp(0px, calc((730 * var(--vw-with-scrollbar)) / 1920), 730px);
/*   padding-top: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px); */
  padding-top: clamp(0px, calc((148 * var(--vw-with-scrollbar)) / 1920), 148px);
  box-sizing: border-box;
  z-index: 2;
}

.header-pc-nav-inner-left-inner-logo {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((22 * var(--vw-with-scrollbar)) / 1920), 22px);
}

.header-pc-nav-inner-left-inner-logo,
.header-pc-nav-inner-left-inner-address {
  padding-left: clamp(0px, calc((135 * var(--vw-with-scrollbar)) / 1920), 135px);
}

.header-pc-nav-inner-left-inner-img {
/*   padding-left: clamp(0px, calc((99 * var(--vw-with-scrollbar)) / 1920), 99px); */
	flex-direction: column;
	align-items: center;
}

.header-pc-nav-inner-left-inner-logo1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((47.1134 * var(--vw-with-scrollbar)) / 1920), 47.1134px);
  line-height: 119%;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.header-pc-nav-inner-left-inner-logo2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((18.8454 * var(--vw-with-scrollbar)) / 1920), 18.8454px);
  line-height: 102%;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.header-pc-nav-inner-left-inner-address {
  padding-top: clamp(0px, calc((76 * var(--vw-with-scrollbar)) / 1920), 76px);
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
}

.header-pc-nav-inner-left-inner-address1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  color: white;
}

.header-pc-nav-inner-left-inner-address2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  color: white;
}

.header-pc-nav-inner-left-inner-address22 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  color: white;
}

.header-pc-nav-inner-left-inner-img {
  display: flex;
  gap: clamp(0px, calc((20.7 * var(--vw-with-scrollbar)) / 1920), 20.7px);
/*   padding-top: clamp(0px, calc((101 * var(--vw-with-scrollbar)) / 1920), 101px); */
  padding-top: clamp(0px, calc((336 * var(--vw-with-scrollbar)) / 1920), 336px);
}

.header-pc-nav-inner-left-inner-img-left,
.header-pc-nav-inner-left-inner-img-right {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((20.7 * var(--vw-with-scrollbar)) / 1920), 20.7px);
  width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
}

.header-pc-nav-inner-left-inner-img picture {
  display: block;
  width: 100%;
}
.header-pc-nav-inner-left-inner-img img {
  width: 100%;
}

.header-pc-nav-inner-mid {
  background-color: #ffffff;
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding-left: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
  padding-left: clamp(0px, calc((13 * var(--vw-with-scrollbar)) / 1920), 13px);
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  overflow: hidden;
}

.header-pc-nav-inner-mid-inner-text-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: clamp(0px, calc((1080 * var(--vw-with-scrollbar)) / 1920), 1080px);
  animation: scroll-up-continuous 10s linear infinite;
}

.header-pc-nav-inner-mid-inner-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((46.5 * var(--vw-with-scrollbar)) / 1920), 46.5px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((0.6 * var(--vw-with-scrollbar)) / 1920), 0.6px) #000000;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.header-pc-nav-inner-right {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #F8F6F0;
  display: flex;
  flex-direction: column;
  align-self: start;
  border: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid black;
  border-left: none;
  border-bottom: none;
}

.header-pc-nav-inner-right-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.header-nav-item {
  border-left: none;
  border-right: clamp(0px, calc((1.8 * var(--vw-with-scrollbar)) / 1920), 1.8px) solid black;
  border-bottom: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  padding-right: clamp(0px, calc((131 * var(--vw-with-scrollbar)) / 1920), 131px);
  justify-content: flex-end;
  display: flex;
}
.header-nav-item svg {
  color: black;
}

.header-nav-item:nth-child(even) {
  padding-right: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
  border-right: none;
  border-left: clamp(0px, calc((1.8 * var(--vw-with-scrollbar)) / 1920), 1.8px) solid black;
}

.header-nav-item .arrow-right-1 {
  width: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}

.header-nav-item .external {
  width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}

.link-img {
  height: clamp(0px, calc((30.5 * var(--vw-with-scrollbar)) / 1920), 30.5px) !important;
  object-fit: contain;
}

.header-nav-link--main {
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 180%;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  position: relative;
  transition: color 0.3s;
}
.header-nav-link--main svg {
  transition: color 0.3s;
}
.header-nav-link--main::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  color: #129D3C;
  z-index: 0;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 0;
}

.header-nav-item.header-nav-link:hover .header-nav-link--main {
  color: #129D3C;
}
.header-nav-item.header-nav-link:hover .header-nav-link--main svg {
  color: #129D3C;
}

#number-nav-link {
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}

.header-pc-nav-inner-right-inner-bottom {
  background-color: #129d3c;
  width: 100%;
}

.header-pc-nav-inner-right-inner-bottom-inner {
  display: flex;
  position: relative;
  padding-top: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  padding-left: clamp(0px, calc((183 * var(--vw-with-scrollbar)) / 1920), 183px);
  padding-bottom: clamp(0px, calc((29 * var(--vw-with-scrollbar)) / 1920), 29px);
  gap: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}

.header-pc-nav-inner-right-inner-bottom-inner-logo {
  padding-top: clamp(0px, calc((14 * var(--vw-with-scrollbar)) / 1920), 14px);
}

.header-pc-nav-inner-right-inner-bottom-inner-logo img {
  width: 100%;
  height: clamp(0px, calc((56 * var(--vw-with-scrollbar)) / 1920), 56px);
  object-fit: cover;
}

.header-pc-nav-inner-right-inner-bottom-inner-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  background: #ffffff;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  border-radius: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
.header-pc-nav-inner-right-inner-bottom-inner-text svg {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}

.header-pc-nav-inner-right-inner-bottom-inner-text-span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  text-align: center;
  color: #000000;
}

.header-pc-nav-inner-right-inner-bottom-fil {
  display: flex;
  border-top: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  align-items: stretch;
}
.header-pc-nav-inner-right-inner-bottom-fil svg {
  width: clamp(0px, calc((42 * var(--vw-with-scrollbar)) / 1920), 42px);
  color: black;
}

.header-pc-nav-inner-right-inner-bottom-fil-left,
.header-pc-nav-inner-right-inner-bottom-fil-right {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, calc((71 * var(--vw-with-scrollbar)) / 1920), 71px) 0 clamp(0px, calc((68 * var(--vw-with-scrollbar)) / 1920), 68px) 0;
  overflow: hidden;
}
.header-pc-nav-inner-right-inner-bottom-fil-left::before,
.header-pc-nav-inner-right-inner-bottom-fil-right::before {
  content: "";
  position: absolute;
  width: 110%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #129D3C;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 0;
}
.header-pc-nav-inner-right-inner-bottom-fil-left:hover::before,
.header-pc-nav-inner-right-inner-bottom-fil-right:hover::before {
  transform: scale(1);
}
.header-pc-nav-inner-right-inner-bottom-fil-left-inner,
.header-pc-nav-inner-right-inner-bottom-fil-right-inner {
  position: relative;
  z-index: 1;
}

.header-pc-nav-inner-right-inner-bottom-fil-left {
  border-right: clamp(0px, calc((1.8 * var(--vw-with-scrollbar)) / 1920), 1.8px) solid black;
}

.header-pc-nav-inner-right-inner-bottom-fil-right {
  border-left: clamp(0px, calc((1.8 * var(--vw-with-scrollbar)) / 1920), 1.8px) solid black;
}

.header-pc-nav-inner-right-inner-bottom-fil-left-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  background: #ffffff;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  text-align: center;
  color: #000000;
}

.header-pc-nav-inner-right-inner-bottom-fil-right-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  background: #ffffff;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  text-align: center;
  color: #000000;
}

.header-pc-nav-inner-right-inner-bottom-rabbit {
  background-color: #000000;
  padding-top: clamp(0px, calc((31 * var(--vw-with-scrollbar)) / 1920), 31px);
  padding-bottom: clamp(0px, calc((30.82 * var(--vw-with-scrollbar)) / 1920), 30.82px);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.header-pc-nav-inner-right-inner-bottom-rabbit .rabbit-track {
  --rabbit-marquee-offset: -102.8%;
  display: flex;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  margin-left: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: fit-content;
  animation: rabbit-marquee 20s linear infinite;
  flex-shrink: 0;
}

.header-pc-nav-inner-right-inner-bottom-rabbit img {
  width: clamp(0px, calc((86 * var(--vw-with-scrollbar)) / 1920), 86px);
  height: clamp(0px, calc((54 * var(--vw-with-scrollbar)) / 1920), 54px);
  object-fit: cover;
  flex-shrink: 0;
}

.header-pc-nav-inner-right-inner-bottom-rabbit .anim__poyoyon2 {
  animation: poyoyon2 1s ease infinite !important;
}

.header-pc-nav-grid-item {
  align-items: center;
  justify-content: center;
}

.header-pc-nav-open .header-pc-nav-inner {
  overflow-y: scroll;
}

.header-pc-nav-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  aspect-ratio: 1;
}

@property --rabbit-marquee-offset {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@keyframes rabbit-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--rabbit-marquee-offset));
  }
}
.header-pc-nav .back-to-top-btn {
  display: none;
}

.header-pc-nav .grow-in-italic {
  animation: unset;
  transform: scale(1) matrix(1, 0, -0.24, 0.97, 0, 0);
}

.site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-content-recruitment {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}

.footer-content-recruitment-left,
.footer-content-recruitment-right {
  position: relative;
  overflow: hidden;
}
.footer-content-recruitment-left::before,
.footer-content-recruitment-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #129D3C;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 0;
  width: 105%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.footer-content-recruitment-left:hover::before,
.footer-content-recruitment-right:hover::before {
  transform: scale(1);
}

.footer-content-recruitment-left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  background: #ffffff;
  border-width: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) clamp(0px, calc((2.5 * var(--vw-with-scrollbar)) / 1920), 2.5px) clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  border-style: solid;
  border-color: #000000;
  box-sizing: border-box;
}

.footer-content-recruitment-left-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-content-recruitment-left-inner-button,
.footer-content-recruitment-right-inner-button {
  position: relative;
  z-index: 1;
  transition: border-color 0.3s;
}
.footer-content-recruitment-left-inner-button:hover,
.footer-content-recruitment-right-inner-button:hover {
  border-color: #129D3C;
}

.footer-content-recruitment-left-inner-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: clamp(0px, calc((350 * var(--vw-with-scrollbar)) / 1920), 350px);
  height: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  background: #ffffff;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  text-align: center;
  color: #000000;
  box-sizing: border-box;
}
.footer-content-recruitment-left-inner-button svg {
  width: clamp(0px, calc((42 * var(--vw-with-scrollbar)) / 1920), 42px);
}

.footer-content-recruitment-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  background: #ffffff;
  border-width: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) clamp(0px, calc((2.5 * var(--vw-with-scrollbar)) / 1920), 2.5px) clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  border-style: solid;
  border-color: #000000;
  box-sizing: border-box;
}
.footer-content-recruitment-right svg {
  width: clamp(0px, calc((42 * var(--vw-with-scrollbar)) / 1920), 42px);
}

.footer-content-recruitment-right-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-content-recruitment-right-inner-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: clamp(0px, calc((350 * var(--vw-with-scrollbar)) / 1920), 350px);
  height: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  background: #ffffff;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  text-align: center;
  color: #000000;
  box-sizing: border-box;
}
.footer-content-recruitment-right-inner-button svg {
  width: clamp(0px, calc((42 * var(--vw-with-scrollbar)) / 1920), 42px);
}

.footer-content {
  width: 100%;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  display: flex;
  justify-content: center;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  background-color: #F8F6F0;
}

.footer-content-inner {
  box-sizing: border-box;
  padding: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px) clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}

.footer-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: clamp(0px, calc((59 * var(--vw-with-scrollbar)) / 1920), 59px);
  position: relative;
  z-index: 6;
}

.footer-nav-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}

.footer-nav-item--no-submenu {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}

.footer-nav-submenu {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}

.footer-nav-link__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: 180%;
  color: #000000;
}

.footer-nav-link {
  position: relative;
  font-size: inherit;
  text-transform: uppercase;
  line-height: 1;
}

.footer-nav-link--main {
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  border-bottom: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 180%;
  text-align: center;
  color: #000000;
}

.footer-nav-link--main svg {
  width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  height: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  vertical-align: text-bottom;
}

.footer-contact {
  width: 100%;
  position: relative;
  padding-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-contact-logo-1 {
  width: clamp(0px, calc((604 * var(--vw-with-scrollbar)) / 1920), 604px);
  z-index: 2;
}

.footer-contact-logo-1-inner {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((91.1765 * var(--vw-with-scrollbar)) / 1920), 91.1765px);
  line-height: 102%;
  display: flex;
  align-items: center;
  color: #000000;
  padding-bottom: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}

.footer-contact-logo-2-inner {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: 130%;
  color: #000000;
}

.footer-contact-logo-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  z-index: 2;
  padding-left: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  padding-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}

.footer-contact-logo-21-inner {
  margin-top: auto;
}

.footer-contact-logo-22-inner {
  margin-top: auto;
}

.footer-contact-logo-23-inner {
  margin-top: auto;
}

.footer-contact-logo-24-inner {
  margin-top: auto;
}

.footer-contact-logo-21-inner img {
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
}

.footer-contact-logo-22-inner img {
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
}

.footer-contact-logo-23-inner img {
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
}

.footer-contact-logo-24-inner img {
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
}

.footer-contact-address {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((14 * var(--vw-with-scrollbar)) / 1920), 14px);
  line-height: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  color: #000000;
  padding-top: clamp(0px, calc((56 * var(--vw-with-scrollbar)) / 1920), 56px);
  align-self: flex-end;
}

@media (max-width: 1024px) {
  .site-header {
    position: fixed;
  }
  .header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(16 * var(--vw-with-scrollbar) / 400) calc(15 * var(--vw-with-scrollbar) / 400);
    box-sizing: border-box;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo svg {
    width: auto;
    height: calc(83 * var(--vw-with-scrollbar) / 400);
  }
  .btn-menu {
    line-height: 0;
  }
  .btn-menu svg {
    width: auto;
    height: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  .site-footer {
    position: relative;
    z-index: 1;
  }
  .header-pc-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: auto;
/*     background-color: #F8F6F0; */
    background-color: #129D3C;
    z-index: 98;
    max-height: 100%;
    overflow-y: scroll;
  }
  .header-pc-nav-inner {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-color: #F8F6F0;
  }
  .header-pc-nav-inner-left {
    order: -1;
    width: 100%;
    padding-bottom: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-right-inner-bottom {
    order: -1;
  }
  .header-pc-nav-top {
    position: relative;
    top: calc(10 * var(--vw-with-scrollbar) / 400);
    right: calc(10 * var(--vw-with-scrollbar) / 400);
    justify-content: end;
    align-items: center;
    z-index: 99;
  }
  .header-pc-nav-trigger {
    padding-top: calc(10 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(22 * var(--vw-with-scrollbar) / 400);
    width: calc(80 * var(--vw-with-scrollbar) / 400);
    height: auto;
  }
  .header-pc-nav-trigger svg {
    width: calc(80 * var(--vw-with-scrollbar) / 400);
    height: calc(80 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  .header-pc-nav-inner-right {
    width: 100%;
/*     background-color: #F8F6F0; */
    background-color: #129D3C;
    display: flex;
    flex-direction: column;
    align-self: start;
    order: -3;
	  height: auto;
  }
  .header-pc-nav-inner-right-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    width: 100%;
  }
  .header-nav-item {
    border: none;
    border-top: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
    padding-right: calc(24 * var(--vw-with-scrollbar) / 400) !important;
    justify-content: flex-end;
    display: flex;
    padding-top: calc(30 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  .header-nav-item .arrow-right-1 {
    width: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  .header-nav-item .external {
    width: calc(35 * var(--vw-with-scrollbar) / 400);
  }
  .header-nav-link--main {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: 180%;
    text-align: center;
/*     color: #000000; */
    color: #fff;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
    transition: color 0.3s;
  }
  .header-nav-link--main svg {
    color: #fff;
    transition: color 0.3s;
  }
  .header-nav-item.header-nav-link:hover .header-nav-link--main {
    color: #129D3C;
  }
  .header-nav-item.header-nav-link:hover .header-nav-link--main svg {
    color: #129D3C;
  }
  #number-nav-link {
    gap: calc(12 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-right-inner-bottom-rabbit {
    order: -2;
    padding: 0;
  }
  .header-pc-nav-inner-right-inner-bottom-rabbit .rabbit-track {
    --rabbit-marquee-offset: -106%;
    display: flex;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
    width: fit-content;
    padding-top: calc(26 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(26 * var(--vw-with-scrollbar) / 400);
    margin-left: calc(30 * var(--vw-with-scrollbar) / 400);
    animation: rabbit-marquee 20s linear infinite;
    overflow: hidden;
  }
  .header-pc-nav-inner-right-inner-bottom-rabbit img {
    width: calc(75 * var(--vw-with-scrollbar) / 400);
    height: calc(48 * var(--vw-with-scrollbar) / 400);
    object-fit: cover;
    flex-shrink: 0;
  }
  .header-pc-nav-inner-right-inner-bottom {
    background-color: #129d3c;
    width: 100%;
  }
  .header-pc-nav-inner-right-inner-bottom-inner {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: calc(28 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(40 * var(--vw-with-scrollbar) / 400);
    gap: calc(46 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-right-inner-bottom-inner-logo {
    padding-top: calc(0 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-right-inner-bottom-inner-logo img {
    width: 100%;
    height: calc(56 * var(--vw-with-scrollbar) / 400);
    width: calc(320 * var(--vw-with-scrollbar) / 400);
    margin-bottom: calc(46 * var(--vw-with-scrollbar) / 400);
    object-fit: cover;
  }
  .header-pc-nav-inner-right-inner-bottom-inner-text {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: calc(25.5 * var(--vw-with-scrollbar) / 400) calc(22.5 * var(--vw-with-scrollbar) / 400);
    gap: calc(16 * var(--vw-with-scrollbar) / 400);
    background: #ffffff;
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid #000000;
    border-radius: calc(10 * var(--vw-with-scrollbar) / 400);
    width: calc(260 * var(--vw-with-scrollbar) / 400);
    margin-bottom: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-right-inner-bottom-inner-text-span {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: calc(40 * var(--vw-with-scrollbar) / 400);
    text-align: center;
    color: #000000;
  }
	.header-pc-nav-inner-left {
		position: relative;
	}
	.special-section__content-rabbit {
		top: -10%;
		width: 152%;
		left: -3%;
	}
  .header-pc-nav-inner-left-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .header-pc-nav-inner-right-inner-bottom-inner-text svg {
    width: calc(50 * var(--vw-with-scrollbar) / 400);
    height: calc(51 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  .header-pc-nav-inner-left-inner-img {
    padding: 0;
    flex-direction: column;
    gap: calc(20.7 * var(--vw-with-scrollbar) / 400);
    display: flex;
  }
  .header-pc-nav-inner-left-inner-img-left {
    width: calc(300 * var(--vw-with-scrollbar) / 400);
    height: auto;
    background-color: none;
    display: flex;
    flex-direction: column;
    gap: calc(20.7 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-left-inner-img-left1 {
    width: 100%;
    height: auto;
    background-color: none;
  }
	.header-pc-nav-inner-left-inner-logo {
		margin-bottom: 50px;
		padding: 0;
		gap: calc(13 * var(--vw-with-scrollbar) / 400);
	}
	.header-pc-nav-inner-left-inner-logo1 {
		font-size: calc(30.93 * var(--vw-with-scrollbar) / 400);
	}
	.header-pc-nav-inner-left-inner-logo2 {
		font-size: calc(12.37 * var(--vw-with-scrollbar) / 400);
	}
  .header-pc-nav-inner-left-inner-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-pc-nav-inner-left-inner-img-left2 {
    width: 100%;
    height: auto;
    background-color: none;
  }
  .header-pc-nav-inner-left-inner-img-left2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-pc-nav-inner-left-inner-img-right {
    width: calc(300 * var(--vw-with-scrollbar) / 400);
    height: auto;
    background-color: none;
    display: flex;
    flex-direction: column;
    gap: calc(20.7 * var(--vw-with-scrollbar) / 400);
  }
  .header-pc-nav-inner-left-inner-img-right1 {
    width: 100%;
    height: auto;
    background-color: none;
  }
  .header-pc-nav-inner-left-inner-img-right1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-pc-nav-inner-left-inner-img-right2 {
    width: 100%;
    height: auto;
    background-color: none;
  }
  .header-pc-nav-inner-left-inner-img-right2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-content-recruitment {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(310 * var(--vw-with-scrollbar) / 400);
  }
  .footer-content-recruitment-left::before,
  .footer-content-recruitment-right::before {
    width: 110%;
  }
  .footer-content-recruitment-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(40 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    height: calc(155 * var(--vw-with-scrollbar) / 400);
    background: #ffffff;
    border: calc(5 * var(--vw-with-scrollbar) / 400) solid #000000;
  }
  .footer-content-recruitment-left-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-content-recruitment-left-inner-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: calc(30 * var(--vw-with-scrollbar) / 400) calc(50 * var(--vw-with-scrollbar) / 400);
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    background: #ffffff;
    width: calc(270 * var(--vw-with-scrollbar) / 400);
    height: calc(75 * var(--vw-with-scrollbar) / 400);
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid #000000;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: calc(20 * var(--vw-with-scrollbar) / 400);
    line-height: 100%;
    text-align: center;
    color: #000000;
  }
  .footer-content-recruitment-left-inner-button svg {
    width: calc(30 * var(--vw-with-scrollbar) / 400);
    height: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  .footer-content-recruitment-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(40 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    height: calc(155 * var(--vw-with-scrollbar) / 400);
    background: #ffffff;
    border: calc(5 * var(--vw-with-scrollbar) / 400) solid #000000;
    border-top: calc(2 * var(--vw-with-scrollbar) / 400) solid #000000;
  }
  .footer-content-recruitment-right-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-content-recruitment-right-inner-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: calc(30 * var(--vw-with-scrollbar) / 400) calc(50 * var(--vw-with-scrollbar) / 400);
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    background: #ffffff;
    width: calc(270 * var(--vw-with-scrollbar) / 400);
    height: calc(75 * var(--vw-with-scrollbar) / 400);
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid #000000;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: calc(20 * var(--vw-with-scrollbar) / 400);
    line-height: 100%;
    text-align: center;
    color: #000000;
  }
  .footer-content-recruitment-right-inner-button svg {
    width: calc(30 * var(--vw-with-scrollbar) / 400);
    height: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  .footer-content {
    width: 100%;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    background-color: #F8F6F0;
  }
  .footer-content-inner {
    padding: calc(50 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
  }
  .footer-nav-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: clamp(0px, calc((59 * var(--vw-with-scrollbar)) / 1920), 59px);
  }
  .footer-nav-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  }
  .footer-nav-item--no-submenu {
    gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  }
  .footer-nav-submenu {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  }
  .footer-nav-link__text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
    line-height: 180%;
    color: #000000;
  }
  .footer-nav-link {
    position: relative;
    font-size: inherit;
    text-transform: uppercase;
    line-height: 1;
  }
  .footer-nav-link--main {
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    border-bottom: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
    line-height: 180%;
    text-align: center;
    color: #000000;
  }
  .footer-nav-link--main svg {
    width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
    height: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
    vertical-align: text-bottom;
  }
  .footer-contact {
    position: relative;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  .footer-contact-logo-1 {
    width: calc(352 * var(--vw-with-scrollbar) / 400);
    z-index: 2;
  }
  .footer-contact-logo-1-inner {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    font-size: calc(53.1722 * var(--vw-with-scrollbar) / 400);
    line-height: 102%;
    display: flex;
    align-items: center;
    color: #000000;
    padding-bottom: calc(15 * var(--vw-with-scrollbar) / 400);
  }
  .footer-contact-logo-2-inner {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: calc(29 * var(--vw-with-scrollbar) / 400);
    color: #000000;
  }
  .footer-contact-logo-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    padding: 0;
    z-index: 2;
    height: fit-content;
  }
  .footer-contact-logo-2 a {
    background-color: white;
  }
  .footer-contact-logo-2 img {
    width: 100%;
    height: auto;
  }
  .footer-contact-logo-21-inner {
    background-color: #ffffff;
  }
  .footer-contact-logo-22-inner {
    background-color: #ffffff;
  }
  .footer-contact-logo-23-inner {
    background-color: #129d3c;
  }
  .footer-contact-logo-24-inner {
    background-color: #129d3c;
  }
  .footer-contact-address {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: calc(14 * var(--vw-with-scrollbar) / 400);
    line-height: calc(28 * var(--vw-with-scrollbar) / 400);
    color: #000000;
    padding-top: calc(50 * var(--vw-with-scrollbar) / 400);
    align-self: center;
    z-index: 2;
  }
  .footer-contact-address-sp {
    display: flex;
    flex-direction: column;
    gap: calc(15 * var(--vw-with-scrollbar) / 400);
    z-index: 2;
  }
  .footer-contact-address-sp1 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: calc(40 * var(--vw-with-scrollbar) / 400);
    color: #000000;
  }
  .footer-contact-address-sp2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 180%;
    color: #000000;
  }
  .special-section__content-rab {
    position: absolute;
    top: calc(220 * var(--vw-with-scrollbar) / 400);
    left: calc(32 * var(--vw-with-scrollbar) / 400);
    width: calc(368 * var(--vw-with-scrollbar) / 400);
    z-index: 1;
  }
  .special-section__content-rab .rabbit {
    width: calc(499 * var(--vw-with-scrollbar) / 400);
    height: calc(358 * var(--vw-with-scrollbar) / 400);
    object-fit: cover;
  }
  .to-top {
/*     position: absolute; */
/*     top: calc(320 * var(--vw-with-scrollbar) / 400); */
    right: calc(10 * var(--vw-with-scrollbar) / 400);
    z-index: 96;
    backface-visibility: visible;
	  bottom: 70px;
  }
  .to-top:hover {
    animation: flip 1s ease forwards;
  }
  .to-top svg {
    width: calc(75 * var(--vw-with-scrollbar) / 400);
    height: calc(75 * var(--vw-with-scrollbar) / 400);
  }
}
.rabbit,
.arrow-left-1,
.arrow-left-2,
.arrow-right-1,
.arrow-right-2,
.external {
  color: white;
}

.card-number {
  display: block;
  position: relative;
}
.card-number__text {
  display: block;
  padding-left: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
  position: relative;
  font-size: clamp(0px, calc((138.14 * var(--vw-with-scrollbar)) / 1920), 138.14px);
  font-weight: 700;
  color: white;
  line-height: 1;
  -webkit-text-stroke: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) black;
  paint-order: stroke fill;
  z-index: 1;
}
.card-number__deco {
  top: clamp(0px, calc((34 * var(--vw-with-scrollbar)) / 1920), 34px);
  left: 0;
  position: absolute;
  width: clamp(0px, calc((59 * var(--vw-with-scrollbar)) / 1920), 59px);
  height: clamp(0px, calc((103 * var(--vw-with-scrollbar)) / 1920), 103px);
  z-index: 0;
}
@media (max-width: 1024px) {
  .card-number__deco {
    top: calc(14 * var(--vw-with-scrollbar) / 400);
    width: calc(29 * var(--vw-with-scrollbar) / 400);
    height: calc(52 * var(--vw-with-scrollbar) / 400);
  }
  .card-number__text {
    padding-left: calc(5 * var(--vw-with-scrollbar) / 400);
    font-size: calc(70 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
}

.cta-btn {
  position: relative;
  border-radius: clamp(0px, calc((99 * var(--vw-with-scrollbar)) / 1920), 99px);
  padding-right: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
}
.cta-btn__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  background-color: #129D3C;
  color: white;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  font-weight: 500;
  line-height: 1.9;
  transition: top 0.3s, left 0.3s;
  z-index: 1;
}
.cta-btn::before {
  position: absolute;
  content: "";
  top: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
  left: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  right: 0;
  bottom: 0;
  background-color: black;
  border-radius: inherit;
  z-index: 0;
}
.cta-btn:hover .cta-btn__content {
  top: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
  left: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
.cta-btn--red .cta-btn__content {
  background-color: #DB5331;
}
.cta-btn--blue .cta-btn__content {
  background-color: #1e28be;
}
.cta-btn--white .cta-btn__content {
  position: relative;
  background-color: white;
  color: black;
}
.cta-btn--white .cta-btn__content::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-radius: inherit;
}
.cta-btn--white .cta-btn__content svg {
  color: black;
}
.cta-btn .arrow-right-1 {
  width: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
.cta-btn .external {
  width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}
@media (max-width: 1024px) {
  .cta-btn {
    padding-right: calc(5 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(6 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(99 * var(--vw-with-scrollbar) / 400);
  }
  .cta-btn__content {
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(35 * var(--vw-with-scrollbar) / 400);
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: 1.8;
  }
  .cta-btn::before {
    top: calc(6 * var(--vw-with-scrollbar) / 400);
    left: calc(5 * var(--vw-with-scrollbar) / 400);
  }
  .cta-btn:hover .cta-btn__content {
    top: calc(6 * var(--vw-with-scrollbar) / 400);
    left: calc(5 * var(--vw-with-scrollbar) / 400);
  }
  .cta-btn .arrow-right-1 {
    width: calc(24 * var(--vw-with-scrollbar) / 400);
  }
  .cta-btn .external {
    width: calc(35 * var(--vw-with-scrollbar) / 400);
  }
  .cta-btn--white .cta-btn__content::before {
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
  }
  .cta-btn--white .cta-btn__content svg {
    color: black;
  }
}

.h2-timeline {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.h2-title__wrapper.inset-top {
  margin-top: clamp(-3px, calc((-3 * var(--vw-with-scrollbar)) / 1920), 0px);
}
.h2-title__wrapper.inset-bottom {
  margin-bottom: clamp(-3px, calc((-3 * var(--vw-with-scrollbar)) / 1920), 0px);
}
@media (max-width: 1024px) {
  .h2-title__wrapper.inset-top {
    margin-top: calc(-3 * var(--vw-with-scrollbar) / 400);
  }
  .h2-title__wrapper.inset-bottom {
    margin-bottom: calc(-3 * var(--vw-with-scrollbar) / 400);
  }
}

.h2-title {
  position: relative;
  display: block;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  font-size: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
  font-weight: 700;
  line-height: 1;
  color: black;
  background-color: white;
}
.h2-title__border {
  position: absolute;
  background-color: black;
}
.h2-title__border-top, .h2-title__border-bottom {
  width: 100%;
  height: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px);
}
.h2-title__border-left, .h2-title__border-right {
  width: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px);
  height: 100%;
}
.h2-title__border-top {
  top: 0;
  left: 0;
}
.h2-title__border-bottom {
  bottom: 0;
  left: 0;
}
.h2-title__border-left {
  left: 0;
  top: 0;
}
.h2-title__border-right {
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .h2-title__border-top, .h2-title__border-bottom {
    width: 100%;
    height: calc(3 * var(--vw-with-scrollbar) / 400);
  }
  .h2-title__border-left, .h2-title__border-right {
    width: calc(3 * var(--vw-with-scrollbar) / 400);
    height: 100%;
  }
  .h2-title {
    padding: calc(20 * var(--vw-with-scrollbar) / 400);
    font-size: calc(40 * var(--vw-with-scrollbar) / 400);
  }
}

.h2-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  color: white;
  background-color: black;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  paint-order: stroke fill;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .h2-subtitle {
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
}
.h2-subtitle::after {
  background-color: inherit;
}
.h2-subtitle--green {
  background-color: #129D3C;
}
.h2-subtitle--blue {
  background-color: #1e28be;
}
.h2-subtitle--red {
  background-color: #DB5331;
}

.h2-p {
  margin-top: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
@media (max-width: 1024px) {
  .h2-p {
    margin-top: calc(30 * var(--vw-with-scrollbar) / 400);
  }
}

.h2-timeline .h2-title__wrapper {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}

.h2-timeline .h2-title {
  --animation-delay: 0.4s;
  animation-delay: 0.4s !important;
}

.h2-timeline .h2-subtitle {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}

.h2-timeline .h2-p {
  --animation-delay: 2s;
  animation-delay: 2s !important;
}

.bottom-footer-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  height: calc(70 * var(--vw-with-scrollbar) / 400);
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  border: calc(2 * var(--vw-with-scrollbar) / 400) solid black;
  backdrop-filter: blur(calc(2 * var(--vw-with-scrollbar) / 400));
  z-index: 97;
  transition: opacity 0.3s, visibillity 0.3s;
}
.bottom-footer-sp.hide {
  opacity: 0;
  visibility: hidden;
}
.bottom-footer-sp .c-grid {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
}
.bottom-footer-sp .c-grid-item {
  padding: calc(5 * var(--vw-with-scrollbar) / 400);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-footer-sp .c-link-item {
  position: relative;
  flex-direction: column;
  gap: calc(10 * var(--vw-with-scrollbar) / 400);
  overflow: hidden;
  transition: color 0.3s;
}
.bottom-footer-sp .c-link-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #129D3C;
  transform: scale(0);
  transition: transform 0.3s linear;
}
.bottom-footer-sp .c-link-item:hover {
  color: white;
}
.bottom-footer-sp .c-link-item:hover::before {
  transform: scale(1.2);
}
.bottom-footer-sp .c-link-item:hover .c-link-item__icon {
  color: white;
}
.bottom-footer-sp .c-link-item__text {
  font-size: calc(16 * var(--vw-with-scrollbar) / 400);
  position: relative;
  z-index: 1;
  line-height: 1;
}
.bottom-footer-sp .c-link-item__icon {
  width: calc(22 * var(--vw-with-scrollbar) / 400);
  color: black;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.bottom-footer-sp .c-line-item {
  gap: calc(8 * var(--vw-with-scrollbar) / 400);
}
.bottom-footer-sp .c-line-item__icon {
  width: calc(38 * var(--vw-with-scrollbar) / 400);
}
.bottom-footer-sp .c-line-item__text {
  font-weight: 500;
  font-size: calc(12 * var(--vw-with-scrollbar) / 400);
  line-height: 1;
}
.bottom-footer-sp .c-grid-divider {
  width: calc(2 * var(--vw-with-scrollbar) / 400);
  background-color: black;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .bottom-footer-sp {
    height: calc(70 * var(--vw-with-scrollbar) / 750);
    border: calc(2 * var(--vw-with-scrollbar) / 750) solid black;
    backdrop-filter: blur(calc(2 * var(--vw-with-scrollbar) / 750));
  }
  .bottom-footer-sp .c-grid-item {
    padding: calc(5 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-link-item {
    gap: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-link-item__text {
    font-size: calc(16 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-link-item__icon {
    width: calc(22 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-line-item {
    gap: calc(8 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-line-item__icon {
    width: calc(38 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-line-item__text {
    font-size: calc(12 * var(--vw-with-scrollbar) / 750);
  }
  .bottom-footer-sp .c-grid-divider {
    width: calc(2 * var(--vw-with-scrollbar) / 750);
  }
}
.sub-page-header {
  display: flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.sub-page-header .c-feature-img__wrapper {
  width: calc(960 * var(--vw-with-scrollbar) / 1920);
  height: clamp(0px, calc((942 * var(--vw-with-scrollbar)) / 1920), 942px);
  position: relative;
  background-color: gray;
  flex-shrink: 0;
  overflow: hidden;
}
.sub-page-header .c-feature-img {
  position: absolute;
  inset: 0;
  background-size: cover;
}
.sub-page-header .c-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  flex: 1;
  padding-top: clamp(0px, calc((332 * var(--vw-with-scrollbar)) / 1920), 332px);
}
.sub-page-header .c-subtitle {
  padding-left: clamp(0px, calc((325 * var(--vw-with-scrollbar)) / 1920), 325px);
  padding-bottom: clamp(0px, calc((27 * var(--vw-with-scrollbar)) / 1920), 27px);
  width: clamp(0px, calc((960 * var(--vw-with-scrollbar)) / 1920), 960px);
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  box-sizing: border-box;
}
.sub-page-header .c-subtitle__icon {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  height: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  border-radius: 50%;
  background-color: var(--tint-color, #129D3C);
}
.sub-page-header .c-subtitle__text {
  line-height: 1;
}
.sub-page-header .c-title__wrapper {
  display: flex;
  justify-content: end;
  align-self: stretch;
  background-color: var(--tint-color, #129D3C);
}
.sub-page-header .c-title {
  position: relative;
  padding: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px) 0;
  padding-left: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  width: clamp(0px, calc((960 * var(--vw-with-scrollbar)) / 1920), 960px);
  height: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: transparent;
}
.sub-page-header .c-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tint-color, #129D3C);
}
.sub-page-header .c-title__text {
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) black;
  paint-order: stroke fill;
}
.sub-page-header .c-title__text-box {
  position: absolute;
  top: clamp(0px, calc((76 * var(--vw-with-scrollbar)) / 1920), 76px);
  right: clamp(0px, calc((66 * var(--vw-with-scrollbar)) / 1920), 66px);
  padding: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px) clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  border: clamp(0px, calc((2.5 * var(--vw-with-scrollbar)) / 1920), 2.5px) solid black;
  font-size: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  font-weight: 500;
  color: black;
  background-color: white;
  line-height: 1;
}
.sub-page-header .c-message {
  min-width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  max-width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  margin-left: auto;
  padding-top: clamp(0px, calc((67 * var(--vw-with-scrollbar)) / 1920), 67px);
  padding-right: clamp(0px, calc((58 * var(--vw-with-scrollbar)) / 1920), 58px);
}
@media (max-width: 1024px) {
  .sub-page-header {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .sub-page-header .c-content {
    padding: 0;
  }
  .sub-page-header .c-feature-img__wrapper {
    width: 100%;
    height: calc(392 * var(--vw-with-scrollbar) / 400);
  }
  .sub-page-header .c-subtitle {
    position: absolute;
    left: calc(24 * var(--vw-with-scrollbar) / 400);
    bottom: calc(12 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    padding: 0;
  }
  .sub-page-header .c-subtitle__icon {
    width: calc(40 * var(--vw-with-scrollbar) / 400);
    height: calc(40 * var(--vw-with-scrollbar) / 400);
  }
  .sub-page-header .c-subtitle__text {
    font-size: calc(32 * var(--vw-with-scrollbar) / 400);
  }
  .sub-page-header .c-title {
    width: 100%;
    flex-direction: column-reverse;
    padding: calc(30 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    align-items: start;
    height: fit-content;
  }
  .sub-page-header .c-title__text {
    -webkit-text-stroke-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
  .sub-page-header .c-title__text-box {
    position: static;
    padding: calc(18 * var(--vw-with-scrollbar) / 400) calc(13 * var(--vw-with-scrollbar) / 400);
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    border-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
  .sub-page-header .c-message {
    max-width: fit-content;
    min-width: fit-content;
    width: 100%;
    padding: calc(30 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(80 * var(--vw-with-scrollbar) / 400);
    margin: 0;
    box-sizing: border-box;
  }
  .sub-page-header--size-750 .c-title {
    padding: calc(48 * var(--vw-with-scrollbar) / 750) calc(54 * var(--vw-with-scrollbar) / 750);
    min-height: calc(300 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
    justify-content: center;
  }
  .sub-page-header--size-750 .c-title__text {
    font-size: calc(80 * var(--vw-with-scrollbar) / 750);
    -webkit-text-stroke-width: calc(4 * var(--vw-with-scrollbar) / 750);
  }
  .sub-page-header--size-750 .c-subtitle {
    left: calc(48 * var(--vw-with-scrollbar) / 750);
    bottom: calc(30 * var(--vw-with-scrollbar) / 750);
    gap: calc(19 * var(--vw-with-scrollbar) / 750);
  }
  .sub-page-header--size-750 .c-subtitle__icon {
    width: calc(50 * var(--vw-with-scrollbar) / 750);
    height: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  .sub-page-header--size-750 .c-subtitle__text {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    line-height: 1;
  }
  .sub-page-header--size-750 .c-title__text-box {
    position: absolute;
    top: calc(73 * var(--vw-with-scrollbar) / 750);
    right: calc(182 * var(--vw-with-scrollbar) / 750);
    padding: calc(18 * var(--vw-with-scrollbar) / 750) calc(23 * var(--vw-with-scrollbar) / 750);
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    border-width: calc(2.5 * var(--vw-with-scrollbar) / 750);
  }
  .sub-page-header--size-750 .c-message {
    padding: calc(50 * var(--vw-with-scrollbar) / 750);
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
  }
}

body .sub-page-header-step-1 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}

body .sub-page-header-step-2 {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}

body .sub-page-header-step-3 {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}

body .sub-page-header-step-4 {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}

body .site-header {
  --animation-delay: 1.5s;
  animation-delay: 1.5s !important;
}

.on-hover-border:hover .hover-border-x::before,
.on-hover-border:hover .hover-border-x::after {
  transform: translateX(-100%);
}
.on-hover-border:hover .hover-border-y::before,
.on-hover-border:hover .hover-border-y::after {
  transform: translateY(100%);
}

@keyframes hover-border-x {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hover-border-y {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.hover-border {
  --border-color: black;
  --animation-color: black;
  position: relative;
  overflow: hidden;
}
.hover-border .hover-border-x,
.hover-border .hover-border-y {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.hover-border .hover-border-x::before,
.hover-border .hover-border-y::before,
.hover-border .hover-border-x::after,
.hover-border .hover-border-y::after {
  content: "";
  background-color: var(--animation-color);
}
.hover-border .hover-border-x {
  flex-direction: column;
}
.hover-border .hover-border-x::before, .hover-border .hover-border-x::after {
  height: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
.hover-border .hover-border-y::before, .hover-border .hover-border-y::after {
  width: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
.hover-border:hover .hover-border-x::before,
.hover-border:hover .hover-border-x::after {
  animation: hover-border-x 0.5s forwards;
}
.hover-border:hover .hover-border-y::before,
.hover-border:hover .hover-border-y::after {
  animation: hover-border-y 0.5s forwards;
}
.hover-border:hover .hover-border-x::before,
.hover-border:hover .hover-border-y::after {
  animation-delay: 0.4s;
}
@media (max-width: 1024px) {
  .hover-border {
    outline-width: calc(5 * var(--vw-with-scrollbar) / 400);
    outline-offset: calc(-5 * var(--vw-with-scrollbar) / 400);
  }
  .hover-border .hover-border-x::before,
  .hover-border .hover-border-x::after {
    height: calc(5 * var(--vw-with-scrollbar) / 400);
  }
  .hover-border .hover-border-y::before,
  .hover-border .hover-border-y::after {
    width: calc(5 * var(--vw-with-scrollbar) / 400);
  }
}

.on-hover-border:hover .hover-border-x::before,
.on-hover-border:hover .hover-border-x::after {
  animation: hover-border-x 0.5s forwards;
}
.on-hover-border:hover .hover-border-y::before,
.on-hover-border:hover .hover-border-y::after {
  animation: hover-border-y 0.5s forwards;
}
.on-hover-border:hover .hover-border-x::before,
.on-hover-border:hover .hover-border-y::after {
  animation-delay: 0.4s;
}

#page-test {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-test .inner-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-test .container {
  width: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  height: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  background-color: greenyellow;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid blue;
}

#home #page-home {
  display: flex;
  flex-direction: column;
}
#home .h2-landscape {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
#home .h2-landscape__title-group {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#home .h2-landscape .h2-p {
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  margin-top: 0;
  margin-bottom: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
#home .top-mv {
  position: relative;
  width: 100%;
  height: clamp(0px, calc((1080 * var(--vw-with-scrollbar)) / 1920), 1080px);
}
#home .top-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .play-mv {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(0px, calc((155 * var(--vw-with-scrollbar)) / 1920), 155px);
  height: clamp(0px, calc((155 * var(--vw-with-scrollbar)) / 1920), 155px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .play-mv__play-icon {
  width: clamp(0px, calc((90.38 * var(--vw-with-scrollbar)) / 1920), 90.38px);
  fill-opacity: 0.8;
}
#home .play-mv__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(0px, calc((136 * var(--vw-with-scrollbar)) / 1920), 136px);
}
#home .about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0px, calc((202 * var(--vw-with-scrollbar)) / 1920), 202px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px) clamp(0px, calc((76 * var(--vw-with-scrollbar)) / 1920), 76px);
}
#home .about-section__content {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  gap: clamp(0px, calc((46 * var(--vw-with-scrollbar)) / 1920), 46px);
  margin-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
}
#home .about-section__intro {
  display: flex;
  flex-direction: column;
  width: clamp(0px, calc((614 * var(--vw-with-scrollbar)) / 1920), 614px);
  padding-top: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
}
#home .about-section__title-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  align-self: stretch;
}
#home .about-section__title-row {
  display: flex;
  align-items: flex-end;
}
#home .about-section__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  background-color: #129D3C;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  paint-order: stroke fill;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  font-weight: 700;
}
#home .about-section__badge--fixed {
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
}
#home .about-section__title-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#home .about-section__title-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  font-size: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
  font-weight: 700;
  line-height: 1em;
}
#home .about-section__title-frame--border-top {
  border-top: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-left: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-right: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
}
#home .about-section__title-frame--border-bottom {
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
}
#home .about-section__description {
  width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  font-weight: 400;
  line-height: 2em;
}
#home .about-section__image-wrapper {
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  height: clamp(0px, calc((495 * var(--vw-with-scrollbar)) / 1920), 495px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid black;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
}
#home .about-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .about-section__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#home .about-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  width: clamp(0px, calc((404.75 * var(--vw-with-scrollbar)) / 1920), 404.75px);
}
#home .about-section__card-image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: clamp(0px, calc((404.75 * var(--vw-with-scrollbar)) / 1920), 404.75px);
}
#home .about-section__card-image-container {
  position: relative;
  z-index: 0;
  line-height: 0;
}
#home .about-section__card-image-container::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #129D3C;
  border-radius: 50%;
  z-index: 0;
}
#home .about-section__card-image {
  position: relative;
  width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  height: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  border-radius: 50%;
  border: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) solid #129D3C;
  object-fit: cover;
  box-sizing: border-box;
  z-index: 1;
}
#home .about-section__card-badge {
  position: absolute;
  left: 0;
  top: clamp(0px, calc((11 * var(--vw-with-scrollbar)) / 1920), 11px);
  width: clamp(0px, calc((215.36 * var(--vw-with-scrollbar)) / 1920), 215.36px);
  height: clamp(0px, calc((199 * var(--vw-with-scrollbar)) / 1920), 199px);
  z-index: 1;
}
#home .about-section__card-badge-inner {
  position: absolute;
  left: clamp(0px, calc((12.44 * var(--vw-with-scrollbar)) / 1920), 12.44px);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  background-color: #129D3C;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  font-weight: 700;
  line-height: 1em;
  z-index: 2;
}
#home .about-section__card-badge-text {
  color: black;
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
}
#home .about-section__card-badge-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(0px, calc((161 * var(--vw-with-scrollbar)) / 1920), 161px);
  height: clamp(0px, calc((161 * var(--vw-with-scrollbar)) / 1920), 161px);
  background-color: #129D3C;
  border-radius: 50%;
  z-index: 0;
}
#home .about-section__card-badge-number {
  position: absolute;
  left: 0;
  top: clamp(0px, calc((42.17 * var(--vw-with-scrollbar)) / 1920), 42.17px);
  width: clamp(0px, calc((198.72 * var(--vw-with-scrollbar)) / 1920), 198.72px);
  height: clamp(0px, calc((133.3 * var(--vw-with-scrollbar)) / 1920), 133.3px);
  z-index: 1;
}
#home .about-section__card-title-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  padding: clamp(0px, calc((43 * var(--vw-with-scrollbar)) / 1920), 43px) clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  width: clamp(0px, calc((400 * var(--vw-with-scrollbar)) / 1920), 400px);
  box-sizing: border-box;
  transition: border-color 0.6s;
}
#home .about-section__card:hover .about-section__card-title-frame {
  border-color: black;
}
#home .about-section__card-title {
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  font-weight: 700;
  line-height: 1em;
}
#home .about-section__card-arrow {
  width: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
  height: clamp(0px, calc((29.85 * var(--vw-with-scrollbar)) / 1920), 29.85px);
  flex-shrink: 0;
}
#home .about-section .cta-btn {
  align-self: flex-end;
}
#home .vr-section {
  padding-bottom: clamp(0px, calc((311 * var(--vw-with-scrollbar)) / 1920), 311px);
}
#home .vr-section__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: clamp(0px, calc((1031 * var(--vw-with-scrollbar)) / 1920), 1031px);
}
#home .vr-section__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#home .vr-section__banner {
  position: relative;
  width: clamp(0px, calc((893 * var(--vw-with-scrollbar)) / 1920), 893px);
}
#home .vr-section__banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#home .vr-section__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((45 * var(--vw-with-scrollbar)) / 1920), 45px);
  z-index: 1;
}
#home .vr-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((56 * var(--vw-with-scrollbar)) / 1920), 56px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  white-space: nowrap;
}
#home .vr-section__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  background-color: white;
  box-sizing: border-box;
}
#home .vr-section__button-icon {
  width: clamp(0px, calc((93.75 * var(--vw-with-scrollbar)) / 1920), 93.75px);
  height: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  flex-shrink: 0;
  object-fit: contain;
}
#home .vr-section__button-icon--open {
  display: block;
}
#home .vr-section__button-icon--wink {
  display: none;
}
#home .vr-section__button-text {
  max-width: clamp(0px, calc((147 * var(--vw-with-scrollbar)) / 1920), 147px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 1.5;
  color: black;
}
#home .vr-section__button-arrow {
  position: absolute;
  width: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  height: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  bottom: clamp(0px, calc((24.5 * var(--vw-with-scrollbar)) / 1920), 24.5px);
  right: clamp(0px, calc((58.32 * var(--vw-with-scrollbar)) / 1920), 58.32px);
  flex-shrink: 0;
}
#home .vr-section__button:hover .vr-section__button-icon--open {
  display: none;
}
#home .vr-section__button:hover .vr-section__button-icon--wink {
  display: block;
}
#home .vr-section__button:hover .vr-section__button-arrow {
  transition: 0.3s ease;
  transform: translateX(50%);
}
#home .vr-section .anim__image-3 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#home .vr-section .anim__image-2 {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#home .vr-section .anim__clip-bottom-to-top {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}
#home .vr-section .anim__fade-in {
  --animation-delay: 1.4s;
  animation-delay: 1.4s !important;
}
#home .banner-section {
  width: 100%;
  display: flex;
  margin-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#home .banner-section__text {
  font-weight: 900;
  font-size: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
  line-height: 1.5;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) black;
  paint-order: stroke fill;
  white-space: nowrap;
}
#home .special-section {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  align-items: start;
  padding-bottom: clamp(0px, calc((115 * var(--vw-with-scrollbar)) / 1920), 115px);
}
#home .special-section__title {
  padding: 0 clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
#home .special-section__title-row {
  display: flex;
  align-items: start;
}
#home .special-section__content {
  position: relative;
  display: flex;
  border-top: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid black;
  border-bottom: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid black;
  width: 100%;
  box-sizing: border-box;
  background-color: #F8F6F0;
  overflow: hidden;
}
#home .special-section__content-inner {
  position: relative;
  width: 100%;
  padding: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
#home .special-section__content::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 0;
  background-image: url("../../assets/img/home/special_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}
#home .special-section__content:hover::before {
  opacity: 1;
}
#home .special-section__content-deco {
  position: absolute;
  top: clamp(0px, calc((71 * var(--vw-with-scrollbar)) / 1920), 71px);
  left: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
  width: clamp(0px, calc((771 * var(--vw-with-scrollbar)) / 1920), 771px);
  z-index: 1;
  transform: matrix(-0.93, 0.38, 0.38, 0.93, 0, 0);
}
#home .special-section__content-text {
  position: relative;
  z-index: 2;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  font-weight: 700;
  line-height: 1.8;
}
#home .special-section .cta-btn {
  position: relative;
  z-index: 2;
  bottom: clamp(-7px, calc((-7 * var(--vw-with-scrollbar)) / 1920), 0px);
  right: clamp(-5px, calc((-5 * var(--vw-with-scrollbar)) / 1920), 0px);
  position: relative;
}
#home .special-section .cta-btn__content {
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#home .special-section__content-btn-icon {
  width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}
#home .sdgs-section {
  position: relative;
  width: 100%;
  padding: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px) 0 clamp(0px, calc((179 * var(--vw-with-scrollbar)) / 1920), 179px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  margin-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  overflow: hidden;
}
#home .sdgs-section__bg {
  position: absolute;
  left: clamp(-494px, calc((-494 * var(--vw-with-scrollbar)) / 1920), 0px);
  top: 0;
  width: clamp(0px, calc((3021 * var(--vw-with-scrollbar)) / 1920), 3021px);
  height: clamp(0px, calc((1372 * var(--vw-with-scrollbar)) / 1920), 1372px);
  object-fit: contain;
  z-index: 0;
}
#home .sdgs-section__container {
  position: relative;
  z-index: 1;
  padding: clamp(0px, calc((138 * var(--vw-with-scrollbar)) / 1920), 138px) 0 0 clamp(0px, calc((102 * var(--vw-with-scrollbar)) / 1920), 102px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
#home .sdgs-section__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(0px, calc((449 * var(--vw-with-scrollbar)) / 1920), 449px);
  padding: clamp(0px, calc((179 * var(--vw-with-scrollbar)) / 1920), 179px) clamp(0px, calc((185 * var(--vw-with-scrollbar)) / 1920), 185px);
  width: 100%;
  height: clamp(0px, calc((955 * var(--vw-with-scrollbar)) / 1920), 955px);
  box-sizing: border-box;
}
#home .sdgs-section__title-group {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(0px, calc((477 * var(--vw-with-scrollbar)) / 1920), 477px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
#home .sdgs-section__title-icon {
  width: clamp(0px, calc((233.15 * var(--vw-with-scrollbar)) / 1920), 233.15px);
  padding: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px) clamp(0px, calc((33 * var(--vw-with-scrollbar)) / 1920), 33px);
  object-fit: contain;
  box-sizing: border-box;
}
#home .sdgs-section__title-icon img {
  width: 100%;
}
#home .sdgs-section__inner-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 0 !important;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  z-index: 1;
}
#home .sdgs-section__text-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  align-items: start;
  z-index: 1;
}
#home .sdgs-section__text-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  border: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) solid black;
  background-color: white;
  box-sizing: border-box;
}
#home .sdgs-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  font-weight: 500;
  line-height: 1.67;
  color: black;
}
#home .sdgs-section__button {
  position: absolute;
  right: clamp(0px, calc((97 * var(--vw-with-scrollbar)) / 1920), 97px);
  bottom: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  z-index: 1;
}
#home .sdgs-section__button-external {
  width: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  height: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  object-fit: contain;
}
#home .history-section {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
#home .history-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#home .history-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .history-section__content-wrapper {
  position: relative;
  padding: clamp(0px, calc((231 * var(--vw-with-scrollbar)) / 1920), 231px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  padding-bottom: 0;
  box-sizing: border-box;
}
#home .history-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
  color: black;
}
#home .history-section__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .history-section .h2-subtitle {
  color: #DB5331;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-bottom: none;
  padding: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  background-color: white;
}
#home .history-section .h2-p {
  color: white;
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  margin-top: 0;
  margin-bottom: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
#home .history-section .cta-btn {
  position: absolute;
  top: clamp(0px, calc((439 * var(--vw-with-scrollbar)) / 1920), 439px);
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#home .history-section__image-wrapper {
  position: relative;
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  height: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  border-radius: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
  margin-top: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  margin-bottom: clamp(0px, calc((106 * var(--vw-with-scrollbar)) / 1920), 106px);
  line-height: 0;
}
#home .history-section__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px) solid black;
  border-radius: inherit;
  pointer-events: none;
  z-index: 10;
}
#home .history-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
#home .history-section__footer-title {
  width: clamp(0px, calc((1850 * var(--vw-with-scrollbar)) / 1920), 1850px);
  color: white;
  font-size: clamp(0px, calc((97 * var(--vw-with-scrollbar)) / 1920), 97px);
  font-weight: 900;
  text-align: left;
  text-shadow: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px) clamp(0px, calc((9 * var(--vw-with-scrollbar)) / 1920), 9px) 0 black;
  line-height: 1.2;
  white-space: nowrap;
  paint-order: stroke fill;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  padding-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
}
#home .history-section .history-section__bg {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#home .history-section .h2-title__wrapper {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#home .history-section .h2-title__border {
  --animation-delay: 0.9s;
  animation-delay: 0.9s !important;
}
#home .history-section .h2-subtitle {
  --animation-delay: 1.2s;
  animation-delay: 1.2s !important;
}
#home .history-section .h2-p {
  --animation-delay: 1.7s;
  animation-delay: 1.7s !important;
}
#home .history-section .cta-btn {
  --animation-delay: 2.3s;
  animation-delay: 2.3s !important;
}
#home .history-section .history-section__image {
  --animation-delay: 1.7s;
  animation-delay: 1.7s !important;
}
#home .person-section {
  padding: 0 clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  padding-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  position: relative;
}
#home .person-section .h2-landscape {
  margin-bottom: clamp(0px, calc((166 * var(--vw-with-scrollbar)) / 1920), 166px);
}
#home .person-section__card {
  position: relative;
  width: clamp(0px, calc((1000 * var(--vw-with-scrollbar)) / 1920), 1000px);
  height: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
#home .person-section__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/home/person_card_bg.webp");
  background-size: 100%;
  z-index: 0;
  transition: transform 0.3s;
}
#home .person-section__card:hover::before {
  transform: scale(1.06);
}
#home .person-section__card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid black;
  border-radius: inherit;
  z-index: 1;
}
#home .person-section__card .c-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0px, calc((70 * var(--vw-with-scrollbar)) / 1920), 70px);
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  background-color: #129D3C;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  paint-order: stroke fill;
}
#home .person-section__card .c-title::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  background-color: black;
  content: "";
  pointer-events: none;
}
#home .person-section__card .c-title__icon {
  width: clamp(0px, calc((53 * var(--vw-with-scrollbar)) / 1920), 53px);
}
#home .person-section .slider-frame {
  position: relative;
  margin-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
}
#home .person-section .slider-frame__title {
  position: absolute;
  top: clamp(-66px, calc((-66 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: clamp(-135px, calc((-135 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  height: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #129D3C;
  border-radius: 50%;
  z-index: 3;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  paint-order: stroke fill;
}
#home .person-section .slider-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((107 * var(--vw-with-scrollbar)) / 1920), 107px);
}
#home .person-section .swiper {
  width: clamp(0px, calc((1362 * var(--vw-with-scrollbar)) / 1920), 1362px);
}
#home .person-section .swiper.active .slider-slide {
  animation: none !important;
  opacity: 1 !important;
  transform: unset !important;
}
#home .person-section .swiper.active .slider-slide .anim__fade-y {
  animation-delay: 0 !important;
  animation: none !important;
  opacity: 1 !important;
  transform: unset !important;
}
#home .person-section .slider-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: content-box;
}
#home .person-section .slider-slide .c-img {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  border-bottom-right-radius: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  overflow: hidden;
}
#home .person-section .slider-slide .c-img__person {
  position: relative;
  width: clamp(0px, calc((344 * var(--vw-with-scrollbar)) / 1920), 344px);
  z-index: 1;
  line-height: 0;
}
#home .person-section .slider-slide .c-img__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#home .person-section .slider-slide .c-circle-text {
  position: absolute;
  top: clamp(0px, calc((74 * var(--vw-with-scrollbar)) / 1920), 74px);
  width: 100%;
  aspect-ratio: 1;
  z-index: 0;
  animation: rotate-360 20s linear infinite;
  animation-play-state: paused;
}
#home .person-section .slider-slide:hover .c-circle-text {
  animation-play-state: running;
}
#home .person-section .slider-slide .c-tag {
  position: relative;
  margin-top: clamp(-53px, calc((-53 * var(--vw-with-scrollbar)) / 1920), 0px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  background-color: white;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  z-index: 2;
}
#home .person-section .slider-slide .c-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  border: solid black clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px);
}
#home .person-section .slider-slide .c-tag__name {
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1;
}
#home .person-section .slider-slide .c-tag__date {
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: 1;
}
#home .person-section .slider-nav,
#home .person-section .swiper-pagination {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
}
#home .person-section .swiper-pagination-bullet {
  width: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  aspect-ratio: 1;
  background-color: #F8F6F0;
  border-radius: 50%;
}
#home .person-section .swiper-pagination-bullet-active {
  background-color: #129D3C;
}
#home .person-section .swiper-button-prev,
#home .person-section .swiper-button-next {
  background-color: #129D3C;
  color: white;
  display: flex;
  width: clamp(0px, calc((78 * var(--vw-with-scrollbar)) / 1920), 78px);
  height: clamp(0px, calc((78 * var(--vw-with-scrollbar)) / 1920), 78px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#home .person-section .swiper-button-prev svg,
#home .person-section .swiper-button-next svg {
  width: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
}
#home .person-section .nav-disabled {
  background-color: #F8F6F0 !important;
  cursor: auto !important;
}
#home .person-section .cta-btn {
  position: absolute;
  top: clamp(0px, calc((998 * var(--vw-with-scrollbar)) / 1920), 998px);
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#home .number-section {
  position: relative;
  height: clamp(0px, calc((750 * var(--vw-with-scrollbar)) / 1920), 750px);
}
#home .number-section__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  line-height: 0;
}
#home .number-section__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .number-section__content {
  position: relative;
  height: 100%;
  padding: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  box-sizing: border-box;
  align-items: stretch;
  z-index: 1;
}
#home .number-section__content-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#home .number-section__text-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#home .number-section__text-item {
  line-height: 1.9;
  border: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) solid black;
  padding: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
  background-color: white;
}
#home .number-section .cta-btn {
  position: absolute;
  bottom: clamp(0px, calc((90 * var(--vw-with-scrollbar)) / 1920), 90px);
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#home .number-section .anim__image-3 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#home .number-section .h2-title__wrapper {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}
#home .number-section .h2-title__border {
  --animation-delay: 1.4s;
  animation-delay: 1.4s !important;
}
#home .number-section .number-section__text-item {
  --animation-delay: 1.5s;
  animation-delay: 1.5s !important;
}
#home .number-section .cta-btn {
  --animation-delay: 1.9s;
  animation-delay: 1.9s !important;
}
#home .recruit-section {
  align-items: stretch;
  padding: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px) clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
}
#home .recruit-section__top {
  display: flex;
  justify-content: space-between;
}
#home .recruit-section__link-col {
  display: flex;
  flex-direction: column;
  width: clamp(0px, calc((326 * var(--vw-with-scrollbar)) / 1920), 326px);
  margin-top: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  margin-right: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  align-items: stretch;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#home .recruit-section__link {
  position: relative;
  padding: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
  background-color: black;
}
#home .recruit-section__link-content {
  position: relative;
  padding: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  overflow: hidden;
}
#home .recruit-section__link-content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background-color: #DB5331;
  z-index: 0;
  border-radius: 50%;
  translate: -50% -50%;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 0;
}
#home .recruit-section__link-content-text {
  position: relative;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  font-weight: bold;
  line-height: 1.9;
  z-index: 1;
  transition: color 0.3s;
}
#home .recruit-section__link-content-icon {
  position: relative;
  z-index: 1;
  width: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  color: black;
  transition: color 0.3s;
}
#home .recruit-section__link:hover, #home .recruit-section__link:hover .recruit-section__link-content-icon {
  color: white !important;
}
#home .recruit-section__link:hover .recruit-section__link-content::before {
  transform: scale(1.2);
}
#home .recruit-section__middle {
  margin-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  margin-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  display: flex;
  justify-content: center;
}
#home .recruit-section__img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  padding-top: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#home .recruit-section__img-container {
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  box-sizing: border-box;
  border: solid black clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  overflow: hidden;
  line-height: 0;
}
#home .recruit-section__img {
  width: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  transition: transform 0.3s;
}
#home .recruit-section__img-col:hover .recruit-section__img {
  transform: scale(1.05);
}
#home .recruit-section__img-divider {
  margin-left: clamp(0px, calc((84 * var(--vw-with-scrollbar)) / 1920), 84px);
  margin-right: clamp(0px, calc((98 * var(--vw-with-scrollbar)) / 1920), 98px);
  width: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
}
#home .recruit-section__bottom {
  position: relative;
  width: clamp(0px, calc((1316 * var(--vw-with-scrollbar)) / 1920), 1316px);
  height: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  box-sizing: border-box;
  background-color: #F8F6F0;
  display: flex;
  justify-content: flex-end;
  border-radius: clamp(0px, calc((99 * var(--vw-with-scrollbar)) / 1920), 99px);
  overflow: hidden;
}
#home .recruit-section__bottom::before {
  position: absolute;
  inset: 0;
  content: "";
  border: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px) solid black;
  border-radius: inherit;
  pointer-events: none;
}
#home .recruit-section__bottom-left-row {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((217 * var(--vw-with-scrollbar)) / 1920), 217px);
}
#home .recruit-section__bottom-left-icon-wrapper {
  display: flex;
  height: 100%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  background-color: black;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#home .recruit-section__bottom-left-icon {
  width: clamp(0px, calc((84 * var(--vw-with-scrollbar)) / 1920), 84px);
}
#home .recruit-section__bottom-right-row {
  position: absolute;
  top: 50%;
  right: clamp(0px, calc((88 * var(--vw-with-scrollbar)) / 1920), 88px);
  gap: clamp(0px, calc((29 * var(--vw-with-scrollbar)) / 1920), 29px);
  align-items: end;
  translate: 0 -50%;
  display: flex;
  color: white;
}
#home .recruit-section__bottom-right-row h3 {
  white-space: nowrap;
}
#home .recruit-section__bottom-right-row .arrow-right-1 {
  width: clamp(0px, calc((52 * var(--vw-with-scrollbar)) / 1920), 52px);
  margin-bottom: clamp(0px, calc((7.25 * var(--vw-with-scrollbar)) / 1920), 7.25px);
}
#home .recruit-section__bottom-progress {
  width: clamp(0px, calc((453 * var(--vw-with-scrollbar)) / 1920), 453px);
  height: 100%;
  background-color: #DB5331;
  transition: width 1.2s ease;
}
#home .recruit-section__bottom:hover .recruit-section__bottom-progress {
  width: 100%;
}
#home .work-section {
  position: relative;
  padding: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px) clamp(0px, calc((376 * var(--vw-with-scrollbar)) / 1920), 376px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  align-items: stretch;
}
#home .work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/dot_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
  max-width: 100%;
}
#home .work-section .h2-p {
  max-width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  margin-top: 0;
  margin-bottom: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
#home .work-section .work-section-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  position: relative;
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  align-items: center;
  margin: 0 auto;
}
#home .work-section__content {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((87 * var(--vw-with-scrollbar)) / 1920), 87px);
}
#home .work-section__tabbar {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#home .work-section__tabbar-item {
  position: relative;
  box-sizing: border-box;
  padding-top: clamp(0px, calc((107 * var(--vw-with-scrollbar)) / 1920), 107px);
  padding-left: clamp(0px, calc((137 * var(--vw-with-scrollbar)) / 1920), 137px);
  display: flex;
  flex-direction: column;
  color: black;
  cursor: pointer;
}
#home .work-section__tabbar-item .c-tab-content__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
}
#home .work-section__tabbar-item .c-tab-content__wrapper::after {
  content: "";
  height: clamp(0px, calc((1.1 * var(--vw-with-scrollbar)) / 1920), 1.1px);
  width: 100%;
  background-color: black;
}
#home .work-section__tabbar-item .c-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  aspect-ratio: 1;
  border-radius: 50%;
}
#home .work-section__tabbar-item .c-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(0px, calc((191 * var(--vw-with-scrollbar)) / 1920), 191px);
  aspect-ratio: 1;
  border: clamp(0px, calc((9 * var(--vw-with-scrollbar)) / 1920), 9px) #1e28be solid;
  border-radius: inherit;
  object-fit: contain;
  z-index: 0;
}
#home .work-section__tabbar-item .c-icon::before {
  content: "click!!";
  position: absolute;
  top: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  left: 50%;
  translate: -50% 0;
  font-weight: 900;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: 1;
  color: #1e28be;
  z-index: 1;
}
#home .work-section__tabbar-item .c-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(0);
  transition: transform 0.3s;
  background-color: #1e28be;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}
#home .work-section__tabbar-item:hover .c-icon::after {
  transform: scale(1.01);
}
#home .work-section__tabbar-item .c-icon-i {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(0px, calc((90 * var(--vw-with-scrollbar)) / 1920), 90px);
  z-index: 2;
}
#home .work-section__tabbar-item .c-tab-content {
  position: relative;
  display: flex;
  align-items: end;
  z-index: 1;
  padding-left: clamp(0px, calc((22 * var(--vw-with-scrollbar)) / 1920), 22px);
}
#home .work-section__tabbar-item .c-tab-content__row {
  display: flex;
  align-items: end;
}
#home .work-section__tabbar-item .c-tab-content__number {
  width: clamp(0px, calc((101 * var(--vw-with-scrollbar)) / 1920), 101px);
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
  font-size: clamp(0px, calc((85 * var(--vw-with-scrollbar)) / 1920), 85px);
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding-bottom: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
}
#home .work-section__tabbar-item .c-tab-content__title {
  line-height: 1.25;
  padding-bottom: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#home .work-section__tabbar-item .c-tab-content__icon-wrapper {
  width: clamp(0px, calc((65 * var(--vw-with-scrollbar)) / 1920), 65px);
  height: clamp(0px, calc((55 * var(--vw-with-scrollbar)) / 1920), 55px);
  display: flex;
  align-items: start;
  box-sizing: border-box;
  padding-top: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
  padding-left: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
}
#home .work-section__tabbar-item .c-tab-content__icon {
  width: clamp(0px, calc((34 * var(--vw-with-scrollbar)) / 1920), 34px);
}
#home .work-section #work-tab-1 {
  padding-top: clamp(0px, calc((108 * var(--vw-with-scrollbar)) / 1920), 108px);
  padding-left: clamp(0px, calc((147 * var(--vw-with-scrollbar)) / 1920), 147px);
}
#home .work-section #work-tab-1 .c-icon-i {
  padding-right: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px);
}
#home .work-section #work-tab-1 .c-tab-content {
  padding-left: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
  padding-right: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
#home .work-section #work-tab-1 .c-tab-content__title {
  padding-left: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
  padding-right: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
}
#home .work-section #work-tab-2 .c-icon-i {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  padding-right: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
#home .work-section #work-tab-2 .c-tab-content {
  padding-right: 0;
}
#home .work-section #work-tab-2 .c-tab-content__title {
  padding-left: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
  padding-right: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
}
#home .work-section #work-tab-2 .c-tab-content__number {
  padding-bottom: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
}
#home .work-section #work-tab-2 .c-tab-content__icon-wrapper {
  position: relative;
  right: clamp(-6px, calc((-6 * var(--vw-with-scrollbar)) / 1920), 0px);
}
#home .work-section #work-tab-3 .c-tab-content__title {
  padding-left: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
  padding-right: clamp(0px, calc((13 * var(--vw-with-scrollbar)) / 1920), 13px);
}
#home .work-section__tabbar-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#home .work-section__tabbar-content-slide {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  width: clamp(0px, calc((712 * var(--vw-with-scrollbar)) / 1920), 712px);
  border-radius: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
#home .work-section__tabbar-content-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#home .work-section__tabbar-content-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid black;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}
#home .work-section__tabbar-content-slide .c-title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0px, calc((56 * var(--vw-with-scrollbar)) / 1920), 56px);
  background-color: #1e28be;
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  color: white;
  z-index: 1;
}
#home .work-section__tabbar-content-slide .c-title-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  background-color: black;
}
#home .work-section__tabbar-content-slide .c-title-container::after {
  content: "";
  height: clamp(0px, calc((1.1 * var(--vw-with-scrollbar)) / 1920), 1.1px);
  width: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
  background-color: white;
}
#home .work-section__tabbar-content-slide .c-title-container h3 {
  line-height: 1.25;
}
#home .work-section__tabbar-content-slide .c-content__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#home .work-section__tabbar-content-slide .c-content {
  display: flex;
  padding: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px) clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
}
#home .work-section__tabbar-content-slide .c-content-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: clamp(0px, calc((199 * var(--vw-with-scrollbar)) / 1920), 199px);
  box-sizing: border-box;
  align-items: center;
  padding-left: clamp(0px, calc((59 * var(--vw-with-scrollbar)) / 1920), 59px);
  padding-right: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  background-color: rgba(255, 255, 255, 0.8);
}
#home .work-section .cta-btn {
  position: absolute;
  right: clamp(-155px, calc((-155 * var(--vw-with-scrollbar)) / 1920), 0px);
  bottom: clamp(-170px, calc((-170 * var(--vw-with-scrollbar)) / 1920), 0px);
}
@media (min-width: 1025px) {
  #home .special-section .h2-timeline {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .special-section .special-section__content-text {
    --animation-delay: 1.5s;
    animation-delay: 1.5s !important;
  }
  #home .special-section .step-3 {
    --animation-delay: 1.9s;
    animation-delay: 1.9s !important;
  }
  #home .sdgs-section .sdgs-section__inner-bg-img {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .sdgs-section .h2-title__wrapper {
    --animation-delay: 0.5s;
    animation-delay: 0.5s !important;
  }
  #home .sdgs-section .h2-title__border {
    --animation-delay: 0.9s;
    animation-delay: 0.9s !important;
  }
  #home .sdgs-section .h2-subtitle {
    --animation-delay: 1.5s;
    animation-delay: 1.5s !important;
  }
  #home .sdgs-section .sdgs-section__text-item {
    --animation-delay: 2s;
    animation-delay: 2s !important;
  }
  #home .sdgs-section .sdgs-section__button {
    --animation-delay: 2.4s;
    animation-delay: 2.4s !important;
  }
  #home .recruit-section .h2-timeline {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .recruit-section .recruit-section__link-col {
    --animation-delay: 2s;
    animation-delay: 2s !important;
  }
  #home .recruit-section .recruit-section__img-col {
    --animation-delay: 2.5s;
    animation-delay: 2.5s !important;
  }
  #home .recruit-section .recruit-section__bottom {
    --animation-delay: 3s;
    animation-delay: 3s !important;
  }
  #home .work-section .h2-timeline {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .work-section .work-section__tabbar {
    --animation-delay: 2s;
    animation-delay: 2s !important;
  }
  #home .work-section .work-section__tabbar-content {
    --animation-delay: 1.9s;
    animation-delay: 1.9s !important;
  }
  #home .work-section .cta-btn {
    --animation-delay: 2.15s;
    animation-delay: 2.15s !important;
  }
  #home .person-section .h2-title__wrapper {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .person-section .h2-title__border {
    --animation-delay: 0.4s;
    animation-delay: 0.4s !important;
  }
  #home .person-section .h2-p {
    --animation-delay: 0.5s;
    animation-delay: 0.5s !important;
  }
  #home .person-section .slider-frame__title {
    --animation-delay: 1.5s;
    animation-delay: 1.5s !important;
  }
  #home .person-section .anim__popup {
    --animation-delay: 2s;
    animation-delay: 2s !important;
  }
  #home .person-section .c-img__person {
    --animation-delay: 2.6s;
    animation-delay: 2.6s !important;
  }
  #home .person-section .person-section__card {
    --animation-delay: 3.1s;
    animation-delay: 3.1s !important;
  }
  #home .about-section__content .h2-timeline {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .about-section__content .about-section__image {
    --animation-delay: 1.5s;
    animation-delay: 1.5s !important;
  }
  #home .banner-section .anim__text-3 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .banner-section .anim__banner-rtl {
    --animation-delay: 2.4s;
    animation-delay: 2.4s !important;
  }
}
@media (max-width: 1024px) {
  #home .h2-landscape {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #home .h2-landscape .h2-p {
    width: 100%;
    margin-top: calc(30 * var(--vw-with-scrollbar) / 400);
    margin-bottom: 0;
  }
  #home #page-home > section {
    padding-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .top-mv {
    height: 100vh;
    padding-bottom: 0 !important;
    margin-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .play-mv {
    width: calc(155 * var(--vw-with-scrollbar) / 400);
    height: calc(155 * var(--vw-with-scrollbar) / 400);
  }
  #home .play-mv__play-icon {
    width: calc(50 * var(--vw-with-scrollbar) / 400);
    fill-opacity: 0.5;
  }
  #home .play-mv__circle-text {
    width: calc(113 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section {
    padding: 0;
    gap: calc(100 * var(--vw-with-scrollbar) / 400);
    width: calc(400 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__content {
    flex-direction: column;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 400);
    align-self: stretch;
    margin-bottom: 0;
  }
  #home .about-section__intro {
    width: 100%;
    padding-top: 0;
  }
  #home .about-section__title-col {
    gap: 0;
  }
  #home .about-section__title-row {
    align-items: flex-end;
    gap: 0;
  }
  #home .about-section__badge {
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke: calc(2 * var(--vw-with-scrollbar) / 400) black;
    line-height: 1;
  }
  #home .about-section__badge--fixed {
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__title-frame {
    padding: calc(17 * var(--vw-with-scrollbar) / 400);
    font-size: calc(40 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__title-frame--border-top {
    border-top: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
    border-left: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
    border-right: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
    border-bottom: none;
  }
  #home .about-section__title-frame--border-bottom {
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
    align-self: stretch;
  }
  #home .about-section__description {
    width: 100%;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 1.8em;
  }
  #home .about-section__image-wrapper {
    width: 100%;
    height: calc(248.73 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
    border: calc(5 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .about-section__cards {
    flex-direction: column;
    gap: calc(100 * var(--vw-with-scrollbar) / 400);
    width: calc(353 * var(--vw-with-scrollbar) / 400);
    align-self: center;
    margin-bottom: 0;
  }
  #home .about-section .cta-btn {
    align-self: center;
  }
  #home .about-section__card {
    width: 100%;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-image-wrapper {
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
  }
  #home .about-section__card-image {
    width: 100%;
    height: calc(352 * var(--vw-with-scrollbar) / 400);
    border-radius: 50%;
    border: calc(10 * var(--vw-with-scrollbar) / 400) solid #129D3C;
  }
  #home .about-section__card-badge {
    width: calc(167.44 * var(--vw-with-scrollbar) / 400);
    height: calc(135 * var(--vw-with-scrollbar) / 400);
    top: calc(-25 * var(--vw-with-scrollbar) / 400);
    left: 0;
  }
  #home .about-section__card-badge-inner {
    left: 0;
    top: 0;
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(50 * var(--vw-with-scrollbar) / 400);
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-badge-number {
    width: calc(101.12 * var(--vw-with-scrollbar) / 400);
    height: calc(67.61 * var(--vw-with-scrollbar) / 400);
    top: calc(50 * var(--vw-with-scrollbar) / 400);
    left: calc(27.77 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-badge-number-bg {
    left: calc(32.64 * var(--vw-with-scrollbar) / 400);
    top: calc(60.95 * var(--vw-with-scrollbar) / 400);
    font-size: calc(69.52 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-badge-number-fg {
    font-size: calc(69.52 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke: calc(1.006 * var(--vw-with-scrollbar) / 400) black;
  }
  #home .about-section__card-badge-circle {
    left: calc(55.56 * var(--vw-with-scrollbar) / 400);
    top: calc(35 * var(--vw-with-scrollbar) / 400);
    width: calc(100 * var(--vw-with-scrollbar) / 400);
    height: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-title-frame {
    width: 100%;
    padding: calc(45 * var(--vw-with-scrollbar) / 400) calc(10 * var(--vw-with-scrollbar) / 400);
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-title {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
  }
  #home .about-section__card-arrow {
    width: calc(44 * var(--vw-with-scrollbar) / 400);
    height: calc(29.85 * var(--vw-with-scrollbar) / 400);
  }
  #home .banner-section {
    padding-bottom: 0 !important;
    margin-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .banner-section__text {
    font-size: calc(56 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke: calc(4 * var(--vw-with-scrollbar) / 400) black;
  }
  #home .vr-section {
    padding-bottom: 0;
    padding: 0;
  }
  #home .vr-section__container {
    width: 100%;
    height: calc(524 * var(--vw-with-scrollbar) / 400);
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 400);
    box-sizing: border-box;
  }
  #home .vr-section__banner {
    width: calc(352 * var(--vw-with-scrollbar) / 400);
  }
  #home .vr-section__banner-content {
    position: absolute;
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    align-items: center;
  }
  #home .vr-section__title {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    letter-spacing: 0;
    width: 100%;
  }
  #home .vr-section__button {
    gap: calc(12.65 * var(--vw-with-scrollbar) / 400);
    padding: calc(10 * var(--vw-with-scrollbar) / 400) calc(15 * var(--vw-with-scrollbar) / 400);
  }
  #home .vr-section__button-icon {
    width: calc(39.54 * var(--vw-with-scrollbar) / 400);
    height: calc(31.63 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  #home .vr-section__button-text {
    max-width: calc(62 * var(--vw-with-scrollbar) / 400);
    font-size: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .vr-section__button-arrow {
    position: static;
    width: calc(11.78 * var(--vw-with-scrollbar) / 400);
    height: calc(8.08 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  #home .special-section {
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__title {
    padding: 0 calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__content {
    border-top: calc(1 * var(--vw-with-scrollbar) / 400) solid black;
    border-bottom: calc(1 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .special-section__content-inner {
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
    padding: calc(50 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__content-text {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__content-deco {
    top: unset;
    bottom: calc(17 * var(--vw-with-scrollbar) / 400);
    left: calc(19 * var(--vw-with-scrollbar) / 400);
    width: calc(366 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__content-btn-icon {
    width: calc(35 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section .cta-btn__content {
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .special-section__content::before {
    background-image: url("../../assets/img/home/special_bg-sp.png");
  }
  #home .special-section .special-section__content-text {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .special-section .step-3 {
    --animation-delay: 0.4s;
    animation-delay: 0.4s !important;
  }
  #home .sdgs-section {
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 400);
    margin: 0;
  }
  #home .sdgs-section__container {
    position: static;
    padding: 0;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: calc(150 * var(--vw-with-scrollbar) / 400);
  }
  #home .sdgs-section__title-group {
    position: relative;
    width: fit-content;
  }
  #home .sdgs-section__title-icon {
    width: calc(150 * var(--vw-with-scrollbar) / 400);
    padding: calc(13 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .sdgs-section__inner-bg-img {
    top: calc(85 * var(--vw-with-scrollbar) / 400);
    width: 100%;
    height: calc(576 * var(--vw-with-scrollbar) / 400);
    object-fit: cover;
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .sdgs-section__content {
    position: static;
    flex-direction: column;
    align-items: start;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
    padding: 0;
    height: fit-content;
  }
  #home .sdgs-section__text-group {
    gap: calc(16 * var(--vw-with-scrollbar) / 400);
  }
  #home .sdgs-section__text-item {
    border-width: calc(2 * var(--vw-with-scrollbar) / 400);
    padding: calc(8 * var(--vw-with-scrollbar) / 400) calc(28 * var(--vw-with-scrollbar) / 400);
  }
  #home .sdgs-section__text {
    line-height: 1.8;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
  }
  #home .sdgs-section__button {
    bottom: unset;
    right: unset;
    position: relative;
  }
  #home .sdgs-section__button-external {
    width: calc(35 * var(--vw-with-scrollbar) / 400);
    height: auto;
  }
  #home .history-section {
    padding: 0 !important;
  }
  #home .history-section__content {
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
    align-items: center;
  }
  #home .history-section__content-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .history-section__content-wrapper {
    padding: calc(100 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    padding-bottom: 0 !important;
  }
  #home .history-section__top {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .history-section .h2-subtitle {
    border-width: calc(3 * var(--vw-with-scrollbar) / 400);
    padding: calc(12 * var(--vw-with-scrollbar) / 400) calc(17 * var(--vw-with-scrollbar) / 400);
  }
  #home .history-section .h2-p {
    width: 100%;
  }
  #home .history-section__lead-col {
    align-items: flex-start;
    max-width: 100%;
  }
  #home .history-section__lead {
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    text-align: left;
    line-height: 1.7;
  }
  #home .history-section__image-wrapper {
    width: 100%;
    height: fit-content;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
    margin: 0;
  }
  #home .history-section__image-wrapper::before {
    border: calc(8 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .history-section__image {
    width: 100%;
    height: calc(250 * var(--vw-with-scrollbar) / 400);
  }
  #home .history-section .cta-btn {
    position: static;
    align-self: flex-end;
  }
  #home .history-section__footer-title {
    width: fit-content;
    font-size: calc(32 * var(--vw-with-scrollbar) / 400);
    text-shadow: calc(3 * var(--vw-with-scrollbar) / 400) calc(3 * var(--vw-with-scrollbar) / 400) 0 black;
    text-align: start;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .history-section__footer-title .left-padding {
    display: inline-block;
    padding-left: 0.2em;
  }
  #home .number-section {
    position: relative;
    height: calc(670 * var(--vw-with-scrollbar) / 400);
    padding-bottom: 0 !important;
    margin-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .number-section__content {
    padding: calc(50 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    justify-content: space-between;
  }
  #home .number-section__content-col {
    height: fit-content;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .number-section__text-col {
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .number-section__text-item {
    border: calc(2 * var(--vw-with-scrollbar) / 400) solid black;
    padding: calc(8 * var(--vw-with-scrollbar) / 400);
  }
  #home .number-section .cta-btn {
    align-self: flex-end;
    position: static;
  }
  #home .recruit-section {
    align-items: stretch;
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 400);
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__top {
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__link-col {
    width: 100%;
    margin: 0;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__link {
    padding: calc(3 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__link-content {
    position: relative;
    padding: calc(12 * var(--vw-with-scrollbar) / 400);
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__link-content-text {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: 1.8;
  }
  #home .recruit-section__link-content-icon {
    width: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__middle {
    margin: 0;
    flex-direction: column;
    gap: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__img-col {
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    padding-top: 0;
  }
  #home .recruit-section__img-container {
    border-radius: calc(40 * var(--vw-with-scrollbar) / 400);
    border: solid black calc(4 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__img {
    width: 100%;
  }
  #home .recruit-section__img-divider {
    margin-left: calc(84 * var(--vw-with-scrollbar) / 400);
    margin-right: calc(98 * var(--vw-with-scrollbar) / 400);
    width: calc(6 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__bottom {
    position: relative;
    width: 100%;
    height: calc(180 * var(--vw-with-scrollbar) / 400);
    box-sizing: border-box;
    align-items: end;
    justify-content: center;
    border: solid 0px transparent;
    background-color: transparent;
  }
  #home .recruit-section__bottom::before {
    display: none;
  }
  #home .recruit-section__bottom-left-row {
    top: 0;
    left: 0;
    translate: unset;
    width: 100%;
    box-sizing: border-box;
    height: calc(100 * var(--vw-with-scrollbar) / 400);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: calc(15 * var(--vw-with-scrollbar) / 400);
    background-color: #F8F6F0;
    border-radius: calc(100 * var(--vw-with-scrollbar) / 400);
    overflow: hidden;
  }
  #home .recruit-section__bottom-left-row::before {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: calc(100 * var(--vw-with-scrollbar) / 400);
    border: calc(5 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .recruit-section__bottom-left-icon-wrapper {
    display: flex;
    height: 100%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 50%;
  }
  #home .recruit-section__bottom-left-icon {
    width: calc(56 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__bottom-right-row {
    top: unset;
    right: unset;
    translate: unset;
    position: static;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #DB5331;
    border: calc(5 * var(--vw-with-scrollbar) / 400) solid black;
    border-radius: calc(60 * var(--vw-with-scrollbar) / 400);
    padding: calc(25 * var(--vw-with-scrollbar) / 400);
  }
  #home .recruit-section__bottom-right-row .arrow-right-1 {
    width: calc(38 * var(--vw-with-scrollbar) / 400);
    margin-bottom: 0;
  }
  #home .work-section {
    position: relative;
    padding: calc(100 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    align-items: stretch;
    gap: 0;
  }
  #home .work-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(1920 * var(--vw-with-scrollbar) / 400);
    height: 100%;
    background-image: url("../../assets/img/home/dot_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
  }
  #home .work-section .h2-timeline {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }
  #home .work-section .h2-timeline-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #home .work-section .h2-p {
    max-width: fit-content;
    margin-top: calc(30 * var(--vw-with-scrollbar) / 400);
    margin-bottom: 0;
  }
  #home .work-section .work-section-inner {
    gap: 0;
    width: fit-content;
  }
  #home .work-section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
    margin-top: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar {
    width: 100%;
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    justify-content: space-between;
    flex-direction: row;
  }
  #home .work-section__tabbar-item {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    gap: calc(8 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-tab-content__wrapper {
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-tab-content__wrapper::after {
    height: calc(1.1 * var(--vw-with-scrollbar) / 400);
    width: 100%;
    background-color: black;
  }
  #home .work-section__tabbar-item .c-icon {
    position: relative;
    width: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-icon-i {
    padding: 0 !important;
    width: calc(38 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-icon-img {
    width: calc(95 * var(--vw-with-scrollbar) / 400);
    border: calc(5 * var(--vw-with-scrollbar) / 400) #1e28be solid;
  }
  #home .work-section__tabbar-item .c-icon::before {
    content: "tap!!";
    top: calc(8 * var(--vw-with-scrollbar) / 400);
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(8 * var(--vw-with-scrollbar) / 400);
    z-index: 1;
  }
  #home .work-section__tabbar-item .c-tab-content {
    padding-left: 0 !important;
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    flex-direction: column;
    align-items: center;
  }
  #home .work-section__tabbar-item .c-tab-content__row {
    align-items: center;
    gap: calc(8 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-tab-content__number {
    width: calc(48 * var(--vw-with-scrollbar) / 400);
    font-size: calc(40 * var(--vw-with-scrollbar) / 400);
    padding-bottom: 0 !important;
  }
  #home .work-section__tabbar-item .c-tab-content__title {
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 1;
    padding-bottom: 0 !important;
  }
  #home .work-section__tabbar-item .c-tab-content__icon-wrapper {
    width: fit-content;
    height: fit-content;
    padding: 0 !important;
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .c-tab-content__icon {
    position: static;
    width: calc(34 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-item .arrow-bottom-1 {
    width: calc(23 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section #work-tab-1 .c-icon-i {
    width: calc(38 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section #work-tab-2 .c-icon-i {
    width: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section #work-tab-3 .c-icon-i {
    width: calc(45 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-content {
    display: flex;
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 400);
    margin-bottom: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-content-slide {
    width: 100%;
    border-radius: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-content-slide::before {
    border: calc(4 * var(--vw-with-scrollbar) / 400) solid black;
  }
  #home .work-section__tabbar-content-slide .c-title-container {
    padding: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-content-slide .c-title-container::before {
    height: calc(4 * var(--vw-with-scrollbar) / 400);
  }
  #home .work-section__tabbar-content-slide .c-title-container::after {
    display: none;
  }
  #home .work-section__tabbar-content-slide .c-title-container h3 {
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.08em;
  }
  #home .work-section__tabbar-content-slide .c-content {
    position: relative;
    padding: 0;
  }
  #home .work-section__tabbar-content-slide .c-content-inner {
    height: fit-content;
    padding: calc(50 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    padding-top: calc(45 * var(--vw-with-scrollbar) / 400);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #home .work-section .cta-btn {
    position: static;
    align-self: center;
  }
  #home .person-section {
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section__card {
    width: 100%;
    height: fit-content;
    flex-direction: column;
    align-items: stretch;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section__card::before {
    display: none;
  }
  #home .person-section__card::after {
    border-width: calc(5 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section__card .c-title {
    padding: calc(20 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke-width: calc(2 * var(--vw-with-scrollbar) / 400);
    z-index: 1;
  }
  #home .person-section__card .c-title::before {
    top: unset;
    bottom: 0;
    width: 100%;
    height: calc(5 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section__card .c-content {
    position: relative;
    display: flex;
    height: calc(145 * var(--vw-with-scrollbar) / 400);
    z-index: 0;
  }
  #home .person-section__card .c-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../assets/img/home/person_card_bg_sp.webp");
    background-size: 100%;
    background-position: center;
    transition: transform 0.3s;
  }
  #home .person-section__card:hover .c-content::before {
    transform: scale(1.06);
  }
  #home .person-section__card .c-content__icon {
    position: absolute;
    right: calc(21 * var(--vw-with-scrollbar) / 400);
    bottom: calc(18 * var(--vw-with-scrollbar) / 400);
    width: calc(53 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .cta-btn {
    position: relative;
    top: unset;
    right: unset;
    align-self: center;
    margin-bottom: calc(110 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(52 * var(--vw-with-scrollbar) / 400);
    margin-bottom: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(52 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-frame__title {
    position: static;
    width: fit-content;
    height: fit-content;
    padding: calc(10 * var(--vw-with-scrollbar) / 400) calc(50 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(999 * var(--vw-with-scrollbar) / 400);
    -webkit-text-stroke-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-nav {
    gap: calc(17 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .swiper-button-prev,
  #home .person-section .swiper-button-next {
    width: calc(60 * var(--vw-with-scrollbar) / 400);
    height: calc(60 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .swiper-button-prev svg,
  #home .person-section .swiper-button-next svg {
    width: calc(28 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .swiper-pagination {
    gap: calc(17 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .swiper-pagination-bullet {
    width: calc(15 * var(--vw-with-scrollbar) / 400) !important;
  }
  #home .person-section .swiper {
    width: calc(300 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-slide .c-tag {
    margin-top: calc(-41 * var(--vw-with-scrollbar) / 400);
    margin-bottom: 0;
    padding: calc(20 * var(--vw-with-scrollbar) / 400) calc(35 * var(--vw-with-scrollbar) / 400);
    gap: calc(5 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-slide .c-tag::before {
    border-width: calc(2 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-slide .c-circle-text {
    top: calc(52 * var(--vw-with-scrollbar) / 400);
    animation-play-state: running;
  }
  #home .person-section .slider-slide .c-img__person {
    width: calc(241 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-slide .c-tag__name {
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
  }
  #home .person-section .slider-slide .c-tag__date {
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
  }
  #home .slider-slide .anim__popup {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .slider-slide .c-img__person {
    --animation-delay: 0.6s;
    animation-delay: 0.6s !important;
  }
  #home .banner-section .anim__text-3 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #home .banner-section .anim__banner-rtl {
    --animation-delay: 1.9s;
    animation-delay: 1.9s !important;
  }
}
#home .loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  z-index: 100;
  color: #129D3C;
  min-height: clamp(0px, calc((1000 * var(--vw-with-scrollbar)) / 1920), 1000px);
  overflow-y: auto;
}
#home .loading.hide {
  display: none;
}
#home .loading .loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home .loading .bg-row {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#home .loading .bg-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: clamp(0px, calc((904 * var(--vw-with-scrollbar)) / 1920), 904px);
}
#home .loading .spacer {
  flex: 1;
  height: 100%;
  background-color: #F8F6F0;
}
#home .loading .mask {
  position: relative;
  width: clamp(0px, calc((904 * var(--vw-with-scrollbar)) / 1920), 904px);
  height: clamp(0px, calc((550 * var(--vw-with-scrollbar)) / 1920), 550px);
  flex-shrink: 0;
  background-image: url(../../assets/img/home/loading_mask.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#home .loading .mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F8F6F0;
  opacity: 1;
  transition: opacity 0.6s;
}
#home .loading .mask.on::before {
  opacity: 0;
}
#home .loading h1 {
  font-size: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  line-height: 1;
}
#home .loading h2 {
  font-size: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  line-height: 1;
}
#home .loading #bottom-h1 {
  position: absolute;
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  bottom: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
}
#home .loading .company-name-col {
  position: absolute;
  left: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  bottom: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((22 * var(--vw-with-scrollbar)) / 1920), 22px);
  color: black;
  z-index: 2;
}
#home .loading .company-name-title {
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  font-weight: 900;
  line-height: 1.2;
}
#home .loading .company-name-subtitle {
  font-size: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  font-weight: 500;
  line-height: 1.02;
}
#home .loading .rabbit {
  position: absolute;
  color: white;
  top: clamp(0px, calc((112 * var(--vw-with-scrollbar)) / 1920), 112px);
  right: clamp(0px, calc((210 * var(--vw-with-scrollbar)) / 1920), 210px);
  width: clamp(0px, calc((678 * var(--vw-with-scrollbar)) / 1920), 678px);
  transition: 0.6s opacity;
}
#home .loading .rabbit svg {
  transform: rotate(24deg) scaleY(-1);
}
#home .loading .rabbit.on {
  opacity: 0 !important;
}
#home .loading .small-rabbit {
  position: absolute;
  color: white;
}
#home .loading .small-rabbit svg {
  transform: rotate(163deg);
}
#home .loading #small-rabbit-1 {
  top: clamp(0px, calc((440 * var(--vw-with-scrollbar)) / 1920), 440px);
  left: clamp(0px, calc((54 * var(--vw-with-scrollbar)) / 1920), 54px);
  width: clamp(0px, calc((267 * var(--vw-with-scrollbar)) / 1920), 267px);
}
#home .loading #small-rabbit-2 {
  top: clamp(0px, calc((530 * var(--vw-with-scrollbar)) / 1920), 530px);
  left: clamp(0px, calc((348 * var(--vw-with-scrollbar)) / 1920), 348px);
  width: clamp(0px, calc((192 * var(--vw-with-scrollbar)) / 1920), 192px);
}
#home .loading #small-rabbit-3 {
  top: clamp(0px, calc((661 * var(--vw-with-scrollbar)) / 1920), 661px);
  left: clamp(0px, calc((104 * var(--vw-with-scrollbar)) / 1920), 104px);
  width: clamp(0px, calc((341 * var(--vw-with-scrollbar)) / 1920), 341px);
}
#home .loading .anim__clip-ltr,
#home .loading .anim__clip-top-to-bottom {
  animation-duration: 0.7s;
}
#home .loading .anim__popup,
#home .loading .anim__popup-right {
  animation-duration: 0.8s;
}
#home .loading .anim__fade-y {
  animation-duration: 0.8s;
}
#home .loading .top-left-text-group {
  position: absolute;
  top: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  left: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  display: flex;
  align-items: start;
  gap: clamp(0px, calc((97 * var(--vw-with-scrollbar)) / 1920), 97px);
}
#home .loading .top-left-text-group .group-1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#home .loading .top-left-text-group .group-2 {
  display: flex;
  align-items: end;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#home .loading .top-left-text-group .group-3 {
  display: flex;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
@media (max-width: 1024px) {
  #home .loading {
    min-height: calc(710 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .spacer:first-child {
    max-height: calc(348 * var(--vw-with-scrollbar) / 400);
    min-height: calc(348 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .bg-col {
    width: 100%;
    height: 100%;
  }
  #home .loading .mask {
    width: calc(400 * var(--vw-with-scrollbar) / 400);
    height: calc(248 * var(--vw-with-scrollbar) / 400);
    flex-shrink: 0;
    background-image: url(../../assets/img/home/loading_mask_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #home .loading h1 {
    font-size: calc(56 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading h2 {
    font-size: calc(40 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading #bottom-h1 {
    bottom: unset;
    top: calc(50 * var(--vw-with-scrollbar) / 400);
    right: calc(24 * var(--vw-with-scrollbar) / 400);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #home .loading .company-name-col {
    top: calc(528 * var(--vw-with-scrollbar) / 400);
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: calc(21 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    gap: calc(17 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .company-name-title {
    font-size: calc(36 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .company-name-subtitle {
    font-size: calc(15 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .rabbit {
    width: calc(350 * var(--vw-with-scrollbar) / 400);
    top: calc(371.5 * var(--vw-with-scrollbar) / 400);
    right: unset;
    padding-right: calc(5 * var(--vw-with-scrollbar) / 400);
    left: 50%;
    transform: translateX(-50%);
  }
  #home .loading .top-left-text-group {
    left: calc(24 * var(--vw-with-scrollbar) / 400);
    top: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .top-left-text-group,
  #home .loading .group-1,
  #home .loading .group-2,
  #home .loading .group-3 {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start;
    gap: calc(20 * var(--vw-with-scrollbar) / 400) !important;
  }
  #home .loading .top-left-text-group *,
  #home .loading .group-1 *,
  #home .loading .group-2 *,
  #home .loading .group-3 * {
    writing-mode: horizontal-tb;
    text-orientation: upright;
  }
  #home .loading .small-rabbit {
    width: calc(98 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading .small-rabbit svg {
    transform: unset;
  }
  #home .loading #small-rabbit-4 {
    top: calc(25 * var(--vw-with-scrollbar) / 400);
    right: calc(123 * var(--vw-with-scrollbar) / 400);
  }
  #home .loading #small-rabbit-5 {
    top: calc(82 * var(--vw-with-scrollbar) / 400);
    right: calc(85 * var(--vw-with-scrollbar) / 400);
  }
}

.loading-active * {
  animation-play-state: paused !important;
}

.loading-active .loading * {
  animation-play-state: running !important;
}

#page-about .hide {
  display: none;
}
#page-about .about-fv .c-feature-img {
  background-image: url("../../assets/img/about/about_fv.webp");
}
#page-about .about-video {
  padding-top: clamp(0px, calc((208 * var(--vw-with-scrollbar)) / 1920), 208px);
  padding-inline: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  box-sizing: border-box;
}
#page-about .about-video__pc,
#page-about .about-video__sp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#page-about .about-video__frame {
  position: relative;
  width: clamp(0px, calc((1720 * var(--vw-with-scrollbar)) / 1920), 1720px);
  padding-top: clamp(0px, calc((169 * var(--vw-with-scrollbar)) / 1920), 169px);
  padding-bottom: clamp(0px, calc((135 * var(--vw-with-scrollbar)) / 1920), 135px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  background-color: #129D3C;
  border-radius: 0 0 clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px) clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  box-sizing: border-box;
}
#page-about .about-video__video-wrapper {
  position: relative;
  width: clamp(0px, calc((900 * var(--vw-with-scrollbar)) / 1920), 900px);
  height: clamp(0px, calc((562.5 * var(--vw-with-scrollbar)) / 1920), 562.5px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  box-sizing: border-box;
}
#page-about .about-video__video-link {
  display: block;
  width: 100%;
  height: 100%;
}
#page-about .about-video__video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: border-box;
  overflow: hidden;
}
#page-about .about-video__video-overlay-yt {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: border-box;
}
#page-about .about-video__video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: border-box;
}
#page-about .about-video__video-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-sizing: border-box;
  border: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px) solid white;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), rgba(62, 57, 45, 0.62);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-about .about-video__play {
  position: absolute;
  top: 62%;
  left: 50%;
  translate: -50% -50%;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  z-index: 1;
}
#page-about .about-video__play-circle {
  width: clamp(0px, calc((208.52 * var(--vw-with-scrollbar)) / 1920), 208.52px);
  height: clamp(0px, calc((198.83 * var(--vw-with-scrollbar)) / 1920), 198.83px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#page-about .about-video__play-icon {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  height: auto;
}
#page-about .about-video__play-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #e01221;
}
#page-about .about-video__pc.is-playing .about-video__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
#page-about .about-video__caption-link {
  text-decoration-line: underline;
  text-underline-offset: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
}
#page-about .about-video__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((33.0934333801 * var(--vw-with-scrollbar)) / 1920), 33.0934333801px);
  line-height: 1;
  display: flex;
  align-items: center;
  color: #ffffff;
}
#page-about .about-video__hand {
  display: inline-block;
  transform-origin: bottom center;
}
#page-about .about-video__caption-link:hover + .about-video__hand {
  animation: swing-hand 0.6s ease-in-out infinite alternate;
}
#page-about .about-video__rabbit {
  position: absolute;
  width: clamp(0px, calc((792 * var(--vw-with-scrollbar)) / 1920), 792px);
  height: auto;
  color: #ffffff;
  opacity: 0.8;
  pointer-events: none;
}
#page-about .about-video__rabbit--left {
  left: clamp(-100px, calc((-100 * var(--vw-with-scrollbar)) / 1920), 0px);
  bottom: clamp(-130px, calc((-130 * var(--vw-with-scrollbar)) / 1920), 0px);
}
#page-about .about-video__rabbit svg {
  width: clamp(0px, calc((573 * var(--vw-with-scrollbar)) / 1920), 573px);
  height: clamp(0px, calc((619 * var(--vw-with-scrollbar)) / 1920), 619px);
  object-fit: contain;
}
#page-about .about-video__rabbit--right {
  right: clamp(-320px, calc((-320 * var(--vw-with-scrollbar)) / 1920), 0px);
  top: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
}
#page-about .about-video__brand {
  position: absolute;
  width: clamp(0px, calc((1817 * var(--vw-with-scrollbar)) / 1920), 1817px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
  z-index: 5;
  top: clamp(-50px, calc((-50 * var(--vw-with-scrollbar)) / 1920), 0px);
}
#page-about .about-video__brand-shadow,
#page-about .about-video__brand-main {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((96.7827 * var(--vw-with-scrollbar)) / 1920), 96.7827px);
  line-height: 1;
  white-space: nowrap;
  height: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px) !important;
}
#page-about .about-video__brand-shadow {
  left: clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
  top: clamp(0px, calc((5.61 * var(--vw-with-scrollbar)) / 1920), 5.61px);
  color: #000000;
}
#page-about .about-video__brand-main {
  color: #ffffff;
  -webkit-text-stroke: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) #000000;
}
#page-about .about-video__content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((96.7827 * var(--vw-with-scrollbar)) / 1920), 96.7827px);
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  -webkit-text-stroke: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) #000000;
}
#page-about .banner-section {
  width: 100%;
  display: flex;
  margin-bottom: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-about .banner-section__text {
  font-weight: 900;
  font-size: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
  line-height: 1.5;
  color: #129D3C;
  -webkit-text-stroke: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) black;
  paint-order: stroke fill;
  white-space: nowrap;
}
#page-about .banner-section .anim__text-3 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-about .banner-section .anim__banner-rtl {
  --animation-delay: 3.7s;
  animation-delay: 3.7s !important;
}
#page-about .banner-section .anim__banner-rtl {
  --animation-delay: 2s;
  animation-delay: 2s !important;
}
#page-about .about-introduce {
  padding-top: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-about .about-introduce__content-out {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-about .about-introduce__content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 70%;
  text-align: center;
  color: #000000;
}
#page-about .about-introduce__text {
  position: relative;
}
#page-about .about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0px, calc((202 * var(--vw-with-scrollbar)) / 1920), 202px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px) clamp(0px, calc((252.15 * var(--vw-with-scrollbar)) / 1920), 252.15px);
  gap: clamp(0px, calc((145 * var(--vw-with-scrollbar)) / 1920), 145px);
}
#page-about .about-section__content {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  gap: clamp(0px, calc((46 * var(--vw-with-scrollbar)) / 1920), 46px);
}
#page-about .about-section__intro {
  display: flex;
  flex-direction: column;
  width: clamp(0px, calc((614 * var(--vw-with-scrollbar)) / 1920), 614px);
  padding-top: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
}
#page-about .about-section__title-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  align-self: stretch;
}
#page-about .about-section__title-row {
  display: flex;
  align-items: flex-end;
}
#page-about .about-section__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  background-color: #129D3C;
  color: white;
  -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
  paint-order: stroke fill;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  font-weight: 700;
}
#page-about .about-section__badge--fixed {
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
}
#page-about .about-section__title-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#page-about .about-section__title-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  font-size: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
  font-weight: 700;
  line-height: 1em;
}
#page-about .about-section__title-frame--border-top {
  border-top: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-left: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  border-right: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
}
#page-about .about-section__title-frame--border-bottom {
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
}
#page-about .about-section__description {
  width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  font-weight: 400;
  line-height: 2em;
}
#page-about .about-section__image-wrapper {
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  height: clamp(0px, calc((495 * var(--vw-with-scrollbar)) / 1920), 495px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid black;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
}
#page-about .about-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-about .about-section__cards {
  padding-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  display: flex;
  justify-content: center;
}
#page-about .about-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  width: clamp(0px, calc((498 * var(--vw-with-scrollbar)) / 1920), 498px);
  position: relative;
  height: fit-content;
}
#page-about .about-section__card-image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: clamp(0px, calc((404.75 * var(--vw-with-scrollbar)) / 1920), 404.75px);
}
#page-about .about-section__card-image-container {
  position: relative;
  z-index: 0;
  line-height: 0;
}
#page-about .about-section__card-image-container::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #129D3C;
  border-radius: 50%;
  z-index: 0;
}
#page-about .about-section__card-image {
  position: relative;
  width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  height: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  border-radius: 50%;
  border: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) solid #129D3C;
  object-fit: cover;
  box-sizing: border-box;
  z-index: 1;
}
#page-about .about-section__card-badge {
  position: relative;
  left: 0;
  top: clamp(0px, calc((11 * var(--vw-with-scrollbar)) / 1920), 11px);
  width: clamp(0px, calc((215.36 * var(--vw-with-scrollbar)) / 1920), 215.36px);
  height: clamp(0px, calc((199 * var(--vw-with-scrollbar)) / 1920), 199px);
  z-index: 1;
}
#page-about .about-section__card-badge-inner {
  position: absolute;
  left: clamp(0px, calc((12.44 * var(--vw-with-scrollbar)) / 1920), 12.44px);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  background-color: #129D3C;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  font-weight: 700;
  line-height: 1em;
  z-index: 2;
}
#page-about .about-section__card-badge-text {
  color: black;
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
}
#page-about .about-section__card-badge-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(0px, calc((165 * var(--vw-with-scrollbar)) / 1920), 165px);
  height: clamp(0px, calc((165 * var(--vw-with-scrollbar)) / 1920), 165px);
  background-color: #129D3C;
  border-radius: 50%;
  z-index: 0;
}
#page-about .about-section__card-badge-number {
  position: absolute;
  left: 0;
  top: clamp(0px, calc((34 * var(--vw-with-scrollbar)) / 1920), 34px);
  width: clamp(0px, calc((198.72 * var(--vw-with-scrollbar)) / 1920), 198.72px);
  height: clamp(0px, calc((133.3 * var(--vw-with-scrollbar)) / 1920), 133.3px);
  z-index: 1;
}
#page-about .about-section__card-title-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  padding: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px) clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  width: clamp(0px, calc((400 * var(--vw-with-scrollbar)) / 1920), 400px);
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid transparent;
  box-sizing: border-box;
  transition: border-color 0.6s;
}
#page-about .about-section__card:hover .about-section__card-title-frame {
  border-color: black;
}
#page-about .about-section__card-title {
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  font-weight: 700;
  line-height: 1em;
}
#page-about .about-section__card-arrow {
  width: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
  height: clamp(0px, calc((29.85 * var(--vw-with-scrollbar)) / 1920), 29.85px);
  flex-shrink: 0;
}
#page-about .about-section .about-section__content .h2-timeline {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-about .about-section .about-section__content .about-section__image {
  --animation-delay: 2s;
  animation-delay: 2s !important;
}
#page-about .about-section .about-section__card .anim__image-2 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-about .about-section .about-section__card .anim__fade-y {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}
#page-about .anim__text-3 .char {
  animation-delay: calc(0.05s * var(--char-index) + var(--animation-delay)) !important;
}
#page-about .about-section__card-text1 {
  width: 100%;
}
#page-about .about-section__card-text1-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 100%;
  color: #000000;
  white-space: nowrap;
  position: relative;
  padding-left: clamp(0px, calc((93 * var(--vw-with-scrollbar)) / 1920), 93px);
  margin-top: clamp(-36px, calc((-36 * var(--vw-with-scrollbar)) / 1920), 0px);
  z-index: 1;
}
#page-about .card-number__text {
  font-size: clamp(0px, calc((111 * var(--vw-with-scrollbar)) / 1920), 111px);
  padding-left: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-about .card-number__deco {
  width: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
  height: clamp(0px, calc((82.23 * var(--vw-with-scrollbar)) / 1920), 82.23px);
  top: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px);
  left: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
}
#page-about .about-section__card-text1-content-text-out {
  position: relative;
  z-index: 3;
  padding-left: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
  padding-top: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-about .about-section__card-text1-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  background: #FFFFFF;
  width: clamp(0px, calc((320 * var(--vw-with-scrollbar)) / 1920), 320px);
}
#page-about .about-section__card-text1-content-svg {
  position: absolute;
  right: 0;
  bottom: clamp(-25px, calc((-25 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((130 * var(--vw-with-scrollbar)) / 1920), 130px);
  height: clamp(0px, calc((113 * var(--vw-with-scrollbar)) / 1920), 113px);
  z-index: 1;
}
#page-about .about-section__card-text1-content-svg svg {
  width: 100%;
  height: 100%;
}
#page-about .about-message {
  padding-top: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-about .about-message__inner {
  background: #F8F6F0;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  overflow: hidden;
}
#page-about .about-message__inner-content {
  padding-top: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  padding-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-about .about-message__inner-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 70%;
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page-about .about-message__inner-content-text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: start;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
  padding-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-about .about-message__inner-content-image {
  position: relative;
  padding-top: clamp(0px, calc((129 * var(--vw-with-scrollbar)) / 1920), 129px);
  padding-left: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  padding-right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-about .about-message__inner-content-image img {
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  height: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  object-fit: contain;
}
#page-about .about-message__inner-content-image-img {
  background-image: url("../../assets/img/about/about-message.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  height: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  display: flex;
  gap: clamp(0px, calc((33 * var(--vw-with-scrollbar)) / 1920), 33px);
}
#page-about .about-message__inner-content-image-img-woman {
  position: relative;
  bottom: clamp(0px, calc((81 * var(--vw-with-scrollbar)) / 1920), 81px);
  padding-left: clamp(0px, calc((53 * var(--vw-with-scrollbar)) / 1920), 53px);
}
#page-about .about-message__inner-content-image-img-woman img {
  width: clamp(0px, calc((403 * var(--vw-with-scrollbar)) / 1920), 403px);
  height: clamp(0px, calc((880 * var(--vw-with-scrollbar)) / 1920), 880px);
  object-fit: contain;
}
#page-about .about-message__inner-content-image-img-text {
  position: relative;
  padding-top: clamp(0px, calc((77 * var(--vw-with-scrollbar)) / 1920), 77px);
  padding-bottom: clamp(0px, calc((77 * var(--vw-with-scrollbar)) / 1920), 77px);
  width: clamp(0px, calc((666 * var(--vw-with-scrollbar)) / 1920), 666px);
}
#page-about .about-message__inner-content-image-img-text-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  position: relative;
  background: #FFFFFF;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
}
#page-about .about-outlook {
  position: relative;
  width: 100%;
  background-image: url("../../assets/img/about/bg-outlook.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  padding-top: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-about .about-outlook__pc,
#page-about .about-outlook__sp {
  position: relative;
  z-index: 1;
  width: 100%;
}
#page-about .about-outlook__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 1;
  color: white;
  text-align: center;
}
#page-about .about-outlook__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-about .about-outlook__badge-row {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  line-height: 200%;
  color: black;
}
#page-about .about-outlook__badge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  background: #FFFFFF;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  width: fit-content;
}
#page-about .about-outlook__badge--right {
  color: #3e392d;
}
#page-about .about-outlook__text-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  box-sizing: border-box;
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
}
#page-about .about-outlook__text {
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 2;
  font-weight: 400;
}
#page-about .about-outlook__text:not(:last-child) {
  margin-bottom: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-about .about-outlook-content-text-out {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-about .about-outlook-content-text.title-dotted {
  border-bottom: 0.15em dotted white !important;
}
#page-about .about-outlook-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 70%;
  text-align: center;
  color: #FFFFFF;
}
#page-about .about-outlook__badge--left {
  padding-top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  padding-bottom: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  padding-left: clamp(0px, calc((82 * var(--vw-with-scrollbar)) / 1920), 82px);
}
#page-about .about-outlook__badge--right {
  padding-left: clamp(0px, calc((394 * var(--vw-with-scrollbar)) / 1920), 394px);
  padding-bottom: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
}
#page-about .about-video .anim__text-3 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-about .about-video .anim__image-6 {
  --animation-delay: 0.1s;
  animation-delay: 0.1s !important;
}
#page-about .about-video .anim__image-3 {
  --animation-delay: 0.6s;
  animation-delay: 0.6s !important;
}
#page-about .about-video .anim__popup-left {
  --animation-delay: 1.1s;
  animation-delay: 1.1s !important;
}
#page-about .about-video .anim__popup-right {
  --animation-delay: 1.1s;
  animation-delay: 1.1s !important;
}
#page-about .about-video .anim__under-h2-p {
  --animation-delay: 1.1s;
  animation-delay: 1.1s !important;
}
@media (max-width: 1024px) {
  #page-about .about-video {
    padding-top: 0;
    box-sizing: border-box;
    border-radius: calc(30 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .sub-page-header .c-title__text {
    white-space: nowrap;
  }
  #page-about .about-video__pc,
  #page-about .about-video__sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #129D3C;
    position: relative;
    cursor: pointer;
  }
  #page-about .about-video__frame {
    position: relative;
    width: calc(400 * var(--vw-with-scrollbar) / 400);
    padding-top: calc(50 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(50 * var(--vw-with-scrollbar) / 400);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(25 * var(--vw-with-scrollbar) / 400);
    background-color: #129D3C;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: calc(25 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-video__video-wrapper {
    position: relative;
    width: calc(352 * var(--vw-with-scrollbar) / 400);
    height: calc(249.5 * var(--vw-with-scrollbar) / 400);
    border-radius: calc(25 * var(--vw-with-scrollbar) / 400);
    box-sizing: border-box;
    order: 3;
  }
  #page-about .about-video__video-link {
    display: block;
    width: 100%;
    height: 100%;
  }
  #page-about .about-video__video {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-sizing: border-box;
    overflow: hidden;
  }
  #page-about .about-video__video-overlay-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-sizing: border-box;
  }
  #page-about .about-video__video-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-sizing: border-box;
  }
  #page-about .about-video__video-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    border: calc(10 * var(--vw-with-scrollbar) / 400) solid white;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), rgba(62, 57, 45, 0.62);
    border-radius: calc(25 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    z-index: 1;
  }
  #page-about .about-video__play-circle {
    width: clamp(0px, calc((208.52 * var(--vw-with-scrollbar)) / 1920), 208.52px);
    height: clamp(0px, calc((198.83 * var(--vw-with-scrollbar)) / 1920), 198.83px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #page-about .about-video__play-icon {
    width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
    height: auto;
  }
  #page-about .about-video__play-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #e01221;
/*     padding-top: clamp(0px, calc((165 * var(--vw-with-scrollbar)) / 1920), 165px); */
    padding-top: 20px;
  }
  #page-about .about-video__caption-link {
    text-decoration-line: underline;
  }
  #page-about .about-video__caption {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 180%;
    display: flex;
    align-items: center;
    color: #ffffff;
    order: 2;
  }
  #page-about .about-video__rabbit {
    position: absolute;
    width: clamp(0px, calc((792 * var(--vw-with-scrollbar)) / 1920), 792px);
    height: auto;
    color: #ffffff;
    opacity: 0.8;
    pointer-events: none;
  }
  #page-about .about-video__rabbit--left {
    left: clamp(-350px, calc((-350 * var(--vw-with-scrollbar)) / 1920), 0px);
    bottom: clamp(-30px, calc((-30 * var(--vw-with-scrollbar)) / 1920), 0px);
  }
  #page-about .about-video__rabbit--right {
    right: clamp(-320px, calc((-320 * var(--vw-with-scrollbar)) / 1920), 0px);
    top: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  }
  #page-about .about-video__brand {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    height: auto;
  }
  #page-about .about-video__brand-shadow,
  #page-about .about-video__brand-main {
    position: absolute;
    left: 0;
    top: calc(50 * var(--vw-with-scrollbar) / 400);
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc(30 * var(--vw-with-scrollbar) / 400);
    line-height: 1;
    height: calc(70 * var(--vw-with-scrollbar) / 400) !important;
  }
  #page-about .about-video__brand-shadow {
    left: calc(-3 * var(--vw-with-scrollbar) / 400);
    top: calc(0 * var(--vw-with-scrollbar) / 400);
    color: #000000;
    position: relative;
  }
  #page-about .about-video__brand-main {
    color: #ffffff;
    left: calc(30 * var(--vw-with-scrollbar) / 400);
    position: absolute;
    top: 0;
    -webkit-text-stroke: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) #000000;
  }
  #page-about .about-video__content {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: clamp(0px, calc((96.7827 * var(--vw-with-scrollbar)) / 1920), 96.7827px);
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    -webkit-text-stroke: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) #000000;
  }
  #page-about .banner-section {
    width: 100%;
    display: flex;
    margin-bottom: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .banner-section__text {
    font-weight: 900;
    font-size: calc(50 * var(--vw-with-scrollbar) / 400);
    line-height: 1.5;
    color: #129D3C;
    -webkit-text-stroke: calc(1.8 * var(--vw-with-scrollbar) / 400) black;
    paint-order: stroke fill;
    white-space: nowrap;
  }
  #page-about .banner-section .anim__text-3 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #page-about .banner-section .anim__banner-rtl {
    --animation-delay: 3.7s;
    animation-delay: 3.7s !important;
  }
  #page-about .about-introduce {
    padding-top: calc(120 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(120 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-introduce__content {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 * var(--vw-with-scrollbar) / 400);
    line-height: 100%;
    text-align: center;
    color: #000000;
  }
  #page-about .about-introduce__text {
    position: relative;
  }
  #page-about .about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(0px, calc((202 * var(--vw-with-scrollbar)) / 1920), 202px) clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px) clamp(0px, calc((252.15 * var(--vw-with-scrollbar)) / 1920), 252.15px);
    gap: clamp(0px, calc((145 * var(--vw-with-scrollbar)) / 1920), 145px);
  }
  #page-about .about-section__content {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: clamp(0px, calc((46 * var(--vw-with-scrollbar)) / 1920), 46px);
  }
  #page-about .about-section__intro {
    display: flex;
    flex-direction: column;
    width: clamp(0px, calc((614 * var(--vw-with-scrollbar)) / 1920), 614px);
    padding-top: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
  }
  #page-about .about-section__title-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-self: stretch;
  }
  #page-about .about-section__title-row {
    display: flex;
    align-items: flex-end;
  }
  #page-about .about-section__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
    background-color: #129D3C;
    color: white;
    -webkit-text-stroke: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) black;
    paint-order: stroke fill;
    font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
    font-weight: 700;
  }
  #page-about .about-section__badge--fixed {
    padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
  }
  #page-about .about-section__title-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #page-about .about-section__title-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    padding: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
    font-size: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
    font-weight: 700;
    line-height: 1em;
  }
  #page-about .about-section__title-frame--border-top {
    border-top: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
    border-left: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
    border-right: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  }
  #page-about .about-section__title-frame--border-bottom {
    border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid black;
  }
  #page-about .about-section__description {
    width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
    font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
    font-weight: 400;
    line-height: 2em;
  }
  #page-about .about-section__image-wrapper {
    width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
    height: clamp(0px, calc((495 * var(--vw-with-scrollbar)) / 1920), 495px);
    border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
    border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid black;
    box-sizing: border-box;
    line-height: 0;
    overflow: hidden;
  }
  #page-about .about-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-about .about-section__cards {
    padding-top: calc(50 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(24 * var(--vw-with-scrollbar) / 400);
    display: flex;
    flex-direction: column;
    gap: calc(100 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-section__card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    width: calc(352 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-section__card-text1 {
    position: relative;
  }
  #page-about .about-section__card-image-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: clamp(0px, calc((404.75 * var(--vw-with-scrollbar)) / 1920), 404.75px);
  }
  #page-about .about-section__card-image-container {
    position: relative;
    z-index: 0;
    line-height: 0;
  }
  #page-about .about-section__card-image-container::before {
    position: absolute;
    inset: 0;
    content: "";
    background-color: #129D3C;
    border-radius: 50%;
    z-index: 0;
  }
  #page-about .about-section__card-image {
    position: relative;
    width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
    height: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
    border-radius: 50%;
    border: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) solid #129D3C;
    object-fit: cover;
    box-sizing: border-box;
    z-index: 1;
  }
  #page-about .about-section__card-badge {
    position: relative;
    left: 0;
    width: calc(126 * var(--vw-with-scrollbar) / 400);
    height: calc(100 * var(--vw-with-scrollbar) / 400);
    z-index: 4;
  }
  #page-about .about-section__card-badge-inner {
    position: absolute;
    left: clamp(0px, calc((12.44 * var(--vw-with-scrollbar)) / 1920), 12.44px);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    padding: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
    background-color: #129D3C;
    border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
    font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
    font-weight: 700;
    line-height: 1em;
    z-index: 2;
  }
  #page-about .about-section__card-badge-text {
    color: black;
    transform: matrix(1, 0, -0.26, 0.97, 0, 0);
  }
  #page-about .about-section__card-badge-circle {
    position: absolute;
    right: 0;
    top: calc(10 * var(--vw-with-scrollbar) / 400);
    width: calc(100 * var(--vw-with-scrollbar) / 400);
    height: calc(100 * var(--vw-with-scrollbar) / 400);
    background-color: #129D3C;
    border-radius: 50%;
    z-index: 0;
  }
  #page-about .about-section__card-badge-number {
    position: absolute;
    left: 0;
    top: clamp(0px, calc((42.17 * var(--vw-with-scrollbar)) / 1920), 42.17px);
    width: clamp(0px, calc((198.72 * var(--vw-with-scrollbar)) / 1920), 198.72px);
    height: clamp(0px, calc((133.3 * var(--vw-with-scrollbar)) / 1920), 133.3px);
    z-index: 1;
  }
  #page-about .about-section__card-title-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
    padding: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px) clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    width: clamp(0px, calc((400 * var(--vw-with-scrollbar)) / 1920), 400px);
    border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid transparent;
    box-sizing: border-box;
    transition: border-color 0.6s;
  }
  #page-about .about-section__card:hover .about-section__card-title-frame {
    border-color: black;
  }
  #page-about .about-section__card-title {
    font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
    font-weight: 700;
    line-height: 1em;
  }
  #page-about .about-section__card-arrow {
    width: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
    height: clamp(0px, calc((29.85 * var(--vw-with-scrollbar)) / 1920), 29.85px);
    flex-shrink: 0;
  }
  #page-about .about-section .about-section__content .h2-timeline {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #page-about .about-section .about-section__content .about-section__image {
    --animation-delay: 2s;
    animation-delay: 2s !important;
  }
  #page-about .about-section .about-section__card .anim__image-2 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  #page-about .about-section .about-section__card .anim__fade-y {
    --animation-delay: 1s;
    animation-delay: 1s !important;
  }
  #page-about .about-section__card-text1 {
    width: 100%;
  }
  #page-about .about-section__card-text1-content {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(24 * var(--vw-with-scrollbar) / 400);
    line-height: 100%;
    color: #000000;
    position: relative;
    padding-left: calc(50 * var(--vw-with-scrollbar) / 400);
    margin-top: calc(-21 * var(--vw-with-scrollbar) / 400);
    padding-right: calc(0 * var(--vw-with-scrollbar) / 400);
    z-index: 5;
    padding-bottom: calc(20 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .card-number__text {
    font-size: calc(67.68 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .card-number__deco {
    width: calc(28.76 * var(--vw-with-scrollbar) / 400);
    height: calc(50.33 * var(--vw-with-scrollbar) / 400);
    top: calc(15 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-section__card-text1-content-text-out {
    position: relative;
    z-index: 3;
    padding-left: 0;
    padding-top: 0;
  }
  #page-about .about-section__card-text1-content-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 200%;
    color: #000000;
    width: calc(305 * var(--vw-with-scrollbar) / 400);
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(15 * var(--vw-with-scrollbar) / 400) calc(15 * var(--vw-with-scrollbar) / 400) calc(15 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #page-about .about-section__card-text1-content-svg {
    position: absolute;
    right: 0;
    bottom: calc(-15 * var(--vw-with-scrollbar) / 400);
    width: calc(80 * var(--vw-with-scrollbar) / 400);
    height: calc(70 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-section__card-text1-content-svg svg {
    width: 100%;
    height: 100%;
  }
  #page-about .about-message {
    padding-top: calc(0 * var(--vw-with-scrollbar) / 400);
    position: relative;
    padding-bottom: calc(50 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(0 * var(--vw-with-scrollbar) / 400);
    width: 100%;
  }
  #page-about .about-message__inner {
	  position: relative;
    background: #F8F6F0;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
/*     padding-bottom: calc(170 * var(--vw-with-scrollbar) / 400); */
    padding-bottom: calc(120 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-message__inner-content {
    padding-top: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
/*     padding-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px); */
	  padding-bottom: 0;
  }
  #page-about .about-message__inner-content-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 * var(--vw-with-scrollbar) / 400);
    line-height: 100%;
    color: #000000;
    text-align: center;
  }
  #page-about .about-message__inner-content-text2 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 200%;
    color: #000000;
    padding-left: calc(24 * var(--vw-with-scrollbar) / 400);
    padding-top: calc(24 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-message__inner-content-image {
    position: relative;
    padding-top: calc(50 * var(--vw-with-scrollbar) / 400);
    overflow: hidden;
    padding-left: calc(0 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-message__inner-content-image img {
    width: calc(161 * var(--vw-with-scrollbar) / 400);
    height: calc(326 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  #page-about .about-message__inner-content-image-img {
    background-image: url("../../assets/img/about/about-message.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(400 * var(--vw-with-scrollbar) / 400);
/*     height: calc(747 * var(--vw-with-scrollbar) / 400); */
	  height: auto;
    display: flex;
    gap: calc(20 * var(--vw-with-scrollbar) / 400);
    flex-direction: column;
  }
  #page-about .about-message__inner-content-image-img-woman {
    position: absolute;
/*     top: calc(490 * var(--vw-with-scrollbar) / 400); */
	  top: auto;
	  bottom: 0;
    padding-left: calc(32 * var(--vw-with-scrollbar) / 400);
    z-index: 2;
  }
  #page-about .about-message__inner-content-image-img-woman img {
    width: calc(161 * var(--vw-with-scrollbar) / 400);
    height: calc(326 * var(--vw-with-scrollbar) / 400);
    object-fit: contain;
  }
  #page-about .about-message__inner-content-image-img-text {
    position: relative;
    padding-top: calc(48 * var(--vw-with-scrollbar) / 400);
/*     padding-bottom: calc(48 * var(--vw-with-scrollbar) / 400); */
    padding-bottom: calc(130 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(24 * var(--vw-with-scrollbar) / 400);
    width: calc(352 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-message__inner-content-image-img-text-inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: calc(20 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    border-radius: calc(50 * var(--vw-with-scrollbar) / 400);
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 200%;
    color: #000000;
  }
  #page-about .about-outlook {
    position: relative;
    width: 100%;
    background-image: url("../../assets/img/about/bg-outlook-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(400 * var(--vw-with-scrollbar) / 400);
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: start;
  }
  #page-about .about-outlook__pc,
  #page-about .about-outlook__sp {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #page-about .about-outlook__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
    line-height: 1;
    color: white;
    text-align: center;
  }
  #page-about .about-outlook__container {
    padding-top: calc(40 * var(--vw-with-scrollbar) / 400);
    padding-bottom: calc(50 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-outlook__badge-row {
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(21 * var(--vw-with-scrollbar) / 400);
    line-height: 200%;
    color: black;
    padding-bottom: calc(40 * var(--vw-with-scrollbar) / 400);
    padding-left: calc(24 * var(--vw-with-scrollbar) / 400);
  }
  #page-about .about-outlook__badge {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: calc(15 * var(--vw-with-scrollbar) / 400) calc(20 * var(--vw-with-scrollbar) / 400);
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    background: #FFFFFF;
    border: calc(3 * var(--vw-with-scrollbar) / 400) solid #000000;
    width: fit-content;
  }
  #page-about .about-outlook__badge--right {
    color: #3e392d;
  }
  #page-about .about-outlook__text-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: calc(20 * var(--vw-with-scrollbar) / 400) calc(24 * var(--vw-with-scrollbar) / 400);
    box-sizing: border-box;
    background-color: white;
    gap: calc(10 * var(--vw-with-scrollbar) / 400);
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 0;
  }
  #page-about .about-outlook__text {
    font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    line-height: 2;
    font-weight: 400;
  }
  #page-about .about-outlook__text:not(:last-child) {
    margin-bottom: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  }
  #page-about .about-outlook-content-text {
    padding-bottom: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
    line-height: 70%;
    text-align: center;
    color: #FFFFFF;
  }
  #page-about .about-outlook__badge--left {
    padding-bottom: calc(10 * var(--vw-with-scrollbar) / 400);
    padding-left: 0;
  }
  #page-about .about-outlook__badge--right {
    padding-left: 0;
    padding-bottom: calc(10 * var(--vw-with-scrollbar) / 400);
  }
}

@property --percent {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
#page-number .margin-b-20 {
  margin-bottom: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number .margin-b-24 {
  margin-bottom: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
#page-number .font-s-40 {
  font-size: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
}
#page-number .font-s-32 {
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
}
#page-number .font-s-26 {
  font-size: clamp(0px, calc((26 * var(--vw-with-scrollbar)) / 1920), 26px);
}
#page-number .font-s-22 {
  font-size: clamp(0px, calc((22 * var(--vw-with-scrollbar)) / 1920), 22px);
}
#page-number .font-s-21 {
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
}
#page-number .font-w-500 {
  font-weight: 500;
}
#page-number .font-w-700 {
  font-weight: bold;
}
#page-number .font-w-900 {
  font-weight: 900;
}
#page-number .color-main {
  color: #129D3C;
}
#page-number .line-h-1 {
  line-height: 1 !important;
}
#page-number .line-h-1-2 {
  line-height: 1.2 !important;
  color: #00264D;
  font-family: "Noto Sans JP", sans-serif;
}
#page-number .number-fv .c-feature-img {
  background-image: url("../../assets/img/number/number_fv.webp");
}
#page-number .section {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  padding: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px) clamp(0px, calc((210 * var(--vw-with-scrollbar)) / 1920), 210px);
}
#page-number .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: clamp(0px, calc((170 * var(--vw-with-scrollbar)) / 1920), 170px);
  row-gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number .grid-item {
  position: relative;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  box-sizing: border-box;
  outline: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  padding: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-number .grid-item--full-width {
  grid-column: span 2;
}
#page-number .header {
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  font-weight: 500;
  line-height: 1;
}
#page-number .number-banner {
  position: relative;
  line-height: 1 !important;
  font-weight: bold !important;
  display: flex;
  justify-content: start;
  box-sizing: border-box;
  padding-left: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number .number-banner .c-number {
  font-size: clamp(0px, calc((109 * var(--vw-with-scrollbar)) / 1920), 109px);
  color: #129D3C;
  -webkit-text-stroke: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) black;
  paint-order: stroke fill;
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
  filter: drop-shadow(clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px) clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px) 0 black);
}
#page-number .number-banner .c-sub-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
}
#page-number .number-banner .c-sub-text--left {
  right: unset;
  left: 0;
}
#page-number .center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-number #number-banner-1 {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #number-banner-4,
#page-number #number-banner-3,
#page-number #number-banner-2 {
  padding-right: clamp(0px, calc((26 * var(--vw-with-scrollbar)) / 1920), 26px);
}
#page-number #number-banner-5 {
  padding-right: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px);
}
#page-number #number-banner-6 {
  padding-right: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
}
#page-number #number-banner-7 {
  padding-right: clamp(0px, calc((26 * var(--vw-with-scrollbar)) / 1920), 26px);
}
#page-number #number-banner-8 {
  padding-right: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number #number-banner-9 {
  padding-right: clamp(0px, calc((61 * var(--vw-with-scrollbar)) / 1920), 61px);
}
#page-number #number-banner-10 {
  padding-right: clamp(0px, calc((69 * var(--vw-with-scrollbar)) / 1920), 69px);
}
#page-number #number-banner-11 {
  padding-left: clamp(0px, calc((69 * var(--vw-with-scrollbar)) / 1920), 69px);
  padding-right: clamp(0px, calc((73 * var(--vw-with-scrollbar)) / 1920), 73px);
}
#page-number #number-banner-12 {
  padding-right: clamp(0px, calc((33 * var(--vw-with-scrollbar)) / 1920), 33px);
}
#page-number #number-banner-13 {
  padding-right: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}
#page-number #number-banner-14 {
  padding-left: clamp(0px, calc((51 * var(--vw-with-scrollbar)) / 1920), 51px);
  padding-right: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
}
#page-number #number-banner-15 {
  padding-left: clamp(0px, calc((49 * var(--vw-with-scrollbar)) / 1920), 49px);
  padding-right: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}
#page-number #number-banner-17,
#page-number #number-banner-16 {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #number-banner-18 {
  padding-right: clamp(0px, calc((14 * var(--vw-with-scrollbar)) / 1920), 14px);
}
#page-number #number-sub-text-5,
#page-number #number-sub-text-6 {
  bottom: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#page-number #company-1 {
  gap: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
}
#page-number #company-1 .center-col {
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
}
#page-number .office-container {
  position: relative;
  padding-top: clamp(0px, calc((90 * var(--vw-with-scrollbar)) / 1920), 90px);
}
#page-number .office-container .c-office-rabbit {
  position: absolute;
  top: clamp(-12px, calc((-12 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: 50%;
  translate: -50% 0;
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number .office-container .c-office-building {
  width: clamp(0px, calc((264 * var(--vw-with-scrollbar)) / 1920), 264px);
}
#page-number #company-2 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-2 .col-1 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-2 .row-1 {
  display: flex;
  padding-top: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-2 .col-2 {
  gap: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
}
#page-number .sub-number {
  position: relative;
}
#page-number .sub-number .c-number {
  font-size: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  font-weight: 900;
  color: #129D3C;
  line-height: 1;
  transform: matrix(1, 0, -0.26, 0.97, 0, 0);
}
#page-number .sub-number .c-sub-text {
  position: absolute;
  right: 0;
  bottom: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
}
#page-number #sub-number-1 {
  padding-right: clamp(0px, calc((26 * var(--vw-with-scrollbar)) / 1920), 26px);
}
#page-number #sub-number-2 {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #person-img-1,
#page-number #person-img-2 {
  width: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
}
#page-number #person-img-2 {
  padding: 0 clamp(0px, calc((9 * var(--vw-with-scrollbar)) / 1920), 9px);
}
#page-number .horizontal-progress {
  display: flex;
  width: clamp(0px, calc((457 * var(--vw-with-scrollbar)) / 1920), 457px);
  height: clamp(0px, calc((46 * var(--vw-with-scrollbar)) / 1920), 46px);
  background-color: #231815;
  border-radius: clamp(0px, calc((99 * var(--vw-with-scrollbar)) / 1920), 99px);
  justify-items: start;
  align-items: stretch;
  overflow: hidden;
}
#page-number .horizontal-progress__bar {
  width: 77.7%;
  background-color: #129D3C;
  transform-origin: left;
}
#page-number #company-5 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-5 .row-1 {
  display: flex;
  padding-top: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-5 .col-2 {
  gap: clamp(0px, calc((13 * var(--vw-with-scrollbar)) / 1920), 13px);
}
#page-number #person-img-3,
#page-number #person-img-4 {
  width: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
}
#page-number #person-img-4 {
  padding: 0 clamp(0px, calc((9 * var(--vw-with-scrollbar)) / 1920), 9px);
}
#page-number #company-4 {
  gap: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-number .year-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-columns: repeat(3, auto);
  column-gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  row-gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-number .year-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-number .year-grid-item .c-banner-container {
  padding: clamp(0px, calc((14 * var(--vw-with-scrollbar)) / 1920), 14px) clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px) clamp(0px, calc((22 * var(--vw-with-scrollbar)) / 1920), 22px) clamp(0px, calc((12 * var(--vw-with-scrollbar)) / 1920), 12px);
}
#page-number .year-grid-item .c-banner {
  width: clamp(0px, calc((136 * var(--vw-with-scrollbar)) / 1920), 136px);
  height: clamp(0px, calc((42 * var(--vw-with-scrollbar)) / 1920), 42px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #129D3C;
  color: white;
  letter-spacing: -0.1em !important;
  box-shadow: clamp(-6px, calc((-6 * var(--vw-with-scrollbar)) / 1920), 0px) clamp(0px, calc((9 * var(--vw-with-scrollbar)) / 1920), 9px) 0 black;
}
#page-number .year-grid-item h1 {
  font-size: clamp(0px, calc((33 * var(--vw-with-scrollbar)) / 1920), 33px);
  font-weight: 900;
}
#page-number .year-grid-item h2 {
  font-size: clamp(0px, calc((33 * var(--vw-with-scrollbar)) / 1920), 33px);
  font-weight: 500;
}
#page-number .year-grid-item h3 {
  font-size: clamp(0px, calc((29 * var(--vw-with-scrollbar)) / 1920), 29px);
  font-weight: 500;
}
#page-number .year-grid-item h1,
#page-number .year-grid-item h2,
#page-number .year-grid-item h3 {
  display: inline;
  line-height: 1 !important;
}
#page-number .year-grid-item .c-icon-row {
  display: flex;
  gap: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
#page-number .year-grid-item svg {
  width: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number #company-6 {
  gap: clamp(0px, calc((60 * var(--vw-with-scrollbar)) / 1920), 60px);
  padding-bottom: clamp(0px, calc((66 * var(--vw-with-scrollbar)) / 1920), 66px);
}
#page-number #company-6 .extra {
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  font-weight: 500;
  line-height: 1;
}
#page-number #company-6 .col-1 {
  padding-top: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  gap: clamp(0px, calc((60 * var(--vw-with-scrollbar)) / 1920), 60px);
}
#page-number #company-7 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #baby-troller-img {
  width: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
}
#page-number #money-img {
  width: clamp(0px, calc((137 * var(--vw-with-scrollbar)) / 1920), 137px);
}
#page-number #clock-img {
  width: clamp(0px, calc((154 * var(--vw-with-scrollbar)) / 1920), 154px);
}
#page-number #calendar-img {
  width: clamp(0px, calc((141 * var(--vw-with-scrollbar)) / 1920), 141px);
}
#page-number #company-12 {
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  padding-bottom: clamp(0px, calc((45 * var(--vw-with-scrollbar)) / 1920), 45px);
}
#page-number .img-container {
  max-width: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  overflow: hidden;
  line-height: 0;
}
#page-number .img-container img {
  width: 100%;
}
#page-number #dining-set-img {
  width: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
}
#page-number #cake-img {
  width: clamp(0px, calc((103 * var(--vw-with-scrollbar)) / 1920), 103px);
}
#page-number #company-14 .col-1 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-14 .col-2 {
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number #company-14,
#page-number #company-13,
#page-number #company-11,
#page-number #company-10,
#page-number #company-9 {
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-number #company-10 .center-col {
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number #map-img {
  width: clamp(0px, calc((354 * var(--vw-with-scrollbar)) / 1920), 354px);
}
#page-number #employee-2 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  padding-bottom: clamp(0px, calc((84 * var(--vw-with-scrollbar)) / 1920), 84px);
}
#page-number #employee-2 .number-stat {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  padding: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  box-sizing: border-box;
}
#page-number #employee-2 .number-stat__title {
  line-height: 1;
}
#page-number #employee-2 .number-stat__stat {
  line-height: 1.2;
}
#page-number #number-stat-1 {
  top: clamp(0px, calc((171 * var(--vw-with-scrollbar)) / 1920), 171px);
  left: clamp(0px, calc((136 * var(--vw-with-scrollbar)) / 1920), 136px);
}
#page-number #number-stat-2 {
  top: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  left: clamp(0px, calc((67 * var(--vw-with-scrollbar)) / 1920), 67px);
}
#page-number #number-stat-3 {
  top: clamp(0px, calc((249 * var(--vw-with-scrollbar)) / 1920), 249px);
  right: clamp(0px, calc((83 * var(--vw-with-scrollbar)) / 1920), 83px);
}
#page-number #number-stat-4 {
  bottom: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  right: clamp(0px, calc((92 * var(--vw-with-scrollbar)) / 1920), 92px);
}
#page-number #number-stat-4 div {
  width: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e7da01;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
  align-items: center;
  justify-content: center;
}
#page-number #employee-4 {
  gap: clamp(0px, calc((60 * var(--vw-with-scrollbar)) / 1920), 60px);
}
#page-number #employee-4 .row-1 {
  display: flex;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #employee-4 .col-1,
#page-number #employee-4 .col-2 {
  gap: clamp(0px, calc((13 * var(--vw-with-scrollbar)) / 1920), 13px);
}
#page-number #employee-4 .col-1 {
  width: clamp(0px, calc((195 * var(--vw-with-scrollbar)) / 1920), 195px);
}
#page-number #employee-4 .col-2 {
  width: clamp(0px, calc((198 * var(--vw-with-scrollbar)) / 1920), 198px);
}
#page-number #employee-4 .container-1 {
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  padding-top: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #employee-4 .container-2 {
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number #employee-4 .img-1 {
  height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-number #employee-4 .img-2 {
  height: clamp(0px, calc((90 * var(--vw-with-scrollbar)) / 1920), 90px);
}
#page-number #employee-7 {
  height: clamp(0px, calc((760 * var(--vw-with-scrollbar)) / 1920), 760px);
}
#page-number #employee-7 svg {
  position: absolute;
}
#page-number #chat-bubble-1 {
  top: clamp(0px, calc((192 * var(--vw-with-scrollbar)) / 1920), 192px);
  left: clamp(0px, calc((136 * var(--vw-with-scrollbar)) / 1920), 136px);
  width: clamp(0px, calc((664 * var(--vw-with-scrollbar)) / 1920), 664px);
}
#page-number #chat-bubble-2 {
  top: clamp(0px, calc((213 * var(--vw-with-scrollbar)) / 1920), 213px);
  right: clamp(0px, calc((271 * var(--vw-with-scrollbar)) / 1920), 271px);
  width: clamp(0px, calc((392 * var(--vw-with-scrollbar)) / 1920), 392px);
}
#page-number #chat-bubble-3 {
  bottom: clamp(0px, calc((114 * var(--vw-with-scrollbar)) / 1920), 114px);
  left: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  width: clamp(0px, calc((341 * var(--vw-with-scrollbar)) / 1920), 341px);
}
#page-number #chat-bubble-4 {
  bottom: clamp(0px, calc((162 * var(--vw-with-scrollbar)) / 1920), 162px);
  right: clamp(0px, calc((153 * var(--vw-with-scrollbar)) / 1920), 153px);
  width: clamp(0px, calc((306 * var(--vw-with-scrollbar)) / 1920), 306px);
}
#page-number .text-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  justify-content: center;
  align-items: center;
}
#page-number .text-grid .text-grid__text {
  color: #129D3C;
  font-size: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  font-weight: 900;
  line-height: 1;
}
#page-number .text-grid--small {
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number .text-grid--small .text-grid__text {
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
#page-number #daily-1,
#page-number #daily-2 {
  gap: clamp(0px, calc((60 * var(--vw-with-scrollbar)) / 1920), 60px);
}
#page-number #beer-img {
  position: absolute;
  right: clamp(0px, calc((117 * var(--vw-with-scrollbar)) / 1920), 117px);
  bottom: clamp(0px, calc((58 * var(--vw-with-scrollbar)) / 1920), 58px);
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #daily-3 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  padding-bottom: clamp(0px, calc((58 * var(--vw-with-scrollbar)) / 1920), 58px);
}
#page-number #company-3 {
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number .bar-chart {
  display: flex;
}
#page-number .bar-chart__item {
  background-color: #129D3C;
}
#page-number .bar-chart--bottom {
  align-items: end;
  gap: clamp(0px, calc((38 * var(--vw-with-scrollbar)) / 1920), 38px);
}
#page-number .bar-chart--bottom .bar-chart__item {
  width: clamp(0px, calc((44 * var(--vw-with-scrollbar)) / 1920), 44px);
  box-shadow: clamp(-8px, calc((-8 * var(--vw-with-scrollbar)) / 1920), 0px) clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px) 0 black;
  transform-origin: bottom;
}
#page-number .bar-chart--left {
  align-items: end;
  gap: clamp(0px, calc((45 * var(--vw-with-scrollbar)) / 1920), 45px);
}
#page-number .bar-chart--left .bar-chart__item {
  transform-origin: right;
}
#page-number .bar-chart--right {
  align-items: start;
  gap: clamp(0px, calc((66 * var(--vw-with-scrollbar)) / 1920), 66px);
}
#page-number .bar-chart--right .bar-chart__item {
  transform-origin: left;
}
#page-number .bar-chart--left, #page-number .bar-chart--right {
  flex-direction: column;
}
#page-number .bar-chart--left .bar-chart__item, #page-number .bar-chart--right .bar-chart__item {
  height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  box-shadow: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px) clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) 0 black;
}
#page-number #company-3 .bar-chart {
  min-height: clamp(0px, calc((368 * var(--vw-with-scrollbar)) / 1920), 368px);
}
#page-number #company-3 .bar-chart__item--1 {
  height: clamp(0px, calc((105 * var(--vw-with-scrollbar)) / 1920), 105px);
}
#page-number #company-3 .bar-chart__item--2 {
  height: clamp(0px, calc((368 * var(--vw-with-scrollbar)) / 1920), 368px);
}
#page-number #company-3 .bar-chart__item--3 {
  height: clamp(0px, calc((316 * var(--vw-with-scrollbar)) / 1920), 316px);
}
#page-number #company-3 .bar-chart__item--4 {
  height: clamp(0px, calc((158 * var(--vw-with-scrollbar)) / 1920), 158px);
}
#page-number #company-3 .bar-chart__item--5 {
  height: clamp(0px, calc((53 * var(--vw-with-scrollbar)) / 1920), 53px);
}
#page-number #company-3 .bar-chart__item--6 {
  height: clamp(0px, calc((105 * var(--vw-with-scrollbar)) / 1920), 105px);
}
#page-number #company-3 .col-1 {
  gap: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#page-number #company-3 .row-1 {
  display: flex;
  gap: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
}
#page-number #company-3 .row-2 {
  display: flex;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number .bar-chart-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding-left: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  align-items: center;
  gap: clamp(0px, calc((29 * var(--vw-with-scrollbar)) / 1920), 29px);
}
#page-number .bar-chart-row .bar-chart {
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
}
#page-number .chart-text-list {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) 0;
}
#page-number .chart-text-list__item {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-number #employee-3 {
  padding: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px) 0;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-number #employee-3 .bar-chart {
  min-width: clamp(0px, calc((149 * var(--vw-with-scrollbar)) / 1920), 149px);
}
#page-number #employee-3 .bar-chart__item--1,
#page-number #employee-3 .bar-chart__item--2 {
  width: clamp(0px, calc((149 * var(--vw-with-scrollbar)) / 1920), 149px);
}
#page-number #employee-3 .bar-chart__item--3 {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #employee-3 .bar-chart__item--4 {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-number #employee-6 {
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #employee-6 .bar-chart-item-row {
  display: flex;
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
}
#page-number #employee-6 .bar-chart-item-row span {
  padding-top: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
}
#page-number #employee-6 .bar-chart-item-row--1 {
  gap: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
}
#page-number #employee-6 .bar-chart-item-row--2 {
  gap: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px);
}
#page-number #employee-6 .bar-chart__item--1 {
  width: clamp(0px, calc((337 * var(--vw-with-scrollbar)) / 1920), 337px);
}
#page-number #employee-6 .bar-chart__item--2 {
  width: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
}
#page-number #employee-6 .number-banner {
  position: absolute;
  top: clamp(0px, calc((252 * var(--vw-with-scrollbar)) / 1920), 252px);
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #daily-4,
#page-number #daily-5,
#page-number #daily-6 {
  padding: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px) 0;
  gap: clamp(0px, calc((70 * var(--vw-with-scrollbar)) / 1920), 70px);
}
#page-number #daily-4 .bar-chart {
  width: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-number #daily-4 .bar-chart__item--1 {
  width: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-number #daily-4 .bar-chart__item--2 {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #daily-4 .bar-chart__item--3 {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-number #daily-5 .bar-chart {
  width: clamp(0px, calc((350 * var(--vw-with-scrollbar)) / 1920), 350px);
}
#page-number #daily-5 .bar-chart__item--1 {
  width: clamp(0px, calc((350 * var(--vw-with-scrollbar)) / 1920), 350px);
}
#page-number #daily-5 .bar-chart__item--2,
#page-number #daily-5 .bar-chart__item--3 {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number #daily-6 .bar-chart {
  width: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-number #daily-6 .bar-chart__item--1 {
  width: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-number #daily-6 .bar-chart__item--2 {
  width: clamp(0px, calc((104 * var(--vw-with-scrollbar)) / 1920), 104px);
}
#page-number #daily-6 .bar-chart__item--3 {
  width: clamp(0px, calc((55 * var(--vw-with-scrollbar)) / 1920), 55px);
}
#page-number #curry-img {
  width: clamp(0px, calc((125 * var(--vw-with-scrollbar)) / 1920), 125px);
}
#page-number #hanging-shirt {
  position: absolute;
  bottom: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  left: clamp(0px, calc((122 * var(--vw-with-scrollbar)) / 1920), 122px);
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-number .circle-progress {
  width: clamp(0px, calc((310 * var(--vw-with-scrollbar)) / 1920), 310px);
  aspect-ratio: 1;
  margin: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px) clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px) clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px) clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  box-sizing: border-box;
  border-radius: 50%;
  background: conic-gradient(#129d3c var(--percent), #000000 0);
  transition: --percent 2s ease;
  padding: clamp(0px, calc((55 * var(--vw-with-scrollbar)) / 1920), 55px);
  display: flex;
}
#page-number .circle-progress::after {
  content: "";
  flex: 1;
  background-color: white;
  border-radius: inherit;
}
#page-number #company-8 .circle-progress.animate {
  --percent: 76%;
}
#page-number #employee-1 .circle-progress.animate {
  --percent: 80%;
}
#page-number #company-8 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #company-8 .chart-stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
#page-number #company-8 .chart-stat-col--1 {
  top: clamp(0px, calc((182 * var(--vw-with-scrollbar)) / 1920), 182px);
  left: clamp(0px, calc((66 * var(--vw-with-scrollbar)) / 1920), 66px);
}
#page-number #company-8 .chart-stat-col--2 {
  bottom: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  right: clamp(0px, calc((43 * var(--vw-with-scrollbar)) / 1920), 43px);
}
#page-number #company-8 .sub-number {
  padding-left: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number #company-8 .sub-number .c-sub-text {
  bottom: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#page-number #company-8 .chart-stat-col--1 .sub-number {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  margin: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px) clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number #company-8 .chart-stat-col--2 .sub-number {
  padding-right: clamp(0px, calc((28 * var(--vw-with-scrollbar)) / 1920), 28px);
  margin: clamp(0px, calc((18 * var(--vw-with-scrollbar)) / 1920), 18px) clamp(0px, calc((31 * var(--vw-with-scrollbar)) / 1920), 31px);
}
#page-number #employee-1 {
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-number #employee-1 .chart-stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
#page-number #employee-1 .chart-stat-col--1 {
  top: clamp(0px, calc((126 * var(--vw-with-scrollbar)) / 1920), 126px);
  left: clamp(0px, calc((72 * var(--vw-with-scrollbar)) / 1920), 72px);
}
#page-number #employee-1 .chart-stat-col--2 {
  bottom: clamp(0px, calc((101 * var(--vw-with-scrollbar)) / 1920), 101px);
  right: clamp(0px, calc((37 * var(--vw-with-scrollbar)) / 1920), 37px);
}
#page-number #employee-1 .sub-number {
  padding-left: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number #employee-1 .sub-number .c-sub-text {
  bottom: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#page-number #employee-1 .chart-stat-col--1 .sub-number {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  margin: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px) clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-number #employee-1 .chart-stat-col--2 .sub-number {
  padding-right: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  margin: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px) clamp(0px, calc((53 * var(--vw-with-scrollbar)) / 1920), 53px);
}
#page-number #employee-5 {
  height: clamp(0px, calc((604 * var(--vw-with-scrollbar)) / 1920), 604px);
}
#page-number #employee-5 .chart-img {
  position: absolute;
  top: clamp(0px, calc((125 * var(--vw-with-scrollbar)) / 1920), 125px);
  left: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  width: clamp(0px, calc((508 * var(--vw-with-scrollbar)) / 1920), 508px);
  line-height: 0;
}
#page-number #employee-5 img {
  width: 100%;
}
@media (min-width: 1025px) {
  #page-number #employee-1 .circle-progress {
    width: clamp(0px, calc((331 * var(--vw-with-scrollbar)) / 1920), 331px);
  }
  #page-number #employee {
    padding: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px) clamp(0px, calc((210 * var(--vw-with-scrollbar)) / 1920), 210px);
  }
  #page-number #daily {
    padding-bottom: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  }
  #page-number #year-grid-item-6 .c-banner {
    padding-left: clamp(0px, calc((11 * var(--vw-with-scrollbar)) / 1920), 11px);
    justify-content: start;
    box-sizing: border-box;
    letter-spacing: -0.01em !important;
  }
}
@media (max-width: 1024px) {
  #page-number .margin-b-20 {
    margin-bottom: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .margin-b-24 {
    margin-bottom: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .font-s-40 {
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .font-s-32 {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .font-s-26 {
    font-size: calc(26 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .font-s-22 {
    font-size: calc(22 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .font-s-21 {
    font-size: calc(21 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .number-fv .c-message {
    padding: calc(30 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .anchor-link-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(140 * var(--vw-with-scrollbar) / 750) calc(45 * var(--vw-with-scrollbar) / 750);
    gap: calc(90 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-number .anchor-link {
    display: flex;
    gap: calc(25 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .anchor-link__icon {
    width: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .section {
    padding: calc(140 * var(--vw-with-scrollbar) / 750) calc(35 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750) calc(35 * var(--vw-with-scrollbar) / 750);
    gap: 70;
  }
  #page-number .section-btn {
    display: flex;
    align-items: start;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    height: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .section-btn__icon {
    position: relative;
    width: calc(40 * var(--vw-with-scrollbar) / 750);
    aspect-ratio: 1;
    filter: drop-shadow(calc(5 * var(--vw-with-scrollbar) / 750) calc(6 * var(--vw-with-scrollbar) / 750) 0 black);
  }
  #page-number .section-btn__icon::before, #page-number .section-btn__icon::after {
    content: "";
    position: absolute;
    background-color: #129D3C;
    border-radius: calc(10 * var(--vw-with-scrollbar) / 750);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: transform 0.3s;
  }
  #page-number .section-btn__icon::before {
    width: 100%;
    height: calc(7 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .section-btn__icon::after {
    height: 100%;
    width: calc(7 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .section-btn.active .section-btn__icon::after {
    transform: rotate(90deg);
  }
  #page-number .grid {
    display: flex;
    flex-direction: column;
    gap: calc(80 * var(--vw-with-scrollbar) / 750);
    padding: calc(10 * var(--vw-with-scrollbar) / 750);
    max-height: calc(20000 * var(--vw-with-scrollbar) / 750);
    transition: max-height 0.3s, opacity 0.3s;
    overflow: hidden;
  }
  #page-number .grid.hide {
    opacity: 0;
    max-height: 0;
    visibility: collapse;
    padding: 0;
  }
  #page-number .grid-item {
    padding: calc(80 * var(--vw-with-scrollbar) / 750);
    border-radius: calc(50 * var(--vw-with-scrollbar) / 750);
    outline: calc(10 * var(--vw-with-scrollbar) / 750) solid black;
  }
  #page-number .header {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .number-banner {
    padding-left: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .number-banner .c-number {
    font-size: calc(109 * var(--vw-with-scrollbar) / 750);
    -webkit-text-stroke: calc(4 * var(--vw-with-scrollbar) / 750) black;
    filter: drop-shadow(calc(6 * var(--vw-with-scrollbar) / 750) calc(8 * var(--vw-with-scrollbar) / 750) 0 black);
  }
  #page-number .number-banner .c-sub-text {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    bottom: calc(7 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
  }
  #page-number #number-banner-1 {
    padding-right: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-4,
  #page-number #number-banner-2 {
    padding-right: calc(26 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-3 {
    padding-right: calc(46 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-5 {
    padding-right: calc(25 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-6 {
    padding-right: calc(28 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-7 {
    padding-right: calc(39 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-8 {
    padding-right: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-9 {
    padding-right: calc(61 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-10 {
    padding-right: calc(78 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-11 {
    padding-left: calc(69 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(83 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-12 {
    padding-right: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-13 {
    padding-right: calc(45 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-14 {
    padding-left: calc(51 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(36 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-15 {
    padding-left: calc(66 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(44 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-17,
  #page-number #number-banner-16 {
    padding-right: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-banner-18 {
    padding-right: calc(14 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-sub-text-3 {
    bottom: calc(18 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-sub-text-16,
  #page-number #number-sub-text-17 {
    font-weight: bold;
  }
  #page-number #number-sub-text-18 {
    font-weight: bold;
    padding-bottom: 0;
    bottom: calc(-2 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-1 {
    gap: calc(23 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-1 .center-col {
    gap: calc(15 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .office-container {
    padding-top: calc(90 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .office-container .c-office-rabbit {
    top: calc(-12 * var(--vw-with-scrollbar) / 750);
    width: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .office-container .c-office-building {
    width: calc(264 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-2 {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-2 .col-1 {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-2 .row-1 {
    display: flex;
    padding-top: 0;
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-2 .col-2 {
    gap: calc(18 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .sub-number {
    position: relative;
  }
  #page-number .sub-number .c-number {
    font-size: calc(100 * var(--vw-with-scrollbar) / 750);
    font-weight: 900;
    color: #129D3C;
    line-height: 1;
    transform: matrix(1, 0, -0.26, 0.97, 0, 0);
  }
  #page-number .sub-number .c-sub-text {
    position: absolute;
    right: 0;
    bottom: calc(7 * var(--vw-with-scrollbar) / 750);
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #sub-number-1 {
    padding-right: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #sub-number-1 .c-sub-text {
    bottom: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #sub-number-2 {
    padding-right: calc(26 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #person-img-1,
  #page-number #person-img-2 {
    width: calc(192 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #person-img-2 {
    padding: 0 calc(28 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .horizontal-progress {
    display: flex;
    width: calc(425 * var(--vw-with-scrollbar) / 750);
    height: calc(43 * var(--vw-with-scrollbar) / 750);
    background-color: #231815;
    border-radius: calc(99 * var(--vw-with-scrollbar) / 750);
    justify-items: start;
    align-items: stretch;
    overflow: hidden;
  }
  #page-number .horizontal-progress__bar {
    width: 77.7%;
    background-color: #129D3C;
  }
  #page-number #company-5 {
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-5 .row-1 {
    display: flex;
    padding-top: 0;
    gap: 0;
  }
  #page-number #company-5 .col-2 {
    gap: calc(23 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #person-img-3,
  #page-number #person-img-4 {
    width: calc(191 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #person-img-4 {
    padding: 0 calc(28 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-4 {
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .year-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
    column-gap: calc(6 * var(--vw-with-scrollbar) / 750);
    row-gap: calc(15 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .year-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #page-number .year-grid-item .c-banner-container {
    padding: calc(17 * var(--vw-with-scrollbar) / 750) calc(10 * var(--vw-with-scrollbar) / 750) calc(26 * var(--vw-with-scrollbar) / 750) calc(14 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .year-grid-item .c-banner {
    width: calc(163 * var(--vw-with-scrollbar) / 750);
    height: calc(51 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #129D3C;
    color: white;
    letter-spacing: -0.05em !important;
    box-shadow: calc(10 * var(--vw-with-scrollbar) / 750) calc(10 * var(--vw-with-scrollbar) / 750) 0 black;
  }
  #page-number .year-grid-item h1 {
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
    font-weight: 900;
  }
  #page-number .year-grid-item h2 {
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
  }
  #page-number .year-grid-item h3 {
    font-size: calc(35 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
  }
  #page-number .year-grid-item h1,
  #page-number .year-grid-item h2,
  #page-number .year-grid-item h3 {
    display: inline;
    line-height: 1 !important;
  }
  #page-number .year-grid-item .c-icon-row {
    display: flex;
    gap: calc(6 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .year-grid-item svg {
    width: calc(25 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-6 {
    gap: 0;
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-6 > .header:first-child {
    margin-bottom: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-6 .col-1 {
    flex-direction: row;
    gap: calc(52 * var(--vw-with-scrollbar) / 750);
    margin-bottom: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-6 .extra {
    font-size: calc(24 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
    line-height: 1;
  }
  #page-number #company-6 .col-1 {
    padding-top: 0;
    gap: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-6 .col-2 {
    gap: calc(35 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-7 {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750) calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #baby-troller-img {
    width: calc(256 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #money-img {
    width: calc(202 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-14,
  #page-number #company-13,
  #page-number #company-12,
  #page-number #company-11,
  #page-number #company-10,
  #page-number #company-9 {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-14 .center-col,
  #page-number #company-13 .center-col,
  #page-number #company-11 .center-col,
  #page-number #company-10 .center-col,
  #page-number #company-9 .center-col {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #clock-img {
    width: calc(200 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #calendar-img {
    width: calc(230 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-10 .center-col {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-12 {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(70 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .img-container {
    max-width: calc(500 * var(--vw-with-scrollbar) / 750);
    border-radius: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #dining-set-img {
    width: calc(180 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #cake-img {
    width: calc(180 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-14 .col-1 {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-14 .col-2 {
    gap: calc(21 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #map-img {
    width: calc(354 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee .grid-item {
    padding: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-2 {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(114 * var(--vw-with-scrollbar) / 750) !important;
  }
  #page-number #employee-2 .number-stat {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5 * var(--vw-with-scrollbar) / 750);
    padding: calc(10 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-number #number-stat-1 {
    top: calc(140 * var(--vw-with-scrollbar) / 750);
    left: calc(136 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-stat-2 {
    top: calc(269 * var(--vw-with-scrollbar) / 750);
    left: calc(67 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-stat-3 {
    top: calc(218 * var(--vw-with-scrollbar) / 750);
    right: calc(77 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-stat-4 {
    bottom: calc(61 * var(--vw-with-scrollbar) / 750);
    right: calc(78 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #number-stat-4 div {
    width: calc(150 * var(--vw-with-scrollbar) / 750);
    gap: calc(5 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 {
    padding: calc(50 * var(--vw-with-scrollbar) / 750) 0;
    gap: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .row-1 {
    display: flex;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .col-1,
  #page-number #employee-4 .col-2 {
    gap: calc(13 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .col-1 {
    width: calc(193 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .col-2 {
    width: calc(198 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .container-1 {
    padding: 0;
    padding-top: calc(9 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .container-2 {
    padding: 0;
  }
  #page-number #employee-4 .img-1 {
    height: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-4 .img-2 {
    height: calc(68 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-7 {
    height: calc(434 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #chat-bubble-1 {
    top: calc(122 * var(--vw-with-scrollbar) / 750);
    left: calc(27 * var(--vw-with-scrollbar) / 750);
    width: calc(338 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #chat-bubble-2 {
    top: calc(163 * var(--vw-with-scrollbar) / 750);
    right: calc(77 * var(--vw-with-scrollbar) / 750);
    width: calc(200 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #chat-bubble-3 {
    bottom: calc(50 * var(--vw-with-scrollbar) / 750);
    left: calc(224 * var(--vw-with-scrollbar) / 750);
    width: calc(174 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #chat-bubble-4 {
    bottom: calc(50 * var(--vw-with-scrollbar) / 750);
    right: calc(51 * var(--vw-with-scrollbar) / 750);
    width: calc(156 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .text-grid {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .text-grid .text-grid__text {
    font-size: calc(28 * var(--vw-with-scrollbar) / 750) !important;
  }
  #page-number .text-grid--small {
    column-gap: calc(30 * var(--vw-with-scrollbar) / 750);
    row-gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily .grid-item {
    padding-top: calc(50 * var(--vw-with-scrollbar) / 750);
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #beer-img {
    position: static;
    width: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-1,
  #page-number #daily-4,
  #page-number #daily-5 {
    padding-bottom: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-2,
  #page-number #daily-3 {
    padding-bottom: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 {
    padding-bottom: calc(110 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart {
    display: flex;
  }
  #page-number .bar-chart--bottom {
    gap: calc(38 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart--bottom .bar-chart__item {
    width: calc(44 * var(--vw-with-scrollbar) / 750);
    box-shadow: calc(-8 * var(--vw-with-scrollbar) / 750) calc(8 * var(--vw-with-scrollbar) / 750) 0 black;
  }
  #page-number .bar-chart--left {
    gap: calc(45 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart--right {
    gap: calc(66 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart--left .bar-chart__item, #page-number .bar-chart--right .bar-chart__item {
    height: calc(40 * var(--vw-with-scrollbar) / 750);
    box-shadow: calc(5 * var(--vw-with-scrollbar) / 750) calc(6 * var(--vw-with-scrollbar) / 750) 0 black;
  }
  #page-number #company-3 {
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(71 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart {
    min-height: calc(368 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--1 {
    height: calc(105 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--2 {
    height: calc(368 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--3 {
    height: calc(316 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--4 {
    height: calc(158 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--5 {
    height: calc(53 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .bar-chart__item--6 {
    height: calc(105 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .col-1 {
    gap: calc(7 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .row-1 {
    display: flex;
    gap: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-3 .row-2 {
    display: flex;
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart-row {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding-left: calc(80 * var(--vw-with-scrollbar) / 750);
    align-items: center;
    gap: calc(29 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .bar-chart-row .bar-chart {
    padding-bottom: calc(6 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .chart-text-list {
    height: 100%;
    padding: calc(5 * var(--vw-with-scrollbar) / 750) 0;
    gap: calc(33 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .chart-text-list__item {
    display: flex;
    align-items: center;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-3 {
    padding: calc(50 * var(--vw-with-scrollbar) / 750) 0 !important;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-3 .bar-chart {
    min-width: calc(149 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-3 .bar-chart__item--1,
  #page-number #employee-3 .bar-chart__item--2 {
    width: calc(149 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-3 .bar-chart__item--3 {
    width: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-3 .bar-chart__item--4 {
    width: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    padding: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart-item-row {
    padding-bottom: 0;
  }
  #page-number #employee-6 .bar-chart-item-row span {
    padding-top: calc(22 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart {
    gap: calc(69 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart__item {
    height: calc(60 * var(--vw-with-scrollbar) / 750);
    box-shadow: calc(11 * var(--vw-with-scrollbar) / 750) calc(13 * var(--vw-with-scrollbar) / 750) 0 black;
  }
  #page-number #employee-6 .bar-chart-item-row--1 {
    gap: calc(28 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart-item-row--2 {
    gap: calc(29 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart__item--1 {
    width: calc(298 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .bar-chart__item--2 {
    width: calc(42 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .number-banner {
    position: absolute;
    top: calc(133 * var(--vw-with-scrollbar) / 750);
    right: calc(35 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(18 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-6 .number-banner .c-number {
    font-size: calc(126 * var(--vw-with-scrollbar) / 750);
    paint-order: fill stroke;
    -webkit-text-stroke-width: calc(2.5 * var(--vw-with-scrollbar) / 750);
    filter: drop-shadow(calc(6 * var(--vw-with-scrollbar) / 750) calc(8 * var(--vw-with-scrollbar) / 750) 0 black);
  }
  #page-number #employee-6 .number-banner .c-sub-text {
    font-size: calc(43 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 {
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .bar-chart {
    align-self: flex-start;
    width: fit-content;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .bar-chart-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: calc(6 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .chart-text-list__item {
    padding-left: calc(5 * var(--vw-with-scrollbar) / 750);
    gap: calc(5 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .bar-chart__item--1 {
    width: calc(200 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .bar-chart__item--2 {
    width: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-4 .bar-chart__item--3 {
    width: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 {
    gap: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 .bar-chart {
    align-self: flex-start;
    width: fit-content;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 .bar-chart-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: calc(6 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 .chart-text-list__item {
    padding-left: calc(5 * var(--vw-with-scrollbar) / 750);
    gap: calc(5 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 .bar-chart__item--1 {
    width: calc(210 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-5 .bar-chart__item--2,
  #page-number #daily-5 .bar-chart__item--3 {
    width: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 {
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .bar-chart {
    align-self: flex-start;
    width: fit-content;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .bar-chart-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: calc(6 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .chart-text-list__item {
    padding-left: calc(5 * var(--vw-with-scrollbar) / 750);
    gap: calc(5 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .bar-chart__item--1 {
    width: calc(200 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .bar-chart__item--2 {
    width: calc(98 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #daily-6 .bar-chart__item--3 {
    width: calc(39 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #curry-img {
    position: absolute;
    bottom: calc(109 * var(--vw-with-scrollbar) / 750);
    left: unset;
    right: calc(144 * var(--vw-with-scrollbar) / 750);
    width: calc(120 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #hanging-shirt {
    position: absolute;
    bottom: calc(116 * var(--vw-with-scrollbar) / 750);
    left: unset;
    right: calc(187 * var(--vw-with-scrollbar) / 750);
    width: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-number .circle-progress {
    width: calc(532 * var(--vw-with-scrollbar) / 750);
    padding: calc(94 * var(--vw-with-scrollbar) / 750);
    margin: 0;
  }
  #page-number #company-8 {
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col span {
    position: absolute;
    top: calc(-11 * var(--vw-with-scrollbar) / 750);
    white-space: nowrap;
  }
  #page-number #company-8 .chart-stat-col--1 {
/*     top: calc(270 * var(--vw-with-scrollbar) / 750);
    left: calc(180 * var(--vw-with-scrollbar) / 750); */
	  top: calc(110 * var(--vw-with-scrollbar) / 750);
	  left: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--1 span {
    right: 0;
  }
  #page-number #company-8 .chart-stat-col--2 {
/*     bottom: calc(180 * var(--vw-with-scrollbar) / 750);
    right: calc(155 * var(--vw-with-scrollbar) / 750); */
	  bottom: calc(225 * var(--vw-with-scrollbar) / 750);
	  right: calc(190 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--2 span {
    left: 50%;
    translate: -50% 0;
  }
  #page-number #company-8 .sub-number .c-sub-text {
    bottom: calc(7 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
  }
  #page-number #company-8 .sub-number {
    padding-left: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--1 .sub-number {
    margin: calc(12 * var(--vw-with-scrollbar) / 750) calc(11 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--2 .sub-number {
    margin: calc(12 * var(--vw-with-scrollbar) / 750) calc(27 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(19 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--1 .c-sub-text {
    bottom: calc(12 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #company-8 .chart-stat-col--2 .c-sub-text {
    bottom: calc(4 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 {
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750) calc(180 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750) !important;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col span {
    position: absolute;
    top: calc(-11 * var(--vw-with-scrollbar) / 750);
    white-space: nowrap;
  }
  #page-number #employee-1 .chart-stat-col--1 {
/*     top: calc(278 * var(--vw-with-scrollbar) / 750); */
/*     left: calc(180 * var(--vw-with-scrollbar) / 750); */
	  top: calc(280 * var(--vw-with-scrollbar) / 750);
	  left: calc(210 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--1 span {
    left: 50%;
    translate: -50% 0;
  }
  #page-number #employee-1 .chart-stat-col--2 {
    bottom: calc(101 * var(--vw-with-scrollbar) / 750);
    right: calc(19 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--2 span {
    left: 50%;
    translate: -50% 0;
  }
  #page-number #employee-1 .sub-number .c-sub-text {
    bottom: calc(7 * var(--vw-with-scrollbar) / 750);
    font-weight: 500;
  }
  #page-number #employee-1 .sub-number {
    padding-left: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--1 .sub-number {
    margin: calc(12 * var(--vw-with-scrollbar) / 750) calc(11 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(31 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--2 .sub-number {
    margin: calc(12 * var(--vw-with-scrollbar) / 750) calc(53 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(26 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--1 .c-sub-text {
    bottom: calc(33 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-1 .chart-stat-col--2 .c-sub-text {
    bottom: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-number #employee-5 {
    height: calc(714 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-number #employee-5 .chart-img {
    position: absolute;
    top: calc(28 * var(--vw-with-scrollbar) / 750);
    left: calc(30 * var(--vw-with-scrollbar) / 750);
    width: calc(610 * var(--vw-with-scrollbar) / 750);
  }
}

#page-people {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-people .sub-page-header .c-feature-img {
  background-image: url("../../assets/img/people/people-header.webp") !important;
}
#page-people .sub-page-header .c-title {
  height: fit-content;
  padding-top: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
  padding-bottom: clamp(0px, calc((35 * var(--vw-with-scrollbar)) / 1920), 35px);
}
#page-people .people-section {
  width: 100%;
  height: clamp(0px, calc((1500 * var(--vw-with-scrollbar)) / 1920), 1500px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-people .people-section .anim__poyoyon2 {
  animation: poyoyon2 1s ease infinite !important;
}
#page-people .stroke-bg {
  background-image: url("../../assets/img/people/people-bg-stroke.png") !important;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 100px * var(--vw-with-scrollbar) / 1920px, 100px);
}
#page-people .whitespace {
  width: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-people .people-section__title-upper-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((47 * var(--vw-with-scrollbar)) / 1920), 47px);
  line-height: 1;
  text-align: center;
  color: #000;
  height: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.5em;
  text-decoration-skip-ink: none;
}
#page-people .people-section__panel {
  background-image: url("../../assets/img/people/people-description-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(0px, calc((1720 * var(--vw-with-scrollbar)) / 1920), 1720px);
  height: clamp(0px, calc((1300 * var(--vw-with-scrollbar)) / 1920), 1300px);
  box-sizing: border-box;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-people .people-section__border--outer {
  width: clamp(0px, calc((1620 * var(--vw-with-scrollbar)) / 1920), 1620px);
  height: clamp(0px, calc((1210 * var(--vw-with-scrollbar)) / 1920), 1210px);
  border: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px) solid #fff;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  box-sizing: border-box;
}
#page-people .people-section__border--inner {
  width: clamp(0px, calc((1590 * var(--vw-with-scrollbar)) / 1920), 1590px);
  height: clamp(0px, calc((1174 * var(--vw-with-scrollbar)) / 1920), 1174px);
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #fff;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
}
#page-people .people-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
  gap: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-people .people-section__title {
  width: clamp(0px, calc((1810 * var(--vw-with-scrollbar)) / 1920), 1810px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(0px, calc((96.78 * var(--vw-with-scrollbar)) / 1920), 96.78px);
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 1px 0 #000, 0 1px 0 #000, 1px 1px 0 #000, 6px 6px 0 #000;
  justify-content: center;
}
#page-people .people-section__bottom-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-people .people-section__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px), 1fr));
  width: clamp(0px, calc((1420 * var(--vw-with-scrollbar)) / 1920), 1420px);
  height: clamp(0px, calc((420 * var(--vw-with-scrollbar)) / 1920), 420px);
  gap: clamp(0px, calc((69 * var(--vw-with-scrollbar)) / 1920), 69px);
}
#page-people .people-section__card {
  text-align: center;
  width: clamp(0px, calc((310 * var(--vw-with-scrollbar)) / 1920), 310px);
  height: clamp(0px, calc((420 * var(--vw-with-scrollbar)) / 1920), 420px);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-people .people-section__card .c-circle-text {
  position: absolute;
  top: clamp(-40px, calc((-40 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: clamp(-37px, calc((-37 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((380 * var(--vw-with-scrollbar)) / 1920), 380px);
  height: clamp(0px, calc((380 * var(--vw-with-scrollbar)) / 1920), 380px);
  aspect-ratio: 1;
  z-index: 0;
  animation: rotate-360 20s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#page-people .people-section__card:hover .c-circle-text {
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
}
#page-people .people-section__card .c-circle-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page-people .people-section__avatar {
  background-color: #fff;
  border-radius: 50%;
  border: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px) solid #000;
  overflow: hidden;
}
#page-people .people-section__avatar img {
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  border-radius: 50%;
  object-fit: cover;
}
#page-people .people-section__label {
  width: fit-content;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  background-color: #fff;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px) clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((45 * var(--vw-with-scrollbar)) / 1920), 45px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000;
}
#page-people .people-section__text-group {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
}
#page-people .people-section__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: 100%;
  color: #000000;
}
#page-people .people-section__meta {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: 100%;
}
#page-people .people-section__icon-group img {
  width: clamp(0px, calc((82 * var(--vw-with-scrollbar)) / 1920), 82px);
  height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
}
#page-people .people-section__bottom {
  overflow: hidden;
}
#page-people .people-section__bottom img {
  max-width: 100%;
  height: auto;
}
#page-people .people-section__bottom {
  width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  height: clamp(0px, calc((127 * var(--vw-with-scrollbar)) / 1920), 127px);
}
#page-people .people-telling-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
#page-people .people-telling-section__container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((175 * var(--vw-with-scrollbar)) / 1920), 175px);
}
#page-people .people-telling-section__testimonials {
  display: grid;
}
#page-people .people-telling-section__testimonial {
  position: relative;
  border-radius: 10px;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: clamp(0px, calc((840 * var(--vw-with-scrollbar)) / 1920), 840px);
}
#page-people .people-telling-section__upper {
  position: absolute;
  top: clamp(0px, calc((0 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: 0;
  z-index: 0;
  width: clamp(0px, calc((520 * var(--vw-with-scrollbar)) / 1920), 520px);
}
#page-people .people-telling-section__lower {
  position: absolute;
  bottom: clamp(0px, calc((0 * var(--vw-with-scrollbar)) / 1920), 0px);
  right: 0;
  z-index: 0;
  width: clamp(0px, calc((520 * var(--vw-with-scrollbar)) / 1920), 520px);
}
#page-people .people-telling-section__middle {
  position: absolute;
  width: clamp(0px, calc((1820 * var(--vw-with-scrollbar)) / 1920), 1820px);
  height: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  min-height: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  left: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  top: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  background-size: cover;
  background-position: center;
  z-index: 10;
}
#page-people .rabit-icon {
  width: clamp(0px, calc((195 * var(--vw-with-scrollbar)) / 1920), 195px);
  position: absolute;
  z-index: 2;
}
#page-people .rabit-icon img {
  width: 100%;
}
#page-people .telling-1 .rabit-icon {
  top: clamp(0px, calc((225 * var(--vw-with-scrollbar)) / 1920), 225px);
  right: clamp(0px, calc((240 * var(--vw-with-scrollbar)) / 1920), 240px);
  width: clamp(0px, calc((180 * var(--vw-with-scrollbar)) / 1920), 180px);
}
#page-people .telling-2 .rabit-icon {
  top: clamp(-3px, calc((-3 * var(--vw-with-scrollbar)) / 1920), 0px);
  left: clamp(0px, calc((450 * var(--vw-with-scrollbar)) / 1920), 450px);
  width: clamp(0px, calc((185 * var(--vw-with-scrollbar)) / 1920), 185px);
}
#page-people .telling-3 .rabit-icon {
  top: clamp(0px, calc((515 * var(--vw-with-scrollbar)) / 1920), 515px);
  right: clamp(0px, calc((140 * var(--vw-with-scrollbar)) / 1920), 140px);
  transform: rotate(15deg);
  width: clamp(0px, calc((185 * var(--vw-with-scrollbar)) / 1920), 185px);
}
#page-people .telling-4 .rabit-icon {
  top: clamp(0px, calc((335 * var(--vw-with-scrollbar)) / 1920), 335px);
  left: clamp(0px, calc((155 * var(--vw-with-scrollbar)) / 1920), 155px);
  transform: scaleX(-1) rotate(14deg);
  width: clamp(0px, calc((185 * var(--vw-with-scrollbar)) / 1920), 185px);
}
#page-people .people-telling-section__middle.telling-1 {
  background-image: url("../../assets/img/people/telling-1.webp");
}
#page-people .people-telling-section__middle.telling-2 {
  background-image: url("../../assets/img/people/telling-2.webp");
}
#page-people .people-telling-section__middle.telling-3 {
  background-image: url("../../assets/img/people/telling-3.webp");
}
#page-people .people-telling-section__middle.telling-4 {
  background-image: url("../../assets/img/people/telling-4.webp");
}
#page-people .people-telling-section__text-group {
  position: absolute;
  width: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-people .telling-1 .people-telling-section__text-group {
  top: clamp(0px, calc((205 * var(--vw-with-scrollbar)) / 1920), 205px);
  left: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
}
#page-people .telling-2 .people-telling-section__text-group {
  top: clamp(0px, calc((110 * var(--vw-with-scrollbar)) / 1920), 110px);
  right: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  align-items: flex-end;
}
#page-people .telling-3 .people-telling-section__text-group {
  top: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
  left: clamp(0px, calc((155 * var(--vw-with-scrollbar)) / 1920), 155px);
}
#page-people .telling-4 .people-telling-section__text-group {
  bottom: clamp(0px, calc((135 * var(--vw-with-scrollbar)) / 1920), 135px);
  right: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  align-items: flex-end;
}
#page-people .people-telling-section__title {
  width: fit-content;
  height: clamp(0px, calc((112 * var(--vw-with-scrollbar)) / 1920), 112px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  line-height: 200%;
  color: #3E392D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #000000;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-people .people-telling-section__text {
  text-align: left;
  width: clamp(0px, calc((800 * var(--vw-with-scrollbar)) / 1920), 800px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  overflow: hidden;
}
#page-people .people-telling-section__text span {
  display: inline-block;
}
#page-people .message-section {
  width: 100%;
  height: clamp(0px, calc((1541 * var(--vw-with-scrollbar)) / 1920), 1541px);
  display: flex;
  padding-top: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  background-color: #F8F6F0;
}
#page-people .message-section__container {
  width: clamp(0px, calc((1414 * var(--vw-with-scrollbar)) / 1920), 1414px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, calc((206 * var(--vw-with-scrollbar)) / 1920), 206px);
}
#page-people .message-section__title {
  height: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((47 * var(--vw-with-scrollbar)) / 1920), 47px);
  line-height: 1;
  text-align: center;
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.5em;
  text-decoration-skip-ink: none;
}
#page-people .message-section__content {
  width: clamp(0px, calc((1434 * var(--vw-with-scrollbar)) / 1920), 1434px);
  height: clamp(0px, calc((827 * var(--vw-with-scrollbar)) / 1920), 827px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-people .message-section__img-group {
  width: clamp(0px, calc((814 * var(--vw-with-scrollbar)) / 1920), 814px);
  gap: clamp(0px, calc((122 * var(--vw-with-scrollbar)) / 1920), 122px);
  display: flex;
  flex-direction: column;
}
#page-people .message-section__speech-bubble {
  width: clamp(0px, calc((802 * var(--vw-with-scrollbar)) / 1920), 802px);
  height: clamp(0px, calc((204 * var(--vw-with-scrollbar)) / 1920), 204px);
  background-image: url("../../assets/img/people/speech-bubble-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px);
}
#page-people .message-section__speech-bubble p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: 200%;
  color: #000000;
}
#page-people .message-section__speech-bubble p + p {
	display: none;
}
#page-people .message-section__message-lower {
  width: clamp(0px, calc((802 * var(--vw-with-scrollbar)) / 1920), 802px);
  background-image: url("../../assets/img/people/message-recruit.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#page-people .message-section_text-group {
  width: clamp(0px, calc((520 * var(--vw-with-scrollbar)) / 1920), 520px);
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-people .message-section_content {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-people .message-section_title {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-people .message-section_title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
}
#page-people .message-section__green-point {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  height: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
}
#page-people .people-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
}
#page-people .bounce-in-up {
  opacity: 0;
}
#page-people .reverse-anim__image-5 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#page-people .reverse-anim__image-5::after {
  position: absolute;
  inset: 0;
  background-color: white;
  content: "";
  pointer-events: none;
  z-index: 1;
}
#page-people .people-section__icon-group {
  display: inline-flex;
  align-items: center;
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
  cursor: pointer;
}
#page-people .people-section__icon-group {
  position: relative;
  width: clamp(0px, calc((82 * var(--vw-with-scrollbar)) / 1920), 82px);
  height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
}
#page-people .people-section__button-icon {
  position: absolute;
  inset: 0;
  top: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
  left: clamp(0px, calc((7 * var(--vw-with-scrollbar)) / 1920), 7px);
}
#page-people .people-section__card .people-section__icon-group .vr-section__button-icon--open {
  opacity: 1;
}
#page-people .people-section__card .people-section__icon-group .vr-section__button-icon--wink {
  opacity: 0;
}
#page-people .people-section__card:hover .people-section__icon-group .vr-section__button-icon--open {
  opacity: 0;
}
#page-people .people-section__card:hover .people-section__icon-group .vr-section__button-icon--wink {
  opacity: 1;
}
#page-people .people-section__card .people-section__button-icon {
  transition: opacity 0.2s ease;
}
#page-people #people-section-animation .anim__text-3 {
  --duration: 0.05s;
  --animation-delay: 0s;
}
#page-people #people-section-animation .anim__text-3.animate .char {
  animation-duration: 0.05s !important;
  animation-delay: calc(0s * var(--char-index) + 0s) !important;
}
#page-people #people-section-animation .step-2 {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#page-people #people-section-animation .step-3 {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}
#page-people #people-section-animation .step-4 {
  --animation-delay: 1.5s;
  animation-delay: 1.5s !important;
}
#page-people #people-section-animation .step-5 {
  --animation-delay: 2s;
  animation-delay: 2s !important;
}
#page-people #telling-section-animation .step-2 {
  --animation-delay: 0.7s;
  animation-delay: 0.7s !important;
}
#page-people #message-section-animation .reverse.anim__image-5.step-2::after {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#page-people #message-section-animation .step-3 {
  --animation-delay: 1s;
  animation-delay: 1s !important;
}
#page-people #message-section-animation .step-4 {
  --animation-delay: 1.3s;
  animation-delay: 1.3s !important;
}
#page-people #message-section-animation .step-5 {
  --animation-delay: 1.7s;
  animation-delay: 1.7s !important;
}
#page-people .anim__text-3 .char {
  animation-delay: calc(0.05s * var(--char-index) + var(--animation-delay)) !important;
}

@media (max-width: 751px) {
  #page-people {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #page-people .people-section {
    width: 100%;
    height: calc(2777 * var(--vw-with-scrollbar) / 750);
    gap: calc(154 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .whitespace {
    width: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  }
  #page-people .splitting .word,
  #page-people .splitting .char {
    display: inline-flex;
  }
  #page-people .people-section__panel {
    width: 100%;
    height: calc(2523 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-people .people-section__border--outer {
    width: calc(701 * var(--vw-with-scrollbar) / 750);
    height: calc(2446 * var(--vw-with-scrollbar) / 750);
    border: calc(6 * var(--vw-with-scrollbar) / 750) solid #fff;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-people .people-section__border--inner {
    width: calc(654 * var(--vw-with-scrollbar) / 750);
    height: calc(2380 * var(--vw-with-scrollbar) / 750);
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #fff;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-people .people-section__content {
    width: 100%;
    height: 100%;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-section__title {
    width: calc(560 * var(--vw-with-scrollbar) / 750);
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: calc(56.5596 * var(--vw-with-scrollbar) / 750);
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: calc(5 * var(--vw-with-scrollbar) / 400);
    text-shadow: 2px 2px 0 #000, 3px 3px 0 #000, 3px 3px 0 rgba(0, 0, 0, 0.4);
    justify-content: center;
  }
  #page-people .people-section__title-upper-text {
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
    height: calc(60 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-section__bottom {
    width: calc(570 * var(--vw-with-scrollbar) / 750);
    height: calc(127 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-section__cards {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: calc(50 * var(--vw-with-scrollbar) / 750);
    column-gap: 0;
    height: auto;
    align-items: center;
  }
  #page-people .people-section__card {
    width: calc(363 * var(--vw-with-scrollbar) / 750);
    height: calc(426 * var(--vw-with-scrollbar) / 750);
    margin: auto;
    position: relative;
  }
  #page-people .people-section__card .c-circle-text {
    position: absolute;
    top: calc(-39 * var(--vw-with-scrollbar) / 750);
    left: calc(-8 * var(--vw-with-scrollbar) / 750);
    width: calc(380 * var(--vw-with-scrollbar) / 750);
    height: calc(380 * var(--vw-with-scrollbar) / 750);
    aspect-ratio: 1;
    z-index: 0;
    animation: rotate-360 20s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #page-people .people-section__card:hover .c-circle-text {
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
  }
  #page-people .people-section__card .c-circle-text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #page-people .people-section__avatar {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  #page-people .people-section__avatar::after {
    position: absolute;
    inset: calc(-5 * var(--vw-with-scrollbar) / 750);
    border-radius: 50%;
    border: calc(8 * var(--vw-with-scrollbar) / 750) solid #000;
    content: "";
  }
  #page-people .people-section__avatar img {
    width: calc(300 * var(--vw-with-scrollbar) / 750);
    height: calc(300 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-section__label {
    width: fit-content;
    gap: calc(25 * var(--vw-with-scrollbar) / 750);
    background-color: #fff;
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(25 * var(--vw-with-scrollbar) / 750) calc(20 * var(--vw-with-scrollbar) / 750) calc(45 * var(--vw-with-scrollbar) / 750);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000;
  }
  #page-people .people-section__text-group {
    gap: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-section__name {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(36 * var(--vw-with-scrollbar) / 750);
    line-height: 100%;
    color: #000000;
  }
  #page-people .people-section__meta {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 100%;
  }
  #page-people .people-section__icon-group img {
    width: calc(82 * var(--vw-with-scrollbar) / 750);
    height: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-telling-section__middle {
    position: relative;
    width: calc(700 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
    left: calc(25 * var(--vw-with-scrollbar) / 750);
    top: calc(25 * var(--vw-with-scrollbar) / 750);
    background-image: none !important;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  #page-people .rabit-icon {
    width: calc(97 * var(--vw-with-scrollbar) / 750) !important;
    height: calc(73 * var(--vw-with-scrollbar) / 750);
    position: absolute;
    z-index: 2;
  }
  #page-people .rabit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #page-people .telling-1 .rabit-icon {
    top: calc(120 * var(--vw-with-scrollbar) / 750);
    right: calc(60 * var(--vw-with-scrollbar) / 750);
    transform: rotate(10deg);
  }
  #page-people .telling-2 .rabit-icon {
    top: calc(-36 * var(--vw-with-scrollbar) / 750);
    left: calc(170 * var(--vw-with-scrollbar) / 750);
    transform: rotate(0deg);
  }
  #page-people .telling-3 .rabit-icon {
    top: calc(235 * var(--vw-with-scrollbar) / 750);
    right: calc(45 * var(--vw-with-scrollbar) / 750);
    transform: rotate(15deg);
  }
  #page-people .telling-4 .rabit-icon {
    top: calc(146 * var(--vw-with-scrollbar) / 750);
    left: calc(72 * var(--vw-with-scrollbar) / 750);
    transform: scaleX(-1) rotate(14deg);
  }
  #page-people .img-author {
    width: calc(700 * var(--vw-with-scrollbar) / 750);
    height: calc(404 * var(--vw-with-scrollbar) / 750);
    object-fit: contain;
    position: relative;
    z-index: 1;
  }
  #page-people .people-telling-section {
    margin-top: calc(125 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-telling-section__upper {
    width: calc(115 * var(--vw-with-scrollbar) / 750);
    height: calc(280 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-telling-section__testimonial {
    height: fit-content;
    padding: 0;
    align-items: unset;
  }
  #page-people .people-telling-section__text-group {
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    top: unset !important;
    left: unset !important;
    position: relative;
    bottom: calc(175 * var(--vw-with-scrollbar) / 750);
    gap: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-telling-section__text-group {
    top: unset !important;
    right: unset !important;
  }
  #page-people .people-telling-section__title {
    width: fit-content;
    height: calc(104 * var(--vw-with-scrollbar) / 750);
    background: rgba(255, 255, 255, 0.8);
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
    color: #3E392D;
  }
  #page-people .people-telling-section__text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
    color: #000000;
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000000;
  }
  #page-people .people-telling-section__lower {
    width: calc(115 * var(--vw-with-scrollbar) / 750);
    height: calc(280 * var(--vw-with-scrollbar) / 750);
    bottom: calc(125 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .telling-4 .people-telling-section__text-group {
    bottom: calc(175 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .people-telling-section__container {
    gap: 0;
  }
  #page-people .message-section {
    padding-top: calc(150 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
    width: 100%;
  }
  #page-people .message-section__title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
    line-height: 1;
    text-align: center;
    color: #000;
  }
  #page-people .message-section__container {
    gap: calc(130 * var(--vw-with-scrollbar) / 750);
    width: 100%;
  }
  #page-people .message-section__content {
    flex-direction: column;
    height: fit-content;
    width: 100%;
    gap: calc(100 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section__img-group {
    width: 100%;
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
    align-items: center;
  }
  #page-people .message-section__speech-bubble {
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    height: calc(400 * var(--vw-with-scrollbar) / 750);
    background-image: url("../../assets/img/people/speech-bubble-img-sp.webp");
    padding-top: calc(65 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section__speech-bubble p {
	  display: none;
    font-style: normal;
    font-weight: 500;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
    color: #000000;
  }
	#page-people .message-section__speech-bubble p + p {
		display: block;
	}
  #page-people .message-section__message-lower {
    width: 100%;
    height: auto;
  }
  #page-people .message-section_text-group {
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    gap: calc(70 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section_title {
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section__green-point {
    width: calc(50 * var(--vw-with-scrollbar) / 750);
    height: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section_content {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-people .message-section_title-text {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    line-height: 100%;
  }
  #page-people .people-section__text {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 180%;
  }
  #page-people .people-section__icon-group {
    position: relative;
    width: calc(82 * var(--vw-with-scrollbar) / 750);
    height: calc(40 * var(--vw-with-scrollbar) / 750);
    padding: 0;
  }
  #page-people #people-section-animation .step-2 {
    --animation-delay: 0.5s;
    animation-delay: 0.5s !important;
  }
  #page-people #people-section-animation .step-3 {
    --animation-delay: 1s;
    animation-delay: 1s !important;
  }
  #page-people #people-section-animation .step-4 {
    --animation-delay: 1.5s;
    animation-delay: 1.5s !important;
  }
}
/* CSS Contact form  */
#page-contact .sub-page-header .c-feature-img {
  background-image: url("../../assets/img/entry/entry_fv.webp");
}
#page-contact .top-kv {
  margin-bottom: 8.33333vw;
  position: relative;
  left: 4.16666vw;
  width: 92vw;
}
#page-contact .top-kv__title-pc-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-contact .top-kv__title-pc-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, 3.3333333333vw, 64px);
  font-weight: 700;
  color: var(--white-color);
  background: var(--black-color);
  padding: clamp(0px, 0.46875vw, 9px) clamp(0px, 1.0416666667vw, 20px) clamp(0px, 0.46875vw, 9px) clamp(0px, 0.625vw, 12px);
}
#page-contact .top-kv__title-pc-en {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(0px, 5.6770833333vw, 110px);
  color: var(--main-color);
  background-color: var(--black-color);
  padding-right: clamp(0px, 0.8333333333vw, 16px);
}
#page-contact .forminator-file-upload {
  display: flex;
  align-items: center;
  width: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  height: clamp(0px, calc((70 * var(--vw-with-scrollbar)) / 1920), 70px);
  background: #f3f3f3;
  border: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #d6d6d6;
  border-radius: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding-left: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  box-sizing: border-box;
}
#page-contact .forminator-file-upload .forminator-button-upload {
  background: #2f2f2f;
  color: #fff;
  border: 0;
  border-radius: clamp(0px, calc((8 * var(--vw-with-scrollbar)) / 1920), 8px);
  padding: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  font-weight: 600;
  line-height: 1;
  width: clamp(0px, calc((173 * var(--vw-with-scrollbar)) / 1920), 173px);
  height: clamp(0px, calc((43 * var(--vw-with-scrollbar)) / 1920), 43px);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  line-height: clamp(0px, calc((23 * var(--vw-with-scrollbar)) / 1920), 23px);
  color: #FFFFFF;
  box-sizing: border-box;
}
#page-contact .forminator-file-upload .forminator-button-upload:hover {
  filter: brightness(1.05);
}
#page-contact .forminator-file-upload span[data-empty-text] {
  display: inline-block;
  width: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  max-width: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px);
  line-height: 100%;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form-section {
  min-height: fit-content;
  padding: clamp(0px, calc((208 * var(--vw-with-scrollbar)) / 1920), 208px) 0 clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  position: relative;
}

.contact-form-section.finish-form {
  padding: 9.30416vw 0;
}

.contact-form-container {
  width: 62.5vw;
  height: fit-content;
  display: flex;
  row-gap: 7.8125vw;
  flex-direction: column;
  margin: auto;
  align-items: center;
}

.contact-form-container .description-row {
  overflow: hidden;
}

.contact-form-section .contact-form-container .description-row p {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.09375vw;
  line-height: 2.0833vw;
  color: #ffffff;
}

.phone-information {
  display: flex;
  gap: 1vw;
  transform: translateY(200%);
}

.phone-information h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.61458vw;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0;
}

.contact-form-section .contact-form-container .information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.6041vw 0;
  gap: 2.604166vw;
  width: 26.875vw;
  height: 10.3125vw;
  border: 2px solid #FFFFFF;
  border-radius: 1.5625vw;
  margin: 0 auto;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.contact-form-section .contact-form-container .information-box.section-animate-pc.animate,
.description-row.section-animate-pc.animate .section-text-up__text {
  opacity: 1;
  transform: translate(0, 0);
}

.contact-form-section .contact-form-container .information-box span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 100%;
  color: #FFFFFF;
}

.time-information {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 0.8333vw;
  line-height: 100%;
  color: #FFFFFF;
  transform: translateY(200%);
}

.forminator-field {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  justify-content: space-between;
  padding: 0px !important;
  width: clamp(0px, calc((884 * var(--vw-with-scrollbar)) / 1920), 884px);
}

.forminator-field .forminator-textarea {
  height: 10.41666vw;
}

.forminator-field input,
.forminator-field textarea {
  padding: 0.7291vw 1.0416vw;
  background-color: #F2F2F2;
  border: 1px solid #C4C3C3;
  font-size: 0.99vw !important;
  line-height: 1.35416vw;
  flex: 1;
  max-width: 26.0416vw !important;
  width: 26.0416vw !important;
  min-height: 3.6458vw !important;
  border-radius: 10px !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.forminator-checkbox-label {
  margin-left: 1.5625vw !important;
  margin-top: 0.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 100%;
  /* or 21px */
  color: #000;
}

.forminator-field .zipcode-input-wrapper input {
  padding: 0.7291vw 1.0416vw;
  background-color: #F2F2F2;
  border: 1px solid #C4C3C3;
  font-size: 0.99vw !important;
  line-height: 1.35416vw;
  flex: 1;
  max-width: 10.4166vw !important;
  width: 10.4166vw !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.forminator-label {
  display: flex !important;
  flex-direction: row;
  justify-content: unset;
  white-space: nowrap;
  width: 13.02vw;
  gap: 0.5641vw;
}

.forminator-field-textarea .forminator-label {
  align-items: flex-start;
}

.forminator-error-message {
  width: 100%;
  text-align: left;
  order: 2;
}

.forminator-label .forminator-required,
.forminator-required {
  color: #F3F8FB !important;
  background-color: #9F0F0C;
  padding: 0 0.5208vw;
  display: flex !important;
  align-items: center;
  border-radius: 0.260416vw;
  min-height: 1.9791vw;
  font-size: clamp(0px, calc((19 * var(--vw-with-scrollbar)) / 1920), 19px) !important;
  content: "必須" !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  margin-left: 1vw;
  height: fit-content;
  font-family: "Noto Sans JP", sans-serif !important;
}

.forminator-field .input-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 192px;
}

.forminator-row .hr {
  border-top: 1px solid #DEDEDE;
  margin: 0;
  padding: 0 !important;
}

.forminator-row .hr-big {
  border-top: 4px solid #BBC8D5;
  margin: 0;
  padding: 0 !important;
}

.forminator-pagination-steps {
  width: 100% !important;
  height: 5.50833vw !important;
}

.forminator-pagination-steps,
.forminator-pagination-steps-view {
  align-items: flex-start !important;
  width: 100% !important;
  display: flex !important;
  margin: 0 0 7.8125vw !important;
  gap: 0vw;
}

.forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps .forminator-step {
  width: 19.6875vw !important;
}

.forminator-step {
  flex-direction: column-reverse !important;
  width: 30%;
  height: 5.20833vw !important;
}

.forminator-step-dot {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 0 !important;
  border: 1px solid #000000;
  border-color: #000000 !important;
  color: #FFFFFF;
  background-color: unset !important;
  width: 19.791vw !important;
  min-height: 5.20833vw !important;
  padding: 1.8vw !important;
  letter-spacing: 1.32px;
}

.forminator-current .forminator-step-dot {
  border: none !important;
  color: #fff;
}

.forminator-break {
  display: none !important;
}

.forminator-pagination-steps .forminator-step-label {
  display: none !important;
}

.forminator-current.forminator-step-0 .forminator-step-dot {
  border: none !important;
  color: #fff;
  text-align: center;
  background-color: transparent !important;
  background-image: url("../../assets/img/entry/PC_ACTIVE_1.png");
  background-size: 100% 100%;
}

.forminator-current.forminator-step-1 .forminator-step-dot {
  border: none !important;
  color: #fff;
  text-align: center;
  background-image: url("../../assets/img/entry/PC_ACTIVE_2.png");
  background-size: 100% 100%;
}

.forminator-current.forminator-step-2 .forminator-step-dot {
  border: none !important;
  color: #fff;
  text-align: center;
  background-image: url("../../assets/img/people/PC_ACTIVE_3.png");
  background-size: 100% 100%;
}

.forminator-step-0 .forminator-step-dot {
  border: none !important;
  color: #000000;
  text-align: center;
  background-color: transparent !important;
  background-image: url("../../assets/img/entry/PC_NORMAL_1.png");
  background-size: 100% 100%;
  padding-top: 2vw !important;
}

.forminator-step-1 .forminator-step-dot {
  border: none !important;
  color: #000000;
  text-align: center;
  background-image: url("../../assets/img/entry/PC_NORMAL_2.png");
  background-size: 100% 100%;
  padding-top: 2vw !important;
}

.forminator-step-2 .forminator-step-dot {
  border: none !important;
  color: #000000;
  text-align: center;
  background-image: url("../../assets/img/entry/PC_NORMAL_3.png");
  background-size: 100% 100%;
  padding-top: 2vw !important;
}

.forminator-step-label {
  width: 114px !important;
  margin-top: 10px;
  font-size: 15px;
  line-height: 30px;
}

.forminator-current .forminator-step-label {
  display: none !important;
}

.forminator-row .forminator-field-address .forminator-row {
  margin-top: 0 !important;
}

.forminator-row {
  margin-top: 2.60416vw !important;
  margin-bottom: 0 !important;
}

.forminator-row .form-zipcode {
  height: 6vw;
  padding: 0 !important;
}

.form-input-both-line {
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) 0px !important;
  border-bottom: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #9BAEC9;
  border-top: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #9BAEC9;
}

#address-1-street_address {
  padding: 0 !important;
}

.form-input-bottom-line {
  padding: 0 !important;
  padding-bottom: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) !important;
  border-bottom: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px) solid #9BAEC9;
}

.forminator-field-email {
  padding: 0 !important;
  padding-bottom: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) !important;
}

.form-input-no-line {
  padding: 0 !important;
  border-bottom: none !important;
}

.input-480 input {
  flex: 0 1 26.04166vw;
}

.input-640 input {
  flex: 0 1 640px;
}

.iti--show-flags {
  display: flex !important;
}

.iti__country-container {
  display: none;
}

.input-140 input {
  flex: 0 1 140px;
}

.survey {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-heading {
  padding: 9px 15px !important;
  background-color: #E5EFF5;
  margin-top: 70px;
  margin-bottom: 20px;
}

.form-heading .inquiry-title {
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}

.form-subheading {
  padding: 0 !important;
}

.form-subheading p {
  font-size: 15px;
  line-height: 30px;
}

.survey .forminator-label {
  width: 210px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet:before {
  width: 15px !important;
  height: 15px !important;
}

.forminator-required {
  margin-top: 0.3vw;
}

/* 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type {
    margin-top: 0 !important;
}

#forminator-field-radio-1-label-1 {
    align-items: end !important;
    margin-top: 0 !important;
}
*/
.survey #forminator-field-radio-1-label-5 {
  margin-left: 230px;
  margin-top: 0px;
}

.form-textarea .forminator-textarea {
  flex: 0 1 650px;
}

.form-textarea:not(.no-ml) .forminator-textarea {
  margin-top: 20px !important;
  margin-left: 245px !important;
}

.mt--40 {
  margin-top: -40px;
}

.forminator-col:not(.survey):not(.form-textarea) .forminator-error-message {
  background-color: unset !important;
  font-size: 0.83333vw !important;
  padding: 0 !important;
  color: #FF0000 !important;
}

.survey .forminator-error-message {
  background-color: unset !important;
  margin-left: 250px !important;
}

.forminator-error-message.email-error {
  display: flex !important;
}

.forminator-error-message.katakana-error-message {
  display: flex !important;
}

.form-textarea .forminator-error-message {
  background-color: unset !important;
  margin-left: 230px !important;
}

.forminator-pagination-footer {
  justify-content: center !important;
  gap: 2.60416vw;
  margin-top: 7.8125vw !important;
}

.forminator-pagination-footer .forminator-button {
  display: flex !important;
  align-items: center;
  padding: clamp(0px, calc((37 * var(--vw-with-scrollbar)) / 1920), 37px) clamp(0px, calc((98 * var(--vw-with-scrollbar)) / 1920), 98px) !important;
  background: #FFFFFF;
  border: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) solid #000 !important;
  margin-top: 0 !important;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 350;
  color: #000000;
  box-shadow: unset !important;
  gap: clamp(0px, calc((25 * var(--vw-with-scrollbar)) / 1920), 25px) !important;
}

.forminator-response-message.forminator-success {
  background-color: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  text-align: center !important;
}

.form-input-review {
  padding-left: 0 !important;
}

.form-input-review p {
  font-size: 0.99vw;
  line-height: 1.5625vw !important;
  margin-bottom: 0px !important;
  color: #000;
}

.forminator-design--default #radio-1 .forminator-field .forminator-label {
  line-height: 1.0833vw !important;
}

.forminator-design--default #radio-1 .forminator-field .forminator-required {
  margin-top: -0.2vw;
}

.forminator-design--default .forminator-label {
  font-size: 1.09375vw !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  line-height: 2.29166vw !important;
  color: #000;
}

.forminator-description {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 0.83333vw !important;
  line-height: 100% !important;
  color: #707070 !important;
  margin-top: 1vw !important;
}

.form-phone .forminator-description span {
  display: none;
}

.zipcode-input-wrapper .forminator-description {
  position: absolute;
  left: 0.5vw;
}

.forminator-merge-tags {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-label {
  color: #707F8E !important;
  display: none !important;
}

.company_housing_management_status {
  margin-top: -40px !important;
}

input[type=checkbox]:checked {
  accent-color: green !important;
}

.name-service {
  border-top: 1px solid #DEDEDE;
  padding: 35px 15px 0 0 !important;
}

.name-service .p1 {
  margin-top: 10px;
}

.forminator-row .forminator-radio-label {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.09375vw;
  line-height: 100%;
  color: #FFFFFF;
  margin-left: 1.0416vw !important;
}

#custom-err {
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  color: #E04562;
  margin-left: 30px;
}

.forminator-step-0 .forminator-step-dot::before {
  content: "項目の入力";
  margin-right: 2vw;
}

.forminator-step-1 .forminator-step-dot::before {
  content: "確認画面";
}

.forminator-step-2 .forminator-step-dot::before {
  content: "送信完了";
}

.forminator-break {
  background-color: unset !important;
}

input#forminator-field-name-4_67fb9b0a65068 {
  width: 10.4166vw;
}

.privacy-policy-container {
  display: flex;
  isolation: isolate;
  max-width: 41.6666vw;
  width: 41.6666vw;
  height: 17.70833vw;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 0 auto;
  padding: 0 !important;
}

.privacy-policy-container .forminator-field.forminator-merge-tags {
  display: block;
  box-sizing: border-box;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) !important;
  gap: clamp(0px, calc((43 * var(--vw-with-scrollbar)) / 1920), 43px) !important;
  isolation: isolate !important;
  background: #FFFFFF !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
  overflow-y: auto;
}

.forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags h3,
.forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags p {
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.8;
  color: #333333;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px) !important;
  font-weight: 300;
}

.forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags h3 {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.08em;
}

.privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label {
  width: 100%;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px) !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #333333 !important;
  margin-bottom: clamp(0px, calc((43 * var(--vw-with-scrollbar)) / 1920), 43px) !important;
}

.privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.25vw !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #333333 !important;
}

.forminator-field-checkbox .forminator-field {
  width: 100%;
}

/* Custom scrollbar */
.privacy-policy-container::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb {
  background: #D7D6D6;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}

.zipcode-input-wrapper {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0.625vw;
  width: 26.71875vw;
  position: relative;
}

.zipcode-symbol {
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #000;
}

.zipcode-search-button {
  background-color: #000;
  padding: 0.26041vw 0;
  cursor: pointer;
  width: 12.9375vw;
  height: 2.5vw;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 0.98958vw;
  line-height: 1.197916vw;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.52083vw;
}

.radio-option-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-right: 9.5vw;
}

div#checkbox-1 span.forminator-required {
  margin-right: 1vw;
}

.forminator-row #checkbox-1 .forminator-checkbox {
  margin: 0 auto;
}

.forminator-row #checkbox-1 .forminator-checkbox .forminator-checkbox-box {
  width: 1.0416666vw !important;
  height: 1.0416666vw !important;
  border-color: #333333 !important;
  margin-top: 0.5vw;
  flex: unset;
}

.forminator-button-next::after,
.forminator-button-submit::after,
.forminator-button-back::before {
  content: "";
  display: inline-block;
  width: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  height: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  background-image: url("../../assets/img/entry/btn_yaji.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.forminator-button-back::before {
  rotate: 180deg;
}

/**
 * End Contact Form
 * */
@media (max-width: 1024px) {
  #contact .top-kv__title-pc-en {
    font-size: 10vw;
    text-align: left;
    display: inline;
  }
  #contact .top-kv__title-pc-en p {
    display: inline;
  }
  .forminator-step-0 .forminator-step-dot,
  .forminator-step-1 .forminator-step-dot,
  .forminator-step-2 .forminator-step-dot {
    padding-top: 4.8vw !important;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet:before {
    width: 2.6666666vw !important;
    height: 2.6666666vw !important;
  }
  .forminator-row #checkbox-1 .forminator-checkbox .forminator-checkbox-box {
    min-width: calc(20 * var(--vw-with-scrollbar) / 750) !important;
    min-height: calc(20 * var(--vw-with-scrollbar) / 750) !important;
    border-color: #333333 !important;
    margin-top: calc(17 * var(--vw-with-scrollbar) / 750);
    margin-left: calc(23 * var(--vw-with-scrollbar) / 750);
  }
  .forminator-field-checkbox.left-error-message .forminator-error-message {
    text-align: center;
    margin-left: 1vw !important;
    margin-top: 0 !important;
  }
  a[href^=tel] {
    pointer-events: none;
    color: inherit;
  }
  .forminator-button-next::after {
    content: "";
    display: inline-block;
    width: calc(15 * var(--vw-with-scrollbar) / 750);
    height: calc(17 * var(--vw-with-scrollbar) / 750);
    background-image: url("../../assets/img/entry/btn_yaji.png");
  }
  .contact-form-first-section {
    background-image: url("../../assets/img/entry/contract-form-banner_phone.jpg") !important;
    min-height: 90.6666vw !important;
  }
  .forminator-field {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 4vw;
    justify-content: space-between;
    padding: 0 !important;
    width: calc(600 * var(--vw-with-scrollbar) / 750);
    margin-left: calc(55 * var(--vw-with-scrollbar) / 750) !important;
  }
  .privacy-policy-container .forminator-field {
    margin-left: 0 !important;
  }
  .privacy-policy-container .forminator-field h3,
  .privacy-policy-container .forminator-field span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    line-height: 180% !important;
    text-align: justify;
    color: #000000;
  }
  .forminator-field input,
  .forminator-field textarea {
    padding: 0.7291vw 1.0416vw;
    background-color: #F2F2F2;
    border: 1px solid #c4c3c3;
    font-size: 4.26666vw !important;
    line-height: 1.35416vw;
    flex: 1;
    max-width: unset !important;
    width: calc(500 * var(--vw-with-scrollbar) / 750) !important;
    min-height: calc(70 * var(--vw-with-scrollbar) / 750) !important;
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .forminator-field textarea {
    min-height: calc(200 * var(--vw-with-scrollbar) / 750) !important;
  }
  .forminator-field .zipcode-input-wrapper input {
    background-color: #F2F2F2;
    border: 1px solid #F2F7FA;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    margin-left: calc(50 * var(--vw-with-scrollbar) / 750) !important;
    width: calc(500 * var(--vw-with-scrollbar) / 750) !important;
    height: calc(70 * var(--vw-with-scrollbar) / 750) !important;
    font-family: "Noto Sans JP", sans-serif !important;
    max-width: calc(200 * var(--vw-with-scrollbar) / 750) !important;
  }
  .forminator-label {
    display: flex !important;
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    white-space: nowrap;
    width: fit-content;
    gap: 11px;
  }
  .forminator-field-textarea .forminator-label {
    align-items: center;
  }
  .forminator-error-message {
    width: fit-content;
    text-align: left;
    order: 2;
  }
  .forminator-label .forminator-required,
  .forminator-required {
    color: #F3F8FB !important;
    background-color: #9F0F0C !important;
    min-width: 7.7333vw !important;
    height: 6vw !important;
    padding: 2vw 1vw !important;
    border-radius: 0.6666vw !important;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    content: "必須" !important;
    font-weight: 400 !important;
    line-height: 2.133vw !important;
    text-align: center !important;
  }
  .radio-option-wrapper label {
    margin: 2vw 0 !important;
  }
  .forminator-field .input-wrapper {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 192px;
  }
  .forminator-row .hr {
    border-top: 1px solid #DEDEDE;
    margin: 0;
    padding: 0 !important;
  }
  .forminator-row .hr-big {
    border-top: 4px solid #BBC8D5;
    margin: 0;
    padding: 0 !important;
  }
  .forminator-pagination-steps {
    width: 100% !important;
    height: 12.50833vw !important;
  }
  .forminator-file-upload {
    gap: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  .forminator-file-upload span[data-empty-text] {
    display: inline-block;
    width: calc(90 * var(--vw-with-scrollbar) / 750) !important;
    max-width: calc(150 * var(--vw-with-scrollbar) / 750) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(19 * var(--vw-with-scrollbar) / 750) !important;
    line-height: 100%;
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .forminator-pagination-steps,
  .forminator-pagination-steps-view {
    align-items: flex-start !important;
    width: 100% !important;
    display: flex !important;
    margin: 0 0 15.8125vw !important;
    gap: 0;
    justify-content: center;
  }
  .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps .forminator-step {
    width: 31.6875vw !important;
    height: auto !important;
  }
  .forminator-step.forminator-step .forminator-step-dot {
    width: 100% !important;
    height: 5.20833vw !important;
    margin-right: 0 !important;
  }
  .forminator-step-dot {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 3.5333vw;
    line-height: 100%;
    color: #FFFFFF;
    color: #FFFFFF;
    /* background-color: unset !important; */
    /* width: 25.791vw !important; */
    min-height: 13.20833vw !important;
    padding: 4.8vw 1.8vw !important;
    letter-spacing: 1.32px;
  }
  .forminator-current .forminator-step-dot {
    border: none !important;
    color: #fff;
  }
  .forminator-step-label {
    width: 114px !important;
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }
  .forminator-current .forminator-step-label {
    /* color: #C9141E !important; */
    display: none !important;
  }
  .forminator-row {
    margin-bottom: calc(50 * var(--vw-with-scrollbar) / 750) !important;
    margin-top: calc(0 * var(--vw-with-scrollbar) / 750) !important;
  }
  .forminator-row .form-zipcode {
    height: calc(180 * var(--vw-with-scrollbar) / 750);
  }
  .form-input-both-line {
    padding: calc(30 * var(--vw-with-scrollbar) / 750) 0px calc(30 * var(--vw-with-scrollbar) / 750) 0 !important;
    border-bottom: calc(1 * var(--vw-with-scrollbar) / 750) solid #9BAEC9;
    border-top: calc(1 * var(--vw-with-scrollbar) / 750) solid #9BAEC9;
  }
  .form-input-bottom-line {
    padding: 0 0 calc(42 * var(--vw-with-scrollbar) / 750) 0 !important;
  }
  .form-input-no-line {
    padding: 0 0 calc(30 * var(--vw-with-scrollbar) / 750) 0 !important;
    border-bottom: none !important;
  }
  .input-480 input {
    flex: 0 1 26.04166vw;
  }
  .input-640 input {
    flex: 0 1 640px;
  }
  .iti--show-flags {
    display: flex !important;
  }
  .iti__country-container {
    display: none;
  }
  .input-140 input {
    flex: 0 1 140px;
  }
  .survey {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-heading {
    padding: 9px 15px !important;
    background-color: #E5EFF5;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .form-heading .inquiry-title {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
  }
  .form-subheading {
    padding: 0 !important;
  }
  .form-subheading p {
    font-size: 15px;
    line-height: 30px;
  }
  .survey .forminator-label {
    width: 210px;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type {
    margin-top: 0 !important;
  }
  #forminator-field-radio-1-label-1 {
    align-items: end !important;
    margin-top: 0 !important;
  }
  .survey #forminator-field-radio-1-label-5 {
    margin-left: 230px;
    margin-top: 0px;
  }
  .form-textarea .forminator-textarea {
    flex: 0 1 650px;
  }
  .form-textarea:not(.no-ml) .forminator-textarea {
    margin-top: 20px !important;
    margin-left: 245px !important;
  }
  .mt--40 {
    margin-top: -40px;
  }
  .forminator-col:not(.survey):not(.form-textarea) .forminator-error-message {
    background-color: unset !important;
    font-size: 3.733333vw !important;
    text-align: left !important;
  }
  .survey .forminator-error-message {
    background-color: unset !important;
    margin-left: 250px !important;
  }
  .form-textarea .forminator-error-message {
    background-color: unset !important;
    margin-left: 230px !important;
  }
  .forminator-pagination-footer {
    justify-content: center !important;
    gap: 2vw;
  }
  .forminator-pagination-footer .forminator-button {
    width: fit-content !important;
    margin-bottom: 0 !important;
    padding: calc(28 * var(--vw-with-scrollbar) / 750) calc(98 * var(--vw-with-scrollbar) / 750) !important;
    border: calc(2 * var(--vw-with-scrollbar) / 750) solid #000 !important;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    font-weight: 350 !important;
    gap: calc(25 * var(--vw-with-scrollbar) / 750) !important;
    border-radius: 0 !important;
  }
  .forminator-pagination-footer .forminator-button::after,
  .forminator-pagination-footer .forminator-button-submit::after,
  .forminator-pagination-footer .forminator-button-back::before {
    width: calc(15 * var(--vw-with-scrollbar) / 750);
    height: calc(17 * var(--vw-with-scrollbar) / 750);
  }
  .forminator-response-message.forminator-success {
    background-color: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    text-align: center !important;
  }
  .form-input-review {
    padding-left: 0 !important;
  }
  .form-input-review p {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    line-height: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    margin-bottom: 0px !important;
  }
  .forminator-design--default .forminator-label {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 500 !important;
    line-height: 4vw !important;
  }
  .input-description-wrapper {
    width: 100% !important;
  }
  .forminator-description {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
    position: unset !important;
    color: #707070 !important;
    pointer-events: none;
    color: inherit;
    margin-top: 2.66666vw !important;
  }
  .forminator-button-next,
  .forminator-button-submit,
  .forminator-button-back {
    color: #000000 !important;
  }
  .forminator-merge-tags {
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-label {
    color: #707F8E !important;
    display: none !important;
  }
  .company_housing_management_status {
    margin-top: -40px !important;
  }
  input[type=checkbox]:checked {
    accent-color: green !important;
  }
  .name-service {
    border-top: 1px solid #DEDEDE;
    padding: 35px 15px 0 0 !important;
  }
  .name-service .p1 {
    margin-top: 10px;
  }
  .forminator-row .forminator-radio-label {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 3.7333vw;
    line-height: 100% !important;
  }
  #custom-err {
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    color: #E04562;
    margin-left: 30px;
  }
  .forminator-break {
    background-color: unset !important;
  }
  input#forminator-field-name-4_67fb9b0a65068 {
    width: 10.4166vw;
  }
  .privacy-policy-container {
    box-sizing: border-box;
    display: flex;
    padding: 0;
    isolation: isolate;
    max-width: 100%;
    width: calc(600 * var(--vw-with-scrollbar) / 750);
    height: calc(300 * var(--vw-with-scrollbar) / 750);
    background: #FFFFFF;
    border: 1px solid #000000;
    margin: 0 auto;
    overflow-y: auto;
  }
  .privacy-policy-container .forminator-field.forminator-merge-tags {
    padding: calc(30 * var(--vw-with-scrollbar) / 750) !important;
  }
  .privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 4.666666vw !important;
    line-height: 100% !important;
    text-align: center !important;
    color: #000 !important;
    margin-bottom: calc(37 * var(--vw-with-scrollbar) / 750) !important;
  }
  .forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags h3 {
    font-size: clamp(16px, calc((16 * var(--vw-with-scrollbar)) / 750), 16px) !important;
  }
  .forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags p {
    font-size: clamp(14px, calc((14 * var(--vw-with-scrollbar)) / 750), 14px) !important;
  }
  .forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags p {
    text-align: justify;
  }
  /* Custom scrollbar */
  .privacy-policy-container::-webkit-scrollbar {
    width: 8px;
  }
  .privacy-policy-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  .privacy-policy-container::-webkit-scrollbar-thumb {
    background: #D7D6D6;
    border-radius: 5px;
  }
  .privacy-policy-container::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
  }
  .zipcode-input-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    margin-bottom: 0.625vw;
    width: 79.083vw;
    position: relative;
  }
  .zipcode-symbol {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 5.2vw;
    line-height: 1.51vw;
    color: #000;
    position: absolute;
    top: calc(27 * var(--vw-with-scrollbar) / 750);
    left: calc(-7 * var(--vw-with-scrollbar) / 750);
  }
  .zipcode-search-button {
    background-color: #000;
    padding: 0.26041vw;
    border: none;
    transition: background-color 0.2s ease;
    width: calc(348 * var(--vw-with-scrollbar) / 750);
    height: calc(54 * var(--vw-with-scrollbar) / 750);
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: calc(28 * var(--vw-with-scrollbar) / 750);
    line-height: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: calc(10 * var(--vw-with-scrollbar) / 750);
    position: absolute;
    right: calc(-16 * var(--vw-with-scrollbar) / 750);
    top: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  .radio-option-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
  }
  div#checkbox-1 span.forminator-required {
    margin-right: 1vw;
  }
  .forminator-row #checkbox-1 .forminator-checkbox {
    margin: 0;
    align-items: flex-start;
  }
  .forminator-checkbox-label {
    margin: 0;
  }
  .forminator-file-upload {
    width: calc(500 * var(--vw-with-scrollbar) / 750) !important;
    height: calc(70 * var(--vw-with-scrollbar) / 750) !important;
    border-radius: calc(10 * var(--vw-with-scrollbar) / 750) !important;
    padding-left: calc(19 * var(--vw-with-scrollbar) / 750) !important;
  }
  .forminator-file-upload .forminator-button-upload {
    width: calc(250 * var(--vw-with-scrollbar) / 750) !important;
    height: calc(56 * var(--vw-with-scrollbar) / 750) !important;
    margin: 0 !important;
    border-radius: calc(10 * var(--vw-with-scrollbar) / 750) !important;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750) !important;
  }
}
@media (max-width: 1024px) {
  .description-text-pc {
    display: none;
  }
  .description-text-phone {
    display: flex;
  }
  .contact-form-section {
    min-height: fit-content;
    padding: 0 calc(22 * var(--vw-with-scrollbar) / 750);
  }
  .top-kv {
    left: 0 !important;
  }
  .contact-form-container {
    width: 100%;
    min-height: calc(1780 * var(--vw-with-scrollbar) / 750);
    padding: 0 0 calc(150 * var(--vw-with-scrollbar) / 750);
    display: flex;
    row-gap: calc(37 * var(--vw-with-scrollbar) / 750);
    flex-direction: column;
    box-sizing: border-box;
  }
  .contact-form-section .contact-form-container .description-row p {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4vw;
    line-height: 180%;
    /* or 34px */
    text-align: left;
    transition: 1.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  }
  .contact-form-section .contact-form-container .information-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.6666vw 3.2083vw;
    gap: 5.60416vw;
    width: 100%;
    height: fit-content;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .phone-information h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 6.8vw;
    line-height: 100%;
  }
  .phone-information {
    display: flex;
    gap: 5vw;
  }
  .time-information {
    display: flex;
    gap: 2vw;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 3.2vw;
    line-height: 2.08333vw;
    color: #FFFFFF;
  }
  .contact-form-section .contact-form-container .information-box span {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 3.13333vw;
    line-height: 100%;
    color: #fff;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-description span {
    display: none;
  }
  .forminator-checkbox-label {
    width: calc(420 * var(--vw-with-scrollbar) / 750);
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 180% !important;
    color: #000000;
  }
}
/* Another Contact form  */
.finish-form .contact-form-container {
  width: 62.5vw;
  height: fit-content;
  display: flex;
  row-gap: 7.8125vw;
  flex-direction: column;
  margin: auto;
}

.finish-form {
  display: none;
  flex-direction: column;
  column-gap: 2vw;
}

.contact-form-section .content-form {
  width: fit-content;
  justify-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
}

.contact-form-section .content-form img {
  margin: 0 auto;
  width: 8.33333vw;
  height: 10.52083vw;
}

.contact-form-section .content-form .detail-content p {
  text-align: center !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.09375vw !important;
  line-height: 180% !important;
  text-align: center !important;
  color: #000;
}

.color-background {
  background: linear-gradient(to bottom, transparent 30%, #1D115A 10%);
  width: 46.82vw;
  height: 16.73vw;
  margin: 0 auto;
}

.left-error-message .forminator-error-message {
  text-align: left;
  margin-top: 2vw !important;
  margin-left: 18vw !important;
}

.forminator-field-checkbox.left-error-message .forminator-error-message {
  text-align: center;
  margin-left: -5.5vw !important;
  margin-top: 0 !important;
}

.forminator-field .inquiry-title {
  font-size: 0.99vw !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #000;
}

.forminator-design--default .forminator-radio .forminator-radio-bullet {
  width: 1.302083vw !important;
  height: 1.302083vw !important;
  flex: unset !important;
}

@media (max-width: 1024px) {
  .forminator-design--default .forminator-radio .forminator-radio-bullet {
    width: 4.33333vw !important;
    height: 4.33333vw !important;
    flex: unset !important;
  }
  .forminator-field .inquiry-title {
    font-size: 15px !important;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    color: #000;
  }
  .finish-form .contact-form-container {
    row-gap: 10vw;
    padding: 7.8125vw 6.41666vw;
    height: fit-content;
    min-height: fit-content;
    width: 100%;
  }
  .finish-form {
    flex-direction: column;
    column-gap: 2vw;
  }
  .contact-form-section .content-form {
    width: fit-content;
    justify-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 7.8125vw;
  }
  .contact-form-section .content-form img {
    margin: 0 auto;
    width: 10.33333vw;
    height: 12.52083vw;
  }
  .contact-form-section .content-form .detail-content p {
    text-align: center !important;
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 3vw !important;
    line-height: 180% !important;
    text-align: center !important;
    color: #000;
  }
  .color-background {
    background: linear-gradient(to bottom, transparent 30%, #1D115A 10%);
    width: 46.82vw;
    height: 16.73vw;
    margin: 0 auto;
  }
  .left-error-message .forminator-error-message {
    text-align: right;
    margin-top: 0vw !important;
    margin-left: 0vw !important;
  }
  .forminator-field-checkbox.left-error-message .forminator-error-message {
    text-align: center;
    margin-left: 0vw !important;
    margin-top: 0 !important;
  }
}
.phone-information,
.time-information {
  transform: unset;
}

/* End Another Contact form  */
#page-history .history-fv .c-feature-img {
  background-image: url("../../assets/img/history/history_fv.webp");
}
#page-history .history-timeline {
  position: relative;
  box-sizing: border-box;
  align-items: start;
  color: #db5331;
}
#page-history .history-timeline__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#page-history .history-timeline__bg .c-blob,
#page-history .history-timeline__bg .c-dot-img {
  position: absolute;
}
#page-history .history-timeline__bg .c-dot-img {
  top: clamp(0px, calc((340 * var(--vw-with-scrollbar)) / 1920), 340px);
  bottom: clamp(0px, calc((432 * var(--vw-with-scrollbar)) / 1920), 432px);
  left: 0;
  right: 0;
  background-image: url("../../assets/img/history/bg_dot_rd.webp");
  background-size: clamp(0px, calc((1920 * var(--vw-with-scrollbar)) / 1920), 1920px);
}
#page-history .history-timeline__bg .c-blob {
  overflow: hidden;
}
#page-history .history-timeline__bg .c-blob__inner {
  width: 100%;
}
#page-history .history-timeline__bg #blob-1 {
  top: 0;
  left: 0;
  width: clamp(0px, calc((1369 * var(--vw-with-scrollbar)) / 1920), 1369px);
}
#page-history .history-timeline__bg #blob-2 {
  top: clamp(0px, calc((737 * var(--vw-with-scrollbar)) / 1920), 737px);
  right: 0;
  width: clamp(0px, calc((1507 * var(--vw-with-scrollbar)) / 1920), 1507px);
}
#page-history .history-timeline__bg #blob-3 {
  top: clamp(0px, calc((1608 * var(--vw-with-scrollbar)) / 1920), 1608px);
  left: 0;
  width: clamp(0px, calc((1380 * var(--vw-with-scrollbar)) / 1920), 1380px);
}
#page-history .history-timeline__bg #blob-4 {
  top: clamp(0px, calc((1339 * var(--vw-with-scrollbar)) / 1920), 1339px);
  right: 0;
  width: clamp(0px, calc((1479 * var(--vw-with-scrollbar)) / 1920), 1479px);
}
#page-history .history-timeline__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#page-history .history-timeline__rabbit {
  position: absolute;
  z-index: 2;
}
#page-history .history-timeline__rabbit img {
  width: 100%;
}
#page-history .history-timeline__rabbit--1 {
  width: clamp(0px, calc((1014.86 * var(--vw-with-scrollbar)) / 1920), 1014.86px);
  top: clamp(0px, calc((1949 * var(--vw-with-scrollbar)) / 1920), 1949px);
  left: clamp(0px, calc((1020.38 * var(--vw-with-scrollbar)) / 1920), 1020.38px);
}
#page-history .history-timeline__rabbit--2 {
  width: clamp(0px, calc((614 * var(--vw-with-scrollbar)) / 1920), 614px);
  top: clamp(0px, calc((2876 * var(--vw-with-scrollbar)) / 1920), 2876px);
  left: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
}
#page-history .history-timeline .history-timeline__rabbit--1 .history-timeline__rabbit--1 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history .history-timeline .history-timeline__rabbit--1 .anim__poyoyon2 {
  --animation-delay: 0.6s;
  animation-delay: 0.6s !important;
}
#page-history .history-timeline .history-timeline__rabbit--2 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history .history-timeline .anim__poyoyon2 {
  --animation-delay: 0.6s;
  animation-delay: 0.6s !important;
}
#page-history .history-timeline .anim__fade-y {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history .history-timeline .anim__fluid {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#page-history .history-timeline .history-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  box-sizing: border-box;
}
#page-history .history-timeline .history-item__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  align-items: flex-start;
}
#page-history .history-timeline .history-item__year-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: clamp(0px, calc((291 * var(--vw-with-scrollbar)) / 1920), 291px);
  flex-shrink: 0;
}
#page-history .history-timeline .history-item__year-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  width: 100%;
}
#page-history .history-timeline .history-item__year {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  line-height: 1;
  text-align: center;
}
#page-history .history-timeline .history-item__year-suffix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
  width: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  line-height: 1;
  text-align: center;
}
#page-history .history-timeline .history-item__era {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 1;
  text-align: left;
}
#page-history .history-timeline .history-item__text {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  padding-top: clamp(0px, calc((54 * var(--vw-with-scrollbar)) / 1920), 54px);
}
#page-history .history-timeline .history-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1.3;
  text-align: left;
}
#page-history .history-timeline .history-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 2;
  text-align: left;
}
#page-history .history-timeline .history-item__deco {
  position: absolute;
  z-index: 1;
}
#page-history .history-timeline .history-item__deco img {
  width: 100%;
}
#page-history .history-timeline .history-item__deco--1 {
  width: clamp(0px, calc((869 * var(--vw-with-scrollbar)) / 1920), 869px);
  top: clamp(0px, calc((417 * var(--vw-with-scrollbar)) / 1920), 417px);
  left: 0;
}
#page-history .history-timeline .history-item__deco--2 {
  width: clamp(0px, calc((950 * var(--vw-with-scrollbar)) / 1920), 950px);
  top: clamp(0px, calc((818 * var(--vw-with-scrollbar)) / 1920), 818px);
  left: clamp(0px, calc((970 * var(--vw-with-scrollbar)) / 1920), 970px);
}
#page-history .history-timeline .history-item__deco--3 {
  width: clamp(0px, calc((1000 * var(--vw-with-scrollbar)) / 1920), 1000px);
  top: clamp(0px, calc((2163 * var(--vw-with-scrollbar)) / 1920), 2163px);
  left: 0;
}
#page-history .history-timeline .history-item__deco--4 {
  width: clamp(0px, calc((580 * var(--vw-with-scrollbar)) / 1920), 580px);
  top: clamp(0px, calc((2840 * var(--vw-with-scrollbar)) / 1920), 2840px);
  left: clamp(0px, calc((1340 * var(--vw-with-scrollbar)) / 1920), 1340px);
}
@media (min-width: 1025px) {
  #page-history .history-item--1 {
    padding-bottom: clamp(0px, calc((559 * var(--vw-with-scrollbar)) / 1920), 559px);
  }
  #page-history .history-item--1 .history-item__content {
    justify-content: start;
  }
  #page-history .history-item--2 {
    padding-bottom: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
    box-sizing: border-box;
  }
  #page-history .history-item--2 .history-item__text {
    padding-top: 0;
    padding-left: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
    max-width: clamp(0px, calc((658 * var(--vw-with-scrollbar)) / 1920), 658px);
  }
  #page-history .history-item--2 .history-item__content {
    flex-direction: column;
  }
  #page-history .history-item--3 {
    padding-bottom: clamp(0px, calc((684 * var(--vw-with-scrollbar)) / 1920), 684px);
    width: auto;
  }
  #page-history .history-item--3 .history-item__content {
    flex-direction: row;
    align-self: stretch;
    justify-content: start;
    gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  }
  #page-history .history-item--3 .history-item__text {
    padding-top: clamp(0px, calc((58 * var(--vw-with-scrollbar)) / 1920), 58px);
    width: clamp(0px, calc((896 * var(--vw-with-scrollbar)) / 1920), 896px);
  }
  #page-history .history-item--3 .history-item__text span {
    letter-spacing: 0.01em;
  }
  #page-history .history-item--4 {
    padding-bottom: clamp(0px, calc((232 * var(--vw-with-scrollbar)) / 1920), 232px);
    padding-left: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
    align-items: start;
  }
  #page-history .history-item--4 .history-item__year-wrapper {
    width: clamp(0px, calc((293 * var(--vw-with-scrollbar)) / 1920), 293px);
    height: clamp(0px, calc((151 * var(--vw-with-scrollbar)) / 1920), 151px);
  }
  #page-history .history-item--4 .history-item__year-group {
    gap: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  }
  #page-history .history-item--4 .history-item__era {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    padding-left: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px);
  }
  #page-history .history-item--4 .history-item__text {
    padding-top: clamp(0px, calc((68 * var(--vw-with-scrollbar)) / 1920), 68px);
    max-width: clamp(0px, calc((550 * var(--vw-with-scrollbar)) / 1920), 550px);
  }
  #page-history .history-item--5 {
    padding-left: clamp(0px, calc((324 * var(--vw-with-scrollbar)) / 1920), 324px);
    width: auto;
    justify-content: center;
    gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  }
  #page-history .history-item--5 .history-item__content {
    flex-direction: column;
    align-items: start;
  }
  #page-history .history-item--5 .history-item__year-wrapper {
    width: clamp(0px, calc((301 * var(--vw-with-scrollbar)) / 1920), 301px);
    height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  }
  #page-history .history-item--5 .history-item__current-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
    line-height: 1em;
    letter-spacing: -0.08em;
    text-align: center;
    width: clamp(0px, calc((301 * var(--vw-with-scrollbar)) / 1920), 301px);
    height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  }
  #page-history .history-item--5 .history-item__text {
    padding-top: 0;
    max-width: clamp(0px, calc((550 * var(--vw-with-scrollbar)) / 1920), 550px);
    gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  }
}
@media (max-width: 1024px) {
  #page-history .history-fv .c-message {
    padding-bottom: calc(76 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline {
    position: relative;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: calc(242 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(50 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(50 * var(--vw-with-scrollbar) / 750);
    margin-top: 0;
    align-items: start;
    color: #db5331;
  }
  #page-history .history-timeline .history-item__deco--2 {
    top: 0;
    left: unset;
    right: 0;
    width: 100%;
    height: fit-content;
  }
  #page-history .history-timeline .history-item__deco--3 {
    top: calc(2140 * var(--vw-with-scrollbar) / 750);
    left: 0;
    width: calc(703 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
  }
  #page-history .history-timeline .history-item__deco--4 {
    top: calc(3160 * var(--vw-with-scrollbar) / 750);
    left: unset;
    right: 0;
    width: calc(580 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
  }
  #page-history .history-timeline__bg {
    top: calc(672 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline__bg .c-dot-img {
    background-size: calc(1038 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline__bg #blob-1 {
    top: 0;
    left: 0;
    width: 100%;
  }
  #page-history .history-timeline__bg #blob-2 {
    top: calc(755 * var(--vw-with-scrollbar) / 750);
    right: 0;
    width: calc(616 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline__bg #blob-3 {
    top: calc(1626 * var(--vw-with-scrollbar) / 750);
    left: 0;
    width: calc(654 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline__bg #blob-4 {
    top: calc(1357 * var(--vw-with-scrollbar) / 750);
    right: 0;
    width: calc(601 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline__bg #blob-5 {
    top: calc(2510 * var(--vw-with-scrollbar) / 750);
    left: 0;
    width: 100%;
  }
  #page-history .history-timeline .history-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
  }
  #page-history .history-timeline .history-item__content {
    flex-direction: column;
    justify-content: start;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    align-items: flex-start;
  }
  #page-history .history-timeline .history-item__year-wrapper {
    flex-direction: column;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    width: fit-content;
  }
  #page-history .history-timeline .history-item__year-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-end;
    gap: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item__year {
    font-size: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item__year-suffix {
    width: fit-content;
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item__era {
    font-weight: 400;
    font-size: calc(21 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item__text {
    display: flex;
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    padding-top: 0;
  }
  #page-history .history-timeline .history-item__title {
    font-weight: 500;
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item__description {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item--1 {
    margin-bottom: calc(834 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item--2 {
    margin-bottom: calc(219 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item--3 {
    margin-bottom: calc(529 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item--4 {
    margin-bottom: calc(920 * var(--vw-with-scrollbar) / 750);
  }
  #page-history .history-timeline .history-item--5 .history-item__current-title {
    width: fit-content;
    height: fit-content;
    font-size: calc(64 * var(--vw-with-scrollbar) / 750);
  }
}

#page-history-2 .history-fv .c-feature-img {
  background-image: url("../../assets/img/history/history_fv.webp");
}
#page-history-2 .history-timeline {
  position: relative;
  box-sizing: border-box;
  color: #db5331;
  margin-top: clamp(0px, calc((77 * var(--vw-with-scrollbar)) / 1920), 77px);
}
#page-history-2 .history-timeline .c-dot-img {
  position: absolute;
  top: clamp(0px, calc((340 * var(--vw-with-scrollbar)) / 1920), 340px);
  bottom: clamp(0px, calc((432 * var(--vw-with-scrollbar)) / 1920), 432px);
  left: 0;
  right: 0;
  background-image: url("../../assets/img/history/bg_dot_rd.webp");
  background-size: clamp(0px, calc((1920 * var(--vw-with-scrollbar)) / 1920), 1920px);
}
#page-history-2 .history-timeline__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
}
#page-history-2 .history-timeline__bg .c-blob,
#page-history-2 .history-timeline__bg .c-dot-img {
  position: absolute;
}
#page-history-2 .history-timeline__bg .c-blob__inner {
  width: 100%;
}
#page-history-2 .history-timeline__bg #blob-1 {
  top: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  left: clamp(-195px, calc((-195 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((1268 * var(--vw-with-scrollbar)) / 1920), 1268px);
}
#page-history-2 .history-timeline__bg #blob-2 {
  top: clamp(0px, calc((809 * var(--vw-with-scrollbar)) / 1920), 809px);
  right: clamp(-278px, calc((-278 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((1657 * var(--vw-with-scrollbar)) / 1920), 1657px);
}
#page-history-2 .history-timeline__bg #blob-2 svg {
  transform: matrix(0.93, -0.36, 0.28, 0.96, 0, 0);
}
#page-history-2 .history-timeline__bg #blob-3 {
  top: clamp(0px, calc((1871 * var(--vw-with-scrollbar)) / 1920), 1871px);
  left: clamp(-440px, calc((-440 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((1489 * var(--vw-with-scrollbar)) / 1920), 1489px);
}
#page-history-2 .history-timeline__bg #blob-3 svg {
  transform: matrix(0.94, -0.34, 0.25, 0.97, 0, 0);
}
#page-history-2 .history-timeline__bg #blob-4 {
  top: clamp(0px, calc((2023 * var(--vw-with-scrollbar)) / 1920), 2023px);
  right: clamp(-716px, calc((-716 * var(--vw-with-scrollbar)) / 1920), 0px);
  width: clamp(0px, calc((1757 * var(--vw-with-scrollbar)) / 1920), 1757px);
}
#page-history-2 .history-timeline__bg #blob-4 svg {
  transform: matrix(0.78, 0.62, -0.5, 0.87, 0, 0);
}
#page-history-2 .history-timeline__deco-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* overflow: hidden;*/
}
#page-history-2 .history-timeline__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: clamp(0px, calc((123 * var(--vw-with-scrollbar)) / 1920), 123px);
  padding-left: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  padding-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  align-items: start;
}
#page-history-2 .history-timeline__rabbit {
  position: absolute;
  z-index: 2;
}
#page-history-2 .history-timeline__rabbit img {
  width: 100%;
}
#page-history-2 .history-timeline__rabbit--1 {
  width: clamp(0px, calc((1014.86 * var(--vw-with-scrollbar)) / 1920), 1014.86px);
  top: clamp(0px, calc((1949 * var(--vw-with-scrollbar)) / 1920), 1949px);
  left: clamp(0px, calc((1020.38 * var(--vw-with-scrollbar)) / 1920), 1020.38px);
}
#page-history-2 .history-timeline__rabbit--2 {
  width: clamp(0px, calc((614 * var(--vw-with-scrollbar)) / 1920), 614px);
  top: clamp(0px, calc((2876 * var(--vw-with-scrollbar)) / 1920), 2876px);
  left: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
}
#page-history-2 .history-timeline .history-timeline__rabbit--1 .history-timeline__rabbit--1 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history-2 .history-timeline .history-timeline__rabbit--1 .anim__poyoyon2 {
  --animation-delay: 0.6s;
  animation-delay: 0.6s !important;
}
#page-history-2 .history-timeline .history-timeline__rabbit--2 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history-2 .history-timeline .anim__poyoyon2 {
  --animation-delay: 0.6s;
  animation-delay: 0.6s !important;

  animation-name: poyoyon2_infinite;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#page-history-2 .history-timeline .anim__fade-y {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-history-2 .history-timeline .anim__fluid {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#page-history-2 .history-timeline .history-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  box-sizing: border-box;
}
#page-history-2 .history-timeline .history-item__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  align-items: flex-start;
}
#page-history-2 .history-timeline .history-item__year-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: clamp(0px, calc((291 * var(--vw-with-scrollbar)) / 1920), 291px);
  flex-shrink: 0;
}
#page-history-2 .history-timeline .history-item__year-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
  width: 100%;
}
#page-history-2 .history-timeline .history-item__year {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  line-height: 1;
  text-align: center;
}
#page-history-2 .history-timeline .history-item__year-suffix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
  padding-bottom: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
  width: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  line-height: 1;
  text-align: center;
}
#page-history-2 .history-timeline .history-item__era {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 1;
  text-align: left;
}
#page-history-2 .history-timeline .history-item__text {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  padding-top: clamp(0px, calc((54 * var(--vw-with-scrollbar)) / 1920), 54px);
}
#page-history-2 .history-timeline .history-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1.3;
  text-align: left;
}
#page-history-2 .history-timeline .history-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 2;
  text-align: left;
}
#page-history-2 .history-timeline .history-item__deco {
  position: absolute;
  z-index: 1;
}
#page-history-2 .history-timeline .history-item__deco img {
  width: 100%;
}
#page-history-2 .history-timeline .history-item__deco--1 {
  width: clamp(0px, calc((869 * var(--vw-with-scrollbar)) / 1920), 869px);
  top: clamp(0px, calc((417 * var(--vw-with-scrollbar)) / 1920), 417px);
  left: 0;
}
#page-history-2 .history-timeline .history-item__deco--2 {
  width: clamp(0px, calc((950 * var(--vw-with-scrollbar)) / 1920), 950px);
  top: clamp(0px, calc((818 * var(--vw-with-scrollbar)) / 1920), 818px);
  right: 0;
}
#page-history-2 .history-timeline .history-item__deco--3 {
  width: clamp(0px, calc((1000 * var(--vw-with-scrollbar)) / 1920), 1000px);
  top: clamp(0px, calc((2163 * var(--vw-with-scrollbar)) / 1920), 2163px);
  left: 0;
}
#page-history-2 .history-timeline .history-item__deco--4 {
  width: clamp(0px, calc((580 * var(--vw-with-scrollbar)) / 1920), 580px);
  top: clamp(0px, calc((2840 * var(--vw-with-scrollbar)) / 1920), 2840px);
  right: 0;
}
@media (min-width: 1025px) {
  #page-history-2 .history-item--1 {
    padding-bottom: clamp(0px, calc((559 * var(--vw-with-scrollbar)) / 1920), 559px);
  }
  #page-history-2 .history-item--1 .history-item__content {
    justify-content: start;
  }
  #page-history-2 .history-item--2 {
    padding-bottom: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
    box-sizing: border-box;
  }
  #page-history-2 .history-item--2 .history-item__text {
    padding-top: 0;
    padding-left: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px);
    max-width: clamp(0px, calc((658 * var(--vw-with-scrollbar)) / 1920), 658px);
  }
  #page-history-2 .history-item--2 .history-item__content {
    flex-direction: column;
  }
  #page-history-2 .history-item--3 {
    padding-bottom: clamp(0px, calc((684 * var(--vw-with-scrollbar)) / 1920), 684px);
    width: auto;
  }
  #page-history-2 .history-item--3 .history-item__content {
    flex-direction: row;
    align-self: stretch;
    justify-content: start;
    gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  }
  #page-history-2 .history-item--3 .history-item__text {
    padding-top: clamp(0px, calc((58 * var(--vw-with-scrollbar)) / 1920), 58px);
    width: clamp(0px, calc((896 * var(--vw-with-scrollbar)) / 1920), 896px);
  }
  #page-history-2 .history-item--3 .history-item__text span {
    letter-spacing: 0.01em;
  }
  #page-history-2 .history-item--4 {
    padding-bottom: clamp(0px, calc((232 * var(--vw-with-scrollbar)) / 1920), 232px);
    padding-left: clamp(0px, calc((6 * var(--vw-with-scrollbar)) / 1920), 6px);
    align-items: start;
  }
  #page-history-2 .history-item--4 .history-item__year-wrapper {
    width: clamp(0px, calc((293 * var(--vw-with-scrollbar)) / 1920), 293px);
    height: clamp(0px, calc((151 * var(--vw-with-scrollbar)) / 1920), 151px);
  }
  #page-history-2 .history-item--4 .history-item__year-group {
    gap: clamp(0px, calc((17 * var(--vw-with-scrollbar)) / 1920), 17px);
  }
  #page-history-2 .history-item--4 .history-item__era {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px);
    padding-left: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px);
  }
  #page-history-2 .history-item--4 .history-item__text {
    padding-top: clamp(0px, calc((68 * var(--vw-with-scrollbar)) / 1920), 68px);
    max-width: clamp(0px, calc((550 * var(--vw-with-scrollbar)) / 1920), 550px);
  }
  #page-history-2 .history-item--5 {
    padding-left: clamp(0px, calc((324 * var(--vw-with-scrollbar)) / 1920), 324px);
    width: auto;
    justify-content: center;
    gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  }
  #page-history-2 .history-item--5 .history-item__content {
    flex-direction: column;
    align-items: start;
  }
  #page-history-2 .history-item--5 .history-item__year-wrapper {
    width: clamp(0px, calc((301 * var(--vw-with-scrollbar)) / 1920), 301px);
    height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  }
  #page-history-2 .history-item--5 .history-item__current-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
    line-height: 1em;
    letter-spacing: -0.08em;
    text-align: center;
    width: clamp(0px, calc((301 * var(--vw-with-scrollbar)) / 1920), 301px);
    height: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  }
  #page-history-2 .history-item--5 .history-item__text {
    padding-top: 0;
    max-width: clamp(0px, calc((550 * var(--vw-with-scrollbar)) / 1920), 550px);
    gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  }
}
@media (max-width: 1024px) {
  #page-history-2 .history-fv .c-message {
    padding-bottom: calc(76 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline {
    position: relative;
    box-sizing: border-box;
    margin-top: 0;
    align-items: start;
    color: #db5331;
  }
  #page-history-2 .history-timeline .history-item__deco--2 {
    top: 0;
    left: unset;
    right: 0;
    width: 100%;
    height: fit-content;
  }
  #page-history-2 .history-timeline .history-item__deco--3 {
    top: calc(2140 * var(--vw-with-scrollbar) / 750);
    left: 0;
    width: calc(703 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
  }
  #page-history-2 .history-timeline .history-item__deco--4 {
    top: calc(3160 * var(--vw-with-scrollbar) / 750);
    left: unset;
    right: 0;
    width: calc(580 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
  }
  #page-history-2 .history-timeline__bg {
    top: calc(672 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg .c-dot-img {
    background-size: calc(1038 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-1 {
    top: 0;
    left: calc(-273 * var(--vw-with-scrollbar) / 750);
    width: calc(1001 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-2 {
    top: calc(1134 * var(--vw-with-scrollbar) / 750);
    right: calc(-398 * var(--vw-with-scrollbar) / 750);
    width: calc(854 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-2 svg {
    transform: matrix(0.81, -0.58, 0.15, 0.99, 0, 0);
  }
  #page-history-2 .history-timeline__bg #blob-3 {
    top: calc(1964 * var(--vw-with-scrollbar) / 750);
    left: calc(-515 * var(--vw-with-scrollbar) / 750);
    width: calc(1064 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-3 svg {
    transform: matrix(0.83, -0.56, 0.14, 0.99, 0, 0);
  }
  #page-history-2 .history-timeline__bg #blob-4 {
    top: calc(2420 * var(--vw-with-scrollbar) / 750);
    right: calc(-357 * var(--vw-with-scrollbar) / 750);
    width: calc(825 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-4 svg {
    transform: matrix(0.56, 0.83, -0.29, 0.96, 0, 0);
  }
  #page-history-2 .history-timeline__bg #blob-5 {
    top: calc(3644 * var(--vw-with-scrollbar) / 750);
    left: calc(-441 * var(--vw-with-scrollbar) / 750);
    width: calc(1099 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__bg #blob-5 svg {
    transform: matrix(0.13, 0.99, -0.69, 0.73, 0, 0);
  }
  #page-history-2 .history-timeline__deco-bg {
    top: calc(672 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline__container {
    padding-top: 0;
    padding-bottom: calc(242 * var(--vw-with-scrollbar) / 750);
    padding-left: calc(50 * var(--vw-with-scrollbar) / 750);
    padding-right: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
  }
  #page-history-2 .history-timeline .history-item__content {
    flex-direction: column;
    justify-content: start;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    align-items: flex-start;
  }
  #page-history-2 .history-timeline .history-item__year-wrapper {
    flex-direction: column;
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
    width: fit-content;
  }
  #page-history-2 .history-timeline .history-item__year-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-end;
    gap: calc(10 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item__year {
    font-size: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item__year-suffix {
    width: fit-content;
    font-size: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item__era {
    font-weight: 400;
    font-size: calc(21 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item__text {
    display: flex;
    flex-direction: column;
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    padding-top: 0;
  }
  #page-history-2 .history-timeline .history-item__title {
    font-weight: 500;
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item__description {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item--1 {
    margin-bottom: calc(834 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item--2 {
    margin-bottom: calc(219 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item--3 {
    margin-bottom: calc(529 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item--4 {
    margin-bottom: calc(920 * var(--vw-with-scrollbar) / 750);
  }
  #page-history-2 .history-timeline .history-item--5 .history-item__current-title {
    width: fit-content;
    height: fit-content;
    font-size: calc(64 * var(--vw-with-scrollbar) / 750);
  }
}

.work-fv .c-feature-img {
  background-image: url("../../assets/img/work/work-bg.webp");
}

#page-work {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  align-items: center;
  overflow-x: clip;
}
#page-work .sub-page-header .c-content {
  width: 100%;
}
#page-work .sub-page-header .c-title__wrapper,
#page-work .sub-page-header .c-title::after,
#page-work .sub-page-header .c-subtitle__icon {
  background-color: #1e28be;
}
#page-work .service-section {
  width: clamp(0px, calc((1500 * var(--vw-with-scrollbar)) / 1920), 1500px);
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((120 * var(--vw-with-scrollbar)) / 1920), 120px);
  margin-top: clamp(0px, calc((188 * var(--vw-with-scrollbar)) / 1920), 188px);
}
#page-work .title-dotted {
  align-self: center;
}
#page-work .service-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  column-gap: clamp(0px, calc((181 * var(--vw-with-scrollbar)) / 1920), 181px);
}
#page-work .service-card {
  display: flex;
  flex-direction: column;
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  height: fit-content;
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  box-sizing: border-box;
  justify-content: left;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0px, calc((34 * var(--vw-with-scrollbar)) / 1920), 34px);
  border: clamp(0px, calc((10 * var(--vw-with-scrollbar)) / 1920), 10px) solid #000;
  border-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  box-sizing: border-box;
}
#page-work .title-group {
  height: clamp(0px, calc((140 * var(--vw-with-scrollbar)) / 1920), 140px);
  display: flex;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  justify-content: flex-start;
  align-items: center;
}
#page-work .service-card.card-4 {
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
}
#page-work .service-card.card-4 .title-group {
  gap: clamp(0px, calc((5 * var(--vw-with-scrollbar)) / 1920), 5px);
}
#page-work .anim__text-2-content .service-name {
  height: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
}
#page-work .title-group img {
  height: 100%;
}
#page-work .service-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 100%;
  text-align: left;
  color: #000000;
}
#page-work .content-text .service-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
}
#page-work .content-img {
  width: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  height: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
}
#page-work .content-img img {
  width: 100%;
  height: 100%;
}
#page-work .job-section {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  width: 100%;
  overflow: visible;
  padding-top: clamp(0px, calc((150 * var(--vw-with-scrollbar)) / 1920), 150px);
}
#page-work .introduce-container {
  position: relative;
}
#page-work .introduce-container.introduce-1 {
  padding-top: clamp(0px, calc((196 * var(--vw-with-scrollbar)) / 1920), 196px);
  padding-bottom: clamp(0px, calc((71 * var(--vw-with-scrollbar)) / 1920), 71px);
}
#page-work .introduce-container.introduce-2 {
  padding-top: clamp(0px, calc((167 * var(--vw-with-scrollbar)) / 1920), 167px);
  padding-bottom: clamp(0px, calc((83 * var(--vw-with-scrollbar)) / 1920), 83px);
}
#page-work .introduce-container.introduce-1 .introduce-img {
  position: absolute;
  right: clamp(0px, calc((202 * var(--vw-with-scrollbar)) / 1920), 202px);
/*   top: clamp(-196px, calc((-196 * var(--vw-with-scrollbar)) / 1920), 0px); */
	top: 0;
  width: clamp(0px, calc((860 * var(--vw-with-scrollbar)) / 1920), 860px);
  height: clamp(0px, calc((767 * var(--vw-with-scrollbar)) / 1920), 767px);
  z-index: 2;
}
#page-work .introduce-container.introduce-2 .introduce-img {
  position: absolute;
  left: clamp(0px, calc((51 * var(--vw-with-scrollbar)) / 1920), 51px);
/*   top: clamp(-170px, calc((-170 * var(--vw-with-scrollbar)) / 1920), 0px); */
	top: 0;
  width: clamp(0px, calc((948 * var(--vw-with-scrollbar)) / 1920), 948px);
  height: clamp(0px, calc((750 * var(--vw-with-scrollbar)) / 1920), 750px);
  z-index: 2;
}
#page-work .introduce-container .introduce-content {
  display: flex;
  width: fit-content;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-work .introduce-container.introduce-1 .introduce-content {
  position: absolute;
  top: clamp(0px, calc((75 * var(--vw-with-scrollbar)) / 1920), 75px);
  left: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
}
#page-work .introduce-container.introduce-2 .introduce-content {
  position: absolute;
  top: clamp(0px, calc((96 * var(--vw-with-scrollbar)) / 1920), 96px);
  right: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-work .introduce-container .introduce-title {
  width: fit-content;
  height: clamp(0px, calc((112 * var(--vw-with-scrollbar)) / 1920), 112px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  line-height: 200%;
  color: #3E392D;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
#page-work .introduce-container .introduce-text {
  width: clamp(0px, calc((700 * var(--vw-with-scrollbar)) / 1920), 700px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px) clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
#page-work .introduce-group {
  height: clamp(0px, calc((500 * var(--vw-with-scrollbar)) / 1920), 500px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-work .introduce-container.introduce-1 .introduce-group {
  background-image: url("../../assets/img/work/job-bg-1.webp");
}
#page-work .introduce-container.introduce-2 .introduce-group {
  background-image: url("../../assets/img/work/job-bg-2.webp");
}
#page-work .schedule-section {
  width: 100%;
  height: clamp(0px, calc((1896 * var(--vw-with-scrollbar)) / 1920), 1896px);
  display: flex;
  padding-top: clamp(0px, calc((141 * var(--vw-with-scrollbar)) / 1920), 141px);
  flex-direction: column;
  gap: clamp(0px, calc((90 * var(--vw-with-scrollbar)) / 1920), 90px);
  background-image: url("../../assets/img/work/paper-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#page-work .schedule-container {
  position: relative;
  width: clamp(0px, calc((817 * var(--vw-with-scrollbar)) / 1920), 817px);
  height: clamp(0px, calc((1093 * var(--vw-with-scrollbar)) / 1920), 1093px);
  padding-top: clamp(0px, calc((203 * var(--vw-with-scrollbar)) / 1920), 203px);
  margin: 0 auto;
  background-image: url("../../assets/img/work/task-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 2;
}
#page-work .schedule-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  width: clamp(0px, calc((535 * var(--vw-with-scrollbar)) / 1920), 535px);
  margin: 0 auto;
}
#page-work .task-line {
  display: flex;
  align-items: flex-start;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-work .task-checkbox {
  width: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  height: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  flex-shrink: 0;
}
#page-work .task-checkbox img {
  width: 100%;
}
#page-work .task-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-work .task-time {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  line-height: 100%;
  color: #000000;
}
#page-work .task-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((24 * var(--vw-with-scrollbar)) / 1920), 24px);
  line-height: 100%;
  color: #000000;
}
#page-work .schedule-logo {
  width: clamp(0px, calc((169 * var(--vw-with-scrollbar)) / 1920), 169px);
  height: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  position: absolute;
  bottom: clamp(0px, calc((80 * var(--vw-with-scrollbar)) / 1920), 80px);
  right: clamp(0px, calc((84 * var(--vw-with-scrollbar)) / 1920), 84px);
}
#page-work .schedule-image-1 {
  width: clamp(0px, calc((545 * var(--vw-with-scrollbar)) / 1920), 545px);
  height: auto;
  position: absolute;
  left: 0;
  top: clamp(0px, calc((242 * var(--vw-with-scrollbar)) / 1920), 242px);
  z-index: 1;
}
#page-work .schedule-image-2 {
  width: clamp(0px, calc((450 * var(--vw-with-scrollbar)) / 1920), 450px);
  height: auto;
  position: absolute;
  left: clamp(0px, calc((177 * var(--vw-with-scrollbar)) / 1920), 177px);
  top: clamp(0px, calc((870 * var(--vw-with-scrollbar)) / 1920), 870px);
  z-index: 0;
}
#page-work .schedule-image-3 {
  width: clamp(0px, calc((885 * var(--vw-with-scrollbar)) / 1920), 885px);
  height: auto;
  position: absolute;
  top: clamp(0px, calc((618 * var(--vw-with-scrollbar)) / 1920), 618px);
  right: 0;
  z-index: 0;
}
#page-work .schedule-image-1 img,
#page-work .schedule-image-2 img,
#page-work .schedule-image-3 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .work-fv .c-subtitle__text {
    color: white;
  }
  #page-work {
    gap: calc(140 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .sub-page-header .c-message {
    padding-bottom: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .sub-page-header .c-title {
    flex-direction: row;
    gap: calc(12 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .sub-page-header .c-title__text {
    font-size: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .sub-page-header .c-title__text-box {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(18 * var(--vw-with-scrollbar) / 750);
    margin-top: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .service-section {
    margin-top: 0;
    width: calc(660 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .service-section {
    gap: calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .service-item-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .job-section {
    gap: calc(54 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .introduce-container.introduce-1 {
    padding-top: calc(40 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(182 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .service-card {
    width: 100%;
    padding: calc(50 * var(--vw-with-scrollbar) / 750) calc(70 * var(--vw-with-scrollbar) / 750);
    align-items: flex-start;
    gap: calc(34 * var(--vw-with-scrollbar) / 750);
    border: calc(10 * var(--vw-with-scrollbar) / 750) solid #000;
    border-radius: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .title-group {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
  }
  #page-work .title-group img {
    width: calc(184 * var(--vw-with-scrollbar) / 750);
    height: calc(140 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .service-name {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .content-text .service-description {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
  }
  #page-work .content-img {
    width: calc(500 * var(--vw-with-scrollbar) / 750);
    height: calc(300 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .introduce-container.introduce-1 .introduce-content {
    left: calc(50 * var(--vw-with-scrollbar) / 750);
    top: calc(335 * var(--vw-with-scrollbar) / 750);
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
    z-index: 2;
  }
  #page-work .introduce-container .introduce-title {
    font-size: calc(36 * var(--vw-with-scrollbar) / 750);
    height: calc(112 * var(--vw-with-scrollbar) / 750);
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .introduce-container .introduce-text {
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(19 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .introduce-container.introduce-1 .introduce-group {
    width: 100%;
    height: calc(825 * var(--vw-with-scrollbar) / 750);
    background-image: url("../../assets/img/work/job-bg-1-sp.webp");
  }
  #page-work .introduce-container.introduce-2 .introduce-group {
    width: 100%;
    height: calc(701 * var(--vw-with-scrollbar) / 750);
    background-image: url("../../assets/img/work/job-bg-2-sp.webp");
  }
  #page-work .introduce-container.introduce-1 .introduce-img {
    z-index: 1;
    top: calc(-36 * var(--vw-with-scrollbar) / 750);
    right: calc(-179 * var(--vw-with-scrollbar) / 750);
    height: calc(1043 * var(--vw-with-scrollbar) / 750);
    width: auto;
  }
  #page-work .introduce-container.introduce-2 .introduce-content {
    position: absolute;
    top: calc(293 * var(--vw-with-scrollbar) / 750);
    right: calc(50 * var(--vw-with-scrollbar) / 750);
    justify-items: center;
    align-items: flex-end;
    z-index: 2;
  }
  #page-work .introduce-container.introduce-2 {
    padding-top: calc(56 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(143 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .introduce-container.introduce-2 .introduce-img {
    z-index: 1;
    top: calc(5 * var(--vw-with-scrollbar) / 750);
    left: calc(-65 * var(--vw-with-scrollbar) / 750);
    height: calc(837 * var(--vw-with-scrollbar) / 750);
    width: auto;
  }
  #page-work .schedule-section {
    padding-top: calc(100 * var(--vw-with-scrollbar) / 750);
    padding-bottom: calc(150 * var(--vw-with-scrollbar) / 750);
    height: auto;
    gap: calc(84 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .schedule-container {
    width: calc(700 * var(--vw-with-scrollbar) / 750);
    height: calc(925 * var(--vw-with-scrollbar) / 750);
    padding-top: calc(150 * var(--vw-with-scrollbar) / 750);
    background-size: contain;
  }
  #page-work .schedule-list {
    width: calc(468 * var(--vw-with-scrollbar) / 750);
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .task-line {
    gap: calc(37 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .task-checkbox {
    width: calc(33 * var(--vw-with-scrollbar) / 400);
    height: calc(33 * var(--vw-with-scrollbar) / 400);
  }
  #page-work .task-time {
    font-size: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-work .task-text {
    font-size: calc(21 * var(--vw-with-scrollbar) / 750);
    white-space: nowrap;
    line-height: 1.2;
  }
  #page-work .schedule-logo {
    width: calc(170 * var(--vw-with-scrollbar) / 750);
    height: calc(30 * var(--vw-with-scrollbar) / 750);
    bottom: calc(80 * var(--vw-with-scrollbar) / 750);
    right: calc(70 * var(--vw-with-scrollbar) / 750);
  }
}
#page-recruit {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((190 * var(--vw-with-scrollbar)) / 1920), 190px);
}
#page-recruit .recruit-fv.sub-page-header {
  align-items: flex-start;
}
#page-recruit .recruit-fv.sub-page-header .c-subtitle__icon {
  background-color: #DB5331;
}
#page-recruit .desired-profile {
  height: clamp(0px, calc((1841 * var(--vw-with-scrollbar)) / 1920), 1841px);
}
#page-recruit .recruit-fv .c-feature-img {
  background-image: url("../../assets/img/recruit/recruit-header.webp");
}
#page-recruit .sub-page-header .c-title__wrapper {
  background-color: #DB5331;
}
#page-recruit .sub-page-header .c-title::after {
  background-color: #DB5331;
}
#page-recruit .upper-title-container {
  position: relative;
  background-image: url("../../assets/img/recruit/dot-bg.webp");
  width: 100%;
  height: clamp(0px, calc((457 * var(--vw-with-scrollbar)) / 1920), 457px);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit .upper-title-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7529411765);
  z-index: 1;
}
#page-recruit .content-group {
  width: clamp(0px, calc((1083 * var(--vw-with-scrollbar)) / 1920), 1083px);
  height: clamp(0px, calc((315 * var(--vw-with-scrollbar)) / 1920), 315px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((41 * var(--vw-with-scrollbar)) / 1920), 41px);
  box-sizing: border-box;
  z-index: 2;
}
#page-recruit .title-dotted {
  margin: 0 auto;
}
#page-recruit .upper-message {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
}
#page-recruit .content-group-list {
  width: 100%;
  height: clamp(0px, calc((1578 * var(--vw-with-scrollbar)) / 1920), 1578px);
  position: relative;
}
#page-recruit .group-circle {
  position: absolute;
  height: clamp(0px, calc((1000 * var(--vw-with-scrollbar)) / 1920), 1000px);
  width: clamp(0px, calc((1020 * var(--vw-with-scrollbar)) / 1920), 1020px);
  top: clamp(0px, calc((268 * var(--vw-with-scrollbar)) / 1920), 268px);
  left: clamp(0px, calc((450 * var(--vw-with-scrollbar)) / 1920), 450px);
}
#page-recruit .content-group-item {
  width: clamp(0px, calc((540 * var(--vw-with-scrollbar)) / 1920), 540px);
  height: clamp(0px, calc((540 * var(--vw-with-scrollbar)) / 1920), 540px);
  border-radius: 50%;
}
#page-recruit .content-group-item.require-1 {
  position: absolute;
  top: 0;
  left: clamp(0px, calc((240 * var(--vw-with-scrollbar)) / 1920), 240px);
}
#page-recruit .content-group-item.require-2 {
  position: absolute;
  top: clamp(0px, calc((385 * var(--vw-with-scrollbar)) / 1920), 385px);
  left: 0;
}
#page-recruit .content-group-item.require-3 {
  position: absolute;
  top: clamp(0px, calc((385 * var(--vw-with-scrollbar)) / 1920), 385px);
  right: 0;
}
#page-recruit .group-circle .require-1 {
  --animation-delay: 0s;
  animation-delay: 0s !important;
}
#page-recruit .group-circle .require-1-text {
  --animation-delay: 0.5s;
  animation-delay: 0.5s !important;
}
#page-recruit .group-circle .require-2 {
  --animation-delay: 0.8s;
  animation-delay: 0.8s !important;
}
#page-recruit .group-circle .require-2-text {
  --animation-delay: 1.3s;
  animation-delay: 1.3s !important;
}
#page-recruit .group-circle .require-3 {
  --animation-delay: 1.9s;
  animation-delay: 1.9s !important;
}
#page-recruit .group-circle .require-3-text {
  --animation-delay: 2.4s;
  animation-delay: 2.4s !important;
}
#page-recruit .require-2-img {
  width: auto;
  height: clamp(0px, calc((954 * var(--vw-with-scrollbar)) / 1920), 954px);
  position: absolute;
  top: clamp(0px, calc((318 * var(--vw-with-scrollbar)) / 1920), 318px);
  left: clamp(0px, calc((60 * var(--vw-with-scrollbar)) / 1920), 60px);
}
#page-recruit .require-3-img {
  position: absolute;
  width: clamp(0px, calc((376 * var(--vw-with-scrollbar)) / 1920), 376px);
  height: clamp(0px, calc((890 * var(--vw-with-scrollbar)) / 1920), 890px);
  position: absolute;
  top: clamp(0px, calc((432 * var(--vw-with-scrollbar)) / 1920), 432px);
  right: clamp(0px, calc((95 * var(--vw-with-scrollbar)) / 1920), 95px);
}
#page-recruit .circle-top {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/recruit/circle-top.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit .circle-left {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/recruit/circle-left.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit .circle-right {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/recruit/circle-right.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit .circle__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  line-height: 150%;
  text-align: center;
}
#page-recruit .circle-top .circle__text {
  color: #DB5331;
}
#page-recruit .circle-left .circle__text {
  color: #1B973A;
}
#page-recruit .circle-right .circle__text {
  color: #1e28be;
}
#page-recruit .box-message {
  position: absolute;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  background-color: #ffffff;
  z-index: 3;
  border: clamp(0px, calc((2 * var(--vw-with-scrollbar)) / 1920), 2px) solid #000;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
}
#page-recruit .box-message.box-1 {
  top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  right: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
  width: clamp(0px, calc((760 * var(--vw-with-scrollbar)) / 1920), 760px);
  height: clamp(0px, calc((228 * var(--vw-with-scrollbar)) / 1920), 228px);
}
#page-recruit .box-message.box-2 {
  top: clamp(0px, calc((1030 * var(--vw-with-scrollbar)) / 1920), 1030px);
  left: clamp(0px, calc((97 * var(--vw-with-scrollbar)) / 1920), 97px);
  width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  height: clamp(0px, calc((270 * var(--vw-with-scrollbar)) / 1920), 270px);
}
#page-recruit .box-message.box-3 {
  top: clamp(0px, calc((1114 * var(--vw-with-scrollbar)) / 1920), 1114px);
  right: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  width: clamp(0px, calc((600 * var(--vw-with-scrollbar)) / 1920), 600px);
  height: clamp(0px, calc((270 * var(--vw-with-scrollbar)) / 1920), 270px);
}
#page-recruit .training-profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(219, 83, 49, 0.5019607843);
  z-index: 1;
}
#page-recruit .training-profile {
  width: 100%;
  height: clamp(0px, calc((1451 * var(--vw-with-scrollbar)) / 1920), 1451px);
  box-sizing: border-box;
  background-image: url("../../assets/img/recruit/training-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#page-recruit .training-profile .training-profile__wrapper {
  position: relative;
  height: 100%;
  justify-content: center;
  z-index: 2;
}
#page-recruit .training-profile .training-profile__inner {
  width: clamp(0px, calc((1594 * var(--vw-with-scrollbar)) / 1920), 1594px);
  height: clamp(0px, calc((1051 * var(--vw-with-scrollbar)) / 1920), 1051px);
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: end;
  overflow: hidden;
}
#page-recruit .training-profile .training-profile__title {
  width: clamp(0px, calc((343 * var(--vw-with-scrollbar)) / 1920), 343px);
  height: clamp(0px, calc((122 * var(--vw-with-scrollbar)) / 1920), 122px);
  background-color: #ffffff;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  box-sizing: border-box;
}
#page-recruit .training-profile .training-profile__text {
  width: clamp(0px, calc((905 * var(--vw-with-scrollbar)) / 1920), 905px);
  height: clamp(0px, calc((124 * var(--vw-with-scrollbar)) / 1920), 124px);
  background-color: #ffffff;
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 200%;
  color: #000000;
  text-align: left;
}
#page-recruit .training-profile .training-profile__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  position: absolute;
  top: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  left: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-recruit .training-profile .training-profile__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  line-height: 200%;
  color: #000000;
}
#page-recruit .training-profile .training-profile__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0px, calc((36 * var(--vw-with-scrollbar)) / 1920), 36px);
  align-items: end;
}
#page-recruit .training-profile .training-profile__rabit-1 {
  position: absolute;
  top: clamp(0px, calc((731 * var(--vw-with-scrollbar)) / 1920), 731px);
  left: clamp(0px, calc((191 * var(--vw-with-scrollbar)) / 1920), 191px);
  width: clamp(0px, calc((234 * var(--vw-with-scrollbar)) / 1920), 234px);
  height: auto;
}
#page-recruit .training-profile .training-profile__rabit-2 {
  position: absolute;
  top: clamp(0px, calc((629 * var(--vw-with-scrollbar)) / 1920), 629px);
  left: clamp(0px, calc((518 * var(--vw-with-scrollbar)) / 1920), 518px);
  width: clamp(0px, calc((239 * var(--vw-with-scrollbar)) / 1920), 239px);
  height: auto;
}
#page-recruit .training-profile .training-profile__rabit-3 {
  position: absolute;
  top: clamp(0px, calc((476 * var(--vw-with-scrollbar)) / 1920), 476px);
  left: clamp(0px, calc((880 * var(--vw-with-scrollbar)) / 1920), 880px);
  width: clamp(0px, calc((140 * var(--vw-with-scrollbar)) / 1920), 140px);
  height: auto;
}
#page-recruit .training-profile .training-profile__rabit-4 {
  position: absolute;
  top: clamp(0px, calc((153 * var(--vw-with-scrollbar)) / 1920), 153px);
  left: clamp(0px, calc((1178 * var(--vw-with-scrollbar)) / 1920), 1178px);
  width: clamp(0px, calc((199 * var(--vw-with-scrollbar)) / 1920), 199px);
  height: auto;
}
#page-recruit .training-profile .training-profile__rabit-5 {
  position: absolute;
  top: 0;
  left: clamp(0px, calc((1455 * var(--vw-with-scrollbar)) / 1920), 1455px);
  width: clamp(0px, calc((291 * var(--vw-with-scrollbar)) / 1920), 291px);
  height: auto;
}
#page-recruit .training-profile .training-profile__card.anim__text-2-one-class {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
}
#page-recruit .training-profile .training-profile__card {
  width: clamp(0px, calc((290 * var(--vw-with-scrollbar)) / 1920), 290px);
  height: fit-content;
  background-color: #ffffff;
  border-top-left-radius: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  padding: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  box-sizing: border-box;
  border: clamp(0px, calc((3 * var(--vw-with-scrollbar)) / 1920), 3px) solid #000000;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
}
#page-recruit .training-profile .training-profile__card-header {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
}
#page-recruit .training-profile .training-profile__bullet {
  width: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  height: clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  border-radius: 50%;
  background-color: #DB5331;
  flex-shrink: 0;
}
#page-recruit .training-profile .training-profile__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 150%;
  color: #000000;
}
#page-recruit .training-profile .training-profile__card-divider {
  width: 100%;
  height: clamp(0px, calc((1 * var(--vw-with-scrollbar)) / 1920), 1px);
  background-color: #000000;
  box-sizing: border-box;
}
#page-recruit .training-profile .training-profile__card-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-recruit .training-profile .training-profile__card-text {
  width: clamp(0px, calc((250 * var(--vw-with-scrollbar)) / 1920), 250px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 120%;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((15 * var(--vw-with-scrollbar)) / 1920), 15px);
}
#page-recruit .training-profile .training-profile__note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0px, calc((16 * var(--vw-with-scrollbar)) / 1920), 16px);
  line-height: 180%;
  color: #000000;
  text-align: right;
}
#page-recruit .training-profile .training-profile__card.training-profile__card--01 {
  height: clamp(0px, calc((412 * var(--vw-with-scrollbar)) / 1920), 412px);
}
#page-recruit .training-profile .training-profile__card.training-profile__card--02 {
  height: clamp(0px, calc((535 * var(--vw-with-scrollbar)) / 1920), 535px);
}
#page-recruit .training-profile .training-profile__card.training-profile__card--03 {
  height: clamp(0px, calc((668 * var(--vw-with-scrollbar)) / 1920), 668px);
}
#page-recruit .training-profile .training-profile__card.training-profile__card--04 {
  height: clamp(0px, calc((826 * var(--vw-with-scrollbar)) / 1920), 826px);
}
#page-recruit .training-profile .training-profile__card.training-profile__card--05 {
  height: clamp(0px, calc((1051 * var(--vw-with-scrollbar)) / 1920), 1051px);
}
#page-recruit .recruit-flow {
  width: 100%;
  box-sizing: border-box;
}
#page-recruit .recruit-flow .recruit-flow__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  margin-bottom: clamp(0px, calc((200 * var(--vw-with-scrollbar)) / 1920), 200px);
}
#page-recruit .recruit-flow .recruit-flow__title-container {
  width: 100%;
}
#page-recruit .recruit-flow .recruit-flow__title-bg {
  width: 100%;
  height: clamp(0px, calc((373 * var(--vw-with-scrollbar)) / 1920), 373px);
  background-image: url("../../assets/img/recruit/dot-bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#page-recruit .recruit-flow .recruit-flow__title-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7529411765);
  z-index: 1;
}
#page-recruit .recruit-flow .recruit-flow__title-content {
  width: clamp(0px, calc((900 * var(--vw-with-scrollbar)) / 1920), 900px);
  background-color: #ffffff;
  padding: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px) clamp(0px, calc((40 * var(--vw-with-scrollbar)) / 1920), 40px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px);
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page-recruit .recruit-flow .recruit-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0px, calc((48 * var(--vw-with-scrollbar)) / 1920), 48px);
  line-height: 1.2;
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.5em;
  text-decoration-skip-ink: none;
}
#page-recruit .recruit-flow .recruit-flow__description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((20 * var(--vw-with-scrollbar)) / 1920), 20px);
  line-height: 200%;
  color: #000000;
}
#page-recruit .recruit-flow .recruit-flow__content-container {
  width: clamp(0px, calc((1320 * var(--vw-with-scrollbar)) / 1920), 1320px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0px, calc((242 * var(--vw-with-scrollbar)) / 1920), 242px);
  box-sizing: border-box;
  margin: 0 auto;
}
#page-recruit .recruit-flow .recruit-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
  width: clamp(0px, calc((418 * var(--vw-with-scrollbar)) / 1920), 418px);
}
#page-recruit .recruit-flow .recruit-flow__item {
  width: 100%;
}
#page-recruit .recruit-flow .recruit-flow__item-inner {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc((30 * var(--vw-with-scrollbar)) / 1920), 30px);
}
#page-recruit .recruit-flow .recruit-flow__number-img {
  width: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  height: auto;
  flex-shrink: 0;
}
#page-recruit .recruit-flow .recruit-flow__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 100%;
  color: #000000;
  text-align: left;
}
#page-recruit .recruit-flow .recruit-flow__image-wrapper {
  width: clamp(0px, calc((660 * var(--vw-with-scrollbar)) / 1920), 660px);
  height: clamp(0px, calc((400 * var(--vw-with-scrollbar)) / 1920), 400px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit .recruit-flow .recruit-flow__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1025px) {
  .training-profile .anim__text-2 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  .training-profile .bounce-in-up {
    --animation-delay: 0.4s;
    animation-delay: 0.4s !important;
  }
  .training-profile .step-3 {
    --animation-delay: 1.4s;
    animation-delay: 1.4s !important;
  }
  .training-profile .training-profile__card-divider {
    --animation-delay: 1.9s;
    animation-delay: 1.9s !important;
  }
  .training-profile .training-profile__card-content {
    --animation-delay: 2.2s;
    animation-delay: 2.2s !important;
  }
}
@media (max-width: 1024px) {
  #page-recruit {
    gap: 0;
  }
  #page-recruit .sub-page-header .c-title {
    flex-direction: row;
    gap: calc(12 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .sub-page-header .c-title__text {
    font-size: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .sub-page-header .c-title__text-box {
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(25 * var(--vw-with-scrollbar) / 750);
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    margin-top: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .sub-page-header .c-content {
    width: 100%;
  }
  #page-recruit .sub-page-header .c-message {
    padding-bottom: calc(60 * var(--vw-with-scrollbar) / 750);
    max-width: 100%;
  }
  #page-recruit .desired-profile {
    height: fit-content;
  }
  #page-recruit .desired-profile .upper-title-container {
    height: calc(804 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .content-group {
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    height: calc(601 * var(--vw-with-scrollbar) / 750);
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    padding: calc(30 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-recruit .desired-profile .upper-message {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    font-weight: 400;
  }
  #page-recruit .desired-profile .content-group-list {
    height: calc(2456 * var(--vw-with-scrollbar) / 750);
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: calc(132 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-recruit .desired-profile .box-group-message {
    display: flex;
    flex-direction: column;
    gap: calc(96 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .group-circle {
    height: calc(585 * var(--vw-with-scrollbar) / 750);
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    position: absolute;
    top: calc(37 * var(--vw-with-scrollbar) / 750);
    left: calc(47 * var(--vw-with-scrollbar) / 750);
    z-index: 2;
  }
  #page-recruit .desired-profile .circle__text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(36 * var(--vw-with-scrollbar) / 750);
    line-height: 120%;
    text-align: center;
  }
  #page-recruit .desired-profile .circle-left,
  #page-recruit .desired-profile .circle-right,
  #page-recruit .desired-profile .circle-top {
    position: absolute;
    z-index: 2;
  }
  #page-recruit .desired-profile .require-2-img,
  #page-recruit .desired-profile .require-3-img {
    z-index: 0;
  }
  #page-recruit .desired-profile .require-2-img {
    width: calc(368.89 * var(--vw-with-scrollbar) / 750);
    height: calc(643.57 * var(--vw-with-scrollbar) / 750);
    left: calc(3 * var(--vw-with-scrollbar) / 750);
    top: calc(25 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .require-3-img {
    width: calc(268 * var(--vw-with-scrollbar) / 750);
    height: calc(646 * var(--vw-with-scrollbar) / 750);
    left: calc(497 * var(--vw-with-scrollbar) / 750);
    top: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .box-message {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
    padding: calc(30 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
    color: #000000;
    position: relative;
  }
  #page-recruit .desired-profile .box-message.box-1 {
    border: calc(5 * var(--vw-with-scrollbar) / 750) solid #DB5331;
  }
  #page-recruit .desired-profile .box-message.box-1 h3 {
    color: #DB5331;
  }
  #page-recruit .desired-profile .box-message.box-2 {
    border: calc(5 * var(--vw-with-scrollbar) / 750) solid #1e28be;
  }
  #page-recruit .desired-profile .box-message.box-2 h3 {
    color: #1e28be;
  }
  #page-recruit .desired-profile .box-message.box-3 {
    border: calc(5 * var(--vw-with-scrollbar) / 750) solid #129D3C;
  }
  #page-recruit .desired-profile .box-message.box-3 h3 {
    color: #129D3C;
  }
  #page-recruit .desired-profile .box-message h3 {
    position: absolute;
    top: calc(-43 * var(--vw-with-scrollbar) / 750);
    left: calc(-6 * var(--vw-with-scrollbar) / 750);
    background-color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    line-height: 150%;
    text-align: center;
    padding: calc(10 * var(--vw-with-scrollbar) / 750);
    height: calc(68 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-recruit .desired-profile .content-group-item {
    width: calc(344 * var(--vw-with-scrollbar) / 750);
    height: calc(344 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .content-group-item.require-1 {
    top: 0;
    left: calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .desired-profile .content-group-item.require-2 {
    top: unset;
    left: 0;
    bottom: 0;
  }
  #page-recruit .desired-profile .content-group-item.require-3 {
    top: unset;
    right: 0;
    bottom: 0;
  }
  #page-recruit .desired-profile .box-message-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    line-height: 200%;
    color: #000000;
  }
  #page-recruit .training-profile {
    padding-top: 0;
    height: calc(3187 * var(--vw-with-scrollbar) / 750);
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #page-recruit .training-profile .training-profile__wrapper {
    position: static;
    justify-content: start;
    z-index: 2;
  }
  #page-recruit .training-profile .training-profile__inner {
    width: 100%;
    padding: 0 calc(50 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
    gap: calc(56 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
    flex-direction: column;
    align-items: center;
  }
  #page-recruit .training-profile .training-profile__header {
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__title {
    margin-top: calc(146 * var(--vw-with-scrollbar) / 750);
    width: calc(343 * var(--vw-with-scrollbar) / 750);
    height: calc(122 * var(--vw-with-scrollbar) / 750);
    display: flex;
    justify-content: center;
    padding: calc(28 * var(--vw-with-scrollbar) / 750) 0;
  }
  #page-recruit .training-profile .training-profile__text {
    width: calc(100% * var(--vw-with-scrollbar) / 750);
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    height: fit-content;
    padding: calc(20 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
  }
  #page-recruit .training-profile .training-profile__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    width: 100%;
  }
  #page-recruit .training-profile .training-profile__card.training-profile__card--01,
  #page-recruit .training-profile .training-profile__card.training-profile__card--02,
  #page-recruit .training-profile .training-profile__card.training-profile__card--03,
  #page-recruit .training-profile .training-profile__card.training-profile__card--04,
  #page-recruit .training-profile .training-profile__card.training-profile__card--05 {
    height: fit-content;
    border-top-left-radius: calc(50 * var(--vw-with-scrollbar) / 750);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: calc(3 * var(--vw-with-scrollbar) / 750) solid #000000;
  }
  #page-recruit .training-profile .training-profile__card-text-title,
  #page-recruit .training-profile .training-profile__card-text-content,
  #page-recruit .training-profile .training-profile__card-text {
    width: 100%;
  }
  #page-recruit .training-profile .training-profile__lead {
    font-size: calc(18 * var(--vw-with-scrollbar) / 750);
    text-align: left;
  }
  #page-recruit .training-profile .training-profile__card {
    width: 100%;
    border-radius: calc(24 * var(--vw-with-scrollbar) / 750);
    padding: calc(28 * var(--vw-with-scrollbar) / 750) calc(20 * var(--vw-with-scrollbar) / 750);
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__card-header {
    gap: calc(12 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__bullet {
    width: calc(40 * var(--vw-with-scrollbar) / 750);
    height: calc(40 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__card-title {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
    line-height: 100%;
  }
  #page-recruit .training-profile .training-profile__card-text {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    gap: calc(15 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__card-text-title {
    line-height: 100%;
  }
  #page-recruit .training-profile .training-profile__card-content {
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__card-divider {
    height: calc(1 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .training-profile .training-profile__note {
    font-size: calc(14 * var(--vw-with-scrollbar) / 750);
    text-align: left;
  }
  #page-recruit .training-profile .rabit-top-sp {
    position: absolute;
    width: calc(200 * var(--vw-with-scrollbar) / 750);
    height: auto;
    left: calc(495 * var(--vw-with-scrollbar) / 750);
    top: calc(30 * var(--vw-with-scrollbar) / 750);
    z-index: 3;
  }
  #page-recruit .training-profile .rabit-bottom-sp {
    position: absolute;
    width: calc(212 * var(--vw-with-scrollbar) / 750);
    height: auto;
    left: calc(31 * var(--vw-with-scrollbar) / 750);
    bottom: calc(55 * var(--vw-with-scrollbar) / 750);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  #page-recruit .training-profile .rabit-bottom-sp img {
    width: 100%;
  }
  #page-recruit .training-profile .training-profile__rabit-top-sp {
    width: 100%;
  }
  #page-recruit .recruit-flow {
    height: fit-content;
  }
  #page-recruit .recruit-flow .recruit-flow__inner {
    width: 100%;
    padding: 0 calc(24 * var(--vw-with-scrollbar) / 750);
    box-sizing: border-box;
    gap: calc(65 * var(--vw-with-scrollbar) / 750);
    margin-bottom: 0;
  }
  #page-recruit .recruit-flow .recruit-flow__title-bg {
    height: calc(525 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__title-content {
    width: calc(650 * var(--vw-with-scrollbar) / 750);
    height: calc(369 * var(--vw-with-scrollbar) / 750);
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    justify-content: center;
  }
  #page-recruit .recruit-flow .recruit-flow__title {
    font-size: calc(48 * var(--vw-with-scrollbar) / 750);
    height: calc(80 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__description {
    font-size: calc(30 * var(--vw-with-scrollbar) / 750);
    width: calc(550 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__content-container {
    padding-top: calc(96 * var(--vw-with-scrollbar) / 750);
    flex-direction: column;
    align-items: center;
    gap: calc(60 * var(--vw-with-scrollbar) / 750);
    height: calc(667 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__list {
    width: calc(418 * var(--vw-with-scrollbar) / 750);
    gap: calc(30 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__item-inner {
    gap: calc(20 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__number-img {
    width: calc(100 * var(--vw-with-scrollbar) / 750);
    height: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__item-text {
    font-size: calc(32 * var(--vw-with-scrollbar) / 750);
  }
  #page-recruit .recruit-flow .recruit-flow__image-wrapper {
    width: 100%;
    height: auto;
  }
  #page-recruit .recruit-flow .recruit-flow__image {
    width: 100%;
    height: auto;
  }
  .training-profile__card .anim__text-2 {
    --animation-delay: 0s;
    animation-delay: 0s !important;
  }
  .training-profile__card .step-3 {
    --animation-delay: 0.4s;
    animation-delay: 0.4s !important;
  }
  .training-profile__card .training-profile__card-divider {
    --animation-delay: 0.9s;
    animation-delay: 0.9s !important;
  }
  .training-profile__card .training-profile__card-content {
    --animation-delay: 1.2s;
    animation-delay: 1.2s !important;
  }
}
#page-business .business-fv .c-feature-img {
  background-image: url("../../assets/img/business-fv.webp");
}
#page-business .business-page-container {
  width: clamp(0px, calc((1200 * var(--vw-with-scrollbar)) / 1920), 1200px);
  padding: clamp(0px, calc((228 * var(--vw-with-scrollbar)) / 1920), 228px) 0 clamp(0px, calc((124 * var(--vw-with-scrollbar)) / 1920), 124px);
  box-sizing: border-box;
  margin: 0 auto;
}
#page-business .job-type-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  margin-bottom: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
}
#page-business .job-type-selection .job-type-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  height: clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  border: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) solid #000000;
  box-sizing: border-box;
  color: white;
  background-color: #e9eaf8;
  transition: background-color 0.3s;
}
#page-business .job-type-selection .job-type-button.active {
  background-color: #1e28be;
}
#page-business .job-type-selection .job-type-button p {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(0px, calc((32 * var(--vw-with-scrollbar)) / 1920), 32px);
  line-height: 1em;
  text-align: center;
}
#page-business .job-details-tabview {
  position: relative;
}
#page-business .anim__fade-in {
  animation-duration: 1s;
}
#page-business .job-details-table {
  display: none;
  position: absolute;
  outline: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) solid #000000;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#page-business .job-details-table.active {
  display: block;
  position: relative;
  opacity: 1;
}
#page-business .job-details-table .job-detail-row {
  display: flex;
  border-bottom: clamp(0px, calc((0.5 * var(--vw-with-scrollbar)) / 1920), 0.5px) solid #c2bdbd;
}
#page-business .job-details-table .job-detail-row .job-detail-label {
  display: flex;
  align-items: start;
  width: clamp(0px, calc((300 * var(--vw-with-scrollbar)) / 1920), 300px);
  padding: clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) 0 clamp(0px, calc((50 * var(--vw-with-scrollbar)) / 1920), 50px) clamp(0px, calc((100 * var(--vw-with-scrollbar)) / 1920), 100px);
  background-color: rgba(30, 40, 190, 0.1);
  box-sizing: border-box;
}
#page-business .job-details-table .job-detail-row .job-detail-label p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 1;
}
#page-business .job-details-table .job-detail-row .job-detail-content {
  display: flex;
  align-items: center;
  width: clamp(0px, calc((900 * var(--vw-with-scrollbar)) / 1920), 900px);
  padding: clamp(0px, calc((39.5 * var(--vw-with-scrollbar)) / 1920), 39.5px) 0 clamp(0px, calc((39.5 * var(--vw-with-scrollbar)) / 1920), 39.5px) clamp(0px, calc((185 * var(--vw-with-scrollbar)) / 1920), 185px);
  border-left: clamp(0px, calc((4 * var(--vw-with-scrollbar)) / 1920), 4px) solid #000000;
  box-sizing: border-box;
}
#page-business .job-details-table .job-detail-row .job-detail-content p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: clamp(0px, calc((21 * var(--vw-with-scrollbar)) / 1920), 21px);
  line-height: 2em;
}
@media (min-width: 1025px) {
  #page-business .business-fv .c-message {
    display: none;
  }
  #page-business .job-detail-row:last-child .job-detail-content {
    padding-left: clamp(0px, calc((152 * var(--vw-with-scrollbar)) / 1920), 152px);
  }
}
@media (max-width: 1024px) {
  #page-business .business-fv .c-message {
    padding: calc(50 * var(--vw-with-scrollbar) / 750);
    padding-bottom: 0;
  }
  #page-business .business-page-container {
    width: 100%;
    padding: calc(100 * var(--vw-with-scrollbar) / 750) calc(25 * var(--vw-with-scrollbar) / 750) calc(150 * var(--vw-with-scrollbar) / 750);
  }
  #page-business .job-type-selection {
    gap: calc(50 * var(--vw-with-scrollbar) / 750);
    margin-bottom: calc(100 * var(--vw-with-scrollbar) / 750);
  }
  #page-business .job-type-selection .job-type-button {
    width: calc(275 * var(--vw-with-scrollbar) / 750);
    height: calc(100 * var(--vw-with-scrollbar) / 750);
    border: calc(4 * var(--vw-with-scrollbar) / 750) solid #000000;
  }
  #page-business .job-type-selection .job-type-button p {
    line-height: 1.2;
    font-size: calc(24 * var(--vw-with-scrollbar) / 750);
  }
  #page-business .job-details-table {
    outline: none;
  }
  #page-business .job-details-table .job-detail-row {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
  }
  #page-business .job-details-table .job-detail-row .job-detail-label, #page-business .job-details-table .job-detail-row .job-detail-content {
    padding: calc(20 * var(--vw-with-scrollbar) / 750) calc(50 * var(--vw-with-scrollbar) / 750);
    justify-content: start;
  }
  #page-business .job-details-table .job-detail-row .job-detail-label p, #page-business .job-details-table .job-detail-row .job-detail-content p {
    font-size: clamp(16px, calc((21 * var(--vw-with-scrollbar)) / 750), 21px);
    line-height: 1.8;
  }
  #page-business .job-details-table .job-detail-row .job-detail-label {
    width: auto;
    background-color: rgba(30, 40, 190, 0.1);
    margin-bottom: calc(4 * var(--vw-with-scrollbar) / 750);
  }
  #page-business .job-details-table .job-detail-row .job-detail-content {
    width: auto;
    border: none;
  }
}
