


/* **********************************
 *  フッター
 * ********************************* */

/*お問い合わせ*/
footer .ftr1{
  text-align: center;
}
footer .ftr1 .title{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
footer .ftr1 .title:before{
  content: "";
  background: url(/img/footer/sen.jpg)no-repeat center center;
  height: 13px;
  position: absolute;
  z-index: -1;
  left: 49.5%;
  bottom: 9px;
  transform: translateX(-50%);
}
footer .ftr1 .title span{
  color: #488f58;
}
footer .ftr1 .text{
  margin-top: 11px;
  font-weight: 400;
  line-height: 1.888;
}
footer .ftr1 .tel_box{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff7eb;
  border-radius: 20px;
}
footer .ftr1 .tel_box .box1 p,
footer .ftr1 .tel_box .box2 p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1;
}
footer .ftr1 .tel_box .box1 a,
footer .ftr1 .tel_box .box2 a,
footer .ftr1 .tel_box .box2 a:after{
  transition: all 0.2s;
}
footer .ftr1 .tel_box .box1 a{
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
footer .ftr1 .tel_box .box2 a{
  padding: 12px 0 13px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #fbb148;
  border-radius: 10px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
footer .ftr1 .tel_box .box1 a:before,
footer .ftr1 .tel_box .box2 a:before,
footer .ftr1 .tel_box .box2 a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .ftr1 .tel_box .box1 a:before{
  content: "\f095";
  padding-right: 15px;
}
footer .ftr1 .tel_box .box2 a:before{
  content: "\f0e0";
  padding-right: 7px;
}
footer .ftr1 .tel_box .box2 a:after{
  content: "\f054";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
footer .ftr1 .tel_box .box1 a:hover,
footer .ftr1 .tel_box .box2 a:hover{
  text-decoration: none;
}
footer .ftr1 .tel_box .box1 a:hover{
  color:  #89c997;
}
footer .ftr1 .tel_box .box2 a:hover{
  background: #89c997;
}
footer .ftr1 .tel_box .box2 a:hover:after{
  right: 15px;
}

/*フッター*/
footer .ftr2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
footer .ftr2:before{
  content: "";
  position: absolute;
  z-index: -1;
  background: #e6f8ea;
  border-radius: 100px 100px 0 0;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
footer .ftr2 .box1 .ftr_logo{

}
footer .ftr2 .box1 .ftr_addr p{
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 15.54px;
  letter-spacing: 0.4em;
  line-height: 1;
}
footer .ftr2 .box1 .ftr_addr a{
  font-weight: 500;
  font-size: 25.11px;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: all 0.2s;
}
footer .ftr2 .box1 .ftr_addr a:before,
footer .ftr2 .box1 .ftr_btn a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .ftr2 .box1 .ftr_addr a:before{
  content: "\f095";
  padding-right: 13px;
}
footer .ftr2 .box1 .ftr_btn{
  margin-top: 20px;
}
footer .ftr2 .box1 .ftr_btn a{
  padding: 12px 20px 15px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  background: #fbb148;
  border-radius: 10px;
  transition: all 0.2s;
  position: relative;
  z-index: 0;
}
footer .ftr2 .box1 .ftr_btn a:after{
  content: "\f054";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
footer .ftr2 .box1 .ftr_btn a:hover:after{
  right: 13px;
}
footer .ftr2 .box1 .ftr_btn a:hover{
  background: #89c997;
  text-decoration: none;
}
footer .ftr2 .box2 .ftr_links_items{
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftr2 .box2 .ftr_links{
}
footer .ftr2 .box2 .ftr_links li{
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2.8;
  white-space: nowrap;
}
footer .ftr2 .box2 .ftr_links li+li{
}
footer .ftr2 .copy{
  margin-top: 35px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}
footer .ftr2 .box1 .ftr_addr a,
footer .ftr2 .box1 .ftr_btn a,
footer .ftr2 .box2 .ftr_links a,
footer .copy a:hover{
  transition: all 0.2s;
}
footer .ftr2 .box1 .ftr_addr a:hover,
footer .ftr2 .box2 .ftr_links a:hover,
footer .copy a:hover{
  color: #89c997;
  text-decoration: none;
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #488f58;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #89c997;
  color: #e6f8ea;
  text-decoration: none;
}
.gnav > ul > li a:hover{
  text-decoration: none;
  color: #89c997;
}


@media (max-width:767px){
  footer{
    margin-top: 70px;
  }
  .footer_fix{
    display: block;
  }

  /*お問い合わせ*/
  footer .ftr1{
    padding-bottom: 50px;
  }
  footer .ftr1 .title{
    font-size: 27px;
  }
  footer .ftr1 .title:before{
    width: 100%;
  }
  footer .ftr1 .title span{
    font-size: 40px;
  }
  footer .ftr1 .text{
    font-size: 16px;
    letter-spacing: 0em;
  }
  footer .ftr1 .tel_box{
    padding: 20px 15px;
  }
  footer .ftr1 .tel_box .box1,
  footer .ftr1 .tel_box .box2{
    width: 100%;
  }
  footer .ftr1 .tel_box .box1 a{
    font-size: 27px;
  }
  footer .ftr1 .tel_box .box2{
    margin-top: 10px;
  }

  /*フッター*/
  footer .ftr2{
    padding: 70px 0 50px;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box1 .ftr_addr{
    margin-top: 30px;
  }
  footer .ftr2 .box2 .ftr_links_items{
    display: none;
  }
  footer .ftr2 .copy{
    margin-bottom: 30px;
  }
}
@media (min-width:768px){
  footer{
    margin-top: 100px;
  }

  /*お問い合わせ*/
  footer .ftr1{
    padding-bottom: 150px;
  }
  footer .ftr1 .title{
    font-size: 37px;
  }
  footer .ftr1 .title:before{
    width: 675px;
  }
  footer .ftr1 .title span{
    font-size: 50px;
  }
  footer .ftr1 .text{
    font-size: 18px;
    letter-spacing: 0.075em;
  }
  footer .ftr1 .tel_box{
    padding: 40px 100px 40px 97px;
  }
  footer .ftr1 .tel_box .box1,
  footer .ftr1 .tel_box .box2{
    width: 100%;
  }
  footer .ftr1 .tel_box .box1 a{
    font-size: 42px;
  }
  footer .ftr1 .tel_box .box2{
    margin-top: 30px;
  }

  /*フッター*/
  footer .ftr2{
    padding: 81px 0 57px;
  }
  footer .ftr2 .box1{
    width: 40.08%;
  }
  footer .ftr2 .box1 .ftr_addr{
    margin-top: 52px;
  }
  footer .ftr2 .box1 .ftr_btn a{
    width: 280px;
  }
  footer .ftr2 .box2{
    width: 42.91%;
  }

}
@media (min-width:1024px){

  /*お問い合わせ*/
  footer .ftr1 .title{
    font-size: 42px;
  }
  footer .ftr1 .title:before{
    width: 763px;
  }
  footer .ftr1 .title span{
    font-size: 58px;
  }
  footer .ftr1 .tel_box{
    padding: 40px 50px 40px;
  }
  footer .ftr1 .tel_box .box1{
    width: 50%;
  }
  footer .ftr1 .tel_box .box2{
    margin-top: 0px;
    width: 38%;
  }

}
@media (min-width:1200px){
  footer{
    margin-top: 263px;
  }

  /*お問い合わせ*/
  footer .ftr1{
    padding-bottom: 197px;
  }
  footer .ftr1 .tel_box{
    padding: 40px 100px 40px 97px;
  }
  footer .ftr1 .tel_box .box1{
    width: 39%;
  }
  footer .ftr1 .tel_box .box2 a{
    width: 380px;
  }

  /*フッター*/
  footer .ftr2 .box1{
    width: 28.08%;
  }
  footer .ftr2 .box2 .ftr_links_items{
    margin-right: 17px;
  }
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* **********************************
 *  共通パーツ
 * ********************************* */

/*service prise works*/
.cms_txt{
}
.cms_txt .title{
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.cms_txt .text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}


@media (max-width:767px){

  /*service prise works*/
  .cms_txt .title{
    font-size: 18px;
    letter-spacing: 0;
  }
  .cms_txt .text{
    margin-top: 10px;
    text-align: justify;
  }

}
@media (min-width:768px){

  /*service prise works*/
  .cms_txt .title{
    font-size: 32px;
  }
  .cms_txt .text{
    margin-top: 34px;
    text-align: justify;
  }

}
@media (min-width:1024px){

  /*service prise works*/
  .cms_txt .text{
    text-align: center;
  }

}
@media (min-width:1200px){
}



/* **********************************
 *  サービス内容
 * ********************************* */
.pg_service{

}
.pg_service .section#sec1{

}
/*サービス内容*/
.service_items .item{

}
.service_items .item:nth-child(n+2){
  margin-top: 50px;
}
.service_items .inner{

}
.service_items .box1{
  padding: 20px 15px 35px;
  background: repeating-linear-gradient(135deg, #fbb148, #fbb148 2px, #fcc77c 0, #fcc77c 4px);
}
.service_items .box1 .title{
  padding: 17px 0 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #a4cf7e;
}
.service_items .box1 .img{
  margin-top: 15px;
  text-align: center;
}
.service_items .box1 .text{
  margin: 9px auto 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.service_items .box1 .text .wh{
  padding: 3px 7px 2px;
  display: inline;
  background: #fff;
}
.service_items .box2{
  padding: 37px 0 50px;
  background-color: #fff7eb;
  box-shadow: 0px 5px 0px 0px rgba(227, 146, 19, 0.4);
  border-radius: 0 0 20px 20px;
}
.service_items .box2 .title{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}
.service_items .box2 .check_list_box{
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_items .box2 .check_list{
  padding-left: 37px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  position: relative;
  z-index: 0;
}
.service_items .box2 .check_list p:before{
  content: "";
  background: url(/img/service/check.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.service_items .box2 .img_boxs{
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
}
.service_items .box2 .img_boxs .box{
  text-align: center;
}
.service_items .box2 .img_boxs p{
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
}


@media (max-width:767px){

  /*サービス内容*/
  .service_items{
    margin-top: 30px;
  }
  .service_items .box1 .title{
    font-size: 18px;
  }
  .service_items .box2 .check_list_box{
    padding: 0px 15px;
  }
  .service_items .box2 .check_list{
    font-size: 16px;
    width: 100%;
  }
  .service_items .box2 .img_boxs .box{
    width: 50%;
    padding: 0 15px;
  }
  .service_items .box2 .img_boxs .box:nth-child(n+3){
    margin-top: 55px;
  }
  .service_items .box2 .img_boxs p{
    font-size: 14px;
    letter-spacing: 0em;
  }
  .service_items .box2 .check_list_box.che3 .check_list{
        width: 70%;
        margin: 9px auto;
  }
  .service_items .box2 .check_list_box.che4 .check_list{
        width: 50%;
  }
  .service_items .box2 .img_boxs{
    justify-content: center;
  }
}
@media (min-width:768px){

  /*サービス内容*/
  .service_items{
    margin-top: 107px;
  }
  .service_items .box1 .title{
    font-size: 24px;
  }
  .service_items .box2 .check_list_box{
        padding-left: 45px;
  }
  .service_items .box2 .check_list{
    font-size: 16px;
  }
  .service_items .box2 .check_list.check2{
    width: 47%;
  }
  .service_items .box2 .check_list.check3{
    width: 33.33%;
  }
.service_items .box2 .check_list_box.che3{
  padding-left: 50px;
}
.service_items .box2 .check_list_box.che4{
  padding-left: 85px;
}
  .service_items .box2 .check_list.check2:nth-child(n+3),
  .service_items .box2 .check_list.check3:nth-child(n+4){
    margin-top: 13px;
  }
  .service_items .box2 .img_boxs .box{
    width: 50%;
  }
  .service_items .box2 .img_boxs .box:nth-child(n+4){
    margin-top: 55px;
  }

}
@media (min-width:1024px){

  /*サービス内容*/
  .service_items .box2 .check_list_box{
        padding: 0px 50px 0 70px;
  }
  .service_items .box2 .check_list{
    font-size: 18.16px;
  }
  .service_items .box2 .img_boxs .box{
    width: 33.33%;
  }
.service_items .box2 .check_list_box.che3{
  padding-left: 125px;
}
.service_items .box2 .check_list_box.che4{
  padding-left: 170px;
}

}
@media (min-width:1200px){

  /*サービス内容*/
  .service_items .item:first-child .box1{
    padding-bottom: 17px;
  }
  .service_items .item:nth-child(2) .box1{
    padding-bottom: 27px;
  }
  .service_items .box1 .text{
    width: 1005px;
    white-space: nowrap;
  }
  .service_items .item:first-child .box1 .text{
    width: 1025px;
  }
  .service_items .item:nth-child(2) .box1 .text{
    width: 1040px;
  }
  .service_items .box2 .check_list_box{
    padding: 0px 87px;
  }
  .service_items .box2 .check_list_box.che3{
    padding: 0px 100px;
  }
  .service_items .box2 .check_list{
    white-space: nowrap;
  }
  .service_items .box2 .img_boxs{
    width: 1135px;
  }
  .service_items .box2 .check_list.check3:nth-child(1),
  .service_items .box2 .check_list.check3:nth-child(4){
    width: 35%;
  }
  .service_items .box2 .check_list.check3:nth-child(3),
  .service_items .box2 .check_list.check3:nth-child(6){
    width: 17%;
  }
  .service_items .box2 .check_list.check3:nth-child(2),
  .service_items .box2 .check_list.check3:nth-child(5){
    width: 33.33%;
  }
}


/* **********************************
 *  料金一覧
 * ********************************* */

/*料金一覧*/
.price_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_box .inner{
  border-radius: 20px;
  box-shadow: 0px 1px 3.4px 0.6px rgba(0, 0, 0, 0.2);
}
.price_box .box{
  padding: 0 20px;
}
.price_box .img_fit{

}
.price_box .img_fit:before{
  padding-top: 58.7%;
}
.price_box .img_fit img{
  border-radius: 20px 20px 0 0;
}
.price_box .txt{
  padding-top: 17px;
  background: #fff7eb;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.price_box .title{
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.price_box .price{
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #488f58;
}
.price_box .price.b{
  margin-top: 10px;
}
.price_text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width:767px){

  /*料金一覧*/
  .price_box{
    margin: 50px -20px 0;
  }
  .price_box .box{
    width: 100%;
  }
  .price_box .box:nth-child(n+2){
    margin-top: 48px;
  }
  .price_box .txt{
    padding: 15px 0;
  }
  .price_box .price.a{
    font-size: 30px;
  }
  .price_box .price.a span{
    font-size: 16px;
  }
  .price_box .price.b{
    font-size: 18px;
  }
  .price_text{
    margin-top: 15px;
        text-indent: -1rem;
        padding: 1rem;
  }
}
@media (min-width:768px){

  /*料金一覧*/
  .price_box{
    margin: 73px -20px 0;
  }
  .price_box .box{
    width: 50%;
  }
  .price_box .box:nth-child(n+3){
    margin-top: 48px;
  }
  .price_box .txt{
    height: 110px;
  }
  .price_box .price.a{
    font-size: 25px;
  }
  .price_box .price.a span{
    font-size: 16px;
  }
  .price_box .price.b{
    font-size: 18px;
  }
  .price_text{
    margin-top: 20px;
  }

}
@media (min-width:1024px){
  .price_box .txt{
    height: 100px;
  }
  .price_box .price.a{
    font-size: 38px;
  }
  .price_box .price.a span{
    font-size: 18px;
  }
  .price_box .price.b{
    font-size: 24px;
  }
  .price_text{
    margin: 46px -12px 0;
    text-align: end;
  }

}
@media (min-width:1200px){
  .price_box .price.a{
    margin-top: -7.5px;
  }

}


/* **********************************
 *  施工事例
 * ********************************* */

/*施工事例*/
.works_items{
  margin-top: 73px;
}
.works_items .item{
}
.works_items .item:nth-child(n+2){
  margin-top: 149px;
}
.works_items .up_box{
  display: flex;
  flex-wrap: wrap;
}
.works_items .up_box .box1,
.works_items .up_box .box2{
  position: relative;
  z-index: 1;
}
.works_items .up_box .box1 .inner{
  border: 2px dashed #488f58;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  width: 100%;
}
.works_items .up_box .box1 .title{
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  background: linear-gradient(transparent 55%, #89c997 0%);
}
.works_items .up_box .box1 .text{
  margin-top: 18px;

}
.works_items .up_box .box1 .text .oli{
  display: inline-block;
  width: 89px;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #ffbb22;
}
.works_items .up_box .box1 .text .oli.long{
  width: 143px;
}
.works_items .up_box .box1 .sub_title,
.works_items .up_box .box1 .text p{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.works_items .up_box .box1 .sub_title{
  margin-top: 26px;
  line-height: 1;
}
.works_items .up_box .box1 .text p{
  margin: 5px 0 -6px;
  line-height: 1.25;
}
.works_items .up_box .box2{
  width: 56.66%;
}
.works_items .up_box .box2:after{
  content: "";
  background: url(/img/works/yajirushi.png)no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.works_items .up_box .box2 .img_fit,
.works_items .down_box .img_fit{
  border: 5px solid #f9d8a9;
  border-radius: 15px;
}
.works_items .up_box .box2 .img_fit:before{
  padding-top: 69.58%;
}
.works_items .up_box .box2 .img_fit img,
.works_items .down_box .img_fit img{
  border-radius: 10px;
}
.works_items .up_box .box2 .after,
.works_items .down_box .before{
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: end;
}
.works_items .up_box .box2 .after{
  color: #ffc833;
}
.works_items .down_box .before{
}
.works_items .down_box{
  width: 45.66%
}
.works_items .down_box .img_fit:before{
  padding-top: 69.09%;
}

@media (max-width:767px){

  /*施工事例*/
  .works_items .item:nth-child(n+2){
    margin-top: 100px;
  }
  .works_items .up_box{
    justify-content: flex-end;
  }
  .works_items .up_box .box1{
    width: 100%;
  }
  .works_items .up_box .box1 .inner{
    padding: 20px 0 28px;
  }
  .works_items .up_box .box1 .title{
    font-size: 24px;
  }
  .works_items .up_box .box2{
    margin-top: 20px;
  }
  .works_items .up_box .box2:after{
    width: 150px;
    height: 100px;
    left: -25%;
    bottom: -17.5%;
  }
  .works_items .up_box .box2 .after{
    margin-top: 5px;
    font-size: 20px;
  }
  .works_items .down_box .before{
    margin: 4px 5px 0;
    font-size: 16px;
  }
  .works_items .down_box{
    width: 47.66%;
  }
  .works_items .down_box .inner{
    margin-top: -45.5%;
  }

}
@media (min-width:768px){

  /*施工事例*/
  .works_items .item:nth-child(n+2){
    margin-top: 149px;
  }
  .works_items .up_box{
    justify-content: space-between;
  }
  .works_items .up_box .box1{
    width: 38.58%;
  }
  .works_items .up_box .box1 .inner{
    padding: 30px 0 38px;
    position: absolute;
    z-index: 1;
  }
  .works_items .up_box .box1 .title{
    font-size: 28px;
  }
  .works_items .up_box .box1 .text p{
    font-size: 15px;
  }
  .works_items .up_box .box2{
    margin-top: 25%;
  }
  .works_items .up_box .box2:after{
    width: 330px;
    height: 150px;
    left: -30%;
    bottom: -4.5%;
  }
  .works_items .up_box .box2 .after{
    margin-top: 13px;
    font-size: 38px;
  }
  .works_items .down_box .before{
    margin: 11px 5px 0;
    font-size: 20px;
  }
  .works_items .down_box .inner{
    margin-top: -30.5%;
  }

}
@media (min-width:1024px){

  /*施工事例*/
  .works_items .up_box .box1 .text p{
    font-size: 16px;
  }
  .works_items .up_box .box2{
    margin-top: 10%;
  }
  .works_items .down_box .inner{
    margin-top: -23.5%;
  }
  .works_items .up_box .box2:after{
    width: 400px;
    height: 200px;
    left: -22%;
    bottom: -7.5%;
  }

}
@media (min-width:1200px){

  /*施工事例*/
  .works_items .up_box .box2{
    margin-top: 0%;
  }
  .works_items .up_box .box2:after{
    width: 516px;
    height: 229px;
    left: -22%;
    bottom: -17.5%;
  }

}


/* **********************************
 *  施行の流れ
 * ********************************* */

/*施行の流れ*/
.fiow_items{

}
.fiow_items .item{

}
.fiow_items .item:after{
  content: "";
  margin: 30px auto;
  display: block;
  background: url(/img/flow/sankaku.png)no-repeat center center;
  width: 43px;
  height: 40px;
}
.fiow_items .item:last-child:after{
  display: none;
}
.fiow_items .inner{
  background: #fff7eb;
  border-radius: 10px;
  box-shadow: 0px 3px 3px 0px #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.fiow_items .inner:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 89px;
  top: -5px;
  left: -5px;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  background: #fff;
}
.fiow_items .nbr{
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 17px;
}
.fiow_items .box1{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.fiow_items .box2 .title{
  margin-top: 54px;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.fiow_items .box2 .text{
  margin-top: 22px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.777;
}
.fiow_items .box2 .text a:hover{
  color: #89c997;
  text-decoration: none;
}



@media (max-width:767px){
  .fiow_items .box1,
  .fiow_items .box2{
    width: 100%;
  }
  .fiow_items .box1{
    margin-top: 20px;
  }
  .fiow_items .box2{
    padding: 0 15px 20px;
  }
  .fiow_items .box2 .text{
    font-size: 17px;
    letter-spacing: 0;
  }

}
@media (min-width:768px){
  .fiow_items .inner{
    height: 206px;
  }
  .fiow_items .box1{
    width: 30%;
  }
  .fiow_items .box1 .icon{
    margin-top: 22px;
  }
  .fiow_items .box2{
    width: 67%;
  }

}
@media (min-width:1024px){

  /*施行の流れ*/
  .fiow_items .box2 .text{
    padding-right: 40px;
  }
}
@media (min-width:1200px){

  /*施行の流れ*/
  .fiow_items .box1{
    width: 20.08%;
  }
  .fiow_items .box2{
    width: 75%;
  }
  .fiow_items .box2 .title,
  .fiow_items .box2 .text{
    font-weight: 400;
  }
  .fiow_items .box2 .text{
    padding-right: 0px;
  }

}


/* **********************************
 *  よくあるご質問
 * ********************************* */

/*よくあるご質問*/
.faq_box{

}
.faq_box .box{

}
.faq_box .box:nth-child(n+2){
  margin-top: 30px;
}
.faq_box .q,
.faq_box .a{
  letter-spacing: 0.075em;
}
.faq_box .q{
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 5px solid #89c997;
  padding-bottom: 5px;
}
.faq_box .q:before{
  content: "\f128";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #488f58;
}
.faq_box .a{
  margin-top: 17px;
  padding-left: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.111;
}

@media (max-width:767px){
  .faq_box .q:before{
    padding-right: 15px;
  }

}
@media (min-width:768px){
  .faq_box .q:before{
    padding-right: 27px;
  }

}
@media (min-width:1024px){
  .faq_box .q:before{
    padding-right: 35px;
  }
}
@media (min-width:1200px){

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}

/*タイトル*/
.company_title{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}
.company_title:before,
.company_title:after{
  content: "●";
  color: #488f58;
}

/*代表挨拶*/
.company_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_box .box1{
 display: none; 
}
.company_box .box1 .img_fit{

}
.company_box .box1 .img_fit:before{
  padding-top: 75.55%;
}
.company_box .box1 .img_fit img{
  border-radius: 20px;
}
.company_box .box2 .text{
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/*会社概要*/
.company_tbl tr{
}
.company_tbl th,
.company_tbl td{
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.125;
}
.company_tbl th{
  border-bottom: 3px solid #89c997;
}
.company_tbl td{
  border-bottom: 3px solid #e6e4e4;
}
.company_tbl td a:hover{
  text-decoration: none;
  color: #89c997;
}


@media (max-width:767px){
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{
    margin-top: 100px;
  }

  /*タイトル*/
  .company_title{
    font-size: 22px;
  }
  .company_title:before,
  .company_title:after{
    font-size: 17px;
  }
  .company_title:before{
    padding-right: 25px;
  }
  .company_title:after{
    padding-left: 25px;
  }

  /*代表挨拶*/
  .company_box{
    margin-top: 30px;
  }
  .company_box .box1,
  .company_box .box2{
    width: 100%;
  }

  /*会社概要*/
  .company_tbl{
    margin-top: 30px;
  }
  .company_tbl tr{
    
  }
  .company_tbl th,
  .company_tbl td{
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .company_tbl th{
    text-align: left;
        margin-top: 10px;
  }
  .company_tbl td{
    border: none;
  }

}
@media (min-width:768px){
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{
    margin-top: 117px;
  }

  /*タイトル*/
  .company_title{
    font-size: 32px;
  }
  .company_title:before,
  .company_title:after{
    font-size: 21px;
  }
  .company_title:before{
    padding-right: 33px;
  }
  .company_title:after{
    padding-left: 33px;
  }

  /*代表挨拶*/
  .company_box{
    margin-top: 80px;
  }
  .company_box .box1{
    width: 37.5%;
  }
  .company_box .box2{
    width: 100%;
  }

  /*会社概要*/
  .company_tbl{
    margin-top: 115px;
  }
  .company_tbl th,
  .company_tbl td{
    padding: 25px 50px 12px;
  }
  .company_tbl th{
    width: 200px;
  }


}
@media (min-width:1024px){
.company_box .box2{
    text-align: center;
  }
  .company_box .box2 .text{
    text-align: center;
  }
}
@media (min-width:1200px){

  /*会社概要*/
  .company_tbl th{
    width: 280px;
    vertical-align: baseline;
  }

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}

/*お問い合わせ タイトル*/
.contact_tt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 3px 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: none;
  border: 0;
  /*padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;*/
}
.contact_form_btns button{
  width: 250px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  text-decoration: none;
}
.contact_form_btns button span{
  display: block;
  border-radius: 10px;
  padding: 13px 20px 14px;
  border: 1px solid currentColor;
  background: var(--sub-color);
  color: #FFF;
  font-size: 16px;
}
.contact_form_btns button span:after{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.contact_form_btns button span:hover{
  color: #FFF;
  background: var(--main-color);
}
.contact_form_btns button span:hover:after{
  margin-right: -5px;
}

.contact_form_btns button:before{
  content: "";
  height: 48px;
  background-image: url('/img/read_more_bg.png');
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: -5px;
  right: -5px;
}

.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* お問い合わせ コンタクトフォーム */
.pg_contact .contact_form th,
.pg_contact .contact_form td{
  font-weight: 400;
}
.pg_contact .contact_form th{
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.pg_contact .contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.pg_contact .contact_form th .require{
  margin-top: -3px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.pg_contact .contact_form th .require.unrequire{
  color: #b80000;
  background: transparent;
  border: 1px solid #b80000;
}
.pg_contact .contact_form td input,
.pg_contact .contact_form td textarea,
.pg_contact .contact_form td select{
  letter-spacing: 0.16em;
}
.pg_contact .contact_form td .addr_auto{
  padding: 5px 16px;
}
.pg_contact .contact_form_acceptance{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.25;
}
.pg_contact .contact_form_btns{
  padding-bottom: 0
}
/*.pg_contact .contact_form_btns input[type="submit"],
.pg_contact .contact_form_btns input[type="button"],
.pg_contact .contact_form_btns button{
  margin-top: 15px;
  padding: 15px 10px;
  display: block;
  width: 330px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1;
  background: #89c997;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.pg_contact .contact_form_btns button:before,
.pg_contact .contact_form_btns button:after{
  position: absolute;
  z-index: 0;
}
.pg_contact .contact_form_btns button:before{
  content: "";
  background: url(/img/btn.png) no-repeat center center;
  width: 340px;
  height: 48px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  border-radius: 10px;
}
.pg_contact .contact_form_btns button:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}*/


.contact_form_btns{

}


@media (max-width:767px){
  .contact_tt{
    text-align: justify;
  }

  /* お問い合わせ コンタクトフォーム */
  .pg_contact .contact_form{
    margin-top: 50px;
  }
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 10px 15px;
  }
  .pg_contact .contact_form td [name="your_subject"]{
    width: 100%;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 150px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin: 5px 0 0;
  }
  .pg_contact .contact_form_acceptance{
    margin-top: 30px;
  }
  .contact_form_btns{
    padding: 20px 0;
  }
  .pg_contact .contact_form_btns button:before{
    /*width: 295px;*/
  }
  .contact_form_btns button:before{
    height: 43px;
    left: 3px;
  }
}
@media (min-width:768px){

  /* お問い合わせ コンタクトフォーム */
  .pg_contact .contact_form{
    margin-top: 70px;
  }
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 10px 13px 9px 20px;
  }
  .pg_contact .contact_form_acceptance{
    margin-top: 75px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin: 5px 0 0;
  }

}
@media (min-width:1024px){

  /* お問い合わせ コンタクトフォーム */
  .pg_contact .contact_form td .addr_auto{
    margin: 0 10px;
  }
}
@media (min-width:1200px){

  /* お問い合わせ コンタクトフォーム */
  .pg_contact .contact_form{
    margin-top: 95px;
  }
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 10px 13px 9px 20px;
  }
  .pg_contact .contact_form td [name="your_subject"]{
    width: 223px;
    padding: 5px 9px 8px;
  }
  .pg_contact .contact_form td [name="your_name"],
  .pg_contact .contact_form td [name="your_kana"],
  .pg_contact .contact_form td [name="your_email"],
  .pg_contact .contact_form td [name="your_tel"]{
    padding: 5px 10px 11px;
    width: 53.5%;
  }
  .pg_contact .contact_form td [name="addr1"]{
    width: 223px;
  }
  .pg_contact .contact_form td [name="addr2"]{
    width: 425px;
  }
  .pg_contact .contact_form_addr + .pg_contact .contact_form_addr{
    margin-top: 11px;
  }
  .pg_contact .contact_form td textarea{
    width: 99%;
  }

}



/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  display: none;
}
.privacy_tt h3,
.privacy_items .item h4,
.privacy_items .item .txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.privacy_items{

}
.privacy_items .item{
}
.privacy_items .item + .item{
  margin-top: 43px;
}
.privacy_items .item h4,
.privacy_items .item .txt{
  text-align: justify;
  margin-bottom: 9px;
}
.privacy_items .item h4{
  line-height: 1.5;
  border-left: none;
  padding-left: 0px;
}
.privacy_items .item h4:before{
  content: "｜";
  line-height: 1;
}
.privacy_items .item .txt{
  line-height: 2.375;
}
.privacy_items .item h4,
.privacy_items .item .txt .nbr{
  text-indent: -1rem;
  padding-left: 1rem;
}
.privacy_items .item .txt .text a:hover{
  text-decoration: none;
  color: #89c997;
}


@media (max-width:767px){
  .privacy_tt{
    text-align: justify;
    margin-bottom: 50px;
  }

}
@media (min-width:768px){
  .privacy_tt{
    text-align: justify;
    margin-bottom: 73px;
  }


}
@media (min-width:1024px){
  .privacy_tt{
    text-align: center;
  }
}
@media (min-width:1200px){

}



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

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}

@media only screen and (max-width:767px){
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    /*width: 48%;*/
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }
}


/* **********************************
 *  お問い合わせ完了
 * ********************************* */
.thanks_box{
  text-align: center;
}
.thanks_box .title{
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.thanks_box .text{
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.thanks_box .read_more{
  margin-top: 30px;
}


@media (max-width:767px){
  .thanks_box .text{
    text-align: justify;
  }
}
@media (min-width:768px){


  .thanks_box .read_more{
    margin-top: 30px;
  }
}
@media (min-width:1024px){

}
@media (min-width:1200px){

}


/* **********************************
 *  
 * ********************************* */


@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){

}
@media (min-width:1200px){

}