@charset "UTF-8";

/* =========================
  Profile Common
========================= */

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

.profile-section {
  padding: 100px 0;
}

.profile-heading {
  text-align: center;
  margin-bottom: 48px;
}

.profile-heading span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.profile-heading h2 {
  margin: 0;
  color: #3b2a2a;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.sp-only {
  display: none;
}


/* =========================
  Profile MV
========================= */

.profile-mv {
  position: relative;
  overflow: hidden;
  background: #f7f5f5;
  padding: 70px 0 0;
}

/* 上の見出し */
.profile-mv-heading {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 10px;
}

.profile-mv-heading h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #4a3737;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

/* 見出しエリアと画像エリアの切り替え */
.profile-mv-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 100vw;
  height: 92px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;

  background: #f7f5f5;

  filter: drop-shadow(0 16px 18px rgba(108, 82, 82, 0.08));
}

/* MV本体 */
.profile-mv-visual {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #fff8f5;
}

/* 背景画像 */
.profile-mv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.profile-mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 92% 8%;
  display: block;
}

/* 左側だけ文字を読みやすくするグラデーション */
.profile-mv-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.96) 22%,
    rgba(255, 252, 250, 0.82) 36%,
    rgba(255, 248, 245, 0.42) 46%,
    rgba(255, 245, 242, 0.12) 52%,
    rgba(255, 245, 242, 0.00) 58%
  );
}

/* 下のなみなみ */
.profile-mv-visual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 92px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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>");
}

/* テキスト */
.profile-mv-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.profile-mv-position {
  margin: 0 0 22px;
  color: #7a6062;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.profile-mv-name {
  margin: 0;
  color: #2f2020;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(58px, 7vw, 110px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.profile-mv-en {
  margin: 0 0 40px;
  color: #e2506d;
  font-size: clamp(18px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: 0.14em;
  font-family: "Allura", cursive;
}

.profile-mv-lead {
  max-width: 700px;
  margin: 0;
  color: #5f4b4b;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.04em;
}

/* =========================
  Profile Career
========================= */

.profile-career {
  padding: 20px 20px 120px;
  background: #fff;
}

.profile-career-heading {
  margin-bottom: 72px;
  text-align: center;
}

.profile-career-heading span {
  display: block;
  margin-bottom: 18px;
  color: #df4f6a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.profile-career-heading h2 {
  margin: 0;
  color: #3b2a2a;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

/* PC：左 実績 / 右 本文 */
.profile-career-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 56px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

/* 実績サークル */
.profile-career-stats {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.profile-career-stats-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-career-stats-row-top {
  gap: 26px;
}

.profile-career-stats-row-bottom {
  margin-top: 30px;
  gap: 72px;
}

.profile-career-stat {
  width: 170px;
  height: 170px;
  flex: 0 0 170px;
  border: 1px solid rgba(226, 80, 109, 0.28);
  border-radius: 50%;
  background: rgba(255, 248, 245, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 32px rgba(180, 102, 112, 0.06);
}

.profile-career-stat span {
  color: #6d5757;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.profile-career-stat strong {
  margin-top: 8px;
  color: #e2506d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.profile-career-stat small {
  font-size: 0.48em;
  font-weight: 700;
}

/* 本文カード */
.profile-career-text {
  padding: 52px 44px;
  background: #fff8f5;
  border-radius: 32px;
  box-shadow: 0 18px 42px rgba(180, 102, 112, 0.08);
}

.profile-career-text p {
  margin: 0;
  color: #5f4b4b;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.05em;
}


/* =========================
  Profile Story
========================= */

.profile-story {
  position: relative;
  overflow: hidden;
  padding: 130px 20px 150px;
  background: #fff8f5;
}

.profile-story-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/profile-story-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
}

/* 背景画像を少しなじませる白フィルター */
.profile-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 248, 245, 0.06) 45%,
      rgba(255, 248, 245, 0.18) 100%
    );
  pointer-events: none;
}

.profile-story-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

.profile-story-heading {
  margin-bottom: 40px;
  text-align: center;
}

.profile-story-heading span {
  display: block;
  margin-bottom: 18px;
  color: #df4f6a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.profile-story-heading h2 {
  margin: 0;
  color: #3b2a2a;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.profile-story-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(54px, 6vw, 88px) clamp(36px, 6vw, 86px);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 42px;
  box-shadow:
    0 24px 58px rgba(180, 102, 112, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  backdrop-filter: blur(3px);
}

.profile-story-card p {
  margin: 0;
  color: #6d5757;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.profile-story-card p + p {
  margin-top: 35px;
}


/* =========================
  Value
========================= */

.profile-value-section {
  background:
    radial-gradient(circle at right bottom, rgba(245, 117, 136, 0.12), transparent 32%),
    #ffffff;
}

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

.profile-value-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 24px 30px 24px 66px;
  border: 1px solid rgba(226, 80, 109, 0.18);
  border-radius: 24px;
  background: #fff;
  color: #6d585b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  box-shadow: 0 14px 34px rgba(180, 102, 112, 0.06);
}

.profile-value-list li::before {
  content: "✓";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.profile-value-list li:nth-child(5) {
  grid-column: 1 / -1;
  width: min(720px, 100%);
  margin-inline: auto;
}


/* =========================
  Profile Message
========================= */

.profile-message {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 120px 20px;
  background: #fff8f5;
}

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

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

/* 文字を読みやすくする白グラデーション */
.profile-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.92) 34%,
    rgba(255, 255, 255, 0.72) 54%,
    rgba(255, 255, 255, 0.28) 74%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

/* 下のなみなみ */
.profile-message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 92px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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>");
}

.profile-message-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.profile-message-card {
  width: min(620px, 100%);
  padding: 72px 64px;
  background: rgba(255, 255, 255, 0.90);
  border-radius: 36px;
  box-shadow: 0 24px 54px rgba(130, 92, 92, 0.12);
  backdrop-filter: blur(4px);
}

.profile-message-heading {
  margin-bottom: 48px;
}

.profile-message-heading span {
  display: block;
  margin-bottom: 18px;
  color: #df4f6a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.profile-message-heading h2 {
  margin: 0;
  color: #3b2a2a;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.profile-message-text p {
  margin: 0;
  color: #5f4b4b;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.profile-message-text p + p {
  margin-top: 44px;
}

.profile-site-footer {
  margin-top: -7px;
  padding: 0px 20px 24px;
}

.profile-site-footer .footer-nav{
    border: none;
}

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

@media (max-width: 920px) {
  .profile-mv {
    padding: 70px 0 0;
  }

  .profile-mv-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .profile-mv-photo {
    width: min(420px, 86vw);
    margin-inline: auto;
  }

  .profile-mv-photo img {
    height: 500px;
  }

    .profile-career {
    padding: 20px 20px 96px;
  }

  .profile-career-inner {
    display: block;
    max-width: 760px;
  }

  .profile-career-stats {
    max-width: 620px;
  }

  .profile-career-stat {
    width: 160px;
    height: 160px;
    flex-basis: 160px;
  }

  .profile-career-stats-row-top {
    gap: 24px;
  }

  .profile-career-stats-row-bottom {
    gap: 64px;
  }

  .profile-career-text {
    max-width: 620px;
    margin: 56px auto 0;
  }

  .profile-story {
    padding: 80px 20px 80px;
    }

  .profile-value-list {
    grid-template-columns: 1fr;
  }

  .profile-value-list li:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }

  .profile-value-list {
    grid-template-columns: 1fr;
  }

  .profile-value-list li:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }

}


/* =========================
  Smartphone
========================= */

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

  .profile-section {
    padding: 76px 0;
  }

  .profile-heading {
    margin-bottom: 34px;
  }

  .profile-heading h2 {
    font-size: 34px;
  }

  .profile-mv {
    padding: 56px 0 0;
    background: #f7f5f5;
  }

  .profile-mv-heading {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 28px;
  }

  .profile-mv-heading h1 {
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }

  .profile-mv-heading::after {
    bottom: -34px;
    height: 70px;
    filter: drop-shadow(0 12px 16px rgba(108, 82, 82, 0.08));
  }

  .profile-mv {
    padding: 30px 0 0;
    background: #f7f5f5;
  }

  .profile-mv-heading {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 0;
  }

  .profile-mv-heading h1 {
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .profile-mv-heading::after {
    bottom: -28px;
    height: 64px;
    filter: drop-shadow(0 12px 16px rgba(108, 82, 82, 0.07));
  }

  .profile-mv-visual {
    min-height: 880px;
    background: #fff8f5;
  }

  .profile-mv-bg img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  /* スマホでは上側の文字だけ読みやすくする */
  .profile-mv-visual::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.90) 22%,
        rgba(255, 248, 245, 0.62) 42%,
        rgba(255, 248, 245, 0.18) 58%,
        rgba(255, 248, 245, 0.00) 72%
      );
  }

  .profile-mv-visual::after {
    height: 72px;
  }

  .profile-mv-content {
    width: calc(100% - 40px);
    min-height: auto;
    padding: 0 0 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-mv-position {
    margin: 25px 0 14px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .profile-mv-name {
    font-size: clamp(54px, 16vw, 76px);
    line-height: 1.1;
    letter-spacing: 0.06em;
  }

  .profile-mv-en {
    margin: 8px 0 32px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .profile-mv-lead {
    max-width: 100%;
    font-size: 18px;
    line-height: 2.05;
    letter-spacing: 0.03em;
  }

  .profile-career {
    padding: 72px 20px 80px;
  }

  .profile-career-heading {
    margin-bottom: 44px;
  }

  .profile-career-heading span {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.24em;
  }

  .profile-career-heading h2 {
    font-size: 38px;
  }

  .profile-career {
    padding: 20px 20px 40px;
  }

  .profile-career-heading {
    margin-bottom: 44px;
  }

  .profile-career-heading span {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .profile-career-heading h2 {
    font-size: 38px;
  }

  .profile-career-stats {
    max-width: 340px;
  }

  .profile-career-stats-row {
    flex-wrap: wrap;
  }

  .profile-career-stats-row-top,
  .profile-career-stats-row-bottom {
    gap: 18px;
  }

  .profile-career-stats-row-bottom {
    margin-top: 18px;
  }

  .profile-career-stat {
    width: 142px;
    height: 142px;
    flex: 0 0 142px;
  }

  .profile-career-stat span {
    font-size: 12px;
  }

  .profile-career-stat strong {
    font-size: 31px;
  }

  .profile-career-text {
    margin-top: 40px;
    padding: 32px 24px;
    border-radius: 24px;
  }

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

  

  .profile-result-list li {
    display: block;
    padding: 20px 22px;
  }

  .profile-result-list span {
    display: block;
    margin-bottom: 4px;
  }

  .profile-result-list strong {
    font-size: 30px;
  }

  .profile-story {
    padding: 50px 20px;
  }

  .profile-story-bg {
    background-position: center top;
    background-size: cover;
  }

  .profile-story::before {
    background: rgba(255, 255, 255, 0.22);
  }

  .profile-story-heading {
    margin-bottom: 42px;
  }

  .profile-story-heading span {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .profile-story-heading h2 {
    font-size: 34px;
    letter-spacing: 0.06em;
  }

  .profile-story-card {
    padding: 34px 22px 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
  }

  .profile-story-card p {
    font-size: 14px;
    line-height: 2.05;
    letter-spacing: 0.04em;
  }

  .profile-story-card p + p {
    margin-top: 34px;
  }

  .profile-value-list {
    gap: 16px;
  }

  .profile-value-list li {
    min-height: auto;
    padding: 22px 22px 22px 58px;
    font-size: 15px;
    border-radius: 20px;
  }

  .profile-value-list li::before {
    left: 22px;
  }

  .profile-message {
    padding: 40px 20px 320px;
    background: #fff8f5;
  }

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

  .profile-message::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.96) 42%,
      rgba(255, 255, 255, 0.72) 62%,
      rgba(255, 255, 255, 0.20) 82%,
      rgba(255, 255, 255, 0.00) 100%
    );
  }

  .profile-message::after {
    height: 64px;
  }

  .profile-message-inner {
    max-width: 100%;
  }

  .profile-message-card {
    width: 100%;
    padding: 42px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
  }

  .profile-message-heading {
    margin-bottom: 24px;
  }

  .profile-message-heading span {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.24em;
  }

  .profile-message-heading h2 {
    font-size: 34px;
    line-height: 1.35;
  }

  .profile-message-text p {
    font-size: 13px;
    line-height: 2;
  }

  .profile-message-text p + p {
    margin-top: 32px;
  }

}