@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  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 {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  border-bottom: solid 10px #F84158;
  width: 100%;
  height: 30dvw;
  max-height: 500px;
  aspect-ratio: 1920/425;
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  text-align: center;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(28px, 1.182rem + 2.42vw, 48px);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-weight: bold;
  line-height: 1;
}

#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;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dashed 1px #fff;
  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: #F84158;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
.company .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
  background-color: #333333;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #333333;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #F84158;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* 下層 */
/******************************/
.buying-guide .layout_b .imgbox {
  width: 55%;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .buying-guide .layout_b .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}

.sheet-metal-and-painting .sec01,
.sheet-metal-and-painting .sec03,
.sheet-metal-and-painting .sec05,
.vehicle-inspection-and-maintenance .sec01,
.vehicle-inspection-and-maintenance .sec03,
.vehicle-inspection-and-maintenance .sec05,
.wrecker .sec01,
.wrecker .sec03,
.wrecker .sec05,
.accident-and-insurance-response .sec01,
.accident-and-insurance-response .sec03,
.accident-and-insurance-response .sec05,
.vehicle-sales .sec01,
.vehicle-sales .sec03,
.vehicle-sales .sec05,
.custom-car .sec01,
.custom-car .sec03,
.custom-car .sec05,
.other-car-services .sec01,
.other-car-services .sec03,
.other-car-services .sec05,
.buying-guide .sec01,
.buying-guide .sec03,
.buying-guide .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #F84158;
}
@media (max-width: 1024px) {
  .sheet-metal-and-painting .sec01,
  .sheet-metal-and-painting .sec03,
  .sheet-metal-and-painting .sec05,
  .vehicle-inspection-and-maintenance .sec01,
  .vehicle-inspection-and-maintenance .sec03,
  .vehicle-inspection-and-maintenance .sec05,
  .wrecker .sec01,
  .wrecker .sec03,
  .wrecker .sec05,
  .accident-and-insurance-response .sec01,
  .accident-and-insurance-response .sec03,
  .accident-and-insurance-response .sec05,
  .vehicle-sales .sec01,
  .vehicle-sales .sec03,
  .vehicle-sales .sec05,
  .custom-car .sec01,
  .custom-car .sec03,
  .custom-car .sec05,
  .other-car-services .sec01,
  .other-car-services .sec03,
  .other-car-services .sec05,
  .buying-guide .sec01,
  .buying-guide .sec03,
  .buying-guide .sec05 {
    padding: 50px 0;
  }
}
.sheet-metal-and-painting .sec02,
.sheet-metal-and-painting .sec04,
.vehicle-inspection-and-maintenance .sec02,
.vehicle-inspection-and-maintenance .sec04,
.wrecker .sec02,
.wrecker .sec04,
.accident-and-insurance-response .sec02,
.accident-and-insurance-response .sec04,
.vehicle-sales .sec02,
.vehicle-sales .sec04,
.custom-car .sec02,
.custom-car .sec04,
.other-car-services .sec02,
.other-car-services .sec04,
.buying-guide .sec02,
.buying-guide .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #333333;
}
@media (max-width: 1024px) {
  .sheet-metal-and-painting .sec02,
  .sheet-metal-and-painting .sec04,
  .vehicle-inspection-and-maintenance .sec02,
  .vehicle-inspection-and-maintenance .sec04,
  .wrecker .sec02,
  .wrecker .sec04,
  .accident-and-insurance-response .sec02,
  .accident-and-insurance-response .sec04,
  .vehicle-sales .sec02,
  .vehicle-sales .sec04,
  .custom-car .sec02,
  .custom-car .sec04,
  .other-car-services .sec02,
  .other-car-services .sec04,
  .buying-guide .sec02,
  .buying-guide .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
