@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

ul, ol {
  margin-block-end: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "BIZUDPGothic";
  src: url("../font/BIZ_UDPGothic/BIZUDPGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BIZUDPGothic";
  src: url("../font/BIZ_UDPGothic/BIZUDPGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.biz-udp-gothic-regular {
  font-family: "BIZUDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udp-gothic-bold {
  font-family: "BIZUDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "BIZUDPGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  color: #111;
  font-weight: bold;
  line-height: 1.25;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 3vw, 2.5rem);
}

h4 {
  font-size: clamp(1rem, 2vw, 2rem);
}

p, li, address {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
}

th, td {
  letter-spacing: 0.05em;
}

a {
  color: #111;
  display: inline-block;
  letter-spacing: 0.05em;
}

.text-size1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.text-size2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
}

.text-size3 {
  font-size: clamp(1.25rem, 3vw, 2.5rem);
}

.text-size4 {
  font-size: clamp(1rem, 2vw, 2rem);
}

.text-size5 {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
}

.text-size6 {
  font-size: clamp(0.75rem, 1vw, 1rem);
}

.text-size7 {
  font-size: clamp(0.625rem, 0.8vw, 0.875rem);
}

.text-link {
  width: fit-content;
  display: flex;
  flex-direction: row;
  text-transform: none;
  gap: 20px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  align-items: center;
}

.text-link--small {
  width: fit-content;
  display: flex;
  flex-direction: row;
  text-transform: none;
  gap: 20px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  align-items: center;
}

.l-container {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.l-container--2full {
  width: 100%;
  height: 150vh;
  max-width: 100%;
  min-height: 600px;
}
.l-container--full {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-height: 600px;
}
.l-container--small {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 48px auto;
}
@media (min-width: 1024px) {
  .l-container--small {
    margin: 128px auto;
  }
}
.l-container--nomal {
  width: calc(100% - 40px);
  max-width: 1360px;
  margin: 40px auto;
}
@media (min-width: 1024px) {
  .l-container--nomal {
    margin: 128px auto;
  }
}
.l-container--large {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 40px auto;
}
@media (min-width: 1024px) {
  .l-container--large {
    margin: 128px auto;
  }
}

.l-flex--crr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-flex--crr {
    display: flex;
    flex-direction: row;
  }
}

.l-flex--crr-gap-20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-flex--crr-gap-20 {
    display: flex;
    flex-direction: row;
  }
}

.l-flex--ccr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .l-flex--ccr {
    display: flex;
    flex-direction: row;
  }
}

.l-flex--wrap-gap-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box--33 {
  width: 33.3333333333%;
}

.box--1-40 {
  width: calc(100% - 0px);
}
@media (min-width: 1024px) {
  .box--1-40 {
    width: calc(40% - 20px);
  }
}
.box--1-60 {
  width: calc(100% - 0px);
}
@media (min-width: 1024px) {
  .box--1-60 {
    width: calc(60% - 20px);
  }
}
.box--60-right {
  width: calc(100% - 0px);
}
@media (min-width: 1024px) {
  .box--60-right {
    width: calc(60% - 20px);
  }
}
.box--75-right {
  width: calc(100% - 0px);
  margin: 48px auto;
}
@media (min-width: 1024px) {
  .box--75-right {
    width: calc(75% - 20px);
    margin: 128px 0 128px 25%;
  }
}

.header {
  position: relative;
  background-color: transparent;
}
.header__inner {
  position: absolute;
  z-index: 98;
  top: 20px;
  left: 10px;
  width: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .header__inner {
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
  }
}

.header--sticky {
  top: 0;
  left: 0;
  z-index: 89;
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.logo {
  max-height: 40px;
}
.logo a {
  text-decoration: none;
}
.logo a img {
  max-height: 60px;
}
@media (min-width: 1024px) {
  .logo a img {
    max-height: 80px;
  }
}

.global-nav {
  display: none;
}
@media (min-width: 1024px) {
  .global-nav {
    display: block;
    margin-right: 100px;
  }
}
.global-nav__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.global-nav__link {
  font-size: clamp(0.75rem, 1vw, 1rem);
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.hamburger {
  cursor: pointer;
}
.hamburger__button {
  width: 50px;
  height: 50px;
}
.hamburger__line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #111;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .hamburger__line {
    width: 50px;
    height: 2px;
    border-radius: 2px;
  }
}
.hamburger__line1 {
  margin-bottom: 6px;
}
.hamburger__line2 {
  margin-bottom: 6px;
  opacity: 0;
}
.hamburger__line3 {
  margin-bottom: 6px;
}
.hamburger.is-active .hamburger__line1 {
  transform: translateY(8px) rotate(45deg);
  background-color: #fff;
}
.hamburger.is-active .hamburger__line2 {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.is-active .hamburger__line3 {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff;
}

.hamburger--fixed {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  top: 40px;
  right: 20px;
  display: inline-block;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .hamburger--fixed {
    top: 40px;
    right: 40px;
    transition: all 0.3s ease-in-out;
  }
  .hamburger--fixed:hover {
    transform: scale(1.1);
  }
}

.drawer {
  position: fixed;
  z-index: -10;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease-in-out;
}
.drawer.is-active {
  z-index: 99;
  right: 0;
}
.drawer.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -11;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.drawer.no-animation {
  transition: none;
}
.drawer__inner {
  width: 100%;
  height: 100vh;
  background-color: #1E90FF;
}
@media (min-width: 1024px) {
  .drawer__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3333333333%;
  }
}

.drawer-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drawer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.drawer-nav__link {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.drawer-nav__link::after {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) translateZ(0);
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .drawer-nav__link {
    transition: all 0.3s ease;
  }
  .drawer-nav__link:hover {
    color: #aaa;
  }
  .drawer-nav__link:hover::after {
    left: -80px;
    background-color: #aaa;
  }
}
.drawer-nav__link-text--en {
  font-size: clamp(1rem, 2vw, 2rem);
  display: block;
}
.drawer-nav__link-text--ja {
  font-size: clamp(0.75rem, 1vw, 1rem);
  display: block;
}

.drawer-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.drawer-foot__list {
  display: flex;
  flex-direction: row;
}
.drawer-foot__item {
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .drawer-foot__item {
    padding: 20px;
  }
}
.drawer-foot__item--left {
  background-color: #AEDDEF;
}
.drawer-foot__item--right {
  background-color: #D5EAD7;
}
.drawer-foot__item__link {
  text-decoration: none;
}
.drawer-foot__link-text--ja {
  font-size: clamp(0.625rem, 0.8vw, 0.875rem);
  display: block;
}

.footer {
  padding: 20px 0 10px 0;
}
@media (min-width: 1024px) {
  .footer {
    padding: 30px 0 20px 0;
  }
}
.footer__inner {
  padding: 20px;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding: 30px;
  }
}
.footer__container {
  border-bottom: 1px solid #111;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .footer__container {
    padding: 40px 0;
  }
}
.footer__box {
  margin: 30px 0;
}
.footer__copyright {
  display: block;
  margin-top: 20px;
  color: #111;
  opacity: 0.5;
  text-align: right;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__list {
    display: flex;
    flex-direction: row;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    flex-direction: row;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-nav__list {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .footer-nav__list {
    gap: 40px;
  }
}
.footer-nav__item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 20px;
}
.footer-nav__link {
  font-size: clamp(0.75rem, 1vw, 1rem);
  color: #111;
  text-decoration: none;
  font-weight: bold;
}
.footer-nav__link2 {
  font-size: clamp(0.625rem, 0.8vw, 0.875rem);
  text-decoration: none;
  text-align: left;
}
@media (min-width: 1024px) {
  .footer-nav__link2 {
    text-align: right;
  }
}

@keyframes slider-left-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slider-right-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.infinite-text {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .infinite-text {
    margin-bottom: 160px;
  }
}
.infinite-text__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.infinite-text__text1, .infinite-text__text2 {
  animation: slider-left-animation 40s linear infinite;
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 20vh;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #1E90FF;
  color: #111 !important;
  -webkit-text-stroke: 3px #1E90FF !important;
}
@media (min-width: 1024px) {
  .infinite-text__text1, .infinite-text__text2 {
    animation: slider-left-animation 30s linear infinite;
    font-size: 10vw;
  }
}

@keyframes slider-left-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.infinite-slider__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden; /* はみ出たスライドを隠す */
  position: relative;
}
.infinite-slider__list {
  display: flex;
  flex-direction: row;
  animation: slider-left-animation 10s infinite linear;
  will-change: transform;
}
@media (min-width: 1024px) {
  .infinite-slider__list {
    animation: slider-left-animation 15s infinite linear;
  }
}
.infinite-slider__item {
  flex-shrink: 0;
  width: calc(66.6666666667vw - 40px); /* 3はスライドの枚数 */
  margin-right: 40px;
  min-width: 260px;
  height: 100%;
}
@media (min-width: 1024px) {
  .infinite-slider__item {
    width: calc(28.5714285714vw - 40px);
  }
}

.fadeUpTrigger {
  position: relative;
  overflow: hidden;
}

.fadeUp::before {
  animation-name: fadeUpScrollAnime;
  animation-duration: 2s;
  animation-delay: 0.14s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpScrollAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.--scroll-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.--scroll-up.fadeUp {
  opacity: 1;
  transform: translateY(0);
}

.--scroll-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.--scroll-left.fadeleft {
  opacity: 1;
  transform: translateX(0);
}

.--scroll-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.--scroll-right.faderight {
  opacity: 1;
  transform: translateX(0);
}

.--scroll-op {
  opacity: 0;
  transition: opacity 1.6s ease-out;
}
.--scroll-op.fade-display {
  opacity: 1;
}

.bg-wave {
  position: relative;
  overflow: hidden;
}
.bg-wave__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-wave__wave {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.bg-wave__wave--1 {
  top: 5%;
  left: -5%;
  width: 110%;
  animation: waveFadeIn 1.2s ease-out 0.1s forwards, waveMove1 20s ease-in-out infinite;
}
@media (min-width: 768px) {
  .bg-wave__wave--1 {
    top: 0%;
    width: 115%;
  }
}
@media (min-width: 1024px) {
  .bg-wave__wave--1 {
    top: -5%;
    width: 120%;
  }
}
.bg-wave__wave--2 {
  top: 40%;
  left: -3%;
  width: 106%;
  animation: waveFadeIn 1.2s ease-out 0.3s forwards, waveMove2 25s ease-in-out infinite;
}
@media (min-width: 768px) {
  .bg-wave__wave--2 {
    top: 35%;
    width: 110%;
  }
}
@media (min-width: 1024px) {
  .bg-wave__wave--2 {
    top: 30%;
    width: 115%;
  }
}
.bg-wave__wave--3 {
  top: 70%;
  left: -4%;
  width: 108%;
  animation: waveFadeIn 1.2s ease-out 0.5s forwards, waveMove3 30s ease-in-out infinite;
}
@media (min-width: 768px) {
  .bg-wave__wave--3 {
    top: 65%;
    width: 112%;
  }
}
@media (min-width: 1024px) {
  .bg-wave__wave--3 {
    top: 60%;
    width: 118%;
  }
}
.bg-wave > .l-container--large {
  position: relative;
  z-index: 1;
}

@keyframes waveFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes waveMove1 {
  0%, 100% {
    transform: translateX(0) translateY(0) scaleX(1);
  }
  50% {
    transform: translateX(-30px) translateY(-15px) scaleX(1.02);
  }
}
@keyframes waveMove2 {
  0%, 100% {
    transform: translateX(0) translateY(0) scaleX(1);
  }
  50% {
    transform: translateX(25px) translateY(10px) scaleX(0.98);
  }
}
@keyframes waveMove3 {
  0%, 100% {
    transform: translateX(0) translateY(0) scaleX(1);
  }
  50% {
    transform: translateX(-20px) translateY(-8px) scaleX(1.01);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-wave__wave {
    animation: waveFadeIn 1.5s ease-out forwards !important;
  }
}
.bg-grid {
  position: relative;
  overflow: hidden;
}
.bg-grid__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-grid__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-grid__line-vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(160, 175, 200, 0.35) 20%, rgba(160, 175, 200, 0.35) 80%, transparent 100%);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.bg-grid__line-vertical--1 {
  left: 25%;
  animation: gridLineVertical 1.5s ease-out 0.15s forwards;
}
@media (min-width: 768px) {
  .bg-grid__line-vertical--1 {
    left: 20%;
  }
}
@media (min-width: 1024px) {
  .bg-grid__line-vertical--1 {
    left: 16.666%;
  }
}
.bg-grid__line-vertical--2 {
  left: 50%;
  animation: gridLineVertical 1.5s ease-out 0.3s forwards;
}
@media (min-width: 768px) {
  .bg-grid__line-vertical--2 {
    left: 40%;
  }
}
@media (min-width: 1024px) {
  .bg-grid__line-vertical--2 {
    left: 33.333%;
  }
}
.bg-grid__line-vertical--3 {
  left: 75%;
  animation: gridLineVertical 1.5s ease-out 0.45s forwards;
}
@media (min-width: 768px) {
  .bg-grid__line-vertical--3 {
    left: 60%;
  }
}
@media (min-width: 1024px) {
  .bg-grid__line-vertical--3 {
    left: 50%;
  }
}
.bg-grid__line-vertical--4 {
  display: none;
  left: 80%;
  animation: gridLineVertical 1.5s ease-out 0.6s forwards;
}
@media (min-width: 768px) {
  .bg-grid__line-vertical--4 {
    display: block;
    left: 80%;
  }
}
@media (min-width: 1024px) {
  .bg-grid__line-vertical--4 {
    left: 66.666%;
  }
}
.bg-grid__line-vertical--5 {
  display: none;
  animation: gridLineVertical 1.5s ease-out 0.75s forwards;
}
@media (min-width: 1024px) {
  .bg-grid__line-vertical--5 {
    display: block;
    left: 83.333%;
  }
}
.bg-grid__line-horizontal {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(160, 175, 200, 0.35) 15%, rgba(160, 175, 200, 0.35) 85%, transparent 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.bg-grid__line-horizontal--1 {
  top: 20%;
  animation: gridLineHorizontal 1.8s ease-out 0.42s forwards;
}
.bg-grid__line-horizontal--2 {
  top: 40%;
  animation: gridLineHorizontal 1.8s ease-out 0.54s forwards;
}
.bg-grid__line-horizontal--3 {
  top: 60%;
  animation: gridLineHorizontal 1.8s ease-out 0.66s forwards;
}
.bg-grid__line-horizontal--4 {
  top: 80%;
  animation: gridLineHorizontal 1.8s ease-out 0.78s forwards;
}
.bg-grid__line-horizontal--5 {
  top: 100%;
  animation: gridLineHorizontal 1.8s ease-out 0.9s forwards;
}
.bg-grid__block {
  position: absolute;
  background: linear-gradient(135deg, rgba(180, 195, 220, 0.15) 0%, rgba(160, 175, 200, 0.08) 100%);
  border: 1px solid rgba(160, 175, 200, 0.2);
  opacity: 0;
  will-change: transform, opacity;
}
.bg-grid__block--1 {
  top: 8%;
  left: 10%;
  width: 120px;
  height: 80px;
  animation: blockFadeIn 1.2s ease-out 1s forwards, blockFloat1 18s ease-in-out infinite 1.2s;
}
@media (min-width: 768px) {
  .bg-grid__block--1 {
    width: 150px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .bg-grid__block--1 {
    width: 180px;
    height: 120px;
  }
}
.bg-grid__block--2 {
  top: 35%;
  right: 8%;
  width: 100px;
  height: 100px;
  animation: blockFadeIn 1.2s ease-out 1.2s forwards, blockFloat2 22s ease-in-out infinite 1.4s;
}
@media (min-width: 768px) {
  .bg-grid__block--2 {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .bg-grid__block--2 {
    width: 160px;
    height: 160px;
  }
}
.bg-grid__block--3 {
  bottom: 15%;
  left: 20%;
  width: 80px;
  height: 60px;
  animation: blockFadeIn 1.2s ease-out 1.4s forwards, blockFloat3 20s ease-in-out infinite 1.6s;
}
@media (min-width: 768px) {
  .bg-grid__block--3 {
    width: 100px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .bg-grid__block--3 {
    width: 120px;
    height: 90px;
  }
}
.bg-grid__block--4 {
  bottom: 25%;
  right: 15%;
  width: 60px;
  height: 90px;
  animation: blockFadeIn 1.2s ease-out 1.6s forwards, blockFloat4 24s ease-in-out infinite 1.8s;
}
@media (min-width: 768px) {
  .bg-grid__block--4 {
    width: 75px;
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .bg-grid__block--4 {
    width: 90px;
    height: 135px;
  }
}
.bg-grid > .l-container--large {
  position: relative;
  z-index: 1;
}

@keyframes gridLineVertical {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes gridLineHorizontal {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes nodeAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blockFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blockFloat1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -12px);
  }
}
@keyframes blockFloat2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 8px);
  }
}
@keyframes blockFloat3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, -8px);
  }
}
@keyframes blockFloat4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, -6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-grid__line-vertical, .bg-grid__line-horizontal {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .bg-grid__node {
    animation: none !important;
    opacity: 1;
    transform: scale(1);
  }
  .bg-grid__block {
    animation: blockFadeIn 1.5s ease-out forwards !important;
  }
}
.bg-cityscape {
  position: relative;
  overflow: hidden;
}
.bg-cityscape__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg-cityscape__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform, opacity;
}
.bg-cityscape__layer--back {
  width: 120%;
  left: -10%;
  animation: cityscapeFadeIn 1.5s ease-out 0.2s forwards, cityscapeFloat1 25s ease-in-out infinite;
}
.bg-cityscape__layer--middle {
  width: 115%;
  left: -7%;
  animation: cityscapeFadeIn 1.5s ease-out 0.4s forwards, cityscapeFloat2 20s ease-in-out infinite;
}
.bg-cityscape__layer--front {
  width: 110%;
  left: -5%;
  animation: cityscapeFadeIn 1.5s ease-out 0.6s forwards, cityscapeFloat3 15s ease-in-out infinite;
}
.bg-cityscape > .l-container--large,
.bg-cityscape > .l-container--normal,
.bg-cityscape > .l-container--small {
  position: relative;
  z-index: 1;
}

@keyframes cityscapeFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cityscapeFloat1 {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(15px) translateY(-5px);
  }
}
@keyframes cityscapeFloat2 {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-10px) translateY(-3px);
  }
}
@keyframes cityscapeFloat3 {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(8px) translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-cityscape__layer {
    animation: cityscapeFadeIn 1.5s ease-out forwards !important;
  }
}
.c-hero {
  position: relative;
}
.c-hero__title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  filter: invert(1);
}
@media (min-width: 1024px) {
  .c-hero__title {
    width: unset;
  }
}
.c-hero__title .hero-line {
  display: block;
  will-change: transform, opacity;
}
.c-hero__title .theme-title--en,
.c-hero__title .theme-title--ja {
  will-change: transform, opacity;
}
.c-hero__title .theme-title--en {
  filter: invert(1);
  display: block;
  margin-bottom: 1.5rem;
}
.c-hero__title .theme-title--ja {
  filter: invert(1);
  text-transform: capitalize !important;
  font-weight: normal;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .c-hero__title .theme-title--ja {
    letter-spacing: 0.15em;
  }
}

.hero-bg {
  --hero-mask-opacity: 0.15;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, var(--hero-mask-opacity));
}
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primary-button {
  margin: 40px 0;
}
.primary-button a {
  font-weight: bold;
}

.button--black {
  display: block;
  background-color: #111;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}
.border-button,
.border-button--reverse {
  display: block;
  border: 1px solid #111;
  border-radius: 5px;
  color: #111;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .border-button,
  .border-button--reverse {
    max-width: 350px;
  }
}
.border-button.border-button--reverse,
.border-button--reverse.border-button--reverse {
  border: 1px solid #fff;
  color: #fff;
}

.card--square-1-50 {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ddd;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .card--square-1-50 {
    width: calc(50% - 10px);
  }
}

.card--aspect-ratio-16-9 {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ddd;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .card--aspect-ratio-16-9 {
    width: calc(100% - 10px);
  }
}

.theme-title--ja {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  background-color: #1E90FF;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  padding: 10px 5px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .theme-title--ja {
    padding: 10px 20px;
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
}
.theme-title--en {
  font-size: 5vh;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .theme-title--en {
    font-size: clamp(2rem, 6.5vw, 6rem);
  }
}

.gsap-text-scramble {
  text-transform: none !important;
}
.gsap-text-scramble .scramble-char {
  display: inline-block;
  will-change: opacity, contents;
}

.section-title {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .section-title {
    margin-bottom: 160px;
  }
}
.section-title--ja {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .section-title--ja {
    font-size: 1.25rem;
    margin-bottom: 56px;
  }
}
.section-title--en {
  font-size: 3.5vh;
  font-weight: bold;
  line-height: 1;
  color: #1E90FF;
}
@media (min-width: 1024px) {
  .section-title--en {
    font-size: 3.75vw;
  }
}

.c-news__list {
  display: flex;
  flex-direction: column;
}

.c-news__item {
  border-bottom: 1px solid #aaa;
}

.c-news__link {
  color: #666;
  display: block;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .c-news__link {
    padding: 40px 1rem;
  }
}

.c-news__time {
  font-size: 12px;
}

.c-news__category {
  font-size: 12px;
  color: #666;
}

.c-about__content {
  margin-top: 40px;
}
.c-about__content p {
  line-height: 1.8;
  margin-top: 30px;
}
.c-about__content p.c-about__paragraph--spacing {
  margin-top: 40px;
}
.c-about__heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .c-about__heading {
    font-size: 2rem;
  }
}
.c-about__heading--spacing {
  margin-top: 60px;
}
.c-about__access-office {
  margin-top: 40px;
}
.c-about__access-office:not(:first-child) {
  margin-top: 60px;
}
.c-about__access-cards {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-about__access-cards {
    margin-top: 60px;
  }
}
.c-about__access-card {
  width: 100%;
  background-color: #1E90FF;
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-about__access-card {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .c-about__access-card {
    width: calc(33.333% - 14px);
    padding: 40px;
  }
}
.c-about__access-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.c-about__access-card-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .c-about__access-card-heading {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
.c-about__access-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.c-about__access-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.c-about__access-text {
  margin-bottom: 10px;
  color: #fff;
}
.c-about__access-text--spacing {
  margin-top: 20px;
  margin-bottom: 5px;
}
.c-about__access-list {
  padding-left: 20px;
  margin-bottom: 30px;
}
.c-about__access-list li {
  margin-bottom: 10px;
}
.c-about__access-link {
  color: #1E90FF;
  transition: all 0.3s ease;
}
.c-about__access-link:hover {
  color: #B5DEF4;
  text-decoration: underline;
}

.company-profile {
  position: relative;
  overflow: hidden;
}
.company-profile::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(/assets/img/demo/about2-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.history {
  position: relative;
  overflow: hidden;
}
.history::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/demo/about2-3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-breadcrumb {
  margin: 20px 0;
}
.c-breadcrumb__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 20px;
  color: #111;
  font-weight: normal;
}
.c-breadcrumb__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.c-breadcrumb__link:first-child {
  color: #1E90FF;
}
@media (min-width: 1024px) {
  .c-breadcrumb__link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.c-breadcrumb__link--current {
  color: #666 !important;
}

.c-category {
  display: flex;
  align-items: center;
  background-color: #333;
  border-radius: 10px;
  padding: 10px 20px;
  gap: 20px;
  width: 100%;
}

.c-category__list {
  display: flex;
  flex-direction: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  .c-category__list {
    display: flex;
  }
}

.c-category__item {
  margin: 0;
}

.c-category__link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #666;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.c-category__link:hover {
  opacity: 0.8;
}

.c-category__link--active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
}
.c-category__link--active:hover {
  opacity: 1;
}

.c-category__select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  transition: all 0.3s ease;
}
.c-category__select:hover {
  opacity: 0.8;
}
.c-category__select:focus {
  outline: none;
  border-color: #1E90FF;
}
@media (min-width: 768px) {
  .c-category__select {
    display: none;
  }
}
.c-category__select option {
  background-color: #333;
  color: #fff;
}

.nav-links, .pagination, .c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.nav-links .page-numbers, .page-numbers, .c-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 10px 20px;
  color: #aaa;
  text-decoration: none;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.page-numbers:hover, .c-pagination__link:hover {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
}

.c-pagination__link--active, .c-pagination__link.current {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  cursor: default;
}
.c-pagination__link--active:hover, .c-pagination__link.current:hover {
  opacity: 1;
}

.page-numbers.current {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  cursor: default;
}
.page-numbers.current:hover {
  opacity: 1;
}
.page-numbers.prev, .page-numbers.next {
  min-width: auto;
  padding: 10px 20px;
}
.page-numbers.dots {
  border: none;
  background-color: transparent;
  cursor: default;
}
.page-numbers.dots:hover {
  background-color: transparent;
  border: none;
  color: #aaa;
}

.nav-links .page-numbers.current {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  cursor: default;
}
.nav-links .page-numbers.current:hover {
  opacity: 1;
}

.c-page-head {
  position: relative;
  z-index: 1;
  height: 65vh;
  min-height: 600px;
  padding: 100px 20px 0;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-page-head {
    padding-top: 200px;
  }
}
.c-page-head__title {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .c-page-head__title {
    margin-bottom: 100px;
  }
}
.c-page-head__title--ja {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  background-color: #1E90FF;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .c-page-head__title--ja {
    font-size: 2rem;
  }
}
.c-page-head__title--en {
  font-size: 5vh;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-page-head__title--en {
    font-size: 5vw;
  }
}
.c-page-head--about::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/demo/about1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.c-page-head--works::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/demo/page-head-works.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.c-page-head--news::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/demo/page-head-news.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.c-page-head--policy::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/demo/policy.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.c-page-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-page-link {
    flex-wrap: nowrap;
    gap: 20px;
  }
}

.c-page-link__item {
  margin: 0;
  flex: 1;
  min-width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .c-page-link__item {
    flex: 1;
    min-width: 0;
  }
}

.c-page-link__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #1E90FF;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.c-page-link__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: 10px;
}
.c-page-link__link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.c-page-link__link--active {
  background-color: #71a436;
}
.c-page-link__link--active:hover {
  opacity: 1;
}

.dynamic-filter__wrapper {
  border: 2px solid #111;
  border-radius: 10px;
  padding: 30px;
  background-color: #111;
}
@media (min-width: 1024px) {
  .dynamic-filter__wrapper {
    padding: 40px;
  }
}
.dynamic-filter__search {
  position: relative;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .dynamic-filter__search {
    margin-bottom: 40px;
  }
}
.dynamic-filter__search-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .dynamic-filter__search-label {
    font-size: 1rem;
  }
}
.dynamic-filter__search-input {
  width: 100%;
  padding: 20px 40px 20px 20px;
  border: 2px solid #aaa;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.dynamic-filter__search-input:focus {
  outline: none;
  border-color: #1E90FF;
  box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.1);
}
.dynamic-filter__search-input::placeholder {
  color: #aaa;
}
.dynamic-filter__search-clear {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  transition: all 0.3s ease;
}
.dynamic-filter__search-clear:hover {
  color: #aaa;
}
.dynamic-filter__filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .dynamic-filter__filters {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .dynamic-filter__filters {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.dynamic-filter__type-filter {
  flex: 1;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dynamic-filter__type-filter {
    max-width: 250px;
  }
}
.dynamic-filter__filter-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
}
.dynamic-filter__filter-select {
  width: 100%;
  padding: 20px 20px;
  border: 2px solid #aaa;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
}
.dynamic-filter__filter-select:focus {
  outline: none;
  border-color: #1E90FF;
  box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.1);
}
.dynamic-filter__filter-select:hover {
  border-color: #1E90FF;
}
.dynamic-filter__results-count {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .dynamic-filter__results-count {
    text-align: left;
    font-size: 1rem;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.dynamic-filter__results-text strong {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.c-works__area {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .c-works__area {
    margin-top: 100px;
  }
}
.c-works__area:first-child {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-works__area:first-child {
    margin-top: 80px;
  }
}
.c-works__area-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #1E90FF;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-works__area-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.c-works__area-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}
@media (min-width: 1024px) {
  .c-works__area-subtitle {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
}
.c-works__section {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .c-works__section {
    margin-top: 80px;
  }
}
.c-works__section:first-child {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-works__section:first-child {
    margin-top: 60px;
  }
}
.c-works__section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1E90FF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-works__section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.c-works__section-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
@media (min-width: 1024px) {
  .c-works__section-subtitle {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
.c-works__project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-works__project-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .c-works__project-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.c-works__project-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-works__project-item > img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .c-works__project-item > img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .c-works__project-item > img {
    height: 350px;
  }
}
.c-works__project-item .c-works__project-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-works__project-item .c-works__project-content {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-content {
    padding: 20px;
  }
}
.c-works__project-item > h6.c-works__project-name {
  padding: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-works__project-item > h6.c-works__project-name {
    padding: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-works__project-item > h6.c-works__project-name {
    padding: 50px;
    padding-bottom: 0;
  }
}
.c-works__project-item > table.c-works__project-table {
  padding: 0 30px 30px;
}
@media (min-width: 768px) {
  .c-works__project-item > table.c-works__project-table {
    padding: 0 40px 40px;
  }
}
@media (min-width: 1024px) {
  .c-works__project-item > table.c-works__project-table {
    padding: 0 50px 50px;
  }
}
.c-works__project-item .c-works__project-area-tag {
  display: inline-block;
  background-color: #111;
  color: #fff;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 10px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-area-tag {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
.c-works__project-item .c-works__project-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.c-works__project-item .c-works__project-category-tag {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: bold;
  border: 1px solid #111;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-category-tag {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
.c-works__project-item .c-works__project-name {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #333;
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-name {
    margin-bottom: 40px;
  }
}
.c-works__project-item .c-works__project-table {
  margin-top: 0;
  width: 100%;
}
.c-works__project-item .c-works__project-table th {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 20px 10px 0;
  color: #333;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-table th {
    font-size: 1rem;
    padding: 10px 30px 10px 0;
  }
}
.c-works__project-item .c-works__project-table td {
  font-size: 0.9rem;
  padding: 10px 0;
  color: #666;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .c-works__project-item .c-works__project-table td {
    font-size: 1rem;
  }
}
.c-works__project-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}
.c-works__project-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1E90FF;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .c-works__project-name {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.c-works__project-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.c-works__project-table th {
  font-weight: bold;
  color: #333;
  padding: 10px 20px 10px 0;
  vertical-align: top;
  text-align: left;
  width: 80px;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .c-works__project-table th {
    width: 100px;
    font-size: 1rem;
  }
}
.c-works__project-table td {
  padding: 10px 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .c-works__project-table td {
    font-size: 1rem;
  }
}
.c-works__category-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #1E90FF;
}
@media (min-width: 1024px) {
  .c-works__category-title {
    font-size: 1.25rem;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.c-works__area-section {
  margin-top: 60px;
  scroll-margin-top: 20px;
}
@media (min-width: 1024px) {
  .c-works__area-section {
    margin-top: 100px;
    scroll-margin-top: 40px;
  }
}
.c-works__area-section[hidden] {
  display: none;
}
.c-works__project-item[hidden], .c-works__section[hidden], .c-works__card[hidden], .c-works__card-list[hidden] {
  display: none;
}
.c-works__card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-works__card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .c-works__card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}
.c-works__card {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.c-works__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.c-works__card[hidden] {
  display: none;
}
.c-works__card-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1E90FF;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .c-works__card-title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.c-works__card-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-works__card-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-works__card-detail {
    flex-direction: row;
    align-items: flex-start;
  }
}
.c-works__card-label {
  font-weight: bold;
  color: #333;
  font-size: 0.9rem;
  min-width: 80px;
}
@media (min-width: 1024px) {
  .c-works__card-label {
    font-size: 1rem;
    min-width: 100px;
  }
}
.c-works__card-value {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  flex: 1;
}
@media (min-width: 1024px) {
  .c-works__card-value {
    font-size: 1rem;
  }
}
.c-works__back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #1E90FF;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
}
.c-works__back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.c-works__back-to-top:hover {
  background-color: #0077ea;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.c-works__back-to-top:active {
  transform: translateY(-2px);
}
@media (min-width: 1024px) {
  .c-works__back-to-top {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  }
}
.c-works__back-to-top-icon {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-works__back-to-top-icon {
    font-size: 1.75rem;
  }
}
.c-works__project-item, .c-works__section {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-works__project-item.is-filtered, .c-works__section.is-filtered {
  opacity: 0.5;
  pointer-events: none;
}

.hover-bg-color--down {
  position: relative;
}
.hover-bg-color--down::after {
  content: "";
  background-image: url("/assets/img/icon/arrow-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .hover-bg-color--down {
    transition: all 0.3s ease;
  }
  .hover-bg-color--down::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #1E90FF;
    transition: all 0.3s ease;
  }
  .hover-bg-color--down time, .hover-bg-color--down span, .hover-bg-color--down h1, .hover-bg-color--down h2, .hover-bg-color--down h3, .hover-bg-color--down h4, .hover-bg-color--down h5, .hover-bg-color--down h6, .hover-bg-color--down p {
    transition: all 0.3s ease;
  }
}
.hover-bg-color--down:hover time, .hover-bg-color--down:hover span, .hover-bg-color--down:hover h1, .hover-bg-color--down:hover h2, .hover-bg-color--down:hover h3, .hover-bg-color--down:hover h4, .hover-bg-color--down:hover h5, .hover-bg-color--down:hover h6, .hover-bg-color--down:hover p {
  color: #fff;
}
.hover-bg-color--down:hover::before {
  width: 100%;
  height: 100%;
}
.hover-bg-color--down:hover::after {
  transform: translateY(-50%) rotate(-35deg);
  filter: invert(1);
}

.hover-bg-color--up {
  position: relative;
}
.hover-bg-color--up::after {
  content: "";
  background-image: url("/assets/img/icon/arrow-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .hover-bg-color--up {
    transition: all 0.3s ease;
  }
  .hover-bg-color--up::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #aaa;
    transition: all 0.3s ease;
  }
  .hover-bg-color--up time, .hover-bg-color--up span, .hover-bg-color--up h1, .hover-bg-color--up h2, .hover-bg-color--up h3, .hover-bg-color--up h4, .hover-bg-color--up h5, .hover-bg-color--up h6, .hover-bg-color--up p {
    transition: all 0.3s ease;
  }
}
.hover-bg-color--up:hover time, .hover-bg-color--up:hover span, .hover-bg-color--up:hover h1, .hover-bg-color--up:hover h2, .hover-bg-color--up:hover h3, .hover-bg-color--up:hover h4, .hover-bg-color--up:hover h5, .hover-bg-color--up:hover h6, .hover-bg-color--up:hover p {
  color: #fff;
}
.hover-bg-color--up:hover::before {
  width: 100%;
  height: 100%;
}
.hover-bg-color--up:hover::after {
  transform: translateY(-50%) rotate(35deg);
}

.hover-bg-color--left,
.hover-bg-color--left-reverse {
  position: relative;
}
.hover-bg-color--left::after,
.hover-bg-color--left-reverse::after {
  content: "";
  background-image: url("/assets/img/icon/arrow-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .hover-bg-color--left,
  .hover-bg-color--left-reverse {
    transition: all 0.3s ease;
  }
  .hover-bg-color--left::before,
  .hover-bg-color--left-reverse::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: #1E90FF;
    transition: all 0.3s ease;
  }
  .hover-bg-color--left time, .hover-bg-color--left span, .hover-bg-color--left h1, .hover-bg-color--left h2, .hover-bg-color--left h3, .hover-bg-color--left h4, .hover-bg-color--left h5, .hover-bg-color--left h6, .hover-bg-color--left p,
  .hover-bg-color--left-reverse time,
  .hover-bg-color--left-reverse span,
  .hover-bg-color--left-reverse h1,
  .hover-bg-color--left-reverse h2,
  .hover-bg-color--left-reverse h3,
  .hover-bg-color--left-reverse h4,
  .hover-bg-color--left-reverse h5,
  .hover-bg-color--left-reverse h6,
  .hover-bg-color--left-reverse p {
    transition: all 0.3s ease;
  }
}
.hover-bg-color--left:hover,
.hover-bg-color--left-reverse:hover {
  color: #fff;
}
.hover-bg-color--left:hover time, .hover-bg-color--left:hover span, .hover-bg-color--left:hover h1, .hover-bg-color--left:hover h2, .hover-bg-color--left:hover h3, .hover-bg-color--left:hover h4, .hover-bg-color--left:hover h5, .hover-bg-color--left:hover h6, .hover-bg-color--left:hover p, .hover-bg-color--left:hover a,
.hover-bg-color--left-reverse:hover time,
.hover-bg-color--left-reverse:hover span,
.hover-bg-color--left-reverse:hover h1,
.hover-bg-color--left-reverse:hover h2,
.hover-bg-color--left-reverse:hover h3,
.hover-bg-color--left-reverse:hover h4,
.hover-bg-color--left-reverse:hover h5,
.hover-bg-color--left-reverse:hover h6,
.hover-bg-color--left-reverse:hover p,
.hover-bg-color--left-reverse:hover a {
  color: #fff;
}
.hover-bg-color--left:hover::before,
.hover-bg-color--left-reverse:hover::before {
  width: 100%;
  height: 100%;
}
.hover-bg-color--left:hover::after,
.hover-bg-color--left-reverse:hover::after {
  transform: translateY(-50%) rotate(-35deg);
  filter: invert(1);
}

@media (min-width: 1024px) {
  .hover-lowlight {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .hover-lowlight:hover {
    opacity: 0.25;
  }
}

@media (min-width: 1024px) {
  .hover-underline {
    display: inline;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .hover-underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #aaa;
    transition: all 0.3s ease;
  }
  .hover-underline:hover {
    opacity: 0.8;
  }
  .hover-underline:hover::after {
    width: 100%;
    animation: underline 0.3s ease-in-out;
  }
}

@keyframes underline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hover-zoom {
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .hover-zoom::after {
    z-index: 0;
    transition: all 0.3s ease;
  }
  .hover-zoom img {
    transition: all 0.3s ease;
  }
  .hover-zoom:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hover-zoom:hover img {
    transform: scale(1.25);
  }
}

.text-style--large {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 1024px) {
  .text-style--large {
    font-size: clamp(2rem, 3vw, 2.25rem);
  }
}

.text-style--medium {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.5;
}
@media (min-width: 1024px) {
  .text-style--medium {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    line-height: 3;
  }
}

.text-style--small {
  font-size: 0.8rem;
  line-height: 3;
}
@media (min-width: 1024px) {
  .text-style--small {
    font-size: 0.8rem;
  }
}

.text-page-style h2 {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  line-height: 2;
}
@media (min-width: 1024px) {
  .text-page-style h2 {
    margin-bottom: 0.5rem;
  }
}
.text-page-style p {
  font-size: clamp(0.75rem, 1vw, 1rem);
  line-height: 2;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .text-page-style p {
    margin-bottom: 1.5rem;
  }
}
.text-page-style ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .text-page-style ul {
    margin-bottom: 1.5rem;
  }
}
.text-page-style li {
  list-style: disc;
  margin-left: 1rem;
}

.table-standard {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border-spacing: 20px;
}
.table-standard tr {
  border-bottom: 1px solid #aaa;
}
.table-standard th, .table-standard td {
  padding: 20px 0;
}
.table-standard th {
  color: #1E90FF;
  font-weight: bold;
  width: 140px;
  padding: 20px 20px 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #1E90FF;
  text-align: left;
}
@media (min-width: 1024px) {
  .table-standard th {
    width: 30%;
    padding: 20px 40px 20px 0;
  }
}

.timeline {
  margin-top: 30px;
  position: relative;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #B5DEF4;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 768px) {
  .timeline::before {
    left: 199px;
    transform: none;
  }
}
.timeline__item {
  position: relative;
  vertical-align: middle;
}
.timeline__item::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B5DEF4;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .timeline__item::before {
    left: 192px;
    transform: translateY(-50%);
  }
}
.timeline__date, .timeline__text {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
  text-wrap: balance;
}
.timeline__date {
  color: #B5DEF4;
  text-align: right;
  padding: 20px 20px 20px 0;
  width: calc(50% - 20px);
  vertical-align: middle;
}
@media (min-width: 768px) {
  .timeline__date {
    width: 180px;
    padding: 30px 30px 30px 0;
  }
}
.timeline__text {
  margin: 0;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .timeline__text {
    padding: 30px 0 30px 60px;
  }
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E90FF;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: center;
  -webkit-transform-origin: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-transition.is-active {
  transform: translateX(0) translateZ(0);
  opacity: 1;
  pointer-events: auto;
}
.page-transition.is-entering {
  transform: translateX(100%) translateZ(0);
  opacity: 1;
  pointer-events: auto;
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .about-card {
    padding: 20px;
  }
  .about-card:nth-child(odd) {
    width: calc(60% - 20px);
  }
  .about-card:nth-child(even) {
    width: calc(40% - 20px);
  }
}
.about-card img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .about-card img {
    width: calc(100% - 10px);
    height: calc(100% - 60px);
  }
}
.about-card1 {
  background-color: #B5DEF4;
}
.about-card1 img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .about-card1 img {
    width: calc(100% - 10px);
    height: calc(100% - 60px);
  }
}
.about-card2 {
  background-color: #50C4F7;
}
.about-card2 img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .about-card2 img {
    width: calc(100% - 10px);
    height: calc(100% - 60px);
  }
}
.about-card3 {
  background-color: #F7E94A;
}
.about-card3 img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .about-card3 img {
    width: calc(60% - 10px);
    height: calc(100% - 60px);
    margin: 0 0 0 40%;
  }
}
.about-card4 {
  background-color: #D93A3A;
}

body {
  background-color: #f7f7f7;
}

.u-reverse {
  background-color: #111;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .u-reverse {
    padding: 100px 0;
  }
}
.u-reverse h1, .u-reverse h2, .u-reverse h3, .u-reverse h4, .u-reverse h5, .u-reverse h6, .u-reverse p, .u-reverse a {
  color: #fff;
}

.u-position-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-text-color--white {
  color: #fff;
}

.u-text--bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center;
}

.u-space-top--20 {
  margin-top: 20px;
}

.u-space-top--40 {
  margin-top: 40px;
}

.u-space-top--60 {
  margin-top: 60px;
}

.u-space-top--80 {
  margin-top: 80px;
  padding-top: 80px;
}

.u-space-top--200 {
  margin-top: 75vh;
}

.u-space-left--40 {
  margin-left: 40px;
}

.u-space-left--60 {
  margin-left: 60px;
}

.u-space-left--80 {
  margin-left: 80%;
}

.u-space-left--1-40 {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .u-space-left--1-40 {
    margin-left: 40%;
  }
}

.js-blend-adaptive {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-blend-adaptive.is-on-dark {
  color: #fff;
}
.js-blend-adaptive.is-on-dark .hamburger__line, .js-blend-adaptive.is-on-dark.hamburger__line {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.js-blend-adaptive.is-on-dark svg {
  fill: #fff;
}
.js-blend-adaptive.is-on-dark[class*=border] {
  border-color: #fff;
}

.js-blend-adaptive--children {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-blend-adaptive--children.is-on-dark * {
  color: #fff;
  border-color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-blend-adaptive--children.is-on-dark svg {
  fill: #fff;
}/*# sourceMappingURL=main.css.map */