@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  min-height: 0;
  min-width: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #1d1d1d;
  font-family: '游ゴシック体','Yu Gothic',YuGothic,Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
}

header,
footer,
section {
  display: block;
}

h1,
h2,
h3 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

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

a {
  color: #00a291;
  text-decoration: none;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  font-family: '游ゴシック体','Yu Gothic',YuGothic,Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

select::-ms-expand {
  display: none;
}

.logo-reserve {
  width: 154.5px;
}

.logo-tokyo {
  width: 100px;
}

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

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a392;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #00a291;
  background-color: #00a291;
  color: #fff;
  height: 47px;
  width: 240px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.btn:after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100px;
  background-color: #fff;
  opacity: .2;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  top: -80px;
  left: -140px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  left: 120%;
}

.btn--frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a392;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #00a291;
  background-color: #00a291;
  color: #fff;
  height: 47px;
  width: 240px;
  cursor: pointer;
  background: transparent;
  color: #00a291;
}

.btn--frame:hover {
  background-color: #00a291;
  color: #fff;
}

.btn--frame--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a392;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #00a291;
  background-color: #00a291;
  color: #fff;
  height: 47px;
  width: 240px;
  cursor: pointer;
  background: transparent;
  color: #00a291;
  border-color: #fff;
  color: #fff;
}

.btn--frame--white:hover {
  background-color: transparent;
  color: #fff;
}

.btn--center {
  margin: 0 auto;
}

.btn-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a392;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #00a291;
  background-color: #00a291;
  color: #fff;
  height: 47px;
  width: 240px;
  cursor: pointer;
  background: transparent;
  color: #00a291;
  background-color: #fff;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn-entry:hover {
  background-color: #00a291;
}

.btn-entry:hover:before {
  border-color: #fff;
}

.btn-entry--prev {
  position: relative;
}

.btn-entry--prev:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 1px solid #00a291;
  border-bottom: 1px solid #00a291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-entry--next {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn-entry--next:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 1px solid #00a291;
  border-bottom: 1px solid #00a291;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select {
  position: relative;
}

.select:after {
  content: '';
  width: 21px;
  height: 13px;
  background: url("../img/icon_arrow.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -6px;
}

.select__item {
  width: 180px;
  height: 47px;
  margin: 0 0 0 14px;
  padding: 13px 17px;
  border: solid 1px #afafaf;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.select__item option {
  color: #9a9a9a;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.tabs__item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 57px;
  border-bottom: 2px solid #dbdbdb;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.tabs__item.is-active {
  border-color: #00a291;
}

.box {
  margin-bottom: 30px;
}

.box__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.clm-2__item .img {
  width: 100%;
}

.js-tabs-wrap .js-tabs-box:not(:first-of-type) {
  display: none;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.inner {
  margin: 0 10px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}

.header.is-active {
  position: fixed;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.primary-nav__link {
  font-weight: bold;
  position: relative;
}

.primary-nav__btn {
  width: 200px;
  height: 35px;
}

.primary-nav__icon {
  width: 10.92px;
  height: 10.92px;
  margin-left: 8px;
}

.secondary-nav {
  display: none;
  background-color: #f5f9f8;
}

.secondary-nav__list {
  margin: 0 auto;
}

.hamburger {
  position: relative;
  width: 23px;
  height: 18px;
  cursor: pointer;
}

.hamburger__item {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #00a291;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.hamburger__item:first-of-type {
  top: 0;
  left: 0;
}

.hamburger__item:nth-of-type(2) {
  top: 8px;
  left: 0;
}

.hamburger__item:last-of-type {
  bottom: 0;
  left: 0;
}

.hamburger.is-active .hamburger__item:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.hamburger.is-active .hamburger__item:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__item:last-of-type {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 8px;
}

.section-contact {
  background-color: #00a291;
  color: #fff;
  padding: 30px 0 25px;
}

.section-contact__title {
  font-family: 'Hind',sans-serif;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-contact__titlecaption {
  font-family: '游ゴシック体','Yu Gothic',YuGothic,Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 700;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 80px;
  padding-top: 7.5px;
  margin-top: 5px;
  border-color: #fff;
}

.section-contact-clm {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-contact__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-contact__body {
  width: 50%;
}

.section-contact__headline {
  font-weight: 700;
  letter-spacing: -.1em;
  font-size: 11.5px;
  font-size: 1.15rem;
  text-align: center;
  line-height: 1.3;
}

.section-contact__btn {
  border-color: #fff;
  position: relative;
}

.section-contact__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.section-contact__text {
  margin-top: .5em;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-contact__link {
  color: #fff;
}

.footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

.footer-clm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0 0;
}

.footer-clm__item--logo {
  width: 100%;
}

.footer-clm__item--address {
  width: 100%;
}

.footer-nav__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer-nav__link {
  color: #fff;
  font-weight: 700;
}

.footer__text {
  margin-bottom: 10px;
}

.footer .logo-keeper {
  width: 80px;
  height: 23px;
}

.footer .logo-gzox {
  width: 103.2px;
  height: 19.2px;
}

.footer__link {
  color: #fff;
}

.sns__list {
  margin: 0 0 0 15px;
}

.sns__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
}

.copyright {
  text-align: center;
  color: #808080;
  padding-bottom: 12px;
}

.main {
  display: block;
  background-color: #f4f5f5;
  padding-top: 40px;
}

.breadcrumb {
  margin: 7px 0 8px;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumb__item:not(:last-of-type):after {
  content: "＞";
}

.page-header {
  background: #000;
}

.page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 94px;
}

.page-header__title {
  font-family: 'Hind',sans-serif;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
  color: #00a291;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-header__titlecaption {
  font-family: '游ゴシック体','Yu Gothic',YuGothic,Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 700;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 80px;
  padding-top: 7.5px;
  margin-top: 5px;
  display: inline-block;
  border-color: #00a291;
}

.page-lead {
  margin-bottom: 60px;
  text-align: center;
}

.page-lead__title {
  margin: 0 20px 20px;
  text-align: center;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}

.page-lead__title:before,
.page-lead__title:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 22px;
  background: url("../img/point.png") no-repeat;
  position: absolute;
}

.page-lead__title:before {
  left: -25px;
  top: -15px;
}

.page-lead__title:after {
  bottom: 0;
  right: -25px;
}

.page-lead__excerpt {
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.pagetop {
  position: absolute;
  cursor: pointer;
}

.pagenav-pager {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.pagenav-pager li span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenav-pager__item {
  width: 42px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
}

.pagenav-pager__item:not(:last-of-type) {
  margin-right: 10px;
}

.pagenav-pager__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00a291;
  background: #fff;
}

.pagenav-archives {
  margin: 0 auto 44px;
  text-align: center;
}

.section__header {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 10px;
}

.section__header:after {
  content: "";
  display: block;
  border-bottom: 1px solid #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section__title {
  display: inline-block;
  border-bottom: 1px solid #00a291;
  position: relative;
  z-index: 2;
  padding: 0 0 5px;
}

.about__excerpt {
  line-height: 30px;
  margin-bottom: 28px;
}

.clm-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm-media__img {
  width: 100%;
}

.clm-media__img img {
  width: 100%;
}

.clm-media__body {
  width: 100%;
  margin-top: 20px;
}

.clm-media__body p + p {
  margin-bottom: 1em;
}

.company-clm-meadia__img img {
  margin: 0 auto;
}

.company-section {
  margin-bottom: 70px;
}

.company-section:first-of-type {
  margin-top: 35px;
}

.company-clm__ttl {
  position: relative;
  margin-bottom: .5em;
  padding-left: .2em;
  line-height: 1.25;
  font-size: 20px;
}

.company-clm__ttl:before,
.company-clm__ttl:after {
  display: block;
  position: absolute;
  line-height: 0;
  font-size: 68px;
  color: #bbd5d2;
}

.company-clm__ttl:before {
  content: "‘";
  top: 20px;
  left: -8px;
}

.company-clm__ttl:after {
  content: "’";
  bottom: -10px;
  right: -8px;
}

.company-summary__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-summary__list:nth-of-type(odd) {
  background-color: #f7fafa;
}

.company-summary__list:nth-of-type(even) {
  background-color: #fff;
}

.company-summary__headline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 10px 15px;
  color: #005d53;
  font-weight: bold;
}

.company-summary__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 10px 15px 10px 0;
}

.company-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-area__item {
  width: 100%;
}

.company-area__item + .company-area__item {
  margin-top: 40px;
}

.company-area__ttl {
  font-weight: bold;
  font-size: 18px;
}

.company-area__subTtl {
  margin-top: 1em;
  font-weight: bold;
  font-size: 14px;
}

.company-area__txt .color-green {
  color: #00a291;
}

.company-area__map {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.company-area__map iframe {
  width: 100%;
  height: 280px;
}

.company-area__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 212px;
  margin: 15px auto 0;
}

.company-area__btn > .btn {
  width: 100%;
  max-width: 212px;
}

.company-area__btn > .btn + .btn {
  margin-top: 10px;
}

.contact__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 7px;
}

.contact__btn {
  width: 290px;
  height: 60px;
}

.contact__btn:disabled {
  background: #ccc;
  color: #aaa;
  border: #ccc;
}

.contact-clm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-clm__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.contact-form {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}

.contact-field {
  margin-bottom: 15px;
}

.contact-field__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.contact-field__label.required:after {
  content: "必須";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ef0202;
  margin-left: 15px;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #faeaea;
}

.contact-field__label--sub {
  display: block;
  margin: 5px 0;
}

.contact-field__item--radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-field__item--checkbox {
  margin: 25px 0 30px;
}

.contact-field__input,
.contact-field__textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #c6c6c6;
}

.contact-field__input:focus,
.contact-field__textarea:focus {
  border: solid 1px #00a291;
  outline-color: #00a291;
}

.contact-field__input {
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-field__radio {
  display: none;
}

.contact-field__radio+label {
  padding: 3px 0 0 28px;
  position: relative;
  margin: 0 20px 5px 0;
  display: inline-block;
}

.contact-field__radio+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}

.contact-field__radio:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #00a291;
  border-radius: 50%;
}

.contact-field__checkbox {
  display: none;
}

.contact-field__checkbox+label {
  padding: 1px 0 0 28px;
  position: relative;
  margin-right: 20px;
}

.contact-field__checkbox+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

.contact-field__checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 9px;
  height: 18px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 4px solid #00a291;
  border-right: 3px solid #00a291;
}

.contact-field__error {
  color: #f00;
}

.contact-tel {
  color: #00a291;
  font-size: 20px;
  font-size: 2rem;
}

.contact-footer {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0 30px;
}

.contact-footer--confirm {
  padding: 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-message,
.contact-message--error {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 15px 0;
  font-weight: 700;
}

.contact-message--error,
.contact-message--error--error {
  color: #f00;
}

.contact-section {
  margin-bottom: 70px;
}

.contact-section:first-of-type {
  margin-top: 35px;
}

.acms-admin-form-radio {
  line-height: 1.8;
}

.entry {
  background-color: #fff;
  padding: 39px 27px 28px;
  margin-bottom: 45px;
  clear: both;
}

.entry-header__date {
  display: block;
  margin-bottom: 20px;
}

.entry-header__title {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 12.5px;
}

.entry-section__title {
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 5px;
}

.entry-section__title:before {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background-color: #00a291;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.entry p {
  margin-bottom: 25px;
}

.entry em {
  font-weight: bold;
}

.entry strong {
  font-weight: bold;
  color: #f00;
}

.entry-nav-list {
  position: relative;
  margin-bottom: 90px;
}

.entry-nav-list__item--prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 0;
}

.entry-nav-list__item--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  right: 0;
}

.entry-nav-list__item--back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.entry-nav-list__link {
  border: 1px;
}

.entry__list {
  margin-bottom: 25px;
}

.entry__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.entry__list li:before {
  content: "・";
  width: 16px;
  -webkit-box-flex: 16px;
  -webkit-flex: 16px 0 0;
  -ms-flex: 16px 0 0px;
  flex: 16px 0 0;
}

.entry-detail {
  font-weight: bold;
}

.entry-detail__img {
  width: 100%;
}

.entry-detail-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry-detail-info:not(:last-of-type) {
  margin-bottom: 10px;
}

.entry-gallary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry-gallary__caption {
  margin: 10px 0 0;
  text-align: center;
}

.entry__price {
  font-size: 24px;
  font-size: 2.4rem;
}

.entry__price ._strong {
  font-size: 36px;
  font-size: 3.6rem;
}

.column-media-auto img,
.column-media-center img {
  margin: 0 auto;
}

.faq:first-of-type {
  border-top: 1px solid #c6c6c6;
}

.faq:last-of-type {
  margin-bottom: 60px;
}

.faq__title {
  position: relative;
  border-bottom: 1px solid #c6c6c6;
  padding: 12.5px 24px;
  line-height: 1.45;
}

.faq__title .icon {
  color: #94a09f;
  font-family: 'Hind',sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq__title:before {
  content: "";
  display: block;
  background-color: #00a291;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}

.faq__title:after {
  content: "";
  display: block;
  background-color: #00a291;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 7.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.faq__title.is-active:after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.faq__body {
  display: none;
  position: relative;
  border-bottom: 1px solid #c6c6c6;
  padding: 12.5px 0 25px 24px;
  line-height: 1.67;
}

.faq__body .icon {
  color: #00a291;
  font-family: 'Hind',sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 13px;
}

.faq__body .btn {
  margin-top: 20px;
}

.fee__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 15px auto 0;
}

.fee__btn > .btn {
  width: 100%;
  max-width: 240px;
}

.fee__btn > .btn + .btn {
  margin-top: 10px;
}

.fee-tabMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fee-tabMenu__btn {
  display: block;
  position: relative;
  width: 49.6%;
  padding: 12px 0;
  background-color: #d8e5e3;
  cursor: pointer;
  border: none;
  outline: none;
}

.fee-tabMenu__btn:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #00a291 transparent transparent transparent;
}

.fee-tabMenu__btn:hover {
  background-color: #00a291;
}

.fee-tabMenu__btn img {
  width: auto;
  height: 24px;
  margin: 0 auto;
}

.fee-tabMenu__btn.is-open {
  background-color: #00a291;
}

.fee-tabMenu__btn.is-open:after {
  display: block;
}

.fee-coating__tableTtl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: bold;
  font-size: 14px;
}

.fee-coating__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 1;
  font-size: 13px;
}

.fee-coating__link .icon {
  display: inline-block;
  margin-left: 4px;
}

.fee-coating__tableImg {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 10px 0;
  vertical-align: middle;
}

.fee-coating__gzox {
  display: block;
  width: 100%;
  margin-left: 0;
}

.top__title {
  font-size: 35px;
  font-size: 3.5rem;
  color: #00a291;
}

.top__titlecaption {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin: 10px 0;
  letter-spacing: -.1em;
}

.top__titlecaption:before {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #00a291;
  margin-bottom: 7.5px;
}

.top-mv-section {
  position: relative;
}

.top-mv-section__bg {
  width: 100%;
  position: relative;
}

.top-mv-section__title {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  width: 81.33333333333333vw;
}

.top-lead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝","Yu Mincho","YuMincho";
  padding: 2.5px 0;
  margin-bottom: 25px;
  text-align: center;
}

.top-news-section {
  background: #fff;
}

.top-news-list {
  padding: 25px 10px;
}

.top-news-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.top-news-list__item:not(:last-of-type) {
  padding-bottom: 8.3px;
  border-bottom: solid 1px #bfbfbf;
  margin-bottom: 17.7px;
}

.top-news-list__time {
  width: 107px;
  -webkit-box-flex: 107px;
  -webkit-flex: 107px 0 0;
  -ms-flex: 107px 0 0px;
  flex: 107px 0 0;
  white-space: nowrap;
}

.top-news-list__link:hover {
  text-decoration: underline;
}

.top-about__headline,
.top-usedcar__headline {
  font-family: "游明朝","Yu Mincho","YuMincho";
  line-height: 1.43;
  margin: 13px 0;
  font-size: 20px;
  font-size: 2rem;
}

.top-about__excerpt {
  line-height: 2.19;
  letter-spacing: -.1em;
}

.top-about-section {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

.top-about-grid {
  margin-bottom: 45px;
}

.top-about-clm:not(:last-of-type) {
  margin-bottom: 80px;
}

.top-about-clm:last-of-type {
  margin-bottom: 35px;
}

.top-service-section {
  padding: 30px 0;
}

.top-service-tab__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 42px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #dbdbdb;
}

.top-service-tab__item.swiper-slide-thumb-active {
  border-bottom: 2px solid #00a291;
  color: #00a291;
}

.top-service-clm {
  background: #fff;
  padding: 25px 20px;
}

.top-service-clm.swiper-slide {
  height: auto;
}

.top-service-clm__headline {
  font-family: "游明朝","Yu Mincho","YuMincho";
  line-height: 1.43;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 12px 0 10px;
}

.top-service-clm__excerpt {
  line-height: 2.14;
  margin-bottom: 25px;
}

.top-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav__btn {
  background: #fff;
  margin: 27px 27px 0;
}

.top-works-section {
  padding: 50px 0 30px;
  position: relative;
}

.top-works-clm {
  margin: 20px 0 0;
}

.top-works-clm__item {
  background: #fff;
  padding: 20px;
}

.top-works-clm__link {
  color: #1d1d1d;
  display: block;
}

.top-works-clm.swiper-container {
  position: relative;
}

.top-works-clm .swiper-button-prev,
.top-works-clm .swiper-button-next {
  width: 53px;
  height: 54px;
  background-color: rgba(0,0,0,0.5);
}

.top-works-clm .swiper-button-prev:after,
.top-works-clm .swiper-button-next:after {
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
}

.top-works-clm .swiper-button-prev.swiper-button-disabled,
.top-works-clm .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.top-works-clm .swiper-button-prev {
  left: 0;
}

.top-works-clm .swiper-button-next {
  right: 0;
}

.top-works__media {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 195px;
}

.top-works__img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  height: 100%;
}

.top-works__time {
  margin: 10px 0 12px;
  display: block;
}

.top-usedcar-section {
  padding: 50px 0 30px;
  position: relative;
}

.top-usedcar-clm {
  margin: 20px 0;
  overflow: hidden;
}

.top-usedcar-clm__item {
  background: #fff;
  padding: 20px;
  height: auto;
  position: relative;
}

.top-usedcar-clm__link {
  color: #1d1d1d;
  display: block;
  padding: 0 0 27px;
}

.top-usedcar-clm.swiper-container {
  position: relative;
}

.top-usedcar-clm .swiper-button-prev,
.top-usedcar-clm .swiper-button-next {
  width: 53px;
  height: 54px;
  background-color: rgba(0,0,0,0.5);
}

.top-usedcar-clm .swiper-button-prev:after,
.top-usedcar-clm .swiper-button-next:after {
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
}

.top-usedcar-clm .swiper-button-prev.swiper-button-disabled,
.top-usedcar-clm .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.top-usedcar-clm .swiper-button-prev {
  left: 0;
}

.top-usedcar-clm .swiper-button-next {
  right: 0;
}

.top-usedcar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-usedcar__media {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 195px;
}

.top-usedcar__img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  height: 100%;
}

.top-usedcar__name {
  margin: 10px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.top-usedcar__link {
  color: #00a291;
  text-align: right;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.top-usedcar__link:after {
  content: "＞";
  margin-left: 10px;
}

.top-faq-section {
  background-color: #fff;
  padding: 25px 0 17.5px;
}

.top-faq-section-header {
  margin-bottom: 30px;
}

.top-faq-list__item {
  margin-bottom: 15px;
}

.lp-btn {
  position: relative;
  padding: 10px;
}

.lp-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lp/common/btn_ornament.png") no-repeat center center;
  background-size: auto 100%;
}

.lp-btn__inner {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 470px;
  height: 124px;
  line-height: 124px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #e4851f;
  border-bottom: 4px solid #c6741c;
  border-radius: 8px;
}

.lp-btn__inner:after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100px;
  background-color: #fff;
  opacity: .2;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  top: -80px;
  left: -140px;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp-btn-green .lp-btn__inner {
  background-color: #0f9989;
  border-bottom: 4px solid #0f897b;
}

.lp-btn:hover .lp-btn__inner {
  color: #fff;
}

.lp-btn:hover .lp-btn__inner::after {
  left: 120%;
}

.lp-btn__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 58px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-btn__label {
  padding: 0 1em 0 3em;
}

.lp-btn__label .is-small {
  display: block;
  font-size: 16px;
}

.lp-ttl {
  position: relative;
  text-align: center;
  color: #008672;
}

.lp-ttl__icon {
  width: 66px;
  margin: 0 auto;
}

.lp-ttl__txt {
  display: inline-block;
  padding-top: 30px;
  font-size: 50px;
}

.lp-sec {
  padding-left: 30px;
  padding-right: 30px;
}

.lp-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-header {
  display: block;
  position: relative;
}

.lp-header__inner {
  height: 100px;
}

.lp-header__icon {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 200px;
}

.lp-header__icon a {
  display: inline-block;
  width: 100%;
}

.lp-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lp-header__menuItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.lp-header__menuIcon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #e4851f;
  border-radius: 50%;
}

.lp-header__menuIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.lp-header__menuDetail {
  padding-left: 12px;
}

.lp-header__menuItem a:hover {
  color: #000;
  cursor: default;
}

.lp_header__access {
  padding-right: 20px;
}

.lp_header__tel {
  padding-right: 28px;
}

.lp_header__tel .lp-header__menuDetail p {
  line-height: 1;
}

.lp_header__tel .tel-num {
  padding-top: 4px;
  font-size: 28px;
}

.lp_header__reserve {
  width: 100px;
  height: 100px;
}

.lp_header__reserve a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #e4851f;
}

.lp_header__reserve a:after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100px;
  background-color: #fff;
  opacity: .2;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  top: -80px;
  left: -140px;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp_header__reserve a:hover {
  color: #fff;
}

.lp_header__reserve a:hover::after {
  left: 200%;
}

.lp_header__reserve a img {
  width: 50px;
  margin: 16px auto 4px;
}

.lp-main {
  overflow-x: hidden;
  padding-top: 0 !important;
  padding-bottom: 58px !important;
  font-size: 16px;
  background-color: #fff;
}

.lp-footer {
  position: relative;
  padding: 0 40px;
  background-color: #0f9989;
}

.lp-footer__pageTop {
  position: absolute;
  top: -75px !important;
  right: 0 !important;
  bottom: inherit !important;
  width: 75px;
}

.lp-footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.lp-footer__sns li {
  position: relative;
  width: 60px;
  height: 60px;
}

.lp-footer__sns li + li {
  margin-left: 30px;
}

.lp-footer__sns li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

.lp-footer__sns li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 40%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.lp-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 46.6%;
}

.lp-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -13vw;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.lp-mv__ttl {
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.lp-mv__ttl-ballon {
  display: inline-block;
  position: relative;
  padding: 0 1.4em;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  background-color: #008672;
  border-radius: 28px;
}

.lp-mv__ttl-ballon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #008672 transparent transparent transparent;
}

.lp-mv__ttl-txt {
  display: block;
  padding-top: 30px;
  text-align: center;
  font-size: 98px;
}

.lp-mv__ballon {
  position: absolute;
  top: -104px;
  left: 50%;
  width: 238px;
  margin-left: 386px;
  z-index: 0;
}

.lp-mv__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.lp-mv__bg img {
  max-width: 100%;
  width: 100%;
}

.lp-mv__off {
  display: inline-block;
  height: 48px;
  margin-top: 24px;
  padding: 0 72px;
  line-height: 48px;
  font-weight: bold;
  font-size: 34px;
  background-color: #ff0;
  border-radius: 24px;
}

.lp-mv__off .is-small {
  font-size: 24px;
}

.lp-mv__btn {
  margin-top: 30px;
}

.lp-mv__btn .lp-btn:after {
  background: url("../img/lp/common/mv_btn_ornament.png") no-repeat 0 0;
  background-size: auto 100%;
}

.lp-itemBox {
  position: relative;
  min-height: 51.5vw;
}

.lp-itemBox__txtBox {
  position: relative;
  width: 56%;
  top: 5.7vw;
  margin-left: auto;
  background-color: #fff;
  z-index: 2;
}

.lp-itemBox__ttl {
  display: inline-block;
  position: relative;
  margin-top: -1.7vw;
  margin-left: -1.7vw;
  width: 84%;
  padding: 30px 20px;
  font-size: 24px;
  color: #fff;
  background-color: #e4851f;
  background-image: url("../img/lp/car_coating/title_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

.lp-itemBox__txt {
  display: block;
  padding: 40px 6.66vw 50px 30px;
  line-height: 2.111111111111111;
}

.lp-itemBox__imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
}

.lp-itemBox__img {
  position: relative;
  width: 100%;
  padding-top: 83%;
  z-index: 1;
}

.lp-itemBox__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lp-itemBox__imgBg {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 100%;
  height: 100%;
  background-color: #e7f5f3;
  z-index: 0;
}

.lp-itemBox-rev .lp-itemBox__txtBox {
  margin-left: inherit;
  margin-right: auto;
}

.lp-itemBox-rev .lp-itemBox__ttl {
  margin-left: 2.6vw;
}

.lp-itemBox-rev .lp-itemBox__txt {
  padding: 40px 30px 30px 6.66vw;
}

.lp-itemBox-rev .lp-itemBox__imgBox {
  left: inherit;
  right: 0;
}

.lp-itemBox-rev .lp-itemBox__imgBg {
  left: inherit;
  right: 4vw;
}

.lp-about {
  position: relative;
  padding: 50px 0 0 0;
  background: url("../img/lp/car_coating/bg_img.png") no-repeat top center;
  background-size: 100% auto;
}

.lp-about__ttl {
  position: relative;
}

.lp-about__ttl:after {
  content: "";
  position: absolute;
  bottom: -70%;
  left: 50%;
  display: block;
  width: 1200px;
  height: 78px;
  background: url("../img/lp/car_coating/about_h_arrow.png") no-repeat bottom center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-about__lead {
  padding-top: 184px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #008672;
}

.lp-about__lead .is-small {
  font-size: 30px;
}

.lp-about__point {
  padding-bottom: 160px;
}

.lp-about__point:first-of-type {
  margin-top: 60px;
}

.lp-about__point-img-num {
  position: absolute;
  top: -8px;
  left: 40px;
  z-index: 2;
}

.lp-itemBox-rev .lp-about__point-img-num {
  left: inherit;
  right: 40px;
}

.lp-treatment {
  position: relative;
  margin-bottom: 98px;
  padding: 50px 30px;
  text-align: center;
  background: url("../img/lp/car_coating/ba_bg.jpg") no-repeat top center;
  background-size: cover;
}

.lp-treatment__ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  font-size: 30px;
  color: #fff;
}

.lp-treatment__ttl:before,
.lp-treatment__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 34px;
  height: 74px;
}

.lp-treatment__ttl:before {
  left: -30px;
  background: url("../img/lp/car_coating/ba_ttl_l.png") no-repeat 0 0;
  background-size: 100% auto;
}

.lp-treatment__ttl:after {
  right: -30px;
  background: url("../img/lp/car_coating/ba_ttl_r.png") no-repeat 0 0;
  background-size: 100% auto;
}

.lp-treatment__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 15px;
}

.lp-treatment__img {
  width: 47.5%;
  text-align: center;
}

.lp-treatment__img span {
  display: inline-block;
  padding-top: 16px;
  font-size: 24px;
  color: #fff;
}

.lp-treatment__img .is-small {
  font-size: 18px;
}

.lp-treatment__img-after img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #e4851f;
}

.lp-contact {
  position: relative;
  min-height: 450px;
  background: url("../img/lp/car_coating/reserve_bg.png") repeat 0 0;
  background-size: 55px 55px;
}

.lp-contact__img {
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
}

.lp-contact__img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-contact__txtBox {
  position: relative;
  width: 52%;
  margin-left: auto;
  padding: 42px 15px 30px 12px;
  color: #fff;
  z-index: 1;
}

.lp-contact__off {
  padding-left: 64px;
  font-weight: bold;
}

.lp-contact__off .is-txt {
  display: block;
  padding-left: 1em;
  font-weight: bold;
  font-size: 2vw;
}

.lp-contact__off .is-yellow {
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 3.33vw;
  color: #000;
  background-color: #ff0;
  border-radius: 32px;
}

.lp-contact__txt {
  padding-top: 16px;
  padding-left: 60px;
  line-height: 1.2;
  font-size: 2vw;
}

.lp-contact__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}

.lp-contact__detailTel {
  width: 49%;
  max-width: 340px;
}

.lp-contact__detailTel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.lp-contact__detailTel a:hover {
  color: #fff;
}

.lp-contact__detailTel .tel-txt,
.lp-contact__detailTel .tel-num,
.lp-contact__detailTel .tel-smallTxt {
  line-height: 1;
}

.lp-contact__detailTel .tel-txt {
  font-size: 15px;
}

.lp-contact__detailTel .tel-num {
  padding-top: 4px;
  font-weight: bold;
  font-size: 32px;
}

.lp-contact__detailTel .tel-smallTxt {
  padding-top: 4px;
  font-size: 12px;
}

.lp-contact__detailIcon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #008672;
  border-radius: 50%;
}

.lp-contact__detailIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66.66%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.lp-contact__detailTxt {
  padding-left: 12px;
}

.lp-contact__detailBtn {
  width: 51%;
  max-width: 360px;
}

.lp-contact__detailBtn .lp-btn {
  width: 100%;
  max-width: 350px;
}

.lp-contact__detailBtn .lp-btn__inner {
  width: 100%;
  height: 94px;
  line-height: 1;
}

.lp-contact__detailBtn .lp-btn__icon {
  left: 15px;
  width: 48px;
}

.lp-contact__detailBtn .lp-btn__label {
  display: block;
  padding: 24px 15px 24px 26%;
  font-size: 22px;
}

.lp-contact__detailBtn .lp-btn__label .is-small {
  padding-bottom: 4px;
}

.lp-service {
  padding: 120px 0 0 0;
}

.lp-service__lead {
  padding: 42px 30px 0 30px;
}

.lp-service__leadwrap {
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #f5f4eb;
}

.lp-service__leadImg {
  width: 30%;
}

.lp-service__leadDetail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding-left: 36px;
  padding-right: 16px;
}

.lp-service__leadDetail-ttl img {
  display: inline-block;
  vertical-align: text-bottom;
}

.lp-service__leadDetail-ttl span {
  display: inline-block;
  vertical-align: text-bottom;
  padding-left: .5em;
  font-weight: bold;
  font-size: 30px;
  color: #008672;
}

.lp-service__leadDetail-txt {
  padding-top: 15px;
  line-height: 1.666666666666667;
}

.lp-service__note {
  padding: 50px 30px;
  text-align: center;
}

.lp-service__noteWrap {
  display: inline-block;
  padding: 4px 70px;
  background-color: #eee;
  border-radius: 18px;
}

.lp-service__itemCol2 .lp-service__item {
  margin-bottom: 80px;
}

.lp-service__item-txtBox .lp-itemBox__ttl {
  padding: 15px 30px;
  font-size: 40px;
}

.lp-service__item-txtBox .lp-itemBox__ttl span,
.lp-service__item-txtBox .lp-itemBox__ttl img {
  display: inline-block;
  vertical-align: middle;
}

.lp-service__item-txtBox .lp-itemBox__ttl span {
  padding-right: 15px;
}

.lp-service__item-txtBox .lp-itemBox__ttl img {
  width: 200px;
}

.lp-service__item-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.lp-service__item-lists li {
  display: inline-block;
  vertical-align: middle;
}

.lp-service__item-lists li .label,
.lp-service__item-lists li .detail {
  display: inline-block;
  vertical-align: middle;
}

.lp-service__item-lists li .label {
  padding: 6px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5vw;
  color: #fff;
  background-color: #454545;
}

.lp-service__item-lists li .detail {
  padding: 0 40px 0 16px;
  font-weight: bold;
  font-size: 1.6vw;
  color: #454545;
}

.lp-service__item-lists li .detail .is-small {
  padding-left: 10px;
  font-size: 14px;
}

.lp-service__item-price {
  margin-top: 46px;
}

.lp-service__item-price .tag {
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  background-color: #d92525;
}

.lp-service__item-price .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.lp-service__item-price .price {
  line-height: 1;
  font-weight: bold;
  font-size: 100px;
  color: #e4851f;
}

.lp-service__item-price .price span {
  font-size: 30px;
}

.lp-service__item-price .size {
  padding-left: 16px;
  font-weight: bold;
  font-size: 16px;
}

.lp-service__item-w100 .lp-service__item {
  padding: 0 2.6vw;
}

.lp-service__item-w100 .lp-itemBox__ttl {
  margin-left: 0;
  max-width: 980px;
}

.lp-service__item-w100 .lp-service__item-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px 110px;
}

.lp-service__item-w100 .lp-service__item-lists {
  margin-top: 0;
}

.lp-service__item-w100 .lp-service__item-lists > li:last-child .detail {
  min-width: 304px;
}

.lp-service__item-w100 .lp-service__item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
}

.lp-service__item-w100 .lp-service__item-price .inner {
  margin: 0;
  padding: 15px 16px 0 0;
}

.lp-service__logo_ek {
  width: 156px !important;
}

.lp-service__logo_ekp {
  width: 138px !important;
}

.lp-other {
  padding-top: 70px;
  padding-bottom: 120px;
}

.lp-other__lead {
  padding-top: 30px;
  text-align: center;
  line-height: 1.666666666666667;
}

.lp-other__item {
  margin-top: 46px;
}

.lp-other__itemLists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-other__itemLists li {
  width: 16.666%;
}

.lp-other__itemLists li + li {
  margin-left: 10.8%;
}

.lp-other__itemImg {
  width: 100%;
  max-width: 100%;
}

.lp-other__itemTxt {
  padding-top: 16px;
  text-align: center;
  line-height: 1.5;
}

.lp-other__calc {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 30px;
  background-color: #f5f4eb;
}

.lp-other__calcTtl {
  text-align: center;
}

.lp-other__calcTtl img {
  width: 30px;
}

.lp-other__calcTtl img,
.lp-other__calcTtl span {
  display: inline-block;
  vertical-align: middle;
}

.lp-other__calcTtl span {
  padding-left: 10px;
  font-weight: bold;
  font-size: 30px;
  color: #008672;
}

.lp-other__calcWrap {
  padding-top: 30px;
}

.lp-other__calcLists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-other__calcLists + .lp-other__calcLists {
  margin-top: 42px;
}

.lp-other__calcItem {
  width: 16.666%;
}

.lp-other__calcIcon {
  width: 28px;
  margin: 0 24px;
}

.lp-other__calcPrice .price {
  font-weight: bold;
  font-size: 80px;
  color: #008672;
}

.lp-other__calcPrice .price span {
  font-size: 24px;
}

.lp-flow {
  padding-top: 110px;
}

.lp-flow__wrap {
  padding-top: 70px;
}

.lp-flow__lists li {
  position: relative;
}

.lp-flow__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #008672;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-flow__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66.66%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.lp-flow__detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px 30px 30px;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
  background-color: #f5f4eb;
  border-radius: 10px;
}

.lp-flow__arrow {
  width: 60px;
  margin: 6px auto 60px;
}

.lp-result {
  padding-top: 120px;
}

.lp-result__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.lp-result__item {
  width: 47.5%;
}

.lp-result__item img {
  width: 100%;
  max-width: 100%;
}

.lp-result__itemDetail {
  padding-top: 30px;
}

.lp-result__itemDetail .ttl {
  font-weight: bold;
  font-size: 24px;
}

.lp-result__itemDetail .txt {
  padding-top: 10px;
}

.lp-result__itemDetail .txt .is-strong {
  font-weight: bold;
}

.lp-access {
  padding-top: 120px;
  padding-bottom: 60px;
}

.lp-access__map {
  width: 100%;
  height: 500px;
  margin-top: 48px;
}

.lp-access__map iframe {
  width: 100%;
  height: 100%;
}

.lp-access__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 570px;
  margin: 15px auto 0;
}

.lp-access__logo {
  width: 200px;
  margin-right: 15px;
}

.lp-access__detail {
  padding-left: 15px;
  font-size: 16px;
  border-left: 1px solid #e5e5e5;
}

.lp-wash-header .lp-header__menuIcon {
  background-color: #d9254b;
}

.lp-wash-header .lp_header__reserve a {
  background-color: #d9254b;
}

.lp-wash .lp-mv__btn .lp-btn__inner {
  background-color: #d9254b;
  border-bottom: 4px solid #af1e3c;
}

.lp-wash .lp-itemBox__ttl {
  background-color: #d9254b;
}

.lp-wash .lp-treatment__ttl:before,
.lp-wash .lp-treatment__ttl:after {
  height: 38px;
}

.lp-wash .lp-treatment__img-after img {
  border: 8px solid #d9254b;
}

.lp-wash .lp-service__itemCol2 .lp-itemBox {
  min-height: 43.5vw;
}

.lp-wash .lp-itemBox__ttl {
  position: relative;
}

.lp-wash .lp-itemBox__ttl .time {
  position: absolute;
  bottom: -15px;
  right: 15px;
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  font-size: 22px;
  color: #fff;
  background-color: #454545;
}

.lp-wash .lp-service__itemCol2 .lp-service__item {
  margin-bottom: 60px;
}

.lp-wash .lp-service__item-price .price {
  color: #d9254b;
}

.lp-wash .lp-wash__category {
  padding: 0 30px 90px 30px;
}

.lp-wash .lp-wash__categoryWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-wash .lp-wash__categoryWrap li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.8%;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 1em 15px;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #008672;
  border: 1px solid #008672;
}

.lp-wash .lp-wash__categoryWrap li.is-none {
  color: #008672;
  background-color: #fff;
}

.lp-wash .lp-other {
  padding-top: 0;
}

.lp-wash .lp-access .lp-ttl__txt {
  color: #d9254b;
}

.lp-wash .lp-contact {
  background: url("../img/lp/car_wash/reserve_bg.png") repeat 0 0;
}

.lp-wash .lp-contact__txt {
  padding-left: 36px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 3.33vw;
}

.lp-wash .lp-contact__txt .is-small {
  font-size: 2.66vw;
}

.news-list {
  margin-bottom: 44px;
}

.news-list__item {
  background-color: #fff;
  padding: 12px 15px;
  margin-bottom: 15px;
}

.news-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1d1d;
}

.news-list__media {
  width: 84.5px;
  height: 61.5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list__img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  height: 100%;
}

.news-list__body {
  width: calc(100% - 94.5px);
}

.news-list__time {
  display: block;
  margin: 8px 0;
}

.privacy-section {
  margin-bottom: 70px;
}

.privacy-section:first-of-type {
  margin-top: 60px;
}

.privacy-lists {
  counter-reset: number 0;
}

.privacy-lists li {
  font-size: 14px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.privacy-lists li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-weight: bold;
}

.privacy-lists li + li {
  margin-top: 1em;
}

.recruit-section {
  margin: 0 0 40px;
}

.recruit-box__title {
  margin-top: 10px;
}

.recruit-table {
  width: 100%;
  table-layout: fixed;
}

.recruit-table__tr:nth-of-type(odd) .recruit-table__th,
.recruit-table__tr:nth-of-type(odd) .recruit-table__td {
  background-color: #f7fafa;
}

.recruit-table__th {
  color: #00a291;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  width: 120px;
}

.recruit-table__td {
  background-color: #fff;
  padding: 20px;
}

.recruit-tel {
  font-size: 20px;
  font-size: 2rem;
}

.recruit-tel__link {
  color: #1d1d1d;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

.arrow-bottom__btn {
  position: relative;
}

.arrow-bottom__btn .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.note {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

.note + .note {
  margin-top: 0;
}

.asterisk {
  font-size: 10px;
}

.section__title {
  font-size: 28px;
}

.clm-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm-media__img {
  width: 100%;
}

.clm-media__body {
  width: 100%;
  margin-top: 20px;
}

.clm-media__body p + p {
  margin-bottom: 1em;
}

.service-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 20px;
  background-color: #fff;
}

.service-menu__list {
  position: relative;
  width: 100%;
}

.service-menu__list + .service-menu__list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}

.service-menu__list a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 1em 1.5em 1em 0;
  font-weight: bold;
  color: #000;
}

.service-menu__list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 2px solid #00a291;
  border-right: 2px solid #00a291;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.service-menu__btn {
  margin-top: 12px;
}

.service-menu__btn .btn {
  margin: 0 auto;
}

.service-section {
  margin-bottom: 80px;
}

.service-section:first-of-type {
  margin-top: 35px;
}

.service-btn {
  margin-top: 16px;
}

.service-btn .btn {
  margin: 0 auto;
}

.service-subTtl {
  margin-top: 50px;
  font-size: 18px;
  color: #005d53;
}

.service-clm__ttl {
  margin-bottom: 1em;
  color: #005d53;
}

.service-coating__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 34px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 0 8px 0;
  background-color: #fff;
}

.service-coating__menuList {
  position: relative;
  width: 50%;
}

.service-coating__menuList + .service-coating__menuList:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #c9c9c9;
}

.service-coating__menuList a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 16px 0 10px;
  color: #000;
}

.service-coating__menuList a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 2px solid #00a291;
  border-right: 2px solid #00a291;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.service-coating__menuLogo {
  margin: 0 auto;
  width: auto;
  height: 20px;
}

.service-coating__menuTtl,
.service-coating__menuPrice {
  display: block;
  text-align: center;
}

.service-coating__menuTtl {
  margin-top: 6px;
  font-size: 10px;
}

.service-coating__menuPrice {
  margin-top: 5px;
  line-height: 1;
}

.service-coating__menuPrice .price__num {
  font-weight: bold;
  font-size: 14px;
}

.service-coating__section {
  margin-top: 48px;
}

.service-coating__section:first-of-type {
  margin-top: 20px;
}

.service-coating__ttl img,
.service-coating__ttl .ttl {
  display: inline-block;
  vertical-align: middle;
}

.service-coating__ttl img {
  width: auto;
  height: 20px;
}

.service-coating__ttl .ttl {
  padding-left: 1em;
  font-size: 16px;
}

.service-coating__lead {
  margin-top: 1em;
  font-size: 15px;
  color: #005d53;
}

.service-coating__txt {
  margin-top: .5em;
}

.table__wrap {
  position: relative;
}

.table {
  width: 100%;
  min-width: 768px;
}

.table thead th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #005d53;
  background-color: #e4ebeb;
}

.table tbody tr:nth-of-type(odd) th,
.table tbody tr:nth-of-type(odd) td {
  background-color: #fff;
}

.table tbody tr:nth-of-type(even) th,
.table tbody tr:nth-of-type(even) td {
  background-color: #f7fafa;
}

.table tbody tr.table-bgc-white th,
.table tbody tr.table-bgc-white td {
  background-color: #fff !important;
}

.table tbody tr.table-bgc-gray th,
.table tbody tr.table-bgc-gray td {
  background-color: #f7fafa !important;
}

.table tbody th {
  font-weight: normal;
}

.table tbody th,
.table tbody td {
  text-align: left;
  padding: 15px;
  font-size: 13px;
}

.table .table-subTtl {
  font-weight: bold;
  color: #005d53;
}

.table .table-center {
  text-align: center;
}

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

.table .table-color-green {
  color: #00a291;
}

.table-width-sp {
  min-width: 320px;
}

.table-width-500 {
  min-width: 500px;
}

.table-sticky {
  position: sticky;
  position: -webkit-sticky;
}

.table thead th {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.table tbody th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}

th.table-subTtl {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}

.table thead th:first-child {
  left: 0;
  width: 30%;
  z-index: 2;
}

.table thead th.table-th_w70 {
  width: 70%;
}

.table thead th.table-th_w50 {
  width: 50%;
}

.table-break-sticky {
  width: auto !important;
  left: inherit !important;
  z-index: 1 !important;
}

.service-table__wrap {
  margin-top: 16px;
}

.service-coating__tableImg {
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}

.service-coating__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1;
  font-size: 13px;
}

.service-coating__link .icon {
  display: inline-block;
  margin-left: 4px;
}

.service-coating__tableTtl {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  font-size: 14px;
}

.service-coating__tableSubttl {
  margin-top: 8px;
  font-size: 13px;
}

.sertvice-coating__gzoxTableHead {
  position: relative;
  white-space: nowrap;
}

.service-coating__tableImg {
  display: inline-block;
  vertical-align: middle;
}

.sertvice-coating__gzoxTableHeadTxt {
  display: inline-block;
  vertical-align: middle;
}

.sertvice-coating__gzoxTableHeadTxt .service-coating__link {
  display: block;
  margin-top: .5em;
  margin-left: 0;
}

.service-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  counter-reset: num;
}

.service-point__list {
  position: relative;
  width: 49%;
  margin-bottom: 30px;
}

.service-point__list:before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: -12px;
  left: 0;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #00a291;
}

.service-point__ttl {
  margin-top: 1em;
  font-size: 16px;
  color: #005d53;
}

.service-point__txt {
  margin-top: .6em;
  font-size: 14px;
}

.service-cleaning__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.service-cleaning__detailItem {
  width: 100%;
  padding: 10px 8px;
  background-color: #fff;
}

.service-cleaning__detailItem + .service-cleaning__detailItem {
  margin-top: 10px;
}

.service-cleaning__detailItem h4 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.service-cleaning__detailItem p {
  margin-top: .5em;
}

.service-alacarte__subTtl {
  margin-top: 30px;
}

.service-alacarte__clm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.service-alacarte__clm2 {
  width: 100%;
}

.service-alacarte__clm2 + .service-alacarte__clm2 {
  margin-top: 16px;
}

.service-flow__point .service-point__list {
  margin-bottom: 30px;
}

.usedcar-lead {
  margin-bottom: 40px;
}

.usedcar-list {
  margin-bottom: 44px;
}

.usedcar-list__item {
  background-color: #fff;
  padding: 10px 8.5px 12.5px;
  margin-bottom: 16.5px;
  position: relative;
}

.usedcar-list__media {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 195px;
}

.usedcar-list__img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  height: 100%;
}

.usedcar-list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.usedcar-list-info__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.usedcar-list__name {
  margin: 10px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.usedcar-list__link {
  color: #00a291;
  text-align: right;
  font-weight: bold;
  position: absolute;
  right: 8.5px;
  bottom: 12.5px;
}

.usedcar-list__link:after {
  content: "＞";
  margin-left: 10px;
}

.usedcar__link {
  color: #1d1d1d;
  display: block;
  padding: 0 0 20px;
}

.usedcar__link:hover .usedcars-list__link {
  font-weight: 700;
}

.works-list {
  margin-bottom: 44px;
}

.works-list__item {
  background-color: #fff;
  padding: 10px 8.5px 12.5px;
  margin-bottom: 16.5px;
}

.works-list__media {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 195px;
}

.works-list__img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  height: 100%;
}

.works-list__time {
  display: block;
  margin: 8px 0;
}

.works-list__link {
  color: #1d1d1d;
  width: 100%;
}

.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

.entry-column [class*=acms-col-] {
  padding: 0;
}

.entry-column h2 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h3 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h4 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h5 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h6 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column dl {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column p {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

.entry-column [class*="column-image"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-file"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-map"] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-yolp"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-street-view"]:not(.column-street-view-inner) {
  padding-right: 10px;
  padding-left: 10px;
}

.entry-column [class*="column-youtube"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-video"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-eximage"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-media"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-quote"] {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column [class*="column-module"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="column-image"] {
  margin-bottom: 20px;
}

[class*="column-file"] {
  margin-bottom: 20px;
}

[class*="column-map"] {
  margin-bottom: 20px;
}

[class*="column-yolp"] {
  margin-bottom: 20px;
}

[class*="column-street-view"] {
  margin-bottom: 20px;
}

[class*="column-youtube"] {
  margin-bottom: 20px;
}

[class*="column-video"] {
  margin-bottom: 20px;
}

[class*="column-eximage"] {
  margin-bottom: 20px;
}

[class*="column-media"] {
  margin-bottom: 20px;
}

[class*="column-quote"] {
  margin-bottom: 20px;
}

[class*="column-module"] {
  margin-bottom: 20px;
}

[class*="column-image"],
[class*="column-media"],
[class*="column-eximage"] {
  display: block;
}

[class*="column-image"].caption,
[class*="column-media"].caption,
[class*="column-eximage"].caption {
  margin-bottom: 10px;
}

[class*="column-image"] a,
[class*="column-media"] a,
[class*="column-eximage"] a {
  display: block;
}

[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

[class*="column-image"] .caption,
[class*="column-media"] .caption,
[class*="column-eximage"] .caption {
  margin: 5px 0 0 0;
}

[class*="column-media"] a[href*="media-download"] {
  display: inline-block;
  width: 100%;
}

[class*="column-map"] > img,
[class*="column-yolp"] > img {
  max-width: 100%;
}

[class*="column-map"] img,
[class*="column-yolp"] img {
  width: auto;
  height: auto;
}

[class*="column-map"] > div {
  max-width: 100%;
}

[class*="column-yolp"] {
  width: auto !important;
}

[class*="column-quote"] blockquote {
  padding: 20px 10px 20px 20px;
}

[class*="column-quote"] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}

[class*="column-quote"] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}

[class*="column-quote"] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}

[class*="column-quote"] .quoteTitleLink {
  color: #006cd8;
}

[class*="column-quote"] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}

[class*="column-quote"] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

.column-file-left {
  text-align: left;
  float: left;
  text-align: left;
}

.column-file-left + .caption {
  text-align: left;
}

.column-file-right {
  text-align: right;
  float: right;
  text-align: right;
}

.column-file-right + .caption {
  text-align: right;
}

.column-file-center {
  text-align: center;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-file-center + .caption {
  text-align: center;
}

.column-file-auto {
  text-align: start;
  float: none;
}

.column-file-auto + .caption {
  text-align: start;
}

.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

.column-media-left {
  float: left;
  text-align: left;
}

.column-media-left :not([href*="media-download"]) + .caption {
  text-align: center;
}

.column-media-right {
  float: right;
  text-align: right;
}

.column-media-right :not([href*="media-download"]) + .caption {
  text-align: center;
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-media-center :not([href*="media-download"]) + .caption {
  text-align: center;
}

.column-media-auto {
  float: none;
}

.column-media-auto :not([href*="media-download"]) + .caption {
  text-align: center;
}

.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-file"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-street-view"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-quote"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-module"] {
  width: auto !important;
  max-width: 100%;
}

.entry-container {
  margin-right: 10px;
  margin-left: 10px;
}

.column-pdf-image {
  width: 100%;
  border: solid 1px #aaa;
}

.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%;
}

.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

@media screen and (min-width:768px) {
  a img {
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  a:hover {
    color: #00a291;
    text-decoration: none;
  }

  a:hover img {
    opacity: .8;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .view-sp {
    display: none !important;
  }

  .logo-tokyo {
    width: 200px;
  }

  .btn-entry {
    padding: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn-entry--prev:before {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }

  .btn-entry--next:before {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }

  .select__item {
    width: 239px;
    margin: 0 0 0 28px;
  }

  .tabs__item {
    font-size: 20px;
    font-size: 2rem;
  }

  .box {
    margin-bottom: 60px;
  }

  .box__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .clm-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .clm-2__item {
    width: 47.5%;
  }

  .inner {
    max-width: 1080px;
    margin: 0 auto;
  }

  .header__inner {
    height: 70px;
  }

  .section-contact {
    padding: 70px 0 55px;
  }

  .section-contact__title {
    font-size: 70px;
    font-size: 7rem;
  }

  .section-contact__titlecaption {
    font-size: 16px;
    font-size: 1.6rem;
    width: 160px;
    padding-top: 15px;
    margin-top: 10px;
  }

  .section-contact__headline {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.2;
  }

  .section-contact__btn {
    width: 290px;
    height: 60px;
  }

  .section-contact__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-contact__text {
    margin-top: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .footer {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .footer-clm {
    padding: 55px 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-clm__item--logo {
    width: 26.5%;
  }

  .footer-clm__item--address {
    width: 30%;
  }

  .footer-clm__item--bnr {
    width: 10.5%;
  }

  .footer-nav__list {
    width: 16.5%;
  }

  .sns__list {
    margin: 20px 0 0 0;
  }

  .copyright {
    padding-bottom: 20px;
  }

  .breadcrumb {
    margin: 23px 0 35px;
  }

  .page-header__inner {
    height: 188px;
  }

  .page-header__title {
    font-size: 70px;
    font-size: 7rem;
  }

  .page-header__titlecaption {
    font-size: 16px;
    font-size: 1.6rem;
    width: 160px;
    padding-top: 15px;
    margin-top: 10px;
  }

  .page-lead {
    padding-top: 15px;
  }

  .page-lead__title {
    margin: 0 auto 20px;
    max-width: 740px;
    font-size: 32px;
    font-size: 3.2rem;
  }

  .pagetop {
    bottom: 175px;
    right: 11px;
    top: 23px;
  }

  .pagenav-pager__item {
    width: 53px;
    height: 47px;
  }

  .section__header {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }

  .section__title {
    padding: 0 0 10px;
  }

  .clm-media {
    padding-top: 20px;
  }

  .clm-media__img {
    width: 47.96%;
  }

  .clm-media__body {
    width: 48.33%;
    margin-top: 0;
  }

  .company-clm-meadia__img {
    width: 28.4% !important;
  }

  .company-clm-meadia__img img {
    width: 100%;
    max-width: 100%;
  }

  .company-clm-meadia__body {
    width: 68.8% !important;
    margin-top: 12px !important;
  }

  .company-section {
    margin-bottom: 140px;
  }

  .company-clm__ttl {
    padding-left: 0;
    font-size: 32px;
  }

  .company-clm__ttl:before,
  .company-clm__ttl:after {
    font-size: 100px;
  }

  .company-clm__ttl:before {
    top: 32px;
    left: -25px;
  }

  .company-clm__ttl:after {
    bottom: -25px;
    right: -18px;
  }

  .company-summary__headline {
    width: 22%;
    padding: 20px;
  }

  .company-summary__body {
    width: 78%;
    padding: 20px 20px 20px 0;
  }

  .company-area__item {
    width: 46.75%;
  }

  .company-area__item + .company-area__item {
    margin-top: 0;
  }

  .company-area__ttl {
    font-size: 20px;
  }

  .company-area__map {
    margin-top: 25px;
  }

  .company-area__map iframe {
    height: 335px;
  }

  .company-area__btn {
    max-width: 444px;
    margin: 20px auto 0;
  }

  .company-area__btn > .btn {
    max-width: 48%;
  }

  .company-area__btn > .btn + .btn {
    margin-top: 0;
    margin-left: 2%;
  }

  .contact-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .contact-clm__item {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .contact-clm__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contact-form {
    padding: 20px 240px;
    margin-top: 15px;
  }

  .contact-field {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .contact-field__error {
    position: absolute;
    right: 0;
    top: 0;
  }

  .contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }

  .contact-tel--btn {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-footer {
    text-align: center;
  }

  .contact-message,
  .contact-message--error {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0;
  }

  .contact-section {
    margin-bottom: 140px;
  }

  .form-btn-return .btn {
    margin-right: 10px;
  }

  .entry-header__title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .entry-section__title {
    padding: 0 0 10px;
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }

  .entry-section__title:before {
    width: 280px;
  }

  .entry-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .entry-detail__figure {
    width: 48%;
    margin-right: 2%;
  }

  .entry-detail__content {
    width: 50%;
    padding: 0 40px;
  }

  .entry-detail-info:last-of-type {
    margin-bottom: 40px;
  }

  .entry-gallary__item {
    width: 29.239766081871345%;
    margin-bottom: .8333333333333334vw;
  }

  .entry-gallary__item:not(:nth-of-type(3n)) {
    margin-right: 6.140350877192982%;
  }

  .faq__title {
    padding: 25px 48px;
  }

  .faq__title .icon {
    font-size: 40px;
    font-size: 4rem;
  }

  .faq__title:before {
    width: 20px;
  }

  .faq__title:after {
    height: 20px;
    right: 9px;
  }

  .faq__body {
    padding: 25px 0 50px 48px;
  }

  .faq__body .icon {
    font-size: 40px;
    font-size: 4rem;
  }

  .fee__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 520px;
    margin: 20px auto 0;
  }

  .fee__btn > .btn + .btn {
    margin-top: 0;
  }

  .fee-tabMenu__btn img {
    height: 36px;
  }

  .fee-coating__tableImg {
    max-width: 140px;
  }

  .top__title {
    font-size: 70px;
    font-size: 7rem;
  }

  .top__titlecaption {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top__titlecaption:before {
    width: 160px;
    margin-bottom: 15px;
  }

  .top-mv-section__title {
    width: 62.416666666666664vw;
    height: 36.583333333333336vw;
  }

  .top-lead {
    font-size: 35px;
    font-size: 3.5rem;
    padding: 5px 0;
    margin-bottom: 35px;
  }

  .top-news-list {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .top-about__headline,
  .top-usedcar__headline {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0 0 20px;
  }

  .top-about-section {
    padding: 120px 0 30px;
  }

  .top-about-grid {
    margin-bottom: 65px;
  }

  .top-about-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-about-clm__body {
    width: 38.333333333333336vw;
  }

  .top-about-clm__body--about1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .top-about-clm__body--about2 {
    margin-left: 30px;
  }

  .top-about-clm__figure {
    width: 49.166666666666664vw;
  }

  .top-about-clm__figure--about1 {
    margin-left: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .top-service-section {
    padding: 80px 0 60px;
  }

  .top-service-tab {
    margin-top: 35px;
  }

  .top-service-tab__item {
    font-size: 18px;
    font-size: 1.8rem;
    height: 57px;
  }

  .top-service-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 3.75vw;
  }

  .top-service-clm__figure {
    width: 45vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45vw;
    -ms-flex: 0 0 45vw;
    flex: 0 0 45vw;
    margin-right: 3.75vw;
  }

  .top-service-clm__body {
    width: 33.75vw;
  }

  .top-service-clm__headline {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0 0 16px;
  }

  .top-nav__btn {
    margin: 46px 27px 0;
  }

  .top-works-section {
    padding: 100px 0 60px;
  }

  .top-works-clm {
    max-width: 1080px;
    margin: 40px auto 9px;
  }

  .top-usedcar__headline {
    margin: 17px 0 20px;
  }

  .top-usedcar-section {
    padding: 100px 0 60px;
  }

  .top-usedcar-clm {
    max-width: 1080px;
    margin: 40px auto;
  }

  .top-faq-section {
    padding: 50px 0 35px;
  }

  .top-faq-section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-faq-list {
    width: calc(100% - 300px);
  }

  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news-list__item {
    margin-bottom: 30px;
    width: 525px;
    -webkit-box-flex: 525px;
    -webkit-flex: 525px 0 0;
    -ms-flex: 525px 0 0px;
    flex: 525px 0 0;
  }

  .news-list__item:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }

  .news-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-list__media {
    width: 169px;
    height: 123px;
    margin-right: 20px;
  }

  .news-list__body {
    width: calc(100% - 189px);
  }

  .privacy-section {
    margin-bottom: 140px;
  }

  .privacy-lists li {
    font-size: 16px;
  }

  .recruit-section {
    margin: 0 0 85px;
  }

  .recruit-table__th {
    width: 240px;
  }

  .recruit-tel {
    font-size: 30px;
    font-size: 3rem;
  }

  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }

  .section__title {
    font-size: 40px;
  }

  .clm-media {
    padding-top: 20px;
  }

  .clm-media__img {
    width: 47.96%;
  }

  .clm-media__body {
    width: 48.33%;
    margin-top: 0;
  }

  .service-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .service-menu__list {
    width: 20%;
  }

  .service-menu__list + .service-menu__list:before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    margin-top: -15px;
  }

  .service-menu__list a {
    padding: 1em 1em 1.5em 1em;
    text-align: center;
  }

  .service-menu__list a:after {
    top: inherit;
    right: inherit;
    bottom: 10px;
    left: 50%;
    margin-top: 0;
    margin-left: -3px;
  }

  .service-menu__btn {
    margin-top: 36px;
  }

  .service-btn {
    margin-top: 40px;
  }

  .service-clm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-clm__ttl {
    font-size: 18px;
  }

  .service-coating__menu {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 20px 10px 20px;
  }

  .service-coating__menuList + .service-coating__menuList:before {
    height: 80px;
    margin-top: -40px;
  }

  .service-coating__menuList a {
    padding: 0 20px;
  }

  .service-coating__menuList a:after {
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
  }

  .service-coating__menuLogo {
    height: 38px;
  }

  .service-coating__menuTtl {
    margin-top: 10px;
    font-size: 16px;
  }

  .service-coating__menuPrice {
    margin-top: 10px;
  }

  .service-coating__menuPrice .price__num {
    font-size: 25px;
  }

  .service-coating__section {
    margin-top: 80px;
  }

  .service-coating__section:first-of-type {
    margin-top: 50px;
  }

  .service-coating__ttl img {
    height: 42px;
  }

  .service-coating__ttl .ttl {
    font-size: 22px;
  }

  .service-coating__lead {
    font-size: 18px;
  }

  .table {
    min-width: inherit;
  }

  .table-width-sp {
    min-width: inherit;
  }

  .table-width-500 {
    min-width: inherit;
  }

  .table thead th:first-child {
    width: auto;
  }

  .table thead th.table-th_w70 {
    width: auto;
  }

  .table thead th.table-th_w50 {
    width: auto;
  }

  .service-table__wrap {
    margin-top: 30px;
  }

  .service-coating__tableImg {
    max-width: 140px;
  }

  .service-coating__tableTtl {
    font-size: 18px;
  }

  .sertvice-coating__gzoxTableHeadTxt {
    margin-left: 10px;
  }

  .service-point {
    margin-top: 50px;
  }

  .service-point__list {
    width: 32%;
  }

  .service-point__list:before {
    top: -20px;
    padding: 8px 12px;
    font-size: 25px;
  }

  .service-cleaning__detailItem {
    width: 19.2%;
    padding: 20px 14px;
  }

  .service-cleaning__detailItem + .service-cleaning__detailItem {
    margin-top: 0;
  }

  .service-alacarte__clm {
    margin-top: 30px;
  }

  .service-alacarte__clm2 {
    width: 49%;
  }

  .service-alacarte__clm2 + .service-alacarte__clm2 {
    margin-top: 0;
  }

  .service-flow__point .service-point__list {
    margin-bottom: 50px;
  }

  .usedcar-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .usedcar-list__item {
    width: 338px;
    -webkit-box-flex: 338px;
    -webkit-flex: 338px 0 0;
    -ms-flex: 338px 0 0px;
    flex: 338px 0 0;
    margin-bottom: 33px;
    padding: 20px 17px 25px;
  }

  .usedcar-list__item:not(:nth-of-type(3n)) {
    margin-right: 33px;
  }

  .usedcar-list__link {
    right: 20px;
    bottom: 17px;
  }

  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .works-list__item {
    width: 338px;
    -webkit-box-flex: 338px;
    -webkit-flex: 338px 0 0;
    -ms-flex: 338px 0 0px;
    flex: 338px 0 0;
    margin-bottom: 33px;
    padding: 20px 17px 25px;
  }

  .works-list__item:not(:nth-of-type(3n)) {
    margin-right: 33px;
  }

  .works-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width:1000px) {
  .section-contact-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-contact__body {
    width: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }

  .section-contact__body:not(:last-of-type) {
    margin-right: 2.5vw;
  }
}

@media screen and (min-width:1320px) {
  .view-sptab {
    display: none !important;
  }

  .primary-nav {
    display: block !important;
  }

  .primary-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .primary-nav__item:not(:last-of-type) {
    margin-right: 35px;
    padding: 0 5px;
  }

  .primary-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .primary-nav__link:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #00a291;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .1s;
    transition: all .1s;
  }

  .primary-nav__link:hover {
    cursor: pointer;
  }

  .primary-nav__link:hover:after,
  .primary-nav__link.is-active:after {
    width: 100%;
  }

  .primary-nav__btn {
    width: 186px;
    height: 70px;
  }

  .secondary-nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .secondary-nav__list {
    width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secondary-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    position: relative;
    -webkit-transition: all .1s;
    transition: all .1s;
  }

  .secondary-nav__link:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #00a291;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .1s;
    transition: all .1s;
  }

  .secondary-nav__link:hover {
    font-weight: 700;
  }

  .secondary-nav__link:hover:after {
    width: 100%;
  }

  .hamburger {
    display: none;
  }

  .section-contact__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-contact__body:not(:last-of-type) {
    margin-right: 77px;
  }

  .main {
    padding-top: 70px;
  }

  .entry-gallary__item {
    width: 300px;
    margin-bottom: 20px;
  }

  .entry-gallary__item:not(:nth-of-type(3n)) {
    margin-right: 63px;
  }

  .top-mv-section__title {
    width: 749px;
    height: 439px;
  }

  .top-news-list {
    padding: 49px 0;
  }

  .top-about-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 590px;
    grid-template-columns: 1fr 590px;
    -ms-grid-rows: 130px 1px 1fr;
    grid-template-rows: 130px 1fr;
    gap: 1px 1px;
    grid-template-areas: "title img" "body img";
  }

  .top-about-grid__title {
    grid-area: title;
  }

  .top-about-grid__figure {
    grid-area: img;
    width: 590px;
  }

  .top-about-grid__body {
    grid-area: body;
    margin-right: 30px;
  }

  .top-about-grid__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .top-about-grid__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .top-about-grid__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .top-about-grid__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .top-about-grid__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .top-about-grid__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .top-about-clm__body {
    width: 460px;
  }

  .top-about-clm__figure {
    width: 590px;
  }

  .top-service-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0;
  }

  .top-service-clm__figure {
    width: 540px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 540px;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    margin-right: 45px;
  }

  .top-service-clm__body {
    width: 405px;
  }
}

@media screen and (max-width:1319.9px) {
  .header {
    border-bottom: 1px solid #ccc;
  }

  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
  }

  .primary-nav__list {
    width: 100%;
  }

  .primary-nav__item {
    padding: 15px 0;
    margin: 0 20px;
  }

  .primary-nav__item:not(:last-of-type) {
    border-bottom: 1px solid #c7c7c7;
  }

  .primary-nav__item.is-active {
    border: none;
    padding-bottom: 0;
  }

  .primary-nav__link {
    display: block;
  }

  .primary-nav__btn {
    margin: 0 auto;
  }

  .secondary-nav {
    margin: 12px -20px 0;
    padding: 5px 0;
  }

  .secondary-nav__item {
    padding: 10px 20px;
  }

  .secondary-nav__link {
    display: block;
  }

  .js-secondary-nav__btn {
    cursor: pointer;
    position: relative;
  }

  .js-secondary-nav__btn:before,
  .js-secondary-nav__btn:after {
    content: "";
    display: block;
    background-color: #00a291;
    position: absolute;
  }

  .js-secondary-nav__btn:before {
    width: 17px;
    height: 1px;
    top: 8px;
    right: 0;
  }

  .js-secondary-nav__btn:after {
    width: 1px;
    height: 17px;
    top: 0;
    right: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .js-secondary-nav__btn.is-active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
  }
}

@media screen and (max-width:1200px) {
  .lp-btn__inner {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }

  .lp-ttl {
    padding: 0 30px;
  }

  .lp-ttl__icon {
    width: 32px;
  }

  .lp-ttl__txt {
    font-size: 30px;
  }

  .lp-header__inner {
    height: 50px;
  }

  .lp-header__icon {
    top: 10px;
    left: 15px;
    width: 100px;
  }

  .lp-header__menuItem a {
    height: 50px;
  }

  .lp-header__menuIcon {
    width: 38px;
    height: 38px;
  }

  .lp-header__menuDetail {
    display: none;
  }

  .lp_header__access {
    padding-right: 10px;
  }

  .lp_header__tel {
    padding-right: 10px;
  }

  .lp_header__reserve {
    width: 50px;
    height: 50px;
  }

  .lp_header__reserve a {
    font-size: 10px;
  }

  .lp_header__reserve a img {
    width: 22px;
    margin: 8px auto 4px;
  }

  .lp-main {
    font-size: 14px;
  }

  .lp-mv__ttl-ballon {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .lp-mv__ttl-ballon:after {
    bottom: -8px;
    margin-left: -4px;
    border-width: 8px 4px 0 4px;
  }

  .lp-mv__ttl-txt {
    padding-top: 15px;
    font-size: 60px;
  }

  .lp-mv__ballon {
    top: -60px;
    width: 120px;
    margin-left: 238px;
  }

  .lp-mv__off {
    height: 26px;
    margin-top: 15px;
    padding: 0 32px;
    line-height: 26px;
    font-size: 17px;
  }

  .lp-mv__off .is-small {
    font-size: 12px;
  }

  .lp-mv__btn {
    margin-top: 15px;
  }

  .lp-itemBox__ttl {
    padding: 15px;
    font-size: 15px;
  }

  .lp-about__lead {
    padding-top: 100px;
    font-size: 20px;
  }

  .lp-about__lead .is-small {
    font-size: 15px;
  }

  .lp-about__point-img-num {
    top: -4px;
    left: 20px;
    width: 62px;
  }

  .lp-itemBox-rev .lp-about__point-img-num {
    right: 20px;
  }

  .lp-treatment__ttl {
    font-size: 24px;
  }

  .lp-contact {
    min-height: inherit;
    padding: 50px 30px;
  }

  .lp-contact__img {
    display: none;
  }

  .lp-contact__txtBox {
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: center;
  }

  .lp-contact__off {
    padding-left: 0;
  }

  .lp-contact__off .is-txt {
    padding-left: 0;
    font-size: 24px;
  }

  .lp-contact__off .is-yellow {
    font-size: 25px;
  }

  .lp-contact__txt {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }

  .lp-contact__detail {
    max-width: 700px;
    margin: 0 auto;
  }

  .lp-contact__detailTel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp-contact__detailTel .lp-contact__detailTxt {
    text-align: left;
  }

  .lp-contact__detailTel .tel-txt {
    font-size: 12px;
  }

  .lp-contact__detailTel .tel-num {
    font-size: 26px;
  }

  .lp-contact__detailTel .tel-smallTxt {
    font-size: 10px;
  }

  .lp-contact__detailBtn .lp-btn__inner {
    height: 66px;
  }

  .lp-contact__detailBtn .lp-btn__icon {
    width: 30px;
  }

  .lp-contact__detailBtn .lp-btn__label {
    padding: 18px 15px 18px 26%;
    text-align: left;
    font-size: 15px;
  }

  .lp-contact__detailBtn .lp-btn__label .is-small {
    font-size: 10px;
  }

  .lp-service__leadDetail-ttl img {
    width: 100px;
  }

  .lp-service__leadDetail-ttl span {
    font-size: 20px;
  }

  .lp-service__item-txtBox .lp-itemBox__ttl {
    padding: 8px 15px;
    font-size: 20px;
  }

  .lp-service__item-txtBox .lp-itemBox__ttl img {
    width: 118px;
  }

  .lp-service__item-lists li .label {
    width: 70px;
    text-align: center;
    padding: 6px;
    font-size: 12px;
  }

  .lp-service__item-lists li .detail {
    padding: 0 10px 0 5px;
    font-size: 12px;
  }

  .lp-service__item-lists li .detail .is-small {
    font-size: 10px;
  }

  .lp-service__item-price {
    margin-top: 24px;
  }

  .lp-service__item-price .tag {
    width: 70px;
    text-align: center;
    padding: 6px;
    font-size: 12px;
  }

  .lp-service__item-price .price {
    font-size: 50px;
  }

  .lp-service__item-price .price span {
    font-size: 18px;
  }

  .lp-service__item-price .size {
    font-size: 12px;
  }

  .lp-service__item-w100 .lp-service__item-txt {
    padding: 20px 30px 80px;
  }

  .lp-service__item-w100 .lp-service__item-lists > li:last-child .detail {
    min-width: 160px;
  }

  .lp-other__itemTxt {
    padding: 8px 0 0 0;
    font-size: 10px;
  }

  .lp-other__calcIcon {
    width: 20px;
    margin: 0 16px;
  }

  .lp-other__calcPrice .price {
    line-height: 1;
    font-size: 40px;
  }

  .lp-other__calcPrice .price span {
    font-size: 12px;
  }

  .lp-flow__detail {
    font-size: 14px;
  }

  .lp-result__itemDetail {
    padding-top: 15px;
  }

  .lp-result__itemDetail .ttl {
    font-size: 14px;
  }

  .lp-access__detail {
    font-size: 14px;
  }

  .lp-wash .lp-itemBox__ttl .time {
    bottom: -12px;
    font-size: 14px;
  }
}

@media screen and (max-width:999.9px) {
  .section-contact__title {
    width: 100%;
  }

  .section-contact__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }

  .section-contact__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}

@media screen and (max-width:767.9px) {
  .view-pc {
    display: none !important;
  }

  .btn-entry--prev {
    width: 47px;
  }

  .btn-entry--next {
    width: 47px;
  }

  .clm-2__item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .logo-header-link {
    margin-left: 10px;
  }

  .primary-nav {
    top: 41px;
  }

  .hamburger {
    margin-right: 10px;
  }

  .section-contact__body {
    width: 48%;
  }

  .section-contact__body:not(:last-of-type) {
    margin-right: 2%;
  }

  .section-contact__headline {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
  }

  .section-contact__btn {
    width: 100%;
  }

  .section-contact__icon {
    width: 20px;
  }

  .section-contact .logo-reserve {
    width: 77.5px;
    height: 16.5px;
  }

  .footer-clm__item {
    margin-bottom: 34px;
  }

  .footer-clm__item--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-clm__item--bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .footer-nav__list {
    margin-right: 10px;
  }

  .footer .logo-keeper {
    margin-right: 10px;
  }

  .pagetop {
    width: 33px;
    height: 33px;
    right: 10px;
    top: 10px;
  }

  .contact-clm__item {
    margin-bottom: 5.333333333333334vw;
  }

  .contact-clm__icon {
    width: 20px;
  }

  .contact-field__label.required:after {
    position: absolute;
    right: 0;
    top: 0;
  }

  .contact-field__error {
    width: 100%;
  }

  .entry-detail__figure {
    margin: 0 0 20px;
  }

  .entry-detail__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .entry-detail-info {
    width: 100%;
  }

  .entry-gallary__item {
    width: 100%;
    margin-bottom: 3%;
  }

  .entry__price {
    width: 100%;
  }

  .fee-coating__tablekeeper,
  .fee-coating__tableGzox {
    table-layout: fixed;
  }

  .fee-coating__tablekeeper thead th:first-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 228px;
  }

  .fee-coating__tableGzox thead th:first-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 182px;
  }

  .top__title {
    margin-bottom: 20px;
  }

  .top-about-clm__img {
    margin: 0 auto;
  }

  .top-service-clm__body .btn--frame {
    margin: 0 auto;
  }

  .top-works-clm .swiper-slide {
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .top-works-clm .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .top-usedcar-clm .swiper-slide {
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .top-usedcar-clm .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .lp-btn {
    padding: 5px;
  }

  .lp-btn__inner {
    width: 235px;
    height: 62px;
    line-height: 62px;
    font-size: 15px;
    border-bottom: 2px solid #c6741c;
  }

  .lp-btn-green .lp-btn__inner {
    border-bottom: 2px solid #0f897b;
  }

  .lp-btn__icon {
    left: 15px;
    width: 30px;
  }

  .lp-ttl {
    padding: 0;
  }

  .lp-ttl__txt {
    padding-top: 15px;
    line-height: 1.25;
    font-size: 22px;
  }

  .lp-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-main {
    padding-bottom: 50px !important;
    font-size: 12px;
  }

  .lp-footer {
    padding: 0 15px;
  }

  .lp-footer__pageTop {
    top: -50px !important;
    width: 50px;
  }

  .lp-footer__wrap {
    display: block;
  }

  .lp-footer__sns {
    width: 80px;
    margin: 0 auto;
    padding: 12px 0;
  }

  .lp-footer__sns li {
    width: 30px;
    height: 30px;
  }

  .lp-footer__sns li + li {
    margin-left: 15px;
  }

  .lp-footer__copyright {
    padding-bottom: 15px;
    text-align: center;
  }

  .lp-mv {
    padding-top: 93.333%;
  }

  .lp-mv__inner {
    margin-top: -28vw;
  }

  .lp-mv__ttl-txt {
    width: 100%;
    font-size: 12vw;
  }

  .lp-mv__ballon {
    top: -60px;
    width: 106px;
    margin-left: 68px;
  }

  .lp-itemBox {
    min-height: inherit;
  }

  .lp-itemBox__txtBox {
    width: 100%;
    top: 0;
    margin: 0;
  }

  .lp-itemBox__ttl {
    width: 100%;
    margin: 0;
  }

  .lp-itemBox__txt {
    padding: 15px;
  }

  .lp-itemBox__imgBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-right: 4.4vw;
  }

  .lp-itemBox__imgBg {
    left: 0;
  }

  .lp-itemBox-rev .lp-itemBox__ttl {
    margin-left: 0;
  }

  .lp-itemBox-rev .lp-itemBox__txt {
    padding: 15px;
  }

  .lp-itemBox-rev .lp-itemBox__imgBox {
    padding-right: 0;
    padding-left: 4.4vw;
  }

  .lp-itemBox-rev .lp-itemBox__imgBg {
    right: 0;
  }

  .lp-about {
    background: url("../img/lp/car_coating/bg_img.png") no-repeat top right -50px;
    background-size: 200% auto;
  }

  .lp-about__ttl:after {
    bottom: -30%;
    background: url("../img/lp/car_coating/about_h_arrow_sp.png") no-repeat bottom center;
  }

  .lp-about__lead {
    padding-top: 72px;
  }

  .lp-about__point {
    padding-bottom: 80px;
  }

  .lp-about__point:first-of-type {
    margin-top: 24px;
  }

  .lp-about__point-img-num {
    width: 48px;
  }

  .lp-treatment {
    margin-bottom: 50px;
    padding: 24px 0 50px 0;
  }

  .lp-treatment__ttl {
    font-size: 15px;
  }

  .lp-treatment__ttl:before,
  .lp-treatment__ttl:after {
    width: 18px;
    height: 38px;
  }

  .lp-treatment__ttl:before {
    left: -14px;
  }

  .lp-treatment__ttl:after {
    right: -14px;
  }

  .lp-treatment__wrap {
    padding: 0 8px;
  }

  .lp-treatment__img span {
    padding-top: 8px;
    font-size: 12px;
  }

  .lp-treatment__img .is-small {
    font-size: 10px;
  }

  .lp-treatment__img-after img {
    border: 4px solid #e4851f;
  }

  .lp-contact {
    padding: 25px 15px 30px 15px;
    background-size: 30px 30px;
  }

  .lp-contact__off .is-txt {
    font-size: 15px;
  }

  .lp-contact__off .is-yellow {
    margin-top: 8px;
    padding: 4px 10px;
  }

  .lp-contact__txt {
    font-weight: bold;
    font-size: 16px;
  }

  .lp-contact__detail {
    display: block;
    padding-top: 15px;
  }

  .lp-contact__detailTel {
    width: 100%;
    margin: 0 auto;
  }

  .lp-contact__detailIcon {
    width: 40px;
    height: 40px;
  }

  .lp-contact__detailBtn {
    width: 230px;
    margin: 15px auto 0;
  }

  .lp-service {
    padding: 60px 0 0 0;
  }

  .lp-service__lead {
    padding: 20px 15px 0 15px;
  }

  .lp-service__leadwrap {
    display: block;
    position: relative;
    padding: 8px;
  }

  .lp-service__leadImg {
    width: 42%;
  }

  .lp-service__leadDetail {
    width: 100%;
    padding: 0;
  }

  .lp-service__leadDetail-ttl {
    position: absolute;
    top: 10px;
    left: 46%;
  }

  .lp-service__leadDetail-ttl img {
    display: block;
    width: 88px;
  }

  .lp-service__leadDetail-ttl span {
    display: block;
    padding: 0;
    font-size: 15px;
  }

  .lp-service__note {
    padding: 25px 15px;
  }

  .lp-service__noteWrap {
    padding: 4px 24px;
    border-radius: 22px;
  }

  .lp-service__item-txtBox .lp-itemBox__ttl span {
    padding-right: 6px;
  }

  .lp-service__item-lists {
    width: 100%;
  }

  .lp-service__item-price .size {
    font-size: 10px;
  }

  .lp-service__item-w100 .lp-service__item {
    padding: 0;
  }

  .lp-service__item-w100 .lp-service__item-txt {
    padding: 15px;
  }

  .lp-service__item-w100 .lp-service__item-lists {
    width: 100%;
  }

  .lp-service__item-w100 .lp-service__item-lists > li:last-child .detail {
    min-width: inherit;
  }

  .lp-service__item-w100 .lp-service__item-price .inner {
    padding-right: 8px;
  }

  .lp-service__logo_ek {
    width: 85px !important;
  }

  .lp-service__logo_ekp {
    width: 80px !important;
  }

  .lp-other {
    padding-bottom: 50px;
  }

  .lp-other__lead {
    padding-top: 15px;
  }

  .lp-other__item {
    margin-top: 24px;
  }

  .lp-other__itemLists li {
    width: 42%;
    margin: 0 2.3vw;
  }

  .lp-other__itemLists li + li {
    margin: 0 2.3vw;
  }

  .lp-other__itemTxt {
    padding: 8px 0 16px 0;
  }

  .lp-other__calc {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
  }

  .lp-other__calcTtl img {
    width: 20px;
  }

  .lp-other__calcTtl span {
    font-size: 15px;
  }

  .lp-other__calcWrap {
    padding-top: 15px;
  }

  .lp-other__calcLists {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp-other__calcLists + .lp-other__calcLists {
    margin-top: 20px;
  }

  .lp-other__calcLists li.is-sp {
    width: 100%;
  }

  .lp-other__calcLists li.is-sp + .lp-other__calcIcon-equal {
    margin-left: auto;
  }

  .lp-other__calcLists .lp-other__itemTxt {
    font-size: 10px;
  }

  .lp-other__calcItem {
    width: 29%;
  }

  .lp-other__calcIcon {
    width: 4.6vw;
    margin: -10vw 2px 0;
  }

  .lp-other__calcIcon-equal {
    margin-top: 0;
    margin-right: 16px;
  }

  .lp-other__calcPrice .price {
    line-height: 1;
    font-size: 50px;
  }

  .lp-other__calcPrice .price span {
    font-size: 15px;
  }

  .lp-flow {
    padding-top: 50px;
  }

  .lp-flow__wrap {
    padding-top: 42px;
  }

  .lp-flow__icon {
    top: -15px;
    width: 30px;
    height: 30px;
  }

  .lp-flow__detail {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px 15px 15px;
    font-size: 12px;
    border-radius: 0;
  }

  .lp-flow__arrow {
    width: 28px;
    margin: 4px auto 28px;
  }

  .lp-result {
    padding-top: 50px;
  }

  .lp-result__wrap {
    margin-top: 24px;
  }

  .lp-result__item {
    width: 100%;
  }

  .lp-result__item + .lp-result__item {
    margin-top: 20px;
  }

  .lp-access {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .lp-access__map {
    height: 250px;
    margin-top: 24px;
  }

  .lp-access__wrap {
    padding: 0 15px;
  }

  .lp-access__logo {
    width: 100px;
    margin-right: 8px;
  }

  .lp-access__detail {
    padding-left: 8px;
    font-size: 10px;
  }

  .lp-wash .lp-mv__btn .lp-btn__inner {
    border-bottom: 2px solid #af1e3c;
  }

  .lp-wash .lp-treatment__img-after img {
    border: 4px solid #d9254b;
  }

  .lp-wash .lp-itemBox__ttl .time {
    right: 0;
  }

  .lp-wash .lp-service__itemCol2 .lp-service__item {
    margin-bottom: 50px;
  }

  .lp-wash .lp-service__item-price .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp-wash .lp-wash__category {
    padding: 0 15px 45px 15px;
  }

  .lp-wash .lp-wash__categoryWrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp-wash .lp-wash__categoryWrap li {
    width: 48.5%;
    margin-left: 0;
    padding: 1em 8px;
    font-size: 10px;
  }

  .lp-wash .lp-contact__txt {
    padding: 0;
    font-size: 22px;
  }

  .lp-wash .lp-contact__txt .is-small {
    font-size: 18px;
  }

  .table__wrap {
    overflow: scroll;
    max-height: 60vh;
  }

  .table-ttl__keeper {
    width: 114px;
  }

  th.table-subTtl__keeper {
    left: 114px !important;
  }

  .table-ttl__gzox {
    width: 91px !important;
  }

  th.table-subTtl__gzox {
    left: 91px !important;
  }
}

@media (max-width:480px) {
  [class*="acms-col-"][class*="-right"] {
    float: left;
  }

  [class*="acms-col-"][class*="-right"] + * {
    clear: both;
  }
}

@media screen and (min-width:768px) and (max-width:1320px) {
  .icon-mail {
    width: 2.833333333333333vw;
  }

  .icon-window {
    width: 1.916666666666667vw;
  }

  .inner {
    max-width: initial;
    padding: 0 20px;
  }

  .logo-header-link {
    margin-left: 22px;
  }

  .primary-nav {
    top: 71px;
  }

  .hamburger {
    margin-right: 22px;
  }

  .contact-form {
    padding: 20px 20vw;
  }

  .contact-field__checkbox+label {
    padding: 1px 0 0 2.333333333333333vw;
    margin-right: 1.666666666666667vw;
  }

  .contact-field__checkbox+label::before {
    width: 1.666666666666667vw;
    height: 1.666666666666667vw;
  }

  .top-news-list {
    padding: 49px 20px;
  }

  .top-about-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 49.166666666666664vw;
    grid-template-columns: 1fr 49.166666666666664vw;
    -ms-grid-rows: 130px 1px 1fr;
    grid-template-rows: 130px 1fr;
    gap: 1px 1px;
    grid-template-areas: "title img" "body img";
  }

  .top-about-grid__title {
    grid-area: title;
  }

  .top-about-grid__figure {
    grid-area: img;
    width: 49.166666666666664vw;
  }

  .top-about-grid__body {
    grid-area: body;
    margin-right: 30px;
  }

  .top-about-grid__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .top-about-grid__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .top-about-grid__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .top-about-grid__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .top-about-grid__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .top-about-grid__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .top-works-clm {
    padding: 40px 20px 55px;
  }

  .top-usedcar-clm {
    padding: 40px 20px 55px;
  }

  .news-list__item {
    width: 43.75vw;
    -webkit-box-flex: 43.75vw;
    -webkit-flex: 43.75vw 0 0;
    -ms-flex: 43.75vw 0 0px;
    flex: 43.75vw 0 0;
    margin-bottom: 2.5vw;
  }

  .news-list__item:not(:nth-of-type(2n)) {
    margin-right: 2.5vw;
  }

  .usedcar-list__item {
    width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
    margin-bottom: 2%;
  }

  .usedcar-list__item:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }

  .works-list__item {
    width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
    margin-bottom: 2%;
  }

  .works-list__item:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

@media screen and (min-width:768px) and (max-width:999.9px) {
  .section-contact-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width:768px) and (max-width:1100px) {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* header renewal 2024/12 */
.header-pc {
  display: none;
}
.header .primary-nav__btn {
  width: 100%;
  max-width: 320px;
  font-size: 1.5rem;
}
.header .primary-nav__btn + .primary-nav__btn {
  margin-top: 15px;
}
@media screen and (min-width: 1320px) {
  .header .primary-nav__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .primary-nav__itemBtnWrap {
    display: flex;
  }
  .header .primary-nav__btn {
    width: 200px;
    height: 70px;
    text-align: center;
    font-size: 1.4rem;
  }
  .header .primary-nav__btn + .primary-nav__btn {
    margin-top: 0;
    margin-left: 20px;
  }
  .header-pc {
    display: block;
  }
}