@charset "UTF-8";

/* Common lower page spacing for the fixed top header. */
main > .lower_page_ttl_bg:first-child {
  margin-top: clamp(78px, 7vw, 104px) !important;
}

main > .lower_page_ttl_bg:first-child h2 {
  letter-spacing: 0 !important;
}

.pankuzu.wrap_r {
  box-sizing: border-box;
}

/* About page profile and history. */
.about_profile_section .section_inner,
.about_history_section .section_inner {
  padding-top: clamp(56px, 5vw, 76px);
  padding-bottom: clamp(60px, 5.5vw, 84px);
}

.about_profile_card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  color: #1b1d25;
  background: #fff;
  border: 1px solid #dfe3ed;
  border-radius: 14px;
  box-shadow: 0 22px 52px rgba(26, 28, 87, 0.09);
}

.about_profile_head {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8f1;
}

.about_profile_label {
  margin: 0;
  color: #1A1C57;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.about_profile_head h4 {
  margin: 0;
  color: #101116;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.about_profile_head h4 span {
  display: inline-block;
  margin-left: 12px;
  color: #596072;
  font-size: 0.48em;
  font-weight: 700;
  vertical-align: middle;
}

.about_profile_body p {
  max-width: 860px;
  margin: 0;
  color: #343846;
  font-size: 16px;
  line-height: 2.05;
}

.about_interview_links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.about_interview_links a {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 20px 20px 22px;
  color: #101116;
  background: #f7f8fb;
  border: 1px solid #dce2ee;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.about_interview_links a:hover {
  transform: translateY(-3px);
  border-color: #bfc8db;
  box-shadow: 0 16px 34px rgba(26, 28, 87, 0.1);
}

.about_interview_links span {
  color: #A7354A;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.about_interview_links strong {
  color: #101116;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.about_history_timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 8px 0;
}

.about_history_timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 156px;
  width: 2px;
  background: linear-gradient(180deg, #1A1C57 0%, rgba(26, 28, 87, 0.16) 100%);
}

.about_history_timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 56px;
  padding: 20px 0;
}

.about_history_timeline li::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 149px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #1A1C57;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(26, 28, 87, 0.08);
}

.about_history_timeline time {
  color: #1A1C57;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  white-space: nowrap;
}

.about_history_timeline p {
  margin: 0;
  padding: 18px 20px;
  color: #252936;
  background: #fff;
  border: 1px solid #dfe3ed;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(26, 28, 87, 0.06);
  font-size: 15px;
  line-height: 1.85;
}

.office_info dl {
  background: #fff;
}

.office_info dt {
  box-sizing: border-box;
}

.office_info dd {
  box-sizing: border-box;
  color: #252936;
  line-height: 1.85;
}

@media screen and (max-width: 900px) {
  main > .lower_page_ttl_bg:first-child {
    margin-top: clamp(68px, 15vw, 88px) !important;
  }

  .about_interview_links {
    grid-template-columns: 1fr;
  }

  .about_history_timeline::before {
    left: 10px;
  }

  .about_history_timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0 18px 34px;
  }

  .about_history_timeline li::before {
    top: 25px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

  .about_history_timeline time {
    font-size: 14px;
  }

  .about_history_timeline p {
    padding: 16px 17px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  main > .lower_page_ttl_bg:first-child {
    margin-top: clamp(64px, 17vw, 82px) !important;
  }

  .about_profile_card {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .about_profile_head h4 span {
    display: block;
    margin: 6px 0 0;
    font-size: 0.54em;
  }

  .about_profile_body p {
    font-size: 15px;
    line-height: 1.95;
  }

  .about_interview_links a {
    padding: 18px 16px 20px;
  }

  .office_info dl {
    display: block;
  }

  .office_info dt,
  .office_info dd {
    width: 100% !important;
  }

  .office_info dt {
    padding: 18px 16px 8px !important;
    border-bottom: 0 !important;
    background: #f7f8fb;
  }

  .office_info dd {
    padding: 0 16px 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about_interview_links a {
    transition: none !important;
  }
}
