@charset "UTF-8";

/*******************************
*　修正
********************************/

/*top blog*/
.body_home .blog_list .webgene-blog{

}
.body_home .blog_list .webgene-item{
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.body_home .blog_list{
  position: relative;
}
.blog_list .slide-prev,
.blog_list .slide-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio:1;
  border-radius: 50%;
  background: #c41925;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  transition: all .2s;
}
.blog_list .slide-prev:hover,
.blog_list .slide-next:hover{
  background: #fff;
  color: #c41925;
  border: 1px solid #c41925;
}
.blog_list .slide-prev.swiper-button-disabled,
.blog_list .slide-next.swiper-button-disabled{
  display: none;
}
.blog_list .slide-prev{
  left: -10px;
}
.blog_list .slide-next{
  right: -10px;
  ;
}
.blog_list .slide-prev:before{
  content: "\f053";
  font-size: 12px;
  font-family: 'FontAwesome';
  font-weight: 900;
}
.blog_list .slide-next:before{
  content: "\f054";
  font-size: 12px;
  font-family: 'FontAwesome';
  font-weight: 900;
}


/*テキストアニメーション*/
.txt_cover3:not(.off){
  color: transparent !important;
  background: none !important;
  text-shadow: none !important;
}
.txt_cover3:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: var(--main-color);
  transition: 0.8s all;
}
.txt_cover3.bk:after{
  background: #0d0d0d;
}
.txt_cover3.on:after {
  right: 0;
}
.txt_cover3.off:after{
  right: 0;
  left: 100%;
}

.cmn_feature_contents_line_title,
.mv_txt_box2 p,
.home_about_line_title,
.home_feature_list_head_line_title{
  position: relative;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .body_home .blog_list .webgene-item{
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .blog_list .slide-prev,
  .blog_list .slide-next{
    width: 60px;
  }
  .blog_list .slide-prev{
    left: -30px;
  }
  .blog_list .slide-next{
    right: -30px;
  }
  .blog_list .slide-prev:before,
  .blog_list .slide-next:before{
    font-size: 24px;
  }

}
@media (min-width:1024px){
  .body_home .blog_list .webgene-item{
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .body_home .blog_list .swiper-slide{
    width: 250px;
  }
  .blog_list .slide-next{
    right: -5%;
  }
}
@media (min-width:1200px){
  .body_home .blog_list .webgene-blog{
    margin-right: 0;
  }
  .body_home .blog_list .webgene-item{
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .body_home .blog_list .swiper-slide{
    width: 28.7%;
  }
  .blog_list .slide-next{
    right: 5%;
  }

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

  .body_home .blog_list .webgene-blog{
    margin-right: 0;
  }
  .home_blog_contents_box2_inner{
    margin-right: var(--margin-for-device-side-w);
  }
  .body_home .blog_list .webgene-item{
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .body_home .blog_list .swiper-slide{
    width: 28.7%;
  }
  .blog_list .slide-next{
    right: 7%;
  }
}
@media (min-width:1536px){
  .body_home .blog_list .webgene-blog{
    margin-right: 0;
  }
  .blog_list .slide-next{
    right: 7%;
  }

}
@media (min-width:1720px){
  .blog_list .slide-next{
    right: 8%;
  }

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}

/*******************************
*　共通パーツ
********************************/
/* テキスト */
.cmn_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.075em;
  text-align: justify;
}

/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


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

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  /*  margin-left: -5px;
    margin-right: -5px;*/
}
.read_more a{
  min-width: 300px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: var(--gra4);
  border-radius: 50px;
  color: #FFF !important;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.075em;
}
.read_more a p:after{
  content: "\f054";
  font-family: 'FontAwesome';
  display: block;
  width: 30px;
  font-weight: 500;
  aspect-ratio: 1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6ec409;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.2s all;
  position: relative;
  right: 3px;
  padding-top: 2px;
  padding-left: 3px;
}
.read_more a:hover{
  background: var(--gra1);
}

.link_more_a p:after {
  content: "\f08e" !important;
  font-family: 'FontAwesome';
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sub-color);
  border-radius: 50%;
  font-size: 14px !important;
  transition: 0.2s all;
  position: relative;
  right: 0;
  padding-top: 3px;
}


/* 見出し */
.tt2{
  margin-bottom: 25px;
}
.tt3{
  margin-bottom: 25px;
}
.tt2.center{
  text-align: center;
}
.tt2_en{
  font-size: 45px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
}
.tt3_en{
  font-size: 40px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f2efec;
  text-align: center;
}
.tt2_ja{
  font-size: 22px;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.tt2_ja.wh{
  color: #FFF;
}
.tt2_ja2{
  font-size: 16px;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.875;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/* コンテナ */
.container.wide{

}

.sec_sub_tt{
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.sec_sub_tt p{
  letter-spacing: 0.025em;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  text-align: justify;
  margin-top: 20px;
}
.content_desc.msg{
  font-size: 17px;
  font-weight: 900;
  line-height: 1.71em;
}
.content_desc.msg p{
  letter-spacing: 0.075em;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .cmn_txt{
    line-height: 1.875;
  }

  .read_more{
    width: 100%;
  }

  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }

  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    border-inline: none;
  }
}
@media (min-width:768px){

  .table_rows {
    border: 1px solid #7e7e7e;
  }

  .anchor{
    top: -150px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
    margin-top: 30px;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    min-width: 300px;
    font-size: 16px;
    padding: 10px 7px 10px 32px;
    margin: 0;
  }
  /*  .read_more a:after{
      content: "";
  
    }*/
  .read_more a:hover:after{
    margin-right: -5px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt3{
    margin-bottom: 30px;
  }
  .tt2_en{
    font-size: 80px;
  }
  .tt3_en{
    font-size: 80px;
  }
  .tt2_ja{
    font-size: 24px;
    margin-top: 5px;
  }

  .tt2_ja2{
    font-size: 18px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }

  .sec_sub_tt{
    font-size: 30px;
  }
  .content_desc{

  }

  /* 募集要項 */
  .recruit_tbl_item.company_tbl .table_rows_th {
    border-right: 0;
  }
  .recruit_tbl_item.company_tbl .table_rows_td {
    border-left: 0;
  }
}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination{
    margin-top: 60px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }
  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
    margin-top: 30px;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    min-width: 300px;
    font-size: 16px;
    padding: 10px 7px 10px 32px;
    margin: 0;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt3{
    margin-bottom: 50px;
  }
  /* .tt2_en{
      font-size: 100px;
    }*/
  .tt2_ja{
    font-size: 26px;
  }

}
@media (min-width:1200px){
  .sec_sub_tt{
    font-size: 40px;
  }
  .content_desc{

  }
  .content_desc.center{
    text-align: center;
  }

  .content_desc.msg{
    font-size: 21px;
  }
  /* 見出し */
  .tt2_en{
    font-size: 100px;
  }
  .tt2_ja {
    font-size: 30px;
  }
}


@media (min-width:1366px){

  /* 見出し */
  .tt2{
    margin-bottom: 10px;
  }
  .tt3{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 120px;
  }
  .tt3_en{
    font-size: 150px;
  }
  .tt2_en.mid{
    font-size: 20px;
  }
  .tt2_ja{
    font-size: 36px;
    line-height: 2;
  }

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

  /* 見出し */
  .tt3{
    margin-bottom: 10px;
  }
  .tt2_en{
    font-size: 120px;
  }
  .tt3_en{
    font-size: 150px;
  }
}
.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
}
.swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}


/*******************************
*　works
********************************/

.body_works{
  background: #f2f2f2;
}
.body_workDetail{
  background: #f2f2f2;
}


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

}
.pg_works .section.sec1{

}
.pg_works .section.sec2{
  padding-top: 0;
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_works .section.sec1{
    padding-bottom: 0;
    ;
  }

  .works_list .webgene-item .category{
    margin-top: 0;
  }

  .works_cate_list{
    display: none;
  }

  .pg_works .works_list{
    margin-top: 0;
  }
}
@media (min-width:768px){
  /* セクション設定 */
  .pg_works{

  }
  .pg_works .section.sec1{

  }
  .pg_works .section.sec2{
    padding-top: 0;
  }

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


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

  }
  .pg_works .section.sec1{

  }
  .pg_works .section.sec2{
    padding-top: 0;
  }

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


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


}


/*カテゴリ*/
.contents_cate_items{
  display: flex;
  flex-wrap: wrap;
}
.contents_cate_item{
  width: 100%;
}
.contents_cate_item:nth-child(n+2){
  margin-top: 16px;
  ;
}
.contents_cate_item a{
  display: block;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 10px 10px;
  position: relative;
}
.contents_cate_item a.on{
  background: #FFF;
  color: var(--txt-color);
}
.contents_cate_item a:after{
  content: "\f13a";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--main-color);
  transition: all .2s;
}
.contents_cate_item a:hover{
  background: var(--main-color);
  color: #fff;
}
.contents_cate_item a:hover:after{
  color: #fff;
}
.contents_cate_item p{
  letter-spacing: 0.025em;
}


/* メイン部分 */
.works_list{
  margin-top: -30px;
}
.works_list .webgene-item{
  width: 400px;
  min-width:400px;
}
.works_list .webgene-item .box2{
  padding: 24px 20px;
}
.works_list .webgene-item .date {
  margin-bottom: 10px;
}
.works_list .webgene-item .category {
  margin-top: 0;
  line-height: 1.4;
}
.works_list .webgene-item .title{
  font-size: 16px;
  margin-top: 8px;
}

.lg_tt_ja{
  font-size: 30px;
}
.home_sec3_wrap .read_more{
  margin-top: 58px;
}

/*スライドなし*/
.works_list.noi_slide{
  margin-top: 40px;
}
.works_list.noi_slide .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.works_list.noi_slide .webgene-item{
  width: 50%;
  min-width: inherit;
}
.works_list.noi_slide .webgene-item:nth-child(n+2){
  margin-top: 0;
}
.works_list.noi_slide .webgene-item a{
  display: block;
  /*  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);*/
}
.works_list.noi_slide .webgene-item .box2{
  padding: 15px 8px;
}

.works_list.noi_slide .webgene-blog {
  display: flex;
  flex-wrap: wrap;
}

/*カテゴリ*/
.works_cate_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}

/*詳細*/
.works_detail{
  position: relative;
  padding-top: 30px;
}
/*.works_detail:before{
  content: "";
  display: block;
  width: 100vw;
  height: 500px;
  background: #e6e6e6;
  position:absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}*/
.works_detail .meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.works_detail .date{
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  letter-spacing: 0;
  margin-right: 15px;
}
.works_detail .category{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: inline-block;
  text-align: center;
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  margin-top: 5px;
  background: #fff;
}
.works_detail .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 10px;
}

@media (max-width:767px){
  .gallery_detail{
    margin-top: 40px;
  }

  .works_detail:before{
    height: 250px;
  }
  .works_list .webgene-item {
    padding-inline: 0;
  }
  .works_list.noi_slide .webgene-item a {
    display: block;
    padding: 10px 5px;
  }
}
@media (min-width:768px){
  /*スライドなし*/
  .works_list.noi_slide{
    margin-top: 40px;
  }
  .works_list.noi_slide .webgene-blog{
    margin-inline:-20px;
  }
  .works_list.noi_slide .webgene-item{
    width: 50%;
    padding-inline: 16px;
    min-width: inherit;
  }
  .works_list.noi_slide .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .works_list.noi_slide .webgene-item:nth-child(n+3){
    margin-top: 40px;
  }

  .works_list .webgene-item .title{
    font-size: 20px;
    margin-top: 3px;
  }
  .works_list .webgene-item .date {
    margin-bottom: 0;
  }

  /*カテゴリ*/
  .contents_cate_items{
    margin-inline:-13px;
  }
  .contents_cate_item{
    width: 50%;
    padding-inline:13px;
  }
  .contents_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .contents_cate_item:nth-child(n+3){
    margin-top: 16px;
    ;
  }
  .contents_cate_item a{
    font-size: 18px;
  }
  .contents_cate_item p{

  }
  .works_cate_list .webgene-blog{
    margin-inline:-13.5px;
  }
  .works_cate_list .webgene-item.contents_cate_item{
    padding-inline:13.5px;
  }


  /*詳細*/
  /*  .works_detail:before{
      height: 480px;
    }*/
  .works_detail .category{
    margin-top: 0;
  }
  .works_detail .title{
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .pg_works .webgene-pagination{
    margin-top: 60px;
  }

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


  /*カテゴリ*/
  .contents_cate_items{

  }
  .contents_cate_item{
    width: 25%;
  }
  .contents_cate_item:nth-child(n+3){
    margin-top:0;
  }
  .contents_cate_item:nth-child(n+5){
    margin-top: 16px;
    ;
  }
  .contents_cate_item a{
    font-size: 14px;
  }
  .contents_cate_item p{

  }
  .works_cate_list .webgene-blog{

  }
  .works_cate_list .webgene-item.contents_cate_item:nth-child(n+5){
    margin-top: 27px;
  }


  /*リスト*/
  .works_list.noi_slide{
    margin-top: 54px;
  }
  .works_list.noi_slide .webgene-blog{

  }
  .works_list.noi_slide .webgene-item{
    width: 25%;
    min-width: inherit;
  }
  .works_list.noi_slide .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_list.noi_slide .webgene-item:nth-child(n+4){
    margin-top: 0px;
  }
  .works_list.noi_slide .webgene-item:nth-child(n+5){
    margin-top: 50px;
  }
  .works_list .webgene-item .img:before {
    padding-top: 73.03%;
  }
  .pg_works .works_list.noi_slide .webgene-item .box2{
    padding: 18px 20px 8px;
  }
  .works_list .webgene-item .date {
    margin-right: 6px;
  }

  /*詳細*/
  .works_detail{
    padding-top: 57px;
  }

  /*  .works_detail:before{
      height: 717px;
      margin-right: 0;
      right: 0;
    }*/
  .works_detail .category{
    margin-top: 0;
  }
  .works_detail .title{

  }
}
@media (min-width:1470px){
  .works_list .webgene-item .date {
    margin-right: 15px;
  }

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


}




/*******************************
*　ブログ
********************************/

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

}
.pg_blog .section.sec1{

}
.pg_xxx .section.sec2{

}


/*詳細*/
.blog_detail{
  box-shadow: 0px 0px 12.75px 2.25px rgba(0, 0, 0, 0.1);
  padding: 30px 16px;
}
.blog_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog_detail .meta .date{
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  letter-spacing: 0;
  margin-right: 16px;
}
.blog_detail .meta .category{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: inline-block;
  text-align: center;
  border: 1px solid #b3b3b3;
  padding: 1px 10px;
}
.blog_detail .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  border-bottom: 2px solid #313332;
  padding-bottom: 16px;
  margin-top: 16px;
}
.blog_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2.125em;
  padding-top: 30px;
}
.blog_detail{

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

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

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

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

  }
  .pg_blog .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

  /*詳細*/
  .blog_detail{
    padding: 42px 24px;
  }
  .blog_detail .meta{

  }
  .blog_detail .meta .date{

  }
  .blog_detail .meta .category{

  }
  .blog_detail .title{
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .blog_detail .post_content{
    padding-top: 40px;
  }
  .blog_detail{

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

  }
  .pg_blog .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

  /*詳細*/
  .blog_detail{
    padding: 42px 67px 70px;
  }
  .blog_detail .meta{

  }
  .blog_detail .meta .date{

  }
  .blog_detail .meta .category{

  }
  .blog_detail .title{

  }
  .blog_detail .post_content{

  }
  .blog_detail{

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


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


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


}

/* メイン部分 */
.pg_blog .blog_list .webgene-item .img:before{
  padding-top: 65.66%;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_blog .blog_list .webgene-item .box1{

  }
  .pg_blog .blog_list .webgene-item .box2{

  }
  .pg_blog .blog_list .webgene-item a:after{
    right: 12px;
  }
  .pg_blog .blog_list .webgene-item a:hover:after{
    right: 5px;
  }
  .posts_side_wrap + .posts_side_wrap {
    margin-top: 55px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .posts_side_wrap + .posts_side_wrap {
    margin-top: 25px;
  }

}
@media (min-width:1470px){
  .pg_blog .blog_list .webgene-item .box2 {
    width: 100%;
    padding: 20px 25px 35px;
  }

  .pg_blog .blog_list .webgene-item .box2 .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .pg_blog  .blog_list .webgene-item .box2 .date {
    font-size: 16px;
    margin-right: 7px;
  }
}
@media (min-width:1720px){


}





/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #7e7e7e;
  padding: 10px 10px;
  font-family: var(--font-ja);
  font-weight: 500;
}
.company_tbl p{
  letter-spacing: 0.075em;
}
.company_tbl .table_rows_th{
  background: #f5f5f5;
}
.company_tbl .table_rows_td{
  background: #FFF;
}

/* マップ */
.company_map{

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

.gmap{
  margin-top: 40px;
}
.access_map iframe{
  border: none;
  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){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{
  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom:1px solid #9e9c9c;
  }
}
@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{
    border-inline:none;
  }

  /* マップ */
  .company_map{

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

  .gmap{
    margin-top: 48px;
  }
  .access_map iframe{
    height: 450px;
  }


  /* ギャラリー */
  .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){
  .gmap{
    margin-top: 80px;
  }

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

  /* 会社概要 */
  .company_tbl{
    margin-top: 45px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 14px 16px 13px;
  }
  .company_tbl .table_rows_th{
    width: 285px;
  }
  .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){
  .company_tbl{
    margin-top: 75px;
  }

}
@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;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #000;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.pg_blog .blog_list .webgene-item .inner{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  border-radius: 30px 30px 0 0 ;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 72.22%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 14px;
  font-weight: 700;
  background: var(--sub-color);
  color: #fff;
  border-radius: 5px;
  padding: 0 16px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  margin-right: 15px;
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}


@media (max-width:767px){

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

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

  }
  * + .news_list_thumb{
    margin-top: 0;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .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{
    padding: 20px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 16px;
    margin-right: 25px;
  }
  .news_list_thumb .webgene-item .title{

  }

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

  /* 一覧（サムネあり） */


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

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

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

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

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

  }
  .news_list_thumb .webgene-item .box2{
    padding: 30px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 18px;
    line-height: 2;
  }



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


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


}


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

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

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  font-weight: 500;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: var(--main-color);
}

/* 詳細 */
.posts_detail{
  border: 0;
  border-bottom: 1px solid #b9ad98;
  /*padding: 15px 10px;*/
  padding-bottom: 15px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #b9ad98;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  font-size: 13px;
  font-weight: 700;
  background: #FFF;
  color: #666666;
  border: 1px solid #b3b3b3;
  padding: 6px 5px;
  line-height: 1;
  margin-right: 12px;
}
.posts_detail .meta .category span{
  display: inline-block;
  text-align: center;
  min-width: 90px;
  font-size: 15px;
  font-weight: 700;
  background: var(--sub-color);
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
}
.posts_detail .meta .date{
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.075;
  color: var(--main-color);
  margin-right: 15px;
}

.posts_detail .meta .title{
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  margin-top: 15px;

}
.posts_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .post_txt{
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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

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


/* 動画 */
.post_video{

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

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

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

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

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 18px;
    margin-bottom: 38px;
  }
  .posts_detail .meta .category{
    min-width: 70px;
  }
  .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;
    margin-top: 10px;
  }
  .posts_detail .post_content{
    line-height: 2.25;
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@media (min-width:1024px){
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
  }

  .posts_layout_box1.wide{
    width: 74.01%;
  }
  .posts_layout_box2.wide{
    width: 16.77%;
  }

  /* リスト */
  .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{

  }

  .posts_layout_box1 .read_more{
    margin-top: 40px;
  }

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

  .pg_news{
    padding-top: 110px;
  }

}



/*******************************
*　ギャラリー（サムネ横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: #FFF;
}
.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: 20px;
  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://ntk-japan.com/system_panel/uploads/images/right.png);
  left: -30px;
}
.gallery_slide_next{
  background-image: url(https://ntk-japan.com/system_panel/uploads/images/left.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: 1px solid #a39c92;
  background: #FFF;
  color: #181818;
  padding: 15px 16px;
  margin-top: 30px;
}
.works_detail .post_content .title{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
.works_detail .post_content .post_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding-top: 18px;
}
.works_detail .post_content .post_txt h1,
.works_detail .post_content .post_txt h2,
.works_detail .post_content .post_txt h2,
.works_detail .post_content .post_txt h3,
.works_detail .post_content .post_txt h4,
.works_detail .post_content .post_txt h5,
.works_detail .post_content .post_txt h6{
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.works_detail .post_content .post_txt h2{
  font-size: 1.5em;
  color: #715433;
  background: #F3F1F1;
  border-left: 5px solid;
  padding: 10px 12px 12px;
}
.works_detail .post_content .post_txt h3{
  font-size: 1.3em;
  color: #9C866D;
  border-left: 5px solid;
  padding: 3px 12px 4px;

}
.works_detail .post_content .post_txt h4{

}

.works_detail .post_content .post_txt p{

}
.works_detail .post_content .post_txt p+p{
  margin-top: 10px;
}

.pg_works .read_more a:after{

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

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

}
@media (max-width:767px){
  .body_worksDetail .pg_works .section.sec1{
    padding-top: 60px;
  }
  .gallery_wrap{
    width: 82.88%;
    margin:0 auto;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  /* 詳細 */
  .gallery_wrap{
    width: 82.88%;
    margin:0 auto;
  }
  .gallery_box1{
    width: 100%;
  }
  .gallery_box2{
    width: 100%;
    margin-top: 9px;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

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

  }

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

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

  .works_detail .post_content{
    margin-top: 60px;
  }
  .works_detail .post_content .title{
    font-size: 22px;
  }
  .post_content .post_txt{
    font-size: 16px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 35px;
  }

  /*ボタン*/
  .works_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;
  }

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

  }
}
@media (min-width:1200px){
  .works_detail .post_content{
    padding: 40px 65px;
  }
  .works_detail .post_content .title {
    padding-bottom: 38px;
  }
  .works_detail .post_content .post_txt {
    padding-top: 16px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 30px;
  }
  .gallery_slide_next{
    right: -60px;
  }
  .gallery_slide_prev{
    left: -60px;
  }
}

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

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

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.formTbl{
  border: 1px solid #7e7e7e;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #7e7e7e;
}
.formTh {
  padding: 16px 15px 16px 20px;
  background: #f2f2f2;
  letter-spacing: 0.08em;

}
.formTh label{
  margin: 0;

}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  line-height: 2.07em;
  padding: 15px 16px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.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;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 53px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 600;
  display: inline;
}
.formWrap .privacyLabel a{
  color: var(--main-color);
}
.text-center.formBtn{
  padding-top: 45px;
}
.formBtn.formSend {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: center;*/
  align-items: center;
  min-width: 300px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: var(--gra4);
  border-radius: 50px;
  color: #FFF !important;
  padding: 15px 30px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.formBtn.formSend:after{
  content: "\f054";
  font-family: 'FontAwesome';
  display: block;
  width: 30px;
  font-weight: 500;
  aspect-ratio: 1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6ec409;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.2s all;
  position: relative;
  top: 50%;
  right: 13px;
  padding-top: 2px;
  padding-left: 3px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  background: var(--gra1);
  transition: 0.2s all;
}
.formBtn.formSend:hover:after{
  color: var(--main-color);
  margin-right: -5px;
  transition: 0.2s all;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 2em;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTd.caution{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.fileArea:nth-child(n+2){
  margin-top: 9px;
}
@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center;
  }
}


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

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

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

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

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 75px;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


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

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

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (min-width:1024px){
  .formTbl {
    margin-top: 45px;
  }
}
@media (min-width:1470px){
  .formTbl {
    margin-top: 72px;
  }
}
/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

  .privacy_box{
    padding: 30px 10px;
  }
}


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

}
.pg_company .section.sec1{
  position: relative;
}
.pg_company .section.sec2{
  background: #0d0d0d;
  position: relative;
  z-index: 0;
}
.pg_company .section.sec3{

}
.pg_company .section.sec4{

}

@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{
    padding-bottom: 130px;
  }
  .pg_company .section.sec3{

  }
  .pg_company .section.sec4{

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

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


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

  }
  .pg_company .section.sec1{
    padding-bottom: 210px;
  }
  .pg_company .section.sec2{
    padding-top: 100px;
    padding-bottom: 205px;
  }
  .pg_company .section.sec3{
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .pg_company .section.sec4{

  }

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

}



/* 背景 */
.pg_company .section.sec1:before {
  content: "";
  display: block;
  background: #f2f2f2;
  position: absolute;
  top: 140px;
  left: var(--margin-for-device-side-w);
  right: var(--margin-for-device-side-w);
  bottom: 50px;
  z-index: -1;
}
.pg_company .section.sec1:before {
  top: 325px;
  right: var(--margin-for-device-side-w);
  bottom: 0px;
  z-index: -1;
}

.interview_contents_row:before {
  content: "";
  display: block;
  background: #FFF;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: var(--margin-for-device-side-w);
  right: var(--margin-for-device-side-w);
  bottom: -60px;
  z-index: -1;
}
.interview_contents_row:nth-child(odd):before {
  top: -40px;
  right: var(--margin-for-device-side-w);
  bottom: -55px;
  z-index: -1;
}
.interview_contents_row:nth-child(even):before {
  top: -40px;
  left: var(--margin-for-device-side-w);
  bottom: -55px;
  z-index: -1;
}



/* カテゴリ */
.company_contents_cate{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.company_contents_cate_item {
  width: 100%;
  /*  padding-inline: 15px;*/
}
.company_contents_cate_item + .company_contents_cate_item{
  margin-top: 15px;
}
.company_contents_cate_item a {
  display: block;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
}
.company_contents_cate_item p {
  letter-spacing: 0.075em;
}
.company_contents_cate_item a:after {
  content: "\f13a";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--main-color);
}
.company_contents_cate_item a:hover{
  background: var(--main-color);
  color: #FFF;
}
.company_contents_cate_item a:hover:after {
  color: #FFF;
}

/* インタビュー */
.interview_contents{
  margin-top: 80px;
}
* + .interview_contents{
  margin-top: 30px;
}
.interview_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.interview_contents_row-re{
  flex-direction: row-reverse;
}
.interview_contents_row + .interview_contents_row{
  margin-top: 150px;
}
.interview_contents_box1{
  width: 100%;
}
.interview_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.interview_contents_box3{
  width: 100%;
}
.interview_contents_img{

}
.interview_contents_img.img_fit:before{
  padding-top: 70.69%;
}
.interview_contents_img2{
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
  border-radius: 0;
}
.interview_contents_img2.img_fit:before{
  padding-top: 250px;
}

.interview_contents_title1{
  margin-bottom: 20px;
}
.interview_contents_title1_line{
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: var(--sub-color);
  text-align: justify;
}
.interview_contents_title1_line + .interview_contents_title1_line{
  margin-top: 12px;
}
.interview_contents_title1_line p{
  background: var(--main-color);
  padding: 5px 10px 7px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.interview_contents_title1_line:first-child p:before{
  content: "Q.";
}
.interview_contents_title1_line:nth-child(n+2) p{
  padding-left: 28px;
}

.interview_contents_title2{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-indent: -1em;
  padding-left: 0.5em;
  text-align: left;
  color: #FFF;
}
.interview_contents_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125 !important;
  text-align: justify;
  margin-top: 15px;
  padding-top: 0;
}

.interview_contents + .read_more{
  margin-top: 40px;
}

@media (max-width:767px){
  .company_interview_top_box2_img:before{
    padding-top: 78.24%;
  }

}
@media (min-width:768px){
  /* タイトル */
  .interview_title_en{
    font-size: 110px;
    margin-top: 0;
    padding-bottom: 0;
  }

  /* カテゴリ */
  .company_contents_cate_item {
    width: 50%;
    padding-inline: 15px;
  }
  .company_contents_cate_item + .company_contents_cate_item {
    margin-top: 0;
  }
  .company_contents_cate_item:nth-child(n+3){
    margin-top: 15px;
  }

  /* インタビュー */
  .interview_contents{
    margin-top: 90px;
  }
  * + .interview_contents{
    margin-top: 40px;
  }

  .interview_contents_title1_line{
    font-size: 22px;
  }
  .interview_contents_title1_line p{
    line-height: 1.5;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 35px;
  }
  .interview_contents_title2{
    font-size: 28px;
  }
  .interview_contents_txt{
    font-size: 16px;
    line-height: 2.175;
    margin-top: 20px;
  }

  .interview_contents_img2.img_fit:before{
    padding-top: 400px;
  }

  .interview_contents + .read_more{
    margin-top: 50px;
  }

}
@media (min-width:1024px){
  /* 背景 */
  .interview_contents_row:nth-child(odd):before {
    top: -60px;
    left: 299px;
    right: var(--margin-for-device-side-w);
    bottom: -55px;
    z-index: -1;
  }
  .interview_contents_row:nth-child(even):before {
    top: -60px;
    right: 299px;
    left: var(--margin-for-device-side-w);
    bottom: -55px;
    z-index: -1;
  }
  .pg_company .section.sec1:before {
    top: 255px;
    left: 295px;
    right: var(--margin-for-device-side-w);
    bottom: 0px;
    z-index: -1;
  }


  /* タイトル */
  .interview_title_en{
    font-size: 150px;
  }
  /* インタビュー */
  .interview_contents{

  }
  * + .interview_contents{
    /*margin-top: 110px;*/
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 150px;
  }
  .interview_contents_box1{
    width: 44.67%;
  }
  .interview_contents_box2{
    width: 49.01%;
    margin-top: 0;
  }
  .interview_contents_title1{
    margin-bottom: 20px;
  }
  .interview_contents_title1_line{
    font-size: 20px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 12px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line p{
    line-height: 1.2;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 38px;
  }

  .interview_contents_title2{
    font-size: 24px;
  }
  .interview_contents_txt{
    /*font-size: 18px;*/
    /*line-height: 2.777;*/
    /*margin-top: 35px;*/
  }

  .interview_contents_row:nth-child(odd) .interview_contents_box1{

  }
  .interview_contents_row:nth-child(odd) .interview_contents_box2{

  }
  .interview_contents_row:nth-child(even) .interview_contents_box1{
    order: 2;
  }
  .interview_contents_row:nth-child(even) .interview_contents_box2{
    order: 1;
  }

  /*  .interview_contents_row:nth-child(odd) .interview_contents_img{
      margin-left: var(--margin-for-device-side-w);
    }
    .interview_contents_row:nth-child(even) .interview_contents_img{
      margin-right: var(--margin-for-device-side-w);
    }*/

}
@media (min-width:1200px){
  /* カテゴリ */

  .company_contents_cate_item {
    width: 33.333%;
    padding-inline: 15px;
  }
  .company_contents_cate {
    margin-bottom: 80px;
  }
  .company_contents_cate_item:nth-child(n+3){
    margin-top: 0;
  }
}
@media (min-width:1470px){
  /* 背景 */
  .interview_contents_row:nth-child(odd):before {
    top: -60px;
    left: 299px;
    right: var(--margin-for-device-side-w);
    bottom: -55px;
    z-index: -1;
  }
  .interview_contents_row:nth-child(even):before {
    top: -60px;
    right: 299px;
    left: var(--margin-for-device-side-w);
    bottom: -55px;
    z-index: -1;
  }
  .pg_company .section.sec1:before {
    top: 325px;
    left: 505px;
    right: var(--margin-for-device-side-w);
    bottom: 0px;
    z-index: -1;
  }

  /* カテゴリ */
  .company_contents_cate{
    margin-bottom: 160px;
  }
  .company_contents_cate_item:nth-child(n+3){
    margin-top: 0;
  }

  /* 代表インタビュー */
  .company_interview_top_box1{
    width: 55.26%;
    margin-left: -80px;
  }
  .company_interview_top_box2{
    width: 39.47%;
  }
  .company_interview_top_box2_img:before{
    padding-top: 108.3%;
  }


  /* インタビュー */
  .interview_contents{

  }
  * + .interview_contents{
    margin-top: 110px;
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 170px;
  }
  .interview_contents_box1{
    width: 42.76%;
  }
  .interview_contents_box2{
    width: 49.01%;
  }
  .interview_contents_title1{
    margin-bottom: 20px;
  }
  .interview_contents_title1_line{
    font-size: 24px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 20px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 42px;
  }

  .interview_contents_title2{
    font-size: 34px;
  }

  .interview_contents_img2.img_fit:before{
    padding-top: 500px;
  }

  .interview_contents + .read_more{
    margin-top: 70px;
  }
}
@media (min-width:1720px){
  .pg_company .section.sec1:before {
    top: 325px;
    left: 595px;
    right: var(--margin-for-device-side-w);
    bottom: 0px;
    z-index: -1;
  }
  .pg_interview .section.sec2 {
    padding-top: 75px;
  }
  /* メイン */
  .cmn_about_row {

  }

  /* タイトル */
  .interview_title_en{
    font-size: 280px;
    margin-top: -90px;
    padding-bottom: 0px;
  }
  .cmn_title_ja_interview_txt {
    margin-top: -47px;
  }

  /* インタビュー */
  .interview_contents{
    margin-top: 135px;
  }
  * + .interview_contents{
    margin-top: 95px;
  }
  .interview_contents_row{
  }
  .interview_contents_row + .interview_contents_row{
    margin-top: 210px;
  }
  .interview_contents_box1{
    width: 44.67%;
  }
  .interview_contents_box2{
    width: 49.01%;
  }
  .interview_contents_title1{
    margin-bottom: 30px;
  }
  .interview_contents_title1_line{
    font-size: 30px;
  }
  .interview_contents_title1_line + .interview_contents_title1_line{
    margin-top: 30px;
  }
  .interview_contents_title1_line p{
    padding: 2px 15px 5px;
  }
  .interview_contents_title1_line:nth-child(n+2) p{
    padding-left: 50px;
  }

  .interview_contents_title2{
    font-size: 40px;
    margin-bottom: 40px;
  }
  .interview_contents_txt{
    margin-top: 45px;
  }

  .interview_contents_box3{
    padding-top: 12px;
  }
  .interview_contents_img2.img_fit:before{
    padding-top: 26.04%;
  }

  .interview_contents + .read_more{
    margin-top: 90px;
  }

}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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


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


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


}

.pg_blog .blog_list .webgene-item .box2 .category{
  padding: 3px 8px;
}
.pg_blog .blog_list .webgene-item .box2 .date {
  margin-right: 65px;
}
.pg_blog .blog_list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-inline: -5px;
}

.pg_blog .blog_list .webgene-item{
  width: 50%;
  padding-inline: 5px;
  border-bottom: 0;
  border-top: 0;
  padding: 0 5px 10px;
  position: relative;
}


.post_content h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 11px 5px;
  background: #f2f2f2;
  padding-left: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.post_content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--main-color);
}

.recruit_ideal_contents_box:nth-child(odd):before {
  top: -15px;
  left: var(--margin-for-device-side-w);
  right: var(--margin-for-device-side-w);
  bottom: -25px;
  z-index: -1;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_blog .blog_list .webgene-blog {
    margin-inline: -20px;
  }
  .pg_blog .blog_list .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .pg_blog .blog_list .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }

 
}
@media (min-width:1024px){
  .pg_blog .blog_list .webgene-item{
    width: 50%;
    padding: 0 20px 40px;
  }
  .post_content h3 {
    font-size: 18px;
  }

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

  .pg_blog .blog_list .webgene-item{
    width: 33.333%;
    padding: 0 20px 34px;
  }
  .pg_blog .blog_list .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1470px) {
  .pg_blog .blog_list .webgene-item .box2 .date {
    font-size: 16px;
    margin-right: 7px;
  }
}
@media (min-width: 1720px) {
  .pg_blog .blog_list .webgene-item{
    width: 33.333%;
    padding: 0 10px 10px;
  }
}