@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);
  padding-top: clamp(80px, 1.2307692308vw + 75.3846153846px, 100px);
  overflow: hidden;
  background-color: #fff;
  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(255, 255, 255, 0.6);
  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: #333;
}
.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__en::first-letter {
  color: #3380cc;
}
.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: 20px;
}
.page-header__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, #24e5b2, #0093e9);
}

/* ------------------------------------------------------------
// company design
------------------------------------------------------------ */
svg {
  display: block;
  width: 100%;
  height: auto;
}

.blue-wave {
  margin-top: -1px;
  margin-bottom: -1px;
  background: #d4e9f3;
  overflow: hidden;
}

.message__text {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: clamp(16px, 0.1230769231vw + 15.5384615385px, 18px);
  color: #333;
  line-height: 2.2;
  letter-spacing: 0.12em;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}
.message__text p {
  margin-bottom: clamp(40px, 1.2307692308vw + 35.3846153846px, 60px);
  position: relative;
}
.message__text p:not(:last-child)::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ddd;
  margin: clamp(30px, 1.2307692308vw + 25.3846153846px, 50px) auto 0;
}
.message__text strong {
  font-weight: 700;
  color: #3380cc;
  background: linear-gradient(transparent 70%, rgba(36, 229, 178, 0.2) 70%);
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .message__text {
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.slogan-box {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(40px, 2.4615384615vw + 30.7692307692px, 80px) clamp(10px, 0.6153846154vw + 7.6923076923px, 20px);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}
.slogan-box__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.4615384615vw + 10.7692307692px, 60px);
}
.slogan-box__item {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4615384615vw + 10.7692307692px, 60px);
}
.slogan-box__item-text {
  display: block;
  font-family: "BIZ UDPMincho", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(34px, 1.8461538462vw + 27.0769230769px, 64px);
  font-weight: 900;
  color: #3380cc;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-rl;
  margin-bottom: -0.8em;
  padding-block: 0.2em;
}
.slogan-box__item:not(:first-child)::before {
  content: "";
  width: 2px;
  height: 5em;
  background: linear-gradient(to bottom, #24e5b2, #0093e9);
  opacity: 0.6;
}

.info-list {
  width: 100%;
}
.info-list__row {
  display: flex;
  border-bottom: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .info-list__row {
    flex-direction: column;
  }
}
.info-list__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  width: clamp(180px, 3.6923076923vw + 166.1538461538px, 240px);
  padding: 25px 20px;
  background: #3380cc;
}
@media screen and (max-width: 767px) {
  .info-list__label {
    width: 100%;
    padding: 12px 20px;
  }
}
.info-list__data {
  flex: 1;
  padding: 25px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .info-list__data {
    padding: 20px;
  }
}
.info-list__data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 20px;
}
.info-list__data-grid li {
  position: relative;
  padding-left: 15px;
}
.info-list__data-grid li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.info-list__data-link {
  margin-top: 15px;
}
.info-list__data-link .c-btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  min-width: 240px;
  height: 50px;
  background: #3380cc;
  border-radius: 4px;
  transition: 0.3s;
}
.info-list__data-link .c-btn-small:hover {
  background: #0d56a0;
  opacity: 1;
}

.history-list {
  width: 100%;
}
.history-list__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
}
.history-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #24e5b2 0%, #24e5b2 25%, #0093e9 25%, #0093e9 100%);
}
@media screen and (max-width: 767px) {
  .history-list__item {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
  }
  .history-list__item::after {
    background: linear-gradient(to right, #24e5b2 0%, #24e5b2 40%, #0093e9 40%, #0093e9 100%);
  }
}
.history-list__year {
  flex-shrink: 0;
  font-size: clamp(16px, 0.1230769231vw + 15.5384615385px, 18px);
  font-weight: 700;
  width: clamp(180px, 3.6923076923vw + 166.1538461538px, 240px);
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .history-list__year {
    width: 100%;
    margin-bottom: 10px;
  }
}
.history-list__content {
  flex: 1;
  padding-inline: clamp(25px, 0.3076923077vw + 23.8461538462px, 30px);
}