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

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", 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;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/380;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
  }
}
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;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  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: solid 2px #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

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

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.company .sec01,
.company .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #700000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .company .sec01,
  .company .sec04 {
    padding: 50px 0;
  }
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}
.company .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1A1A1A;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.media .sec01,
.media .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #700000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .media .sec01,
  .media .sec03 {
    padding: 50px 0;
  }
}
.media .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .media .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.difference .sec01,
.difference .sec03,
.ark-baria-21 .sec01,
.ark-baria-21 .sec03,
.car-coating .sec01,
.car-coating .sec03,
.othersevice .sec01,
.othersevice .sec03,
.price .sec01,
.price .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #700000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .difference .sec01,
  .difference .sec03,
  .ark-baria-21 .sec01,
  .ark-baria-21 .sec03,
  .car-coating .sec01,
  .car-coating .sec03,
  .othersevice .sec01,
  .othersevice .sec03,
  .price .sec01,
  .price .sec03 {
    padding: 50px 0;
  }
}
.difference .sec02,
.ark-baria-21 .sec02,
.car-coating .sec02,
.othersevice .sec02,
.price .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .difference .sec02,
  .ark-baria-21 .sec02,
  .car-coating .sec02,
  .othersevice .sec02,
  .price .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.commitment .sec01,
.commitment .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #700000;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .commitment .sec01,
  .commitment .sec03 {
    padding: 50px 0;
  }
}
.commitment .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .commitment .sec04 {
    padding: 50px 0;
  }
}
.commitment .sec02 .coating_flow {
  color: #fff;
  /* ==============================
  	全体ブロック
  ============================== */
}
.commitment .sec02 .coating_flow__block {
  display: grid;
  gap: 50px;
  margin-bottom: 56px;
}
.commitment .sec02 .coating_flow__block:last-child {
  margin-bottom: 0;
}
.commitment .sec02 .coating_flow__block--3col {
  grid-template-columns: repeat(3, 1fr);
}
.commitment .sec02 .coating_flow__block--step45 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.commitment .sec02 .coating_flow__block--step67 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	各アイテム
  ============================== */
}
.commitment .sec02 .coating_flow__item {
  min-width: 0;
}
.commitment .sec02 .coating_flow__item--step4 {
  grid-column: span 2;
}
.commitment .sec02 .coating_flow__item--step5 {
  grid-column: span 1;
}
.commitment .sec02 .coating_flow__item--step6 {
  grid-column: span 1;
}
.commitment .sec02 .coating_flow__item--step7 {
  grid-column: span 2;
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	画像共通
  ============================== */
}
.commitment .sec02 .coating_flow figure {
  margin: 0;
  overflow: hidden;
  background-color: #8b0000;
}
.commitment .sec02 .coating_flow figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commitment .sec02 .coating_flow__main_img {
  aspect-ratio: 600/450;
}
.commitment .sec02 .coating_flow__img_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.commitment .sec02 .coating_flow__img_grid figure {
  min-width: 0;
  aspect-ratio: 300/210;
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	個別画像サイズ調整
  ============================== */
}
.commitment .sec02 .coating_flow__item--step5 .coating_flow__main_img {
  aspect-ratio: 300/210;
}
.commitment .sec02 .coating_flow__item--step6 .coating_flow__main_img {
  aspect-ratio: 300/210;
}
.commitment .sec02 .coating_flow__item--step7 .coating_flow__img_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.commitment .sec02 .coating_flow__item--step7 .coating_flow__img_grid figure {
  aspect-ratio: 300/210;
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	テキストエリア
  ============================== */
}
.commitment .sec02 .coating_flow__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
}
.commitment .sec02 .coating_flow__step {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  min-height: 149px;
  margin: 0;
  padding: 28px 6px 18px;
  background-color: #e60000;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.commitment .sec02 .coating_flow__step span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.commitment .sec02 .coating_flow__step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #e60000 transparent transparent transparent;
}
.commitment .sec02 .coating_flow__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.commitment .sec02 .coating_flow__txt h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  font-size: clamp(18px, 1.023rem + 0.45vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.commitment .sec02 .coating_flow__txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.commitment .sec02 .coating_flow__txt p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	TB
  ============================== */
}
@media (max-width: 1024px) {
  .commitment .sec02 .coating_flow {
    padding: 60px 0;
  }
  .commitment .sec02 .coating_flow__block {
    gap: 28px;
    margin-bottom: 46px;
  }
  .commitment .sec02 .coating_flow__block--3col, .commitment .sec02 .coating_flow__block--step45, .commitment .sec02 .coating_flow__block--step67 {
    grid-template-columns: repeat(2, 1fr);
  }
  .commitment .sec02 .coating_flow__item--step4, .commitment .sec02 .coating_flow__item--step5, .commitment .sec02 .coating_flow__item--step6, .commitment .sec02 .coating_flow__item--step7 {
    grid-column: auto;
  }
  .commitment .sec02 .coating_flow__textbox {
    gap: 16px;
  }
  .commitment .sec02 .coating_flow__step {
    width: 48px;
    min-height: 78px;
    padding: 25px 5px 16px;
    font-size: 28px;
  }
  .commitment .sec02 .coating_flow__step span {
    font-size: 10px;
  }
  .commitment .sec02 .coating_flow__step::after {
    bottom: -16px;
    border-width: 16px 24px 0 24px;
  }
}
.commitment .sec02 .coating_flow {
  /* ==============================
  	SP
  ============================== */
}
@media (max-width: 767px) {
  .commitment .sec02 .coating_flow {
    padding: 50px 0;
  }
  .commitment .sec02 .coating_flow__block {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 38px;
  }
  .commitment .sec02 .coating_flow__block--3col, .commitment .sec02 .coating_flow__block--step45, .commitment .sec02 .coating_flow__block--step67 {
    grid-template-columns: 1fr;
  }
  .commitment .sec02 .coating_flow__item--step4, .commitment .sec02 .coating_flow__item--step5, .commitment .sec02 .coating_flow__item--step6, .commitment .sec02 .coating_flow__item--step7 {
    grid-column: auto;
  }
  .commitment .sec02 .coating_flow__main_img {
    aspect-ratio: 16/10;
  }
  .commitment .sec02 .coating_flow__img_grid {
    gap: 6px;
  }
  .commitment .sec02 .coating_flow__img_grid figure {
    aspect-ratio: 1/0.75;
  }
  .commitment .sec02 .coating_flow__textbox {
    gap: 14px;
    padding-top: 18px;
  }
  .commitment .sec02 .coating_flow__step {
    width: 46px;
    min-height: 74px;
    padding: 24px 5px 15px;
    font-size: 26px;
  }
  .commitment .sec02 .coating_flow__step span {
    font-size: 9px;
  }
  .commitment .sec02 .coating_flow__step::after {
    bottom: -15px;
    border-width: 15px 23px 0 23px;
  }
  .commitment .sec02 .coating_flow__txt h3 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .commitment .sec02 .coating_flow__txt p {
    font-size: 14px;
    line-height: 1.7;
  }
}

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