@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333333;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex02 {
  flex-direction: row-reverse;
}
.inner {
  max-width: 1595px;
  width: 90%;
  margin: 0 auto;
}
.h3-ttl {
  position: relative;
  font-size: clamp(40px, 4vw, 50px);
  color: #9acd32;
  font-family: "Cinzel", serif;
  z-index: 1;
}
.h3-ttl span {
  display: block;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: normal;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
.t-height {
  line-height: 2;
}
.detail-btn {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #9acd32;
  font-size: 22px;
  width: 300px;
  padding: 16px 0;
  margin: 90px auto 0;
  border-radius: 32px;
}
/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.h-logo {
  display: flex;
  align-items: center;
  padding-left: 3%;
}
.h-logo h1 {
  font-size: 18px;
  font-weight: normal;
  margin-left: 30px;
}
.h-logo .first {
  display: flex;
  align-items: center;
  font-size: 50px;
}
.h-logo .first span {
  font-size: 20px;
  font-family: "Cinzel", serif;
  font-weight: bold;
  color: #9acd32;
  margin: 10px 0 0 20px;
}
/*==================================================
グローバルメニュー
===================================*/
#g-nav {
  width: 100%;
  padding: 11px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.menu {
  width: 60%;
  text-align: center;
}
.menu ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  padding-right: 5%;
}
.menu ul li span {
  font-family: "Cinzel", serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.menu ul li a {
  display: block;
  color: #333333;
  padding: 20px;
}
/*-- 付与するcurrentクラスのスタイル --*/
a.current span {
  position: relative;
  color: #9acd32;
}
a.current span::after {
  content: "";
  width: 5px;
  height: 15px;
  background: #9acd32;
  position: absolute;
  top: 55px;
  right: 45%;
}
#g-nav.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #b2d235;
}
#g-nav.fixed .h-logo h1 {
  color: #ffffff;
}
#g-nav.fixed .first span {
  color: #547d00;
}
#g-nav.fixed .menu ul li a {
  color: #ffffff;
}
#g-nav.fixed .menu span {
  color: #333333;
}
#g-nav.fixed a.current span {
  color: #547d00;
}
#g-nav.fixed a.current span::after {
  background: #547d00;
}
/*==================================================
メインビジュアル
===================================*/
.main {
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  top: 20%;
  left: 16%;
  font-size: clamp(36px, 6vw, 80px);
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  z-index: 2;
  color: #ffffff;
  line-height: 1.6;
}
.main-ttl span {
  margin-left: 80px;
}
/*==================================================
concept
===================================*/
.concept {
  background-image: url("../img/concept-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 779px;
  padding-top: 110px;
}
.concept .h3-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10%;
}
.concept .h3-ttl span {
  color: #9acd32;
  margin-left: 30px;
}
.concept .flex {
  margin: 100px 0 0 10%;
  align-items: center;
}
.concept .left {
  width: 50%;
}
.concept .right {
  width: 45%;
  color: #ffffff;
}
.concept .right .txt01 {
  font-size: 40px;
  margin-bottom: 50px;
}
/*==================================================
business
===================================*/
.business {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url("../img/business-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}
.business .h3-ttl::before {
  content: url("../img/icon01.png");
  position: absolute;
  left: 25%;
  bottom: -30px;
  z-index: -1;
}
.business .flex {
  margin-top: 100px;
}
.business .box {
  width: 50%;
  position: relative;
}
.business .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.business .item .txt01 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
.business .item .txt01 span {
  font-size: 30px;
}
/*==================================================
works
===================================*/
.works {
  padding: 150px 0;
  text-align: center;
  background-image: url("../img/works-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 978px;
}
.works .h3-ttl::before {
  content: url("../img/icon02.png");
  position: absolute;
  right: 25%;
  bottom: -30px;
  z-index: -1;
}
/*==================================================
ブログ
===================================*/
.info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 130px;
}
.info-item {
  width: 33%;
}
.info-item a {
  color: #333333;
  font-size: 22px;
}
.info-img {
  line-height: 0;
}
.info-txt {
  background-color: #ffffff;
  padding: 40px;
  text-align: left;
}
.blog-day {
  color: #547d00;
  margin-bottom: 40px;
}
#blog-single {
  padding: 150px 0;
  background-color: #f8ffde;
}
.post-inner {
  max-width: 1595px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 0;
}
.post-box {
  width: 80%;
  margin: 0 auto;
}
.sentence-bg {
  font-size: 30px;
  margin-bottom: 30px;
}
/*==================================================
recruit
===================================*/
.recruit {
  margin: 150px 0 30px;
}
.recruit .flex {
  margin-left: 40px;
}
.recruit .left {
  width: 60%;
}
.recruit .right {
  width: 34%;
  padding: 0 3%;
  text-align: center;
}
.recruit .h3-ttl::before {
  content: url("../img/icon01.png");
  position: absolute;
  left: -5%;
  bottom: -30px;
  z-index: -1;
}
.recruit p {
  text-align: left;
}
.recruit .txt01 {
  font-size: 37px;
  margin: 50px 0 30px;
}
/*==================================================
footer
===================================*/
.footer-wrap {
  background-image: url("../img/f-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 826px;
  padding: 50px 0;
}
#footer .flex {
  height: 100%;
  padding-right: 50px;
}
#footer .left {
  text-align: center;
  width: 50%;
}
#footer .h3-ttl {
  margin: 130px 0 100px;
}
#footer .h3-ttl span {
  color: #ffffff;
}
#footer .h3-ttl::before {
  content: url("../img/icon02.png");
  position: absolute;
  right: 10%;
  bottom: -30px;
  z-index: -1;
}
#footer .txt01 {
  margin-top: 50px;
  color: #ffffff;
}
#footer .f-btn {
  max-width: 435px;
  display: block;
  padding: 20px 30px;
  background-color: #b2d235;
  color: #ffffff;
  font-size: 34px;
  margin: 65px auto 0;
}
#footer .f-btn img {
  margin-right: 15px;
  vertical-align: sub;
}
#footer .f-tel {
  font-family: "Cinzel", serif;
  font-weight: bold;
}
#footer .right {
  width: 50%;
}
#footer .copyright {
  text-align: center;
  background-color: #9acd32;
  color: #ffffff;
  padding: 20px 0;
}
.sp {
  display: none;
}
/*==================================================
ページトップボタン
===================================*/
#page_top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
/*==================================================
下層ページ
===================================*/
.sub-mv {
  position: relative;
  background-image: url(../img/sub/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 534px;
}
.sub-mv .ttl {
  color: #ffffff;
  position: absolute;
  font-size: 30px;
  left: 5%;
  bottom: 45px;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}
.sub-mv .en {
  font-family: "Cinzel", serif;
  font-size: clamp(36px, 6vw, 70px);
  font-weight: 500;
  letter-spacing: 9px;
}
.greeting {
  position: relative;
  text-align: center;
  padding-top: 150px;
}
.greeting .h3-ttl::before {
  content: url("../img/icon01.png");
  position: absolute;
  left: 25%;
  bottom: -30px;
  z-index: -1;
}
.greeting .flex {
  margin-top: 150px;
}
.greeting .left {
  width: 46%;
}
.greeting .right {
  width: 50%;
  text-align: left;
}
.greeting .right .txt01 {
  font-size: 30px;
  margin-bottom: 50px;
}
.company {
  position: relative;
  text-align: center;
  margin: 200px 0;
  padding: 150px 0;
  background-color: #f8ffde;
}
.company .h3-ttl::before {
  content: url(../img/icon02.png);
  position: absolute;
  right: 25%;
  bottom: -30px;
  z-index: -1;
}
.company-list {
  max-width: 670px;
  margin: 150px auto;
}
.company-list .company-itme {
  display: flex;
  text-align: left;
}
.company-list .company-itme dt {
  width: 20%;
  padding: 30px 0;
  border-bottom: solid 2px #547d00;
}
.company-list .company-itme dd {
  flex: 1;
  padding: 30px 0 30px 5%;
  border-bottom: solid 2px #b2d235;
}
.company .map {
  max-width: 1000px;
  height: 350px;
  margin: 200px auto 0;
}
.sub-business {
  margin-top: 200px;
}
.sub-business .ttl-box {
  position: relative;
  padding: 150px 50px 0;
  z-index: 1;
}
.sub-business .ttl-box::before {
  content: 'なおす';
  color: #f0f0f0;
  font-size: clamp(70px, 12vw, 130px);
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 1;
}
.sub-business .ttl-box2::before {
  content: '足場工事';
}
.sub-business .ttl-box::after {
  content: url("../img/sub/icon01.png");
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: -1;
}
.sub-business .ttl-box .ttl {
  font-size: 30px;
  color: #547d00;
  margin-bottom: 20px;
}
.sub-business .flex {
  margin: 90px 0 200px;
}
.sub-business .left {
  width: 46%;
}
.sub-business .right {
  width: 50%;
  padding-top: 100px;
}
.sub-works {
  position: relative;
  background-color: #f8ffde;
  padding: 150px 0;
  text-align: center;
}
.sub-works .h3-ttl::before {
  content: url(../img/sub/icon02.png);
  position: absolute;
  left: 25%;
  bottom: -30px;
  z-index: -1;
}
.sub-works .blog-box {
  max-width: 1260px;
  width: 90%;
  margin: 150px auto;
  padding: 0 20px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.blog-box .post {
  width: 30%;
  margin: 100px auto;
  text-align: left;
}
.blog-box .post a {
  color: #333333;
}
.blog-box .post .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.sub-recruit {
  margin-bottom: 150px;
}
.sub-recruit .flex {
  margin-left: 0;
}
.recruit-points {
  padding: 80px 0;
  background-color: #f8ffde;
}
.recruit-points .ttl {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  font-size: 30px;
  height: 46px;
  background-color: #9acd32;
  color: #ffffff;
}
.recruit-points .ttl::after {
  content: url("../img/sub/item.png");
  position: absolute;
  top: 0;
  right: 0;
}
.recruit-points .table {
  width: 60%;
  margin: 80px auto;
  border-collapse: collapse;
  line-height: 2;
  text-align: left;
}
.recruit-points .table th {
  padding: 1em;
  font-weight: normal;
}
.recruit-points .table td {
  padding: 1em 3em;
}
.recruit-points .table tr:nth-child(even) {
  background-color: #deeebd;
}
.contact {
  position: relative;
  text-align: center;
  padding: 150px 0;
  background-color: #f8ffde;
}
.contact .h3-ttl {
  margin-bottom: 100px;
}
.contact .h3-ttl::before {
  content: url(../img/icon02.png);
  position: absolute;
  right: 25%;
  bottom: -30px;
  z-index: -1;
}
.contact .red {
  color: #ff0000;
}
.contact .tel {
  font-size: 50px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #547d00;
  margin: 50px 0;
}
.contact .tel img {
  margin-right: 20px;
}
.contact .form-box {
  max-width: 1050px;
  padding: 70px 20px;
  background-color: #ffffff;
  margin: 0 auto;
}
.policy .box {
  max-width: 1280px;
  padding: 100px 0;
  margin: 0 auto;
}
.policy .box .ttl {
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #333333;
}
.policy .box .green {
  color: #9acd32;
  font-weight: bold;
  margin-right: 10px;
}
.policy .box p {
  margin-bottom: 30px;
}
.cf-inner {
  max-width: 780px;
  margin: 0 auto;
}
.cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #547d00;
  transition: all .3s;
}
.cf-area:last-child {
  border-bottom: none;
}
.cf-area .ttl {
  display: flex;
}
.cf-area dt {
  width: 35%;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}
.cf-area dd {
  flex: 1;
}
.cf-area input, .cf-area textarea {
  width: 94%;
  padding: 3%;
  border: solid 1px #757575;
  background-color: #e6e6e6;
  font-size: 18px;
  resize: vertical;
  transition: all .3s;
  border-radius: 9px;
}
.cf-area input:focus, .cf-area textarea:focus {
  outline: none;
  background: #dde2e9;
}
.cf-required {
  color: #ff0000;
  font-size: 16px;
  margin-left: 30px;
}
.cf-send input {
  display: block;
  background: #9acd32;
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
  font-size: 1.3em;
  font-weight: bold;
  transition: all .3s;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}
/*==================================================
scroll_up ｜下から上へ出現
===================================*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*==================================================
レスポンシブ調整
===================================*/
@media (max-width: 1024px) {
  .menu {
    width: 100%;
  }
  .menu ul {
    padding-right: 0;
  }
  .concept .flex {
    margin-left: 0;
  }
  #footer .flex {
    padding-right: 0;
    width: 95%;
    margin: 0 auto;
  }
  #footer .left {
    width: 47%;
  }
  #footer .f-btn {
    font-size: 30px;
  }
  .sub-business {
    margin-top: 100px;
  }
  .sub-business .right {
    padding-top: 0;
  }
  .recruit-points .table {
    width: 100%;
  }
  .works {
    height: auto;
  }
  .info-txt {
    padding: 20px;
  }
}
@media (max-width: 834px) {
  .concept .left {
    width: 70%;
    margin: 0 auto 50px;
  }
  .concept .right {
    width: 100%;
  }
  .business .item .txt01 {
    font-size: 36px;
  }
  .business .item .txt01 span {
    font-size: 24px;
  }
  .recruit .right {
    width: 94%;
  }
  .recruit .left {
    width: 70%;
    margin: 0 auto 50px;
  }
  .footer-wrap {
    height: auto;
    background-size: cover;
  }
  #footer .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer .right {
    width: 100%;
    height: 350px;
  }
  .sub-business .ttl-box {
    padding-top: 120px;
  }
  .info-item a {
    font-size: 16px;
  }
  .sub-works .blog-box {
    justify-content: space-between;
  }
  .blog-box .post {
    width: 46%;
    margin: 100px auto;
  }
  .cf-area {
    display: block;
  }
  .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .logo {
    padding: 5px;
  }
  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 10px;
    top: 10px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
  }
  .black-bg ul {
    width: 300px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .black-bg ul li a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  .line {
    position: absolute;
    left: 21%;
    width: 31px;
    height: 2px;
    background-color: #333333;
    top: 22%;
  }
  .line:nth-child(2) {
    top: 40%;
    left: 21%;
  }
  .line:nth-child(3) {
    top: 56%;
    left: 21%;
  }
  .hamb-text {
    position: absolute;
    left: 22%;
    bottom: 15%;
    font-size: 12px;
    color: #ffffff;
  }
  .black-bg {
    position: fixed;
    background: #f8ffde;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 10;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #333333;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #333333;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all .6s;
  }
  #hamb .txt {
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 9px;
    bottom: 5px;
  }
  .main-ttl span {
    margin-left: 36px;
  }
  .main-ttl {
    top: auto;
    left: 5%;
    bottom: 20%;
  }
  .concept {
    height: auto;
    padding: 65px 0;
    background-size: cover;
  }
  .concept .h3-ttl {
    justify-content: center;
    text-align: center;
    margin-left: 0;
  }
  .concept .h3-ttl span {
    width: 100%;
  }
  .concept .left {
    width: 100%;
  }
  .business {
    position: relative;
    background-image: url(../img/sp/business-bg.jpg);
    padding-bottom: 0;
  }
  .business::before {
    content: url("../img/sp/icon01.png");
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .business .h3-ttl::before {
    content: none;
  }
  .business .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .works {
    position: relative;
    background-image: url("../img/sp/works-bg.png");
    padding: 150px 0 50px;
  }
  .works::before {
    content: url("../img/sp/icon02.png");
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .works .h3-ttl::before {
    content: none;
  }
  .info-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .recruit {
    margin: 50px 0;
  }
  .recruit .flex {
    width: 90%;
    margin: 0 auto;
  }
  .recruit .left {
    width: 100%;
  }
  .recruit .h3-ttl::before {
    content: url("../img/sp/icon01.png");
  }
  .recruit .txt01 {
    font-size: 30px;
  }
  .footer-wrap {
    position: relative;
    padding-top: 0;
  }
  .footer-wrap::before {
    content: url("../img/sp/icon02.png");
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #footer .h3-ttl::before {
    content: none;
  }
  #footer .flex {
    width: 90%;
  }
  #footer .left .f-logo {
    margin: 0 auto;
  }
  #footer .txt01 {
    text-align: left;
  }
  #footer .f-tel img {
    width: 35px;
  }
  #footer .f-btn {
    font-size: 26px;
    padding: 10px;
    margin-top: 45px;
  }
  #footer .f-btn img {
    width: 34px;
  }
  #page_top {
    width: 67px;
    right: 10px;
    bottom: 30px;
  }
  .sub-mv {
    height: 418px;
  }
  .greeting .h3-ttl::before {
    content: none;
  }
  .greeting::before {
    content: url(../img/sp/icon01.png);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .greeting .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting .right {
    width: 100%;
  }
  .company .h3-ttl::before {
    content: none;
  }
  .company::before {
    content: url(../img/sp/icon02.png);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .sub-business .ttl-box {
    padding: 100px 0 0;
  }
  .sub-business .ttl-box::after {
    top: 0;
    right: 0;
  }
  .sub-business .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-business .right {
    width: 100%;
  }
  .sub-works::before {
    content: url(../img/sp/icon03.png);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .sub-works .h3-ttl::before {
    content: none;
  }
  .recruit-points .table td {
    padding: 1em;
  }
  .contact .h3-ttl::before {
    content: none;
  }
  .contact::before {
    content: url(../img/sp/icon02.png);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .contact .tel {
    font-size: 32px;
  }
  .contact .tel img {
    width: 30px;
  }
  #blog-single {
    padding: 100px 0;
  }
  .post-box {
    width: 85%;
  }
  .blog-box .post {
    width: 90%;
    margin: 50px auto;
  }
}
@media (max-width: 375px) {
  .main-ttl {
    font-size: 28px;
  }
  .concept .right .txt01 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .hamb {
    right: 5px;
  }
  .detail-btn {
    width: 260px;
  }
  #footer .f-btn {
    font-size: 20px;
  }
  #footer .f-tel {
    font-size: 26px;
  }
  .cf-send input {
    width: 235px;
  }
}