/* ======================================
ABOUT PAGE
====================================== */

.about-page {
  background: #fff;
}

/* ======================================
FV
====================================== */

.about-fv__visual {
  position: relative;
  padding: 0 0 20px;
}

.about-fv__visual img {
  width: 100%;
}

.about-fv__overlay {
  position: absolute;
  left: 32px;
  top: 10px;
  width: 65%;
}

.about-fv h1 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 28px;
  line-height: 1.6;
}

.about-fv__en {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  font-style: italic;
}

.about-fv__lead {
  max-width: 280px;
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

/* ======================================
ABOUT SECTION
====================================== */

.about-page .section-heading {
  margin-bottom: 28px;
}

.about-page .section-en {
  font-size: 16px;
  font-weight: 800;
}

.about-page .section-heading h2 {
  color: var(--green);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
}

/* ======================================
PROFILE CARD
====================================== */

.profile-card {
  margin: 0 0 32px;
  border: 1px solid var(--orange);
  border-radius: 10px;
  background: var(--business-bg);
  overflow: hidden;
}

.profile-card__top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.profile-card__image {
  width: 170px;
  align-self: stretch;
  flex-shrink: 0;
  padding: 5px 0 5px 5px;
}

.profile-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
}

.profile-card__body {
  flex: 1;
}

.profile-card__name {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.profile-card__name span {
  margin-left: 4px;
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.profile-card__position {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.profile-card--supervisor .profile-detail {
  margin: 20px 5px 12px;
  padding: 22px 20px;
  background: #fff;
  border-radius: 4px;
}

.profile-card--supervisor .profile-detail table {
  width: 100%;
  border-collapse: collapse;
}

.profile-card--supervisor .profile-detail th,
.profile-card--supervisor .profile-detail td {
  padding: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
}

.profile-card--supervisor .profile-detail th {
  width: 72px;
  padding-right: 24px;
  font-weight: 700;
  white-space: nowrap;
}

/* ======================================
TEXT
====================================== */

.about-ceo {
  padding-bottom: 50px;
}

.about-text {
  max-width: 460px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.about-text p {
  margin: 0 0 20px;
}

.note-box {
  margin: 32px 0;
  padding: 20px 20px 20px 24px;
  background: #fffbe9;
  border-left: 5px solid var(--orange);
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.about-sign {
  margin: 32px 0 70px;
  text-align: right;
}

.about-sign p {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.8;
}

.about-sign img {
  margin-left: auto;
  width: 120px;
}

.about-sign--text strong {
  color: var(--green);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

/* ======================================
FOR BUSINESS PARTNERS
====================================== */

.business-partners {
  background: var(--business-bg);
  text-align: center;
}

.business-partners .business-partners__text {
  max-width: 400px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.joinus-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 350px;
  margin: 0 auto;
}

.joinus-buttons a {
  display: block;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: #faf8f4;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
}

/* ======================================
PHILOSOPHY
====================================== */

.philosophy-lead {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.philosophy-lead__main {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.philosophy-lead__gotof {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.15em;
}

.philosophy-lead__copy {
  margin-bottom: 24px;
  font-weight: 700;
}

.philosophy-lead__text {
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}


.future-title {
  margin: 0 0 28px;
  color: var(--green);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.future-card {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding: 22px 18px;
  border: 1px solid var(--line-gray);
  border-radius: 10px;
  background: #fff;
}

.future-card__num {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
}

.future-card__num::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1px);

  width: 1px;
  height: 36px;

  background: #d5d5d5;
}

.future-card h4 {
  margin: 0 0 14px 18px;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 700;
  white-space: nowrap;
}

.future-card p {
  max-width: 290px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.future-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.future-card__image img {
  width: 100%;
  max-width: 140px;
}

.about-gotof-bottom {
  margin: 40px 0 0;
  color: var(--orange);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.12em;
}

/* ======================================
ABOUT SECTION ADJUST
====================================== */

.about-ceo {
  padding-bottom: 50px;
}

.business-partners,
.about-philosophy {
  padding: 50px 0 56px;
}



@media (max-width: 430px) {

  .about-page .section-en {
    font-size: 13px;
    font-weight: 800;
  }

  .about-page .section-heading h2 {
    color: var(--green);
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
  }  


  .about-section,
  .business-partners,
  .about-philosophy {
    padding: 44px 0 50px;
  }

  .about-fv__overlay{
    left:5%;
    top:3%;
    width:58%;
  }

  .about-fv h1 {
    margin: 0 0 16px;
    font-size: 23px;
  }

  .about-fv__en {
    margin: 0 0 12px;
    font-size: 13px;
  }

  .about-fv__lead {
    max-width: 280px;
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
  }


  .profile-card__image {
    width: 110px;
    flex-shrink: 0;
  }

  .profile-card__top {
    gap: 12px;
  }
  
  .profile-card__name {
    font-size: 20px;
  }

  .profile-card__name span {
    font-size: 11px;
  }

  .profile-card__position {
    font-size: 12px;
  }

  .profile-card--supervisor .profile-card__name span {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: -8px;
  }

  .profile-card--supervisor .profile-detail th,
  .profile-card--supervisor .profile-detail td {
    font-size: 13px;
    text-align: left;
    vertical-align: top;
  }

  .profile-card--supervisor .profile-detail th {
    width: 58px;
    padding-right: 8px;
    font-weight: 700;
    white-space: nowrap;
  }

  .about-text {
    font-size: 13px;
  }

  .note-box {
    font-size: 12px;
  }

  .about-sign p {
    font-size: 13px;
    line-height: 1.8;
  }

  .philosophy-lead__main {
    font-size: 28px;
  }

  .philosophy-lead__gotof {
    font-size: 18px;
  }

  .philosophy-lead__text {
    font-size: 12.5px;
  }  

  .future-title {
    font-size: 22px;
  }
  
  .future-card {
    grid-template-columns: 1fr 31%;
    gap: 10px;
    padding: 10px 14px;
  }

  .future-card h4 {
    margin: 0 0 8px 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .future-card p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.75;
  }

  .future-card__image img {
    width: 100%;
    max-width: none;
  }
}