@charset "UTF-8";
/* ===================================
事業分野
=================================== */
@import "../../../assets/css/style.css";
.business .mv {
  background-image: url("../../../assets/img/business/mv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
}
.business .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (max-width: 575.98px) {
  .business .mv {
    height: 20.625rem;
  }
}
.business .mv__catch__js {
  font-size: 3.25rem;
}
@media screen and (max-width: 575.98px) {
  .business .mv__catch__js {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
.business .mv__catch__en {
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  .business .mv__catch__en {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 575.98px) {
  .business .m-container-m {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .business .read {
    padding: 3.125rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .business .read__title {
    font-size: 16px;
    font-size: 5vw;
  }
}
.business-map {
  background: url("../../../assets/img/business/img_bg_pc.jpg") center/contain no-repeat;
  width: 100%;
  aspect-ratio: 1100/750;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .business-map {
    background: url("../../../assets/img/business/img_bg_sp.jpg") center/contain no-repeat;
    width: 100%;
    aspect-ratio: 390/320;
    height: fs_vw(320);
  }
}
.business-map-chip {
  padding: 20px 30px;
  background: #2C3F7E;
  background: linear-gradient(0deg, rgb(44, 63, 126) 0%, rgb(58, 90, 199) 100%);
  border: 1px solid #011A6F;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip {
    padding: 0.625rem;
    border-radius: 0.625rem;
  }
}
.business-map-chip::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  border-top: 18px solid #011A6F;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.business-map-chip::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 15px solid #2C3F7E;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.business-map-chip__text {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip__text {
    font-size: 1.125rem;
  }
}
.business-map-chip__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.business-map-chip.ship {
  position: absolute;
  left: 120px;
  top: -50px;
}
@media screen and (max-width: 1199.98px) {
  .business-map-chip.ship {
    left: 9.0909090909vw;
    top: -3.4375rem;
  }
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.ship {
    left: 0.9375rem;
    top: -2.1875rem;
  }
}
.business-map-chip.ship .business-map-chip__text {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.ship .business-map-chip__text {
    padding: 0 0 0 2.1875rem;
  }
}
.business-map-chip.ship .business-map-chip__text::before {
  background: url("../../../assets/img/business/icon_ship.svg") center/contain no-repeat;
  width: 50px;
  height: 52px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.ship .business-map-chip__text::before {
    width: 1.875rem;
    height: 2rem;
  }
}
.business-map-chip.car {
  position: absolute;
  left: 615px;
  top: 270px;
}
@media screen and (max-width: 1199.98px) {
  .business-map-chip.car {
    left: 52.7272727273vw;
    top: 21.8181818182vw;
  }
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.car {
    left: 13.125rem;
    top: 5.625rem;
  }
}
.business-map-chip.car .business-map-chip__text {
  padding: 0 0 0 70px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.car .business-map-chip__text {
    padding: 0 0 0 2.5rem;
  }
}
.business-map-chip.car .business-map-chip__text::before {
  background: url("../../../assets/img/business/icon_car.svg") center/contain no-repeat;
  width: 60px;
  height: 45px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.car .business-map-chip__text::before {
    width: 2.1875rem;
    height: 1.5625rem;
  }
}
.business-map-chip.equipment {
  position: absolute;
  right: 130px;
  top: 550px;
}
@media screen and (max-width: 1199.98px) {
  .business-map-chip.equipment {
    right: 9.0909090909vw;
    top: 45.4545454545vw;
  }
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.equipment {
    right: 0.625rem;
    top: 12.5rem;
  }
}
.business-map-chip.equipment .business-map-chip__text {
  padding: 0 0 0 67px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.equipment .business-map-chip__text {
    padding: 0 0 0 2.625rem;
  }
}
.business-map-chip.equipment .business-map-chip__text::before {
  background: url("../../../assets/img/business/icon_equipment.svg") center/contain no-repeat;
  width: 57px;
  height: 43px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.equipment .business-map-chip__text::before {
    width: 2.3125rem;
    height: 1.5625rem;
  }
}
.business-map-chip.others {
  position: absolute;
  top: 490px;
  left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .business-map-chip.others {
    top: 40.9090909091vw;
    left: 1.8181818182vw;
  }
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.others {
    top: 11.875rem;
    left: 0.3125rem;
  }
}
.business-map-chip.others .business-map-chip__text {
  padding: 0 0 0 65px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.others .business-map-chip__text {
    padding: 0 0 0 2.5rem;
  }
}
.business-map-chip.others .business-map-chip__text::before {
  background: url("../../../assets/img/business/icon_others.svg") center/contain no-repeat;
  width: 55px;
  height: 44px;
}
@media screen and (max-width: 575.98px) {
  .business-map-chip.others .business-map-chip__text::before {
    width: 2.1875rem;
    height: 1.875rem;
  }
}
.business-map-chip:hover {
  transform: scale(1.1);
}

.p-modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(44, 63, 126, 0.8);
  transition: all 1s ease-in-out;
}
.p-modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 30px;
  width: 80%;
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 520px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  border-radius: 10px;
}
@media screen and (max-width: 575.98px) {
  .p-modal-content {
    padding: 1.875rem;
    border-radius: 0.625rem;
  }
}
.p-modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.p-modal-close:hover, .p-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.p-modal-heading {
  text-align: center;
  line-height: 1.5;
}
.p-modal-heading span {
  font-size: 20px;
  font-weight: 600;
  color: #2C3F7E;
  border-bottom: 2px solid #2C3F7E;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 575.98px) {
  .p-modal-heading span {
    font-size: 1.125rem;
  }
}
.p-modal-sub-heading {
  text-align: center;
  line-height: 1.5;
  margin: 30px 0 0 0;
}
.p-modal-sub-heading span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #3959C6;
  padding: 10px 20px;
}
@media screen and (max-width: 575.98px) {
  .p-modal-sub-heading span {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
}
.p-modal-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 575.98px) {
  .p-modal-column {
    flex-direction: column;
  }
}
.p-modal-column__icon {
  width: 240px;
  height: 240px;
  background: #2C3F7E;
  background: linear-gradient(0deg, rgb(44, 63, 126) 0%, rgb(58, 90, 199) 100%);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .p-modal-column__icon {
    width: 8.125rem;
    height: 8.125rem;
    margin: 0 0 1.25rem 0;
  }
}
.p-modal-column__icon img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 575.98px) {
  .p-modal-column__icon img {
    width: 5rem;
  }
}
.p-modal-column__list {
  width: 340px;
  margin: 0 0 0 50px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 575.98px) {
  .p-modal-column__list {
    width: 100%;
    margin: auto;
  }
}
.p-modal-column__list__item {
  font-size: 18px;
  font-weight: 600;
  list-style-type: disc;
  line-height: 1.5;
}
@media screen and (max-width: 575.98px) {
  .p-modal-column__list__item {
    font-size: 1rem;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=business.css.map */