
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

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

.mv_slider:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.mv_text{
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.21em;
  color: #fff;
  position: absolute;
  bottom: 13.88%;
  right: 4.8%;
  z-index: 3;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .mv_img.img_fit:before{
/*    padding-top: calc(100vh - 41px - 54px);*/
    padding-top: 45vh;
  }
  .mv_text{
    bottom: 8.88%;
    right: 1.8%;
  }

  .works_cate_box{
    display: none;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }

  .webgene-pagination{
    margin-top: 95px;
  }

  /*TOP*/
  .pg_home .section.sec4 .works_list .webgene-item,
  .pg_home .section.sec5 .works_list .webgene-item{
    width: 50%;
  }
  .pg_home .section.sec4 .works_list .webgene-item:nth-child(n+3),
  .pg_home .section.sec5 .works_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }

  .mv_text{
    font-size: 32px;
  }

}
@media (min-width:1024px){
  .pg_home .section.sec4{
    margin-top: 150px;
  }

  /*TOP*/
  .pg_home .section.sec4 .works_list .webgene-item,
  .pg_home .section.sec5 .works_list .webgene-item{
    width: 25%;
  }
  .pg_home .section.sec4 .works_list .webgene-item:nth-child(n+3),
  .pg_home .section.sec5 .works_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_home .section.sec4 .works_list .webgene-item:nth-child(n+4),
  .pg_home .section.sec5 .works_list .webgene-item:nth-child(n+4){
    margin-top: 0;
  }

  .mv_text{
    font-size: 40px;
  }

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

  .mv_text{
    font-size: 50px;
  }
}
@media (min-width:1470px){
  .pg_home .section.sec4{
    margin-top: 290px;
  }
  .mv_text{
    font-size: 60px;
  }
}
/*******************************
*　フッター
********************************/

.footer{
  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-family: "Shippori Mincho", serif;
  text-align: center;
  padding: 20px 0;
}

/* 追尾スマホメニュー */
.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: #8f8667;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.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: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_wrap{

}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #dfdcd0;
  border-top: 1px solid #dfdcd0;
  padding: 50px 0 30px;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_tt{

}
.ftr_contact_box1_tt .tt2_ja{
  margin-top: 5px;
}
.ftr_contact_box1 .content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  margin-top: 36px;
  text-align: justify;
}
.ftr_contact_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ftr_contact_box2_item{
  width: 100%;
  padding: 30px 0 20px;
}
.ftr_contact_box2_item + .ftr_contact_box2_item{
  margin-top: 20px;
}
.ftr_contact_box2_item_tt{
  text-align: center;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ftr_contact_box2_item_tt p{
  margin-top: 10px;
}
.ftr_contact_box2_item_tt:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.ftr_contact_box2_item_tt:after{
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #e5e5e5;
  margin: 22px auto 0;
}
.ftr_contact_box2_item_tt.tel:before{
  width: 19px;
  aspect-ratio:1 / 1;
  background-image: url(/system_panel/uploads/images/itel.png);
}
.ftr_contact_box2_item_tt.mail:before{
  width: 19px;
  aspect-ratio:19 / 14;
  min-height: 19px;
  background-image: url(/system_panel/uploads/images/mail.png);
}
.ftr_contact_box2_content{
  text-align: center;
  margin-top: 19px;
}
.ftr_contact_box2_content_num{
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ftr_contact_box2_content_desc{
  font-size: 13px;
  font-weight: 400;
  line-height: 2.15em;
  margin-top: 5px;
}
.ftr_contact_box2_item .read_more{
  margin-top: 0;
}


.ftr_1{
  padding-top: 50px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_1_box1{
  width: 100%;
  text-align: center;
}
.ftr_logo{

}
.ftr_add1{
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 24px;
}
.ftr_add2{
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 20px;
}
.ftr_add_block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_add_block:nth-child(n+2){
  margin-top: 11px;
}
.ftr_add_txt1{
  width: 57px;
  position: relative;
}
.ftr_add_txt1.lg{
  width: 195px; 
}
.ftr_add_txt1:after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #6f6f6f;
  position: absolute;
  top: 0;
  right: 0;
}
.ftr_add_txt2{
  padding-left: 14px;
}
.ftr_sns{
  margin-top: 29px;
}
.ftr_1_box2{
  width: 100%;
  margin-top: 30px;;
}
.ftr_1_box2_top{

}
.ftr_links{

}
.ftr_link{

}
.ftr_1_box2_btm{
  margin-top: 30px;
}
.access_map iframe{
  border: none;
  width: 100%;
  height: 250px;
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_contact_box2_item{
    border-top: 1px solid #dfdcd0;
  }

  .ftr_logo{
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .ftr_1_box2_top{
    display: none;
  }
  .ftr_1_box1{

  }
  .ftr_1_box2{
    margin-top: 0;
  }

  .ftr_copy{
    padding: 10px 0;
  }

}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{
    padding: 50px 0;
  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1 .content_desc{

  }
  .ftr_contact_box2{
    margin-top: 30px;;
  }
  .ftr_contact_box2_item{
    width: 50%;
    position: relative;
    padding: 30px 0;
  }
  .ftr_contact_box2_item + .ftr_contact_box2_item{
    margin-top: 0;
  }
  .ftr_contact_box2_item:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dfdcd0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ftr_contact_box2_item:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dfdcd0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_content{
    margin-top: 19px;
  }
  .ftr_contact_box2_content_num{
    font-size: 30px;
  }
  .ftr_contact_box2_content_desc{

  }

  .ftr_1{
    padding-top: 60px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_add1{

  }
  .ftr_add2{

  }
  .ftr_add_block{

  }
  .ftr_add_txt1{

  }
  .ftr_add_txt2{

  }
  .ftr_sns{

  }
  .ftr_1_box2{
    margin-top: 50px;;
  }
  .ftr_1_box2_top{

  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .ftr_link{
    text-align: center;
    width: 25%;
    font-size: 14px;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    line-height: 1;
    border-left: 1px solid #a7a7a7;
    padding: 0 14px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 16px;
  }
  .ftr_link:nth-child(5){
   border-left: 0;;
  }
  .ftr_link:first-child{
    padding-left: 0; 
    border-left: 0;
  }
  .ftr_1_box2_btm{
    margin-top: 55px;
  }
  .access_map iframe{
    height:300px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
    padding-bottom: 20px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 38%;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1 .content_desc{

  }
  .ftr_contact_box2{
    width: 61.06%;
    padding-top: 10px;
    margin-top: 0;
  }
  .ftr_contact_box2_item{
    padding: 65px 0 30px;
  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_content{

  }
  .ftr_contact_box2_content_num{
    font-size: 35px;
  }
  .ftr_contact_box2_content_desc{

  }
  .ftr_contact_box2 .read_more a{
    width: 260px;
  }

  .ftr_1{
    padding-top: 75px;

  }
  .ftr_1_box{
    position: relative;
    justify-content: space-between;
  }
  .ftr_1_box1{
    width: 31.25%;
    text-align: left;

  }
  .ftr_logo{

  }
  .ftr_add1{

  }
  .ftr_add2{

  }
  .ftr_add_block{
    justify-content:flex-start;
  }
  .ftr_add_txt1{

  }
  .ftr_add_txt2{

  }
  .ftr_sns{

  }
  .ftr_1_box2{
    width: 66.875%;
    padding-top: 27px;
    margin-top: 0;
  }
  .ftr_1_box2_top{

  }
  .ftr_links{
    justify-content: flex-start;
  }
  .ftr_link{

    padding: 0 9px;
  }
   
  .ftr_1_box2_btm{

  }
  .access_map iframe{
    height: 300px;
  }

  .ftr_copy{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0px;
  }
  .ftr_add_txt1.lg{
  width: 140px; 
}
}
@media (min-width:1200px){
  .ftr_contact_box1{
    width: 45%;
  }
  .ftr_contact_box2{
    width: 53.06%;
  }
  .ftr_contact_box1 .content_desc{
    margin-right: -10px; 
  }

  .ftr_link{
        text-align: left;
    width: auto;
    padding: 0 9px;
  }
.ftr_link:nth-child(n+5){
    margin-top: 0;
  }
  .ftr_link:nth-child(5){
   border-left: 1px solid #a7a7a7;
  }
  .access_map iframe{
    height: 280px;
  }
  .ftr_add_txt1.lg{
  width: 195px; 
}
}
@media (min-width:1470px){
  .ftr_contact_box2{
    width: 49.06%;
  }
  .ftr_contact_box2 .read_more a{
    width: 285px;
  }

  .ftr_link{
    padding: 0 16px;
  }
}
@media (min-width:1200px){

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

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

/*会社概要*/
.company_tbl{

}
.company_tbl .table_rows_tr{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-color:#ababab;
}
.company_tbl .table_rows_th{
  width: 100px;
  background: #dfdcd0;
}
.company_tbl .table_rows_td{
  background: #fff;
}

/*地図*/
.company_map{
  margin-top: 30px;
}
.company_map iframe{
  width: 100%;
  border: none;
  height: 200px;
}

/*ギャラリー*/
.company_gallery_items{
  margin: 30px -5px 0;
}
.company_gallery_item{
  padding: 0 5px;
}
.company_gallery_item{

}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img.img_fit{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.42%;
}


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

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

}
@media (max-width:767px){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    border: 1px solid #181818;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td {
    border-bottom: 1px solid #181818;
  }

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

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

  /*会社概要*/
  .company_tbl{

  }
  .company_tbl .table_rows_tr{

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

  /*地図*/
  .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 300px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin: 40px -10px 0;
  }
  .company_gallery_item{
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }
  .company_gallery_item_img.img_fit{

  }

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

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

  /*会社概要*/
  .company_tbl{
    margin-top: 152px;
  }
  .company_tbl .table_rows_tr{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 0 21.7px 15px;
  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{
    padding-left: 21px;
  }

  /*地図*/
  .company_map{
    margin-top: 70px;
  }
  .company_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin: 45px -15px 0;
  }
  .company_gallery_item{
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .company_gallery_item_img.img_fit{

  }

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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{

}
.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{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #8f8667;
  color: #FFF;
  padding: 11px 10px;
  font-weight: 400;
  font-size: 16px;
  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: #dfdcd0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.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{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  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;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .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: 97px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 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{

  }

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

  .pg_news{
  }

}

/*******************************
*　新着情報
********************************/
.pg_news{

}
.pg_news .section.sec1{

}

/*一覧*/
.news_list{

}
.news_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.news_list .webgene-item .img.img_fit{
  overflow: hidden;
}
.news_list .webgene-item .img.img_fit:before{
  padding-top: 80%;
}
.news_list .webgene-item .meta{
  margin-top: 9px;
  display: flex;
  align-items: center;
}
.news_list .webgene-item .category,
.news_list .webgene-item .date{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .category{
  line-height: 1.5;
}
.news_list .webgene-item .date{
  line-height: 1;
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}
.news_list .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  align-items: center;
}
.news_detail .webgene-item .category,
.news_detail .webgene-item .date,
.news_detail .webgene-item .title{
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .date{
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  border-right: 2px solid #cdcdcd;
  margin-right: 15px;
  padding-right: 15px;
}
.news_detail .webgene-item .category{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.news_detail .webgene-item .title{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}
.news_detail .webgene-item .post_content{
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 15px;
}
.news_detail .webgene-item .thumb{
  margin-top: 15px;
}
.news_detail .webgene-item .txt{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.news_detail .read_more{

}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .news_list .webgene-item .category,
  .news_list .webgene-item .date{
    font-size: 12px;
  }
}
@media (min-width:768px){
  .pg_news{

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 9px;
  }
  .news_list .webgene-item .category,
  .news_list .webgene-item .date{
    font-size: 14px;
  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .date{
    margin-left: 5px;
    padding-left: 5px;
  }
  .news_list .webgene-item .title{
    margin-top: 5px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
  }
  .news_detail .webgene-item .category{
    font-size: 16px;
  }
  .news_detail .webgene-item .title{
    margin-top: 10px;
    font-size: 18px;
    padding-bottom: 15px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 15px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 15px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 15px;
    line-height: 2.125;
  }
  .news_detail .read_more{

  }


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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    padding: 0 15px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 54px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 9px;
  }
  .news_list .webgene-item .category,
  .news_list .webgene-item .date{
    font-size: 16px;
  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .date{
    margin-left: 15px;
    padding-left: 15px;
  }
  .news_list .webgene-item .title{
    margin-top: 9px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{
    margin-top: -3px;
  }
  .news_detail .webgene-item .date{
    font-size: 18px;
    margin-right: 25px;
    padding-right: 25px;
  }
  .news_detail .webgene-item .category{
    font-size: 16px;
  }
  .news_detail .webgene-item .title{
    margin-top: 17px;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 71px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 50px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 19px;
  }
  .news_detail .read_more{
    margin-top: 87px;
  }


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

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

  /*一覧*/
  .news_list .webgene-item .category,
  .news_list .webgene-item .date{
    font-size: 16px;
  }
  .news_list .webgene-item .date{
    margin-left: 25px;
    padding-left: 26px;
  }

}


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



/* カテゴリボタン */
.works_cate_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}
.works_cate_box .webgene-item{
  width: 100%;
  padding: 0 5px;
}
.works_cate_box .webgene-item:nth-child(n+2){
  margin-top: 10px;
}

.works_cate_box .webgene-item a{
  display: block;
  background: #8f8667;
  border: 1px solid #8f8667;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 5px 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.works_cate_box .webgene-item a p{
  letter-spacing: 0.2em;
}
.works_cate_box .webgene-item a:after{
  content: "→";
  /*width: 7px;
  height: 7px;
  background: #FFF;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);*/
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.works_cate_box .webgene-item a:hover{
  background: #fff;
  color: #8f8667;
}

.cmn_cat_nav.col4 .cmn_cat_nav_item{
  width: 50%;
}
.cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+2){
  margin-top: 0;
}
.cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+3){
  margin-top: 10px;
}



@media (max-width:374px){

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

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

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

  /* カテゴリボタン */
  .cmn_cat_nav{
    margin: 0 -5px 30px;
  }
  .cmn_cat_nav_item{
    width: 50%;
    padding: 0 5px;
  }

  .works_cate_box .webgene-item a{
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 12px 5px 12px;
  }
  .works_cate_box .webgene-item a.on{
    background: #fff;
    color: #8f8667;
  }
  .cmn_cat_nav_item_a:after{
right: 10px;
  }

  .works_cate_box .webgene-blog{
    margin-bottom: 60px;
  }
  .works_cate_box .webgene-item{
    width: 50%;
  }
  .works_cate_box .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .works_cate_box .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }

  .cmn_cat_nav.col3 .cmn_cat_nav_item{
    width: 33.333%;
  }
  .cmn_cat_nav.col3 .cmn_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_cat_nav.col3 .cmn_cat_nav_item:nth-child(n+4){
    margin-top: 10px;
  }

  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 50%;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 10px;
  }

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

  /* カテゴリボタン */
  .cmn_cat_nav{
    margin: 0 -10px 100px;
  }
  .cmn_cat_nav_item{
    width: 50%;
    padding: 0 10px;
  }
  .cmn_cat_nav_item_a{
    padding: 13px 5px;
  }
  .cmn_cat_nav.col2 .cmn_cat_nav_item{
    width: 50%;
  }
  .cmn_cat_nav.col2 .cmn_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_cat_nav.col2 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 15px;
  }

  .works_cate_box .webgene-blog{
    margin: 0 -15px 100px;
  }
  .works_cate_box .webgene-item{
    width: 33.333%;
    padding: 0 15px;
  }
  .works_cate_box .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .works_cate_box .webgene-item:nth-child(n+4){
    margin-top: 20px;
  }

 .cmn_cat_nav_item_a:after{
right: 16px;
  }


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

  /* カテゴリボタン */
  .works_cate_box .webgene-blog{
    margin: 0 -15px 100px;
  }
  /*
  .works_cate_box .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .works_cate_box .webgene-item a{
    font-size: 15px;
  }*/
  .cmn_cat_nav.col2 .cmn_cat_nav_item{
    width: 50%;
  }
  .cmn_cat_nav.col2 .cmn_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_cat_nav.col2 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 20px;
  }

  /*  .works_cate_box .webgene-item{
      width: 25%;
    }
    .works_cate_box .webgene-item:nth-child(n+3){
      margin-top: 0;
    }
    .works_cate_box .webgene-item:nth-child(n+5){
      margin-top: 20px;
    }*/
  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 25%;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 0;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+5){
    margin-top: 20px;
  }

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

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

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

}

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

/*一覧*/
.works_list{

}
.works_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.works_list .webgene-item .img.img_fit{
  overflow: hidden;
}
.works_list .webgene-item .img.img_fit:before{
  padding-top: 75%;
}
.works_list .webgene-item .meta{
  margin-top: 9px;
  display: flex;
  align-items: center;
}
.works_list .webgene-item .category,
.works_list .webgene-item .date{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.works_list .webgene-item .category{
  line-height: 1.5;
}
.works_list .webgene-item .date{
  line-height: 1;
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}
.works_list .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 0 -10px;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .meta{
    margin-top: 9px;
  }
  .works_list .webgene-item .category,
  .works_list .webgene-item .date{
    font-size: 14px;
  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .date{
    margin-left: 5px;
    padding-left: 5px;
  }
  .works_list .webgene-item .title{
    margin-top: 5px;
  }

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 0 -15px;
  }
  .works_list .webgene-item{
    padding: 0 15px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 63px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .meta{
    margin-top: 10px;
  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .date{
    margin-left: 15px;
    padding-left: 15px;
  }
  .works_listlist .webgene-item .title{
    margin-top: 9px;
  }


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

}
@media (min-width:1440px){
  .works_list .webgene-item .date{
    margin-left: 21px;
    padding-left: 23px;
  }

}


/*******************************
*　ギャラリー（サムネ横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%;
  position: relative;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.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: 67.85%;
}
.gallery_thumb .img.img_fit img{

}
.gallery_slide_prev .fa{
  display: none;
}
.gallery_slide_prev,
.gallery_slide_next{
  width: 25px;
  aspect-ratio:1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery_slide_prev{
  background-image: url(/system_panel/uploads/images/prev.png);
  left: -30px;
}
.gallery_slide_next{
  background-image: url(/system_panel/uploads/images/next.png);
  right: -30px;
}
.gallery_slide_next .fa{
  display: none;
}

/* 詳細 */
.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;
}

.works_detail .post_content{
  border: 1px solid #8f8667;
  padding: 30px 16px;
  margin-top: 30px;
}
.works_detail .post_content .title{
  font-size: 18px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #8f8667;
  padding-bottom: 16px;
}
.works_detail .post_content .post_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.05em;
  padding-top: 12px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .gallery_wrap{
    width: 82.88%;
    margin:0 auto;
  }
}
@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{
    width: 82.88%;
    margin:0 auto;
  }
  .gallery_box1{
    width: 100%;
  }
  .gallery_box2{
    width: 100%;
    margin-top: 9px;

    position: relative;
    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;
  }

  .gallery_slide_prev{
    left: -54px;
  }
  .gallery_slide_next{
    right: -54px;
  }

  .works_detail .post_content{
    margin-top: 60px;
  }
  .works_detail .post_content .title{
    font-size: 22px;
  }
  .post_content .post_txt{
    font-size: 18px;
  }
}
@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;
  }

  .works_detail .post_content{
    padding: 30px 62px;
    margin-top: 100px;
  }
  .works_detail .post_content .title{
    font-size: 30px;
  }
  .post_content .post_txt{

  }
}
@media (min-width:1200px){
  .works_detail .post_content{
    padding: 30px 62px;
  }

}




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

.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: 16px 13px 15px 20px;
  background: #dfdcd0;
  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;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.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 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: 65px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #8f8667;
}
.pg_contact .formBtn.formSend {
  background: var(--main-color);
  padding: 10px 15px 11px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
}
.contact_btn_outer{
  width: 280px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  text-align: center;
  border: 0;
  background: none;
  color: #FFF;
  padding: 9px 8px;
  margin: 45px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.contact_btn_outer:hover:before, .contact_btn_outer:hover:after{
  border-color: var(--sub-color);
    transform: scale(1.01);
}
.contact_btn_outer:hover .formBtn.formSend:after {
  right: 25px;
}
.contact_btn_outer:before{
  content: "";
  position: absolute;
  z-index: 0;
  transition: 0.2s all;
  inset: 5px 0;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.contact_btn_outer:after{
  content: "";
  position: absolute;
  z-index: 0;
  transition: 0.2s all;
  inset: 0 4px;
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.pg_contact .formBtn.formSend:after {
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  -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: 5px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.25em;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.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 {
  padding: 0 0 0;
}

@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%;
  }

  .thanks_text{
    text-align: center;
  }
}
.privacy_item_box{
  padding: 30px 51px 30px 26px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #181818;
  margin-top: 55px;
}

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

.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 {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@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;
  }
  .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;
    padding-left: 0;
    font-size: 19px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

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

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
  .privacy_item_box{
    padding: 30px 10px 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_custom{
  /*overflow: hidden;*/
}
.pg_custom .section.sec1{
  padding-bottom: 0;
}
.pg_custom .section.sec2{
  padding-bottom: 50px;
}
.pg_custom .section.sec3{
  background: #dfdcd0;
  padding-top: 50px;
  padding-bottom: 0;
}
.pg_custom .section.sec4{
  padding-top: 70px;
}
.pg_custom .section.sec5{
  padding-top: 60px;
}


.pg_about .section.sec1 .body_side_parts2{
  width: 150px;
  top: 0;
  right: -50px;
}
.pg_about .section.sec5 .body_side_parts1{
  width: 200px;
  bottom: -40px;
  left: -50px;
}

@media (min-width:768px){

  .pg_custom{

  }
  .pg_custom .section.sec1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_custom .section.sec2{
    padding-bottom: 100px;
  }
  .pg_custom .section.sec3{
    padding-top: 150px;
  }
  .pg_custom .section.sec4{
    padding-top: 100px;
  }
  .pg_custom .section.sec5{
    padding-top: 110px;
  }


  .pg_custom .section.sec1 .body_side_parts2{
    width: 300px;
    top: -28px;
    right: -115px;
  }
  .pg_custom .section.sec5 .body_side_parts1{
    width: 300px;
    bottom: -100px;
    left: -100px;
  }

}
@media (min-width:1024px){
  .pg_custom .section.sec2{
    padding-bottom: 147px;
  }
  .pg_custom .section.sec4{
    padding-top: 140px;
  }
  .pg_custom .section.sec5{
    padding-top: 160px;
  }


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

  .pg_custom .section.sec1 .body_side_parts2{
    width: 400px;
    top: 0;
    right: -115px;
  }
  .pg_custom .section.sec5 .body_side_parts1{
    width: 400px;
    bottom: -160px;
    left: -100px;
  }

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


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

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

  .pg_custom .section.sec1 .body_side_parts2{
    width: 526px;
    top: 0;
    right: -160px;
  }
  .pg_custom .section.sec5 .body_side_parts1{
    width: 694px;
    bottom: -92px;
    left: -355px;
  }

}



/* 概要 */
.custom_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom_about_box1{
  width: calc(100% - 90px);
}
.custom_about_box2{
  width: 90px;
}
.custom_about_box3{
  width: 100%;
  margin-top: 20px;
}
.custom_about_box4{
  width: calc(100% - 65px);
  margin-top: 0;
}
.custom_about_img1{

}
.custom_about_img1.img_fit:before{
  padding-top: 64.61%;
}
.custom_about_img1 + .custom_about_img1{
  margin-top: 10px;
}
.custom_about_img2{

}
.custom_about_img2.img_fit:before{
  padding-top: 62.18%;
}

.custom_about_title1{
  font-size: 23px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.14em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
}
.custom_about_title2{
  font-size: 21px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.14em;
}
.custom_about_txt{
  margin-top: 10px;
}

/* 悩み */
.custom_nayami{
  position: relative;
  z-index: 1;
  padding: 30px 0 50px;
}
.custom_nayami_bg{
  position: absolute;
  z-index: -1;
  inset: 0;
}
.custom_nayami_bg.img_fit:before{
  padding-top: 0;
}
.custom_nayami_bg:after{
  content: "";
  width: 100%;
  height: 39px;
  background-image: url(/system_panel/uploads/images/nayami_bg_mask.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.custom_nayami_head{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.14em;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}
.custom_nayami_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.custom_nayami_list_item{
  width: 33.333%;
  padding: 0 5px;
}
.custom_nayami_list_item:nth-child(n+4){
  margin-top: 10px;
}


.custom_nayami_ans{
  margin-top: 30px;
}
.custom_nayami_ans_title{
  font-size: 21px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.14em;
  color: var(--sub-color);
}
.custom_nayami_ans_txt{
  font-size: 18px;
  line-height: 1.944;
}

/* こだわり */
.custom_kodawari{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.custom_kodawari_item{
  width: 100%;
  padding: 0 5px;
}
.custom_kodawari_item:nth-child(n+2){
  margin-top: 30px;
}
.custom_kodawari_item_img{

}
.custom_kodawari_item_img.img_fit:before{
  padding-top: 75%;
}
.custom_kodawari_item_title{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom_kodawari_item_title:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 0;
  background-color: currentColor;
}
.custom_kodawari_item_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

.custom_kodawari_bg{
  margin-top: 50px;
}
.custom_kodawari_bg.img_fit:before{
  padding-top: 200px;
}

/* コンテンツ */
.pg_custom .section.sec3 .tt2{
  margin-bottom: 40px;
}
.pg_custom .section.sec5 .tt2{
  margin-bottom: 40px;
}
.custome_contents{

}
.custome_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custome_contents_row + .custome_contents_row{
  margin-top: 50px;
}
.custome_contents_box1{
  width: 100%;
}
.custome_contents_box2{
  width: 100%;
  margin-top: 30px;
}
.custome_contents_img{

}
.custome_contents_img.img_fit:before{
  padding-top: 58.82%;
}
.custome_contents_title{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
.custome_contents_title:before,
.custome_contents_title:after{
  content: "";
  height: 1px;
  background: var(--sub-color);
  position: absolute;
  z-index: 1;
}
.custome_contents_title:before{
  width: calc(100% - 60px);
  right: 0;
  top: 0;
}
.custome_contents_title:after{
  width: 100%;
  left: 0;
  bottom: 0;
}
.custome_contents_title_num{
  width: 60px;
  font-size: 40px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1;
}
.custome_contents_title_txt{
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: var(--sub-color);
  margin-bottom: -0.4375em;
}
.custome_contents_txt{
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1.875;
}

/*事例*/
.works_outer{
  position: relative;
}
.works_outer:after{
  content: "";
  display: block;
  width: 100vw;
  height: 95.87%;
  background: #dfdcd0;
  position: absolute;
  top: 16.9%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.works_list.customHome{
  position: relative;
  z-index: 1;
}
.works_list.customHome .webgene-pagination{
  display: none;
}
@media (max-width:374px){

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

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

  /* 概要 */
  .custom_about{
  }
  .custom_about_box1{
    order: 1;
  }
  .custom_about_box2{
    order: 2;
  }
  .custom_about_box3{
    order: 4;
  }
  .custom_about_box4{
    order: 3;
  }

  /*事例*/
  .works_list .webgene-item .meta{
    flex-wrap: wrap;
  }
  .works_list .webgene-item .category{
    width: 100%;
  }
  .works_list .webgene-item .date{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 5px;
  }
}
@media (min-width:768px){


  /* 概要 */
  .custom_about{
  }
  .custom_about_box1{
    width: calc(100% - 160px);
  }
  .custom_about_box2{
    width: 160px;
  }
  .custom_about_box3{
    width: calc(100% - 380px);
    margin-top: 40px;
  }
  .custom_about_box4{
    width: 350px;
    margin-top: 40px;
  }
  .custom_about_img1{

  }
  .custom_about_img2{

  }

  .custom_about_title1{
    font-size: 24px;
  }
  .custom_about_title2{
    font-size: 20px;
  }
  .custom_about_txt{
    margin-top: 15px;
  }

  /* 悩み */
  .custom_nayami{
    padding: 90px 0 120px;
  }
  .custom_nayami_head{
    font-size: 32px;
    margin-bottom: 35px;
  }
  .custom_nayami_list{
    margin: 0 -5px;
  }
  .custom_nayami_list_item{
    width: 20%;
    padding: 0 5px;
  }
  .custom_nayami_list_item:nth-child(n+4){
    margin-top: 0;
  }
  .custom_nayami_list_item:nth-child(n+6){
    margin-top: 10px;
  }


  .custom_nayami_ans{
    margin-top: 20px;
  }
  .custom_nayami_ans_title{
    font-size: 35px;
    text-align: center;
  }
  .custom_nayami_ans_txt{
    font-size: 18px;
    line-height: 1.944;
    margin-top: 30px;
  }

  /* こだわり */
  .custom_kodawari{
    margin: 0 -10px;
  }
  .custom_kodawari_item{
    width: 50%;
    padding: 0 10px;
  }
  .custom_kodawari_item:nth-child(n+2){
    margin-top: 0;
  }
  .custom_kodawari_item:nth-child(n+3){
    margin-top: 30px;
  }
  .custom_kodawari_item_title{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .custom_kodawari_item_title:after{
    width: 50px;
    margin: 10px auto 0;
  }
  .custom_kodawari_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }
  .custom_kodawari_bg.img_fit:before{
    padding-top: 300px;
  }
  .custom_kodawari_bg{
    margin-top: 60px;
  }

  /* コンテンツ */
  .pg_custom .section.sec3 .tt2{
    margin-bottom: 70px;
  }
  .pg_custom .section.sec5 .tt2{
    margin-bottom: 80px;
  }
  .custome_contents{

  }
  .custome_contents_row{
    align-items: center;

  }
  .custome_contents_row + .custome_contents_row{
    margin-top: 70px;
  }
  .custome_contents_box1{
    /*width: 43.125%;*/
    width: 45%;
  }
  .custome_contents_box2{
    /*width: 50.9375%;*/
    width: 50%;
    margin-top: 0;
  }
  .custome_contents_title{
    margin-bottom: 30px;
  }
  .custome_contents_title:before{
    width: calc(100% - 75px);
  }
  .custome_contents_title_num{
    width: 75px;
    font-size: 50px;
  }
  .custome_contents_title_txt{
    width: calc(100% - 75px);
    font-size: 22px;
    letter-spacing: 0.14em;
  }
  .custome_contents_txt{
    font-size: 16px;
  }

  .custome_contents_row:nth-child(odd) .custome_contents_box1{

  }
  .custome_contents_row:nth-child(odd) .custome_contents_box2{
  }
  .custome_contents_row:nth-child(even) .custome_contents_box1{
    order: 2;
  }
  .custome_contents_row:nth-child(even) .custome_contents_box2{
    order: 1;
  }

  .custome_contents_row:nth-child(odd) .custome_contents_img{
    margin-left: var(--margin-for-device-side-w);
  }
  .custome_contents_row:nth-child(even) .custome_contents_img{
    margin-right: var(--margin-for-device-side-w);
  }

  /*事例*/
  .works_list.customHome .webgene-item{
    width: 50%;
  }
  .works_list.customHome .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
}
@media (min-width:1024px){

  /* 概要 */
  .custom_about{
  }
  .custom_about_box1{
    width: calc(100% - 400px);
  }
  .custom_about_box2{
    width: 400px;
    display: flex;
  }
  .custom_about_box3{

  }
  .custom_about_box4{

  }
  .custom_about_img1{

  }
  .custom_about_img2{

  }

  .custom_about_title1{
    /*font-size: 45px;*/
  }
  .custom_about_title2{
    /*font-size: 28px;*/
  }
  .custom_about_txt{
    /*margin-top: 30px;*/
  }

  /* 悩み */
  .custom_nayami{
    padding: 90px 0 120px;
  }
  .custom_nayami_head{
    font-size: 32px;
    margin-bottom: 35px;
  }
  .custom_nayami_list{
    margin: 0 -5px;
  }
  .custom_nayami_list_item{
    width: 20%;
    padding: 0 5px;
  }
  .custom_nayami_list_item:nth-child(n+4){
    margin-top: 0;
  }
  .custom_nayami_list_item:nth-child(n+6){
    margin-top: 10px;
  }


  .custom_nayami_ans{
    margin-top: 20px;
  }
  .custom_nayami_ans_title{
    font-size: 35px;
  }
  .custom_nayami_ans_txt{
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }

  /* こだわり */
  .pg_custom .section.sec3 .tt2{
    margin-bottom: 95px;
  }
  .pg_custom .section.sec5 .tt2{
    margin-bottom: 100px;
  }
  .custom_kodawari{
    margin: 0 -15px;
  }
  .custom_kodawari_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .custom_kodawari_item:nth-child(n+3){
    margin-top: 0;
  }
  .custom_kodawari_item:nth-child(n+4){
    margin-top: 30px;
  }
  .custom_kodawari_item_title{
    font-size: 20px;
  }



  /*事例*/
  .works_list.customHome .webgene-item{
    width: 25%;
  }
  .works_list.customHome .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_outer .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1200px){

  .custom_about_box2{
    padding-right: 200px;
  }


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

  /* 概要 */
  .custom_about{
  }
  .custom_about_box1{
    width: 975px;
  }
  .custom_about_box2{
    width: calc(100% - 975px);
    padding-right: 0;
  }
  .custom_about_box3{
    width: calc(100% - 595px - 50px);
    margin-top: 110px;
    padding-top: 60px;
  }
  .custom_about_box4{
    width: 595px;
    margin-top: 110px;
  }
  .custom_about_img1{

  }
  .custom_about_img2{

  }

  .custom_about_title1{
    font-size: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom_about_title2{
    font-size: 28px;
  }
  .custom_about_txt{
    margin-top: 30px;
  }

  /* こだわり */
  .custom_kodawari{
    margin: 0 -20px;
  }
  .custom_kodawari_item{
    width: 33.333%;
    padding: 0 20px;
  }
  .custom_kodawari_item:nth-child(n+4){
    margin-top: 80px;
  }
  .custom_kodawari_item_title{
    font-size: 28px;
    letter-spacing: 0.14em;
  }
  .custom_kodawari_item_txt{
    padding-left: 20px;
    padding-right: 20px;  
  }
  .custom_kodawari_bg{
    margin-top: 80px;
  }
  .custom_kodawari_bg.img_fit:before{
    padding-top: 400px;
  }

  /* コンテンツ */
  .custome_contents{

  }
  .custome_contents_row{
    align-items: center;

  }
  .custome_contents_row + .custome_contents_row{
    margin-top: 100px;
  }
  .custome_contents_box1{
    width: 43.125%;
  }
  .custome_contents_box2{
    width: 50.9375%;
    margin-top: 0;
  }
  .custome_contents_title{
    margin-bottom: 30px;
  }
  .custome_contents_title:before{
    width: calc(100% - 100px);
  }
  .custome_contents_title_num{
    width: 100px;
    font-size: 75px;
  }
  .custome_contents_title_txt{
    width: calc(100% - 100px);
    font-size: 32px;
    letter-spacing: 0.14em;
  }
  .custome_contents_txt{
    font-size: 16px;
  }

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

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

  /* こだわり */
  .custom_kodawari{
    margin: 0 -40px;
  }
  .custom_kodawari_item{
    width: 33.333%;
    padding: 0 40px;
  }
  .custom_kodawari_item:nth-child(n+4){
    margin-top: 120px;
  }
  .custom_kodawari_bg{
    margin-top: 130px;
  }
  .custom_kodawari_bg.img_fit:before{
    padding-top: 700px;
  }

  /* コンテンツ */
  .custome_contents_title{
    margin-bottom: 30px;
  }
  .custome_contents_title:before{
    width: calc(100% - 125px);
  }
  .custome_contents_title_num{
    width: 125px;
    font-size: 94px;
  }
  .custome_contents_title_txt{
    width: calc(100% - 125px);
    font-size: 32px;
  }

}




.section.beige{
  background-color: #dfdcd0;
}
.section.beige:before{
  content: "";
  background: #FFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 225px;
  pointer-events: none;
}


/*******************************
*　HOME
********************************/
#root{
  overflow: hidden;
}
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pg_home .section.sec2{
  padding-top: 0;
  padding-bottom: 50px;
}
.pg_home .section.sec3{
  padding-top: 0;
  padding-bottom: 50px;
}
.pg_home .section.sec4{
  padding-top: 0;
  padding-bottom: 65px;
  margin-top: 0;
}
.pg_home .section.sec5{
  margin-top:70px;
  padding-top: 0;
  padding-bottom: 65px;
}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

.home_nav{
  display: none;
}

/* about */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
}
.home_about_box2{
  width: 100%;
}
.home_about_img1{

}
.home_about_img1.img_fit:before{
  padding-top: 56.75%;
}
.home_about_img2{

}
.home_about_img2.img_fit:before{
  padding-top: 87.39%;
}
.home_about_txt{
  /*font-size: 16px;*/
  /*line-height: 1.875;*/
  /*text-align: justify;*/
  margin-top: 20px;
}

/* こだわり */
.home_kodawari{
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.home_kodawari_bg{
  width: 100vw;
  height: 450px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, -0);
}
.home_kodawari_bg.img_fit:before{
  padding-top: 0;
}
.home_kodawari_bg img{
  opacity: 0.6;
}

.home_kodawari_side_tt{
  display: flex;
  white-space: nowrap;
  color: var(--txt-color);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

}
.home_kodawari_side_tt:before{
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  margin: 0 auto 10px;
  /*background: var(--main-color);*/
  background: #a19879;
}

.home_kodawari_head{
  padding-left: 30px;
}
.home_kodawari_head_tt{

}
.home_kodawari_desc{
  font-weight: 500;
  margin-top: 15px;
}
.home_kodawari_head .read_more{
  margin-top: 12px;
}

/* こだわり（リスト） */
.home_kodawari_list{
  /*display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;*/
  padding-top: 30px;
}
.home_kodawari_list_item{
  width: 100%;

  /*padding: 0 5px;*/
}
.home_kodawari_list_item:nth-child(n+2){

}
.home_kodawari_list_item_inner{
  height: 100%;
  background: #FFF;
  border: 1px solid #d2d2d2;
  padding: 15px;
}
.home_kodawari_list_item_img{
}
.home_kodawari_list_item_img.img_fit:before{
  padding-top: 60.86%;
}
.home_kodawari_list_item_title{
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  /*letter-spacing: 0.1em;*/
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
}
.home_kodawari_list_item_title:after{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: var(--sub-color);
  margin: 14px auto 0;
}
.home_kodawari_list_item_txt{
  margin-top: 0;
}

/* service */
.home_service{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home_service:before{
  content: "";
  display: block;
  width: 100vw;
  height: 83.7%;
  background: #dfdcd0;
  position: absolute;
  top: 6.3%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_service_box1{
  width: 100px;
  position: relative;
  z-index: 1;
}
.home_service_box2{
  width: calc(100% - 100px);
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.home_service_head{

}
.home_service_desc{

}
.home_service_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0 -110px;
}
* + .home_service_list{
  padding-top: 30px;
}
.home_service_list_item{
  width: 50%;
  padding: 0 5px;
}
.home_service_list_item:nth-child(odd){
  padding-top: 60px;
}
.home_service_list_item:nth-child(n+3):nth-child(odd){
  padding-top: 50px;
  padding-top: 30px;
  margin-left: -95px;
  margin-left: 0;
}
.home_service_list_item:nth-child(n+3):nth-child(even){
  margin-top: -20px;
}

.home_service_list_item_inner{
  display: block;
  position: relative;
  z-index: 3;
}
.home_service_list_item_inner:hover{
  color: var(--txt-color);
}
.home_service_list_item_inner:before{
  content: "";
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_service_list_item_inner:after{
  content: "";
  background-image: url(/system_panel/uploads/images/service_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  aspect-ratio: 65 / 5;
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.home_service_list_item_img{
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home_service_list_item_img:after{
  content: "";
  background: rgba(0,0,0,0.15);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  transition: 0.2s all;
}
.home_service_list_item_inner:hover .home_service_list_item_img:after{
  background: rgba(0,0,0,0.5);
}
.home_service_list_item_img.img_fit:before{
  padding-top: 100%;
}
.home_service_list_item_img img{
  transition: 0.2s all;
}
.home_service_list_item_inner:hover .home_service_list_item_img img:hover{
  transform: scale(1.05);
}

.home_service_list_item_title{
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, -0);
}
.home_service_list_item_txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.home_service_list_item_txt p{
  background: #FFF;
  padding: 12px 4px 12px 3px;
}
.home_service_list_item_txt p+p{
  margin-top: 20px;
  margin-right: 5px;
}



@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_home .section.sec4.beige:before,
  .pg_home .section.sec5.beige:before{
    height: 180px;
  }

  .home_about_box2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .home_about_img2{
    width: 65%;
  }

  .home_kodawari_list_item{
    height: auto;
  }

  .pg_home .section.sec4 .body_side_parts1{
    width: 200px;
    left: -100px;
    top: -100px;
  }
  
  .home_kodawari_head .read_more{
    margin-right: 30px;
  }
  .home_service_list_item_inner:before{
    display: none;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-bottom: 180px;
    padding-top: 150px;
  }
  .pg_home .section.sec2{
    padding-bottom: 150px;
  }
  .pg_home .section.sec3{
    padding-bottom: 140px;
  }
  .pg_home .section.sec4{
    margin-top: 0;  
  }
  .pg_home .section.sec5{
    margin-top: 110px;
  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }


  /* about */
  .home_about{
  }
  .home_about_box1{
    width: 69.375%;
    order: 1;
  }
  .home_about_box2{
    width: 27.1875%;
    order: 2;
  }
  .home_about_img1{

  }
  .home_about_img2{
    margin-right: var(--margin-for-device-side-w);
  }
  .home_about_txt{
    /*font-size: 16px;*/
    /*line-height: 2.25;*/
    margin-top: 40px;
  }


  /* こだわり */
  .home_kodawari{
    padding-top: 100px;
  }
  .home_kodawari_bg{
    height: 580px;
  }

  .home_kodawari_side_tt{
    left: 20px;
  }
  .home_kodawari_side_tt:before{
    height: 90px;
    margin: 0 auto 20px;
  }
  .home_kodawari_head{
    padding-left: 90px;
  }
  .home_kodawari_head_tt{

  }
  .home_kodawari_desc{
    margin-top: 15px;
  }
  .home_kodawari_head .read_more{
    margin-top: 12px;
  }

  /* こだわり（リスト） */
  .home_kodawari_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 50px;
  }
  .home_kodawari_list_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .home_kodawari_list_item:nth-child(n+4){
    margin-top: 30px;
  }
  .home_kodawari_list_item_inner{
    padding: 10px;
  }

  .home_kodawari_list_item_title{
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .home_kodawari_list_item_title:after{
    width: 65px;
    margin: 14px auto 0;
  }
  .home_kodawari_list_item_txt{
    line-height: 1.875;
  }


  /* service */
  .home_service{
  }
  .home_service:before{
    right: 0;

  }
  .home_service_box1{
    width: 160px;
  }
  .home_service_box2{
    width: calc(100% - 180px);
    padding-left: 0;
    padding-right: 0;
  }
  .home_service_head{

  }
  .home_service_desc{

  }
  .home_service_list{
    margin: 0 -10px 0 -100px;
  }
  * + .home_service_list{
    padding-top: 50px;
  }
  .home_service_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .home_service_list_item:nth-child(odd){
    padding-top: 105px;
  }
  .home_service_list_item:nth-child(n+3):nth-child(odd){
    padding-top: 50px;
    margin-left: -50px;
  }
  .home_service_list_item:nth-child(n+3):nth-child(even){
    margin-top: -55px;
  }

  .home_service_list_item_inner:before{
    width: 80px;
    bottom: 15%;
  }
  .home_service_list_item_inner:after{
    width: 50px;
    bottom: 8%;
  }
  .home_service_list_item_title{
    font-size: 22px;
    top: 19%;
  }
  .home_service_list_item_txt{
    font-size: 16px;
  }
  .home_service_list_item_txt p{
    padding: 12px 4px 12px 3px;
  }
  .home_service_list_item_txt p+p{
    margin-top: 30px;
    margin-right: 10px;
  }

  /*装飾*/
  .pg_home .section.sec1 .body_side_parts2{
    width: 400px;
    right: -200px;
  }
  .pg_home .section.sec1 .body_side_parts1{
    width: 400px;
    left: -200px;
    top: auto;
    bottom: 50px;
  }
  .pg_home .section.sec4 .body_side_parts1{
    width: 400px;
    left: -200px;
    top: -200px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding-bottom: 200px;
  }
  .pg_home .section.sec4{
    margin-top: 0;  
  }

  /*TOP NAV*/
  .home_nav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 16.14%;
    z-index: 9999999;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    transition: all .2s;
  }
  .home_nav.bg_on{
    width: 15.14%;
    background: rgba(0,0,0,0.2);
    padding-left: 10px;
  }
  .home_nav:after{
    content: "";
    display: block;
    width: 1px;
    height: 70.11%;
    position: absolute;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
  }
  .nav_sns{
    margin-top: 24px;
  }
  .home_nav_item{
    font-size: 15px;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    color: #fff;
  }
  .home_nav_item a:hover{
    color: #bfb596;
  }
  .home_nav_item p{
    letter-spacing: 0.16em;
  }

  /* こだわり（リスト） */
  .home_kodawari_list_item_title{
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .home_kodawari_list_item_title:after{
  }
  .home_kodawari_list_item_txt{
    line-height: 2.25;
  }

  /* service */
  .home_service{
  }
  .home_service:before{
    right: -5%;
    margin-left: 0;
    margin-right: 0;
  }
  .home_service_box1{
    width: 160px;
  }
  .home_service_box2{
    width: calc(100% - 180px);
    padding-left: 0;
    padding-right: 0;
  }
  .home_service_head{

  }
  .home_service_desc{

  }
  .home_service_list{
    margin: 0 -10px ;
  }
  * + .home_service_list{
    padding-top: 50px;
  }
  .home_service_list_item{
    width: 50%;
    padding: 0 10px;
  }

  .home_service_list_item_title{
    font-size: 24px;
    top: 19%;
  }
  .home_service_list_item_txt{
    font-size: 16px;
  }

  .home_service_box1 .tt2{
    padding-top: 28px;
  }
  .home_service_box2 .home_service_list{
    padding-top: 17px;
  }

  /*装飾*/
  .pg_home .section.sec1 .body_side_parts2{
    width: 400px;
    right: -200px;
  }
  .pg_home .section.sec1 .body_side_parts1{
    width: 400px;
    left: -150px;
    top: auto;
    bottom: 0;
  }
  .pg_home .section.sec4 .body_side_parts1{
    width: 400px;
    left: -150px;
    top: -300px;
  }


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

  .pg_home .section.sec1{
    padding-bottom: 315px;
  }

  .home_nav{
    width: 18.14%;
  }
  .home_nav.bg_on{
    width: 12.14%;
    background: rgba(0,0,0,0.2);
    padding-left: 10px;
  }
  /*TOP NAV*/
  .home_nav:after{
    height: 70.11%;
  }

  /* こだわり（リスト） */
  .home_kodawari_list_item_title{
    font-size: 24px;
  }


  .home_service_box2{
    padding-right: 100px;
  }

  .home_service_list_item_title{
    font-size: 28px;
    top: 19%;
  }
  .home_service_list_item_txt{
    font-size: 18px;
  }

  /*装飾*/
  .pg_home .section.sec1 .body_side_parts2{
    width: 526px;
    right: -200px;
  }
  .pg_home .section.sec1 .body_side_parts1{
    width: 694px;
    left: -196px;
    top: auto;
    bottom: 0;
  }
  .pg_home .section.sec4 .body_side_parts1{
    width: 694px;
    left: -196px;
    top: -300px;
  }

  .home_about_box2 .tt2{
    margin-left: 87px;
    padding-top: 66px;
  }
}

@media (min-width:1470px){
  .home_nav{
    width: 16.14%;
  }
  .home_nav.bg_on{
    width: 12.14%;
    background: rgba(0,0,0,0.2);
    padding-left: 10px;
  }
  /*TOP NAV*/
  .home_nav:after{
    height: 70.11%;
  }


  /* service */
  .home_service{
  }
  .home_service:before{
    right: 9.56%;
  }
  .home_service_box1{
    width: 160px;
  }
  .home_service_box2{
    width: calc(100% - 160px);
    padding-left: 95px;
    padding-right: 245px;
  }
  .home_service_head{

  }
  .home_service_desc{

  }
  .home_service_list{
    margin: 0 -32.5px;
  }
  * + .home_service_list{
    padding-top: 50px;
  }
  .home_service_list_item{
    width: 50%;
    padding: 0 32.5px;
  }
  .home_service_list_item:nth-child(odd){
    padding-top: 105px;
  }
  .home_service_list_item:nth-child(n+3):nth-child(odd){
    padding-top: 50px;
    margin-left: -95px;
  }
  .home_service_list_item:nth-child(n+3):nth-child(even){
    margin-top: -55px;
  }

  .home_service_list_item_inner:before{
    width: 125px;
    bottom: 19%;
  }
  .home_service_list_item_inner:after{
    width: 65px;
    bottom: 10%;
  }
  .home_service_list_item_title{
    font-size: 30px;
    top: 19%;
  }
  .home_service_list_item_txt{
    font-size: 22px;
  }
  .home_service_list_item_txt p{
    padding: 12px 4px 12px 3px;
  }
  .home_service_list_item_txt p+p{
    margin-top: 30px;
    margin-right: 10px;
  }


}
@media (min-width:1520px){
    
  /*TOP NAV*/
  .home_nav:after{
    height: 80.11%;
  }

  /* service */
  .home_service{
  }
  .home_service_box1{
    width: 245px;

  }
  .home_service_box2{
    width: calc(100% - 245px);
    padding-left: 95px;
    padding-right: 245px;
  }
  .home_service_head{
    /*padding-left: 95px;*/
    margin-bottom: 50px;
  }

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

  /* こだわり（リスト） */
  .home_kodawari_list{
    margin: 0 -25px;
    padding-top: 95px;
  }
  .home_kodawari_list_item{
    width: 33.333%;
    padding: 0 25px;
  }
  .home_kodawari_list_item:nth-child(n+4){
    margin-top: 30px;
  }
  .home_kodawari_list_item_inner{

  }
  
  .home_service_list_item_title{
    font-size: 35px;
    top: 19%;
  }
  
  /*TOP NAV*/
  .home_nav:after{
    height: 91.11%;
  }

}