@charset 'utf-8';

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

.bg-beige {
  background: #FBFAF8;
}

.t-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, Roboto, "Droid Sans", serif;
}

.title-page {
  width: 100%;
  height: 550px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.t-dot {
  position: relative;
  display: inline-block;
}

.t-dot:before {
  content: '';
  width: .2em;
  height: .2em;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -.5em;
  margin: auto;
  background: #222;
  border-radius: 50%;
}

.title-page.company {
  background-image: url("../img/head-company.jpg");
}

.title-page.blog {
  background-image: url("../img/head-blog.jpg");
}

.title-page.qa {
  background-image: url("../img/head-qa.jpg");
}

.title-page.vioce {
  background-image: url("../img/head-voice.jpg");
}

.title-page.works {
  background-image: url("../img/head-works.jpg");
}

.title-page.worksdetail {
  background-image: url("../img/head-works-detail.jpg");
}

.title-page.contact {
  background-image: url("../img/head-contact.jpg");
}

.title-page.recruit {
  background-image: url("../img/head-recruit.jpg");
}

.title-page.update-list {
  background-image: url("../img/head-update-list.jpg");
}

.title-page.news {
  background-image: url("../img/head-news-2.jpg");
}

.title-page.remodeling {
  background-image: url("../img/head-remodeling.jpg");
}

.title-page.staff {
  background-image: url("../img/head-staff.jpg");
}

.title-page .title {
  width: 480px;
  height: 300px;
  background: url("../img/shape-house.svg") no-repeat top center / 100% auto;
  display: block;
  text-align: center;
  padding-top: 140px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.title-page .title span {
  font-family: 'Josefin sans', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 140%;
  display: block;
}

.title-page .title span:before {
  content: '';
  width: 1.2em;
  height: 1.5em;
  display: block;
  margin: 0 auto .5em;
  background: url("../img/icon-logo.svg") no-repeat center center/ contain;
}

@media screen and (max-width: 900px) {
  .title-page {
    height: 40vh;
  }

  .title-page .title {
    width: 48vw;
    height: 30vw;
    padding-top: 14vw;
  }

  .title-page .title span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .title-page .title {
    width: 60vw;
    height: 40vw;
    padding-top: 18vw;
  }

  .title-page .title span {
    font-size: 1.5rem;
  }
}


.breadcrumb {
  font-size: .6rem;
  margin: 1em 0;
}

.breadcrumb>ul>li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb>ul>li:first-child:before {
  content: '';
  width: 1em;
  height: 1em;
  background: url("../img/icon-bread-home.svg") no-repeat center bottom / contain;
  margin-right: .5em;
  display: inline-block;
}

.breadcrumb>ul>li+li:before {
  content: '>';
}

@media screen and (max-width: 900px) {
  .breadcrumb {
    padding: 1em 0;
  }
}

.home-swiper {
  width: 100%;
  height: calc(100vh - 11rem);
  display: block;
}

.home-swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
}

.mainvisual {
  position: relative;
}

.mainvisual .swiper-pagination {
  right: -2.5em;
  top: 50%;
  margin: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainvisual .swiper-pagination span {
  display: block;
  width: 1.5em;
  height: auto;
  padding: .3em 0;
  margin: .5em 0;
  background: none;
  border-bottom: 5px solid #ddd;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  opacity: 1;
}

.mainvisual .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #F8A200;
}

.mainvisual .btn-scroll {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: .7rem;
  width: 8em;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  color: #FFF;
}

.mainvisual .btn-scroll:after {
  content: '';
  width: 2em;
  height: 2em;
  background: url("../img/btn-scroll.svg") no-repeat center center/ contain;
  display: block;
  margin: .5em auto 0;
}

#home-news {
  position: relative;
  top: -40px;
  padding: 90px 0 50px;
  background: #FBFAF8;
}

#home-news .contents_wrap_l {
  max-width: 1100px;
}

.home-news {
  width: 100%;
  padding: 25px 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #C9C5C5;
}

.home-news:last-child {
  border-bottom: 1px solid #C9C5C5;
}

.home-news .title {
  width: 5em;
  height: 5em;
  background: url("../img/house-brown.svg") no-repeat center center/ contain;
  line-height: 6.5em;
  font-size: .6rem;
  text-align: center;
  color: #FFF;
  font-family: 'Josefin Sans', sans-serif;
}

.home-news .title.blog {
  background: url("../img/blog-logo.png") no-repeat center center/ contain;
}

.home-news .text {
  width: calc(100% - 5rem);
  line-height: 130%;
}

.home-news .date {
  font-family: 'Josefin Sans', sans-serif;
  font-size: .7rem;
  line-height: 120%;
}

.title-std {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 3px solid;
  margin: 0 0 1em;
  line-height: 180%;
}

@media screen and (max-width: 900px) {
  .title-std {
    font-size: 1.5rem;
  }

  .mainvisual .btn-scroll {
    display: none;
  }

  .mainvisual .swiper-pagination {
    right: 1em;
  }
}

.title-company-home {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 150%;
}

.title-company-home span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: .7rem;
  display: block;
  line-height: 150%;
}

.title-company-home:before {
  content: '';
  width: 4.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/icon-blog.svg") no-repeat center center/ contain;
  margin: 0 auto .5em;
}

.home-cust-harassment {
	margin: 0 auto;
    padding: 50px 0 100px 0;
	width: 90%;
	max-width: 940px;
}

.home-manifest {
  background: url("../img/bg-manifest.png") no-repeat center top / 80% auto;
}

.manifest {
  padding-top: 10vw;
  background: url("../img/manifest.jpg") no-repeat top right / 60% auto;
  position: relative;
}

.manifest .list-manifest {
  background: rgba(0, 0, 0, .9);
  padding: 3rem;
  counter-reset: listnum;
  width: 1000px;
  max-width: 80%;
}

.manifest .list-manifest>li {
  color: #FFF;
  padding-left: 6rem;
  position: relative;
  font-size: 2em;
  counter-increment: listnum;
  line-height: 150%;
}

.manifest .list-manifest>li+li {
  margin-top: 2em;
}

.manifest .list-manifest .sub {
  font-size: .7rem;
  display: block;
  line-height: 130%;
  line-height: 150%;
}

.manifest .list-manifest .note {
  font-size: .6rem;
  display: block;
  line-height: 130%;
}

.manifest:before {
  content: '';
  width: 127px;
  height: 170px;
  background: url("../img/owl2.svg") no-repeat center center/ contain;
  display: block;
  position: absolute;
  top: -80px;
  right: 5%;
  margin: auto;
}

.manifest .list-manifest .num {
  width: 5rem;
  font-size: .7rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  line-height: 130%;
}

.manifest .list-manifest .num:after {
  content: counter(listnum);
  text-align: center;
  background: url("../img/house-orange.svg") no-repeat center center / contain;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.manifest .list-manifest>li:nth-child(even) .num:after {
  background-image: url("../img/house-brown.svg");
}

@media screen and (max-width: 600px) {
	.home-cust-harassment {
		padding: 20px 0 60px 0;
	}
}

@media screen and (max-width: 900px) {
  .manifest:before {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .manifest {
    padding-top: 30vw;
  }

  .manifest .list-manifest {
    padding: 2rem;
    max-width: 90%;
  }

  .manifest .list-manifest>li {
    font-size: 1.3em;
    padding-left: 4em;
  }

  .manifest .list-manifest .num {
    width: 3rem;
  }
}

.home-works-container {
  position: relative;
  background-image: url("../img/bg-house.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 5% 130%;
}

.home-works-container:after {
  content: '';
  width: 140px;
  height: 140px;
  background: url("../img/owl3.svg") no-repeat center center / contain;
  display: block;
  position: absolute;
  left: 15%;
  bottom: -60px;
  margin: auto;
}

.home-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-works .text {
  width: 30%;
}

.home-works .works-slider-wrap {
  width: 65%;
}

.btn-more.works {
  margin: -2em 0 2em auto;
}

.works-slider .swiper-slide .img {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center center;
}

.works-slider-wrap .swiper-pagination-fraction,
.works-slider-wrap .swiper-pagination-custom,
.works-slider-wrap .swiper-container-horizontal>.swiper-pagination-bullets {
  display: block;
  width: 5em;
  position: relative;
  margin: 2em 0 0 auto;
}

.works-pagination-wrapper .swiper-pagination-fraction,
.works-pagination-wrapper .swiper-pagination-custom,
.works-pagination-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
  text-align: center;
  display: block;
  text-align: center;
  position: relative;
  white-space: nowrap;
  bottom: auto;
  top: auto;
  line-height: 100%;
  font-family: 'Josefin Sans', sans-serif;
}

.home-works .works-slider-wrap .swiper-button-prev {
  left: -20px;
  top: 50%;
  margin-top: -20px;
  width: 42px;
  height: 40px;
  background: url("../img/slider-prev.svg") no-repeat center center / contain;
}

.home-works .works-slider-wrap .swiper-button-next {
  right: -1em;
  top: 50%;
  margin-top: -20px;
  width: 42px;
  height: 40px;
  background: url("../img/slider-next.svg") no-repeat center center / contain;
}

.works-slider .swiper-slide .img {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 1em;
}

.works-pagination-wrapper {
  display: block;
  width: 8em;
  position: relative;
  margin: 2em 0 0 auto;
  padding: 0 2em;
}

.works-pagination-wrapper .swiper-button-prev-pagenation,
.works-pagination-wrapper .swiper-button-next-pagenation {
  position: absolute;
  width: .8rem;
  height: .8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
}

.works-pagination-wrapper .swiper-button-prev-pagenation {
  left: 0;
}

.works-pagination-wrapper .swiper-button-next-pagenation {
  right: 0;
}

.works-pagination-wrapper .swiper-button-prev-pagenation img,
.works-pagination-wrapper .swiper-button-next-pagenation img {
  display: block;
}


.home-works .works-slider-wrap .swiper-button-prev {
  left: -20px;
  top: 50%;
  margin-top: -20px;
  width: 42px;
  height: 40px;
  background: url("../img/slider-prev.svg") no-repeat center center / contain;
}

.home-works .works-slider-wrap .swiper-button-next {
  right: -1em;
  top: 50%;
  margin-top: -20px;
  width: 42px;
  height: 40px;
  background: url("../img/slider-next.svg") no-repeat center center / contain;
}

.home-works .swiper-button-prev:after,
.home-works .swiper-container-rtl .swiper-button-next:after,
.home-works .swiper-button-next:after,
.home-works .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.home-works .works-slider-wrap {
  position: relative;
}

.home-works .works-slider-wrap .buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 15px);
  height: 0;
  padding-bottom: 35%;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .home-works .text {
    width: 100%;
    margin-bottom: 3em;
  }

  .home-works .works-slider-wrap {
    width: 100%;
  }

  .home-works-container:after {
    width: 70px;
    height: 70px;
    bottom: -40px;
  }
}

.home-about {
  background: url("../img/bg-philosophy.jpg") no-repeat center top/ cover;
}

.home-about .title-about {
  font-size: 2.2rem;
  line-height: 120%;
  color: #FFF;
}

.home-about .title-about span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 1em;
  line-height: 100%;
}

a.link-company {
  background: #FFF;
  color: #997C47;
  font-weight: bold;
  padding: .5em 3em;
  border-radius: 2em;
  margin-top: 2em;
  display: inline-block;
}

.home-philosophy {
  background: #FFF;
  padding: 4em;
  width: 450px;
  max-width: 80%;
  margin: -1em 0 0 auto;
}

.home-philosophy .title-philosophy {
  text-align: center;
  font-size: 2.2rem;
  line-height: 120%;
  margin-bottom: 1em;
  font-weight: bold;
}

.home-philosophy .title-philosophy span {
  color: #997C47;
  font-size: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
}


@media screen and (max-width: 900px) {
  .home-about .title-about {
    font-size: 1.5rem;
  }

  .home-philosophy {
    padding: 2em;
    margin: 2em 0 0 auto;
  }

  .home-philosophy .title-philosophy {
    font-size: 1.5rem;
  }
}

.list-home-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-home-blog>li {
  width: 46%;
}

.list-home-blog .date {
  color: #997C47;
  font-size: .6rem;
  line-height: 150%;
  margin-bottom: .5em;
}

.list-home-blog .title {
  background: #FBFAF8;
  padding: 1em;
}

.list-home-blog img {
  vertical-align: bottom;
}

.list-qa-home>li {
  margin-bottom: 1em;
}

.list-qa-home a {
  background: #FBFAF8;
  padding: 1em 4em;
  position: relative;
  display: block;
}

.list-qa-home a:before {
  content: 'Q';
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.8rem;
  width: 1em;
  height: 1em;
  line-height: 100%;
}

.list-qa-home a:after {
  content: '';
  width: 1.4em;
  height: 1.4em;
  display: block;
  background: url("../img/icon-plus.svg") no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}


.list-voice-home>li {
  margin-bottom: 1em;
}

.list-voice-home a {
  background: #FBFAF8;
  padding: 1em 1em 1em 4em;
  position: relative;
  display: block;
}

.list-voice-home a .date {
  color: #997C47;
  font-size: .6rem;
  line-height: 150%;
}

.list-voice-home a:before {
  content: '';
  display: block;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1rem;
  background: url("../img/icon-mail-line.svg") no-repeat center center / contain;
}

.greeting {
  background: url("../img/company/greeting.png") no-repeat center center/ cover;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  margin-top: 100px;
}

.greeting>div {
  border-bottom: 1px solid transparent;
}

.greeting-box {
  background: #FFF;
  width: 60%;
  max-width: 900px;
  margin: 0 0 -5rem auto;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.title-greeting {
  color: #F8A200;
  width: 9rem;
}

.title-greeting span {
  font-size: 2.2em;
  color: #222;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  line-height: 150%;
}

.greeting-box .text {
  width: calc(100% - 10rem);
}

.greeting-box .name {
  max-width: 60%;
  margin: 2em 0 0 auto;
  display: block;
}

.title-company {
  text-align: center;
  font-size: .7rem;
  margin-bottom: 1em;
}

.title-company span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
  line-height: 150%;
}

.title-company:before {
  content: '';
  width: 4.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/icon-blog.svg") no-repeat center center/ contain;
  margin: 0 auto .5em;
}

.profile {
  padding-top: 150px;
}

.compnay-profile {
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 100%;
}

.compnay-profile tr {
  background: #FFF;
}

.compnay-profile th,
.compnay-profile td {
  padding: 1.5em;
}

.compnay-profile th {
  width: 25%;
}

.list-history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-history dt {
  font-size: 1.3rem;
  width: 3em;
  height: 3em;
  display: block;
  background: #CABB9F;
  border-radius: 2.5em;
  text-align: center;
  line-height: 3em;
  font-family: 'Josefin Sans', sans-serif;
  color: #FFF;
}

.list-history dd {
  width: calc(100% - 7rem);
  padding-top .5em;
  margin-bottom: 2em;
}


@media screen and (max-width: 900px) {
  .greeting-box {
    width: 80%;
    padding: 2em;
  }

  .title-greeting {
    width: 100%;
    margin-bottom: 1em;
  }

  .greeting-box .text {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .greeting-box {
    width: 100%;
  }
}

.list-qa-link {
  display: flex;
  flex-wrap: wrap;
}

.list-qa-link>li {
  width: 30%;
  margin-bottom: 2em;
  border-bottom: 2px solid;
  margin-right: 5%;
}

.list-qa-link>li:nth-child(3n) {
  margin-right: 0;
}

.list-qa-link a {
  display: block;
  padding: 1em 1em 1em 0;
  position: relative;
}

.list-qa-link a:after {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  background: url("../img/icon-arrow-r.svg") no-repeat center center / contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.title-std.qa {
  margin-top: 100px;
}

.list-qa dt {
  font-size: 1.3rem;
  padding: 1em 3rem 1em 4rem;
  position: relative;
  background: #FBFAF8;
}

.list-qa dd {
  padding: 1em 1rem 1em 4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2em;
  display: none;
}

.list-qa dt:after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  margin: auto;
  background: url("../img/icon-plus.svg") no-repeat center center / contain;
}

.list-qa dt:before,
.list-qa dd:before {
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}

.list-qa dt:before {
  content: 'Q';
}

.list-qa dd:before {
  content: 'A';
}

@media screen and (max-width: 900px) {
  .list-qa-link>li {
    width: 47.5%;
  }

  .list-qa-link>li:nth-child(3n) {
    margin-right: 5%;
  }

  .list-qa-link>li:nth-child(2n) {
    margin-right: 0;
  }

  .title-std.qa {
    margin-top: 3em;
  }

  .list-qa dt {
    font-size: 1rem;
  }
}

.list-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-voice>li {
  width: 48%;
  margin-bottom: 5em;
}

.list-voice img {
  width: 70%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.list-voice .title-std {
  margin-bottom: .5em;
}

.list-voice .post-date {
  margin-bottom: 1em;
  font-size: .8rem;
  font-weight: bold;
}

.list-voice .title-s {
  font-weight: bold;
  margin: 2em 0 .5em;
  font-size: 1.1rem;
}

@media screen and (max-width :900px) {
  .list-voice>li {
    width: 100%;
  }
}


.conts-news {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 70px 0;
}

.conts-news .main-column {
  width: 70%;
}

.conts-news .sub-column {
  width: 25%;
}

.conts-news .title-post {
  font-size: 2rem;
  line-height: 120%;
  border-bottom: 2px solid;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.conts-news .post-date {
  font-size: .9rem;
  display: inline-block;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  vertical-align: top;
  margin-right: 2em;
}

.conts-news .post-cat {
  display: inline-block;
}

.conts-news .post-cat dt {
  font-size: .9rem;
  display: inline-block;
  vertical-align: top;
}

.conts-news .post-cat dt:after {
  content: '：';
}

.conts-news .post-cat dd {
  font-size: .9rem;
  display: inline-block;
  vertical-align: top;
}

.conts-news .post-cat dd a {
  color: #0079DA;
}

.conts-news .post-body {
  margin-top: 1em;
}

.conts-news .post-body>.list-link .text {
  width: 65%;
}

.conts-news .post-body .post-thumbnail {
  margin-bottom: 1em;
}

.conts-news .post-body h3 {
  font-size: 1.4rem;
  padding-bottom: .5em;
  line-height: 120%;
  margin-bottom: 1em;
  line-height: 120%;
  border-bottom: 2px solid;
  position: relative;
}

.conts-news .post-body h4 {
  font-size: 1.1rem;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid;
}

.conts-news .post-body h5 {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.conts-news .post-body p {
  margin-bottom: 2em;
}

.conts-news .post-body table {
  width: 100%;
  border-collapse: separate;
  margin-top: 2em;
  border-spacing: 15px;
}

.conts-news .post-body table th,
.conts-news .post-body table td:first-child {
  font-weihgt: bold;
  border-bottom: 2px solid;
  padding: 2em 0 1em;
  width: 30%;
}

.conts-news .post-body table td {
  padding: 2em 0 1em;
  border-bottom: 1px solid;
}

.conts-news .post-body img {
  max-width: 100%;
  height: auto;
}

.conts-news .post-body ul li:before {
  content: '';
  width: 1em;
  height: 1em;
  background: url("../img/icon-check.svg") no-repeat center center/ contain;
  margin-left: -1.5em;
  display: inline-block;
  margin-right: .5em;
}

.conts-news .post-body ul li {
  padding-left: 1.5em;
}

.conts-news .pagination {
  text-align: center;
  margin-top: 2rem;
  width: 100%;
}

.conts-news .pagination .nopost {
  opacity: .6;
}

.conts-news .pagination a {}

.conts-news .pagination>li {
  display: inline-block;
  verticla-align: middle;
  padding: 0 1em;
  position: relative;
}

.conts-news .pagination>li+li:before {
  content: '';
  width: 1px;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.conts-news .pagination>li.prev-post:before,
.conts-news .pagination>li.next-post:after {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.conts-news .pagination>li.prev-post:before {
  background: url("../img/icon-arrow-l.svg") no-repeat center center/ contain;
  margin-right: .5em;
}

.conts-news .pagination>li.next-post:after {
  background: url("../img/icon-arrow-r.svg") no-repeat center center/ contain;
  margin-left: .5em;
}

.conts-news .title-side {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 2px solid #222222;
  color: #222222;
}

.conts-news .side-list {
  margin-bottom: 3em;
  padding-right: 1em;
  position: relative;
}

.conts-news .side-list>li {
  border-bottom: 1px solid #DDD;
  padding: 1em 1.5em 1em 0;
  position: relative;
}

.conts-news .side-list>li:after {
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url("../img/icon-arrow-r.svg") no-repeat center center/ contain;
}

.conts-news .side-list>.title-list-year.open:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.conts-news .sublist {
  display: none;
}

.conts-news .side-list .sublist a {}

.conts-news .side-list .sublist {
  display: none;
  padding-left: 1em;
  padding-right: 0;
}

.conts-news .side-list .sublist:after {
  display: none;
}

.conts-news .side-list .sublist ul>li {
  position: relative;
  padding-right: 1em;
}

.conts-news .side-list .sublist ul>li:after {
  content: '';
  width: .7em;
  height: .7em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon-arrow-r-s.svg") no-repeat center center / contain;
}

.conts-news .sublist li+li {
  margin-top: .5em;
}

.conts-news .side-list .sublist:before {
  display: none;
}

.list-post-archive>li {
  margin-bottom: 3rem;
}

.list-post-archive .title-post-list {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: .5em;
  line-height: 120%;
  margin-bottom: .5em;
  line-height: 120%;
  border-bottom: 2px solid;
  position: relative;
}

.list-post-archive .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-post-archive .list-link .post-thumbnail {
  width: 30%;
}

.list-post-archive .list-link .text {
  width: 65%;
}

.list-post-archive .post-thumbnail img {
  width: 100%;
  height: auto;
}

.list-post-archive .post-body p {
  margin-bottom: 0;
}


a.btn-more,
.btn-more {
  margin: 1em auto 0;
  display: block;
  font-size: .85rem;
  width: 10em;
  text-align: center;
  padding: .5em 1em;
  border: 1px solid #DED5C3;
  border-radius: 2em;
  background: #DED5C3;
  color: #FFF;
  line-height: 110%;
  font-family: 'Josefin Sans', sans-serif;
  -ms-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
  letter-spacing: 0;
}

.btn-more:hover {
  background: #222;
}

.list-post-archive .btn-more {
  margin: 1em 0 0
}


.conts-news .navigation.pagination h2 {
  display: none;
}

.conts-news .pagination .wp-pagenavi a,
.conts-news .pagination .wp-pagenavi span {
  display: inline-block;
  padding: 0 .5em;
  line-height: 200%;
  background: #FFF;
  border: 1px solid #222222;
  margin: 0 3px;
}

.conts-news .pagination .wp-pagenavi span.current {
  background: #222222;
  color: #FFF;
}

.conts-news .pagination .wp-pagenavi .nextpostslink,
.conts-news .pagination .wp-pagenavi .previouspostslink,
.conts-news .pagination .wp-pagenavi span.pages {
  background: none;
  color: #222222;
  border: none;
}

@media screen and (max-width: 900px) {
  .conts-news .main-column {
    width: 100%;
    margin-bottom: 3rem;
  }

  .conts-news .sub-column {
    width: 100%;
  }
}


.title-works {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.post-date-works {
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}

.list-reform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-reform>li {
  width: 49%;
  padding: 1.5em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding-left: 8em;
}

.list-reform>li:first-child,
.list-reform>li:nth-child(6) {
  width: 100%;
}

.list-reform>li span {
  width: 8em;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.works-detail-slider {
  margin: 5em 0;
}

.commentbox {
  background: #F7F7F7;
  padding: 2em;
}

.beforeimgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.beforeimgs>a {
  width: 48%;
  margin-bottom: 1em;
}


@media screen and (max-width: 900px) {
  .list-reform>li {
    width: 100%;
  }

  .works-detail-slider {
    margin: 3em 0;
  }
}

#slider .main {
  margin-bottom: 1em;
  width: 100%;
}

#slider .main .swiper-slide {
  text-align: center;
}

#slider .main .swiper-slide .img {
  max-width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#slider .main .swiper-slide .caption {
  text-align: left;
  font-size: 1rem;
  margin: 1em 0;
}

#slider .thumbnail {
  position: relative;
}

#slider .thumbnail .swiper-container {
  width: calc(100% - 6rem);
  margin: 0 auto;
}

#slider .thumbnail .swiper-slide .img {
  max-width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: .5em;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

#slider .thumbnail .swiper-slide {
  opacity: 0.4;
}

#slider .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

#slider .thumbnail .swiper-slide .caption {
  font-size: .9rem;
}

@media screen and (max-width: 900px) {
  #slider .thumbnail .swiper-container {
    width: calc(100% - 6rem);
  }

  #slider .thumbnail .swiper-slide .caption {
    display: none;
  }
}

#slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
#slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-color: #A28978;
  background-size: 50% auto;
  background-position: center center
}


#slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 0;
  right: auto;
}

#slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 0;
  left: auto;
}

@media screen and (max-width: 900px) {

  #slider .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  #slider .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }
}

.table-form {
  width: 100%;
  margin-bottom: 3rem;
}

.table-form th,
.table-form td {
  vertical-align: top;
  padding: 1em 0;
  vertical-align: middle;
}

.table-form th {
  width: 10rem;
  padding-right: 1rem;
  position: relative;
  padding-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-form td {
  padding-left: 1.5rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contactform .wpcf7-radio {
  padding: 0;
  display: block;
}

.contactform span.wpcf7-list-item {
  margin: 0 2rem 1em 0;
}

@media screen and (max-width: 600px) {
  span.wpcf7-list-item {
    display: block;
  }
}

.contactform textarea {
  -webkit-appearance: none;
  width: 100%;
  background: #FFF;
  padding: .5em;
  border: 1px solid #1A1B1D;
  font-size: 1rem;
  height: 10em;
}


.contactform input[type=text],
.contactform input[type=number],
.contactform input[type=date],
.contactform input[type=email],
.contactform input[type=tel],
.contactform select {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .9rem;
  line-height: 150%;
  width: 100%;
  padding: .5em;
  line-height: 300%;
  margin: 3px 0;
  vertical-align: middle;
  display: inline-block;
  background: #FFF;
  border: none;
  border-bottom: 1px solid #1A1B1D;
}

.contactform input[type="text"].wideM {
  width: 50%;
}

.contactform input[name="your-address"] {
  margin-top: 1em;
}

.auto-address {
  display: inline-block;
  vertical-align: middle;
  padding: .3em 1em;
  line-height: 200%;
  color: #072374;
  letter-spacing: .1em;
  background: #fff;
  margin-left: .5em;
  cursor: pointer;
  border: 1px solid #072374;
}

.contactform input[type="text"].wideS,
.contactform select.wideS {
  width: 10rem;
}

.contactform .must {
  background: #FD6E26;
  color: #FFF;
  display: block;
  float: right;
  width: 4em;
  height: 2em;
  line-height: 200%;
  text-align: center;
  font-size: .8em;
}

.contactform input[type="radio"] {
  display: none;
}

.contactform input[type="radio"]+span:before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
  background: url(../img/contact/radio-off.svg) no-repeat center center/ 100% auto;
  border-radius: 1rem;
}

.contactform input[type="radio"]:checked+span:before {
  background-image: url(../img/contact/radio-on.svg);
}

.contactform input[type="checkbox"] {
  display: none;
}

.contactform input[type="checkbox"]+span:before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
  background: url(../img/contact/check-off.svg) no-repeat center center/ 100% auto;
}

.contactform input[type="checkbox"]:checked+span:before {
  background-image: url(../img/contact/check-on.svg);
}


.form-button {
  text-align: center;
  margin-bottom: 5em;
}

.form-button input[type="submit"] {
  -webkit-appearance: none;
  color: #FFF;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0;
  display: inline-block;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  line-height: 200%;
  background: #000 url("../img/arrow-r.svg") no-repeat right 1em center/ 1em auto;
  -ms-transition: all .3s;
  transition: all .3s;
  transition: all .3s;
  -ms-transition: background .3s;
  t-webkit-ransition: background .3s;
  transition: background .3s;
  cursor: pointer;
  border-radius: 2rem;
}

.wpcf7-form-control.wpcf7c-btn-back {
  width: 400px;
  max-width: 100%;
  display: block;
  background: #CCC;
  margin: 1rem auto 0;
  fotn-size: 1rem;
  padding: 1em;
  border: none;
}

.custom-wpcf7c-confirmed .contactform input[type=text].wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform input[type=number].wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform input[type=date].wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform input[type=email].wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform input[type=tel].wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform select.wpcf7c-conf,
.custom-wpcf7c-confirmed .contactform textarea.wpcf7c-conf {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

.custom-wpcf7c-confirmed input[type="checkbox"].wpcf7c-conf~.wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed input[type="hidden"].wpcf7c-conf-hidden~.wpcf7-list-item-label {
  display: block;
  margin-right: 2em;
}

.custom-wpcf7c-confirmed .auto-address {
  display: none;
}

.custom-wpcf7c-confirmed .contactform .no-conf {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}


@media screen and (max-width: 600px) {
  .table-form {
    margin-bottom: 1rem;
  }

  .table-form th,
  .table-form td {
    display: block;
    width: 100%;
  }

  .table-form th {
    padding-bottom: 0;
  }

  .table-form td {
    padding-left: 0;
  }

  .contactform input[type=text],
  .contactform input[type=number],
  .contactform input[type=date],
  .contactform input[type=email],
  .contactform input[type=tel],
  .contactform select {
    max-width: 100%;
  }

  .form-button {
    margin-top: 0;
  }

  .contactform .must {
    float: none;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
  }
}

/** navigation **/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .pagination {
  border-radius: 0;
}

.navigation .pagination li {
  margin: 0 5px;
}

.navigation .pagination li a {
  position: relative;
  display: block;
  width: 32px;
  padding: 0;
  line-height: 32px;
  color: #fff;
  background-color: #8C8C88;
  border: none;
  font-size: 15px;
  text-align: center;
}

.navigation .pagination li.active a {
  background: #F6F6EF;
  color: #000;
}

.navigation .page-item:last-child .page-link,
.navigation .page-item:first-child .page-link {
  border-radius: 0;
}
.mainvisual a{
  display: block;
}
.mainvisual picture {
  line-height: 0;
  width: 100%;
}
.mainvisual picture img {
  width: 100%;
  height: auto;
}