@charset "UTF-8";

/**
 * about.css
 *
 * 私たちについてページ
 *
 *  #Global
 *  #Header override
 *  #FV (First View)
 *  #Vision
 *  #Operating Principles
 *  #Message from CEO
 *  #History
 *  #Responsive
 */


/* ==========================================================================
   Global (about page)
   ========================================================================== */
body.about {
  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) — products FV と同仕様
   ========================================================================== */
.l-about-fv {
  position: relative;
  width: 100%;
  height: 736px;
  background-color: #d9dcdc;
  overflow: hidden;
}

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

.l-about-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-about-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;
}

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

.about-fv-deco {
  position: absolute;
  z-index: 0;
  top: 292px;
  left: calc(758px + max(0px, (100vw - 1440px) / 2));
  margin: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  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;
}

.about-fv-label {
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 24px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1.42;
  margin-bottom: 10px;
}

.about-fv-ttl {
  margin-bottom: 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.04em;
  line-height: 1.34;
  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;
}

.about-fv-ttl span {
  display: block;
}


/* ==========================================================================
   Vision
   ========================================================================== */
.l-about-vision {
  position: relative;
  width: 100%;
  background-color: #31c47d;
  overflow: hidden;
}

.about-vision-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0 104px 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(32px, 4vw, 56px);
  min-height: 699px;
  z-index: 2;
}

.about-vision-text {
  flex: 1 1 0;
  min-width: 0;
  max-width: min(720px, 58%);
  padding-top: 0;
}

.about-vision-head {
  position: relative;
  margin: 0;
}

.about-vision-num {
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #e5e5e5;
}

.about-vision-tag {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #e5e5e5;
  white-space: nowrap;
}

.about-vision-head + .about-vision-ttl {
  margin-top: 14px;
}

.about-vision-ttl + .about-vision-head {
  margin-top: 56px;
}

.about-vision-ttl {
  margin-top: 0;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 40px;
  line-height: 1.38;
  letter-spacing: 0.02em;
  color: #E5E5E5;
}

.about-vision-ttl + .about-vision-head {
  margin-top: 80px;
}

.about-vision-ttl span {
  display: block;
}

.about-vision-desc {
  margin-top: 40px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 0.06em;
  color: #081a00;
}

.about-vision-img {
  flex-shrink: 0;
  width: 488px;
  height: 527px;
  overflow: hidden;
  border-radius: 60px 0 0 60px;
  align-self: center;
}

.about-vision-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Operating Principles
   ========================================================================== */
.l-about-principles {
  position: relative;
  width: 100%;
  background-color: #d9dcdc;
  overflow: hidden;
}

.l-about-principles::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.about-principles-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 160px 160px;
}

.about-principles-head {
  position: relative;
}

.about-principles-num {
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #22a164;
}

.about-principles-tag {
  position: absolute;
  top: 0;
  left: 154px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #31c47d;
  white-space: nowrap;
}

.about-principles-ttl {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #081a00;
}

.about-principles-ttl br {
  display: none;
}

.about-principle-cards {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}

.about-principle-card {
  background-color: #fff;
  border: 1px solid #d9dcdc;
  border-radius: 24px;
  padding: 16px 16px 32px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}

.about-principle-card-img {
  width: 100%;
  height: 179px;
  background-color: #f3f4ef;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-principle-card-img img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.about-principle-card-ttl {
  margin-top: 24px;
  padding: 0 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  color: #31c47d;
  text-align: center;
}

.about-principle-card-ttl span {
  display: block;
}

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


/* ==========================================================================
   Message from CEO
   ========================================================================== */
.l-about-message {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.about-message-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 160px 120px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 132px;
}

.about-message-col-text {
  flex: 1;
  max-width: 598px;
  min-width: 0;
}

.about-message-col-profile {
  flex-shrink: 0;
  width: 343px;
  margin-top: -18px;
}

.about-message-profile-body {
  display: block;
}

.about-message-head {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 12px;
  row-gap: 4px;
}

.about-message-num,
.about-message-tag {
  margin: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #31c47d;
  white-space: nowrap;
}

.about-message-ttl {
  flex-basis: 100%;
  margin-top: 24px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 40px;
  line-height: 1.5;
  color: #081a00;
}

.about-message-ttl span {
  display: block;
}

.about-message-text {
  margin-top: 24px;
}

.about-message-text p {
  margin: 0;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #081a00;
}

.about-message-text-spaced {
  margin-top: 30px !important;
}

.about-message-img {
  width: 343px;
  height: 464px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.about-message-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-message-name-row {
  margin-top: 32px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.about-message-name {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #081a00;
}

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

.about-message-role {
  margin-top: 16px;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.about-message-role span {
  display: block;
}


/* ==========================================================================
   History
   ========================================================================== */
.l-about-history {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.about-history-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 160px 250px;
}

.about-history-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
}

.about-history-head {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 12px;
  row-gap: 4px;
  margin-bottom: 32px;
}

.about-history-num,
.about-history-tag {
  margin: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #31c47d;
  white-space: nowrap;
}

.about-message-num,
.about-history-num {
  color: #22a164;
}

.about-history-ttl {
  flex-basis: 100%;
  margin-top: 16px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
  color: #081a00;
}

.about-history-list {
  margin-top: 0;
  list-style: none;
  padding: 0;
}

.about-history-item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 48px;
  min-height: 100px;
  border-bottom: 1px solid #d9dcdc;
}

.about-history-item:last-child {
  border-bottom: none;
}

.about-history-year {
  flex-shrink: 0;
  width: 100px;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #31c47d;
}

.about-history-desc {
  flex: 1;
  min-width: 0;
  font-family: "NotoSansJP";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #081a00;
  overflow-wrap: break-word;
  word-break: break-word;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* Message: PC で画面が狭いときに余白を抑え、プロフィールを右寄せ */
  .about-message-inner {
    gap: 80px;
  }

  .about-message-col-profile {
    margin-left: auto;
  }
}

@media screen and (max-width: 1200px) {
  /* FV */
  .l-about-fv {
    height: 560px;
    min-height: unset;
  }

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

  .about-fv-deco {
    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;
  }

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

  .about-fv-label {
    font-size: 20px;
  }

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

  /* Vision */
  .about-vision-inner {
    padding: 72px 0 72px 40px;
    gap: 32px;
    min-height: 0;
  }

  .about-vision-text {
    max-width: min(640px, 56%);
  }

  .about-vision-ttl + .about-vision-head {
    margin-top: 48px;
  }

  .about-vision-tag {
    font-size: 20px;
  }

  .about-vision-ttl {
    font-size: 28px;
  }

  .about-vision-ttl br {
    display: none;
  }

  .about-vision-desc {
    font-size: 16px;
  }

  .about-vision-img {
    width: 310px;
    height: 440px;
    border-radius: 40px 0 0 40px;
  }

  .l-about-principles::before {
    width: 400px;
    height: 390px;
  }

  /* Operating Principles */
  .about-principles-inner {
    padding: 80px 40px 100px;
  }

  .about-principles-ttl {
    font-size: 28px;
  }

  .about-principle-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-principle-card {
    min-height: 32vw;
    padding: 4.267vw;
    display: grid;
    grid-template-columns: minmax(0, 42%) 1fr;
    grid-template-rows: auto auto;
    column-gap: 28px;
    row-gap: 12px;
    align-items: start;
  }

  .about-principle-card-img {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 100%;
    width: auto;
    align-self: start;
  }

  .about-principle-card-ttl {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    padding: 0 8px 0 0;
    text-align: left;
  }

  .about-principle-card-ttl br {
    display: none;
  }

  .about-principle-card-desc {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    padding: 0 8px 0 0;
    text-align: left;
  }

  .about-principle-card-desc br {
    display: none;
  }

  /* Message */
  .about-message-inner {
    padding: 120px 40px 100px;
    gap: 48px;
    justify-content: space-between;
  }

  .about-message-col-text {
    max-width: none;
  }

  .about-message-ttl {
    font-size: 32px;
  }

  .about-message-col-profile {
    width: 280px;
    margin-top: 0;
  }

  .about-message-img {
    width: 280px;
    height: 380px;
  }

  /* History */
  .about-history-inner {
    padding: 0 40px 120px;
  }

  .about-history-year {
    width: 5.417vw;
  }

  .about-history-head {
    margin-bottom: 24px;
  }

  .about-history-card {
    padding: 0;
  }

  .about-history-ttl {
    font-size: 32px;
  }

  .about-history-item {
    gap: 32px;
    padding: 0 32px;
    min-height: 88px;
  }
}

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

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

  .about-fv-deco {
    display: none;
  }

  .about-fv-label {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }

  .about-fv-ttl {
    margin-bottom: 0;
    font-size: 7.5vw;
    line-height: 1.5;
  }

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

  /* Vision */
  .about-vision-inner {
    flex-direction: column;
    padding: 12.5vw 5vw;
    gap: 40px;
  }

  .about-vision-text {
    padding-top: 0;
    max-width: none;
  }

  .about-vision-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 4px;
    padding-top: 0;
  }

  .about-vision-num {
    margin: 0;
    font-size: 3.333vw;
  }

  .about-vision-tag {
    position: static;
    margin: 0;
    font-size: 3.75vw;
  }

  .about-vision-ttl + .about-vision-head {
    margin-top: 8.333vw;
  }

  .about-vision-ttl {
    font-size: 7.083vw;
    margin-top: 20px;
  }

  .about-vision-ttl + .about-vision-head {
    margin-top: 12.5vw;
  }

  .about-vision-ttl br {
    display: none;
  }

  .about-vision-desc {
    font-size: 3.333vw;
    margin-top: 24px;
    line-height: 1.8;
  }

  .about-vision-img {
    width: 100%;
    height: 260px;
    border-radius: 24px;
    align-self: stretch;
  }

  .l-about-principles::before {
    width: 280px;
    height: 273px;
  }

  /* Operating Principles */
  .about-principles-inner {
    padding: 12.5vw 5vw;
  }

  .about-principles-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 4px;
    padding-top: 0;
  }

  .about-principles-num {
    margin: 0;
    font-size: 3.333vw;
  }

  .about-principles-tag {
    position: static;
    margin: 0;
    font-size: 3.333vw;
  }

  .about-principles-ttl {
    font-size: 5vw;
    line-height: 1.6;
  }

  .about-principles-ttl br {
    display: revert;
  }

  .about-principle-cards {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-top: 40px;
  }

  .about-principle-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 2.5vw 2.5vw 5vw;
  }

  .about-principle-card-img {
    height: 37.5vw;
    width: 100%;
    align-self: stretch;
  }

  .about-principle-card-ttl {
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    font-size: 3.75vw;
    margin-top: 20px;
    padding: 0 16px;
    text-align: center;
  }

  .about-principle-card-ttl br {
    display: revert;
  }

  .about-principle-card-desc {
    font-size: 3.333vw;
    margin-top: 16px;
    padding: 0 16px;
  }

  .about-principle-card-desc br {
    display: revert;
  }

  /* Message */
  .about-message-inner {
    flex-direction: column;
    gap: 40px;
    padding: 12.5vw 5vw;
  }

  .about-message-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 4px;
    padding-top: 0;
  }

  .about-message-num,
  .about-message-tag {
    position: static;
    margin: 0;
    font-size: 3.333vw;
  }

  .about-message-ttl {
    flex-basis: 100%;
    margin-top: 5px;
    font-size: 6.667vw;
  }

  .about-message-col-text {
    max-width: none;
  }

  .about-message-text {
    margin-top: 5vw;
  }

  .about-message-text p {
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .about-message-col-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 0;
  }

  .about-message-img {
    flex-shrink: 0;
    width: 35.2vw;
    height: 46.933vw;
    border-radius: 12px;
  }

  .about-message-profile-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    gap: 5vw;
  }

  .about-message-name-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin: 0;
    line-height: 1.2;
  }

  .about-message-name-row p {
    margin: 0;
  }

  .about-message-role {
    margin: 0;
    font-size: 2.917vw;
    line-height: 1.25;
  }

  .about-message-role span + span {
    margin-top: 1px;
  }

  .about-message-name {
    font-size: 5vw;
  }

  .about-message-en {
    margin: 0;
    font-size: 3.333vw;
    line-height: 1.15;
  }

  /* History */
  .about-history-inner {
    padding: 12.5vw 5vw;
  }

  .about-history-card {
    padding: 0;
    border-radius: 12px;
  }

  .about-history-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 4px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .about-history-num,
  .about-history-tag {
    position: static;
    margin: 0;
    font-size: 3.333vw;
  }

  .about-history-ttl {
    flex-basis: 100%;
    margin-top: 5px;
    font-size: 6.667vw;
  }

  .about-history-list {
    margin-top: 0;
  }

  .about-history-item {
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 4vw, 20px);
    padding: 5vw;
    min-height: 0;
    min-width: 0;
  }

  .about-history-year {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    font-size: 5vw;
    line-height: 1.3;
    white-space: nowrap;
  }

  .about-history-desc {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-size: 3.333vw;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

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

@media screen and (min-width: 1441px) {
  .about-vision-img {
    border-radius: 60px;
  }
}
