/* 2026-06-12 jun sakamoto / メンサポLP PCスタイル（≥1280px：1200コンテンツ＋全幅背景） */

/* 1200デザイン基準。全幅背景はbody直下セクションで敷き、内側は1200固定 */
:root {
  --content-w: 1200px;
  --header-h: 56px;
  --fixed-bar-h: 140px;
}

/* SP専用要素はPCで出さない */
.sp-only {
  display: none !important;
}
.hero__sp {
  display: none;
}
.sp-br {
  display: none;
}

/* ---------- ヘッダー ---------- */
.site-header__inner {
  height: var(--header-h);
  /* ロゴ位置はヒーロー「稼ぐ」の字位置に追従（1920で175px ≒ 9.1vw） */
  padding: 0 0 0 9.1vw;
}
.site-header__logo img {
  width: 130px;
  height: auto;
}
.site-header__catch {
  font-size: 13px;
  letter-spacing: 0.06em;
}

/* ---------- ヒーロー（画面幅100%・ヘッダー下に重なる） ---------- */
.hero {
  position: relative;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  width: 100%;
}
.hero__img {
  width: 100%;
  display: block;
}

/* ---------- 紹介イントロ（全幅アクア背景） ---------- */
.intro {
  /* 専用背景100%幅（上下が白グラデで切れ目なし）＋白ベース */
  background: url("../img/pc/bg_intro.webp") top center / 100% auto no-repeat #ffffff;
  padding: 24px 0 0;
}
.intro__inner {
  max-width: var(--content-w);
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.intro__heading {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--color-navy);
}
.intro__bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}
.intro__bubbles li:nth-child(1) img {
  width: 246px;
}
.intro__bubbles li:nth-child(2) img {
  width: 231px;
}
.intro__bubbles li:nth-child(3) img {
  width: 233px;
}
.intro__bubbles li:nth-child(4) img {
  width: 233px;
}

.intro__cta {
  padding: 118px 0 40px;
}
.intro__lead1 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-navy-deep);
  line-height: 1.3;
}
.intro__lead1 em {
  font-size: 1.35em;
  background: linear-gradient(transparent 60%, var(--color-marker) 60%);
}
.intro__lead2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-navy-deep);
  margin-top: 14px;
}
.intro__cta .btn-line {
  margin-top: 36px;
}
.intro__cta .btn-line img {
  width: 325px;
}

/* ---------- 不安〜安心の連続帯（白ベース） ---------- */
.soft-wrap {
  background: #ffffff;
}

/* ---------- こんな不安ありませんか？（専用背景100%幅・人物の頭が上にはみ出す） ---------- */
.worry {
  background: url("../img/pc/bg_worry.webp") top center / 100% auto no-repeat;
  padding: 39px 0 48px;
}
.worry__inner {
  position: relative;
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 60px;
}
/* 透過切り抜き写真。頭がセクション上端からはみ出す */
.worry__photo {
  position: absolute;
  left: 140px;
  top: -130px;
  width: 282px;
  z-index: 2;
  margin: 0;
}
.worry__photo img {
  width: 100%;
}
.worry__heading {
  font-family: var(--font-hand);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-navy);
  white-space: nowrap;
  padding: 64px 0 0 390px;
}
.worry__heading-em {
  font-family: var(--font-mincho);
  font-size: 1.55em;
  font-weight: 700;
  color: var(--color-navy);
  letter-spacing: 0;
  line-height: 1;
}
/* 白角丸カードに載るチェックリスト */
.worry__list {
  margin-top: 38px;
  margin-left: 70px;
  width: 510px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(40, 60, 100, 0.07);
  padding: 36px 40px 36px 44px;
}
.worry .checklist li {
  font-size: 18px;
  padding-left: 34px;
  margin-bottom: 13px;
  white-space: nowrap;
}
.worry .checklist li:last-child {
  margin-bottom: 0;
}
.worry__between {
  /* 左リストの上下中央に合わせる */
  position: absolute;
  right: 90px;
  top: 248px;
  width: 420px;
  text-align: center;
  color: var(--color-navy-deep);
  font-weight: 700;
  line-height: 1.55;
}
.worry__between-head {
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worry__between-logo {
  width: 188px;
  height: auto;
  margin: 0 0.05em;
}
.worry__between-head .small {
  font-size: 0.6em;
}
.worry__between-sub {
  font-size: 29px;
}
.worry__between-sub2 {
  font-size: 33px;
}

/* ---------- 初めてだからこそ紹介が安心（白背景） ---------- */
.reassure {
  background: #ffffff;
  padding: 30px 0 70px;
}
.reassure__inner {
  background: #ffffff;
}
.reassure__inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: flex;
  gap: 56px;
  padding: 0 90px;
  align-items: center;
}
.reassure__photo img {
  width: 388px;
}
.reassure__heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-navy-deep);
  line-height: 1.6;
}
/* 白角丸カードに載るチェックリスト */
.reassure .checklist {
  margin-top: 26px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(40, 60, 100, 0.07);
  padding: 28px 36px;
  width: fit-content;
}
.reassure .checklist li {
  font-size: 17px;
  padding-left: 32px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.reassure .checklist li:last-child {
  margin-bottom: 0;
}

/* ---------- リスク〜失敗回避の連続帯（全幅リスク背景・白ベース） ---------- */
.risk-wrap {
  background: url("../img/pc/bg_risk.webp") top center / 100% auto no-repeat #ffffff;
}

/* ---------- 直接応募のリスク ---------- */
.risk {
  position: relative;
}
.risk__inner {
  /* デザインはこの帯だけ中央寄せの狭いコンテンツブロック（実測≒660px） */
  max-width: 660px;
  margin: 0 auto;
  padding: 70px 0 0;
  position: relative;
}
.risk__lead {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -10px;
  color: var(--color-navy-deep);
}
.risk__body {
  position: relative;
  margin-top: 20px;
}
.risk__heading {
  font-size: 34px;
  font-weight: 600;
  color: var(--color-navy-deep);
  letter-spacing: 0.08em;
  line-height: 1.65;
  max-width: 380px;
}
.risk__strong {
  font-size: 1.25em;
  font-weight: 700;
  white-space: nowrap;
}
/* 切り抜き写真は見出しの右・白パネルの下（背面）に重なる */
.risk__photo {
  position: absolute;
  right: -50px;
  top: -100px;
  width: 360px;
  margin: 0;
  z-index: 0;
}
.risk__photo img {
  width: 100%;
}
/* チェックリストはガタガタ白パネル（A7）に載せ、写真の上に重ねる */
.risk__list {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  background: url("../img/pc/panel_white.webp") center / 100% 100% no-repeat;
  width: 650px;
  padding: 70px 60px 76px 96px;
}
.risk .checklist li {
  font-size: 29px;
  font-weight: 600;
  color: var(--color-navy-deep);
  padding-left: 1.6em;
  margin-bottom: 20px;
  white-space: nowrap;
}
.risk .checklist li:last-child {
  margin-bottom: 0;
}
.risk .checklist li::before {
  width: 1.15em;
  height: 1.15em;
}

/* ---------- 失敗回避バンド ---------- */
.avoid {
  padding: 8px 0 48px;
  text-align: center;
}
.avoid__lead {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-navy-deep);
}
.avoid__head {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-navy-deep);
  margin-top: 18px;
  line-height: 1;
}
.avoid__head .inline-logo--white { height: 3em; }

/* ---------- 紹介を通すメリット ---------- */
.merit {
  background: linear-gradient(180deg, #f4fafc 0%, #ffffff 100%);
  text-align: center;
  padding: 85px 0 60px;
}
.merit__inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.merit__inner img {
  width: 877px;
}

/* ---------- 圧倒的に安全 ---------- */
.safe {
  text-align: center;
  padding: 20px 0 32px;
  background: #fff;
}
.safe__lead {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-navy-deep);
  line-height: 1.2;
}
.safe__head {
  font-size: 74px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-navy-deep);
  line-height: 1.15;
  margin-top: 6px;
}
.safe .btn-line {
  margin-top: 28px;
}
.safe .btn-line img {
  width: 325px;
}

/* ---------- 広島優良店のみ厳選（ゴールド） ---------- */
.gold {
  /* 専用背景100%幅・高さは画像比率に追従し、中身は上下中央＆背景と等比スケール */
  background: url("../img/pc/bg_gold.webp") top center / 100% auto no-repeat #ffffff;
  min-height: calc(100vw * 0.426);
  display: flex;
  align-items: center;
  padding: 0;
}
.gold__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.3vw;
  width: 100%;
}
.gold__select img {
  width: 32.6vw;
}
.gold__badges img {
  width: 40vw;
}

/* ---------- 希望に合うお店をご提案 ---------- */
.propose {
  background: url("../img/pc/bg_propose.webp") top center / 100% auto no-repeat #ffffff;
  text-align: center;
  padding: 64px 0 72px;
}
.propose__inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.propose__heading img {
  width: 698px;
}
.propose__shops {
  margin-top: 48px;
}
.propose__shops img {
  width: 845px;
}

/* ---------- 入店事例 ---------- */
.cases {
  background: #fff;
  text-align: center;
  padding: 48px 0 130px;
}
.cases__inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.cases__heading img {
  width: 545px;
}
.cases__cards {
  margin-top: 44px;
}
.cases__cards img {
  width: 746px;
}

/* ---------- 入店までの流れ（タイトルピルが上に半分はみ出す） ---------- */
.flow {
  background: url("../img/pc/bg_flow.webp") center -150px / 100% auto no-repeat #ffffff;
  padding: 0 0 64px;
  text-align: center;
}
/* h2のmargin相殺を避けてimg自体を引き上げる */
.flow__title {
  margin: 0 0 40px;
  line-height: 0;
}
.flow__title img {
  width: 352px;
  margin-top: -31px;
}
.flow__inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 560px 1fr;
  grid-template-areas:
    "steps side"
    "steps cta";
  column-gap: 56px;
  padding: 0 120px;
  align-items: start;
}
.flow__steps {
  grid-area: steps;
}
.flow__steps img {
  width: 560px;
}
.flow__side {
  grid-area: side;
  text-align: center;
  padding-top: 130px;
}
.flow__cta {
  grid-area: cta;
  text-align: center;
  padding-top: 28px;
}
.flow__note1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-navy-deep);
}
.flow__note2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--color-navy-deep);
  margin-top: 2px;
}
.flow__cta .btn-line img {
  width: 325px;
}

/* ---------- 私たちが入店をサポート ---------- */
.support {
  background: #ffffff;
  padding: 36px 0;
}
.support__inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 0 90px;
}
.support__photo img {
  width: 443px;
}
.support__main img {
  width: 352px;
}

/* ---------- Q&A ---------- */
.qa {
  /* 背景比率に高さ追従・コンテンツ上下中央 */
  background: url("../img/pc/bg_qa.webp") top center / 100% auto no-repeat #ffffff;
  min-height: calc(100vw * 0.5162);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.qa__inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.qa__heading {
  margin-bottom: 8px;
}
.qa__heading img {
  width: 235px;
}
.qa__inner picture img {
  width: 590px;
}

/* ---------- 24h相談受付 ---------- */
.consult24 {
  background: #fff;
  text-align: center;
  padding: 24px 0 28px;
}
.consult24__inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.consult24__heading {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-navy);
  line-height: 1.2;
}
.consult24__num {
  font-size: 1.5em;
}
.consult24__h {
  font-size: 0.7em;
}
.consult24__sub {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-navy-deep);
  margin-top: 6px;
}
.consult24__card {
  width: 640px;
  margin: 20px auto 0;
}
.consult24__card img {
  width: 640px;
}
.consult24__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.consult24__btns .btn-line img {
  width: 325px;
}
.consult24__btns .btn-tel img {
  width: 305px;
}

/* ---------- WEB応募フォーム ---------- */
.apply {
  background: #ffffff;
  padding: 24px 0 36px;
}
.apply__inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--color-navy);
  border-radius: 16px;
  padding: 36px 70px 34px;
  text-align: center;
}
.apply__script {
  line-height: 1;
}
.apply__script img {
  width: 68px;
}
.apply__heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  margin-top: 2px;
}
.apply__form {
  margin-top: 24px;
  text-align: left;
}
.form-row {
  display: grid;
  grid-template-columns: 172px 1fr;
  align-items: center;
  margin-bottom: 8px;
}
.form-row .form-note {
  grid-column: 1 / -1;
  justify-self: end;
  max-width: 100%;
  font-size: 10.5px;
  text-align: right;
  margin-top: 3px;
}
.form-row--textarea {
  display: block;
}
.form-row--textarea .form-label {
  margin-bottom: 8px;
}
.form-label {
  font-size: 17px;
  line-height: 1.5;
  white-space: nowrap;
}
.apply .form-input {
  width: 100%;
  max-width: none;
  font-size: 14px;
  padding: 0.5em 0.8em;
}
.apply .form-textarea {
  font-size: 14px;
}
.form-consent {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.form-submit {
  margin-top: 16px;
}
.form-submit__btn {
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 11px 90px 19px;
}

/* ---------- フッター（写真は画面幅100%でヒーロー同様に比例表示） ---------- */
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer__photo {
  position: absolute;
  inset: 0;
  background: url("../img/pc/footer_photo.webp") top center / 100% auto no-repeat;
}
.site-footer__inner {
  position: relative;
  max-width: var(--content-w);
  margin: 0 auto;
  /* 写真の縦横比(3040:1560)に追従 */
  min-height: calc(100vw * 0.5132);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 90px 56px;
}
.site-footer__text img {
  width: 605px;
}
.site-footer__logo {
  align-self: flex-start;
  padding-top: 36px;
}
.site-footer__logo img {
  width: 220px;
}
.site-footer__copy {
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-navy-deep);
  background: #fff;
  padding: 10px 0;
}

/* ---------- 固定フッターバー ---------- */
.fixed-bar__list {
  gap: 28px;
  padding: 10px 0;
}
.fixed-bar__list li:nth-child(1) img {
  width: 305px;
}
.fixed-bar__list li:nth-child(2) img {
  width: 277px;
}
.fixed-bar__list li:nth-child(3) img {
  width: 277px;
}
