/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.p-vessel {
  --color-base: #fff;
  --color-primary: #fff;
  background-color: #001D55;
  color: var(--color-base);
  padding-bottom: 72px;
}
.p-vessel__sec {
  margin-top: 57px;
}
.p-vessel__sec + .p-vessel__sec {
  margin-top: 38px;
}
.p-vessel__sec_head {
  padding-left: 32px;
}
.p-vessel__sec_lead {
  letter-spacing: 0.01em;
  margin-top: 12px;
}
.p-vessel__sec_inner {
  position: relative;
  z-index: 0;
  margin-top: 16px;
}
.p-vessel__sec_anchor {
  counter-reset: anchor 0;
  padding-inline: 23px;
  width: 50%;
}
.p-vessel__sec_anchor:has(.item:nth-child(3)) {
  -moz-column-count: 2;
  column-count: 2;
  gap: 48px;
  width: 100%;
}
.p-vessel__sec_anchor .item {
  counter-increment: anchor;
}
.p-vessel__sec_anchor .item + .item {
  margin-top: 7px;
}
.p-vessel__sec_anchor .item.is-active .item_link {
  pointer-events: none;
  transform: translateX(16px);
  opacity: 1;
}
.p-vessel__sec_anchor .item_link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  letter-spacing: 0.02em;
  font-weight: 500;
  opacity: 0.75;
  white-space: nowrap;
  transition: 0.5s;
  transition-property: opacity, transform;
  gap: 10px;
  font-size: 0.6875rem;
  padding-bottom: 3px;
}
.p-vessel__sec_anchor .item_link::before {
  font-family: "Barlow", sans-serif;
  content: counter(anchor, decimal-leading-zero);
  font-size: 0.875rem;
  font-weight: 400;
}
.p-vessel__sec_list {
  margin-top: 37px;
}
.p-vessel__sec_list .item {
  display: none;
}
.p-vessel__sec_list .item.is-active {
  display: block;
}
.p-vessel__sec_list .item.is-active .item_img {
  opacity: 1;
}
.p-vessel__sec_list .item.is-active .item_content {
  opacity: 1;
}
.p-vessel__sec_list .item_img {
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1s;
}
.p-vessel__sec_list .item_content {
  padding-inline: 20px;
  padding-top: 16px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.p-vessel__sec_list .item_tbl {
  border-width: 1px 1px 0 1px;
  border-color: #657799;
  border-style: solid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14px;
  font-size: 0.75rem;
}
.p-vessel__sec_list .item_tbl__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-vessel__sec_list .item_tbl__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.19);
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  padding: 5px;
  flex-shrink: 0;
  min-height: 50px;
}
.p-vessel__sec_list .item_tbl__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #657799;
  text-align: center;
  line-height: 1.4;
  padding: 10px 5px;
  height: 100%;
  min-height: 49px;
}
.p-vessel__sec_list .item_tbl__desc small {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.p-vessel__sec_list .item_ttl {
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.25rem;
}
.p-vessel__sec_list .item_ttl::before {
  content: attr(data-order);
  font-family: "Barlow", sans-serif;
  opacity: 0.4;
  font-weight: 400;
  flex-shrink: 0;
  font-size: 1.4375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-vessel__sec_list .item_tbl__col:nth-child(odd) {
    border-right: 1px solid #657799;
  }
}
@media screen and (min-width: 768px) {
  .p-vessel {
    padding-bottom: 160px;
  }
  .p-vessel .c-mv .c-anchor {
    margin-top: 73px;
  }
  .p-vessel__sec {
    margin-top: 76px;
  }
  .p-vessel__sec + .p-vessel__sec {
    margin-top: 137px;
  }
  .p-vessel__sec_head {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .p-vessel__sec_lead {
    margin-top: 0;
  }
  .p-vessel__sec_inner {
    margin-left: auto;
    max-width: calc(50% + 720px);
    width: calc(100% - 20px);
    margin-top: 55px;
    padding-left: clamp(1.25rem, 6.3291139241vw + -1.7879746835rem, 3.75rem);
  }
  .p-vessel__sec_anchor:has(.item:nth-child(3)) {
    gap: 60px;
  }
  .p-vessel__sec_anchor {
    width: calc(50% - 30px);
    padding-bottom: 30px;
    padding-inline: 0 40px;
  }
  .p-vessel__sec_anchor .item + .item {
    margin-top: 4px;
  }
  .p-vessel__sec_anchor .item.is-active .item_link {
    transform: translateX(20px);
  }
  .p-vessel__sec_anchor .item_link {
    font-size: 1rem;
    gap: 11px;
    padding-bottom: 4px;
    padding-left: 2px;
  }
  .p-vessel__sec_anchor .item_link::before {
    font-size: 1.25rem;
  }
  .p-vessel__sec_list {
    margin-top: 0;
  }
  .p-vessel__sec_list .item_content {
    padding-top: 24px;
    max-width: 1360px;
    padding-inline: 0 40px;
  }
  .p-vessel__sec_list .item_tbl {
    font-size: 1rem;
    flex-wrap: wrap;
    display: flex;
    margin-left: clamp(2.5rem, 23.4042553191vw + -12.4787234043rem, 8rem);
    margin-top: 24px;
  }
  .p-vessel__sec_list .item_tbl__col {
    width: clamp(12.5%, (1024px - 100vw) * 1000, 25%);
  }
  .p-vessel__sec_list .item_tbl__col:not(:last-child) {
    border-right: 1px solid #657799;
  }
  .p-vessel__sec_list .item_tbl__ttl {
    min-height: 69px;
  }
  .p-vessel__sec_list .item_tbl__desc {
    min-height: 70px;
  }
  .p-vessel__sec_list .item_ttl {
    gap: 18px;
    font-size: 2rem;
  }
  .p-vessel__sec_list .item_ttl::before {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-vessel__sec_anchor:has(.item:nth-child(3)) {
    -moz-column-count: 1;
    column-count: 1;
    width: 181px;
  }
  .p-vessel__sec_anchor {
    padding: 0;
    width: 181px;
    position: absolute;
    top: clamp(0rem, 14.0957446809vw + -9.0212765957rem, 3.3125rem);
    left: 0;
    z-index: 1;
    gap: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-vessel__sec_anchor .item_link:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/vessel.css.map */
