@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  共通

---------------------------------*/
/*  
  メインビジュアル
---------------------------------*/
#mainvisual {
  position: relative;
}
#mainvisual h1 {
  font-family: var(--mincho);
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto;
  padding: 5rem 0;
  width: 90%;
  max-width: 1500px;
}
#mainvisual::before {
  content: url("../images/tree_03.svg");
  opacity: 0.8;
  position: absolute;
  bottom: -4rem;
  right: -5%;
  width: 45%;
  max-width: 35rem;
  height: auto;
  z-index: 10;
}
#mainvisual .headImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 25rem;
}
#mainvisual .headImg::before {
  background: #eee;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
}
section {
  animation: fadeShow .8s;
}
@keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section:not(.contact-block) .wrap {
  margin: 10rem auto;
  width: 90%;
  max-width: 1000px;
}
section .wrap .ttl p {
  color: var(--green);
  font-weight: 500;
  margin-bottom: 2rem;
}
section .wrap .ttl h2 {
  font-family: var(--mincho);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4rem;
}
section .mainTxt {
  font-family: var(--mincho);
  line-height: 2.5;
  text-align: center;
}
section .mainTxt p + p {
  margin-top: .8rem;
}
@media screen and (max-width: 1060px) {}
@media screen and (max-width: 480px) {
  #mainvisual::before {
    right: -10%;
    width: 60%;
    height: auto;
  }
  section:not(.contact-block) .wrap {
    margin: 8rem auto;
  }
  section .wrap .ttl h2 {
    font-size: 22px;
  }
}
/*
	私たちについて
---------------------------------*/
section.about-block .wrap:nth-of-type(3) {
  margin: 15rem auto;
}
section.about-block .wrap .ttl {
  text-align: center;
}
section .greetingTxt {
  font-size: .87em;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: auto;
  max-width: 70rem;
  text-align: justify;
}
section .greetingTxt p + p {
  margin-top: 1em;
}
section .greetingTxt p.reader {
  text-align: right;
}
section .greetingTxt p.reader img {
  display: inline-block;
  max-width: 8rem;
}
section.about-block dl {
  border-top: solid 1px #ddd;
  margin: 5rem auto;
  max-width: 60rem;
}
section.about-block dl > div {
  border-bottom: solid 1px #eee;
  color: #555;
  display: flex;
  font-size: 90%;
  padding: 2.5rem 0;
}
section.about-block dl dt {
  flex-basis: 25%;
}
section.about-block dl dd {
  flex-basis: 75%;
}
/*
	事業内容
---------------------------------*/
section.service-block .wrap.businessItem {
  display: flex;
  justify-content: space-between;
  margin: 15rem auto;
}
section.service-block .wrap.businessItem .txtWrap {
  flex-basis: 50%;
}
section.service-block .wrap.businessItem .txtWrap .txt {
  font-family: var(--mincho);
  line-height: 2;
}
section.service-block .wrap.businessItem .imgWrap {
  flex-basis: 40%;
  position: relative;
}
section.service-block .wrap.businessItem .imgWrap::before {
  content: url("../images/tree_03.svg");
  opacity: 0.8;
  position: absolute;
  bottom: -1rem;
  left: -5%;
  width: 45%;
  height: auto;
  z-index: 10;
}
section.service-block .wrap.businessItem:last-of-type .imgWrap::before {
  left: auto;
  right: 0;
}
section.service-block .wrap.businessItem .imgWrap img {
  object-fit: cover;
  width: 100%;
  height: 30rem;
}
section.service-block .wrap.pick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15rem auto;
}
section.service-block .wrap.pick .ttl {
  flex-basis: 100%;
}
section.service-block .wrap.pick .ttl h2 {
  margin-bottom: .5rem;
}
section.service-block .wrap.pick .ttl p {
  color: #666666;
  font-size: 90%;
}
section.service-block .wrap.pick .txtWrap {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: space-between;
}
section.service-block .wrap.pick .txtWrap .txt {
  font-size: .87em;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  text-align: justify;
}
section.service-block .wrap.pick .txtWrap .txt p + p {
  margin-top: 1em;
}
section.service-block .wrap.pick .txtWrap .thumbnail {
  display: flex;
  list-style: none;
}
section.service-block .wrap.pick .txtWrap .thumbnail p {
  flex-basis: 23%;
  margin-right: 2%;
}
section.service-block .wrap.pick .txtWrap .thumbnail p img {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}
section.service-block .wrap.pick .imgWrap {
  flex-basis: 45%;
  position: relative;
}
section.service-block .wrap.pick .imgWrap img {
  object-fit: cover;
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 1025px) {
  section.service-block .wrap.pick {
    display: block;
  }
  section.service-block .wrap.pick .txtWrap .txt {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  section.service-block .wrap.businessItem {
    flex-wrap: wrap;
    margin: 8rem auto;
  }
  section.service-block .wrap.businessItem .txtWrap {
    flex-basis: 100%;
    margin-top: 3rem;
  }
  section.service-block .wrap.businessItem .imgWrap {
    flex-basis: 100%;
    order: -1;
  }
}
/*
	施工事例
---------------------------------*/
section.works-block .wrap ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
section.works-block .wrap ul li {
  flex-basis: 25%;
  padding: 1rem;
}
section.works-block .wrap ul li figure img {
  object-fit: cover;
  height: 24rem;
}
section.works-block .wrap ul li figure figcaption {
  font-family: var(--mincho);
  font-weight: 500;
  margin-top: 1rem;
}
section.works-block .wrap ul li p {
  color: #777;
  font-size: 80%;
}
section.works-block .wrap label {
  border: solid 1px #333;
  cursor: pointer;
  display: block;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
  transition: .3s;
  width: 20rem;
}
section.works-block .wrap label:hover {
  background: #333;
  color: #fff;
}
section.works-block .wrap input {
  display: none;
}
section.works-block .wrap .hidden {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
section.works-block .wrap input:checked ~ .hidden {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
section.works-block .wrap input:checked ~ label {
  display: none;
}
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 480px) {
  section.works-block .wrap ul li {
    flex-basis: 50%;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  section.works-block .wrap ul li figure img {
    height: 15rem;
  }
}
/*施工事例single*/
section.works-block.single .wrap {
  max-width: 800px;
}
section.works-block.single .wrap img {
  width: 100%;
  height: auto;
}
section.works-block.single .wrap .txt {
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 5rem;
  text-align: justify;
}
section.works-block.single .wrap .txt p + p {
  margin-top: 1em;
}
section.works-block.single .wrap dl.datail {
  border-top: 1px solid #ccc;
  letter-spacing: 0.15em;
  margin-top: 5rem;
}
section.works-block.single .wrap dl.datail div {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 2rem;
}
section.works-block.single .wrap dl.datail div dt {
  flex: 0 0 12rem;
}
section.works-block.single .wrap dl.datail div dd {
  border-left: 1px solid #ccc;
  padding-left: 5rem;
}
section.works-block.single .wrap .galleryBox {
  display: flex;
  margin: 3rem auto;
}
section.works-block.single .wrap .galleryBox a {
  flex-basis: calc(100% / 4);
  height: 20rem;
  padding: .5rem;
}
section.works-block.single .wrap .galleryBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.works-block.single .wrap .btn {
  margin: 5rem auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 480px) {
  section.works-block.single .wrap dl.datail div dt {
    flex: 0 0 8rem;
  }
  section.works-block.single .wrap dl.datail div dd {
    padding-left: 2rem;
  }
  section.works-block.single .wrap .galleryBox a {
    flex-basis: calc(100% / 2);
    height: 15rem;
  }
}
/*
	お知らせ
---------------------------------*/
section.news-block .wrap {}
section.news-block .wrap ul {
  list-style: none;
}
section.news-block .wrap ul li {}
section.news-block .wrap ul li a {
  color: #333;
  display: flex;
  padding: 1.5rem 0;
}
section.news-block .wrap ul li time {
  flex: 0 0 12rem;
}
section.news-block .wrap ul li p {}
@media screen and (max-width: 1060px) {}
@media screen and (max-width: 480px) {}
/*
	ブログ
---------------------------------*/
#blog-column {
  display: flex;
  margin: 10rem auto 0;
  max-width: 120rem;
  width: 90%;
}
#blog-column #blogmain {
  flex: 1 1 auto;
  padding-right: 7rem;
}
#blog-column #blogmain section {
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5rem;
  padding: 0;
}
#blog-column #blogmain section .wrap {
  margin: 0;
  padding: 7rem;
  width: 100%;
  max-width: none;
}
#blog-column #blogmain section .wrap .ttl {
  margin-bottom: 4rem;
}
#blog-column #blogmain section .wrap .ttl h2 {
  margin: 0 0 2rem;
}
#blog-column #blogmain section .wrap .ttl .data {
  display: flex;
  font-size: 85%;
}
#blog-column #blogmain section .wrap .ttl .data .cat {
  margin: 0;
}
#blog-column #blogmain section .wrap .ttl .data time {
  color: #999;
  margin: 0 0 0 2rem;
}
#blog-column #blogmain section .wrap .txt {
  line-height: 1.8;
  text-align: justify;
}
#blog-column #blogmain section .wrap .txt p {
  margin: 1rem 0;
}
#blog-column #blogmain section .wrap .txt img {
  margin: 1em 0;
}
#blog-column #blogside {
  flex: 0 0 25rem;
}
#blog-column #blogside div {
  background: #f6f6f6;
  padding: 3rem;
}
#blog-column #blogside div p.boxTtl {
  color: #999;
  margin-bottom: 1rem;
}
#blog-column #blogside div ul {
  list-style: none;
}
#blog-column #blogside div ul li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
#blog-column #blogside div ul li a {
  color: #333;
  display: block;
  font-weight: 600;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  #blog-column #blogmain {
    padding-right: 3rem;
  }
  #blog-column #blogmain section .wrap {
    padding: 4rem;
  }
  #blog-column #blogside {
    flex: 0 0 20rem;
  }
}
@media screen and (max-width: 480px) {
  #blog-column {
    display: block;
  }
  #blog-column #blogmain {
    padding-right: 0;
  }
  #blog-column #blogmain section {
    margin-bottom: 3rem;
  }
  #blog-column #blogmain section .wrap {
    padding: 2rem;
  }
  #blog-column #blogmain section .wrap .ttl {
    margin-bottom: 2rem;
  }
  #blog-column #blogside {
    margin-bottom: 2rem;
  }
}
/*
	ページャー
---------------------------------*/
#pagerList {
  padding: 0 3rem 10rem;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  flex-basis: 5rem;
  margin: 0;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  color: #000;
  display: block;
  font-weight: 500;
  padding: 1.3rem 0;
}
#pagerList .nav-links ul .page-numbers.current {
  background: rgba(255, 255, 255, 0.5);
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev, #pagerList .nav-links ul .page-numbers.next {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#pagerList .nav-links ul .page-numbers.prev {
  background: url("../images/s_arr_prev.svg") no-repeat center/1rem;
}
#pagerList .nav-links ul .page-numbers.next {
  background: url("../images/s_arr_next.svg") no-repeat center/1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #pagerList {
    padding: 0 3rem 5rem;
  }
  #pagerList .nav-links ul {
    font-size: 1.2rem;
  }
  #pagerList .nav-links ul li {
    margin: 0;
  }
  #pagerList .nav-links ul .page-numbers.prev {
    background-size: .5rem;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  #pagerList .nav-links ul .page-numbers.next {
    background-size: .5rem;
    padding: 1.3rem 2rem 1.3rem 1rem;
  }
}
/*---------------------------------
  前へ後ろへメニュー
---------------------------------*/
#page_menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin: 1% auto 8rem;
  width: 100%;
}
#page_menu a {
  background: #f3f3f3;
  color: var(--green);
  display: block;
  padding: 1.5rem 2rem;
}
#page_menu .pn_btn {
  flex-basis: 25%;
}
#page_menu .pn_btn.next {
  text-align: right;
}
#page_menu .pn_btn.prev a::before {
  background: url(../images/s_arr_prev.svg) no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 1rem;
  height: 1rem;
}
#page_menu .pn_btn.next a::after {
  background: url(../images/s_arr_next.svg) no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
}
#page_menu .back_btn {
  flex-basis: 47%;
  text-align: center;
}
#page_menu .back_btn a {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #page_menu {
    width: 95%;
  }
}