@charset "utf-8";

/* ===========================
 PAGE HERO (ABOUT PAGE)
=========================== */
.page-hero {
  padding: 160px 64px 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero .blob-1 {
  width: 500px; 
  height: 500px;
  background: var(--lemon);
  top: -80px; right: -60px;
  animation: blobFloat1 12s ease-in-out infinite;
}

.page-hero .blob-2 {
  width: 350px; 
  height: 350px;
  background: var(--yellow);
  bottom: -40px; left: -30px;
  opacity: 0.12;
  animation: blobFloat2 10s ease-in-out infinite;
}

.page-hero .sunflower-deco.sf-1 {
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  transform: rotate(15deg);
  opacity: 0.1;
}

.page-hero .sunflower-deco.sf-2 {
  bottom: 15%;
  left: 6%;
  width: 150px;
  height: 150px;
  transform: rotate(-15deg);
  opacity: 0.08;
}

.page-hero-inner {
  position: relative; 
  z-index: 1; 
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 12px;
}

.section-label::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--lemon-mid);
  border-radius: 1px;
}

.page-hero-title {
  font-size:3.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.catchphrase-en {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 6px;
}

.catchphrase-ja {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}

.catchphrase-body {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--brown);
  font-weight: 300;
}

.catchphrase-hero {
  text-align: center;
  margin-bottom: 20px;
}

.catchphrase-hero .catchphrase-en {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.catchphrase-hero .catchphrase-ja {
  font-size: 2rem;
  margin-bottom: 24px;
}

.catchphrase-hero .catchphrase-body {
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .page-hero {
    padding: 120px 24px 60px;
  }

  .page-hero-title {
    font-size: 2.4rem;
  }

  .page-hero .sunflower-deco.sf-1 {
    width: 100px;
    height: 100px;
  }

  .page-hero .sunflower-deco.sf-2 {
    width: 80px;
    height: 80px;
  }

  /* キャッチコピー */
  .catchphrase-en {
    font-size: 1.2rem;
  }

  .catchphrase-ja {
    font-size: 1.8rem;
  }

  .catchphrase-body {
    font-size: 1.2rem;
  }

  .catchphrase-hero .catchphrase-en {
    font-size: 1rem;
  }

  .catchphrase-hero .catchphrase-ja {
    font-size: 1.6rem;
  }
}
/* ===========================
   ABOUT DETAIL (ABOUT PAGE)
   =========================== */
.about-detail { 
  background-color: var(--warm-white);
}

.about-detail-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}

 .about-photo-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.profile-meta {
  margin-top: 24px;
  background: var(--card);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(245, 183, 49, 0.08);
}

.meta-item {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--lemon);
  align-items: baseline;
}

.meta-item:last-child { 
  border-bottom: none; 
}

.meta-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--yellow);
  min-width: 40px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.meta-value { 
  font-size: 1.2rem; 
  color: var(--brown); 
}

.about-detail-body h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 60%, var(--lemon) 60%);
  padding: 0 2px;
}

.pcBr {
  display: block;
}

.about-detail-body p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text);
  font-weight: 400;
  margin-bottom: 16px;
}

.qualifications {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px dashed var(--lemon-mid);
}

.qualifications-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 10px;
}

.qualifications-title::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--lemon-mid);
  border-radius: 1px;
}
.qualifications-list {
  list-style: none;
}

.qualifications-list li {
  font-size: 1.4rem;
  color: var(--text);
  padding: 10px 0;
  border-bottom: 1px dashed var(--lemon);
}

.qualifications-list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 780px) {
  .about-detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-photo-lg {
    max-width: 220px;
    margin: 0 auto;
  }

  .about-detail-body h2 {
    font-size: 2rem;
  }

  .about-detail-body p {
    font-size: 1.2rem;
  }

  /* プロフィールカード */
  .meta-label {
    font-size: 1rem;
  }

  .meta-value {
    font-size: 1rem;
  }

  /* 資格 */
  .qualifications-title {
    font-size: 1.2rem;
  }

  .qualifications-list li {
    font-size: 1.2rem;
  }
}

/* ===========================
   VALUES (ABOUT PAGE)
   =========================== */
.values-section {
  background: var(--cream);
  border-radius: 40px;
  margin: 0 32px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card-lg {
  background: var(--card);
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(245, 183, 49, 0.08);
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
}

.value-card-lg:hover { 
  transform: translateY(-4px); 
}

.value-num {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--lemon-mid);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.value-emoji-lg { 
  font-size: 1.8rem; 
  margin-bottom: 16px; 
}

.value-card-lg h3 { 
  font-size: 1.6rem; 
  font-weight: 700; 
  margin-bottom: 12px; 
}

.value-card-lg p { 
  font-size: 1.4rem; 
  color: var(--brown); 
  line-height: 2; 
}

.value-card-lg::before {
  content: '';
  position: absolute;
  top: -15px; right: -15px;
  width: 50px; height: 50px;
  background: var(--lemon);
  border-radius: 50% 50% 50% 0;
  opacity: 0.35;
  transform: rotate(45deg);
}

@media screen and (max-width:780px) {
  .values-section {
    margin: 0 12px;
    border-radius: 28px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   SKILLS DETAIL (ABOUT PAGE)
   =========================== */
.skills-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.skill-card {
  background: var(--card);
  border-radius: 20px;
  padding: 32px 28px;
  border: 2px solid rgba(255, 196, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.skill-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px var(--shadow);
}

.skill-card::after {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 80px; height: 80px;
  background: radial-gradient(circle, var(--yellow) 30%, var(--lemon) 30%, var(--lemon) 60%, transparent 60%);
  border-radius: 50%;
  opacity: 0.15;
}

.skill-card-icon {
  font-size: 1.8rem;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}


.skill-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.skill-items { 
  list-style: none; 
  position: relative; 
  z-index: 1; 
}

.skill-items li {
  font-size: 1.4rem;
  color: var(--brown);
  padding: 9px 0;
  border-bottom: 1px dashed var(--lemon);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill-items li:last-child { border-bottom: none; }

.skill-note {
  font-size: 1rem;
  color: var(--yellow);
  font-weight: 400;
  background: rgba(255, 196, 0, 0.12);
  padding: 2px 8px;
  border-radius: 10px;
}

/* ===========================
   スキルレベルのドット表示
   =========================== */
.skill-level-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.skill-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: transform 0.3s;
}

.skill-dot.filled {
  background: var(--yellow);
}

.skill-dot.empty {
  background: var(--lemon);
  opacity: 0.4;
}

.skill-card:hover .skill-dot.filled {
  transform: scale(1.15);
}

.skill-item-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 780px) {
  .skills-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   CAREER (ABOUT PAGE)
   =========================== */
.career-section { 
  max-width: 800px; 
  margin: 0 auto; 
}

.career-list {
   margin-top: 8px; 
  }

.career-row {
  display: grid;
  grid-template-columns: 80px 20px 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 32px;
  position: relative;
}

.career-row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 89px; top: 12px; bottom: 0;
  width: 2px;
  background: var(--lemon);
}

.career-year {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--yellow);
  text-align: right;
  padding-top: 2px;
}

.career-dot {
  width: 18px; 
  height: 18px;
  border-radius: 50%;
  background: var(--lemon-mid);
  border: 3px solid var(--yellow);
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.career-dot.active {
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(245, 183, 49, 0.2);
}

.career-content h3 { 
  font-size: 1.6rem; 
  font-weight: 700; 
  margin-bottom: 6px; 
}

.career-content p { 
  font-size: 1.4rem; 
  line-height: 2; 
  color: var(--brown); 
}

@media screen and (max-width:780px) {
  .career-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .career-row {
    grid-template-columns: 60px 16px 1fr;
  }

  .career-row:not(:last-child)::after {
    left: 67px;
  }
}
/* ===========================
   ABOUT CTA
   =========================== */
.about-cta { 
  text-align: center; 
  padding: 60px 48px 100px; 
}

.about-cta p {
   font-size: 1.4rem; 
   color: var(--brown); 
   margin-bottom: 20px; 
}

.about-cta .hero-cta { 
  opacity: 1; 
  animation: none; 
}


.spBr {
  display: none;
}

@media screen and (max-width:780px) {
  .about-cta {
    padding: 40px 24px 72px;
  }

  /* セクション共通 */
  section {
    padding: 60px 24px;
  }

  .section-label {
    font-size: 1.2rem;
  }

  .pcBr {
    display: none;
  }

  .spBr {
    display: block;
  }
}
