:root {
  --sr-red: #8a2c2c;
  --sr-text: #111;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.about-page {
  background: #fff;
}

.about-page main {
  background: #fff;
}

.about-page .about-nav,
.about-page .about-sec {
  background: #fff;
}

.about-page .list-header {
  background: #fff;
}

.about-sec {
  padding: 70px 0 90px;
}

.about-sec__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.about-sec__title {
  margin: 0 0 40px;
  color: var(--sr-red);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.about-sec__en {
  display: block;
  font-size: 50px;
}

.about-sec__jp {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.about-nav {
  padding: 22px 0 10px;
}

.about-nav__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

.about-nav__btn {
  width: 250px;
  height: 85px;
  background: var(--sr-red);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  border: 2px solid transparent;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border 0.25s ease;
}

.about-nav__btn:hover {
  background: #fff;
  color: var(--sr-red);
  border: 1px solid var(--sr-red);
}

.about-nav__en,
.about-nav__jp {
  color: inherit;
}

.about-nav__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.about-nav__jp {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0;
}

.about-message__body {
  position: relative;
}

.about-message {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 56px;
  align-items: start;
}

.about-message__lead {
  margin: 0 0 22px;
  font-size: 30px;
  color: var(--sr-text);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-message__text {
  position: relative;
  z-index: 2;
}

.about-message__text p {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.9;
  color: #222;
}

.about-message__watermark {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 600px;
  opacity: 0.06;
  pointer-events: none;
  z-index: 1;
}

.about-message__watermark img {
  width: 100%;
  height: auto;
  display: block;
}

.about-message__side {
  margin-top: -120px;
}

.about-message__photo {
  width: 450px;
  height: 500px;
  margin: 0;
  overflow: hidden;
  background: #eee;
}

.about-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 0%;
  transform: scale(1.3) translateY(-8%);
  transform-origin: center;
  display: block;
}

.about-message__profile {
  margin-top: 18px;
}

.about-message__role {
  margin: 0 0 8px;
  font-size: 25px;
  color: var(--sr-red);
  font-weight: 700;
}

.about-message__name {
  margin: 0 0 6px;
  font-size: 25px;
  color: var(--sr-text);
  font-weight: 700;
}

.about-message__kana {
  margin: 0 0 14px;
  font-size: 15px;
  color: #444;
  letter-spacing: 0.06em;
}

.about-message__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #222;
}

.philosophy-hero {
  text-align: center;
  margin-top: 40px;
}

.philosophy-main {
  font-size: 90px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 auto;
}

.philosophy-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 25px;
  letter-spacing: 0.15em;
  margin-top: 0;
  justify-items: center;
  align-items: center;
  width: min(900px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.philosophy-sub__left,
.philosophy-sub__right {
  color: #b1b0b0;
  text-align: center;
  padding: 0;
}

.philosophy-sub__left {
  transform: translateX(35px);
}

.philosophy-sub__s,
.philosophy-sub__r {
  color: #8a2c2c;
}

.philosophy-line {
  border: none;
  border-top: 1px solid #a2a2a2;
  margin: 60px 0;
}

.philosophy-copy {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.philosophy-copy__leftbar {
  width: 10px;
  background: #8a2c2c;
  min-height: 200px;
}

.philosophy-copy__title {
  font-size: 80px;
  margin: 0 0 30px;
}

.philosophy-copy p {
  font-size: 25px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.philosophy-accent {
  color: #8a2c2c;
  font-weight: 500;
}

.philosophy-reason {
  font-size: 40px;
  color: #6d6d6d;
  text-align: center;
  margin: 40px 0 80px;
}

.philosophy-mvv-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  transform: none;
}

.philosophy-mvv {
  max-width: 1600px;
  width: calc(100% - 160px);
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.mvv-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 44px;
  box-sizing: border-box;
}

.mvv-item:not(:last-child) {
  border-right: 1px solid #d88f8f;
}

.mvv-item:not(:first-child) {
  padding-left: 32px;
}

.mvv-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 92px;
  background: #8a2c2c;
  color: #fff;
  padding: 0 28px;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 34px;
  box-sizing: border-box;
}

.mvv-title {
  font-size: 55px;
  line-height: 1.28;
  margin: 0 0 18px;
  min-height: 140px;
}

.mvv-text {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 20px;
  color: #6d6d6d;
  line-height: 1.9;
}

#company .about-sec__inner {
  max-width: 900px;
  margin: 0 auto;
}

.company-title {
  text-align: center;
  font-size: 42px;
  color: #8a2c2c;
  margin: 0 0 60px;
}

.company-title span {
  display: block;
  font-size: 18px;
  margin-top: 8px;
  color: #8a2c2c;
}

.company-box {
  border-left: 5px solid #8a2c2c;
  padding-left: 40px;
}

.company-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  line-height: 1.8;
}

.company-label {
  color: #555;
}

.company-value {
  color: #111;
}

.sp-br {
  display: none;
}

@media (max-width: 1024px) {
  .list-header {
    display: none;
  }

  .about-nav {
    margin: 18px 0 28px;
    padding: 0;
  }

  .about-nav__inner {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .about-nav__btn {
    width: 180px;
    height: 68px;
    display: grid;
    place-content: center;
    gap: 4px;
  }

  .about-nav__en {
    font-size: 20px;
    line-height: 1.1;
  }

  .about-nav__jp {
    font-size: 13px;
    line-height: 1.1;
  }

  .about-sec {
    padding: 0;
    background: #fff;
  }

  .about-sec__inner {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    padding: 10px 0 40px;
  }

  .about-sec__head {
    margin: 0 0 14px;
  }

  .about-sec__title {
    margin: 0;
    padding: 22px 0 12px;
    line-height: 1.15;
  }

  .about-sec__en {
    font-size: 36px;
  }

  .about-sec__jp {
    margin-top: 8px;
    font-size: 16px;
  }

  .about-message {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .about-message__body {
    position: relative;
  }

  .about-message__lead {
    margin: 8px 0 12px;
    font-size: 24px;
    line-height: 1.5;
  }

  .about-message__text p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.9;
  }

  .about-message__watermark {
    width: 460px;
    top: 50%;
    opacity: 0.05;
  }

  .about-message__side {
    width: 100%;
    margin: 0;
    position: static;
  }

  .about-message__photo {
    margin: 0 auto;
    width: min(420px, 100%);
    height: 420px;
    overflow: hidden;
    background: #eee;
  }

  .about-message__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 18%;
    transform: scale(1.2) translateY(-4%);
  }

  .about-message__profile {
    margin-top: 16px;
  }

  .about-message__role {
    margin: 0 0 6px;
    font-size: 18px;
  }

  .about-message__name {
    margin: 0;
    font-size: 28px;
  }

  .about-message__kana {
    margin: 6px 0 0;
    font-size: 13px;
  }

  .about-message__desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.9;
  }

  .philosophy-hero {
    text-align: center;
    margin-top: 18px;
    padding: 8px 0 12px;
  }

  .philosophy-main {
    display: inline-block;
    margin: 0;
    font-size: clamp(44px, 7vw, 58px);
    line-height: 1.25;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .philosophy-sub {
    margin-top: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    column-gap: 24px;
    width: min(620px, 100%);
    font-size: 16px;
    letter-spacing: 0.14em;
  }

  .philosophy-sub__left {
    transform: translateX(18px);
  }

  .philosophy-sub__right {
    transform: translateX(-6px);
  }

  .philosophy-line {
    margin: 28px 0;
  }

  .philosophy-copy {
    display: grid;
    grid-template-columns: 4px 1fr;
    gap: 18px;
    align-items: stretch;
  }

  .philosophy-copy__leftbar {
    width: 4px;
    min-height: 140px;
  }

  .philosophy-copy__title {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.5;
  }

  .philosophy-copy p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.8;
  }

  .philosophy-reason {
    margin: 24px 0 28px;
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    color: #777;
  }

  .sp-br {
    display: inline;
  }

  #philosophy .philosophy-mvv-bleed {
    width: 100%;
    position: static;
    left: auto;
    margin-left: 0;
    transform: none;
  }

  #philosophy .philosophy-mvv {
    width: 100%;
    max-width: 100%;
    margin: 34px 0 0;
    display: block;
  }

  #philosophy .mvv-item {
    display: block;
    min-width: 0;
    padding: 22px 0 24px;
    box-sizing: border-box;
    border-right: 0;
  }

  #philosophy .mvv-item:not(:first-child) {
    padding-left: 0;
  }

  #philosophy .mvv-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(138, 44, 44, 0.35);
  }

  #philosophy .mvv-label {
    display: inline-block;
    min-width: 0;
    width: auto;
    height: auto;
    padding: 10px 18px;
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1;
  }

  #philosophy .mvv-title {
    min-height: 0;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.45;
  }

  #philosophy .mvv-title br {
    display: none;
  }

  #philosophy .mvv-text {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
  }

  #philosophy .mvv-text br {
    display: none;
  }

  #company .about-sec__inner {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
  }

  .company-title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 34px;
  }

  .company-title span {
    font-size: 14px;
    margin-top: 6px;
  }

  .company-box {
    margin-top: 8px;
    border-left: 4px solid var(--sr-red);
    padding-left: 22px;
  }

  .company-row {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .company-label {
    display: block;
    margin: 0 0 4px;
    font-size: 15px;
    color: #555;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .company-value {
    display: block;
    font-size: 15px;
    line-height: 1.85;
    color: var(--sr-text);
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  :root {
    --sr-red: #8a2c2c;
    --sr-text: #111;
    --sr-gray: #666;
    --sr-line: rgba(0, 0, 0, 0.08);
    --sr-line-red: rgba(138, 44, 44, 0.35);
  }

  .list-header {
    display: none;
  }

  .about-nav {
    margin: 14px 0 22px;
  }

  .about-nav__inner {
    width: min(520px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .about-nav__btn {
    width: 100px;
    height: 52px;
    display: grid;
    place-content: center;
    gap: 4px;
    background: var(--sr-red);
    color: #fff;
    text-decoration: none;
  }

  .about-nav__en {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .about-nav__jp {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1;
    opacity: 0.9;
  }

  .about-sec {
    padding: 0 !important;
    background: #fff;
  }

  .about-sec__inner {
    width: calc(100% - 56px);
    margin: 0 auto;
    padding: 10px 0 28px;
  }

  .about-sec__head {
    margin: 0 0 10px;
  }

  .about-sec__title {
    margin: 0;
    padding: 18px 0 10px;
    color: var(--sr-red);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.15;
  }

  .about-sec__en {
    display: block;
    font-size: 28px;
  }

  .about-sec__jp {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }

  #message .about-sec__inner {
    padding-top: 4px;
  }

  .about-message {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .about-message__body {
    position: relative;
  }

  .about-message__lead {
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--sr-text);
    font-weight: 700;
  }

  .about-message__text p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #222;
  }

  .about-message__watermark {
    display: none;
  }

  .about-message__side {
    width: 100% !important;
    margin: 0 !important;
    position: static !important;
  }

  .about-message__photo {
    margin: 0 auto;
    width: 260px;
    height: 285px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
  }

  .about-message__photo img {
    width: 260px;
    height: 285px;
    object-fit: cover;
    object-position: 75% 35%;
    display: block;
  }

  .about-message__profile {
    margin-top: 12px;
  }

  .about-message__role {
    margin: 0 0 6px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--sr-red);
    font-weight: 600;
  }

  .about-message__name {
    margin: 0;
    font-size: 20px;
    color: var(--sr-text);
    font-weight: 700;
  }

  .about-message__kana {
    margin: 6px 0 0;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: var(--sr-gray);
  }

  .about-message__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.9;
    color: #333;
  }

  #philosophy .about-sec__inner {
    padding-bottom: 24px;
  }

  .philosophy-hero {
    text-align: center;
    margin-top: 10px;
    padding: 8px 0 10px;
  }

  .philosophy-main {
    display: inline-block;
    margin: 0;
    font-size: clamp(30px, 8vw, 35px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: var(--sr-text);
    font-weight: 700;
    white-space: nowrap;
  }

  .philosophy-sub {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    column-gap: 18px;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #b1b0b0;
  }

  .philosophy-sub__s,
  .philosophy-sub__r {
    color: var(--sr-red);
  }

  .philosophy-sub__left {
    transform: translateX(25px);
  }

  .philosophy-sub__right {
    transform: translateX(-10px);
  }

  .philosophy-line {
    border: none;
    border-top: 1px solid var(--sr-line);
    margin: 18px 0;
  }

  .philosophy-copy {
    display: grid;
    grid-template-columns: 3px 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .philosophy-copy__leftbar {
    width: 3px;
    background: var(--sr-red);
    border-radius: 999px;
    height: auto;
    min-height: 110px;
  }

  .philosophy-copy__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.6;
    color: var(--sr-text);
    font-weight: 700;
  }

  .philosophy-copy p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
  }

  .philosophy-accent {
    color: var(--sr-red);
    font-weight: 600;
  }

  .philosophy-reason {
    margin: 16px 0 18px;
    text-align: center;
    font-size: 22px;
    color: #777;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .sp-br {
    display: inline;
  }
  #philosophy .philosophy-mvv-bleed {
    width: 100%;
    position: static;
    left: auto;
    margin-left: 0;
    transform: none;
  }

  #philosophy .philosophy-mvv {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    display: block;
  }

  #philosophy .mvv-item {
    display: block;
    min-width: 0;
    padding: 18px 0 20px;
    box-sizing: border-box;
    border-right: 0;
  }

  #philosophy .mvv-item:not(:first-child) {
    padding-left: 0;
  }

  #philosophy .mvv-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(138, 44, 44, 0.35);
  }

  #philosophy .mvv-label {
    display: inline-block;
    min-width: 0;
    width: auto;
    height: auto;
    padding: 8px 14px;
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1;
  }

  #philosophy .mvv-title {
    min-height: 0;
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.45;
  }

  #philosophy .mvv-title br {
    display: none;
  }

  #philosophy .mvv-text {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  #philosophy .mvv-text br {
    display: none;
  }

  #company .about-sec__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .company-box {
    margin-top: 8px;
    border-left: 3px solid var(--sr-red);
    padding-left: 14px;
  }

  .company-row {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--sr-line);
  }

  .company-label {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #555;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .company-value {
    display: block;
    font-size: 13px;
    line-height: 1.85;
    color: var(--sr-text);
    word-break: break-word;
  }
	.contact-cta {
    display: none !important;
  }
}
