@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #58492a;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url("../img/top.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.top:after {
  content: "";
  background-image: url("../img/bottom_lg_right.svg"), url("../img/bottom_g_left.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.top h2 {
  font-size: 58px;
  line-height: 58px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  left: 5%;
  bottom: 150px;
  z-index: 2;
}
.top h2 span {
  display: inline-block;
  color: #fff;
  background-color: #6fc16f;
  margin: 10px 0;
  padding: 10px 0 15px 30px;
}
.top .icon_box {
  display: flex;
  position: absolute;
  bottom: 150px;
  right: 10%;
}
.top .icon_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.top .icon_box ul li {
  background-color: #cfd850;
  margin: 0 10px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.top .icon_box ul li span.p {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -58%);
  width: 100%;
}
.top .icon_box ul li span.leaf {
  display: block;
  width: 50px;
  position: absolute;
  left: -5px;
  right: 0;
  top: 10px;
  margin: auto;
}
.top .icon_box ul li span.leaf img {
  width: 100%;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 50px 0 200px;
  position: relative;
}
.contents h3 {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
.contents .en {
  display: block;
  font-family: parlare, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
  color: #6fc16f;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  left: -3%;
}
.contents .en.right {
  position: absolute;
  left: auto;
  right: -3%;
}
/*-------------------事務所の特徴-------------------*/
.contents.feature {
  background-color: #f2f5e9;
  background-image: url("../img/bottom_w_left.svg"), url("../img/bottom_g_right.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.contents.feature h3 {
  margin: 0 auto 30px;
}
.contents.feature h3 .number {
  font-family: parlare, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 98px;
  line-height: 98px;
  color: #6fc16f;
}
.contents.feature h3 .sub {
  display: block;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: #58492a;
  border-radius: 50px;
  padding: 3px 0 5px;
  width: 150px;
  position: absolute;
  top: -15px;
  left: -450px;
  right: 0;
  margin: auto;
}
.contents.feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.feature ul li {
  width: 33%;
  margin: 0;
  position: relative;
}
.contents.feature ul li .no {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #6fc16f;
  border-radius: 50% 50% 40% 60% / 60% 50% 50% 40%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 3;
}
.contents.feature ul li:nth-child(even) .no {
  border-radius: 40% 59% 55% 45% / 52% 50% 50% 48%;
}
.contents.feature ul li figure {
  width: 350px;
  height: 350px;
  border-radius: 40% 59% 55% 45% / 52% 50% 50% 48%;
  overflow: hidden;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
.contents.feature ul li:nth-child(even) figure {
  border-radius: 50% 50% 40% 60% / 60% 50% 50% 40%;
}
.contents.feature ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.feature ul li .feature_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: -20px;
  bottom: 120px;
  margin: auto;
  z-index: 1;
  width: 350px;
  height: 350px;
  background-color: #e3eddf;
  border-radius: 50% 50% 40% 60% / 60% 50% 50% 40%;
}
.contents.feature ul li:nth-child(even) .feature_bg {
  border-radius: 40% 59% 55% 45% / 52% 50% 50% 48%;
}
.contents.feature ul li h4 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 auto 10px;
  text-align: center;
}
.contents.feature ul li p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
/*-------------------商品紹介-------------------*/
.contents.lineup {
  background-image: url("../img/bottom_lg_right.svg"), url("../img/bottom_g_left.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.contents.lineup .p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 30px;
}
.contents.lineup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contents.lineup ul li {
  width: 33%;
  margin: 0;
  position: relative;
}
.contents.lineup ul li figure:hover {
  cursor: zoom-in;
}
.contents.lineup ul li h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  color: #58492a;
  text-align: center;
}
.contents.lineup ul li h4 .sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background-color: #cfd850;
  border-radius: 50px;
  padding: 3px 0 4px;
  width: 150px;
  margin: 0 auto 10px;
}
.contents.lineup .caption {
  text-align: right;
  margin: 30px auto 0;
}
/*-------------------施工事例-------------------*/
.contents.works {
  background-image: url("../img/bottom_lg_right.svg"), url("../img/bottom_g_left.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 50px 0 250px;
}
.contents.works .inner {
  width: 100%;
  position: relative;
}
.contents.works .p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 50px;
}
.contents.works ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contents.works ul li {
  width: 24%;
  margin: 0;
  position: relative;
}
.contents.works ul li:nth-child(odd) {
  position: relative;
  top: 50px;
}
.contents.works ul li figure {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.contents.works ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.works ul li h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #6fc16f;
  border-radius: 50px 0 50px 0;
  padding: 10px 0;
  width: 150px;
  position: absolute;
  top: -15px;
  right: 10px;
}
.contents.works ul li h4 .no {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
/*-------------------人工芝-------------------*/
.contents.grass {
  background-image: url("../img/bottom_lg_left.svg"), url("../img/bottom_g_right.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.contents.grass .inner {
  width: 90%;
  position: relative;
}
.contents.grass h3 {
  width: 90%;
  margin: 0 auto 30px;
  text-align: left;
}
.contents.grass h3 .sub {
  display: block;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: #58492a;
  border-radius: 50px;
  padding: 3px 0 5px;
  width: 150px;
  position: absolute;
  top: -40px;
  left: 0;
}
.contents.grass .en {
  position: absolute;
  top: auto;
  right: -3%;
  bottom: 150px;
}
.contents.grass .p {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: -15px;
  right: 5%;
}
.contents.grass ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contents.grass ul li {
  width: 31%;
  margin: 0;
}
.contents.grass ul li figure {
  position: relative;
  margin-bottom: 20px;
}
.contents.grass ul li figure img {
  border-radius: 10px;
}
.contents.grass ul li figure .detail {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 40% 59% 55% 45% / 52% 50% 50% 48%;
  overflow: hidden;
  position: absolute;
  bottom: -40px;
  right: -20px;
  border: solid 3px #fff;
}
.contents.grass ul li:nth-child(even) figure .detail {
  border-radius: 50% 50% 40% 60% / 60% 50% 50% 40%;
}
.contents.grass ul li figure .detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.grass ul li h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 auto 5px;
  color: #58492a;
}
.contents.grass ul li h4 .sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background-color: #cfd850;
  border-radius: 50px;
  padding: 3px 0 4px;
  width: 150px;
  margin-bottom: 10px;
}
.contents.grass ul li p {
  margin: 0;
  line-height: 28px;
}
.contents.grass .icon_box {
  display: flex;
  position: absolute;
  top: -110px;
  right: 5%;
}
.contents.grass .icon_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.contents.grass .icon_box ul li {
  background-color: #cfd850;
  margin: 0 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.contents.grass .icon_box ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/*-------------------お問い合わせ-------------------*/
.contents.contact {
  background-image: url("../img/bottom_w_left.svg"), url("../img/bottom_g_right.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f2f5e9;
}
.contents.contact .p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 40px;
}
/*-------------------CTA-------------------*/
.contents.cta {
  background-image: url("../img/bottom_w_right.svg"), url("../img/bottom_g_left.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f2f5e9;
  padding: 0 0 150px;
}
.contents.cta .wrap {
  padding: 0 0 30px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 2px #58492a;
}
.contents.cta h3 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  margin: 0 auto 30px;
  padding: 10px 0 15px;
  background-color: #58492a;
  border-radius: 7px 7px 0 0;
}
.contents.cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents.cta ul li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}
.contents.cta ul li:first-child {
  border-right: solid 1px #58492a;
}
.contents.cta ul li:first-child .tel {
  font-size: 38px;
  margin-right: 15px;
}
.contents.cta ul li:first-child a {
  display: block;
  text-decoration: none;
  color: #58492a;
  font-size: 48px;
  font-weight: 300;
}
.contents.cta ul li:first-child .time {
  display: block;
  margin-top: 5px;
}
.contents.cta .wrap .btn {
  width: 80%;
  margin: 0 auto;
}
.contents.cta .wrap .btn a {
  display: block;
  text-decoration: none;
  padding: 25px 0 27px;
  background-color: #6fc16f;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 600px;
  }
  .top h2 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .top h2 span {
    margin: 5px 0;
    padding: 5px 0 8px 15px;
  }
  .top .icon_box {
    position: absolute;
    bottom: 100px;
    right: 5%;
  }
  .top .icon_box ul li {
    margin: 0 5px;
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 15px;
  }
  .top .icon_box ul li span.p {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -55%);
    width: 100%;
  }
  .top .icon_box ul li span.leaf {
    width: 30px;
    position: absolute;
    left: -5px;
    top: 5px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 40px 0 100px;
  }
  .contents h3 {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
  }
  .contents .en {
    font-size: 68px;
    position: absolute;
    top: 0;
    left: -3%;
  }
  .contents .en.right {
    position: absolute;
    left: auto;
    right: -3%;
  }
  /*-------------------事務所の特徴-------------------*/
  .contents.feature h3 {
    margin: 0 auto 30px;
  }
  .contents.feature h3 .number {
    font-size: 48px;
    line-height: 48px;
  }
  .contents.feature h3 .sub {
    font-size: 15px;
    padding: 3px 0 5px;
    width: 120px;
    position: absolute;
    top: -25px;
    left: -210px;
  }
  .contents.feature ul {
    display: block;
  }
  .contents.feature ul li {
    width: auto;
    margin-bottom: 50px;
  }
  .contents.feature ul li:last-child {
    margin: 0;
  }
  .contents.feature ul li .no {
    font-size: 20px;
    letter-spacing: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .contents.feature ul li figure {
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
  }
  .contents.feature ul li .feature_bg {
    position: absolute;
    right: -20px;
    bottom: 120px;
    width: 250px;
    height: 250px;
  }
  .contents.feature ul li h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .contents.feature ul li p {
    width: auto;
    line-height: 24px;
  }
  /*-------------------商品紹介-------------------*/
  .contents.lineup .p {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .contents.lineup ul {
    display: block;
  }
  .contents.lineup ul li {
    width: auto;
    margin-bottom: 20px;
  }
  .contents.lineup ul li:last-child {
    margin-bottom: 0;
  }
  .contents.lineup ul li h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .contents.lineup ul li h4 .sub {
    width: 120px;
  }
  .contents.lineup .caption {
    font-size: 14px;
  }
  /*-------------------施工事例-------------------*/
  .contents.works {
    padding: 40px 0 100px;
  }
  .contents.works .inner {
    width: 90%;
  }
  .contents.works .p {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  .contents.works ul {
    display: block;
  }
  .contents.works ul li {
    width: auto;
    margin-bottom: 30px;
  }
  .contents.works ul li:last-child {
    margin-bottom: 0;
  }
  .contents.works ul li:nth-child(odd) {
    position: relative;
    top: auto;
  }
  .contents.works ul li figure {
    height: 350px;
  }
  .contents.works ul li h4 {
    font-size: 18px;
    letter-spacing: 1px;
    width: 120px;
  }
  .contents.works ul li h4 .no {
    font-size: 14px;
  }
  /*-------------------人工芝-------------------*/
  .contents.grass h3 {
    width: auto;
    margin: 0 auto 10px;
  }
  .contents.grass h3 .sub {
    font-size: 15px;
    padding: 3px 0 5px;
    width: 120px;
    position: absolute;
    top: -30px;
  }
  .contents.grass .en {
    font-size: 48px;
    position: absolute;
    bottom: 100px;
  }
  .contents.grass .p {
    font-size: 16px;
    margin: 0 auto 20px;
    position: static;
  }
  .contents.grass ul {
    display: block;
  }
  .contents.grass ul li {
    width: auto;
    margin-bottom: 30px;
  }
  .contents.grass ul li:last-child {
    margin-bottom: 0;
  }
  .contents.grass ul li figure .detail {
    width: 150px;
    height: 150px;
  }
  .contents.grass ul li h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .contents.grass ul li h4 .sub {
    width: 130px;
  }
  .contents.grass ul li p {
    line-height: 24px;
  }
  .contents.grass .icon_box {
    position: absolute;
    top: -80px;
    right: 0;
  }
  .contents.grass .icon_box ul li {
    margin: 0 5px;
    width: 75px;
    height: 75px;
    font-size: 13px;
    line-height: 15px;
  }
  /*-------------------お問い合わせ-------------------*/
  .contents.contact .p {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  /*-------------------CTA-------------------*/
  .contents.cta {
    padding: 20px 0 70px;
  }
  .contents.cta .wrap {
    padding: 0 0 10px;
  }
  .contents.cta h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0 13px;
  }
  .contents.cta ul {
    display: block;
  }
  .contents.cta ul li {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .contents.cta ul li:first-child {
    border-right: none;
    border-bottom: solid 1px #58492a;
  }
  .contents.cta ul li:first-child .tel {
    font-size: 24px;
    margin-right: 5px;
  }
  .contents.cta ul li:first-child a {
    font-size: 38px;
  }
  .contents.cta ul li:first-child .time {
    display: block;
    margin-top: 5px;
  }
  .contents.cta .wrap .btn {
    width: auto;
  }
  .contents.cta .wrap .btn a {
    padding: 20px 0 22px;
    font-size: 18px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}