@charset "UTF-8";
/* ============================================================
// company.scss (会社案内)
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(240px, 16vw + 180px, 500px);
  margin-bottom: clamp(60px, 3.6923076923vw + 46.1538461538px, 120px);
  padding-top: clamp(76px, 3.3230769231vw + 63.5384615385px, 130px);
  overflow: hidden;
  background-color: #333333;
  background-image: url(../images/company/bg-page-header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
}
.page-header__title-area {
  color: #ffffff;
}
.page-header__en {
  display: block;
  font-size: clamp(34px, 1.6vw + 28px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page-header__jp {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(14px, 0.1230769231vw + 13.5384615385px, 16px);
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 5px;
}
.page-header__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #1068c0;
}

/* ------------------------------------------------------------
// 代表挨拶
------------------------------------------------------------ */
.message-text {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(30px, 1.8461538462vw + 23.0769230769px, 60px) clamp(30px, 1.8461538462vw + 23.0769230769px, 60px);
  background: url(../images/company/bg-message-line.svg) no-repeat bottom right/contain #f8fafc;
  border: 3px solid #1068c0;
  border-radius: 8px;
}
.message-text p {
  position: relative;
  font-size: clamp(16px, 0.1230769231vw + 15.5384615385px, 18px);
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.message-text .message-signature {
  text-align: right;
  line-height: 1.8;
}
.message-text .message-signature .company-name {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 8px;
}
.message-text .message-signature .ceo-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.message-text .message-signature .ceo-name span {
  font-size: 14px;
  margin-right: 1em;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message-text p {
    line-height: 2;
  }
}

/* ------------------------------------------------------------
// 会社概要
------------------------------------------------------------ */
.company-info {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.company-info__row {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding: 24px 12px;
}
.company-info__label {
  width: 200px;
  font-weight: 700;
  color: #1068c0;
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  flex-shrink: 0;
  line-height: 1.6;
}
.company-info__content {
  flex-grow: 1;
  color: #444;
  line-height: 1.8;
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
}
.company-info__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-info__content ul li {
  position: relative;
  padding-left: 1.2em;
}
.company-info__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-info__row {
    flex-direction: column;
    padding: 15px 10px;
  }
  .company-info__label {
    width: 100%;
    margin-bottom: 4px;
  }
}

/* ------------------------------------------------------------
// 沿革
------------------------------------------------------------ */
.history-list {
  width: 100%;
  border-top: 1px solid #eee;
}
.history-list__item {
  display: flex;
  padding: 24px 12px;
  border-bottom: 1px solid #eee;
}
.history-list__year {
  width: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1068c0;
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  flex-shrink: 0;
}
.history-list__event {
  flex-grow: 1;
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .history-list__item {
    flex-direction: column;
    padding: 15px 10px;
  }
  .history-list__year {
    width: 100%;
    margin-bottom: 4px;
  }
}

/* ------------------------------------------------------------
// 会社所在地
------------------------------------------------------------ */
.google-maps-area {
  width: 100%;
  height: 550px;
  padding-inline: clamp(0px, 2.4615384615vw + -9.2307692308px, 40px);
  overflow: hidden;
}
.google-maps-area iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .google-maps-area {
    height: 450px;
  }
}