@charset "UTF-8";

/**
 * company.css
 *
 * 会社情報ページ
 *
 *  #Global
 *  #Header override
 *  #FV (First View)
 *  #Company Profile
 *  #Executive Team
 *  #Security
 *  #Access
 *  #Responsive
 */


/* ==========================================================================
   Global (company page)
   ========================================================================== */
body.company {
  overflow-x: hidden;
  background-color: #d9dcdc;
}


/* ==========================================================================
   Header override (light background)
   ========================================================================== */
.l-header--light .header-nav-link {
  color: #081a00;
}

.l-header--light .header-menu-btn span {
  background-color: #081a00;
}


/* ==========================================================================
   FV (First View)
   ========================================================================== */
.l-company-fv {
  position: relative;
  width: 100%;
  height: 736px;
  overflow: hidden;
  background-color: #d9dcdc;
}

.company-fv-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 300px 160px 0;
  z-index: 2;
}

.company-fv-label {
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: max(24px, calc(100vw * 24 / 1440));
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-fv-sub {
  margin-top: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #31c47d;
}

.company-fv-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 56px;
  line-height: 1.34;
  letter-spacing: -0.04em;
  background: linear-gradient(-76.21deg, #135837 0.41%, #22a164 96.81%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.company-fv-en {
  position: absolute;
  z-index: 0;
  top: 292px;
  left: calc(758px + max(0px, (100vw - 1440px) / 2));
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  /* background ショートは clip をリセットするため image のみ指定 */
  background-color: transparent;
  background-image: linear-gradient(96.63deg, #e3e3e3 3.80%, #dedfdf 84.92%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  pointer-events: none;
  user-select: none;
}

.l-company-fv::before,
.l-company-fv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.l-company-fv::before {
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
}

.l-company-fv::after {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}


/* ==========================================================================
   Company Profile
   ========================================================================== */
.l-company-profile {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.company-profile-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 112px 160px 120px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.company-profile-head {
  position: relative;
  flex: 0 0 250px;
  margin-bottom: 0;
}

.company-profile-tag {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #31c47d;
}

.company-profile-ttl {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: #081a00;
}

.company-profile-list {
  flex: 1;
  margin: 0;
  padding: 0;
  max-width: 870px;
  width: 100%;
}

.company-profile-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #e8e4e0;
}

.company-profile-label {
  margin: 0;
  padding: 21px 50px 21px 0;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  text-align: left;
  color: #081a00;
}

.company-profile-value {
  margin: 0;
  padding: 21px 0;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  text-align: left;
  color: #081a00;
}


/* ==========================================================================
   Executive Team
   ========================================================================== */
.l-company-executive {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.company-executive-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px 120px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.company-executive-head {
  position: relative;
  flex: 0 0 250px;
  margin-bottom: 0;
}

.company-executive-tag {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #31c47d;
}

.company-executive-ttl {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: #081a00;
}

.company-executive-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.company-executive-card {
  display: flex;
  align-items: center;
  gap: 48px;
}

.company-executive-card-img {
  flex-shrink: 0;
  width: 260px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.company-executive-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-executive-card-body {
  flex: 1;
  max-width: 520px;
}

.company-executive-card-position {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-executive-card-name {
  margin-top: 8px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #081a00;
}

.company-executive-card-en {
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  color: #d9dcdc;
}

.company-executive-card-desc {
  margin-top: 24px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
}


/* ==========================================================================
   Auditor
   ========================================================================== */
.l-company-auditor {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.company-auditor-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px 120px;
}

.company-auditor-head {
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin-left: 261px;
  margin-bottom: 80px;
  max-width: 860px;
}

.company-auditor-ttl {
  flex-shrink: 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: #081a00;
}

.company-auditor-lead {
  flex: 1;
  max-width: 700px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-auditor-list {
  list-style: none;
  margin: 0 0 0 261px;
  padding: 0;
  display: grid;
  /* 260px固定×3だとコンテナより広くなり横はみ出すため可変カラムに */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.company-auditor-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.company-auditor-card-img {
  position: relative;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 26 / 27;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}

.company-auditor-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-auditor-card-position {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-auditor-card-name {
  margin-top: 8px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #081a00;
}

.company-auditor-card-desc {
  margin-top: 24px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
  overflow-wrap: anywhere;
}


/* ==========================================================================
   Security
   ========================================================================== */
.l-company-security {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.company-security-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px 120px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.company-security-head {
  position: relative;
  flex: 0 0 320px;
  margin-bottom: 0;
}

.company-security-tag {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #31c47d;
}

.company-security-ttl {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: #081a00;
}

.company-security-list {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.company-security-card {
  width: 360px;
  height: 240px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
}

.company-security-card-img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-security-card-img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.company-security-card-img--privacy img {
  max-height: 89px;
}

.company-security-card-ttl {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #081a00;
  text-align: center;
}


/* ==========================================================================
   Access
   ========================================================================== */
.l-company-access {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.company-access-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px 160px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.company-access-head {
  position: relative;
  flex: 0 0 320px;
  margin-bottom: 0;
}

.company-access-tag {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #31c47d;
}

.company-access-ttl {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: #081a00;
}

.company-access-list {
  flex: 0 0 800px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 800px;
}

.company-access-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.company-access-card-ttl {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-access-card-addr {
  margin-top: 8px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.company-access-card-link {
  display: inline-block;
  margin-left: 12px;
  color: #22a164;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.company-access-card-link:hover {
  opacity: 0.7;
}

.company-access-card-map {
  margin-top: 32px;
  width: 100%;
  height: 480px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 1200px) {
  /* FV（privacy .privacy-fv-inner タブレットと同様） */
  .l-company-fv {
    height: 560px;
    min-height: unset;
  }

  .company-fv-inner {
    padding: 200px 40px 200px;
    box-sizing: border-box;
  }

  .company-fv-sub {
    font-size: 20px;
  }

  .company-fv-ttl {
    font-size: 44px;
  }

  .company-fv-en {
    top: 210px;
    left: auto;
    right: -80px;
    bottom: auto;
    margin: 0;
    font-size: 110px;
    background-color: transparent;
    background-image: linear-gradient(99.73deg, #e3e3e3 3.8%, #dedfdf 84.92%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            color: transparent;
  }

  .l-company-fv::before,
  .l-company-fv::after {
    width: 400px;
    height: 390px;
  }

  /* Flex column fallback for heading + content columns */
  .company-profile-inner,
  .company-executive-inner,
  .company-security-inner,
  .company-access-inner {
    flex-direction: column;
  }

  .company-profile-head,
  .company-executive-head,
  .company-security-head,
  .company-access-head {
    flex: none;
    margin-bottom: 40px;
  }

  .company-profile-list,
  .company-executive-list,
  .company-security-list,
  .company-access-list {
    flex: none;
    max-width: none;
  }

  /* Profile */
  .company-profile-inner {
    padding: 80px 40px 100px;
  }

  .company-profile-ttl {
    font-size: 28px;
  }

  .company-profile-row {
    grid-template-columns: 220px 1fr;
  }

  /* Executive */
  .company-executive-inner {
    padding: 0 40px 100px;
  }

  .company-executive-ttl {
    font-size: 28px;
  }

  .company-executive-list {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    gap: 60px;
  }

  .company-executive-card {
    width: 100%;
    gap: 32px;
  }

  .company-executive-card-body {
    max-width: none;
  }

  /* Security */
  .company-security-inner {
    padding: 0 40px 100px;
  }

  .company-security-ttl {
    font-size: 28px;
  }

  .company-security-list {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    justify-content: flex-start;
    gap: 24px;
  }

  /* Access */
  .company-access-inner {
    padding: 0 40px 120px;
  }

  .company-access-ttl {
    font-size: 28px;
  }

  .company-access-list {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    gap: 48px;
  }

  .company-access-card-map {
    margin-top: 24px;
    height: 340px;
  }

  /* Auditor */
  .company-auditor-inner {
    padding: 0 40px 100px;
  }

  .company-auditor-head {
    margin-left: 0;
    flex-direction: column;
    gap: 16px;
    max-width: none;
    margin-bottom: 48px;
  }

  .company-auditor-ttl {
    font-size: 28px;
  }

  .company-auditor-list {
    margin-left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  .company-auditor-card-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* FV */
  .l-company-fv {
    height: auto;
    min-height: calc(500 / 414 * 100vw);
    display: flex;
    align-items: center;
  }

  .company-fv-inner {
    padding: 29.167vw 5vw 41.667vw;
    min-height: unset;
  }

  .company-fv-sub {
    font-size: 3.75vw;
    margin-top: 0;
  }

  .company-fv-ttl {
    margin-top: 12px;
    font-size: 7.5vw;
    line-height: 1.5;
  }

  .company-fv-en {
    display: none;
  }

  .l-company-fv::before,
  .l-company-fv::after {
    width: 280px;
    height: 273px;
  }

  .company-profile-tag,
  .company-executive-tag,
  .company-security-tag,
  .company-access-tag {
    font-size: 3.333vw;
  }

  .company-profile-ttl,
  .company-executive-ttl,
  .company-security-ttl,
  .company-access-ttl {
    font-size: 5.833vw;
  }

  /* Profile */
  .company-profile-inner {
    padding: 64px 24px 80px;
  }

  .company-profile-head {
    margin-bottom: 40px;
  }

  .company-profile-row {
    grid-template-columns: 27.7777777778vw 1fr;
    gap: 0;
    align-items: center;
    padding: 0;
  }

  .company-profile-label {
    padding: 7.246vw 7.246vw 7.246vw 0;
    font-size: max(14px, 3.623vw);
    line-height: 1.6666666667;
    color: #4a4a4a;
  }

  .company-profile-value {
    padding: 7.246vw 0;
    font-size: max(14px, 3.623vw);
    line-height: 1.6666666667;
  }

  /* Executive */
  .company-executive-inner {
    padding: 0 24px 80px;
  }

  .company-executive-head {
    margin-bottom: 6.667vw;
  }

  .company-executive-list {
    gap: 16.9082125604vw;
  }

  /* executive-team-box（スマホ相当）：画像 float 左・肩書き等は右列・説明は clear */
  .company-executive-card {
    display: block;
    position: relative;
    min-height: inherit;
    padding-left: 0;
    overflow: hidden;
  }

  .company-executive-card-img {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 36.232vw;
    height: auto;
    margin: 0 7.246vw 6.038647343vw 0;
  }

  .company-executive-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .company-executive-card-body {
    padding-top: 0;
    max-width: none;
  }

  .company-executive-card-position {
    margin: 0 0 2.415vw;
    padding-top: 12.319vw;
    font-size: 3.382vw;
  }

  .company-executive-card-name {
    margin-top: 0;
    font-size: 5.797vw;
    line-height: 1;
  }

  .company-executive-card-en {
    margin-top: 2.415vw;
    font-size: 3.382vw;
    line-height: 1.2;
  }

  .company-executive-card-desc {
    clear: both;
    margin-top: 0;
    font-size: 3.623vw;
    line-height: 1.85;
  }

  /* Security */
  .company-security-inner {
    padding: 0 24px 80px;
  }

  .company-security-head {
    margin-bottom: 28px;
  }

  /* トップ .trust-list / .trust-card（768px以下）と同様：2列・カード高さ可変 */
  .company-security-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
  }

  .company-security-card {
    width: calc(50% - 8px);
    min-height: 0;
    height: auto;
    padding: 5.833vw 2.5vw;
    border-radius: 20px;
    border: 1px solid #d9dcdc;
    box-sizing: border-box;
    gap: 0;
    justify-content: flex-start;
  }

  .company-security-card-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: clamp(40px, 18vw, 64px);
    max-height: 64px;
    width: 100%;
  }

  .company-security-card-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .company-security-card-img--privacy img {
    max-height: 100%;
  }

  .company-security-card-ttl {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 10px;
    font-size: 2.917vw;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /* Access */
  .company-access-inner {
    padding: 0 24px 100px;
  }

  .company-access-head {
    margin-bottom: 28px;
  }

  .company-access-list {
    gap: 6.667vw;
  }

  .company-access-card-ttl {
    font-size: 5vw;
  }

  .company-access-card-addr {
    font-size: 3.623vw;
  }

  .company-access-card-link {
    display: inline-block;
    margin-left: 0;
    margin-top: 4px;
  }

  .company-access-card-map {
    margin-top: 20px;
    height: 260px;
    border-radius: 12px;
  }

  /* Auditor */
  .company-auditor-inner {
    padding: 0 24px 80px;
  }

  .company-auditor-head {
    margin-bottom: 40px;
    gap: 12px;
  }

  .company-auditor-ttl {
    font-size: 5.833vw;
  }

  .company-auditor-lead {
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .company-auditor-list {
    grid-template-columns: 1fr;
    gap: 16.9082125604vw;
  }

  /* 監査役カード：役員紹介（.company-executive-card-body 周り）と同レイアウト・タイポ */
  .company-auditor-card {
    display: block;
    position: relative;
    min-height: inherit;
    padding-left: 0;
    overflow: hidden;
  }

  .company-auditor-card-img {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 36.232vw;
    height: auto;
    max-width: none;
    margin: 0 7.246vw 6.038647343vw 0;
    aspect-ratio: unset;
  }

  .company-auditor-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .company-auditor-card-body {
    padding-top: 0;
    max-width: none;
    text-align: left;
  }

  .company-auditor-card-position {
    margin: 0 0 2.415vw;
    padding-top: 12.319vw;
    font-size: 3.382vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .company-auditor-card-name {
    margin-top: 0;
    font-size: 5.797vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .company-auditor-card-desc {
    clear: both;
    margin-top: 0;
    font-size: 3.623vw;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}

/* ==========================================================================
   Wide screen (1440px and up)
   ========================================================================== */
@media screen and (min-width: 1440px) {
  .l-company-fv::before,
  .l-company-fv::after {
    width: calc(520 / 1440 * 100vw);
    height: calc(507 / 1440 * 100vw);
  }
}
