.read_more a:hover{
  color: var(--main-color);
  background: none;
}
.read_more a:hover:after{
  margin-right: 0px;
}
.read_more a p:hover:after{
  margin-right: -5px;
}
@media (min-width:768px){
  .read_more a p:hover:after{
    margin-right: -10px;
  }
}



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

.footer{
  margin-top: 100px;
  background: #ffcaba;
  padding: 30px 0;
}
.footer,
.footer > *{
  position: relative;
  z-index: 1;
}

.ftr_logo{
  text-align: center;
}
.ftr_text{
  margin-top: 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.ftr_text:after{
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 31.25%;
  border-bottom: 1px solid #fff;
}
.ftr_sns{
  margin-top: 15px;
  text-align: center;
}
.ftr_links{
  display: none;
}
.ftr_link{

}
.ftr_link a{
  font-weight: 500;
  font-size: 15px;
}
.ftr_text a:hover,
.ftr_link a:hover,
.ftr_copy a:hover{
  color: var(--main-color);
}
/*.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


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

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

.ftr_addr em{
  font-style: normal;
}*/
.ftr_copy{
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 11px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  color:  var(--main-color);
  background: #ffe8c8;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 1px solid  var(--main-color);
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: var(--main-color);
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  background: #ffe8c8;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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



@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .header{
    padding: 10px;
  }
  .ftr_text{
    font-size: 16px;
  }

  .ftr_info_box.telphone{
    justify-content: center;
  }
  .ftr_info_box.telphone .ftr_info_left,
  .ftr_info_box.telphone .ftr_info_right{
    width:100%;
    text-align: center;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 150px;
  }
  .ftr_text{
    margin-top: 30px;
    line-height: 2.6;
    padding-bottom: 30px;
    text-align: center;
  }
  .ftr_sns{
    margin-top: 30px;
  }
  .ftr_links{
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #fff;
    padding: 5px 0;
  }
  .ftr_link{
    padding: 0 10px;
  }
  .ftr_link a{
    font-size: 13px;
  }
  .ftr_copy{
    margin-top: 10px;
  }
  .ftr_text:after{
    width: 600px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
    padding: 60px 0 17px;
  }
  .ftr_text{
    margin-top: 46px;
    padding-bottom: 23px;
  }
  .ftr_sns{
    margin-top: 47px;
  }
  .ftr_links{
    margin-top: 35px;
    padding: 7px 0;
  }
  .ftr_link{
    padding: 0px 20px;
  }
  .ftr_link a{
    font-size: 15px;
  }
  .ftr_copy{
    margin-top: 16px;
  }
}
@media (min-width:1200px){
  .ftr_link{
    padding: 0px 24.3px;
  }
  .ftr_link a{
    font-size: 15px;
  }

}



/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.pg_header,
.pg_header > *{
  position: relative;
  z-index: 1;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
  width: 89.58%;
}
.pg_header_mv_img.img_fit{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img.img_fit:after{
  content: "";
  background: url(/system_panel/uploads/images/20250509150815404075.png) no-repeat center center / cover;
  position: absolute;
  z-index: 0;
  left: -15px;
  right: -15px;
  bottom: -20px;
  height: calc(380px*0.3);
  border-radius: 35px;
}
.pg_header_mv_img.img_fit:after,
.pg_header_mv_img.img_fit img{
  border-radius: 35px;
}
.pg_header_txt{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  font-weight: 900;
  font-size: 20px;
  color: #181818;
  text-shadow: 3px 3px 4px #ffffff, -3px 3px 4px #ffffff, 3px -3px 4px #ffffff, -3px -3px 4px #ffffff, 3px 0px 4px #ffffff, 0px 3px 4px #ffffff, -3px 0px 4px #ffffff, 0px -3px 4px #ffffff;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 90px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 300px;
  }
  .pg_header_mv_img.img_fit:after{
    height: calc(380px*0.5);
  }
  .pg_header_txt{
    font-size: 40px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 63px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 450px;
  }
  .pg_header_mv_img.img_fit:after{
    height: calc(380px*0.7);
  }
  .pg_header_txt{
    font-size: 60px;
  }

}
@media (min-width:1200px){
  .pg_header_mv_img.img_fit:after,
  .pg_header_mv_img.img_fit img{
    border-radius: 93px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 600px;
  }
  .pg_header_mv_img.img_fit:after{
    height: 385px;
  }

}


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

}
.pg_header.company:before{
  content: "";
  background: url(/system_panel/uploads/images/20250509160052983504.png)no-repeat center center/contain;
  position: absolute;
  z-index: 0;
  top: -187%;
  width: 100%;
  height: 940px;
  pointer-events: none;
}
.pg_company,
.pg_company > *{
  position: relative;
  z-index: 1;
}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/*テーブル*/
.company_tbl{
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.company_tbl .table_rows_tr{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  padding: 15px;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid #555555;
}
.company_tbl .table_rows_th{
  background: #fef7eb;
}
.company_tbl .table_rows_td{
  background: #fff;
}

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


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

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

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

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

  }
  .pg_header.company:before{
    top: -35%;
  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_tr{

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

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


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

  }
  .pg_header.company:before{
    top: 13%;
  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_tr{

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

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


}
@media (min-width:1200px){
  .pg_header.company:before{
    top: 44%;
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 40px;
  }


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0px;
}
.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: var(--main-color);
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 11px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  color: var(--main-color);
  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;
  }

  .pg_news .sec_title{
    margin-bottom: 30px;
  }
}
@media (min-width:768px){

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

  /* 詳細 */
  .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{
    padding-top: 0px;
  }
  .posts_layout{
    margin-top: -7px;
  }

}



/*******************************
*　新着情報
********************************/
.pg_header.news{

}
.pg_header.news:before{
  content: "";
  background: url(/system_panel/uploads/images/ss.png)no-repeat center center/cover;
  position: absolute;
  z-index: 0;
  top: 43%;
  width: 100%;
  height: calc(1872px*0.5);
}

.pg_news,
.pg_news > *{
  position: relative;
  z-index: 1;
}
.pg_news .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
}

/*リスト*/
.news_list{

}
.news_list .webgene-item{
}
.news_list .webgene-item:nth-child(n+2){
  margin-top: 20px;
}
.news_list .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-radius: 37px;
  background: #fff;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  height: 90px;
  padding: 0 25px;
}
.news_list .webgene-item a:after{
  content: "\f054";
  font-family: "FontAwesome";
  color: #009f3d;
  transition: all 0.2s;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.news_list .webgene-item a:hover{
  color: var(--main-color);
}
.news_list .webgene-item a:hover:after{
  margin-right: -10px;
}
.news_list .webgene-item .date{
  width: 80px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
}
.news_list .webgene-item .category{
  font-family: "Zen Maru Gothic", serif;
  width: 155px;
  padding: 0 25px;
}
.news_list .webgene-item .category span{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 15px;
  color: #009f3d;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #009f3d;
  border-radius: 12px;
  display: block;
  background: #fff;
}
.news_list .webgene-item .title{
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 詳細 */
.news_detail{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.news_detail .webgene-item .category{
  width: 155px;
  padding: 0 25px;
}
.news_detail .webgene-item .category span{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  color: #009f3d;
  letter-spacing: 0em;
  text-align: center;
  background: #fff;
  border: 1px solid #009f3d;
  border-radius: 12px;
  display: block;
}
.news_detail .webgene-item .date{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  width: 103px;
  ;
}
.news_detail .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
}
.news_detail .webgene-item .post_content{
  margin-top: 30px;
}
.news_detail .webgene-item .thumb{

}
.news_detail .webgene-item .txt{
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 2.125;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.news_detail .webgene-item .post_pdf{

}

.body_newsDetail .news_detail .webgene-item .post_content{
  background: none;
  border: none;
  padding: 20px 0 30px;
  margin-top: 0;
}
.pg_news .news_detail .webgene-item .title{
  width: 100%;
  margin-top: 10px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .news_list .webgene-item .title{
    font-size: 16px;
  }
}
@media (min-width:768px){
  .pg_news{

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

  /*リスト*/
  .news_list{

  }
  .news_list .webgene-item{
  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top: 20px;
  }
  .news_list .webgene-item a{
    height: 60px;
  }
  .news_list .webgene-item a:after{
    right: 30px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    width: 155px;
  }
  .news_list .webgene-item .category span{
  }
  .news_list .webgene-item .title{
    width: calc(100% - 80px - 155px - 50px);
  }

  /* 詳細 */
  .news_detail{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{
    margin-top: -2px;
  }
  .news_detail .webgene-item .category{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{
    margin-top: 10px;
  }
  .news_detail .webgene-item .post_content{
    margin-top: 40px;
  }
  .news_detail .webgene-item .thumb{

  }
  .news_detail .webgene-item .txt{
    margin-top: 15px;
    padding-bottom: 50px;
  }
  .news_detail .webgene-item .post_pdf{

  }

  .body_newsDetail .news_detail .webgene-item .post_content{
    padding: 30px 0 60px;
    margin-top: 0;
  }

}
@media (min-width:1024px){
  .pg_header.news:before{
    top: 43%;
    height: 1872px;
  }
  .pg_news{

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

  /*リスト*/
  .news_list{

  }
  .news_list .webgene-item{
  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top: 21px;
  }
  .news_list .webgene-item a{
    padding: 0 25px;
    height: 75px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    width: 205px;
  }
  .news_list .webgene-item .category span{
  }
  .news_list .webgene-item .title{
    padding-left: 20px;
    width: calc(100% - 80px - 205px - 50px);
  }

  /* 詳細 */
  .news_detail{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{
    padding-bottom: 10px;
  }
  .news_detail .webgene-item .category{
    padding: 0 28px;
  }
  .news_detail .webgene-item .category span{
  }
  .news_detail .webgene-item .date{

  }
  .pg_news .news_detail .webgene-item .title{
    margin-top: 0;
  }
  .news_detail .webgene-item .post_content{
    margin-top: 50px;

  }
  .news_detail .webgene-item .thumb{

  }
  .news_detail .webgene-item .txt{
    margin-top: 20px;
    padding-bottom: 71px;
  }
  .news_detail .webgene-item .post_pdf{

  }
  .news_detail .read_more{
    margin-top: 55px;
  }

  .pg_news .news_detail .webgene-item .title{
    margin-top: 10px;
  }
  .body_newsDetail .news_detail .read_more{
    margin-top: 0;
  }
}
@media (min-width:1200px){


}
@media (min-width:1540px){
  
  .pg_news .section.sec1{
    margin-top: 120px;
  }
  .news_list .webgene-item a{
    padding: 0 25px;
    height: 74px;
  }

}


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

.pg_contact .section.sec1{
  margin-top: 80px;
}
.form_box{
  margin-top: 15px;
}


.maintenance_btn_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.maintenance_btn_box .read_more{

}
.maintenance_btn_box .read_more a{
  width: 300px;
  margin:0px 20px 0;
}
.section.sec1_5 .sec_title{
  margin-bottom: 25px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .maintenance_btn_box .read_more + .read_more{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  .pg_contact .section.sec1{
    margin-top: 100px;
  }

  .maintenance_btn_box .read_more a{
    width: 250px;
    margin:0px 20px 0;
  }
}
@media (min-width:1024px){
  .pg_contact .section.sec1{
    margin-top: 100px;
  }
  .maintenance_btn_box .read_more{
    margin:55px 20px 0;
  }
}
@media (min-width:1200px){


}




/*******************************
*　お問い合わせ
********************************/
.pg_contact .section.sec1{
  position: relative;
}
.pg_contact .section.sec1:before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 940;
  background-image: url(/system_panel/uploads/images/20250513194221979852.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35.5%;
  left: 50%;
  transform: translateX(-50%);
}
.pg_contact .section.sec2{
  position: relative;
  z-index: 1;
  background: #fef7eb;
}
.pg_contact .section.sec2:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio: 1920 / 100;
  background-image: url(/system_panel/uploads/images/be_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.privacy_item_box{
  padding: 30px 48px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}

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

  .pg_contact .section.sec2:after{
    height: 300px;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 15px 15px 15px 20px;
  background: #fef7eb;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  padding: 2.5px 11px;
  margin-top: 2px;
  float: right;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  color: #b80000;
  background: #ffffff;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 9.5px 18px;
  background: #fff;
}
.fileArea + .fileArea{
  margin-top: 10px;
}
.fileCaution{
  color: #b80000;
  margin-top: 10px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.18em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 7px 11px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 44px;
}
.pg_contact input[name="privacy"]{
  margin-right: 9px;
  margin-left: 9px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend_outer{
  display: block;
  margin: 50px auto 0;
  width: 330px;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  background: transparent;
  border: 1px solid transparent;
}
.pg_contact .formBtn.formSend_outer:before{
  content: "";
  background-color: #f3d7c9;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  right: -5px;
  bottom: -5px;
}
.pg_contact .formBtn.formSend_outer:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid var(--main-color);
  pointer-events: none;
}
.pg_contact .formBtn.formSend{
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  padding: 16px 0;
  cursor:pointer;
}
.pg_contact .formBtn.formSend:hover{
  border: none;
}
.pg_contact .formBtn.formSend:after{
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  font-size: 13px;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 1px 0px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.25;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0px;
}

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


/* プライバシー */
.pg_contact .section.sec2 {
  padding: 0px;
  margin-top: 128px;
  margin-bottom: 0
}
.pg_contact .section.sec2:after{
  content: "";
  display: block;
  width: 100%;
  height: 1000px;
  background: #fef7eb;
  position: absolute;
  top: 0;
  z-index: -1;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 44px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 21px;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #ff582c;
}
.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 {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .pg_contact .section.sec1:before{
    top: -6%;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 0;
    margin-top: 120px;
  }

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

  .form_box{
    margin-top: 30px;
  }
  .pg_contact .section.sec1_5{
    margin-top: 30px;
  }
  .d-md-inline-block.d-block{
    display: inline-block !important;
  }
  .pg_contact .formTd select[name="time"],
  .pg_contact .formTd select[name="time2"],
  .pg_contact .formTd select[name="time3"]{
    padding: 8px 10px;
  }
}
.pg_contact .formTd select[name="time"],
.pg_contact .formTd select[name="time2"],
.pg_contact .formTd select[name="time3"]{
  padding: 7px 10px;
  width: 105px;
  margin-left: 20px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="day_1"],
.pg_contact .formTd input[name="day_2"],
.pg_contact .formTd input[name="day_3"]{
  padding: 7px 10px;
  max-width: 150px;
}

@media (min-width:768px){

  .hdr_contact a:hover{
    color: #fff!important;
  }
  .pg_contact .section.sec1_5{
    margin-top: 80px;
  }
  .hdr_contact_a + .hdr_contact_a{
    margin-top: 30px;
  }
}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;
  }

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


}

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

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