@charset "UTF-8";

.p-company {
  padding-block: 80px;
}
@media screen and (min-width:768px) {
  .p-company {
    padding-block: 150px 160px;
  }
}

@media screen and (min-width:768px) {
  .p-company .l-inner {
    padding: 0 40px;
  }
}
@media screen and (min-width:1024px) {
  .p-company .l-inner {
    padding: 0 59px;
  }
}
@media screen and (min-width:1367px) {
  .p-company .l-inner {
    padding-inline: calc((100vw - 1248px) / 2);
  }
}

.p-company__info {
  max-width: 938px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-company__title {
  padding-left: 26.5px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-company__title::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #184EA3;
  border-radius: 50%;
}

.p-company__table {
  margin-top: 33px;
  position: relative;
}
.p-company__table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e9a9b;
  opacity: 0.4;
}

.p-company__table-row {
  padding-block: 22px 21px;
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
}
@media screen and (min-width:768px) {
  .p-company__table-row {
    grid-template-columns: 180px 1fr;
  }
}
.p-company__table-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e9a9b;
  opacity: 0.4;
}
.p-company__table-row::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 120px;
  width: 1px;
  height: calc(100% - 35px);
  background: #8e9a9b;
  opacity: 0.4;
}
@media screen and (min-width:768px) {
  .p-company__table-row::after {
    left: 180px;
  }
}

.p-company__table-title {
  width: 120px;
  margin-block: auto;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-company__table-title {
    width: 180px;
  }
}

.p-company__table-text {
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.4666666667;
}
@media screen and (min-width:768px) {
  .p-company__table-text {
    padding-left: 70px;
  }
}

.p-company__message {
  margin-top: 60px;
  max-width: 940px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-company__message {
    margin-top: 100px;
  }
}

.p-company__message-title {
  margin-top: 33px;
  font-size: 18px;
  line-height: 1.5833333333;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-company__message-title {
    font-size: 24px;
  }
}

.p-company__message-box {
  margin-top: 60px;
}

.p-company__message-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
}
.p-company__message-text:not(:first-of-type) {
  margin-top: 30px;
}

.p-company__message-name {
  margin-top: 74px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 500;
}

.p-company__access {
  margin-top: 60px;
  max-width: 940px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-company__access {
    margin-top: 100px;
  }
}

.p-access__map-wrap {
  margin-top: 41px;
}

.p-access__map {
  width: 100%;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
}
@media screen and (min-width:1024px) {
  .p-access__map {
    aspect-ratio: 940/380;
  }
}