@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/* sticky-btn
/--------------------------------------------------------------------*/
.sticky-btn {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transform: translateX(calc(300px + 1em));
  z-index: 8;
  position: fixed;
  right: 1%;
  bottom: 10em;
  width: clamp(150px, 25%, 300px);
          transform: translateX(calc(300px + 1em));
  transition: all 0.3s ease 0s;
}
.sticky-btn.is-active {
  -webkit-animation: 0.8s bounceInRight 0.2s forwards;
          animation: 0.8s bounceInRight 0.2s forwards;
}
.sticky-btn.is-small {
  width: clamp(150px, 20%, 200px);
}
.sticky-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sticky-btn a:hover .img-off {
  opacity: 0;
}
.sticky-btn a:hover .img-on {
  opacity: 1;
}
.sticky-btn a img {
  display: block;
  height: auto;
}
.sticky-btn a .img-off {
  -webkit-transition: opacity 0.4s ease;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.sticky-btn a .img-on {
  -webkit-transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@-webkit-keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(300px + 1em));
            transform: translateX(calc(300px + 1em));
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(300px + 1em));
            transform: translateX(calc(300px + 1em));
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRightFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(16.62vw);
            transform: translateX(16.62vw);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInRightFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(16.62vw);
            transform: translateX(16.62vw);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  overflow: hidden;
}

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 42, 99, .32);
  content: "";
}
.main-view__bg__img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-view__bg__img__inner {
  height: 100%;
}

.main-view__block {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-30deg);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -20%;
  width: 40%;
  height: 120%;
          transform: skew(-30deg);
          transform-origin: top right;
  background: rgba(85, 74, 205, .55);
  content: "";
}

.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-view__inner .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
}

.main-view__catch {
  z-index: 4;
  position: absolute;
  right: 5%;
}
.main-view__catch .is-catch01,
.main-view__catch .is-catch02 {
  display: block;
  position: relative;
  color: #ffffff;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(36px, 12.86vw, 140px);
  line-height: 0.9;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.main-view__catch .is-catch01__letter,
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 0.9em;
}
.main-view__catch .is-catch01::first-letter {
  color: #554ACD;
}
.main-view__catch .is-catch01 .is-first {
  -webkit-transition: all 0.3s ease 0s;
  color: #554ACD;
  transition: all 0.3s ease 0s;
}
.main-view__catch .is-catch02 {
  left: -0.1em;
}
.main-view__catch .is-catch02::first-letter {
  color: #DB64AF;
}
.main-view__catch .is-catch02 .is-first {
  -webkit-transition: all 0.3s ease 0s;
  color: #DB64AF;
  transition: all 0.3s ease 0s;
}
.main-view__catch .is-catch03 {
  display: block;
  position: relative;
  margin-top: 0.75em;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(8px, 2.86vw, 28px);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.3em;
}
.main-view__catch .is-catch03.is-active::before {
  width: 100%;
}
.main-view__catch .is-catch03__letter {
  display: inline-block;
  line-height: 1em;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.5%, 2em);
          writing-mode: vertical-rl;
}
.scroll-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 6.4px;
  gap: 0.4rem;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #675CE3;
}
.scroll-line__txt {
  font-size: clamp(8px, 2.86vw, 14px);
  letter-spacing: 0;
}
.scroll-line span {
  display: block;
  position: relative;
  inline-size: 64px;
  inline-size: 4rem;
  block-size: 1px;
  overflow: hidden;
  background: transparent;
  content: "";
}
.scroll-line span::before {
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 1px;
  background: #ffffff;
  content: "";
          animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	aboutu us
/--------------------------------------------------------------------*/
.top-aboutus {
  position: relative;
  padding-top: clamp(6em, 12vw, 12em);
  overflow: hidden;
  background: url(../img/top/aboutus_bg_sp.webp) top center/cover no-repeat;
}
.top-aboutus__inner {
  position: relative;
  height: 100%;
  padding-bottom: 114vw;
  color: #ffffff;
}
.top-aboutus__eng {
  width: 94%;
  margin-left: 6%;
  mix-blend-mode: screen;
  opacity: 0.4;
}
.top-aboutus__add01 {
  position: absolute;
  aspect-ratio: 343/488;
}
.top-aboutus__add01__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-aboutus__add01 .is-about01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.4%;
}
.top-aboutus__add01 .is-about01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.4%;
}
.top-aboutus__add01 .is-about02 {
  position: absolute;
  top: 40.9%;
  right: 0;
  width: 63.1%;
}
.top-aboutus__add01 .is-about03 {
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 41.8%;
}
.top-aboutus__add02 {
  position: absolute;
}

.top-aboutus__txt {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: -0.8em;
  padding-left: 10%;
}
.top-aboutus__txt__ttl {
  margin-bottom: 0.7em;
  font-weight: 900;
  font-size: clamp(18px, 6.43vw, 46px);
  line-height: 1.2;
}
.top-aboutus__txt__ttl b {
  font-weight: 900;
  font-size: 1.167em;
}
.top-aboutus__txt__txt {
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 13px);
  line-height: 2.5;
}

/*--------------------------------------------------------------------/
	top-service
/--------------------------------------------------------------------*/
.top-service {
  z-index: 1;
  position: relative;
  padding-top: clamp(4em, 12vw, 12em);
  background: url(../img/top/our-service.webp) top center/100% no-repeat;
}
.top-service__ttl {
  margin-bottom: 1em;
  font-size: clamp(12px, 4.29vw, 20px);
  text-align: center;
}
.top-service__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: 3em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-service__ttl b {
  display: block;
}
.top-service__txt {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-service__txt .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.top-service__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  counter-reset: service-num;
}

.top-service__item {
  aspect-ratio: 3/4;
  width: 50%;
}
.top-service__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-service__item a::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 43, 107, 0)), to(#352b6b));
  background: linear-gradient(180deg, rgba(53, 43, 107, 0), #352b6b);
  content: "";
}
.top-service__item a:hover .top-service__item__img::before {
  background: rgba(68, 61, 110, .2);
}
.top-service__item a:hover .top-service__item__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.top-service__item__img {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  transition: all 0.3s ease 0s;
}
.top-service__item__img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-service__item__img::before {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 61, 110, .36);
  content: "";
  transition: all 0.3s ease 0s;
}
.top-service__item__txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 1.5em;
  left: 8%;
          column-gap: 4%;
          align-items: flex-end;
  width: 88%;
}
.top-service__item__txt .is-txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: clamp(7px, 2.5vw, 13px);
}
.top-service__item__txt .is-txt h3 {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: 1.65em;
  line-height: 1.2;
}
.top-service__item__txt .is-txt h3 .is-num {
  display: block;
  margin-bottom: 0.3em;
  color: #DB64AF;
  font-size: 0.7em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-service__item__txt .is-txt h3 .is-num::after {
  content: counter(service-num, decimal-leading-zero);
  counter-increment: service-num;
}
.top-service__item__txt .is-txt p {
  line-height: 1.4;
}
.top-service__item__txt .is-arrow {
  -ms-flex-negative: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      flex-shrink: 0;
  width: 16%;
}

/*--------------------------------------------------------------------/
	top-safety
/--------------------------------------------------------------------*/
.top-safety {
  position: relative;
  padding-top: clamp(4em, 12vw, 12em);
}
.top-safety::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10em);
  background: url(../img/common/diamond_bg03.webp) bottom center/cover no-repeat;
  content: "";
}
.top-safety__inner {
  z-index: 1;
  position: relative;
  padding-bottom: clamp(6em, 12vw, 12em);
  color: #ffffff;
}
.top-safety__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-safety__head .is-eng {
  width: 80%;
  opacity: 0.55;
}
.top-safety__head .is-txt {
  width: 100%;
}
.top-safety__ttl {
  font-size: clamp(14px, 5vw, 36px);
}
.top-safety .btn-wrap {
  position: absolute;
  right: 0;
  bottom: -2.5em;
  left: 0;
  margin-inline: auto;
}

.top-safety__list {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 4%;
  row-gap: 2em;
      flex-wrap: wrap;
}

.top-safety__item {
  width: 48%;
  font-size: clamp(7px, 2.5vw, 16px);
  text-align: center;
}
.top-safety__item__img {
  width: 50%;
  margin-bottom: 1em;
  margin-inline: auto;
}
.top-safety__item__ttl {
  margin-bottom: 0.5em;
  color: #DB64AF;
  font-size: 1.5em;
}
/*--------------------------------------------------------------------/
	top works
/--------------------------------------------------------------------*/
.top-vehicle {
  position: relative;
  padding-top: clamp(9em, 14vw, 14em);
  padding-bottom: clamp(96px, 10vw, 192px);
  padding-bottom: clamp(6rem, 10vw, 12rem);
  overflow: hidden;
  background: url(../img/top/our-service_bg.webp) top right/100% no-repeat;
}
.top-vehicle__inner {
  z-index: 3;
  position: relative;
}
.top-vehicle__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #111111;
}
.top-vehicle__ttl em {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 14.29vw, 120px);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-vehicle__ttl b {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 36px);
  font-family: 'Noto Sans JP', sans-serif;
}
.top-vehicle__btn {
  margin-top: clamp(1.5em, 2vw, 2em);
  margin-right: auto;
  margin-left: auto;
}

.top-vehicle__list {
  position: relative;
}
.top-vehicle__list .swiper {
  position: relative;
  width: 100%;
  padding-bottom: clamp(2em, 3vw, 3em);
  overflow: visible;
}
.top-vehicle__list .swiper-control {
  position: relative;
  width: 100%;
  height: 48px;
}
.top-vehicle__list .swiper-next_prev {
  -ms-flex-negative: 0;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          column-gap: 6px;
      flex-shrink: 0;
  width: 102px;
  height: 48px;
}
.top-vehicle__list .swiper-button-prev,
.top-vehicle__list .swiper-button-next {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
  background-image: none;
}
.top-vehicle__list .swiper-button-prev::before,
.top-vehicle__list .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #554ACD;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-vehicle__list .swiper-button-prev::after,
.top-vehicle__list .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-vehicle__list .swiper-button-prev:hover::before,
.top-vehicle__list .swiper-button-next:hover::before {
  background: #675CE3;
}
.top-vehicle__list .swiper-button-prev:hover::after,
.top-vehicle__list .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-vehicle__list .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-vehicle__list .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-vehicle__list .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-vehicle__list .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-vehicle__list .swiper-navigation-icon {
  display: none !important;
}
.top-vehicle__list .swiper-scrollbar {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(102px + 1em);
  width: calc(100% - 102px - 1em);
  height: 6px;
          transform: translateY(-50%);
  background: #f6f6f6;
}
.top-vehicle__list .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-vehicle__list .swiper-scrollbar-drag:hover {
  background-color: #554ACD;
}

.top-vehicle__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-vehicle__box a::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 43, 107, 0)), to(#352b6b));
  background: linear-gradient(180deg, rgba(53, 43, 107, 0), #352b6b);
  content: "";
}
.top-vehicle__box a:hover .top-vehicle__box__img::before {
  background: rgba(68, 61, 110, .2);
}
.top-vehicle__box a:hover .top-vehicle__box__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.top-vehicle__box__img {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  transition: all 0.3s ease 0s;
}
.top-vehicle__box__img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-vehicle__box__txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 1em;
  left: 5%;
          column-gap: 4%;
          align-items: flex-end;
          align-items: center;
  width: 90%;
}
.top-vehicle__box__txt .is-ttl {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 16px);
}
.top-vehicle__box__txt .is-arrow {
  -ms-flex-negative: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      flex-shrink: 0;
  width: 6%;
}

/*--------------------------------------------------------------------/
	top-numbers
/--------------------------------------------------------------------*/
.top-numbers {
  position: relative;
}
.top-numbers::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #000000;
  content: "";
}
.top-numbers__inner {
  z-index: 2;
  position: relative;
  padding: clamp(4em, 5vw, 5em) clamp(1.5em, 5%, 3em) clamp(2em, 3vw, 3em);
  overflow: hidden;
  background: url(../img/top/numbers_bg_sp.webp) top right/cover no-repeat;
}
.top-numbers__add {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 360px;
}
.top-numbers__ttl {
  margin-bottom: clamp(1em, 3vw, 2em);
  color: #ffffff;
  font-size: clamp(9.5px, 3.39vw, 28px);
  text-align: right;
}
.top-numbers__ttl em {
  display: block;
  width: 90%;
  margin-left: 10%;
  mix-blend-mode: overlay;
  opacity: 0.35;
}
.top-numbers__ttl b {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: -0.7em;
  font-weight: 700;
  line-height: 1;
}
.top-numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.top-numbers__box {
  background: #ffffff;
}
.top-numbers__box__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.top-numbers__box__txt {
  width: 62%;
  padding: 1.5em 0.5em 1em clamp(1.5em, 8%, 5em);
}
.top-numbers__box__txt .is-emg {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(7.5px, 2.68vw, 14px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-numbers__box__txt .is-emg::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  content: "●";
  font-size: 0.7em;
}
.top-numbers__box__txt .is-ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  padding: 0.5em 0.75em;
  border: 1px solid #C9CED2;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 20px);
  line-height: 1;
}
.top-numbers__box__txt .is-num {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.5em;
          align-items: baseline;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 30px);
  line-height: 1;
  letter-spacing: 0;
}
.top-numbers__box__txt .is-num b {
  color: #DB64AF;
  font-weight: 800;
  font-size: 2em;
  font-family: 'Inter', sans-serif;
}
.top-numbers__box__img {
  width: 38%;
}

/*--------------------------------------------------------------------/
	top-recruit
/--------------------------------------------------------------------*/
.top-company {
  z-index: 1;
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(9em, 12vw, 12em);
  color: #ffffff;
}
.top-company::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: url(../img/top/company_bg_sp.webp) center center/cover no-repeat;
  content: "";
}
.top-company__inner {
  z-index: 2;
  position: relative;
}
.top-company__img {
  position: relative;
}
.top-company__img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-company__img li img {
  display: none;
}
.top-company__img li img.is-active {
  display: block;
}

.top-company__txt {
  z-index: 2;
  position: relative;
  color: #ffffff;
}
.top-company__txt__ttl {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-company__txt__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(36px, 12.86vw, 70px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-company__txt__ttl em::first-letter {
  color: #554ACD;
}
.top-company__txt__ttl em span.is-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 0.6em;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: lowercase;
}
.top-company__txt__ttl b {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: -0.3em;
  padding-left: 0.3em;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(13px, 4.64vw, 20px);
  line-height: 1;
}

.top-company__txt__list {
  margin-top: 2em;
  border-top: 1px solid #C9CED2;
}
.top-company__txt__list li {
  border-bottom: 1px solid #C9CED2;
}
.top-company__txt__list li a {
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform-origin: left;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  grid-template-columns: auto 1fr;
          column-gap: 0.3em;
          align-items: center;
  width: 100%;
  padding: 1.5em 0.75em 1.5em 1.25em;
          transform-origin: left;
  background: rgba(17, 17, 17, .69);
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 16px);
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a .is-txt span {
  padding-right: 0.5em;
}
.top-company__txt__list li a .is-txt em {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  color: #554ACD;
  font-style: normal;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a i {
  -ms-flex-negative: 0;
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
      flex-shrink: 0;
  justify-self: end;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  font-size: 0.75em;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a i::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #111111;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a:hover {
  width: calc(100% + 2em);
  padding-right: 1em;
  padding-left: 2em;
  background-color: rgba(255, 255, 255, .78);
  color: #111111;
}
.top-company__txt__list li a:hover i::before {
  color: #C9CED2;
}

/*--------------------------------------------------------------------/
	top-recruit
/--------------------------------------------------------------------*/
.top-recruit {
  position: relative;
}
.top-recruit__inner {
  position: relative;
  padding-top: 36vw;
  padding-bottom: 110vw;
  overflow: hidden;
  background: #EFEEFD;
}
.top-recruit__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 238, 253, 0)), to(#d6d2ff));
  background: linear-gradient(0deg, rgba(239, 238, 253, 0) 0%, #d6d2ff 100%);
  content: "";
}
.top-recruit__add01 {
  position: absolute;
  top: 15%;
  aspect-ratio: 18/29;
  width: 28.1%;
  content: "";
}
.top-recruit__add01__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-recruit__add01__inner::before {
  -webkit-filter: blur(10vw);
  position: absolute;
  bottom: 10%;
  left: 14%;
  aspect-ratio: 1/1;
  width: 60%;
  border-radius: 50%;
  background: #695CFF;
  content: "";
          filter: blur(10vw);
}
.top-recruit__add01 .is-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-recruit__add01 .is-img02 {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 54.81%;
}
.top-recruit__add02 {
  position: absolute;
  top: 25%;
  aspect-ratio: 65/97;
  width: 27.1%;
  content: "";
}
.top-recruit__add02__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-recruit__add02__inner::before {
  -webkit-filter: blur(10vw);
  position: absolute;
  bottom: 5%;
  left: 20%;
  aspect-ratio: 1/1;
  width: 70%;
  border-radius: 50%;
  background: #695CFF;
  content: "";
          filter: blur(10vw);
}
.top-recruit__add02 .is-img03 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
}
.top-recruit__add02 .is-img04 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
}
.top-recruit__add03 {
  z-index: 2;
  position: absolute;
  top: -8vw;
  left: 0;
  width: 86%;
}

.top-recruit__txt {
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 20px);
  text-align: center;
}
.top-recruit__txt__ttl {
  margin-bottom: 1.75em;
  font-size: clamp(10px, 3.57vw, 36px);
  text-align: center;
}
.top-recruit__txt__ttl em {
  display: -block;
  position: relative;
  margin-bottom: 0.1em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: 3em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-recruit__txt__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-recruit__txt__catch {
  margin-bottom: 0.75em;
  font-weight: 800;
  font-size: 1.75em;
}
.top-recruit__txt__txt {
  margin-bottom: clamp(2em, 4vw, 4em);
  line-height: 2;
}

/*--------------------------------------------------------------------/
	top banner
/--------------------------------------------------------------------*/
.top-banner {
  z-index: 1;
  position: relative;
  padding-top: max(20vw, 9em);
}
.top-banner__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}

.top-banner__item {
  aspect-ratio: 11/5;
  width: 100%;
}
.top-banner__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-banner__item a::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 43, 107, 0)), to(#352b6b));
  background: linear-gradient(180deg, rgba(53, 43, 107, 0), #352b6b);
  content: "";
}
.top-banner__item a:hover .top-banner__item__img::before {
  background: rgba(68, 61, 110, .2);
}
.top-banner__item a:hover .top-banner__item__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.top-banner__item__img {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  transition: all 0.3s ease 0s;
}
.top-banner__item__img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-banner__item__img::before {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 61, 110, .36);
  content: "";
  transition: all 0.3s ease 0s;
}
.top-banner__item__txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 1.5em;
  left: 8%;
          column-gap: 4%;
          align-items: flex-end;
  width: 84%;
}
.top-banner__item__txt .is-txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  font-size: clamp(7px, 2.5vw, 13px);
}
.top-banner__item__txt .is-txt h3 {
  font-weight: 700;
  font-size: 1.65em;
  line-height: 1.2;
}
.top-banner__item__txt .is-txt h3 .is-eng {
  display: block;
  margin-bottom: 0.1em;
  color: #DB64AF;
  font-weight: 800;
  font-size: 2em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-banner__item__txt .is-arrow {
  -ms-flex-negative: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      flex-shrink: 0;
  width: 8.7%;
}

/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/
.top-news {
  padding: clamp(96px, 12vw, 192px) 0;
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
}
.top-news__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #111111;
}
.top-news__ttl em {
  display: -block;
  position: relative;
  padding-right: 0.5em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 14.29vw, 100px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-news__ttl b {
  display: block;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 36px);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.top-news__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.top-news__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-news__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  padding-block: 1em;
  overflow: hidden;
  border-top: 1px solid #C9CED2;
  color: #111111;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__box a:hover .top-news__box__ttl {
  color: #DB64AF;
}
.top-news__box a:hover i {
  background: #DB64AF;
}
.top-news__box__inner {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: auto 1fr;
          column-gap: 0.5em;
          align-items: center;
}
.top-news__box__txt {
  position: relative;
}
.top-news__box__sub {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 1em;
  gap: 0.5em;
}
.top-news__box__date {
  color: #554ACD;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
}
.top-news__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-news__box__category .category-item {
  font-size: 0.7em;
}
.top-news__box__ttl {
  -webkit-transition: all 0.3s ease 0s;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
  transition: all 0.3s ease 0s;
}
.top-news__box i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  justify-self: end;
  width: 24px;
  margin-top: 1em;
  background: #554ACD;
}
.top-news__box i {
  height: 24px;
}
.top-news__box i {
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 50%;
  font-size: 10.08px;
  font-size: 0.63rem;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__box i::before {
  -webkit-transition: all 0.3s ease 0s;
  margin-left: 0.2em;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top-vehicle__box__txt .is-ttl {
    font-size: clamp(11px, 1.91vw, 20px);
  }
  .top-banner__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .top-banner__item {
    width: 48%;
  }
  .top-banner__item__txt .is-txt h3 {
    font-size: clamp(10px, 1.74vw, 30px);
  }
  .top-news__box__ttl {
    font-size: calc(0.9rem + 0.37594vw - 2.16541px);
  }
  .top-news__box i {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 100vw;
  }
  .main-view__bg {
    height: 100vw;
  }
  .main-view__bg__img {
    height: 100vw;
  }
  .main-view__block {
    right: -10%;
    width: 30%;
  }
  .main-view__catch {
    top: 30%;
  }
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    font-size: clamp(84px, 10.94vw, 110px);
  }
  .main-view__catch .is-catch03 {
    font-size: clamp(16px, 2.08vw, 24px);
  }
  .top-aboutus {
    background: url(../img/top/aboutus_bg_pc.webp) top center/cover no-repeat;
  }
  .top-aboutus__add01__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-aboutus .l-cont {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-aboutus__txt {
    margin-top: -2em;
  }
  .top-aboutus__txt__ttl {
    font-size: clamp(46px, 5.99vw, 72px);
  }
  .top-aboutus__txt__txt {
    font-size: clamp(15px, 1.95vw, 21px);
  }
  .top-service__ttl {
    font-size: clamp(14px, 1.82vw, 30px);
  }
  .top-safety__head .is-eng {
    width: 50%;
  }
  .top-safety__head .is-txt {
    width: 47%;
  }
  .top-numbers__inner {
    background: url(../img/top/numbers_bg_pc.webp) top right/cover no-repeat;
  }
  .top-numbers__add {
    left: 5%;
    width: 18%;
  }
  .top-numbers__ttl {
    font-size: clamp(18px, 2.34vw, 40px);
  }
  .top-numbers__ttl em {
    width: 75%;
    margin-left: 25%;
  }
  .top-numbers__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-numbers__box {
    width: calc(50% - 0.5em);
  }
  .top-numbers__box__txt {
    width: 52%;
    padding: clamp(2em, 3vw, 3em) 1em clamp(2em, 3vw, 3em) clamp(1.5em, 4vw, 3em);
  }
  .top-numbers__box__txt .is-ttl {
    font-size: clamp(13px, 1.69vw, 24px);
  }
  .top-numbers__box__txt .is-num {
    font-size: clamp(14px, 1.82vw, 30px);
  }
  .top-numbers__box__txt .is-num b {
    font-size: 2em;
  }
  .top-numbers__box__img {
    width: 48%;
  }
  .top-company {
    padding-bottom: clamp(12em, 20vw, 20em);
  }
  .top-company::before {
    background: url(../img/top/company_bg_pc.webp) center center/cover no-repeat;
  }
  .top-company__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-company__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%;
  }
  .top-company__txt {
    width: 54%;
    padding-left: clamp(1.5em, 5vw, 3em);
  }
  .top-company__txt__ttl em {
    font-size: clamp(60px, 7.81vw, 120px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(24px, 3.13vw, 32px);
  }
  .top-company__txt__list li a {
    padding: 1.25em 0.75em 1.25em 1.25em;
    font-size: clamp(14px, 1.82vw, 24px);
  }
  .top-recruit__inner {
    padding-top: 24vw;
  }
  .top-recruit__add03 {
    width: 60%;
  }
  .top-news__box i {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 100vh;
  }
  .main-view__bg {
    height: 100vh;
  }
  .main-view__bg__img {
    height: 100vh;
  }
  .main-view__block {
    right: 8%;
    width: 18%;
  }
  .main-view__catch {
    top: 20%;
  }
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    font-size: clamp(110px, 10.19vw, 210px);
  }
  .main-view__catch .is-catch03 {
    font-size: clamp(18px, 1.67vw, 36px);
  }
  .top-aboutus__inner {
    padding-bottom: clamp(20em, 23vw, 30em);
  }
  .top-aboutus__eng {
    width: 57%;
    margin-left: 43%;
  }
  .top-aboutus__add01 {
    top: 0;
    right: 60%;
    width: 35.71%;
  }
  .top-aboutus__add02 {
    right: 0;
    bottom: 12%;
    width: 17.5%;
  }
  .top-aboutus__txt {
    width: 54.6%;
    margin-top: -2em;
    padding-left: 0;
  }
  .top-aboutus__txt__ttl {
    font-size: clamp(45px, 4.17vw, 72px);
  }
  .top-aboutus__txt__txt {
    font-size: clamp(15px, 1.39vw, 21px);
  }
  .top-service__ttl em {
    font-size: 4em;
  }
  .top-service__item {
    width: 25%;
  }
  .top-service__item__txt .is-txt {
    font-size: clamp(10px, 0.93vw, 14px);
  }
  .top-safety__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            column-gap: 3%;
            flex-direction: row;
            align-items: flex-end;
    margin-bottom: clamp(3em, 6vw, 6em);
  }
  .top-safety__ttl {
    font-size: clamp(32px, 2.96vw, 48px);
  }
  .top-safety__txt {
    font-size: clamp(14px, 1.3vw, 18px);
  }
  .top-safety__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .top-safety__item {
    width: 23.5%;
    font-size: clamp(10px, 0.93vw, 15px);
  }
  .top-vehicle__list .swiper-control {
    height: 64px;
  }
  .top-vehicle__list .swiper-next_prev {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 136px;
    height: 64px;
  }
  .top-vehicle__list .swiper-button-prev,
  .top-vehicle__list .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-vehicle__list .swiper-scrollbar {
    left: calc(136px + 1em);
    width: calc(100% - 136px - 1em);
    height: 8px;
  }
  .top-vehicle__list .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-vehicle__box__txt .is-ttl {
    font-size: clamp(12px, 1.11vw, 20px);
  }
  .top-numbers__inner {
    padding: clamp(4em, 6vw, 6em) clamp(1.5em, 10%, 8em) clamp(3em, 6vw, 6em);
  }
  .top-numbers__box__txt .is-num b {
    font-size: 1.75em;
  }
  .top-company {
    padding-bottom: clamp(6em, 9vw, 9em);
  }
  .top-company__img {
    width: 50%;
  }
  .top-company__txt {
    width: 48%;
    padding-left: clamp(3em, 8%, 5em);
  }
  .top-company__txt__ttl em {
    font-size: clamp(70px, 6.48vw, 120px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(28px, 2.59vw, 32px);
  }
  .top-recruit__inner {
    padding-top: clamp(6em, 12vw, 12em);
    padding-bottom: clamp(16em, 24vw, 24em);
  }
  .top-recruit__add01 {
    right: 76.7%;
  }
  .top-recruit__add02 {
    left: 77.8%;
  }
  .top-recruit__add02__inner::before {
    bottom: -10%;
    left: 0%;
  }
  .top-recruit__add02 .is-img03 {
    right: auto;
    left: 0;
  }
  .top-recruit__add02 .is-img04 {
    right: 0;
    left: auto;
  }
  .top-recruit__add03 {
    top: auto;
    bottom: -8vw;
    width: 43.2%;
  }
  .top-recruit__txt__catch {
    font-size: 2em;
  }
  .top-banner__item {
    width: 45.83%;
  }
  .top-banner__item__txt .is-txt {
    font-size: clamp(10px, 0.93vw, 14px);
  }
  .top-news__inner {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 37% 60%;
            column-gap: 3%;
  }
  .top-news__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .top-news__ttl em {
    font-size: clamp(80px, 7.41vw, 120px);
  }
  .top-news .btn-wrap {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .top-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .top-news__box__ttl {
    font-size: 1.38rem;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-aboutus__txt__ttl {
    font-size: 4.5rem;
  }
  .top-aboutus__txt__txt {
    font-size: 1.31rem;
  }
  .top-service__ttl {
    font-size: 1.88rem;
  }
  .top-service__txt {
    font-size: 1.13rem;
  }
  .top-safety__ttl {
    font-size: 3rem;
  }
  .top-safety__txt {
    font-size: 1.13rem;
  }
  .top-vehicle__ttl em {
    font-size: 7.5rem;
  }
  .top-vehicle__ttl b {
    font-size: 2.25rem;
  }
  .top-vehicle__box__txt .is-ttl {
    font-size: 1.37em;
  }
  .top-numbers__ttl {
    font-size: 2.5rem;
  }
  .top-numbers__box__txt .is-ttl {
    font-size: 1.5rem;
  }
  .top-numbers__box__txt .is-num {
    font-size: 1.88rem;
  }
  .top-numbers__box__txt .is-num b {
    font-size: 2.25em;
  }
  .top-company__txt__ttl b {
    font-size: 2rem;
  }
  .top-company__txt__list {
    width: 100%;
  }
  .top-company__txt__list li a {
    padding: 1em 0.75em 1em 1.5em;
    font-size: 1.5em;
  }
  .top-recruit__add01 {
    right: calc(50% + 417px);
  }
  .top-recruit__add02 {
    left: calc(50% + 438px);
  }
  .top-recruit__txt {
    font-size: 1.25rem;
  }
  .top-recruit__txt__ttl {
    font-size: 2.25rem;
  }
  .top-banner__item__txt .is-txt h3 {
    font-size: 1.88rem;
  }
  .top-news__ttl em {
    font-size: 7.5rem;
  }
  .top-news__ttl b {
    font-size: 2.25rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1921px) {
  .sticky-btn {
    -webkit-transform: translateX(16.62vw);
            transform: translateX(16.62vw);
  }
  .sticky-btn.is-active {
    -webkit-animation: 0.8s bounceInRightFull 0.2s forwards;
            animation: 0.8s bounceInRightFull 0.2s forwards;
  }
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    font-size: 13.13rem;
  }
  .main-view__catch .is-catch03 {
    font-size: 2.25rem;
  }
  .top-numbers__add {
    max-width: 18.75vw;
  }
  .top-company__txt__ttl em {
    font-size: 7.5rem;
  }
  .top-recruit__add01 {
    right: auto;
    left: 0;
  }
  .top-recruit__add02 {
    right: 0;
    left: auto;
  }
  .top-recruit__txt {
    max-width: 41.66vw;
  }
  .top-news__box i {
    width: px-to-vw(24);
  }
  .top-news__box i {
    height: px-to-vw(24);
  }
}
@media (min-width: 768px) and (min-width: 1921px) {
  .top-news__box i {
    width: px-to-vw(42);
  }
  .top-news__box i {
    height: px-to-vw(42);
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-aboutus__add01 {
    bottom: 10%;
    left: 5%;
    width: 60%;
  }
  .top-aboutus__add02 {
    right: 0;
    bottom: 5%;
    width: 30%;
  }
  .top-recruit__add01 {
    top: auto;
    bottom: 8vw;
    left: 0;
    width: 44%;
  }
  .top-recruit__add02 {
    top: auto;
    right: 0;
    bottom: 22vw;
    width: 48%;
  }
  .top-news__list {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 125vw;
  }
  .main-view__bg {
    height: 125vw;
  }
  .main-view__bg__img {
    height: 125vw;
  }
  .main-view__catch {
    bottom: 20%;
  }
  .top-numbers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-company__inner {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
  .top-company__img {
    grid-row: 2/3;
    aspect-ratio: 3/2;
    width: 100%;
  }
  .top-company__txt {
    grid-row: 1/2;
    grid-column: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
/*# sourceMappingURL=map/top.css.map */
