html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html, body, * {
  font-family: "Heebo", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Heebo", sans-serif;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 1.4s ease-out, visibility 0s linear 1.4s;
  transition: opacity 1.4s ease-out, visibility 0s linear 1.4s;
}
.site-loader__logo {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: loader-logo-in 0.9s ease-out forwards;
          animation: loader-logo-in 0.9s ease-out forwards;
}
.site-loader.site-loader--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.site-loader.site-loader--hidden .site-loader__logo {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

@-webkit-keyframes loader-logo-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loader-logo-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fade-item {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  -webkit-transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.js-fade-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.js-fade-left {
  opacity: 0;
  transform: translate3d(-48px, 0, 0);
  -webkit-transform: translate3d(-48px, 0, 0);
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.js-fade-left.is-visible-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

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

a {
  text-decoration: none;
}

.top-fv {
  position: relative;
  min-height: 100vh;
  background: url(../images/fv-bg.webp) no-repeat;
  background-position: right 20% bottom 0;
  background-size: cover;
}
.top-fv .fv-title {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.top-fv .fv-title .fv-title__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FCFCFC;
}

@media (max-width: 600px) {
  .top-fv {
    background: url(../images/fv-bg-sp.webp) no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .top-fv .fv-title {
    position: absolute;
    bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -60px;
    gap: 10px;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .top-fv .fv-title .fv-title__text {
    font-size: 20px;
  }
}
.top-about {
  position: relative;
  overflow: hidden;
  padding: 240px 130px 180px;
}
.top-about .about-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-about .about-inner .about-left .about-title {
  text-wrap: nowrap;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #0E184E;
}
.top-about .about-inner .about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 560px;
}
.top-about .about-inner .about-right .about-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0E184E;
}
.top-about__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.top-about__background .text-slider {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  overflow: hidden;
  pointer-events: none;
  padding-top: 300px;
}
.top-about__background .text-slider .slider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 6vw, 96px);
  -webkit-animation: marquee-rtl 90s linear infinite;
          animation: marquee-rtl 90s linear infinite;
  will-change: transform;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 960px) {
  .top-about__background .text-slider {
    gap: 24px;
  }
  .top-about__background .text-slider .slider-text {
    gap: clamp(24px, 8vw, 64px);
  }
  .top-about__background .text-slider .slider-text img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 960px) {
  .top-about {
    padding: 120px 40px 100px;
  }
  .top-about .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .top-about .about-inner .about-left .about-title {
    font-size: clamp(32px, 5vw, 40px);
    text-wrap: wrap;
  }
  .top-about .about-inner .about-right {
    max-width: 100%;
  }
  .top-about .about-inner .about-right .about-copy {
    gap: 16px;
  }
  .top-about .about-inner .about-right .about-copy p {
    font-size: clamp(13px, 3vw, 20px);
  }
  .top-about__background .text-slider {
    padding-top: 200px;
  }
}
@media (max-width: 480px) {
  .top-about {
    padding: 80px 0px 60px;
  }
  .top-about__background .text-slider {
    padding-top: 150px;
    gap: 16px;
  }
}

@-webkit-keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-service {
  position: relative;
  padding: 160px 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(6%, #B6CFE3), color-stop(25%, #008AD2), color-stop(125%, #15305F));
  background: linear-gradient(to bottom right, #B6CFE3 6%, #008AD2 25%, #15305F 125%);
  color: #FCFCFC;
  overflow: hidden;
}
.top-service_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.top-service__content {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.top-service__media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3/2;
}
.top-service__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-service__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 480px;
}
.top-service__lead {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.top-service__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-service__subtitle {
  font-size: clamp(32px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.top-service__description {
  padding: 30px 0 24px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  opacity: 0.92;
}
@media (max-width: 1040px) {
  .top-service {
    padding: 120px 0;
  }
  .top-service__content {
    grid-template-columns: 1fr;
  }
  .top-service__media {
    margin: 0 auto;
  }
  .top-service__details {
    max-width: none;
  }
}
@media (max-width: 960px) {
  .top-service__subtitle {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .top-service__lead {
    font-size: 12px;
  }
  .top-service__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .top-service {
    padding: 96px 0;
  }
  .top-service__inner {
    width: min(92%, 520px);
    gap: 40px;
  }
  .top-service__label {
    padding: 10px 18px;
  }
  .top-service__title {
    font-size: clamp(52px, 18vw, 72px);
  }
  .top-service__lead {
    letter-spacing: 0.08em;
  }
  .top-service__description {
    font-size: 15px;
    line-height: 1.9;
  }
  .top-service__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company {
  position: relative;
  padding: 200px 0 280px;
  overflow: hidden;
}
.company .company_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
.company .company__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 5vw, 110px);
}
.company .company__visual {
  position: relative;
  width: 100%;
}
.company .company__visual img {
  width: 100%;
  height: auto;
  display: block;
}
.company .company__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.company .company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 480px;
  gap: 26px;
}
.company .company__item {
  border-radius: 4px;
  background: #F9F8F8;
  overflow: hidden;
}
.company .company__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 30px 28px 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #0E184E;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.company .company__link-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 105, 194, 0.25);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
  padding-right: 3px;
}
.company .company__link-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #1362A5;
  border-right: 1.5px solid #1362A5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.company .company__link:hover .company__link-icon {
  background: #1362A5;
  border-color: transparent;
}
.company .company__link:hover .company__link-icon::before {
  border-color: #FCFCFC;
}
.company .company__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company .company__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  top: 36%;
  right: 0;
}
.company .company__bg img {
  width: 45%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1080px) {
  .company {
    padding: 140px 0 120px;
  }
  .company .company_inner {
    gap: 56px;
  }
  .company .company__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .company .company__list {
    min-width: auto;
    width: 100%;
  }
  .company .company__actions {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: left;
  }
  .company .company__cta {
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .company {
    padding: 120px 0 100px;
  }
  .company .company_inner {
    gap: 48px;
  }
  .company .company__content {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .company {
    padding: 96px 0 80px;
  }
  .company .company_inner {
    gap: 40px;
  }
  .company .company__content {
    gap: 32px;
  }
  .company .company__link {
    padding: 20px 22px;
    font-size: 15px;
  }
}