.page-detail .detail h3 {
  font-weight: 500;
  color: #091524;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page-detail .detail h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-detail .detail h3 {
    font-size: 2.4rem;
  }
}
.page-detail .detail h3 span {
  color: #018fc7;
}
.page-detail .detail .row {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-detail .detail .row {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .detail .row .col {
    width: 16rem;
  }
  .page-detail .detail .row .col:nth-child(3) {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .page-detail .detail .row .col {
    width: 31.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .detail .row .col .item {
    padding: 2.4rem 1.2rem;
  }
  .page-detail .detail .row .col .item::before {
    height: 6rem;
    margin-bottom: 1rem;
  }
  .page-detail .detail .row .col .item .stt {
    margin-bottom: 0.2rem;
  }
}

.section-head {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-head {
    margin-bottom: 6rem;
  }
}
.section-head .title {
  margin-bottom: 3.6rem;
}

.box::before {
  content: "";
  display: block;
  margin: 0 auto;
  aspect-ratio: 10/6;
  width: 100rem;
  max-width: 100%;
  background: url(../images/company/img.png) bottom center/contain no-repeat;
}
.box .row {
  background-color: #fff;
  --row-space: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box .row {
    border-radius: 1.2rem;
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .box .row {
    border-radius: 2.4rem;
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .box .row .col {
    width: 16rem;
  }
  .box .row .col:nth-child(1) .item, .box .row .col:nth-child(2) .item {
    border-bottom: 1px solid #cecece;
  }
  .box .row .col:nth-child(2) .item {
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .box .row .col {
    width: 30rem;
  }
}
.box .row .col:not(:last-child) .item {
  border-right: 1px solid #cecece;
}
.box .row .col .item {
  text-align: center;
  padding: 2rem 2.4rem;
}
.box .row .col .item::before {
  content: "";
  background: var(--icon) center/contain no-repeat;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .box .row .col .item::before {
    height: 6rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .box .row .col .item::before {
    height: 10rem;
    margin-bottom: 2.4rem;
  }
}
.box .row .col .item .stt {
  color: #091524;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .box .row .col .item .stt {
    font-size: 2rem;
  }
}

.company-info {
  margin-top: 4.8rem;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem 2rem;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .company-info {
    gap: 2rem;
    border-radius: 1.2rem;
    flex-direction: column;
  }
}
.company-info::before {
  content: "";
  display: block;
  width: 54rem;
  max-width: 100%;
  aspect-ratio: 54/36;
  background: url(../images/company/office.png) top center/contain no-repeat;
}
.company-info .info dl {
  display: flex;
  border-bottom: 1px solid #ececed;
}
.company-info .info dl:first-child {
  border-top: 1px solid #ececed;
}
@media screen and (max-width: 767px) {
  .company-info .info dl dt,
  .company-info .info dl dd {
    padding: 1.2rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .company-info .info dl dt,
  .company-info .info dl dd {
    padding: 1.2rem 2.4rem;
  }
}
.company-info .info dl dt {
  background-color: #ecf7fd;
  color: var(--color-primary);
  font-weight: bold;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .company-info .info dl dt {
    width: 15rem;
  }
}
.company-info .info dl dd {
  flex: 1;
}