﻿.hk-companypage {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  position: relative;
}
.hk-companypage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  /*background: linear-gradient(180deg, #81A2A1 0%, #2E4652 100%);*/
  pointer-events: none;
  z-index: 1;
}
.hk-sec-title {
  color: #7fa3a3;
}
.hk-sec-title__en {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: .06em;
}
.hk-sec-title__ja {
  display: block;
  margin-top: .75rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.hk-companybox {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
}
.hk-companytable {
  /*margin: 15rem 0 0;*/
  display: grid;
  grid-template-columns: 8rem 1fr;
  column-gap: 10.5rem;
  row-gap: 1.25rem;
  color: #6b8f8f;
  font-size: 1.5rem;
  line-height: 2;
}
.hk-companytable dt {
  color: #7fa3a3;
  font-weight: 600;
  letter-spacing: .04em;
}
.hk-companytable dd {
  margin: 0;
}
.hk-companyphoto {
  margin: 10px;
}
.hk-dronephoto {
  width: 100%;
  height: 40rem;
  background: url("../img/company/photo.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.hk-access {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  position: relative;
}
.hk-access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.hk-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@supports not (aspect-ratio: 16 / 9) {
  .hk-access__map {
    padding-top: 56.25%;
  }
  .hk-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* 登録証セクション */
.hk-certsection {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 1rem;
}
/* 画像3枚を横並び（PC） */
.hk-certsection__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
  justify-items: center;
}
.hk-certsection__item {
  margin: 0;
}
.hk-certsection__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 18rem; /* 大きすぎる場合の上限（お好みで調整） */
}
@media (max-width: 480px) {
  .hk-companybox {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hk-companytable {
    grid-template-columns: 1fr;
    row-gap: .75rem;
  }
  .hk-companyphoto {
    margin: 0 auto;
    display: block;
  }
  .hk-companytable dt {
    margin-top: 1rem;
  }
  .hk-sec-title__en {
    display: block;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .06em;
  }
  .hk-companytable {
    margin: 5rem 0 0;
  }
  .hk-dronephoto {
    width: 100%;
    height: 40rem;
    background: url("../img/company/photo.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
}