@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* ship */
/* ============================================ */
.ship-outer {
  position: relative;
}
.ship-outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_blue.jpg") top center/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
}

.ship-structure {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .ship-structure {
    margin-top: 40px;
  }
}
.ship-structure__wrapper {
  container-type: inline-size;
}
.ship-structure__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 2.99cqw;
}
@media all and (max-width: 896px) {
  .ship-structure__list {
    margin-top: 32px;
    gap: 24px 2.99cqw;
  }
}
@media all and (max-width: 600px) {
  .ship-structure__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ship-structure__item {
  padding: 32px 2.39cqw;
  border: 4px solid #4EBDD2;
  border-radius: 24px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .ship-structure__item {
    padding: 20px;
    border-width: 3px;
    border-radius: 16px;
  }
}
.ship-structure__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ship-structure__ttl__en {
  flex-shrink: 0;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4EBDD2;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media all and (max-width: 896px) {
  .ship-structure__ttl__en {
    width: 56px;
    height: 56px;
  }
}
.ship-structure__ttl__en__point {
  font-size: 0.9375rem;
}
@media all and (max-width: 896px) {
  .ship-structure__ttl__en__point {
    font-size: 0.75rem;
  }
}
.ship-structure__ttl__en__number {
  font-size: 1.75rem;
}
@media all and (max-width: 896px) {
  .ship-structure__ttl__en__number {
    font-size: 1.375rem;
  }
}
.ship-structure__ttl__jp {
  font-size: clamp(1.25rem, 1.0447rem + 0.8421vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}
.ship-structure__contents {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
@media all and (max-width: 1025px) {
  .ship-structure__contents {
    flex-direction: column;
  }
}
.ship-structure__img {
  flex-shrink: 0;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .ship-structure__img {
    width: 100%;
  }
}
.ship-structure__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 285/256;
}
.ship-structure__block {
  flex-grow: 1;
}
@media all and (max-width: 1025px) {
  .ship-structure__block {
    width: 100%;
  }
}
.ship-structure__txt {
  line-height: 2;
}

.ship-type {
  margin-top: 64px;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .ship-type {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.ship-type::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_bl_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ship-type::before {
    width: 40px;
    height: 40px;
  }
}
.ship-type::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_tl_blue.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ship-type::after {
    width: 40px;
    height: 40px;
  }
}
.ship-type__wrapper {
  container-type: inline-size;
  padding: 80px 0;
  background: #DEF5FF;
  border-radius: 0 80px 80px 0;
}
@media all and (max-width: 896px) {
  .ship-type__wrapper {
    padding: 64px 0;
    border-radius: 0 40px 40px 0;
  }
}
.ship-type__inner {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .ship-type__inner {
    margin-top: 48px;
  }
}
.ship-type__inner + .ship-type__inner {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .ship-type__inner + .ship-type__inner {
    margin-top: 80px;
  }
}
.ship-type__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px 40px;
}
@media all and (max-width: 896px) {
  .ship-type__intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ship-type__intro .common-ttl {
  flex-shrink: 0;
}
.ship-type__intro__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 2;
}
.ship-type__slide .splide {
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide {
    padding-bottom: 32px;
  }
}
.ship-type__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1336/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__slide img {
    border-radius: 20px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__slide img {
    aspect-ratio: 880/544;
  }
}
.ship-type__slide .splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  background: url("../images/common/slide_arrow_prev.svg") center center/contain no-repeat;
  opacity: 1;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.ship-type__slide .splide__arrow svg {
  display: none;
}
.ship-type__slide .splide__arrow--prev {
  left: -25px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow--prev {
    left: -16px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__arrow--prev {
    left: -8px;
  }
}
.ship-type__slide .splide__arrow--next {
  background-image: url("../images/common/slide_arrow_next.svg");
  right: -25px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow--next {
    right: -16px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__arrow--next {
    right: -8px;
  }
}
.ship-type__slide .splide__pagination {
  gap: 16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__pagination {
    gap: 12px;
  }
}
.ship-type__slide .splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 2px solid #0097E0;
  background: transparent;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.ship-type__slide .splide__pagination__page.is-active {
  background: #0097E0;
  transform: scale(1);
}
.ship-type__contents {
  display: flex;
  align-items: flex-start;
  gap: 24px 2.99cqw;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__contents {
    flex-direction: column;
    margin-top: 16px;
  }
}
.ship-type__block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .ship-type__block {
    width: 100%;
  }
}
.ship-type__name {
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0097E0;
}
.ship-type__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 28px;
}
@media all and (max-width: 896px) {
  .ship-type__txt {
    margin-top: 16px;
  }
}
.ship-type__btn {
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .ship-type__btn {
    max-width: 300px;
    margin-top: 24px;
  }
}
.ship-type__btn__link {
  display: block;
  padding: 0.6em 2.8em;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #0097E0;
  position: relative;
}
.ship-type__btn__link::after {
  content: "";
  display: inline-block;
  width: 1.45em;
  height: 1.45em;
  background: url("../images/common/icon_pdf_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .ship-type__btn__link::after {
    right: 0.8em;
  }
}
.ship-type__detail {
  flex-shrink: 0;
  width: 55%;
  border: 1px solid #DADADA;
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .ship-type__detail {
    width: 100%;
  }
}
.ship-type__detail__item {
  display: flex;
  border-top: 1px solid #DADADA;
}
.ship-type__detail__item:first-of-type {
  border-top: none;
}
.ship-type__detail dt {
  text-align: center;
  flex-shrink: 0;
  width: 34.78%;
  padding: 1.11em 0.89em;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ship-type__detail dd {
  flex-grow: 1;
  padding: 20px 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ship-a11y {
  margin-top: -80px;
  padding: 120px 0 150px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .ship-a11y {
    margin-top: -40px;
    padding: 64px 0 80px;
  }
}
.ship-a11y__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .ship-a11y__container {
    flex-direction: column;
    gap: 32px;
  }
}
.ship-a11y__inner {
  flex-shrink: 0;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
}
@media all and (max-width: 896px) {
  .ship-a11y__inner {
    width: 100%;
    padding: 0;
  }
}
.ship-a11y__contents {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ship-a11y__contents {
    margin-top: 32px;
  }
}
.ship-a11y__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
}
.ship-a11y__img {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .ship-a11y__img {
    width: 100%;
  }
}
.ship-a11y__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 880/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .ship-a11y__img img {
    border-radius: 20px;
  }
}

.ship-safety {
  background: #fff;
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .ship-safety {
    padding-bottom: 80px;
  }
}
.ship-safety__container {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .ship-safety__container {
    flex-direction: column;
  }
}
.ship-safety__inner {
  flex-shrink: 0;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
}
@media all and (max-width: 896px) {
  .ship-safety__inner {
    width: 100%;
    padding: 0;
  }
}
.ship-safety__contents {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ship-safety__contents {
    margin-top: 32px;
  }
}
.ship-safety__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
}
.ship-safety__img {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .ship-safety__img {
    width: 100%;
  }
}
.ship-safety__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 880/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .ship-safety__img img {
    border-radius: 20px;
  }
}