@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000011;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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 {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  max-width: 1160px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  margin: 5px 0 50px auto;
  text-align: right;
}

.pankuzu {
  max-width: 1160px;
  margin: 0 0 0 auto;
  font-size: 13px;
  color: #000011;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #000011;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #000011;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imgR, .imgL {
  margin: 0 0 10px 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fNum {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header .hedTop {
  background: #333;
}

#global_header .hedTop .hedTxt {
  max-width: 1160px;
  margin: 0 auto;
  padding: 5.5px 10px;
  text-align: left;
  font-size: 13px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #global_header .hedTop .hedTxt {
    padding: 5.5px 65px 5.5px 20px;
    font-size: 11px;
  }
}

#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  #global_header section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#global_header section .siteID {
  width: 35.5%;
  max-width: 406px;
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    width: 200px;
  }
}

#global_header section .siteID a {
  opacity: 1;
}

#global_header section .contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  #global_header section .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    background: #000011;
  }
}

#global_header section .contWrap .linkTel {
  margin-right: 15px;
}

#global_header section .contWrap .linkTel p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel p {
    font-size: 13px;
  }
}

#global_header section .contWrap .linkTel .telSt {
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel .telSt {
    font-size: 22px;
  }
}

#global_header section .contWrap .linkTel .telSt:before {
  content: "";
  width: 19px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#global_header section .contWrap .linkTel a {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

#global_header section .contWrap .cont a {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#7e7e7e));
  background: linear-gradient(to bottom, #ffffff 0%, #7e7e7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  display: block;
  padding: 13px 25.5px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#global_header section .contWrap .cont a:hover {
  background: #ff9600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#e34b00));
  background: linear-gradient(to bottom, #ff9600 0%, #e34b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  opacity: 1;
}

#global_header section .contWrap .cont a i {
  margin-right: 7px;
}

#global_header nav {
  background: #e34b00;
}

#global_header nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#global_header nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-right: 1px solid rgba(0, 0, 17, 0.2);
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li {
    border-right: 0;
  }
}

#global_header nav #gnavi li:first-of-type {
  border-left: 1px solid rgba(0, 0, 17, 0.2);
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li:first-of-type {
    border-left: 0;
  }
}

#global_header nav #gnavi li a {
  display: block;
  padding: 17px 3px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#global_header nav #gnavi li a:hover {
  background: rgba(0, 0, 17, 0.1);
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: 250px !important;
    width: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 7.7%;
  left: 2%;
  display: inline-block;
  width: 53.5%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt {
    width: 78%;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt {
    width: 92%;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #e34b00;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #000011;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_header nav ul li a {
    padding: 4% !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .open #global_header nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  color: #000011;
  text-decoration: none;
}

footer#global_footer .fotCont {
  padding: 90px 0 70px 0;
  background: url(../images/contents/bgContact.jpg);
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont h2 {
    text-align: center;
  }
}

footer#global_footer .fotCont h2 .dotsSt span {
  background: #fff;
}

footer#global_footer .fotCont h2 .dotsSt span:first-of-type {
  background: #e34b00;
}

footer#global_footer .fotCont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer .fotCont dl dt {
  width: 80px;
}

footer#global_footer .fotCont .linkTel {
  margin-top: 5px;
  font-size: 46px;
  font-weight: bold;
}

footer#global_footer .fotCont .linkTel:before {
  content: "";
  width: 29px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/iconTel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

footer#global_footer .fotCont .linkTel a {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
}

footer#global_footer .fotCont ul li {
  margin-bottom: 15px;
}

footer#global_footer .fotCont ul li:last-of-type {
  margin-bottom: 0;
}

footer#global_footer .fotCont ul li a {
  display: block;
  max-width: 340px;
  padding: 10px 3px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont ul li a {
    margin: 0 auto;
  }
}

footer#global_footer .fotCont ul li a i {
  margin-right: 10px;
}

footer#global_footer .fotCont ul li a:hover {
  opacity: 1;
  background: #000011;
}

footer#global_footer .fotCont ul .cont a {
  background: #e34b00;
}

footer#global_footer .fotCont ul .estim a {
  background: #ff9600;
}

footer#global_footer .gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer#global_footer #pagetop a {
  display: block;
  padding: 8px 10px;
  background: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

footer#global_footer #pagetop a i {
  font-size: 20px;
  font-weight: 200;
}

footer#global_footer #copy {
  display: block;
  padding: 19.5px 10px;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 86px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.topConcept {
  position: relative;
  margin-top: -5%;
}

@media only screen and (max-width: 640px) {
  .topConcept {
    margin-top: 0;
  }
}

.topConcept:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.6vw;
  min-height: 370px;
  display: block;
  background: #333;
}

@media only screen and (max-width: 640px) {
  .topConcept:before {
    height: 110vw;
  }
}

.topConcept .bgWh {
  padding: 70px 40px 40px 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topConcept .bgWh {
    padding: 70px 30px 40px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .topConcept .bgWh {
    padding: 50px 0 40px 0;
  }
}

@media only screen and (max-width: 834px) {
  .topConcept .bgWh p {
    text-align: left;
  }
}

.topConcept .flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topConcept .flexBox .box {
  width: 300px;
  margin-right: 60px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topConcept .flexBox .box {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .topConcept .flexBox .box {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topConcept .flexBox .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.topConcept .flexBox .box:last-of-type {
  margin-right: 0;
}

.topConcept .flexBox .box td {
  padding: 20px 30px !important;
  border: none !important;
}

.topConcept .flexBox .box tr:last-of-type td {
  padding: 0 30px 30px !important;
}

.topConcept .flexBox .box h3 {
  font-size: 32px;
  line-height: 1.2;
}

.topConcept .flexBox .box h3 .sub {
  display: block;
  font-size: 20px;
}

.topConcept .flexBox .box p {
  font-size: 14px;
}

.topWorks .ttlBox article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .topWorks .ttlBox article {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .topWorks .ttlBox article h2, .topWorks .ttlBox article h2 .dotsSt, .topWorks .ttlBox article div {
    text-align: center !important;
  }
}

.topWorks .flexBox .box04 {
  border: 1px solid #ccc;
}

.topWorks .flexBox .box04 td {
  border: none !important;
}

.topWorks h3 {
  margin: 10px 0 3px 0;
}

.topWorks p {
  font-size: 14px;
}

/* ------------------------------------------------------------
repair_paint.html
------------------------------------------------------------ */
.liPay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.liPay ul li {
  width: 23.5%;
  margin-right: 2%;
  margin: 0 20px 20px 0;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .liPay ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .liPay ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.liPay ul li:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .liPay ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}

/* ------------------------------------------------------------
case.html
------------------------------------------------------------ */
.instaBox .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instaBox .sns_list > div {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .instaBox .sns_list > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}

.instaBox .sns_list > div:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .instaBox .sns_list > div:nth-of-type(even) {
    margin-right: 0;
  }
}

.instaBox .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.instaBox .sns_list > div .sns_text {
  display: none;
}

@media only screen and (max-width: 640px) {
  .wrapCase {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.wrapCase .box06 .itext.imgC {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.wrapCase .box06 img {
  width: 100% !important;
  height: 6vw !important;
  min-height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCase .box06 img {
    height: 16vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCase .box06 img {
    height: 30vw !important;
  }
}

.wrapCase .box06 h3 {
  margin-top: 5px;
}

.wrapCase .box06 p {
  margin-top: 5px;
  font-size: 14px;
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
.imgLi04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgLi04 ul li {
  float: none !important;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgLi04 ul li {
    width: 23.7%;
    margin-right: 1.7%;
  }
}

@media only screen and (max-width: 640px) {
  .imgLi04 ul li {
    width: 48%;
    margin-right: 4%;
  }
}

.imgLi04 ul li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgLi04 ul li:nth-of-type(5n) {
    margin-right: 1.7%;
  }
}

@media only screen and (max-width: 640px) {
  .imgLi04 ul li:nth-of-type(5n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgLi04 ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .imgLi04 ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
estimate.html
------------------------------------------------------------ */
.liDots ul li {
  margin: 0 30px 10px 0;
}

.liDots ul li:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  color: #ccc;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.form_wrap.confirm {
  margin-top: 50px;
}

.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

.flexBox .box04 {
  width: 23.7%;
  margin-right: 1.7%;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flexBox .box04 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box04:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(even) {
    margin-right: 0;
  }
}

.flexBox .box04 img {
  width: 100% !important;
}

.flexBox .box06 {
  width: 15.4%;
  margin-right: 1.5%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box06 {
    width: 23.875%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .flexBox .box06 {
    width: 48%;
    margin-right: 4%;
  }
}

.flexBox .box06:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box06:nth-of-type(6n) {
    margin-right: 1.5%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box06:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .flexBox .box06:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabBlk {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabBlk .box02 {
    width: 100%;
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 {
  letter-spacing: 0.1em;
}

.ttl01 h2 {
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 22px;
  }
}

.ttl01 h3 {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl01 h3 {
    font-size: 20px;
  }
}

.ttl01 h4 {
  font-size: 20px;
  font-weight: bold;
}

.ttl01 h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    margin-bottom: 10px;
  }
}

.ttl01 h2::first-letter {
  font-size: 47px;
  color: #e34b00;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2::first-letter {
    font-size: 34px;
  }
}

.ttl01 h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #e34b00;
}

.ttl01 h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.ttl01 h4 .sub {
  display: inline-block;
  margin-right: 20px;
  color: #e34b00;
}

@media only screen and (max-width: 640px) {
  .ttl01 h4 .sub {
    display: block;
    margin-right: 0;
  }
}

.ttl02 h2 {
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl02 h2 {
    font-size: 22px;
  }
}

.ttl02 h3 {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl02 h3 {
    font-size: 20px;
  }
}

.ttl02 h4 {
  font-size: 20px;
  font-weight: bold;
}

.ttl02 h2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.ttl02 h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 25px;
  border-radius: 5px;
  background: #e34b00;
}

.ttl02 h2 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt article {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .ttl01.h1txt article {
    padding: 0 20px;
  }
}

.ttl01.h1txt h1 {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01.h1txt h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl01.h1txt h1 {
    font-size: 28px;
  }
}

.ttl01.h1txt h1 .ja {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .ttl01.h1txt h1 .ja {
    font-size: 16px;
  }
}

.ttlDots h2 {
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: bold;
  line-height: 0.2;
}

@media only screen and (max-width: 640px) {
  .ttlDots h2 {
    font-size: 50px;
    line-height: 0.3;
  }
}

.ttlDots h2 .dotsSt {
  display: block;
  margin-top: 20px;
}

.ttlDots h2 .dotsSt span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #000011;
}

.ttlDots h2 .dotsSt span:first-of-type {
  background: #e34b00;
}

.ttlDots h2 .dotsSt span:last-of-type {
  margin-right: 0;
}

.ttlDots h2 .ja {
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .ttlDots h2 .ja {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBk a {
  display: inline-block;
  padding: 13px 46.5px;
  background: #000011;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .btnBk a {
    display: block;
  }
}

.btnBk a:hover {
  opacity: 1;
  background: #e34b00;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.pcBlk {
  display: block;
}

@media only screen and (max-width: 834px) {
  .pcBlk {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tabBlk {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

.lh25 p {
  line-height: 2.5;
}

.pntLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 150, 0, 0)), color-stop(60%, rgba(255, 150, 0, 0.6)));
  background: linear-gradient(rgba(255, 150, 0, 0) 60%, rgba(255, 150, 0, 0.6) 60%);
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
}

::-moz-selection {
  background: #ffffc7;
}

::selection {
  background: #ffffc7;
}

::-moz-selection {
  background: #ffffc7;
}

/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=assets.css.map */