@charset "utf-8";
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  padding-top: 10rem;
}
.mv-page__image {
  position: relative;
}
.mv-page__item {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  height: min(80%, 29.5rem);
  width: min(55%, 73.5rem);
  margin: 0 auto;
}
/* 枠 */
.mv-page__item::before, .mv-page__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10rem;
  height: 10rem;
}
.mv-page__item::before {
  top: 0;
  left: 0;
  border-left: solid 3rem #ff6d00;
  border-top: solid 3rem #ff6d00;
}
.mv-page__item::after {
  bottom: 0;
  right: 0;
  border-right: solid 3rem #ff6d00;
  border-bottom: solid 3rem #ff6d00;
}
/* TITLE */
.mv-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(100%, 29.5rem);
}
.mv-title h2 {
  color: #fff;
  font-size: clamp(3.2rem, 3vw, 5rem);
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.mv-title h2 span {
  margin: 0 0 3rem 2.5rem;
  padding-left: 2.5rem;
  border-left: 1px solid #fff;
  color: #4dcee5;
  font-family: "Lexend", sans-serif;
  font-size: clamp(4rem, 3vw, 6.2rem);
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
/* TABLET */
@media screen and (max-width: 1023px) {
  .mv-page__item {
    height: min(50%, 29.5rem);
  }
  .mv-page__item::before, .mv-page__item::after {
    width: 5rem;
    height: 5rem;
  }
  .mv-page__item::before {
    border-left-width: 1.5rem;
    border-top-width: 1.5rem;
  }
  .mv-page__item::after {
    border-right-width: 1.5rem;
    border-bottom-width: 1.5rem;
  }
  .mv-title {
    width: 90%;
    margin: 0 auto;
    padding: 3.5rem 0;
  }
}
/* MOBILE */
@media screen and (max-width: 767px) {
  .mv-page__item {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    height: min(80%, 20.5rem);
    width: max(33rem, 75%);
  }
  .mv-title {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .mv-title h2 {
    font-size: 3.2rem;
    text-align: center;
  }
  .mv-title h2 span {
    display: block;
    margin: 1.5rem 0 3rem;
    padding: 1rem 0 0;
    border-left: none;
    border-top: 1px solid #fff;
    font-size: 4rem;
    text-align: center;
  }
}
/* Page Title
----------------------------------------------------------------------------------------------------*/
.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  background: linear-gradient(-90deg, rgba(0, 9, 23, 1) 0%, rgba(22, 65, 134, 1) 100%);
}
.page-title h3 {
  color: #FFF;
  font-size: clamp(2.8rem, 3vw, 4.2rem);
  font-weight: 700;
}
/* Page Container
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: min(90%, 151rem);
  margin: 0 auto;
  text-align: left;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
/* 
----------------------------------------------------------------------------------------------------*/
.p-boats .contents {
  width: min(90%, 190rem);
  padding: 20rem 0;
}
.p-boats__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 55rem), 1fr));
  gap: 8rem 5rem;
  margin-bottom: 13rem;
}
.p-boats__item {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  width: 100%;
}
.p-boats__item-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
.p-boats__item-name {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: #8d8d8d 1px solid;
  font-size: clamp(2.2rem, 2.5vw, 3.2rem);
  font-weight: 500;
}
.p-boats__item-data dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem;
}
.p-boats__item-data dt, .p-boats__item-data dd {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 500;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.p-boats__item-data dl dt:nth-last-of-type(1), .p-boats__item-data dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-boats__item-data dt {
  grid-column: 1;
}
.p-boats__item-data dd {
  grid-column: 2;
}
.p-boats__about {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.p-boats__about-title {
  position: relative;
  display: inline-block;
  margin: 0 auto 7rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 4.2rem;
  color: #164186;
}
.p-boats__about-title::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 1.2rem;
  content: "";
  background-color: #164186;
}
.p-boats__about-flex {
  display: flex;
  justify-content: space-between;
}
.p-boats__about-img {
  width: calc(425 / 1200 * 100%);
}
.p-boats__about-text {
  width: calc(738 / 1200 * 100%);
  text-align: justify;
  line-height: 1.7;
  font-size: 2.8rem;
}
/*　変更　*/
.p-boats__item-data dd {
  font-size: 2.0rem;
}
.p-boats__item-data dt {
  font-size: 1.6rem;
}
.p-boats__about-text {
  font-size: 2.0rem;
  font-weight: 500;
}
/* end */
/* MOBILE */
@media screen and (max-width: 767px) {
  .p-boats .contents {
    padding: 10rem 0 15rem;
  }
  .p-boats__list {
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .p-boats__item {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
  }
  .p-outline .contents {
    padding: 11.7rem 0 14rem;
  }
  .p-boats__item {
    flex-direction: column;
  }
  .p-boats__item-img, .p-boats__item-body {
    width: 100%;
  }
  .p-boats__about-flex {
    flex-direction: column;
  }
  .p-boats__item-name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.8rem;
  }
  .p-boats__about-title {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  .p-boats__about-img, .p-boats__about-text {
    width: 100%;
  }
  .p-boats__about-text {
    font-size: 1.8rem;
  }
  .p-boats__about-img {
    margin-bottom: 2rem;
  }
}
/* 変更　*/
/* MOBILE */
@media (max-width: 767px) {
  .p-boats__about-title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
/* end */