/*==================================================
** Global Loader
==================================================*/
.global-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
}
.global-loader__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.global-loader__bg--white {
  background: #fff;
  z-index: 1;
}
.global-loader__bg--main {
  background: #ECEFF4;
  z-index: 2;
}
.global-loader__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.global-loader__logo {
  width: 180px;
  height: auto;
  display: block;
  opacity: 0;
  will-change: transform, opacity, filter;
}
@media screen and (max-width:767px) {
  .global-loader__logo {
    width: 120px;
  }
}

.fv {
  position: sticky;
  top: 0;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  height: 100vh;
  overflow: hidden;
}
.fv-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.fv-img .img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv-img .img > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.fv-img .img img {
  will-change: transform;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.fv-img .effect {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.fv-img .effect > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.fv-copy {
  position: absolute;
  width: 100%;
  height: 100svh;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(90px, 10vh, 130px) clamp(24px, 3.5vw, 56px) clamp(32px, 5vw, 58px);
}
@media screen and (max-width:767px) {
  .fv-copy {
    padding: 86px 15px 35px;
  }
}
.fv-copy__en {
  margin: 0;
  font-size: clamp(54px, 30.065px + 6.839vw, 160px);
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.025em;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.fv-copy__en .line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}
.fv-copy__en .line {
  --word-gap: 0.11em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: var(--word-gap);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.92);
  text-stroke: 1.5px rgba(255, 255, 255, 0.92);
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.fv-copy__en .word {
  display: inline-block;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.fv-copy__en .word--punct {
  -webkit-margin-start: calc(var(--word-gap) * -1);
          margin-inline-start: calc(var(--word-gap) * -1);
}
.fv-copy__en .fill-word {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.92);
  text-stroke: 1.5px rgba(255, 255, 255, 0.92);
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width:767px) {
  .fv-copy__en .line {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }
  .fv-copy__en .fill-word {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }
}
.fv-copy__jp {
  margin: 0;
  position: absolute;
  top: 16%;
  right: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .fv-copy__jp {
    top: 80px;
  }
}
html[lang=en] .fv-copy__jp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width:767px) {
  html[lang=en] .fv-copy__jp {
    right: 3%;
  }
}
html[lang=en] .fv-copy__jp > span {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
}
@media screen and (max-width:767px) {
  html[lang=en] .fv-copy__jp > span {
    font-size: 22px;
  }
}
.fv-copy__jp > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.08em;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(7px);
  font-size: clamp(24px, 18.581px + 1.548vw, 48px);
  font-weight: 500;
  padding: 10px;
  will-change: clip-path, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fv-stage {
  position: relative;
}

.top-sections {
  position: relative;
  z-index: 2;
}

.gradation {
  width: 100%;
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 71, 115, 0)), to(rgba(11, 71, 115, 0.8)));
  background-image: linear-gradient(180deg, rgba(11, 71, 115, 0), rgba(11, 71, 115, 0.8));
}

.about-section {
  position: relative;
  min-height: 100vh;
  background: rgba(11, 71, 115, 0.8);
  color: #fff;
}

.about-pioneer__image-accent {
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 20%;
}
@media screen and (max-width:767px) {
  .about-pioneer__image-accent {
    right: 0%;
    width: 40%;
  }
}
.about-pioneer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 75px;
}
@media screen and (max-width:767px) {
  .about-pioneer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about-pioneer__image-main {
  width: 50%;
  margin-left: calc(50% - 50vw);
}
.about-pioneer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 890px;
  position: relative;
}
@media screen and (min-width:768px) {
  .about-pioneer__text {
    margin-top: 60px;
  }
}
.about-pioneer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.about-pioneer__content {
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .about-pioneer__content {
    width: 90%;
  }
}
@media screen and (min-width:992px) {
  .about-pioneer__content {
    width: 80%;
  }
}
.about-pioneer__bg-copy {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  line-height: 0.88;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Prompt", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(54px, 35.032px + 5.419vw, 138px);
}
@media screen and (max-width:767px) {
  .about-pioneer__bg-copy {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.about-pioneer__title {
  font-size: clamp(36px, 32.839px + 0.903vw, 50px);
  line-height: 1.5;
  margin-bottom: clamp(15px, 9.355px + 1.613vw, 40px);
}
.about-pioneer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .about-pioneer__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .about-pioneer__actions {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.about-pioneer__actions .btn {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:767px) {
  .about-pioneer__actions .btn {
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .about-pioneer__actions .btn {
    height: 75px;
  }
}

.about-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 75px;
}
@media screen and (max-width:767px) {
  .about-history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.about-history__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 890px;
  position: relative;
}
.about-history__image-main {
  width: 75%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  aspect-ratio: 423/500;
  position: relative;
}
@media screen and (max-width:767px) {
  .about-history__image-main {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .about-history__image-main {
    width: 45%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media screen and (min-width:992px) {
  .about-history__image-main {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
.about-history__image-main .img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  z-index: 1;
}
.about-history__image-main .img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
}
.about-history__bg-copy {
  position: absolute;
  top: 60%;
  left: 15%;
  line-height: 0.88;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Prompt", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(54px, 35.032px + 5.419vw, 138px);
}
@media screen and (max-width:767px) {
  .about-history__bg-copy {
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.about-history__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.about-history__title {
  font-size: clamp(36px, 32.839px + 0.903vw, 50px);
  line-height: 1.5;
  margin-bottom: clamp(15px, 9.355px + 1.613vw, 40px);
}
.about-history__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .about-history__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about-history__actions .btn {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:767px) {
  .about-history__actions .btn {
    width: 100%;
  }
}
.about-history__bg-imgs {
  width: 95%;
  margin-left: auto;
  aspect-ratio: 20/9;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .about-history__bg-imgs {
    aspect-ratio: 1;
    margin-top: 25%;
  }
}
@media screen and (min-width:992px) {
  .about-history__bg-imgs {
    margin-top: -10%;
  }
}
.about-history__bg-imgs .img01 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  max-width: 600px;
}
@media screen and (max-width:767px) {
  .about-history__bg-imgs .img01 {
    width: 40%;
  }
}
.about-history__bg-imgs .img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  width: 20%;
  max-width: 400px;
}
@media screen and (max-width:767px) {
  .about-history__bg-imgs .img02 {
    width: 35%;
  }
}
.about-history__bg-imgs .img03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  max-width: 700px;
}
@media screen and (max-width:767px) {
  .about-history__bg-imgs .img03 {
    width: 55%;
  }
}

.about-banner__link {
  width: 85%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width:767px) {
  .about-banner__link {
    width: 100%;
  }
}
.about-banner__link:hover {
  opacity: 0.7;
}

.service-section {
  background: #114C72;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .service-section {
    min-height: 100vh;
    min-height: 100svh;
    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;
  }
}
.service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="4" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.4"/%3E%3C/svg%3E'), radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-blend-mode: overlay;
  z-index: 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .service-section .container {
    width: 90%;
  }
}
.service-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .service-section__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.service-section__heading-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
}
.service-section__heading-ttl .en {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(60px, 41.935px + 5.161vw, 140px);
  font-family: "Prompt", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.service-section__heading-ttl .jp {
  color: #fff;
  font-size: clamp(18px, 15.29px + 0.774vw, 30px);
  line-height: 1;
}
.service-section__heading-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.service-section__heading-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(14px, 12.645px + 0.387vw, 20px);
}
.service-section__heading-list .item::before {
  content: "";
  width: 0.2lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E40011;
}
.service-section__track {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .service-section__track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform;
    margin-top: 90px;
  }
}
@media screen and (min-width:992px) {
  .service-section__track {
    gap: 50px;
  }
}

.service-card {
  padding: 35px 25px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:768px) {
  .service-card {
    padding: 45px;
    border-radius: 30px;
    width: 70vw;
  }
}
@media screen and (min-width:992px) {
  .service-card {
    width: 870px;
    padding: 90px;
  }
}
@media screen and (min-width:1200px) {
  .service-card {
    width: 1070px;
    max-height: 640px;
    aspect-ratio: 380/229;
  }
}
@media screen and (min-width:1367px) {
  .service-card {
    width: 1170px;
  }
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/service-card-effect.png) no-repeat center/cover;
  z-index: 1;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 38, 69, 0.6);
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-card.-first {
  background: url(../img/top/service-card-bg01.jpg) no-repeat center/cover;
}
.service-card.-first .service-card__img {
  z-index: 1;
  position: relative;
}
@media screen and (max-width:767px) {
  .service-card.-first .service-card__img {
    width: calc(100% + 50px);
    margin-inline: -25px;
  }
}
@media screen and (min-width:768px) {
  .service-card.-first .service-card__img {
    position: absolute;
    right: -5%;
    bottom: -10%;
    height: 100%;
  }
}
@media screen and (min-width:1200px) {
  .service-card.-first .service-card__img {
    right: 0;
    bottom: 0;
  }
}
.service-card.-first .service-card__img img {
  height: 100%;
}
.service-card.-second {
  background: url(../img/top/service-card-bg02.jpg) no-repeat center/cover;
}
@media screen and (min-width:768px) {
  .service-card.-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
  }
}
@media screen and (min-width:992px) {
  .service-card.-second .service-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.service-card.-second .service-card__content-head {
  max-width: 400px;
}
.service-card.-second .service-card__content-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
.service-card.-second .service-card__content-des {
  max-width: 100%;
}
.service-card.-second .service-card__img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .service-card.-second .service-card__img {
    width: auto;
    height: 100%;
  }
}
.service-card.-second .service-card__img img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .service-card.-second .service-card__img img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 75/21;
  }
}
.service-card.-third {
  background: url(../img/top/service-card-bg03.jpg) no-repeat center/cover;
}
@media screen and (min-width:768px) {
  .service-card.-third {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width:992px) {
  .service-card.-third {
    grid-template-columns: 1fr 1fr;
  }
}
.service-card.-third .service-card__content-sub .btn {
  max-width: 330px;
}
.service-card__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .service-card__content {
    display: contents;
  }
}
.service-card__content-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
@media screen and (max-width:767px) {
  .service-card__content-head {
    z-index: 1;
    position: relative;
  }
}
.service-card__content-head .ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .service-card__content-head .ttl {
    gap: 7px;
  }
}
.service-card__content-head .ttl-sub {
  color: #C8D0D8;
  font-size: clamp(16px, 14.194px + 0.516vw, 24px);
}
.service-card__content-head .ttl-main {
  font-size: clamp(25px, 21.613px + 0.968vw, 40px);
}
.service-card__content-head .ttl-main > span {
  font-size: clamp(20px, 18.194px + 0.516vw, 28px);
}
.service-card__content-sub {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 35px;
}
@media screen and (max-width:767px) {
  .service-card__content-sub {
    z-index: 1;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 20px;
  }
}
.service-card__content-sub .btn {
  max-width: 250px;
  border-bottom: 1px solid #fff;
}
.service-card__content-sub .btn .arrow {
  border: 1px solid #fff;
}
.service-card__content-des {
  max-width: 420px;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
}
@media screen and (max-width:767px) {
  .service-card__img {
    margin-top: 20px;
  }
}

.activities-section {
  position: relative;
  color: #0B4773;
}
.activities-section__heading {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width:767px) {
  .activities-section__heading {
    text-align: left;
  }
}
.activities-section__description {
  color: #000;
  margin-top: 20px;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}
.activities-section__grid {
  margin-top: 40px;
  display: grid;
  gap: 15px 30px;
}
@media screen and (min-width:992px) {
  .activities-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.activities-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 8.839px + 0.903vw, 26px);
  border-bottom: 1px solid #D6D9E1;
  text-decoration: none;
  color: inherit;
  padding: 14px 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.activities-section__card:hover {
  background: #ECEFF4;
}
.activities-section__card:hover .activities-section__card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.activities-section__card:focus-visible {
  outline: 2px solid rgba(11, 71, 115, 0.35);
  outline-offset: 6px;
}
.activities-section__card-image {
  width: clamp(110px, 98.71px + 3.226vw, 160px);
  aspect-ratio: 15/10;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activities-section__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.activities-section__card-content {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.activities-section__card-en {
  margin: 0;
  color: #C2D1D5;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.activities-section__card-title {
  margin-top: 8px;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .activities-section__card-title {
    margin-top: 5px;
  }
}
.activities-section__card-arrow {
  width: 0.8lh;
  max-width: 30px;
  aspect-ratio: 1;
  border: 1px solid #D6D9E1;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:768px) {
  .activities-section__card-arrow {
    margin-left: clamp(8px, 5.29px + 0.774vw, 20px);
  }
}
.activities-section__card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24%;
  aspect-ratio: 1;
  border-top: 1px solid #0B4773;
  border-right: 1px solid #0B4773;
  -webkit-transform: translate(-62%, -50%) rotate(45deg);
          transform: translate(-62%, -50%) rotate(45deg);
}

.news-section {
  position: relative;
  background: #ECEFF4;
  color: #0B4773;
}
.news-section__layout {
  display: grid;
}
@media screen and (min-width:992px) {
  .news-section__layout {
    grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: clamp(30px, 22.097px + 2.258vw, 65px);
  }
}
@media screen and (max-width:991px) {
  .news-section__lead {
    display: contents;
  }
}
@media screen and (max-width:991px) {
  .news-section .c-section-header {
    margin-bottom: 15px;
  }
}
.news-section__more {
  --btn-text: #0B4773;
  --btn-color: #c5d0da;
  --btn-line: #d0d8e1;
  margin-top: clamp(24px, 20.387px + 1.032vw, 40px);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width:991px) {
  .news-section__more {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 35px;
  }
}
.news-section__more .text {
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news-section__more .arrow::after {
  border-top-color: #0B4773;
  border-right-color: #0B4773;
}
.news-section__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "meta arrow" "title arrow";
  gap: 10px 28px;
  padding: 20px 0;
  border-bottom: 1px dotted #d0d7df;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width:767px) {
  .news-section__item {
    gap: 8px 16px;
    padding: 16px 0;
  }
}
.news-section__item:hover {
  background: #e0e4ea;
}
.news-section__item:focus-visible {
  outline: 2px solid rgba(11, 71, 115, 0.35);
  outline-offset: 6px;
}
.news-section__meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-width: 0;
}
@media screen and (max-width:767px) {
  .news-section__meta {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-section__date {
  font-family: "Prompt", sans-serif;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1;
}
.news-section__cat {
  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;
  min-width: 72px;
  padding: 2px 10px 3px;
  background: #0B4773;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.news-section__item-title {
  grid-area: title;
  display: block;
  font-size: clamp(15px, 14.548px + 0.129vw, 17px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-right: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:767px) {
  .news-section__item-title {
    line-height: 1.65;
    padding-right: 0;
  }
}
.news-section__item-arrow {
  grid-area: arrow;
  align-self: center;
  width: 0.9lh;
  max-width: 28px;
  aspect-ratio: 1;
  border: 1px solid #d0d8e1;
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.news-section__item-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24%;
  aspect-ratio: 1;
  border-top: 1px solid #0B4773;
  border-right: 1px solid #0B4773;
  -webkit-transform: translate(-62%, -50%) rotate(45deg);
          transform: translate(-62%, -50%) rotate(45deg);
}

.recruit-section {
  position: relative;
  background: #0490B3;
  color: #fff;
  overflow: hidden;
}
.recruit-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="2" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.4"/%3E%3C/svg%3E'), radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-blend-mode: overlay;
  z-index: 0;
}
@media screen and (max-width:991px) {
  .recruit-section {
    padding-top: 17.142vw;
  }
}
@media screen and (min-width:768px) {
  .recruit-section .container {
    width: 90%;
  }
}
.recruit-section__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width:991px) {
  .recruit-section__layout {
    padding-bottom: 17.142vw;
  }
}
@media screen and (min-width:768px) {
  .recruit-section__layout {
    gap: 60px;
  }
}
@media screen and (min-width:992px) {
  .recruit-section__layout {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(30px, 22.097px + 2.258vw, 65px);
  }
}
.recruit-section__gallery {
  --recruit-track-gap: 25px;
  display: grid;
  gap: 30px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .recruit-section__gallery {
    width: 130vw;
    margin: 0 calc(50% - 65vw);
  }
}
@media screen and (max-width:991px) {
  .recruit-section__gallery {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .recruit-section__gallery {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width:992px) {
  .recruit-section__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
    max-height: 900px;
    max-width: 768px;
  }
}
@media screen and (min-width:1200px) {
  .recruit-section__gallery {
    --recruit-track-gap: 43px;
    gap: 60px;
  }
}
.recruit-section__gallery-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width:991px) {
  .recruit-section__gallery-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation-duration: 26s;
            animation-duration: 26s;
  }
}
.recruit-section__gallery-track--up {
  -webkit-animation-name: recruit-marquee-up;
          animation-name: recruit-marquee-up;
}
@media screen and (max-width:991px) {
  .recruit-section__gallery-track--up {
    -webkit-animation-name: recruit-marquee-left;
            animation-name: recruit-marquee-left;
  }
}
.recruit-section__gallery-track--down {
  -webkit-animation-name: recruit-marquee-down;
          animation-name: recruit-marquee-down;
}
@media screen and (max-width:991px) {
  .recruit-section__gallery-track--down {
    -webkit-animation-name: recruit-marquee-right;
            animation-name: recruit-marquee-right;
  }
}
.recruit-section__gallery-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: var(--recruit-track-gap);
  padding-bottom: var(--recruit-track-gap);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (max-width:991px) {
  .recruit-section__gallery-loop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 0;
    padding-right: var(--recruit-track-gap);
  }
}
.recruit-section__photo {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 65/76;
}
@media screen and (max-width:991px) {
  .recruit-section__photo {
    width: clamp(180px, 32vw, 280px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.recruit-section__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-section__content {
  max-width: 640px;
}
.recruit-section__description {
  margin-top: clamp(18px, 15.742px + 0.645vw, 28px);
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}
.recruit-section__btn {
  --btn-text: #fff;
  --btn-color: rgba(255, 255, 255, 0.9);
  --btn-line: rgba(255, 255, 255, 0.4);
  margin-top: clamp(25px, 19.355px + 1.613vw, 50px);
  max-width: 290px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruit-section__btn .text {
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit-section__btn .arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.recruit-section__bullpen {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  right: 0;
  width: 110px;
}
@media screen and (min-width:768px) {
  .recruit-section__bullpen {
    width: 140px;
  }
}
@media screen and (min-width:992px) {
  .recruit-section__bullpen {
    right: clamp(16px, 1.171vw, 30px);
    width: clamp(150px, 13.909vw, 214px);
  }
}

@-webkit-keyframes recruit-marquee-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@keyframes recruit-marquee-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@-webkit-keyframes recruit-marquee-down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes recruit-marquee-down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes recruit-marquee-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes recruit-marquee-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes recruit-marquee-right {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes recruit-marquee-right {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruit-section__gallery-track {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=style-top.css.map */