@charset "UTF-8";
.entry-content {
  background-color: #fafbfd;
  position: relative;
}

.ttl_20 {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.625rem + 1vw, 2.5rem);
  font-weight: 500;
  color: #025593;
}

.sec_main_wrap {
  padding-bottom: 100px;
}

/* カテゴリーリスト（アンカーリンク付き）作成
--------------------------------------------- */
.fleet-cat-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
  max-width: 1020px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 3% 5px 3%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.fleet-cat-list li {
  border-bottom: 1px solid #025593;
  text-align: left;
  margin-bottom: 30px;
}

.fleet-cat-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 5px;
  color: #025593;
  font-weight: 500;
}

.fleet-cat-list li:hover a {
  color: deepskyblue;
}

.fleet-cat-list li .ico_arrow {
  transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .fleet-cat-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .fleet-cat-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* カテゴリーリスト（アンカーリンク付き）作成
--------------------------------------------- */
.fleet-cat-section {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-bottom: 1px solid #C7CADD;
  text-align: left;
}

.fleet-cat-section:last-child {
  border-bottom: none;
}

.deco_fleet-cat {
  position: absolute;
  top: 0;
  left: -0.4em;
  color: #F1F2F4;
  font-size: 7.6875rem;
}

.fleet-cat-header {
  width: 32%;
  text-align: left;
  position: relative;
  margin-left: 4%;
  color: #025593;
  max-width: 292px;
  margin-bottom: 30px;
}

.fleet-cat-desc {
  margin-bottom: 12px;
}

.fleet-list {
  width: 60%;
  text-align: left;
}

.fleet-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.fleet-link {
  color: #025593;
  display: flex;
}

a.fleet-link:active, a.fleet-link:visited, a.fleet-link:focus, a.fleet-link:hover {
  color: #025593;
}

.fleet-cat-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.fleet-item-title {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9342105263rem + 0.7894736842vw, 1.625rem);
}

.fleet-item-titlebox {
  display: inline-flex;
  flex-flow: column-reverse;
  padding: 20px 5%;
  justify-content: center;
  width: 50%;
}

.fleet-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transition: 0.25s;
}

.fleet-link:hover img {
  transform: scale(1.1);
  transition: 0.25s;
}

.fleet-img {
  display: flex;
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 50%;
  height: 100%;
  align-items: center;
}

.subllt {
  margin-bottom: 10px;
}

.subllt span {
  background-color: #025593;
  color: #fff;
  padding: 0.3em 0.5em;
  line-height: 1.7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対応 */
}

@media screen and (max-width: 900px) {
  .fleet-cat-section {
    width: 85%;
  }
  .fleet-cat-header {
    width: 100%;
    margin-left: 0;
  }
  .fleet-list {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .fleet-img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .fleet-cat-header {
    max-width: 100%;
  }
}
/* スライダー
--------------------------------------------- */
.sec_slide {
  position: relative;
  padding-bottom: 50px;
  background-color: #fafbfd;
}

.no-slide {
  max-width: 790px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.slide_dots_area .slick-dots {
  display: inline-flex;
  gap: 6px;
  place-content: center;
  place-items: center;
  position: static;
}

.slick-dots li {
  width: 8px;
  height: 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CDD0D6;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #025593;
  transform: scale(1.2);
}

.pic_slide {
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}

.img_slide {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 5px;
}

.slide_fleet .slick-slide {
  margin: 0 10px;
}

/* 本船の特徴
--------------------------------------------- */
.sec_content {
  text-align: left;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #fafbfd;
}

.wrap_content {
  max-width: 790px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.ttl_entry {
  margin-bottom: 50px;
}

.point_cts p {
  margin-bottom: 1em;
}

.point_cts p:last-child {
  margin-bottom: 0;
}

/* 主要諸元表
--------------------------------------------- */
.sec_syugen {
  background-color: #fafbfd;
  color: #025593;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  padding-bottom: 50px;
  padding-top: 50px;
}

.wrap_syugen {
  max-width: 790px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.ttl_syugen {
  margin-bottom: 50px;
}

/* テーブル */
.sec_syugen_tbl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.ttl_syugen_tbl {
  width: 22%;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.9875rem + 0.3vw, 1.25rem);
  margin-bottom: 30px;
  font-weight: 500;
}

.shogen_tbl {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem);
  padding-top: 5px;
}

.tr_shogen {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #C7CADD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tr_shogen:last-child {
  border-bottom: none;
}

.dt_shogen {
  width: 30%;
  padding-left: 2%;
  padding-right: 2%;
}

.dd_shogen {
  white-space: pre-wrap;
  width: 70%;
}

@media screen and (max-width: 700px) {
  .ttl_syugen_tbl {
    width: 100%;
    background-color: #025593;
    color: #fff;
    padding: 8px 15px;
  }
  .shogen_tbl {
    width: 100%;
  }
}
/* その他の保有船舶
--------------------------------------------- */
.wrap_sonota {
  max-width: 1140px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.ttl_sonota {
  margin-bottom: 5px;
}

.deco_sonota {
  color: #025593;
}

.ttkbox_sonota {
  margin-bottom: 80px;
}

.list_sonota {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.list_sonota li {
  aspect-ratio: 1/1;
  width: calc(25% - 15px);
}

.list_sonota li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list_sonota picture {
  width: 100%;
  height: 100%;
}

.list_sonota img {
  min-width: 100%;
  min-height: 100%;
  transition: 0.25s;
}

.list_sonota li a:hover img {
  transform: scale(1.1);
  transition: 0.25s;
}

.btn_sonota {
  padding-top: 50px;
}

@media screen and (max-width: 800px) {
  .list_sonota {
    gap: 5px;
  }
  .list_sonota li {
    width: calc(33% - 2px);
  }
}
.site-footer, .sec_pagetop {
  background-color: #fafbfd;
}

.single-fleet .site-footer, .single-fleet .sec_pagetop {
  background-color: #fff;
}