/*
Theme Name: yunyushabankin auto
Description: 整備修理・鈑金塗装１のテーマ
Theme URI: https://yunyushabankin-sample-1.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;
}

body {}

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 colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 #cccccc;
  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: #111;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
  cursor: pointer;
  color: #111;
  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 {
  color: #666;
  text-decoration: none;
}

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

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 2;
  margin: 0 0 20px;
  max-height: 100%;
}

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

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

blockquote,
q {
  -moz-hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  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
}

a img {
  -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:hover img {
  opacity: 0.8;
}

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

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

/* ==============================================
 Font
=============================================== */
/* Font color
----------------------------------------------- */
.fc-green {
  color: #005bac;
}

.fc-red {
  color: #c01616;
}

/* Font weight
----------------------------------------------- */
.fw-bold {
  font-weight: bold;
  font-weight: 600;
}

.fw-normal {
  font-weight: normal;
}

/* Font size
----------------------------------------------- */
.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

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

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

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

/* Intent
----------------------------------------------- */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

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

/* Common
----------------------------------------------- */
#wrapper {
  overflow: hidden;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}


/* flex
----------------------------------------------- */
.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%;
}

/* 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 {
  border-left: 1px solid #b9d5ef;
  border-top: 1px solid #b9d5ef;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  border-right: 1px solid #b9d5ef;
  border-bottom: 1px solid #b9d5ef;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
  vertical-align: middle;
}

.table th {
  background: #edf1f4;
}

.table td {
  background: #fff;
}

.table td small {
  font-size: 12px;
  display: block;
}

.w120 {
  width: 120px;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.img-align-box {
  padding-top: 5px;
}

.img-align-box img {
  width: 100%;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0 !important
}

.mt-5 {
  margin-top: 5px !important
}

.mt-10 {
  margin-top: 10px !important
}

.mt-15 {
  margin-top: 15px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mt-25 {
  margin-top: 25px !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-5 {
  margin-bottom: 5px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-25 {
  margin-bottom: 25px !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-5 {
  margin-right: 5px !important
}

.mr-10 {
  margin-right: 10px !important
}

.mr-15 {
  margin-right: 15px !important
}

.mr-20 {
  margin-right: 20px !important
}

.mr-25 {
  margin-right: 25px !important
}

.ml-0 {
  margin-left: 0 !important
}

.ml-5 {
  margin-left: 5px !important
}

.ml-10 {
  margin-left: 10px !important
}

.ml-15 {
  margin-left: 15px !important
}

.ml-20 {
  margin-left: 20px !important
}

.ml-25 {
  margin-left: 25px !important
}


/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important
}

.pt-5 {
  padding-top: 5px !important
}

.pt-10 {
  padding-top: 10px !important
}

.pt-15 {
  padding-top: 15px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pt-25 {
  padding-top: 25px !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-5 {
  padding-bottom: 5px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pb-15 {
  padding-bottom: 15px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pb-25 {
  padding-bottom: 25px !important
}

.pr-0 {
  padding-right: 0 !important
}

.pr-5 {
  padding-right: 5px !important
}

.pr-10 {
  padding-right: 10px !important
}

.pr-15 {
  padding-right: 15px !important
}

.pr-20 {
  padding-right: 20px !important
}

.pr-25 {
  padding-right: 25px !important
}

.pl-0 {
  padding-left: 0 !important
}

.pl-5 {
  padding-left: 5px !important
}

.pl-10 {
  padding-left: 10px !important
}

.pl-15 {
  padding-left: 15px !important
}

.pl-20 {
  padding-left: 20px !important
}

.pl-25 {
  padding-left: 25px !important
}


/* ==============================================
 Header
=============================================== */
#header .header-top {
  background: #111;
  color: #fff;
  font-size: 12px;
  height: 40px;
}

#header .header-top h1 {
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header .header-top h1 .header-area {
  background: #fff;
  color: #005bac;
  font-weight: bold;
  font-weight: 600;
  padding: 0 10px;
  display: inline-block;
  margin-right: 6px;
}

#header .header-main {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
  padding: 15px 0;
}

#header .header-main .container {
  display: flex;
  align-items: center;
  gap: 16px;
}

#header .header-main .header-logo {
  width: 22%;
}

#header .header-main .header-archive {
  width: 30%;
}

#header .header-main .header-credit {
  width: 22%;
}

#header .header-main .header-tel {
  margin-left: auto;
  padding-top: 3px;
  width: 22%;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  line-height: normal;
}

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

/* ==============================================
 Navigation
=============================================== */
#gnav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005bac+0,0e632b+95,063616+99 */
  background: #005bac;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005bac 0%, #005bac 95%, #063616 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005bac 0%, #005bac 95%, #063616 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005bac 0%, #005bac 95%, #063616 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005bac', endColorstr='#063616', GradientType=0);
  /* IE6-9 */
}

#gnav ul {
  display: flex;
  justify-content: center;
}

#gnav ul li {
  float: left;
  position: relative;
  width: max-content;
  min-width: 12%;
}

#gnav ul li a {
  white-space: nowrap;
  border-left: 1px solid #257b42;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  height: 70px;
  font-weight: bold;
  padding: 15px 10px 0;
}

#gnav ul li.current a,
#gnav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#gnav ul li a span {
  display: block;
  font-size: 10px;
}

#gnav ul li.gnav-item--contact a {
  border-left: none;
  background: #005bac url("images/icons/icon_mail_01.png") no-repeat 50% 10px / 26px 21px;
  padding-top: 35px;
}

#sp-nav {
  display: none;
}

/* ==============================================
 Main
=============================================== */
/* page title
----------------------------------------------- */
#page-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-title h1 {
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 10px 75px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}

/* heading
----------------------------------------------- */
.heading-2 {
  background: #1a1a1a;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  font-size: 28px;
  margin-bottom: 50px;
}

.heading-2::before {
  content: "";
  background: #005bac;
  height: 3px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
}

.heading-2 small {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: baseline;
}

.heading-3 {
  border-left: 5px solid #005bac;
  font-size: 20px;
  padding-left: 14px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.heading-4 {
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-4::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  border: 2px solid #e51f38;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}

.breadcrumbs p {
  margin-bottom: 0;
}

.breadcrumbs span {
  vertical-align: baseline;
}

.breadcrumbs p>span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumbs p>span:first-child {
  margin-left: 0;
}

.breadcrumbs a {
  color: #fff;
}

/* button
----------------------------------------------- */
.btn {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 13px 0;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  max-width: 100%;
  position: relative;
}

.btn--white {
  background: #fff;
  color: #005bac;
  font-size: 17px;
}

.btn--white::after {
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn--white:hover {
  background: #005bac;
  color: #fff;
}

.btn--white:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn--green {
  background: #005bac;
  color: #fff;
  font-size: 17px;
}

.btn--green::after {
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn--green:hover {
  background: #005bac;
  color: #fff;
}

/* pager
----------------------------------------------- */
.pager {
  margin-bottom: 30px;
  text-align: center;
  color: #005bac;
}

.pager .wp-pagenavi span {
  border: none;
  display: inline-block;
  margin: 3px 4px;
  height: 40px;
  line-height: 34px;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi .current {
  border: 1px solid #005bac;
  font-size: 15px;
  color: #005bac;
  display: inline-block;
  margin: 3px 4px;
  background: #fff;
  height: 40px;
  line-height: 34px;
  width: 40px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.pager .wp-pagenavi a:hover {
  border: 1px solid #005bac;
  background: #005bac;
  color: #fff;
}

.pager .wp-pagenavi .current {
  border: 1px solid #005bac;
  background: #005bac;
  color: #fff;
  font-weight: normal;
}

.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last {
  border: none;
  width: auto;
}

.pager .wp-pagenavi .first:hover,
.pager .wp-pagenavi .last:hover {
  background: #fff;
  border: none;
  color: #005bac;
}

/* list
----------------------------------------------- */
.list--type1 {
  background: #fff;
  border: 2px solid #b9d5ef;
  padding: 18px 28px;
}

.list--type1 dt {
  font-size: 20px;
  text-align: center;
  color: #005bac;
  border-bottom: 2px solid #b9d5ef;
  padding: 0 0 8px;
  margin-bottom: 15px;
}

.list--type1 dd {
  background: url("images/icons/icon_check.png") no-repeat 0 4px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 38px;
  margin: 0 25px 5px;
}

.list--type1 dd:last-child {
  margin-bottom: 0;
}

.list--type2 {
  background: #fff;
  border: 2px solid #b9d5ef;
  padding: 18px 28px;
  font-size: 0;
  letter-spacing: 0;
}

.list--type2 dt {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #005bac;
  border-bottom: 2px solid #b9d5ef;
  padding: 0 0 8px;
  margin-bottom: 15px;
}

.list--type2 dd {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  width: 50%;
  vertical-align: top;
}


/* common content
----------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 44%;
  height: 0;
  overflow: hidden;
}

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

.common__telarea {
  display: block;
  text-align: center;
}

.common__telarea b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.common__telarea b .material-icons {
  font-size: 1.5em;
  margin-right: 0.05em;
  font-weight: normal;
}

.common__telarea b+span {
  font-size: 75%;
  white-space: nowrap;
}


/* case maker
----------------------------------------------- */
.case-maker {
  background: url("images/contents/maker_bg.jpg") no-repeat 50% 50% / cover;
}

.case-maker h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}

.case-maker h2+p {
  color: #005bac;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.case-maker table {
  width: auto;
}

.case-maker table tr {
  margin-bottom: 10px;
  display: block;
  width: 1070px;
}

.case-maker table th {
  text-align: center;
  width: 107px;
  vertical-align: top;
}

.case-maker table th a {
  display: block;
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 0;
  font-weight: bold;
}

.case-maker table td {
  background: #fff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  width: 107px;
  vertical-align: top;
}

.case-maker table td:last-child {
  border-right: 1px solid #cccccc;
}

.case-maker table td a {
  background: #fff;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 0;
  font-weight: bold;
}

.case-maker table .icon {
  height: 44px;
  line-height: 44px;
  margin-bottom: 5px;
}

.case-maker table td.all {
  width: 214px;
}

.case-maker table td.all a {
  color: #005bac;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  padding: 26px 0;
}

.case-maker table td.all a::after {
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* content footer
----------------------------------------------- */
.content-footer-service {
  background: url("images/contents/service_bg.jpg") no-repeat 50% 50% / cover;
  color: #fff;
}

.content-footer-service h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.content-footer-service h2 span {
  margin-right: 20px;
}

.content-footer-service h2+p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.content-footer-service ul {
  font-size: 0;
  letter-spacing: 0;
}

.content-footer-service ul li {
  display: inline-block;
  margin-right: 2%;
  font-size: 13px;
  margin-bottom: 40px;
  width: 23.5%;
  vertical-align: top;
}

.content-footer-service ul li:nth-child(4n) {
  margin-right: 0;
}

.content-footer-service ul li.item-l {
  clear: both;
  margin-bottom: 0;
  width: 49%;
}

.content-footer-service ul li.item-l:last-child {
  clear: none;
  margin-right: 0;
}

.content-footer-service ul li .thumb {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.content-footer-service ul li .thumb img {
  width: 100%;
  vertical-align: bottom;
}

.content-footer-service ul li .thumb::after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  height: 50%;
  bottom: -1px;
  left: 0;
  width: 100%;
  position: absolute;
}

.content-footer-service ul li h3 {
  font-size: 18px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  letter-spacing: 0.1em;
  z-index: 1;
}

.content-footer-service ul li p {
  line-height: 1.7;
  margin-bottom: 0;
}

.content-footer-service ul li p.link {
  margin-top: 10px;
  text-align: right;
}

.content-footer-service ul li p.link a {
  background: url("images/icons/icon_arrow_01.png") no-repeat 100% 50% / 20px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  padding: 3px 26px 3px 0;
}

.content-footer-service ul li p.link a:hover {
  text-decoration: none;
}

.content-footer-contact {
  overflow: hidden;
  position: relative;
}

.content-footer-contact .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}

.content-footer-contact::before {
  content: "";
  background: url("images/contact/contact_img1.jpg") no-repeat 50% 50% / cover;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.content-footer-contact .contact-message {
  padding: 70px 0 70px 45%;
}

.content-footer-contact h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.content-footer-contact h2+p {
  margin-bottom: 40px;
}

.content-footer-contact .tel {
  max-width: 100vw;
  width: max-content;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  line-height: normal;
}

.content-footer-contact .form-btn {
  width: 50%;
}

.content-footer-news {
  background: #0f0f0f;
  color: #fff;
}

.content-footer-news h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.content-footer-news article a {
  background: #1a1a1a;
  display: block;
  color: #fff;
  padding: 20px 40px 20px 25px;
  margin-bottom: 10px;
  position: relative;
}

.content-footer-news article a:hover {
  background: #333;
}

.content-footer-news article a::after {
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-footer-news article table {
  width: 100%;
}

.content-footer-news article td {
  padding-left: 25px;
  vertical-align: top;
}

.content-footer-news article .date {
  border-right: 1px solid #4d4d4d;
  padding-left: 0;
  width: 120px;
}

.content-footer-news article h1 {
  font-size: 15px;
  margin-bottom: 5px;
}

.content-footer-news article p {
  font-size: 13px;
  margin-bottom: 0;
}

.content-footer-news .btn {
  margin: 40px auto 0;
  width: 430px;
}

/* top
----------------------------------------------- */
#billboard {
  background: #135eb2;
  overflow: hidden;
}

#billboard .slider-wrap {
  background: #000;
}

#billboard ul {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

#billboard li img {
  width: 100%;
  display: block;
}

#billboard p {
  text-align: center;
  padding: 50px 0 20px;
  margin-bottom: 0;
}

#billboard .slick-arrow {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
}

#billboard .slick-arrow:hover {
  opacity: 1;
}

#billboard .slick-prev {
  background-image: url("images/icons/icon_prev.png");
  left: 3%;
}

#billboard .slick-next {
  background-image: url("images/icons/icon_next.png");
  right: 3%;
}

#billboard .slick-dots {
  position: absolute;
  bottom: 26px;
  text-align: center;
  left: 0;
  width: 100%;
}

#billboard .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

#billboard .slick-dots li button {
  background: #fff;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  opacity: 0.6;
  padding: 0;
  margin: 0;
  z-index: 1;
}

#billboard .slick-dots li.slick-active button {
  opacity: 1;
}

#billboard .img {
  padding: 0;
}

#billboard .img img {
  width: 100%;
}

.top-makers {
  background: url("images/top/top_bg1.jpg") no-repeat 50% 50% / cover;
}

.top-makers .mes {
  float: left;
  width: 50%;
}

.top-makers .mes h2 {
  padding-top: 50px;
  font-size: 19px;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.8;
}

.top-makers .mes h2 span {
  position: relative;
}

.top-makers .mes h2 span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  background: #111;
}

.top-makers .mes h2 span strong {
  font-size: 39px;
  vertical-align: baseline;
}

.top-makers .logos {
  float: right;
  width: 47%;
}

.top-message {
  position: relative;
}

.top-message::before {
  content: "";
  background: url("images/top/top_bg2.jpg") no-repeat 50% 50% / cover;
  left: 10%;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-message::after {
  content: '';
  position: absolute;
  top: 0;
  left: -55%;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: 1;
}

.top-message .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.top-message h2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-right: 45%;
  line-height: 1.8;
}

.top-message p {
  padding-right: 45%;
  line-height: 2.2;
}

.top-reason {
  background: #1a1a1a;
  color: #fff;
}

.top-reason h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.7;
}

.top-reason .block {
  padding-top: 40px;
  position: relative;
  margin-top: 60px;
}

.top-reason .block>img {
  position: absolute;
  top: 0;
  width: 48%;
}

.top-reason .block1 {
  padding-left: 10%;
}

.top-reason .block2 {
  padding-right: 10%;
}

.top-reason .block1 img {
  left: 0;
}

.top-reason .block2 img {
  right: 0;
}

.top-reason .box {
  border: 1px solid #767676;
  padding: 50px;
}

.top-reason .block1 .box {
  padding-left: 47%;
}

.top-reason .block2 .box {
  padding-right: 47%;
}

.top-reason .label {
  margin-bottom: 16px;
  font-size: 0;
  letter-spacing: 0;
}

.top-reason .label span {
  display: inline-block;
  font-size: 16px;
  background: #404040;
  color: #fff;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}

.top-reason .label span.en {
  background: #005bac;
}

.top-reason .box h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.top-reason .box .btn {
  margin-top: 26px;
  width: 430px;
}

.top-case h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.top-case h2::after {
  content: "";
  background: #005bac;
  height: 3px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  bottom: -25px;
}

/* customer
----------------------------------------------- */
.customer-message {
  background: #000 url("images/contents/contents_bg1.jpg") no-repeat 50% 0;
  text-align: center;
  color: #fff;
}

.customer-message h2 {
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 10px;
}

.customer-message .fs-21+p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.customer-message .alignleft {
  width: 46%;
}

.customer-message .alignright {
  text-align: left;
  width: 51%;
}

.customer-flow .block {
  background: #f2faf6;
  position: relative;
  margin-bottom: 60px;
  padding: 40px 50px 20px;
  position: relative;
}

.customer-flow .block::after {
  content: "";
  background: url("images/contents/flow_arrow.png") no-repeat 50% 50%;
  height: 57px;
  width: 23px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -45px;
}

.customer-flow .block:last-child {
  margin-bottom: 0;
}

.customer-flow .block:last-child::after {
  content: none;
}

.customer-flow .block .alignleft {
  float: left;
  margin-bottom: 20px;
  width: 38%;
}

.customer-flow .block .alignright {
  float: right;
  width: 59%;
}

.customer-flow .block h3 {
  color: #005bac;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}

.customer-flow .block h3 span {
  font-size: 15px;
  display: block;
}

.customer-flow .block p {
  line-height: 1.7;
}

.customer-flow .flow-contact {
  clear: both;
  margin-top: 10px;
  background: #fff;
  padding: 15px 20px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.customer-flow .flow-contact .txt {
  font-size: 18px;
  font-weight: bold;
  width: 31%;
}

.customer-flow .flow-contact .tel {
  padding: 0 10px;
  width: 36%;
  font-size: 20px;
}

.customer-flow .flow-contact .form-btn {
  width: 33%;
}

.customer-flow .block .flow-links {
  background: #ffffff;
  width: 100%;
}

.customer-flow .block .flow-links th {
  text-align: center;
  background: #edf1f4;
  color: #005bac;
  padding: 10px;
  vertical-align: middle;
}

.customer-flow .block .flow-links td {
  text-align: center;
  padding: 20px 10px;
  vertical-align: middle;
}

.customer-flow .block .flow-links td a {
  font-size: 17px;
  font-weight: bold;
  background: url(images/icons/icon_arrow_01.png) no-repeat 100% 50% / 20px 20px;
  padding: 3px 26px 3px 0;
}

.customer-flow .block .flow-credit {
  text-align: center;
  margin-bottom: 10px;
}

.customer-flow .block .flow-credit p {
  background: #edf1f4;
  color: #005bac;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 14px;
}

.customer-flow .block .flow-payment {
  background: #fff;
  padding: 15px;
}

.customer-flow .block .flow-payment table {
  width: 100%;
}

.customer-flow .block .flow-payment table td {
  color: #108653;
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #b9d5ef;
  width: 25%;
}

.customer-flow .block .flow-payment table td img {
  margin-right: 10px;
}

.customer-flow .block .flow-payment table td:last-child {
  border-right: none;
}

.customer-insurance .catch {
  display: table;
  margin: 0 auto 40px;
  width: auto;
}

.customer-insurance .catch .icon {
  display: table-cell;
  text-align: center;
  width: 180px;
  vertical-align: middle;
}

.customer-insurance .catch .txt {
  display: table-cell;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}

.customer-insurance .catch .txt h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.customer-insurance .catch .txt p {
  margin-bottom: 0;
}

.customer-insurance .alignleft {
  width: 48%;
}

.customer-insurance .alignright {
  width: 48%;
}

.customer-insurance .insurance-contact {
  clear: both;
  background: #f2faf6;
  margin-top: 40px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.customer-insurance .insurance-contact .img {
  width: 28%;
}

.customer-insurance .insurance-contact .img img {
  width: 100%;
}

.customer-insurance .insurance-contact .txt {
  padding: 30px 40px;
  width: 72%;
}

.customer-insurance .insurance-contact .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}

.customer-insurance .insurance-contact .row .tel {
  margin-right: 20px;
  font-size: 24px;
}

.customer-insurance .insurance-contact .row+p {
  margin-bottom: 0;
  margin-top: 20px;
}

.customer-rental {
  background: #f2faf6;
}

.customer-rental .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.customer-rental .row .img {
  width: 32%;
}

.customer-rental .row p {
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0;
  width: 68%;
}

/* sheet metal
----------------------------------------------- */
.sheet-metal-message {
  background: #000 url("images/contents/contents_bg1.jpg") no-repeat 50% 0;
  color: #fff;
}

.sheet-metal-message h2 {
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.sheet-metal-message h2+p {
  text-align: center;
  margin-bottom: 40px;
}

.sheet-metal-message .box {
  background: #fff url("images/contents/sheet_metal_img1.jpg") no-repeat 0 50%;
  padding: 35px 20px 35px 520px;
  text-align: center;
  margin-bottom: 50px;
}

.sheet-metal-message .box p {
  color: #111;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 1.8;
}

.sheet-metal-message .block1 {
  margin-bottom: 50px;
}

.sheet-metal-message .block1 .alignleft,
.sheet-metal-message .block2 .alignright {
  width: 36%;
}

.sheet-metal-message .block1 .alignright,
.sheet-metal-message .block2 .alignleft {
  width: 60%;
}

.sheet-metal-trouble h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
}

.sheet-metal-trouble h2 span {
  position: relative;
}

.sheet-metal-trouble h2 span::after {
  content: "";
  background: #be0f0f;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -10px;
  position: absolute;
}

.sheet-metal-trouble .trouble-case .box {
  background: #f2faf6;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 35px 10px;
  width: 48%;
}

.sheet-metal-trouble .trouble-case .box .num {
  background: #6d6d6d;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.sheet-metal-trouble .trouble-list {
  margin-bottom: 80px;
}

.sheet-metal-trouble .trouble-list dl {
  float: left;
  padding: 8px 13px;
  margin-right: 2%;
  min-height: 370px;
  width: 32%;
}

.sheet-metal-trouble .trouble-list dl:last-child {
  margin-right: 0;
}

.sheet-metal-trouble .trouble-list dl dd {
  font-size: 14px;
  background-position: 0 2px;
  letter-spacing: 0;
  padding-left: 30px;
  margin: 0 0 8px;
}

.sheet-metal-point {
  margin-top: 50px;
}

.sheet-metal-point .alignleft {
  width: 40%;
}

.sheet-metal-point .alignright {
  width: 56%;
}

.sheet-metal-point h3 {
  border: 1px solid #005bac;
  background: #f2faf6;
  color: #005bac;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px 13px;
  margin-bottom: 30px;
  position: relative;
}

.sheet-metal-point h3 span {
  font-size: 33px;
  margin-left: 5px;
  vertical-align: middle;
}

.sheet-metal-point h3::after {
  content: "";
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #005bac transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
}

.sheet-metal-point p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

.sheet-metal-cost .block .alignleft {
  margin-bottom: 50px;
  width: 57%;
}

.sheet-metal-cost .block .alignright {
  width: 40%;
}

.sheet-metal-cost .sheet-metal-parts {
  margin-top: 50px;
}

.sheet-metal-cost .sheet-metal-parts .alignleft {
  width: 60%;
}

.sheet-metal-cost .sheet-metal-parts .alignright {
  width: 36%;
}

.sheet-metal-cost .sheet-metal-parts h3 {
  margin-top: 0;
}

.sheet-metal-support {
  background: #edf1f4;
}

.sheet-metal-support .alignleft {
  width: 48%;
}

.sheet-metal-support .alignright {
  width: 48%;
}

.sheet-metal-support ul li {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sheet-metal-support ul li a {
  background: url("images/icons/icon_arrow_01.png") no-repeat 100% 50% / 20px 20px;
  padding: 3px 26px 3px 0;
}


/* maintenance
----------------------------------------------- */
.maintenance-message {
  background: #000 url("images/contents/contents_bg1.jpg") no-repeat 50% 0;
  color: #fff;
}

.maintenance-message h2 {
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.maintenance-message h2+p {
  text-align: center;
  margin-bottom: 40px;
}

.maintenance-message .box {
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.maintenance-message .box td {
  vertical-align: middle;
}

.maintenance-message .box td:last-child {
  width: 53%;
}

.maintenance-message .box p {
  color: #111;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 1.8;
}

.maintenance-message .block .alignleft {
  text-align: center;
  width: 36%;
}

.maintenance-message .block .alignright {
  width: 61%;
}

.maintenance-trouble h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
}

.maintenance-trouble h2 span {
  position: relative;
}

.maintenance-trouble h2 span::after {
  content: "";
  background: #be0f0f;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -10px;
  position: absolute;
}

.maintenance-trouble .trouble-case .box {
  background: #f2faf6;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 35px 10px;
  width: 48%;
}

.maintenance-trouble .trouble-case .box .num {
  background: #6d6d6d;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.maintenance-trouble .trouble-list {
  margin-bottom: 80px;
}

.maintenance-trouble .trouble-list dl {
  float: left;
  padding: 8px 13px;
  margin-right: 2%;
  min-height: 400px;
  width: 32%;
}

.maintenance-trouble .trouble-list dl:last-child {
  margin-right: 0;
}

.maintenance-trouble .trouble-list dl dd {
  font-size: 15px;
  background-position: 0 2px;
  letter-spacing: 0;
  padding-left: 30px;
  margin: 0 0 8px;
}

.maintenance-trouble .maintenance-reason .tit {
  border-left: 10px solid #edf1f4;
  border-right: 10px solid #edf1f4;
  position: relative;
  margin-bottom: 30px;
}

.maintenance-trouble .maintenance-reason .tit::before,
.maintenance-trouble .maintenance-reason .tit::after,
.maintenance-trouble .maintenance-reason .tit h3::before,
.maintenance-trouble .maintenance-reason .tit h3::after {
  content: "";
  background: #edf1f4;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 0;
}

.maintenance-trouble .maintenance-reason .tit h3::before,
.maintenance-trouble .maintenance-reason .tit h3::after {
  top: auto;
  bottom: 0;
}

.maintenance-trouble .maintenance-reason .tit::before,
.maintenance-trouble .maintenance-reason .tit h3::before {
  left: 0;
}

.maintenance-trouble .maintenance-reason .tit::after,
.maintenance-trouble .maintenance-reason .tit h3::after {
  right: 0;
}

.maintenance-trouble .maintenance-reason .tit h3 {
  position: relative;
  text-align: center;
  padding: 20px 10px;
  font-size: 22px;
  line-height: 1.8;
}

.maintenance-trouble .maintenance-reason .tit h3 span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.maintenance-trouble .maintenance-reason .alignleft {
  width: 60%;
}

.maintenance-trouble .maintenance-reason .alignright {
  padding-top: 8px;
  width: 37%;
}

.maintenance-trouble .maintenance-reason .alignright img {
  width: 100%;
}

.maintenance-service h2 {
  background: url("images/contents/maintenance_img4.jpg") no-repeat 50% 50% / cover;
  padding: 180px 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.8;
}

.maintenance-service .block {
  margin-top: 80px;
  position: relative;
}

.maintenance-service .block::before {
  content: "";
  background: #edf1f4;
  height: 180px;
  width: 180px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.maintenance-service .block2::before {
  left: auto;
  right: -30px;
}

.maintenance-service h3 {
  color: #005bac;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  margin-top: -5px;
}

.maintenance-service .block1 .alignleft {
  width: 45%;
}

.maintenance-service .block1 .alignright {
  width: 52%;
}

.maintenance-service .block2 .alignleft {
  width: 52%;
}

.maintenance-service .block2 .alignright {
  width: 45%;
}

.maintenance-service .block3 .alignleft {
  width: 38%;
}

.maintenance-service .block3 .alignright {
  width: 59%;
}

.maintenance-service ul {
  float: left;
  width: 50%;
}

.maintenance-service ul li {
  background: url(images/icons/icon_check.png) no-repeat 0 4px;
  font-weight: bold;
  padding-left: 32px;
  margin: 0 0 5px;
}

.maintenance-service ul li small {
  font-size: 12px;
}

.maintenance-inspection .block1 .alignleft {
  width: 42%;
}

.maintenance-inspection .block1 .alignright {
  width: 55%;
}

.maintenance-inspection .inspection-point {
  margin: 50px 0;
}

.maintenance-inspection .inspection-point h3 {
  margin-bottom: 20px;
}

.maintenance-inspection .inspection-point .alignleft {
  background: #f2faf6;
  border-top: 2px solid #005bac;
  padding: 40px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.maintenance-inspection .inspection-point .alignleft strong {
  font-size: 28px;
  vertical-align: baseline;
}

.maintenance-inspection .inspection-point .alignleft strong span span {
  font-size: 39px;
}

.maintenance-inspection .inspection-point .fw-bold {
  text-align: center;
  font-size: 32px;
}

.maintenance-inspection .block2 .alignleft {
  width: 50%;
}

.maintenance-inspection .block2 .alignright {
  width: 48%;
}

.maintenance-inspection .block2 .alignright img {
  width: 100%;
}

.maintenance-inspection .block3 .alignleft {
  width: 61%;
}

.maintenance-inspection .block3 .alignright {
  width: 37%;
}

.maintenance-inspection .block3 .alignright img {
  width: 100%;
}

.maintenance-flow {
  background: #edf1f4;
}

.maintenance-flow .heading-3 {
  margin-top: 0;
}

.maintenance-flow .alignleft,
.maintenance-flow .alignright {
  width: 48%;
}

.maintenance-flow .box {
  background: #fff;
  padding: 40px;
  min-height: 520px;
}

.maintenance-flow .box dl {
  margin-bottom: 40px;
}

.maintenance-flow .box dt {
  color: #005bac;
  font-size: 18px;
  margin-bottom: 20px;
}

.maintenance-flow .box dd {
  background: url(images/icons/icon_check.png) no-repeat 0 4px;
  font-weight: bold;
  padding-left: 32px;
  margin: 0 0 5px;
}

.maintenance-flow .box dd small {
  font-size: 13px;
}

.maintenance-flow .box ul li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

/* company
----------------------------------------------- */
.company-top {
  background: #000 url("images/contents/company_bg1.jpg") no-repeat 0 50% / cover;
  color: #fff;
}

.company-top .block {
  padding-left: 30%;
}

.company-top .block h2 {
  font-size: 22px;
  margin-bottom: 80px;
  position: relative;
  line-height: 2.2;
}

.company-top .block h2::after {
  content: "";
  background: #005bac;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.company-top .block h2 span {
  display: block;
  font-size: 17px;
}

.company-message .block {
  margin-bottom: 50px;
}

.company-message .block .alignleft {
  width: 47%;
}

.company-message .block .alignright {
  width: 50%;
}

.company-message .tit {
  border-left: 10px solid #edf1f4;
  border-right: 10px solid #edf1f4;
  position: relative;
  margin-bottom: 40px;
}

.company-message .tit::before,
.company-message .tit::after,
.company-message .tit h3::before,
.company-message .tit h3::after {
  content: "";
  background: #edf1f4;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 0;
}

.company-message .tit h3::before,
.company-message .tit h3::after {
  top: auto;
  bottom: 0;
}

.company-message .tit::before,
.company-message .tit h3::before {
  left: 0;
}

.company-message .tit::after,
.company-message .tit h3::after {
  right: 0;
}

.company-message .tit h3 {
  position: relative;
  text-align: center;
  padding: 30px 10px;
  font-size: 22px;
  line-height: 1.8;
}

.company-message ul li {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.company-message ul li:last-child {
  margin-right: 0;
}

.company-about {
  background: #f6f7f7
}

.company-about .table {
  margin-bottom: 50px;
}

.company-about .table th,
.company-about .table td {
  text-align: left;
  padding: 15px 20px;
}

.company-about ul li {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.company-about ul li:last-child {
  margin-right: 0;
}

.company-access {
  text-align: center;
}

.company-access h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.company-access .ggmap {
  margin: 40px 0 20px;
}

.company-access .ggmap+p {
  margin-bottom: 60px;
}

.company-access .cf img {
  width: 48%;
}


/* privacy policy
----------------------------------------------- */
.privacy-policy-main {
  background: #f6f7f7;
}

.privacy-policy-main .block {
  background: #fff;
  padding: 50px;
  letter-spacing: 0;
}

/* news archive
----------------------------------------------- */
.news-archive {
  background: #f6f7f7;
  padding: 40px 0 60px;
}

.news-archive h2 {
  background: #fff;
  font-size: 22px;
  padding: 10px 15px;
  border-left: 3px solid #005bac;
  margin-bottom: 10px;
}

.news-archive .post-archive {
  float: left;
  margin-bottom: 20px;
  width: 76%;
}

.news-archive .post-archive article {
  margin-bottom: 10px;
}

.news-archive .post-archive article a {
  background: #fff;
  display: block;
  color: #111;
  text-decoration: none;
  padding: 30px 40px 30px 30px;
  position: relative;
}

.news-archive .post-archive article a::after {
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-archive .post-archive article a:hover {
  color: #666;
}

.news-archive .post-archive article a img {
  float: left;
  width: 17%;
}

.news-archive .post-archive article a .archive-contents {
  float: right;
  width: 79%;
}

.news-archive .post-archive article a .post-date {
  color: #4d4d4d;
  font-size: 13px;
  margin-bottom: 2px;
}

.news-archive .post-archive article a h1 {
  color: #005bac;
  font-size: 18px;
  margin-bottom: 6px;
  clear: none;
}

.news-archive .post-archive article a p {
  font-size: 14px;
  margin-bottom: 0;
  color: #808080;
  letter-spacing: 0;
}

/* news detail
----------------------------------------------- */
.news-detail {
  background: #f6f7f7;
  padding: 40px 0 60px;
}

.news-detail .post-detail {
  float: left;
  width: 76%;
}

.news-detail .post-header {
  background: #fff;
  padding: 30px 30px 15px;
  border-bottom: 1px solid #edf1f4;
}

.news-detail .post-detail .post-date {
  margin-bottom: 3px;
  color: #4d4d4d;
  font-size: 13px;
}

.news-detail .post-detail h2 {
  font-size: 22px;
  color: #005bac;
}

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

.news-detail .post-detail .post-contents {
  background: #fff;
  line-height: 1.8;
  padding: 30px;
}

.news-detail .post-navigation {
  clear: both;
  margin: 40px auto;
  text-align: center;
}

.news-detail .post-navigation>div {
  font-size: 14px;
  float: left;
  letter-spacing: 0;
  width: 33.333%;
}

.news-detail .post-navigation a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail .post-navigation .prev a {
  padding-left: 25px;
  text-align: left;
}

.news-detail .post-navigation .prev a::before {
  content: "";
  left: 10px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005bac;
  border-left: 2px solid #005bac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-detail .post-navigation .next a {
  padding-right: 25px;
  text-align: right;
}

.news-detail .post-navigation .next a::before {
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* news widget
----------------------------------------------- */
.post-widget {
  float: right;
  width: 20%;
}

.post-widget h2 {
  color: #fff;
  background: #005bac;
  font-size: 16px;
  padding: 12px 15px;
  margin-bottom: 0;
}

.post-widget ul li {
  border-bottom: 1px dotted #e6e6e6;
}

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

.post-widget ul li a {
  background: #fff;
  color: #4d4d4d;
  display: block;
  padding: 15px;
  text-decoration: none;
  position: relative;
}

.post-widget ul li a::after {
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* case archive
----------------------------------------------- */
.case-top {
  background: #000 url("images/contents/case_img1.jpg") no-repeat 50% 50% / cover;
  color: #fff;
}

.case-top h2 {
  font-size: 33px;
  margin-bottom: 80px;
  position: relative;
  line-height: 2;
}

.case-top h2::after {
  content: "";
  background: #005bac;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.case-top h2 span {
  display: block;
  font-size: 20px;
}

.case-sort ul li {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}

.case-sort ul li:last-child {
  margin-right: 0;
}

.case-sort ul li a {
  display: block;
  border: 1px solid #005bac;
  color: #005bac;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  letter-spacing: 0.1em;
  position: relative;
}

.case-sort ul li a:hover {
  background: #edf1f4;
}

.case-sort ul li:first-child a {
  background: #edf1f4
}

.case-sort ul li a span {
  background: url("images/icons/icon_arrow_01.png") no-repeat 100% 50% / 18px 18px;
  padding: 2px 26px 2px 0;
}

.case-archive-list {
  font-size: 0;
  letter-spacing: 0;
}

.case-archive-list li {
  font-size: 13px;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 23.5%;
  vertical-align: top;
}

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

.case-archive-list li .thumb {
  display: block;
  text-align: center;
  margin-bottom: 13px;
  overflow: hidden;
}

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

.case-archive-list li .category a {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  padding: 2px 10px;
  margin: 0 1px 3px 0;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  vertical-align: top;
}

.case-archive-list li h1 {
  font-size: 16px;
  margin: 5px 0 5px;
  line-height: 1.6;
}

.case-archive-list li h1 a {
  color: #005bac;
  text-decoration: none;
}

.case-archive-list li h1 a:hover {
  text-decoration: underline;
}

.case-archive-list li p {
  margin-bottom: 0;
  line-height: 1.6;
}

.case-archive-list li p a {
  color: #111;
  text-decoration: none;
}


.case-block {
  background: #fff;
}

.case-block .btn {
  text-align: center;
  margin-top: 0;
}

.case-block .btn a {
  margin: 0 auto;
  width: 430px;
}

.case-block .case-archive-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.case-block .case-archive-list li {
  margin-right: 0;
  margin-bottom: 0;
}

.case-block .case-archive-list li>* {
  padding: 0 10px;
}

.case-block .case-archive-list .slick-arrow {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 48%;
  padding: 0;
  margin: 0;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
}

.case-block .case-archive-list .slick-arrow:hover {
  opacity: 1;
}

.case-block .case-archive-list .slick-prev {
  background-image: url("images/icons/icon_prev.png");
  left: -60px;
}

.case-block .case-archive-list .slick-next {
  background-image: url("images/icons/icon_next.png");
  right: -60px;
}


/* case detail
----------------------------------------------- */
.case-detail .case-detail__top {
  background: #000 url(images/contents/contents_bg1.jpg) no-repeat 50% 0;
  color: #fff;
}

.case-detail .case-detail__top h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.case-detail .case-detail__photo {
  text-align: center;
  padding-top: 8px;
  width: 49%;
}

.case-detail .case-detail__photo img {
  width: 100%;
}

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

.case-detail .case-detail__meta .category a {
  background: #f2f2f2;
  color: #111;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding: 2px 10px;
  margin: 0 2px 5px 0;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}

.case-detail .case-detail__meta table {
  border-spacing: 1px;
  width: 100%
}

.case-detail .case-detail__meta table th {
  font-size: 12px;
  text-align: left;
  padding-bottom: 8px;
  padding-top: 10px;
  vertical-align: top;
}

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

.case-detail .case-detail__meta table td {
  background: #1a1a1a;
  line-height: 1.8;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

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

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

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

.case-detail__flow {
  background: #edf1f4
}

.case-detail__flow ul li {
  background: #fff;
  position: relative;
  padding: 30px 50px;
  margin-bottom: 60px;
}

.case-detail__flow ul li::after {
  content: "";
  background: url(images/contents/flow_arrow.png) no-repeat 50% 50%;
  height: 57px;
  width: 23px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -45px;
}

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

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

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

.case-detail__flow ul li .case-flow__num {
  background: #005bac;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
}

.case-detail__flow ul li .case-flow__comment {
  width: 57%;
}

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

.case-detail__flow ul li h3 {
  color: #005bac;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.case-detail__contact .row {
  clear: both;
  background: #fff;
  padding: 0 6%;
  margin-bottom: 50px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.case-detail__contact .txt {
  font-size: 18px;
  font-weight: bold;
  width: 30%;
}

.case-detail__contact .tel {
  padding: 0 10px;
  width: 36%;
  font-size: 20px;
}

.case-detail__contact .form-btn {
  width: 34%;
}

.case-detail__contact .back-btn {
  margin: 0 auto;
  width: 430px;
}

/* ビジュアルエディタ装飾 */

.freeeditor h1 {
  text-align: left;
  font-size: 140%;
  font-weight: bold;
  border-bottom: 3px solid #e8e7e3;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

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

.freeeditor h3 {
  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;
}

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

.freeeditor strong {
  font-weight: bold;
}

.freeeditor img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.freeeditor img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.freeeditor img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* contact
----------------------------------------------- */
.contact-main {
  background: #f6f7f7;
}

.contact-main .block {
  background: #fff;
  padding: 50px;
}

.contact-main .block .heading-3 {
  margin-top: 0;
}

.contact-main .block .alignleft {
  width: 65%;
}

.contact-main .alignright {
  width: 30%;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  line-height: normal;
  margin-bottom: 30px;
}

/* form
----------------------------------------------- */
.form {
  padding-top: 20px;
}

.form table {
  border-top: 1px solid #b9d5ef;
  margin-bottom: 20px;
  width: 100%;
}

.form table th {
  background: #edf1f4;
  border-bottom: 1px solid #b9d5ef;
  text-align: left;
  padding: 18px;
  width: 240px;
  vertical-align: middle;
}

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

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

.form table th p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.form table th .required,
.form table th .optional {
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 10px;
  margin-left: 10px;
  color: #fff;
}

.form table th .required {
  background-color: #e51f38;
}

.form table th .optional {
  background-color: #a3a3a3;
}

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

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form button,
.form textarea {
  border: 2px solid #e6e6e6;
  font-size: 16px;
  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 .check-privacy {
  display: none;
}

.form .check-privacy {
  font-size: 13px;
}

.form .check-privacy a {
  text-decoration: underline;
}

.form .check-privacy a:hover {
  text-decoration: none;
}

.form input[type="submit"] {
  background: #005bac;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  padding: 10px 60px;
  position: relative;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.wpcf7-spinner {
  position: absolute !important;
  margin: 10px !important;
}

.form input[type="submit"]:hover {
  background: #005bac;
}

.form input[name="submitBack"] {
  background: #888;
}

.form input[name="submitBack"]:hover {
  background: #aaa;
}

input::placeholder {
  color: #b2b2b2;
}

/* IE */
input:-ms-input-placeholder {
  color: #b2b2b2;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b2b2b2;
}

/* ==============================================
 Footer
=============================================== */
#footer {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 60px 0 20px;
}

#footer a {
  color: #fff;
}

#footer .footer-nav {
  margin-bottom: 40px;
}

#footer .footer-nav h3 {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#footer .footer-nav {
  width: max-content;
}

#footer .footer-nav h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

#footer .footer-nav h3 span {
  margin-left: 10px;
}

#footer .footer-nav ul {
  margin-left: 10px;
  column-count: 3;
}

#footer .footer-nav ul li {
  margin-bottom: 10px;
}

#footer .footer-top {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

#footer .footer-info {
  width: max-content;
  margin-bottom: 40px;
}

#footer .footer-info .footer-logo {
  margin-bottom: 20px;
}

#footer .footer-info dl dt {
  font-size: 15px;
  margin-bottom: 10px;
}

#footer .footer-info dl dd {
  margin-bottom: 4px;
}

#footer .footer-maker {
  clear: both;
  border: 1px solid #333333;
  padding: 25px 30px;
  margin-bottom: 20px;
}

#footer .footer-maker h3 {
  font-size: 15px;
  margin-bottom: 5px;
}

#footer .footer-maker p {
  margin-bottom: 0;
}

#footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

/* pagetop
----------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1109px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-makers .mes h2 span strong {
    font-size: 32px;
  }
}


/* tablet
----------------------------------------------- */
@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;
  }

  /* ==============================================
   Layout
  =============================================== */
  #wrapper {}

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  /* 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 .header-top {
    display: none;
  }

  #header .header-main {
    border-top: 3px solid #005bac;
    padding: 10px 0;
  }

  #header .header-main .container {
    gap: 0;
  }

  #header .header-main .header-logo {
    margin-right: 0;
    width: 160px;
  }

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

  /* ==============================================
   Navigation
  =============================================== */
  #gnav {
    display: none;
  }

  #sp-nav {
    display: block;
  }

  #sp-nav .drawer-toggle {
    background: #333;
    border-bottom: 1px solid #666;
    padding: 12px 12px;
  }

  .drawer-toggle img {
    position: absolute;
    right: 15px;
    top: 0;
  }

  #sp-nav ul li {
    border-bottom: 1px solid #666;
  }

  #sp-nav ul li a {
    display: block;
    color: #fff;
    padding: 12px 20px 12px 12px;
    position: relative;
    text-decoration: none;
  }

  #sp-nav ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ==============================================
   button
  =============================================== */
  .btn--white:hover {
    background: #fff;
    color: #005bac;
  }

  .btn--white:hover::after {
    border-top: 2px solid #005bac;
    border-right: 2px solid #005bac;
  }

  /* ==============================================
   Main
  =============================================== */
  /* top
  ----------------------------------------------- */
  .top-makers .mes,
  .top-makers .logos {
    float: none;
    text-align: center;
    width: 100%;
  }

  .top-makers .mes h2 {
    padding-top: 0;
  }

  .top-message {
    padding-top: 0;
    background: #000;
  }

  .top-message::before {
    left: 0;
    display: block;
    height: 300px;
    position: relative;
    margin-bottom: 30px;
  }

  .top-message::after {
    content: none;
  }

  .top-message h2,
  .top-message p {
    padding-right: 0;
  }

  /* customer
  ----------------------------------------------- */
  .customer-flow .block {
    padding: 20px 20px 10px;
  }

  .customer-flow .block .flow-payment table td {
    font-size: 17px;
  }


}



/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.05em;
    font-size: 14px;
  }

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

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

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

  p {
    line-height: 1.8;
    margin-bottom: 15px;
  }

  /* ==============================================
   Layout
  =============================================== */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .section-bg {
    margin-top: 20px;
  }

  /* 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%;
  }

  /* align
  ----------------------------------------------- */
  .alignleft,
  .alignright {
    width: 100% !important
  }

  img.alignleft,
  img.alignright {
    width: auto !important;
    display: block;
    margin: 0 auto;
  }

  .img-align-box {
    float: none !important;
    padding-top: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .img-align-box img {
    width: auto;
  }

  .txt-align-box {
    float: none !important;
  }


  /* ==============================================
   Header
  =============================================== */



  /* ==============================================
   Main
  =============================================== */
  /* page title
  ----------------------------------------------- */
  #page-title h1 {
    padding: 10px 10px 33px;
    font-size: 24px;
  }

  /* heading
  ----------------------------------------------- */
  .heading-2 {
    font-size: 20px;
    padding: 20px 10px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .heading-2 small {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }

  .heading-3 {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* breadcrumbs
  ----------------------------------------------- */
  .breadcrumbs {
    padding-top: 10px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .breadcrumbs p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .breadcrumbs>span {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* button
  ----------------------------------------------- */
  .btn--white {
    font-size: 15px;
  }

  .btn--white::after {
    right: 13px;
  }

  /* list
  ----------------------------------------------- */
  .list--type1 {
    padding: 13px 13px;
  }

  .list--type1 dt {
    font-size: 16px;
  }

  .list--type1 dd {
    background-position: 0 2px;
    font-size: 14px;
    margin: 0 0 5px;
    padding-left: 30px;
  }

  .list--type2 {
    padding: 13px 13px;
  }

  .list--type2 dt {
    font-size: 16px;
  }

  .list--type2 dd {
    font-size: 14px;
    width: 100%;
  }

  /* table
  ----------------------------------------------- */
  .table th,
  .table td {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 1.4;
  }

  .scroll {
    overflow-x: scroll;
  }

  .scroll .table {
    min-width: 540px;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  /* pager
  ----------------------------------------------- */
  .pager .wp-pagenavi span {
    font-size: 11px;
    height: 30px;
    line-height: 24px;
    margin: 2px;
  }

  .pager .wp-pagenavi a,
  .pager .wp-pagenavi .current {
    font-size: 11px;
    height: 30px;
    line-height: 24px;
    margin: 2px;
    width: 30px;
  }


  /* case maker
  ----------------------------------------------- */
  .case-maker h2 {
    font-size: 20px;
  }

  .case-maker h2+p {
    margin-bottom: 0;
  }

  .case-maker table {
    width: 100%;
  }

  .case-maker table tr {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case-maker table th {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .case-maker table th .icon {
    height: auto;
    line-height: 1;
    margin-bottom: 5px;
  }

  .case-maker table td {
    background: none;
    border: none;
    display: block;
    padding: 1px;
    width: 33.333%;
  }

  .case-maker table td:last-child {
    border-right: none;
  }

  .case-maker table td.all {
    width: 100%;
  }


  /* content footer
  ----------------------------------------------- */
  .content-footer-service h2 {
    font-size: 24px;
  }

  .content-footer-service h2 span {
    margin-right: 0;
    display: block;
    font-size: 12px;
  }

  .content-footer-service h2+p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .content-footer-service ul li,
  .content-footer-service ul li.item-l {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .content-footer-service ul li .thumb {
    margin-bottom: 0;
  }

  .content-footer-service ul li .thumb::after {
    content: none;
  }

  .content-footer-service ul li h3 {
    position: static;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    margin: 10px 0 5px;
  }

  .content-footer-service ul li p.link a {
    font-size: 13px;
  }

  .content-footer-contact::before {
    background-position: 50% 20%;
    position: static;
    display: block;
    height: 160px;
    width: 100%;
  }

  .content-footer-contact .contact-message {
    padding: 15px;
  }

  .content-footer-contact h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .content-footer-contact h2+p {
    margin-bottom: 10px;
  }

  .content-footer-contact .row {
    text-align: center;
    justify-content: center;
  }

  .content-footer-contact .tel {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .content-footer-contact .form-btn {
    padding-left: 0;
    width: 100%;
  }

  .content-footer-news h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .content-footer-news article a {
    padding: 15px;
  }

  .content-footer-news article a::after {
    content: none;
  }

  .content-footer-news article td {
    display: block;
    padding: 0;
    width: 100%;
  }

  .content-footer-news article .date {
    border-right: none;
    font-size: 11px;
    margin-bottom: 5px;
    width: 100%;
  }

  .content-footer-news .btn {
    margin-top: 20px;
  }

  /* top
  ----------------------------------------------- */
  #billboard {
    overflow: hidden;
  }

  #billboard .slider-wrap {
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
  }

  #billboard .slick-dots {
    bottom: 6px;
  }

  #billboard .slick-dots li button {
    height: 6px;
    width: 6px;
  }

  .top-makers .mes h2 {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .top-makers .mes h2 span strong {
    font-size: 20px;
  }

  .top-makers .logos img {
    width: 300px;
  }

  .top-message {
    padding-top: 0;
  }

  .top-message::before {
    height: 160px;
  }

  .top-message h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .top-message p {
    line-height: 1.8;
  }

  .top-reason h2 {
    font-size: 20px;
  }

  .top-reason .block>img {
    width: 100%;
    position: static;
  }

  .top-reason .block {
    padding-top: 0;
    margin-top: 20px;
  }

  .top-reason .block1 {
    padding-left: 0;
  }

  .top-reason .block2 {
    padding-right: 0;
  }

  .top-reason .block1 .box,
  .top-reason .block2 .box {
    padding: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .top-reason .box h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .top-reason .label span {
    font-size: 13px;
  }

  .top-reason .box .btn {
    margin-top: 10px;
  }

  .top-case h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .top-case h2::after {
    bottom: -12px;
  }


  /* customer
  ----------------------------------------------- */
  .customer-message h2 {
    font-size: 18px;
    line-height: 1.6;
  }

  .customer-message h2+p {
    font-size: 14px;
  }

  .customer-message .fs-21+p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .customer-message .alignleft {
    margin-bottom: 20px;
  }

  .customer-flow .block {
    padding: 10px;
  }

  .customer-flow .block .alignleft {
    float: none;
    text-align: center;
    width: 100%;
  }

  .customer-flow .block .alignright {
    float: none;
    width: 100%;
  }

  .customer-flow .block h3 {
    font-size: 22px;
  }

  .customer-flow .block h3 span {
    font-size: 13px;
  }

  .customer-flow .flow-contact {
    display: block;
  }

  .customer-flow .flow-contact>div {
    text-align: center;
    padding: 5px;
    width: 100% !important;
  }

  .customer-flow .block .flow-links td {
    display: block;
    padding: 10px;
    width: 100%;
  }

  .customer-flow .block .flow-payment table {
    font-size: 0;
    letter-spacing: 0;
  }

  .customer-flow .block .flow-payment table td {
    display: inline-block;
    font-size: 14px;
    border-right: none;
    width: 50%;
    vertical-align: top;
  }

  .customer-flow .block .flow-payment table td img {
    display: block;
    margin: 0 auto 6px;
  }

  .customer-insurance .catch {
    margin-bottom: 20px;
  }

  .customer-insurance .catch .icon {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .customer-insurance .catch .txt {
    display: block;
    width: 100%;
  }

  .customer-insurance .catch .txt h3 {
    font-size: 18px;
  }

  .customer-insurance .insurance-contact {
    display: block;
  }

  .customer-insurance .insurance-contact .img {
    text-align: center;
    width: 100%;
  }

  .customer-insurance .insurance-contact .txt {
    padding: 15px;
    width: 100%;
  }

  .customer-insurance .insurance-contact .txt .fs-20 {
    font-size: 18px;
    text-align: center;
  }

  .customer-insurance .insurance-contact .row {
    display: block;
    text-align: center;
  }

  .customer-insurance .insurance-contact .row .tel {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .customer-rental .row {
    display: block;
  }

  .customer-rental .row .img,
  .customer-rental .row p {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
  }

  .customer-rental .row .img img {
    margin-bottom: 10px;
    width: 100%;
  }

  /* sheet metal
  ----------------------------------------------- */
  .sheet-metal-message h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .sheet-metal-message h2+p {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .sheet-metal-message .box {
    background-position: 50% 0;
    background-size: 300px 200px;
    padding: 180px 10px 10px;
  }

  .sheet-metal-message .box img {
    width: 300px;
  }

  .sheet-metal-message .box p {
    font-size: 16px;
    margin-top: 10px;
  }

  .sheet-metal-message .block1 {
    margin-bottom: 20px;
  }

  .sheet-metal-message .block1 .alignleft,
  .sheet-metal-message .block2 .alignright {
    text-align: center;
    margin-bottom: 15px;
  }

  .sheet-metal-trouble h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sheet-metal-trouble h2 span {
    font-size: 22px;
  }

  .sheet-metal-trouble h2 span::after {
    content: none;
  }

  .sheet-metal-trouble .trouble-case .box {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .sheet-metal-trouble .trouble-list {
    margin-bottom: 0;
  }

  .sheet-metal-trouble .trouble-list dl {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: inherit;
    width: 100%;
  }

  .sheet-metal-point {
    margin-top: 30px;
  }

  .sheet-metal-point h3 {
    font-size: 14px;
    padding: 15px 10px 5px;
  }

  .sheet-metal-point h3 span {
    display: block;
    margin-left: 0;
    font-size: 28px;
  }

  .sheet-metal-point p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sheet-metal-point img {
    width: 100%;
    margin-bottom: 10px;
  }

  .sheet-metal-cost .block .alignleft {
    text-align: center;
    margin-bottom: 20px;
  }

  .sheet-metal-cost .sheet-metal-parts .alignright {
    text-align: center;
  }

  .sheet-metal-support .alignleft {
    text-align: center;
    margin-bottom: 15px;
  }

  .sheet-metal-support .alignright .fs-20 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .sheet-metal-support ul li {
    font-size: 14px;
  }


  /* maintenance
  ----------------------------------------------- */
  .maintenance-message h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .maintenance-message h2+p {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .maintenance-message .box {
    margin-bottom: 30px;
  }

  .maintenance-message .box td,
  .maintenance-message .box td:last-child {
    display: block;
  }

  .maintenance-message .box td img {
    width: 100%;
  }

  .maintenance-message .box td:last-child {
    padding: 10px;
    width: 100%;
  }

  .maintenance-message .box td:last-child img {
    width: 300px;
  }

  .maintenance-message .box p {
    font-size: 16px;
    margin-top: 10px;
  }

  .maintenance-message .block .alignleft {
    margin-bottom: 20px;
  }

  .maintenance-trouble h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .maintenance-trouble h2 span {
    font-size: 22px;
  }

  .maintenance-trouble h2 span::after {
    content: none;
  }

  .maintenance-trouble .trouble-case .box {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .maintenance-trouble .trouble-list {
    margin-bottom: 0;
  }

  .maintenance-trouble .trouble-list dl {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: inherit;
    width: 100%;
  }

  .maintenance-trouble .trouble-list dl dd {
    font-size: 14px;
  }

  .maintenance-trouble .maintenance-reason .tit {
    margin-bottom: 20px;
  }

  .maintenance-trouble .maintenance-reason .tit h3 {
    font-size: 13px;
  }

  .maintenance-trouble .maintenance-reason .tit h3 span {
    font-size: 12px;
    margin-bottom: 0;
  }

  .maintenance-service h2 {
    font-size: 20px;
    padding: 80px 0;
    text-align: center;
  }

  .maintenance-service .block {
    margin-top: 30px;
  }

  .maintenance-service .block::before {
    content: none;
  }

  .maintenance-service .block img {
    margin-bottom: 20px;
    width: 100%;
  }

  .maintenance-service h3 {
    font-size: 18px;
  }

  .maintenance-inspection .block1 .alignleft img {
    width: 100%;
    margin-bottom: 20px
  }

  .maintenance-inspection .inspection-point {
    margin: 30px 0;
  }

  .maintenance-inspection .inspection-point .alignleft {
    padding: 20px 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .maintenance-inspection .inspection-point .alignleft strong {
    font-size: 18px;
  }

  .maintenance-inspection .inspection-point .alignleft strong span span {
    font-size: 28px;
  }

  .maintenance-inspection .inspection-point .fw-bold {
    font-size: 20px;
  }

  .maintenance-inspection .block2 .alignleft,
  .maintenance-inspection .block3 .alignleft {
    margin-bottom: 20px;
  }

  .maintenance-flow .alignleft img {
    margin-bottom: 30px;
    width: 100%;
  }

  .maintenance-flow .box {
    padding: 15px;
    min-height: inherit;
  }

  /* company
  ----------------------------------------------- */
  .company-top {
    background: #000;
  }

  .company-top .block {
    padding-left: 0;
  }

  .company-top .block h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .company-top .block h2 span {
    font-size: 14px;
  }

  .company-top .block h2::after {
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
  }

  .company-message .block {
    margin-bottom: 30px;
  }

  .company-message .block .alignleft img {
    margin-bottom: 20px;
    width: 100%;
  }

  .company-message .tit {
    margin-bottom: 20px;
  }

  .company-message .tit h3 {
    font-size: 18px;
  }

  .company-about .table {
    margin-bottom: 20px;
  }

  .company-about .table th,
  .company-about .table td {
    padding: 8px 6px;
  }

  .company-access {
    text-align: left;
  }

  .company-access h3 {
    font-size: 18px;
    text-align: center;
  }

  .company-access h3+p {
    font-size: 14px;
  }

  .company-access img {
    margin-bottom: 10px;
    width: 100% !important;
  }

  /* privacy policy
  ----------------------------------------------- */
  .privacy-policy-main .block {
    padding: 15px;
  }

  /* news archive
  ----------------------------------------------- */
  .news-archive {
    padding: 20px 0 30px;
  }

  .news-archive h2 {
    font-size: 16px;
  }

  .news-archive .post-archive {
    float: none;
    width: 100%;
  }

  .news-archive .post-archive article a {
    padding: 10px;
  }

  .news-archive .post-archive article a h1 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .news-archive .post-archive article a .post-date {
    font-size: 10px;
    margin-bottom: 0;
  }

  .news-archive .post-archive article a p {
    display: none;
  }

  /* news widget
  ----------------------------------------------- */
  .post-widget {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  /* news detail
  ----------------------------------------------- */
  .news-detail {
    padding: 20px 0 30px;
  }

  .news-detail .post-detail {
    float: none;
    width: 100%;
  }

  .news-detail .post-header,
  .news-detail .post-detail .post-contents {
    padding: 15px 10px;
  }

  .news-detail .post-navigation a {
    font-size: 11px;
  }

  .news-detail .post-detail h2 {
    font-size: 16px;
  }

  /* case archive
  ----------------------------------------------- */
  .case-top h2 {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
  }

  .case-top h2 span {
    font-size: 14px;
  }

  .case-top h2::after {
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
  }

  .case-sort ul li {
    margin-right: 2%;
    margin-bottom: 5px;
    width: 49%;
  }

  .case-sort ul li:nth-child(even) {
    margin-right: 0;
  }

  .case-sort ul li a {
    font-size: 15px;
  }

  .case-archive {
    padding: 30px 0;
  }

  .case-archive-list li {
    display: block;
    margin: 0 auto 20px;
    max-width: 478px;
    width: 100%;
  }

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

  .case-block .case-archive-list {
    margin-bottom: 0;
  }

  .case-block .case-archive-list li {
    max-width: none;
  }

  .case-block .case-archive-list .slick-arrow {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    top: 35%;
  }

  .case-block .case-archive-list .slick-prev {
    left: 5px;
  }

  .case-block .case-archive-list .slick-next {
    right: 5px;
  }


  /* case detail
  ----------------------------------------------- */
  .case-detail .case-detail__photo {
    float: none;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .case-detail .case-detail__meta {
    float: none;
    width: 100%;
  }

  .case-detail .case-detail__top h2 {
    font-size: 18px;
  }

  .case-detail .case-detail__meta table td {
    padding: 10px;
    line-height: 1.6;
  }

  .case-flow {
    padding: 30px 0;
  }

  .case-detail__flow ul li {
    padding: 10px;
  }

  .case-detail__flow ul li .thumb,
  .case-detail__flow ul li .case-flow__comment {
    float: none;
    width: 100%;
  }

  .case-detail__flow ul li .thumb {
    margin-bottom: 15px;
  }

  .case-detail__flow ul li h3 {
    font-size: 18px;
  }

  .case-detail__contact .row {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .case-detail__contact .txt {
    font-size: 18px;
    width: 100%;
  }

  .case-detail__contact .tel {
    padding: 10px 0;
    width: 100%;
  }

  .case-detail__contact .form-btn {
    width: 100%;
  }

  .case-detail__contact .back-btn {
    width: 100%;
  }

  /* contact
  ----------------------------------------------- */
  .contact-main .block {
    padding: 10px;
  }

  .contact-main .complete {
    text-align: left;
  }

  /* form
  ----------------------------------------------- */
  .form {
    padding-top: 0;
  }

  .form .tel-link {
    display: block;
    margin: 0 auto 20px;
    padding-top: 0;
    width: auto;
  }

  .form table td img {
    max-width: 100%;
  }

  .form table {
    table-layout: fixed;
    border-top: none;
    margin-bottom: 10px;
  }

  .form table th {
    display: block;
    border-bottom: none;
    padding: 10px;
    text-align: left;
    width: 100%;
  }

  .form table td {
    display: block;
    border-bottom: none;
    padding: 10px;
    width: 100%;
  }

  .form table td.icon {
    display: none;
  }

  .form input[type="submit"] {
    font-size: 15px;
  }

  .form .mw_wp_form_preview input[type="submit"] {
    padding: 10px 0;
    font-size: 15px;
    margin: 0 2px;
    width: 43%;
  }

  /* ==============================================
   Footer
  =============================================== */
  #footer .footer-info {
    margin-bottom: 20px;
  }

  #footer .footer-nav {
    margin-bottom: 20px;
  }

  #footer .footer-nav h3 {
    margin-top: 10px;
  }

  #footer .footer-nav ul {
    background: #222;
    padding: 10px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }

  #footer .footer-nav ul li {
    margin: 3px 0;
    width: 50%;
  }

  #footer .footer-maker {
    padding: 9px;
  }

  #footer .copyright {
    font-size: 10px;
    text-align: center;
  }

  .pagetop {
    display: none !important;
  }
}

/* ==============================================
   バナーのリンク設置　2025/08/12
=============================================== */
.service_banner .footer_banner_wrapper {
  margin: 50px auto;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .service_banner .footer_banner_wrapper {
    margin: 20px auto;
  }
}


/* ==============================================
   2025/08/25 追加構築
=============================================== */
/*ヘッダー施工台数テキスト化*/
.header-archive {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: clamp(0px,1.68vw,18px);
}

.header-archive__img-wrapper {
  width: 30%;
  aspect-ratio: 3/2;
}
.header-archive__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}

.header-archive__txt {
  white-space: nowrap;
  font-weight: 700;
line-height: 1;
  text-align: center;
  margin-bottom: .5em;
}
.header-archive__txt--bottom {
  font-size: 0.68em;
letter-spacing: -.05em;
}

.header-archive__num {
  font-size: 1.4em;
  color: #be0f0f;
  transform: scaleX(.9);
  display: inline-block;
}
/*フッターSNSリンク*/

.footer-social {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social__link {
  display: block;
  width: 40px;
}

.footer-social__icon {
  width: 100%;
  height: auto;
}

/* スタッフブロック */

.company__staff {
    margin-bottom: 80px;
    padding-top: 60px;
}


.company__staff .inner {
  max-width: 800px;
}

.company__staff .en {
  font-family: "Inter", serif;
  font-weight: 800;
}

.company__staff--title {
  text-align: center;
  line-height: 1.2;
  color: #005bac;
}

.company__staff--title .en {
  display: block;
  font-size: 3em;
  line-height: 1;
}


.company__staff--text {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
}

.company__staffList {
  margin: 0 auto;
}

.company__staff--member {
  display: flex;
  gap: 3%;
  align-items: end;
}

.company__staff--img {
  max-width: 400px
}

.company__staff--img img {
  width: 100%;
  height: auto;
}

.company__staff--member:nth-of-type(odd) {
  justify-content: left;
  text-align: left;
}

.company__staff--member:nth-of-type(odd) .company__staff--roles {
  align-items: start;
}

.company__staff--member:nth-of-type(even) .company__staff--img {
  order: 1;
}

.company__staff--member:nth-of-type(even) {
  justify-content: right;
  text-align: right;
}


.company__staffList:not(:has(.company__staff--member:nth-child(2))) .company__staff--member {
  justify-content: center;
}

.company__staff--member:nth-of-type(even) .company__staff--roles {
  align-items: end;
}

.company__staffList {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.company__staff--role {
  font-size: 12px;
  margin-top: .5em;
  width: max-content;
  height: auto;
  color: #fff;
  background: #005bac;
  padding: .2em .7em;
}

.company__staff--roles {
  display: flex;
  flex-direction: column;
}

.company__staff--name {
  margin-top: .3em;
  font-size: 36px;
  white-space: nowrap;
}

.company__staff--name ruby {
  ruby-position: under;
}


@media only screen and (max-width: 768px) {
  .company__staff {
    padding-top: 24px;
    margin-bottom: 30px;
}
  .company__staff--member {
    display: block;
    margin: auto;
  }

  .company__staff--name {
    font-size: 20px;
  }
}

/* ==============================================
   2025/08/25 追加構築 ここまで
=============================================== */