:root {
  --about-color: #f6ab00;
  --about-text: #202124;
}

.about-sectionHead {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.about-sectionHead__num {
  margin: 0;
  color: rgba(246, 171, 0, 0.28);
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.about-sectionHead__text {
  position: relative;
  padding-left: 18px;
  padding-top: 5px;
}

.about-sectionHead__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 50px;
  background: var(--about-color);
}

.about-sectionHead__text span {
  display: block;
  margin-bottom: 4px;
  color: #b8b8b8;
  font-family: serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.22em;
}

.about-sectionHead__text h2 {
  margin: 0;
  color: var(--about-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.about-philosophy {
  position: relative;
  padding: 82px 0 86px;
  overflow: hidden;
}

.about-philosophy__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.about-philosophy__bgImage {
  position: absolute;
  left: 0;
  top: -180px;
  width: 100%;
  height: calc(100% + 560px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  opacity: 0.32;
  transform: translateY(0);
  will-change: transform;
  pointer-events: none;
}

.about-philosophy__inner {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
}

.about-philosophy__panel {
  width: 1300px;
  margin: 0 auto;
  padding: 56px 98px 64px;
  background: #fff;
  box-sizing: border-box;
}

.about-philosophy__content {
  margin-top: 42px;
}

.about-philosophy__title {
  margin: 0;
  color: var(--about-text);
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-align: center;
}

.about-philosophy__title br {
  display: none;
}

.about-philosophy__body {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 420px 420px;
  column-gap: 70px;
  justify-content: center;
  align-items: center;
}

.about-philosophy__desc {
  margin: 0;
  color: var(--about-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

.about-philosophy__image {
  width: 420px;
  aspect-ratio: 420 / 245;
  overflow: hidden;
}

.about-philosophy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-purpose {
  padding: 110px 0 120px;
  background: #fff;
}

.about-purpose__inner {
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
}

.about-purpose__panel {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 72px 46px 70px;
  box-sizing: border-box;

  border: 1px solid rgba(15, 23, 43, 0.06);

  box-shadow:
    0 8px 24px rgba(15, 23, 43, 0.04),
    0 30px 80px rgba(15, 23, 43, 0.06);
}

.about-sectionHead--center {
  width: fit-content;
  margin: 0 0 0 118px;
}

.about-purpose__lead {
  margin: 42px 0 0;
  color: var(--about-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}

.about-purpose__cards {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 340px);
  justify-content: center;
  gap: 46px;
}

.about-purposeCard {
  min-height: 300px;
  padding: 34px 32px 32px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.about-purposeCard__en {
  margin: 0 0 8px;
  color: var(--about-color);
  font-family: "Libre Bodoni", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
}

.about-purposeCard__missionText {
  margin: 34px 0 0;
  color: #202124;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-purposeCard__visionText {
  margin: 34px 0 0;
  color: #202124;
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

.about-purposeCard__visionText span {
  display: block;
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.about-purposeCard h3 {
  position: relative;
  margin: 0;
  padding-bottom: 28px;
  color: var(--about-text);
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.about-purposeCard h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 1px;
  background: #cfcfcf;
  transform: translateX(-50%);
}

.about-purposeCard ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-purposeCard li {
  padding: 13px 0;
  border-bottom: 1px solid #d8d8d8;
  color: var(--about-text);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.about-purposeCard li span {
  display: block;
  margin-top: 3px;
  color: #777;
  font-family: "Libre Bodoni", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.about-purposeCard.is-in {
  opacity: 1;
  transform: translateY(0);
}

.about-purposeCard:hover,
.about-purposeCard.is-hover {
  transform: translateY(-8px);
  border-color: rgba(246, 171, 0, 0.35);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.about-message {
  padding: 110px 0 120px;
  background: #fff;
}

.about-message__inner {
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
}

.about-message__panel {
  width: 1300px;
  margin: 0 auto;
  padding: 72px 72px 78px;
  background: #082041;
  box-sizing: border-box;

  box-shadow:
    0 10px 30px rgba(2, 12, 32, 0.22),
    0 40px 90px rgba(4, 18, 48, 0.32);
}

.about-message__content {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 560px;
  column-gap: 56px;
  align-items: center;
}

.about-message__catch {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.about-message__desc {
  margin-top: 46px;
}

.about-message__desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.about-message__desc p + p {
  margin-top: 20px;
}

.about-message__visual {
  position: relative;
}

.about-message__image {
  width: 560px;
  aspect-ratio: 560 / 540;
  overflow: hidden;
}

.about-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-message__nameCard {
  position: absolute;
  right: -24px;
  bottom: -34px;

  width: 300px;
  padding: 34px 34px 28px;

  background: #fff;
  box-sizing: border-box;
}

.about-message__position {
  margin: 0;
  color: #202124;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.about-message__name {
  margin: 16px 0 0;
  color: #202124;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.about-message__enName {
  margin: 0;
  color: #f6ab00;
  font-family: "Allura", cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;

  text-align: right;

  transform: rotate(-6deg);
  transform-origin: right center;
}

.about-company {
  padding: 110px 0 120px;
  background: #fff;
}

.about-company__inner {
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
}

.about-company__panel {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 72px 46px 70px;
  box-sizing: border-box;

  border: 1px solid rgba(15, 23, 43, 0.06);

  box-shadow:
    0 8px 24px rgba(15, 23, 43, 0.04),
    0 30px 80px rgba(15, 23, 43, 0.06);
}

.about-company__content {
  width: 760px;
  margin: 54px auto 0;
}

.about-company__table {
  width: 100%;
  border-collapse: collapse;
}

.about-company__table th,
.about-company__table td {
  padding: 24px 0;
  vertical-align: middle;
}

.about-company__table th {
  width: 190px;
  padding-inline: 20px;

  background: #fbda8f;
  color: #202124;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;

  border-bottom: 1px solid rgba(32, 33, 36, 0.14);
}

.about-company__table td {
  padding-left: 42px;

  color: #202124;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;

  border-top: 1px solid rgba(32, 33, 36, 0.18);
  border-bottom: 1px solid rgba(32, 33, 36, 0.18);
}

/* 最初の行 */
.about-company__table tr:first-child td {
  border-top: 1px solid rgba(32, 33, 36, 0.3);
}

/* 最後の行 */
.about-company__table tr:last-child td,
.about-company__table tr:last-child th {
  border-bottom: 1px solid rgba(32, 33, 36, 0.3);
}

.about-company__license {
  width: 480px;
  margin: 56px auto 0;

  overflow: hidden;

  box-shadow:
    0 10px 30px rgba(2, 12, 32, 0.12),
    0 24px 60px rgba(2, 12, 32, 0.18);
}

.about-company__license img {
  width: 100%;
  height: auto;
  display: block;
}

.js-fadeUpEarly {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fadeUpEarly.is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .about-philosophy,
  .about-purpose,
  .about-message,
  .about-company {
    padding: 56px 0 64px;
    background: #fff;
  }

  .about-philosophy__inner,
  .about-purpose__inner,
  .about-message__inner,
  .about-company__inner {
    width: 100%;
  }

  .about-philosophy__panel,
  .about-purpose__panel,
  .about-message__panel,
  .about-company__panel {
    width: 320px;
    margin: 0 auto;
    padding: 34px 22px 36px;
    background: #fff;
    box-sizing: border-box;
  }

  .about-message__panel {
    background: #082041;
  }

  .about-sectionHead {
    justify-content: left;
    align-items: center;
    gap: 5px;
  }

  .about-sectionHead--center {
    width: auto;
    margin: 0;
  }

  .about-sectionHead__num {
    font-size: 42px;
    line-height: 1;
    transform: translateY(-2px);
  }

  .about-sectionHead__text {
    padding-left: 14px;
    padding-top: 3px;
  }

  .about-sectionHead__text::before {
    top: 4px;
    height: 38px;
    transform: none;
  }

  .about-sectionHead__text span {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.16em;
  }

  .about-sectionHead__text h2 {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .about-philosophy__bgImage {
    top: -40px;
    height: calc(100% + 40px);
    background-size: cover;
    opacity: 0.24;
  }

  .about-philosophy__content {
    margin-top: 30px;
  }

  .about-philosophy__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.02em;
    white-space: normal;
    text-align: center;
  }

  .about-philosophy__title br {
    display: block;
  }

  .about-philosophy__body {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .about-philosophy__desc {
    order: 2;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }

  .about-philosophy__image {
    order: 1;
    width: 100%;
    aspect-ratio: 276 / 185;
  }

  .about-purpose__panel {
    padding: 34px 18px 36px;
  }

  .about-purpose__lead {
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .about-purpose__cards {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .about-purposeCard {
    width: 100%;
    min-height: auto;
    padding: 24px 18px;
    box-shadow: none;
    transform: none !important;
  }

  .about-purposeCard__en {
    font-size: 16px;
    letter-spacing: 0.16em;
    margin-bottom: 4px;
  }

  .about-purposeCard h3 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    padding-bottom: 18px;
  }

  .about-purposeCard h3::after {
    width: 160px;
  }

  .about-purposeCard__missionText,
  .about-purposeCard__visionText {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }

  .about-purposeCard__visionText {
    font-size: 18px;
    font-weight: 700;
  }

  .about-purposeCard__visionText span {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
  }

  .about-purposeCard ul {
    margin-top: 18px;
  }

  .about-purposeCard li {
    padding: 10px 0;
    font-size: 16px;
  }

  .about-message__content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .about-message__visual {
    order: 1;
    position: relative;
    width: 100%;
    margin-top: 24px;
  }

  .about-message__image {
    width: 100%;
    aspect-ratio: 335 / 365;
    overflow: hidden;
  }

  .about-message__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-message__nameCard {
    position: absolute;
    right: -10px;
    bottom: -28px;
    width: 150px;
    padding: 12px 14px;
    background: #fff;
    box-sizing: border-box;
  }

  .about-message__position {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
  }

  .about-message__name {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.2;
  }

  .about-message__enName {
    margin-top: 0;
    font-size: 17px;
    line-height: 1;
  }

  .about-message__text {
    order: 2;
    margin-top: 42px;
  }

  .about-message__catch {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .about-message__desc {
    margin-top: 28px;
  }

  .about-message__desc p {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .about-message__desc p + p {
    margin-top: 16px;
  }

  .about-company__content {
    width: 100%;
    margin-top: 30px;
    overflow-x: auto;
  }

  .about-company__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .about-company__table th,
  .about-company__table td {
    padding: 14px 12px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7;
    vertical-align: middle;
    border-bottom: 1px solid rgba(32, 33, 36, 0.18);
  }

  .about-company__table th {
    width: 110px;
    background: #fbda8f;
    text-align: center;
  }

  .about-company__table td {
    background: #fff;
    letter-spacing: 0.03em;
  }

  .about-company__license {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 8px 24px rgba(2, 12, 32, 0.14);
  }
}
