@charset "UTF-8";
.alegreya-sans {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.courgette {
  font-family: "Courgette", cursive;
  font-style: normal;
}

.anton {
  font-family: "Anton", sans-serif;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  display: none;
  position: relative;
  background-size: cover;
  background-position: center;
  border: solid 20px #E94F0C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30dvw;
  max-height: 500px;
}
@media (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    border: solid 10px #E94F0C;
    height: 50dvw;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
main section .page_title .contents_wrap {
  height: 100%;
}
main section .page_title .sv_ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
}
@media screen and (max-width: 1201px) {
  main section .page_title .sv_ttl {
    left: 5%;
  }
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: 18px;
  font-family: "Alegreya Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #E94F0C;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}
#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}
#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #E94F0C;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}
.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}
.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:last-child {
  margin-bottom: 0;
}
.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}
.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}
.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}
#company_content .greeting_flex .imgbox {
  width: 460px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}
#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}
#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}
#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}
#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}
#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}
#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}
#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}
#company_content .maker_list li a {
  display: block;
}
#company_content .maker_list li a:hover {
  opacity: 0.7;
}
#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/92;
}
#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}
.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}
.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}
.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}
.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* コンプリートカーとは */
/******************************/
.complete-car .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .complete-car .sec01 {
    padding: 0 0 50px;
  }
}
.complete-car .sec01 .layout_b .imgbox {
  width: 48%;
}
@media (max-width: 1024px) {
  .complete-car .sec01 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.complete-car .sec01 .layout_b .txtbox {
  padding: 2% 0;
}
.complete-car .sec02 {
  position: relative;
  background-color: #F9F0EB;
  color: #333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .complete-car .sec02 {
    padding: 50px 0;
  }
}
.complete-car .sec02 .layout_a .imgbox,
.complete-car .sec02 .layout_b .imgbox {
  width: 57%;
}
@media (max-width: 1024px) {
  .complete-car .sec02 .layout_a .imgbox,
  .complete-car .sec02 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.complete-car .sec02 .layout_a .txtbox,
.complete-car .sec02 .layout_b .txtbox {
  padding: 2% 0;
}
.complete-car .sec03 {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .complete-car .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* jimny */
/******************************/
.jimny .price_area .pricebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #fff;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
.jimny .sec01_ttlb .en_ttl {
  font-family: "Courgette", sans-serif;
  color: #E94F0C;
  font-size: clamp(40px, 1.932rem + 2.42vw, 3.75rem);
  line-height: 1;
  margin-bottom: 10px;
}
.jimny .sec01_ttlb .jp_ttl {
  font-size: clamp(18px, 0.898rem + 0.97vw, 1.625rem);
}
.jimny .sec01.line_up .sub_images_ul li .line_upbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 2px #fff;
  overflow: hidden;
}
.jimny .sec01.line_up .sub_images_ul li .line_upbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 44/33;
}
.jimny .sec01.line_up .sub_images_ul li .line_upbox .ttlbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding: 30px;
}
@media (max-width: 1024px) {
  .jimny .sec01.line_up .sub_images_ul li .line_upbox .ttlbox {
    padding: 20px 5%;
  }
}
.jimny .sec01.line_up .sub_images_ul li .line_upbox .cmtbox {
  border-top: solid 2px #fff;
  padding: 20px 15px;
}
.jimny .sec01.line_up .sub_images_ul li .details_box .ttl05 {
  border-color: #fff;
}

.page-template-tmpl_complete_car_a .bg_area,
.jimny-sierra .bg_area,
.jimny-nomade .bg_area {
  background-image: url(../images/jimny/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.page-template-tmpl_complete_car_a .sec01,
.jimny-sierra .sec01,
.jimny-nomade .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_a .sec01,
  .jimny-sierra .sec01,
  .jimny-nomade .sec01 {
    padding: 0 0 50px;
  }
}
.page-template-tmpl_complete_car_a .sec02,
.jimny-sierra .sec02,
.jimny-nomade .sec02 {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_a .sec02,
  .jimny-sierra .sec02,
  .jimny-nomade .sec02 {
    padding: 50px 0;
  }
}
.page-template-tmpl_complete_car_a .sec03,
.jimny-sierra .sec03,
.jimny-nomade .sec03 {
  position: relative;
  background-color: #F9F0EB;
  color: #333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_a .sec03,
  .jimny-sierra .sec03,
  .jimny-nomade .sec03 {
    padding: 50px 0;
  }
}
.page-template-tmpl_complete_car_a .sec03 .price_area dt,
.jimny-sierra .sec03 .price_area dt,
.jimny-nomade .sec03 .price_area dt {
  color: #D40202;
  font-weight: bold;
  font-size: clamp(20px, 0.886rem + 0.48vw, 1.25rem);
}
.page-template-tmpl_complete_car_a .sec03 .price_area dd,
.jimny-sierra .sec03 .price_area dd,
.jimny-nomade .sec03 .price_area dd {
  font-size: clamp(11px, 0.602rem + 0.36vw, 0.875rem);
}
.page-template-tmpl_complete_car_a .sec03 .price_area01,
.jimny-sierra .sec03 .price_area01,
.jimny-nomade .sec03 .price_area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  border-bottom: dotted 1px #0a0a0a;
}
.page-template-tmpl_complete_car_a .sec03 .price_area01 dt,
.jimny-sierra .sec03 .price_area01 dt,
.jimny-nomade .sec03 .price_area01 dt {
  width: 6em;
  color: #D40202;
  font-weight: bold;
  font-size: clamp(20px, 0.886rem + 0.48vw, 1.25rem);
}
.page-template-tmpl_complete_car_a .sec03 .price_area01 dd,
.jimny-sierra .sec03 .price_area01 dd,
.jimny-nomade .sec03 .price_area01 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(11px, 0.602rem + 0.36vw, 0.875rem);
}
.page-template-tmpl_complete_car_a .sec04,
.jimny-sierra .sec04,
.jimny-nomade .sec04 {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_a .sec04,
  .jimny-sierra .sec04,
  .jimny-nomade .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* コンプリートカーA  */
/******************************/
.page-template-tmpl_complete_car_a .sec01 .new_layout .sub_images_ul01.cul2.type01 {
  gap: 15px 20px;
}
.page-template-tmpl_complete_car_a .sec01 .new_layout .sub_images_ul01.cul2.type01 .li {
  width: calc(50% - 10px);
  margin: 0;
}
.page-template-tmpl_complete_car_a .sec02 .sub_images_ul01 .li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 32/22;
}
.page-template-tmpl_complete_car_a .sec03 .sub_images_ul01.cul2 .li .price_area.type01 {
  padding-bottom: 6px;
  border-bottom: dotted 1px #0a0a0a;
}

/******************************/
/* コンプリートカーb  */
/******************************/
.page-template-tmpl_complete_car_b .details_box02 {
  padding: 30px 15px;
}
.page-template-tmpl_complete_car_b .sec01 {
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_b .sec01 {
    padding: 0 0 50px;
  }
}
.page-template-tmpl_complete_car_b .sec02 .sub_images_ul01.cul2 .li .price_area.type01 {
  padding-bottom: 6px;
  border-bottom: dotted 1px #ccc;
}
.page-template-tmpl_complete_car_b .sec02 .price_area.type01 dt {
  color: #D40202;
  font-weight: bold;
  font-size: clamp(20px, 0.886rem + 0.48vw, 1.25rem);
}
.page-template-tmpl_complete_car_b .sec02 .price_area.type01 dd {
  font-size: clamp(11px, 0.602rem + 0.36vw, 0.875rem);
}
.page-template-tmpl_complete_car_b .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .page-template-tmpl_complete_car_b .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 業販ページ  */
/******************************/
.business-sales .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .business-sales .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 車両選定基準   */
/******************************/
.vehicle-selection-criterion .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .vehicle-selection-criterion .sec01 {
    padding: 0 0 50px;
  }
}
.vehicle-selection-criterion .sec02 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .vehicle-selection-criterion .sec02 {
    padding: 50px 0;
  }
}
.vehicle-selection-criterion .sec02 .sub_images_ul.cul2 {
  gap: 20px 20px;
}
.vehicle-selection-criterion .sec02 .sub_images_ul.cul2 li.wbox {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0a0a0a;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1024px) {
  .vehicle-selection-criterion .sec02 .sub_images_ul.cul2 li.wbox {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 5%;
  }
  .vehicle-selection-criterion .sec02 .sub_images_ul.cul2 li.wbox:last-child {
    margin-bottom: 0;
  }
}
.vehicle-selection-criterion .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .vehicle-selection-criterion .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 中古車買取   */
/******************************/
.used-car-purchase .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec01 {
    padding: 0 0 50px;
  }
}
.used-car-purchase .sec01 .infobox02 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 46/34;
}
.used-car-purchase .sec02 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec02 {
    padding: 50px 0;
  }
}
.used-car-purchase .sec02 .sub_images_ul.cul4 li figure {
  text-align: center;
}
.used-car-purchase .sec02 .sub_images_ul.cul4 li figure img {
  width: 80%;
}
.used-car-purchase .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec03 {
    padding: 50px 0;
  }
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 4px #0a0a0a;
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .ttl_area {
  background-color: #0a0a0a;
  color: #fff;
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .imgbox {
  padding: 20px 0 20px 30px;
  font-weight: bold;
  width: 15%;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .imgbox {
    padding: 15px 5% 0;
  }
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .imgbox .en_ttl {
  color: #FFBF44;
  font-family: "Alegreya Sans", sans-serif;
  font-size: clamp(18px, 0.955rem + 0.73vw, 1.5rem);
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .imgbox .jp_ttl {
  font-size: clamp(18px, 1.068rem + 0.24vw, 1.25rem);
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .txtbox {
  font-weight: bold;
  margin-left: 20px;
  padding: 20px 30px 20px 0;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .layout_b .txtbox {
    padding: 15px 5%;
    margin: 0;
  }
}
.used-car-purchase .sec03 .sub_images_ul.cul2 li.inbox .txt_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  padding: 24px 30px;
}
.used-car-purchase .sec04 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec04 {
    padding: 50px 0;
  }
}
.used-car-purchase .sec05 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .used-car-purchase .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ご購入検討の方へ  */
/******************************/
.for-consideration .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .for-consideration .sec01 {
    padding: 0 0 50px;
  }
}
.for-consideration .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .for-consideration .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* 整備・保証について */
/******************************/
.maintenance-warranty .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .maintenance-warranty .sec01 {
    padding: 0 0 50px;
  }
}
.maintenance-warranty .sec02 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .maintenance-warranty .sec02 {
    padding: 50px 0;
  }
}
.maintenance-warranty .sec02 .box.reason01 .layout_b .imgbox {
  width: 55%;
}
@media (max-width: 1024px) {
  .maintenance-warranty .sec02 .box.reason01 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.maintenance-warranty .sec02 .box.reason02 .sub_images_ul li figure {
  text-align: center;
}
.maintenance-warranty .sec02 .box.reason02 .sub_images_ul li figure img {
  width: 30%;
}
.maintenance-warranty .sec02 .box01 .list_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: 5px;
}
.maintenance-warranty .sec02 .box01 .list_dl dt {
  width: 17.88px;
  height: 17.88px;
  aspect-ratio: 1/1;
}
.maintenance-warranty .sec02 .box01 .list_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.maintenance-warranty .sec02 .box01 .txtbox02 .s_txt {
  font-weight: bold;
}
.maintenance-warranty .sec02 .box01 .txtbox02 .price_txt {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.023rem + 0.97vw, 1.75rem);
  color: #D40202;
  line-height: 1;
}

/******************************/
/* STAFF */
/******************************/
.staff .sec01,
.recruit .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .staff .sec01,
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}
.staff .sec02,
.recruit .sec02 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .staff .sec02,
  .recruit .sec02 {
    padding: 50px 0;
  }
}

.staff .sec02 .sub_images_ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 44/34;
}

/******************************/
/* 会社案内 */
/******************************/
.outline .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .outline .sec01 {
    padding: 0 0 50px;
  }
}
.outline .sec01 .layout_a .imgbox {
  width: 25%;
}
@media (max-width: 1024px) {
  .outline .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.outline .sec02 {
  position: relative;
  background-color: #F9F0EB;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .outline .sec02 {
    padding: 50px 0;
  }
}
.outline .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .outline .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}
.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  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;
}

/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
