@charset "UTF-8";
 /* ======================== Base / Tone & Manner (MOREVE準拠) ======================== */
:root{
  --brand:#3b69bb;       /* MOREVE基調ブルー */
  --brand-deep:#1952a6;  /* 濃色アクセント */
  --brand-alt:#4651a8;   /* サブブルー */
  --brand-estimate:#294878;  /* 濃色アクセント */
  --ink:#222; --muted:#5a6b7b; --bg:#f5f5f5; --card:#fff; --line:#d0d0d0;
  --radius:0px; --shadow:0 10px 20px rgba(0,0,0,.06); --maxw:1040px;
}
*{
  box-sizing:border-box
}
html,body{
  margin:0;
  padding:0;
  color:var(--ink);
  background:var(--bg);
  font-family:"SSTJapanese W55 Regular","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,system-ui,sans-serif;
  line-height:1.7
}
img{
  max-width:100%;
  height:auto;
  border-radius:0
} /* 画像は角丸なし */
h1,h2,h3{
  line-height:1.25;
  margin:0 0 .5em
}
p{
  margin:.4em 0
}
a{
  color:inherit;
  text-decoration:none
}

/* 共通ラッパ */
.inner{
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
  max-width:var(--maxw);
  width:100%
}

@media screen and (min-width: 768px){
  .v-sp{
    display: none !important;
  }
}

/* ======================== Header / Global Nav ======================== */


.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 16px;border-radius:0;font-weight:800;white-space: nowrap;} /* デフォは角丸なし */
.btn--primary{background:var(--brand-deep);color:#fff;box-shadow:0 6px 16px rgba(25,82,166,.22);border-radius:5px}
.btn--estimate{background:var(--brand-estimate);color:#fff;box-shadow:0 6px 16px rgba(25,82,166,.22);border-radius:5px}
.btn--support{background:#007DB7;color:#fff;box-shadow:0 6px 16px rgba(63, 155, 209, 0.22);border-radius:5px}
.btn--ghost{border:1px solid var(--line);background:#fff;color:var(--brand-deep)}

.moreve-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom:1px solid var(--line);
}
.moreve-header__logo {
  max-width: 200px;
}
.moreve-header__logo img {
  width: 100%;
  height:28px;
  border-radius:0 !important;
}
.moreve-header__inner.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.moreve-header__menu {
  height: 100%;
  max-width: 100px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  width: calc(25% - 10px);
}
.moreve-headernav__list{
  display:flex;
  justify-content: flex-end;
  gap: 1rem;
  list-style:none;
  margin:0;
  padding:0
}
.moreve-headernav__list li{
  display:inline-block;
  letter-spacing: 0.05rem;
}
.moreve-headernav__list__link {
  margin-bottom: 15px;
  padding: 10px 0;
  color:#333;
  font-weight:600
}
@media(max-width:768px){
  .moreve-header__inner{
    flex-direction: column;
    height: auto;
    min-height: 86px;
  }
  .moreve-header__logo{
    margin: 0.5rem auto;
  }
}
@media screen and (min-width: 1000px) {
  .moreve-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 10px 35px 10px 45px;
  }
  .moreve-header__logo {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 260px;
  }
  .moreve-header__menu {
    display: none;
  }
  .moreve-headernav {
    display: block;
    width: 34%;
  }
}
.moreve-headerbtn__list{
  display:flex;
  gap:10px;
}
@media(max-width:1280px){
  .moreve-header__logo{
    max-width: 210px;
  }
  .moreve-headernav {
    width: 44%;
  }
  .moreve-headernav__list{
    gap: 0.8rem;
  }
  .moreve-headernav__list li{
    letter-spacing: 0;
  }
  .moreve-headernav__list__link{
    padding: 10px 0;
  }
}
@media(max-width:1024px){
  .moreve-headernav__list{
    display: none;
  }
}
.moreve-headerbtn__list .btn {
  display: flex;
  flex-direction: column;
  line-height: 1.2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  /*min-width: 135px;*/
}
.moreve-headerbtn__list .btn span{
  display: block;
  font-weight: normal;
  font-size: 14px;
}
@media(max-width:768px){
  .moreve-headerbtn__list{
    gap:4px;
    margin-bottom: 0.5rem;
  }
  .moreve-headerbtn__list .btn {
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-size: 0.9em;
    min-height: 44px;
  }
  .moreve-headerbtn__list .btn span{
    font-size: 12px;
  }
}

/* ======================== Section Blocks ======================== */
.panel{background:var(--card);border:1px solid var(--line);border-radius:0;box-shadow:var(--shadow);padding:18px 24px}


/* CTAブロック（左右余白＋中央寄せ＋ボタン2つ） */
.cta-block{margin:22px 0 0;border:1px solid #cfe0f5;background:#e9f2fb;border-radius:0;padding:18px 20px;display:grid;gap:10px;text-align:center}
.cta-row{display:flex;justify-content:center;gap:10px;}
@media(max-width:600px){
  .cta-row{
    flex-direction: column;
  }
}
.cta-row .btn{
  min-width: 220px;
}

/* ======================== トップへ戻る ======================== */
.moreve-bottom {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.moreve-bottom__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 78vw;
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
  .moreve-bottom {
    padding-top: min(9.1145833333vw, 70px);
  }
  .moreve-bottom {
    padding-bottom: min(9.1145833333vw, 70px);
  }
}
@media screen and (min-width: 768px) {
  .moreve-bottom {
    padding-top: min(7vw, 70px);
    padding-bottom: min(7vw, 70px);
  }
}
@media screen and (min-width: 1000px) {
  .moreve-bottom__btn {
    width: 100%;
  }
}
/* ======================== Footer (moreve.zip 構造+黒背景) ======================== */
.l-footer{margin-top:40px;}