@charset "UTF-8";

/*
Theme Name: オリジナルテーマ
Version: 1.0
*/

/* リセット */
* {
  box-sizing: border-box;
}

/* スクリーンリーダー用テキスト */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* 共通 */
img {
    width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

:root {
  /* font-family */
  --notoSans: "Noto Sans JP", sans-serif;
}

.container {
  max-width: 1900px;
  margin: 0 auto;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: var(--notoSans);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  padding-top: 80px;
}

/* ヘッダー */
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1900px;
  padding-left: 24px;
}

header.nav-set {
  background-color: rgba(0, 0, 0, 0.1); /* 半透明の黒 */
}

.nav-list {
    position: relative;
}

header .nav-list::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 24px;
    background-color: #D9D9D9;
    content: "";
}

.header_sp_view {
  display: none;
}

.header_pc_view {
  display: initial;
}

.red-btn,
.red-btn img{
    width: 252px;
    height: 80px;
}

.red-btn {
    padding: 0 !important;
    border: 1px solid #fff;
}

.tel-red {
  background-color: #C9181B;
  text-align: center;
  padding-top: 16px !important;
}

.tel-red p {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}

.tel-red .huge-white {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.tel-red .huge-white::before {
  left: -5px;
  width: 24px;
  height: 24px;
  background: url(../img/phone-icon.svg) center/contain;
  background-repeat: no-repeat;
  top: 55%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

.mini {
  letter-spacing: 0.01em;
}

.lp-cta-fixed{
  padding-top: 30px !important;
}

.lp-cta-fixed,
.lp-cta02,
.lp-cta03 {
  background-color: #C9181B;
  text-align: center;
}

.lp-cta-fixed p,
.lp-cta02 p,
.lp-cta03 p {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 1em;
  color: #fff;
}

.lp-cta-fixed p::before,
.lp-cta03 p::before,
.lp-cta02 p::before {
  content: "";
  background: url(../img/chevron-right.svg) center/contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.fv-tel {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.tel-inner p,
.fv-tel p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.tel-inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 24px;
  display: block;
  width: 100%;
}

.fv-tel .mini {
  font-size: 10px;
  display: block;
  letter-spacing: 0.1em;
}

.tel-inner .huge-white {
  font-size: 24px;
  margin-top: 3px;
  padding-left: 1em;
  position: relative;
}

.tel-inner .huge-white::before {
  left: -3px;
  width: 32px;
  height: 32px;
  background: url(../img/phone-icon.svg) center/contain;
  background-repeat: no-repeat;
  top: 55%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

@media (max-width: 1230px) {
  .header_sp_view {
    display: initial;
  }

  .header_pc_view {
    display: none;
  }

  .tel-inner {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ヘッダー：ナビゲーション */
.nav .nav-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0;
  max-width: 1900px;
  margin: 0 auto;
  text-align: center;
}

.nav-menu a {
  font-size: 14px;
  padding: 12px 24px;
  color: #081E46;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: var(--notoSans);
}

.nav-menu a:hover {
    opacity: 0.5;
}


/* ヘッダー：ナビゲーション：ボタン */
.navbtn {
  width: 48px;
  height: 48px;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}

.navbtn-bar {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  color: #124197;
  transition: transform 0.5s;
}

.navbtn-bar::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transition: transform 0.5s;
  width: 30px;
  left: 0;
  transform: translateX(-50%);
  transform: translateY(9px);
}

.navbtn-bar::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    transition: transform 0.5s;
    width: 30px;
    left: 0;
    transform: translateX(-50%);
    transform: translateY(-9px);
  }

.navbtn p,
.sp-block {
  display: none;
}

/* ヘッダー：ナビゲーション：ボタン：オープン */
.navbtn-bar.open {
  opacity: 0;
}

/* ヘッダー：ナビゲーション：オーバーレイ */
.navbtn-bar.open::before {
    opacity: 0;
}


@media(max-width:1230px) {
    /* オーバーレイのスタイル */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 10;
    display: none; /* 初期状態では非表示 */
    transition: all .3s;
}

/* オーバーレイ表示時 */
.overlay.active {
    display: block;
}

/* ハンバーガーメニュー */
.nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: white;
    z-index: 20;
    transition: all .3s;
}

.nav.active {
    right: 0; /* 表示時に右端にスライドイン */
}


  header .container {
    max-width: inherit;
    padding: 17px 20px 17px 16px;
  }

  .header-contact img {
    width: 200px;
  }

  .open .navbtn p {
    opacity: 0;
  }

  .navbtn-bar,
  .navbtn-bar::before {
    margin: 0 auto;
  }

  /* ヘッダー：ナビゲーション */
  .nav .nav-menu {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
    width: 190px;
    margin: 0 0 0 auto;
    background-color: #fff;
    padding: 64px 0 24px 0;
    position: relative;
    text-align: center;
    border-radius: 0 0 0 24px;
  }

  .nav-menu a {
    color: #124197;
  }

  .close-btn {
    position: absolute;
    top: 22px;
    right: 18px;
    width: 25px;
    height: 25px;
  }

  .red-btn {
    display: none;
  }

  /* ヘッダー：ナビゲーション：オーバーレイ */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background:var(--blackColor);
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}

.header-sp-flex {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
}

/* ヘッダー：ナビゲーション：オーバーレイ：オープン */
.nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 90;
}

.nav-list::before {
    display: none;
}
}

@media(max-width:560px) {
    .header-contact img {
        width: 118px;
    }

    body {
      padding-top: 64px;
    }

    .navbtn-bar,
    .navbtn-bar::before,
    .navbtn-bar::after {
        width: 18.75px;
    }

    .navbtn {
        width: 18.75px;
        height: 18.75px;
    }

    .header-sp-flex {
        gap: 24px;
    }

    .navbtn-bar::after {
        transform: translateY(-6px);
    }

    .navbtn-bar::before {
        transform: translateY(6px);
    }

    .home-link img {
        width: 180px;
    }

    header .container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media(max-width:400px) {
    .home-link img {
        width: 150px;
    }
}

/* fv */
#fv {
  background-image: url(../img/mv-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#fv .container {
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 80px 20px;
}

.fv-img {
  width: 700px;
  height: auto;
}

.contact-btn {
  text-align: center;
  background-color: #C9181B;
  width: 385px;
  padding: 24px 24px 24px 16px;
  box-shadow: 0 6px 0 0 #950305;
  border-radius: 4px;
  margin: 48px auto 30px;
}

.contact-btn p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}

.contact-btn p::before {
  content: "";
  background: url(../img/chevron-right.svg) center/contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#fv .contact-btn p::before {
  right: -45px;
}

.contact-btn:hover {
  box-shadow: none;
  transform: translateY(6px);
}



.fv-tel {
  width: 270px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv-left {
  display: flex;
  flex-direction: column;
  width: 515px;
  padding: 40px 27px 40px 40px;
}

.fukidasi {
  width: 260px;
  height: auto;
  margin: 0 auto 0 0;
  display: block;
}

#fv h1 {
  font-size: clamp(30px,10.45vw,64px);
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.fv-sp {
  display: none;
}

.fv-pc {
  display: flex;
}

@media(max-width:1315px) {
  .fv-img {
    width: 500px;
  }
}

@media(max-width:1110px) {
  .fv-sp {
    display: block;
  }

  .fv-pc {
    display: none;
  }

  #fv h1 {
    display: inline-block;
    margin: 0 auto 8px auto;
    position: relative;
  }

  .fukidasi {
    position: absolute;
    left: 0;
    top: -30px;
  }

  .fv-img {
    width: 90%;
    max-width: 630px;
  }

  .fv-tel {
    margin-top: 32px;
  }

  #fv .container {
    padding: 80px 24px 48px;
  }

  .fukidasi {
    width: 203px;
  }

  .contact-btn p::before {
    right: -35px;
    top: 55%;
  }
}

@media(max-width:439px) {
  .contact-btn {
    margin-top: 24px;
    width: 100%;
    padding: 24px
  }

  .contact-btn p {
    font-size: 14px;
  }

  .contact-btn p::before {
    right: -28px;
  }
}

/* problem */
#problem {
  background: url(../img/problem.webp) center / cover;
  background-repeat: no-repeat;
}

#problem .container {
  padding: 120px 0;
}

#problem h2 {
  font-size: clamp(25px,6.8vw,40px);
  line-height: 150%;
  color: #0E3479;
  font-weight: 700;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

#problem h2::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 4px;
  background-color: #0E3479;
  bottom: 0;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
}

.problem-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.problem-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.problem-inner {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 18px 20px 18px 40px;
  width: 385px;
  text-align: left;
  gap: 16px;
}

.problem-inner:nth-of-type(2) {
  margin: 16px auto;
}

.problem-inner p {
  font-size: 16px;
  color: #081E46;
  line-height: 150%;
  min-height: 48px;
  align-content: center;
}

.problem-inner img {
  width: 32px;
  height: 32px;
}

.problem-inner {
  border: 2px #E8EEFA solid;
  background-color: #fff;
}

#problem .down {
  width: 42px;
  height: 42px;
  margin: 10px auto;
}

.navy {
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.problem-box:nth-of-type(1)::before {
  position: absolute;
  left: -105px;
  top: -95px;
  content: "";
  width: 80px;
  height: 405px;
  background: url(../img/people1.webp) center / contain;
  background-repeat: no-repeat;
}

.problem-box:nth-of-type(2)::before {
  position: absolute;
  right: -230px;
  bottom: -55px;
  content: "";
  width: 200px;
  height: 320px;
  background: url(../img/people2.webp) center / contain;
  background-repeat: no-repeat;
}

@media (max-width: 1230px) {
  .problem-box:nth-of-type(1)::before,
  .problem-box:nth-of-type(2)::before {
    display: none;
  }
}

@media (max-width: 1110px) {
  .problem-box:nth-of-type(1)::before,
  .problem-box:nth-of-type(2)::before {
    display: none;
  }

  .problem-flex {
    gap: 60px;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #problem .container {
    padding: 80px 0;
  }

  .problem-inner img {
    width: 30px;
    height: 30px;
  }

  .navy {
    width: 100%;
    max-width: 400px;
    margin:0 auto;
  }

  .problem-flex {
    align-items: center;
  }
}

@media(max-width:439px) {
  .problem-inner {
    width: 100%;
  }

  .problem-inner {
    padding: 10px 15px;
  }

  .problem-box {
    margin: 0 auto;
    width: 100%;
  }
}

/* quick */
#quick {
  background: url(../img/quick.webp) top / cover;
  background-repeat: no-repeat;
}

#quick .container {
  padding: 120px 0;
}

#quick h2,
#add h2 {
  font-size: clamp(28px,7.2vw,46px);
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 24px;
  position: relative;
}

#quick h2::before,
#add h2::before {
  position: absolute;
  width: 160px;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

#quick h2 span,
#add h2 span {
  font-size: 16px;
}

.quick-top {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #fff;
  margin: 60px auto;
}

.quick-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
  gap: 32px;
}

.quick-flex:nth-of-type(2) {
  max-width: 756px;
  margin-top: 36px;
}

.quick-flex img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.price-box {
  box-shadow: 0 0 52px 0 #1856C91A;
}

#add h2 {
  margin-bottom: 60px;
}

.price-img {
  width: 100%;
  max-width: 740px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:16px;
}
.price-img img{
  max-width: 45%;
  box-shadow: 0px 0px 50px 0px rgba(24, 86, 201, 0.10);
}

.price-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 15px;
  width: 100%;
  line-height: 150%;
  color: #fff;
}

.price-title span {
  font-size: 26px;
  font-weight: 700;
}

.price-white {
  width: 358px;
  height: 105px;
  position: relative;
  background-color: #fff;
}

.price-white .price-text {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.price-white .price-text span {
  font-size: 64px;
  font-weight: 700;
}


.price-box2 .price-white {
  position: relative;
}

.price-box2 .price-white::before {
  position: absolute;
  right: 24px;
  top: -20px;
  width: 82px;
  height: 82px;
  content: "";
  background: url(../img/seal.svg) center/contain;
  background-repeat: no-repeat;
}

.quick-br {
  display: initial;
}

.bottom-link {
  max-width: 400px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  position: relative;
  background-color: #124197;
}

.bottom-link::before {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: url(../img/bottom-icon.svg) center/contain;
  background-repeat: no-repeat;
  content: "";
  width: 42px;
  height: 42px;
}


.bottom-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.bottom-inner p {
  color: #fff;
  font-size: 16px;
}

.bottom-inner .center-huge {
  font-size: 24px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  margin-bottom: 10px;
  z-index: 15;
  font-weight: 700;
}

.bottom-inner .center-huge::before {
  background-color: #DCE6F7;
  height: 4px;
  width: 100%;
  border: 4px solid #DCE6F7;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 50%;
}

@media(max-width:1200px) {
  #quick .container {
    padding: 80px 24px;
  }

  .quick-flex {
    flex-direction: column;
    max-width: 756px;
  }

  .quick-flex:nth-of-type(2) {
    margin-top: 32px;
  }

  .quick-br {
    display: none;
  }

  .quick-top {
    text-align: left;
    display: inline-block;
  }

  .price-img {
    margin-top: 40px;
  }

  .quick-flex {
    width: 100%;
  }
}

/* back */
#back {
  background: url(../img/white-bg.webp) top / cover;
  background-repeat: no-repeat;
}

#back .container {
  padding: 80px 0;
}

.quick-end {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 120px auto 0 auto;
  max-width: 712px;
  width: 100%;
  gap: 65px;
}

.quick-end a:nth-of-type(1) {
  width: 255px;
  display: block;
}


#back .quick-top {
  color: #081E46;
}

#back h2 {
  font-size: clamp(28px,7.2vw,46px);
  color: #0E3479;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 24px;
  position: relative;
}

#back h2::before {
  position: absolute;
  width: 160px;
  height: 4px;
  background-color: #0E3479;
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

#back h2 span {
  font-size: 16px;
}

@media(max-width:1200px) {
  #back .container {
    padding: 80px 24px;
  }

  #back .quick-end {
    margin-top: 80px;
    flex-direction: column;
    gap: 24px;
  }

  .quick-end a:nth-of-type(1) {
    max-width: 303px;
    width: 100%;
  }

  #back .price-img {
    margin-top: 48px;
  }
}

/* add */
#add {
  background: url(../img/add-back.webp) top / cover;
  background-repeat: no-repeat;
}

#add .container {
  padding: 80px 24px;
}

.add-pc {
  display: block;
  margin: 60px auto 100px;
  width: 100%;
  max-width: 1120px;
}

.add-sp {
  display: none;
}

.blue-price {
  margin:0 auto;
  width: 100%;
  max-width: 745px;
}

#add h2 {
  display: inline-block;
}

#add h2::after {
  width: 70px;
  height: 190px;
  right: -90px;
  top: -10%;
  position: absolute;
  content: "";
  background: url(../img/plan-peple.svg) center/contain;
}

.add-flex img {
  width: 400px;
}

.add-center {
  font-size: 16px;
  color: #124197;
  font-weight: 500;
}

.plus-img {
  width: 26px;
  margin: 24px auto 31px;
}

.add-main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 47px;
  background-color: #fff;
}

.add-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.add-flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.add-top {
  font-size: 22px;
  font-weight: 700;
  color: #081E46;
  text-align: center;
}

.add-yellow {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 11px;
  color: #124197;
  font-weight: 700;
  z-index:10;
}

.add-yellow::before {
  height: 5px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #FFD900;
  z-index: -1;
}

.add-large {
  font-size: 22px;
  font-weight: 700;
  color: #124197;
  letter-spacing: 0.04em;
  margin: 8px auto 18px;
}

.add-detail {
  font-size: 16px;
  font-weight: 500;
  color: #124197;
  letter-spacing: 0.04em;
  line-height: 150%;
}

.add-top {
  margin-bottom: 24px;
}

.add-bottom {
  margin-top: 24px;
}

.add-dash {
  width: 430px;
  border: dashed 2px #124197;
  padding: 20px 40px;
}

.dash1 .add-large {
  padding: 0.5em 0 0.5em;
}


@media(max-width:1200px) {
  #add .container {
    padding: 80px 24px;
  }

  .add-pc {
    display: none;
  }

  .add-sp {
    display: block;
    margin: 40px auto;
    width: 100%;
    max-width: 750px;
  }

  #add h2::after {
    display: none;
  }

  .blue-price {
    margin: 0 auto;
  }

  .add-top {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .add-bottom {
    margin-top: 16px;
  }

  .add-flex {
    flex-direction: column;
    gap: 6px;
  }

  .plus-img {
    width: 24px;
    margin: 16px auto 16px;
  }

  .add-flex2 {
    flex-direction: column;
    gap: 8px;
  }

  .add-main {
    padding: 24px;
  }

  .add-flex img,
  .add-dash {
    width: 345px;
  }

  .add-dash {
    padding: 40px;
  }

  .add-detail {
    font-size: 14px;
  }
}

/* grow */
#grow {
  background: url(../img/grows.webp) top/cover;
  background-repeat: no-repeat;
}

#grow .container {
  padding: 120px 24px 80px;
}

#grow h2 {
  font-size: clamp(20px,5.45vw,40px);
  color: #0E3479;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 24px;
  position: relative;
}

#grow h2::before {
  position: absolute;
  width: 160px;
  height: 4px;
  background-color: #0E3479;
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.grow-main {
  max-width: 888px;
  width: 100%;
  display: block;
  margin: 60px auto 120px auto;
}

.grow-top {
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #081E46;
  margin: 60px auto 0;
  display: inline-block;
  position: relative;
}

.grow-top::before {
  position: absolute;
  right: -180px;
  top: -55px;
  content: "";
  background: url(../img/grow-people.svg) center/contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 187px;
}

.grow-br {
  display: initial;
}

@media(max-width:1200px) {
  #grow .container {
    padding: 80px 24px;
  }

  .grow-top {
    text-align: left;
  }

  .grow-top::before {
    display: none;
  }

  .grow-top {
    margin-top: 40px;
  }

  .grow-main {
    margin: 40px auto 80px;
  }

  #grow .quick-end {
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
  }

}

.price-white .price-text span.plus {
  font-size: 50px;
}

@media(max-width:850px) {
  .grow-br {
    display: none;
  }

  .price-red {
    width: 185px;
    height: 47px;
  }

  .price-white {
    width: 185px;
    height: 60px;
  }

  .price-title {
    font-size: 8px;
  }

  .price-title span {
    font-size: 16px;
  }

  .price-white .price-text span {
    font-size: 40px;
  }

  .price-white .price-text {
    font-size: 8px;
  }

  .price-box2 .price-white::before {
    width: 42px;
    height: 42px;
    right: 14px;
    top: -12px;
  }
}

.quick-card {
  padding: 22px;
  background-color: #fff;
  border: 6px solid #E8EEFA;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-card.quick-yellow {
  border: 6px solid #FFD900;
}

.quick-card img {
  width: 220px;
  height: auto;
  margin: 0 auto 24px;
}

.sub-blue {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #0E3479;
  padding: 6px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.main-blue {
  font-size: 22px;
  font-weight: 700;
  color: #0E3479;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.blue-detail {
  font-size: 14px;
  color: #081E46;
  line-height: 200%;
  text-align: left;
  margin-top: 16px;
  font-weight: 500;
}

.fv-tel.sub-tel p {
  color: #081E46;
}

.sub-tel .tel-inner .huge-white::before {
  background: url(../img/navy-tel.svg) center/contain;
  background-repeat: no-repeat;
  left: -7px;
}

.sub-tel .tel-inner {
  border-top: 1px solid #081E46;
  border-bottom: 1px solid #081E46;
  margin-bottom: 8px;
}

.lp-cta02 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-grow::before {
  display: none !important;
}

footer {
  padding: 40px 24px;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}

.footer-nav a {
  position: inherit;
  font-size: 14px;
  color: #081E46;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: var(--notoSans);
}

.small {
  font-size: 10px;
  text-align: center;
}

@media(max-width:750px) {
  footer .container {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 35px;
  }

  footer .footer-nav {
    flex-direction: column;
  }

}

@media(max-width:439px) {
  .quick-card {
    padding: 15px;
    background-color: #fff;
    border: 6px solid #E8EEFA;
    height: auto;
  }

  .quick-card img {
    width: 180px;
    margin-bottom: 12px;
  }

  .blue-detail {
    line-height: 180%;
  }

  .container {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .add-flex img,
  .add-dash {
    width: 100%;
  }

  .add-dash {
    padding: 20px 15px;
  }

  .grow-main {
    margin: 20px auto 40px;
  }

  #grow .quick-end,
  #back .quick-end {
    margin-top: 40px;
  }

  #grow .container {
    padding-bottom: 40px;
  }
}
