@font-face {
  font-family: 'noto_r';
  src: url('../fonts/NotoSansJP-Regular.woff'),
       url('../fonts/NotoSansJP-Regular.ttf');
}

@font-face {
  font-family: 'noto_m';
  src: url('../fonts/NotoSansJP-Medium.woff'),
       url('../fonts/NotoSansJP-Medium.ttf');
}

@font-face {
  font-family: 'noto_b';
  src: url('../fonts/NotoSansJP-Bold.woff'),
       url('../fonts/NotoSansJP-Bold.ttf');
}

body{
  margin: 0;
  font-size: 15px;
  font-family: "noto_r";
  -webkit-font-smoothing: antialiased;
}
.top_car_item_img_wrapper img{
  width: 100%;
}.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.btn.modal-display a {
  font-size: 1.6875rem;
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
}
.js-modal-close {
  color: #fff;
  font-size: 2rem;
}
.btn.modal-display a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px 60px 20px;
  border: 5px solid #000;
}
.btn.modal-display a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 8px;
  left: 8px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0068b6;
}
.modal-display {
  margin: 0 auto 34px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
}
.m_box_fixed-secondary {
  width: 1090px;
  margin: 0 auto;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header_sp_manu_wrapper{
  display: none;
}

.header_wrapper{
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.header_left_wrapper{
  display: flex;
  align-items: center;
}

.header_left_logo_wrapper{
  width: 180px;
  position: relative;
}

.header_left_logo_wrapper img{
  width: 100%;
}

.header_left_contact_wrapper{
  margin: 0 0 0 auto;
}
.header_left_contact_wrapper.second-wrap{
  margin: 0 0 0 10px;
}
.header_left_contact_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-family: "noto_b";
}

.header_left_contact_wrapper a span{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 25px 8px;
  border: 5px solid #000;
}

.header_left_contact_wrapper a::after{
  content: "";
  position: absolute;
  margin: auto;
  top: 8px;
  left: 8px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;

}

.header_left_noriho_wrapper{
  margin-left: 15px;
}

.header_left_noriho_txt{
  font-family: "noto_b";
  margin: 0 0 3px;
}

.header_left_noriho_img_wrapper{
  width: 96px;
}

.header_left_noriho_img_wrapper img{
  width: 100%;
}

.swiper{
  padding-top: 3%;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a:hover{
  opacity: 0.8;
}

footer.footer_top{
  height: 497px;
  padding-top: 160px;
  background: url(../img/subcription_bg.jpeg) no-repeat #fce021 center top;
  background-size: 1920px auto;
  box-sizing: border-box;
}

.footer_top_wrapper{
  width: 1090px;
  margin: 0 auto;
}

.footer_top_row_wrapper{
  margin-top: 140px;
  display: flex;
  align-items: center;
}

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

.footer_top_link_wrapper li a{
  text-decoration: none;
  color: #fff;
  font-family: "noto_b";
  font-size: 14px;
}

.footer_top_copyright{
  margin: 0 0 0 auto;
  color: #fff;
}
#question {
  height: 759px;
  background: url(../img/question.jpg) no-repeat #bffaf4 center top;
  background-size: 1920px auto;
  padding-top: 50px;
  margin-top: -50px;
}
.l-flow {
  position: relative;
  width: 100%;
  height: 100%;
}
.faq-button::before {
  position: relative;
  background: url(../img/q&a_icon.svg) no-repeat center;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px auto;
  top: 11px;
  margin-right: 15px;
}
.pc_hide,.pc-hide{
  display: none;
}
.faq-button {
  max-width: 702px;
  padding: 1.5rem;
  background-color: #0068b6;
  display: block;
  line-height: 2;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.l-faq-button {
  position: absolute;
  bottom: 10%;
  top:42%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.footer{
  background: #00427b;
  color: #fff;
  padding: 20px 0;
}

.footer_wrapper{
  position: relative;
  width: 1090px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer_list_wrapper{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer_list_wrapper li a{
  text-decoration: none;
  color: #fff;
  font-family: "noto_b";
}

.footer_copyright{
  margin: 0 0 0 auto;
}
.top-car-list{
  /* background-color: #fce021; */
}

.cta-button {
  max-width: 702px;
  padding: 1.5rem;
  background-color: #0068b6;
  display: block;
  line-height: 2;
  color: #fff;
  margin: 50px auto;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.mt0{
  margin-top: 0;
}
.form-text{
  margin-top: 14px;
  margin-bottom: 7px;
}
.form-text2{
  margin-top: 14px;
  margin-bottom: -14px;
}
.footer_top_link_wrapper{
  display: flex;
}
.footer_tel{
  width: 57%;
}
.tel_icon{
  width: 100%;
}
@media(max-width: 1300px){
  .btn.modal-display a {
    font-size: 1.5rem;
  }

}
@media(max-width: 1190px){
  .btn.modal-display a {
    font-size: 1.3rem;
  }

}
@media(max-width: 1070px){
  .btn.modal-display a {
    font-size: 1rem;
  }

}
@media(max-width: 880px){
  .btn.modal-display a {
    font-size: 0.9rem;
  }

}

@media(max-width: 670px){
  .l-flow {
    position: relative;
    width: 100%;
    height: auto;
}
.mar{
  margin: -1em 0;
}
  .pc_hide{
    display: block;
    margin-bottom: -5px;
  }
  .btn.modal-display a span {
    display: block;
    padding: 15px 0 10px;
    font-size: 1rem;
}
  .pc_hide img{
    width: 100%;
  }
.faq-button {
  max-width: 70%;
  padding: 0.75rem;
  font-size: 16px;
}
.footer_top_link_wrapper{
  display: block;
}
.fqqi{
  width: 100%;
}
.pc-hide{
  display: block;
}
.modal-image img{
  max-width: 100%;
}
#question {
  height: auto;
  padding-top: 26px;
}
.faq-button::before {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  top: 5px;
  margin-right: 15px;
}
  .btn.modal-display a {
    font-size: 1.125rem;
    display: block;
    text-align: center;
}.modal-display {
  width: 87%;
  bottom: 11%;
  left: 48%;
  margin: 0 auto;
}.l-faq-button {
  position: absolute;
  bottom: 30%;
  top: 45.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.modal-image {
  width: 100%;
  min-width: 340px;
}
  .header_wrapper{
    padding: 7px 15px;
  }

  .header_left_wrapper{
    display: block;
  }

  .header_left_logo_wrapper{
    width: 200px;
  }

  .header_left_noriho_wrapper{
    display: none;
  }

  .header_left_noriho_txt{
    font-family: "noto_r";
    margin-bottom: 0;
  }

  .header_left_noriho_img_wrapper{
    width: 80px;
  }

  .header_left_contact_wrapper{
    display: none;
  }

  .footer_top_txt_img_wrapper{
    display: none;
  }

  .footer_top_wrapper{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  footer.footer_top{
    height: auto;
    padding: 40px 0 20px;
    background: url(../img/subcription_bg_sp.jpeg) no-repeat #fce021 center top;
    background-size: cover;
    /* margin-bottom: 61px; */
  }

  .footer_top_wrapper .pc_hide{
    width: 195px;
  }

  .footer_top_row_wrapper{
    display: block;
    margin-top: 50px;
  }

  .footer_top_link_wrapper li a{
    font-size: 13px;
  }

  .footer_top_copyright{
    font-size: 12px;
    margin-top: 10px;
  }


  .footer{
    padding: 10px;
  }

  .footer_wrapper{
    width: 100%;
    display: block;
  }

  .footer_list_wrapper{
    justify-content: center;
  }

  .footer_copyright{
    text-align: center;
  }

  .footer_list_wrapper{
    margin-bottom: 5px;
  }

  .footer_list_wrapper li a{
    font-size: 13px;
  }

  .footer_copyright{
    font-size: 12px;
  }


  .header_sp_manu_wrapper{
    display: block;
  }

  .header_left_noriho_menu_sp_bar{
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 4;
    width: 40px;
    height: 40px;
    margin-left: auto;
  }

  .header_left_noriho_menu_sp_bar span{
    position: absolute;
    left: 4px;
    height: 2px;
    background: #000;
    transition: opacity .3s,top .3s,width .3s,transform .3s;
  }

  .header_left_noriho_menu_sp_bar span:nth-child(1){
    top: 10px;
    width: 32px;
  }

  .header_left_noriho_menu_sp_bar span:nth-child(2){
    top: 19px;
    width: 27px;
  }

  .header_left_noriho_menu_sp_bar span:nth-child(3){
    top: 28px;
    width: 22px;
  }

  .header_sp_manu_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: opacity .5s,visibility .5s;
    margin-left: auto;
    text-align: center;
  }

  .header_sp_manu_inner{
    font-size: 1.25rem;
    display: block;
    padding: 250px 15px 100px;
    background: url(../img/drawr-cover.jpeg) #bffaf4 no-repeat center 40px;
    background-size: 375px auto;
  }

  .header_sp_manu_inner ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }

  .header_sp_manu_inner ul li{
    padding: 0;
    font-size: 16px;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    border-left: none;
    border-top: 2px solid #fff;
  }

  .header_sp_manu_inner ul li:first-child{
    border-top: none;
  }

  .header_sp_manu_inner ul li a{
    padding: 5px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: "noto_m";
    font-weight: 500;
  }

  .header_left_noriho_menu_sp_bar.is-open span:nth-child(1){
    top: 20px;
    transform: rotate(45deg);
  }

  .header_left_noriho_menu_sp_bar.is-open span:nth-child(2){
    opacity: 0;
  }

  .header_left_noriho_menu_sp_bar.is-open span:nth-child(3){
    top: 20px;
    transform: rotate(-45deg);
    width: 32px;
  }

  .header_sp_manu_wrapper.is-open{
    opacity: 1;
    visibility: visible;
  }
  .cta-button {
    max-width: 94%;
    font-size: 16px;
}
}

@media(max-width: 375px){
  .btn.modal-display a span{
    font-size: 0.8rem;
  }
}