@charset "UTF-8";
/* CSS Document */
:root{
  --blue:#00a4d3;
  --blue2:#60c6e4;
  --green:#00a4d3;
  --green2:#00a4d3;
  --text:#333;
  --muted:#777;
  --line:#d9d9d9;
  --shadow: 0 2px 0 rgba(0,0,0,.08), 0 10px 24px rgba(0,0,0,.10);
  --shadow2: 0 2px 0 rgba(57,121,179,.014);
  --orange:#e46d08;
  --bg:#fff;
  --red:#be0000;
  --max: 1100px;
  --font: "Noto Sans JP", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;}
body{margin:0; font-family:var(--font); background:var(--bg); color:var(--text);}
.container{max-width:var(--max); margin:0 auto; padding:0 24px;}
.meincopy{font-size: 36px !important;line-height: 300%;}
.pc_on{display: block !important;}
.sp_on{display: none !important;}


@media (max-width: 880px){
.meincopy{font-size: 18px !important;line-height: 300%;}
html {scroll-padding-top: 56px;}
}


/* ===== bars ===== */
.greenBar{
  width:100%;
  background:var(--green);
  color:#fff;
  text-align:center;
  font-weight:800;
  letter-spacing:.06em;
}
.greenBar--thin{ display:flex; align-items:center; justify-content:center; }
.greenBar--thin span{ font-size:14px; opacity:.98; line-height: 400%;}

/* 前の回答表示（固定ヘッダー） */
.prevAnswerBar{
  position:sticky;
  top:0;
  z-index:20;
  height:56px;
  display:none;
  align-items:center;
  justify-content:center;
  background:var(--green);
  color:#fff;
  font-weight:900;
  letter-spacing:.06em;
}
.prevAnswerBar.is-on{ display:flex; }
.prevAnswerBar .inner{
  width:100%;
  max-width: var(--max);
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  font-size:14px;
}
.prevAnswerBar .label{ opacity:.95; }
.prevAnswerBar .value{ font-weight:900; }

/* ===== screen visibility ===== */
.screen{ display:none; min-height:100vh; position:relative; background:#fff; }
.screen.is-active{ display:block; }
.fadeIn{ animation: fadeIn .22s ease-out both; }
@keyframes fadeIn{ from{opacity:0; transform: translateY(6px)} to{opacity:1; transform: translateY(0)} }

/* ===== start ===== */
.startHero{ padding:40px 0 0; text-align:center; }
.startimg{
  margin:60px auto 0;
  width:min(500px, 100%);
}
.startimg img{width: 100%;}
.startCtaWrap{ padding:26px 0 34px; display:flex; justify-content:center; }
.startBtn{
  width:470px; max-width: 92vw;
  border:#be0000 solid 8px; border-radius:999px;
  padding:18px 24px;
  background:#fff;
  color:#be0000;
  font-weight:900;
  font-size:32px;
  letter-spacing:.08em;
    line-height: 1.4;
  cursor:pointer;
  box-shadow: 0 18px 20px rgba(0,0,0,.22);
  position:relative;
  transition: transform .12s ease, filter .12s ease;
}
.startBtn:hover{ transform: translateY(-1px); filter:brightness(.99); }
.startBtn:active{ transform: translateY(2px); }
.startBtn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 2px;
}

.startBtn2{
  width:360px; max-width: 70vw;
  border:0; border-radius:999px;
  padding:18px 24px;
  background:var(--bg);
  color:var(--blue);
  font-weight:900;
  font-size:16px;
  letter-spacing:.08em;
  cursor:pointer;
  box-shadow: 0 18px 20px rgba(0,0,0,.22);
  position:relative;
  transition: transform .12s ease, filter .12s ease;
}
.startBtn2:hover{ transform: translateY(-1px); filter:brightness(.99); }
.startBtn2:active{ transform: translateY(2px); }
.startBtn2:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  border-radius: 2px;
}



/* スマホ微調整 */
@media (max-width: 600px){
  .mitsumori-cta{
    padding: 26px 70px;
  }
  .mitsumori-cta::after{
    right: 26px;
    width: 22px;
    height: 22px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
}


/* ===== footer ===== */
.footer{
  margin-top:130px;
  background:var(--green);
  color:#fff;
  padding:26px 0 18px;
}
.footer .footTop{
  display:flex; align-items:center; justify-content:center;
  gap:12px; font-weight:900; letter-spacing:.08em;
}
.footer .footBody{
  margin:18px auto 0;
  width:min(920px, 100%);
  opacity:.95;
  text-align:center;
  font-size:12px;
  line-height:1.7;
  padding:0 18px;
}
.footer .footCity{
  margin:18px auto 0;
  width:min(920px, 100%);
  height:120px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:10px;
  background:rgba(0,0,0,.08);
  display:grid; place-items:center;
  font-weight:900;
  opacity:.85;
}
.footer .copy{
  margin-top:14px;
  text-align:center;
  font-size:11px;
  opacity:.9;
  letter-spacing:.06em;
}
.f_img{width: 300px;display: block;margin: -90px auto 0px;}
.f_img img{width: 100%;}
.f_logo{width: 150px;display: block;margin: 80px auto 20px;}
.f_logo img{width: 100%;}

/* ===== question sections ===== */
section.qSection{
  min-height: calc(100vh - 56px);
  padding-bottom:36px;
  background:#fff;
}
section.qSection:nth-child(even){
      background:#00a4d421;
    }
.qWrap{ padding:56px 0 0; text-align:center; position: relative; height: 90vh;}
.qTitle{
  margin:0;
  font-weight:900;
  color:var(--text);
  letter-spacing:.10em;
  font-size:34px;
}
.qTitle .qNo{ display:inline-block; margin-right:10px; }
.qUnderline{ width:54px; height:5px; background:var(--green2); margin:14px auto 0; }


/* ===== options layout (GRID) ===== */
.qOptions,.qOptions7{
  margin:46px auto 0;
  width:fit-content;
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:20px;
  align-items:stretch;
}

/* 3個のときだけ「全体を中央寄せ」にする（Chrome/Safari対応） */
@supports selector(:has(*)){
  .qOptions:has(> label.opt:nth-of-type(3):last-of-type){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ※ cols◯◯Button はもう列数を持たせなくてOK（互換のため残してもいい） */
.cols3Button,
.cols2Button{
  width:min(1000px, 100%);
}

/* ===== responsive: SPは2列 ===== */
@media (max-width: 880px){
  .qOptions{
    width:min(620px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:14px;
  }
    .qOptions7{
    width:min(620px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:5px;
  }
    .qOptions7 .opt .art img{padding: 5px;}
/* 3個のときだけ「全体を中央寄せ」にする（Chrome/Safari対応） */
@supports selector(:has(*)){
  .qOptions:has(> label.opt:nth-of-type(3):last-of-type){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

}


/*.qOptions{
  margin:46px auto 0;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
  width:min(1000px, 100%);
    display: flex;
    justify-content: center;
}
.cols3Button{ grid-template-columns: repeat(3, 1fr); width:min(1000px, 100%); }
.cols2Button{ grid-template-columns: repeat(3, 1fr); width:min(1000px, 100%); }
.cols2Button label.opt:last-of-type{
  grid-column: 1 / -1;
  max-width: 360px;
  justify-self:center;
}*/

/* ボタン(見た目はlabel) */
.opt{
  /*border:1px solid var(--line);*/
  /*background:#fff;*/
  height:auto;
  /*border-radius:2px;*/
  /*box-shadow: var(--shadow2);*/
  cursor:pointer;
  padding:18px;
  display:flex; flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  /*transition: transform .10s ease, box-shadow .10s ease, border-color .10s ease;*/
  user-select:none;
border-radius: 5px;
}
.opt .art:hover{ transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--blue2); }
.opt .art:active{ transform: translateY(1px); }
.opt .label{
    margin-top: 20px;
  font-size:22px;
  font-weight:900;
  color:var(--text);
  letter-spacing:.06em;
  text-align:center;
}
.opt .art{
    box-shadow: var(--shadow2);
  border:2px solid var(--blue);
  display:grid; place-items:center;
    border-radius: 10px;
    background-color:var(--bg);
    transition: transform .10s ease, box-shadow .10s ease, border-color .10s ease;
    max-width: 200px;
}
.opt .art img{width: 100%; padding: 20px;}
.opt.btnRow{
  display:flex; align-items:center; justify-content:center;
  font-size:18px;
  font-weight:800;
  flex-direction:row;
  padding:0 14px;
}

/* 未回答は表示しない（進めない） */
.locked{ display:none; }

.remain{
  margin:46px 0 0;
  color:#6d6d6d;
  font-weight:900;
  letter-spacing:.08em;
  font-size:18px;
}
.downArrow{
  width:34px; height:34px;
  border-right:6px solid var(--green2);
  border-bottom:6px solid var(--green2);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  opacity:.9;
  position:absolute;
  left:50%;
  bottom:0;
}

/* ===== radio hidden + checked styling ===== */
.srRadio{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* input の直後に label.opt を置いている前提 */
.srRadio:checked + label.opt{
  border-color: rgba(57,121,179,.95);
  box-shadow: 0 0 0 4px rgba(255,243,0,.74), var(--shadow2);
}

/* ===== result ===== */
.resultHead{ padding:22px 0 0; text-align:center; }
.resultTitle{
  margin:50px auto;
  color:var(--green2);
  font-weight:900;
  letter-spacing:.08em;
  font-size:30px;
}
.range{
  margin:30px auto;
  color:#be0000;
  font-weight:900;
  font-size:52px;
  letter-spacing:.06em;
    border: solid 2px var(--blue);
    border-radius: 10px;
    padding: 30px;
    width: 80%;
    box-shadow: 3px 3px 10px #7686988f;
}
.range small{ font-size:13px; color:#666; font-weight:800; margin-left:6px; }

.resultNote{
  margin:16px auto 0;
  width:min(760px, 100%);
  color:#666;
  font-size:16px;
  line-height:1.7;
  text-align:left;
    color: var(--blue);
}
.resultNote ol{ margin:10px 0 10px 20px; padding:0; }
.resultNote span{margin-left:20px;}

.answersBlock{
    margin: 50px auto 150px;
    width: min(720px, 90%);
    padding-top: 18px;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding-bottom: 40px;
    text-align: left;
}
.answersBlock h3{
  text-align:center;
  color:var(--text);
  font-weight:900;
  letter-spacing:.08em;
  margin:0 0 14px;
    font-size: 32px;
}
.ansItem{ font-size:16px; color:#333; margin:20px 0; }
.ansItem b{ color:#111; }

.changeBtnWrap{ display:flex; justify-content:center; margin:18px 0 0 0; }
.changeBtn{
  width:360px;
  max-width:92vw;
  border:#333 solid 3px;
  border-radius:44px;
  padding:16px 22px;
  background:var(--bg);
  color:var(--text);
  font-weight:900;
  font-size:22px;
  letter-spacing:.08em;
  cursor:pointer;
  box-shadow: 0 10px 0 rgba(0,0,0,.08), 0 18px 30px rgba(0,0,0,.22);
}

/* ===== mini nav (実装は残すがデフォルト隠す) ===== */
.miniNav{
  position:fixed;
  right:16px;
  bottom:16px;
  background:#fff;
  border:1px solid #e6e6e6;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  border-radius:12px;
  padding:10px;
  z-index:50;
  width: 170px;
  display:none;
}
body.mini-nav-on .miniNav{ display:block; }

.miniNav h4{ margin:0 0 8px; font-size:12px; color:#666; letter-spacing:.06em; }
.miniNav .row{ display:flex; flex-wrap:wrap; gap:6px; }
.miniNav button{
  border:1px solid #ddd;
  background:#fff;
  border-radius:10px;
  padding:7px 8px;
  font-weight:900;
  font-size:12px;
  cursor:pointer;
}
.miniNav button:hover{
  border-color: rgba(105,179,57,.65);
  box-shadow: 0 0 0 3px rgba(105,179,57,.12);
}
.miniNav .muted{ margin-top:8px; font-size:11px; color:#888; line-height:1.35; }

/* ===== responsive ===== */
@media (max-width: 880px){
  .opt{ height:auto; padding: 5px; }
    .opt .label {margin-top: 5px;}
  .qTitle{ font-size:22px; }
  .miniNav{ width:150px; }
    .resultTitle {margin: 20px auto;}
    .range {font-size: 40px;width: 90%;padding: 10px;}
    .resultNote {width: 90%;}
    /*.qWrap {height: auto;}
    .downArrow {bottom: -30px;}*/
    .qOptions {margin: 20px auto 0;}
}
@media (max-width: 520px){
  .container{ padding:0 16px; }
  .startBtn{ font-size:24px; }
  .greenBar--thin span{ font-size:12px; }
  .qWrap{ padding-top:18px; }
  .remain{ font-size:16px; }
  .prevAnswerBar .inner{ padding:0 16px; font-size:12px; }
.pc_on{display: none !important;}
.sp_on{display: block!important;}
.answersBlock h3{font-size: 24px;}
}

/* ===== LP Accordion (FAQ / Voice) ===== */
.lp-accordion{
  max-width: 860px;
  margin: 18px auto 0;
  padding: 0 16px;
}

/* 1つのアコーディオン枠 */
.acc{
  border: 0;
  background: #d7eef6;           /* 薄い水色 */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.acc + .acc{ margin-top: 14px; }

/* 見出し行 */
.acc__head{
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 25px 30px;  /* 右の丸ボタン分を確保 */
  position: relative;
  text-align: center;
  font-weight: 700;
  letter-spacing: .04em;
  color: #1b86b0;
}
.acc__head::-webkit-details-marker{ display:none; } /* Safari対策 */

/* タイトル */
.acc__title{
  font-size: 16px;
}

/* 右側の丸ボタン（▽/△） */
.acc__head::after{
  content:"";
  position:absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid rgba(27,134,176,.55);
  background: rgba(255,255,255,.35);
}

/* 矢印（chevron） */
.acc__head::before{
  content:"";
  position:absolute;
  right: 30px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1b86b0;
  border-bottom: 2px solid #1b86b0;
  transform: translateY(-65%) rotate(45deg); /* ▽ */
  transition: transform .25s ease;
}

/* open時（△に回転） */
.acc[open] .acc__head::before{
  transform: translateY(-35%) rotate(-135deg);
}

/* ===== 開閉（CSSのみ） =====*/
/* JSで高さを入れる前提のアニメ */
.acc__bodyWrap{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .95s ease, opacity .65s ease, transform .75s ease;
  will-change: max-height;
}

.acc.is-open .acc__bodyWrap{
  opacity: 1;
  transform: translateY(0);
}


/* 中身 */
.acc__body{
  background: #ffffff;
  padding: 18px 18px 22px;
}

/* 点線の区切 */
.faq__item,
.voice__item{
  padding: 18px 4px;
  border-top: 2px dotted rgba(27,134,176,.35);
}
.faq__item:first-child,
.voice__item:first-child{
  border-top: 0;
}

/* FAQ */
.faq__q{
  font-weight: 700;
  color: #1b86b0;
  margin-bottom: 8px;
  line-height: 1.6;
}
.faq__a{
  margin: 0;
  color: #1d2b34;
  line-height: 1.85;
  font-size: 14px;
}

/* Voice */
.voice__who{
  font-weight: 700;
  color: #1b86b0;
  margin-bottom: 8px;
}
.voice__text{
  margin: 0;
  color: #1d2b34;
  line-height: 1.9;
  font-size: 14px;
}

/* スマホ調整 */
@media (max-width: 600px){
  .acc__head{ padding: 16px 52px 16px 18px; text-align:left; }
  .acc__title{ font-size: 15px; }
}

