/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  z-index: 4;
  overflow-x: clip;
  height: min(100vh, 1080px);
}
@media screen and (max-width: 1199px) {
  #main-visual {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    height: min(94vh, 640px);
  }
}
#main-visual .mv-slider {
  position: relative;
  z-index: -1;
  width: 100%;
  height: min(94%, 1015.2px);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider {
    height: 100%;
  }
}
#main-visual .mv-slider::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.8), transparent);
}
#main-visual .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.2) translateX(-2%);
  }
  100% {
    transform: scale(1.2) translateX(2%);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .__slash-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(49, 148, 173, 0.8) 10%, rgba(255, 255, 255, 0.1));
}
@media screen and (max-width: 767px) {
  #main-visual .__slash-shape {
    clip-path: polygon(16% 100%, 89% 0, 100% 0, 27% 100%);
  }
}
#main-visual .mv-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content {
    margin-top: 0;
  }
}
#main-visual .mv-content .mv-catch {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
#main-visual .mv-content .mv-catch h2 {
  position: relative;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1em;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-catch h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-catch h2 {
    font-size: 2.645em;
    margin-left: 20px;
  }
}
#main-visual .mv-content .mv-catch h2 span.__small {
  font-size: 0.65em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-catch h2 span.__small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-catch h2 span.__small {
    display: block;
  }
}
#main-visual .mv-content .mv-catch .__line-Animation {
  margin-bottom: 1.2em;
  background-image: linear-gradient(90deg, #9ff0ff 0%, #fff 12.5%, #004f9f 25%, #fff 37.5%, #9ff0ff 50%, #fff 62.5%, #004f9f 75%, #fff 87.5%, #9ff0ff 100%);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-catch .__line-Animation {
    margin-top: 1.2em;
  }
}
#main-visual .mv-content .mv-catch p {
  font-size: max(1.6875rem, 1.125em);
  line-height: 2em;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-catch p {
    margin-left: 20px;
  }
}
#main-visual .mv-scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform-origin: right;
  transform: rotate(90deg);
  margin-right: calc(0.0625 * 100vw / 2);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll {
    margin-right: 20px;
  }
}
#main-visual .mv-scroll p {
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll p {
    font-size: 0.8em;
  }
}
@keyframes lineAnime-down {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
#main-visual .mv-scroll::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 14em;
  height: 1px;
  background-color: #fff;
  animation: lineAnime-down 3s cubic-bezier(0.8, 0, 0, 0.8) infinite;
}

.sec-about {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
  margin-top: max(-6vh, -64.8px);
}
@media screen and (max-width: 767px) {
  .sec-about {
    margin-top: 0;
  }
}
.sec-about .sec-inner {
  padding-top: min(6vh, 64.8px);
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner {
    padding-top: 0;
  }
}
.sec-about .sec-inner .txt-wrap .txt-inner {
  padding-left: max(6.25rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .txt-wrap .txt-inner {
    padding-left: 0;
  }
}
.sec-about .sec-inner .txt-wrap .txt-inner .sec-link .__linkbtn01 a span.__txt .__small {
  font-size: 0.85em;
  margin-left: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap {
    margin-top: 3em;
  }
}

.sec-service {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .sec-service {
    overflow: clip;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service {
    padding-top: 48px;
  }
}
.sec-service .__inner.__wide {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-service .__inner.__wide .__slash-shape {
  width: 40%;
  margin-top: calc(-6.25rem - 2em);
}
@media screen and (max-width: 1199px) {
  .sec-service .__inner.__wide .__slash-shape {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .__inner.__wide .__slash-shape {
    width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-ttl {
    margin-top: -1em;
  }
}
.sec-service .service-list {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list {
    margin-top: 2em;
  }
}
.sec-service .service-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: min(-1.875rem, -1em);
}
.sec-service .service-list ul .service-list-item {
  width: calc(25% - max(1.875rem, 1em) * 3 / 4);
  margin-top: max(1.875rem, 1em);
  border: solid 1px #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item {
    width: calc(50% - max(1.875rem, 1em) * 1 / 2);
  }
}
.sec-service .service-list ul .service-list-item a {
  position: relative;
}
.sec-service .service-list ul .service-list-item a .item-img {
  position: relative;
  width: 100%;
  height: 32.5rem;
  overflow: clip;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item a .item-img {
    height: 200px;
  }
}
.sec-service .service-list ul .service-list-item a .item-img::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000 40%, transparent);
  opacity: 0.6;
  transition: all 0.4s ease;
}
.sec-service .service-list ul .service-list-item a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.4s ease;
}
.sec-service .service-list ul .service-list-item a:hover .item-img::before {
  opacity: 0.7;
}
.sec-service .service-list ul .service-list-item a:hover .item-img img {
  transform: scale(1.06);
}
.sec-service .service-list ul .service-list-item a .item-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-top: -0.4em;
  padding: 0 1em;
}
.sec-service .service-list ul .service-list-item:nth-of-type(2) .item-img img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.sec-service .service-list ul .service-list-item:nth-of-type(4) .item-img img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.sec-service .sec-link {
  margin-top: 3em;
  margin-bottom: -1em;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-link {
    margin-bottom: 0;
  }
}
.sec-service .sec-link .__linkbtn01 {
  margin: 0 auto;
}

.sec-reason {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
  overflow: clip;
}
.sec-reason .__inner.__wide {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-reason .__inner.__wide .__slash-shape {
  width: 40%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-reason .__inner.__wide .__slash-shape {
    width: 80%;
  }
}
.sec-reason .sec-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.sec-reason .reason-list {
  width: 75%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-list {
    width: 100%;
  }
}
.sec-reason .reason-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-list ul {
    display: block;
  }
}
.sec-reason .reason-list ul:nth-of-type(2) {
  justify-content: flex-end;
}
.sec-reason .reason-list ul .reason-list-item {
  margin-top: 2em;
  margin-right: max(3.75rem, 2em);
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-list ul .reason-list-item {
    margin-top: 0.4em;
  }
}
.sec-reason .reason-list ul .reason-list-item:last-of-type {
  margin-right: 0;
}
.sec-reason .sec-link {
  margin-top: 2em;
}
.sec-reason .sec-link .__linkbtn01 {
  margin-left: auto;
}

.sec-fleet {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
  overflow: clip;
}
.sec-fleet .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  margin-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-fleet .__slash-shape {
    width: 80%;
  }
}
.sec-fleet .sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .sec-fleet .sec-inner {
    display: block;
  }
}
.sec-fleet .sec-inner .txt-wrap {
  width: 100%;
}
.sec-fleet .sec-inner .img-wrap {
  flex-shrink: 0;
  width: 48.9583333333vw;
  margin-right: -6.25vw;
  margin-bottom: -20px;
}
@media screen and (max-width: 1199px) {
  .sec-fleet .sec-inner .img-wrap {
    width: min(100%, 720px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-fleet .sec-inner .img-wrap {
    margin-top: 2em;
  }
}
.sec-fleet .sec-inner .img-wrap img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.6));
}/*# sourceMappingURL=index.css.map */