@charset "UTF-8";

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  /*border-radius: 30px;*/
}
.pg_header_mv_img.img_fit:before{
  padding-top: 170px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
}
.pg_header_title1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  background: rgba(26, 177, 0, 0.95);
}
.pg_header_title_ja{
  font-size: 15px;
  letter-spacing: 0.025em;
  font-family: var(--font-mincho);
  font-weight: 900;
  text-align: center;
}
/*.pg_header_title_en{
  font-size: 60px;
  font-family: var(--font-en);
  letter-spacing: 0;
  margin-top: 5px;
  text-shadow:
    8px 3px 7px rgba(0, 8, 0, 0.2),   メイン影 
    0px 0px 1px rgba(0, 0, 0, 0.1),  奥行き感 
    0px 0px 35px rgba(0, 0, 0, 0.1) さらに遠くの影 
}*/
.pg_header_title_en:after{
  background: var(--main-color);
  padding: 10px 0;
}
.pg_header_title_txt{
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_title_ja{
    font-size: 28px;
  }
  /*  .pg_header_title_en{
      font-size: 120px;
    }*/
  .pg_header_mv_img.img_fit:before{
    padding-top: 260px;
  }

  .pg_header_title_txt{

  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_title_ja{
    font-size: 36px;
    padding: 3px;
  }
  /*  .pg_header_title_en{
      font-size: 210px;
      margin-top: 10px;
    }*/
  .pg_header_title_txt{

  }

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

  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  .pg_header_title_ja{
    margin-left: 10px;
  }
  /*.pg_header_title_en{
      font-size: 250px;
      margin-top: -20px;
      font-weight: 700;
    }*/
  .pg_header_title_txt{

  }
}
@media (min-width:1470px){
  .pg_header_mv_img.img_fit:before{
    padding-top: 550px;
  }
}
@media (min-width:1720px){
  .pg_header_mv_img.img_fit:before{
    padding-top: 600px;
  }
}

/*******************************
*　私たちについて
********************************/

/* セクション設定 */
.pg_about{

}
.pg_about .section.sec1{

}
.pg_about .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec4{

}

/*メイン*/
.pg_about .cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -45px;
}
.pg_about .cmn_about_box1{
  width: 100%;
  order: 2;
  padding-top: 20px;
}
.pg_about .cmn_about_box2{
  width: 100%;
  order: 1;
  padding-top: 20px;

}
/*.cmn_about_box1_inner{
  margin-left: var(--margin-for-device-side-w);
}*/
.pg_about .cmn_about_box1 .cmn_about_img{

}
.pg_about .cmn_about_box1 .img_fit:before{
  padding-top: 70%;
}
.cmn_about_title{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--txt-color);
  padding-bottom: 15px;
}
.cmn_about_title p{
  letter-spacing: 0.025em;
}
.cmn_about_title:before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--sub-color);
  border-radius: 50%;
  margin-right: 10px;
}
.cmn_about_title_ja_line{
  display: flex;
}
.cmn_about_title_ja_line_txt{
  display: inline-block;
  position: relative;
}
.cmn_about_title_ja_line_txt,
.about_story .cmn_about_title_ja_line_txt,
.about_wood .cmn_about_title_ja_line_txt{
  font-size: 24px;
  font-family: var(--font-mincho);
  font-weight: 900;
  letter-spacing: 0.025em;
  color: var(--txt-color);
}
.cmn_about_title_ja_line_txt:after{
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cmn_about_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--txt-color);
  padding-top: 15px;
}
.cmn_about_txt p{
  letter-spacing: 0.025em;
}

/*板谷工務店の想い*/
.about_thought{

}
.about_thought .about_thought_inner{
  position: relative;
  padding: 50px 10px;
}

.about_thought .cmn_about_title{
  color: var(--main-color);
}
.about_thought .cmn_about_title_ja_line{

}
.about_thought .cmn_about_title_ja_line_txt{
  color: var(--main-color);
}
.cmn_about_title_ja_line + .cmn_about_title_ja_line{
  margin-top: 10px;
}
.about_thought .cmn_about_title_ja_line_txt:after{
  background: var(--main-color);
}
.about_thought_bg{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  inset: 0;
}
.about_thought_bg .img_fit img{

}
.about_thought_bg.img_fit:before{
  padding-top: 43.17%;
}
.about_thought_bg:after{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}
.about_thought_inner .cmn_about_txt{
  color: var(--main-color) !important;
}
.about_thought .read_more,
.about_story_inner .read_more,
.pg_works .read_more{
  justify-content: center;
  margin-top: 20px;
}
.about_thought .read_more a{

}
.about_thought .read_more a p:after{

}

/*原木について*/
.about_story_inner{
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_story{

}
.about_story .cmn_about_title,
.about_wood .cmn_about_title{
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 900;
  color: var(--main-color);
  justify-content: center;
}
.about_story .cmn_about_title p,
.about_wood .cmn_about_title p{
  letter-spacing: 0.025em;
}
.about_story .cmn_about_title:before,
.about_wood .cmn_about_title:before{
  display: none;
}
.about_story.cmn_about_txt,
.about_story_item_inner .cmn_about_txt{
  color: var(--main-color) !important;
}
.about_story .cmn_about_title_ja_line,
.about_wood .cmn_about_title_ja_line{
  justify-content: center;
}
.about_story .cmn_about_title_ja_line_txt,
.about_wood .cmn_about_title_ja_line_txt{
  color: var(--main-color) !important;
  border-bottom: 0;
  text-align: center;
}
.about_story .cmn_about_title_ja_line_txt:after,
.about_wood .cmn_about_title_ja_line_txt:after{
  display: none;
}
.about_story .cmn_about_title_ja_line_txt strong,
.about_wood .cmn_about_title_ja_line_txt strong{
  color: var(--sub-color) !important;
}
.about_story .cmn_about_txt{
  color: var(--main-color) !important;
}
.about_story_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: -7.5px;
  padding-top: 30px;
}
.about_story_item{
  width: 100%;
  padding-inline: 7.5px;
}
.about_story_item:nth-child(n+2){
  margin-top: 35px;
}
.about_story_items .about_story_item_inner{

}
.about_story_item_inner{
}
.about_story_item_img{
  position: relative;
}
.about_story_item_nbr{
  font-family: var(--font-en);
  letter-spacing: 0;
  font-size: 50px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: auto;
  z-index: 2;
}
.about_story_item_nbr p{
  letter-spacing: 0;
}
.about_story_item_inner .img_fit:before{
  padding-top: 60%;
}
.about_story_item_inner .about_story_item_tt,
.about_wood_items .about_wood_item_tt{
  font-size: 20px;
  font-family: var(--font-mincho);
  font-weight: 900;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
.about_story_item_inner .about_story_item_tt p{
  letter-spacing: 0.025em;
}
.about_story_item_inner .content_desc{
  position: relative;
}
.about_story_item_tt_link{
  position: relative;
  z-index: 1;
}
.about_story_item_tt_link:hover{
  color: var(--sub-color);
}
.about_story_item_tt_link:after{
  content: "\f054";
  font-family: 'FontAwesome';
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background: var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  transition: 0.2s all;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_story_item_tt_link:hover:after{
  margin-right: -5px;
}

/*使用する原木*/
.about_wood{
  padding-top: 60px;
}
.about_wood .cmn_about_title{

}
.about_wood .cmn_about_title_ja_line{

}
.about_wood_items{
  margin-inline: -7.5px;
}
.about_wood_item{
  width: 100%;
  padding-inline: 7.5px;
}
.about_wood .about_story_item_inner{

}
.about_wood .about_story_item_img{

}
.about_wood .about_story_item_img:before{

}
.about_wood_items .about_wood_item_tt{
  text-align: center;
  padding-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.about_story_item_inner .cmn_about_txt{
  padding-top: 10px;
}
.about_story_inner .read_more a {
  min-width: 170px;
}

/*伝承・継承について*/
.cmn_tradition{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #FFF;
  padding: 35px 10px;
}
.cmn_tradition_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmn_tradition_box2{
  width: 100%;
}
.cmn_tradition_box1 .img_fit:before{
  padding-top: 70.5%;
}
.cmn_tradition_box2 .cmn_about_title{
  padding-top: 15px;
  padding-bottom: 15px;
}
.cmn_tradition_box2 .cmn_about_title_ja_line {
  display: flex;
}
.cmn_tradition_box2 .cmn_about_title_ja_line_txt{
  background: #000;
  color: var(--main-color);
  padding: 0 15px;
}
/*.cmn_tradition_title_ja_line + .cmn_tradition_title_ja_line{
  padding-top: 10px;
}*/
.cmn_about_title_ja_line_txt {
  border-bottom: 0;
}
.cmn_tradition_img_txt{
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-mincho);
  line-height: 2.25;
  /**/
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 0;
}
.cmn_tradition_img_txt{
  letter-spacing: 0.025em;
}



@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /*メイン*/
  .pg_about .cmn_about{
    margin-top: -95px;
  }
  .pg_about .cmn_about_box1{
    width: 100%;
  }
  .pg_about .cmn_about_box2{
    width: 100%;
    padding-top: 15px;
  }
  .pg_about .cmn_about_box1 .cmn_about_img{

  }
  .pg_about .cmn_about_box1 .img_fit:before{
    padding-top: 58%;
  }
  .cmn_about_title{
    font-size: 16px;
  }
  .cmn_about_title p{
    letter-spacing: 0.025em;
  }
  .cmn_about_title:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--sub-color);
    border-radius: 50%;
    margin-right: 10px;
  }
  .cmn_about_title_ja_line{
    display: flex;
  }
  .cmn_about_title_ja_line_txt{
    display: inline-block;
    position: relative;
  }
  .cmn_about_title_ja_line_txt,
  .about_story .cmn_about_title_ja_line_txt,
  .about_wood .cmn_about_title_ja_line_txt{
    font-size: 30px;
  }
  .cmn_about_title_ja_line_txt:after{
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cmn_about_txt{
    font-size: 16px;
    padding-top: 25px;
    line-height: 2.25;
  }
  .cmn_about_txt p{
    letter-spacing: 0.025em;
  }

  /*板谷工務店の想い*/
  .about_thought{

  }
  .about_thought .about_thought_inner{
    position: relative;
    padding: 50px 10px;
  }

  .about_thought .cmn_about_title{
    color: var(--main-color);
  }
  .about_thought .cmn_about_title_ja_line{

  }
  .about_thought .cmn_about_title_ja_line_txt{
    color: var(--main-color);
  }
  .cmn_about_title_ja_line + .cmn_about_title_ja_line{
    margin-top: 10px;
  }
  .about_thought .cmn_about_title_ja_line_txt:after{
    background: var(--main-color);
  }
  .about_thought_bg{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: absolute;
    z-index: -1;
    inset: 0;
  }
  .about_thought_bg .img_fit img{

  }
  .about_thought_bg.img_fit:before{
    padding-top: 43.17%;
  }
  .about_thought_bg:after{
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
  }
  .about_thought_inner .cmn_about_txt{
    color: var(--main-color) !important;
  }
  .about_thought .read_more,
  .about_story_inner .read_more{
    justify-content: left;
    margin-top: 15px;
  }
  .about_thought .read_more a{
    min-width: 245px;
    padding: 0 20px 20px 0;
  }
  .about_thought .read_more a p:after{

  }
  .about_story_item_inner .content_desc{
    padding: 0 15px;
  }

  /*原木について*/
  .about_story_inner{
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_story{

  }
  .about_story .cmn_about_title,
  .about_wood .cmn_about_title{
    font-size: 22px;
    font-family: var(--font-mincho);
    font-weight: 900;
    color: var(--main-color);
    justify-content: center;
  }
  .about_story .cmn_about_title p,
  .about_wood .cmn_about_title p{
    letter-spacing: 0.025em;
  }
  .about_story .cmn_about_title:before,
  .about_wood .cmn_about_title:before{
    display: none;
  }
  .about_story.cmn_about_txt,
  .about_story_item_inner .cmn_about_txt{
    color: var(--main-color) !important;
  }
  .about_story .cmn_about_title_ja_line,
  .about_wood .cmn_about_title_ja_line{
    justify-content: center;
  }
  .about_story .cmn_about_title_ja_line_txt,
  .about_wood .cmn_about_title_ja_line_txt{
    color: var(--main-color) !important;
    border-bottom: 0;
    text-align: center;
  }
  .about_story .cmn_about_title_ja_line_txt:after,
  .about_wood .cmn_about_title_ja_line_txt:after{
    display: none;
  }
  .about_story .cmn_about_title_ja_line_txt strong,
  .about_wood .cmn_about_title_ja_line_txt strong{
    color: var(--sub-color) !important;
  }
  .about_story .cmn_about_txt{
    color: var(--main-color) !important;
  }
  .about_story_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: -7.5px;
    padding: 30px 20px 0;
  }
  .about_story_item{
    width: 50%;
    padding-inline: 7.5px;
  }
  .about_story_item:nth-child(n+2){
    margin-top: 0;
  }
  .about_story_item:nth-child(n+3){
    margin-top: 30px;
  }
  .about_story_items .about_story_item_inner{

  }
  .about_story_item_inner{
  }
  .about_story_item_img{
    position: relative;
  }
  .about_story_item_nbr{
    font-family: var(--font-en);
    letter-spacing: 0;
    font-size: 60px;
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: auto;
    z-index: 2;
  }
  .about_story_item_inner .img_fit:before{
    padding-top: 60%;
  }
  .about_story_item_inner .about_story_item_tt,
  .about_wood_items .about_wood_item_tt{
    font-size: 20px;
    font-family: var(--font-mincho);
    font-weight: 900;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
  }
  .about_story_item_inner .about_story_item_tt p{
    letter-spacing: 0.025em;
  }

  /*使用する原木*/
  .about_wood{
    padding-top: 60px;
  }
  .about_wood .cmn_about_title{

  }
  .about_wood .cmn_about_title_ja_line{

  }
  .about_wood_items{
    margin-inline: -7.5px;
  }
  .about_wood_item{
    width: 50%;
    padding-inline: 7.5px;
  }
  .about_wood .about_story_item_inner{

  }
  .about_wood .about_story_item_img{

  }
  .about_wood .about_story_item_img:before{

  }
  .about_wood_items .about_wood_item_tt{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .about_story_item_inner .cmn_about_txt{
    padding-top: 10px;
  }
  .about_story_inner .read_more{
    justify-content: center;
  }
  .about_story_inner .read_more a{
    min-width: 210px;
  }

  /*伝承・継承について*/
  .cmn_tradition{
    padding: 35px 30px;
    margin-bottom: 50px;
  }
  .cmn_tradition_box1{
    width: 100%;
  }
  .cmn_tradition_box2{
    width: 100%;
  }
  .cmn_tradition_box1 .img_fit:before{
    padding-top: 70.5%;
  }
  .cmn_tradition_box2 .cmn_about_title{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line {
    display: flex;
  }
  .cmn_tradition_box2  .cmn_about_title_ja_line_txt:after{
    display: none;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line_txt{
    background: #000;
    color: var(--main-color);
    padding: 0 15px;
  }
  /*.cmn_tradition_title_ja_line + .cmn_tradition_title_ja_line{
    padding-top: 10px;
  }*/
  .cmn_about_title_ja_line_txt {
    border-bottom: 0;
  }
  
  .cmn_tradition_img_txt{
    font-size: 40px;
    line-height: 2.25;
    top: -25px;
    left: 35px;
  }

}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_about{

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec3{
    padding-bottom: 50px;
  }
  .pg_about .section.sec4{
    padding-top: 50px;
  }

  /*メイン*/
  .pg_about .cmn_about{
    margin-top: -95px;
    flex-direction: row-reverse;
  }
  .pg_about .cmn_about_box1{
    width: 38.48%;
  }
  .pg_about .cmn_about_box2{
    width: 55.19%;
    margin-top: -20px;
  }
  .pg_about .cmn_about_box1_inner{
    margin-left: var(--margin-for-device-side-w);
  }
  .cmn_about_box1_inner{

  }
  .pg_about .cmn_about_box1 .cmn_about_img{

  }
  .pg_about .cmn_about_box1 .img_fit:before{
    padding-top: 82.80%;
  }
  .cmn_about_box2 .cmn_about_title{
    font-size: 18px;
    margin-left: 5px;
    padding: 0 0 20px 0;
  }
  .cmn_about_title:before{
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .cmn_about_box2 .cmn_about_title_ja_line{
    margin-top: 0px;
  }
  .cmn_about_title_ja_line_txt{
    font-size: 73px;
    line-height: 1.66;
  }
  .cmn_about_title_ja_line_txt:after{
    bottom: 13px;
  }

  /*板谷工務店の想い*/
  .about_thought{
    margin-top: 60px;
  }
  .about_thought .about_thought_inner{
    padding: 90px 0;
  }

  .about_thought .cmn_about_title{
    font-size: 18px;
    padding: 0 0 20px 0;
  }

  .about_thought .cmn_about_title_ja_line{

  }
  .about_thought .cmn_about_title_ja_line_txt{
    font-size: 48px;
  }
  .about_thought_inner .cmn_about_txt {
    padding-top: 30px;
  }
  .about_thought_bg{

  }
  .about_thought_bg .img_fit img{

  }
  .about_thought_bg.img:before{
    padding-top: 43.17%;
  }
  .about_thought .read_more{
    justify-content: left;
    margin-top: 38px;
  }
  .about_thought .read_more a {
    min-width: 250px;
  }

  /*原木について*/
  .about_story{

  }
  .about_story_inner{
    padding: 90px 15px;
  }
  .about_story .cmn_about_title,
  .about_wood .cmn_about_title,
  .about_wood .cmn_about_title_ja_line{
    font-size: 25px;
  }
  .about_story .cmn_about_title{
    padding-bottom: 10px;
  }
  .about_story .cmn_about_title_ja_line{

  }
  .about_story .cmn_about_title_ja_line_txt,
  .about_wood .cmn_about_title_ja_line_txt{
    font-size: 42px;
    padding-top: 7px;
  }
  .about_story .cmn_about_txt{
    padding-top: 25px;
    text-align: center;
  }
  .about_story_items{
    padding-top: 40px;
  }
  .about_story_item{
    width: 33.333%;
    padding-inline: 7.5px;
  }
  .about_story_items .about_story_item_inner{

  }
  .about_story_item_inner{

  }
  .about_story_item_inner .about_story_item_img{

  }
  .about_story_item:nth-child(n+3) {
    margin-top: 0;
  }
  .about_story_item_nbr{
    font-size: 60px;
    top: -50px;
    left: auto;
  }
  .about_story_item_inner .img_fit:before{
    padding-top: 58.06%;
  }
  .about_story_item_inner .content_desc{
    padding: 0 10px;
  }
  .about_story_item_inner .about_story_item_tt{
    font-size: 20px;
    padding-bottom: 12px;
  }
  .about_story_item_inner .cmn_about_txt{
    padding-top: 20px;
  }

  /*使用する原木*/
  .about_wood{
    padding-top: 103px;
  }
  .about_wood .cmn_about_title{

  }
  .about_wood .cmn_about_title_ja_line{

  }
  .about_wood_items{
    padding-top: 40px;
    margin-inline: -7.5px;
  }
  .about_wood_item{
    width: 25%;
    padding-inline: 7.5px;
  }
  .about_wood .about_story_item_inner{

  }
  .about_wood_items .about_story_item_img{

  }
  .about_wood_items .about_story_item_img:before{
    padding-top: 78.09%;
  }
  .about_wood_items .about_wood_item_tt{
    font-size: 20px;
    text-align: center;
  }
  .about_wood_items .content_desc {
    padding: 0 25px;
  }
  .about_wood_items .cmn_about_txt{
    padding-top: 18px;
  }
  .about_story_inner .read_more{
    justify-content: center;
    margin-top: 48px;
  }
  .about_story_inner .read_more a {
    min-width: 200px;
  }

  /*伝承・継承について*/
  .cmn_tradition{
    padding: 45px 35px;
    margin-bottom: 80px;
  }
  .cmn_tradition_box1{
    width: 53.89%;
    margin-top: 30px;
  }
  .cmn_tradition_box2{
    width: 36.64%;
  }
  .cmn_tradition_box1 .img_fit:before{
    padding-top: 62.5%;
  }
  .cmn_tradition_box2 .cmn_about_title{
    padding-bottom: 28px;
  }
  .cmn_tradition_box2 .cmn_about_title p{
    font-size: 16px;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line {

  }
  .cmn_about_title_ja_line_txt {
    font-size: 48px;
    padding-bottom: 10px;
  }
  .cmn_tradition_box2 .cmn_about_txt {
    padding-top: 30px;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line_txt{
    padding: 0 6px;
    font-size: 24px;
  }

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

}
@media (min-width:1470px){
  /*伝承・継承について*/
  .cmn_tradition{
    padding: 75px 80px;
    margin-bottom: 200px;
  }
  .cmn_tradition_box1{
    width: 58.89%;
    margin-top: 30px;
  }
  .cmn_tradition_box2{
    width: 31.64%;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line_txt {
    font-size: 30px;
  }

}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_about{

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .pg_about .section.sec3{
    padding-bottom: 50px;
  }
  .pg_about .section.sec4{
    padding-top: 110px;
  }

  /*メイン*/
  .pg_about .cmn_about{
    margin-top: -160px;
  }
  .pg_about .cmn_about_box1{
    width: 38.48%;
  }
  .pg_about .cmn_about_box2{
    width: 55.19%;
    margin-top: -20px;
  }
  .pg_about .cmn_about_box1_inner{
    margin-left: var(--margin-for-device-side-w);
  }
  .cmn_about_box1_inner{

  }
  .pg_about .cmn_about_box1 .cmn_about_img{

  }
  .pg_about .cmn_about_box1 .img_fit:before{
    padding-top: 82.80%;
  }
  .cmn_about_box2 .cmn_about_title{
    font-size: 18px;
    margin-left: 5px;
    padding: 0 0 28px 0;
  }
  .cmn_about_title:before{
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .cmn_about_box2 .cmn_about_title_ja_line{

  }
  .cmn_about_title_ja_line_txt{
    font-size: 72px;
    line-height: 1.66;
    padding-bottom: 0px;
  }
  .cmn_about_title_ja_line_txt:after{
    bottom: 13px;
  }
  .cmn_about .cmn_about_txt {
    padding-top: 55px;
  }

  /*板谷工務店の想い*/
  .about_thought{
    margin-top: 60px;
  }
  .about_thought .about_thought_inner{
    padding: 115px 0 78px 0;
  }

  .about_thought .cmn_about_title{
    font-size: 18px;
    padding: 0 0 28px 0;
  }

  .about_thought .cmn_about_title_ja_line{
    margin-top: 0px;
  }
  .about_thought .cmn_about_title_ja_line_txt{
    font-size: 72px;
  }
  .about_thought_inner .cmn_about_txt {
    padding-top: 48px;
  }
  .about_thought_bg{

  }
  .about_thought_bg .img_fit img{

  }
  .about_thought_bg.img:before{
    padding-top: 43.17%;
  }
  .about_thought .read_more{
    justify-content: left;
    margin-top: 38px;
  }

  /*原木について*/
  .about_story{

  }
  .about_story_inner{
    padding: 90px 15px 125px;
  }
  .about_story .cmn_about_title,
  .about_wood .cmn_about_title,
  .about_wood .cmn_about_title_ja_line{
    font-size: 30px;
    padding-bottom: 6px;
  }
  .about_story .cmn_about_title_ja_line{

  }
  .about_story .cmn_about_title_ja_line_txt,
  .about_wood .cmn_about_title_ja_line_txt{
    font-size: 65px;
    padding-top: 0px;
  }
  .about_story .cmn_about_txt{
    color: var(--main-color) !important;
    text-align: center;
    padding-top: 32px;
  }
  .about_story_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: -7.5px;
    padding: 130px 0 0;
  }
  .about_story_item{
    width: 33.333%;
    padding-inline: 7.5px;
  }
  .about_story_items .about_story_item_inner{

  }
  .about_story_item_inner{

  }
  .about_story_item_inner .about_story_item_img{

  }
  .about_story_item_nbr{
    font-size: 80px;
    top: -65px;
    left: auto;
  }
  .about_story_item_inner .img_fit:before{
    padding-top: 58.06%;
  }
  .about_story_item_inner .content_desc{
    padding: 30px 58px 0;
  }
  .about_story_item_inner .about_story_item_tt{
    font-size: 30px;
    padding-bottom: 22px;
  }
  .about_story_item_inner .cmn_about_txt{
    padding-top: 34px;
  }

  /*使用する原木*/
  .about_wood{
    padding-top: 103px;
  }
  .about_wood .cmn_about_title{

  }
  .about_wood .cmn_about_title_ja_line{

  }
  .about_wood_items{
    padding-top: 80px;
    margin-inline: -7.5px;
  }
  .about_wood_item{
    width: 25%;
    padding-inline: 7.5px;
  }
  .about_wood .about_story_item_inner{

  }
  .about_wood_items .about_story_item_img{

  }
  .about_wood_items .about_story_item_img:before{
    padding-top: 78.09%;
  }
  .about_wood_items .about_wood_item_tt{
    font-size: 30px;
    padding-top: 10px;
  }
  .about_wood_items .content_desc {
    padding: 0 38px;
  }
  .about_wood_items .cmn_about_txt{
    padding-top: 18px;
  }
  .about_wood_inner .read_more {
    justify-content: center;
    margin-top: 48px;
  }
  .about_wood_inner .read_more a {
    min-width: 200px;
  }

  /*伝承・継承について*/
  .cmn_tradition{
    padding: 58px 80px 78px;
    margin-bottom: 200px;
  }
  .cmn_tradition_box1{
    width: 58.89%;
    margin-top: 43px;
  }
  .cmn_tradition_box2{
    width: 34.64%;
  }
  .cmn_tradition_box1 .img_fit:before{
    padding-top: 62.5%;
  }
  .cmn_tradition_box2 .cmn_about_title{
    padding-bottom: 35px;
  }
  .cmn_tradition_box2 .cmn_about_title p{
    font-size: 18px;
  }
  .cmn_tradition_box2 .cmn_about_title_ja_line {

  }
  .cmn_tradition_title_ja_line + .cmn_tradition_title_ja_line{

  }
  .cmn_tradition_box2 .cmn_about_title_ja_line_txt {
    font-size: 36px;
  }
  .cmn_tradition_box2 .cmn_about_txt {
    padding-top: 50px;
  }
}

/*******************************
*　板谷工務店の仕事
********************************/

/* セクション設定 */
.pg_artisanship{

}
.pg_artisanship .section.sec1{
  padding-bottom: 55px;
}
.pg_artisanship .section.sec2{

}

/*メイン*/
.pg_artisanship .cmn_about{
  flex-direction: row-reverse;
}
.cmn_artisanship_box1{
  width: 100%;
}
.cmn_artisanship_box2{
  width: 100%;
}
.pg_artisanship .cmn_about_box1 .img_fit:before{

}

/*板谷工務店のサービス*/
.service_boxs{
  padding-top: 30px;
}
.service_boxs + .service_boxs{
  padding-top: 65px;
}
.service_boxs_inner{
}
.service_box_tt{
  background: #e5e5e5;
  position: relative;
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 900;
  padding-bottom: 0;
  padding: 13px 6px;
}
.service_box_tt:after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.service_box{

}
.service_box1{
  width: 100%;
  padding-top: 15px;
}
.service_box2{
  width: 100%;
  padding-top: 25px;
}
.service_box3{
  width: 100%;
  margin-top: 30px;
}
.service_box1_img{

}
.service_box1_img:before{
  padding-top: 65%;
}
.service_box2 .cmn_service_title_ja{
  font-size: 24px;
  font-family: var(--font-mincho);
  font-weight: 900;
}
.service_box2 .cmn_service_title_ja p{
  letter-spacing: 0.025em;
}
.service_box2 .cmn_about_txt{
  color: var(--main-color);
}
.service_box2 .cmn_about_txt p{

}

/*スライド*/
.service_box3{
  position: relative;
  z-index: 1;
}
.service_box3 .swiper {
  width: 100%;
  box-sizing: border-box;
}
.service_box3 .swiper-wrapper {
  justify-content: space-between;
}
/* スライド（サムネイル） */
.service_box3 .swiper-wrapper {
  /*margin-inline: -6.5px;*/
}
.service_box3 .swiper-slide{
  width: 100%;
  /*padding-inline: 6.5px;*/
}
.service_box3 .service_box3_img {

}
.service_box3_img:before {
  padding-top: 65%;
}



@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_artisanship .about_story_inner .read_more a {
    min-width: 150px;
  }
  .pg_artisanship  .about_story_inner .read_more{
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_artisanship .tt2_en{
    font-size: 120px;
  }

  /* セクション設定 */
  .pg_artisanship{

  }
  .pg_artisanship .section.sec1{
    padding-bottom: 70px;
  }
  .pg_artisanship .section.sec2{

  }

  /*メイン*/
  .pg_artisanship .about_story_inner {
    padding-top: 60px;
  }
  .pg_artisanship .cmn_about{
    flex-direction: row;
  }
  .cmn_artisanship_box1{
    width: 100%;
  }
  .cmn_artisanship_box2{
    width: 100%;
  }
  .pg_artisanship .cmn_about_box1 .img_fit:before{

  }

  /*板谷工務店のサービス*/
  .service_boxs{

  }
  .service_boxs + .service_boxs{
    padding-top: 80px;
  }
  .service_boxs_inner{

  }
  .service_box_tt{
    font-size: 28px;
    padding: 8px 10px;
  }
  .service_box_tt:after {
    bottom: 8px;
  }
  .service_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service_box1{
    padding-top: 20px;
  }
  .service_box2{

  }
  .service_box3{
    margin-top: 35px;
  }
  .service_box1_img{

  }
  .service_box1 .img_fit:before{
    padding-top: 58%;
  }
  .service_box2 .cmn_service_title_ja{

  }
  .service_box2 .cmn_about_txt{

  }
  .service_box2 .cmn_about_txt p{

  }
  .service_box3_img{

  }
  .service_box3_img .img_fit:before{

  }

  /* スライド（サムネイル） */
  .service_box3 .swiper-wrapper {
    margin-inline: 0;
  }
  .service_box3 .swiper-slide {
    width: 25%;
    padding-inline: 5px;
  }
  .service_box3_img:before {
    padding-top: 80%;
  }
}
@media (min-width:1024px){
  .pg_artisanship .tt2_en {
    font-size: 150px;
  }
  /* セクション設定 */
  .pg_artisanship{

  }
  .pg_artisanship .section.sec1{

  }
  .pg_artisanship .section.sec2{
    padding-top: 130px;
  }

  /*メイン*/
  .pg_artisanship .about_story_inner {
    padding: 90px 15px;
  }
  .pg_artisanship .cmn_about{

  }
  .pg_artisanship .cmn_about_title_ja_line_txt{
    font-size: 41px;
  }
  .cmn_artisanship_box1{
    width: 38.48%;
  }
  .cmn_artisanship_box2{
    width: 55.26%;
  }
  .pg_artisanship .cmn_about_box1_inner{
    margin-right: var(--margin-for-device-side-w);
    margin-left: 0 !important;
  }
  .pg_artisanship .cmn_about_box1 .img_fit:before{
    padding-top: 82.80%;
  }
  .pg_artisanship .cmn_about_txt {
    padding-top: 25px;
  }

  /*板谷工務店のサービス*/
  .service_boxs{
    padding-top: 40px;
  }
  .service_boxs + .service_boxs{
    padding-top: 100px;
  }
  .service_boxs:nth-child(2n) .service_box {
    flex-direction: row;
  }
  .service_boxs:nth-child(2n+1) .service_box {
    flex-direction: row-reverse;
  }
  .service_boxs_inner{

  }
  .service_box_tt{
    font-size: 38px;
    padding: 6px 15px;
  }
  .service_box_tt p{
    margin-top: -7px;
  }
  .service_box_tt:after {
    left: 0;
    bottom: 10px;
  }
  .service_box{
    padding-top: 30px;
  }
  .service_box1{
    width: 42.76%;
  }
  .service_box2{
    width: 49.01%;
    margin-top: -10px;
  }
  .service_box3{
    margin-top: 70px;
  }
  .service_box1_img{

  }
  .service_box1 .img_fit:before{
    padding-top: 75.38%;
  }
  .service_box2 .cmn_service_title_ja{
    font-size: 25px;
  }
  .service_box2 .cmn_about_txt {
    padding-top: 43px;
  }
  .service_box2 .cmn_about_txt p{

  }

  /* スライド（サムネイル） */
  .service_box3 .swiper-wrapper {
    margin-inline: 0;
  }
  .service_box3 .swiper-slide{
    width: 25%;
    padding-inline: 5px;
  }
  .service_box3 .service_box3_img {

  }
  .service_box3_img:before {
    padding-top: 82.08%;
  }

}
@media (min-width:1200px){
  .pg_artisanship .tt2_en {
    font-size: 200px;
  }

}
@media (min-width:1366px){
  .pg_artisanship .tt2_en {
    font-size: 300px;
  }

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

  
  .service_box3{
    
  }
  .service_box3 .slider_btn.prev{
    left: -15px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .service_box3 .slider_btn.next{
    right: -15px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_artisanship{

  }
  .pg_artisanship .section.sec1{

  }
  .pg_artisanship .section.sec2{
    padding-top: 110px;
  }

  /*メイン*/
  .pg_artisanship .about_story_inner {
    padding: 90px 15px 125px;
  }
  .pg_artisanship .cmn_about{

  }
  .pg_artisanship  .cmn_about_title_ja_line_txt{
    font-size: 68px;
  }
  .cmn_artisanship_box1{
    width: 38.48%;
    padding-top: 0 !important;
  }
  .cmn_artisanship_box2{
    width: 55.26%;
  }
  .pg_artisanship .cmn_about_box1_inner{
    margin-right: var(--margin-for-device-side-w);
    margin-left: 0 !important;
  }
  .pg_artisanship .cmn_about_box1 .img_fit:before{
    padding-top: 82.80%;
  }
  .pg_artisanship .cmn_about_txt {
    padding-top: 57px;
  }

  /*板谷工務店のサービス*/
  .service_boxs{
    padding-top: 165px;
  }
  .service_boxs + .service_boxs{
    padding-top: 130px;
  }
  .service_boxs:nth-child(2n) .service_box {
    flex-direction: row;
  }
  .service_boxs:nth-child(2n+1) .service_box {
    flex-direction: row-reverse;
  }
  .service_boxs_inner{

  }
  .pg_artisanship .about_story .cmn_about_txt {
    padding-top: 27px;
  }
  .service_box_tt{
    font-size: 60px;
    padding: 0 23px 6px;
  }
  .service_box_tt p{
    margin-top: -7px;
  }
  .service_box_tt:after {
    left: 0;
    bottom: 10px;
  }
  .service_box{
    padding-top: 60px;
  }
  .service_box1{
    width: 42.76%;
  }
  .service_box2{
    width: 49.01%;
    margin-top: -10px;
  }
  .service_box3{
    margin-top: 70px;
  }
  .service_box1_img{

  }
  .service_box1 .img_fit:before{
    padding-top: 75.38%;
  }
  .service_box2 .cmn_service_title_ja{
    font-size: 36px;
  }
  .service_box2 .cmn_about_txt {
    padding-top: 43px;
  }
  .service_box2 .cmn_about_txt p{

  }

  /* スライド（サムネイル） */
  .service_box3 .swiper-wrapper {
    margin-inline: 0;
  }
  .service_box3 .swiper-slide{
    width: 25%;
    padding-inline: 5px;
  }
  .service_box3 .service_box3_img {

  }
  .service_box3_img:before {
    padding-top: 84.68%;
  }
  .pg_artisanship.about_story_inner .read_more {
    margin-top: 60px;
  }

}

/*******************************
*　制作の流れ
********************************/

/* セクション設定 */
.pg_process{

}
.pg_process .section.sec1{

}
.pg_process .section.sec2{

}

/*見出し*/
.pg_process .tt2{
  text-align: left;
}
.pg_process .tt2_en{
  position: relative;
  z-index: -1;
}

/*メイン*/
.cmn_process{

}

.pg_process .cmn_process_box1{
  width: 100%;
}
.pg_process .cmn_about_title{

}
.pg_process .cmn_about_title_ja_line{


}
.pg_process .cmn_about_title_ja_line_txt{

}
.pg_process .cmn_about_txt cmn_txt{

}

/*流れ*/
.pg_process .process_boxs{

}
.pg_process .process_boxs:nth-child(n+2){
  padding-top: 35px;
}
.pg_process .about_story_inner{
  padding: 35px 15px;
}
.pg_process .process_box{
  display: flex;
  flex-wrap: wrap;
}
.pg_process .process_box1{
  width: 100%;
}
.pg_process .process_box2{
  width: 100%;
  padding-top: 15px;
}
.pg_process .process_nbr{
  display: flex;
  flex-wrap: wrap;
  font-style: italic;
  position: relative;
  z-index: 2;
}
.pg_process .process_nbr_tt{
  font-size: 30px;
  font-family: var(--font-en);
  letter-spacing: 0;
  margin-right: 15px;
}
.pg_process .process_nbr_txt{
  font-size: 28px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0;
}
.pg_process .process_img{
  margin-top: -20px;
}
.pg_process .process_img:before{
  padding-top: 65%;
}
.pg_process .process_imgs{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.pg_process .process_imgs .process_img{
  margin-top: 0;
}

.slider_btn{
  width: 33px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
}
.slider_btn:hover{
  transform: translate(0, -50%) scale(1.1);
}
.slider_btn.prev{
  left: 10px;
}
.slider_btn.next{
  right: 10px;
}


.process_box2 .cmn_about_title_ja_line_txt{
  font-size: 22px;
  color: var(--main-color);
}
.process_box2 .cmn_about_title_ja_line_txt:after{
  background: var(--main-color);
  bottom: -5px;
}
.process_box2 .process_tittle{
  display: flex;
  font-family: var(--font-mincho);
  font-weight: 900;
  letter-spacing: 0.025em;
  color: var(--main-color);
}
.process_tittle + .process_tittle{
  padding-top: 8px;
}
.process_box2 .cmn_about_txt{
  color: var(--main-color);
  padding-top: 22px;
}



@media (max-width:374px){

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

}
@media (max-width:767px){
  
  .slider_btn{
    width: 25px;
  }

}
@media (min-width:768px){
  .pg_process .about_story_inner{
    padding: 35px 40px 45px;
  }
  .pg_process .process_nbr{
    padding-left: 15px;
  }
  .pg_process .process_nbr_tt{
    font-size: 50px;
    margin-right: 20px;
  }
  .pg_process .process_img{
    margin-top: -30px;
  }
  .pg_process .process_imgs{
    margin-top: -30px;
  }
  .pg_process .process_nbr_txt{
    font-size: 48px;
  }

}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_process{

  }
  .pg_process .section.sec1{

  }
  .pg_process .section.sec2{
    padding-top: 20px;
  }

  /*見出し*/
  .pg_process .tt2{

  }
  .pg_process .tt2_en{
    text-align: left;
    transform: translateX(-30px);
  }

  /*メイン*/
  .pg_process .cmn_about{
    margin-top: -183px;
  }
  .cmn_process{

  }
  .pg_process .cmn_process_box1{
    width: 100%;
  }
  .pg_process .cmn_about_title{
    font-size: 18px;
    padding-bottom: 25px;
  }
  .pg_process .cmn_about_title_ja_line{

  }
  .pg_process .cmn_about_title_ja_line_txt:after{
    bottom: 10px;
  }
  .process_box2  .cmn_about_title_ja_line_txt{
    font-size: 21px;
  }
  .pg_process .cmn_about .cmn_about_txt {
    padding-top: 28px;
  }

  /*流れ*/
  .pg_process .process_boxs{

  }
  .pg_process .process_boxs:nth-child(n+2){
    padding-top: 60px;
  }
  .pg_process .about_story_inner{
    padding: 50px 30px;
  }
  .pg_process .process_box{
    display: flex;
    flex-wrap: wrap;
  }

  .pg_process .process_box1{
    width: 44.78%;
    margin-top: -20px;
    margin-right: 50px;
  }
  .pg_process .process_box2{
    width: 44.21%;
    padding-top: 0;
  }
  .pg_process .process_nbr{

  }
  .pg_process .process_nbr_tt{
    font-size: 50px;
    margin-right: 20px;
    padding-left: 0;
  }
  .pg_process .process_nbr_txt{
    font-size: 40px;
    padding-top: 5px;
  }
  .pg_process .process_img{
    margin-top: -49px;
  }
  .pg_process .process_img:before{
    padding-top: 65%;
  }
  .pg_process .process_imgs{
    margin-top: -49px;
  }
  .process_box2 .cmn_about_txt {
    padding-top: 25px;
  }
  .process_box2 .cmn_about_title_ja_line_txt:after{
    bottom: 7px;
  }
  .process_tittle + .process_tittle{
    padding-top: 7px;
  }
}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_process{

  }
  .pg_process .section.sec1{

  }
  .pg_process .section.sec2{
    padding-top: 20px;
  }

  /*見出し*/
  .pg_process .tt2{

  }
  .pg_process .tt2_en{
    text-align: left;
    transform: translateX(-30px);
  }

  /*メイン*/
  .pg_process .cmn_about{
    margin-top: -183px;
  }
  .cmn_process{

  }
  .pg_process .cmn_process_box1{
    width: 100%;
  }
  .pg_process .cmn_about_title{
    font-size: 18px;
    padding-bottom: 25px;
  }
  .pg_process .cmn_about_title_ja_line{

  }
  .pg_process .cmn_about_title_ja_line_txt:after{
    bottom: 10px;
  }
  .process_box2  .cmn_about_title_ja_line_txt{
    font-size: 26px;
  }
  .pg_process .cmn_about .cmn_about_txt {
    padding-top: 28px;
  }

  /*流れ*/
  .pg_process .process_boxs{

  }
  .pg_process .process_boxs:nth-child(n+2){
    padding-top: 60px;
  }
  .pg_process .about_story_inner{
    padding: 85px 55px;
  }
  .pg_process .process_box{
    display: flex;
    flex-wrap: wrap;
  }

  .pg_process .process_box1{
    width: 44.78%;
    margin-top: -20px;
    margin-right: 50px;
  }
  .pg_process .process_box2{
    width: 49.21%;
  }
  .pg_process .process_nbr{

  }
  .pg_process .process_nbr_tt{
    font-size: 56px;
    margin-right: 20px;
    padding-left: 0;
  }
  .pg_process .process_nbr_txt{
    font-size: 46px;
    padding-top: 5px;
  }
  .pg_process .process_img{
    margin-top: -49px;
  }
  .pg_process .process_img:before{
    padding-top: 58%;
  }
  .pg_process .process_imgs{
    margin-top: -49px;
  }
  .process_box2 .cmn_about_txt {
    padding-top: 48px;
  }
  .process_box2 .cmn_about_title_ja_line_txt:after{
    bottom: 0;
  }
  .process_tittle + .process_tittle{
    padding-top: 11px;
  }

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


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


}
@media (min-width:1720px){
  /* セクション設定 */
  .pg_process{

  }
  .pg_process .section.sec1{

  }
  .pg_process .section.sec2{
    padding-top: 20px;
  }

  /*見出し*/
  .pg_process .tt2{

  }
  .pg_process .tt2_en{
    text-align: left;
    transform: translateX(-30px);
  }

  /*メイン*/
  .pg_process .cmn_about{
    margin-top: -183px;
  }
  .cmn_process{

  }
  .pg_process .cmn_process_box1{
    width: 100%;
  }
  .pg_process .cmn_about_title{
    font-size: 18px;
    padding-bottom: 25px;
  }
  .pg_process .cmn_about_title_ja_line{

  }
  .pg_process .cmn_about_title_ja_line_txt:after{
    bottom: 10px;
  }
  .process_box2  .cmn_about_title_ja_line_txt{
    font-size: 30px;
  }
  .pg_process .cmn_about .cmn_about_txt {
    padding-top: 28px;
  }

  /*流れ*/
  .pg_process .process_boxs{

  }
  .pg_process .process_boxs:nth-child(n+2){
    padding-top: 60px;
  }
  .pg_process .about_story_inner{
    padding: 92px 74px 80px 60px;
  }
  .pg_process .process_box{
    display: flex;
    flex-wrap: wrap;
  }

  .pg_process .process_box1{
    width: 44.78%;
    margin-top: -60px;
    margin-right: 92px;
  }
  .pg_process .process_box2{
    width: 44.21%;
  }
  .pg_process .process_nbr{

  }
  .pg_process .process_nbr_tt{
    font-size: 78px;
    margin-right: 26px;
    padding-left: 11px;
  }
  .pg_process .process_nbr_txt{
    font-size: 65px;
    padding-top: 5px;
  }
  .pg_process .process_img{
    margin-top: -49px;
  }
  .pg_process .process_img:before{
    padding-top: 58%;
  }
  .pg_process .process_imgs{
    margin-top: -49px;
  }
  .process_box2 .cmn_about_txt {
    padding-top: 48px;
  }
  .process_box2 .cmn_about_title_ja_line_txt:after{
    bottom: 0;
  }
  .process_tittle + .process_tittle{
    padding-top: 11px;
  }

}

/*******************************
*　会社概要
********************************/

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}

/*テーブル*/
.copmany_tbl{
  position: relative;
  z-index: 1;
}
.copmany_tbl p{
  letter-spacing: 0.08em;
}
.copmany_tbl .table_rows_th,
.copmany_tbl .table_rows_td{
  font-size: 16px;
  border: 1px solid #bfbfbf;
  padding: 17.4px 16px;
}
.copmany_tbl .table_rows_th{
  background: #000;
  font-weight: 400;
  /*border-left: none;*/
}
.copmany_tbl .table_rows_td{
  background: var(--main-color);
  color: var(--txt-color);
  font-weight: 400;
  /*border-right: none;*/
}

/*地図*/
.gmap{
  margin-top: 50px;
}
.access_map iframe{
  width: 100%;
  border: none;
  height: 250px;
}
.body_company .pg_contact .form.formWrap{
  margin-top: 0;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .copmany_tbl{
    margin-top: -15px;
  }
  .copmany_tbl .table_rows_th,
  .copmany_tbl .table_rows_td{
    width: 100%;
    display: block;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .copmany_tbl .table_rows_th{

  }
  .copmany_tbl .table_rows_td{

  }
  .copmany_tbl .table_rows_tr:last-child .table_rows_td{
    /* border-bottom: 1px solid #24b30b;*/
  }
}
@media (min-width:768px){
  /* セクション設定 */
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

  /*テーブル*/
  .copmany_tbl{
    margin-top: -105px;
  }
  .copmany_tbl .table_rows_th,
  .copmany_tbl .table_rows_td{
    font-size: 18px;
    padding: 18px 15px;
  }
  .copmany_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .copmany_tbl .table_rows_td{
    border-left: 0;
    padding-left: 20px;
  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{
    height: 450px;
  }

  .pg_contact .section.sec2 .contact_tt.head{
    font-size: 30px;
  }
}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

  /*テーブル*/
  .copmany_tbl{
    margin-top: -100px;
  }
  .copmany_tbl .table_rows_th,
  .copmany_tbl .table_rows_td{

  }
  .copmany_tbl .table_rows_th{
    width: 285px;
  }
  .copmany_tbl .table_rows_td{

  }

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

  }

  .pg_contact .section.sec2 .contact_tt.head{
    font-size: 38px;
  }
  .pg_contact .form.formWrap{
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .copmany_tbl{
    margin-top: -123px;
  }
  .pg_contact .form.formWrap{
    margin-top: 0;
  }

}
@media (min-width: 1366px) {
  .pg_company .tt2_en {
    font-size: 240px;
  }
}
@media (min-width:1470px){
  .pg_company .tt2_en {
    font-size: 260px;
  }
  .copmany_tbl{
    margin-top: -123px;
  }

}
@media (min-width:1720px){
  .pg_company .tt2_en {
    font-size: 300px;
  }
  .copmany_tbl{
    margin-top: -123px;
  }

}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}

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

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
  border-left: none;
}
.company_tbl .table_rows_td{
  background: #FFF;
  border-right: none;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

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

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


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

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}


/* カテゴリNav */
.cmn_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav li{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav li a:after{
  content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_cat_nav li.on a,
.cmn_cat_nav li a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav li a:hover:after{
  margin-right: -2px;
}

.cmn_cat_nav.color2 li a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 li a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 li a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp li{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp li{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp li{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp li{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav li a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav li a:hover:after{
    margin-right: -5px;
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav.col2 li{
    width: 50%;
  }
  .cmn_cat_nav.col3 li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 li{
    width: 25%;
  }
  .cmn_cat_nav.col5 li{
    width: 20%;
  }

}


.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #FFF;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 15px 15px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 68.5%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*  margin-bottom: 5px;*/
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #6a715f;
  color: #FFF;
  padding: 3px 34px;
  margin: 5px 0;
  /*  margin-right: 10px;*/
}
.news_list_thumb .webgene-item .meta .category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  padding: 2px 14px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-family: var(--font-en);
  font-weight: 500;
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

/* ページネーション */
.pg_news .webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.pg_news .webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_news .webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #000;
  background: none;
  font-weight: 500;
}
.pg_news .webgene-pagination .number,
.pg_news .webgene-pagination .next,
.pg_news .webgene-pagination .prev{
  color: var(--txt-color);
}
.pg_news .webgene-pagination li.selected{
  border: 0;
  background: #000;
  color: #FFF;
}
.pg_news .webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.pg_news .webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}


@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -15px;
    margin-right: -15px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{

  }
  .news_list_thumb .webgene-item .meta {
    margin-bottom: 14px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 12px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--font-en);
    margin: 5px 0;
    margin-right: 20px;
  }
  .news_list_thumb .webgene-item .title{

  }

  /* ページネーション */
  .pg_news .webgene-pagination {
    margin-top: 50px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb .webgene-item .box2 {
    padding: 10px 10px 15px;
  }

  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 41px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

  /* ページネーション */
  .pg_news .webgene-pagination{
    margin-top: 59px;
  }
  .pg_news .posts_list .webgene-pagination{
    margin-top: 80px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 15px 25px 23px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }



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


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


}

/*******************************
*　ギャラリー（サムネ横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;
}


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

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

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

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

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


}





/*******************************
*　お問い合わせ
********************************/
.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
}
.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;
}
.pg_contact .privacyLabel{
  font-weight: 700;
}

.contact_tt.privacy{
  font-family: var(--font-mincho);
  font-weight: 500;
}
.pg_thanks .read_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pg_thanks .read_more a p {
  color: var(--txt-color);
  border-bottom: 2px solid #000;
}
@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;
  font-family: var(--font-mincho);
  font-weight: 900;
  letter-spacing: 0.025em;
  color: var(--txt-color);
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
  color: #505050;
  margin-top: -15px;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #bfbfbf;
}
.pg_contact .formTh {
  padding: 16px 15px 14px 15px;
  background: #000;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--main-color);
}
.pg_contact .formTd.a_center{
  display:flex;
  align-items: center;
}
.pg_contact .formTh label{
  margin: 0;
  font-weight: 700;
}
.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;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 15px;
  color: var(--txt-color);
}
.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;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 44px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  color: #353535;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.pg_contact .privacyLabel a{
  color: var(--sub-color);
}
.pg_contact .privacyLabel a:hover{
  border-bottom: none;
}

/*ボタン*/
.pg_contact .formBtn.formSend{
  display: flex;
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: none;
  color: var(--txt-color);
  padding: 16px 20px 16px 0;
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  justify-content: space-between;
  letter-spacing: 0.025em;
  /*  border-bottom: 2px solid #000;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
}
.pg_contact .formBtn.formSend::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: auto;
  top: 75%;
  width: calc(100% - 85px);
  height: 2px;
  background: #000;
}
.pg_contact .formBtn.formSend:after{
  content: "\f054";
  font-family: 'FontAwesome';
  display: block;
  width: 42px;
  aspect-ratio: 1;
  background: var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  transition: 0.2s all;
  position: relative;
  right: 0;
  padding-top: 2px;
}
.pg_contact .formBtn.formSend:hover{
  background: none;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}

.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 10px;
  letter-spacing: 0.025em;
  line-height: 2.25em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.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.8;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.privacy_item_box {
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 100px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pg_contact .formTbl {
    margin-top: -80px;
  }
  .pg_contact .formBtn.formSend:after{
    right: 20px;
    width: 50px;
  }

  /*ボタン*/
  .pg_contact .formBtn.formSend {
    min-width: 180px;
  }
  .pg_contact .formBtn.formSend::before {
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1024px){
  .pg_contact .section.sec1{
    padding-top: 29px;
    padding-bottom: 0;
  }

  .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%;
    line-height: 2.25em;
  }

  .thanks_text{
    text-align: center;
  }

  .pg_contact .formTd{
    padding: 11px 73px 11px 19px;
  }
  .privacy_item_box {
    margin-bottom: 0;
  }
  .pg_contact .formBtn.formSend {
    min-width: 190px;
    font-size: 18px;
  }

}

@media (min-width:1200px){
  .pg_contact .formTbl {
    margin-top: 100px;
  }
  .pg_contact .form.formWrap{
    margin-top: -160px;
  }
  .pg_contact .formBtn.formSend{
    margin-top: 0;
  }
}

@media (min-width:1470px){
  .pg_contact .formTbl {
    margin-top: 70px;
  }
}
@media (min-width:1720px){
  .pg_contact .formTbl {
    margin-top: -80px;
  }
  /*ボタン*/
  .pg_contact .formBtn.formSend{
    min-width: 215px;
  }
  .pg_contact .formBtn.formSend::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
    top: 75%;
    width: calc(100% - 110px);
    height: 2px;
    background: #000;
  }
  .contact_tt {
    font-size: 50px;
  }

}
.privacy_item_box{
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 56px;
  margin-bottom:0;
}
/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 44px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-left: 6px solid var(--sub-color);
}
.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 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
.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){
  .pg_contact .section.sec1{
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .pg_contact .section.sec1{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .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: 21px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 14px;
    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: 195px;
  }
  .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;
  }

  .pg_contact .section.sec1 .contact_tt {
    margin-bottom: 20px;
  }

  .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: 8px 4px;
    line-height: 1.45;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }


  .pg_contact .section.sec1 {
    padding-top: 60px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

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

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

  .privacy_item_box{
    margin-top: 50px;
    padding: 30px 10px;
  }

  .body_thanks .tt3_ja{
    font-size: 19px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .tt3{
  text-align: center;
}
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  color: var(--txt-color);
}

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


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

}
.news_list .webgene-item:first-child{
  border-top: 1px solid #000;
}
.news_list .webgene-item{
  border-bottom: 1px solid #000;
}
.pg_news .webgene-item .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 0px;
  position: relative;
  z-index: 1;
}
.news_list .webgene-item .box1 {
  width: 140px;
}
.news_list .webgene-item .img.img_fit:before {
  padding-top: 75%;
}
.news_list .webgene-item .box2{
  width: calc(100% - 140px - 15px);
}
.news_list .webgene-item .inner:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  color: var(--txt-color);
}
.txt_ellipsis_line2 {
  -webkit-line-clamp: 2;
  font-size: 15px;
}
.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;
}
.news_list .webgene-item .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.news_list .webgene-item .meta .date,
.posts_detail .meta .date{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--font-en);
  margin: -10px 0;
  margin-right: 50px;
  color: var(--txt-color);
}
.news_list .webgene-item .meta .category {
  width: 98px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 0;
  margin: 0;
}
.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;
}
.news_list .webgene-item .title {
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--txt-color);
}
.posts_list .webgene-item .title a{

}

/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  color: var(--txt-color);
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.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;
  }
  .news_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 .meta .date {
    margin-bottom: 5px;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .news_list .webgene-item .inner{
    padding: 25px 0;
  }
  .news_list .webgene-item .box1 {
    width: 160px;
  }
  .news_list .webgene-item .box2 {
    width: calc(100% - 160px - 30px);
  }

  .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;
  }
  .news_list .webgene-item .meta .date {
    font-size: 20px;
    margin: -10px 0;
    margin-right: 25px;
  }
  .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;
  }
  .news_list .webgene-item .title {
    width: calc(100% - 70px - 0px);
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
  }
  .posts_list .webgene-item .title a{

  }

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

  /* 詳細 */
  .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){
  .news_list .webgene-item .inner{
    padding: 35px 0;
  }
  /* リスト */
  .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 .webgene-item .inner{
    padding: 45px 0;
  }
  .pg_news .webgene-item .box1 {
    width: 160px;
  }
  .pg_news .webgene-item .box2 {
    width: calc(100% - 160px - 40px);
    margin-left: 0px;
  }

  /*  リスト*/
  .posts_detail .meta .date{
    font-size: 24px;
  }
  .news_list .webgene-item .meta .date{
    font-size: 24px;
    margin: -10px 0;
    margin-right: 50px;
  }
  .news_list .webgene-item .meta .category {
    width: 98px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
    background: #FFF;
    color: #666666;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 1px 0;
    margin-bottom: 0;
    margin: 0;
  }
  .news_list .webgene-item .title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
}
@media (min-width:1470px){
  .news_list .webgene-item .inner{
    padding: 45px 0;
  }
}
@media (min-width:1720px){
  /*リスト*/
  .pg_news .webgene-item .inner {
    padding: 45px 0 46px 0;
  }
  .news_list .webgene-item .meta {
    margin-bottom: 25px;
  }
  .pg_news .webgene-item .box2 {
    width: calc(100% - 160px - 30px);
    margin-left: 0;
    margin-top: -40px;
  }
  .news_list .webgene-item .meta .date{
    margin-right: 65px;
  }
  .news_list .webgene-item .inner:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
}

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}
.detail_box{
  margin-top: 0;
}
.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%);
  color: var(--txt-color);
}
.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: #181818;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 22px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 10px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: var(--sub-color);
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 12px;
  border-bottom:none;
  padding-bottom: 5px;
}
.posts_detail .meta .category{
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 0;
  margin: 0;
  margin-right: 20px;
}
.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{
  width: 105px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  /*border-right: 1px solid #a7a7a7;*/
}
.posts_detail .title{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--txt-color);
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
.posts_detail .post_content{
  font-size: 14px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.025em;
  text-align: justify;
  word-break: break-all;
  color: var(--txt-color);
}
.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;
}

/*ボタン*/
.pg_news .read_more{
  justify-content: center;
}
.pg_news .read_more a{

}
/*.pg_news .read_more a p{
  letter-spacing: 0;
}*/
.pg_news .read_more a:after{

}
.pg_news .read_more a:hover{

}
.pg_news .read_more a:hover:after{

}

.pg_news .read_more a.wh{

}
.pg_news .read_more a.wh:hover{

}


/* 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{
  }
  .posts_layout{
    margin-top: -80px;
  }
  .detail_box{
    margin-top: -30px;
  }
  .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: 38px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0 0 69px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .posts_detail .meta .category{
    width: 98px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    /*width: 108px;*/
    font-size: 20px;
  }
  .posts_detail .title{
    font-size: 20px;
    padding-bottom: 15px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 30px;
  }

  /* ボタン */
  .pg_news .read_more{
    margin-top: 45px;
  }
  .pg_news .read_more.center{
    justify-content: center;
  }
  .pg_news .read_more.left{
    justify-content: flex-start;
  }
  .pg_news .read_more.right{
    justify-content: flex-end;
  }
  .pg_news .read_more a{
    min-width: 280px;
  }
  .pg_news .read_more a:after{
    /*top: 50%;*/
    right: 18px;

  }
  .pg_news .read_more a:hover:after{
    color: #FFF;
    margin-right: -5px;
  }

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

  /* リスト */
  .posts_list{

  }
  .posts_layout{
    margin-top: -90px;
  }
  .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_detail .meta .category{
    margin-right: 43px;
  }
  .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{

  }
  /* 詳細*/
  .posts_detail .meta{
    margin-bottom: 6px;
  }
  /*ボタン*/
  .pg_news .read_more {
    margin-top: 35px;
  }

}
@media (min-width:1200px){
  .pg_news{
  }
  /*リスト*/
  .posts_layout{
    margin-top: -130px;
  }
  .posts_detail .meta .date{
    font-size: 24px;
  }
  /* 詳細*/
  .posts_detail .meta{
    margin-bottom: 6px;
  }
  /*ボタン*/
  .pg_news .read_more {
    margin-top: 50px;
  }
}
@media (min-width:1366px){
  /*リスト*/
  .posts_layout{
    margin-top: -130px;
  }
  .detail_box{
    margin-top: -130px;
  }

}
@media (min-width:1470px){
  /*リスト*/
  .posts_layout{
    margin-top: -130px;
  }
  .detail_box{
    margin-top: -70px;
  }
}
@media (min-width:1700px){
  /*リスト*/
  .posts_layout{
    margin-top: -188px;
  }

  /* 詳細*/
  .posts_detail .meta{
    margin-bottom: 6px;
  }
}

/*******************************
*　ギャラリー（サムネ横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;
}


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

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

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

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

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


}

/*******************************
*　制作実績（一覧）
********************************/
/* カテゴリボタン */
.works_cate_box{
  background: #eeeeed;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.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;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #000;
  background: var(--main-color);
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.works_cate_box .webgene-item a p{
  letter-spacing: 0.2em;
}
.works_cate_box .webgene-item a:after{
  content: "\f138";
  font-size: 22px;
  font-family: 'FontAwesome';
  position: absolute;
  color: #000;
  z-index: 1;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.works_cate_box .webgene-item a:hover{
  color: #FFF;
  background: #000;
}
.works_cate_box .webgene-item a:hover:after{
  color: #FFF;
  margin-right: -5px;
}

.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){
  .pg_company .section.sec3{
    padding-top: 0;
  }

  .works_cate_box {
    display: none;
  }

  .company_tbl.table_rows.resp{
    border: none;
  }

}
@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{
    color: #FFF;
    background: #000;
  }
  .works_cate_box .webgene-item a:after {
    right: 20px;
  }
  .works_cate_box .webgene-item a.on:after{
    color: #FFF;
  }
  .works_cate_box{
    margin-bottom: 58px;
  }
  .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{
    margin-bottom: 80px;
  }
  .works_cate_box .webgene-blog{
    /*    margin: 0 -15px 80px;*/
    /*    margin-bottom: 80px;*/
    margin-inline:-5px;
  }
  .works_cate_box .webgene-item{
    width: 33.33%;
    padding: 10px 5px;
  }
  .works_cate_box .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .works_cate_box .webgene-item:nth-child(n+6){
    margin-top: 15px;
  }

  .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:1200px){

  /* カテゴリボタン */
  .works_cate_box{
    margin-bottom: 60px;
  }
  .works_cate_box{
    /*margin: 0 0px 100px;*/
    margin-bottom: 0px;
  }
  .works_cate_box .webgene-item{
    width: 17.5%;
    padding: 0 5px;
  }
  /*
  .works_cate_box .webgene-item a{
    font-size: 15px;
  }*/
  .cmn_cat_nav.col2 .cmn_cat_nav_item{
    width: 17%;
  }
  .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;
    }*/


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

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

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

}

/*一覧*/
.body_worksDetail .pg_works .section.sec1{
  position: relative;
}
.pg_works .section.sec1 {
  padding-top: 15px;
}
.works_list{
}
.works_list .webgene-blog .inner{
  display: block;
  position: relative;
  z-index: 1;
  background: #FFF;
  height: 100%;
}
.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 .inner{
  display: block;
  background: #FFF;
  overflow: hidden;
}
.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: 100%;
}
.works_list .webgene-item .box2{
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
}
.works_list .webgene-item .meta{
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.works_list .webgene-item .category,
.works_list .webgene-item .date{

}
.works_list .webgene-item .category{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  /*  padding: 2px 10px;*/
  margin: 5px 0;
  margin-right: 10px;
  line-height: 1.5;
  padding: 2px 9px;
}
.works_list .webgene-item .date{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--txt-color);
  border-left: 0;
  margin-right: 22px;
}
.works_list .webgene-item .title{
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding-bottom: 0;
  color: var(--txt-color);
}

.works_cate_box .webgene-item a:hover:after{
  right: 10px;
}
@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .works_list{
    margin-top: -105px;
  }
  .works_list .webgene-blog{
    margin: 0 -10px;
  }
  .works_list .webgene-item{
    width: 33.333%;
    padding: 0 10px;
  }
  .works_list .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .works_list .webgene-item:nth-child(n+4) {
    margin-top: 40px;
  }
  /*  .works_list .webgene-item:nth-child(n+5){
      margin-top: 30px;
    }*/
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .box2{
    /*    margin-left: 15px;
        margin-right: 15px;*/
    margin-inline:0;
    padding-inline: 20px;
    padding-bottom: 24px;
  }
  .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: 0;
    padding-left: 0;
  }
  .works_list .webgene-item .title{
    margin-top: 5px;
    font-size: 20px;
  }

}
@media (min-width:1024px){
  .works_cate_box .webgene-item a {
    font-size: 13px;
  }

  /*一覧*/
  .works_list{
    margin-top: -105px;
  }
  .works_list:before {
    top: 63%;
    height: 150%;
  }
  .works_list .webgene-blog{
    margin: 0 -5px;
  }
  .works_list .webgene-item{
    padding: 0 5px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .box2{
    margin-inline:0;
    padding-inline: 30px;
    padding-bottom: 24px;
  }
  .works_list .webgene-item .meta{
    margin-top: 21px;
  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .date{

  }
  .works_listlist .webgene-item .title{
    margin-top: 9px;
  }


}
@media (min-width:1200px){
  .works_list{
    margin-top: -112px;
  }
  .works_cate_box .webgene-item a:after{
    width: 30px;
  }
  .works_cate_box .webgene-item a:after{
    right: 5px;
  }
  .pg_works .section.sec1 .works_list .webgene-item .title{
    font-size: 24px;
  }
}
@media (min-width:1440px){
  .works_list .webgene-item .date{
    margin-left: 0;
    padding-left: 0;
  }

}
@media (min-width:1536px){
  .works_cate_box .webgene-item a {
    font-size: 16px;
  }
}
@media (min-width:1720px){
  .works_cate_box .webgene-item a {
    font-size: 16px;
  }
}
/*******************************
*　ギャラリー（サムネ横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(https://itadani.com/system_panel/uploads/images/20251127145615564919.png);
  left: -30px;
}
.gallery_slide_next{
  background-image: url(https://itadani.com/system_panel/uploads/images/20251127145615634643.png);
  right: -30px;
}
.gallery_slide_prev:hover,
.gallery_slide_next:hover{
  cursor: pointer;
  transition: all 0.4s ease;
}
.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: 0;
  color: var(--txt-color);
  background: #FFF;
  padding: 30px 16px;
  margin-top: 30px;
}
.works_detail .post_content .title{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
.works_detail .post_content .post_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.05em;
  padding-top: 18px;
}

/*ボタン*/
.pg_works .read_more a,
.pg_news .read_more a{
  color: var(--txt-color);
}
.pg_works .read_more a p,
.pg_news .read_more a p{
  border-bottom: 2px solid #000;
}

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

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

}
@media (max-width:767px){
  .gallery_wrap{
    width: 82.88%;
    margin:0 auto;
  }

  /*ボタン*/
  .pg_works .read_more a,
  .pg_news .read_more a,
  .pg_thanks .read_more a{
    min-width: 160px;
  }
}
@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: 10px;

    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;
  }
  .works_detail .post_content .post_txt{
    line-height: 2.25em;
  }
  .post_content .post_txt{
    font-size: 18px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 35px;
  }

  /*ボタン*/
  .works_detail .read_more{
    margin-top: 45px;
  }
  .pg_works .read_more a,
  .pg_news .read_more a,
  .pg_thanks .read_more a{
    min-width: 220px;
  }
}
@media (min-width:1024px){
  /* 詳細 */
  .works_detail{
    padding-top: 12px;
  }
  .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{

  }

  /*ボタン*/
  .pg_works .read_more a,
  .pg_news .read_more a{
    min-width: 230px;
    font-size: 18px;
    padding: 0px 10px 20px 40px;
    margin: 7px 5px 5px 0;
  }
  .pg_thanks .read_more a{
    min-width: 260px;
    font-size: 18px;
    padding: 0px 10px 20px 40px;
    margin: 7px 5px 5px 0;
  }
}
@media (min-width:1200px){
  .works_detail{
    padding-top: 12px;
  }
  .works_detail .post_content{
    padding: 50px 62px;
  }
  .works_detail .post_content .title {
    padding-bottom: 15px;
  }
  .works_detail .post_content .post_txt {
    padding-top: 15px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 50px;
  }
  .gallery_slide_next{
    right: -95px;
  }
  .gallery_slide_prev{
    left: -95px;
  }
}

@media (min-width:1700px){
  .works_detail{
    padding-top: 12px;
  }
}
