@charset "UTF-8";
/* ===== 汎用コンテナ ===== */
.container {
  max-width: calc(1100px + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* ===== Page Hero ===== */
.page-hero {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1920/315;
}
@media screen and (max-width: 768px) {
  .page-hero {
    aspect-ratio: 480/177;
  }
}

.page-hero-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== 経営理念 ===== */
.section-philosophy {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .section-philosophy {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .section-philosophy {
    padding: 60px 0 0;
  }
}

.philosophy-heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .philosophy-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-heading {
    font-size: 20px;
  }
}

.philosophy-heading-line {
  width: 60px;
  height: 3px;
  background: #34C8DC;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .philosophy-heading-line {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-heading-line {
    margin-bottom: 40px;
  }
}

.section-philosophy .heading-line {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-philosophy .heading-line {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .section-philosophy .heading-line {
    margin-bottom: 48px;
  }
}

.section-philosophy .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-philosophy .section-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-philosophy .section-title {
    margin-bottom: 16px;
  }
}

/* ===== 汎用セクションタイトル ===== */
.section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
.section-title::before {
  content: attr(data-en);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Outfit", sans-serif;
  font-size: 70px;
  font-weight: 700;
  background: linear-gradient(90deg, #33C8DC, #6B8BE0, #A855C8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.18;
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  .section-title::before {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }
}

/* ===== VISION / MISSION 共通 ===== */
.vision-mission-block {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .vision-mission-block {
    margin: 100px auto;
  }
}
@media screen and (max-width: 480px) {
  .vision-mission-block {
    margin: 80px auto;
  }
}

.vm-catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px;
}
.vm-catch br {
  display: none;
}
@media screen and (max-width: 480px) {
  .vm-catch br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vm-catch {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .vm-catch {
    font-size: 16px;
  }
}

.vm-text {
  font-size: 15px;
  line-height: 2;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vm-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .vm-text {
    font-size: 13px;
  }
}

/* ===== 代表挨拶 ===== */
.section-ceo {
  padding: 100px 0;
  background: rgba(234, 236, 248, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-ceo {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-ceo {
    padding: 48px 0;
  }
}

.ceo-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ceo-heading {
    font-size: 20px;
  }
}

.ceo-heading-line {
  width: 60px;
  height: 3px;
  background: #34C8DC;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .ceo-heading-line {
    margin-bottom: 32px;
  }
}

.ceo-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ceo-photo {
  max-width: 700px;
  margin: 0 auto 40px;
}
.ceo-photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ceo-photo {
    max-width: 520px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 520px) {
  .ceo-photo {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 32px;
  }
}

.ceo-body {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ceo-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ceo-lead {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .ceo-lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.ceo-text {
  text-align: center;
}
.ceo-text p {
  font-size: 15px;
  line-height: 2;
  color: #555;
  margin-bottom: 24px;
}
.ceo-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ceo-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ceo-text p {
    font-size: 13px;
  }
}

.ceo-sign {
  text-align: right;
  margin-top: 40px;
}
.ceo-sign img {
  height: 24px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ceo-sign {
    margin-top: 32px;
  }
  .ceo-sign img {
    height: 20px;
  }
}

/* ===== メンバー ===== */
.section-members {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section-members {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-members {
    padding: 48px 0;
  }
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 3.8%;
  }
}

.member-card {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member-card:first-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 20px;
    text-align: left;
  }
  .member-card:first-child .member-photo {
    grid-row: 1/3;
  }
  .member-card:first-child .member-text {
    align-self: end;
  }
  .member-card:first-child .member-role {
    align-self: start;
  }
}

.member-photo {
  margin-bottom: 20px;
}
.member-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .member-photo {
    margin-bottom: 16px;
  }
}

.member-text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .member-text {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

.member-role {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .member-role {
    font-size: 13px;
    letter-spacing: -0.3px;
  }
}

/* ===== 挿絵セクション ===== */
.section-about-photo {
  width: 100%;
  overflow: hidden;
}
.section-about-photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: scale(1.25);
}