@charset "UTF-8";
.business {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .business {
    padding-top: 80px;
  }
}
.business #hero {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .business #hero {
    margin-bottom: 50px;
  }
}
.business #hero .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .business #hero .image {
    aspect-ratio: 16/6;
  }
}
.business #hero .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .business #hero .image::after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .business #hero .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.business #hero .inner-out {
  padding-left: 10rem;
}
.business #hero h1 {
  position: absolute;
  top: 70px;
  z-index: 10;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .business #hero h1 {
    top: 5%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .business #hero h1 {
    top: auto;
    bottom: 5px;
  }
}
.business #hero h1 .cat {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business #hero h1 .cat {
    font-size: 1.6rem;
  }
}
.business #hero h1 .main {
  font-size: clamp(3.6rem, 3.136rem + 0.6vw, 4rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business #hero h1 .main {
    font-size: min(5.4vw, 2rem);
  }
}
.business #hero .text {
  position: relative;
  z-index: 1;
  background-color: #EFF6FC;
  padding: 8rem;
  margin-left: auto;
  margin-top: -80px;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .business #hero .text {
    margin-top: 0;
    width: 100%;
    padding: 5%;
  }
}
.business #hero .text p {
  max-width: 900px;
}
.business #hero .text p.lead {
  color: #1E71BB;
  font-size: clamp(2.8rem, 2.336rem + 0.6vw, 3.2rem);
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .business #hero .text p.lead {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.business #content-wrap .content-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block {
    margin-bottom: 50px;
  }
}
.business #content-wrap .content-block h2 {
  position: relative;
  color: #1E71BB;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block h2 {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}
.business #content-wrap .content-block h2 .en {
  font-size: clamp(6rem, 4.84rem + 1.5vw, 7rem);
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block h2 .en {
    position: static;
    font-size: 3rem;
  }
}
.business #content-wrap .content-block h2 .jp {
  font-size: clamp(1.8rem, 1.568rem + 0.3vw, 2rem);
  font-weight: 500;
}
.business #content-wrap .content-block .lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block .lead {
    margin-bottom: 2rem;
  }
}
.business #content-wrap .content-block h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.business #content-wrap .content-block h4 span {
  display: inline-block;
  color: #1E71BB;
  border-bottom: 1px solid #1E71BB;
}
.business #content-wrap .content-block ul.simple-list {
  padding-left: 20px;
  margin-top: 2rem;
}
.business #content-wrap .content-block ul.simple-list li {
  position: relative;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 1.5;
  margin-bottom: 5px;
}
.business #content-wrap .content-block ul.simple-list li::before {
  position: absolute;
  left: -20px;
  content: "・";
  color: #1E71BB;
}
.business #content-wrap .content-block .achieve {
  background-color: #EFF6FC;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10%;
  margin-top: 40px;
}
.business #content-wrap .content-block .achieve h4 {
  color: #1E71BB;
  font-weight: 500;
  margin: 0;
}
.business #content-wrap .content-block.case .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business #content-wrap .content-block.case .layout .box {
  width: 46%;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block.case .layout .box {
    width: 100%;
  }
}
.business #content-wrap .content-block.case .layout .box .image {
  margin-bottom: 30px;
}
.business #content-wrap .content-block.case .layout .box h3 {
  font-size: clamp(1.8rem, 1.568rem + 0.3vw, 2rem);
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.business #content-wrap .content-block.service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block.service ul {
    display: block;
  }
}
.business #content-wrap .content-block.service ul li {
  width: 48%;
  border-bottom: 1px solid #1E71BB;
  color: #1E71BB;
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
  padding: 40px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business #content-wrap .content-block.service ul li {
    width: 100%;
    padding: 20px 0 10px;
  }
}
.business #content-wrap .content-block p a {
  text-decoration: underline;
}
.business .contact-block {
  background-color: #EFF6FC;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business .contact-block {
    padding: 40px 0;
  }
}
.business .contact-block h2 {
  font-size: clamp(1.8rem, 1.568rem + 0.3vw, 2rem);
  font-weight: 500;
  color: #1E71BB;
  margin-bottom: 40px;
}
.business .contact-block .link a {
  display: block;
  margin: auto;
  max-width: 570px;
  background: #1E71BB;
  color: #ffffff;
  border-radius: 4px;
  padding: 45px;
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business .contact-block .link a {
    padding: 25px 10px;
  }
}
.business#chartering #sec1 .layout {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .business#chartering #sec1 .layout {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.business#chartering #sec1 .layout .box {
  width: 20%;
  text-align: center;
  font-size: clamp(1.2rem, 0.968rem + 0.3vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .business#chartering #sec1 .layout .box {
    width: 45%;
  }
}
.business#technologies-shipbuilding #sec1 .content-box {
  background-color: #EFF6FC;
  padding: 30px 60px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box {
    padding: 5%;
    margin-bottom: 20px;
  }
}
.business#technologies-shipbuilding #sec1 .content-box h3 {
  color: #1E71BB;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box h3 {
    display: block;
    margin-bottom: 20px;
  }
}
.business#technologies-shipbuilding #sec1 .content-box h3 .en {
  font-size: clamp(3.6rem, 3.136rem + 0.6vw, 4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box h3 .en {
    font-size: 3rem;
  }
}
.business#technologies-shipbuilding #sec1 .content-box h3 .jp {
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
  font-weight: 500;
}
.business#technologies-shipbuilding #sec1 .content-box .in-layout {
  display: flex;
  gap: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box .in-layout {
    display: block;
  }
}
.business#technologies-shipbuilding #sec1 .content-box .in-layout p {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box .in-layout p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.business#technologies-shipbuilding #sec1 .content-box .in-layout .image {
  position: relative;
  width: 49%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .business#technologies-shipbuilding #sec1 .content-box .in-layout .image {
    position: static;
    width: 100%;
  }
}
.business#technologies-shipbuilding #sec1 .content-box .in-layout .image img {
  height: auto;
}
.business#ship-machinery-equipment #sec1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .business#ship-machinery-equipment #sec1 ul {
    gap: 8px;
  }
}
.business#ship-machinery-equipment #sec1 ul li {
  background-color: #EFF6FC;
  padding: 10px 16px;
  color: #1E71BB;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .business#ship-machinery-equipment #sec1 ul li {
    font-size: 1.4rem;
  }
}
.business#marine-technical-consultancy #sec2 p a {
  margin-right: 2rem;
}
.business #related #pager {
  display: none !important;
}
.business #related #related-body .related-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .business #related #related-body .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
}
.business #related #related-body .related-list .box {
  margin-bottom: 2rem;
  color: #fff;
}