/* index.html
---------------------------------------------------- */
body.__no-scroll {
  height: 100vh;
  overflow: hidden;
}

#loading {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background-color: #252d50;
}
#loading.__active {
  animation: loading 3.2s ease forwards;
}
@keyframes loading {
  0%, 75% {
    opacity: 1;
    transform: scale(1.1);
    visibility: visible;
  }
  90% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
  100% {
    opacity: 0;
    transform: scale(2.4);
    visibility: hidden;
  }
}
#loading .loading-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .loading-inner img {
  width: 160px;
  height: auto;
  opacity: 0;
  animation: loading-item 3.2s ease forwards;
}
@media screen and (max-width: 767px) {
  #loading .loading-inner img {
    width: 120px;
  }
}
@keyframes loading-item {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  10% {
    transform: translateY(20px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#main-visual {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #main-visual {
    margin-bottom: 3em;
  }
}
#main-visual .__mv-slider-style {
  width: 100%;
  height: 100%;
}
#main-visual .__mv-slider-style .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .__mv-slider-style .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .__mv-slider-style .swiper-slide-active .swiper-img img,
#main-visual .__mv-slider-style .swiper-slide-duplicate-active .swiper-img img,
#main-visual .__mv-slider-style .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-bgimg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: max(40rem, 540px);
  overflow: clip;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bgimg {
    height: 80%;
  }
}
#main-visual .mv-bgimg::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 22, 52, 0.8);
}
#main-visual .mv-bgimg .slider-mvbg .swiper-img img {
  filter: saturate(0);
}
#main-visual .mv-inner {
  position: relative;
  width: 100%;
}
#main-visual .mv-inner .mv-left {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin-top: 72px;
  padding-left: max((100vw - 1920px) / 2 + 40px, 40px);
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-left {
    position: relative;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-left {
    margin-top: 30px;
    padding-left: 20px;
  }
}
#main-visual .mv-inner .mv-left .mv-catch.__jp {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-left .mv-catch.__jp h2 {
    font-size: min(3.4vw, 1em);
  }
}
#main-visual .mv-inner .mv-left .mv-catch.__jp h2 em {
  font-weight: 900;
  font-size: 1.645em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-left .mv-catch.__jp h2 em {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-left .mv-catch.__jp h2 em {
    font-size: 1.375em;
  }
}
#main-visual .mv-inner .mv-left .mv-catch.__jp h2 em .__nowrap {
  font-weight: 500;
}
#main-visual .mv-inner .mv-left .mv-catch.__en {
  font-family: "Tilt Warp", sans-serif;
  font-size: max(8.125rem, 96px);
  letter-spacing: 0.02em;
  line-height: 0.9em;
  text-shadow: 1px 1px 0 #001634, -1px 1px 0 #001634, -1px -1px 0 #001634, 1px -1px 0 #001634;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-left .mv-catch.__en {
    font-size: 3.75em;
    letter-spacing: 0;
  }
}
#main-visual .mv-inner .mv-left .mv-catch.__en span.__navy {
  color: #213654;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6);
}
#main-visual .mv-inner .mv-slider {
  position: relative;
  width: 60%;
  height: max(42.5rem, 560px);
  margin-left: auto;
  clip-path: polygon(31.25% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-slider {
    width: 100%;
    height: 42.5lvh;
    margin-top: -12lvh;
  }
}
#main-visual .mv-inner .mv-slider::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(80deg, rgba(0, 22, 52, 0.8), transparent 50%);
}
#main-visual .mv-inner .mv-scroll {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin-right: max((100vw - 1920px) / 2 + 48px, 48px);
  margin-bottom: -2em;
  font-size: 0.95em;
  width: 7em;
  background-color: #001634;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-scroll {
    margin-right: 30px;
    font-size: 0.8em;
    width: 6em;
  }
}
#main-visual .mv-inner .mv-scroll::before, #main-visual .mv-inner .mv-scroll::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #001634;
  opacity: 0.3;
  border-radius: 50%;
  animation: pulsate 2.4s linear infinite;
}
#main-visual .mv-inner .mv-scroll::after {
  animation-delay: 1.2s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
#main-visual .mv-inner .mv-scroll p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
}

.sec-instagram .sec-content {
  margin-top: 3em;
}
.sec-instagram .sec-content .tagcolle-description {
  margin-bottom: 2em;
}
.sec-instagram .sec-content .text-center {
  text-align: center;
  margin-bottom: -2em;
}
.sec-instagram .sec-content .text-center .tagcolle-btn {
  text-align: center;
  background-color: #213654;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 2em;
}

.sec-about {
  overflow: clip;
}
.sec-about .bg-line, .sec-about .flowingText-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
}
.sec-about .bg-line {
  z-index: -2;
  width: 20px;
  height: 200%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-158.4deg);
}
.sec-about .flowingText-wrap {
  z-index: -1;
  width: 200%;
  transform: translate(-50%, -50%);
}
.sec-about .flowingText-wrap .flowingText {
  transform: rotate(21.6deg);
}
.sec-about .sec-inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner {
    display: block;
    margin-top: 0;
  }
}
.sec-about .sec-inner .sec-ttl {
  flex-shrink: 0;
  margin-left: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-about .sec-inner .sec-ttl h2 {
  width: 5em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-ttl h2 {
    width: auto;
  }
}
.sec-about .sec-inner .sec-ttl h2 span.__txt-bgcolor:nth-of-type(1) {
  margin-top: -1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-ttl h2 span.__txt-bgcolor:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-ttl h2 span.__txt-bgcolor:nth-of-type(2) {
    margin-left: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-content {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-content {
    margin-top: 2em;
  }
}
.sec-about .sec-inner .sec-content .flex-wrap {
  display: flex;
}
.sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(1) {
  padding-left: 7.5rem;
}
.sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(2) {
  margin-top: 2em;
  padding-right: calc(7.5rem + 8em);
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(2) {
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(2) {
    position: relative;
    z-index: -2;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-content .flex-wrap {
    display: block;
  }
  .sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(1), .sec-about .sec-inner .sec-content .flex-wrap:nth-of-type(2) {
    padding: 0;
  }
}
.sec-about .sec-inner .sec-content .flex-wrap .txt-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(191, 193, 196, 0.2);
  height: -moz-fit-content;
  height: fit-content;
  padding: max(5rem, 3em);
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-content .flex-wrap .txt-wrap {
    display: block;
    margin-left: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-content .flex-wrap .txt-wrap {
    padding: 2em;
    margin-top: 1em;
  }
}
.sec-about .sec-inner .sec-content .flex-wrap .txt-wrap p {
  font-weight: 500;
  writing-mode: vertical-rl;
  line-height: 2em;
}
.sec-about .sec-inner .sec-content .flex-wrap .txt-wrap p:nth-of-type(1) {
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-content .flex-wrap .txt-wrap p {
    writing-mode: initial;
  }
  .sec-about .sec-inner .sec-content .flex-wrap .txt-wrap p:nth-of-type(1) {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.sec-about .sec-inner .sec-content .flex-wrap .img-wrap {
  width: 100%;
  padding: 0.3em;
  border: solid 1px #213654;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-content .flex-wrap .img-wrap {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}
.sec-about .sec-inner .sec-content .flex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about .sec-inner .sec-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 12em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-link {
    position: relative;
    margin-bottom: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-link {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-link .__linkbtn01 {
    margin-left: auto;
  }
}

.sec-strength {
  background-image: url(../images/strength-bgimg.jpg);
  overflow-x: clip;
}
.sec-strength .sec-inner {
  position: relative;
}
.sec-strength .sec-inner .sec-ttl {
  padding-left: min(6.25vw, 120px);
  padding-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-strength .sec-inner .sec-ttl {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-ttl {
    padding-left: 0;
  }
}
.sec-strength .sec-inner .sec-content {
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-left: none;
  width: calc(100% - 7.5rem);
  padding: max(5rem, 3em) max(7.5rem, 3em);
  padding-left: min(6.25vw, 120px);
  margin-top: 2.4em;
}
@media screen and (max-width: 991px) {
  .sec-strength .sec-inner .sec-content {
    padding: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-content {
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    padding: 2em;
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-strength .sec-inner .sec-content .sec-catch h3 {
  font-weight: 700;
  font-size: max(2.25rem, 1.25em);
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-content .sec-catch h3 {
    text-align: center;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-content .sec-catch h3 {
    font-size: 1.125em;
  }
}
.sec-strength .sec-inner .sec-content .sec-catch h3 span.__space {
  margin-left: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-content .sec-catch h3 span.__space {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-content .sec-catch h3 span.__space {
    margin-left: 3em;
  }
}
.sec-strength .sec-inner .sec-content .flex-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-content .flex-wrap {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-content .flex-wrap {
    margin-top: 3em;
  }
}
.sec-strength .sec-inner .sec-content .flex-wrap .plan-name {
  flex-shrink: 0;
  margin-right: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-content .flex-wrap .plan-name {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-content .flex-wrap .right-content {
    margin-top: 3em;
  }
}
.sec-strength .sec-inner .sec-content .flex-wrap .right-content .sec-txt p {
  line-height: 2em;
}
.sec-strength .sec-inner .sec-content .flex-wrap .right-content .sec-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.sec-strength .sec-inner .sec-content .flex-wrap .right-content .sec-link {
  margin-top: max(5rem, 3em);
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .sec-content .flex-wrap .right-content .sec-link {
    margin-bottom: 4em;
  }
}
.sec-strength .sec-inner .sec-content .flex-wrap .right-content .sec-link .__linkbtn01 {
  margin-left: auto;
}
.sec-strength .img-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .sec-strength .img-wrap {
    position: relative;
    width: 106.875rem;
    margin-left: auto;
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-strength .img-wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .img-wrap {
    display: block;
    margin-left: 0;
    margin-top: -3em;
  }
}
.sec-strength .img-wrap .img:nth-of-type(1) {
  width: 35rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .img-wrap .img:nth-of-type(1) {
    width: calc(60% - 3em);
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .img-wrap .img:nth-of-type(1) {
    width: 75%;
  }
}
.sec-strength .img-wrap .img:nth-of-type(2) {
  width: 23.4375rem;
  margin-left: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-strength .img-wrap .img:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .img-wrap .img:nth-of-type(2) {
    width: 50%;
    margin-left: auto;
    margin-top: 2em;
  }
}
.sec-strength .img-wrap .img img {
  width: 100%;
  height: auto;
}

.sec-vehicle .vehicle-list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-vehicle .vehicle-list {
    margin-top: 0;
  }
}
.sec-vehicle .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-vehicle .sec-link {
    margin-top: 3.6em;
  }
}
.sec-vehicle .sec-link .__linkbtn01 {
  margin-left: auto;
}

.link-list-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .link-list-wrap {
    display: block;
  }
}
.link-list-wrap section {
  width: calc(50% - 1em);
}
@media screen and (max-width: 991px) {
  .link-list-wrap section {
    width: 100%;
  }
}
.link-list-wrap section a {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: max(5rem, 2em);
  padding-right: max(5rem, 2em);
  overflow: clip;
}
.link-list-wrap section a .sec-bgimg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: all 0.3s ease;
}
.link-list-wrap section a .sec-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-list-wrap section a .sec-bgimg::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 15, 0.8);
  transition: all 0.3s ease;
}
.link-list-wrap section a:hover .sec-bgimg {
  transform: scale(1.05);
}
.link-list-wrap section a:hover .sec-bgimg::before {
  background-color: rgba(33, 54, 84, 0.8);
}
.link-list-wrap section a .sec-ttl {
  margin: 2em 0;
}
@media screen and (max-width: 991px) {
  .link-list-wrap section a .sec-ttl {
    margin: -1em 0;
  }
}
@media screen and (max-width: 767px) {
  .link-list-wrap section a .sec-ttl {
    margin: 0;
  }
}
.link-list-wrap section a .sec-ttl h2 {
  width: 100%;
}
.link-list-wrap section a .sec-ttl h2 span.__sub {
  display: block;
  line-height: 1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 991px) {
  .link-list-wrap section a .sec-ttl h2 span.__sub {
    margin-top: 1em;
  }
}
.link-list-wrap section a .sec-ttl h2 span.__jp {
  width: 100%;
}
.link-list-wrap section.sec-service a {
  background-image: url(../images/service-bgimg.jpg);
}
@media screen and (max-width: 991px) {
  .link-list-wrap section.sec-custom {
    margin-top: 1em;
  }
}
.link-list-wrap section.sec-custom a {
  background-image: url(../images/custom-bgimg.jpg);
}/*# sourceMappingURL=index.css.map */