@charset "UTF-8";
/* ==========================
Hero
========================== */

/* main visual font back */
.hero {
  background: url("../img/company/company-main-visual.jpg") center top/cover
    no-repeat;
}
/* ---- */

.hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.hero-content {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 240px;
}

.hero-content h1 {
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.45;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 42px;
}

.hero-lead {
  width: 90%;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 2;
  color: var(--sumi);
}

.sub {
  width: 90%;
  font-size: clamp(18px, 1.2vw, 20px);
  line-height: 2;
  color: var(--sumi);
}
.company-title {
  text-align: center;
  margin: 0 0 70px;
}

.company-title h2 {
  display: inline-block;
  position: relative;
  font-size: clamp(42px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--blue-light);
  padding-bottom: 24px;
}

.company-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: var(--blue-light);
  border-radius: 999px;
}
/* ==========================
Strength
========================== */

.strength {
  padding: 200px 0;
}

.strength-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 120px;
  margin-bottom: 140px;
}

.strength-item:last-child {
  margin-bottom: 0;
}

.strength-item.reverse .strength-text {
  grid-column: 2;
  grid-row: 1;
}

.strength-item.reverse .strength-image {
  grid-column: 1;
  grid-row: 1;
}

.strength-text {
  max-width: 520px;
}

.strength-text h3 {
  font-size: clamp(28px, 2vw, 42px);
  font-weight: 700;
  color: var(--sumi);
  margin-bottom: 24px;
}

.strength-text p {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 2;
  color: var(--sumi);
}

.strength-image {
  display: flex;
  justify-content: center;
}

.strength-image img {
  width: 100%;
  max-width: 360px;
}

.company {
  padding: 120px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title h2 {
  color: var(--blue-light);
  font-size: 48px;
  font-weight: 700;
}

.company-table {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

.company-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  min-height: 85px;
  border-bottom: 1px solid var(--blue-light);
}

.company-row:first-child {
  border-top: 1px solid var(--blue-light);
}

.company-label {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--sumi);
}

.company-value {
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: var(--sumi);
}

.profile {
  padding: 100px 0;
}

.profile-box {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: center;
}

.profile-name {
  text-align: center;
  color: var(--sumi);
}

.profile-name p {
  font-size: 20px;
  font-weight: 700;
}

.profile-name h3 {
  font-size: 48px;
  margin: 20px 0 5px;
}

.profile-name span {
  font-size: 20px;
}

.profile-text p {
  font-size: 18px;
  line-height: 2;
  color: var(--sumi);
}

.note-link {
  display: inline-block;
  margin-top: 30px;
  color: var(--blue-light);
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--blue-light);
}

.note-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-light);
  font-weight: 700;
  transition: all 0.3s ease;
}

.note-link:hover {
  color: var(--blue);
  transform: translateX(6px);
}

@media (max-width: 1330px) {
  /* main visual font position */
  .hero .container {
    align-items: center;
  }

  .hero-content {
    width: 80%;
    padding-top: 0;
  }
  /* ---- */
}

@media (max-width: 768px) {
  /* main visual font back */
  .hero {
    background: url("../img/company/sp/sp-company-main-visual.jpg") center/cover
      no-repeat;
  }
  /* ---- */

  .hero .container {
    width: calc(100% - 40px);
    height: 100%;
    display: flex;
    align-items: center;
  }

  .hero-content {
    width: 100%;
    padding: 0;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .hero-lead {
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }

  section {
    padding: 90px 0;
  }

  .strength {
    padding: 70px 0;
  }

  .strength-item,
  .strength-item.reverse {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    margin-bottom: 50px;
  }

  .strength-item:last-child {
    margin-bottom: 70px;
  }

  .strength-image {
    order: 1;
  }

  .strength-text {
    order: 2;
    max-width: 100%;
    text-align: center;
  }

  .strength-text h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .strength-text p {
    font-size: 15px;
  }

  .strength-image img {
    max-width: 260px;
    width: 100%;
  }
  .company-title {
    margin-bottom: 40px;
  }

  .company-title h2 {
    font-size: 36px;
    padding-bottom: 18px;
  }

  .company-title h2::after {
    width: 40px;
  }

  .company {
    padding: 70px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .company-row {
    grid-template-columns: 1fr;
    padding: 18px 0;
    gap: 8px;
  }

  .company-label {
    text-align: left;
    font-size: 15px;
  }

  .company-value {
    padding: 0;
    font-size: 15px;
  }

  .profile {
    padding: 70px 0;
  }

  .profile-box {
    display: block;
  }

  .profile-name {
    margin-bottom: 40px;
  }

  .profile-name h3 {
    font-size: 36px;
  }

  .profile-text p {
    font-size: 15px;
  }
}
