@charset "UTF-8";

.header_name_image {
  width: auto;
  max-width: 207px;
  height: auto;
}

.sticky-menu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.sticky-menu_list_item {
  width: calc((100% - 10px)/2)
}

.sticky-menu_list_item:not(:nth-child(-n+2)) {
  margin-top: 5px
}

.header_logo_title {
  font-size: 2.6rem;
  font-weight: 700
}

.header_logo_anchor {
  color: #000;
  text-decoration: none
}

.image {
  max-width: 100%;
  height: auto
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 2
}

.footer {
  position: relative
}

.page-wrapper {
  width: 100%;
  padding: 0;
  position: relative
}

.page-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(../img/bg-body.jpg) no-repeat center center;
  background-size: cover
}

.page-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 98px;
  background-color: #fff;
  position: absolute;
  top: -98px;
  left: 0;
  z-index: 1
}

.page-wrapper_contents {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  /* background: url("../img/bg-body.jpg") center center cover;
  background-size: 100% auto; */
}

/* .page-wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1400px;
  height: 100vh;
  transform: translateX(-50%);
  background: url("../img/bg-body.jpg") no-repeat center top;
  background-size: cover;
} */

.page-wrapper:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background: url("../img/bg-body.jpg") no-repeat center top;
  background-size: cover;
}


.main {
  max-width: 420px;
  width: 30vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: calc(100% + 8px);
  height: 100%;
  background: #fff;
  box-shadow:
    -10px 0 15px rgba(0,0,0,.08),
     10px 0 15px rgba(0,0,0,.08);
  z-index: -1;
}

/* .aside {
  width: 27.857vw;
  max-width: 390px;
  text-align: center
}

.aside_left {
  position: fixed;
  bottom: 110px;
  left: 0
}

.aside_right {
  position: fixed;
  bottom: 110px;
  right: 0
} */

.aside {
  width: 300px;
}

.aside_left {
  position: fixed;
  top: 220px;
  left: calc(50% - 210px - 300px - 40px);
}

.aside_right {
  position: fixed;
  top: 220px;
  right: calc(50% - 210px - 300px - 40px);
}

.footnote {
  background-color: #484848;
  color: #fff;
  padding: 40px 0px;
  font-size: 1rem;
}

.footnote_inner {
  max-width: 980px;
}

.footnote-block:not(:last-child) {
  margin-bottom: 17px;
}

.footnote-list_item {
  line-height: 1.6;
}







.cv-button {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  box-sizing: border-box;
  
}

.cv-button__item:not(:last-child) {
  margin-bottom: 16px;
}

.cv-button__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  position: relative;
}

.cv-button__anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.cv-button__anchor-text {
  display: block;
  width: 86%;
  max-width: 270px;
}

.cv-button__anchor-text img {
  display: block;
  width: 100%;
  height: auto;
}

.cv-button__anchor.o-red {
  background-color: #d91818;
}

.cv-button__anchor.o-blue {
  background-color: #08264D;
}

.anchor {
  transition: .3s cubic-bezier(.13, .78, .38, .98);
}

.cv-button__anchor {
  transition: filter .3s ease;
}

.cv-button__anchor:hover {
  filter: brightness(1.5);
}



.reason-menu {
  background-color: #fff;
}

.reason-menu__inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 40px;
}

.reason-menu__title {
  width: 71%;
  margin: 0 auto 25px;
}

.reason-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-menu__item {
  border-top: 1px solid #d7dde5;
}

.reason-menu__item:last-child {
  border-bottom: 1px solid #d7dde5;
}

.reason-menu__link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 15px;
}

.reason-menu__link img {
  display: block;
  width: 100%;
  max-width: calc(100% - 56px);
  height: auto;
}

.reason-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 3px solid #08264D;
  border-bottom: 3px solid #08264D;
  transform: rotate(45deg);
}


.reason-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.reason-section--01 {
  background-image: url("../img/bg-reason01.png");
}

.reason-section__inner {
  padding: 56px 0 48px;
}

.reason-section__title {
  width: 78%;
  margin: 0 auto 10px;
}

.reason-section__content {
  width: 88%;
  margin: 0 auto;
}

.reason-section__content img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-section__content img:not(:last-child) {
  margin-bottom: 34px;
}





.reason-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.reason-section--01 {
  background-image: url("../img/bg-reason01__2.png");
}

.reason-section--02 {
  background-image: url("../img/bg-reason02__3.png");
}

.reason-section--03 {
  background-image: url("../img/bg-reason03__1.png");
}

.reason-section__inner {
  padding: 70px 0 36px;
}

.reason-section__title {
  width: 78%;
  margin: 0 auto 10px;
}

.reason-section__content {
  width: 88%;
  margin: 0 auto;
}

.reason-section__content img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-section__content img:not(:last-child) {
  margin-bottom: 34px;
}

.reason-section-wrap .cv-button-reason {
  display: block;
  margin: 40px auto 40px;

}



.recommend-grade__title {
  max-width: 59%;
  margin: 0 auto 40px;
}

.section__heading {
  text-align: center;
}

.recommend-grade {
  padding: 30px 0 50px;
  background-color: #F2F2F2;
}

.recommend-grade__car-box__caption {
  margin-top: 16px;
  padding: 6px 10px;
  letter-spacing: .05em;
  line-height: 1.6;
  color: #111;
  background-color: #f0f0f0;
  font-size: 1rem;
}

.recommend-grade {
  padding-bottom: 150px;
  background-color: #F2F2F2;
  padding: 40px 0 50px;
}

.recommend-grade__car-box {
  border-radius: 0;
  padding: 20px 20px 26px;
  background-color: #fff;
}

.section__inner {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}

.chanse-wrap {
  margin: 40px 0 40px;
}

.cv-button-chanse {
  margin-top: 25px;
}

.float-bottom-conversion {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;

  width: 100%;
  background: #333333;
  padding: 8px;

  box-sizing: border-box;
}

.float-bottom-conversion__inner {
  display: flex;
  gap: 8px;
}

.float-bottom-conversion__btn {
  flex: 1;

  height: 60px;

  display: flex;
  align-items: center;

  padding: 0 42px 0 16px;

  border-radius: 4px;
  position: relative;

  text-decoration: none;
  box-sizing: border-box;
}

.float-bottom-conversion__btn--blue {
  background: #08264D;
  border: 2px solid #ffffff;
}

.float-bottom-conversion__btn--red {
  background: #D91818;
  border: 2px solid #ffffff;
}

.float-bottom-conversion__btn img {
  display: block;
  width: 100%;
  max-width: calc(100% - 24px);
  height: auto;
}

.float-bottom-conversion__btn::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 16px;

  width: 12px;
  height: 12px;

  margin-top: -8px;

  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;

  transform: rotate(-45deg);
}

/* .footer {
  margin-bottom: 85px;
} */

 .footnote_inner {
  width: 90.625%;
  max-width: 90.625%;
}

.footer_inner {
  padding: 0px 110px;
}


.aside {
  width: calc((100% - 343px) / 2);
  max-width: none;
}

.aside_left,
.aside_right {
  top: 260px;
  bottom: auto;
}

.aside_left {
  left: 0;
}

.aside_right {
  right: 0;
}

.pc-side {
  width: min(320px, 78%);
  margin: 0 auto;
}

.pc-side__reason-title {
  width: 82%;
  margin: 0 auto 16px;
}

.pc-side__reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-side__reason-list li {
  border-top: 1px solid #d7dde5;
}

.pc-side__reason-list li:last-child {
  border-bottom: 1px solid #d7dde5;
}

.pc-side__reason-link {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 32px;
}

.pc-side__reason-link img {
  display: block;
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
}

.pc-side__reason-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 3px solid #08264D;
  border-bottom: 3px solid #08264D;
  transform: rotate(45deg);
}

.pc-side__cv {
  margin-top: 22px;
  padding: 0;
}

.pc-side__cv .cv-button__anchor {
  height: 64px;
  padding: 0 52px 0 14px;
}

.pc-side__cv .cv-button__anchor-text {
  width: 92%;
}


.pc-side__cv .cv-button__anchor:before {
  right: 18px;
  width: 13px;
  height: 13px;
}

.pc-side__campaign {
  background: #fff;
}

.pc-side__cv--campaign {
  margin-top: 18px;
}


/* @media screen and (min-width:1401px) {
  .aside_left {
    left: calc((100% - 1400px)/2)
  }

  .aside_right {
    right: calc((100% - 1400px)/2)
  }
} */

@media screen and (max-width:979px) and (min-width:768px) {
  .header_logo_title {
    font-size: 2.2rem
  }

  .pagetop {
    right: 0
  }

  .header_new,
  .section__inner,
  .footnote_inner,
  .footer_inner {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%
  }
}







@media screen and (max-width: 979px) and (min-width: 768px) {

  /* 中央コンテンツを縮ませない */
  .main {
    width: 300px;
    max-width: 380px;
  }

  /* 左右メニューの幅を再計算 */
  .aside {
    width: calc((100% - 380px) / 1.8);
  }

  /* 左右メニューの中身を広めに使う */
  .pc-side {
    width: 100%;
  }

  /* ボタンを少しコンパクトに */
  .pc-side__cv .cv-button__anchor {
    height: 56px;
  }

  /* 理由タイトル画像 */
  .pc-side__reason-title {
    width: 100%;
  }

  /* 理由メニュー画像 */
  .pc-side__reason-link img {
    max-width: 100%;
  }

.pc-side__cv .cv-button__anchor-text {
    width: 100%;
  }
  
  .pc-side__cv .cv-button__anchor {
    height: 64px;
    padding: 0 33px 0 10px;
  }

.cv-button__anchor:before {
    top: 56%;
  }
  
  .pc-side__reason-link {
    padding-right: 25px;
  }
}



@media screen and (max-width: 979px) and (min-width: 810px) {
  .aside {
    width: calc((100% - 380px) / 2);
  }
  
}




/* PCサイドメニューをフッターより前面に出す */
.aside {
  z-index: 10;
}

.footer,
.footnote {
  position: relative;
  z-index: 1;
}

/* 高さが低いPC・タブレット横向き対策 */
@media screen and (min-width: 768px) and (max-height: 900px) {
  .aside_left,
  .aside_right {
    top: 190px;
  }

  .pc-side {
    width: min(300px, 82%);
  }

  .pc-side__reason-title {
    margin-bottom: 10px;
  }

  .pc-side__cv {
    margin-top: 14px;
  }

  .cv-button__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .pc-side__cv .cv-button__anchor {
    height: 52px;
  }

  .pc-side__campaign {
    width: 100%;
    margin: 0 auto;
  }

  .pc-side__cv--campaign {
    margin-top: 12px;
  }
}