/* =========================
   About page
========================= */

.about-page {
  color: #3b2b2d;
}

.about-page img {
  max-width: 100%;
  display: block;
}

.sp-only {
  display: none;
}

.page-label {
  margin: 0 0 18px;
  color: #e2506d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.sp-only {
  display: none;
}


/* =========================
   FV
   文字込み画像をPC/SPで切り替え
========================= */

.about-mv {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.about-mv-picture,
.about-mv-picture img {
  display: block;
  width: 100%;
}

.about-mv-image {
  width: 100%;
  height: auto;
}

/* 左側のピンクベージュのやわらかい面 */
.about-mv::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -8%;
  top: 7%;
  width: 66%;
  height: 88%;
  pointer-events: none;
  border-radius: 48% 52% 50% 46% / 42% 46% 54% 58%;
  background:
    radial-gradient(
      ellipse at 38% 48%,
      rgba(254, 243, 238, 0.94) 0%,
      rgba(254, 243, 238, 0.78) 48%,
      rgba(254, 243, 238, 0.34) 72%,
      rgba(254, 243, 238, 0.00) 100%
    );
}

.about-mv-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(1120px, calc(100% - 40px));
  transform: translate(-50%, -50%);
}

.about-mv-title {
  margin: 0;
  color: #4a3737;
  font-family: var(--font-serif);
  font-size: clamp(46px, 4.8vw, 72px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

.about-mv-lead {
  max-width: 760px;
  margin: clamp(34px, 4vw, 52px) 0 0;
  color: #4d3a3a;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 2.15;
  letter-spacing: 0.08em;
}

/* =========================
   共通セクション
========================= */

.about-section {
  position: relative;
  padding: 120px 20px;
  overflow: hidden;
      background: radial-gradient(circle at 12% 12%, rgba(255, 230, 220, 0.65), transparent 28%), radial-gradient(circle at 88% 78%, rgba(255, 226, 232, 0.7), transparent 30%), #ffffff;
}

.about-section--bg {
  background: #fffaf8;
}

.about-section--white {
  background: #fff;
}

.about-section--pink {
  background: linear-gradient(
    180deg,
    rgba(255, 250, 248, 1),
    rgba(255, 241, 238, 0.95)
  );
}

.about-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.about-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 72px;
  align-items: center;
}

.about-two-column--reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.about-two-column--reverse .about-text {
  order: 2;
}

.about-two-column--reverse .about-image {
  order: 1;
}

.about-text h2,
.about-center h2 {
  margin: 0;
  font-family: serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.about-text p {
  margin: 34px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.25;
  color: #6d585b;
}

.about-large-text {
  color: #b72a50 !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 2 !important;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0 90px 0 90px;
  box-shadow: 0 26px 60px rgba(180, 102, 112, 0.16);
}

/* =========================
   中央見出し
========================= */

.about-center {
  text-align: center;
  margin-bottom: 56px;
}

/* =========================
   キャリアスが生まれた
========================= */

.about-origin-section {
  padding: 140px 0;
}

.about-origin-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 80px;
}

.about-origin-copy {
  color: #4a3333;
}

.about-origin-copy .section-label {
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #7a6262;
}

.about-origin-copy h2 {
  margin: 0 0 40px;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #3d2b2b;
}

.about-origin-copy p {
  margin: 0 0 42px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.04em;
  color: #6f5a5a;
}

.about-origin-copy p:last-child {
  margin-bottom: 0;
}

.about-origin-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 120px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 70px rgba(222, 130, 140, 0.18);
}

.about-origin-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ==============================
   About - 名前に込めた意味
============================== */

.about-name {
  background: radial-gradient(circle at 12% 12%, rgba(255, 230, 220, 0.65), transparent 28%), radial-gradient(circle at 88% 78%, rgba(255, 226, 232, 0.7), transparent 30%), #fffaf8;
}

.name-meaning {
  width: min(960px, 100%);
  margin: 72px auto 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-circle {
  width: min(42vw, 430px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 0 48px rgba(255, 255, 255, 0.5),
    0 24px 60px rgba(170, 120, 120, 0.08);
}

.name-circle--career {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, rgba(255, 241, 170, 0.62), rgba(255, 250, 225, 0.82));
  z-index: 2;
}

.name-circle--us {
  margin-left: -46px;
  background:
    radial-gradient(circle at 62% 30%, rgba(255, 255, 255, 0.78), transparent 30%), linear-gradient(135deg, rgb(255 159 182 / 77%), rgba(255, 242, 246, 0.88));
  z-index: 1;
}

.name-en {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  font-weight: 500;
}

.name-ja {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.name-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.name-text p {
  margin: 0;
  color: #6f5a5a;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.04em;
}



/* =========================
   大切にしていること
========================= */

.about-value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.about-value-list li {
  position: relative;
  padding: 24px 28px 24px 58px;
  background: #fff;
  border: 1px solid rgba(226, 80, 109, 0.16);
  border-radius: 22px;
  color: #6d585b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  box-shadow: 0 14px 34px rgba(180, 102, 112, 0.07);
}

.about-value-list li::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 34px;
  width: 10px;
  height: 10px;
  background: #e2506d;
  border-radius: 50%;
}

.about-summary {
  max-width: 880px;
  margin: 54px auto 0;
  padding: 44px 52px;
  background: linear-gradient(
    135deg,
    rgba(255, 244, 241, 0.95),
    rgba(255, 255, 255, 0.95)
  );
  border-radius: 34px;
}

.about-summary p {
  margin: 0;
  color: #6d585b;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
}


/* =========================
  About Vision
========================= */

.about-vision {
  background: #ffffff;
  padding: 120px 0;
}

.about-inner {
  width: var(--inner);
  margin-inline: auto;
}

.vision-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: center;
  gap: 72px;
}

.vision-image {
  position: relative;
}

.vision-image::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 100%;
  height: 100%;
  background: rgba(217, 69, 95, 0.08);
  border-radius: 0 70px 0 70px;
  z-index: 0;
}

.vision-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 0 70px 0 70px;
  box-shadow: 0 24px 60px rgba(169, 36, 70, 0.12);
}

.vision-content {
  padding-top: 8px;
}

.vision-content .section-label {
  display: block;
  margin-bottom: 24px;
  color: var(--color-main);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.vision-content h2 {
  margin: 0 0 48px;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.vision-lead {
  margin: 0 0 40px;
  color: var(--color-main-dark);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

.vision-content p:not(.vision-lead) {
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
/* =========================
   大切にしていること
========================= */

.value-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 28px 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(217, 69, 95, 0.16);
  border-radius: 26px;
  box-shadow: 0 16px 36px rgba(169, 36, 70, 0.06);
}

.value-item-wide {
  grid-column: 1 / -1;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.value-number {
  flex: 0 0 auto;
  color: #e24e6b;
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.value-item p {
  margin: 0;
  color: #6b5757;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
}


/* =========================
  About Message
========================= */

.about-message {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8f5;
}

.about-message-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-message-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 画像の上に薄い白グラデーションを重ねて文字を読みやすくする */
.about-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.55) 42%,
      rgba(255, 248, 245, 0.28) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(255, 248, 245, 0.2) 50%,
      rgba(255, 255, 255, 0.32) 100%
    );
  pointer-events: none;
}

.about-message-inner {
  position: relative;
  z-index: 3;
  width: min(980px, calc(100% - 40px));
  margin-inline: auto;
  text-align: center;
}

.about-message-inner p {
  margin: 0;
  color: #5f4b4b;
  font-size: clamp(22px, 2.0vw, 34px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 18px rgba(255, 255, 255, 0.85),
    0 0 32px rgba(255, 255, 255, 0.65);
}

/* なみなみ：上と下の2個だけ */
.about-message-wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-message-wave-top {
  top: -1px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0,0 H1440 V44 C1240,94 1040,104 820,66 C590,26 380,20 190,54 C92,72 36,66 0,58 Z' fill='%23ffffff'/></svg>");
}

.about-message-wave-bottom {
  bottom: -1px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0,76 C190,30 390,16 610,52 C840,90 1040,102 1245,66 C1345,48 1408,54 1440,62 V120 H0 Z' fill='%23ffffff'/></svg>");
}


/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {
  .about-hero {
    min-height: 620px;
    background-position: center top;
  }

  .about-section {
    padding: 100px 24px;
  }

  .about-two-column,
  .about-two-column--reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-two-column--reverse .about-text,
  .about-two-column--reverse .about-image {
    order: initial;
  }

  .about-image {
    max-width: 620px;
    margin: 0 auto;
  }

  .about-text {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-origin-section {
    padding: 20px 0px 80px;
  }

  .about-origin-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .about-origin-photo {
    max-width: 520px;
    margin: 0 auto;
  }

   .about-vision {
    padding: 96px 0;
  }

  .vision-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .vision-image {
    max-width: 620px;
    margin-inline: auto;
  }

  .vision-content {
    text-align: center;
  }

  .vision-content h2 {
    margin-bottom: 36px;
  }

  .about-message {
    min-height: 480px;
  }

  .about-message-inner {
    width: min(760px, calc(100% - 36px));
  }

  .about-message-inner p {
    font-size: 24px;
    line-height: 2;
  }

  .about-message-wave {
    height: 74px;
  }

}

/* =========================
   SP
========================= */

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .about-mv {
    min-height: 660px;
  }

  .about-mv-picture {
    position: absolute;
    inset: 0;
  }

  .about-mv-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .about-mv::before {
    left: -36%;
    top: 4%;
    width: 118%;
    height: 86%;
    border-radius: 50%;
    background:
      radial-gradient(
        ellipse at 42% 46%,
        rgba(254, 243, 238, 0.94) 0%,
        rgba(254, 243, 238, 0.78) 48%,
        rgba(254, 243, 238, 0.32) 74%,
        rgba(254, 243, 238, 0.00) 100%
      );
  }

  .about-mv-content {
    top: 47%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
  }

  .about-mv-title {
    font-size: clamp(29px, 7vw, 48px);
    line-height: 1.55;
    letter-spacing: 0.08em;
  }

  .about-mv-lead {
    max-width: 94%;
    margin-top: 30px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .about-section {
    padding: 78px 20px;
  }

  .page-label {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .about-text h2,
  .about-center h2 {
    font-size: 31px;
    line-height: 1.55;
  }

  .about-text p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 2.05;
  }

  .about-large-text {
    font-size: 20px !important;
  }

  .about-image img {
    aspect-ratio: 5 / 4;
    border-radius: 0 54px 0 54px;
  }

  .about-center {
    margin-bottom: 36px;
  }

  .about-origin-inner {
    width: min(100% - 40px, 520px);
    gap: 44px;
  }

  .about-origin-copy .section-label {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .about-origin-copy h2 {
    margin-bottom: 34px;
    font-size: 36px;
    line-height: 1.5;
  }

  .about-origin-copy p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2.1;
  }

  .about-origin-photo {
    border-radius: 72px;
  }

   .name-meaning {
    margin: 40px auto 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .name-circle {
    width: min(48vw, 210px);
  }

  .name-circle--us {
    margin-left: -22px;
    margin-top: 0;
  }

  .name-en {
    font-size: clamp(28px, 9vw, 40px);
  }

  .name-ja {
    font-size: clamp(15px, 4.6vw, 21px);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .name-text {
    text-align: left;
  }

  .name-text p {
    font-size: 15px;
    line-height: 2;
  }

  .about-message {
    margin-top: 36px;
    text-align: left;
    font-size: 15px;
    line-height: 2.05;
  }

  .about-value-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-value-list li {
    padding: 20px 22px 20px 48px;
    font-size: 15px;
    border-radius: 18px;
  }

  .about-value-list li::before {
    left: 24px;
    top: 30px;
    width: 8px;
    height: 8px;
  }

  .about-summary {
    margin-top: 36px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .about-summary p {
    text-align: left;
    font-size: 15px;
    line-height: 2.05;
  }

  .about-vision {
    padding: 72px 0;
  }

  .vision-grid {
    gap: 36px;
  }

  .vision-image::before {
    right: -12px;
    bottom: -12px;
    border-radius: 0 42px 0 42px;
  }

  .vision-image img {
    aspect-ratio: 4 / 4.6;
    border-radius: 0 42px 0 42px;
  }

  .vision-content {
    text-align: left;
  }

  .vision-content .section-label {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .vision-content h2 {
    margin-bottom: 28px;
    font-size: 34px;
    line-height: 1.5;
  }

  .vision-lead {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.9;
  }

  .vision-content p:not(.vision-lead) {
    font-size: 15px;
    line-height: 2.1;
  }

  .vision-content p br {
    display: none;
  }

  .value-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .value-item,
  .value-item-wide {
    grid-column: auto;
    max-width: none;
    min-height: auto;
    padding: 22px 22px;
    border-radius: 22px;
  }

  .value-number {
    font-size: 22px;
  }

  .value-item p {
    font-size: 17px;
    line-height: 1.65;
  }

  .about-message {
    min-height: 520px;
    align-items: center;
  }

  .about-message-bg img {
    object-position: center;
  }

  .about-message::before {
    background:
      radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.78) 0%,
        rgba(255, 255, 255, 0.62) 48%,
        rgba(255, 248, 245, 0.35) 100%
      );
  }

  .about-message-inner {
    width: min(100% - 32px, 420px);
  }

  .about-message-inner p {
    font-size: 18px;
    line-height: 2.05;
    letter-spacing: 0.04em;
    text-align: left;
  }


  .about-message-wave {
    height: 58px;
  }

  .sp-only {
    display: inline;
  }

}

@media (max-width: 390px) {
  .about-hero {
    min-height: 520px;
  }

  .name-circle {
    width: min(78vw, 270px);
  }

  .name-en {
    font-size: 32px;
  }

  .name-jp {
    font-size: 19px;
  }

}