@charset "UTF-8";



/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.pg_header_txt{
  text-align: center;  
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  color: #fff;
}
.pg_header_txt1{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pg_header_txt2{
  font-size: 18px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 300px;
  }
  .pg_header_txt{

  }
  .pg_header_txt1{
    font-size: 36px;
  }
  .pg_header_txt2{
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_txt{

  }
  .pg_header_txt1{
    font-size: 48px;
  }
  .pg_header_txt2{
    font-size: 24px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 400px;
  }


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

  .pg_header{
    margin-bottom: 138px;
  }


}

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

/* セクション設定 */
.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: #888888;
  padding: 10px 10px;
}
.company_tbl .table_rows_th p,
.company_tbl .table_rows_td p{
  letter-spacing: 0.05em;
}
.company_tbl .table_rows_th{
  background: #f9f9f9;
  font-weight: 400;
}
.company_tbl .table_rows_td{
  background: #FFF;
  line-height: 1.875em;
}

/* マップ */
.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%;
}

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



/* 経営理念 */
.company_plilosophy_wrap{
  margin-bottom: 60px;
}
.company_plilosophy_wrap .about_philosophy_head{
  margin-bottom: 20px;
}
.company_plilosophy_msg{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.916;
  text-align: justify;
}
.company_plilosophy{
  
}
* + .company_plilosophy{
  margin-top: 30px;
}
.company_plilosophy_item{
  display: flex;
  flex-wrap: wrap;
  padding: 25px 15px;
  background: #f9f9f9;
  box-shadow: 7px 7px 0 #7cacd8;
  border-radius: 5px;
}
.company_plilosophy_item + .company_plilosophy_item{
  margin-top: 30px;
}
.company_plilosophy_item_box1{
  width: 50px;
}
.company_plilosophy_item_box2{
  width: calc(100% - 50px);
  margin-top: -3px;
}
.company_plilosophy_item_num{
  font-size: 30px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #f19149;
}
.company_plilosophy_item_txt{
  font-size: 16px;
  letter-spacing: 0.05em;
}

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 17px;
    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;
  }

  .gmap{
    margin-top: 60px;
  }
  .access_map iframe{
    height: 450px;
  }
  
  /* 経営理念 */
  .company_plilosophy_wrap{
    margin-bottom: 100px;
  }
  .company_plilosophy_wrap .about_philosophy_head{
    margin-bottom: 45px;
  }
  .company_plilosophy_msg{
    font-size: 20px;
    line-height: 1.916;
    text-align: center;
  }
  .company_plilosophy{

  }
  * + .company_plilosophy{
    margin-top: 50px;
  }
  .company_plilosophy_item{
    padding: 42px 65px 47px;
  }
  .company_plilosophy_item + .company_plilosophy_item{
    margin-top: 40px;
  }
  .company_plilosophy_item_box1{
    width: 75px;
  }
  .company_plilosophy_item_box2{
    width: calc(100% - 75px);
    margin-top: -5px;
  }
  .company_plilosophy_item_num{
    font-size: 40px;
  }
  .company_plilosophy_item_txt{
  }
  
  
}
@media (min-width:1024px){


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 16px 15px 16px;
  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{
    padding-left: 19px;
  }

  /* ギャラリー */
  .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;
  }

  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{

  }
  
  /* 経営理念 */
  .company_plilosophy_wrap{
    margin-bottom: 100px;
  }
  .company_plilosophy_wrap .about_philosophy_head{
    margin-bottom: 45px;
  }
  .company_plilosophy_msg{
    font-size: 24px;
  }
  .company_plilosophy{

  }
  * + .company_plilosophy{
    margin-top: 50px;
  }
  
}
@media (min-width:1470px){

  

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

  /* 経営理念 */
  .company_plilosophy_wrap{
    margin-bottom: 150px;
  }

}



/* カテゴリNav */
.cmn_cat_nav{

}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item 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 .webgene-item 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 .webgene-item.on a,
.cmn_cat_nav .webgene-item a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav .webgene-item a:hover:after{
  margin-right: -2px;
}

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

@media (max-width:767px){

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

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

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

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

  }

  .cmn_cat_nav .webgene-item a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav .webgene-item 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 .webgene-item{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav.col2 .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3 .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 .webgene-item{
    width: 25%;
  }
  .cmn_cat_nav.col5 .webgene-item{
    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: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.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: 13px;
  font-weight: 500;
  background: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_list{

}
.news_list .webgene-blog{
  display: flex;;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.news_list .webgene-item a{

}
.news_list .webgene-item .box2{
  margin-top: 10px;
}
.news_list .webgene-item .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  background: #0068b7;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 2px 30px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75em;
  margin-top: 10px;
}
.news_list .webgene-item .img:before{
  padding-top: 80%;
}

.news_list + .read_more{
  
}

/*詳細*/
.news_detail{
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item a{

}
.news_detail .webgene-item .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  background: #0068b7;
  color: #fff;
  display: inline-block;
  padding: 2px 20px;
  text-align: center;
  margin-right: 19px;
}
.news_detail .webgene-item .meta{
  display: flex;
  align-items: center;
}
.news_detail .webgene-item .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.news_detail .webgene-item .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 14px;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
}
.news_detail .webgene-item .post_content{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  letter-spacing: 0;
  padding-top: 30px;
}
@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .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{
    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 10px;
  }
  .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: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item:nth-child(n+3){

  }

  .news_list .webgene-item a{

  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .category{
    padding: 2px 43px;
  }
  .news_list .webgene-item .title{
    margin-top: 20px;
  }

  /*詳細*/
  .news_detail{
    padding-bottom: 50px;
  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item a{

  }
  .news_detail .webgene-item .category{
    padding: 2px 42px;
  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{
    font-size: 20px;
    padding-bottom: 16px;
  }
}
@media (min-width:1024px){

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


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

  .news_list{

  }
  .news_list .webgene-blog{
    margin-inline:-26px;
  }
  .news_list .webgene-item{
    width: 33.333%;
    padding-inline:26px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top:0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 45px;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .box2{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{

  }
  
  /*home*/
  .news_list.home .webgene-blog{
    margin-inline:-20px;
  }
  .news_list.home .webgene-item{
    width: 25%;
    padding-inline:20px;
  }
  .news_list.home .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item a{

  }
  .news_detail .webgene-item .category{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{

  }
  
  .news_detail + .read_more{
    margin-top: 45px;
  }
}
@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: 20px 25px;
  }

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

  .news_list + .read_more{
    margin-top: 70px;
  }

  .body_news .posts_layout_box1{
    width: 75.98%;
  }
  .body_news .posts_layout_box2{
    width: 19.73%;
  }
}
@media (min-width:1470px){


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


}


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

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

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 34px;
  line-height: 1.5;
}
.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;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .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;
  }
  .posts_detail .webgene-item{

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

  

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

  /* リスト */
  .posts_list{

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

  }

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

  .pg_news{
  }

}



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


}





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

.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 #888888;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #888888;
}
.formTh {
  padding: 15px 15px 15px 20px;
  background: #f9f9f9;
  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;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.formTd.a-center{
  display: flex;
  align-items: center;
}
.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: 40px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  display: inline;
  font-weight: 600;
}
.formWrap .privacyLabel a{
  color: #21a7d0;
}
.formBtn.formSend {
  display: block;
  min-width: 285px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  border: 1px solid currentColor;
  background: #21a7d0;
  border-radius: 5px; 
  color: #FFF;
  padding: 15px 28px;
  margin: 53px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "";
  width: 15px;
  aspect-ratio:1;
  background-image: url(/system_panel/uploads/images/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover:after{
  right: 14px;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.radioArea .d-inline-block{
  margin-right: 9px;
}
.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.75em;
  height: 39px;
}

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


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 44px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  border-left: 6px solid #7cacd8;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 2.25em;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.05em;
}

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

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

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

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .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 {
    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;
  }
  .contact_tt {
    margin-bottom: 20px;
  }



  .contact_info_bg {
    padding: 18px 10px;
  }

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

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

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

}
.pg_recruit .section.sec1{

}
.pg_recruit .section.sec2{
  background: #e5f8fd;
}
.pg_recruit .section.sec3{

}
.pg_recruit .section.sec4{

}
.pg_recruit .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_recruit .section.sec1{
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec3{
    padding-top: 100px;
  }
  .pg_recruit .section.sec4{
    padding-top: 85px;
  }
  .pg_recruit .section.sec5{

  }

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


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

  }
  .pg_recruit .section.sec1{
    padding-bottom: 140px;
  }
  .pg_recruit .section.sec2{
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pg_recruit .section.sec3{
    padding-top: 190px;
  }
  .pg_recruit .section.sec4{

  }
  .pg_recruit .section.sec5{

  }

}
/*main*/
.recruit_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit_hdr_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.recruit_hdr_box1.multi{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit_hdr_box1_img:before{

}
.recruit_hdr_box1.multi .recruit_hdr_box1_img:before{
  padding-top: 139.72%;
}
.recruit_hdr_box1.multi .recruit_hdr_box1_img{
  width: 48.999%;
}
.recruit_hdr_box1.multi .recruit_hdr_box1_img:nth-child(2){
  margin-top: 30px;
}
.recruit_hdr_box2{
  width: 100%;
  order: 1;
  position: relative;
  padding-bottom: 100px;
}
.recruit_hdr_box2:after{
  content: "";
  display: block;
  width: 51.73%;
  aspect-ratio:354 / 146;
  background-image: url(/system_panel/uploads/images/yrt.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec_en{
  font-size: 30px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #00b7ee;
}
.cover_tt{
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.cover_tt p{
  letter-spacing: 0.05em;
  background: #e5f8fd;
  padding: 4px 9px;
}
.content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25em;
  text-align: justify;
}
.recruit_hdr_box2 .content_desc{
  margin-top: 20px;
}

/*sec2*/
.recruit_sec2_wrap{

}
.recruit_sec2_items{

}
.recruit_sec2_item_content_outer{
  border-radius: 5px;
  position: relative
}
.recruit_sec2_item:nth-child(n+2){
  margin-top: 50px;
}
.recruit_sec2_item_content_outer:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00b7ee;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 5px;
}
.recruit_sec2_item .tt2_en{
  margin-bottom: 16px;
  color: #00b7ee;
}
.recruit_sec2_tt{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.recruit_sec2_item_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 16px 16px 30px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.recruit_sec2_item_content_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.recruit_sec2_item_content_box1 .content_desc{

}
.recruit_sec2_item_content_box1 .content_desc p{
  letter-spacing: 0.05em;
}
.recruit_sec2_item_content_lists{
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
.recruit_sec2_item_content_list{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;

}
.recruit_sec2_item_content_list:nth-child(n+2){
  margin-top: 0;
  margin-top: 5px;
}
.recruit_sec2_item_content_list p{
  background: #fef4ec;
  padding: 9px 5px;
}
.recruit_sec2_item_content_box2{
  width: 100%;
  order: 1;
}
.recruit_sec2_item_content_box2_img:before{
  padding-top: 75%;
}

.recruit_sec2_wrap{

}
.recruit_sec2_wrap_inner{

}
.recruit_sec2_wrap_tt{

}
.recruit_sec3_items{
  display: flex;
  flex-wrap: wrap;
}
.recruit_sec3_item{
  width: 100%;
}
.recruit_sec3_item:nth-child(n+2){
  margin-top: 10px;;
}
.recruit_sec3_item_inner{
  text-align: center;
  background: #f9f9f9;
  padding: 30px 12px;
}
.recruit_sec2_item_icon{

}
.recruit_sec3_item_tt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.pg_recruit .section.sec4 .company_tbl{
  margin-top: 40px;
}
.pg_recruit .section.sec4 .company_tbl .table_rows_th{
  vertical-align: middle;
}

.company_tbl + .read_more{
  
}

@media (max-width:767px){

}
@media (min-width:768px){
  /*main*/
  .recruit_hdr_wrap{

  }
  .recruit_hdr_box1{
    margin-top: 30px;
  }
  .recruit_hdr_box1.multi{

  }
  .recruit_hdr_box1_img:before{

  }
  .recruit_hdr_box1.multi .recruit_hdr_box1_img:before{

  }
  .recruit_hdr_box1.multi .recruit_hdr_box1_img{

  }
  .recruit_hdr_box1.multi .recruit_hdr_box1_img:nth-child(2){
    margin-top: 49px;
  }


  .recruit_hdr_box2{
    padding-bottom: 200px;
  }
  .sec_en{
    font-size: 40px;
  }
  .cover_tt{
    font-size: 20px;
    margin-top: 27px;
  }
  .content_desc{

  }
  .recruit_hdr_box2 .content_desc{
    margin-top: 32px;
  }

  /*sec2*/
  .recruit_sec2_wrap{

  }
  .recruit_sec2_items{

  }
  .recruit_sec2_item{

  }
  .recruit_sec2_item:nth-child(n+2){
    margin-top: 80px;
  }
  .recruit_sec2_tt{
    font-size: 22px;
  }
  .recruit_sec2_item_content{
    padding: 29px 40px 36px;
  }
  .recruit_sec2_item_content_box1{
    margin-top: 30px;
  }
  .recruit_sec2_item_content_box1 .content_desc{

  }
  .recruit_sec2_item_content_lists{
    margin-inline:-2.5px;
    margin-inline:0;
  }
  .recruit_sec2_item_content_list{
    width: 50%;
    width: 100%;
    padding-inline:2.5px;
    padding-inline:0;
  }
  .recruit_sec2_item_content_list p{
    padding: 9px 16px; 
  }

  .recruit_sec2_item_content_list:nth-child(n+2){
    margin-top: 0;
    margin-top: 5px;
  }
  .recruit_sec2_item_content_list:nth-child(n+3){
    margin-top: 5px;;
    margin-top: 5px;
  }
  .recruit_sec2_item_content_box2{

  }
  .recruit_sec2_item_content_box2_img:before{

  }

  .recruit_sec3_items{
    margin-inline:-5px;
  }
  .recruit_sec3_item{
    width: 50%;
    padding-inline:5px;
  }
  .recruit_sec3_item:nth-child(n+2){
    margin-top: 0;
  }
  .recruit_sec3_item:nth-child(n+3){
    margin-top: 10px;;
  }
  .recruit_sec3_item_inner{
    padding: 54px 12px 41px;
  }
  .recruit_sec2_item_icon{

  }
  .recruit_sec2_item_tt{
    font-size: 22px;
  }
}
@media (min-width:1024px){
  .recruit_hdr_box2{
    padding-bottom: 300px;
  }

  .recruit_sec2_item_content_lists{
    margin-inline:-2.5px;
  }
  .recruit_sec2_item_content_list{
    width: 50%;
    padding-inline:2.5px;
    font-size: 15px;
  }
  .recruit_sec2_item_content_list:nth-child(n+2){
    margin-top: 0;
  }
  .recruit_sec2_item_content_list:nth-child(n+3){
    margin-top: 5px;;
  }
  
  
}
@media (min-width:1200px){
  /*main*/
  .recruit_hdr_wrap{

  }
  .recruit_hdr_box1{
    width: 49.01%;
    order: 1;
    margin-top: 0;
  }
  .recruit_hdr_box1.multi{
    padding-top: 10px;
  }
  .recruit_hdr_box1_img:before{

  }
  .recruit_hdr_box1.multi .recruit_hdr_box1_img:before{

  }
  .recruit_hdr_box1.multi .recruit_hdr_box1_img{

  }
  .recruit_hdr_box2{
    width: 44.73%;
    order: 2;
    padding-bottom: 200px;
  }
  .recruit_hdr_box2:after{
    left:0;
    right: auto;
  }
  .sec_en{
    font-size: 48px;
  }
  .cover_tt{
    font-size: 24px;
  }
  .content_desc{

  }
  .recruit_hdr_box2 .content_desc{

  }

  /*sec2*/
  .recruit_sec2_wrap{

  }
  .recruit_sec2_items{

  }
  .recruit_sec2_item{

  }
  .recruit_sec2_tt{
    font-size: 28px;
  }
  .recruit_sec2_item_content{

  }
  .recruit_sec2_item:nth-child(n+2){
    margin-top: 80px;
  }
  .recruit_sec2_item:nth-child(odd) .recruit_sec2_item_content_box1{
    order: 1;
  }
  .recruit_sec2_item:nth-child(odd) .recruit_sec2_item_content_box2{
    order: 2;
  }
  .recruit_sec2_item:nth-child(even) .recruit_sec2_item_content_box1{
    order: 2;
  }
  .recruit_sec2_item:nth-child(even) .recruit_sec2_item_content_box2{
    order: 1;
  }
  .recruit_sec2_item_content_box1{
    width: 68.75%;
    margin-top: 0;
  }
  .recruit_sec2_item_content_box1 .content_desc{

  }
  .recruit_sec2_item_content_lists{

  }
  .recruit_sec2_item_content_list{
    font-size: 16px;
  }
  .recruit_sec2_item_content_box2{
    width: 27.77%;
    padding-top: 13px;
  }
  .recruit_sec2_item_content_box2_img:before{

  }

  .recruit_sec2_items{

  }
  .recruit_sec3_item{
    width: 20%;
  }
  .recruit_sec3_item:nth-child(n+3){
    margin-top: 0;
  }
  .recruit_sec3_item:nth-child(n+3){
    margin-top: 0;
  }
  .recruit_sec3_item_inner{

  }
  .recruit_sec2_item_icon{

  }
  .recruit_sec2_item_tt{
    font-size: 24px;
  }
  
  .company_tbl + .read_more{
    margin-top: 55px;
  }
}
@media (min-width:1720px){
  .pg_recruit .section.sec3 .home_web_hoken_wrap{
    padding: 68px 123px 53px;
  }
}

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.ftr_1{
  background: #ffffff;
  padding-top: 46px;
  padding-top: 40px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  margin-top: 40px;
}
.ftr_add_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.025em;
}
.ftr_add_items{

}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_left{
  position: relative;
  padding-right: 9px;
  margin-right: 19px;
}
.ftr_add_left:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links{

}
.ftr_link{

}
.ftr_contact_sec_btns_a.email,
.ftr_contact_sec_btns_a.tel{
  font-weight: 400;
}
.ftr_contact_sec_btns_a{

  font-family: "Noto Sans JP", sans-serif;
}
.ftr_contact_sec_btns_txt3{
  font-family: "Outfit", sans-serif;
}

.ftr_copy{
  background: #0068b7;
  padding: 8px;
  margin-bottom: 0;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .ftr_1_box1{
    text-align: center;
  }
  /*.ftr_1_box2{
    display: none;
  }
  */
  .ftr_links{
   display:none;
  }
  .logo_num{
   text-align:center;
  }
  .ftr_1_box2{
   margin-top:30px;
  }
  .ftr_add_items{
    width: 85%;
    margin-inline: auto;
  }
  .ftr_logo{
    display: block;
    width: 200px;
    margin-inline:auto;
  }

  .ftr_contact_sec_btns_a.tel{
    justify-content: center
  }
  .ftr_add_item{
    width: 180px;
    margin-inline: auto;
  }
  .footer_fix > a{
    background: var(--main-color);
  }
}
@media (min-width:768px){
  .ftr_1{
    padding-top: 120px;
  }
  .ftr_1_box{
    justify-content: space-between;
    align-items: flex-start;
  }
  .ftr_1_box1{
    width: 44.23%;
  }
  .ftr_logo{

  }
  .ftr_add{
    margin-top: 68px;
  }
  .ftr_add_txt{

  }
  .ftr_add_items{

  }
  .ftr_add_item{

  }
  .ftr_add_left{

  }
  .ftr_add_left:after{

  }
  .ftr_1_box2{
    width: 50%;
  }
  .ftr_links {
    display: flex;
    flex-wrap: wrap;
    gap:0!important;
    margin-inline: -39px;
    position: relative;
    margin-top: 90px;
  }
  .ftr_link {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 27px;
    padding-inline: 8px;
  }


  .ftr_link p {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    letter-spacing: 0.025em;
  }
  .ftr_link p:before{
    content: "";
    display: block;
    width: 22px;
    aspect-ratio:1;
    background-image: url(/system_panel/uploads/images/qw.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 9px;
  }
  .ftr_link p:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .ftr_1_box2 .company{
    display: block;
    text-align: right;
  }
}
@media (min-width:1024px){
  .ftr_1_box1{
    width: 33.23%;
  }
  .ftr_1_box2{
    width: 58.22%;
  }

  .ftr_link {
    width: 33.333%;
  }
  .ftr_link p:after {
    width: 90%;
    left: 0;
    bottom: 0;
  }

}
@media (min-width:1200px){
  .ftr_1_box2{
    width: 58.22%;
    display: block;
    flex-wrap: wrap;
    padding-top:0;
  }
  .ftr_links {
    position: relative;
  }
  .ftr_links:after{
    content: "";
    display: block;
    width: 1px;
    height: 125px;
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    top: 5px;
    ;
    right: 0;
    /*  transform: translateY(-50%) translateX(-50%);*/
  }
  .ftr_links:last-child:after{
    display: none;
  }
  .ftr_link{
    padding-inline: 39px;
    margin-bottom: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 8px;
  }
  .ftr_link p:after {
    width: 100%;
  }

  .ftr_contact_sec .ftr_contact_sec_box1{
    padding-bottom: 103px;
  }
}
/*main*/

@media (max-width:767px){

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



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


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


}
