@charset "UTF-8";

/* ==========================================================================
   入会したい方ページ（新規） 専用スタイル
   既存サイトCSS（style.css / pc.css / sp.css 等）とは独立
   ========================================================================== */

:root {
  --jn-white: #FFFFFF;
  --jn-black: #000000;
  --jn-orange: #ED7701;
  --jn-green: #45B035;
  --jn-yellow: #FFE893;
  --jn-red: #E60013;
  --jn-gray: #707F86;

  --jn-font-jp: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --jn-font-en: "Roboto", sans-serif;
  --jn-font-num: "M PLUS Rounded 1c", "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
}

/* リセット（ページスコープ） */
.page-join-new,
.page-join-new * {
  box-sizing: border-box;
  margin: 0;
}

.jn-Flow_Lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin-top: 40px;
}

.page-join-new {
  margin: 0;
  padding: 0;
  color: var(--jn-black);
  font-family: var(--jn-font-jp);
  font-weight: 500;
  line-height: 1.448;
  -webkit-text-size-adjust: 100%;
}

.page-join-new img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-join-new a {
  color: #fff;
  text-decoration: none;
}

.page-join-new ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ページ全体ラッパー */
.jn-Page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--jn-white);
  padding: 26px 0 0;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.jn-Header_Inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}

.jn-Header_Top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 50px;
  margin-bottom: 30px;
}

.jn-Header_Sub {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.448;
}

.jn-Header_Logo {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: -0.05em;
  margin-top: 2px;
}

.jn-Header_Crumb {
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  margin: 0;
  z-index: 2;
}

.jn-Header_Brand {
  flex: 1;
}

.jn-Header_Contact {
  text-align: left;
}

.jn-Header_ContactLabel {
  font-size: 16px;
  font-weight: 900;
  color: var(--jn-green);
  line-height: 1.448;
}

.jn-Header_Tel {
  font-family: var(--jn-font-en);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.171;
  margin-top: 2px;
}

/* ナビゲーション */
.jn-Header_Nav {
  /* position: absolute;
  top: 91px;
  left: 0; */
  width: 100%;
  padding: 0 25px;
}

.jn-Header_NavList {
  display: flex;
  gap: 10px;
}

.jn-Header_NavItem {
  display: flex;
}

.jn-Header_NavItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 50px;
  color: var(--jn-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.448;
}

.jn-Header_NavItem--home a {
  background: var(--jn-green);
  padding: 0 70px;
}

.jn-Header_NavItem--current a {
  background: var(--jn-orange);
}

/* バナー（画像 + パンくず／タイトルをオーバーレイ） */
.jn-Header_Banner {
  position: relative;
  margin-top: 10px;
  width: 100%;
}

.jn-Header_BannerImg {
  display: block;
  width: 100%;
  height: auto;
}

/* タイトル（バナー上にオーバーレイ） */
.jn-Header_Title {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.448;
  z-index: 2;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0   -2px 0 #fff,
     0    2px 0 #fff,
    -2px  0   0 #fff,
     2px  0   0 #fff;
}

/* ==========================================================================
   フローセクション
   ========================================================================== */
.jn-Flow {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.jn-Flow_Inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.jn-Flow_Title {
  width: 100%;
  background: var(--jn-orange);
  color: var(--jn-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.448;
  padding: 10px 20px;
  box-sizing: border-box;
}

.jn-Flow_Lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin-top: 40px;
}

.jn-Flow_Note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin-top: 13px;
}

/* ステップ群 */
.jn-Flow_Steps {
  margin-top: 40px;
  position: relative;
}

/* ステップ単体 */
.jn-Step {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.jn-Step_Badge {
  width: clamp(120px, 10vw, 132px);
  height: clamp(135px, 10vw, 147px);
  background: var(--jn-orange);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.jn-Step_BadgeLabel {
  font-family: var(--jn-font-num);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.485;
  letter-spacing: 0.05em;
  color: var(--jn-white);
}

.jn-Step_BadgeNum {
  font-family: var(--jn-font-num);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.485;
  letter-spacing: 0.05em;
  color: var(--jn-white);
  margin-top: -20px;
}

.jn-Step_Body {
  flex: 1;
  margin-left: 0;
  padding: 10px 22px 10px 0;
}

.jn-Step_Title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.448;
  border-bottom: 1px solid var(--jn-orange);
  padding-bottom: 10px;
  padding-left: 16px;
}

.jn-Step_TitleLine {
  display: inline-block;
}

.jn-Step_Text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
  margin-top: 14px;
  padding-left: 16px;
}

/* ステップ間下向き矢印 */
.jn-Step_Arrow {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 20px 53px;
}

.jn-Step_Arrow img {
  width: 23px;
  height: 26px;
  display: block;
}

/* 右サイドの縦長矢印 */
.jn-Step_SideArrow {
  position: absolute;
  right: -50px;
  width: 62px;
  pointer-events: none;
}

.jn-Step_SideArrow--pc {
  top: -216px; /* STEP1 上端から始まる */
}

.jn-Step_SideArrow--pc img {
  height: 596px;
  width: 62px;
}

.jn-Step_SideArrow--interview {
  top: 0;
}

.jn-Step_SideArrow--interview img {
  height: 592px;
  width: 62px;
}

.jn-Step_SideArrow img {
  display: block;
  max-width: none;
}

/* 黄色の注意バナー */
.jn-Flow_Banner {
  background: var(--jn-yellow);
  border-radius: 40px;
  padding: 16px 0;
  margin: 48px 0;
}

.jn-Flow_BannerText {
  color: var(--jn-red);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.448;
  text-align: center;
  margin: 0;
}

.jn-Flow_BannerLine {
  display: inline-block;
}

/* 次に進むボタン */
.jn-Flow_NextWrap {
  display: flex;
  justify-content: center;
  margin-top: 230px;
  margin-bottom: 80px;
}

.jn-Flow_Next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #707F86;
  color: var(--jn-white);
  padding: 16px 130px;
  min-width: 400px;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

/* テキスト色は明示的に白指定（.page-join-new a の color:inherit に勝たせるため） */
.jn-Flow_NextText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.448;
  color: var(--jn-white);
}

/* 同意未完了で押せない状態 */
.jn-Flow_Next--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.jn-Flow_Next--disabled:hover {
  opacity: 0.4;
}

.jn-Flow_NextArrow img {
  width: 11px;
  height: 19px;
  display: block;
}

/* ==========================================================================
   個人情報保護基本方針ページ
   ========================================================================== */
.jn-Privacy {
  margin-top: 40px;
}

.jn-Privacy_Inner {
  width: 72.92vw;          /* 1050/1440 */
  margin: 0 auto;
  padding: 0 3.47vw;       /* 50/1440 */
}

.jn-Privacy_Subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin-top: 40px;
}

.jn-Privacy_Lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
  margin-top: 56px;
  padding: 0 0 0 29px;
}

.jn-Privacy_Lead p + p {
  margin-top: 1.448em;
}

.jn-Privacy_List {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.jn-Privacy_Item {
  width: 100%;
}

.jn-Privacy_ItemTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.448;
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 20px;
}

.jn-Privacy_ItemText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
  padding: 14px 0 0 29px;
}

/* 同意チェックボックス */
.jn-Privacy_Agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 60px auto 0;
  cursor: pointer;
  position: relative;
}

.jn-Privacy_AgreeCheck {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.jn-Privacy_AgreeBox {
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  background: var(--jn-white);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}

.jn-Privacy_AgreeCheck:checked + .jn-Privacy_AgreeBox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid var(--jn-orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.jn-Privacy_AgreeText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
}

/* このページでは「次に進む」ボタンの上下マージンを調整 */
.page-privacy .jn-Flow_NextWrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* === 個人情報保護ページ専用：vw 可変レイアウト ===
   既存ページに影響を出さないため .page-privacy で範囲を限定。
   1440px時に1050px相当（72.92vw）、左右余白50px相当（3.47vw）。
   1024px以下は100%＋左右25pxに切替。 */
.page-privacy .jn-Header_Inner,
.page-privacy .jn-Footer_Inner,
.page-privacy .jn-Footer_Band {
  width: 72.92vw;          /* 1050/1440 */
}

.page-privacy .jn-Header_Top,
.page-privacy .jn-Footer_Inner {
  padding-left: 3.47vw;    /* 50/1440 */
  padding-right: 3.47vw;
}

@media screen and (max-width: 1024px) {
  .page-privacy .jn-Header_Inner,
  .page-privacy .jn-Privacy_Inner,
  .page-privacy .jn-Footer_Inner,
  .page-privacy .jn-Footer_Band {
    width: 100%;
  }

  .page-privacy .jn-Header_Top,
  .page-privacy .jn-Privacy_Inner,
  .page-privacy .jn-Footer_Inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* ==========================================================================
   入会希望の方ページ
   ========================================================================== */
.jn-Entry {
  margin-top: 40px;
}

.jn-Entry_Inner {
  width: 1050px;
  margin: 0 auto;
  padding: 0 50px;
}

.jn-Entry_Lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin-top: 40px;
}

.jn-Entry_Table {
  margin-top: 40px;
  width: 100%;
  border: 2px solid #DEFAC3;
  box-sizing: border-box;
}

.jn-Entry_Row {
  display: flex;
  align-items: stretch;
}

.jn-Entry_Row + .jn-Entry_Row {
  border-top: 2px solid #DEFAC3;
}

.jn-Entry_Head {
  width: 241px;
  flex-shrink: 0;
  background: #DEFAC3;
  color: #333333;
  font-family: "Noto Sans JP", var(--jn-font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.448;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}

.jn-Entry_Body {
  flex: 1;
  background: var(--jn-white);
  color: #333333;
  font-family: "Noto Sans JP", var(--jn-font-jp);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  padding: 30px;
  box-sizing: border-box;
}

/* このページでは「次に進む」ボタンの上下マージンを調整 */
.page-entry .jn-Flow_NextWrap {
  margin-top: 56px;
  margin-bottom: 80px;
}

/* ==========================================================================
   事業内容の確認ページ
   ========================================================================== */
.jn-Business {
  margin-top: 40px;
}

.jn-Business_Inner {
  width: 72.92vw;          /* 1050/1440 */
  margin: 0 auto;
  padding: 0 3.47vw;       /* 50/1440 */
}

/* 動画プレーヤー（外側のグレー枠＋内側の黒画面） */
.jn-Business_Player {
  background: #F5F5F5;
  width: 47.08vw;          /* 678/1440 */
  max-width: 678px;
  margin: 41px auto;
  padding: 0 0.69vw 0.69vw; /* 上0、左右下10px相当 */
  box-sizing: border-box;
}

.jn-Business_PlayerHint {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 20px;
}

.jn-Business_PlayerScreen {
  position: relative;
  background: #131212;
  width: 100%;
  aspect-ratio: 658 / 380;
}

.jn-Business_PlayerTime {
  position: absolute;
  left: 28px;
  bottom: 36px;
  color: var(--jn-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
  margin: 0;
}

.jn-Business_PlayerBar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  height: 4px;
  background: #666666;
}

/* 確認チェックリスト */
ul.jn-Business_Checks {
  width: clamp(49.10vw, 50vw, 707px);          /* 707/1440 */
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0;
  list-style: none;
}

.jn-Business_CheckItem {
  width: 100%;
}

.jn-Business_Check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.jn-Business_CheckInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.jn-Business_CheckBox {
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  background: var(--jn-white);
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-top: 2px;
}

.jn-Business_CheckInput:checked + .jn-Business_CheckBox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid var(--jn-orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.jn-Business_CheckText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.448;
}

/* 注意文（赤字） */
.jn-Business_Warning {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.448;
  color: var(--jn-red);
  text-align: center;
  margin-top: 50px;
}

/* このページでは「次に進む」ボタンの上下マージンを調整 */
.page-business .jn-Flow_NextWrap {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* === 事業内容ページ専用：vw 可変レイアウト ===
   既存ページに影響を出さないため .page-business で範囲を限定。
   1440px時に1050px相当（72.92vw）、左右余白50px相当（3.47vw）。
   1024px以下は100%＋左右25pxに切替。 */
.page-business .jn-Header_Inner,
.page-business .jn-Footer_Inner,
.page-business .jn-Footer_Band {
  width: 72.92vw;
}

.page-business .jn-Header_Top,
.page-business .jn-Footer_Inner {
  padding-left: 3.47vw;
  padding-right: 3.47vw;
}

@media screen and (max-width: 1024px) {
  .page-business .jn-Header_Inner,
  .page-business .jn-Business_Inner,
  .page-business .jn-Footer_Inner,
  .page-business .jn-Footer_Band {
    width: 100%;
  }

  .page-business .jn-Header_Top,
  .page-business .jn-Business_Inner,
  .page-business .jn-Footer_Inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-business .jn-Business_Player,
  .page-business .jn-Business_Checks {
    width: 100%;
  }

  .page-business .jn-Business_Player {
    padding: 0 10px 10px;
  }
}

/* ==========================================================================
   入会のお申込み（コンタクト）ページ
   ========================================================================== */
.jn-Contact {
  margin-top: 40px;
}

.jn-Contact_Inner {
  width: 72.92vw;          /* 1050/1440 */
  margin: 0 auto;
  padding: 0 3.47vw;       /* 50/1440 */
}

.jn-Contact_Required {
  font-size: 16px;
  font-weight: 700;
  color: var(--jn-red);
  margin-top: 95px;
}

/* フォーム本体 */
.jn-Contact_Form {
  width: 51.04vw;          /* 735/1440 */
  max-width: 735px;
  margin: 20px auto 0;
}

.jn-Contact_Row {
  display: flex;
  align-items: center;
  width: 100%;
}

.jn-Contact_Row + .jn-Contact_Row {
  margin-top: 20px;
}

.jn-Contact_Row--sub {
  margin-top: 8px;
}

.jn-Contact_Row + .jn-Contact_Row--sub {
  margin-top: 8px;
}

.jn-Contact_Row--textarea {
  margin-top: 26px !important;
  align-items: flex-start;
}

/* ラベル */
.jn-Contact_Label {
  width: 11.81vw;          /* 170/1440 */
  max-width: 170px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  line-height: 1.448;
  white-space: normal;
}

.jn-Contact_Row--textarea .jn-Contact_Label {
  align-items: flex-start;
  padding-top: 9px;
}

.jn-Contact_Req {
  font-size: 10px;
  font-weight: 700;
  color: var(--jn-red);
}

/* 入力欄ラッパー */
.jn-Contact_Input {
  width: 32.64vw;          /* 470/1440 */
  max-width: 470px;
  flex-shrink: 0;
  display: block;
}

/* 単独入力（text/email/tel/textarea） */
.jn-Contact_Input > input[type="text"],
.jn-Contact_Input > input[type="email"],
.jn-Contact_Input > input[type="tel"],
.jn-Contact_Input > textarea,
.jn-Contact_Input > .wpcf7-form-control-wrap > input[type="text"],
.jn-Contact_Input > .wpcf7-form-control-wrap > input[type="email"],
.jn-Contact_Input > .wpcf7-form-control-wrap > input[type="tel"],
.jn-Contact_Input > .wpcf7-form-control-wrap > textarea {
  width: 100%;
  height: 40px;
  background: var(--jn-white);
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 8px;
  font-family: var(--jn-font-jp);
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  outline: none;
}

.jn-Contact_Input > .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.jn-Contact_Input > textarea,
.jn-Contact_Input > .wpcf7-form-control-wrap > textarea {
  height: 190px;
  resize: vertical;
  font-family: var(--jn-font-jp);
  line-height: 1.6;
}

/* インライン分割入力（生年月日／郵便番号／電話／FAX） */
.jn-Contact_Input--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  height: auto;
  min-height: 40px;
}

.jn-Contact_Input--inline input {
  height: 40px;
  background: var(--jn-white);
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  font-family: var(--jn-font-jp);
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  outline: none;
  padding: 9px 8px;
  text-align: center;
}

.jn-Contact_InputZip,
.jn-Contact_Input--inline input.jn-Contact_InputZip {
  width: calc(4ch + 30px);
}

.jn-Contact_InputTel,
.jn-Contact_Input--inline input.jn-Contact_InputTel {
  width: calc(5ch + 30px);
}

.jn-Contact_InputYear,
.jn-Contact_Input--inline input.jn-Contact_InputYear {
  width: calc(4ch + 30px);
  text-align: center;
}

.jn-Contact_InputMd,
.jn-Contact_Input--inline input.jn-Contact_InputMd {
  width: calc(2ch + 30px);
}

/* CF7 出力時に class: が付与されないケースのフォールバック（name属性で同等の幅を当てる） */
.jn-Contact_Input--inline input[name="your-zip-1"],
.jn-Contact_Input--inline input[name="your-zip-2"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-zip-1"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-zip-2"] {
  width: calc(4ch + 30px);
}

.jn-Contact_Input--inline input[name="your-tel-1"],
.jn-Contact_Input--inline input[name="your-tel-2"],
.jn-Contact_Input--inline input[name="your-tel-3"],
.jn-Contact_Input--inline input[name="your-fax-1"],
.jn-Contact_Input--inline input[name="your-fax-2"],
.jn-Contact_Input--inline input[name="your-fax-3"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-tel-1"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-tel-2"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-tel-3"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-fax-1"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-fax-2"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-fax-3"] {
  width: calc(5ch + 30px);
}

.jn-Contact_Input--inline input[name="your-birth-year"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-birth-year"] {
  width: calc(4ch + 30px);
  text-align: center;
}

.jn-Contact_Input--inline input[name="your-birth-month"],
.jn-Contact_Input--inline input[name="your-birth-day"],
.jn-Contact_Input--inline input[name="your-birth-age"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-birth-month"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-birth-day"],
.jn-Contact_Input--inline > .wpcf7-form-control-wrap > input[name="your-birth-age"] {
  width: calc(2ch + 30px);
}

/* CF7：インライン入力欄内のラッパーは要素の流れを壊さない */
.jn-Contact_Input--inline .wpcf7-form-control-wrap {
  display: contents;
}

/* CF7：個人情報リンクなど、フォーム内テキストリンクの色（ナビボタンの白指定の上書き） */
.jn-Contact_Input a {
  color: var(--jn-orange);
  text-decoration: underline;
}

.jn-Contact_Input a:hover {
  text-decoration: none;
}

/* CF7：必須・形式エラーの注意書き（赤文字）の見た目 */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  color: var(--jn-red);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
}

/* CF7：フォーム全体のレスポンス（送信完了/エラー）を見やすく */
.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 10px 14px !important;
  border-radius: 6px;
  font-size: 14px;
}

/* CF7：自動挿入される空の <p> や <br> が残っても影響しないように */
.jn-Contact_Form > p:empty,
.jn-Contact_Row > br {
  display: none;
}

/* CF7：送信中スピナーを強制的に非表示 */
.wpcf7-spinner {
  display: none !important;
}

.jn-Contact_Span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.448;
}

.jn-Contact_Spacer {
  display: inline-block;
  width: 25px;
}

.jn-Contact_Hint {
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin: 4px 0 0;
}

::placeholder {
  color: #B3B3B3;
  opacity: 1;
}

/* ラジオボタン（性別） */
.jn-Contact_Input--radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  height: auto;
  min-height: 40px;
}

.jn-Contact_Radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.jn-Contact_RadioInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.jn-Contact_RadioBox {
  width: 20px;
  height: 20px;
  background: var(--jn-white);
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.jn-Contact_RadioInput:checked + .jn-Contact_RadioBox::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--jn-orange);
}

/* CF7 ラジオ出力対応（[radio your-gender ...] のwpcf7生成HTML） */
.jn-Contact_Input--radios .wpcf7-radio,
.wpcf7-form .jn-Contact_Input--radios .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.jn-Contact_Input--radios .wpcf7-list-item {
  margin: 0;
}

.jn-Contact_Input--radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.jn-Contact_Input--radios .wpcf7-list-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--jn-white);
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.jn-Contact_Input--radios .wpcf7-list-item input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--jn-orange);
}

/* CF7送信ボタン（[submit class:jn-Flow_Next "次に進む"]） */
input.jn-Flow_Next,
button.jn-Flow_Next {
  border: none;
  cursor: pointer;
  font-family: var(--jn-font-jp);
}

input.jn-Flow_Next {
  background: var(--jn-gray) url('../../images/join_new/btn_arrow.svg') no-repeat right 130px center;
  background-size: 8px 17px;
  color: var(--jn-white);
  font-size: 20px;
  font-weight: 700;
  padding: 16px 160px 16px 130px;
  min-width: 400px;
  box-sizing: border-box;
}

/* このページでは「次に進む」ボタンの上下マージンを調整 */
.page-contact .jn-Flow_NextWrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* === 入会のお申込みページ専用：vw 可変レイアウト ===
   既存ページに影響を出さないため .page-contact で範囲を限定。
   1440px時に1050px相当（72.92vw）、左右余白50px相当（3.47vw）。
   1024px以下は100%＋左右25pxに切替。 */
.page-contact .jn-Header_Inner,
.page-contact .jn-Footer_Inner,
.page-contact .jn-Footer_Band {
  width: 72.92vw;
}

.page-contact .jn-Header_Top,
.page-contact .jn-Footer_Inner {
  padding-left: 3.47vw;
  padding-right: 3.47vw;
}

@media screen and (max-width: 1024px) {
  .page-contact .jn-Header_Inner,
  .page-contact .jn-Contact_Inner,
  .page-contact .jn-Footer_Inner,
  .page-contact .jn-Footer_Band {
    width: 100%;
  }

  .page-contact .jn-Header_Top,
  .page-contact .jn-Contact_Inner,
  .page-contact .jn-Footer_Inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-contact .jn-Contact_Form {
    width: 100%;
  }

  .page-contact .jn-Contact_Required {
    margin-top: 32px;
  }

  /* タブレット域：ラベル幅を比率で確保 */
  .page-contact .jn-Contact_Label {
    width: 30%;
    max-width: none;
  }

  .page-contact .jn-Contact_Input {
    width: 70%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .jn-Step_Arrow img {
    display: none;
  }
  /* スマホ：ラベルと入力欄を縦積み */
  .page-contact .jn-Contact_Row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .page-contact .jn-Contact_Label,
  .page-contact .jn-Contact_Input {
    width: 100%;
    max-width: none;
  }

  .page-contact .jn-Contact_Label {
    min-height: 0;
  }

  .page-contact .jn-Contact_Row + .jn-Contact_Row {
    margin-top: 16px;
  }

  .page-contact input.jn-Flow_Next {
    min-width: 0;
    width: 100%;
    padding: 14px 24px;
    background-position: right 24px center;
  }
}

/* ==========================================================================
   入会のお申込み（確認）ページ
   ========================================================================== */
.jn-Confirm {
  margin-top: 40px;
}

.jn-Confirm_Inner {
  width: 72.92vw;          /* 1050/1440 */
  margin: 0 auto;
  padding: 0 3.47vw;       /* 50/1440 */
}

.jn-Confirm_Required {
  font-size: 16px;
  font-weight: 700;
  color: var(--jn-red);
  margin-top: 95px;
}

/* 確認内容リスト（縦並び gap30px） */
.jn-Confirm_List {
  width: 51.04vw;          /* 735/1440 */
  max-width: 735px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.jn-Confirm_Row {
  display: flex;
  align-items: center;
  width: 100%;
}

.jn-Confirm_Row--message {
  align-items: flex-start;
}

.jn-Confirm_Label {
  width: 11.81vw;          /* 170/1440 */
  max-width: 170px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.448;
}

.jn-Confirm_Req {
  font-size: 10px;
  font-weight: 700;
  color: var(--jn-red);
}

.jn-Confirm_Value {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.448;
  word-break: break-word;
}

/* ボタン群（縦2段） */
.jn-Confirm_Form {
  margin-top: 60px;
}

.jn-Confirm_Buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 27.78vw;          /* 400/1440 */
  max-width: 400px;
  margin: 0 auto 80px;
}

.jn-Confirm_Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 16px 30px;
  color: var(--jn-white);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--jn-font-jp);
  line-height: 1.448;
  text-align: center;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}

.jn-Confirm_Button--back {
  background: #0397C5;
}

.jn-Confirm_Button--submit {
  background: var(--jn-green);
}

.jn-Confirm_ButtonText {
  display: inline-block;
}

.jn-Confirm_ButtonArrow {
  display: inline-flex;
  align-items: center;
}

.jn-Confirm_ButtonArrow img {
  width: 8px;
  height: 17px;
  display: block;
}

/* 戻るボタンの矢印は反転（左向きに） */
.jn-Confirm_ButtonArrow--left img {
  transform: scaleX(-1);
}

/* === 確認ページ専用：vw 可変レイアウト === */
.page-confirm .jn-Header_Inner,
.page-confirm .jn-Footer_Inner,
.page-confirm .jn-Footer_Band {
  width: 72.92vw;
}

.page-confirm .jn-Header_Top,
.page-confirm .jn-Footer_Inner {
  padding-left: 3.47vw;
  padding-right: 3.47vw;
}

@media screen and (max-width: 1024px) {
  .page-confirm .jn-Header_Inner,
  .page-confirm .jn-Confirm_Inner,
  .page-confirm .jn-Footer_Inner,
  .page-confirm .jn-Footer_Band {
    width: 100%;
  }

  .page-confirm .jn-Header_Top,
  .page-confirm .jn-Confirm_Inner,
  .page-confirm .jn-Footer_Inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-confirm .jn-Confirm_List,
  .page-confirm .jn-Confirm_Buttons {
    width: 100%;
    max-width: 100%;
  }

  .page-confirm .jn-Confirm_Required {
    margin-top: 32px;
  }

  .page-confirm .jn-Confirm_Label {
    width: 30%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .page-confirm .jn-Confirm_Row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .page-confirm .jn-Confirm_Label {
    width: 100%;
    max-width: none;
  }

  .page-confirm .jn-Confirm_List {
    gap: 20px;
  }

  .page-confirm .jn-Confirm_Buttons {
    max-width: 100%;
  }

  .page-confirm .jn-Confirm_Button {
    padding: 14px 24px;
  }
}

/* ==========================================================================
   入会のお申込み（完了）ページ
   ========================================================================== */
.jn-Thanks {
  margin-top: 40px;
}

.jn-Thanks_Inner {
  width: 72.92vw;          /* 1050/1440 */
  margin: 0 auto;
  padding: 0 3.47vw;       /* 50/1440 */
}

.jn-Thanks_Body {
  margin-top: 40px;
  font-family: var(--jn-font-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
  color: #333333;
  white-space: pre-line;
  width: 43.13vw;          /* 621/1440 */
  max-width: 621px;
}

.jn-Thanks_Home {
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
}

.jn-Thanks_Home a {
  color: #666666;
  text-decoration: none;
}

.jn-Thanks_Home a:hover {
  text-decoration: underline;
}

/* ヘッダーにパンくずがない場合のContact位置調整：
   .jn-Header_Crumb は不在でもFlexは align-items:flex-start のため
   Contactは右上に正しく配置されるので追加調整不要。 */

/* === 完了ページ専用：vw 可変レイアウト === */
.page-thanks .jn-Header_Inner,
.page-thanks .jn-Footer_Inner,
.page-thanks .jn-Footer_Band {
  width: 72.92vw;
}

.page-thanks .jn-Header_Top,
.page-thanks .jn-Footer_Inner {
  padding-left: 3.47vw;
  padding-right: 3.47vw;
}

@media screen and (max-width: 1024px) {
  .page-thanks .jn-Header_Inner,
  .page-thanks .jn-Thanks_Inner,
  .page-thanks .jn-Footer_Inner,
  .page-thanks .jn-Footer_Band {
    width: 100%;
  }

  .page-thanks .jn-Header_Top,
  .page-thanks .jn-Thanks_Inner,
  .page-thanks .jn-Footer_Inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-thanks .jn-Thanks_Body {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page-thanks .jn-Thanks_Body {
    font-size: 14px;
    word-break: break-word;
  }

  .page-thanks .jn-Thanks_Home {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   フッター
   ========================================================================== */
.jn-Footer_Inner {
  width: 1050px;
  margin: 0 auto;
  background: var(--jn-white);
  padding: 40px 50px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.jn-Footer_Sub {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.448;
}

.jn-Footer_Logo {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: -0.05em;
  margin-top: 2px;
}

.jn-Footer_Cols {
  display: flex;
  gap: 60px;
  padding-top: 60px;
}

.jn-Footer_ColTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.448;
}

.jn-Footer_SubList {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.448;
}

.jn-Footer_SubList li {
  margin-bottom: 4px;
}

.jn-Footer_Band {
  width: 1050px;
  margin: 0 auto;
  height: 20px;
  background: var(--jn-green);
}

/* ==========================================================================
   レスポンシブ（タブレット以下）
   ========================================================================== */
@media screen and (max-width: 1080px) {
  .jn-Header_Inner,
  .jn-Flow_Inner,
  .jn-Footer_Inner,
  .jn-Footer_Band,
  .jn-Entry_Inner {
    width: 100%;
    box-sizing: border-box;
  }

  /* タブレット域でもサイド矢印を表示。位置を調整 */
  .jn-Step_SideArrow {
    right: 0;
  }

  /* タブレット域では矢印が内側に 62px 入るので、その分 body の右側を空ける */
  .jn-Step_Body {
    padding-right: 72px;
  }

  .jn-Footer_Logo {
    font-size: clamp(20px, 3vw, 30px);
  }
}

/* 1024px以下：パンくずをバナー上にオーバーレイせず、ナビ直下に通常配置 */
@media screen and (max-width: 1024px) {
  .jn-Header_Banner {
    display: flex;
    flex-direction: column;
  }

  .jn-Header_Crumb {
    position: static;
    order: -1;
    padding: 8px 50px;
  }
}

@media screen and (max-width: 767px) {
  .jn-Page {
    padding-top: 16px;
  }

  /* SPではサイド矢印は非表示（縦積みレイアウトのため） */
  .jn-Step_SideArrow {
    display: none;
  }

  .jn-Header_Inner,
  .jn-Flow_Inner,
  .jn-Footer_Inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jn-Header_Top {
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-bottom: 16px;
  }

  .jn-Header_Logo {
    font-size: 22px;
  }

  .jn-Header_Crumb {
    top: 6px;
    left: 12px;
    font-size: 10px;
    padding: 6px 0;
  }

  .jn-Header_Tel {
    font-size: 26px;
  }

  .jn-Header_Nav {
    position: static;
    margin-bottom: 16px;
    padding: 0;
  }

  .jn-Header_NavItem a {
    height: 48px;
    padding: 0 24px !important;
    font-size: 14px;
  }

  .jn-Header_Banner {
    aspect-ratio: 11 / 4;
    overflow: hidden;
  }

  img.jn-Header_BannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jn-Header_Title {
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(24px, 7.2vw, 40px);
  }

  .jn-Flow_Title {
    font-size: 18px;
  }

  .jn-Flow_Lead {
    font-size: 14px;
    margin-top: 24px;
    text-align: left;
  }

  .jn-Flow_Note {
    text-align: left;
  }

  .jn-Step_Badge {
    width: 72px;
    height: 80px;
    padding-top: 8px;
  }

  .jn-Step_BadgeLabel {
    font-size: 16px;
  }

  .jn-Step_BadgeNum {
    font-size: 36px;
    margin-top: -10px;
  }

  .jn-Step_Title {
    font-size: clamp(14px, 5.2vw, 18px);
  }

  .jn-Step_Text {
    font-size: 14px;
  }

  .jn-Step_Arrow {
    justify-content: flex-start;
    margin: 12px 0 12px 25px;
  }

  .jn-Flow_BannerText {
    font-size: 18px;
  }

  .jn-Flow_NextWrap {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .jn-Flow_Next {
    min-width: 0;
    width: clamp(200px, 50vw, 400px);
    padding: 14px 24px;
  }

  .jn-Footer_Inner {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .jn-Footer_Logo {
    font-size: clamp(16px, 6.5vw, 30px);
  }

  .jn-Footer_Cols {
    padding-top: 0;
    gap: 24px;
  }

  .jn-Footer_Band {
    width: 100%;
  }

  .jn-Privacy_Subtitle {
    font-size: 18px;
    margin-top: 32px;
  }

  .jn-Privacy_Lead {
    margin-top: 20px;
    padding: 0;
  }

  .jn-Privacy_List {
    margin-top: 24px;
    gap: 20px;
  }

  .jn-Privacy_ItemTitle {
    padding: 8px 12px;
  }

  .jn-Privacy_ItemText {
    padding: 10px 0 0 16px;
  }

  .jn-Privacy_Agree {
    margin-top: 32px;
  }

  .jn-Entry_Lead {
    font-size: 16px;
    margin-top: 24px;
    text-align: left;
  }

  .jn-Entry_Table {
    margin-top: 24px;
  }

  .jn-Entry_Row {
    flex-direction: column;
  }

  .jn-Entry_Head {
    width: 100%;
    padding: 10px 16px;
    justify-content: flex-start;
  }

  .jn-Entry_Body {
    padding: 16px;
  }
  .jn-Step_Body {
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .jn-Header_NavItem {
    flex: 1;
  }

  .jn-Header_NavItem a {
    width: 100%;
    padding: 0 !important;
  }
  .jn-Header_Banner {
    aspect-ratio: 8 / 4;
  }
}

@media screen and (max-width: 375px) {
  .jn-Step {
    flex-direction: column;
    align-items: flex-start;
  }

  .jn-Step_Body {
    width: 100%;
  }
}
