/*
Theme Name: 輸入車板金02
Description: 輸入車板金のテーマ02
Theme URI: https://yunyushabankin-sample-2.com
Author: 株式会社GRACE
Author URI: https://gr1.jp/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/

@charset "utf-8";

/* ==============================================
 Reset
=============================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  color: #000;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fdf991 50%);
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c1c1c1;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}


/* ==============================================
 Common
=============================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;

}

body {
  background: #fff;
  color: #000;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
  cursor: pointer;
  color: #000;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active,
a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

h2 {
  font-size: 3.9rem;
}

h3 {
  font-size: 3.1rem;
}

h4 {}

.serif {
  font-family: 'Noto Serif JP', serif;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  line-height: 2;
  transform: rotate(360deg);
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-height: 100%;
  padding-top: 0px;
  text-align: justify;
}

code,
kbd,
pre,
samp {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-size: 1.4rem;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #000;
  font-family: monospace;
  font-size: 1.4rem;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 1.3rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.6;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.6;
  margin: 0;
}

menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.6;
}

th {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.6;
}

td {
  line-height: 1.6;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

.md-hidden {
  display: none !important;
}

.box-shadow {
  -webkit-box-shadow: 5px 5px 13px 0px #c1c1c1;
  -ms-box-shadow: 5px 5px 13px 0px #c1c1c1;
  box-shadow: 5px 5px 13px 0px #c1c1c1;
}

a.box-shadow:hover {
  -webkit-box-shadow: 0px 2px 10px 0px #c1c1c1;
  -ms-box-shadow: 0px 2px 10px 0px #c1c1c1;
  box-shadow: 0px 2px 10px 0px #c1c1c1;
}

.pc-hide {
  display: none;
}

.ps-br {
  display: block;
  /* PCを改行して */
}

.sp-br {
  display: none;
  /* SPの改行を隠す */
}

.tb-br {
  display: none;
  /* TBの改行を隠す */
}

/* ==============================================
 Font
=============================================== */
/* Font color
----------------------------------------------- */
.fc-red {
  color: var(--main-color);
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}


/* ==============================================
 Layout
=============================================== */

/* Common
----------------------------------------------- */
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.section.section-unerline {
  padding-bottom: 50px;
}

/* flex grid
----------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.grid {
  display: grid;
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* Float
----------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.single img.alignleft {
  margin: 0 10px 15px 0;
}

.single img.alignright {
  margin: 0 0 15px 10px;
}

.single img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

/* Table
----------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  line-height: 1.4;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* ==================================
スクロールすると要素をふわっと表示
===================================== */
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}


/* ==============================================
　ヘッダー
=============================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 1.5% 3%;
  transition: .1s;
}

header h1 {
  width: 10%;
}

header h1 a:hover {
  opacity: 0.5;
}

/* ==============================================
　ナビゲーション
=============================================== */
nav {
  width: 85%;
}

nav.flex {
  justify-content: flex-end;
}

header nav a {
  font-size: 1.8rem;
  font-weight: bold;
}

nav>a {
  padding: 1%;
}

nav a:hover {
  opacity: 0.5;
}

nav i {
  margin-right: 0.3em;
  vertical-align: baseline;
}

nav .nav-tel {
  padding: 0 1%;
  line-height: 2;
}

nav .nav-tel,
nav .nav-mail {
  align-content: center;
}

nav .nav-tel a {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
}

nav .nav-mail a {
  color: var(--main-color);
  display: block;
  text-align: center;
  line-height: 1.6;
}

nav .nav-tel span,
nav .nav-mail span {
  font-size: 1rem;
  text-align: center;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  display: block;
}

nav .current {
  border-bottom: 3px var(--main-color) solid;
}

#header .drawer-header {
  display: none;
}

#sp-nav {
  display: none;
}


/* 追従 */
.scrolled {
  -webkit-transition: all 0s ease 0s, background 0s ease 0s;
  transition: all 0s ease 0s, background 0s ease 0s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-bottom: 1px solid #c1c1c1;
}

header.scrolled {
  padding: 1% 3%;
}

header.scrolled h1 {
  line-height: 3.25;
  width: 9%;
}

header.scrolled nav a {
  font-size: 1.6rem;
}

header.scrolled nav .nav-tel a {
  text-align: center;
  line-height: 1.2;
}

header.scrolled nav .nav-mail {
  background-color: var(--main-color);
  width: 15%;
}

header.scrolled nav .nav-mail a {
  color: #fff;
  height: 60px;
  padding: 4%;
}

header.scrolled nav .nav-mail a span {
  color: #fff;
}


/* ==============================================
  メインビジュアル
=============================================== */
#viewer {
  margin: 0 auto;
  width: 1920px;
  max-width: 100%;
  height: 37vw;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#viewer img {
  top: 0;
  left: 0;
  position: absolute;
}

#viewer img:first-of-type {
  opacity: 1;
}

#viewer img:nth-of-type(2) {
  opacity: 0;
  z-index: 20;
}

#viewer img:last-of-type {
  opacity: 0;
}


/* 404.php
=============================================== */
.notfound {
  text-align: center;
  margin-bottom: 80px;
}


/* page title 下層ページのタイトル
=============================================== */
#page-title h1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 130px 0;
}

/* heading
----------------------------------------------- */
.heading-2 {
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 10px;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  font-size: 1.6rem;
  padding: 20px 0;
  margin-bottom: 40px;
}

/*
.breadcrumbs span {
  vertical-align: baseline;
}
.breadcrumbs > span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}*/

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  color: var(--main-color);
  opacity: 1;
}

.breadcrumbs_list {
  display: flex;
}

.breadcrumbs_list li {
  list-style-type: none;
}

.breadcrumbs_list li:not(:first-child)::before {
  content: ">";
  margin: 0 .3em;
}

/* pager
----------------------------------------------- */
.pager {
  margin-bottom: 80px;
  text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  font-size: 1.6rem;
  color: #000;
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  line-height: 33px;
  background: #fff;
  border: 1px solid #000;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span:hover {
  background-color: #000;
  color: #fff;
}

.pager .wp-pagenavi .current {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
}

.pager .wp-pagenavi .pages {
  background: none;
  width: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #000;
  border: none;
}


/* ============================================================================================
　エレメント
============================================================================================= */
.barlow {
  font-family: 'Barlow Condensed', sans-serif;
}

.bg-stripe {
  background-color: #f8f8f8;
}

.emphasis {
  color: var(--main-color);
}



.italic {
  font-style: italic;
}

.guide {
  text-align: center;
  margin-bottom: 20px;
}

.guide p {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ボタン - 黒
----------------------------------------------- */
.btn-black {
  position: relative;
  width: 24%;
  padding: 1% 2%;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all .3s ease 0s;
  text-decoration: none;
  border: 3px solid #000;
}

.btn-black:hover {
  cursor: pointer;
  background-position: -100% 0;
  color: #000;
  border: 3px solid #000;
}

.btn-black i {
  position: absolute;
  font-size: 1.6rem;
  top: 30%;
  right: 5%;
}

/* ボタン - 透明
----------------------------------------------- */
.btn-transparent {
  position: relative;
  width: 24%;
  padding: 1% 2%;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  display: block;
  color: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all .3s ease 0s;
  text-decoration: none;
  border: 3px solid #fff;
}

.btn-transparent:hover {
  cursor: pointer;
  background-position: -100% 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  border: 3px solid #000;
}

.btn-transparent i {
  position: absolute;
  font-size: 1.6rem;
  top: 35%;
  right: 5%;
}

/* ボタン - 白
----------------------------------------------- */
.btn-white {
  position: relative;
  width: 24%;
  padding: 1%;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  display: block;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all .3s ease 0s;
  text-decoration: none;
  border: 3px solid #000;
}

.btn-white:hover {
  cursor: pointer;
  background-position: -100% 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  border: 3px solid #000;
  color: #fff;
}

.btn-white i {
  position: absolute;
  font-size: 1.6rem;
  top: 35%;
  right: 5%;
}

/* h2 - 英字・赤下線
----------------------------------------------- */
.h2-en {
  width: 24%;
  display: block;
  border-bottom: 3px solid var(--main-color);
  margin-bottom: 40px;
}

.h2-en .barlow {
  margin-right: 0.25em;
}

.jp {
  font-size: 1.3rem;
}

/* h2 - 上下黒線
----------------------------------------------- */
.h2-line {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 3.9rem;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 60px;
}

/* h3 - 赤太字
----------------------------------------------- */
h3 .emphasis {
  font-size: 3.9rem;
}

/* col3 - 3カラム
----------------------------------------------- */
.col3 {
  width: 30%;
}

.col3 h3 {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}

.col3 h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 15px;
  /*線の長さ*/
  height: 3px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: var(--main-color);
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

.col3 img {
  margin-bottom: 30px;
}

/* col4 - 4カラム
----------------------------------------------- */
.col4 {
  width: 24%;
}

.col4 h3 {
  font-size: 2rem;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}

.col4 h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 15px;
  /*線の長さ*/
  height: 3px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: var(--main-color);
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

.col4 img {
  margin-bottom: 30px;
}


/* ============================================================================================
 TOP
============================================================================================= */
/* .top-news
----------------------------------------------- */
.top-banner a {
  display: block;
  margin: 30px 0;
  text-align: center;
}

.top-banner a img {
  width: 100%;
  height: auto;
  transition: .2s;
}

.top-banner a img:hover {
  opacity: 0.5;
}

/* .top-news
----------------------------------------------- */
.top-news {
  margin-bottom: 40px;
}

.top-news>.flex {
  justify-content: space-between;
}

.top-news .block {
  width: 30%;
}

.top-news .h2-en {
  width: 100%;
}

.top-news .btn-black {
  width: 100%;
  padding: 2%;
}

.top-news .news-box a:hover {
  opacity: 0.5;
}

.top-news .news-box {
  width: 62%;
}

.top-news .news-box .flex {
  justify-content: initial;
  margin-bottom: 0.5em;
}

.top-news .news-box .date {
  display: block;
  margin-right: 1em;
}

.top-news .news-box .cate {
  font-size: 1.3rem;
  background-color: #c1c1c1;
  color: #fff;
  width: 13%;
  text-align: center;
  line-height: 2;
  transition: .2s;
}

.top-news .news-box .cate:hover {
  opacity: 0.5;
}

.top-news .news-box h1 {
  margin-bottom: 0.5em;
  transition: .2s;
  font-size: 1.3em;
}

.top-news .news-box h1:hover {
  color: var(--main-color);
}

.top-news .news-box .archive-contents {
  border-bottom: 2px dotted #c1c1c1;
  margin-bottom: 2em;
  position: relative;
}

.top-news .news-box .archive-contents h1 i {
  position: absolute;
  top: 25%;
  right: 0;
}



/* .top-intro
----------------------------------------------- */
.top-intro {
  margin-bottom: 60px;
}

/* .top-message
----------------------------------------------- */
.top-message {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  padding: 4% 0;
}

.top-message::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #f8f8f8;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.top-message .container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 7% 0 3%;
  color: #fff;
  text-align: center;
}

.top-message.double::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: var(--main-color);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

.top-message h3 {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}

.top-message p {
  width: 80%;
  margin: 0 auto;
  color: #000;
}

.top-message p:first-of-type {
  margin-bottom: 1em;
}

/* .top-feature
----------------------------------------------- */
.top-feature .wrapper:nth-of-type(odd) {
  background-image: url(images/top/top-bg-01.jpg);
  background-position: top right;
}

.top-feature .wrapper:nth-of-type(even) {
  background-image: url(images/top/top-bg-02.jpg);
  background-position: top left;
}

.wrapper {
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.wrapper .container {
  padding-top: 40px;
}

.wrapper h3 {
  margin-bottom: 20px;
}

.top-feature .wrapper:nth-of-type(even) .gap-txt {
  margin-left: auto;
}

.gap-txt {
  width: 70%;
  padding: 30px 40px;
}

/* .top-service
----------------------------------------------- */
.top-service {
  margin-bottom: 60px;
}

.top-service .grid {
  color: #fff;
  grid-template-rows: 350px 350px;
  grid-template-columns: 500px 1fr;
}

.top-service .h2-en {
  width: 32%;
}

.top-service .box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.top-service .box h3 {
  margin-bottom: 10px;
}

.top-service .box p {
  text-align: center;
}

.top-service .box:first-of-type {
  background-image: url(images/top/top-bg-03.jpg);
  grid-row: 1;
  grid-column: 1;
}

.top-service .box:nth-of-type(2) {
  background-image: url(images/top/top-bg-04.jpg);
  grid-row: 1;
  grid-column: 2;
}

.top-service .box:last-of-type {
  background-image: url(images/top/top-bg-05.jpg);
  grid-row: 2;
  grid-column: 1 / 3;
}

.top-service .col2 .btn-transparent {
  width: 40%;
}

.top-service .col2 .btn-transparent i {
  top: 25%;
}

.top-service .box a {
  position: absolute;
  bottom: 10%;
  left: 32%;
}

.top-service .box:last-of-type a {
  left: 38%;
}

/* .case-index
----------------------------------------------- */
.case-index {
  padding: 60px 0;
}

.case-index .h2-en {
  width: 31%;
}

.case-index .container>.flex {
  flex-wrap: wrap;
  justify-content: start;
}

.case-index .btn-white {
  width: 23%;
  margin: 1%;
  font-size: 1.3rem;
}

.case-index .btn-white p:first-of-type {
  width: 25%;
}

.case-index .btn-white p:last-of-type {
  width: 68%;
  line-height: 1.75;
}

.case-index .btn-white i {
  width: 5%;
}

.case-index .btn-black {
  margin: 40px auto 0;
}

/* .stock-index
----------------------------------------------- */
.stock-index {
  padding: 60px 0 40px;
}

.stock-index .h2-en {
  width: 26%;
}

.stock-index .btn-black {
  margin: 40px auto 0;
}

/* .sales-index
----------------------------------------------- */
.sales-index {
  padding: 60px 0 40px;
}

.sales-index .h2-en {
  width: 40%;
}

.sales-index .btn-black {
  margin: 40px auto 0;
}


/* .case-maker
----------------------------------------------- */
.case-maker h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.case-maker .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2%;
  margin-bottom: 40px;
}

.case-maker .label {
  color: #000;
  line-height: 1.2;
  transition: 0.2s;
}

.case-maker .case-sort--maker:last-of-type .label {
  height: 30px;
}

.case-maker p {
  text-align: center;
  margin-bottom: 20px;
}

.case-maker .logo {
  width: 100%;
  text-align: center;
}

.case-maker .maker a {
  display: block;
  transition: 0.2s;
}

.case-maker .maker a:hover {
  opacity: 0.7;
  transform: translateY(4px);
}

.case-maker .maker .logo .img {
  height: 82px;
  line-height: 56px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 13px 0px #c1c1c1;
  -ms-box-shadow: 5px 5px 13px 0px #c1c1c1;
  box-shadow: 5px 5px 13px 0px #c1c1c1;
  margin-bottom: 20px;
  transition: 0.2s;
}

.case-maker .maker .logo .img:hover {
  box-shadow: none;
}

/* .case-block
----------------------------------------------- */
.case-block>.container {
  padding-top: 50px;
}

.case-block .btn {
  width: 40%;
  margin-top: 50px;
}

.case-block .bx-viewport {
  height: 330px !important;
}

.case-block .btn-black {
  margin: 40px auto 60px;
}

/* ============================================================================================
 整備・修理
============================================================================================= */
/* .maintenance-intro
----------------------------------------------- */
.maintenance-intro .wrapper {
  background-image: url(images/contents/maintenance-bg-01.jpg);
  background-position: top right;
}

.maintenance-intro p {
  margin-bottom: 30px;
}

.maintenance-intro ol {
  list-style-type: decimal;
  font-style: italic;
  font-weight: bold;
  font-size: 2rem;
}

.maintenance-intro ol li::marker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.9rem;
  color: var(--main-color);
}

.maintenance-intro li {
  line-height: 1;
  margin-bottom: 0.5em;
  margin-left: 1.2em;
}

/* .maintenance-interval
----------------------------------------------- */
.maintenance-interval {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.maintenance-interval .container {
  background-image: url(images/common/common-makerlogo.png);
}

.maintenance-interval h3 {
  font-size: 3.9rem;
  margin-bottom: 20px;
  opacity: 1;
}

.maintenance-interval p {
  text-align: center;
  opacity: 1;
}

/* .maintenance-tester
----------------------------------------------- */
.maintenance-tester .wrapper {
  background-image: url(images/contents/maintenance-bg-02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.maintenance-tester .wrapper p {
  color: #fff;
  width: 99%;
}

.maintenance-tester .container {
  padding-bottom: 70px;
}

.maintenance-tester .box {
  width: 48%;
  margin-bottom: 60px;
}

/* .maintenance-lift
----------------------------------------------- */
.maintenance-lift .wrapper {
  background-image: url(images/contents/maintenance-bg-03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.maintenance-lift .wrapper p {
  color: #fff;
  width: 99%;
}

.maintenance-lift .container {
  padding-bottom: 70px;
}

.maintenance-lift .box {
  width: 48%;
  margin-bottom: 60px;
}

.maintenance-lift .box ul {
  margin: 1em 0;
}

.maintenance-lift .box li {
  margin-bottom: 0.5em;
}

.maintenance-lift .box li i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}

/* .maintenance-factory
----------------------------------------------- */
.maintenance-factory .wrapper {
  background-image: url(images/contents/maintenance-bg-04.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.maintenance-factory .wrapper p {
  color: #fff;
  width: 65%;
}

.maintenance-factory .container {
  padding-bottom: 70px;
}

.maintenance-factory .box {
  width: 48%;
  margin-bottom: 60px;
}

/* .maintenance-merit
----------------------------------------------- */
.maintenance-merit {
  background-image: url(images/contents/maintenance-bg-05.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 60px;
}

.maintenance-merit p:first-of-type {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.maintenance-merit h3 {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.maintenance-merit p:nth-of-type(2) {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.maintenance-merit p:last-of-type {
  width: 80%;
  margin: 0 auto;
}

.maintenance-merit .focus {
  background-image: url(images/common/common-icon-01.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
}

/* ============================================================================================
 車検・点検
============================================================================================= */
/* .inspection-intro
----------------------------------------------- */
.inspection-intro .wrapper {
  background-image: url(images/contents/inspection-bg-01.jpg);
  background-position: top right;
}

.inspection-intro p {
  margin-bottom: 30px;
}

.inspection-intro ol {
  list-style-type: decimal;
  font-style: italic;
  font-weight: bold;
  font-size: 2rem;
}

.inspection-intro ol li::marker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.9rem;
  color: var(--main-color);
}

.inspection-intro li {
  line-height: 1;
  margin-bottom: 0.5em;
  margin-left: 1.2em;
}

/* .inspection-interval
----------------------------------------------- */
.inspection-interval {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.inspection-interval .container {
  background-image: url(images/common/common-makerlogo.png);
}

.inspection-interval h3 {
  font-size: 3.9rem;
  margin-bottom: 20px;
  opacity: 1;
}

.inspection-interval p {
  text-align: center;
  opacity: 1;
}

/* .inspection-motto
----------------------------------------------- */
.inspection-motto .wrapper {
  background-image: url(images/contents/inspection-bg-02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.inspection-motto .wrapper p {
  color: #fff;
  width: 99%;
}

.inspection-motto .container {
  padding-bottom: 30px;
}

.inspection-motto .box {
  width: 48%;
  margin-bottom: 60px;
}

.inspection-motto .col2 h3 {
  text-align: center;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}

.inspection-motto .col2 h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 15px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-color);
  border-radius: 2px;
}

.inspection-motto table {
  width: 100%;
}

.inspection-motto table th {
  width: 15%;
  background-color: #c1c1c1;
  color: #fff;
  font-size: bold;
  border-bottom: 1px solid #fff;
  line-height: 4;
}

.inspection-motto table tr:nth-of-type(5) th {
  line-height: 5;
}

.inspection-motto table tr:nth-of-type(5) td:first-of-type {
  border-right: 1px solid #fff;
}

.inspection-motto table tr:last-of-type td p {
  line-height: 3;
}

.inspection-motto table td {
  padding: 2%;
  background-color: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.inspection-motto table p {
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

.inspection-motto table span {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 2% 0;
  margin-bottom: 10px;
}

.inspection-motto .preparation {
  background-color: #f8f8f8;
  padding: 40px 30px;
}

.inspection-motto .preparation h4 {
  font-size: 2rem;
  margin-bottom: 2em;
  text-align: center;
}

.inspection-motto .preparation ol {
  margin-bottom: 2em;
  list-style-type: decimal;
}

.inspection-motto .preparation ul {
  list-style-type: "※";
}

.inspection-motto .preparation li {
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.inspection-motto .preparation ul li {
  font-size: 1.3rem;
}


/* .inspection-promise
----------------------------------------------- */
.inspection-promise .wrapper:nth-of-type(odd) {
  background-position: top right;
}

.inspection-promise .wrapper:nth-of-type(even) {
  background-position: top left;
}

.inspection-promise .wrapper:nth-of-type(odd) .gap-txt {
  margin-right: auto;
}

.inspection-promise .wrapper:nth-of-type(even) .gap-txt {
  margin-left: auto;
}

.inspection-promise .wrapper:nth-of-type(1) {
  background-image: url(images/contents/inspection-bg-03.jpg);
}

.inspection-promise .wrapper:nth-of-type(2) {
  background-image: url(images/contents/inspection-bg-04.jpg);
}

.inspection-promise .wrapper:nth-of-type(3) {
  background-image: url(images/contents/inspection-bg-05.jpg);
}

.inspection-promise ul {
  margin: 1em 0;
}

.inspection-promise li {
  margin-bottom: 0.5em;
}

.inspection-promise li i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}

/* .inspection-details
----------------------------------------------- */
.inspection-details {
  background-image: url(images/contents/inspection-bg-06.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 60px;
}

.inspection-details p {
  width: 80%;
  margin: 0 auto;
}

.inspection-details .emphasis {
  font-size: 2.5rem;
  font-weight: bold;
}

/* .inspection-legal
----------------------------------------------- */
.inspection-legal p {
  width: 80%;
  margin: 0 auto 60px;
}

.inspection-legal .inspection-content {
  background-color: #f8f8f8;
  padding: 40px 60px;
  margin-bottom: 60px;
}

.inspection-legal .inspection-content h3 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  text-align: center;
}

.inspection-legal .inspection-content li {
  margin-bottom: 0.5em;
}

.inspection-legal .inspection-content li i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}

/* .inspection-legal6
----------------------------------------------- */
.inspection-legal6 .wrapper {
  background-image: url(images/contents/inspection-bg-07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.inspection-legal6 .wrapper p {
  color: #fff;
  width: 99%;
}

.inspection-legal6 .wrapper .container {
  padding-bottom: 30px;
}

.inspection-legal6>.container>p {
  width: 80%;
  margin: 0 auto 60px;
}

.inspection-legal6 .inspection-content {
  background-color: #f8f8f8;
  padding: 40px 140px;
  margin-bottom: 60px;
}

.inspection-legal6 .inspection-content h3 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  text-align: center;
}

.inspection-legal6 .inspection-content li {
  margin-bottom: 0.5em;
}

.inspection-legal6 .inspection-content li i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}

/* ============================================================================================
 カスタム・ドレスアップ
============================================================================================= */
/* .custom-intro
----------------------------------------------- */
.custom-intro {
  background-image: url(images/contents/custom-bg-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0 120px;
}

.custom-intro p {
  width: 80%;
}

.custom-intro .emphasis {
  font-weight: bold;
}

/* .custom-interval
----------------------------------------------- */
.custom-interval {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 60px;
}

.custom-interval .container {
  background-image: url(images/common/common-makerlogo.png);
}

.custom-interval h3 {
  font-size: 3.9rem;
  margin-bottom: 20px;
  opacity: 1;
}

.custom-interval p {
  text-align: center;
  opacity: 1;
}

/* .custom-ideal
----------------------------------------------- */
.custom-ideal {
  margin-bottom: 60px;
}

.custom-ideal .flex {
  flex-wrap: wrap;
}

.custom-ideal .col3 {
  font-size: 3.1rem;
  font-weight: bold;
  color: #fff;
  width: 33.3%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 332px;
  margin-bottom: 1px;
  padding: 20px;
  position: relative;
}

.custom-ideal .col3 p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 10px;
}

.custom-ideal .col3:first-of-type {
  background-image: url(images/contents/custom-bg-02.jpg);
}

.custom-ideal .col3:nth-of-type(2) {
  background-image: url(images/contents/custom-bg-03.jpg);
}

.custom-ideal .col3:nth-of-type(3) {
  background-image: url(images/contents/custom-bg-04.jpg);
}

.custom-ideal .col3:nth-of-type(4) {
  background-image: url(images/contents/custom-bg-05.jpg);
}

.custom-ideal .col3:nth-of-type(5) {
  background-image: url(images/contents/custom-bg-06.jpg);
}

.custom-ideal .col3:last-of-type {
  background-image: url(images/contents/custom-bg-07.jpg);
}

/* .custom-quality
----------------------------------------------- */
.custom-quality .wrapper:first-of-type {
  background-image: url(images/contents/custom-bg-08.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.custom-quality .wrapper:first-of-type p {
  color: #fff;
  width: 75%;
}

.custom-quality .h2-en {
  width: 36%;
}

.custom-quality .wrapper:first-of-type .container {
  padding: 40px 0 50px;
}

.custom-quality .box {
  width: 48%;
  margin-bottom: 60px;
}

.custom-quality>.container h3 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

.custom-quality>.container h3 .emphasis {
  font-size: 3.1rem;
}

.custom-quality .wrapper:nth-of-type(2),
.custom-quality .wrapper:nth-of-type(4),
.custom-quality .wrapper:nth-of-type(6),
.custom-quality .wrapper:nth-of-type(8) {
  background-position: top right;
}

.custom-quality .wrapper:nth-of-type(3),
.custom-quality .wrapper:nth-of-type(5),
.custom-quality .wrapper:nth-of-type(7) {
  background-position: top left;
}

.custom-quality .wrapper:nth-of-type(2) .gap-txt,
.custom-quality .wrapper:nth-of-type(4) .gap-txt,
.custom-quality .wrapper:nth-of-type(6) .gap-txt,
.custom-quality .wrapper:nth-of-type(8) .gap-txt {
  margin-right: auto;
}

.custom-quality .wrapper:nth-of-type(3) .gap-txt,
.custom-quality .wrapper:nth-of-type(5) .gap-txt,
.custom-quality .wrapper:nth-of-type(7) .gap-txt,
.custom-quality .wrapper:last-of-type .gap-txt {
  margin-left: auto;
}

.custom-quality .wrapper:nth-of-type(3) {
  background-image: url(images/contents/custom-bg-09.jpg);
}

.custom-quality .wrapper:nth-of-type(4) {
  background-image: url(images/contents/custom-bg-10.jpg);
}

.custom-quality .wrapper:nth-of-type(5) {
  background-image: url(images/contents/custom-bg-11.jpg);
}

.custom-quality .wrapper:nth-of-type(6) {
  background-image: url(images/contents/custom-bg-12.jpg);
}

.custom-quality .wrapper:nth-of-type(7) {
  background-image: url(images/contents/custom-bg-13.jpg);
}

.custom-quality .wrapper:nth-of-type(8) {
  background-image: url(images/contents/custom-bg-14.jpg);
}

.custom-quality .wrapper:last-of-type {
  background-image: url(images/contents/custom-bg-15.jpg);
}

.custom-quality ul {
  margin: 1em 0;
}

.custom-quality li {
  margin-bottom: 0.5em;
}

.custom-quality li i,
.custom-quality .wrapper:nth-of-type(8) i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}


/* ============================================================================================
 company
============================================================================================= */
/* .company-intro
----------------------------------------------- */
.company-intro .wrapper:first-of-type {
  background-image: url(images/contents/company-bg-01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.company-intro .wrapper:first-of-type p {
  color: #fff;
  width: 99%;
}

.company-intro .wrapper:first-of-type .container {
  padding-bottom: 60px;
}

.company-intro .wrapper:nth-of-type(2) {
  background-position: top left;
}

.company-intro .wrapper:nth-of-type(2) .gap-txt {
  margin-left: auto;
}

.company-intro .wrapper:nth-of-type(2) {
  background-image: url(images/contents/company-bg-02.jpg);
}

/* .company-info
----------------------------------------------- */
.company-info {
  margin-bottom: 60px;
}

.company-info table {
  width: 80%;
  margin: 0 auto 60px;
}

.company-info table th {
  width: 20%;
  background-color: #c1c1c1;
  color: #fff;
  font-size: bold;
  border-bottom: 1px solid #fff;
  line-height: 4;
}

.company-info table td {
  padding: 2% 2% 2% 6%;
  background-color: #f8f8f8;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.company-info table th,
.company-info table td {
  vertical-align: middle;
  align-content: center;
}

.company-info table p {
  text-align: center;
  line-height: 1;
}

/* .company-area
----------------------------------------------- */
.company-area .wrapper:first-of-type {
  background-image: url(images/contents/company-bg-03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.company-area .wrapper:first-of-type p {
  color: #fff;
  width: 75%;
}

.company-area .h2-en {
  width: 46%;
}

.company-area .wrapper:first-of-type .container {
  padding-bottom: 60px;
}

.company-area>.container p {
  width: 80%;
  margin: 0 auto 60px;
}

.company-area .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin-bottom: 60px;
}

.company-area .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.company-area .wrapper:last-of-type {
  background-position: top right;
}

.company-area .wrapper:last-of-type .gap-txt {
  margin-right: auto;
}

.company-area .wrapper:last-of-type {
  background-image: url(images/contents/company-bg-04.jpg);
}

.company-area ul {
  margin: 1em 0;
}

.company-area li {
  margin-bottom: 0.5em;
}

.company-area li i,
.company-area .wrapper:last-of-type i {
  color: var(--main-color);
  margin-right: 0.5em;
  vertical-align: baseline;
}

/* .company-flow
----------------------------------------------- */
.company-flow {
  margin-bottom: 60px;
}

.company-flow .company-step {
  background-color: #f8f8f8;
  padding: 4%;
  margin-bottom: 10px;
}

.company-flow .company-step-txt {
  width: 48%;
}

.company-flow .company-step-img {
  width: 48%;
}

.company-flow .company-step-txt h3 {
  margin-bottom: 0.5em;
}

.company-flow .company-step-txt h3 span {
  margin-right: 0.5em;
}

.company-flow .company-step:first-of-type>p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.company-flow .company-step:first-of-type>.flex:first-of-type {
  margin-bottom: 20px;
}

.company-flow .btn-tel,
.company-flow .btn-mail {
  padding: 2%;
  text-align: center;
  line-height: 1;
  align-content: center;
}

.company-flow .btn-tel {
  display: block;
  width: 45%;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 3.9rem;
  border: 3px solid #000;
}

.company-flow .btn-mail {
  width: 45%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 3.1rem;
  line-height: 1.25;
}

.company-flow .btn-tel span,
.company-flow .btn-mail span {
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}

.company-flow .btn-tel i {
  margin-right: 0.5em;
  font-size: 3rem;
}

.company-flow .btn-mail i {
  margin-right: 0.5em;
  font-size: 3rem;
  vertical-align: baseline;
}

.company-flow .btn-mail:hover {
  opacity: 0.5;
}

.company-flow .container>i {
  margin-bottom: 10px;
  font-size: 10rem;
  text-align: center;
  width: 100%;
  color: #f8f8f8;
}

.company-flow .company-step:last-of-type>.flex {
  margin-bottom: 40px;
}

.company-flow table {
  width: 80%;
  margin: 0 auto;
}

.company-flow table th {
  width: 30%;
  background-color: #c1c1c1;
  color: #fff;
  font-size: bold;
  line-height: 6;
}

.company-flow table td {
  padding: 4%;
  background-color: #fff;
  text-align: left;
}


/* ============================================================================================
 フォトギャラリー
============================================================================================= */
.gallery-intro .wrapper {
  background-image: url(images/contents/gallery-bg-01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.gallery-intro .wrapper p {
  color: #fff;
  width: 99%;
}

.gallery-intro .wrapper .container {
  padding-bottom: 60px;
}

.gallery-comment {
  background-color: #f8f8f8;
  padding: 3%;
}

.gallery-detail .container {
  padding-top: 0;
  padding-bottom: 80px;
}

.gallery-detail .flex {
  flex-wrap: wrap;
  justify-content: start;
}

.gallery-detail .flex .gallery-image {
  width: 18%;
  padding: 0;
  margin: 1%;
}

.gallery-detail .flex {
  margin-bottom: 30px;
}


/* ============================================================================================
 プライバシーポリシー
============================================================================================= */
.privacy h2 {
  font-size: 3.1rem;
}

.privacy .container p {
  margin-bottom: 2em;
}

.privacy .container p:nth-of-type(4) {
  margin-bottom: 10px;
}

.privacy .container p:last-of-type {
  margin-bottom: 100px;
}

.privacy .container ul {
  margin-bottom: 2em;
  padding-left: 1em;
}

.privacy .container li {
  line-height: 2;
}

.privacy .container li:before {
  content: "-";
  margin-right: 0.5em;
}


/* ============================================================================================
新着情報
============================================================================================= */

/* news archive
----------------------------------------------- */
.news-archive .archive-post {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 4%;
  transition: 0.2s;
}

.news-archive .archive-post>.archive-contents>a:first-of-type {
  margin-bottom: 140px;
  margin-top: -155px;
  padding-right: 1em;
}

.news-archive .archive-post>.archive-contents>a:first-of-type::after,
.news-archive .archive-post>.archive-contents>.archive-contents>a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  color: #000;
  position: absolute;
  right: -2%;
  top: 50%;
  width: 0;
}

.news-archive .archive-post>.archive-contents>.archive-contents>a {
  margin-top: -155px;
  padding-right: 1em;
}

.news-archive .archive-post:last-of-type {
  margin-bottom: 80px;
}

.news-archive .post-archive {
  float: left;
  width: 70%;
}

.news-archive .post-archive h2 {
  font-size: 3.6rem;
}

.news-archive .post-archive h2+p {
  margin-top: 20px;
}

.news-archive .post-archive article a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}

.news-archive .post-archive article a:hover {
  /* opacity: 0.4; */
  color: var(--main-color);
}

.news-archive .post-archive article a .archive-contents::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  color: #000;
  position: absolute;
  right: -2%;
  top: 50%;
  width: 0;
}

.news-archive .post-archive article a img {
  float: left;
  width: 150px;
  margin-right: 3%;
}

.news-archive .post-archive article a .archive-contents {
  position: relative !important;
  margin-left: 170px !important;
}

.news-archive .post-archive article a .post-date {
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 0.5em;
}

.news-archive .post-archive article a .cate {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 8px;
}

.news-archive .post-archive article a .cate span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
}

.news-archive .post-archive article a .cate span.cat-1,
.news-archive .post-archive article a .cate span.cat-2 {
  background: #c1c1c1;
  color: #fff;
  font-weight: bold;
}

.news-archive .post-archive article a h1 {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 10px;
  clear: none;
}

.news-archive .post-archive article a h1:hover,
.news-archive .post-archive article a .post-date:hover,
.news-archive .post-archive article a .post-excerpt:hover {
  color: var(--main-color);
}

.news-archive .post-archive article a .post-excerpt {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.news-archive .post-archive article a p {
  line-height: 1.5;
  text-align: justify;
}

.news-archive .post-archive .pager {
  margin-bottom: 0;
}


/* news detail
----------------------------------------------- */
.news-detail .post-detail {
  float: left;
  width: 70%;
  list-style-position: inside;
}

.news-detail .post-detail .post-date {
  vertical-align: top;
  margin-right: 1em;
}

.news-detail .post-detail .cate {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.news-detail .post-detail .cate span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
}

.news-detail .post-detail .cate span.cat-1,
.news-detail .post-detail .cate span.cat-2 {
  background: #c1c1c1;
  color: #fff;
}

.news-detail .post-detail h2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 1em;
  text-align: left;
}

.news-detail .post-detail h2 span {
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  top: 18px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: normal;
}

.news-detail .post-detail hr {
  margin-bottom: 2em;
  border-top: 1px solid #c1c1c1;
}

.news-detail .post-detail .post-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}

.news-detail .post-detail .post-contents {
  line-height: 1.8;
}

.news-detail .post-navigation {
  clear: both;
  text-align: center;
  margin: 50px 0 50px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.6rem;
  justify-content: space-between;
}

.news-detail .post-navigation a {
  font-size: 1.4rem;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 20px;
  position: relative;
}

.news-detail .post-navigation a:hover {
  color: var(--main-color);
  opacity: 1;
}

.news-detail .post-navigation .prev,
.news-detail .post-navigation .next {
  position: relative;
  width: 30%;
}

.news-detail .post-navigation .prev a::after {
  position: absolute;
  left: 0;
  top: 45%;
  width: 8px;
  height: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f060';
  font-weight: 900;
  color: #000;
  font-size: 1.4rem;
}

.news-detail .post-navigation .next a::after {
  position: absolute;
  right: 0;
  top: 45%;
  width: 8px;
  height: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  color: #000;
  font-size: 1.4rem;
}

.news-detail .post-navigation .btn-black {
  color: #fff;
  width: 38%;
  font-size: 1.6rem;
}

.news-detail .post-navigation .btn-black i {
  top: 38%;
}

.news-detail .post-navigation .btn-black:hover {
  color: #000;
}


/* news widget（サイドナビ）
----------------------------------------------- */
.post-widget {
  float: right;
  width: 27%;
}

.post-widget #archives-cate {
  margin-bottom: 30px;
}

.post-widget h2 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #c1c1c1;
}

.post-widget ul {
  padding: 0 25px;
  border: 1px solid #c1c1c1;
}

.post-widget ul li {
  border-bottom: 1px solid #c1c1c1;
}

.post-widget ul li:last-of-type {
  border-bottom: none;
}

.post-widget ul li a {
  color: #000;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}

.post-widget ul li a:hover {
  color: var(--main-color);
}

.post-widget ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 1.6rem;
  color: #000;
}

.post-widget ul li a::after:hover {
  color: var(--main-color);
}

.post-widget ul li a span {
  font-size: 1.4rem;
}


/* ============================================================================================
 施工事例
============================================================================================= */
/* archive-case.php - .case-intro
----------------------------------------------- */
.case-intro .wrapper:last-of-type {
  background-position: top right;
}

.case-intro .wrapper:last-of-type .gap-txt {
  margin-right: auto;
}

.case-intro .wrapper:last-of-type {
  background-image: url(images/case/case-bg-01.jpg);
}

/* archive-case.php - .case-interval
----------------------------------------------- */
.case-interval {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.case-interval .container {
  background-image: url(images/common/common-makerlogo.png);
}

.case-interval h3 {
  font-size: 3.9rem;
  margin-bottom: 20px;
  opacity: 1;
}

.case-interval p {
  text-align: center;
  opacity: 1;
}

/* archive-case.php - .case-page
----------------------------------------------- */
.case-page .h2-en {
  width: 15%;
}

.case-page:last-of-type .h2-en {
  width: 12%;
}

.case-cate p {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 1.8rem;
}

.case-cate .flex {
  flex-wrap: wrap;
  margin-bottom: 160px;
  justify-content: space-around;
}

.case-cate .btn {
  width: 20%;
}

.case-cate .btn a {
  border-radius: 0;
}

.case-cate .btn a::after {
  border: none;
  top: 35%;
}

.case-maker .case-sort--maker>p {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 1.8rem;
  text-align: left;
}

.case-archive h2 {
  font-size: 3.6rem;
}

.case-archive h3 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
}

.case-archive-list li {
  background: #fff;
  margin-right: 2%;
  width: 23.5%;
  transition: all 0.2s ease;
  border: 1px solid #e2e2e2;
}

/* .case-archive-list li:hover {
  box-shadow: none;
  opacity: 0.7;
    transform: translateY(4px);
} */
.case-archive .case-archive-list li {
  margin-bottom: 40px;
}

.case-archive-list li:nth-child(4n) {
  margin-right: 0;
}

.case-archive-list li .thumb {
  display: block;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}

.case-archive-list li .thumb:hover {
  opacity: 0.5;
}

.case-archive-list li .case-archive-contents {
  padding: 15px 15px 20px;
}

.case-archive-list li .category a {
  background: #c1c1c1;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 2px 6px;
  margin: 0 2px 5px 0;
}

.case-archive-list li h1 {
  font-size: 1.6rem;
  padding-bottom: 20px;
  line-height: 1.5;
  min-height: 54px;
  font-weight: normal;
}

.case-archive-list li h1 a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

.case-archive-list li h1 a:hover {
  opacity: 0.6;
}

.case-archive-list li table {
  width: 100%;
}

.case-archive-list li table td {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
}

.case-archive-list li table td span {
  display: block;
  font-size: 1.0rem;
  color: #000;
  margin-bottom: 3px;
}

.case-archive-list li table td a {
  color: #000;
  text-decoration: none;
}

.case-archive .default-btn a {
  display: block;
  padding: 25px 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  transition: 0.2s;
  width: 50%;
  margin: 40px auto 0;
  position: relative;
}

.case-archive .default-btn a::after {
  font-family: "dashicons";
  content: "\f139";
  padding-left: 0.5em;
  position: absolute;
  top: 35%;
}

.case-archive .default-btn a:hover {
  opacity: 0.7;
  letter-spacing: 0.1em;
  border-radius: 10px;
}

/* single-case.php
----------------------------------------------- */
.case-detail__data {
  margin-bottom: 40px;
}

.case-detail h2 {
  font-size: 2.6rem;
  margin: 0 auto 40px;
  color: #000;
  line-height: 1.25;
  text-align: left;
}

.case-detail hr {
  margin-bottom: 40px;
}

.case-detail .case-detail__photo {
  text-align: center;
  width: 50%;
}

.case-detail .case-detail__meta {
  width: 47%;
}

.case-detail .case-detail__meta .category a {
  background: #c1c1c1;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 4px 10px;
  margin: 0 5px 15px 0;
}

.case-detail .case-detail__meta table {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}

.case-detail .case-detail__meta table th {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding: 10px 15px;
  width: 25%;
  vertical-align: top;
  color: #000;
}

.case-detail .case-detail__meta table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 25px 10px 10px;
  vertical-align: top;
}

.case-detail .case-detail__meta table td a {
  color: #000;
  text-decoration: none;
}

.case-detail .case-detail__meta h4 {
  margin-top: 25px;
}

.case-detail .case-detail__contents {
  padding: 40px;
  line-height: 1.8;
  background-color: #f8f8f8;
}

.case-detail .case-detail__contents img {
  margin-bottom: 20px;
}

.case-flow>.container {
  padding: 50px 0;
}

.case-flow h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.case-flow ul {
  margin-bottom: 50px;
}

.case-flow ul li {
  background-color: #f8f8f8;
  width: 100%;
  padding: 4%;
  margin-bottom: 40px;
}

.case-flow ul li:last-child {
  margin-bottom: 0;
}

.case-flow ul li:last-child::after {
  content: none;
}

.case-flow ul li .thumb {
  display: block;
  text-align: center;
  width: 46%;
}

.case-flow ul li .case-flow__comment {
  width: 50%;
}

.case-flow ul li.full .case-flow__comment {
  float: none;
  width: 100%;
}

.case-flow ul li h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  line-height: 1.25;
}

.case-flow p {
  text-align: justify;
}

.case-flow .btn-black {
  margin: 0 auto;
  font-size: 1.6rem;
}


/* ============================================================================================
 自動車販売
============================================================================================= */
/* archive-sale.php - .sale-intro
----------------------------------------------- */
.sale-intro .wrapper:last-of-type {
  background-position: top right;
}

.sale-intro .wrapper:last-of-type .gap-txt {
  margin-right: auto;
}

.sale-intro .wrapper:last-of-type {
  background-image: url(images/sale/sale-bg-01.jpg);
}

.sale-intro h3 {
  font-size: 2.5rem;
}

/* archive-sale.php - .sale-interval
----------------------------------------------- */
.sale-interval {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 60px;
}

.sale-interval .container {
  background-image: url(images/common/common-makerlogo.png);
}

.sale-interval h3 {
  font-size: 3.9rem;
  margin-bottom: 20px;
  opacity: 1;
}

.sale-interval p {
  text-align: center;
  opacity: 1;
}

/* archive-sale.php - .case-page
----------------------------------------------- */
.case-page .h2-en {
  width: 20%;
}

.case-page:last-of-type .h2-en {
  width: 12%;
}

.case-cate p {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 1.8rem;
}

.case-cate .flex {
  flex-wrap: wrap;
  margin-bottom: 160px;
  justify-content: space-around;
}

.case-cate .btn {
  width: 20%;
}

.case-cate .btn a {
  border-radius: 0;
}

.case-cate .btn a::after {
  border: none;
  top: 35%;
}

.case-maker .case-sort--maker>p {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 1.8rem;
  text-align: left;
}

.case-archive h2 {
  font-size: 3.6rem;
}

.case-archive h3 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
}

.case-archive-list li {
  background: #fff;
  margin-right: 2%;
  width: 23.5%;
  transition: all 0.2s ease;
  border: 1px solid #e2e2e2;
}

/* .case-archive-list li:hover {
  box-shadow: none;
  opacity: 0.7;
    transform: translateY(4px);
} */
.case-archive .case-archive-list li {
  margin-bottom: 40px;
}

.case-archive-list li:nth-child(4n) {
  margin-right: 0;
}

.case-archive-list li .thumb {
  display: block;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}

.case-archive-list li .thumb:hover {
  opacity: 0.5;
}

.case-archive-list li .case-archive-contents {
  padding: 15px 15px 20px;
}

.case-archive-list li .category a {
  background: #c1c1c1;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 2px 6px;
  margin: 0 2px 5px 0;
}

.case-archive-list li h1 {
  font-size: 1.6rem;
  padding-bottom: 20px;
  line-height: 1.5;
  min-height: 54px;
  font-weight: normal;
}

.case-archive-list li h1 a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

.case-archive-list li h1 a:hover {
  opacity: 0.6;
}

.case-archive-list li table {
  width: 100%;
}

.case-archive-list li table td {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
}

.case-archive-list li table td span {
  display: block;
  font-size: 1.0rem;
  color: #000;
  margin-bottom: 3px;
}

.case-archive-list li table td a {
  color: #000;
  text-decoration: none;
}

.case-archive .default-btn a {
  display: block;
  padding: 25px 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  transition: 0.2s;
  width: 50%;
  margin: 40px auto 0;
  position: relative;
}

.case-archive .default-btn a::after {
  font-family: "dashicons";
  content: "\f139";
  padding-left: 0.5em;
  position: absolute;
  top: 35%;
}

.case-archive .default-btn a:hover {
  opacity: 0.7;
  letter-spacing: 0.1em;
  border-radius: 10px;
}


/* single-sale.php
----------------------------------------------- */
.case-detail>h2.h2-line {
  font-size: 3.9rem;
  padding: 20px 0;
  text-align: center;
}

.case-detail .container .h2-en {
  width: 16%;
}

.case-detail .container .h2-en h2 {
  font-size: 3.9rem;
  margin-bottom: 0;
}

table.sale-spec {
  width: 100%;
  margin-bottom: 60px;
}

table.sale-spec th {
  width: 15%;
  background-color: #c1c1c1;
  color: #fff;
  font-size: bold;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

table.sale-spec td {
  padding: 2%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
}

.case-detail .sale-comment {
  background-color: #f8f8f8;
  padding: 50px;
  line-height: 2;
  margin-bottom: 60px;
}

.case-detail .sale-comment h3 {
  font-size: 2.5rem;
  color: #000;
  border: none;
  padding-bottom: 0;
}

.sale-photos .container {
  padding-top: 0;
  padding-bottom: 80px;
}

.sale-photos .flex {
  flex-wrap: wrap;
  justify-content: start;
}

.sale-photos .flex li {
  background-color: #fff;
  width: 18%;
  padding: 0;
  margin: 1%;
}

.sale-photos ul li .thumb {
  width: 100%;
}




/* ============================================================================================
 フォーム
============================================================================================= */
.form {
  margin-bottom: 70px;
}

.form h2 {
  margin-bottom: 60px;
  font-size: 3rem;
  text-align: center;
}

.form .detail {
  display: flex;
  justify-content: space-around;
  line-height: 1;
  width: 90%;
  margin: 0 auto 40px;
}

.form .box {
  width: 40%;
}

.form .tel {
  padding: 10x;
  border: 4px solid #000;
  border-radius: 0;
}

.form .tel a {
  font-size: 3.6rem;
}

.form .box p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.form .note {
  width: 50%;
}

.form .box {
  width: 45%;
}

.form .btn-tel {
  display: block;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 3.9rem;
  border: 3px solid #000;
}

.form .btn-tel {
  padding: 4%;
  text-align: center;
  line-height: 1;
}

.form .btn-tel i {
  margin-right: 0.5em;
  font-size: 3rem;
}

.form .btn-tel span {
  font-size: 1.6rem;
  font-weight: normal;
}

.form table {
  width: 100%;
  padding: 30px 80px 60px;
}

.form table th {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 22px 20px;
  width: 260px;
  vertical-align: middle;
}

.form table th.last {
  vertical-align: top;
}

.form table th span {
  display: block;
}

.form table th .required {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -21px;
}

.form table th .optional {
  background-color: #c1c1c1;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -21px;
}

.form table td {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 30px;
  vertical-align: middle;
}

.form table td img {
  max-width: 300px;
}

.form input[type="text"],
.form button,
.form textarea {
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form .mwform-tel-field input[type="text"] {
  width: auto;
}

.form input[type="file"] {
  padding: 8px 0;
}

.form input[type="submit"],
.form input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.form input[type="submit"]::-webkit-search-decoration,
.form input[type="button"]::-webkit-search-decoration {
  display: none;
}

.form input[type="submit"]:focus,
.form input[type="button"]:focus {
  outline-offset: -2px;
  outline: 0;
}

.form .mw_wp_form_preview table th.last {
  vertical-align: middle;
}

.form .mw_wp_form_preview .check-privacy {
  display: none;
}

.form .check-privacy {
  margin-bottom: 60px;
}

.form .check-privacy span {
  vertical-align: text-bottom;
}

.form .check-privacy a {
  color: #000;
  text-decoration: none;
}

.form .check-privacy a::after {
  font-family: "dashicons";
  content: "\f504";
  vertical-align: bottom;
  padding: 0 0.5em;
}

.form .check-privacy a:hover {
  color: var(--main-color);
}

.form input[name="submitConfirm"],
.form input[name="submit"] {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 2% 13%;
  position: relative;
  transition: 0.2s;
}

.form input[name="submitConfirm"]:hover,
.form input[type="submit"]:hover {
  opacity: 0.5;
}

.form .mw_wp_form_preview input[name="submitBack"] {
  background: url("images/common/common-icon-arrow-left.png") no-repeat left 90px top 50% / 15px;
  color: var(--main-color);
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  padding: 0 0 0 13%;
  margin-right: 20%;
  position: relative;
  transition: 0.2s;
}

.form .confirmmessage {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  color: var(--main-color);
}

.form .confirmtxt {
  width: 70%;
  margin: 60px auto 0;
}

.form .complete p {
  width: 80%;
  margin: 0 auto 60px;
}

.form .complete .box {
  margin: 0 auto 40px;
}

.form .complete .tel p {
  width: 100%;
  margin-bottom: 0;
}

.form .complete .btn {
  text-align: center;
}

.form .complete .btn a {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 2% 13%;
  position: relative;
  transition: 0.2s;
}

.form .complete .btn a:hover {
  opacity: .6;
}


/* ============================================================================================
 Footer
============================================================================================= */
/*　フォトギャラリー
----------------------------------------------- */
.common-gallery {
  background-image: url("images/common/footer-bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.common-gallery a {
  position: absolute;
  top: 40%;
  left: 38%;
}

.common-gallery .loop-wrap {
  display: flex;
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

.common-gallery .loop-wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.loop-wrap img:first-of-type {
  animation: loop 130s -65s linear infinite;
}

.loop-wrap img:last-of-type {
  animation: loop2 130s linear infinite;
}

/*　リピート率
----------------------------------------------- */
.common-repeat {
  padding: 60px 0;
}

.common-repeat .wrapper {
  background-image: url(images/common/footer-bg-02.png);
  background-position: top right;
}

.common-repeat .gap-txt {
  width: 65%;
}

.common-repeat .focus {
  background-image: url(images/common/common-icon-01.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
}

/*　サポート
----------------------------------------------- */
.common-support .container>p {
  text-align: center;
  margin-bottom: 60px;
}

.common-support .flex {
  flex-wrap: wrap;
}

.common-support .box {
  margin-bottom: 60px;
}

.common-support .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}

.common-support .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*　サポート
----------------------------------------------- */
.common-contact {
  background-image: url("images/common/footer-bg-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 60px;
}

.common-contact__ttl {
  font-size: 3.4rem;
  border-bottom: 2px dotted #fff;
  display: block;
  width: 60%;
  padding-bottom: 10px;
  margin: 0 auto 60px;
  color: #fff;
  text-align: center;
}

.common-contact__ttl__em {
  font-size: 1.4em;
}

.common-contact .container>p {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.common-contact .flex {
  justify-content: space-evenly;
}

.common-contact .btn-tel,
.common-contact .btn-mail {
  padding: 2%;
  text-align: center;
  line-height: 1;
  align-content: center;
}

.common-contact .btn-tel {
  display: block;
  width: 40%;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 3.9rem;
}

.common-contact .btn-mail {
  width: 40%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 3.1rem;
  line-height: 1.25;
}

.common-contact .btn-tel span,
.common-contact .btn-mail span {
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}

.common-contact .btn-tel i {
  margin-right: 0.2em;
  font-size: 3rem;
}

.common-contact .btn-mail i {
  margin-right: 0.2em;
  font-size: 3rem;
  vertical-align: baseline;
}

.common-contact .btn-mail:hover {
  opacity: 0.5;
}

/*　フッター
----------------------------------------------- */
footer .support {
  padding: 40px 100px;
  margin-bottom: 60px;
}

footer .support h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}

footer .logoArea {
  margin-bottom: 60px;
  justify-content: space-around;
  align-items: center;
}

footer .logoArea li {
  line-height: 2;
}

footer .sitemap {
  margin-bottom: 60px;
}

footer .sitemap .h2-en {
  width: 26%;
}

footer .sitemap .flex {
  flex-wrap: wrap;
  justify-content: initial;
}

footer .sitemap li {
  padding: 0 1em;
  margin-bottom: 1em;
}

footer .sitemap a::before {
  content: "-";
  margin-right: 0.5em;
}

footer .sitemap a:hover {
  color: var(--main-color);
  opacity: 1;
}

footer a:hover {
  opacity: 0.5;
}

footer .copyright {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

footer .copyright a {
  color: #fff;
}

/* ============================================================================================
 ページトップボタン
============================================================================================= */
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  transition: 0.2s;
  text-align: right;
  border-radius: 50%;
  background: var(--main-color);
}

.pagetop:hover {
  opacity: 0.5;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: relative;
}

.pagetop a::before {
  font-family: "dashicons";
  content: "\f343";
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -3%;
}


/* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
.freeeditor h1 {
  text-align: left;
  font-size: 140%;
  font-weight: bold;
  border-bottom: 3px solid #e8e7e3;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.case-detail .freeeditor h2,
.news-detail .freeeditor h2 {
  text-align: left;
  border: none;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 2px solid #e8e7e3;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: auto;
  color: #000;
  line-height: 1.8;
}

.freeeditor h3 {
  color: #000;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #e8e7e3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.freeeditor h4 {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.freeeditor h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.freeeditor strong {
  font-weight: bold;
}

.freeeditor strong,
.freeeditor strong span,
.freeeditor h1 span,
.freeeditor h2 span,
.freeeditor h3 span,
.freeeditor h4 span,
.freeeditor h5 span {
  font-weight: bold;
}

.case-detail .freeeditor img {
  width: auto;
  max-width: 100%;
}



/* 768px以上（PC/TB）の場合、電話番号タップコール無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1200px) {

  /* page title
  =============================================== */
  #page-title h1 {
    padding: 100px 0;
  }

}

/* ===================================================================================================================


　tablet


=================================================================================================================== */
@media screen and (max-width: 1240px) {

  /* ヘッダー
  =============================================== */
  header.flex {
    display: block;
  }

  header h1 {
    margin: 0 auto 10px;
  }

  nav {
    width: 100%;
  }

  header nav a {
    font-size: 1.4rem;
  }

  nav.flex {
    justify-content: space-between;
  }

  nav .nav-tel,
  nav .nav-mail {
    display: inline-block;
    text-align: center;
  }

  header.scrolled nav a {
    font-size: 1.4rem;
  }

  header.scrolled nav .nav-mail a {
    list-style: 1.75;
  }

  /* メインビジュアル
  =============================================== */
  #viewer {
    height: 380px;
  }
}


@media screen and (max-width: 991px) {
  .md-hidden {
    display: block !important;
  }

  img.md-hidden {
    display: inline !important;
  }

  .sm-hidden {
    display: none !important;
  }

  img.sp-img-full {
    width: 100%;
  }

  dt,
  dd,
  th,
  td {
    line-height: 1.5;
  }

  #footer .areaname {
    margin: 10px;
  }

  .footer-contact h2,
  .footer-contact .inner>p,
  .footer-contact .form-btn p {
    text-shadow: none;
  }

  h2 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .order01 {
    order: 1;
  }

  .order02 {
    order: 2;
  }

  .ps-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: block;
    /* タブレットを改行する */
  }

  /* ==============================================
   Layout
  =============================================== */
  .container {
    max-width: 96%;
  }

  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }

  .col-sm-2 {
    width: 16.6666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.6666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 57.0833%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3334%;
  }

  .col-sm-11 {
    width: 91.6666%;
  }

  .col-sm-12 {
    width: 100%;
  }


  /* ============================================================================================
   メインコンテンツ共通
  ============================================================================================= */
  /* header
  ----------------------------------------------- */
  header nav a {
    font-size: 1rem;
  }

  nav .nav-tel a {
    line-height: 1.9;
    font-size: 1.6rem;
  }

  nav .nav-mail a {
    line-height: 1.9;
    font-size: 1.4rem;
  }

  header.scrolled nav a {
    font-size: 1rem;
  }

  header.scrolled nav .nav-tel a {
    font-size: 1.6rem;
  }

  header.scrolled nav>.nav-mail a {
    height: 50px;
    font-size: 1.2rem;
  }


  .h2-line {
    font-size: 3rem;
  }

  .col3 h3 {
    font-size: 2rem;
  }

  .wrapper h3 {
    font-size: 2rem;
  }

  h3 .emphasis {
    font-size: 2.5rem;
  }

  .col4 h3 {
    font-size: 1.6rem;
  }


  /* ============================================================================================
   TOP
  ============================================================================================= */
  #viewer {
    height: 280px;
  }

  .top-message {
    margin-bottom: 0;
  }

  .top-message .container {
    padding: 7% 0 14%;
  }

  .top-message h3 {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }

  .top-message h3 span {
    font-size: 3.9rem;
  }

  .top-service .h2-en {
    width: 35%;
  }

  .top-service .grid {
    display: block;
  }

  .top-service .box {
    width: 100%;
    height: 280px;
  }

  .case-index .h2-en {
    width: 35%;
  }

  .case-index .btn-white {
    font-size: 1rem;
  }

  .stock-index .h2-en {
    width: 30%;
  }

  .sales-index .h2-en {
    width: 48%;
  }

  .top-news .news-box h1 {
    font-size: inherit;
  }


  /* ============================================================================================
   整備・修理
  ============================================================================================= */
  .maintenance-merit h3 {
    font-size: 2.5rem;
  }


  /* ============================================================================================
   車検・点検
  ============================================================================================= */
  .inspection-interval p {
    font-size: 1.4rem;
  }

  .inspection-motto table {
    max-width: 540px;
    margin: auto;
  }

  .inspection-motto table p {
    font-size: 1.4rem;
    font-size: clamp(1.2rem,1.41vw,1.4rem);
  }

  .inspection-motto .preparation {
    max-width: 540px;
    margin: auto;
  }
  .inspection-motto .preparation li {
    font-size: 1.4rem;
  }

  .inspection-legal .inspection-content {
    padding: 40px 20px;
  }

  .inspection-legal .inspection-content li {
    font-size: 1.4rem;
  }

  .inspection-legal6 .inspection-content {
    padding: 40px;
  }


  /* ============================================================================================
   カスタム
  ============================================================================================= */
  .custom-ideal .col3 {
    height: 242px;
    font-size: 1.8rem;
  }

  .custom-quality .h2-en {
    width: 45%;
  }


  /* ============================================================================================
   施工事例
  ============================================================================================= */
  .case-index:nth-of-type(4) .btn-white p:last-of-type {
    width: 72%;
  }

  .case-maker .label {
    font-size: 1.2rem;
  }

  .case-maker p {
    margin-bottom: 10px;
  }

  /* case detail
  ----------------------------------------------- */
  .case-detail__data {
    margin-bottom: 40px;
  }

  .case-detail {
    padding: 0 10px 30px;
  }

  .case-detail h2 {
    width: 100%;
    font-size: 1.4em;
  }

  .case-detail .case-detail__meta table th {
    width: 30%;
  }

  .customer-flow .step1contact {
    padding: 20px;
  }

  .case-flow .default-btn {
    width: 50%;
  }

  .customer-flow .form-btn a {
    font-size: 2.4rem;
  }

  .case-flow ul li h4 img {
    vertical-align: middle;
  }

  /* ============================================================================================
   自動車販売
  ============================================================================================= */
  .case-detail .container .sale-detail+.h2-en {
    width: 21%;
  }

  /* ============================================================================================
   会社概要
  ============================================================================================= */
  .company-info table {
    width: 100%;
  }

  .company-info table td {
    line-height: 2;
  }

  .company-area .h2-en {
    width: 52%;
  }

  .company-area h2 .jp {
    font-size: 1.2rem;
  }

  .company-area .box p {
    line-height: 1.5;
  }

  .company-area .map {
    padding-bottom: 50%;
  }

  .company-flow .btn-tel {
    font-size: 3.1rem;
  }

  .company-flow .btn-mail {
    font-size: 2.5rem;
  }

  .company-flow .company-step-txt h3.emphasis {
    font-size: 2rem;
  }

  .company-flow .company-step-txt h3 {
    font-size: 2rem;
  }

  .company-flow table {
    width: 100%;
  }


  /* ============================================================================================
   お問い合わせ
  ============================================================================================= */

  /* form
  ----------------------------------------------- */
  .form .btn-tel {
    font-size: 3.5rem;
  }

  .form h2 {
    font-size: 2.8rem;
  }

  .form .detail {
    width: 100%;
  }

  .form .detail .note {
    width: 50%;
  }

  .form .tel a {
    font-size: 2.6rem;
  }

  .form .box p {
    font-size: 1.2rem;
  }

  .form table {
    padding: 0 0 40px;
  }

  .form .confirmtxt {
    width: 90%;
  }

  .form .mw_wp_form_preview input[name="submitBack"] {
    background: url("images/common/common-icon-arrow-left.png") no-repeat left 70px top 50% / 7px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .form .complete p {
    width: 100%;
  }

  .form .complete .box {
    width: 50%;
  }

  .form .complete .box .tel a {
    font-size: 3.6rem;
  }


  /* ============================================================================================
   新着情報
  ============================================================================================= */
  .news-archive,
  .news-detail {
    padding-top: 0;
  }

  .news-archive .post-archive {
    padding: 10px;
    width: 73%;
  }

  .news-detail .post-navigation .back a {
    font-size: 1.4rem;
  }

  .news-detail .post-navigation .btn {
    width: 40%;
  }

  /* news widget
  ----------------------------------------------- */
  .post-widget {
    width: 25%;
  }

  .post-widget ul {
    padding: 0 20px;
  }

  .post-widget ul li a::after {
    right: 0;
  }

  /* ============================================================================================
   Footer
  ============================================================================================= */
  .common-gallery .loop-wrap {
    height: 150px
  }

  .common-gallery .loop-wrap img {
    max-width: none;
  }

  .common-repeat .wrapper {
    background-position: top left;
  }

  .common-repeat .wrapper .container {
    padding-top: 100px;
  }

  .common-contact__ttl {
    width: 80%;
    text-align: center;
    font-size: 3.5rem;
  }

  .common-contact .btn-tel {
    font-size: 3.1rem;
    width: 45%;
  }

  .common-contact .btn-mail {
    width: 45%;
    font-size: 2.5rem;
  }

  footer .support {
    padding: 40px;
  }

  footer .sitemap .h2-en {
    width: 32%;
  }

  footer li {
    font-size: 1.2rem;
  }
}


/* ===================================================================================================================


　sp


=================================================================================================================== */
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}


/* ---------------------
　767px以下
---------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .sm-hidden {
    display: block !important;
  }

  img.sm-hidden {
    display: inline !important;
  }

  .xs-hidden {
    display: none !important;
  }

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  h2 {
    font-size: 2.4rem;
  }

  h2 span {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .ps-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: none;
    /* タブレットの改行を隠す */
  }

  .sp-br {
    display: block;
    /* SPを改行する */
  }

  /* ==============================================
   Layout
  =============================================== */
  .section {
    margin-bottom: 30px;
  }

  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }

  .col-xs-2 {
    width: 16.6666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.6666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 57.0833%;
  }

  .col-xs-8 {
    width: 66.6667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3334%;
  }

  .col-xs-11 {
    width: 91.6666%;
  }

  .col-xs-12 {
    width: 100%;
  }

  /* ==============================================
   Header
  =============================================== */
  #header {
    padding: 1.5%;
  }

  #header h1 {
    margin: 0;
    width: 35%;
    display: inline-block;
    margin-bottom: 5px;
  }

  #header.flex {
    display: flex;
  }

  #header .sp-menu {
    display: flex;
    padding-right: 2%;
    position: fixed;
    z-index: 10000;
    width: 100%;
  }

  #header .sp-menu.following {
    top: 0;
  }

  #header .drawer-header {
    display: block;
    float: right;
    padding-top: 8px;
    width: 31px;
  }

  #header .sp-submenu {
    width: 100%;
  }

  #header .sp-submenu .nav-tel {
    border: 3px solid #000;
    width: 49%;
    padding: 2%;
  }

  #header .sp-submenu .nav-tel a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
  }

  #header .sp-submenu .nav-tel a i {
    margin-right: 0.5em;
    vertical-align: baseline;
  }

  #header .sp-submenu .nav-tel span {
    display: block;
    font-size: 2.6vw;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
  }

  #header .sp-submenu .nav-mail {
    background-color: var(--main-color);
    width: 49%;
    align-content: center;
  }

  #header .sp-submenu .nav-mail a {
    padding: 5%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
  }

  #header .sp-submenu .nav-mail a span {
    font-weight: normal;
  }

  #header .sp-submenu .nav-mail a i {
    margin-right: 0.5em;
    vertical-align: baseline;
  }


  /* ==============================================
   Navigation
  =============================================== */
  #gnav {
    display: none;
  }

  #sp-nav {
    display: block;
    width: 12%;
    line-height: 2;
    margin-bottom: 10px;
  }

  #sp-nav #nav-drawer {
    position: relative;
    text-align: center;
  }

  /*チェックボックス等は非表示に*/
  #sp-nav .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #sp-nav #nav-open {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #sp-nav #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 3px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer;
  }

  #sp-nav #nav-open span:before {
    bottom: -10px;
  }

  #sp-nav #nav-open span:after {
    bottom: -20px;
  }

  #sp-nav p {
    color: #000;
    font-size: 1rem;
    text-align: center;
  }


  /*閉じる用の薄黒カバー*/
  #sp-nav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #sp-nav #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 75%;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(135%);
    transform: translateX(135%);
    /*右に隠しておく*/
    padding: 20px 30px;
  }

  /*チェックが入ったらもろもろ表示*/
  #sp-nav #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .8;
  }

  /* 閉じるボタン */
  #sp-nav .close-btn {
    text-align: left;
    color: #fff;
  }

  #sp-nav .close-btn2 {
    width: 30px;
    font-size: 1.4rem;
    width: 20%;
    position: fixed;
    top: 10px;
    left: 10px;
    font-weight: bold;
    height: 60px;
  }

  #sp-nav .close-btn2::before {
    display: block;
    font-size: 3rem;
  }

  #sp-nav #nav-input:checked~#nav-content {
    -webkit-transform: translateX(34%);
    transform: translateX(34%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  /* 書き足し */
  #sp-nav #nav-content ul {
    display: block;
    font-size: 1.4rem;
    margin-top: 0;
  }

  #sp-nav #nav-content li::before {
    content: none;
    margin-right: 0;
  }

  #sp-nav #nav-content ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    position: relative;
  }

  #sp-nav #nav-content ul li:last-of-type {
    margin-bottom: 30px;
  }

  #sp-nav #nav-content li::after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sp-nav #nav-content li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }

  #sp-nav #nav-content a:active {
    opacity: 0.3;
  }

  #sp-nav #nav-content .nav-tel {
    border: 3px solid #000;
    width: 100%;
    padding: 2%;
    margin-bottom: 30px;
  }

  #sp-nav #nav-content .nav-tel a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }

  #sp-nav #nav-content .nav-tel a i {
    margin-right: 0.5em;
    vertical-align: baseline;
  }

  #sp-nav #nav-content .nav-tel p {
    font-size: 1.2rem;
    text-align: center;
  }

  #sp-nav #nav-content .nav-mail {
    background-color: var(--main-color);
    width: 100%;
  }

  #sp-nav #nav-content .nav-mail a {
    padding: 5%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    height: auto;
  }

  #sp-nav #nav-content .nav-mail a span {
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
  }

  #sp-nav #nav-content .nav-mail a i {
    margin-right: 0.5em;
    vertical-align: baseline;
  }


  /* ============================================================================================
 メインコンテンツ共通
============================================================================================= */

  /* page title
  ----------------------------------------------- */
  #page-title h1 {
    padding: 30px 10px;
    font-size: 2.6rem;
  }

  /* heading
  ----------------------------------------------- */
  .heading-2 {
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 1.7rem;
  }

  /* breadcrumbs
  ----------------------------------------------- */
  .breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs>span {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* 施工事例SPでスライダー解除
  ----------------------------------------------- */
  .case-block .container {
    padding-left: 0;
    padding-right: 0;
  }

  .pc {
    display: none;
  }

  #case_slidersp {
    margin-bottom: 40px;
  }

  #case_slidersp li {
    width: 47%;
  }

  .case-archive-list li table td {
    display: block;
    line-height: 1.2;
    margin-bottom: 2em;
  }

  .case-archive-list li table td:last-of-type {
    margin-bottom: 0;
  }


  .btn-black {
    width: 100%;
  }

  .btn-transparent {
    width: 100%;
    padding: 2%;
  }

  .flex {
    flex-wrap: wrap;
  }

  .col3 {
    width: 100%;
    margin-bottom: 60px;
  }

  .col4 {
    width: 48%;
  }

  .wrapper {
    background-size: contain;
  }

  .wrapper .container {
    padding-top: 90px;
  }

  .gap-txt {
    width: 100%;
    padding: 30px;
  }

  .h2-en {
    width: 100%;
    margin-bottom: 20px;
  }

  .h2-line {
    font-size: 2rem;
  }

  /* ============================================================================================
   TOP
  ============================================================================================= */
  .top-news {
    margin-top: 30px;
  }

  .top-news>.flex {
    display: block;
  }

  .top-news .block {
    width: 100%;
  }

  .top-news .news-box {
    width: 100%;
  }

  .top-news .h2-en {
    width: 100%;
  }

  .top-news .btn-black {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-news .news-box .cate {
    width: 20%;
  }

  .top-intro .flex {
    display: block;
  }

  .top-message .container {
    padding: 7% 0 38%;
  }

  .top-message h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .top-message h3 span {
    font-size: 2.8rem;
  }

  .top-message p {
    width: 100%;
  }

  .top-service .h2-en {
    width: 100%;
  }

  .top-service .box h3 {
    font-size: 2.5rem;
  }

  .top-service .box {
    height: 350px;
  }

  .top-service .col2 .btn-transparent {
    width: 90%;
    left: 5%;
  }

  .top-service .box:last-of-type a {
    width: 90%;
    left: 5%;
  }

  .case-block .btn-black {
    margin: 40px auto 30px;
  }

  .case-index {
    padding: 30px 0;
  }

  .case-index .h2-en {
    width: 100%;
  }

  .case-index .btn-white {
    width: 48%;
  }

  .stock-index {
    padding-top: 30px;
  }

  .stock-index .h2-en {
    width: 100%;
  }

  .sales-index {
    padding-top: 30px;
  }

  .sales-index .h2-en {
    width: 100%;
  }

  /* ============================================================================================
   整備・修理
  ============================================================================================= */
  .maintenance-intro ol li::marker {
    font-size: 2.5rem;
  }

  .maintenance-intro li {
    font-size: 1.6rem;
  }

  .maintenance-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .maintenance-tester .container {
    padding: 40px 0;
  }

  .maintenance-tester .wrapper {
    margin-bottom: 20px;
  }

  .maintenance-tester .wrapper p {
    width: 100%;
  }

  .maintenance-tester .flex {
    display: block;
  }

  .maintenance-tester .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .maintenance-tester .flex:last-of-type .box {
    flex-direction: row-reverse;
  }

  .maintenance-lift .container {
    padding: 40px 0;
  }

  .maintenance-lift .wrapper {
    margin-bottom: 20px;
  }

  .maintenance-lift .wrapper p {
    width: 100%;
  }

  .maintenance-lift .flex {
    display: block;
  }

  .maintenance-lift .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .maintenance-lift .flex:last-of-type .box {
    flex-direction: row-reverse;
  }

  .maintenance-factory .container {
    padding: 40px 0;
  }

  .maintenance-factory .wrapper {
    margin-bottom: 20px;
  }

  .maintenance-factory .wrapper p {
    width: 100%;
  }

  .maintenance-factory .flex {
    display: block;
  }

  .maintenance-factory .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .maintenance-merit p:first-of-type {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .maintenance-merit {
    background-position: right;
  }

  .maintenance-merit h3 {
    font-size: 2rem;
  }

  .maintenance-merit p:nth-of-type(2) {
    font-size: 2rem;
  }

  .maintenance-merit p:last-of-type {
    width: 100%;
  }


  /* ============================================================================================
   車検・点検
  ============================================================================================= */
  .inspection-intro ol span {
    font-size: 2.5rem;
  }

  .inspection-intro li {
    font-size: 1.6rem;
  }

  .inspection-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .inspection-motto .container {
    padding: 40px 0;
  }

  .inspection-motto .wrapper {
    margin-bottom: 20px;
  }

  .inspection-motto h3 {
    font-size: 1.8rem;
  }

  .inspection-motto .flex {
    display: block;
  }

  .inspection-motto .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .inspection-details {
    background-position: left;
  }

  .inspection-details p {
    width: 100%;
  }

  .inspection-legal p {
    width: 100%;
  }

  .inspection-legal6 .container {
    padding: 40px 0;
  }

  .inspection-legal6 .wrapper {
    margin-bottom: 20px;
  }

  .inspection-legal6 .wrapper p {
    width: 100%;
  }

  .inspection-legal6 h3 {
    font-size: 1.8rem;
  }

  .inspection-legal6>.container>p {
    width: 100%;
  }


  /* ============================================================================================
   カスタム
  ============================================================================================= */
  .custom-intro {
    background-position: left;
    padding: 30px 0;
  }

  .custom-intro p {
    width: 100%;
  }

  .custom-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .custom-ideal .col3 {
    width: 50%;
    height: 198px;
    font-size: 1.6rem;
  }

  .custom-quality .h2-en {
    width: 100%;
  }

  .custom-quality .wrapper:first-of-type p {
    width: 100%;
  }

  .custom-quality .wrapper .container {
    padding-top: 130px;
  }

  .custom-quality .flex {
    display: block;
  }

  .custom-quality .box {
    width: 100%;
    margin-bottom: 30px;
  }


  /* ============================================================================================
   会社概要
  ============================================================================================= */
  .company-intro .wrapper:first-of-type .container {
    padding: 30px 0;
  }

  .company-intro .wrapper:first-of-type {
    margin-bottom: 20px;
  }

  .company-info table th {
    width: 25%;
    vertical-align: baseline;
  }

  .company-area .wrapper:first-of-type .container {
    padding: 30px 0;
  }

  .company-area .h2-en {
    width: 100%;
  }

  .company-area .wrapper:first-of-type {
    margin-bottom: 20px;
  }

  .company-area .wrapper:first-of-type p {
    width: 100%;
  }

  .company-area>.container p {
    width: 100%;
  }

  .company-flow .company-step .flex {
    display: block;
  }

  .company-flow .company-step-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .company-flow .company-step-img {
    width: 100%;
  }

  .company-flow .company-step:first-of-type>p {
    font-size: 2rem;
  }

  .company-flow .btn-tel,
  .company-flow .btn-mail {
    padding: 4%;
  }

  .company-flow .btn-tel {
    width: 100%;
    margin-bottom: 40px;
  }

  .company-flow .btn-mail {
    width: 100%;
    display: block;
  }

  .company-flow .container>i {
    font-size: 5rem;
  }

  .company-flow th,
  .company-flow td {
    display: block;
  }

  .company-flow table th {
    width: 100%;
    line-height: 3;
  }


  /* news archive
  ----------------------------------------------- */
  .news-archive {
    padding-top: 0;
  }

  .news-archive .post-archive {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }

  .news-archive .post-archive article a .archive-contents::after {
    display: none;
  }

  .news-archive .post-archive article a p {
    width: 95%;
  }

  /* .news-archive .post-archive article a img {
    width: 0;
    display: none;
  } */
  .news-archive .post-archive article a .archive-contents {
    margin-left: 0;
  }

  .news-archive .post-archive article a h1 {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }

  .news-archive .post-archive article a .post-excerpt {
    font-size: 1.2rem;
  }

  .news-archive .post-archive article a .post-date {
    margin-right: 0.25em;
    font-size: 1.4rem;
  }

  .news-archive .archive-post {
    padding: 2%;
  }

  .news-archive .archive-post:last-of-type {
    margin-bottom: 40px;
  }

  .news-archive .archive-post>.archive-contents>a:first-of-type {
    margin-top: 0;
    margin-bottom: 200px;
  }

  /* news widget
  ----------------------------------------------- */
  .post-widget {
    float: none;
    width: 100%;
  }

  /* news detail
  ----------------------------------------------- */
  .news-detail {
    padding-top: 0;
  }

  .news-detail .post-detail {
    float: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }

  .news-detail .post-navigation {
    margin-bottom: 30px;
    margin-top: 60px;
    display: block;
  }

  .news-detail .post-navigation .prev,
  .news-detail .post-navigation .next,
  .news-detail .post-navigation .back {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-detail .post-navigation .prev a::after,
  .news-detail .post-navigation .next a::after {
    top: 38%;
  }

  .news-detail .post-navigation a {
    padding: 15px;
  }

  .news-detail .post-detail h2 {
    padding-right: 10px;
    font-size: 1.6em;
  }

  .news-detail .post-detail h2 span {
    position: static;
    top: 0;
    left: 0;
    display: block;
    text-align: right;
    font-size: 1.1rem;
    padding-top: 5px;
  }

  .news-detail .post-navigation .btn-black {
    width: 100%;
  }


  /* case archive
  ----------------------------------------------- */
  .case-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .case-index:nth-of-type(4) .btn-white {
    padding: 3% 1%;
  }

  .case-cate p {
    width: 100%;
    font-size: 1.6rem;
  }

  .case-cate .btn {
    width: 48%;
  }

  .case-cate .btn:first-of-type,
  .case-cate .btn:nth-of-type(3) {
    margin-bottom: 20px;
  }

  .case-cate .flex {
    margin-bottom: 40px;
  }

  .case-maker .case-sort--maker>p {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.6rem;
  }

  .case-maker h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  .case-archive h2 {
    font-size: 2rem;
  }

  .case-archive {
    padding: 0;
  }

  .case-archive h3 {
    font-size: 2.4rem;
  }

  .case-archive .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-archive-list li {
    margin: 0 auto 20px;
    max-width: 478px;
    width: 47%;
  }

  .case-archive-list li:nth-child(4n) {
    margin-right: auto;
  }

  .case-archive-list li table td {
    width: 100%;
  }

  .case-archive .default-btn a {
    width: 100%;
  }

  .case-block h2 {
    line-height: 1.25;
  }

  .case-block {
    padding: 0;
  }

  .case-block .btn {
    margin-top: 0;
    width: 90%;
    margin-bottom: 40px;
  }


  /* case detail
  ----------------------------------------------- */
  .case-detail .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-detail .case-detail__photo {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .case-detail .case-detail__meta {
    float: left;
    width: 100%;
  }

  .case-detail .case-detail__meta table th {
    width: 30%;
  }

  .case-detail .case-detail__meta table td {
    padding: 10px;
  }

  .case-detail .case-detail__contents {
    margin-top: 20px;
    padding: 15px;
  }

  .case-flow>.container {
    padding: 30px 0;
  }

  .case-flow ul li {
    padding: 20px;
    margin-bottom: 20px;
  }

  .case-flow ul li .thumb,
  .case-flow ul li .case-flow__comment {
    float: none;
    width: 100%;
  }

  .case-flow ul li .thumb {
    margin-bottom: 15px;
  }

  .case-flow ul li h4 {
    font-size: 1.8rem;
  }

  .case-flow ul li h4 img {
    vertical-align: bottom;
  }


  /* ============================================================================================
   自動車販売・フォトギャラリー
  ============================================================================================= */
  .sale-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .case-detail .container .sale-detail+.h2-en {
    width: 100%;
  }

  table.sale-spec tr {
    display: grid;
  }

  table.sale-spec th,
  table.sale-spec td {
    width: 100%;
    text-align: center;
  }

  .gallery-detail .flex .gallery-image {
    width: 48%;
  }


  /* ============================================================================================
   プライバシーポリシー
  ============================================================================================= */
  .privacy h2 {
    line-height: 1.25;
    font-size: 1.8rem;
  }


  /* ============================================================================================
   フォーム
  ============================================================================================= */
  .form {
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .form h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .form .box {
    width: 100%;
  }

  .form .tel a {
    font-size: 3.6rem;
  }

  .form .detail {
    display: block;
    margin: 0 auto 20px;
  }

  .form .detail a {
    margin: 0 auto 10px;
  }

  .form .detail .info-tel {
    width: 100%;
    margin-bottom: 20px;
  }

  .form .detail .note {
    width: 100%;
    margin-bottom: 20px;
  }

  .form .info-tel a {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto 10px;
  }

  .form .info-tel p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .form table {
    border-top: none;
    margin-bottom: 40px;
  }

  .form table tr {
    margin-bottom: 10px;
  }

  .form table th {
    display: block;
    border-bottom: none;
    padding: 10px;
    width: 100%;
  }

  .form table td {
    display: block;
    border-bottom: none;
    padding: 5px 0 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .form input[name="submitConfirm"],
  .form input[name="submit"] {
    width: 100%;
    padding: 25px;
  }

  .form .mw_wp_form_preview input[name="submitBack"] {
    margin-bottom: 40px;
    background: url("images/common/common-icon-arrow-left.png") no-repeat left 20px top 50% / 7px;
    font-weight: bold;
  }

  .form .complete .box {
    width: 100%;
  }

  .form .complete .btn {
    width: 100%;
  }

  /* ============================================================================================
   Footer
  ============================================================================================= */
  .common-gallery a {
    width: 90%;
    left: 5%;
  }

  .common-repeat {
    padding: 30px 0 0;
  }

  .common-repeat .wrapper {
    margin-bottom: 30px;
  }

  .common-repeat .wrapper .container {
    padding-top: 140px;
  }

  .common-repeat .gap-txt {
    width: 100%;
  }

  .common-support .box {
    margin-bottom: 40px;
  }

  .common-support .map {
    padding-bottom: 100%;
  }

  .common-contact {
    background-position: center;
  }

  .common-contact__ttl {
    font-size: 2rem;
    margin: 0 auto 20px;
  }

  .common-contact .container>p {
    text-align: left;
  }

  .common-contact .flex {
    display: block;
  }

  .common-contact .btn-tel,
  .common-contact .btn-mail {
    padding: 4%;
  }

  .common-contact .btn-tel {
    width: 100%;
    margin-bottom: 40px;
  }

  .common-contact .btn-mail {
    width: 100%;
    display: block;
  }

  footer .support {
    padding: 20px;
  }

  footer .support h2 {
    font-size: 2rem;
  }

  footer .sitemap .h2-en {
    width: 100%;
  }

  footer .col3 {
    width: 70%;
    margin: 0 auto 30px;
  }

  footer .box a img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  footer .box:first-of-type a img {
    margin-bottom: 20px;
  }

  footer .box ul {
    text-align: center;
  }

  /* iOS電話番号対策 */
  footer .tel-number a {
    color: var(--main-color);
    text-decoration: none;
  }

  /* ============================================================================================
   ページトップボタン
  ============================================================================================= */
  .pagetop {
    bottom: 20px;
    right: 20px;
  }

}



/* ------------------------------------------------------------------------------------
　414px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {

  .case-detail .case-detail__meta table th,
  .case-detail .case-detail__meta table td {
    padding: 5px;
  }

  .case-detail .case-detail__meta table th {
    width: 25%;
  }

  .case-detail .case-detail__contents {
    padding: 15px 10px;
  }

  .news-detail .post-detail h2 {
    font-size: 1.4em;
  }
}

/* ------------------------------------------------------------------------------------
　375px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .custom-ideal .col3 {
    height: 178px;
  }

  .post-detail .btn a::after {
    top: 25%;
  }

  .case-archive .btn a::after {
    top: 30%;
  }

  .case-flow .btn a::after {
    top: 32%;
  }

}

/* ------------------------------------------------------------------------------------
　360px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .top-service .box:last-of-type {
    height: 380px;
  }

  .common-support .box {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------
　320px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  #header h1 {
    line-height: 3;
  }

  #sp-nav {
    width: 14%;
  }

  #sp-nav #nav-content {
    padding: 20px;
  }

  #header .sp-submenu .nav-tel a {
    font-size: 1.4rem;
  }

  #header .sp-submenu .nav-mail a {
    font-size: 1.4rem;
  }

  .custom-ideal .col3 {
    height: 153px;
  }

  .company-area h2 .barlow {
    font-size: 2.5rem;
  }

  .company-flow .btn-tel {
    font-size: 2.8rem;
  }

  .company-flow .btn-mail {
    font-size: 2.3rem;
  }

  .company-flow .btn-tel span,
  .company-flow .btn-mail span {
    font-size: 1.4rem;
  }

  .company-flow .btn-mail i {
    font-size: 2.5rem;
  }

  .case-index:nth-of-type(3)+.case-index:nth-of-type(4) .btn-white p:last-of-type {
    width: 80%;
  }

  .case-archive h2.h2-line {
    font-size: 2rem;
  }

  .form .tel a {
    font-size: 2.8rem;
  }

  .form .complete .box .tel a {
    font-size: 3rem;
  }

  .form .btn-tel {
    font-size: 3.1rem;
  }
}

@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}




/* ============================================================================================
 2025/03/26追加　板金・塗装ページ　ここから
============================================================================================= */
/* .
----------------------------------------------- */

.metal-lift .inner {
  max-width: 1000px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.inner-trouble {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.h3-trouble {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px 0;
}

#trouble .pickupbloc ul {
  display: flex;
  justify-content: space-around;
}

#trouble .pickupbloc {
  margin: 60px 0 20px;
}

#trouble .pickupbloc ul li h4 {
  margin-top: -30px;
  margin-bottom: 10px;
}

#trouble .pickupbloc ul li p {
  font-weight: bold;
}

#trouble .pickupbloc ul li p span {
  color: var(--main-color);
  font-weight: bold;
}

#trouble .pickupbloc ul li p {
  font-weight: bold;
  text-align: center;
}

#trouble .other h4 span::before,
#trouble .other h4 span::after {
  content: "●";
  font-size: 22px;
}

#trouble .other .box:last-child {
  margin-right: 0;
}

#trouble .other h4 span {
  color: rgb(13, 13, 13);
  font-weight: bold;
}

#trouble .other .box h5::after {
  content: "";
  display: block;
  width: 250px;
  border-bottom: 1px solid #0d0d0d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -125px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


#trouble .other .box {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  border: 1px solid #0d0d0d;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#trouble .pickupbloc ul li h4 span {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  letter-spacing: 3px;
}

#trouble .pickupbloc ul li {
  width: 450px;
  padding: 15px 10px;
  background: #e5e5e5;
  text-align: center;
}

#trouble .other h4 span {
  color: rgb(13, 13, 13);
  font-weight: bold;
}

#trouble .other .box h5 {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
  position: relative;
}

#trouble .other .box ul {
  padding: 10px;
}

#trouble .other .box ul li {
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 15px;
}

#trouble .other .box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/customer_insurance_icon01.png);
  background-size: contain;
}

#trouble .other .box .img img {
  width: 100%;
  height: auto;
}

.metal-promise .metal-legal6 .wrapper {
  background-image: url(images/contents/metal-bg-07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.metal-legal6 .wrapper p {
  color: #fff;
  width: 99%;
}

.metal-legal6 .wrapper .container {
  padding-bottom: 30px;
}

.metal-legal6>.container>p {
  width: 80%;
  margin: 0 auto 60px;
}

.metal-legal6 .inspection-content {
  background-color: #f8f8f8;
  padding: 40px 5%;
  margin-bottom: 60px;
}

.metal-legal6 .inspection-content h3 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  text-align: center;
}

.metal-legal6 .inspection-content li {
  margin-bottom: 0.5em;
}

.metal-legal6 .inspection-content li i {
  color: var(--main-color);
  ;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.wrapper-metal-lift {
  margin-bottom: 60px;
  padding-top: 40px;
  background-image: url(images/contents/metal-bg-02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.wrapper-metal-legal {
  margin-bottom: 60px;
  padding-top: 40px;
  background-image: url(images/contents/metal-bg-10.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.metal-lift .wrapper-metal-lift p {
  color: #fff;
  width: 99%;
}

.wrapper-metal-lift .container {
  padding-bottom: 70px;
}

.metal-lift .box {
  width: 48%;
  margin-bottom: 60px;
}

.metal-lift .box ul {
  margin: 1em 0;
}

.metal-lift .box li {
  margin-bottom: 0.5em;
}

.metal-lift .box li i {
  color: var(--main-color);
  ;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.metal-intro .wrapper {
  background-image: url(images/contents/metal-bg-01.jpg);
  background-position: top right;
}

.metal-intro p {
  margin-bottom: 30px;
}

.metal-intro ol {
  list-style-type: none;
  font-style: italic;
  font-weight: bold;
  font-size: 2rem;
}

.metal-intro ol span {
  font-size: 3.9rem;
  color: var(--main-color);
  ;
  margin-right: 0.5em;
}

.metal-intro li {
  line-height: 1;
  margin-bottom: 0.5em;
}

.metal-tester .wrapper {
  background-image: url(images/contents/metal-bg-03-2.png);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}

.metal-tester .wrapper p {
  color: #fff;
  width: 100%;
}

.metal-tester .container {
  padding-bottom: 70px;
}

.metal-promise .wrapper .container {
  padding-bottom: 0px;
}

.metal-tester .box {
  width: 48%;
  margin-bottom: 60px;
}

.metal-promise .wrapper {
  color: #000;
}

.metal-promise .wrapper p {
  color: #000;
}

.metal-promise .wrapper:nth-of-type(odd) {
  background-position: top right;
}

.metal-promise .wrapper:nth-of-type(even) {
  background-position: top left;
}

.metal-promise .wrapper:nth-of-type(odd) .gap-txt {
  margin-right: auto;
}

.metal-promise .wrapper:nth-of-type(even) .gap-txt {
  margin-left: auto;
}

.metal-promise .wrapper:nth-of-type(1) {
  background-image: url(images/contents/metal-bg-03.png);
  background-color: #fff;
}

.metal-promise .wrapper:nth-of-type(2) {
  background-image: url(images/contents/metal-bg-04.png);
  background-color: #fff;
}

.metal-promise .wrapper:nth-of-type(3) {
  background-image: url(images/contents/metal-bg-05.png);
  background-color: #fff;
  background-position: top right;
}

.metal-promise .wrapper:nth-of-type(4) {
  background-image: url(images/contents/metal-bg-06.png);
  background-color: #fff;
}

.metal-promise .wrapper:nth-of-type(5) {
  background-image: url(images/contents/metal-bg-07.png);
  background-color: #fff;
}

.metal-promise .wrapper:nth-of-type(6) {
  background-image: url(images/contents/metal-bg-08.png);
  background-color: #fff;
}

.metal-promise .wrapper:nth-of-type(7) {
  background-image: url(images/contents/metal-bg-09.png);
  background-color: #fff;
  background-position: top right;
}

.metal-promise .wrapper:nth-of-type(8) {
  background-image: url(images/contents/metal-bg-09-2.png);
  background-color: #fff;
}

#trouble .pickupbloc {
  margin: 60px 0 20px;
}

.h3 {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0;
}

#trouble .other h4 {
  line-height: 1.2;
}

#trouble .other .box ul li {
  font-size: 14px;
}


.btn-white-mtl {
  position: relative;
  width: 45%;
  margin-top: 30px;
  padding: 1%;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  display: block;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all .3s ease 0s;
  text-decoration: none;
  border: 3px solid #000;
}

.btn-white:hover,
.btn-white-mtl:hover {
  cursor: pointer;
  background-position: -100% 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  border: 3px solid #000;
  color: #fff;
}

.btn-white i,
.btn-white-mtl i {
  position: absolute;
  font-size: 1.6rem;
  top: 35%;
  right: 5%;
}




@media screen and (max-width: 767px) {

  /* ============================================================================================
   板金・塗装
  ============================================================================================= */
  #trouble {
    width: 100%;
    padding: 0 10px;
  }

  .metal-intro ol span {
    font-size: 2.5rem;
  }

  .metal-intro li {
    font-size: 1.6rem;
  }

  .metal-interval .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .metal-motto .container {
    padding: 40px 0;
  }

  .metal-motto .wrapper {
    margin-bottom: 20px;
  }

  .metal-motto h3 {
    font-size: 1.8rem;
  }

  .metal-motto .flex {
    display: block;
  }

  .metal-motto .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .metal-details {
    background-position: left;
  }

  .metal-details p {
    width: 100%;
  }

  .metal-legal p {
    width: 100%;
  }

  .metal-legal6 .container {
    padding: 40px 0;
  }

  .metal-legal6 .wrapper {
    margin-bottom: 20px;
  }

  .metal-legal6 .wrapper p {
    width: 100%;
  }

  .metal-legal6 h3 {
    font-size: 1.8rem;
  }

  .metal-legal6>.container>p {
    width: 100%;
  }

  #trouble .pickupbloc {
    margin: 0 0 20px;
  }

  #trouble .pickupbloc ul {
    flex-direction: column;
  }

  #trouble .pickupbloc ul li {
    width: 90%;
    margin: 30px auto 0;
  }

  #trouble .other h4 {
    line-height: 1.2;
  }

  #trouble .other .box {
    float: none;
    width: 90%;
    margin: 0 auto 10px;
  }

  #trouble .other .box .img {
    text-align: center;
    border-top: 1px solid #0d0d0d;
  }

  .metal-promise .wrapper {
    background-size: contain;
  }

  .h2-line {
    font-size: 2rem;
  }

  .wrapper-metal-lift {
    background-image: url(images/contents/metal-bg-02-sp.png);
  }

  #trouble .other .box:last-child {
    margin: auto;
  }

  .metarl-lift .wrapper .inner {
    width: 100%;
    padding: 0 10px;
  }

  #trouble .other .box:last-child {
    margin-right: auto;
    margin-bottom: 60px;
  }

  .btn-white-mtl {
    width: 90%;
    font-size: 2rem;
    text-align: center;
    display: block;
    color: #000;
  }

  .metal-content .flex {
    justify-content: center;
  }
}

/* ============================================================================================
 2025/03/26追加　板金・塗装ページ　ここまで
============================================================================================= */

/* ==================================================
  相互リンクバナー
================================================== */
.bottom_common__banner {
  display: flex;
  width: 1000px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  padding: 0;
  gap: 40px;
}
.bottom_common__banner .bottom_common__banner__link {
  width: 48%;
}
.bottom_common__banner .bottom_common__banner__link img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px){
  .bottom_common__banner {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 30px;
    padding: 0 20px 30px;
    gap: 30px;
  }
  .bottom_common__banner .bottom_common__banner__link {
    width: 100%;
  }
}
/* ==================================================
  相互リンクバナーここまで
================================================== */