@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.9
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/* Common and variables. */
.jal{--red:#d7000f;--blue:#35a3d5;--blue-dark:#1f7fae;--dark:#222;--gray:#f5f7f9;--navy:#0a1e3c;--yellow:#ffe600;--green:#1fa65a;--orange:#f2811d;font-family:inherit;background:#fff}
.jal *{box-sizing:border-box}
.jal p{margin:0 0 1em}
body{background:#fff!important}
.content-outer,.main,.article,.content-only,#content,.l-content,.a-wrap,.entry-content-inner{background:transparent!important;box-shadow:none!important;border:none!important}
.article{padding:0!important;margin:0!important;border-radius:0!important}
.jal-full{width:100vw;margin-left:calc(50% - 50vw);padding:0}
.jal-full--white{background:#fff}
.jal-full--gray{background:var(--gray)}
.jal-inner{max-width:1100px;margin:0 auto;padding:56px 20px;text-align:center}
.jal-mk{background:linear-gradient(transparent 55%,var(--yellow) 55%);font-weight:800;padding:0 2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.jal-big{font-size:2.5em;color:var(--red);font-weight:900;line-height:1;vertical-align:-4px}
.jal-arrow{width:0;height:0;border-left:44px solid transparent;border-right:44px solid transparent;border-top:36px solid var(--red);margin:0 auto}
.jal-arrow-wrap{text-align:center;padding:10px 0}
#sidebar,.sidebar{display:none!important}
.main{width:100%!important;max-width:100%!important;margin-right:0!important}
body.page .entry-title,body.page .article-header h1{display:none!important}
.sns-share,.sns-group,.sns-follow,.author-follow,#author-follow,.follow-box,.author-box,.author-info,.post-edit-link,.entry-author-profile{display:none!important}
body.page .date-tags,body.page .post-date,body.page .entry-date,body.page .entry-meta{display:none!important}
body.page #toc,body.page .toc,body.page .toc-plus,body.page .entry-content>.toc,body.page .article>.toc{display:none!important}
.breadcrumb,.breadcrumbs{display:none!important}
.jal-nav-cta a{background:var(--red);color:#fff!important;border-radius:999px;padding:8px 20px!important}

/* 記事末CTA（再利用ブロック「記事末CTA（コラム共通）」）内のテキストリンク。
   濃紺背景のため、テーマ既定のリンク色ではコントラストが足りない。白＋下線にして
   リンクと分かるようにする。CTAボタンは別スタイルなので除外する。 */
.jal-cta a:not(.wp-block-button__link){color:#fff;text-decoration:underline;text-underline-offset:3px}
.jal-cta a:not(.wp-block-button__link):hover{opacity:.8}

/* Section: column article (single-post) layout and typography.
   Note: --role-color custom properties are scoped to .jal and are not
   available here, so literal color values are used (see bc8f7ea/df3ec4e). */
body.single-post .article-header{display:flex;flex-direction:column;max-width:740px;margin:0 auto;padding:0 20px}
body.single-post .entry-title{order:1;font-size:1.7rem;font-weight:800;line-height:1.5;margin:0 0 8px;color:#222}
body.single-post .date-tags{order:2;margin:0 0 20px}
body.single-post .date-tags .post-date{font-size:.85rem;color:#888}
body.single-post .eye-catch-wrap{order:3;margin:0 0 28px}
body.single-post .eye-catch{border-radius:8px;overflow:hidden}
body.single-post .eye-catch img{width:100%;height:auto;display:block}
body.single-post .entry-content{max-width:740px;margin:0 auto;padding:0 20px;font-size:16.5px;line-height:1.95;color:#333}
body.single-post .entry-content>p{margin:0 0 1.6em}
body.single-post .entry-content h2{border:0;border-radius:0;border-left:4px solid #35a3d5;background:#f5f7f9;padding:14px 18px;margin:2.4em 0 1.2em;font-size:1.3rem;font-weight:800;line-height:1.6}
body.single-post .entry-content h3{border:0;border-radius:0;border-bottom:2px solid #e3eef5;background:none;padding:0 0 10px;margin:2em 0 1em;font-size:1.1rem;font-weight:800}

/* Header: compact logo/menu group on desktop, scrollable menu on smaller screens. */
@media screen and (min-width: 1024px) {
  #header-container,
  #header-container-in {
    height: 72px;
  }

  body.page-id-13 #header-container {
    margin-bottom: -24px;
  }

  #header-container-in.hlt-top-menu {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 70px 0 54px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  #header-container-in.hlt-top-menu #header {
    flex: 0 0 300px;
    width: 300px;
    height: 72px;
  }

  #header-container-in.hlt-top-menu #header-in,
  #header-container-in.hlt-top-menu .logo-header {
    width: 100%;
    height: 72px;
    max-height: none !important;
    margin: 0;
  }

  #header-container-in.hlt-top-menu #header-in {
    justify-content: flex-start;
  }

  #header-container-in.hlt-top-menu .logo-header,
  #header-container-in.hlt-top-menu .logo-header > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    max-height: none;
    overflow: hidden;
    line-height: 1;
  }

  #header-container-in.hlt-top-menu .logo-header img.site-logo-image {
    width: 335px;
    height: auto !important;
    max-width: none;
    max-height: none;
    transform: translateX(-40px);
  }

  #header-container-in.hlt-top-menu #navi,
  #header-container-in.hlt-top-menu #navi-in,
  #header-container-in.hlt-top-menu .menu-header {
    width: auto;
    height: 72px;
  }

  #header-container-in.hlt-top-menu #navi {
    flex: 0 0 auto;
    min-width: 0;
    margin-left: auto;
  }

  #header-container-in.hlt-top-menu .menu-header {
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
  }

  #header-container-in.hlt-top-menu .menu-header > .menu-item {
    flex: 0 0 auto;
    width: auto !important;
    height: 100%;
  }

  #header-container-in.hlt-top-menu .menu-header > .menu-item > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 22px !important;
    font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}

/* Section: hero. */
.jal-hero{background:#eef9ff;color:var(--dark);padding:0}
.jal-hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,410px);min-height:650px}
.jal-hero-media{display:flex;align-items:center;min-width:0;color:#fff;background-image:linear-gradient(90deg,rgba(7,37,60,.74) 0%,rgba(7,37,60,.54) 42%,rgba(7,37,60,.08) 78%),url('https://japan-autoloan.com/wp-content/themes/cocoon-child-master/assets/images/hero-child-flowers-sky-20260713.webp');background-size:cover;background-position:center}
.jal-hero-inner{width:100%;max-width:720px;margin:0;padding:58px clamp(30px,5vw,78px);text-align:left}
.jal-badge{display:inline-block;background:var(--red);color:#fff;font-weight:700;font-size:1.05rem;padding:8px 22px;margin-bottom:20px;letter-spacing:.05em}
.jal-hero-title{font-size:2.1rem;font-weight:800;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.55);line-height:1.55;margin:0 0 16px}
.jal-hero-title .jal-mk{color:#1F2937!important;text-shadow:none}
.jal-hero-sub{font-size:1.15rem;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.55);margin-bottom:26px;font-weight:700}
.jal-hero-btns{display:flex;gap:14px;justify-content:flex-start;flex-wrap:wrap;margin-bottom:14px}
.jal-hero-form{background:#fff;padding:22px 20px;max-height:650px;overflow-y:auto;color:var(--dark);border-left:1px solid #d7e5ec}
.jal-hero-form-head{text-align:center;margin-bottom:14px}
.jal-hero-form-title{font-size:1.45rem;font-weight:900;color:var(--dark);margin:0 0 5px}
.jal-hero-form-lead{font-size:.82rem;color:#666;line-height:1.55;margin:0}
.jal-hero-form .wpcf7{max-width:none;margin:0;padding:0;background:transparent;border:0;box-shadow:none;text-align:left}
.jal-hero-form .wpcf7 form{margin:0}
.jal-hero-form .wpcf7 p{margin:0 0 8px}
.jal-hero-form .wpcf7 label{display:block;font-size:.8rem;font-weight:700;color:#333;line-height:1.35}
.jal-hero-form .wpcf7 input[type=text],.jal-hero-form .wpcf7 input[type=email],.jal-hero-form .wpcf7 input[type=tel],.jal-hero-form .wpcf7 input[type=number],.jal-hero-form .wpcf7 select,.jal-hero-form .wpcf7 textarea{width:100%;min-height:38px;margin-top:3px;padding:7px 9px;border:1px solid #cbd7de;border-radius:5px;background:#f8fafb;font-size:.9rem}
.jal-hero-form .wpcf7 input[type=checkbox]{margin-right:6px}
.jal-hero-form .wpcf7 .wpcf7-list-item{margin:0}
.jal-hero-form .wpcf7 .wpcf7-acceptance{font-size:.72rem;line-height:1.45}
.jal-hero-form .wpcf7 input[type=submit]{display:block;width:100%;min-height:48px;margin:10px auto 0;padding:12px 20px;border:0;border-radius:999px;background:var(--red);color:#fff;font-size:1rem;font-weight:800;cursor:pointer}
.jal-hero-form .wpcf7-spinner{display:none}
.jal-hero-form .wpcf7-response-output{font-size:.78rem;margin:8px 0 0;padding:7px}

/* Section: trust bar and headings. */
.jal-trust{background:var(--blue);color:#fff;padding:16px 20px}
.jal-trust-row{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;max-width:920px;margin:0 auto;font-weight:700;font-size:.98rem}
.jal-trust-item{display:flex;align-items:center;gap:8px}
.jal-sec-title{text-align:center;font-size:1.7rem;font-weight:800;color:var(--dark);margin:0 0 10px;position:relative;padding-bottom:14px}
.jal-sec-title::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:90px;height:4px;background:var(--blue)}
.jal-sec-title[data-en]{margin-bottom:24px;padding-bottom:18px;background:none;font-size:2rem;font-weight:900;line-height:1.4}
.jal-sec-title[data-en]::before{content:attr(data-en);display:block;margin-bottom:7px;color:var(--blue);font-size:.72rem;font-weight:800;line-height:1;letter-spacing:.28em}
.jal-sec-title[data-en]::after{width:58px;border-radius:999px}
.jal-lead{text-align:center;color:#444;font-size:1.1rem;margin:16px auto 24px;max-width:620px;line-height:1.9}
.jal-bridge{text-align:center;font-weight:800;color:var(--dark);font-size:1.05rem;margin-top:24px}

/* Section: buttons and calls to action. */
.jal-btn{display:inline-block;background:var(--red, #d7000f);color:#fff!important;font-weight:800;font-size:1.1rem;padding:17px 40px;border-radius:999px;text-decoration:none;box-shadow:0 5px 16px rgba(215,0,15,.35);min-height:48px;transition:transform .15s,opacity .15s}
.jal-btn:hover{transform:translateY(-2px);opacity:.92}
.jal-btn--outline{background:#fff;color:var(--red, #d7000f)!important;border:2px solid var(--red, #d7000f);box-shadow:none}
.jal-btn--blue-outline{background:#fff;color:var(--blue-dark, #1f7fae)!important;border:2px solid var(--blue-dark, #1f7fae);box-shadow:none}
.jal-btn--orange{background:var(--orange, #f2811d);color:#fff!important;box-shadow:0 5px 16px rgba(242,129,29,.35)}
.jal-btn--line{background:#06c755;color:#fff!important;box-shadow:0 5px 14px rgba(6,199,85,.2)}
.jal-btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:10px}
@media (max-width:768px){
  .jal-btn-row{flex-direction:column;align-items:center}
  .jal-btn-row .jal-btn{width:100%;max-width:340px}
}
.jal-cta-note{font-size:.82rem;color:#eee;margin:0 0 30px}
.jal-cta-note--dark{color:#777}
.jal-inline-cta{margin-top:22px}
.jal-full--cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#eaf4fa,#ddf0fa)}
.jal-full--cta .jal-inner{position:relative;z-index:1;max-width:1100px;padding-top:48px;padding-bottom:48px}
.jal-cta-inner{position:relative;background:transparent;border:0;border-radius:0;text-align:center;padding:0 190px}
.jal-cta-inner::before,.jal-cta-inner::after{content:"";position:absolute;top:50%;width:180px;height:130px;background:url('assets/images/tyoudoii-3538-flow-car.webp') center/contain no-repeat;opacity:1;pointer-events:none}
.jal-cta-inner::before{left:-6px;transform:translateY(-50%) scaleX(-1)}
.jal-cta-inner::after{right:-6px;transform:translateY(-50%)}
.jal-full--cta .jal-cta-inner h2{margin:0;padding:0!important;border:0!important;background:transparent!important;color:#163b5c!important;font-size:2rem;font-weight:900;line-height:1.45}
.jal-full--cta .jal-cta-inner h2::before,.jal-full--cta .jal-cta-inner h2::after{display:none!important}
.jal-cta-sub{margin:8px 0 0!important;color:#163b5c;font-size:.95rem;font-weight:700;line-height:1.7}
.jal-cta-phone{display:flex;align-items:baseline;justify-content:center;gap:14px;margin:18px 0 0;color:#163b5c}
.jal-cta-phone strong{font-size:2rem;font-weight:900;line-height:1.3;letter-spacing:.02em}
.jal-cta-phone small{font-size:.85rem;font-weight:700}
.jal-cta-inner .jal-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:20px 0 0}
.jal-cta-inner .jal-btn{min-width:200px}
.jal-cta-inner .jal-cta-btn-primary{background:var(--red);color:#fff!important;border:2px solid var(--red);box-shadow:0 5px 16px rgba(215,0,15,.25)}
.jal-cta-inner .jal-cta-btn-line{background:#06c755;color:#fff!important;border:2px solid #06c755;box-shadow:0 5px 14px rgba(6,199,85,.2)}
.jal-cta-inner .jal-cta-btn-secondary{background:#fff;color:#1f7fae!important;border:2px solid #1f7fae;box-shadow:none}
.jal-full--cta .jal-note{margin-top:22px;border-top-color:rgba(22,59,92,.25);color:#4d6579}
.jal-note{font-size:.78rem;color:#888;text-align:center;border-top:1px dashed #ccc;padding-top:14px}

/* Section: worries. */
.jal-trust + .jal-full--white .jal-inner{max-width:1240px;padding-bottom:30px}
.jal-trust + .jal-full--white .jal-sec-title{margin-bottom:24px;padding:0 0 18px;background:none;font-size:2rem;font-weight:900;line-height:1.4}
.jal-trust + .jal-full--white .jal-sec-title::before{content:"WORRIES";display:block;margin-bottom:7px;color:var(--blue);font-size:.72rem;font-weight:800;line-height:1;letter-spacing:.28em}
.jal-trust + .jal-full--white .jal-sec-title::after{width:58px;height:4px;background:var(--blue);border-radius:999px}
.jal-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:start;max-width:1200px;margin:0 auto;padding:8px 0 22px;text-align:left}
.jal-check{position:relative;display:block;min-height:236px;padding:38px 228px 38px 38px;overflow:visible;background:#faf6f0;border:0;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.04);color:#163b5c;font-size:1.4rem;font-weight:900;line-height:1.55;transition:transform .18s ease,box-shadow .18s ease}
.jal-check:nth-child(even){margin-top:12px}
.jal-check::before{content:"";position:absolute;top:-8px;right:28px;width:190px;height:185px;background-repeat:no-repeat;background-position:center bottom;background-size:auto 172px}
.jal-check:nth-child(1)::before{background-image:url('assets/images/tyoudoii-1330-worry-question-man.webp')}
.jal-check:nth-child(2)::before{background-image:url('assets/images/tyoudoii-6814-worry-troubled-woman.webp')}
.jal-check:nth-child(3)::before{background-image:url('assets/images/tyoudoii-6044-worry-thinking-woman.webp')}
.jal-check:nth-child(4)::before{background-image:url('assets/images/tyoudoii-6029-worry-thinking-man.webp')}
.jal-check:nth-child(5)::before{background-image:url('assets/images/tyoudoii-6800-worry-troubled-man.webp')}
.jal-check:nth-child(6)::before{background-image:url('assets/images/tyoudoii-855-worry-question-woman.webp')}
.jal-check::after{display:block;margin-top:16px;color:#666;font-size:1.05rem;font-weight:500;line-height:1.75}
.jal-check:nth-child(1)::after{content:"「もうローンは無理かも…」と諦めていませんか。"}
.jal-check:nth-child(2)::after{content:"過去のことが気になって、申し込みをためらっていませんか。"}
.jal-check:nth-child(3)::after{content:"雇用形態を理由に断られた経験はありませんか。"}
.jal-check:nth-child(4)::after{content:"収入証明が難しくて困っていませんか。"}
.jal-check:nth-child(5)::after{content:"転職したばかりで不安…という方も多いです。"}
.jal-check:nth-child(6)::after{content:"1社ダメでも、基準は会社ごとに違います。"}
.jal-trust + .jal-full--white .jal-bridge{display:inline;background:linear-gradient(transparent 58%,var(--yellow) 58%);font-size:1.35rem;font-weight:900;line-height:1.8;box-decoration-break:clone;-webkit-box-decoration-break:clone}

@media (hover:hover){
  .jal-check:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.07)}
}

/* Section: loan mechanism comparison. */
.jal-hikaku-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1100px;margin:24px auto 0}
.jal-hikaku-panel{border-radius:14px;overflow:hidden;background:#fff}
.jal-hikaku-panel--no{border:1px solid #d9dee3}
.jal-hikaku-panel--yes{border:2px solid #35a3d5}
.jal-hikaku-head{color:#fff;font-size:1.15rem;font-weight:700;text-align:center;padding:12px}
.jal-hikaku-head--no{background:#7d868e}
.jal-hikaku-head--yes{background:#2f8fc4}

/* Section: feature cards and steps. */
.jal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:32px auto 0;max-width:1200px}
.jal-card{display:grid;grid-template-columns:56px minmax(0,1fr) 150px;grid-template-areas:"badge title title" "desc desc image" "benefit benefit benefit";column-gap:16px;row-gap:22px;align-items:start;min-height:300px;padding:32px;background:#faf6f0;border:0;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.04);text-align:left;overflow:hidden}
.jal-card::before{content:"";grid-area:image;position:static;align-self:center;justify-self:center;width:150px;height:150px;background-repeat:no-repeat;background-position:center;background-size:contain}
.jal-card:nth-child(1)::before{background-image:url('assets/images/socost-17467-reason-reception.webp')}
.jal-card:nth-child(2)::before{background-image:url('assets/images/socost-25542-reason-mechanic.webp')}
.jal-card:nth-child(3)::before{background-image:url('assets/images/tyoudoii-3538-flow-car.webp')}
.jal-card .jal-label{grid-area:badge;position:relative;display:grid;place-items:center;width:56px;height:56px;margin:0;padding:0;background:var(--blue);border-radius:50%;color:transparent;font-size:0;font-weight:900;box-shadow:none}
.jal-card .jal-label::before{color:#fff;font-size:1.55rem;line-height:1}
.jal-card:nth-child(1) .jal-label::before{content:"1"}
.jal-card:nth-child(2) .jal-label::before{content:"2"}
.jal-card:nth-child(3) .jal-label::before{content:"3"}
.jal-card .jal-label::after{content:"";position:absolute;right:2px;bottom:-5px;width:0;height:0;border-top:14px solid var(--blue);border-left:12px solid transparent;transform:rotate(-12deg)}
.jal-card-feature{grid-area:title;display:flex;align-items:center;min-height:56px;margin:0;padding:0;color:var(--navy);font-size:1.3rem;font-weight:900;line-height:1.5}
.jal-card-desc{grid-area:desc;align-self:center;min-height:0;margin:0;color:#555;font-size:1rem;line-height:1.9}
.jal-card-benefit{grid-area:benefit;margin:0;padding:14px 16px;background:rgba(53,163,213,.09);border:0;border-radius:12px;color:var(--blue-dark);font-size:.92rem;font-weight:700;line-height:1.8}
.jal-steps4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:960px;margin:24px auto 0}
.jal-fstep{background:#fff;border:1px solid #e3eef5;border-radius:12px;box-shadow:0 3px 10px rgba(0,40,80,.07);padding:18px 10px;text-align:center}
.jal-fstep .jal-f-ico{display:grid;place-items:center;height:104px;margin-bottom:8px}
.jal-fstep .jal-f-ico img{width:112px;height:96px;object-fit:contain}
.jal-fstep .jal-f-no{display:inline-block;background:var(--blue);color:#fff;font-weight:800;border-radius:999px;padding:2px 14px;font-size:.8rem;margin-bottom:6px}
.jal-fstep b{display:block;font-size:1rem;color:var(--dark)}

/* Section: testimonials, message, FAQ, company information, and banner. */
.jal-full .wp-block-columns .wp-block-column p,.wp-block-columns .wp-block-column p{background:#fff;border:1px solid #e3eef5;border-radius:12px;box-shadow:0 2px 8px rgba(0,40,80,.06);padding:18px;text-align:left;font-size:.95rem}
.jal-voices .wp-block-columns{align-items:stretch!important;gap:22px;margin-bottom:22px}
.jal-voices .wp-block-column{display:flex}
.jal-voices .wp-block-column p{position:relative;width:100%;min-height:176px;margin:0;padding:26px;background:#fff;border:0;border-radius:18px;box-shadow:0 4px 16px rgba(0,40,80,.07);color:#555;font-size:1rem;line-height:1.8}
.jal-voices .wp-block-column p strong{display:block;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid #d9edf6;color:var(--navy);font-size:1.1rem;font-weight:700;line-height:1.55}
.jal-voices .wp-block-column p br{display:none}
.jal-omoi{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:640px;margin:20px auto 0;text-align:center}
.jal-video-embed{position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,40,80,.15)}
.jal-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.jal-omoi-text{font-size:.98rem;color:#444}
.jal-faq{max-width:720px;margin:20px auto 0;text-align:left}
.jal-qa{background:#fff;border:1px solid #e3eef5;border-radius:10px;box-shadow:0 2px 8px rgba(0,40,80,.06);padding:18px;margin-bottom:12px}
.jal-qa .jal-q{font-weight:800;color:var(--dark);margin-bottom:6px}
.jal-qa .jal-q::before{content:"Q";display:inline-block;background:var(--blue);color:#fff;width:26px;height:26px;line-height:26px;text-align:center;border-radius:6px;margin-right:10px;font-size:.9rem}
.jal-qa .jal-a{color:#555;font-size:.95rem;margin:0}
.jal-qa .jal-a::before{content:"A";display:inline-block;background:var(--blue-dark);color:#fff;width:26px;height:26px;line-height:26px;text-align:center;border-radius:6px;margin-right:10px;font-size:.9rem}
.jal-info-table{background:#fff;border:1px solid #e3eef5;border-radius:12px;box-shadow:0 2px 8px rgba(0,40,80,.06);padding:20px 24px;text-align:left;max-width:560px;margin:20px auto 0}
.jal-info-table table{border-collapse:collapse;width:100%}
.jal-info-table td{padding:7px 6px;border-bottom:1px dashed #e3eef5;font-size:.95rem}
.jal-info-table td:first-child{font-weight:700;color:var(--dark);white-space:nowrap}
.jal-info-table td a{color:var(--blue-dark);text-decoration:none}
.jal-company-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:860px;margin:20px auto 0;align-items:stretch}
.jal-company-grid .jal-info-table{max-width:none;margin:0}
.jal-map-embed{border-radius:12px;overflow:hidden;min-height:220px}
.jal-banner{border-radius:16px;padding:44px 20px;text-align:center}

/* Section: stock carousel and auction banner. */
.page-id-13 .jal-stock-toolbar{max-width:1240px;margin:0 auto;padding:0 20px 2px;text-align:right}
.page-id-13 .jal-stock-hint{margin:0;color:#527085;font-size:.82rem;font-weight:700;letter-spacing:.02em}
.page-id-13 .jal-stock-nav-wrap{position:relative}
.page-id-13 .jal-stock-scroll{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:20px;padding:10px 20px 28px;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#a9c8d8 transparent}
.page-id-13 .jal-stock-scroll::-webkit-scrollbar{height:7px}
.page-id-13 .jal-stock-scroll::-webkit-scrollbar-track{background:transparent}
.page-id-13 .jal-stock-scroll::-webkit-scrollbar-thumb{background:#a9c8d8;border-radius:999px}
.page-id-13 .jal-stock-card{flex:0 0 clamp(286px,24vw,312px);display:flex;flex-direction:column;margin:0;overflow:hidden;scroll-snap-align:start;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(10,30,60,.08);transition:transform .2s ease,box-shadow .2s ease;text-align:left}
.page-id-13 .jal-stock-card:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(10,30,60,.12)}
.page-id-13 .jal-stock-card-media{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#eef4f7}
.page-id-13 .jal-stock-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.page-id-13 .jal-stock-badge{position:absolute;top:10px;left:10px;background:var(--blue, #35a3d5);color:#fff;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:999px;letter-spacing:.02em}
.page-id-13 .jal-stock-card-body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}
.page-id-13 .jal-stock-maker{margin:0;color:#8a949c;font-size:.76rem;font-weight:700;letter-spacing:.03em}
.page-id-13 .jal-stock-model{margin:0;color:#163b5c;font-size:1.05rem;font-weight:800;line-height:1.4}
.page-id-13 .jal-stock-spec{margin:0;color:#555;font-size:.82rem}
.page-id-13 .jal-stock-price{margin:2px 0 0;color:var(--red, #d7000f);font-size:1.15rem;font-weight:900}
.page-id-13 .jal-stock-tags{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 0}
.page-id-13 .jal-stock-tags span{background:rgba(53,163,213,.12);color:var(--blue-dark, #1f7fae);font-size:.74rem;font-weight:700;padding:3px 10px;border-radius:999px}
.page-id-13 .jal-stock-desc{margin:2px 0 0;color:#666;font-size:.82rem;line-height:1.7}
.page-id-13 .jal-stock-cta{margin-top:10px;padding:12px 20px;font-size:.92rem;text-align:center;min-height:0}
.page-id-13 .jal-stock-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #dde5ea;box-shadow:0 4px 10px rgba(10,30,60,.14);color:#163b5c;font-size:1.3rem;line-height:1;display:grid;place-items:center;cursor:pointer;padding:0}
.page-id-13 .jal-stock-arrow:hover{background:#f0f6fa}
.page-id-13 .jal-stock-arrow--prev{left:6px}
.page-id-13 .jal-stock-arrow--next{right:6px}
.page-id-13 .jal-stock-badge--sold{background:var(--green, #1fa65a)}
.page-id-13 .jal-stock-sample-tag{position:absolute;top:10px;right:10px;background:var(--red, #d7000f);color:#fff;font-size:.68rem;font-weight:800;padding:4px 10px;border-radius:999px;letter-spacing:.02em}
.page-id-13 .jal-sample-alert{max-width:1240px;margin:0 auto 18px;padding:14px 20px;background:#fff4e5;border:2px solid var(--orange, #f2811d);border-radius:10px;color:#7a4a05;font-size:.9rem;font-weight:700;line-height:1.7;text-align:center}
@media (max-width:768px){
  .page-id-13 .jal-stock-arrow{display:none}
}
.page-id-13 .jal-auction-banner{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"copy visual" "actions visual";gap:14px 42px;align-items:center;overflow:hidden;margin-top:8px;padding:46px clamp(28px,5vw,72px);background:#0a1e3c;text-align:left}
.page-id-13 .jal-auction-copy{grid-area:copy;align-self:end}
.page-id-13 .jal-auction-title{margin:0;color:#fff;font-size:1.4rem;font-weight:800;line-height:1.65}
.page-id-13 .jal-auction-title span{color:#ffdc58;border-bottom:3px solid #ffdc58;padding-bottom:2px}
.page-id-13 .jal-auction-sub{margin:8px 0 0;color:#dbe8f2;font-size:.94rem;line-height:1.7}
.page-id-13 .jal-auction-visual{grid-area:visual;position:relative;display:flex;align-items:center;justify-content:center;min-height:210px}
.page-id-13 .jal-auction-visual::before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:#f3f8fb;opacity:.98}
.page-id-13 .jal-auction-visual::after{content:"";position:absolute;right:38px;bottom:24px;width:60px;height:60px;border:9px solid #ffdc58;border-radius:50%;box-shadow:24px 24px 0 -17px #ffdc58;transform:rotate(-12deg)}
.page-id-13 .jal-auction-visual img{position:relative;z-index:1;width:min(100%,280px);height:190px;object-fit:contain}
.page-id-13 .jal-auction-actions{grid-area:actions;align-self:start}
.page-id-13 .jal-auction-actions .jal-btn{margin:4px 0 0}
.page-id-13 .jal-auction-note{margin:9px 0 0 20px;color:#fff;font-size:.8rem;line-height:1.5}

/* Responsive layout. */
@media (max-width:960px){
  .jal-hero-shell{grid-template-columns:1fr}
  .jal-hero-media{min-height:520px;background-position:78% center}
  .jal-hero-form{max-height:none;border-left:0;border-top:1px solid #d7e5ec;padding:26px 20px}
}

@media (max-width:768px){
  .jal-hero-inner{padding:26px 16px 22px}
  .jal-hero-title{font-size:1.45rem}
  .jal-hero-sub{font-size:1rem}
  .jal-badge{font-size:.9rem}
  .jal-hero-btns{gap:10px}
  .jal-hero-btns .jal-btn{padding:13px 20px;min-height:52px}
  .jal-sec-title{font-size:1.35rem}
  .jal-cards{grid-template-columns:1fr}
  .jal-checks{grid-template-columns:1fr}
  .jal-trust + .jal-full--white .jal-sec-title{font-size:1.65rem}
  .jal-checks{gap:28px;padding-bottom:14px}
  .jal-check{min-height:190px;padding:24px 150px 24px 24px;font-size:1.2rem}
  .jal-check:nth-child(even){margin-top:0}
  .jal-check::before{top:-4px;right:14px;width:128px;height:128px;background-size:auto 120px}
  .jal-check::after{margin-top:12px;font-size:.94rem;line-height:1.7}
  .jal-trust + .jal-full--white .jal-bridge{font-size:1.12rem;line-height:1.9}
  .jal-cards{gap:28px;margin-top:28px}
  .jal-card{grid-template-columns:50px minmax(0,1fr);grid-template-areas:"badge title" "desc desc" "image image" "benefit benefit";column-gap:14px;row-gap:18px;min-height:0;padding:28px 24px}
  .jal-card::before{width:130px;height:130px}
  .jal-card .jal-label{width:50px;height:50px}
  .jal-card .jal-label::before{font-size:1.35rem}
  .jal-card-feature{min-height:50px;margin:0;padding:0;font-size:1.14rem}
  .jal-card-desc{min-height:0;margin:0;font-size:.94rem}
  .jal-steps4{grid-template-columns:1fr}
  .jal-inner{padding:40px 16px}
  .jal-btn{display:block;width:100%;max-width:340px;margin:0 auto}
  .jal-hero-btns{flex-direction:column;align-items:center}
  .jal-hero-btns .jal-btn{width:100%;max-width:340px}
  .jal-full--cta .jal-inner{padding-top:38px;padding-bottom:38px}
  .jal-cta-inner{padding:0}
  .jal-cta-inner::before,.jal-cta-inner::after{display:none}
  .jal-cta-inner h2{font-size:1.65rem}
  .jal-cta-phone{flex-direction:column;align-items:center;gap:4px}
  .jal-cta-phone strong{font-size:1.55rem}
  .jal-cta-inner .jal-btns{flex-direction:column;align-items:center}
  .jal-cta-inner .jal-btns .jal-btn{width:100%;max-width:340px}
  .jal-hikaku-grid{grid-template-columns:1fr;gap:18px}
  .jal-big{font-size:2em}
  .jal-arrow{border-left-width:34px;border-right-width:34px;border-top-width:28px}
  .jal-company-grid{grid-template-columns:1fr}
  .jal-trust-row{gap:16px;font-size:.88rem}
  .page-id-13 .jal-stock-toolbar{padding:0 16px 2px}
  .page-id-13 .jal-stock-scroll{gap:16px;scroll-padding-inline:16px;padding:8px 16px 24px}
  .page-id-13 .jal-stock-card{flex-basis:min(82vw,300px)}
  .page-id-13 .jal-auction-banner{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "actions";gap:22px;margin-top:4px;padding:34px 22px;text-align:center}
  .page-id-13 .jal-auction-title{font-size:1.2rem}
  .page-id-13 .jal-auction-visual{min-height:170px}
  .page-id-13 .jal-auction-visual::before{width:190px;height:190px}
  .page-id-13 .jal-auction-visual::after{right:calc(50% - 104px);bottom:8px;width:50px;height:50px;border-width:8px;box-shadow:20px 20px 0 -15px #ffdc58}
  .page-id-13 .jal-auction-visual img{width:230px;height:160px}
  .page-id-13 .jal-auction-actions .jal-btn{margin:0 auto}
  .page-id-13 .jal-auction-note{margin:9px 0 0}
}

@media screen and (max-width: 1023px) {
  #header-container,
  #header-container-in.hlt-top-menu {
    height: auto;
  }

  #header-container-in.hlt-top-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.page-id-13 #header-container {
    margin-bottom: -12px;
  }

  #header-container-in.hlt-top-menu #header,
  #header-container-in.hlt-top-menu #header-in,
  #header-container-in.hlt-top-menu .logo-header,
  #header-container-in.hlt-top-menu .logo-header > a {
    height: 54px;
  }

  #header-container-in.hlt-top-menu .logo-header,
  #header-container-in.hlt-top-menu .logo-header > a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #header-container-in.hlt-top-menu .logo-header img.site-logo-image {
    width: 250px;
    height: auto !important;
    max-width: none;
    max-height: none;
  }

  #header-container-in.hlt-top-menu #navi {
    display: block !important;
    width: 100%;
    height: 42px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #header-container-in.hlt-top-menu #navi::-webkit-scrollbar {
    display: none;
  }

  #header-container-in.hlt-top-menu #navi-in {
    display: block;
    width: 100%;
    min-width: max-content;
    height: 40px;
    margin: 0;
  }

  #header-container-in.hlt-top-menu .menu-header.menu-pc {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: max-content;
    height: 40px;
    margin: 0;
  }

  #header-container-in.hlt-top-menu .menu-header > .menu-item {
    flex: 1 0 auto;
    width: auto !important;
    height: 40px;
  }

  #header-container-in.hlt-top-menu .menu-header > .menu-item > a {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    padding: 0 10px !important;
    font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* 768px以下: グローバルナビ非表示（Cocoon標準モバイルメニュー導入までの暫定対応） */
@media (max-width:768px){
  #header-container-in.hlt-top-menu #navi{display:none!important}
}
