@charset "UTF-8";
/* 汎用クラス
======================================== */
.is-center {
  text-align: center;
}

.is-large {
  margin-bottom: 20px;
}

.u-text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media (min-width: 768px) {
  .is-large {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
/* 02_base
================================================ */
@media (min-width: 768px) {
  html {
    scroll-padding-top: 190px;
  }
  body {
    padding-top: 190px;
  }
}

@media (max-width: 767px) {
  html{
    scroll-padding-top: 110px;
  }
  body {
    padding-top: 110px;
  }
  .l-nav {
    top: 110px;
  }
}

@media (max-width: 480px) {
  html{
    scroll-padding-top: 102px;
  }
  body {
    padding-top: 102px;
  }
  .l-nav {
    top: 102px;
  }
}

/* .l-header-campaign
======================================== */
.l-header-campaign {
  background: #103A90;
  color: #fff;
}

.l-header-campaign__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1136px;
  margin: auto;
}

.l-header-campaign__img {
  width: 80px;
  margin-right: 25px;
}

.l-header-campaign__txt {
  font-size: 2.7rem;
  font-weight: 900;
}

.l-header-campaign__btn {
  margin: 0 0 0 60px;
  width: 166px;
}

.l-header-campaign__btn .c-btn02__link {
  font-size: 1.8rem;
  padding: 5px 12px 6px 6px;
}

.l-header-campaign__btn .c-btn02__link::before {
  right: 22px;
}

@media (max-width: 767px) {
  .l-header-campaign__inner {
    padding: 0 15px 5px;
  }
  .l-header-campaign__img {
    width: 60px;
    margin-right: 15px;
  }
  .l-header-campaign__txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .l-header-campaign__btn {
    margin: 0 0 0 15px;
    width: 130px;
  }
  .l-header-campaign__btn .c-btn02__link {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .l-header-campaign__inner {
    padding: 0 10px 5px;
  }
  .l-header-campaign__img {
    width: 50px;
    margin-right: 5px;
  }
  .l-header-campaign__txt {
    font-size: 1.1rem;
  }
  .l-header-campaign__btn {
    margin-left: 10px;
    width: 95px;
  }
  .l-header-campaign__btn .c-btn02__link {
    font-size: 1.2rem;
    padding: 4px 10px;
    text-align: left;
  }
  .l-header-campaign__btn .c-btn02__link::before {
    right: 10px;
  }
  .iziModal_Campaign .c-cv01__tel-num a{
    font-size: 3.3rem;
  }
}

/* .l-mv
======================================== */
.l-mv__area-btn {
  margin-top: 50px;
}

.l-mv__btn.is-download .c-btn01__link {
  border-radius: 100px;
  padding: 5px 5px 5px 65px;
}

.l-mv__btn.is-download .c-btn01__txt {
  line-height: 1.3;
  font-size: 1.6rem;
}

.l-mv__btn.is-download .c-btn01__txt-small {
  margin-bottom: -5px;
}

.l-mv__btn.is-download .large {
  font-size: 150%;
}

@media (min-width: 768px) {
  .l-mv__btn.is-download {
    width: 556px;
  }
  .l-mv__btn.is-download .c-btn01__link {
    font-size: 2.3rem;
    letter-spacing: -.02em;
    padding: 10px 0 8px 60px;
  }
  .l-mv__btn.is-download .c-btn01__txt {
    font-size: 2.6rem;
    letter-spacing: -.02em;
  }
  .l-mv__btn.is-download .c-btn01__link::after {
    left: 14px;
  }
}

@media (max-width: 767px) {
  .l-mv__area-btn {
    margin-top: 20px;
  }
  .l-mv__copy {
    bottom: 190px;
  }
}

/* .home-head-cv
======================================== */
.home-head-cv {
  background:#f9faed url(../img/home/bg_cv01_head.png) no-repeat center top / cover;
}
.home-head-cv__inner {
  padding-bottom: 20px;

}

.home-head-cv__head {
  max-width: 540px;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .home-head-cv__head {
    max-width: 281px;
  }
}

.home-head-cv__btn {
  margin-top: -40px;
}

.home-case__lead{
  margin-top: 15px;
}

/* .home-question
======================================== */
.home-question {
  background: url(../img/lpnew/bg_question01.jpg) no-repeat center top / 100%;
}

.home-question__inner {
  padding-top: 10px;
}

.home-question__sub {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  margin-top: 15px;
  color: #163A96;
  line-height: 1.4;
}

.home-question__head {
  max-width: 540px;
  margin: auto;
}

@media (max-width: 767px) {
  .home-question {
    background: url(../img/lpnew/bg_question01.jpg) no-repeat center top / auto 180px;
  }
  .home-question__sub {
    font-size: 1.7rem;
  }
  .home-question__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
  }
  .home-question__list-item {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .home-question__list-item {
    width: 100%;
  }
}

/* .home-recommned
======================================== */
.home-set-recommned {
  background: #F4F7FF url(../img/lpnew/bg_recommend01.jpg) no-repeat center top/cover;
  padding: 28px 10px 45px;
  margin-bottom: 40px;
}

.home-set-recommned.set02 {
  background: #F4F7FF url(../img/lpnew/bg_recommend02.jpg) no-repeat center top/cover;
}

.home-set-recommned__head {
  position: relative;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.home-set-recommned__head img {
  left: 37px;
  position: absolute;
  top: 0;
  width: 162px;
  height: 162px;
  display: block;
}

.home-set-recommned__head .c-head01__main {
  margin: 0;
}

.home-set-recommned__area-btn {
  gap: 15px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-set-recommned-btn {
  margin: 0;
  width: 100%;
}

.home-set-recommned-btn + .c-btn01 {
  margin: 0;
}

.home-set-recommned-btn .c-btn01__link {
  padding: 14px 15px 10px 10px;
  border-radius: 100px;
  text-align: left;
}

.home-set-recommned-btn.is-download .c-btn01__link {
  padding: 14px 15px 9px 70px;
}

.home-set-recommned-btn.is-download .c-btn01__link::after {
  left: 15px;
}

.home-set-recommned-btn.is-download .c-btn01__txt {
  line-height: 1.3;
}

.home-set-recommned-btn.is-download .large {
  font-size: 150%;
}

@media (max-width: 767px) {
  .home-set-recommned-btn .c-btn01__txt {
    font-size: 1.6rem;
    padding-right: 26px;
  }
}

@media (min-width: 768px) {
  .home-set-recommned-btn {
    width: 517px;
  }
  .home-set-recommned-btn .c-btn01__link::after {
    left: 15px;
  }
  .home-set-recommned-btn.is-download {
    width: 556px;
  }
  .home-set-recommned-btn.is-download .c-btn01__link {
    font-size: 2.3rem;
    letter-spacing: -.02em;
  }
}

@media (max-width: 767px) {
  .home-set-recommned__head {
    height: 100px;
  }
  .home-set-recommned__head img {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -220px;
  }
}

@media (max-width: 480px) {
  .home-set-recommned__head {
    padding-left: 100px;
  }
  .home-set-recommned__head img {
    margin: 0;
    left: 0;
  }
}

.home-performance__data-item:nth-child(n+4) {
  border-top: none;
}

.c-card01__head-sub {
  background-color: #fff;
  color: #163A96;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 2px 12px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}

.c-card01__head-sub::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #fff;
}

.c-card01__content {
  padding-bottom: 19px;
}

@media (max-width: 767px) {
  .c-card01__head-sub {
    font-size: 1.3rem;
    padding: 1px 6px 0;
    margin-right: 10px;
  }
  .c-card01__head-sub::after {
    width: 8px;
    height: 8px;
  }
}

/* .home-feature
======================================== */
.home-feature__item-img {
  text-align: center;
}

.home-feature__item-img img {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .home-performance__data {
    width: 542px;
  }
  .home-feature__item {
    padding: 34px 24px;
  }
  .home-feature__item .c-head02 {
    margin-bottom: 18px;
  }
  .home-performance__data-item {
    width: 175px;
  }
  .home-performance__data-item:nth-child(1), .home-performance__data-item:nth-child(4) {
    width: 162px;
  }
  .home-performance__data-item:nth-child(n+4) {
    margin-top: 10px;
  }
}

/* .c-modal01
======================================== */
.c-modal01__banner {
  margin: 60px auto 0;
}

.c-modal01__banner-link {
  display: block;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#103A90), to(#0D2B67));
  background: linear-gradient(to bottom, #103A90 0%, #0D2B67 100%);
  position: relative;
  border-radius: 10px;
  padding: 29px 110px 29px 210px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-modal01__banner-link::after {
  content: '';
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 49px;
  height: 49px;
  background: url(../img/lpnew/btn_arrow01_white.png) no-repeat center/contain;
}

.c-modal01__banner-link:hover {
  opacity: .8;
}

.c-modal01__banner-img {
  width: 162px;
  height: 164px;
  position: absolute;
  top: -25px;
  left: 27px;
}

.c-modal01__banner-txt {
  display: block;
  font-size: 1.8rem;
}

.c-modal01__banner-title {
  font-weight: bold;
  font-size: 5rem;
}

.c-modal01__banner-title.is-small{
  font-size: 3.8rem;
}

@media (min-width: 768px) {
  .c-modal01__inner {
    min-width: 1060px;
  }
}

@media (max-width: 767px) {
  .c-modal01__banner {
    margin-top: 30px;
    max-width: 400px;
  }
  .c-modal01__banner-link {
    padding: 10px 40px 10px 90px;
  }
  .c-modal01__banner-link::after {
    right: 10px;
    width: 26px;
    height: 26px;
  }
  .c-modal01__banner-img {
    width: 70px;
    height: 70px;
    top: -10px;
    left: 10px;
  }
  .c-modal01__banner-txt {
    font-size: 1rem;
  }
  .c-modal01__banner-title {
    font-size: 1.7rem;
  }
  .c-modal01__banner-title.is-small {
    font-size: 1.6rem;
  }
}

/* .home-price-comparison
======================================== */
@media (max-width: 767px) {
  .home-price-comparison__table {
    margin: 0 auto 20px;
    height: auto;
    max-width: 523px;
  }
}

@media (min-width: 768px) {
  .home-price-comparison {
    padding: 50px;
  }
  .home-price-comparison__table tr > th:first-child {
    width: 240px;
    font-size: 2rem;
  }
}

/* .iziModal_Campaign
======================================== */
.iziModal_Campaign__lead{
  font-size: 1.7rem;
  font-weight: bold;
  color: #133579;
  margin-bottom: 20px;
  text-align: center;
}
.iziModal_Campaign .c-card01__data dl{
  margin-right: -15px;
}
span.tax{font-size: 1.1rem; margin-left: 3px;}
@media (min-width: 768px) {
  .iziModal_Campaign__lead{
    font-size: 2.8rem;
  }
  .iziModal_Campaign .c-card01 + .c-card01{
    margin: 0;
  }
  .iziModal.iziModal_Campaign {
    max-width: 1366px !important;
    min-width: 1132px;
  }
  .iziModal_Campaign__slider{
    overflow: scroll;
  }
  .iziModal_Campaign__slider-list {
    width: 2050px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  span.tax{font-size: 1.4rem; margin-left: 3px;}
  .home-price-comparison__table .num{
    font-size: 3.3rem;
  }
  .home-price-comparison__table th, .home-price-comparison__table td{
    padding: 13px 10px;
  }
}

/*# sourceMappingURL=style_add.css.map */