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, img, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.font-oswald300 {
  font-family: 'Oswald', sans-serif;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
  transition: 0.7s;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clr {
  clear: both;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, html {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 14px;
  font-family: 'Oswald', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}
.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.tel-link a{
  color: inherit;
}

#gloval-nav {
  display: none;
}
.arrow {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 6px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow02, .arrow04 {
  position: relative;
  display: inline-block;
  margin: 0 auto 0 8px;
  padding: 0 0 0 6px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow03 {
  position: relative;
  display: inline-block;
  margin: 0 auto 0 8px;
  padding: 0 0 0 6px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow03::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #e50014;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.arrow02::before, .arrow04::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.arrow::after, .arrow03::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.arrow02::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #e50014;
}
.arrow04::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 2px auto 0 auto;
  content: "";
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #e50014;
}
.header {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.header h1 {
  width: 200px;
  float: left;
  margin: 0;
  padding: 16px 0 0 0;
}
.header .insta {
  float: right;
  margin: 35px 0 0 15px;
}
.header nav.mainNav {
  width: 800px;
  float: right;
  margin: 0 auto;
}
nav.mainNav ul.nav {
  width: 100%;
  position: relative;
}
nav.mainNav ul.nav::after {
  display: block;
  clear: both;
  content: '';
}
nav.mainNav ul.nav li {
  display: inline-block;
  width: calc(96%/5);
  position: relative;
  margin: 0 auto;
  text-align: center;
}
nav.mainNav ul.nav li a {
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  padding: 8px 0;
  border-left: 1px solid #d6d6d6;
}
nav.mainNav ul.nav li a:hover {
  opacity: .8;
}
nav.mainNav ul.nav li:first-child a {
  border: none;
}
nav.mainNav ul.nav li.contact {
  width: 160px;
}
nav.mainNav ul.nav li.contact a {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
  background: #e50014;
  padding: 32px 0;
  border: none;
}
nav.mainNav ul.nav li.contact a span {
  color: #fff;
}
nav.mainNav ul.nav li a span {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 0 0 6px 0;
}
nav.mainNav ul.nav li a span span {
  display: inline-block;
  color: #e50014;
}
nav.mainNav ul.nav li ul {
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  z-index: 9999;
  text-align: left;
  width: 100%;
  background: #1a1a1a;
}
nav.mainNav ul.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
nav.mainNav ul.nav li ul li {
  display: list-item;
  margin: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #484848;
}
nav.mainNav ul.nav li ul li:last-child {
  border: none;
}
nav.mainNav ul.nav li ul li span {
  display: inline-block;
  margin: 0 8px 0 0;
}
nav.mainNav ul.nav li ul li a {
  display: block;
  text-align: left;
  padding: 16px 20px;
  font-size: 12px;
  color: #fff;
  border: none;
}
nav.mainNav ul.nav li ul li a:hover {
  opacity: .8;
}
.swiper-container {
  widith: 100%;
  position: relative;
}
.swiper-container .mainVisual-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/mainVisual-overlay@2x.png") no-repeat;
  background-size: contain;
  background-position: 0 bottom;
  z-index: 1;
}
.content-area {
	position:relative;
}
.tit_maintenance .mainVisual-overlay02, .tit_fitting .mainVisual-overlay02, .wrap .mainVisual-overlay02, .service .mainVisual-overlay02, .tit_staff .mainVisual-overlay02, .tit_contact .mainVisual-overlay02, .tit_news .mainVisual-overlay02, .staffArea .mainVisual-overlay02 , .content-area .mainVisual-overlay02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/mainVisual-overlay_sub@2x.png") no-repeat;
  background-size: contain;
  background-position: 0 bottom;
  z-index: 0;
  pointer-events: none;
}
.slide-text {
  z-index: 10;
  font-size: 64px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.slide-text p.jpTxt {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
}
.slide-text p.jpTxt span {
  font-weight: 200;
}
.slide-text span {
  display: block;
  font-size: 22px;
  margin: 32px 0 0 0;
  line-height: 1.6em;
}



@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 7.2s linear 0s;
  animation: zoomUp 7.2s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-img {
  background-size: cover;
  background-position: center center;
  height: 600px;
}
.concept {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 120px 0 88px 0;
}
.concept img.bg01 {
  position: absolute;
  right: -120px;
  top: 64px;
  width: 600px;
  z-index: -9999;
}
.concept img.bg02 {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 380px;
  z-index: -9999;
}
.conceptInner {
  width: 1000px;
  margin: 0 auto;
}
.conceptTxt {
  width: 45%;
  float: left;
}
.conceptTxt h2 {
  font-size: 42px;
}
.conceptTxt h2 p {
  font-size: 18px;
  display: block;
  margin: 8px 0 0 0;
  padding: 0;
  line-height: 1.8em;
}
.conceptTxt h2 span {
  color: #e50014;
}
.conceptTxt p {
  margin: 32px 0 0 0;
  padding: 0 0 100px 0;
  line-height: 2.4em;
  font-size: 14px;
}
.conceptImg {
  position: relative;
  width: 40%;
  float: right;
}
.conceptImg img:first-child {
  position: absolute;
  right: 100px;
  top: 0;
  width: 350px;
}
.conceptImg img:last-child {
  position: absolute;
  right: 0;
  top: 260px;
  width: 300px;
}
.service {
  position: relative;
  width: 100%;
  background: #ececec;
  padding: 0 0 140px 0;
}
.serviceTit {
  width: 100%;
  background: url("../images/bg_top_service.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 100px 0 0 0;
}
.serviceTit h2 {
  color: #fff;
  font-size: 42px;
  padding: 0;
}
.serviceTit h2 p {
  display: block;
  font-size: 18px;
  line-height: 1.8em;
  margin: 8px 0 0 0;
  padding: 0;
}
.serviceTit p {
  margin: 24px 0 0 0;
  padding: 0 0 160px 0;
  font-size: 14px;
  line-height: 2em;
  color: #fff;
}
.bwWrapper {
  position: relative;
  display: block;
}
.service ul {
  width: 1000px;
  margin: -100px auto 0 auto;
  text-align: center;
}
.service ul li {
  position: relative;
  width: calc(95%/2);
  display: inline-block;
  margin: 0 1%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.service ul li img {
  width: 100%;
}
.service ul li span {
  position: absolute;
  bottom: 24px;
  right: 20px;
}
.service ul li h3 {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.service ul li h3 p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 8px 0 0 0;
}
.brand {
  background: url("../images/bg_wood.jpg") repeat-y;
  background-size: 100%;
  padding: 110px 0;
  text-align: center;
}
.brand h2 {
  color: #fff;
  font-size: 42px;
}
.brand h2 p {
  color: #fff;
  margin: 8px 0 0 0;
  line-height: 1.8em;
  font-size: 18px;
}
.brand img {
  width: 800px;
  margin: 56px auto 0 auto;
}
.top_news {
  padding: 110px 0;
  text-align: center;
}
.top_news h2 {
  font-size: 42px;
}
.top_news h2 span {
  color: #e50014;
}
.top_news h2 p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 8px 0 0 0;
  display: block;
}
.top_news .top_newsInner {
  width: 1080px;
  margin: 56px auto 24px auto;
  display: flex;
}
.top_news .top_newsInner .top_newsSet {
  width: calc(90%/3);
  margin: 0 2%;
  background: #ececec;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.top_news .top_newsInner .top_newsSet a {
  display: block;
  color: #000;
}
.top_news .top_newsInner .top_newsSet a:hover {
  opacity: .85;
}
.top_news .top_newsInner .top_newsSet img {
  width: 100%;
}
.top_news .top_newsInner .top_newsSet ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.top_news .top_newsInner .top_newsSet ul li {
  vertical-align: top;
}
.top_news .top_newsInner .top_newsSet ul li.date {
  color: #e50014;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.top_news .top_newsInner .top_newsSet ul li.category {
  margin: 0 0 0 auto;
}
.top_news .top_newsInner .top_newsSet ul li.category a {
  display: block;
  color: #0770ad;
  font-size: 12px;
  padding: 4px 16px;
  border: 1px solid #0770ad;
  border-radius: 100px;
}
.top_news .top_newsInner .top_newsSet .top_newsTxt {
  padding: 20px 24px 24px 24px;
}
.top_news .top_newsInner .top_newsSet .top_newsTxt h4 {
  font-size: 18px;
  text-align: left;
  margin: 12px 0;
  line-height: 1.4em;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.top_news .top_newsInner .top_newsSet .top_newsTxt p {
  text-align: left;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top_news a.readMore {
  display: block;
  width: 500px;
  font-size: 16px;
  padding: 24px;
  margin: 72px auto 0 auto;
  background: #e50014;
  color: #fff;
}
.top_news a.readMore:hover {
  opacity: .85;
}
.wrap {
  position: relative;
  width: 100%;
}
.bottomBnr {
  width: 100%;
  display: flex;
  text-align: center;
}
.bottomBnr div.bottomBnrSet01, .bottomBnr div.bottomBnrSet02 {
  width: calc(100%/2);
  padding: 96px 0;
}
.bottomBnr div h2 {
  font-size: 40px;
  color: #fff;
}
.bottomBnr div h2 p {
  font-size: 16px;
  margin: 8px 0 0 0;
  line-height: 1.8em;
}
.bottomBnr div p {
  font-size: 14px;
  color: #fff;
  margin: 40px 0;
}
.bottomBnr div a {
  /* width: 50%; */
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 16px;
  display: block;
  background: #fff;
  color: #000;
  font-size: 16px;
}
.bottomBnr div a:hover {
  background: #e3e3e3;
}
.bottomBnr .bottomBnrSet01 {
  background: url("../images/bg_top_staff.jpg") no-repeat;
  background-position: center top -20px;
  background-size: cover;
}
.bottomBnr .bottomBnrSet02 {
  background: url("../images/bg_top_contact.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.bottomBnr .bottomBnrSet02 p.tell {
  font-size: 40px;
  margin: 30px 0 24px 0;
}
.bottomBnr .bottomBnrSet02 p.tell i {
  font-size: 32px;
}
.bottomBnr .bottomBnrSet02 p.tell a {
  font-size: 28px;
  position: relative;
}
.bottomBnr .bottomBnrSet02 p.tell .sp{
  display: inline-block;
}
.bottomBnr .bottomBnrSet02 p.tell a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0a6';
  font-size: 34px;
  font-weight: 400;
  margin-right: 4px;
  color:#e50014;
  position: absolute;
  bottom: 0;
  margin-left: 3px;
  transform: rotate(320deg);
}

@media(min-width: 768px){
  .bottomBnr .bottomBnrSet02 p.tell a[href^="tel:"]{
    pointer-events: none;
  }
  .bottomBnr .bottomBnrSet02 p.tell .pc{
    display: inline-block;
  }
  .bottomBnr .bottomBnrSet02 p.tell .sp{
    display: none;
  }
	.bottomBnr .bottomBnrSet02 p.tell a:after{
		display: none;
	}
}

footer {
  background: #222;
}
footer .footInner {
  width: 1080px;
  margin: 0 auto;
  padding: 110px 0 120px 0;
  display: flex;
}
footer .footInner div {
  vertical-align: middle;
}
footer .footInner .logoArea {
  width: 400px;
  margin: 0 0 0 auto;
}
footer .footInner .logoArea h3 {
  width: 274px;
  margin: -8px 0 0 0;
}
footer .footInner .logoArea p {
  font-size: 10px;
  color: #fff;
  margin: 24px 0 0 0;
}
footer .footInner .infoArea {
  width: 600px;
}
footer .footInner .infoArea h4 {
  color: #fff;
  font-size: 18px;
}
footer .footInner .infoArea p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  margin: 16px 0 0 0;
}
footer .footInner .infoArea ul {
  margin: 16px 0 0 0;
}
footer .footInner .infoArea ul li {
  display: inline-block;
  width: 32px;
}
footer .footInner .infoArea ul li i {
  font-size: 32px;
  color: #7d7d7d;
}
footer .footInner .infoArea ul li a {
  color: #fff;
}
/* タイトル */
.tit_maintenance {
  width: 100%;
  position: relative;
  background: url("../images/bg_tit_maintenance.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}
.tit_fitting {
  width: 100%;
  position: relative;
  background: url("../images/bg_tit_fitting.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}
.tit_staff {
  width: 100%;
  position: relative;
  background: url("../images/bg_tit_staff.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}
.tit_contact {
  width: 100%;
  position: relative;
  background: url("../images/bg_tit_contact.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}
.tit_news {
  width: 100%;
  position: relative;
  background: url("../images/bg_tit_news.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}
.tit_maintenance h2, .tit_fitting h2, .tit_staff h2, .tit_contact h2, .tit_news h2 {
  position: absolute;
  color: #fff;
  font-size: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.tit_maintenance h2 p, .tit_fitting h2 p, .tit_staff h2 p, .tit_contact h2 p, .tit_news h2 p {
  font-size: 18px;
  margin: 8px 0 0 0;
  display: block;
  line-height: 1.8em;
}
/*　メンテナンス */
.breadcrumb {
  position: relative;
  z-index: 1;
  background: #222;
  width: 100%;
}
.breadcrumb ol {
  width: 1080px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 13px;
}
.breadcrumb ol li {
  display: inline-block;
  padding: 8px 0 8px 16px;
  color: #fff;
  position: relative;
}
.breadcrumb ol li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -2px 0 0 0;
}
.breadcrumb ol li:first-child {
  margin: 0 0 0 -24px;
}
.breadcrumb ol li:first-child::after {
  border: none;
}
.breadcrumb ol li a {
  color: #fff;
  text-decoration: underline;
  padding: 0 4px 0 0;
}
.maintenance_point {
  background: #ececec;
  padding: 72px 0 100px 0;
}
.maintenance_point p.m_pointRead {
  text-align: center;
  line-height: 2.2em;
  font-size: 16px;
}
.maintenance_point .m_poinSet01, .maintenance_point .m_poinSet02 {
  width: 1080px;
  margin: 64px auto 0 auto;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.maintenance_point .m_poinSet01 img {
  float: left;
  width: 40%;
}
.maintenance_point .m_poinSet02 img {
  float: right;
  width: 40%;
}
.maintenance_point .m_poinSet01 .m_pointTxt {
  float: left;
  width: 50%;
  margin: 0 0 0 5%;
  padding: 5% 5% 5% 0;
}
.maintenance_point .m_poinSet02 .m_pointTxt {
  float: left;
  width: 50%;
  margin: 0 5% 0 0;
  padding: 5% 0 5% 5%;
}
.maintenance_point .m_poinSet01 .m_pointTxt h3, .maintenance_point .m_poinSet02 .m_pointTxt h3 {
  font-size: 24px;
  margin: 0 0 24px 0;
  color: #e50014;
  font-weight: 600;
  line-height: 1.4em;
}
.maintenance_point .m_poinSet01 .m_pointTxt p, .maintenance_point .m_poinSet02 .m_pointTxt p {
  font-size: 14px;
  line-height: 2.2em;
}
.maintenance_concept {
  padding: 100px 0 110px 0;
  width: 1080px;
  margin: 0 auto;
}
.maintenance_concept h3 {
  color: #e50014;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
}
.maintenance_concept p {
  line-height: 2.2em;
}
.price {
  background: url("../images/bg_maintenance_price.jpg") no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 100px 0 110px 0;
}
.price02 {
  background: url("../images/bg_fitting_price.jpg") no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 100px 0 110px 0;
}
.price h2 {
  font-size: 48px;
  text-align: center;
}
.price h2 span {
  color: #e50014;
}
.price h2 p {
  font-size: 18px;
  margin: 8px 0 0 0;
  line-height: 1.8em;
}
.price .priceSet {
  background: rgba(0, 0, 0, .7);
  width: 968px;
  margin: 64px auto 0 auto;
  padding: 0 56px 72px 56px;
}
.price .priceSet h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0 0 8px 0;
  padding: 56px 0 0 0;
}
.price .priceSet ul {
  display: flex;
  padding: 16px 0 0 0;
}
.price .priceSet ul li {
  padding: 24px;
}
.price .priceSet ul li:first-child {
  background: #222;
  color: #fff;
  width: 75%;
}
.price .priceSet ul li:last-child {
  width: 25%;
  font-size: 16px;
  background: #e50014;
  color: #fff;
}
/*　フィッティング */
.flow {
  width: 1080px;
  margin: 0 auto;
  padding: 110px 0 100px 0;
}
.flow h2 {
  text-align: center;
  font-size: 48px;
}
.flow h2 span {
  color: #e50014;
}
.flow h2 p {
  font-size: 18px;
  margin: 8px 0 0 0;
}
.flowWrap {
  margin: 72px 0 0 0;
  text-align: center;
}
.flowWrap div {
  display: inline-block;
  width: calc(80%/3);
  margin: 0 2% 5% 2%;
  text-align: left;
  vertical-align: top;
}
.flowWrap div h3 {
  margin: 10px 0;
  font-size: 20px;
}
.flowWrap div h3 p {
  font-size: 18px;
  color: #e50014;
  margin: 0 0 4px 0;
}
.flowWrap div p {
  line-height: 1.6em;
}
p.check {
  font-size: 13px;
  text-align: left;
 line-height: 1.6em;
}
/* スタッフ */
.bg_gray {
  position: relative;
  background: #ececec;
}
.staffArea {
  width: 1080px;
  margin: 0 auto;
  padding: 110px 0 72px 0;
}
.staffArea .staffSet {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  margin: 0 0 64px 0;
}
.staffArea .staffSet img {
  width: 40%;
  float: left;
}
.staffArea .staffSet .staffTxt {
  width: 50%;
  float: left;
  padding: 5%;
}
.staffArea .staffSet .staffTxt h3 {
  font-size: 22px;
  line-height: 1.8em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 24px 0;
  margin: 0 0 32px 0;
}
.staffArea .staffSet .staffTxt p {
  font-size: 16px;
}
.staffArea .staffSet .staffTxt p span {
  font-size: 20px;
  margin: 0 10px 0 0;
}
/* アコーディオン */
.accordion .accordion_header {
  background-color: #e50317;
  color: #fff;
  padding: 1.5%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion .accordion_header:hover {
  opacity: .8;
}
.accordion .accordion_inner {
  display: none;
  padding: 32px 24px;
  border-left: 2px solid #e50014;
  border-right: 2px solid #e50014;
  border-bottom: 2px solid #e50014;
  box-sizing: border-box;
}
.accordion .accordion_inner .closeArea {
  width: 180px;
  margin: 32px auto 0 auto;
}
.accordion .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e50014;
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  text-decoration: none;
  line-height: 1.3;
  color: #e50014;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.accordion .accordion_inner .closeArea .close_box a.close_btn i {
  margin: 0 0 0 4px;
}
.qaSet {
  width: 90%;
  margin: 0 auto 16px auto;
  padding: 0 0 16px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.qaSet:last-child {
  border: none;
}
.qaSet .qaTit {
  float: left;
  width: 160px;
  height: 160px;
  color: #fff;
  text-align: center;
  background: #e50014;
  border-radius: 4px;
  position: relative;
}
.qaSet .qaTit p {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.qaSet .qaTit p span {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
}
.qaSet .qaTxt {
  width: 100%;
  float: left;
  margin: 0 auto;
}
.qaSet .qaTxt p.qTxt {
  color: #e50014;
  font-size: 20px;
  padding: 16px 0 8px 0;
  margin: 0 0 0 0;
}
.qaSet .qaTxt p.aTxt {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 4px 0;
}
.contactArea {
  padding: 72px 0 88px 0;
}
.contactArea p.contactRead {
  line-height: 2.2em;
  font-size: 16px;
  text-align: center;
}
.contactArea form {
  width: 1080px;
  margin: 0 auto;
  padding: 56px 0;
}
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;
}
.form-group {
  width: 100%;
  margin: 32px auto 40px auto;
  display: flex;
  vertical-align: middle;
}
.form-group label {
  width: 20%;
  font-size: 16px;
  font-weight: 600;
  padding: 16px; /*ボックスを大きくする*/
}
.form-group label span {
  display: inline-block;
  color: #e50014;
  font-size: 14px;
  border-radius: 4px;
  padding: 1px 0;
  margin: 0 0 0 2px;
}
.form-group .inputtext {
  width: 80%;
}
.form-group .inputtext select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background: #d7d7d7;
  border-radius: 3px;
  padding: 16px;
  font-size: 16px;
}
.cp_ipselect {
  position: relative;
  border-radius: 3px;
}
.cp_ipselect::before {
  position: absolute;
  top: 0;
  right: 16px;
  content: '\f0dd';
  color: #000;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: 999;
}
.form-group .inputtext input[type="text"], .form-group .inputtext textarea {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
  padding: 16px;
  font-size: 16px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
}
.form-group .inputtext textarea {
  height: 200px;
}
.buttonArea {
  width: 100%;
  text-align: center;
}
.buttonArea button.button {
  display: inline-block;
  margin: 0 1%;
}
button.button {
  width: 300px;
  margin: 24px auto 0 auto;
  display: block;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  padding: 24px;
  background: #e50014;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
}
button.backBtn {
  background: #fff;
  border: 1px solid #D7582D;
  color: #D7582D;
}
/* ニュース */
.newsArea {
  width: 1080px;
  margin: 0 auto;
  padding: 72px 0 110px 0;
  overflow: hidden;
}
.newsList, .newsWrap {
  width: 730px;
  float: left;
}
.newsList h3 {
  font-size: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0 16px 16px;
  margin: 0 0 5% 0;
}
.newsList .newsInner {
  width: 100%;
  margin: 0 auto 24px auto;
}
.newsList .newsInner .newsSet {
  width: calc(95%/2);
  display: inline-block;
  margin: 0 4% 5% 0;
  background: #ececec;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}
.newsList .newsInner .newsSet:nth-child(even) {
  margin: 0 0 5% 0;
}
.newsList .newsInner .newsSet a {
  display: block;
  color: #000;
}
.newsList .newsInner .newsSet a:hover {
  opacity: .85;
}
.newsList .newsInner .newsSet img {
  width: 100%;
}
.newsList .newsInner .newsSet ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.newsList .newsInner .newsSet ul li {
  vertical-align: top;
}
.newsList .newsInner .newsSet ul li.date {
  color: #e50014;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.newsList .newsInner .newsSet ul li.category {
  margin: 0 0 0 auto;
}
.newsList .newsInner .newsSet ul li.category a {
  display: block;
  color: #0770ad;
  font-size: 12px;
  padding: 4px 16px;
  border: 1px solid #0770ad;
  border-radius: 100px;
}
.newsList .newsInner .newsSet .newsTxt {
  padding: 20px 24px 24px 24px;
}
.newsList .newsInner .newsSet .newsTxt h4 {
  font-size: 18px;
  text-align: left;
  margin: 12px 0;
  line-height: 1.4em;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsList .newsInner .newsSet .newsTxt p {
  text-align: left;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList a.readMore {
  display: block;
  width: 500px;
  font-size: 16px;
  padding: 24px;
  margin: 72px auto 0 auto;
  background: #e50014;
  color: #fff;
}
.newsList a.readMore:hover {
  opacity: .85;
}
.newsSide {
  width: 300px;
  float: right;
  margin: 0 0 0 24px;
}
.newsSideSet {
  border-top: 2px solid #e50014;
  padding: 16px 0 40px 0;
}
.newsSideSet h4 {
  font-size: 24px;
}
.newsSideSet h4 span.arrow03 {
  margin: 0 8px 0 0;
}
.newsSideSet h4 span {
  color: #e50014;
}
.newList {
  margin: 24px 0;
}
.newList:last-child {
  margin: 24px 0 0 0;
}
.newList a {
  display: block;
  color: #000;
}
.newList li {
  display: inline-block;
  vertical-align: middle;
}
.newList li:first-child {
  width: 22%;
}
.newList li:last-child {
  width: 70%;
  margin: 0 0 0 8px;
  overflow: hidden;
  line-height: 1.4em;
}
.newList li:last-child p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
ul.newsLink {
  margin: 24px 0 0 0;
}
ul.newsLink li {
  display: inline-block;
  vertical-align: middle;
}
ul.newsLink li:first-child {
  font-size: 14px;
  color: #000;
  width: 85%;
}
ul.newsLink li:last-child {
  width: 16px;
  margin: 0 0 0 auto;
  border: 1px solid #2679b1;
  color: #2679b1;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}
.newsWrap .newsTit {
  background: #ececec;
  padding: 24px;
  border-bottom: 1px solid #1a1a1a;
}
.newsWrap .newsTit ul li {
  color: #d20000;
  display: inline-block;
  vertical-align: middle;
}
.newsWrap .newsTit ul li a {
  display: block;
  color: #0770ad;
  border: 1px solid #0770ad;
  border-radius: 100px;
  font-size: 13px;
  padding: 4px 16px;
  margin: 0 0 0 8px;
}
.newsWrap .newsTit h3 {
  font-size: 20px;
  margin: 10px 0 0 0;
  line-height: 1.6em;
}
.newsTxtArea {
  width: 95%;
  padding: 32px 0 56px 0;
  margin: 0 auto 32px auto;
  border-bottom: 1px solid #d20000;
  text-align: center;
}
.newsTxtArea p {
  line-height: 2.4em;
  text-align: left;
  padding: 0 0 24px 0;
  font-size: 14px;
}
.newsTxtArea img {
  width: 80%;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}
.pager .pagination {
  text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  color: #e50014;
  border: 1px solid #e50014;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.pager .pagination li.pre, .pager .pagination li.next {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #e50014;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover {
  opacity: .6;
}
.pager .pagination li a.active {
  color: #fff;
  background: #e50014;
  border-radius: 4px;
}

h2#reply-title {
	color:#d20000;
	font-size:20px;
	margin:0 0 8px 0;
}
h2#reply-title:before {
  content: "\f4ad";
  font-family: 'Font Awesome 5 Free';
}
p.comment-notes {
	font-size:12px;
	margin:0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #nav-toggle {
    position: fixed;
    top: 26px;
    right: 5%;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #container {
    z-index: 900;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  #gloval-nav {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav li {
    width: 100%;
    color: #fff;
    text-decoration: none;
    transition: color 0.6s ease;
    font-size: 12px;
    border-bottom: 1px solid #444;
  }
  #gloval-nav li:last-child {
    border-bottom: none;
  }
  #gloval-nav li a {
    display: block;
    color: #fff;
    padding: 24px 32px;
  }
  #gloval-nav li span {
    display: block;
    font-size: 24px;
    margin: 0 0 4px 0;
  }
  #gloval-nav li span span {
    display: inline-block;
    color: #e50014;
  }
  #gloval-nav li:nth-child(1) {
    border: none;
  }
  #gloval-nav li:nth-child(1) ul {
    margin: 16px 0;
    padding: 0;
    background: #222;
  }
  #gloval-nav li:nth-child(1) ul li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
  }
  #gloval-nav li:nth-child(1) ul li:last-child {
    border: none;
  }
  #gloval-nav li:nth-child(1) ul li a {
    margin: 0;
    padding: 16px 0;
    font-size: 14px;
  }
  #gloval-nav li:nth-child(1) ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  #gloval-nav li:nth-child(4), #gloval-nav li:nth-child(5) {
    border: none;
  }
  #gloval-nav li:nth-child(5) a, #gloval-nav li:nth-child(5) a span {
    background: red;
    color: #fff;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    padding: 16px 0;
    text-decoration: none;
    transition: color 0.6s ease;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
    vertical-align: middle;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(2) ul li {
    transition-delay: 0.18s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
  }
  nav.mainNav ul.nav {
    display: none;
  }
  .header {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .header h1 {
    width: 200px;
    float: none;
    margin: 0;
    padding: 4px 0 0 0;
    
  }
  .header .insta {
  	position: absolute;
    top: 24px;
    right: 100px;
    margin: 0;
  }
  .concept {
    width: 100%;
    position: relative;
    padding: 100px 0 80px 0;
  }
  .concept img.bg01 {
    position: absolute;
    right: 0;
    top: 30px;
    width: 260px;
    z-index: -9999;
  }
  .concept img.bg02 {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 200px;
    z-index: -9999;
  }
  .conceptInner {
    width: 90%;
    margin: 0 auto;
  }
  .concept img.bg02 {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 300px;
    z-index: -9999;
  }
  .conceptTxt {
    width: 100%;
    float: none;
  }
  .conceptTxt h2 {
    font-size: 42px;
  }
  .conceptTxt p {
    margin: 32px 0 0 0;
    padding: 0 0 56px 0;
    line-height: 2.4em;
    font-size: 14px;
  }
  .conceptImg {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 370px;
    text-align: center;
    float: none;
  }
  .conceptImg img:first-child {
    position: absolute;
    right: auto;
    left: -2%;
    top: auto;
    margin: 0 auto 0 0;
    text-align: left;
    width: 60%;
  }
  .conceptImg img:last-child {
    position: absolute;
    right: 0;
    top: 40%;
    text-align: right;
    margin: -20px 0 0 auto;
    width: 52%;
  }
  .service {
    background: #ececec;
    padding: 0 0 100px 0;
  }
  .serviceTit {
    width: 100%;
    background: url("../images/bg_top_service.jpg") no-repeat;
    background-position: center center;
    text-align: center;
    padding: 64px 0 0 0;
  }
  .serviceTit h2 {
    color: #fff;
    font-size: 42px;
    padding: 0;
  }
  .serviceTit h2 p {
    display: block;
    font-size: 20px;
    line-height: 1.8em;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .serviceTit p {
    margin: 24px 0 0 0;
    padding: 0 0 160px 0;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .service ul {
    width: 90%;
    margin: -100px auto 0 auto;
    text-align: center;
  }
  .service ul li h3 {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    font-size: 32px;
    text-align: center;
  }
  .service ul li h3 p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 8px 0 0 0;
  }
  .brand {
    background: url("../images/bg_wood.jpg") repeat-y;
    background-size: 100%;
    padding: 100px 0;
    text-align: center;
  }
  .brand img {
    width: 90%;
    margin: 56px auto 0 auto;
  }
  .top_news {
    padding: 100px 0;
    text-align: center;
  }
  .top_news .top_newsInner {
    width: 90%;
    margin: 56px auto 24px auto;
    display: block;
  }
  .top_news .top_newsInner .top_newsSet {
    width: calc(80%/1);
    margin: 0 auto 6% auto;
    background: #ececec;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  }
  .top_news a.readMore {
    display: block;
    width: 66%;
    font-size: 16px;
    padding: 24px;
    margin: 72px auto 0 auto;
    background: #e50014;
    color: #fff;
  }
  .bottomBnr {
    width: 100%;
    display: block;
    text-align: center;
  }
  .bottomBnr div.bottomBnrSet01, .bottomBnr div.bottomBnrSet02 {
    width: calc(100%/1);
    padding: 96px 0;
  }
  footer .footInner {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
  }
  footer .footInner div {
    vertical-align: middle;
  }
  footer .footInner .logoArea {
    width: 40%;
    margin: 0 0 0 auto;
  }
  footer .footInner .logoArea h3 {
    width: 90%;
    margin: -8px 0 0 0;
  }
  footer .footInner .logoArea p {
    font-size: 11px;
    color: #fff;
    margin: 24px 0 0 0;
    line-height: 1.6em;
  }
  footer .footInner .infoArea {
    width: 55%;
    margin: 0 0 0 5%;
  }
  footer .footInner .infoArea h4 {
    color: #fff;
    font-size: 18px;
  }
  footer .footInner .infoArea p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    margin: 16px 0 0 0;
  }
  footer .footInner .infoArea ul {
    margin: 16px 0 0 0;
  }
  footer .footInner .infoArea ul li {
    display: inline-block;
    width: 32px;
  }
  footer .footInner .infoArea ul li i {
    font-size: 32px;
    color: #7d7d7d;
  }
  footer .footInner .infoArea ul li a {
    color: #fff;
  }
  /*　メンテナンス */
  .tit_maintenance h2, .tit_fitting h2, .tit_staff h2, .tit_contact h2, .tit_news h2 {
    font-size: 40px;
  }
  .tit_maintenance h2 p, .tit_fitting h2 p, .tit_staff h2 p, .tit_contact h2 p, .tit_news h2 p {
    font-size: 17px;
  }
  .tit_maintenance, .tit_fitting, .tit_staff, .tit_contact, .tit_news {
    padding: 110px 0;
  }
  .breadcrumb ol {
    width: 90%;
    margin: 0 auto;
    padding: 4px 0;
    font-size: 13px;
  }
  .breadcrumb ol li {
    display: inline-block;
    color: #fff;
    line-height: 1em;
  }
  .breadcrumb ol li a {
    color: #fff;
    text-decoration: underline;
    padding: 0 4px 0 0;
  }
  .breadcrumb ol li:first-child {
    margin: 0 0 0 -16px;
  }
  .maintenance_point {
    background: #ececec;
    padding: 64px 0 100px 0;
  }
  .maintenance_point p.m_pointRead {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.2em;
    font-size: 16px;
  }
  .maintenance_point .m_poinSet01, .maintenance_point .m_poinSet02 {
    width: 90%;
    margin: 64px auto 0 auto;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  }
  .maintenance_point .m_poinSet01 img {
    float: none;
    width: 100%;
  }
  .maintenance_point .m_poinSet02 img {
    float: none;
    width: 100%;
  }
  .maintenance_point .m_poinSet01 .m_pointTxt {
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 5% 0 6% 0;
  }
  .maintenance_point .m_poinSet02 .m_pointTxt {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 5% 5% 8% 5%;
  }
  .maintenance_point .m_poinSet01 .m_pointTxt h3, .maintenance_point .m_poinSet02 .m_pointTxt h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 24px auto;
    color: #e50014;
    font-weight: 600;
    line-height: 1.6em;
  }
  .maintenance_point .m_poinSet01 .m_pointTxt p, .maintenance_point .m_poinSet02 .m_pointTxt p {
    font-size: 14px;
    line-height: 2.2em;
  }
  .maintenance_concept {
    padding: 72px 0 100px 0;
    width: 90%;
    margin: 0 auto;
  }
  .maintenance_concept h3 {
    color: #e50014;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 600;
    text-align: center;
    padding: 40px 0;
  }
  .price {
    padding: 72px 0 100px 0;
  }
  .price .priceSet {
    background: rgba(0, 0, 0, .7);
    width: 75%;
    margin: 64px auto 0 auto;
    padding: 0 5% 64px 5%;
  }
  .price .priceSet h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 48px 0 8px 0;
  }
  .price .priceSet ul {
    display: flex;
    padding: 8px 0 0 0;
  }
  .price .priceSet ul li {
    padding: 20px 24px;
  }
  .price .priceSet ul li:first-child {
    width: 80%;
  }
  .price .priceSet ul li:last-child {
    width: 20%;
    background: #e50014;
    color: #fff;
  }
  .flow {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
  }
  .flowWrap {
    margin: 56px 0 0 0;
    text-align: center;
  }
  .flowWrap div {
    display: inline-block;
    width: calc(80%/2);
    margin: 0 3% 8% 3%;
    text-align: left;
  }
  .flowWrap div h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  .flowWrap div h3 p {
    font-size: 18px;
    color: #e50014;
    margin: 0 0 4px 0;
  }
  .flowWrap div p {
    line-height: 1.6em;
  }
  /* スタッフ */
  .staffArea {
    width: 90%;
    margin: 0 auto;
    padding: 72px 0 56px 0;
  }
  .staffArea .staffSet {
    margin: 0 0 56px 0;
  }
  .staffArea .staffSet img {
    width: 100%;
    float: none;
  }
  .staffArea .staffSet .staffTxt {
    width: 90%;
    float: none;
    padding: 3% 5% 5% 5%;
  }
  .staffArea .staffSet .staffTxt h3 {
    font-size: 20px;
    line-height: 1.6em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px 0;
    margin: 0 0 24px 0;
  }
  .staffArea .staffSet .staffTxt p span {
    font-size: 18px;
  }
	.accordion .accordion_inner {
		padding:24px;
	}
  .accordion .accordion_header {
    padding: 3% 1.5%;
  }
  .qaSet {
    width: 95%;
    margin: 0 auto 8px auto;
    padding: 0 0 8px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .qaSet .qaTit {
    float: left;
    width: 120px;
    height: 120px;
    color: #fff;
    text-align: center;
    background: #e50014;
    border-radius: 4px;
    position: relative;
  }
  .qaSet .qaTit p {
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .qaSet .qaTit p span {
    display: block;
    font-size: 20px;
    line-height: 1.4em;
  }
  .qaSet .qaTxt {
    width: 72%;
    float: left;
    margin: 0 0 0 5%;
  }
  .qaSet .qaTxt p.qTxt {
    font-size: 18px;
    padding: 8px 0;
    margin: 0 0 8px 0;
  }
  .contactArea, .newsArea {
    padding: 64px 0 64px 0;
  }
  .contactArea p.contactRead {
    width: 90%;
    margin: 0 auto;
  }
  .contactArea form {
    width: 90%;
    margin: 0 auto;
    padding: 48px 0;
  }
  .form-group label {
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 0; /*ボックスを大きくする*/
  }
  /* ニュース */
  .newsArea {
    width: 90%;
  }
  .newsList, .newsWrap {
    width: 100%;
    float: none;
    margin: 0 0 72px 0;
  }
  .newsList h3 {
    font-size: 18px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0 16px 16px;
    margin: 0 0 5% 0;
  }
  .newsSide {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .newsSideSet {
    border-top: 2px solid #e50014;
    padding: 16px 0 40px 0;
  }
  .newsSideSet h4 {
    font-size: 24px;
    margin: 0 0 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .header h1 {
    width: 160px;
    margin: 0;
  }
  .header .insta {
  	position: absolute;
    top: 18px;
    right: 23%;
    margin: 0;
  }
  #nav-toggle {
    position: fixed;
    top: 20px;
    right: 5%;
    height: 32px;
    cursor: pointer;
  }
.swiper-container {
	height:250px;
}
  .slide-img {
    background-size: cover;
    background-position: center center;
    height: 400px;
  }
  .slide-text {
    font-size: 48px;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .slide-text p.jpTxt {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
  }
  .slide-text p.jpTxt span {
    font-weight: 200;
	  line-height: 1.5em;
  }
  .slide-text span {
    display: block;
    font-size: 16px;
    margin: 24px 0 0 0;
    line-height: 1.8em;
  }
  .concept img.bg01 {
    position: absolute;
    right: -90px;
    top: 30px;
    width: 230px;
    z-index: -9999;
  }
  .concept img.bg02 {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 300px;
    z-index: -9999;
  }
  .concept {
    width: 100%;
    position: relative;
    padding: 80px 0 80px 0;
  }
  .conceptInner {
    width: 85%;
    margin: 0 auto;
  }
  .conceptTxt {
    width: 100%;
    float: none;
  }
  .conceptTxt h2 {
    font-size: 36px;
  }
  .conceptTxt p {
    margin: 24px 0 0 0;
    padding: 0 0 32px 0;
    line-height: 2.2em;
    font-size: 14px;
  }
  .conceptImg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 290px;
    text-align: center;
    float: none;
  }
  .conceptImg img:first-child {
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    margin: 0 auto 0 0;
    text-align: left;
    width: 68%;
  }
  .conceptImg img:last-child {
    position: absolute;
    right: 0;
    top: 60%;
    text-align: right;
    margin: -20px 0 0 auto;
    width: 56%;
  }
  .service {
    background: #ececec;
    padding: 0 0 64px 0;
  }
  .serviceTit {
    width: 100%;
    background: url("../images/bg_top_service.jpg") no-repeat;
    background-position: center center;
    text-align: center;
    padding: 72px 0 0 0;
  }
  .serviceTit h2 {
    color: #fff;
    font-size: 40px;
    padding: 0;
  }
  .serviceTit h2 p {
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 1.8em;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .serviceTit p {
    width: 90%;
    margin: 24px auto 0 auto;
    padding: 0 0 130px 0;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .service ul {
    width: 90%;
    margin: -90px auto 0 auto;
    text-align: center;
  }
  .service ul li {
    position: relative;
    width: calc(90%/1);
    display: block;
    margin: 0 auto 8% auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .brand {
    background: url("../images/bg_wood.jpg") repeat-y;
    background-size: 100%;
    padding: 72px 0;
    text-align: center;
  }
  .brand h2 {
    font-size: 40px;
  }
  .brand h2 p {
    color: #fff;
    margin: 8px 0 0 0;
    line-height: 1.8em;
    font-size: 17px;
  }
  .brand img {
    width: 95%;
    margin: 48px auto 0 auto;
  }
  .top_news {
    padding: 72px 0;
    text-align: center;
  }
  .top_news h2 {
    font-size: 36px;
  }
  .top_news h2 p {
    font-size: 17px;
    line-height: 1.8em;
    margin: 8px 0 0 0;
    display: block;
  }
  .top_news .top_newsInner {
    width: 90%;
    margin: 48px auto 24px auto;
    display: block;
  }
  .top_news .top_newsInner .top_newsSet {
    width: calc(90%/1);
    margin: 0 auto 8% auto;
    background: #ececec;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  }
  .top_news a.readMore {
    display: block;
    width: 66%;
    font-size: 16px;
    padding: 24px;
    margin: 48px auto 0 auto;
    background: #e50014;
    color: #fff;
  }
  .bottomBnr div.bottomBnrSet01, .bottomBnr div.bottomBnrSet02 {
    width: calc(100%/1);
    padding: 88px 0;
  }
  .bottomBnr .bottomBnrSet01 {
    background: url("../images/bg_top_staff.jpg") no-repeat;
    background-position: center top 0;
    background-size: cover;
  }
  .bottomBnr div a {
    width: 68%;
    margin: 0 auto;
    padding: 20px 16px;
    display: block;
    background: #fff;
    color: #000;
    font-size: 16px;
  }
  .bottomBnr .bottomBnrSet02 p.tell {
    font-size: 32px;
    margin: 30px 0 24px 0;
  }
  .bottomBnr .bottomBnrSet02 p.tell i {
    font-size: 24px;
  }
  footer .footInner {
    width: 90%;
    margin: 0 auto;
    padding: 72px 0;
    display: block;
  }
  footer .footInner div {
    vertical-align: middle;
  }
  footer .footInner .logoArea {
    width: 50%;
    margin: 0 auto;
  }
  footer .footInner .logoArea h3 {
    width: 100%;
    margin: 0 auto;
  }
  footer .footInner .infoArea p.copy {
    font-size: 10px;
    color: #fff;
    margin: 24px auto 0 auto;
    line-height: 1.6em;
    text-align: center;
  }
  footer .footInner .infoArea {
    width: 100%;
    margin: 24px auto 0 auto;
    text-align: center;
  }
  footer .footInner .infoArea h4 {
    color: #fff;
    font-size: 16px;
  }
  footer .footInner .infoArea p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    margin: 16px 0 0 0;
  }
  footer .footInner .infoArea ul {
    margin: 32px auto;
    text-align: center;
  }
  footer .footInner .infoArea ul li {
    display: inline-block;
    width: auto;
  }
  footer .footInner .infoArea ul li i {
    font-size: 40px;
    color: #7d7d7d;
  }
  footer .footInner .infoArea ul li a {
    color: #fff;
  }
  .maintenance_point {
    background: #ececec;
    padding: 56px 0 72px 0;
  }
  .maintenance_point p.m_pointRead {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    font-size: 16px;
  }
  .maintenance_point .m_poinSet01, .maintenance_point .m_poinSet02 {
    width: 90%;
    margin: 40px auto 0 auto;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  }
  .maintenance_point .m_poinSet01 .m_pointTxt, .maintenance_point .m_poinSet02 .m_pointTxt {
    width: 90%;
    margin: 0 auto;
    padding: 8% 0% 8% 0%;
  }
  .maintenance_point .m_poinSet01 .m_pointTxt h3, .maintenance_point .m_poinSet02 .m_pointTxt h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 16px auto;
    color: #e50014;
    font-weight: 600;
    line-height: 1.6em;
  }
  .maintenance_concept {
    padding: 64px 0 72px 0;
    width: 90%;
    margin: 0 auto;
  }
  .maintenance_concept h3 {
    color: #e50014;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    padding: 32px 0;
  }
  .maintenance_concept p {
    width: 90%;
    margin: 0 auto;
  }
  .price {
    padding: 72px 0;
  }
  .price h2 {
    font-size: 40px;
  }
  .price h2 p {
    font-size: 17px;
    margin: 10px 0 0 0;
  }
  .price .priceSet {
    background: rgba(0, 0, 0, .7);
    width: 75%;
    margin: 40px auto 0 auto;
    padding: 0 5% 48px 5%;
  }
  .price .priceSet h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 32px 0 4px 0;
  }
  .price .priceSet ul {
    display: block;
    padding: 10px 0 0 0;
  }
  .price .priceSet ul li {
    padding: 10px 24px;
  }
  .price .priceSet ul li:first-child {
    width: 83%;
  }
  .price .priceSet ul li:last-child {
    width: 83%;
    background: #e50014;
  }
  .tit_maintenance, .tit_fitting {
    padding: 110px 0;
  }
  .flow {
    width: 90%;
    margin: 0 auto;
    padding: 72px 0 40px 0;
  }
  .flowWrap {
    margin: 48px 0 0 0;
    text-align: center;
  }
  .flow h2 {
    font-size: 40px;
  }
  .flow h2 p {
    font-size: 17px;
    margin: 10px 0 0 0;
  }
  .flowWrap div {
    display: inline-block;
    width: calc(85%/1);
    margin: 0 auto 10% auto;
    text-align: left;
  }
  .flowWrap div h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  .flowWrap div h3 p {
    font-size: 18px;
    color: #e50014;
    margin: 0 0 4px 0;
  }
  .flowWrap div p {
    line-height: 1.6em;
  }
  /* スタッフ */
  .staffArea {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0 40px 0;
  }
  .staffArea .staffSet {
    margin: 0 0 48px 0;
  }
  .staffArea .staffSet .staffTxt {
    width: 90%;
    float: none;
    padding: 4% 0% 8% 0%;
	  margin:0 auto;
  }
  .staffArea .staffSet .staffTxt h3 {
    font-size: 18px;
    line-height: 1.6em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
  }
  .staffArea .staffSet .staffTxt p {
    font-size: 14px;
  }
  .staffArea .staffSet .staffTxt p span {
    font-size: 16px;
  }
  .accordion .accordion_header {
    padding: 5% 1.5%;
  }
  .qaSet {
    width: 100%;
    margin: 0 auto 16px auto;
    padding: 0 0 16px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .qaSet .qaTit {
    float: none;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #e50014;
    border-radius: 4px;
    position: relative;
  }
  .qaSet .qaTxt {
    width: 100%;
    float: none;
    margin: 8px auto 16px auto;
  }
  .qaSet .qaTxt p.qTxt {
    font-size: 18px;
    padding: 8px 0;
    margin: 0 0 8px 0;
    line-height: 1.6em;
  }
  .contactArea {
    padding: 64px 0 40px 0;
  }
  .contactArea p.contactRead {
    line-height: 2em;
  }
  .form-group {
    width: 100%;
    margin: 32px auto 35px auto;
    display: block;
    vertical-align: middle;
  }
  .form-group label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .form-group .inputtext {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .newsList .newsInner .newsSet {
    width: calc(100%/1);
    display: inline-block;
    margin: 4% auto;
    background: #ececec;
    text-align: center;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  }
  .newsList .newsInner .newsSet:nth-child(even) {
    margin: 4% auto;
  }
  .pager .pagination li {
    display: none;
  }
  .newsArea {
    padding: 48px 0 40px 0;
  }
  .newsWrap .newsTit h3 {
    font-size: 18px;
  }
}
