@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*  page-about-us : ABOUT US
/* -------------------------------------------------------------------------- */
.section-about {
  padding: 40px 20px 60px;
}

.about-container {
  max-width: 980px;
  margin: 0 auto;
}

/* ---- ページタイトル ---- */
.about-container .about-title {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111;
  line-height: 1;
}

.about-container .about-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #111;
  margin-top: 16px;
}

/* ---- お知らせ ---- */
.about-notice {
  margin: 0 0 36px;
  padding: 14px 20px;
  border-left: 3px solid #111;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.6;
}

/* ---- ヒーロー画像 ---- */
.about-hero {
  margin-bottom: 40px;
}

.about-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- メインビジュアル ---- */
.about-editor-content {
  margin-bottom: 40px;
}

.about-editor-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- 会社情報 dl ---- */
.about-info {
  width: 100%;
  margin: 0;
}

.about-info dt {
  font-weight: 700;
  margin-top: 2em;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #333;
}

.about-info dd {
  margin: 0.6em 0 0;
  padding-left: 0.3em;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.about-info dd small {
  font-size: 11px;
  color: #888;
}

.about-info a {
  color: #333;
  text-decoration: underline;
}

.about-info a:hover {
  text-decoration: none;
}

/* ---- アクセス ---- */
.about-access {
  margin-top: 60px;
}

.about-access-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 24px;
  color: #111;
  line-height: 1;
}

.about-access-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #111;
  margin-top: 12px;
}

.about-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
}

.about-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.about-access-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-access-list li {
  display: flex;
  gap: 1.2em;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.about-access-list li:first-child {
  border-top: 1px solid #ddd;
}

.about-access-label {
  flex-shrink: 0;
  min-width: 3em;
  font-weight: 700;
  color: #333;
  font-size: 13px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (min-width: 38.75em) {
  .section-about {
    padding: 60px 40px 80px;
  }
  .about-container .about-title {
    font-size: 30px;
  }
  .about-info dt {
    font-size: 14px;
  }
  .about-info dd {
    font-size: 14px;
  }
  .about-info dd small {
    font-size: 12px;
  }
  .about-access-title {
    font-size: 24px;
  }
  .about-access-list li {
    font-size: 14px;
  }
  .about-access-label {
    font-size: 14px;
  }
}

@media screen and (min-width: 55em) {
  .section-about {
    padding: 80px 0 100px;
  }
  .about-info {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
  }
  .about-info dt {
    margin-top: 0;
    padding: 16px 20px 16px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
  }
  .about-info dt:first-of-type {
    border-top: 1px solid #ddd;
  }
  .about-info dd {
    padding: 16px 0 16px 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
  }
  .about-info dd:first-of-type {
    border-top: 1px solid #ddd;
  }
}
