@charset "UTF-8";


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}

.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.news_list .webgene-item a{
  display: block;
  height: 100%;
  background: #fff;
}
.news_list .webgene-item .img:before{
  padding-top: 79.6%;
}
.news_list .webgene-item .box2{
  background: #fff;
  padding: 21px 16px;
}
.news_list .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .category{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #be4b1f;
  padding: 3px 5px;
  min-width: 85px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.75em;
  margin-top: 18px;
}

/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #006532;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #b8d200;
}

/* 詳細 */
.posts_detail{
  border:none;
  padding: 30px 16px;
  background: #fff;
}
.posts_detail .webgene-item{

}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 16px;;
}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  font-size: 12px;
  font-weight: 500;
  background: #be4b1f;
  color: #fff;
  text-align: center;
  margin-bottom:0;
  padding: 3px 5px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.posts_detail .post_content{
  line-height: 2.125;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }

  .news_list .webgene-item .category{
    margin-top: 10px;
  }
  .news_list .webgene-item .title{
    margin-top: 10px;
  }

  .posts_detail .meta .date{
    margin-right: 10px;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 134px;
  }

  .news_list{

  }
  .news_list .webgene-blog{
    margin-inline:-15px;
  }
  .news_list .webgene-item{
    padding-inline:15px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;;
  }
  .news_list .webgene-item a{
    display: block;
    height: 100%;
  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .box2{
    padding: 21px 5px;
  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{
    margin-right: 12px;
  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{

  }

  /* 詳細 */
  .posts_detail{
    padding: 34px 48px 73px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 9px;
  }
  .posts_detail .meta .category{
    width: auto;
    padding: 3px 18px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 110px;
  }
  .posts_detail .title{
    width:100%;
    font-size: 16px;
    padding-bottom: 21px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .read_more{
    margin-top: 75px;
  }
  .pg_news .read_more a{
    width: 266px;
    padding: 24px 20px;
  }


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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  .news_list{

  }
  .news_list .webgene-blog{

  }

  .news_list .webgene-item a{

  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .box2{
    padding: 21px 5px;
  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{
    margin-right: 5px;
  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{

  }

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

  .pg_news{
    padding-top: 0;
  }
  .news_list .webgene-item{
    width: 33.333%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 50px;;
  }
  .news_list .webgene-item .box2{
    padding: 21px 10px 21px 16px;
  }

}
@media (min-width:1340px){
  .news_list .webgene-item .date{
    margin-right: 12px;
  }
}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}

.webgene-pagination li.selected{
  background: #006532;
  color: #fff;
}
.webgene-pagination li{
  background: transparent;
  border: 1px solid #006532;
}


/*カテゴリ*/
.works_cate{

}
.works_cate .webgene-blog{


}
.works_cate .webgene-item{

}
.works_cate .webgene-item a{ 

}

.works_list{

}
.works_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.works_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.works_list .webgene-item a{

}
.works_list .webgene-item .img:before{
  padding-top: 74.28%;
}
.works_list .webgene-item .img{
  margin-bottom: 13px;
}
.works_list .webgene-item .category{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: #be4b1f;
  color: #fff;
  text-align: center;
  margin-bottom:0;
  padding: 3px 25px;
}
.works_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  margin-top: 13px;
}


.works_detail{
  background: #fff;
  padding: 60px 30px;
}
.gallery_wrap{
  margin-top: 30px;
}
.works_detail .category{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: #be4b1f;
  color: #fff;
  text-align: center;
  margin-bottom:0;
  padding: 3px 25px;
}
.works_detail .title{
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  border-bottom: 1px solid #006532;
  padding-bottom: 10px;
  margin-top: 13px;
}
.works_detail .gallery_box1{
  background: #fff;
  position: relative;
}
.works_detail .gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.works_detail .gallery_box2{
  margin-top: 5px;
}
.works_detail .gallery_thumb .img.img_fit:before{
  padding-top: 67.71%;
}
.gallery_slide_prev,
.gallery_slide_next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  color: #006532;
}
.gallery_slide_prev{
  left: -30px;
}
.gallery_slide_next{
  right: -30px;
}
/*.works_detail .gallery_main .img{
  background: #fff;
}*/

.work_inner .post_content{
  border-top: 1px solid #006532;
  margin-top: 35px;
  padding-top: 30px;
}
/*コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .works_cate{
    display: none;
  }

  .works_detail{
    padding: 36px 30px;
  }
  .gallery_slide_prev, .gallery_slide_next{
    font-size: 19px;
  }
  .gallery_slide_next{
    right: -20px;
  }
  .gallery_slide_prev{
    left: -20px;
  }

  .works_list .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

  /*カテゴリ*/
  .works_cate{

  }
  .works_cate .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-15px;
  }
  .works_cate .webgene-item{
    width: 33.333%;
    padding-inline:15px;
  }
  .works_cate .webgene-item a{ 
    display: block;
    width: 100%;;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border: 1px solid currentColor;
    color: var(--main-color);
    /* background: var(--main-color); */
    /* border-radius: 27px; */
    padding: 18px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
  }
  .works_cate .webgene-item a:after{
    content: "▶";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }

  .works_cate .webgene-item a.on{
    background: var(--main-color);
    color: #fff;
  }

  .works_list{
    margin-top: 60px;
  }
  .works_list .webgene-blog{
    margin-inline:-15px;
  }
  .works_list .webgene-item{
    width: 50%;
    padding-inline:15px;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .works_list .webgene-item a{

  }
  .works_list .webgene-item .img:before{

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{

  }

  .works_detail{
    padding: 60px 50px;
  }
  .works_detail .category{

  }
  .works_detail .title{
    padding-bottom: 22px;
  }
  .works_detail .gallery_box1{
    width: 100%;

  }
  .works_detail .gallery_main .img.img_fit:before{

  }
  .works_detail .gallery_box2{
    width: 100%;
    position: relative;

  }
  .works_detail .gallery_thumb .img.img_fit:before{

  }
  .work_inner .post_content{
    margin-top: 35px;
    padding-top: 30px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

  .pg_news .webgene-pagination{
    margin-top: 94px;
  }

  .works_list{
    margin-top: 100px;
  }
  .works_list .webgene-blog{

  }
  .works_list .webgene-item{
    width: 33.333%;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 74px;
  }
  .works_list .webgene-item a{

  }
  .works_list .webgene-item .img:before{

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{

  }

  .works_detail{
    padding: 32px 94px 60px;
  }
  .works_detail .category{

  }
  .works_detail .title{

  }
  .works_detail .gallery_box1{

  }
  .works_detail .gallery_main .img.img_fit:before{

  }
  .works_detail .gallery_box2{

  }
  .works_detail .gallery_thumb .img.img_fit:before{

  }
  .body_worksDetail .read_more{
    margin-top: 74px;
  }
  .body_worksDetail .read_more a{
    width: 265px;
    font-size: 16px;
    padding: 24px 20px;
  }
}
@media (min-width:1200px){


}





/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 15px 15px 16px 20px;
  background: #809b8d;
  color: #fff;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd p{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin: 10px 0 0;
}
.pg_contact .formTd.secchi input[type="text"]{
  max-width: 117px;
}
.pg_contact .formTd.umu input[type="text"]{
  max-width: 425px;
  margin-top: 12px;
}
.pg_contact .formTd.umu .radioArea.last{
  margin-top: 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="day_1"],
.pg_contact .formTd input[name="day_2"],
.pg_contact .formTd input[name="day_3"]{
  max-width: 150px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
  margin-right: 21px;
}
.pg_contact .formTd select[name="time1"],
.pg_contact .formTd select[name="time2"],
.pg_contact .formTd select[name="time3"]{
  width: 110px;
  font-size: 16px;
  padding: 5.5px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #006ed1;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 268px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 1px solid var(--main-color);
  color:var(--main-color);
  background: transparent; 
  /* border-radius: 27px; */
  padding: 25px 20px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:hover{
  background: var(--main-color);
  color: #fff;
}
.pg_contact .formBtn.formSend:after{
  content: "▶";
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}

.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.radioArea .d-inline-block{
  margin-right: 29px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {

}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #006532;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  line-height: 1.875em;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 49px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}
.pg_contact .d-inline-block.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}

.privacy_item_box {
  padding: 27px 49px 30px 30px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 148px;
}
@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }



}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
    font-size: 19px;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {

  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .pg_contact .formTd.a_center .d-md-inline-block{
    display: flex!important;
    align-items: center;
  }
  .pg_contact .formTd input[name="day_1"],
  .pg_contact .formTd input[name="day_2"],
  .pg_contact .formTd input[name="day_3"]{
    max-width: 120px;
  }
  .privacy_item_box {
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}



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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}
.pg_company .section.sec3{

}


/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  padding: 19px 15px;
}
.company_tbl .table_rows_th{
  background: #809b8d;
  color: #fff;
}
.company_tbl .table_rows_td{
  background:#fff;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 250px;
  border: none;
}

/*ギャラリー*/
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.company_gallery_item{
  width: 50%;
  padding-inline:5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img:before{
  padding-top: 80%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #cccccc;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 20px;
  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 350px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin-inline:-15px;

    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding-inline:15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .company_gallery_item_img:before{

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

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 380px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin-top: 76px;
  }
  .company_gallery_item{

  }
  .company_gallery_item:nth-child(n+3){

  }
  .company_gallery_item_img:before{

  }

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


}

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

.footer{
  background: #809b8d;
  padding-top: 50px;
  margin-top: 50px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 32px 0px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 62%;

  border-right: 1px solid var(--main-color);
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 38%;
  background: #fff;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #276025;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_wrap{
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_en{
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1em;
  letter-spacing: 0;
}
.ftr_contact_box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;;
}
.ftr_contact_box2 .content_desc{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125em;
}
.ftr_contact_btn{
  position: relative;
  right: 0;
}
.ftr_contact_btn:hover{
  right: -10px;
}

.ftr_1{
  text-align: center;
  color: #fff;
  padding-top: 41px;
}
.ftr_add{
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.ftr_info{
  margin-top: 32px;
}
.ftr_info_item{
  width: 220px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}
.ftr_info_item:nth-child(n+2){
  margin-top: 15px;
}
.ftr_info_item_txt1{
  text-align: left;
  width:95px;
  line-height: 1;
  border-right:1px solid #fff;
}
.ftr_info_item_txt1:after{

}
.ftr_info_item_txt2{
  padding-left: 16px;
}
.ftr_sns{
  display: inline-block;
  margin-top: 28px;
  transition: all .2s;
}
.ftr_sns:hover{
  transform: scale(1.05);
}

.ftr_2{
  background: #fff;
  margin-top: 30px;
}


/*カメラ*/
.camera_price_link_a p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.camera_price_link_a p:before{
 content: "";
display: block;
width: 15px;
height: 21px;
background-image: url(/system_panel/uploads/images/pdf.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 10px;
}
@media (min-width:375px){

}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_contact_box2{
    justify-content: center; 
  }
  .ftr_contact_btn{
    margin-top: 30px;
  }

  .ftr_2{
    display: none;
  }

  .ftr_contact_box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .ftr_contact_btn{
    width: 60px;
    margin-top: 0;
  }
  
  
  /*ヘッダー*/
  .gnav.active .gnav_box1{
    display: block;
    background: #f6f6f6;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px;
  }
  .gnav.active .gnav_box1 .hdr_sns_a{
    display: block;
    width: 42px;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .footer{
    padding-top: 80px;
    margin-top: 100px;
  }

  .ftr_contact_wrap{
    padding-bottom: 74px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_en{
    font-size: 50px;
  }
  .ftr_contact_box2{
    margin-top: 30px;;
  }
  .ftr_contact_box2 .content_desc{

  }
  .ftr_contact_btn{

  }

  .ftr_1{
    text-align: center;
    color: #fff;
  }
  .ftr_add{

  }
  .ftr_info{

  }
  .ftr_info_item{

  }
  .ftr_info_item_txt1{

  }
  .ftr_info_item_txt2{

  }
  .ftr_sns{

  }

  .ftr_2{
    padding: 14px;
    margin-top: 40px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_link{
    font-size: 15px;
    font-weight: 500;
    padding: 0 7px;
  }
  .ftr_link p{
    letter-spacing: 0;
  }

  .ftr_copy{
    padding: 27px 0 16px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }

  .ftr_contact_wrap{
    padding-bottom: 64px;
  }

  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 31.53%;
  }
  .ftr_contact_box1_en{
    font-size: 60px;
  }
  .ftr_contact_box2{
    width: 65.76%;
    margin-top: 0;
  }
  .ftr_contact_box2 .content_desc{

  }
  .ftr_contact_btn{
    margin-top: 10px;
  }

  .ftr_1{
    text-align: center;
    color: #fff;
  }
  .ftr_add{

  }
  .ftr_info{

  }
  .ftr_info_item{

  }
  .ftr_info_item_txt1{

  }
  .ftr_info_item_txt2{

  }
  .ftr_sns{

  }
  .ftr_link{
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
  }
}
@media (min-width:1200px){

}