@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* shine */
/* common
******************************************************************************************** */
.page {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .page {
    width: 100%;
  }
}

.mainv {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 10px auto;
}
@media only screen and (max-width: 640px) {
  .mainv {
    width: 100%;
  }
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    width: 100%;
  }
}
.breadcrumb a {
  color: #4a6bae;
}

.pagehead {
  text-align: center;
  margin: 40px 0;
}
.pagehead__spell {
  color: #4a6bae;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
.pagehead__ttl {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  font-weight: normal;
}

.set {
  margin-bottom: 60px;
}
.set__ttl {
  border-left: 8px solid #4a6bae;
  padding-left: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}
.set__sub {
  color: #4a6bae;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "A1 Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
}
.set__btn {
  text-align: center;
  margin: 40px 0;
}
.set__btn::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.set__btn a {
  min-width: 300px;
  color: #fff;
  background: #f39800;
  display: inline-block;
  padding: 6px 20px;
  text-shadow: none;
  position: relative;
  font-style: italic;
  background: #4a6bae;
}
.set__btn a i {
  margin-right: 1em;
}
.set__btn a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.set__btn a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.set__btn a i {
  float: right;
  margin: 0;
  vertical-align: sub;
}

/* company
******************************************************************************************** */
.company .greeting__flex {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.company .greeting__message {
  width: 68%;
  padding-top: 40px;
}
.company .greeting__ttl {
  margin-top: 0;
  font-family: "A1 Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  font-size: 30px;
  font-size: 3rem;
}
.company .greeting__img {
  width: 30%;
  text-align: center;
}
.company .greeting__name {
  font-size: 16px;
  font-size: 1.6rem;
}
.company .greeting__name span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.company .outline__table {
  width: 100%;
  margin-bottom: 20px;
}
.company .outline__table th, .company .outline__table td {
  border: 1px solid #dcdcdc;
  padding: 20px;
  background: #fff;
}
.company .outline__table th {
  text-align: left;
  color: #4a6bae;
  width: 20%;
}
.company .outline .map {
  margin: 10px 0;
}
.company .outline .map iframe {
  width: 100%;
}
.company .outline .numbers table {
  width: 100%;
}
.company .outline .numbers table th {
  vertical-align: top;
  color: #333;
  border: 0;
  padding: 0 20px 10px 0;
  width: auto;
}
.company .outline .numbers table td {
  border: 0;
  padding: 0 0 10px 20px;
}
.company .outline .numbers table td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.company .outline .numbers table td ul li {
  display: inline-block;
  width: 48%;
}
.company .outline .numbers table td[colspan] {
  padding-bottom: 20px;
}
.company .outline .numbers table td[colspan] p {
  margin: 0;
}
.company .outline .shikaku table {
  width: 100%;
}
.company .outline .shikaku table th {
  vertical-align: top;
  color: #333;
  border: 0;
  padding: 0 20px 10px 0;
  width: auto;
}
.company .outline .shikaku table td {
  border: 0;
  padding: 0 0 10px 20px;
}
.company .outline .shikaku table td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.company .outline .shikaku table td ul li {
  display: inline-block;
  width: 48%;
}
.company .outline .shikaku table td[colspan] {
  padding-bottom: 20px;
}
.company .outline .shikaku table td[colspan] p {
  margin: 0;
}

/* works
******************************************************************************************** */
.works__over {
  position: absolute;
  z-index: 2;
  padding: 40px;
}
.works__filter {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
}
.works__list {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
.works__list li {
  width: 49%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.works__list--ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "A1 Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  text-align: center;
}
.works__list--ttl i {
  display: block;
}
.works__list--txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.works__list--txt br {
  display: none;
}
.works__list a {
  color: #fff;
}
.works__list a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.works__list a:hover {
  color: #333;
  text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.91), -3px 3px 4px rgba(255, 255, 255, 0.91), 3px -3px 4px rgba(255, 255, 255, 0.91), -3px -3px 4px rgba(255, 255, 255, 0.91), 3px 0 4px rgba(255, 255, 255, 0.91), 0 3px 4px rgba(255, 255, 255, 0.91), -3px 0 4px rgba(255, 255, 255, 0.91), 0 -3px 4px rgba(255, 255, 255, 0.91), 2px 2px 10px #000, -2px 2px 10px #000;
}
.works__list a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.works__list a:hover .works__filter {
  display: none;
}

/* news
******************************************************************************************** */
.category .news__txt {
  text-align: center;
}
.category .news__list {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.category .news__list::before {
  display: block;
  content: "";
  width: 23%;
  height: 0;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.category .news__list::after {
  display: block;
  content: "";
  width: 23%;
  height: 0;
}
.category .news__list li {
  width: 23%;
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  padding: 10px;
}
.category .news__list--date {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}
.category .news__list--ttl {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
.category .news__img {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
}
.category .news__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.category .news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.single .entry__ttl {
  border-left: 8px solid #4a6bae;
  padding-left: 15px;
  font-size: 28px;
  font-size: 2.8rem;
}
.single .entry__date {
  text-align: right;
  margin-bottom: 40px;
}

/* contact
******************************************************************************************** */
.contact .set {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .contact .set {
    width: 100%;
  }
}
.contact .form__ttl {
  border-left: 8px solid #4a6bae;
  padding-left: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}
.contact .form__description {
  text-align: center;
  margin-bottom: 40px;
}
.contact .form__table {
  width: 100%;
}
.contact .form__table th, .contact .form__table td {
  border: 1px solid #dcdcdc;
  padding: 20px;
  background: #fff;
}
.contact .form__table th {
  width: 30%;
  text-align: left;
  color: #4a6bae;
}
.contact .form__table th .must {
  color: #c8171e;
  float: right;
}
.contact .form__table td input {
  width: 100%;
  padding: 10px;
}
.contact .form__table td textarea {
  width: 100%;
  padding: 10px;
}
.contact .form__submit {
  text-align: center;
  margin: 30px auto;
}
.contact .form__submit input {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background: #f39800;
  color: #fff;
  border: 0;
  padding: 20px 50px;
  cursor: pointer;
}
.contact .form__submit input:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* 解体工事
******************************************************************************************** */
.demolition .upper__txt {
  text-align: center;
}
.demolition .point__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.demolition .point__list li {
  width: 32.5%;
  border: 1px solid #a0a0a0;
  background: #fff;
}
.demolition .point__list li h3 {
  margin-top: 0;
  padding: 15px;
  background: #4a6bae;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.demolition .point__list li p {
  margin: 0;
  padding: 15px;
}
.demolition .flow__table {
  width: 100%;
}
.demolition .flow__table td {
  padding: 15px;
  padding-bottom: 40px;
  vertical-align: top;
}
.demolition .flow__table td h3 {
  color: #4a6bae;
  font-size: 24px;
  font-size: 2.4rem;
}
.demolition .flow__num {
  width: 75px;
}
.demolition .flow__img {
  width: 240px;
}

/* 遺品整理
******************************************************************************************** */
.relics .upper__txt {
  text-align: center;
}
.relics .upper__menu {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relics .upper__menu li {
  width: 19%;
  margin: 0.5%;
  background: #4a6bae;
  text-align: center;
  border-radius: 4px;
}
.relics .upper__menu li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}
.relics .upper__menu li a i {
  margin-right: 3px;
}
.relics .upper__menu li a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.relics .upper__menu li a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.relics .upper__menu li.orange {
  background: #f39800;
}
.relics .set__flex {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
}
.relics .set__flex--ttl {
  color: #f39800;
  font-family: "A1 Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
}
.relics .set__img {
  width: 40%;
  margin: 0;
}
.relics .set__detail {
  width: 58%;
}
.relics .set__btn a {
  background: #f39800;
}
.relics .price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.relics .price__list::after {
  display: block;
  content: "";
  width: 32%;
  height: 0;
}
.relics .price__list li {
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}
.relics .price__ttl {
  color: #4a6bae;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 10px 0;
  display: block;
}
.relics .price__table {
  width: 100%;
}
.relics .price__table th, .relics .price__table td {
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.relics .price__table td {
  text-align: right;
}
.relics .price__num {
  color: #c8171e;
  font-size: 20px;
  font-size: 2rem;
}
.relics .cost__table {
  width: 100%;
}
.relics .cost__table th, .relics .cost__table td {
  padding: 10px;
  border: 2px solid #a0a0a0;
  background: #fff;
}
.relics .cost__table th {
  color: #4a6bae;
}
.relics .cost__small {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
.relics .cost__caution {
  border: 2px solid #4a6bae;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}

.single-case .entry__body {
  margin-top: 60px;
}
.single-case .entry__body--ttl {
  background: #dcdcdc;
  padding: 6px 10px;
  color: #4a6bae;
}
.single-case .price__flex {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.single-case .price__img {
  width: 40%;
}
.single-case .price__table {
  width: 55%;
}
.single-case .price__table th, .single-case .price__table td {
  padding: 5px;
}
.single-case .price__table td {
  text-align: left;
}
.single-case .price__num {
  color: #c8171e;
  font-size: 20px;
  font-size: 2rem;
}

/* リフォーム工事
******************************************************************************************** */
.reform .upper__txt {
  text-align: center;
}
.reform .upper__menu {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reform .upper__menu li {
  width: 19%;
  margin: 0.5%;
  background: #4a6bae;
  text-align: center;
  border-radius: 4px;
}
.reform .upper__menu li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}
.reform .upper__menu li a i {
  margin-right: 3px;
}
.reform .upper__menu li a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.reform .upper__menu li a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.reform .upper__menu li.orange {
  background: #f39800;
}
.reform .set__flex {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
}
.reform .set__flex--ttl {
  color: #f39800;
  font-family: "A1 Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
}
.reform .set__flex.left .set__img {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.reform .set__flex.left .set__detail {
  -moz-order: 0;
  -ms-order: 0;
  -o-order: 0;
  order: 0;
}
.reform .set__img {
  width: 40%;
  margin: 0;
}
.reform .set__detail {
  width: 58%;
}
.reform .case__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.reform .case__list li {
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid #a0a0a0;
  background: #fff;
}
.reform .case__img {
  margin: 0;
  text-align: center;
}
.reform .case__img img {
  width: 100%;
  height: auto;
}
.reform .case__ttl {
  color: #4a6bae;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  display: block;
  margin: 15px 0;
  padding: 0 15px;
}
.reform .case__txt {
  padding: 0 15px 15px 15px;
  margin: 0;
}

/* ハウスクリーニング 
******************************************************************************************** */
.cleaning .upper__menu li {
  width: 24%;
}
.cleaning .upper__menu li.orange {
  overflow: hidden;
  position: relative;
}
.cleaning .upper__menu li.orange::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 0.75s infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cleaning .price {
  width: 60%;
  margin: 0 auto;
}
.cleaning .price__table {
  width: 100%;
}
.cleaning .price__table th, .cleaning .price__table td {
  padding: 10px;
  border: 2px solid #a0a0a0;
  background: #fff;
}
.cleaning .price__table th {
  color: #4a6bae;
}
.cleaning .price__small {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
.cleaning .price__caution {
  border: 2px solid #4a6bae;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}
.cleaning .set__btn a {
  min-width: 400px;
  background: #f39800;
  overflow: hidden;
  position: relative;
  padding: 20px 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.cleaning .set__btn a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 0.75s infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* サイトマップ
******************************************************************************************** */
.sitemap .set {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
  background: #fff;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .sitemap .set {
    width: 100%;
  }
}
.sitemap .wsp-container h2 {
  color: #4a6bae;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  display: block;
  margin: 15px 0;
  padding: 0 15px;
}
.sitemap .wsp-pages-list, .sitemap .wsp-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #4a6bae;
}
.sitemap .wsp-pages-list li, .sitemap .wsp-categories-list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #4a6bae;
}
.sitemap .wsp-pages-list li a, .sitemap .wsp-categories-list li a {
  display: block;
  padding: 10px;
}
.sitemap .wsp-pages-list li ul li, .sitemap .wsp-categories-list li ul li {
  border: 0;
}

/* プライバシーポリシー
******************************************************************************************** */
.privacy .set {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .privacy .set {
    width: 100%;
  }
}

/* SDGs
******************************************************************************************** */
.sdgs .upper {
  margin-bottom: 40px;
}
.sdgs .upper__txt {
  text-align: center;
}
.sdgs .upper__right {
  text-align: right;
}
.sdgs .set .block {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.sdgs .set__sub {
  margin: 0 0 10px 0;
  color: #4a6bae;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif";
}
.sdgs .set__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sdgs .set__detail {
  width: 58%;
}
.sdgs .set__detail h4 {
  margin-bottom: 10px;
}
.sdgs .set__img {
  width: 38%;
}
.sdgs__icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}
.sdgs__icon li {
  width: 25%;
}
.sdgs .bottom {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.sdgs .bottom h2 {
  margin-top: 0;
  color: #f39800;
}
.sdgs .bottom__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sdgs .bottom__l {
  width: 75%;
}
.sdgs .bottom__r {
  width: 20%;
}/*# sourceMappingURL=style.css.map */