@charset "UTF-8";
@font-face {
  font-family: "notoSansJpMedium";
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "notoSansJpBold";
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "jostMedium";
  src: url("../fonts/Jost/Jost-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "jostBold";
  src: url("../fonts/Jost/Jost-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "jostBoldItalic";
  src: url("../fonts/Jost/Jost-BoldItalic.ttf") format("truetype");
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes imgMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes imgMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes descent {
  0% {
    height: 0%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes descent {
  0% {
    height: 0%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes scrollLeft1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--slider-img-w) * -5));
            transform: translateX(calc(var(--slider-img-w) * -5));
  }
}
@keyframes scrollLeft1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--slider-img-w) * -5));
            transform: translateX(calc(var(--slider-img-w) * -5));
  }
}
@-webkit-keyframes scrollLeft2 {
  from {
    -webkit-transform: translateX(calc(var(--slider-img-w) * -4));
            transform: translateX(calc(var(--slider-img-w) * -4));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollLeft2 {
  from {
    -webkit-transform: translateX(calc(var(--slider-img-w) * -4));
            transform: translateX(calc(var(--slider-img-w) * -4));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scrollUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(var(--slider-img-h) * -4));
            transform: translateY(calc(var(--slider-img-h) * -4)); /* 4枚分 */
  }
}
@keyframes scrollUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(var(--slider-img-h) * -4));
            transform: translateY(calc(var(--slider-img-h) * -4)); /* 4枚分 */
  }
}
@-webkit-keyframes scrollDown {
  from {
    -webkit-transform: translateY(calc(var(--slider-img-h) * -5));
            transform: translateY(calc(var(--slider-img-h) * -5)); /* 5枚分 */
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDown {
  from {
    -webkit-transform: translateY(calc(var(--slider-img-h) * -5));
            transform: translateY(calc(var(--slider-img-h) * -5)); /* 5枚分 */
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: none;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "notoSansJpMedium";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body.menu-opened .mobile-nav {
  opacity: 1;
  pointer-events: auto;
}
body.menu-opened .header__logo-img--sp-white {
  opacity: 1;
}
body.menu-opened .header__logo-img--sp {
  opacity: 0;
}
body.menu-opened .hamburger {
  background-color: #fff;
}
body.menu-opened .hamburger__line {
  background-color: #0d2b5d;
}
body.menu-opened .hamburger__line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.menu-opened .hamburger__line:nth-child(2) {
  opacity: 0;
}
body.menu-opened .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* レスポンシブ */
.view-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }
}

.view-xl {
  display: block;
}
@media screen and (max-width: 1199px) {
  .view-xl {
    display: none;
  }
}

.view-lg {
  display: block;
}
@media screen and (max-width: 991px) {
  .view-lg {
    display: none;
  }
}

/* 幅設定 */
.inner-def {
  max-width: 1140px;
  width: calc(100% - 16vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-def {
    width: calc(100% - 8vw);
  }
}

.inner-large {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-large {
    width: calc(100% - 8vw);
  }
}

.inner-small {
  max-width: 1000px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-small {
    width: calc(100% - 8vw);
  }
}

/* CSS変数 */
:root {
  --slider-img-h: 400px;
  --slider-img-w: 42vw;
}

@media screen and (max-width: 991px) {
  :root {
    --slider-img-h: 350px;
  }
}
/* 共通パーツ */
.sec-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: 7px;
}
.sec-ttl__en {
  font-size: 8rem;
  line-height: 1;
  font-family: "jostMedium";
}
@media screen and (max-width: 991px) {
  .sec-ttl__en {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl__en {
    font-size: 4.2rem;
  }
}
.sec-ttl__ja {
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin-left: 4px;
}
@media screen and (max-width: 991px) {
  .sec-ttl__ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl__ja {
    font-size: 1.5rem;
    margin-left: 2px;
  }
}

.sec-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 55px;
  padding-left: 55px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#dc000c), to(#9d0009));
  background: linear-gradient(90deg, #dc000c 0%, #9d0009 100%);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .sec-btn {
    width: 200px;
    height: 50px;
    padding-left: 45px;
  }
}
.sec-btn--circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding-left: 0;
  padding-right: 95px;
  background: none;
}
@media screen and (max-width: 767px) {
  .sec-btn--circle {
    padding-right: 65px;
  }
}
.sec-btn--circle:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0d2b5d;
}
@media screen and (max-width: 767px) {
  .sec-btn--circle:after {
    width: 45px;
    height: 45px;
  }
}
.sec-btn--circle .sec-btn__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-btn--circle .sec-btn__text {
    font-size: 1.3rem;
  }
}
.sec-btn--circle .sec-btn__arrow {
  right: 22px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .sec-btn--circle .sec-btn__arrow {
    right: 14px;
    width: 18px;
  }
}
.sec-btn--circle .sec-btn__arrow:before, .sec-btn--circle .sec-btn__arrow:after {
  top: 9px;
  width: 25px;
  height: 13px;
  background: url(../images/top/arrow_big.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-btn--circle .sec-btn__arrow:before, .sec-btn--circle .sec-btn__arrow:after {
    top: 10px;
    width: 18px;
    height: 10px;
  }
}
.sec-btn:hover .sec-btn__text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-btn:hover .sec-btn__arrow:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-btn:hover .sec-btn__arrow:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sec-btn__inner {
  display: block;
  overflow: hidden;
}
.sec-btn__text {
  position: relative;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-btn__text {
    font-size: 1.3rem;
  }
}
.sec-btn__text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-btn__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 13px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-btn__arrow {
    right: 22px;
    width: 11px;
  }
}
.sec-btn__arrow:before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-btn__arrow:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-btn__arrow:before, .sec-btn__arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  width: 13px;
  height: 11px;
  background: url(../images/top/arrow_small.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .sec-btn__arrow:before, .sec-btn__arrow:after {
    top: calc(50% - 4.5px);
    width: 11px;
    height: 9px;
  }
}

/* フェードインアニメーション */
.text-fadein {
  display: block;
  clip-path: inset(-0.1em -0.2em -0.15em);
}
.text-fadein__item {
  display: block;
  opacity: 0;
}

.is-invasion .text-fadein__item {
  -webkit-animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) both;
          animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.img-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.img-fadein.is-invasion {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* テキストスライダー */
.marquee {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 25s linear infinite;
          animation: marquee 25s linear infinite;
}
.marquee__inner span {
  color: #fff;
  line-height: 1.3;
  font-family: "jostBoldItalic";
  white-space: nowrap;
}

/* ヘッダー */
.header {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    background-color: #fff;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    position: absolute;
    top: 22px;
    left: 13px;
    z-index: 110;
  }
}
.header__logo-link {
  width: 340px;
}
@media screen and (max-width: 1199px) {
  .header__logo-link {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo-link {
    width: 180px;
  }
}
.header__logo-link--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__logo-link--pc {
    display: none;
  }
}
.header__logo-link--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__logo-link--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
.header__logo-img--pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .header__logo-img--pc {
    display: none;
  }
}
.header__logo-img--tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__logo-img--tab {
    display: block;
  }
}
.header__logo-img--sp {
  opacity: 1;
}
.header__logo-img--sp-white {
  opacity: 0;
}
.header__hamburger {
  display: none;
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 110;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
.header .hamburger {
  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;
  width: 45px;
  height: 45px;
  background-color: #0d2b5d;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .hamburger__inner {
  position: relative;
  display: block;
  width: 19px;
}
.header .hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.header .hamburger__line:nth-child(2) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header .hamburger__line:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  height: 100%;
  padding-left: 120px;
  padding-right: 60px;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1199px) {
  .header .global-nav {
    padding-left: 7.4vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .header .global-nav {
    display: none;
  }
}
.header .global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .header .global-nav__list {
    gap: 3vw;
  }
}
.header .global-nav__item a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header .global-nav__item a {
    font-size: 1.3rem;
  }
}
.header .global-nav__item a.contact-btn {
  background-color: #dc000c;
  border-radius: 30px;
  padding: 10px 0;
  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: 155px;
  height: 42px;
  border: 1px solid #dc000c;
}
@media screen and (max-width: 1199px) {
  .header .global-nav__item a.contact-btn {
    width: 130px;
    height: 40px;
  }
}
.header .global-nav__item a.contact-btn:hover {
  color: #dc000c;
  background-color: #fff;
}
.header .mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: #0d2b5d;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header .mobile-nav {
    display: block;
  }
}
.header .mobile-nav .sec-btn {
  max-width: 270px;
  width: 100%;
  padding-left: 90px;
  border-radius: 30px;
}
.header .mobile-nav__inner {
  height: 100%;
  padding: 130px 6vw 60px;
  overflow-y: auto;
}
.header .mobile-nav__list {
  margin-bottom: 60px;
}
.header .mobile-nav__item {
  border-bottom: 1px solid #fff;
}
.header .mobile-nav__item a {
  position: relative;
  font-size: 1.4rem;
  display: block;
  padding: 16px 15px;
}
.header .mobile-nav__item a:after {
  content: "";
  background: url(../images/top/arrow_small.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 11px;
}
.header .mobile-nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .mobile-nav__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  line-height: 1.4;
  font-family: "jostMedium";
  margin-top: 40px;
}
.header .mobile-nav__tel-label {
  font-size: 1.7rem;
}
.header .mobile-nav__tel-value {
  font-size: 2.6rem;
}
.header .mobile-nav__time {
  margin-top: 10px;
  font-size: 1.1rem;
}
.header .mobile-nav__time span {
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
}

.hover-underline {
  position: relative;
  display: inline-block;
}
.hover-underline:hover {
  color: #dc000c;
}
.hover-underline:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.hover-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #dc000c;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* メインビジュアル */
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mv__bg {
  width: 100%;
  height: 100vh;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  inset: 0;
  translate: 22% 0;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .mv__slider {
    height: 90vh;
    translate: 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 68%, 0 100%);
  }
}
.mv__slider .swiper-slide {
  overflow: hidden;
}
.mv__slider .swiper-slide-active .slide-img,
.mv__slider .swiper-slide-duplicate-active .slide-img,
.mv__slider .swiper-slide-prev .slide-img {
  -webkit-animation: imgMove 10s ease-out;
          animation: imgMove 10s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.mv__slider .slide-img {
  width: calc(100% + 100px) !important;
  max-width: none;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
}
.mv__catch {
  position: absolute;
  top: 25%;
  left: 8%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv__catch {
    left: 4%;
    top: 38%;
  }
}
.mv__catch-main {
  font-size: 5.7vw;
  font-family: "notoSansJpBold";
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 2.2vw;
}
@media screen and (max-width: 1499px) {
  .mv__catch-main {
    font-size: 8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mv__catch-main {
    font-size: 7rem;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575px) {
  .mv__catch-main {
    font-size: 13vw;
    margin-bottom: 4vw;
  }
}
.mv__catch-main .text-fadein__item {
  -webkit-animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
          animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}
.mv__catch-sub {
  font-size: 1.57vw;
  letter-spacing: 0.04em;
  font-family: "jostMedium";
}
@media screen and (max-width: 1499px) {
  .mv__catch-sub {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .mv__catch-sub {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 575px) {
  .mv__catch-sub {
    font-size: 3.7vw;
  }
}
.mv__catch-sub .text-fadein__item {
  -webkit-animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s both;
          animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s both;
}

.scroll-down {
  position: absolute;
  bottom: -20px;
  right: 4%;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .scroll-down {
    bottom: -55px;
    right: 5%;
  }
}
.scroll-down__text {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "jostMedium";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .scroll-down__text {
    font-size: 1.3rem;
  }
}
.scroll-down__border {
  width: 2px;
  height: 170px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.scroll-down__border:before {
  content: "";
  background-color: #1bc9f5;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: descent 3s infinite;
          animation: descent 3s infinite;
}

/* フッター */
.footer {
  padding: 100px 0 25px;
  background: url(../images/footer/footer.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 0 25px;
  }
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
    margin-bottom: 20px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 30px;
}
.footer__logo img {
  width: 335px;
}
@media screen and (max-width: 991px) {
  .footer__logo img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 285px;
  }
}
.footer__company {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .footer__company {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__company {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.footer__address p {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .footer__address p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__address p {
    font-size: 1.3rem;
  }
}
.footer__tel-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .footer__tel-fax {
    gap: 15px;
  }
}
.footer__email img {
  width: 255px;
}
@media screen and (max-width: 991px) {
  .footer__email img {
    width: 242px;
  }
}
@media screen and (max-width: 767px) {
  .footer__email img {
    width: 215px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
  }
}
.footer__nav h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "jostBoldItalic";
}
@media screen and (max-width: 767px) {
  .footer__nav h3 {
    font-size: 2.3rem;
    margin-left: 0;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 32px;
  gap: 8px 45px;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    margin-left: 28px;
    gap: 8px 35px;
  }
}
.footer__nav-item a {
  position: relative;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__nav-item a {
    font-size: 1.4rem;
  }
}
.footer__nav-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__nav-item a:before {
    left: -28px;
    width: 16px;
  }
}
.footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
.footer__pagetop-btn {
  position: relative;
  font-size: 1.9rem;
  font-family: "jostMedium";
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .footer__pagetop-btn {
    font-size: 1.7rem;
    padding-right: 32px;
  }
}
.footer__pagetop-btn:after {
  content: "";
  background: url(../images/footer/arrow_up.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .copyright {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "jostMedium";
}

/*--------------------------------
	トップページ
--------------------------------*/
.top-about {
  position: relative;
  padding: 120px 0 13vw;
  background-color: #0d2b5d;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 70px 0 20px;
  }
}
.top-about .inner-def {
  max-width: 1500px;
}
.top-about__contents {
  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: 55px;
}
@media screen and (max-width: 1499px) {
  .top-about__contents {
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10vw;
  }
}
.top-about__ttl {
  margin-bottom: 30px;
}
.top-about__ttl-en {
  display: block;
  font-size: 4rem;
  color: #dc000c;
  font-family: "jostMedium";
  margin-bottom: 25px;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .top-about__ttl-en {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .top-about__ttl-en {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 991px) {
  .top-about__ttl-en {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__ttl-en {
    margin-bottom: 20px;
    padding-left: 35px;
  }
}
.top-about__ttl-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-about__ttl-en:before {
    width: 20px;
  }
}
.top-about__ttl-ja {
  display: block;
  font-size: 5rem;
  font-family: "notoSansJpBold";
  line-height: 1.6;
}
@media screen and (max-width: 1499px) {
  .top-about__ttl-ja {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .top-about__ttl-ja {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .top-about__ttl-ja {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about__ttl-ja {
    font-size: 2.5rem;
  }
}
.top-about .accent-line {
  position: absolute;
  top: 0;
  left: 245px;
  width: 420px;
  z-index: -1;
}
@media screen and (max-width: 1499px) {
  .top-about .accent-line {
    left: 200px;
    width: 340px;
  }
}
@media screen and (max-width: 1199px) {
  .top-about .accent-line {
    left: 150px;
    width: 290px;
  }
}
@media screen and (max-width: 991px) {
  .top-about .accent-line {
    left: 100px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top-about .accent-line {
    left: 70px;
    width: 210px;
  }
}
.top-about .accent-line img {
  -webkit-transform: scale(0);
          transform: scale(0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.top-about__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.top-about__text.is-invasion .accent-line img {
  -webkit-transform: scale(1);
          transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1);
}
.top-about__text p {
  font-size: 2.5rem;
}
@media screen and (max-width: 1499px) {
  .top-about__text p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1199px) {
  .top-about__text p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  .top-about__text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about__text p {
    font-size: 1.6rem;
  }
}
.top-about__imgs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-about__imgs.is-invasion .top-about__img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-about__img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.top-about__img--1 {
  width: 280px;
  margin-left: 40px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1499px) {
  .top-about__img--1 {
    width: 16vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__img--1 {
    width: 25vw;
    margin-left: auto;
    margin-right: 36vw;
  }
}
.top-about__img--2 {
  width: 445px;
  margin-left: auto;
  margin-top: -285px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 1499px) {
  .top-about__img--2 {
    width: 25vw;
    margin-top: -16vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__img--2 {
    width: 40vw;
    margin-left: auto;
    margin-top: -25vw;
  }
}
.top-about__img--3 {
  width: 625px;
  margin-top: -170px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 1499px) {
  .top-about__img--3 {
    width: 34vw;
    margin-top: -9.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__img--3 {
    width: 65vw;
    margin-top: 30vw;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-about .marquee {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-about .marquee {
    bottom: 47vw;
  }
}
.top-about .marquee__inner span {
  font-size: 8vw;
  padding-right: 4vw;
}
@media screen and (max-width: 767px) {
  .top-about .marquee__inner span {
    font-size: 10vw;
  }
}

.top-news {
  padding: 100px 0 110px;
  background-color: #0d2b5d;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0 90px;
  }
}
.top-news .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .top-news .sec-ttl {
    margin-bottom: 0;
  }
}
.top-news__contents {
  background-color: #082e6e;
  padding: 120px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1199px) {
  .top-news__contents {
    padding: 120px 7vw;
    gap: 10vw;
  }
}
@media screen and (max-width: 991px) {
  .top-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__contents {
    padding: 60px 5vw;
    gap: 35px;
  }
}
@media screen and (max-width: 991px) {
  .top-news__header .sec-btn {
    display: none;
  }
}
.top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-news__body .sec-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-news__body .sec-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.top-news__list {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .top-news__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-bottom: 40px;
  }
}

.news-item--vertical .news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  padding: 28px 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .news-item--vertical .news-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
    padding: 25px 0;
  }
}
.news-item--vertical .news-item__link:hover .news-item__ttl span {
  background-position: left bottom;
  background-size: 100% 1px;
}
.news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.news-item__date {
  font-size: 1.4rem;
  font-family: "jostMedium";
}
@media screen and (max-width: 767px) {
  .news-item__date {
    font-size: 1.2rem;
  }
}
.news-item__cat {
  font-size: 1.1rem;
  background-color: #dc000c;
  padding: 1.5px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news-item__cat {
    font-size: 1rem;
  }
}
.news-item__ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-item__ttl {
    font-size: 1.5rem;
  }
}
.news-item__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat right bottom;
  background: linear-gradient(#fff, #fff) no-repeat right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

.top-service {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service {
    background: url(../images/top/sp/top_service__bg_sp.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 90px;
  }
}
.top-service .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-service .sec-ttl {
    margin-bottom: 30px;
  }
}
.top-service .sec-ttl.is-invasion .sec-ttl__en {
  background-position: 0% 0%;
}
.top-service .sec-ttl__en {
  background: -webkit-gradient(linear, left top, right top, from(#0d2b5d), color-stop(33%, #0d2b5d), color-stop(45%, #00fff5), color-stop(55%, #00fff5), color-stop(70%, #0d2b5d), to(#0d2b5d));
  background: linear-gradient(90deg, #0d2b5d 0%, #0d2b5d 33%, #00fff5 45%, #00fff5 55%, #0d2b5d 70%, #0d2b5d 100%);
  background-size: 360% 100%;
  background-position: 100% 0%;
  -webkit-background-clip: text;
          background-clip: text;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: background-position 2.2s cubic-bezier(0.06, 0.71, 0.52, 0.52);
  transition: background-position 2.2s cubic-bezier(0.06, 0.71, 0.52, 0.52);
}
.top-service .sec-ttl__ja {
  color: #000;
}
.top-service .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top-service .btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .btn-wrap--pc {
    display: none;
  }
}
.top-service .btn-wrap--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-service .btn-wrap--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-service .sec-btn {
  color: #000;
}
.top-service__header {
  position: relative;
  padding-top: 10vw;
  z-index: 2;
}
@media screen and (max-width: 1499px) {
  .top-service__header {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-service__header {
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.top-service__header p {
  font-size: 1.7rem;
  color: #000;
}
@media screen and (max-width: 991px) {
  .top-service__header p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service__header p {
    font-size: 1.4rem;
  }
}
.top-service__contents {
  position: sticky;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top-service__contents {
    position: static;
    height: auto;
  }
}
.top-service__item {
  position: absolute;
  inset: 0;
  background: url(../images/top/top_service_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 10vw;
}
@media screen and (max-width: 1499px) {
  .top-service__item {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-service__item {
    position: static;
    background: none;
    padding-top: 0;
  }
}
.top-service__item.is-active .top-service__text {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-service__item + .top-service__item {
    margin-top: 50px;
  }
}
.top-service__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-service__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-service__text {
  position: absolute;
  top: 32%;
  left: 58%;
  width: 42%;
  color: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    top: 10px;
    left: 0;
    width: 100%;
    opacity: 1;
  }
}
.top-service__cat {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top-service__cat {
    max-width: 400px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .top-service__cat {
    max-width: 300px;
  }
}
.top-service__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .top-service__cat-list {
    gap: 6px;
  }
}
.top-service__cat-item {
  background-color: rgba(13, 43, 93, 0.8470588235);
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .top-service__cat-item {
    font-size: 1.1rem;
  }
}
.top-service__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .top-service__ttl {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-service__ttl {
    gap: 18px;
    margin-bottom: 20px;
  }
}
.top-service__number {
  font-size: 8.5rem;
  color: #0d2b5d;
  font-family: "jostBoldItalic";
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .top-service__number {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service__number {
    font-size: 5rem;
  }
}
.top-service__title {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .top-service__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service__title {
    font-size: 2rem;
  }
}
.top-service__img {
  position: relative;
  width: 580px;
  -webkit-transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
          transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
  transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service__img {
    width: 80vw;
    -webkit-transform: translateZ(0) scale(1) rotate(0) skew(0);
            transform: translateZ(0) scale(1) rotate(0) skew(0);
    opacity: 1;
  }
}
.top-service__img:before {
  content: "";
  position: absolute;
  top: 36%;
  left: 39%;
  background: transparent linear-gradient(203deg, #0060ff 0%, #b7d2ff 100%);
  width: 42%;
  height: 70%;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
  opacity: 0.3;
  z-index: -1;
}
.top-service__img.is-active {
  -webkit-transform: translateZ(0) scale(1) rotate(0) skew(0);
          transform: translateZ(0) scale(1) rotate(0) skew(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-service__triggers {
    display: none;
  }
}
.top-service__trigger {
  min-height: 100vh;
}

.top-company {
  position: relative;
  padding: 320px 0 260px;
  background: url(../images/top/top_bg_company_3.png) no-repeat top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 35vw 0 100px;
    background: url(../images/top/sp/top_company_bg_01_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
}
.top-company .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-company .sec-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-company .sec-btn {
    margin: 0 auto;
  }
}
.top-company__top-text {
  position: absolute;
  top: 65px;
  left: 0;
  font-size: 11.5rem;
  color: #fff;
  line-height: 0.8;
  font-family: "jostBoldItalic";
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .top-company__top-text {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .top-company__top-text {
    font-size: 12vw;
    top: 7vw;
    left: 2vw;
    line-height: 0.9;
  }
}
.top-company__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .top-company__contents {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-company__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .top-company__map {
    width: 75vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-company__text {
    width: 100%;
    margin-top: -7vw;
  }
}
.top-company__text h3 {
  font-size: 3.5rem;
  font-family: "notoSansJpBold";
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .top-company__text h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-company__text h3 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.top-company__text p {
  font-size: 1.7rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .top-company__text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-company__text p {
    font-size: 1.4rem;
  }
}

.top-recruit {
  position: relative;
  margin-top: -205px;
  background: url(../images/top/cta_recruit_bg_03.png) no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .top-recruit {
    margin-top: -45px;
    background: url(../images/top/sp/cta_recruit_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 140px 0 70px;
    clip-path: none;
  }
}
.top-recruit .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-recruit .sec-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit .sec-btn {
    margin: 0 auto;
  }
}
.top-recruit__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../images/top/decoration_line.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-recruit__bg {
    background: url(../images/top/sp/decoration_line.png) no-repeat center;
    background-size: cover;
    clip-path: polygon(0 7.5%, 100% 0, 100% 100%, 0 100%);
    margin-top: 7px;
    height: calc(100% - 7px);
  }
}
.top-recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.top-recruit__header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-recruit__header {
    margin-bottom: 55px;
  }
}
.top-recruit__header h3 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .top-recruit__header h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.top-recruit__inner {
  position: relative;
  padding: 300px 0 130px;
}
@media screen and (max-width: 767px) {
  .top-recruit__inner {
    padding: 0;
  }
}
.top-recruit__slider {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .top-recruit__slider {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__slider {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 -4vw;
    gap: 2.5vw;
  }
}

/* スライダー */
.recruit-slider {
  width: 280px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .recruit-slider {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider {
    width: 100%;
  }
}
.recruit-slider--down .recruit-slider__imgs {
  -webkit-animation: scrollDown 40s linear infinite;
          animation: scrollDown 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .recruit-slider--down .recruit-slider__imgs {
    -webkit-animation: scrollLeft1 40s linear infinite;
            animation: scrollLeft1 40s linear infinite;
  }
}
.recruit-slider--up .recruit-slider__imgs {
  -webkit-animation: scrollUp 32s linear infinite;
          animation: scrollUp 32s linear infinite;
}
@media screen and (max-width: 767px) {
  .recruit-slider--up .recruit-slider__imgs {
    -webkit-animation: scrollLeft2 32s linear infinite;
            animation: scrollLeft2 32s linear infinite;
  }
}
.recruit-slider__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .recruit-slider__imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit-slider__imgs img {
  width: 100%;
  height: var(--slider-img-h);
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-slider__imgs img {
    width: var(--slider-img-w);
    height: 22vw;
  }
}

.top-contact {
  position: relative;
  margin-top: -1px;
  padding-top: 150px;
  background-color: #0d2b5d;
}
@media screen and (max-width: 1499px) {
  .top-contact {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding-top: 20vw;
  }
}
.top-contact .sec-btn {
  width: 330px;
  height: 75px;
}
@media screen and (max-width: 991px) {
  .top-contact .sec-btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact .sec-btn {
    width: 250px;
    height: 60px;
    padding-left: 40px;
  }
}
.top-contact__contents {
  position: relative;
  padding: 130px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-contact__contents {
    padding: 90px 0 80px;
  }
}
.top-contact__contents:before {
  content: "";
  background: url(../images/top/bg_gradient_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -150px;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .top-contact__contents:before {
    content: none;
  }
}
.top-contact__contents:after {
  content: "";
  background: url(../images/top/bg_gradient_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: -150px;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .top-contact__contents:after {
    content: none;
  }
}
.top-contact__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact__img {
    width: 93vw;
  }
}
.top-contact__img:after {
  content: "";
  background: url(../images/top/bg_diagonal_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 200px;
  height: 233px;
}
@media screen and (max-width: 767px) {
  .top-contact__img:after {
    bottom: -5vw;
    left: 0;
    width: 19vw;
    height: 22.2vw;
  }
}
.top-contact__img img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1499px) {
  .top-contact__img img {
    height: auto;
  }
}
.top-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .top-contact__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__header {
    gap: 30px;
  }
}
.top-contact__header p {
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  .top-contact__header p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__header p {
    font-size: 1.4rem;
  }
}
.top-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 65px;
    padding: 0;
  }
}
.top-contact__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-contact__block--tel .top-contact__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-contact__block--tel .top-contact__ttl {
    margin-bottom: 15px;
  }
}
.top-contact__block--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-contact__block--form .top-contact__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top-contact__block--form .top-contact__ttl {
    margin-bottom: 40px;
  }
}
.top-contact__ttl {
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .top-contact__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__ttl {
    font-size: 1.8rem;
  }
}
.top-contact__ttl:before {
  content: "";
  background: url(../images/top/accent_line_red_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -60px;
  width: 100px;
  height: 106px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .top-contact__ttl:before {
    left: -58px;
    width: 95px;
    height: 101px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__ttl:before {
    top: -20px;
    left: -45px;
    width: 75px;
    height: 80px;
  }
}
.top-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  line-height: 1.4;
  font-family: "jostMedium";
}
.top-contact__label {
  width: 45px;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .top-contact__label {
    width: 42px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__label {
    width: 38px;
    font-size: 1.9rem;
  }
}
.top-contact__value {
  font-size: 3.7rem;
}
@media screen and (max-width: 991px) {
  .top-contact__value {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__value {
    font-size: 3rem;
  }
}
.top-contact__time {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .top-contact__time {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__time {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 1.1rem;
  }
}
.top-contact__time span {
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
}
.top-contact .marquee {
  left: 0;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .top-contact .marquee {
    top: 12vw;
  }
}
.top-contact .marquee__inner span {
  font-size: 8.5vw;
  padding-right: 2.5vw;
}
@media screen and (max-width: 767px) {
  .top-contact .marquee__inner span {
    font-size: 12vw;
  }
}/*# sourceMappingURL=style.css.map */