/* ===== Recruit Page Styles (styles10.css) ===== */

/* ===== Header Dropdown (shared) ===== */
.header-dropdown-wrap {
  position: relative;
}
.header-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(135deg, rgba(251,233,237,0.5), rgba(234,244,255,0.5));
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.5) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 100;
}
.header-dropdown.open {
  max-height: 200px;
  opacity: 1;
}
.header-dropdown-item {
  padding: 12px 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-primary);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.header-dropdown-item:hover {
  background: rgba(117,177,255,0.12);
}
.header-nav-item .dropdown-icon {
  transition: transform 0.3s;
}
.header-nav-item.dropdown-open .dropdown-icon {
  transform: rotate(180deg);
}

/* ===== Shared Section Styles ===== */
.s10-section-icon {
  width: 48px;
  height: 66px;
  flex-shrink: 0;
}
.s10-section-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.s10-jp-title-row {
  display: flex;
  align-items: center;
}
.s10-jp-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #0a0a0a;
}
.s10-en-label {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  opacity: 0.08;
  margin-bottom: -40px;
  padding-bottom: 10px;
  white-space: nowrap;
}

/* ===== FV (Hero) ===== */
.s10-fv {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 581px;
  overflow: hidden;
}
.s10-fv-deco {
  position: absolute;
  right: -100px;
  top: 60px;
  width: 600px;
  height: 460px;
  background: radial-gradient(ellipse at 30% 50%, rgba(117,177,255,0.15) 0%, transparent 70%),
              radial-gradient(ellipse at 70% 40%, rgba(255,117,118,0.12) 0%, transparent 70%),
              radial-gradient(ellipse at 50% 70%, rgba(180,130,255,0.08) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.s10-fv-image {
  position: absolute;
  right: 160px;
  top: 175px;
  width: 643px;
  height: 337px;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100px);
  animation: s10-slide-in-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
@keyframes s10-slide-in-right {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.s10-fv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s10-fv-content {
  position: absolute;
  left: 160px;
  top: 175px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  z-index: 1;
}
.s10-fv-en {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.s10-fv-title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s10-fv-title-row {
  display: flex;
  align-items: center;
}
.s10-fv-title-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: var(--text-primary);
}
.s10-fv-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-primary);
}

/* ===== Content Layout ===== */
.s10-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 255px 0;
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.s10-section {
  scroll-margin-top: 120px;
}

/* ===== Introduction ===== */
.s10-intro {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding: 0 0 0 31px;
}
.s10-intro-heading {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(0,0,0,0.06);
  align-self: flex-start;
}
.s10-intro-heading h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  color: #2E3F63;
}
.s10-intro-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s10-intro-body p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 2.4px;
  color: #1E2A44;
  margin: 0;
}
.s10-intro-body p + p {
  margin-top: 0;
}
.s10-intro-body p:empty,
.s10-intro-body p:blank {
  height: 41px;
}

/* ===== Declaration ===== */
.s10-declaration {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.s10-declaration-en {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: center;
  padding-bottom: 10px;
}
.s10-declaration-row {
  display: flex;
  align-items: center;
}
.s10-declaration-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 6px;
  white-space: nowrap;
}

/* ===== Qualifications / 応募資格 ===== */
.s10-qual-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.s10-qual-photos {
  width: 262px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s10-qual-photo {
  border-radius: 12px;
  overflow: hidden;
}
.s10-qual-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s10-qual-photo-large {
  width: 262px;
  flex: 1;
  min-height: 0;
}
.s10-qual-photo-row {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.s10-qual-photo-small {
  flex: 1;
  height: 165px;
}
.s10-qual-cards {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.s10-qual-card {
  border: 2px dashed #FF7576;
  border-radius: 12px;
  padding-bottom: 24px;
  overflow: hidden;
}
.s10-qual-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #FF7576;
  border-bottom-right-radius: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
.s10-qual-card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 16px 0;
}
.s10-qual-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.s10-qual-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #1E2A44;
  position: relative;
}
.s10-qual-dot {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF7576, #FF9A9B);
}
.s10-qual-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #1E2A44;
  margin: 0;
}
.s10-qual-note {
  background: #75B1FF;
  padding: 6px 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

/* ===== Employment Data Table / 採用データ ===== */
.s10-data-table {
  width: 100%;
}
.s10-data-row {
  display: flex;
  align-items: stretch;
}
.s10-data-label {
  width: 179px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #404040;
  text-align: center;
}
.s10-data-value {
  flex: 1;
  padding: 24px;
  background: #fff;
  border: 1px solid #F7F7F7;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
}
.s10-data-sub {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 4px;
}

/* ===== How to Apply / 応募方法 ===== */
.s10-apply-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.s10-apply-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}
.s10-apply-list {
  margin-top: 20px;
}
.s10-apply-list p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #404040;
  margin: 0;
}
.s10-apply-contact {
  background: #fff;
  border: 1px solid #F7F7F7;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s10-apply-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s10-apply-contact-item h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #404040;
  margin: 0;
}
.s10-apply-contact-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

/* ===== Selection Process / 選考の流れ ===== */
.s10-selection-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.s10-selection-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #404040;
  margin: 0;
}
.s10-selection-note {
  background: #75B1FF;
  padding: 6px 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

/* ===== Contact Section ===== */
.s10-contact-wrapper {
  max-width: 1440px;
  margin: 88px auto 0;
  padding: 0 160px;
}
.s10-contact {
  background: rgba(255,255,255,0.44);
  border-radius: 12px;
  box-shadow: 0px 0px 32px rgba(0,0,0,0.08);
  padding: 66px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.s10-contact-left {
  flex: 1;
  min-width: 0;
}
.s10-contact-icon-title {
  display: flex;
  align-items: flex-start;
}
.s10-contact-text-block {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.s10-contact-en {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.48px;
  color: var(--text-primary);
}
.s10-contact-heading-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s10-contact-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: var(--text-primary);
  margin: 0;
}
.s10-contact-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-primary);
  margin: 0;
}
.s10-contact-cta {
  width: 320px;
}
.s10-contact-image {
  width: 373px;
  height: 373px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.s10-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Decorative Blob ===== */
.s10-deco-blob-bottom {
  position: relative;
  width: 100%;
  height: 200px;
  background: radial-gradient(ellipse at 30% 50%, rgba(117,177,255,0.12) 0%, transparent 70%),
              radial-gradient(ellipse at 70% 40%, rgba(255,117,118,0.10) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  margin-top: -100px;
}

/* PC: qual deco */
.s10-qual-header {
  position: relative;
  overflow: visible;
}
.s10-qual-deco {
  position: absolute;
  pointer-events: none;
}
.s10-qual-deco-md {
  right: 40px;
  top: -10px;
  width: 160px;
  height: 160px;
  opacity: 0.5;
  animation: s10-float-pc 5s ease-in-out infinite;
}
.s10-qual-deco-sm {
  right: -20px;
  top: 10px;
  width: 50px;
  height: 50px;
  opacity: 0.4;
  animation: s10-float-pc 3.5s ease-in-out 0.5s infinite;
}
@keyframes s10-float-pc {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============================================= */
/* ===== SP Responsive (max-width: 767px) ===== */
/* ============================================= */
@media (max-width: 767px) {

  body { overflow-x: hidden; }

  /* ===== FV ===== */
  .s10-fv {
    height: auto; overflow: hidden;
    display: flex; flex-direction: column;
  }
  .s10-fv-deco { display: none; }
  .s10-fv-content {
    position: relative; left: auto; top: auto;
    padding: 72px 12px 24px; gap: 24px;
    width: 100%; box-sizing: border-box; order: 1;
  }
  .s10-fv-en { font-size: 48px; line-height: 1.1; letter-spacing: 0; }
  .s10-fv-title-group { gap: 0; }
  .s10-fv-title-text { font-size: 20px; }
  .s10-fv-desc { font-size: 15px; white-space: normal; }
  .s10-fv-desc br { display: none; }
  .s10-fv-image {
    position: relative; right: auto; top: auto;
    width: calc(100% - 24px); height: 184px;
    margin: 0 12px; border-radius: 16px;
    opacity: 1; transform: none; animation: none; order: 2;
  }
  .s10-section-icon { width: 48px; height: 66px; }

  /* ===== Content ===== */
  .s10-content {
    padding: 44px 12px 0;
    gap: 44px;
  }
  .s10-section { scroll-margin-top: 60px; }

  /* ===== Section Headers ===== */
  .s10-section-header { padding-bottom: 24px; }
  .s10-en-label {
    font-size: 36px; line-height: 1.1; opacity: 0.08;
    margin-bottom: -32px; padding-bottom: 10px;
  }
  .s10-jp-title { font-size: 20px; }

  /* ===== Intro ===== */
  .s10-intro { padding: 0; }
  .s10-intro-heading h2 { font-size: 20px; }
  .s10-intro-body p { font-size: 15px; letter-spacing: 1px; }

  /* ===== Declaration ===== */
  .s10-declaration {
    gap: 32px;
    padding: 0 12px;
    align-items: flex-start;
  }
  .s10-declaration-en {
    font-size: 48px;
    letter-spacing: -0.48px;
    align-self: center;
  }
  .s10-declaration-row {
    width: 100%;
  }
  .s10-declaration-text {
    font-size: 20px;
    white-space: normal;
    flex: 1;
    min-width: 0;
  }

  /* ===== Qual Deco ===== */
  .s10-qual-header {
    position: relative;
    overflow: visible;
  }
  .s10-qual-deco {
    z-index: -1;
    opacity: 0.6;
  }
  .s10-qual-deco-md {
    right: 20px;
    top: -10px;
    width: 120px;
    height: 120px;
    animation: s10-float 4s ease-in-out infinite;
  }
  .s10-qual-deco-sm {
    right: -5px;
    top: 20px;
    width: 30px;
    height: 30px;
    animation: s10-float 3s ease-in-out 0.5s infinite;
  }
  @keyframes s10-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }

  /* ===== Qualifications ===== */
  .s10-qual-layout {
    flex-direction: column;
  }
  .s10-qual-photos {
    width: 100%;
    order: 2;
    gap: 12px;
  }
  .s10-qual-photo-large:first-child {
    display: none;
  }
  .s10-qual-photo-large:last-child {
    width: 100%;
    height: 165px !important;
    flex: none;
    border-radius: 12px;
  }
  .s10-qual-photo-row {
    gap: 12px;
  }
  .s10-qual-photo-small {
    height: 165px;
    border-radius: 12px;
  }
  .s10-qual-cards {
    width: 100%;
    order: 1;
  }
  .s10-qual-card { padding-bottom: 20px; }
  .s10-qual-card-tag { font-size: 20px; padding: 10px 16px; }
  .s10-qual-card-body { padding: 24px 12px 0; gap: 16px; }
  .s10-qual-item p { font-size: 16px; }
  .s10-qual-num { width: 36px; height: 36px; font-size: 16px; }
  .s10-qual-note { font-size: 16px; }

  /* ===== Employment Data ===== */
  .s10-data-table { width: 100%; }
  .s10-data-label {
    width: 88px;
    padding: 24px 10px;
    font-size: 13px;
  }
  .s10-data-value {
    padding: 24px;
    font-size: 16px;
  }
  .s10-data-sub { font-size: 13px; }

  /* ===== Apply ===== */
  .s10-apply-content { padding: 16px; }
  .s10-apply-lead { font-size: 14px; }
  .s10-apply-list p { font-size: 14px; }
  .s10-apply-contact { padding: 16px; }
  .s10-apply-contact-item h3 { font-size: 16px; }
  .s10-apply-contact-item p { font-size: 14px; }

  /* ===== Selection ===== */
  .s10-selection-content { padding: 16px; }
  .s10-selection-text p { font-size: 14px; }
  .s10-selection-note { font-size: 16px; }

  /* ===== Contact ===== */
  .s10-contact-wrapper {
    padding: 0;
    width: 90%;
    margin: 44px auto;
  }
  .s10-contact {
    flex-direction: column;
    padding: 0 0 44px;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .s10-contact-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 0;
    order: -1;
    flex-shrink: 0;
  }
  .s10-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s10-contact-left {
    width: 100%;
    padding: 28px 12px 0;
  }
  .s10-contact-icon-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .s10-contact-icon-title .s10-section-icon {
    display: none;
  }
  .s10-contact-text-block {
    gap: 28px;
  }
  .s10-contact-en {
    font-size: 32px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
  }
  .s10-contact-en::before {
    content: '';
    width: 48px;
    min-width: 48px;
    height: 66px;
    background: url('../images/dot-section.svg') no-repeat center / contain;
    flex-shrink: 0;
  }
  .s10-contact-heading-group {
    gap: 16px;
  }
  .s10-contact-heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .s10-contact-desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .s10-contact-desc br { display: none; }
  .s10-contact-cta {
    width: 100%;
  }

  /* ===== Deco blob ===== */
  .s10-deco-blob-bottom { display: none; }

}
