@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
}
#root{
  overflow: hidden;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

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

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

.mincho{
  font-family: 'Noto Serif JP', 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: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

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

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.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:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1023px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    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:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_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{
  display: flex;
  flex-wrap: wrap;
  background:rgba(0,0,0,0.5);
}
.hdr_left_txt{
  margin-left: 12px;
}
.hdr_left_txt1{
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.075em;
}
.hdr_left_txt2{
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #181818;
  font-size: 15px;
  line-height: 1;
  padding: 3px 0;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.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: 60px;
  position: relative;
}
.pg_header_img:before{
  padding-top: 200px;
}
.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.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);
}
.pg_header .container{
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pg_header_ttl{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  /* width: 100%; */
  text-align: center;
  background: #fff;
  padding: 3px 20px;
}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_txt{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4em;
  color: #fff;
  margin-left: 16px;
}
.mv_scroll{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 10px;
}
.gnav {
  display: flex;
  position: fixed;
  left: 100%;
  z-index: 10;
  height: 0;
  /* background: #47a3cd; */
  /* padding: 20px 15px; */
  font-size: 16px;
  overflow: hidden;
  border-radius: 15px;
  /* transition: all 1.8s; */
  opacity: 0;
  background:rgba(0,0,0,0.9);
  box-shadow: 0 0 4px 0px #666;
}
.gnav .gnav_item{
  text-align:center;
  color: #fff;
}
.gnav .gnav_box1{
  text-align: center;
  width: 65px;
  padding: 30px 15px;
}
.gnav .gnav_box2 {
  padding: 5px;
  text-align: center;
}
.gnav.active {
  align-items: flex-start;
  left: 15px;
  right: 15px;
  height: auto;
  opacity: 1;
}


@media (min-width:375px){

}

@media (min-width:768px){

  .header{
    position: fixed;
    width: 100%;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
    z-index: 10;
  }
  .hdr_outer{
    display: flex;
    align-items: center;
    width: 54%;
  }
  .hdr_bar{
    text-align: center; 
  }
  .bar_content{
    text-align: center;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before, .fa-times:before {
    font-size: 36px;
    color: #fff;
  }
  .hdr_menu.gnav_open {
    font-size: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  .hdr_menu.gnav_open p{
    color: #fff;
    line-height: 1;
  }
  .hdr_left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 45%;
  }
  .hdr_left_txt{
    text-align: center;
    margin-top: 10px;
  }
  .hdr_right{
    display: flex;
    flex-wrap: wrap;
  }
  .hdr_right_phone{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
  }
  .hdr_right_phone .num{
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .hdr_right_phone .num:before{
    content: "\f095";
    font-family: "fontAwesome";
    display: block;
    transform: rotate(270deg);
    font-size: 26px;
    margin-right: 10px;
  }
  .hdr_right_phone .txt{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .hdr_right_contact_btns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
  }
  .hdr_right_contact_btn{
    width: auto;
    color: #fff;
    background: #b62037;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 3px 16px;
    border-radius: 5px;
  }
  .hdr_right_contact_btn.book{
    margin-right:5px;
  }
  .hdr_right_contact_btn.book p{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hdr_right_contact_btn.book p:before{
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    font-family: "fontAwesome";
    background-image: url(/system_panel/uploads/images/booko.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
  }
  .hdr_right_contact_btn.mail p:before{
    content: "\f0e0";
    font-family: "fontAwesome";
    margin-right: 3px;
  }
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header_mv{
    height: 350px;
  }
  .pg_header_img:before{
    padding-top: 400px;
  }
  .pg_header_ttl{
    font-size: 24px;
  }

  .gnav {
    align-items: center;
    font-size: 20px;
    width: 760px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav .gnav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    border-right: 1px solid #fff;
    font-size: 15px;
    padding: 20px 0;
    /* line-height: 2; */
    font-weight: 500;
    min-height: 200px;
  }
  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 15px;
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open {
    font-size: 10px;
    margin-left: 0;
  }
  .gnav .inner {
    width: calc(100% - 130px);
  }
  .gnav .gnav_item {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .gnav .gnav_item:nth-child(7),
  .gnav .gnav_item:nth-child(8),
  .gnav .gnav_item:nth-child(9){
    border-bottom: none;;
  }
  .gnav.active, .gjs-dashed .gnav {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav.active .inner, .gjs-dashed .gnav .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    border-left: 1px solid #fff;
    /* border: 1px solid #000; */
  }

  .mv_img.img_fit:before{
    padding-top:100vh;
  }
  .mv_txt{
    font-size: 46px;
    margin-left: 20px;
  }
}
@media (min-width:1024px){
  .header{
    padding: 5px 16px 5px 16px;
  }
  .bar_content{
    margin-left: 20px;
  }
  .hdr_outer{
    width: 55%;
  }
  .hdr_right_phone{
    margin-right: 20px;
  }
  .pg_header{
    margin-bottom: 110px;
  }
  .pg_header_mv{
    height: 550px;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }
  .mv_txt{
    font-size: 50px;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .pg_header_img:before{
    padding-top: 400px;
  }

  .gnav .gnav_item {
    padding: 20px 15px;
  }

}
@media (min-width:1200px){
  .header{
    padding: 5px 32px 5px 23px;
  }
  .hdr_left{
    width: 48%;
  }
  .hdr_outer{
    width: 51%;
  }
  .hdr_left_txt2{
    width: 95%;
    margin: 5px auto 0;
  }
  .bar_content{
    margin-left: 50px;
  }
  .mv_img.img_fit:before{
    padding-top: 910px;
  }

  .pg_header_img:before{
    padding-top: 468px;
  }

  .gnav {
    /* right: 60px; */
    font-size: 20px;
    width: 900px;
  }
}
@media (min-width:1500px){
  .hdr_left{
    width: auto; 
  }

  .hdr_right_contact_btns{
    margin-top: 0;
  }
}
@media (min-width:1600px){
  .hdr_left{
    width: auto; 
  }

  .hdr_right_contact_btns{
    margin-top: 0;
  }
}
@media (min-width:1700px){
  .hdr_outer{
    width: auto; 
  }
}
@media (max-width:767px){
  .header{
    justify-content: center;
    padding-bottom: 8px;
  }
  .hdr_left{
    text-align: center;
  }
  .hdr_left_txt{
    margin-top: 0;
    margin-left: 0;
  }
  .hdr_left_txt2{
    margin-top: 8px;
  }
  .hdr_left img{
    width: 75%;
  }
  .hdr_outer{
    display: none;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }

  /* スマホ用 */
  .gnav {
    display: flex !important;
    flex-wrap: wrap;
    width: auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    /* background: #e7e7e6; */
    padding: 0;
    z-index: 99999;
    /* transition: all 0.2s; */
    transform: translateX(100%);
  }
  .gnav.active {
    left: 5px;
    right: 5px;
    height: 370px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav .gnav_item {
    font-size: 12px;
    letter-spacing:-0.18em;
    padding: 0 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 33%;
    text-align: center;
    padding: 19px 2px;
    color: #fff;
    display: flex;
    /* border: 1px solid #7d7d7c; */
    background: rgba(0,0,0,0.9);
    /* justify-content: flex-start; */
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }
  .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;
  }

  .mv_img.img_fit:before{
    padding-top: calc(100vh - 97px - 57px);
  }
  .mv_txt{
    font-size: 28px;
  }
  .arrow{
    text-align: center;
  }
  .arrow img{
    width: 75%;
    margin: 0 auto 10px;
  }
  .gnav.active .inner {
    display: flex;
    flex-wrap: wrap;
    /* border: 2px solid #7d7d7c; */
  }
  .gnav .gnav_box1 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 5px 0px;
  }

  .pg_header_ttl{
    font-size: 18px;
    text-align:justify;
  }
}



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

.footer{
  background: #f5f5f5;
  margin-top: 0;
  border-top: 1px solid #7d7d7d;
  padding-top: 20px;
  padding-bottom: 25px;
}

.ftr1{
  padding: 30px 0 20px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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_address{
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 16px;
}
/*.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: 14px;
  text-align: right;
  letter-spacing: 0.075em;
  font-weight: normal;
  padding-right: 12px;
}

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

/*CONTACT*/
.ftr_conact_wrap{
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.body_home .ftr_conact_wrap{
  margin-top: 60px;
}
.ftr_conact_box{
  padding: 16px 0;
  background: #b62037;
}
.ftr_conact_box1{

}
.ftr_conact_box1_title{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.ftr_conact_box1_form_box{

}
.ftr_conact_box1_form_box_left{
  align-items: center;
  background: #fff;
  color: #181818;
  padding: 10px 0;
  position: relative;
}

.ftr_conact_box1_form_box_left: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%);
}
.ftr_conact_box1_form_box_left .flex{
  align-items: center;
  justify-content: center;
}
.ftr_conact_box1_form_box_left_icon{
  margin-right: 16px;
}
.ftr_conact_box1_form_box_left_en{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.ftr_conact_box1_form_box_left_ja{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.ftr_conact_box2{
  color: #fff;
  text-align: center;
}
.ftr_conact_box1_form_box_right_txt1{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;;
  color: #fff;
}
.ftr_conact_box1_form_box_right_txt2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.075em;;
  line-height: 1;

}
.ftr_conact_box1_form_box_right_txt3{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;;
}
.ftr_conact_box1_form_box_right_txt2 em{
  display: inline-block;
  font-style: normal;
  font-size: 0.789em;
}
.ftr_conact_box1_form_box_right_txt2 em::first-letter{
  font-size: 1.266em;
}
.formWrap{
  position: relative;
  z-index: 0;
}
@media (min-width:375px){

}

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

  }

  /*CONTACT*/
  /*CONTACT*/
  .ftr_conact_wrap{
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 80px;
  }
  .body_home .ftr_conact_wrap{
    margin-top: 120px;
  }
  .ftr_conact_box{
    padding: 20px 0;
    justify-content: space-around;
    align-items: center;
  }
  .ftr_conact_box1{
    width: 53%;
  }
  .ftr_conact_box1_title{
    font-size: 50px;
  }
  .ftr_conact_box1_form_box{
    margin-top: 10px;
  }
  .ftr_conact_box1_form_box_left{
    padding-left: 5px;
  }
  .ftr_conact_box1_form_box_left:after {
    font-size: 20px;
    right: 10px;
  }
  .ftr_conact_box1_form_box_left .flex{
    justify-content: flex-start;
  }
  .ftr_conact_box1_form_box_left_icon{

  }
  .ftr_conact_box1_form_box_left_en{

  }
  .ftr_conact_box1_form_box_left_ja{

  }
  .ftr_conact_box2{
    padding-top: 12px;
  }
  .ftr_conact_box1_form_box_right_txt1{

  }
  .ftr_conact_box1_form_box_right_txt2{
    margin-top: 26px;
  }
  .ftr_conact_box1_form_box_right_txt3{

  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ftr_link{
    /*width: 50%;*/
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.055em;
    line-height: 2.53em;
    padding-right: 10px;
  }

  .ftr1_right{
    width: 55%;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;

  }


  /*CONTACT*/
  .ftr_conact_wrap{
    background: #f5f5f5;
    padding-top:60px;
    margin-top: 200px;
    padding-bottom: 100px;
  }
  .body_home .ftr_conact_wrap{
    margin-top: 200px;
  }
  .ftr_conact_box{
    justify-content: space-between;
  }
  .ftr_conact_box1{
    width: 48.64%;
    padding-left: 20px;
    padding-right: 24px;
  }
  .ftr_conact_box1_title{
    font-size: 55px;
  }
  .ftr_conact_box1_form_box{

  }
  .ftr_conact_box1_form_box_left{
    padding: 12px 0;
  }
  .ftr_conact_box1_form_box_left:after {
    font-size: 20px;
    right: 5px;
  }
  .ftr_conact_box1_form_box_left_icon{

  }
  .ftr_conact_box1_form_box_left .flex{
    justify-content: flex-start;
    padding-left: 20px;
  }
  .ftr_conact_box1_form_box_left_en{
    font-size: 21px;
  }
  .ftr_conact_box1_form_box_left_ja{
    margin-left: 16px;
  }
  .ftr_conact_box2{
    width: 49.64%;
    padding-right: 30px;
  }
  .ftr_conact_box1_form_box_right_txt1{
    font-size: 21px;
  }
  .ftr_conact_box1_form_box_right_txt2{
    font-size: 38px;
  }
  .ftr_conact_box1_form_box_right_txt3{

  }
  .ftr1_right{
    width: 46%;
    padding-top: 5px;
    padding-left: 5px;
  }
  .ftr_links{
    margin-right: -50px; 
  }
  .ftr_link{
    width: auto;
    padding-right: 36px;
  }
}
@media (min-width:1200px){
  .ftr_conact_box1_title{
    font-size: 68px;
  }
  .ftr_conact_box1{
    padding-left: 42px;
  }
  .ftr_conact_box2{
    width: 48.64%;
    padding-right: 68px;
  }
  .ftr_conact_box1_form_box_left:after {
    font-size: 25px;
    right: 22px;;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }

  .ftr_conact_box{
    justify-content:center;
  }
  .ftr_conact_box1_title,
  .ftr_conact_box1_form_box_right_txt1{
    text-align: center;
  }
  .ftr_conact_box1_form_box_left{
    padding:10px;
  }
  .ftr_conact_box2{
    margin-top:20px;
  }
  .ftr_conact_box1_form_box_right_txt3{
    margin-top: 16px;
  }
  .ftr_conact_box1_form_box_right_txt2{
    font-size: 36px;
  }
  .ftr_conact_box1_form_box_left:after{
    display: none;
  }
  .ftr1_right{
    display: none;
  }
  .ftr1{
    justify-content: center;
    text-align: center;
  }
  .ftr_conact_wrap{
    margin-top: 80px;
  }
}



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

/* 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: 100px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  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;
}


/*******************************
*　共通
********************************/

/*円形ボタン単体/*/
.link_1_circle{
  width: 70px;
  height: 70px;
  border: 1px solid #c14256;
  border-radius: 50%;
  position: relative;
}
.link_1_circle:after{
  content: "➡";
  display: block;
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/*テキスト付きボタン*/
.link_1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link_1 p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 20px;
}
.installation_contents_item_link:hover,
.hdr_right_contact_btn:hover{
  color: #fff;
}

/*タイトル*/
.pg_section_title{
  text-align: center;
}
.pg_section_title_en{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.pg_section_title_en:after{
  content: "";
  display: block;
  width: 44px;
  height: 10px;
  background-image: url(/system_panel/uploads/images/dots.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 16px auto 24px;
}
.pg_section_title_ja{
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  background: #0d0d0d;
  color: #fff;
  padding: 5px 10px;
}

/*見出し*/
.page_header_wrap{

}
.page_header_title{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.41em;
}
.page_header_desc{
  text-align: justify;
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0;
  line-height: 1.875em;
  margin-top: 20px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*見出し*/
  .page_header_wrap{

  }
  .page_header_title{
    font-size: 19px;
  }
}
@media (min-width:768px){


  /*タイトル*/
  .pg_section_title{
    text-align: center;
  }
  .pg_section_title_en{

  }
  .pg_section_title_ja{

  }


  /*見出し*/
  .page_header_wrap{

  }
  .page_header_title{

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

  /*タイトル*/
  .pg_section_title{
    text-align: center;
  }
  .pg_section_title_en{
    font-size: 49px;
  }
  .pg_section_title_ja{

  }


  /*見出し*/
  .page_header_wrap{

  }
  .page_header_title{
    font-size: 36px;
  }
  .page_header_desc{
    text-align: center;
  }
}
@media (min-width:1200px){


}

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

}
.pg_home .section.sec1{
  margin-top: 70px;
}
.pg_home .section.sec2{
  margin-top: 70px;
}
.pg_home .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*繰り返し*/
.home_contents_wrap{

}
.home_contents_items{

}
.home_contents_item{
  justify-content: space-between; 
}
.home_contents_item1{
  width: 100%;
}
.home_contents_item1 .link_1{
  margin-top: 30px;
}
.home_contents_item1_title{

}
.home_contents_item1_title:after{
  content: "";
  display: block;
  width: 44px;
  height: 10px;
  background-image: url(/system_panel/uploads/images/dots.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 14px;
}
.home_contents_item1_title_en{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_contents_item1_title_sub{
  margin-top: 20px;
}
.home_contents_item1_title_sub_en{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
.home_contents_item1_title_sub_ja{
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  background: #0d0d0d;
  color: #fff;
  padding: 2px 8px;
  margin-top: 8px;
}
.home_contents_item1_title_desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75em;
  margin-top: 22px;
}
.home_contents_item1_text{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0;
  line-height: 1.875em;
  margin-top: 10px;
}
.home_contents_item2{
  width: 100%;
  position: relative;
}
.home_contents_item2:after{
  content: "";
  display: block;
  width: 10000px;
  height: 100%;
  background: #f1efef;
  position: absolute;
  z-index: -1;
}
.home_contents_item2_img:before{
  padding-top: 79.62%;
}

/*サービス*/
.home_page_wrap{
  margin-top: 70px;
}
.home_page_items{
  margin: 30px -15px 0;
}
.home_page_item{

}
.home_page_item_img:before{
  padding-top: 80%;
}
.home_page_item_title{
  text-align: center;
  margin-top: 14px;
}
.home_page_item_title_txt{
  font-size: 17px;
  font-weight:500;
  letter-spacing: 0.075em;
}
.home_page_item_desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.065em;
  line-height: 1.875em;
  margin-top: 20px;
  padding: 0 5px;
}
.home_page_item .link_1{
  margin-top: 16px;
}

/*横並びボタン*/
.home_page_btns{
  justify-content: space-between;
  margin-top: 60px;
}
.home_page_btn{
  width: 100%;
  font-size: 18px;
  font-weight:500;
  letter-spacing: 0.075em;;
  border: 1px solid #000000;
  padding: 12px 34px 12px 16px;
}
.home_page_btn .flex{
  justify-content: space-between;
}
.home_page_btn .home_page_box1{
  display: flex;
  align-items: center;
}
.home_page_btn .home_page_box1:before{
  content: "";
  display: block;
  width: 44px;
  height: 10px;
  background-image: url(/system_panel/uploads/images/dots.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 28px;
}
.home_page_btn .link_1_circle{

}

/*会社概要*/
.home_company_wrap{

}
.home_company_items{
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.home_company_items:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f1efef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home_company_item1{
  width: 100%;
}
.home_company_item1_img{
  text-align: center;
}
.home_company_item2{
  width: 100%;
}
.home_company_item2_title{

}
.home_company_item2_title_en{
  font-size: 32px;
  font-weight:normal;
  letter-spacing: 0.1em;;
  line-height: 1;
}
.home_company_item2_title_ja{
  width: 100%;
  font-size: 20px;
  font-weight:500;
  letter-spacing: 0.1em;;
  display: inline-block;
  background: #0d0d0d;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  padding: 4px 0;
}
.home_company_item2_title_ja strong{
  font-size: 20px;
  font-weight:500;
  letter-spacing: 0.1em;;
}
.home_company_item2_desc{
  font-size: 16px;
  font-weight:500;
  letter-spacing: 0.1em;;
  line-height:1.666em;
  margin-top: 12px;
}
.home_company_item2 .home_page_btn{
  border: none;
  padding: 0;
  width: 70%;
  margin-top: 18px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*繰り返し*/
  .home_contents_item:nth-child(n+2){
    margin-top: 40px;
  }
  .home_contents_item1{
    order: 2;
    margin-top: 20px;
  }
  .home_contents_item2{
    order: 1;
  }
  .home_contents_item2:after{
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    height:100%;
    top: 50px;
  }
  /*サービス*/
  .home_page_item:nth-child(n+2){
    margin-top: 30px;
  }
  /*横並びボタン*/
  .home_page_btn:nth-child(n+2){
    margin-top: 20px;
  }
  /*会社概要*/
  .home_company_item2_title_en{
    text-align: center; 
  }
  .home_company_item2 .home_page_btn{
    width: 85%;
    margin: 20px auto 0;
  }
  .home_company_items:after{
    height: 52%;
  }
  .home_company_item2_desc{
    padding: 12px 12px 0;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    margin-top: 100px;
  }
  .pg_home .section.sec2{
    margin-top: 100px;
  }
  .pg_home .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*繰り返し*/
  .home_contents_wrap{

  }
  .home_contents_items{

  }
  .home_contents_item{

  }
  .home_contents_item:nth-child(n+2){
    margin-top: 100px;
  }
  .home_contents_item:nth-child(odd) .home_contents_item1{
    order: 1;
  }
  .home_contents_item:nth-child(odd) .home_contents_item2{
    order: 2;
  }
  .home_contents_item:nth-child(even) .home_contents_item1{
    order: 2;
  }
  .home_contents_item:nth-child(even) .home_contents_item2{
    order: 1;
  }
  .home_contents_item1{
    width: 45.49%;
  }
  .home_contents_item1_title{

  }
  .home_contents_item1_title_en{

  }
  .home_contents_item1_title_sub{
    margin-top: 38px;
  }
  .home_contents_item1_title_sub_en{

  }
  .home_contents_item1_title_sub_ja{

  }
  .home_contents_item1_title_desc{

  }
  .home_contents_item1_text{

  }
  .home_contents_item2{
    width: 48.64%;
  }
  .home_contents_item2:after{
    top: 100px;
    height: 300px
  }
  .home_contents_item:nth-child(odd) .home_contents_item2:after{
    left: -20px;
  }
  .home_contents_item:nth-child(even) .home_contents_item2:after{
    right:-20px;
  }
  .home_contents_item1 .link_1{
    margin-top: 32px;
  }

  /*サービス*/
  .home_page_wrap{
    margin-top: 120px;
  }
  .home_page_items{

  }
  .home_page_item{

  }
  .home_page_item_img:before{

  }
  .home_page_item_title{
    margin-top: 18px;
  }
  .home_page_item_title_txt{
    font-size: 18px;
  }
  .home_page_item_desc{

  }
  .home_page_item .link_1{

  }

  /*横並びボタン*/
  .home_page_btns{
    margin-top: 80px;
  }
  .home_page_btn{
    width: 48.64%;
  }
  .home_page_btn .flex{
    justify-content: space-between;
  }
  .home_page_btn .home_page_box1{

  }
  .home_page_btn .link_1_circle{

  }

  /*会社概要*/
  .home_company_wrap{

  }
  .home_company_items{

  }
  .home_company_items:after{
    height: 220px;
  }
  .home_company_item1{
    width: 40.09%;
  }
  .home_company_item1_img{

  }
  .home_company_item2{
    width: 57.20%;
    padding-right: 20px;
  }
  .home_company_item2_title{

  }
  .home_company_item2_title_en{

  }
  .home_company_item2_title_ja{

  }
  .home_company_item2_title_ja strong{

  }
  .home_company_item2_desc{

  }
  .home_company_item2 .home_page_btn{

  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    margin-top: 170px;
  }
  .pg_home .section.sec2{
    margin-top: 150px;
  }
  .pg_home .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*繰り返し*/
  .home_contents_wrap{

  }
  .home_contents_items{

  }
  .home_contents_item{

  }
  .home_contents_item:nth-child(n+2){
    margin-top: 137px;
  }
  .home_contents_item1{

  }
  .home_contents_item1_title{

  }
  .home_contents_item1_title_en{
    font-size: 68px;
  }
  .home_contents_item1_title_sub{

  }
  .home_contents_item1_title_sub_en{
    font-size: 24px;
  }
  .home_contents_item1_title_sub_ja{

  }
  .home_contents_item1_title_desc{
    font-size: 22px;
  }
  .home_contents_item1_text{

  }
  .home_contents_item2{
    padding-top: 10px;
  }
  .home_contents_item:nth-child(odd) .home_contents_item2:after{
    margin-right: calc(-50vw + 50%);
    height: 450px;
    left: -25px;
    top: 110px;
  }
  .home_contents_item:nth-child(even) .home_contents_item2:after{
    margin-left: calc(-50vw + 50%);
    margin-right: auto;
    height: 450px;
    right: -30px;
    left: auto;
    top: 110px;
  }
  .home_contents_item1 .link_1{
    margin-top: 46px;
  }

  /*サービス*/
  .home_page_wrap{
    margin-top: 225px;
  }
  .home_page_items{

  }
  .home_page_item{

  }
  .home_page_item_img:before{

  }
  .home_page_item_title{

  }
  .home_page_item_title_txt{

  }
  .home_page_item_desc{
    font-size: 16px;
  }
  .home_page_item .link_1{

  }

  /*横並びボタン*/
  .home_page_btns{
    margin-top: 110px;
  }
  .home_page_btn{
    font-size: 21px;
  }
  .home_page_btn .flex{

  }
  .home_page_btn .home_page_box1{

  }
  .home_page_btn .link_1_circle{

  }

  /*会社概要*/
  .home_company_wrap{

  }
  .home_company_items{

  }
  .home_company_items:after{
    height: 236px;
  }
  .home_company_item1{

  }
  .home_company_item1_img{

  }
  .home_company_item2{
    padding-right: 70px;
    padding-top: 24px;
  }
  .home_company_item2_title{

  }
  .home_company_item2_title_en{
    font-size: 46px;
  }
  .home_company_item2_title_ja{
    font-size: 24px;
  }
  .home_company_item2_title_ja strong{
    font-size: 24px;
  }
  .home_company_item2_desc{
    font-size: 18px;
  }
  .home_company_item2 .home_page_btn{
    width: 70%;
  }
}
@media (min-width:1200px){

  .home_company_item2 .home_page_btn{
    border: none;
    padding: 0;
    width: 56%;
    margin-top: 18px;
  }
  .home_contents_item1_title_desc{
    font-size: 24px;
  }
  .home_company_item2{
    padding-right: 156px;
    padding-top: 24px;
  }
}

/*******************************
*　商品について
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec2{
  padding-top: 30px;
  margin-top: 50px;
}
.pg_about .section.sec3{
  padding-top: 40px;
  margin-top: 20px;
}

/*繰り返し*/
.about_contents_items{
  margin-top: 60px;
}
.about_contents_item{

}
.about_contents_item.first .about_contents_item_top_left{
  background: rgb(3,79,195);
  background: linear-gradient(144deg, rgba(3,79,195,1) 0%, rgba(0,126,220,1) 35%, rgba(11,186,250,1) 100%);
}
.about_contents_item.second .about_contents_item_top_left{
  background: rgb(206,47,0);
  background: linear-gradient(51deg, rgba(206,47,0,1) 0%, rgba(216,97,1,1) 35%, rgba(224,143,4,1) 100%);
}
.about_contents_item.third .about_contents_item_top_left{
  background: rgb(13,227,172);
  background: linear-gradient(124deg, rgba(13,227,172,1) 0%, rgba(102,225,138,1) 35%, rgba(148,222,89,1) 100%);
}

.about_contents_item_top{

}
.about_contents_item_top_left{
  justify-content: space-between;
  color: #fff;
  padding: 20px 30px 20px 27px;
  position: relative;
}
.about_contents_item_top_left:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position:absolute;
  top: 10px;
  z-index: -1;
}
.about_contents_item:nth-child(odd) .about_contents_item_top_left:after{
  left: 10px;
}
.about_contents_item:nth-child(even) .about_contents_item_top_left:after{
  right: 10px;
}
.about_contents_item_top_right{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2.125;
  background: #f1efef;
  padding: 16px;
  z-index: 2
}
.about_contents_item_top_left_txt1{
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about_contents_item_top_left_txt2{
  font-size: 32px;
  font-weight:600;
  letter-spacing: 0.075em;
  align-self: center;
  padding-bottom: 16px;
}
.about_contents_imgs{
  justify-content: space-between;
  margin-top: 30px;
}
.about_contents_img_item{
  width: 100%
}
.about_contents_img_item:before{

}
.about_contents_item.first .about_contents_img_item.one{
  width: 100%;
}
.about_contents_item.first .about_contents_img_item.two{

}
.about_contents_item.first .about_contents_img_item.one:before{
  padding-top: 71.46%;
}
.about_contents_item.first .about_contents_img_item.two:before{
  padding-top: 50.07%;
}
.about_contents_item.second .about_contents_img_item.one{

}
.about_contents_item.second .about_contents_img_item.two{

}
.about_contents_item.second .about_contents_img_item.one:before{
  padding-top: 75.71%;
}
.about_contents_item.second .about_contents_img_item.two:before{

}
.about_contents_item.third .about_contents_img_item.one:before{
  padding-top:58.888%;
}

/*効果*/
.about_effect_wrap{

}
.about_effect_items{
  margin:60px -15px 0;
}
.about_effect_item{

}
.about_effect_item:nth-child(n+2){
  margin-top: 30px;;
}
.about_effect_item_title{
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  position: relative
}
.about_effect_item_title:after{
  content: "";
  display: block;
  width: 65px;;
  height: 1px;
  background: #b62037;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.about_effect_item_title_txt{
  font-size: 16px;
  font-weight:600;
  letter-spacing: 0.075em;
}
.about_effect_item_inner{
  justify-content: space-between;
  padding: 20px 20px 30px;
  background: #f1efef;
  margin-top: 20px;
  position: relative;
}
.about_effect_item_inner_box{
  width: 100%;
}
.about_effect_item_inner_box_img:before{
  padding-top: 76.59%;
}
.about_effect_item_inner_box_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

/*SDGs*/
.about_sdgs_title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top:30px;
}
.about_sdgs_items{
  margin: 30px -15px 0;
}
.about_sdgs_item{

}
.about_sdgs_item:nth-child(n+2){
  margin-top: 40px;
}
.about_sdgs_item_inner{
  justify-content: space-between;
  margin-top: 24px;
}
.about_sdgs_item_inner_box1{
  width: 100%;
}
.about_sdgs_item_inner_box1_img{

}
.about_sdgs_item_inner_box2{
  width: 100%;
}
.about_sdgs_item_inner_box2_title{
  font-size: 15px;
  font-weight:500;
  letter-spacing: 0.075em;
  line-height: 1.8em;
}
.about_sdgs_item_inner_box2_desc{
  font-size: 15px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.8em;
  margin-top: 10px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .about_contents_item_top_right{
    margin-top: 10px;
  }
  .about_contents_item:nth-child(n+2){
    margin-top: 65px;
  } 
  /*スライド*/
  .about_contents_imgs .slick-arrow {
    font-size: 22px;
    color: #181818;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .about_contents_imgs .slide-prev {
    left: 20px;
    z-index: 1;
  }
  .about_contents_imgs .slide-next {
    right: 20px;
    z-index: 1;
  }

  /*効果*/
  .about_effect_item_inner_box:nth-child(n+2){
    margin-top: 40px;
  }
  .about_effect_item_inner:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13.5px 0 13.5px;
    border-color: #ce2d00 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: -10px 0 0;
  }

  /*SDGs*/
  .about_sdgs_item_inner_box1_img{
    text-align: center;
  }
  .about_sdgs_item_inner_box2{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    padding-top: 60px;
    margin-top: 30px;
  }
  .pg_about .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }
  /*繰り返し*/
  .about_contents_items{
    margin-top: 80px;
  }
  .about_contents_item{

  }
  .about_contents_item:nth-child(n+2){
    margin-top: 70px;
  } 
  .about_contents_item:nth-child(odd) .about_contents_item_top{
    display: flex;
    justify-content: flex-start;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top{
    display: flex;
    justify-content: flex-end;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top_left{
    flex-direction: row-reverse;
  }
  .about_contents_item:nth-child(odd) .about_contents_item_top_left{
    order: 1;
  }
  .about_contents_item:nth-child(odd) .about_contents_item_top_right{
    order: 2;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top_left{
    order: 2;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top_right{
    order: 1;
  }
  .about_contents_item_top{
    position: relative;
  }
  .about_contents_item_top_left{
    width: 34.23%;
    height: 230px;
  }
  .about_contents_item_top_left:after{
    width: 100%;
  }
  .about_contents_item:nth-child(odd) .about_contents_item_top_right{
    width: 82.88%;
    position: absolute;
    right: 0;
    top: 120px;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top_right{
    width: 82.88%;
    position: absolute;
    left: 0;
    top: 120px;
  }
  .about_contents_item_top_left_txt1{

  }
  .about_contents_item_top_left_txt2{

  }

  .about_contents_imgs{
    margin-top: 460px;
  }
  .about_contents_item.second .about_contents_imgs{
    margin-top: 160px;
  }
  .about_contents_item.third .about_contents_imgs {
    margin-top: 225px;
  }
  .about_contents_img_item{

  }
  .about_contents_img_item:before{

  }
  .about_contents_item.first .about_contents_img_item.one{
    width: 40.09%;
  }
  .about_contents_item.first .about_contents_img_item.two{
    width: 57.20%;
  }
  .about_contents_item.first .about_contents_img_item.one:before{

  }
  .about_contents_item.first .about_contents_img_item.two:before{

  }
  .about_contents_item.second .about_contents_img_item.one{
    width: 31.53%;
  }
  .about_contents_item.third .about_contents_img_item.one{
    width: 48.64%;
  }
  .about_contents_item.second .about_contents_img_item.one:before{

  }
  .about_contents_item.second .about_contents_img_item.two:before{

  }

  /*効果*/
  .about_effect_wrap{

  }
  .about_effect_items{
    margin-top: 80px;
  }
  .about_effect_item{

  }
  .about_effect_item:nth-child(n+2){
    margin-top: 40px;
  }
  .about_effect_item_title{

  }
  .about_effect_item_title_txt{

  }
  .about_effect_item_inner{

  }
  .about_effect_item_inner:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 12px;
    border-color: transparent transparent transparent #ce2d00;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .about_effect_item_inner_box{
    width: 47%;
  }
  .about_effect_item_inner_box_img:before{

  }
  .about_effect_item_inner_box_desc{

  }

  /*SDGs*/
  .about_sdgs_title{
    font-size: 22px;
    margin-top: 38px;
  }
  .about_sdgs_items{
    margin-top: 40px;
  }
  .about_sdgs_item{

  }
  .about_sdgs_item:nth-child(n+2){
    margin-top: 30px;
  }
  .about_sdgs_item_inner{
    margin-top: 32px;
  }
  .about_sdgs_item_inner_box1{
    width: 41.111%;
    padding-top: 8px;
  }
  .about_sdgs_item_inner_box1_img{

  }
  .about_sdgs_item_inner_box2{
    width: 52.777%;
  }
  .about_sdgs_item_inner_box2_title{

  }
  .about_sdgs_item_inner_box2_desc{

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

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    padding-top: 60px;
    margin-top: 55px;
  }
  .pg_about .section.sec3{
    padding-top: 50px;
    margin-top: 70px;
  }
  /*繰り返し*/
  .about_contents_items{
    margin-top: 95px;
  }
  .about_contents_item{

  }
  .about_contents_item:nth-child(n+2){
    margin-top: 102px;
  } 
  .about_contents_item_top{

  }
  .about_contents_item_top_left{
    height: 360px;
  }
  .about_contents_item_top_left:after{
    width: 100%;
  }
  .about_contents_item_top_right{
    padding: 36px 80px 36px 65px;
  }
  .about_contents_item:nth-child(odd) .about_contents_item_top_right{
    width: 82.88%;
    position: absolute;
    right: 0;
    top: 188px;
  }
  .about_contents_item:nth-child(even) .about_contents_item_top_right{
    width: 82.88%;
    position: absolute;
    left: 0;
    top: 188px;
  }
  .about_contents_item_top_left_txt1{
    font-size: 123px;
  }
  .about_contents_item_top_left_txt2{
    font-size: 40px;
  }

  .about_contents_imgs{
    margin-top: 350px;
  }
  .about_contents_img_item{

  }
  .about_contents_img_item:before{

  }
  .about_contents_item.first .about_contents_img_item.one{

  }
  .about_contents_item.first .about_contents_img_item.two{

  }
  .about_contents_item.first .about_contents_img_item.one:before{

  }
  .about_contents_item.first .about_contents_img_item.two:before{

  }
  .about_contents_item.second .about_contents_imgs{
    margin-top: 110px;
  }
  .about_contents_item.third .about_contents_imgs {
    margin-top: 145px;
  }
  .about_contents_item.second .about_contents_img_item.one{

  }
  .about_contents_item.second .about_contents_img_item.two{

  }
  .about_contents_item.second .about_contents_img_item.one:before{

  }
  .about_contents_item.second .about_contents_img_item.two:before{

  }

  /*効果*/
  .about_effect_wrap{

  }
  .about_effect_items{
    margin-top: 112px;
  }
  .about_effect_item{

  }
  .about_effect_item:nth-child(n+2){
    margin-top: 0;
  }
  .about_effect_item:nth-child(n+3){
    margin-top: 60px;
  }
  .about_effect_item_title{

  }
  .about_effect_item_title_txt{

  }
  .about_effect_item_inner{

  }
  .about_effect_item_inner_box{

  }
  .about_effect_item_inner_box_img:before{

  }
  .about_effect_item_inner_box_desc{
    margin-left: 0;
    margin-right: 0;
  }

  /*SDGs*/
  .about_sdgs_title{
    font-size: 24px;
    margin-top: 45px;
  }
  .about_sdgs_items{

  }
  .about_sdgs_item{

  }
  .about_sdgs_item:nth-child(n+2){
    margin-top: 0;
  }
  .about_sdgs_item_inner{

  }
  .about_sdgs_item_inner_box1{

  }
  .about_sdgs_item_inner_box1_img{

  }
  .about_sdgs_item_inner_box2{

  }
  .about_sdgs_item_inner_box2_title{

  }
  .about_sdgs_item_inner_box2_desc{

  }
  .about_contents_item_top_left_txt2{
    font-size: 40px;
    padding-bottom: 19px;
  }
}
@media (min-width:1200px){
  .about_contents_imgs{
    margin-top: 320px;
  }
  .about_contents_item_top_left_txt2{
    font-size: 47px;
    padding-bottom: 16px;
  }


}

/*******************************
*　メリット
********************************/
.pg_merit{

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

/*繰り返し*/
.merit_contents_wrap{
  overflow: hidden;
  margin-top: 20px;
  padding-top: 40px;
}
.merit_contents_items{
  justify-content: space-between;
}
.merit_contents_item{
  width: 100%;
  /*  border-bottom: 1px solid #d9d9d9;*/
  padding-bottom: 30px;
  position: relative;
}
.merit_contents_item:after{
  content: "";
  display: block;
  width: 100vh;
  background: #000;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.merit_contents_item_title{
  align-items:flex-end;
}
.merit_contents_item_title_left{
  width: 17.59%;
}
.merit_contents_item_title_left_txt1{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 0;
}
.merit_contents_item_title_left_txt2{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 0.75em;
  color:#b62037;
}
.merit_contents_item_title_right{
  width: calc(100% - 17.59%);
  padding-bottom: 0;
}
.merit_contents_item_title_right_txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
}
.merit_contents_item_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.875em;
  margin-top: 20px;
}
.merit_contents_item_imgs{

}
.merit_contents_item_img_item{
  width:48%;
  margin-right: 0;
}
.merit_contents_item_img{

}
.merit_contents_item:first-child .merit_contents_item_desc{
  margin-top: 0;
}
.merit_contents_item_inside{
  justify-content: space-between;
}

.merit_contents_item_img:before{
  padding-top: 100%;
}
.merit_contents_item_inside{
  margin-top: 20px;
}
.merit_contents_item_imgs{
  width: 100%;
}
.merit_contents_item_img_item{
  width: 47%;
  margin-right: 10px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .merit_contents_items{
    margin-top: 40px;
  }
  .merit_contents_item:nth-child(n+2){
    margin-top: 40px;
  }
  .merit_contents_item:last-child:after{
    display: none;
  }
  .merit_contents_item_title_right_txt{
    font-size: 18px;
  }
  .merit_contents_item_imgs{
    margin-top: 20px
  }
}
@media (min-width:768px){
  .pg_merit{

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

  /*繰り返し*/
  .merit_contents_wrap{
    margin-top: 20px;
    padding-top: 50px;
  }

  .merit_contents_items{
    margin-top: 100px;
  }
  .merit_contents_item{
    width: 48.64%;
    padding-bottom: 50px;
  }
  .merit_contents_item:after{
    display: none;
  }
  .merit_contents_item:nth-child(odd):after{
    content: "";
    display: block;
    width: 1100000px;;
    background: #d9d9d9;
    height: 1px;
  }
  .merit_contents_item:nth-child(even):after{
    content: "";
    display: block;
    height: 100vh;
    background: #d9d9d9;
    width: 1px;
    position: absolute;
    left: -10px;
    top: 0;
  }
  .merit_contents_item:nth-child(odd){
    padding-right: 0;
  }
  .merit_contents_item:nth-child(even){
    padding-left: 11px;
  }
  .merit_contents_item:nth-child(n+3){
    margin-top: 40px;
  }
  .merit_contents_item:nth-child(5),
  .merit_contents_item:nth-child(6){
    padding-bottom:0;
  }
  .merit_contents_item:nth-child(5):after,
  .merit_contents_item:nth-child(6):after{
    display: none;
  }
  .merit_contents_item_title{

  }
  .merit_contents_item_title_left{

  }
  .merit_contents_item_title_left_txt1{
    padding-left:0;
  }
  .merit_contents_item_title_left_txt2{

  }
  .merit_contents_item_title_right{

  }
  .merit_contents_item_title_right_txt{
    font-size: 18px;
  }
  .merit_contents_item_desc{
    margin-top: 30px;
    margin-right: -5px;
  }

  .merit_contents_item_imgs{

  }
  .merit_contents_item_img_item{
    width:100%;

  }

  .merit_contents_item_img{

  }
  .merit_contents_item_inside{
    margin-top: 30px;
  }
  .merit_contents_item_imgs{
    width: 100%;
    margin-top: 20px;
  }
  .merit_contents_item_img_item{
    width: 47%;
    margin-right: 10px;
  }

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

  }
  .pg_merit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_merit .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_merit .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*繰り返し*/
  .merit_contents_wrap{
    margin-top: 36px;
    padding-top: 50px; 
  }
  .merit_contents_items{
    margin-top: 155px;
  }
  .merit_contents_item{
    padding-bottom: 70px;
  }

  .merit_contents_item_img_item{
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .merit_contents_item:nth-child(n+3){
    margin-top: 75px;
  }
  .merit_contents_item_title{

  }
  .merit_contents_item_title_left{

  }
  .merit_contents_item_title_left_txt1{
    padding-left: 5px;
  }
  .merit_contents_item_title_left_txt2{
    font-size: 46px;
  }
  .merit_contents_item_title_right{

  }
  .merit_contents_item_title_right_txt{
    font-size: 24px;
  }
  .merit_contents_item_desc{
    width: 74.07%;
  }
  .merit_contents_item:nth-child(n+2) .merit_contents_item_desc{
    width: 100%
  }
  .merit_contents_item_imgs{
    width: 15.92%;
    margin-top: 0;
  }
  .merit_contents_item_inside{
    align-items: flex-start; 
  }

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


}

/*******************************
*　効果
********************************/
.pg_effect{

}
.pg_effect .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_effect .section.sec2{
  padding-top: 50px;
  margin-top: 20px;
}
.pg_effect .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_effect .page_header_title{
  letter-spacing: 0.075em;
}

.pg_effect_content_wrap{

}
.pg_effect_content_items{

}
.pg_effect_content_item{

}
.pg_effect_content_item:nth-child(n+2){
  margin-top: 20px;
  padding-top: 30px;
}
.pg_effect_content_item_title{
  background: #0d0d0d;
  color: #fff;
  padding: 18px 10px;
}
.pg_effect_content_item_title_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  line-height: 1.6em;
}
.pg_effect_content_item_title_txt:before{
  content: "";
  display: block;
  width: 44px;
  min-width: 44px;
  height: 10px;
  background-image: url(/system_panel/uploads/images/dots.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.pg_effect_content_item_imgs{
  margin: 26px -15px 0;
  position: relative;
}
.pg_effect_content_item_imgs:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40.5px 0 40.5px 19px;
  border-color: transparent transparent transparent #b62037;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pg_effect_content_item_imgs.no-arrow:after{
content: unset;
}

.pg_effect_content_item_img_box{

}
.pg_effect_content_item_img:before{
  padding-top: 75.92%;
}
.pg_effect_content_item_desc{
  background: #f1efef;
  padding: 10px;
  height: 200px;
  margin-top: 12px;
}
.pg_effect_content_item_desc_inner{
  border: 1px dashed;
  height: 100%;
  padding: 20px 10px;
}
.pg_effect_content_item_desc_inner.flex{
  padding: 23px 20px;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.pg_effect_content_item_desc_inner.flex:after{
  content: "";
  display: block;
  width: 1px;
  height:68%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pg_effect_content_item_desc_inner.flex .pg_effect_content_item_desc_left{
  width: 47.48%;
}
.pg_effect_content_item_desc_inner.flex .pg_effect_content_item_desc_right{
  width: 47.48%;
}
.pg_effect_content_item_desc_left{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
}
.pg_effect_content_item_desc_right{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
}

/*テーブル*/
.pg_effect_content_item_sub_title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 30px;
}
.pg_effect_content_item_tbl{
  margin-top: 16px;
}
.pg_effect_content_item_tbl .table_rows_th,
.pg_effect_content_item_tbl .table_rows_td{
  border-top: none;
  border-left: 1px dotted;
  border-right: none;
  border-bottom: 1px solid #999999;
  padding: 15px 15px;
}
.pg_effect_content_item_tbl .table_rows_tr:first-child .table_rows_th,
.pg_effect_content_item_tbl .table_rows_tr:first-child .table_rows_td{
  padding: 10px 15px 15px;
}
.pg_effect_content_item_tbl .table_rows_tr:first-child .table_rows_th{
  border-left: none;
}
.pg_effect_content_item_tbl .table_rows_tr:nth-child(n+2) .table_rows_th{
  border-left: none;
}
.pg_effect_content_item_tbl .table_rows_th{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #fff;
  padding-left: 30px;
}
.pg_effect_content_item_tbl .table_rows_td{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align:center;
}

.pg_effect_content_item_hosok{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: right;
  margin-top: 10px;
}
.pg_cases .pg_effect_content_item.other .pg_effect_content_item_desc_inner{
  height: auto;

}
.pg_cases .pg_cases_content_wrap .pg_effect_content_item_desc{
  height: auto;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .js-scrollable .table_rows {
    min-width: 650px;
  }
  .pg_effect_content_item_tbl .table_rows_th{
    width: 150px;
    padding-left: 12px;
  }
  .pg_effect_content_item_tbl .table_rows_td{
    width: 100px;
  }
  .js-scrollable .pg_effect_content_scrollitem{
    min-width: 700px;
  }
  .pg_effect_content_item_title_txt:before{
    min-width:44px;;
  }
  .pg_effect_content_item.other .pg_effect_content_item_img_box:nth-child(n+2){
    margin-top: 40px;
  }
  .pg_effect_content_item.other .pg_effect_content_item_imgs:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 40.5px 0 40.5px;
    border-color: #b62037 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .pg_effect_content_item.other .pg_effect_content_item_desc{
    height: auto;
  }

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

  }
  .pg_effect .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_effect .section.sec2{
    padding-top: 50px;
    margin-top: 30px;
  }
  .pg_effect .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_effect_content_wrap{

  }
  .pg_effect_content_items{

  }
  .pg_effect_content_item{

  }
  .pg_effect_content_item:nth-child(n+2){
    margin-top: 40px;
    padding-top: 50px;
  }
  .pg_effect_content_item_title{

  }
  .pg_effect_content_item_title_txt{

  }
  .pg_effect_content_item_imgs{
    margin-top: 33px;
  }
  .pg_effect_content_item_img_box{

  }
  .pg_effect_content_item_img:before{

  }
  .pg_effect_content_item_desc{

  }
  .pg_effect_content_item_desc_inner{

  }
  .pg_effect_content_item_desc_left{
    font-size: 15px;
  }
  .pg_effect_content_item_desc_right{

  }

  /*テーブル*/
  .pg_effect_content_item_tbl{

  }
  .pg_effect_content_item_tbl .table_rows_th,
  .pg_effect_content_item_tbl .table_rows_td{

  }
  .pg_effect_content_item_tbl .table_rows_th{
    width: 230px;
    padding-left: 16px;
  }
  .pg_effect_content_item_tbl .table_rows_td{

  }

  .pg_cases .pg_cases_content_wrap .pg_effect_content_item_desc{
    max-height: initial;

  }
  .pg_cases .pg_cases_content_wrap .pg_effect_content_item_desc_left{
    padding: 5px 0;
  }

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

  }
  .pg_effect .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_effect .section.sec2{
    padding-top: 50px;
    margin-top: 45px;
  }
  .pg_effect .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_effect_content_wrap{

  }
  .pg_effect_content_items{

  }
  .pg_effect_content_item{

  }
  .pg_effect_content_item:nth-child(n+2){
    margin-top: 70px;
    padding-top: 50px;
  }
  .pg_effect_content_item_title{

  }
  .pg_effect_content_item_title_txt{

  }
  .pg_effect_content_item_imgs{

  }
  .pg_effect_content_item_img_box{

  }
  .pg_effect_content_item_img:before{

  }
  .pg_effect_content_item_desc{

  }
  .pg_effect_content_item.other .pg_effect_content_item_desc_inner{
    padding: 24px 15px;

  }
  .pg_cases .pg_effect_content_item.other .pg_effect_content_item_desc_inner{
    padding: 0 15px;
  }

  .pg_effect_content_item_desc_left{
    font-size: 16px;
  }
  .pg_effect_content_item_desc_right{

  }
  .pg_effect_content_scrollitem{
    width: 100%;
  }

  /*テーブル*/
  .pg_effect_content_item_tbl{

  }
  .pg_effect_content_item_tbl .table_rows_th,
  .pg_effect_content_item_tbl .table_rows_td{
    width: 300px;
  }
  .pg_effect_content_item_tbl .table_rows_th{

    padding-left: 30px;
  }
  .pg_effect_content_item_tbl .table_rows_td{
    width: 100px;
  }
  .pg_cases .pg_cases_content_wrap .pg_effect_content_item_desc_inner{
    min-height: 80px;;
  }
}
@media (min-width:1200px){
  .pg_effect_content_item_tbl .table_rows_th{
    width: 400px;
  }
  .pg_effect_content_item_tbl .table_rows_td{
    width: 140px;
  }
}
/*******************************
*　工事説明
********************************/
.pg_installation{

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

.installation_contents_wrap{

}
.installation_contents_items{

}
.installation_contents_item{

}
.installation_contents_item:nth-child(n+2){
  margin-top: 40px;
}
.installation_contents_item_title{
  align-items: flex-end;
  border-bottom: 3px solid #000000;
  padding-bottom: 16px;
  position: relative;
}
.installation_contents_item_title:after{
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  background: #b62037;
  position: absolute;
  bottom: -3px;
  z-index: 1;
}
.installation_contents_item_title_left{
  width: 8%;
}
.installation_contents_item_title_left_txt1{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 0;
}
.installation_contents_item_title_left_txt2{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  color: #b62037;
}
.installation_contents_item_title_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.75em;
  padding-left: 14px;
}
.installation_contents_item_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding: 16px 0px;
}
.installation_contents_item_link{
  display: inline-block;
  width: 172px;
  color: #fff;
  background: #b62037;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 3px 0;
  border-radius: 5px;
}
.installation_contents_item_link p{
  display: flex;
  align-items:center;
  padding-left: 16px;
}
.pg_cases_header_wrap .installation_contents_item_link p{
  padding-left: 5px;
}
.installation_contents_item_link p:before{
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  font-family: "fontAwesome";
  background-image: url(/system_panel/uploads/images/booko.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 18px;

}
.installation_contents_item_title_left_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
}
.installation_contents_item_inner{
  justify-content: space-between;
}
.installation_contents_item_desc p:nth-child(n+2){
  margin-top: 30px;
}
.installation_contents_item_right{
  justify-content: space-between;
}
.installation_contents_item_right_img{
  width:  48.71%;
}
.installation_contents_item_right_img .img_fit:before{
  padding-top: 141.05%;
}
.installation_contents_item:last-child .installation_contents_item_link{
  width: 205px;

}
.installation_contents_item:last-child .installation_contents_item_link p{
  padding-left: 10px;
}
.installation_contents_item_desc a,
.installation_contents_item_title_txt a,
.company_info_tbl .table_rows_td.link_company a{
  color: #1a3e9b;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .installation_contents_item_title_left{
    width: 20%;
  }
  .installation_contents_item_title_txt{
    width: 80%;
    padding-left: 0;
  }
  .installation_contents_item_title_left_inner{
    padding-right:10px;
  }
  .installation_contents_item_link{
    display: block;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .pg_installation{

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

  .installation_contents_wrap{

  }
  .installation_contents_items{

  }
  .installation_contents_item{

  }
  .installation_contents_item:nth-child(n+2){
    margin-top: 60px;
  }
  .installation_contents_item_title{

  }
  .installation_contents_item_title_left{
    width: 12%;
  }
  .installation_contents_item_title_left_txt1{

  }
  .installation_contents_item_title_left_txt2{

  }
  .installation_contents_item_title_txt{
    width: 88%;
  }

  .installation_contents_item_desc{
    padding: 22px 0px 23px;
  }
  .installation_contents_item_link{

  }

  .installation_contents_item_inner{

  }
  .installation_contents_item_inner.flex .installation_contents_item_desc{
    width: 42.79%;
  }
  .installation_contents_item_desc p:nth-child(n+2){

  }
  .installation_contents_item_right{
    width: 52.70%;
    margin-top: 30px;
  }
  .installation_contents_item_right_img:before{

  }
  .installation_contents_item.second .installation_contents_item_desc{
    padding-bottom: 0;
  }
}
@media (min-width:1024px){
  .pg_installation{

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

  }
  .installation_contents_items{

  }
  .installation_contents_item{

  }
  .installation_contents_item:nth-child(n+2){
    margin-top: 75px;
  }
  .installation_contents_item_title{

  }
  .installation_contents_item_title_left{
    width: 8%;
  }
  .installation_contents_item_title_left_txt1{

  }
  .installation_contents_item_title_left_txt2{
    font-size: 46px;
  }
  .installation_contents_item_title_txt{
    width: auto;
  }
  .installation_contents_item_desc{

  }
  .installation_contents_item_link{

  }

  .installation_contents_item_inner{

  }
  .installation_contents_item_desc p:nth-child(n+2){

  }
  .installation_contents_item_right{

  }
  .installation_contents_item_inner.flex .installation_contents_item_desc{
    padding-right: 20px;
  }
  .installation_contents_item_right_img:before{

  }
}
@media (min-width:1200px){
  .installation_contents_item_title_txt{
    line-height: 1;
  }

}
/*******************************
*　設置例
********************************/
.pg_cases{

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

.pg_cases_content_wrap{

}
.pg_cases_content_wrap .pg_effect_content_item:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
}
.pg_cases_content_wrap .pg_effect_content_item_img:before{
  padding-top: 74.07%;
}
.pg_cases_content_wrap .pg_effect_content_item_imgs:after{
  display: none;
}
.pg_cases_content_wrap .pg_effect_content_item_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  height: auto;
  padding: 5px;
}
.pg_cases_content_wrap .pg_effect_content_item_desc_inner{
  padding: 5px 18px 0;
}
.pg_cases_content_wrap .pg_effect_content_item_img_box:nth-child(n+2){
  margin-top: 30px;
}
.pg_cases_content_wrap{

}
.pg_cases_content_wrap{

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

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

}
@media (max-width:767px){
  .pg_cases_content_wrap .pg_effect_content_item.other .pg_effect_content_item_imgs:after{
    display: none;
  }
  .pg_cases_content_wrap .pg_effect_content_item_desc_inner{
    padding: 10px;
  }
  .pg_cases_content_wrap .pg_effect_content_item.other .pg_effect_content_item_img_box:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_cases{

  }
  .pg_cases .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_cases .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_cases .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_cases_content_wrap .pg_effect_content_item:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 50px;
  }
  .pg_cases_content_wrap .pg_effect_content_item_img_box:nth-child(n+2){
    margin-top: 0;
  }
  .pg_cases_content_wrap .pg_effect_content_item_img_box:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_cases_content_wrap .pg_effect_content_item_desc{
    max-height: 180px;
  }
  .pg_cases_content_wrap .pg_effect_content_item_desc_inner{
    min-height: 80px;

  }
  .pg_cases_content_wrap .pg_effect_content_item_title_txt{
    font-size: 15px;
  }
}
@media (min-width:1024px){
  .pg_cases{

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

  .pg_cases_content_wrap .pg_effect_content_item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 50px;
  }
  .pg_cases_content_wrap .pg_effect_content_item_title_txt{
    font-size: 16px;
  }

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


}
/*******************************
*　機種
********************************/
.pg_models{

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

/*見出し*/
.pg_cases_header_wrap{

}
.pg_cases_header_items{
  justify-content: space-between;
}
.pg_cases_header_item1{
  width: 100%;
}
.pg_cases_content_item1{

}
.pg_cases_header_item1_title{
  justify-content: space-between;
  align-items:center;
  border-bottom: 3px solid #000000;
  padding-bottom: 10px;
  position: relative;
}
.pg_cases_header_item1_title:after{
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  background: #b62037;
  position: absolute;
  bottom: -3px;
  z-index: 1;
}
.pg_cases_header_item1_title + .pg_cases_header_item1_title{
  margin-top:10px;
}
.pg_cases_header_item1_title_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_cases_header_item1_img{
  border: 1px solid #dcdbdb;
  margin-top: 22px;
}
.pg_cases_header_item1_img_inner{
  padding: 9px;
}
.pg_cases_header_item1_img .img_fit:before{
  padding-top: 74.90%;
}
.pg_cases_header_item2{
  width: 100%;
}
.pg_cases_header_item2_img:before{
  padding-top: 125.05%;
}
.pg_cases_header_wrap .pg_effect_content_item_title{
  margin-bottom: 20px;
}

.pg_cases_contents_wrap{
  margin-top: 50px;
}
.pg_cases_contents_items{
  margin: 0 -15px;
}
.pg_cases_contents_wrap .pg_cases_content_item1{
  padding-right: 15px;
}
.pg_cases_contents_wrap .pg_cases_content_item1:nth-child(n+2){
  margin-top: 30px;
}
.pg_cases_contents_wrap .installation_contents_item_link p{
  padding-left: 26px;
}
.pg_cases_contents_wrap .installation_contents_item_link p:before{
  margin-right: 5px;
  margin-top: 4px;
  width: 20px;
}
.pg_models .installation_contents_item_link p:before{
  width: 20px;
  margin-right: 5px;
  margin-top: 4px;
}
.pg_works .works_content_item.ja p{
  justify-content: flex-end;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_cases_header_item2{
    margin-top: 20px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link{
    width: 135px;
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
  }
  .pg_cases_contents_wrap .installation_contents_item_link p {
    padding-left: 5px;
  }

  .pg_cases_header_wrap .installation_contents_item_link{
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .pg_cases_header_wrap .installation_contents_item_link p{
    padding: 0 5px;
  }
}
@media (min-width:768px){
  .pg_models{

  }
  .pg_models .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_models .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_models .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*見出し*/
  .pg_cases_header_wrap{

  }
  .pg_cases_header_items{

  }
  .pg_cases_header_item1{
    width: 51.35%;
  }
  .pg_cases_content_item1{

  }
  .pg_cases_header_item1_title{

  }
  .pg_cases_header_item1_title_txt{

  }
  .pg_cases_header_item1_img{

  }
  .pg_cases_header_item1_img_inner{

  }
  .pg_cases_header_item1_img .img_fit:before{

  }
  .pg_cases_header_item2{
    width: 42.79%;
  }
  .pg_cases_header_wrap .pg_effect_content_item_title{
    margin-bottom: 30px;
  }

  .pg_cases_contents_wrap{
    margin-top:60px;
  }
  .pg_cases_contents_wrap .pg_cases_content_item1:nth-child(n+2){
    margin-top: 0;
  }
  .pg_cases_contents_wrap .pg_cases_content_item1:nth-child(n+3){
    margin-top: 60px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link,
  .pg_cases_header_wrap .installation_contents_item_link{
    width: 135px;
    font-size: 14px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link p{
    padding-left: 5px;
  }
  .pg_models .installation_contents_item_link p:before{
    margin-top: 2px;
  }
}
@media (min-width:1024px){
  .pg_models{

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

  .pg_models .installation_contents_item_link p:before{
    width: 20px;
    margin-right: 5px;
    margin-top: 4px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link{
    font-size: 15px;
  }
  /*見出し*/
  .pg_cases_header_wrap{

  }
  .pg_cases_header_items{

  }
  .pg_cases_header_item1{

  }
  .pg_cases_content_item1{
    padding-right: 26px; 
  }
  .pg_cases_header_item1_title{

  }
  .pg_cases_header_item1_title_txt{

  }
  .pg_cases_header_item1_img{

  }
  .pg_cases_header_item1_img_inner{

  }
  .pg_cases_header_wrap .pg_effect_content_item_title{
    margin-bottom: 50px;
  }
  .pg_cases_contents_wrap{
    margin-top:85px;
  }
  .pg_cases_contents_wrap .pg_cases_content_item1:nth-child(n+3){
    margin-top: 85px;
  }
  .pg_models .installation_contents_item_link p:before{
    margin-top: 3px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link,
  .pg_cases_header_wrap .installation_contents_item_link{
    width: 172px;
  }
  .pg_cases_contents_wrap .installation_contents_item_link p,
  .pg_cases_header_wrap .installation_contents_item_link p{
    padding-left: 20px;
  }
}
@media (min-width:1200px){


}
/*******************************
*　納入実績
********************************/
.pg_works{

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

.works_content_items{
  margin: 30px -15px 0;
}
.works_content_item{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.works_content_item.ja p{
  border: none;
  text-align: right;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6em;
}
.works_content_item:nth-child(n+2){
  margin-top: 16px;
}
.works_content_item p{
  border: 1px solid #a6a6a6;
  padding: 10px 20px;
  display: flex;
  height: 100%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .works_content_item.ja p{
    justify-content: flex-end;
  }
}
@media (min-width:768px){
  .pg_works{

  }
  .pg_works .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .works_content_items{
    margin-top: 40px;
  }
  .works_content_item:nth-child(n+2){
    margin-top: 0;
  }
  .works_content_item:nth-child(n+3){
    margin-top: 19px;;
  }
}
@media (min-width:1024px){

  .works_content_items{
    margin-top: 55px;
  }
}
@media (min-width:1200px){


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

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

/*テーブル*/
.company_info_tbl{
  margin-top: 30px;
}
.company_info_tbl .table_rows_th,
.company_info_tbl .table_rows_td{
  font-size: 16px;
  letter-spacing: 0.075em;
  border: 1px solid #a6a6a6;  
}
.company_info_tbl .table_rows_th{
  background: #f1efef;
  font-weight: 500;
  width: 110px;
  border-right: none;
  padding: 16px 18px;
}
.company_info_tbl .table_rows_td{
  font-weight: normal;
  border-left: none;
  padding: 16px 20px;
}
/*地図*/
.gmap{
  margin-top: 30px;
}
.access_map iframe{
  border: none;
  width: 100%;
  height: 250px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .company_info_tbl .table_rows_th{
    padding: 16px 10px;
  }
}
@media (min-width:768px){
  .pg_company{

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

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

  }
  .company_info_tbl .table_rows_th{
    width: 200px;
  }
  .company_info_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 30px;
  }
  .access_map iframe{
    border: none;
    width: 100%;
    height: 400px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*テーブル*/
  .company_info_tbl{
    margin-top: 55px;
  }
  .company_info_tbl .table_rows_th,
  .company_info_tbl .table_rows_td{

  }
  .company_info_tbl .table_rows_th{
    width: 284px;
  }
  .company_info_tbl .table_rows_td{

  }
  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    border: none;
    width: 100%;
    height: 450px;
  }
}
@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: #0069ba;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.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: #f1efef;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 90px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact_info_tt{
  font-family: 'Noto Sans JP', sans-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: center;
  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: #b62037;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight:normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  align-self: flex-end;
  margin-left: 0;
  letter-spacing: 0.16em;
  margin-left: 10px;
}

@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;
  }
  .contact_info_wrap{
    margin-bottom: 60px;
  }
  .pg_contact .formTbl .formTd input[name="city"]{
    max-width: 340px;
  }
}
.pg_contact .pg_section_title{
  margin-bottom: 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 .formTbl .formTd input[name="city"]{
    max-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: #f1efef;
  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: 15px;
  font-weight: normal;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
  border-radius: 0;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
  border-radius: 0;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 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: 255px;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b62037;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  position: relative;
}
.pg_contact .formBtn.formSend:after {
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 10px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.16em;
}
.radioArea .d-inline-block{
  margin-right: 13px;
}
.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 .pg_section_title{
    margin-bottom: 60px;
  }

  .thanks_text{
    text-align: center;
  }
  .pg_contact .link_1{
    justify-content: center;
    margin-top: 50px;
  }
}
.pg_contact .link_1{
  justify-content: center;
  margin-top: 30px;
}

/* プライバシー */
.pg_contact .section.sec2{
  padding: 120px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #b62037;
}
.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: 90px;
  }
  .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 {
    font-size: 18px;
    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;
  }
}


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

.jOZLDs.sc-cSHVUG{
  font-size:9px !important;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .ftr_copy{
    text-align:center;
  }
  .hdr_bnr_img.sp{
    width: 200px;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  .hdr_bnr_img{
    width: 140px;
  }
  .hdr_right{
    width: 90%;
  }
}
@media (min-width:1024px){
  .hdr_right{
    width: auto;
  }
  .hdr_bnr_img{
    width: 120px;
    min-width: 120px;
  }
  .hdr_right_contact_btn.mail{
    margin-top:0;
  }
}
@media (min-width:1200px){
  .hdr_right{
    justify-content: flex-end;
  }
  .hdr_right_phone{
    justify-content: flex-end;
    width: 100%;
  }
  .hdr_bnr_img{
    width: 120px;
  }

}
@media (min-width:1700px){
  .hdr_right_phone{
    width: auto;
  }
}
