@charset "UTF-8";
/* -------------------------------
	home
-------------------------------- */
#mainvisual {
  width: 100%;
  height: 840px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  background: url("../images/home/main_bg.jpg") no-repeat center center/cover;
}
#mainvisual .container h2 {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    margin-top: -86px;
    margin-bottom: 120px;
  }
  #mainvisual .container h2 {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1199px) {
  #mainvisual {
    height: calc(260px + 580 * (100vw - 320px) / 880);
  }
}

/**/
.home_tatami {
  padding-top: 100px;
  margin-bottom: 52px;
  position: relative;
  z-index: 0;
}
.home_tatami > img {
  max-width: none;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.home_tatami .contents {
  float: right;
  width: 100%;
  max-width: 547px;
  margin: 5px 6px 0 0;
  padding: 30px 15px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_tatami .contents:before {
  content: "";
  position: absolute;
  left: 0;
  right: -6px;
  top: -5px;
  bottom: 0;
  background-image: url("../images/home/home_tatami_waku.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.home_tatami .contents h2 {
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.393em;
}
.home_tatami .contents h2 small {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home_tatami > img {
    height: 470px;
    right: calc(50% - 200px);
    left: auto;
  }
  .home_tatami .contents {
    padding: 73px 63px 82px;
  }
  .home_tatami .contents h2 {
    font-size: 140px;
  }
}

/**/
.home_service {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}
.home_service > img {
  display: none;
}
.home_service .contents {
  max-width: 946px;
  width: 100%;
  padding: 20px 15px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.home_service .columns {
  padding: 30px 15px;
  margin-bottom: 15px;
  border: solid 1px #d1ca97;
  position: relative;
  z-index: 0;
}
.home_service .columns:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: solid 1px #002b44;
  z-index: -1;
}
.home_service .columns h4 {
  color: #081737;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.home_service .columns h4 > img {
  display: block;
  margin: 0 auto 13px;
}
.home_service .columns .plus {
  color: #fff;
  font-size: 15px;
  line-height: 2.333;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 30px auto 0;
  background-color: #002b44;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.home_service .columns > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.home_service .columns:hover .plus {
  background-color: #cc0000;
}
@media print, screen and (min-width: 768px) {
  .home_service {
    margin-bottom: 101px;
  }
  .home_service > img {
    display: block;
    position: absolute;
    left: 50%;
    top: 49px;
    max-width: none;
    z-index: -1;
  }
  .home_service .contents {
    padding: 60px 69px 60px 67px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_service .columns {
    padding-top: 90px;
    height: 350px;
    margin-bottom: 0;
  }
  .home_service .columns .plus {
    margin-top: 47px;
  }
}

/**/
.home_works {
  margin-bottom: 46px;
  position: relative;
  z-index: 0;
}
.home_works:before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 15px;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
  z-index: -1;
}
.home_works .contents {
  text-align: center;
  max-width: 555px;
  width: 100%;
  padding: 30px 15px;
  margin: 0 auto 30px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_works {
    padding-top: 101px;
  }
  .home_works:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 420px;
  }
  .home_works .contents {
    margin-bottom: 62px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_works .contents {
    float: right;
    padding: 73px 30px 82px;
  }
}

.home_works_item {
  margin-bottom: 30px;
}
.home_works_item .photo-ofi {
  margin-bottom: 12px;
  background-color: #fff;
}
.home_works_item .text {
  line-height: 1.5;
  text-align: center;
  display: block;
}
.home_works_item a {
  text-decoration: none;
}
.home_works_item a .photo-ofi:after {
  content: "+";
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cc0000;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.home_works_item a:hover .photo-ofi:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/**/
.home_area {
  padding-top: 40px;
  position: relative;
}
.home_area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #002b44;
}
.home_area .contents {
  padding: 50px 0 20px;
  background-color: #fff;
}
.home_area .contents .mb {
  padding-bottom: 30px;
}
.home_area .contents h4 {
  font-weight: 400;
  margin-bottom: 1.375em;
}
@media print, screen and (min-width: 768px) {
  .home_area {
    padding-top: 80px;
  }
  .home_area:before {
    width: 60%;
  }
}

.home_area_list {
  letter-spacing: -.4em;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 33px;
  max-width: 440px;
}
.home_area_list > li {
  color: #081737;
  line-height: 1.786em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 10px 10px;
  width: 118px;
  border: solid 1px #081737;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.home_area_contact {
  margin-top: 35px;
}
.home_area_contact > ul {
  letter-spacing: -.4em;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 -9px;
}
.home_area_contact > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
  margin: 0 0 10px;
  width: 272px;
}
.home_area_contact > ul > li .btn {
  display: block;
}
.home_area_contact .tel {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  border: solid 1px #d9d9d9;
  display: block;
  padding: 0.893em 2em;
  position: relative;
  z-index: 0;
}
.home_area_contact .tel:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 6px;
  right: 6px;
  background-color: #081737;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.home_area_contact .tel i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -.5em;
}
.home_area_contact .tel a {
  color: #fff;
}

/* -------------------------------
	サービス内容
-------------------------------- */
/*3つのこだわり*/
.service_sec_1 {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .service_sec_1:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    right: 0;
    height: 380px;
    background: url("../images/service/service_1.jpg") no-repeat center center/cover;
    z-index: -1;
  }
}

.service_point {
  color: #081737;
  padding: 3.4448%;
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: double 4px #081737;
  margin-bottom: 30px;
  position: relative;
}
.service_point:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 30px;
  height: 30px;
  margin: -18px 0 0 -15px;
  background: url("../images/common/icon001.svg") no-repeat center center;
}
.service_point p {
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .service_point {
    margin-bottom: 0;
  }
}

/**/
.service_contents_1 {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.service_contents_1 .photo {
  height: 200px;
  margin: 0 15px 30px;
  position: relative;
  overflow: hidden;
}
.service_contents_1 .photo img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  -webkit-backface-visibility: hidden;
}
.service_contents_1 .photo {
  margin: 0 15px 30px;
}
.service_contents_1 .columns {
  line-height: 2.572;
}
.service_contents_1 .columns *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .service_contents_1 {
    position: relative;
  }
  .service_contents_1 .photo {
    position: absolute;
    left: 50%;
    right: 0;
    top: 80px;
    height: 420px;
    margin: 0;
  }
  .service_contents_1 .columns {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media print, screen and (min-width: 992px) {
  .service_contents_1 .columns {
    padding: 60px;
  }
}

/**/
.service_repair {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .service_repair .photo {
    top: 100px;
  }
  .service_repair .columns {
    border-bottom: solid 1px #081737;
    border-left: solid 1px #081737;
  }
}

/**/
@media print, screen and (min-width: 768px) {
  .service_exchange .photo {
    left: 0;
    right: 50%;
  }
}

/* -------------------------------
	施工事例
-------------------------------- */
/* カテゴリー　一覧 */
.cat_navi {
  padding: 40px 0;
  background-color: #fff;
}
.cat_navi .catbtn {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 10px 15px 10px 10px;
  background-color: #081737;
  position: relative;
}
.cat_navi .catbtn:after {
  content: "\f0ab";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.cat_navi .catbtn.on:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cat_navi .catnavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cat_navi .catbtn {
    display: none;
  }
  .cat_navi .catnavi {
    display: block;
  }
}

/* カテゴリー　一覧デザイン SP */
@media screen and (max-width: 767px) {
  .cat_navi_list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cat_navi_list > li {
    line-height: 1.666;
    border-bottom: solid 1px #081737;
  }
  .cat_navi_list > li > a {
    color: #081737;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    display: block;
    position: relative;
  }
  .cat_navi_list > li > a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover, .cat_navi_list > li.active > a {
    color: #cc0000;
    background-color: #fff;
  }
}
/* カテゴリー　一覧デザイン PC */
@media print, screen and (min-width: 768px) {
  .cat_navi_list {
    letter-spacing: -.4em;
    list-style: none;
    padding: 0;
    margin: 0 -7px;
  }
  .cat_navi_list > li {
    width: 33.3333%;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .cat_navi_list > li > a {
    color: #fff;
    line-height: 1.333;
    text-decoration: none;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 5em;
    padding: 10px 10px 10px 15px;
    border: solid 1px #d9d9d9;
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #081737;
    position: relative;
    z-index: 0;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .cat_navi_list > li > a .in {
    display: block;
    width: 100%;
    padding-right: 20px;
    position: relative;
  }
  .cat_navi_list > li > a .in:after {
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover, .cat_navi_list > li.active > a {
    background-color: #cc0000;
  }
}
@media print, screen and (min-width: 992px) {
  .cat_navi_list > li {
    width: 25%;
  }
}
/* -------------------------------
	施工事例 一覧
-------------------------------- */
.work_items {
  margin-bottom: 30px;
}
.work_items .photo-ofi {
  background-color: #E4DED5;
}
.work_items .photo-ofi a:after {
  content: "+";
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cc0000;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.work_items .photo-ofi a:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.work_items .htmlarea {
  padding: 15px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
.work_items .btns {
  text-align: center;
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 14px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 -5px;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #081737;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  border: 1px solid #081737;
}
.paging span.paging-text a {
  color: #081737;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #081737;
  border: 1px solid #081737;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #172C5A;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------
	詳細
-------------------------------- */
.work_gallery {
  max-width: 960px;
  margin: 0 auto;
}
.work_gallery .gallery-top .photo-ofi {
  padding-bottom: 66.666%;
  background-color: rgba(255, 255, 255, 0.8);
}
.work_gallery .gallery-top .swiper-slide {
  overflow: hidden;
}
.work_gallery .gallery-top .caption {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  margin: 0;
  width: 100%;
  background-color: rgba(8, 23, 55, 0.3);
}
.work_gallery .gallery-thumbs {
  max-width: 300px;
  margin: 10px auto 0;
}
.work_gallery .gallery-thumbs .photo-ofi {
  cursor: pointer;
}
.work_gallery .gallery-thumbs .swiper-slide-thumb-active {
  border: solid 3px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 768px) {
  .work_gallery .gallery-top .caption {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

/**/
.work_construction {
  max-width: 500px;
  margin: 0 auto;
}
.work_construction h4 {
  color: #081737;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.work_construction h4:before, .work_construction h4:after {
  content: "";
  -webkit-flex: 0 0 2em;
  flex: 0 0 2em;
  max-width: 2em;
  height: 1px;
  background: #081737;
  display: block;
}
.work_construction h4:before {
  margin-right: .75em;
}
.work_construction h4:after {
  margin-left: .75em;
}
.work_construction .photo-ofi {
  margin-bottom: 1rem;
  background-color: #fff;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.contact_tel {
  padding: 20px 15px;
  background-image: url("../images/common/bg.png");
  position: relative;
  z-index: 0;
}
.contact_tel:before, .contact_tel:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #081737;
}
.contact_tel:before {
  width: 50px;
  height: 4px;
  margin: -2px -2px 0 0;
}
.contact_tel:after {
  width: 4px;
  height: 50px;
  margin: -2px -2px 0 0;
}
.contact_tel h3 {
  color: #081737;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.contact_tel .telphone {
  font-size: 23px;
  text-align: center;
  margin: 1em 0;
}
.contact_tel .subtxt {
  font-size: 12px;
  text-align: center;
}
.contact_tel .subtxt > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.contact_tel .subtxt > ul > li {
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.contact_tel .subtxt > ul > li .ttl {
  text-align: center;
  -webkit-flex: 0 0 6em;
  flex: 0 0 6em;
  max-width: 6em;
  padding-right: 1em;
  position: relative;
}
.contact_tel .subtxt > ul > li .ttl:after {
  content: ":";
  position: absolute;
  right: 0;
}
.contact_tel .subtxt > ul > li .txt {
  white-space: nowrap;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .contact_tel {
    padding: 50px;
    max-width: 780px;
    margin: 0 auto;
  }
  .contact_tel:before {
    width: 100px;
    height: 6px;
    margin: -3px -3px 0 0;
  }
  .contact_tel:after {
    width: 6px;
    height: 100px;
    margin: -3px -3px 0 0;
  }
  .contact_tel h3 {
    font-size: 22px;
  }
  .contact_tel .telphone {
    font-size: 32px;
    margin: 0.5em 0;
  }
}

/* フォーム用　table */
.table-contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #D3CABD;
  border-left: 1px solid #D3CABD;
  margin-bottom: 20px;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 10px;
  border-right: 1px solid #D3CABD;
  border-bottom: 1px solid #D3CABD;
}
.table-contact > tbody > tr > th {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: left;
  width: 260px;
  background-color: #F1EEEA;
}
.table-contact > tbody > tr > th.hisu {
  position: relative;
}
.table-contact > tbody > tr > th.hisu:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  width: 3em;
  margin-top: -10px;
  background-color: #ff0000;
}
.table-contact > tbody > tr > td {
  background-color: rgba(255, 255, 255, 0.7);
}
.table-contact > tbody > tr > td .sm {
  width: 11em !important;
  display: inline-block;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact > tbody > tr {
    width: 100%;
    display: inline;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 15px;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
}
#policy .contents h5 {
  color: #17717;
  font-size: 1.143rem;
  font-weight: 400;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 1.8em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/*# sourceMappingURL=module.css.map */
