@charset "UTF-8";
#root{
  overflow: hidden;
}

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #000000;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.fredericka{
  font-family: 'Fredericka the Great', cursive;
}
.sixcaps{
  font-family: 'Six Caps', sans-serif;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1024px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

.pg_header{
  margin-bottom: 50px;
  position: relative;
}
.pg_header_mv{
  height: auto;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mv{
  position: relative;

}
.mv_img{
  position: relative;
  text-align: right;
  top: 0;
  left: 50%;
  margin-left: -370px;
  right: 0;
  z-index: 1;
}
.mv_img_box.img_fit:before{
  padding-top:760px;
}
.mv_img_box.img_fit{
  object-position: left;
}

.gnav .gnav_item .gnav_item_sub_list{
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  white-space: nowrap;
}

/*メインビジュアル*/
.mv_txt{
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.mv_txt1{
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  text-align:left;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  position: relative;
}
.mv_txt1 p{
  text-shadow: 0px 1px 4.3px #000000, 0px 1px 4.3px #000000, 0px 1px 3px #000000;
}
.mv_txt1:after{
  width: 537px;
  height: 6px;
  content: "";
  display: block;
  background: url(/system_panel/uploads/images/border.png);
  position: absolute;
  left: 0;
}
.mv_txt1.sp_border:after{
  width: 250px;
  height: 5px;
  content: "";
  display: block;
  background: url(/system_panel/uploads/images/border3.png);
  position: absolute;
  left: 0;
}
.mv_txt2{
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  margin-right: -28px;
  padding-top: 10px;
}
.mv_txt2 p{
  text-shadow: 0px 1px 4.3px #000000, 0px 1px 4.3px #000000, 0px 1px 3px #000000;
}
.pg_header_bg{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: -20px;
  background: #f7f7f7;
  z-index: -1;
}

/*下層ヘッダー*/
.pg_header_mv{
  width: 80%;
  position: relative;
  text-align: right;
  top: 0;
  left: 50%;
  margin-left: -370px;
  right: 0;
  z-index: 1;
  height: 100%;
}
.pg_header_txt {
  /*position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);*/
}
.pg_hdr_tt{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0px 1px 5px black, 0px 1px 5px black;
  color: #ffffff;
}
.pg_header .container{
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 2;
}


@media (max-width:375px){
  .ftr2_contact_item .home_encounter_link_flex_box_inner{
    width:auto;
  }
  .home_encounter_link_flex_box_inner02 {
    min-width: 280px;
  }
  .mv_txt .mv_txt1{
    font-size:26px;
  }
}

@media (min-width:768px){
  .header{
    position: fixed;
    width: 100%;
    z-index: 10;
    display: flex;
    background: #f7f7f7;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 33px;
  }
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    height: 350px;
  }

  .hdr_logo{
    width: 140px;
  }

  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
  }
  .gnav_outer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 165px);
  }
  .gnav .gnav_item.pull{
    position: relative;
  }
  .gnav .gnav_item .gnav_item_sub_list{
    width: 190px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .gnav .gnav_item{
    font-size: 10px;
    /*padding: 2px 21px 0;*/
    padding: 2px 5px 0;
    /* line-height: 2; */
    font-weight: 500;
    border-right: 1px solid #000000;
    letter-spacing: 0.1em;
    margin:10px 0;
  }
  .gnav .gnav_item .en{
    font-size: 16px;
    padding: 0 15px;
    /*line-height: 2;*/
    font-weight: 500;
  }
  .gnav .gnav_item .ja{
    font-size: 10px;
    padding: 0 15px;
    /*line-height: 2;*/
    font-weight: 500;
  }
  .gnav_item.contact{
    font-size: 14px;
    /*width: 150px;*/
    width: 120px;
    padding: 23px 15px;
    /* line-height: 2; */
    font-weight: 500;
    background: #14116e;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    /* margin-left: 20px; */
  }
  .gnav_item.contact p{
    padding-top: 5px;
  }
  .gnav_item.contact:before{
    display: block;
    content:"\f0e0";
    font-family: "fontAwesome";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
  .gnav .gnav_item:hover .gnav_item_sub_list{
    display: block;
    z-index: 3;
    padding-top: 20px;
  }
  .gnav_item_sub_item{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    border-bottom: 1px dotted #000000;
    padding: 14px 0 14px 0;
    position: relative;
    text-align:center;
    background: #e5e5e5;
  }
  .gnav_item_sub_item_inner{
    padding: 0 5px;
  }
  .gnav .gnav_item .gnav_item_sub{
    background: #e5e5e5;
    text-align: center;
    white-space: nowrap;
    padding: 7px 10px 20px;
  }
  .gnav .gnav_item.pull:after{
    content: "▼";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 44%;
    top: 25px;
    transform: translateY(-50%);
  }


 .gnav .gnav_item02.pull{
    position: relative;
  }
  .gnav .gnav_item02 .gnav_item_sub_list{
    width: 190px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .gnav .gnav_item02{
    font-size: 14px;
    /*padding: 2px 21px 0;*/
    padding: 2px 5px 0;
    /* line-height: 2; */
    font-weight: 500;
    border-right: 1px solid #000000;
    letter-spacing: 0.1em;
    margin:10px 0;
  }
  .gnav .gnav_item02 .en{
    font-size: 16px;
    padding: 0 15px;
    /*line-height: 2;*/
    font-weight: 500;
  }
  .gnav .gnav_item02 .ja{
    font-size: 10px;
    padding: 0 15px;
    /*line-height: 2;*/
    font-weight: 500;
  }
  .gnav_item02.contact{
    font-size: 14px;
    /*width: 150px;*/
    width: 120px;
    padding: 23px 15px;
    /* line-height: 2; */
    font-weight: 500;
    background: #FAC800;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-left: 20px;
  }
  .gnav_item02.contact p{
    padding-top: 5px;
  }
  /* .gnav_item02.contact:before{
    display: block;
    content:"\f0e0";
    font-family: "fontAwesome";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  } */
  .gnav .gnav_item02:hover .gnav_item_sub_list{
    display: block;
    z-index: 3;
    padding-top: 20px;
  }
  .gnav_item_sub_item{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    border-bottom: 1px dotted #000000;
    padding: 14px 0 14px 0;
    position: relative;
    text-align:center;
    background: #e5e5e5;
  }
  .gnav_item_sub_item_inner{
    padding: 0 5px;
  }
  .gnav .gnav_item .gnav_item_sub{
    background: #e5e5e5;
    text-align: center;
    white-space: nowrap;
    padding: 7px 10px 20px;
  }
  .gnav .gnav_item.pull:after{
    content: "▼";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 44%;
    top: 25px;
    transform: translateY(-50%);
  }




  
  .mv{
    padding-top: 85px;
  }
  .mv_img{
    margin-left: 0;
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  .mv_txt1{
    font-size: 38px;
  }
  .mv_txt2{
    font-size: 19px;
  }
  .mv .container{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .mv_bg{
    position: absolute;
    right: 0;
    left: -2000px;
    top: 0;
    bottom: -40px;
    background: #f7f7f7;
  }

  /*下層ヘッダー*/
  .pg_header {
    padding-top: 85px;
  }
  .pg_header .container{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    z-index: 2;
    padding-top: 80px;
  }
  .pg_header_mv {
    height: 100%;
    margin-left: -30%;
  }
  .pg_header_img_box.img_fit{
    height: 100%;
  }
  .pg_header_img_box.img_fit:before{
    padding-top: 32%;
  }
  .pg_hdr_tt{
    font-size: 36px;
  }
  .pg_header_txt {
    margin-left: 0;
  }
}
@media (min-width:992px){
  .pg_header_txt {
    margin-left: 0;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 135px;
  }
  .pg_header .container{
    padding-top: 100px;
  }
  .pg_header_mv{

  }
  .pg_header_txt {
    margin-left: 0;
  }

  .hdr_logo{
    width: 200px;
  }
  .gnav_outer{
    width: calc(100% - 300px);
  }

  .gnav .gnav_item{
    font-size: 14px;
  }
  .mv_img.img_fit:before{
    padding-top: 700px;
  }

  /*下層ヘッダー*/

  .pg_header_mv {
    width: 83%;
    margin-left: -33%;
  }

  .pg_header_img_box.img_fit {
    object-position: left;
  }
}
@media (min-width:1200px){

  .mv .mv_img{
    margin-left: -260px;
  }
  .mv_img.img_fit:before{
    padding-top: 880px;
  }

  .gnav_outer{
    justify-content: flex-end;
  }

  .gnav .gnav_item{
    margin:0;
    padding-left: 21px;
    padding-right: 21px;
    letter-spacing: 0;
  }
  .gnav .gnav_item:hover .gnav_item_sub_list{
    padding-top: 20px;
  }
  .gnav_item.contact{
    width: 150px;
    /* margin-left: 20px; */
  }

    .gnav .gnav_item02{
    margin:0;
    padding-left: 21px;
    padding-right: 21px;
    letter-spacing: 0;
  }
  .gnav .gnav_item02:hover .gnav_item_sub_list{
    padding-top: 20px;
  }
  .gnav_item02.contact{
    width: 150px;
    margin-left: 20px;
  }



  /*メインビジュアル*/
  .mv_txt{
    left: 90px;
  }
  .mv_txt{

  }
  .mv_txt1{
    font-size: 46px;

  }
  .mv_txt2{
    font-size: 20px;
  }
  /*下層ヘッダー*/
  .pg_header_mv {
    width: 70.5%;
    height: 100%;
    margin-left: -20.5%;
  }
  .pg_header_img_box.img_fit:before{
    padding-top: 380px;
  }
  .pg_hdr_tt{
    font-size: 46px;
  }
  .pg_header_txt{
    margin-left: 0;
    /*top: 52%;
    left: -77px;*/
  }
}
@media (min-width:1400px){
  .mv_txt{
    left: 0;
  }
  .mv .mv_img{
    margin-left: -370px;
  }

}
@media (max-width:767px){
  .header{
    text-align: center;
    padding: 10px;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .mv_img{
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .mv_img_box.img_fit:before{
    padding-top: 120%;
  }
  .mv_txt{
    left: 50%;
    width: 90%;
  }
  .mv_txt1{
    text-align:left;
    font-size: 27px;
  }
  .mv_txt1.sp_border:after{
    left:0;
  }
  .mv_txt2{
    padding-left: 0;
    margin-right: 0;
  }
  .mv_txt1.sp_border:after{
    height:3px;
    width:300px;
  }
  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav_item.contact{
    display: none;
  }
    .gnav_item02.contact{
    display: none;
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }

  .pg_header{
    height: auto;
    margin-bottom:80px;
  }
  .pg_header_mv{
    margin-left: -30%;
  }
  .pg_header_txt{
    /*width: auto;
    left: 0;
    transform: none;
    left: -50px;*/
  }
  .pg_header_img_box.img_fit:before{
    padding-top: 35%;
  }

  .pg_header_img_box{
    height:150px;
  }


  .home_about_content{
    margin-top:18px;
  }
}



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

.footer{
  margin-top: 50px;
}

.ftr1{
  border-bottom: 2px solid #0d0d0d;
  padding: 30px 0 70px;
  margin-bottom: 30px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}

/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 30px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #14116e;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ffffff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #ffffff;
}
.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;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #14116e;
}
.pagetop a i{
  font-size: 40px;
}

.ftr2_box{
  width: 100%;
  background: #fac800;
  border-radius: 20px;
  padding: 20px 10px;
}
.ftr2_box_inner{

}
.ftr2_contact_item{

}
.ftr2_contact_item_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ftr2_contact_item_inner_bo{
  width: 100%;
  margin-bottom: 10px;
}
.ftr2_contact_item_inner_tt{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.ftr2_contact_item_inner_bx{
  width: 100%;
  text-align: center;
}
.ftr2_contact_item_inner_txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-right: -10px;
}
.ftr2_contact_item_inner.second{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ftr2_contact_item_inner_box1{
  width: 100%;
}
.home_encounter_link_flex_box_inner{
  background: #ffffff;
  width: 300px;
  margin: 0 auto;
  color: #181818;
  padding: 8px 5px;
  margin-top: 20px;
  position: relative;
}
.home_encounter_link_flex_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_encounter_link_inner_box_icon{
  margin-right: 5px;
}
.home_encounter_link_flex_box_txt{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #181818;
}
.home_encounter_link_flex_box_txt.normal{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #181818;

}
.ftr2_contact_item .home_encounter_link_flex_box_inner:after{
  content: "➡";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ftr2_contact_item_inner_box2{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.ftr2_contact_item_inner_txt.num{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ftr2_contact_item_inner_txt.num em{
  display: inline-block;
  font-style: normal;
  font-size: 0.789em;
}
.ftr2_contact_item_inner_txt.day{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 7px;
}
.ftr_info_box{
  text-align: center;
}
.ftr_address{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
}
.ftr_links{
  margin: 40px 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 12px 0;
}
.ftr_links:after{
  content: "";
  background: #f7f7f7;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.ftr_link{
  font-size: 15px;
  padding: 0 24px;
  font-weight: normal;
  border-right: 1px solid;
  line-height: 1;
  letter-spacing: 0.075em;
}
.ftr_address_box{
  margin-top: 20px;
}
.ftr_links .ftr_link:first-child{
  padding-left: 0;
}
.ftr_links .ftr_link:last-child{
  padding-right: 0;
  border-right: none;
}
@media (min-width:375px){

}

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

  .ftr2_box{

  }
  .ftr2_box_inner{
    padding: 10px 0;
  }
  .ftr2_contact_item{

  }
  .ftr2_contact_item_inner{

  }
  .ftr2_contact_item_inner_bo{
    margin-bottom: 0;
  }
  .ftr2_contact_item_inner_tt{
    font-size: 42px;
    text-align: left;
  }
  .ftr2_contact_item_inner_bx{
    margin-left: 60px;
  }
  .ftr2_contact_item_inner_bo, .ftr2_contact_item_inner_bx {
    width: auto;
    text-align: left;
  }
  .ftr2_contact_item_inner_txt{
    margin-right: 0;
  }
  .ftr2_contact_item_inner.second{

  }
  .ftr2_contact_item_inner_box1{
    width: 53%;
  }
  .ftr2_contact_item:nth-child(n+2) {
    margin-top: 10px;
  }
  .home_encounter_link_flex_box_inner{
    padding: 10px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .home_encounter_link_flex_box{
    justify-content: flex-start;
  }
  .home_encounter_link_inner_box_icon{
    margin-right: 11px;
    padding: 0;
  }
  .home_encounter_link_flex_box_txt{

  }
  .home_encounter_link_flex_box_txt.normal{
    padding-right: 30px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner:after{

  }
  .ftr2_contact_item_inner_box2{
    width: 46%;
    padding-right: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .ftr2_contact_item_inner_txt.num{
    font-size: 27px;
  }
  .ftr2_contact_item_inner_txt.num em{
    display: inline-block;
    font-style: normal;
    font-size: 0.789em;
  }
  .ftr2_contact_item_inner_txt.day{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1;
    margin-top: 7px;
  }
  .ftr_links{
    padding-bottom: 22px;
  }
  .ftr_link{
    margin-top: 10px; 
  }

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

  .ftr2_box{
    padding: 0;
  }
  .ftr2_box_inner{
    padding: 15px 37px 20px;
  }
  .ftr2_contact_item{

  }
  .ftr2_contact_item_inner{

  }
  .ftr2_contact_item_inner_bo{

  }
  .ftr2_contact_item_inner_tt{
    font-size: 50px;
  }
  .ftr2_contact_item_inner_bx{
    margin-left: 120px;
  }
  .ftr2_contact_item_inner_txt{
    font-size: 21px;
  }
  .ftr2_contact_item_inner.second{

  }
  .ftr2_contact_item_inner_box1{
    width: 48.64%;
  }
  .ftr2_contact_item:nth-child(n+2) {
    margin-top: 0;
  }
  .home_encounter_link_flex_box_inner{
    background: #ffffff;
    width: 408px;
    padding: 10px 10px;
    margin-top: 13px;
  }
  .home_encounter_link_flex_box{

  }
  .home_encounter_link_inner_box_icon{

  }
  .home_encounter_link_flex_box_txt{
    font-size: 15px;
  }
  .home_encounter_link_flex_box_txt.normal{
    font-size: 16px;
    padding-left: 8px;
    padding-right: 0;
  }

  .ftr1{
    margin-bottom: 50px;
    padding-bottom: 220px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner:after{

  }
  .ftr2_contact_item_inner_box2{
    width: 48.64%;
    margin-top: 10px;
    padding-right: 0;
  }
  .ftr2_contact_item_inner_txt.num{
    font-size: 38px;
  }
  .ftr2_contact_item_inner_txt.num em{
    display: inline-block;
    font-style: normal;
    font-size: 0.789em;
  }
  .ftr2_contact_item_inner_txt.day{
    font-size: 15px;
    margin-top: 7px;
  }
  .ftr_links{
    margin-top:34px;
    padding-bottom: 17px;
  }
  .ftr_link{

  }
  .ftr_address{
    font-size: 16px;
  }
  .ftr_address_box{

  }
  .home_encounter_link_flex_box_txt.normal{
    padding-right: 0;
  }
}
@media (min-width:1200px){
  .ftr2_contact_item_inner_tt {
    font-size: 68px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner:after {
    font-size: 23px;
    right: 25px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner{
    width: 472px;
    padding: 10px 21px;
  }
  .ftr2_contact_item_inner_box2{
    padding-right: 45px;
  }

  .ftr_link{
    margin-top:0;
  }
  .ftr_links{
    padding-bottom: 12px;
  }
}
@media (max-width:767px){
  .home_encounter_link_flex_box_inner{
    width:320px;
  }
  .ftr_addr em{
    display: block;
  }
  .ftr2_contact_item .home_encounter_link_flex_box {
    justify-content: flex-start;
  }
  .home_encounter_link_flex_box_txt.normal{
    font-size: 11px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner:after{
    top: 53%;
  }

  .ftr_links{
    display: none;
  }
  .gnav_item .gnav_item_sub{
    padding:0;
  }
  .ftr_copy{
    margin-top:30px;
  }
}

/*******************************
*　共通
********************************/
.flex{
  display: flex;
  flex-wrap: wrap;
}
/*ボタン*/
.link_1 {
  width: 350px;
  max-width:100%;
  font-size: 15px;
  font-weight: 700;
  margin: 42px auto 0;
  padding: 10px;
  display: block;
  background: #000000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  border-radius: 25px;
}
.link_1:hover {
  color: #ffffff;
}

/*下層ページヘッダー*/

.pg_header_contents_wrap.type1{

}
.pg_header_contents_title{
  font-size: 26px;
  font-weight:600;
  letter-spacing: 0;
  text-align: center;
}
.pg_header_contents_title:after{
  content:"";
  display: block;
  height: 2px;
  width: 100px;
  background: #000000;
  margin: 27px auto 0;
}
.pg_header_contents_wrap.type2{

}
.pg_header_contents_title{

}
.pg_header_contents_sub_tt{
  font-size: 18px;
  font-weight:700;
  text-align: center;
  margin-top: 22px;
}
.pg_header_contents_sub_txt1{
  font-size: 21px;
  font-weight:600;
  text-align: center;
  letter-spacing: 0.075em;
  margin-top: 30px;
}
.pg_header_contents_sub_txt2{
  font-size: 16px;
  margin-bottom: 50px;
  font-weight:600;
  text-align: center;
  letter-spacing: 0.075em;
}

/*繰り返し*/
.pg_contents_type1_items{
  margin: 0 -15px;
}
.pg_contents_type1_item{
  width: 100%;
  padding: 0 15px;
  display: flex;
}

.pg_contents_type1_item_title{
  text-align:center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height:1.4em;
  background: #ffffff;
  padding: 13px 0;
}
.pg_contents_type1_item_inner{
  width: 100%;
  padding: 10px 8px;
  background: #f7f7f7;
  border: 1px solid #181818;
}
.pg_contents_type1_cover_box.flex{
  justify-content: space-between;
  margin:0 -16px;
}
.pg_contents_type1_cover_item{
  width: 50%;
  padding: 0 16px;
}
.pg_contents_type1_cover_item_sq{
  width: 83px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ffffff;
  background: #181818;
  line-height: 1.9;
}
.pg_contents_type1_cover_item_img:before{
  padding-top: 77.55%;
}
.pg_contents_type1_cover_item_img{
  margin-top: 2px;
}
.pg_contents_type1_cover_item_content{  
  margin-top: 14px;
}
.pg_contents_type1_cover_item_content_txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}


.tt1 {
  font-size: 16px;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  background: #000000;
  color: #ffffff;
  line-height: 1;
}

.cmn_videos{
  margin: 50px -15px 65px;
}
.cmn_videos iframe{
  width: 100%;
  border: 0;
}
.cmn_video_desc{
  margin-top: 8px;
  text-align: center;
}

.cmn_service_list:nth-child(n+2){
  padding-top: 60px;
}
.cmn_service_ttl{
  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  background: #000000;
  color: #ffffff;
}
.cmn_service_text {
  letter-spacing: 0.075em;
  line-height: 2;
  text-align:justify;
}
.cmn_service_img:before{
  padding-top: 74%;
}
.pg_header_contents_sub_txt2.long{
  text-align: justify;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_contents_type1_item:nth-child(n+2){
    margin-top: 10px;
  }
  .cmn_videos > div + div{
    margin-top: 20px;
  }
  .cmn_service_list .img{
    margin-top: 15px;
  }
  .cmn_service_ttl{
    letter-spacing: 0;
  }
}
@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_header_contents_wrap.type1{

  }
  .pg_header_contents_title{
    font-size: 28px;
  }
  .pg_header_contents_wrap.type2{

  }
  .pg_header_contents_sub_tt{
    font-size: 20px;
  }
  .pg_header_contents_sub_txt1{
    font-size: 24px;
    margin-top: 40px;
  }
  .pg_header_contents_sub_txt2{
    font-size: 20px;
    margin-bottom: 92px;
  }
  .pg_header_contents_sub_txt2.long{
  　　text-align: left;
  }

  /*繰り返し*/
  .pg_contents_type1_wrap + .pg_contents_type1_wrap{
    margin-top: 80px;
  }
  .pg_contents_type1_items{

  }
  .pg_contents_type1_items_inner.flex{

  }
  .pg_contents_type1_item{
    width: 50%;
  }
  .pg_contents_type1_item:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_contents_type1_item_title{
    font-size: 16px;
  }
  .pg_contents_type1_cover_box.flex{
    margin-top: 30px;
  }
  .pg_contents_type1_cover_item{

  }
  .pg_contents_type1_cover_item_sq{
    width: 90px;
    font-size: 14px;
  }
  .pg_contents_type1_cover_item_img:before{

  }
  .pg_contents_type1_cover_item_content{

  }
  .pg_contents_type1_cover_item_content_txt{

  }
  .tt1 {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .cmn_videos{
    margin: 100px -15px 115px;
  }

  .cmn_service_list:nth-child(n+2){
    padding-top: 80px;
  }
  .cmn_service_ttl{
    font-size: 18px;
  }
  .cmn_service_list:nth-child(even) .txt{
    order: 2;
  }
  .cmn_service_list:nth-child(even) .img{
    order: 1;
  }
}
@media (min-width:1024px){

  /*下層ページヘッダー*/
  .pg_header_contents_sub_txt2.long{
    text-align: center; 
  }
  .pg_header_contents_wrap.type1{

  }
  .pg_header_contents_title{
    font-size: 32px;
  }
  .pg_header_contents_wrap.type2{

  }
  .pg_header_contents_title{

  }
  .pg_header_contents_sub_tt{

  }
  .pg_header_contents_sub_txt1{
    font-size: 28px;
    margin-top: 55px;
  }
  .pg_header_contents_sub_txt2{
    font-size: 22px;
  }
  .pg_contents_type1_item_inner{
    min-height: 460px;
  }
  .pg_contents_type1_cover_item_sq{
    width: 113px;
  }
  .pg_header_contents_sub_txt2.long{
  　　　text-align:center;
  }
  .pg_contents_type1_item_title{
   letter-spacing:0;
  }
}
@media (min-width:1200px){

  .pg_header_contents_sub_txt1{
    font-size: 30px;
  }
  .pg_header_contents_sub_txt2{
    font-size: 24px;
  }
.pg_contents_type1_item_title{
   letter-spacing:0.075em;
  }
}

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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.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: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.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: 3px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 400;
}
.webgene-pagination li.selected{
  border-color: #c0c0c0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}


/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  margin-top: 80px;
}
.pg_home .section.sec2{
  background: #f7f7f7;
  padding: 40px 0;
  margin-top: 70px;
}
.pg_home .section.sec3{
  margin-top: 60px;
}
.pg_home .section.sec4{
  margin-top: 60px;
}
.pg_home .section.sec5{
  margin-top: 15px;
}

/*TOPタイトル*/
.home_wrap_title{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.075em;
  transform: rotate(-7deg);
  font-style: italic;
  color: #b0b0b0;
  text-align: center;
}
.home_wrap_title_ja{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-top: 16px;
}

.home_about_content{

}
.home_about_content_txt{
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  line-height: 2;
}

.home_help_wrap{

}
.home_help_title{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3333em;
}
.home_help_title strong{
  font-size: 30px;
  font-weight:600;
  color: #028dce;
}
.home_help_title em{
  font-style: normal;
  font-size: 30px;
  color: #ab0101;
}
.home_help_content{
  text-align: center;
  margin-top: 6px;
}
.home_help_content_txt{
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  background: linear-gradient(transparent 60%, #fced00 0%);
  display: inline;
  line-height: 1.56em;
}
.home_help_content_txt strong{
  font-size: 36px;
}
.home_help_illust_box{

}
.illust_pc{
  display: none;
}
.illust_sp{
  display: block;
  margin-top:16px;
}


.home_tech_desc_box{
  width: auto;
  margin: 0 auto;
}
.home_tech_desc_txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.home_tech_desc_txt:before{
  display:inline-block;
  width: 9px;
  height: 15px;
  /* content: "\f007";
   font-family: 'FontAwesome';
   font-weight: 900;*/
  background-image:url(/system_panel/uploads/images/user-check-solid.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  color: #ab0101;
  padding-right: 6px;
  margin-right: 7px;
}
.home_tech_item_img:before{
  padding-top: 57.40%;
}
.home_tech_wrap{
  margin-top: 24px;
}
.home_tech_items{
  margin: 0 -15px;
}
.home_tech_item{
  width: 100%;
  padding: 0 15px;
}
.home_tech_item_ttl.flex{
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #14116e;
}
.home_tech_item_num{
  font-size: 40px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_tech_item_txt{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.4em;
  padding-left: 13px;
}
.home_tech_item_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 10px 5px;
}


/*ブログ*/
.home_blog_wrap{

}
.home_blog_wrap .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.home_blog_wrap .img_fit{
  background: url(/system_panel/uploads/images/noimage.jpg) no-repeat center / cover;
}
.home_blog_wrap .img_fit:before{
  padding-top: 80%;
}
.home_blog_wrap .category{
  max-width: 100%;
  font-size: 11px;
  padding: 0 8px;
  color: #ffffff;
  font-weight: 500;
  background: #4c4c4c;
  color: #ffffff;
  letter-spacing: 0.075em;
}
.home_blog_wrap .title{
  font-size: 14px;
  text-align:justify;
  padding: 10px 0 15px 8px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-break: anywhere;
  margin-right: -10px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_home .section.sec4{
    padding-top:55px;
  }
  .home_help_content{
    margin-top: 28px;
  }
  .home_tech_item .link_1{
    margin-top: 14px;
  }
  .home_tech_item:nth-child(n+2){
    margin-top: 50px;
  }
  .home_help_content_txt{
    font-size:25px;
  }
  .home_tech_item_txt{
    padding-bottom:5px;
  }
  .home_blog_wrap .category{
    /*max-width:80px;*/
  }

  .home_tech_item_ttl{
    margin-top: 10px;
  }
  .home_tech_desc_txt:before{
    width:16px;
    height:13px;
  }
  .home_tech_desc_txt{
    text-indent: -1.7em;
    padding-left: 1.7em;
  }
  .home_blog_wrap .title{
    margin-right:0;
    padding: 10px 0 15px 0px;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    margin-top: 150px;
  }
  .pg_home .section.sec2{
    padding: 50px 0;
    margin-top: 60px;
  }
  .pg_home .section.sec3{
    margin-top: 80px;
  }

  .home_about_content{
    margin-top: 16px;
  }
  .home_about_content_txt{
    font-size: 16px;
    text-align: center;
  }
  /*TOPタイトル*/
  .home_wrap_title{

  }
  .home_wrap_title_ja{
    font-size:24px;
  }
  .home_help_title strong{
    font-size:36px;
  }
  .home_help_title em{
    font-size:36px;
  }
  /*TOP イラスト*/
  .home_help_illust_box{
    text-align: center;
    margin-top: 10px;
  }
  .illust_pc{
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .illust_sp{
    display: flex;
    justify-content: space-between;
  }

  home_help_content_txt{
    font-size: 28px;
  }

  .home_tech_wrap{
    margin-top: 30px;
  }
  .home_tech_items{

  }
  .home_tech_item{
    width: 50%;
  }
  .home_tech_item:nth-child(n+3){
    margin-top: 30px;
  }
  .home_tech_item_ttl{

  }
  .home_tech_desc_txt:before{
    padding-right: 10px;
  }
  .home_tech_desc_box{
    padding-left: 16px;
    margin-top:15px;
  }
  .home_tech_item_txt{
    padding-left: 16px;
  }
  .home_tech_item_content{
    font-size: 16px;
  }
  .home_tech_item .link_1{
    margin-top: 16px;
  }
  .home_tech_desc_txt:before{
    width:15px;
    height:12px;
  }

  /*ブログ*/
  .home_blog_wrap .category {
    width: 100%;

    /*min-width: 125px;*/
    font-size: 14px;
  }
  .home_blog_wrap .title {
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    margin-top: 150px;
  }
  .pg_home .section.sec2{
    margin-top: 74px;
    padding: 60px 0;
  }
  .pg_home .section.sec3{
    margin-top: 103px;
  }
  .pg_home .section.sec4{
    margin-top: 80px;
  }
  .home_wrap_title_ja{
    font-size:28px;
  }
  .home_about_content{
    margin-top: 20px;
  }
  .home_about_content_txt{

  }

  .home_help_title{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
  .home_help_title strong{
    font-size: 48px;
  }
  .home_help_title em{
    font-size: 48px;
  }
  .home_help_content{

  }
  .home_help_content_txt{
    font-size: 46px;
  }
  .home_help_content_txt strong{
    font-size: 57px;
  }
  /*TOP イラスト*/
  .home_help_illust_box{

  }
  .illust_pc{
    display: none;
    width: auto;
  }
  .illust_sp{
  }
  .home_tech_wrap{
    margin-top: 40px;
  }
  .home_tech_desc_box{
    width: 790px; 
    padding-left: 20px;
    margin-top:5px;
  }
  .home_tech_desc_txt{
    font-size: 16px;
  }
  .home_tech_desc_txt:before{
    padding-right: 18px;
    width: 15px;
    height: 15px;
  }
  .home_tech_item:nth-child(n+3){
    margin-top: 55px;
  }
  .home_tech_item_num{
    font-size: 56px;
  }
  .home_tech_item_txt{
    font-size: 17px; 
    line-height: 1.77777em;
    padding-left: 12px;
    letter-spacing: 0;
  }
  .home_tech_item_content{
    font-size: 16px;
  }
  .home_tech_item_content p{

  }
}
@media (min-width:1200px){
  .pg_home .section.sec1{
    margin-top: 160px;
  }

  /*TOPタイトル*/
  .home_wrap_title{
    font-size: 46px;
  }
  .home_wrap_title_ja{
    font-size: 32px;
  }
  .home_help_title{
    font-size: 42px;
  }
  .home_tech_item_txt{
    height: auto;
  }
  .home_tech_item_content{
    height: auto;
  }
  .home_tech_item_txt{
    font-size: 18px; 
    padding-left: 20px;
    letter-spacing: 0.075em;
  }

  .home_blog_wrap .category {
    width: 125px;
  }
}

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


/* コピー用 */
@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;
  }


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


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


}


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


/* コピー用 */
@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;
  }


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


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


}


/*******************************
*　記事一覧(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;
}

/* リスト */
.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: #14126e;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.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;
}
.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;
}


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

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

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

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

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

  /* リスト */
  .posts_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{
    padding-top: 100px;
  }

}



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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  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;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.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 0;
}

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


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
}
.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;
}

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

@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 .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

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

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


  .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: 15px;
    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;
  }
}


/*******************************
*　施工実績
********************************/
.works_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.works_list .webgene-item a{
  padding: 10px 10px 25px;
  display: block;
  background: #f7f7f7;
  position: relative;
}
.works_list .webgene-item a:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.works_list .img_fit{
  background: url(/system_panel/uploads/images/20230209113157644825.jpg) no-repeat center / cover #b0b0b0;
}
.works_list .img_fit:before{
  padding-top: 80%;
}
.works_list .category,
.works_detail .category{
  min-width: 120px;
  font-size: 12px;
  background: #4c4c4c;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.075em;
  display: inline-block;
  padding:0 10px;
}
.works_list .category{
  min-width: 100%;
}

.works_list .title{
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.85;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.posts_category_sp select, 
.posts_side_wrap select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 0;
  background: #ffffff;
}

@media (max-width:767px){
  .works_list .webgene-blog{
    margin: 20px -8px 0;
  }
  .works_list .webgene-item{
    padding: 0 8px;
  }
  .works_list .category, .works_detail .category{
    padding:0 5px;
  }

  .works_detail.noSlider .webgene-item{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:768px){

  .works_list .title{
    font-size: 16px;
  }
  .works_list .category,
  .works_detail .category{
    min-width: 150px;
    font-size: 14px;
  }
  .works_list .category{
    min-width: 100%;
  }
  .works_list .webgene-item a{
    padding: 10px 10px 45px;
  }
  .webgene-pagination {
    margin: 75px 0 0;
  }
}
@media (min-width:1024px){

  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 60px;
  }

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

  .works_list .category{
    min-width: 150px;
  }

}

/*詳細*/
.works_detail .webgene-item{
  padding: 20px 40px;
  background: #f7f7f7;
}
.works_detail .title {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}
.works_detail .slider {
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.works_detail .thumb {
}
.works_detail .thumb .img_fit{
  background: #dddddd;
}
.works_detail .thumb .img_fit:before{
  padding-top: 70%;
}
.works_detail .thumb .img_fit img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.works_detail .sub{
  margin-top: 5px;
}
.works_detail .sub .img_fit{
  margin: 0 2px;
  cursor: pointer;
}
.works_detail .sub .img_fit:before{
  padding-top: 70%;
}
.works_detail .slick-arrow {
  font-size: 22px;
  color: #181818;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.works_detail .slick-prev {
  left: -30px;
}
.works_detail .slick-next {
  right: -30px;
}
.works_detail .post_content {
  min-height: 230px;
  padding: 18px 12px;
  letter-spacing: 0.075em;
  color: #000;
  background: #ffffff;
  line-height: 2;
}
.works_detail .sub .slick-track{
  margin-left: 0;
}
.works_detail .meta{
  padding-bottom: 10px;
  margin: 0 0 35px;
  font-weight: 500;
  border-bottom: 1px dotted;
  letter-spacing: 0.075em;
}
.works_detail .meta:after{
  content: "";
  display: block;
  clear: both;
}
.works_detail .post_content h3{
  font-size: 18px;
  margin-bottom: 20px;
}
.works_detail .link {
  max-width: 350px;
  font-size: 14px;
  padding: 10px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media (min-width:768px){
  .pg_products .webgene-pagination{
    margin-top: 73px;
  }

  .works_detail .webgene-item{
    padding: 30px 45px 58px;
  }
  .works_detail .title {
    font-size: 16px;
  }
  .works_detail .slider {
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
  .works_detail .slick-arrow {
    font-size: 22px;
  }
  .works_detail .slick-prev {
    left: -30px;
  }
  .works_detail .slick-next {
    right: -30px;
  }
  .pg_products .link_1{
    margin-top: 72px;
  }
  .works_detail .thumb {
  }
  .works_detail .price{    
    width: auto;
    font-size: 20px;
    margin-top: 0;
  }
  .works_detail .price a{  
    font-size: 14px;
    padding: 5px 25px;
  }
  .works_detail .meta{
    padding-bottom: 15px;
  }
}
@media (min-width:1024px){

  .works_detail .webgene-item{
    padding: 30px 95px 58px;
  }
  .works_detail .slider {
  }
  .works_detail .thumb{
  }

}


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

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

}
@media (max-width:767px){
  .pg_header_contents_sub_txt2.middle{
    text-align:justify;
  }
}
@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;
  }


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


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


}