/* ==========================================================
   AOKICOSMETIC page-support.css
   news / faq / contact / privacy / company / 404 共用（子CC-P5管理）
   トークン・部品は base.css / motion.css を参照（変更禁止）
   ========================================================== */

/* ---------- ページヘッド共通 ---------- */
.support-head .kicker { margin-bottom: 2rem; }
@media (min-width: 750px) { .support-head .kicker { margin-bottom: 2.8rem; } }
.page-head__jp { display: block; margin-top: 1.2rem; font-family: var(--font-jp); font-weight: 700; font-size: 1.2rem; letter-spacing: .14em; color: #999; }
@media (min-width: 750px) { .page-head__jp { margin-top: 1.6rem; font-size: 1.3rem; } }

/* ---------- セクション見出し共通 ---------- */
.sec-head { margin-bottom: 3.2rem; }
@media (min-width: 750px) { .sec-head { margin-bottom: 4.8rem; } }
.sec-head__en { font-family: var(--font-en); font-weight: 700; font-size: 2rem; letter-spacing: .08em; line-height: 1.2; color: var(--ink-head); }
@media (min-width: 750px) { .sec-head__en { font-size: 2.8rem; } }
.sec-head__jp { margin-top: .8rem; font-size: 1.1rem; letter-spacing: .08em; color: #999; }

/* ---------- News リスト ---------- */
.news-list { border-top: 1px solid var(--line); }
.news-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "date tag" "title title";
  align-items: center;
  gap: .8rem 1.6rem;
  padding: 2rem .4rem;
  border-bottom: 1px solid var(--line-soft);
}
@media (min-width: 750px) {
  .news-list__item {
    grid-template-columns: 9rem 12rem 1fr;
    grid-template-areas: "date tag title";
    gap: 2.4rem;
    padding: 2.6rem .4rem;
  }
}
.news-list__date { grid-area: date; font-family: var(--font-en); font-weight: 600; font-size: 1.2rem; letter-spacing: .08em; color: var(--ink-head); }
.news-tag {
  grid-area: tag;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.6rem;
  height: 2.2rem;
  padding: 0 1.2rem;
  border: 1px solid var(--line);
  font-family: var(--font-en);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #666;
}
.news-list__title { grid-area: title; font-size: 1.3rem; line-height: 1.8; letter-spacing: .04em; color: var(--ink); }
@media (min-width: 750px) { .news-list__title { font-size: 1.4rem; } }

/* ---------- 導入事例カード ---------- */
.case-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 750px) { .case-grid { grid-template-columns: repeat(3, 1fr); gap: 2.4rem; } }
@media (min-width: 990px) { .case-grid { gap: 3.2rem; } }
.case-card__media { overflow: hidden; background: var(--bg-thumb); border-radius: 3px; margin-bottom: 1.8rem; }
.case-card__media img { width: 100%; height: auto; }
.case-card__name { font-weight: 700; font-size: 1.5rem; letter-spacing: .04em; line-height: 1.5; color: var(--ink-head); }
.case-card__area { margin-left: .6rem; font-size: 1.1rem; font-weight: 400; color: #999; }
.case-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin: .8rem 0 1.2rem;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999;
}
.case-note { margin-top: 3.2rem; }

/* ---------- 回遊バナー（.explore 本体は base.css） ---------- */
.explore__title { font-size: 2rem; letter-spacing: .08em; }
@media (min-width: 750px) { .explore__title { font-size: 2.8rem; } }
.explore__sub { display: block; margin-top: .4rem; font-family: var(--font-jp); font-weight: 400; font-size: 1rem; letter-spacing: .06em; }

/* ---------- FAQ ---------- */
.faq-cat { margin-bottom: 6rem; }
@media (min-width: 750px) { .faq-cat { margin-bottom: 8rem; } }
.faq-cat__title { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 2.4rem; font-size: 1.7rem; letter-spacing: .06em; color: var(--ink-head); }
@media (min-width: 750px) { .faq-cat__title { font-size: 2rem; margin-bottom: 3.2rem; } }
.faq-cat__en { font-family: var(--font-en); font-weight: 600; font-size: 1rem; letter-spacing: .16em; text-transform: uppercase; color: #999; }
.faq-cat > details:first-of-type { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 2rem 3.6rem 2rem .4rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .04em;
  color: var(--ink-head);
  transition: color var(--dur-m) ease;
}
@media (min-width: 750px) { .faq-item summary { font-size: 1.5rem; padding: 2.4rem 4.8rem 2.4rem .4rem; } }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #666; }
.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 3.1rem;
  width: 1.4rem;
  height: 1px;
  background: var(--ink-head);
  transition: transform var(--dur-m) ease;
}
@media (min-width: 750px) { .faq-item summary::before, .faq-item summary::after { right: 1.4rem; top: 3.7rem; } }
.faq-item summary::after { transform: rotate(90deg); }
.faq-item[open] summary::after { transform: rotate(0deg); }
.faq-item__mark { font-family: var(--font-en); font-weight: 700; font-size: 1.4rem; letter-spacing: .04em; line-height: 1.7; color: var(--ink-head); }
.faq-item__a {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.2rem;
  padding: 0 .4rem 2.4rem;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: .04em;
}
@media (min-width: 750px) { .faq-item__a { font-size: 1.4rem; padding-bottom: 3.2rem; } }
.faq-item__mark--a { color: #999; }
.faq-cta { display: flex; flex-direction: column; align-items: center; gap: 2.4rem; padding-top: 2rem; text-align: center; }

/* ---------- Contact ---------- */
.contact-hero { height: 26rem; overflow: hidden; background: var(--bg-thumb); }
@media (min-width: 750px) { .contact-hero { height: 44rem; } }
.contact-hero img { width: 100%; height: 100%; object-fit: cover; }
.contact-wrap { max-width: 68rem; margin: 0 auto; }
.contact-form .form-field { margin-bottom: 2.8rem; }
.form-field label { display: block; margin-bottom: 1rem; font-size: 1.2rem; font-weight: 700; letter-spacing: .08em; color: var(--ink-head); }
@media (min-width: 750px) { .form-field label { font-size: 1.3rem; } }
.form-req { display: inline-block; margin-left: .8rem; padding: .2rem .8rem; background: var(--ink-head); color: #fff; font-size: .9rem; font-weight: 400; letter-spacing: .1em; vertical-align: middle; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: border-color var(--dur-m) ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--ink-head); }
.form-field input::placeholder,
.form-field textarea::placeholder { color: #aaa; }
.form-field textarea { min-height: 16rem; resize: vertical; }
.select-wrap { position: relative; display: block; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 4.4rem; cursor: pointer; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  width: .7rem;
  height: .7rem;
  border-right: 1px solid var(--ink-head);
  border-bottom: 1px solid var(--ink-head);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.contact-form__note { margin-bottom: 2.8rem; line-height: 1.9; }
.contact-form__submit { display: flex; justify-content: center; padding-top: .8rem; }
.contact-sec .form-done { padding: 6rem 0; text-align: center; font-size: 1.5rem; font-weight: 700; line-height: 2; color: var(--ink-head); }
.contact-aside { margin-top: 5rem; border-top: 1px solid var(--line-soft); padding-top: 2.8rem; }
.contact-aside .t-cap-up { margin-bottom: 1.2rem; }
.contact-aside__mail { font-family: var(--font-en); font-weight: 600; font-size: 1.5rem; letter-spacing: .06em; color: var(--ink-head); }

/* ---------- 法務（Privacy / Company 共用の読み物枠） ---------- */
.legal { max-width: 76rem; }
.legal__note { margin-bottom: 4rem; padding: 1.6rem 2rem; background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: 3px; line-height: 1.9; }
.legal article { margin-bottom: 4rem; }
.legal h2 { margin-bottom: 1.4rem; font-size: 1.5rem; letter-spacing: .06em; }
@media (min-width: 750px) { .legal h2 { font-size: 1.7rem; } }
.legal p, .legal li { font-size: 1.25rem; line-height: 2; letter-spacing: .03em; }
@media (min-width: 750px) { .legal p, .legal li { font-size: 1.35rem; } }
.legal ul { margin-top: 1rem; padding-left: 2rem; }
.legal ul li { list-style: disc; }
.legal__date { margin-top: 5rem; font-size: 1.2rem; line-height: 2; color: #666; }

/* ---------- Company ---------- */
.company-note { margin-top: 2.4rem; line-height: 1.9; }
.company-cta { display: flex; justify-content: center; margin-top: 5rem; }

/* ---------- 404 ---------- */
.e404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56vh;
  padding: 8rem 2rem 10rem;
  text-align: center;
}
@media (min-width: 750px) { .e404 { min-height: 60vh; } }
.e404__code { font-family: var(--font-en); font-weight: 700; font-size: 9rem; line-height: 1; letter-spacing: .04em; color: var(--ink-head); }
@media (min-width: 750px) { .e404__code { font-size: 15rem; } }
.e404__title { margin: 2.8rem 0 1.4rem; font-size: 1.6rem; letter-spacing: .06em; }
@media (min-width: 750px) { .e404__title { font-size: 2rem; } }
.e404__text { color: #666; }
.e404 .btn-pill { margin-top: 3.6rem; }
