@charset "UTF-8";


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

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

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

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

.flex{
  display: flex;
  flex-wrap: wrap;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
  .formRow .selectArea.sp:not(.pc) {
    display: none;
  }
  .formRow .selectArea.tb:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .formRow .selectArea.pc:not(.tb) {
    display: none;
  }
  .formRow .selectArea.sp:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
  .formRow .selectArea.pc:not(.sp) {
    display: none;
  }
  .formRow .selectArea.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{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.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_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);
}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 78px);
}
.mv_txt{
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.mv_tt1{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3333em;
  margin: 10px 0;
}
.mv_en{
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
/*ロゴ*/
.hdr_logo{
  display: block;
  width: 200px;
  padding: 10px;
}

/*下層ヘッダー*/
.pg_header{
  position: relative;
}
.hdr_img:before{
  padding-top: 180px;
}
.hdr_txt{
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -35%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.hdr_txt{
  width: 240px;
  background: #fff;
  text-align: center;
  border-top: 8px solid #255a77;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
}
.hdr_en{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
}
.hdr_en:first-letter{
  color: #255a77;
}
.hdr_ttl{
  font-size: 18px;
  font-weight:normal;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media (min-width:375px){

}

@media (min-width:768px){
  .header{
    width: 100%;
    padding: 0;
    padding-left: 30px;
    padding-right: 10px;;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .pg_header{
    margin-bottom: 100px;
    margin-top: 123px;
  }
  .pg_header_mv{
    height: 350px;
  }

  .gnav {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 12px;
  }
  .gnav .gnav_item {
    font-size: 14px;
    padding: 0 5px;
    /*line-height: 2;*/
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 1;
    display: block;
    text-align: center;
    width: 25%;
  }
  .gnav .gnav_item.sp{
    display: none;
  }
  .gnav_item:last-child{
    padding-right: 0;
  }
  .hdr_contact .gnav .gnav_item:nth-child(n+5){
    margin-top: 10px;
  }
  .hdr_contact .gnav .gnav_item:nth-child(5){
    border-left: none;
  }
  .gnav .gnav_item + .gnav_item {
    border-left: 1px solid;
  }
  .hdr_contact .gnav_item:last-child{
    padding-right: 0;
  }
  .hdr_contact_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .hdr_sns_items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .hdr_sns_item{
    margin: 0 8px;
  }
  .hdr_sns_item.insta,
  .hdr_sns_item.line{
    width: 23px;
  }
  .hdr_sns_item.youtube{
    width: 33px;
  }

  .hdr_contact{
    width: 71%;
  }
  .hdr_contact_items{
    display: flex;
    flex-wrap: wrap;
  }
  .hdr_contact_txt{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .hdr_contact_txt p{
    line-height: 1;
    padding: 0 17px;
  }
  .hdr_contact_txt.tel p:before{
    content: "\f095";
    font-size: 13px;;
    font-family: "FontAwesome";
    margin-right: 6px;
    transform: scaleX(-1);
    margin-right: 5px;
    display: inline-block;
  }
  .hdr_contact_txt.mail p:before{
    content: "\f0e0";
    font-family: "fontAwesome";
    font-size: 13px;
    text-align: center;
    line-height: 1;
    margin-right: 5px;
  }
  .hdr_contact_txt.mail p{
    padding-right: 0;
  }
  .hdr_contact_txt:last-child p{
    border-left: 1px solid #000000;
  }
  /*ロゴ*/
  .hdr_logo{
    width: 200px;
    padding: 0;
  }

  .mv{
    margin-top: 123px;
  }
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 123px);
  }
  .mv_tt1{
    font-size: 24px;
    margin: 13px 0;
  }
  .mv_en{
    font-size: 58px;
  }

  /*下層ヘッダー*/
  .pg_header{
  }
  .hdr_img:before{
    padding-top: 300px;
  }
  .hdr_txt{
    width: 400px;
    padding: 10px 0px;
    bottom: -30%;
  }
  .hdr_en{
    font-size:29px; 
  }
  .hdr_ttl{
    font-size: 20px;

  }
}
@media (min-width:1024px){
  .header{
    padding: 0;
    padding-left: 20px;
    padding-right: 16px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pg_header{
    margin-bottom: 170px;
  }
  .pg_header_mv{
    height: 550px;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }

  .hdr_sns_items{
    margin-right: 28px;
  }
  .hdr_contact{
    width:auto;
  }
  .hdr_contact_txt{
    font-size: 14px;
  }
  .hdr_contact_txt.mail p:before,
  .hdr_contact_txt.tel p:before{
    font-size: 14px;
  }
  .hdr_contact_txt p{
    padding: 0 20px; 
  }
  .gnav{
    padding: 0 0 0 0;
    margin: 15px 0 0;
  }
  .gnav .gnav_item{
    width: auto;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
  }
  .hdr_contact .gnav .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .hdr_contact .gnav .gnav_item:nth-child(5){
    border-left: 1px solid;
  }
  /*ロゴ*/
  .hdr_logo{
    display: block;
    width:180px;;
  }

  .mv{
    margin-top: 96px;
    z-index: 0;
  }

  /*下層ヘッダー*/
  .pg_header{
    margin-top: 96px;
  }
  .hdr_img:before{
    padding-top: 600px;
  }
  .hdr_txt{
    width: 600px;
    padding: 15px 0 33px;
    bottom: -15%;
  }
  .hdr_en{
    font-size:42px; 
  }
  .hdr_ttl{
    font-size: 20px;
  }

}
@media (min-width:1200px){
  .header{
    padding: 0;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 96px);
  }

  .hdr_sns_items{
    margin-right: 28px;
  }
  .hdr_contact_txt{
    font-size: 15px;
  }
  .hdr_contact_txt p{
    padding: 0 25px; 
  }
  .hdr_contact_txt.mail p:before,
  .hdr_contact_txt.tel p:before{
    font-size: 15px;
  }
  .gnav{
    padding: 0 0 0 30px;
    margin: 10px 0 0;
  }
  .gnav .gnav_item{
    padding: 0 13px;
  }

  .hdr_sns_item.insta,
  .hdr_sns_item.line{
    width: 28px;
  }
  .hdr_sns_item.youtube{
    width: 43px;
  }

}
@media (min-width:1260px){
  .gnav .gnav_item{
    padding: 0 19px;
  }
  /*ロゴ*/
  .hdr_logo{
    display: block;
    width:auto;
  }
}
@media (max-width:767px){

  .hdr1 {
  }
  .hdr_contact{

  }

  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

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

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



}



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

.footer{
  margin-top: 50px;
}

.ftr1{
  margin-bottom: 25px;
}

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


.home_info_box1.ftr1_left{
  width: 50%;
  background: #eeeae5;
}
.home_info_box1.ftr1_right{
  background: #e5e5e5;
  width: 50%;
}
.home_info_box1.ftr1_left .home_info_box1_en,
.home_info_box1.ftr1_right .home_info_box1_en{
  margin-top: 10px;
}
.ftr1_txt1{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.26em;
}
.ftr1_info{
  text-align: center;
}
.ftr1_info .hdr_sns_items{
  justify-content: center;
  margin-right: 0;
  margin-top: 10px;
}
.ftr_addr{
  margin-top: 20px;
}
.ftr_addr p{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
}
.ftr3{
  margin-bottom: 20px;
}
/*.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: center;
  letter-spacing: 0.075em;
  background: #eeeded;
  padding: 5px 0;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #418db7;
  z-index: 4;
  flex-wrap: wrap;

}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #255a77;

  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.line img{
  width: 28px;
  border-radius: 10px;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix_item_2.gnav_open{
  color: #181818;
}
.footer_fix .footer_fix_item_1{
  color: #fff;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  background: #e5e5e5;

}
.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: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .ftr1{
    margin-bottom: 60px;
  }
  .ftr_addr{
    margin-top: 28px;
  }

  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .ftr_link{
    width: 20%;
    font-size: 15px;
    padding: 0;
    border-right: 1px solid;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .ftr_links .ftr_link:last-child{
    border-right: none;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 20px;
  }
  .ftr3{
    border-top: 1px solid #255a77;
    padding: 20px 0;
  }


}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }
  .ftr1{
    margin-bottom: 100px;
  }
  .home_info_box1.ftr1_left .home_info_box1_content{
    padding-left: 0;
    padding-right: 0;
  }
  .home_info_box1.ftr1_right .home_info_box1_content{
    padding-right: 0;
    padding-left: 0;
  }

  .ftr3{
    padding: 30px 0;
  }
  .ftr_link{
    /*    width: auto;
        text-align: left;
        padding: 0 5px;*/
  }

}
@media (min-width:1200px){
  .home_info_box1.ftr1_left,
  .home_info_box1.ftr1_right{
    padding: 215px 0 245px;
  }
  .home_info_box1.ftr1_left .home_info_box1_content{
    padding-left: 0;
  }
  .home_info_box1.ftr1_right .home_info_box1_content{
    padding-right: 0;
  }

  .ftr_link{
    width: auto;
    text-align: left;
    padding: 0 13px;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 0;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr_links{
    display: none;
  }
  .ftr1_txt1{
    font-size: 13px;
  }
  .hdr_sns_items{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hdr_sns_item{
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }

  .hdr_sns_item.youtube{
    width: 45px;
  }
}



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

/* 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: 115px 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;
}
/*******************************
*　共通
********************************/
.flex{
  display: flex;
  flex-wrap: wrap;
}
/*ボタン*/
.link_1{
  width: 190px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin: 42px auto 0;
  padding: 10px;
  display: block;
  background: #255a77;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
}
.link_2{
  width: 285px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  margin: 42px auto 0;
  padding: 12px;
  display: block;
  background: #255a77;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.075em;
}

.link_2:after{
  content: "\f138";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); 
}
.link_1:hover,
.link_2:hover{
  color:#fff;
}
.link_3{
  width: 350px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  margin: 42px auto 0;
  padding: 12px;
  display: block;
  background: #fff;
  border: 2px solid #255a77;
  color: #181818;
  text-align: center;
  position: relative;
  letter-spacing: 0.075em;
}
.link_3:after{
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #181818;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); 
}

/*下層共通見出し*/
.pg_contents_header{

}
.pg_contents_header_ttl{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3333em;
  color: #255a77;
}
.pg_contents_header_desc{
  text-align: justify;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  margin-top: 28px;
}

/*下層(英文字付きタイトル)*/
.pg_contents_title{
  text-align: center;
}
.pg_contents_title_en{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #eeeded;
}
.pg_contents_title_ja{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 10px;
}

/*共通繰り返し*/
.pg_contents_items_type1.flex{
  margin-top: 30px;
}
.pg_contents_item_type1.flex{
  justify-content: space-between;
  width: 100%;
}

.pg_contents_item_type1_box1{
  width: 100%;
}
.pg_contents_item_type1_box1_title{
  background: #255a77;
  color: #fff;
  position: relative;
}
.pg_contents_item_type1_box1_title:after{
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: #255a77;
  position: absolute;
  bottom: -5px;
}
.pg_contents_item_type1_box1_title p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 5px 10px;
}
.pg_contents_item_type1_box1_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;;
  line-height: 2.125em;
  margin-top: 20px;
}
.pg_contents_item_type1_box2{
  width: 100%;
}
.pg_contents_item_type1_box2_img{

}
.pg_contents_item_type1_box2_img:before{
  padding-top: 74.07%;
}

/*各下層ページ(施工事例)*/
.works_list_items{
  margin-top: 30px; 
}
.works_list_title.flex{
  align-items: center;
}
.works_list_title_left{

}
.works_list_title_ja{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 110px;
}
.works_list_title_ja:before{
  content: "";
  display: block;
  height: 1px;
  width: 95px;
  background: #255a77;
  position: absolute;
  top: 50%;
  left: 0;
}
.works_list_title_en{
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 10px;
}
.works_list_title_en:first-letter{
  color:#255a77;
}
.works_list_title.flex .link_1{

}
.works_list_items{

}
.works_list_items .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.works_list_items .webgene-item .img_fit:before{
  padding-top: 80%;
}
.works_list_items .webgene-item .category{
  width: auto;
  display: inline-block;
  background: #404040;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0 10px;
}
.works_list_items .webgene-item .title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*下層バナー*/
.home_bnr_wrap{
  margin-top: 50px;
}
.home_bnr_box.about{
  background-image: url(/system_panel/uploads/images/about_bnr.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 20px;
  position: relative;

}
.home_bnr_box.company{
  height: auto;
  background-image: url(/system_panel/uploads/images/company_bnr.jpg);
}
.home_bnr_box_inner{
  border: 2px solid #fff;
  padding: 5px;
}
.home_bnr_box_inner_bg{
  padding: 8px;
  background-color: rgba(255, 255, 255, .7);
}
.home_bnr_box_inner_title{
  text-align: center;
}
.home_bnr_box_inner_title_ja{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_bnr_box_inner_title_ja:after{

}
.home_bnr_box_inner_title_en{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
/*バナー2列*/
.pg_bnr_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_bnr_item{
  width: 100%;
}
.pg_bnr_wrap .pg_bnr_item:nth-child(n+2){
  margin-top: 20px;
}
.home_bnr_box.bnr1 {
  height: auto;
  background-image: url(/system_panel/uploads/images/custom_bnr1.jpg);;
}
.home_bnr_box.bnr2 {
  height: auto;
  background-image: url(/system_panel/uploads/images/custom_bnr2.jpg);;
}
.home_bnr_box.bnr1 .home_bnr_box_inner_title_ja{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.home_bnr_box.bnr2 .home_bnr_box_inner_title_ja{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*共通繰り返し*/
  .pg_contents_item_type1.flex:nth-child(n+2) {
    margin-top: 40px;
  }

  /*2列の余白レイアウト調整*/
  .col-6{
    padding-left: 15px;
    padding-right: 15px;
  }

  .pg_contents_title_en{
    font-size: 40px;
  }

  /*共通繰り返し*/
  .flex pg_contents_item_type1:nth-child(n+2){
    margin-top: 30px;
  }
  .pg_contents_item_type1_box1{
    order: 2;
    margin-top: 20px;
  }
  .pg_contents_item_type1_box2{
    order: 1;
  }

  /*各下層ページ(施工事例)*/
  .works_list_items .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  .works_list_items .webgene-item .category{
    width: 100%;
  }

 　/*下層バナー2列*/
  .pg_bnr_wrap .pg_bnr_item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_bnr_box.bnr1 .home_bnr_box_inner_bg,
  .home_bnr_box.bnr2 .home_bnr_box_inner_bg{
    padding:24px 0;
  }
}
@media (min-width:768px){

  /*下層(英文字付きタイトル)*/
  .pg_contents_title{

  }
  .pg_contents_title_en{
    font-size: 50px;
  }
  .pg_contents_title_ja{
    font-size: 24px;
  }

  /*共通繰り返し*/
  .pg_contents_items_type1.flex{
    margin-top: 40px;
  }
  .pg_contents_item_type1{

  }
  .pg_contents_item_type1.flex:nth-child(n+2) {
    margin-top: 60px;
  }
  .pg_contents_item_type1.flex:nth-child(odd) .pg_contents_item_type1_box1{
    order: 1;
  }
  .pg_contents_item_type1.flex:nth-child(odd) .pg_contents_item_type1_box2{
    order: 2;
  }
  .pg_contents_item_type1.flex:nth-child(even) .pg_contents_item_type1_box1{
    order: 2;
  }
  .pg_contents_item_type1.flex:nth-child(even) .pg_contents_item_type1_box2{
    order: 1;
  }
  .pg_contents_item_type1_box1{
    width:42.79%;
  }
  .pg_contents_item_type1_box1_title{

  }
  .pg_contents_item_type1_box1_title:after{

  }
  .pg_contents_item_type1_box1_title p{
    font-size: 18px;
  }
  .pg_contents_item_type1_box1_content{
    font-size: 16px;
    margin-top: 25px;
  }
  .pg_contents_item_type1_box2{
    width: 48.64%;
  }
  .pg_contents_item_type1_box2_img{

  }
  .pg_contents_item_type1_box2_img_img:before{

  }

  /*各下層ページ(施工事例)*/
  .works_list_items{
    margin-top: 40px; 
  }
  .works_list_title.flex{
    align-items: center;
  }
  .works_list_title_left{

  }
  .works_list_title_ja{
    font-size: 16px;
  }
  .works_list_title_ja:before{

  }
  .works_list_title_en{
    font-size: 64px;
  }
  .works_list_title_en:first-letter{

  }
  .works_list_title.flex .link_1{
    margin: 32px 0 0 auto;
  }
  .works_list_items .webgene-item .title {
    font-size: 16px;
  }
  .works_list_items .webgene-item:nth-child(n+4){
    display: none;
  }
  /*下層バナー*/
  .home_bnr_wrap{
    margin-top: 50px;
  }
  .home_bnr_box{
    height: 180px;
  }
  .home_bnr_box.about{
    height: 180px;
    background-image: url(/system_panel/uploads/images/about_bnr.png);;
  }
  .home_bnr_box_inner{
    border: 2px solid #fff;
    padding: 5px;
  }
  .home_bnr_box_inner_bg{
    padding: 8px;
    background-color: rgba(255, 255, 255, .7);
  }
  .home_bnr_box.about .home_bnr_box_inner_title{
    padding: 26px 0;
    text-align: center;
  }
  .home_bnr_box_inner_title_ja{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  .home_bnr_box.about .home_bnr_box_inner_title_ja:after{
    display: none;
  }
  .home_bnr_box_inner_title_en{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.075em;
  }

  .home_bnr_box.company .home_bnr_box_inner_bg{
    padding: 30px 0;
  }
  /*バナー2列*/
  .pg_bnr_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_bnr_item{
    width: 49.54%;
  }
  .pg_bnr_wrap .pg_bnr_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_bnr_box.bnr1 {

  }
  .home_bnr_box.bnr2 {
  }
  .home_bnr_box.bnr1,
  .home_bnr_box.bnr2{
    padding: 15px 20px;
  }
  .home_bnr_box.bnr1 .home_bnr_box_inner,
  .home_bnr_box.bnr2 .home_bnr_box_inner{
    padding: 5px;
  }
  .home_bnr_box.bnr1 .home_bnr_box_inner_bg,
  .home_bnr_box.bnr2 .home_bnr_box_inner_bg{
    padding: 5px;
  }
  .home_bnr_box.bnr1 .home_bnr_box_inner_title,
  .home_bnr_box.bnr2 .home_bnr_box_inner_title{
    padding: 46px 0;
  }
  .home_bnr_box.bnr1 .home_bnr_box_inner_title_ja{
    font-size: 16px;
  }
  .home_bnr_box.bnr2 .home_bnr_box_inner_title_ja{
    font-size: 16px;
  }
}
@media (min-width:1024px){

  /*下層共通見出し*/
  .pg_contents_header{

  }
  .pg_contents_header_ttl{
    font-size: 24px;
  }
  .pg_contents_header_desc{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }

  /*下層(英文字付きタイトル)*/
  .pg_contents_title{

  }
  .pg_contents_title_en{
    font-size: 100px;
  }
  .pg_contents_title_ja{
    font-size: 28px;
  }

  /*共通繰り返し*/
  .pg_contents_items_type1.flex{
    margin-top: 55px;
  }
  .pg_contents_item_type1{

  }
  .pg_contents_item_type1_box1{

  }
  .pg_contents_item_type1_box1_title{

  }
  .pg_contents_item_type1_box1_title:after{

  }
  .pg_contents_item_type1_box1_title p{

  }
  .pg_contents_item_type1_box1_content{

  }
  .pg_contents_item_type1_box2{

  }
  .pg_contents_item_type1_box2_img{

  }
  .pg_contents_item_type1_box2_img_img:before{

  }

  /*各下層ページ(施工事例)*/
  .works_list_items{
    margin-top: 50px; 
  }
  .works_list_title.flex{
    align-items: center;
  }
  .works_list_title_left{

  }
  .works_list_title_ja{
    font-size: 16px;
  }
  .works_list_title_ja:before{

  }
  .works_list_title_en{
    font-size: 64px;
  }
  .works_list_title_en:first-letter{

  }
  .works_list_title.flex .link_1{
    margin: 32px 0 0 auto;
  }
}
@media (min-width:1200px){


}

/*******************************
*　HOME
********************************/
.pg_home{
  margin-bottom:-50px;
}
.pg_home .section.sec1{
  padding-top: 60px;
  background: #f6f6f6;
  padding-bottom: 50px;
}
.pg_home .section.sec2{
  margin-top: 70px;
}
.pg_home .section.sec3{
  margin-top: 70px;
}
.pg_home .section.sec4{
  margin-top: 70px;
  position: relative;
}
.pg_home .section.sec5{
  margin-top: 80px;
}
.pg_home .section.sec4:after{
  content: "";
  background: #f6f6f6;
  height: 90%;
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: -1;
}
.pg_home .section.sec6{
  margin-top: 70px;
  position: relative;
}
.pg_home .section.sec6:after{
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  background: #255a77;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


/*TOP共通タイトル*/
.home_content_title{

}
.home_content_title_ja{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  display: flex;
  align-items: center;
}
.home_content_title_ja:before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #255a77;
  margin-right: 20px;
}
.home_content_title_en{
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_content_title_en:first-letter{
  color: #255a77;
}
/*EVENT*/
.home_event_wrap{
  justify-content: space-between;
  align-items: flex-start;
}
.home_event_box,
.home_blog_box{
  width: 100%;
  margin-top: 30px;
}
.home_event_wrap .link_1{
  margin-right: 0;
}
.home_event_box .webgene-blog,
.home_blog_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webgene-blog .img_fit{
  background-image: url(/system_panel/uploads/images/noimage2_20240418.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_event_box .webgene-item .img_fit:before,
.home_blog_box .webgene-item .img_fit:before{
  padding-top: 121.56%;
}
.home_event_box .webgene-item .meta,
.home_blog_box .webgene-item .meta{
  margin-top: 8px;
}
.home_event_box .webgene-item .category,
.home_blog_box .webgene-item .category{
  width: auto;
  display: inline-block;
  background: #404040;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0 10px;
}
.home_event_box .webgene-item .title,
.home_blog_box .webgene-item .title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 5px;
}

/*CONCEPT*/
.home_concept_title_sp{
  text-align: center;
  width: 100%;
}
.home_concept_title_sp  .home_concept_box2_title_en{
  position: static;
}
.home_concept_item.flex{
  justify-content: space-between;
}
.home_concept_item:nth-child(n+2){
  margin-top: 60px;
}
.home_concept_box1{
  width: 100%;
}
.home_concept_box1_img:before{
  padding-top: 125.92%;
}
.home_concept_item:nth-child(even) .home_concept_box1 .home_concept_box1_img:before{
  padding-top: 72.44%;
}
.home_concept_box2{
  width: 100%;
  position: relative;
}
.home_concept_box2_title_en{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #eeeded;
  position: absolute;
  top: -30px;
  left: -30px;
}
.home_concept_box2_title_ja{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.52em;
}
.home_concept_box2_title_sub{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3333em;
  color: #255a77;
}
.home_concept_box2_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
}
.home_concept_box2 .link_2{
  margin-right: 0;
}

/*CONCEPT DESIGN HOUSE*/
.home_design_house_wrap{
  position: relative;
}
.home_design_house_wrap .img:before{
  padding-top: 400px;
}
.home_design_house_title{
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -32%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.home_design_house_title_en{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.17em;
  color: #eeeded;
}
.home_design_house_title_ja{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3333em;
  color: #255a77;
}
.section.sec3_5 .link_2{
  margin-top: 50px;
}
/*WORKS*/
.home_slide .webgene-blog{
  /*width: 100%;*/
  /*display: flex;
  flex-wrap: wrap;
  margin: 0;*/
}
.home_slide .slick-list{
  width: 100%;
}
.home_slide .webgene-blog .webgene-item{
  width: 20%;
  padding: 0 15px;
}
.home_slide .webgene-blog .webgene-item .inner{
  display: block;
}
.home_slide{
  /*width: 100%;*/
  margin-top: 30px;
}
.home_slide_img:before{
  padding-top: 80%;
}
.home_slide .webgene-item .meta{
  margin-top: 8px;
}
.home_slide .webgene-item .category{
  width: auto;
  display: inline-block;
  background: #404040;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0 10px;
}
.home_slide .webgene-item .title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 5px;
}
/*slider*/
.slider_arrows{
  display: flex;
  justify-content: center;
}
.slider_arrows .slick-arrow{
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #0a3ea9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #255a77;
  margin: 0 10px;
  margin-top: 30px;
  color: #fff;
}
.fa-chevron-left:before,
.fa-chevron-right:before{
  font-size: 20px;
}
.slider_arrows .slick-next:before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 20px;
}
/*BLOG*/
.home_blog_box{
  width: 100%;
}

/*INFO*/
.home_info_wrap.flex{
  width: 100%;
  justify-content: space-between;
  background: #f6f6f6;
}
.home_info_box1,
.home_info_box2{
  width: 50%;
  position: relative;
  padding: 120px 0;
}
.home_info_box1_content{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.home_info_box1_en{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_info_box1_ja{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 14px;
}
.home_info_box1 .link_1{
  padding: 0;
  margin-top: 27px;
}
.home_info_box1 .link_1:hover{
  color: #fff;
}

/*規格住宅*/
.home_design_house_items.flex{
  justify-content: space-between;
  margin-top: 150px;
}
.home_design_house_item.flex{
  width: 100%;
  border-top: 1px solid #255a77;
  border-bottom: 1px solid #255a77;
}
.home_design_house_item_img{
  width: 47.22%;
}
.home_design_house_item_img:before{
  padding-top: 78.82%;
}
.home_design_house_item_content{
  width: 52.777%;
  padding: 14px 0 0px 28px;
  position: relative;
}
.home_design_house_item_content_title.flex{
  align-items: center;
}
.home_design_house_item_content_title_en{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.home_design_house_item_content_title_ja{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.home_design_house_item_desc{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8666em;
  margin-top: 10px;
}
.home_design_house_item_content .arrow{
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*バナー*/
.home_bnr_wrap{
  margin-top: 50px;
}
.home_bnr_box{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 20px;
  position: relative;
}
.home_bnr_box.home{
  background-image: url(/system_panel/uploads/images/bnr1.png);
}
.home_bnr_box_inner{
  border: 2px solid #fff;
  padding: 5px;
}
.home_bnr_box_inner_bg{
  padding: 8px;
  background-color: rgba(255, 255, 255, .7);
}
.home_bnr_box_inner_title{
  text-align: center;
}
.home_bnr_box_inner_title_ja{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_bnr_box.home .home_bnr_box_inner_title_ja:after{
  content:"";
  display: block;
  width: 41px;
  height: 4px;
  background: #255a77;
  margin: 5px auto;
}
.home_bnr_box_inner_title_en{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

/*footer*/
.body_home .footer{

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

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

}
@media (max-width:767px){
  .pg_home .section.sec4:after{
    top: 50px;
    height: 100%;
  }
  /*EVENT*/
  .home_event_wrap .link_1{
    margin: 30px auto 0;
  }
  .home_event_box .webgene-item:nth-child(n+3),
  .home_blog_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }

  /*CONCEPT*/
  .home_concept_box1{
    margin-top: 20px; 
  }
  .home_concept_box2{
    margin-top: 20px; 
  }
  .home_concept_box2_content{
    margin-top: 16px;
  }
  .home_concept_items .link_2{
    margin: 40px auto 0;
  }

  .home_slide .webgene-blog .webgene-item{
    /*width: 50%;*/
  }
  /*.home_slide .webgene-blog .webgene-item:nth-child(n+5){
    display: none;
  }
  .home_slide .webgene-blog .webgene-item:nth-child(n+5){
    display: none;
  }*/

  /*CONCEPT DESIGN HOUSE*/
  .home_design_house_item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_design_house_item.flex{
    min-height: 270px;
  }
  *

  /*info*/
  .home_info_box1_content .link_1{
    width: 160px;
  }
  .pg_home .section.sec6:after{
    height: 170px;
  }
}
@media (min-width:768px){
  .pg_home{
    margin-bottom:-100px;
  }
  .pg_home .section.sec1{
    padding-top: 70px;

  }
  .pg_home .section.sec2{
    margin-top: 90px;
  }
  .pg_home .section.sec3{
    margin-top: 110px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec5{
    margin-top: 120px;
  }
  .pg_home .section.sec6{
    margin-top: 100px;
  }
  /*TOP共通タイトル*/
  .home_content_title{

  }
  .home_content_title_ja{
    font-size: 16px;
  }
  .home_content_title_ja:before{
    width: 95px;
  }
  .home_content_title_en{
    font-size: 64px;
  }
  .home_content_title_en:first-letter{
    color: #255a77;
  }

  /*EVENT*/
  .home_event_wrap{

  }
  .home_event_box,
  .home_blog_box{
    margin-top: 40px;
  }
  .home_event_wrap .link_1{

  }
  .home_event_box .webgene-blog{

  }
  .webgene-blog .img_fit{

  }
  .home_event_box .webgene-item .img_fit:before{

  }
  .home_event_box .webgene-item .category{

  }
  .home_event_box .webgene-item .title{
    font-size: 16px;
  }
  .home_event_box .webgene-item .category, .home_blog_box .webgene-item .category{
    font-size: 14px;
  }
  /*CONCEPT*/
  .home_concept_item.flex{

  }
  .home_concept_item:nth-child(n+2){
    margin-top: 100px;
  }
  .home_concept_item:nth-child(odd) .home_concept_box1{
    order: 1;
  }
  .home_concept_item:nth-child(odd) .home_concept_box2{
    order: 2;
  }
  .home_concept_item:nth-child(even) .home_concept_box1{
    width: 57.20%;
    order: 2;
  }

  .home_concept_item:nth-child(even) .home_concept_box2{
    order: 1;
    width: 42%;
    padding-right: 10px;
  }
  .home_concept_item:nth-child(even) .home_concept_box2 .link_2{
    margin-right: auto;
    margin-left: 0;
    margin-top: 40px
  }
  .home_concept_item:nth-child(even) .home_concept_box2 .home_concept_box2_title_en{
    left: 0;
    letter-spacing: 0;
  }
  .home_concept_item:nth-child(even) .home_concept_box2 .home_concept_box2_title_ja{
    text-align: left;
  }
  .home_concept_box1{
    width: 48.64%;
  }
  .home_concept_box1_img:before{
    padding-top: 125.92%;
  }
  .home_concept_box2{
    width: 48.64%;
  }
  .home_concept_box2_title_en{
    font-size: 70px;
    white-space: nowrap;
    top: -30px;
    left: -30px;
  }
  .home_concept_box2_title_ja{
    font-size: 21px;
    text-align: right;
    padding-top: 40px;
  }
  .home_concept_box2_title_sub{
    font-size: 19px;
    margin-top: 35px;
  }
  .home_concept_box2_content{
    font-size: 16px;
    margin-top: 20px;
  }

  /*CONCEPT DESIGN HOUSE*/
  .home_design_house_wrap{

  }
  .home_design_house_wrap .img:before{
    padding-top: 600px;
  }
  .home_design_house_items.flex{
    margin-top: 120px;
  }
  .home_design_house_item.flex{
    width: 100%;
  }
  .home_design_house_item:nth-child(n+2){
    margin-top: 25px;
  }
  .home_design_house_title{
    bottom: -29%;
  }
  .home_design_house_title_en{
    font-size: 70px;
  }
  .home_design_house_title_ja{
    font-size: 19px;
    margin-top: 10px;
  }
  .section.sec3_5 .link_2{
    margin-top: 60px;
  }
  /*WORKS*/
  .home_slide .webgene-blog{

  }
  .home_slide .slick-list{

  }
  .home_slide .webgene-blog .webgene-item{

  }
  .home_slide .webgene-blog .webgene-item .inner{

  }
  .home_slide{
    margin-top: 40px;
  }
  .home_slide_img:before{

  }
  .home_slide .webgene-item .category{

  }
  .home_slide .webgene-item .title{
    font-size: 16px;
  }

  /*INFO*/
  .home_info_wrap{

  }
  .home_info_box1,
  .home_info_box2{
    padding: 180px 0;
  }
  .home_info_box1_content{

  }
  .home_info_box1_en{
    font-size: 30px;
  }
  .home_info_box1_ja{
    font-size: 18px;
  }

  /*規格住宅*/
  .home_design_house_items.flex{
    justify-content: space-between;
    margin-top: 150px;
  }
  .home_design_house_item.flex .flex{
    width: 100%;
  }
  .home_design_house_item_img{

  }
  .home_design_house_item_img:before{

  }
  .home_design_house_item_content{
    padding: 14px 0 0px 28px;
  }
  .home_design_house_item_content_title.flex{

  }
  .home_design_house_item_content_title_en{
    font-size: 20px;
  }
  .home_design_house_item_content_title_ja{
    font-size: 16px;
  }
  .home_design_house_item_desc{
    font-size: 15px;
  }

  /*バナー*/
  .home_bnr_wrap{
    margin-top: 80px;
  }
  .home_bnr_box.home{
    height: 180px;

  }
  .home_bnr_box_inner{

  }
  .home_bnr_box_inner_bg{

  }
  .home_bnr_box_inner_title{
    padding: 24px 0;
  }
  .home_bnr_box_inner_title_ja{
    font-size: 20px;
  }
  .home_bnr_box_inner_title_ja:after{

  }
  .home_bnr_box_inner_title_en{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .pg_home{
    margin-bottom:-180px;
  }
  .pg_home .section.sec1{
    padding-top: 90px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec2{
    margin-top: 120px;
  }
  .pg_home .section.sec3{
    margin-top: 150px;
  }
  .pg_home .section.sec4{
    margin-top: 150px;
    padding-bottom: 65px;
  }
  .pg_home .section.sec5{
    margin-top: 150px;
  }
  .pg_home .section.sec6{
    margin-top: 140px;
  }
  /*EVENT*/
  .home_event_wrap{

  }
  .home_event_box,
  .home_blog_box{
    margin-top: 50px;
  }
  .home_event_wrap .link_1{

  }
  .home_event_box .webgene-blog{

  }
  .webgene-blog .img_fit{

  }
  .home_event_box .webgene-item .img_fit:before{

  }
  .home_event_box .webgene-item .category{

  }
  .home_event_box .webgene-item .title{

  }

  /*CONCEPT*/
  .home_concept_item.flex{

  }
  .home_concept_item:nth-child(n+2){
    margin-top: 180px;
  }
  .home_concept_box1{

  }
  .home_concept_box1_img:before{

  }
  .home_concept_box2{

  }
  .home_concept_item:nth-child(even) .home_concept_box2 .home_concept_box2_title_ja{
    padding-top: 50px;
  }

  .home_concept_box2_title_en{
    font-size: 100px;
    top: -50px;
    left: -60px;
  }
  .home_concept_box2_title_ja{
    padding-top: 55px;
  }
  .home_concept_box2_title_sub{
    font-size: 21px;
  }
  .home_concept_box2_content{
    margin-top: 28px;
  }
  .home_concept_box2 .link_2{
    margin-top: 70px;
  }

  /*CONCEPT DESIGN HOUSE*/
  .home_design_house_wrap{

  }
  .home_design_house_items.flex{
    margin-top: 175px;
  }
  .home_design_house_item.flex{
    width: 48.64%; 
  }
  .home_design_house_wrap .img:before{
    padding-top: 500px;
  }
  .home_design_house_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_design_house_item:nth-child(n+3){
    margin-top: 25px;
  }
  .home_design_house_title{
    bottom: -48%;
  }
  .home_design_house_title_en{
    font-size: 100px;
  }
  .home_design_house_title_ja{
    font-size: 24px;
  }
  .section.sec3_5 .link_2{
    margin-top: 80px;
  }
  .home_design_house_item.flex .flex{
    width: 100%;;
  }
  /*WORKS*/
  .home_slide .webgene-blog{

  }
  .home_slide .slick-list{

  }
  .home_slide .webgene-blog .webgene-item{

  }
  .home_slide .webgene-blog .webgene-item .inner{

  }
  .home_slide{
    margin-top: 50px;
  }
  .home_slide_img:before{

  }
  .home_slide .webgene-item .category{

  }
  .home_slide .webgene-item .title{
    font-size: 16px;
  }

  /*info*/
  .home_info_box1 .home_info_box1_content{
    padding-left:22px;
  }
  .home_info_box1 .home_info_box1_content{
    padding-right:22px;
  }

  /*バナー*/
  .home_bnr_wrap{
    margin-top: 115px;
  }

}
@media (min-width:1200px){
  /*CONCEPT*/
  .home_concept_item.flex{

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

  }
  .home_concept_box1{

  }
  .home_concept_box1_img:before{

  }
  .home_concept_box2{

  }
  .home_concept_item:nth-child(even) .home_concept_box2 .home_concept_box2_title_ja{

  }

  .home_concept_box2_title_en{

  }
  .home_concept_box2_title_ja{

  }
  .home_concept_box2_title_sub{
    font-size: 24px;
  }
  .home_concept_box2_content{

  }
  .home_concept_box2 .link_2{

  }

  /*CONCEPT DESIGN HOUSE*/
  .home_design_house_wrap{

  }
  .home_design_house_wrap .img:before{
    padding-top: 600px;
  }
  .home_design_house_title{
    bottom: -40%;
  }
  .home_design_house_title_en{
    font-size: 100px;
  }
  .home_design_house_title_ja{
    font-size: 24px;
  }
}

/*******************************
*　about
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec2{
  margin-top: 70px;
}
.pg_about .section.sec3{
  margin-top: 70px;
}
.pg_about .section.sec4{
  margin-top: 38px;
}
.pg_about .section.sec5{
  margin-top: 50px;
}
.about_policy_box.flex{
  justify-content: space-between;
  position: relative;
}
.about_policy_box.flex:before{
  content: "";
  display: block;
  background: #f6f6f6;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  z-index: -1;
}
.about_policy_box1{
  width: 100%;
}
.about_policy_box1_ttl{
  font-size: 20px;
  font-weight: normal;
  letter-spacing:0;
}
.about_policy_box1_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing:0.075em;
  line-height: 2.125em;
  text-align: justify;
  margin-top: 20px;
}
.about_policy_box2{
  width: 100%;
}
.about_policy_box2_img:before{
  padding-top: 119.10%;
}

/*performance*/
.about_performance_wrap{

}
.about_performance_items.flex{
  margin: 30px -15px;
}
.about_performance_item_title{
  background: #255a77;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.about_performance_item_title_inner{
  border: 1px solid #fff;
}
.about_performance_item_title_ja{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;

}
.about_performance_item_title_en{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.about_performance_item_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 15px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .about_policy_box1{
    order: 2;
    margin-top: 20px;
  }
  .about_policy_box2{
    order: 1;
  }
  .about_policy_box.flex:before{
    top: 40px;
  }
  .about_policy_box1_ttl{
    line-height: 1.333em;
  }
  .about_performance_item_title_inner{
    padding: 5px 0 10px;
  }
  .about_performance_item:nth-child(n+2){
    margin-top: 28px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    margin-top: 120px;
  }
  .pg_about .section.sec3{
    margin-top: 100px;
  }
  .pg_about .section.sec4{
    margin-top: 40px;
  }
  .pg_about .section.sec5{
    margin-top: 70px;
  }
  .about_policy_box.flex{
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .about_policy_box.flex:before{
    left: auto;
    right: 65px;
    height: 112%;
  }
  .about_policy_box1{
    width: 57.20%;
    padding-top: 30px;
  }
  .about_policy_box1_ttl{
    font-size: 22px;
  }
  .about_policy_box1_content{
    font-size: 16px;
    margin-top: 20px;
  }
  .about_policy_box2{
    width: 40.09%;
    margin-top: -50px;
  }
  .about_policy_box2_img:before{

  }

  /*performance*/
  .about_performance_wrap{

  }
  .about_performance_items.flex{
    margin-top: 40px;
  }
  .about_performance_item_title{

  }
  .about_performance_item_title_inner{
    padding: 20px 0 27px;
  }
  .about_performance_item_title_ja{
    font-size: 20px;
  }
  .about_performance_item_title_en{
    font-size: 16px;
  }
  .about_performance_item_content{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    margin-top: 160px;
  }
  .pg_about .section.sec3{
    margin-top: 140px;
  }
  .pg_about .section.sec4{
    margin-top: 50px;
  }
  .pg_about .section.sec5{
    margin-top: 110px;
  }

  .about_policy_box.flex{
    padding-bottom: 0;
  }
  .about_policy_box.flex:before{

  }
  .about_policy_box1{
    padding-right: 35px;
  }
  .about_policy_box1_ttl{
    font-size: 24px;
  }
  .about_policy_box1_content{
    margin-top: 40px;
  }
  .about_policy_box2{

  }
  .about_policy_box2_img:before{

  }

  /*performance*/
  .about_performance_wrap{

  }
  .about_performance_items.flex{
    margin-top: 55px;
  }
  .about_performance_item_title{

  }
  .about_performance_item_title_inner{
    padding: 20px 0 27px;
  }
  .about_performance_item_title_ja{

  }
  .about_performance_item_title_en{

  }
  .about_performance_item_content{

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

  .about_policy_box1_ttl{
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}
/*******************************
*　注文住宅
********************************/
.pg_cutomhouse{

}
.pg_cutomhouse .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_cutomhouse .section.sec2{
  margin-top: 50px;
}
.pg_cutomhouse .section.sec3{
  margin-top: 70px;
}
.pg_cutomhouse .section.sec4{
  margin-top: 80px;
}
.section.bnr{
  margin-top: 80px;
}
/*見出し*/
.customhouse_point_items.flex{
  justify-content: space-between;
}
.customhouse_point_item{
  width: 100%;
}
.customhouse_point_item_img:before{
  padding-top: 137.25%;
}
.customhouse_point_item_center{
  width: 100%;
}
.customhouse_point_item_center_title{
  position: relative;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.8em;
  text-align: center;
  color: #255a77;
}
.customhouse_point_item_center_title:before{
  content: "×";
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #255a77;
}
.customhouse_point_item_center_title p:first-child{
  padding-top: 0;
}
.customhouse_point_item_center_title p:last-child{
  padding-bottom: 0;
}
.customhouse_point_item_center_title p{
  padding: 16px 0;
}
.customhouse_point_item_center_content{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height:2em;
  text-align: justify;
  margin-top: 16px;
}

.about_policy_wrap.custom .about_policy_box2_img:before{
  padding-top: 74.15%;
}


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

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

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

  /*見出し*/
  .customhouse_point_items.flex{

  }
  .customhouse_point_item{

  }
  .customhouse_point_item:last-child{
    margin-top: 20px;
  }
  .customhouse_point_item_img:before{
    padding-top: 70%;
  }
  .customhouse_point_item_center{
    margin-top: 20px
  }
  .customhouse_point_item_center_title{

  }
  .customhouse_point_item_center_title{
    font-size: 18px;
  }
  .customhouse_point_item_center_content{

  }

  /*繰り返し*/
  .about_policy_wrap.custom .about_policy_box.flex:before{
    top: 0;
    height: 90%;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(n+2){
    margin-top: 50px;
  }
  .about_policy_wrap.custom .about_policy_box1{
    order: 1;
    margin-top: 30px;
  }
  .about_policy_wrap.custom .about_policy_box2{
    order: 2;
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_cutomhouse{

  }
  .pg_cutomhouse .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_cutomhouse .section.sec2{
    margin-top: 70px;
  }
  .pg_cutomhouse .section.sec3{
    margin-top: 150px;
  }
  .pg_cutomhouse .section.sec4{
    margin-top: 110px;
  }
  .section.bnr{
    margin-top: 120px;
  }
  /*見出し*/
  .customhouse_point_items.flex{

  }
  .customhouse_point_item{
    width: 22.97%;
  }
  .customhouse_point_item_img:before{

  }
  .customhouse_point_item_center{
    width: calc(100% - 45.94%);
    padding-top:5px;
  }
  .customhouse_point_item_center_title{
    font-size: 30px;
  }
  .customhouse_point_item_center_title:before{
    font-size: 42px;
  }
  .customhouse_point_item_center_title p{
    padding: 24px 0;
  }
  .customhouse_point_item_center_content{
    font-size: 16px;
    padding: 0 25px 0 20px;;
  }
  /*見出し*/
  .customhouse_point_item_center_title{
    font-size: 20px;
  }
  /*繰り返し*/
  .about_policy_wrap.custom .about_policy_box{
    padding-bottom: 0; 
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(n+2){
    margin-top: 120px;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(odd):before{
    margin-right: auto;
    margin-left: auto;
    left: auto;
    right: 65px;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(even):before{
    margin-left: auto;
    left: 65px;
    right: auto;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(odd) .about_policy_box1{
    order: 1;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(odd) .about_policy_box2{
    order: 2;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(even) .about_policy_box1{
    order: 2;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(even) .about_policy_box2{
    order: 1;
  }
}
@media (min-width:1024px){
  .pg_cutomhouse{

  }
  .pg_cutomhouse .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_cutomhouse .section.sec2{
    margin-top: 90px;
  }
  .pg_cutomhouse .section.sec3{
    margin-top: 170px;
  }
  .pg_cutomhouse .section.sec4{
    margin-top: 150px;
  }
  .section.bnr{
    margin-top: 165px;
  }
  /*繰り返し*/

  .about_policy_wrap.custom .about_policy_box:nth-child(n+2){
    margin-top: 160px;
  }
  .about_policy_wrap.custom .about_policy_box.flex:before{
    height: 100%;
  }
  .about_policy_wrap.custom .about_policy_box.flex{
    padding-bottom: 20px;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(odd) .about_policy_box1{
    padding-right: 30px;
  }
  .about_policy_wrap.custom .about_policy_box:nth-child(even) .about_policy_box1{
    padding-right: 0;
    padding-left: 30px;
  }
  /*見出し*/ 
  .customhouse_point_item_center_title{
    font-size: 24px;
  }
  .customhouse_point_item_center_content{
    font-size: 15px;
    text-align: center;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .customhouse_point_item_center_title{
    font-size: 30px;
  }
  .customhouse_point_item_center_content{
    font-size: 16px;
  }
  /*繰り返し*/
  .about_policy_wrap.custom .about_policy_box.flex{
    padding-bottom: 0;
  }
  .about_policy_wrap.custom .about_policy_box.flex:before{
    height: 322px; 
  }

}


/*******************************
*　セミオーダー住宅
********************************/
.pg_conceptDesignHouse{

}
.pg_conceptDesignHouse .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_conceptDesignHouse .section.sec2{
  margin-top: 40px;
}
.pg_conceptDesignHouse .section.sec3{
  margin-top: 50px;
}
.pg_conceptDesignHouse .section.sec4{
  margin-top: 70px;
}
.pg_conceptDesignHouse .section.sec5{
  margin-top: 70px;
}
/*メリット*/
.pg_house_title{
  text-align: center;
  position: relative;
  background: #255a77;
  padding: 10px 0;
}
.pg_house_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #255a77;
  position: absolute;
  bottom: -5px;
}
.pg_house_title_txt{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #fff;
}
.pg_house_sub_title{
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.5333em;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.pg_house_sub_title:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/sitayajirusi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 410px;
  height: 22px;
  position: absolute;
  bottom: -35px;
}
.pg_house_merit_items.flex{
  margin: 30px -20px 0;
}
.pg_house_merit_item{

  padding: 0 20px;
}
.pg_house_merit_item .inner{
  background: rgb(246, 246, 246);
  border: 1px solid #255a77;
  padding: 10px 5px;
}
.pg_house_merit_item_title{
  background: #255a77;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.075em;
  padding: 7px 0;
}
.pg_house_merit_item_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 12px;
}
.pg_conceptDesignHouse .pg_contents_header_desc p:last-child{
  margin-top: 20px;
}

/*カスタム住宅*/
.house_custom_wrap.outer{
  border-top: 1px dotted #181818;
}
.house_custom_wrap{
  margin-top: 40px
}
.house_custom_title{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.61em;
  color: #255a77;
}
.house_custom_box{
  background-image: url(/system_panel/uploads/images/custom_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 0;
  position: relative;
  margin-top: 20px;
}
.house_custom_box.sp{
  background-image: url(/system_panel/uploads/images/go2.png);
}
.house_custom_box:before{
  content: "";
  display: block;
  background-image: url();
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.house_custom_box:after{
  content: "";
  display: block;
  background-image: url();
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.house_custom_box_inner{
  background-image: url(/system_panel/uploads/images/custom_bg_cross.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 0 10px;  
}
.house_custom_box.sp　.house_custom_box_inner{
  background-image: url(/system_panel/uploads/images/ami1.png);
}
.house_custom_box_items.flex{
  justify-content: center;
}
.house_custom_box_item{
  width: 100%;
}
.house_custom_box_item_title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  border: 2px solid #255a77;
  border-radius:10px; 
  padding: 10px 0;

}
.house_custom_box_item_desc{
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top:10px;
}
.house_custom_box_item_desc strong{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-family: 'Outfit', sans-serif;
}

/*ステップ*/
.house_custom_step_wrap{

}
.custom_house_wrap{
  margin-top: 30px;
}
.house_custom_sub_desc{
  margin-top: 20px;
}
.house_custom_sub_desc_title{
  text-align: center;
}
.house_custom_sub_desc_title1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
}
.house_custom_sub_desc_title1 strong{
  font-size: 30px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.1em;
}
.house_custom_sub_desc_title2{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.house_custom_sub_desc_hosoku{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
.house_custom_step_items.flex{
  margin: 0 -15px;
}
.house_custom_step_item{
  width: 100%;
  background-image: url(/system_panel/uploads/images/house_logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  margin: 0 15px;
  position: relative;
}
.house_custom_step_item:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/yajiruisi_large.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  height: 78px;
  position: absolute;
  right: -48px;
  top: 45%;
}
.house_custom_step_item:last-child:after{
  display: none;
}
.house_custom_step_item_inner{
  margin-top: 40px;
}
.house_custom_step_item_title_en{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.house_custom_step_item_title_en:after{
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  background: #255a77;
  margin: 0 auto;
}
.house_custom_step_item_title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 16px;
}
.house_custom_step_item_desc{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6em;
  text-align: center;
  margin-top: 14px;
  padding: 0 50px;
}

/*セミオーダー住宅*/
.pg_house_semi_wrap .home_design_house_items{
  margin-top: 30px;
}
.pg_house_semi_desc{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2em;
  text-align: justify;
  margin-top: 30px;
}

/*VR*/
.pg_house_semi_3d_wrap{
  margin-top: 50px;
}
.pg_house_semi_3d_items{
  margin: 0 -15px;
}
.pg_house_semi_3d_item{

}
.pg_house_semi_3d_item_inner.flex{
  justify-content: space-between;
  background: #faf6f3;
  border: 1px solid #255a77;
  padding: 13px 0;
}
.pg_house_semi_3d_item_left{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.pg_house_semi_3d_item_left p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.pg_house_semi_3d_item_right{
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4em;
  text-align: justify;
}
.pg_house_semi_3d_item_right strong{
  font-weight: normal;
  color: red;
}
.pg_house_semi_3d_item_left_img{
  margin-top: 10px;
}
.pg_house_semi_3d_item_img img{
  width: 100%;
}

.pg_house_semi_3d_items.flex{
  justify-content: space-between;
  padding: 0 15px;
}
.pg_house_semi_3d_item{
  width: 100%;

}

/*特徴*/
.feature_contents_title{
  text-align: center;
}
.feature_contents_title_en{
  font-size:40px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #eeeded;
  line-height: 1;
}
.feature_contents_title_ja{
  font-size:20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
.feature_contents_items{
  margin-top: 40px;
}
.feature_contents_item{
  justify-content: space-between;
}
.feature_contents_item:nth-child(n+2){
  margin-top: 40px;
}
.feature_contents_item1{
  width: 100%;
}
.feature_contents_item1_title{
  background: #255a77;
  color: #fff;
  position: relative;
  padding: 11px 10px;
}
.feature_contents_item1_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #255a77;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.feature_contents_item1_title_txt{
  font-size:16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.feature_contents_item1_content{
  font-size:14px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  margin-top: 16px;
}
.feature_contents_item2{
  width: 100%;
  margin-top: 20px;
}
.feature_contents_item2_img:before{
  padding-top: 74.07%;
}

/*仕様詳細*/
.specification_contents_items{
  margin: 30px -15px 0;
}
.specification_contents_item{

}

.specification_contents_item_img:before{
  padding-top: 80%;
}
.specification_contents_item_inner{
  margin-top: 10px;
}
.specification_contents_item_title{
  background: #f6f6f6;
  text-align: center;
  border-bottom: 2px solid #255a77;
  padding: 10px 0;
}
.specification_contents_item_title_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.specification_contents_item_content{
  margin-top: 10px;
}
.specification_contents_item_content_txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
}
/* コピー用 */
@media (max-width:374px){

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

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

  /*メリット*/
  .pg_house_sub_title::after{
    width: 290px;
    height: 16px;
  }
  .pg_house_merit_items.flex{
    margin-top:50px;
  }
  .pg_house_merit_item:nth-child(n+2){
    margin-top: 20px;
  }

  /*カスタム*/
  .house_custom_wrap{
    padding: 16px;
  }
  .house_custom_box{
    padding: 40px 25px;
  }
  .house_custom_box_inner{
    padding: 30px 20px 10px;
  }
  .house_custom_box_item_desc strong{
    font-size: 30px;
  }

  .house_custom_title{
    font-size: 18px;
  }
  .house_custom_step_item::after{
    right: -40px;
  }
  .house_custom_step_item:last-child::after{
    display: none;
  }

  .pg_house_semi_3d_item_right{
    padding: 0 10px;
    margin-top: 10px;
  }
  .pg_house_semi_3d_item:nth-child(n+2){
    margin-top: 20px;
  }
  .house_custom_step_item.slick-slide{
    min-height: 250px;
  }
  /*仕様詳細*/
  .specification_contents_item:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_conceptDesignHouse{

  }
  .pg_conceptDesignHouse .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_conceptDesignHouse .section.sec2{
    margin-top: 50px;
  }
  .pg_conceptDesignHouse .section.sec3{
    margin-top: 70px;
  }
  .pg_conceptDesignHouse .section.sec4{
    margin-top: 100px;
  }
  .pg_conceptDesignHouse .section.sec5{
    margin-top: 100px;
  }
  .pg_conceptDesignHouse .pg_contents_header_desc p:last-child{
    margin-top: 30px;
  }

  /*メリット*/
  .pg_house_title{
    padding: 17px 0;
  }
  .pg_house_title:after{

  }
  .pg_house_title_txt{
    font-size: 18px;
  }
  .pg_house_sub_title{
    font-size: 30px;
    margin-top: 45px;
  }
  .pg_house_sub_title:after{

  }
  .pg_house_merit_items.flex{
    margin-top: 50px;
  }
  .pg_house_merit_item{

  }
  .pg_house_merit_item .inner{

  }
  .pg_house_merit_item_title{
    font-size: 20px
  }
  .pg_house_merit_item_desc{
    font-size: 17px;
  }

  /*カスタム住宅*/
  .house_custom_wrap{
    padding: 40px 60px;
    margin-top: 40px
  }
  .house_custom_title{
    font-size: 26px;
  }
  .house_custom_box{
    padding: 43px 40px;
    margin-top: 30px;
  }
  .house_custom_box:before{

  }
  .house_custom_box:after{

  }
  .house_custom_step_item{
    margin: 0 5px;
  }
  .house_custom_box_inner{
    padding: 40px 0 20px;
  }
  .house_custom_box_items.flex{
    justify-content: center;
  }
  .house_custom_box_item{
    width: 29.11%;
  }
  .house_custom_box_item.center{
    margin: 0 20px;
  }
  .house_custom_box_item_title{
    font-size: 18px;

  }
  .house_custom_box_item_desc{
    font-size: 21px;
  }
  .house_custom_box_item_desc strong{
    font-size: 38px;
  }

  /*ステップ*/
  .house_custom_step_wrap{

  }
  .house_custom_sub_desc_title{

  }
  .house_custom_sub_desc_title1{
    font-size: 30px;
  }
  .house_custom_sub_desc_title1 strong{
    font-size: 42px;
  }
  .house_custom_sub_desc_title2{
    font-size: 18px;
  }
  .house_custom_sub_desc_hosoku{
    font-size: 14px;
  }
  .house_custom_step_items.flex{
    justify-content: space-between;
    margin: 0 -15px;
  }
  .house_custom_step_item{
    width: 29.72%;
  }
  .house_custom_step_item_inner{

  }
  .house_custom_step_item_title_en{
    font-size: 20px;
  }
  .house_custom_step_item_title{
    font-size: 15px;
  }
  .house_custom_step_item_desc{
    font-size: 14px;
    padding: 0 20px;
  }
  .house_custom_step_item:after{
    width: 30px;
    height: 48px;
    right: -35px;
    top: 45%;
  }
  /*セミオーダー住宅*/
  .pg_house_semi_wrap .home_design_house_items{
    margin-top: 40px;
  }
  .pg_house_semi_desc{
    font-size: 16px;
    text-align: justify;
    margin-top: 50px;
  }

  /*VR*/
  .pg_house_semi_3d_wrap{
    margin-top: 60px;
  }
  .pg_house_semi_3d_items{

  }
  .pg_house_semi_3d_item{
    justify-content: space-between;
  }
  .pg_house_semi_3d_item_left{
    width: 47.222%;
  }
  .pg_house_semi_3d_item_left p{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .pg_house_semi_3d_item_right{
    width: 47.222%;
    font-size: 15px;
    padding: 0 20px 0 0;
  }
  .pg_house_semi_3d_item:nth-child(n+2){
    margin-top: 20px; 
  }
  .pg_house_semi_3d_item_inner.flex{
    align-items: center;
  }

  /*特徴*/
  .feature_contents_title{

  }
  .feature_contents_title_en{
    font-size: 80px;
  }
  .feature_contents_title_ja{
    font-size: 26px;
  }
  .feature_contents_items{
    margin-top: 50px;
  }
  .feature_contents_item{

  }
  .feature_contents_item:nth-child(n+2){
    margin-top: 50px;
  }
  .feature_contents_item:nth-child(odd) .feature_contents_item1{
    order: 1;
  }
  .feature_contents_item:nth-child(odd) .feature_contents_item2{
    order: 2;
  }
  .feature_contents_item:nth-child(even) .feature_contents_item1{
    order: 2;
  }
  .feature_contents_item:nth-child(even) .feature_contents_item2{
    order: 1;
  }
  .feature_contents_item1{
    width: 42.79%;
  }
  .feature_contents_item1_title{

  }
  .feature_contents_item1_title:after{

  }
  .feature_contents_item1_title_txt{
    font-size:18px;
  }
  .feature_contents_item1_content{
    font-size: 16px;
    margin-top: 20px;
  }
  .feature_contents_item2{
    width: 48.64%;
    margin-top: 0;
  }
  .feature_contents_item2:before{

  }

  /*仕様詳細*/
  .specification_contents_items{
    margin-top: 40px;
  }
  .specification_contents_item{

  }
  .specification_contents_item:nth-child(n+3){
    margin-top: 30px;
  }
  .specification_contents_item_img:before{

  }
  .specification_contents_item_inner{

  }
  .specification_contents_item_title{
  }
  .specification_contents_item_title_txt{
    font-size: 18px;
  }
  .specification_contents_item_content{
    margin-top: 17px;
  }
  .specification_contents_item_content_txt{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .pg_conceptDesignHouse{

  }
  .pg_conceptDesignHouse .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_conceptDesignHouse .section.sec2{
    margin-top: 70px;
  }
  .pg_conceptDesignHouse .section.sec3{
    margin-top: 100px;
  }
  .pg_conceptDesignHouse .section.sec4{
    margin-top: 140px;
  }
  .pg_conceptDesignHouse .section.sec5{
    margin-top: 140px;
  }
  /*メリット*/
  .pg_house_title{

  }
  .pg_house_title:after{

  }
  .pg_house_title_txt{

  }
  .pg_house_sub_title{

  }
  .pg_house_sub_title:after{

  }
  .pg_house_merit_items.flex{
    margin-top: 72px;
  }
  .pg_house_merit_item{

  }
  .pg_house_merit_item .inner{

  }
  .pg_house_merit_item_title{

  }
  .pg_house_merit_item_desc{
    font-size: 20px;
  }

  /*カスタム住宅*/
  .house_custom_wrap{
    padding: 55px 95px 0;
    margin-top: 50px;
  }
  .house_custom_box{
    padding: 43px 65px;
  }
  .house_custom_step_item{
    margin: 0 15px;
  }

  /*ステップ*/
  .house_custom_step_wrap{

  }
  .house_custom_sub_desc_title{

  }
  .house_custom_sub_desc_title1{
    font-size: 30px;
  }
  .house_custom_sub_desc_title1 strong{
    font-size: 42px;
  }
  .house_custom_sub_desc_title2{
    font-size: 18px;
  }
  .house_custom_sub_desc_hosoku{
    font-size: 14px;
  }
  .house_custom_step_items.flex{

  }
  .house_custom_step_item{
    width: 29.72%;
  }
  .house_custom_step_item_inner{

  }
  .house_custom_step_item_title_en{
    font-size: 25px;
  }
  .house_custom_step_item_title{
    font-size: 18px;
  }
  .house_custom_step_item_desc{
    font-size: 15px;
    padding: 0 50px;
  }
  .house_custom_step_item:after{
    width: 45px;
    height: 78px;
    right: -48px;
    top: 45%;
  }


  .pg_house_semi_desc{
    text-align: center;
  }
  /*VR*/
  .pg_house_semi_3d_wrap{
    margin-top: 77px;
  }

  .pg_house_semi_3d_item:nth-child(n+3){
    margin-top: 26px; 
  }

  /*特徴*/
  .feature_contents_title{

  }
  .feature_contents_title_en{
    font-size: 100px;
  }
  .feature_contents_title_ja{
    font-size: 28px;
  }
  .feature_contents_items{
    margin-top: 60px;
  }
  .feature_contents_item{

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

  }
  .feature_contents_item1_title{

  }
  .feature_contents_item1_title:after{

  }
  .feature_contents_item1_title_txt{

  }
  .feature_contents_item1_content{

  }
  .feature_contents_item2{

  }
  .feature_contents_item2:before{

  }

  /*仕様詳細*/
  .specification_contents_items{
    margin-top: 50px;
  }
  .specification_contents_item:nth-child(n+3){
    margin-top: 0;
  }
  .specification_contents_item:nth-child(n+4){
    margin-top: 75px;;
  }
}
@media (min-width:1200px){

  .pg_house_semi_3d_items.flex{

  }
  .pg_house_semi_3d_item{
    width: 48.64%;

  }
  .pg_house_semi_3d_item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_house_semi_3d_item:nth-child(n+3){
    margin-top: 20px;
  }
  .pg_house_semi_3d_item_inner.flex{
    align-items: flex-start;
  }
}
/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{
  margin-top: 50px;
}
.pg_company .section.sec2{
  margin-top: 30px;
}
.pg_company .section.sec3{
  margin-top: 70px;
}

/*テーブル*/
.company_table_wrap{

}
.company_table_wrap .table_rows_th{
  width: 110px;
  background: #255a77;
  color: #fff;
  padding-left: 10px;
}
.company_table_wrap .table_rows_td{
  background: #f6f6f6;
  padding-left: 10px;
}
.company_table_wrap .table_rows_th,
.company_table_wrap .table_rows_td{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-top: 16px;
  padding-bottom: 16px;
}
.company_table_wrap{

}

/*マップ*/
.access_map iframe{
  width: 100%;
  height: 250px;
  border: none;
}

/*ギャラリー*/
.company_garally_box{

}
.company_garally_box_inner{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.company_garally_item{

}

.compnay_garally_item_img:before{
  padding-top: 80%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*ギャラリー*/
  .company_garally_item:nth-child(n+3){
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{
    margin-top: 80px;
  }
  .pg_company .section.sec2{
    margin-top: 40px;
  }
  .pg_company .section.sec3{
    margin-top: 100px;
  }

  /*テーブル*/
  .company_table_wrap{

  }
  .company_table_wrap .table_rows_th{
    width: 200px;
    padding-left: 30px;
  }
  .company_table_wrap .table_rows_td{
    padding-left: 20px;
  }
  .company_table_wrap .table_rows_th,
  .company_table_wrap .table_rows_td{
    font-size: 16px;
    border: 1px solid #404040;
  }
  .company_table_wrap{

  }

  /*マップ*/
  .access_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_garally_item:nth-child(n+4){
    margin-top: 30px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    margin-top: 120px;
  }
  .pg_company .section.sec2{
    margin-top: 50px;
  }
  .pg_company .section.sec3{
    margin-top: 140px;
  }


  /*テーブル*/
  .company_table_wrap{

  }
  .company_table_wrap .table_rows_th{
    width: 285px;
    padding-left: 45px;
  }
  .company_table_wrap .table_rows_td{
    padding-left: 35px;
  }
  .company_table_wrap .table_rows_th,
  .company_table_wrap .table_rows_td{

  }
  .company_table_wrap{

  }

  /*マップ*/
  .access_map iframe{
    height: 520px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　施工事例
********************************/
.pg_xxx{

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

.pg_works_cat_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px;
}
.pg_works_cat_box .posts_cat_item{
  background: #f6f6f6;
  border: 1px solid #255a77;
  color: #255a77;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;

  margin: 0 15px;
}
.pg_works_cat_box .posts_cat_item.on{
  background: #255a77;
  color: #fff;
}
.works_wrap .posts_cat_item a{
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.works_wrap .posts_cat_item a:before{
  display: none;
}

.pg_works_lists .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pg_works_lists{
  border-top: 1px dotted #000000;
  margin-top: 40px;
  padding-top: 80px;
}

.pg_works_lists .webgene-item .img:before{
  padding-top: 80%;
}
.pg_works_lists .webgene-item .category{
  width: 100%;
  display: inline-block;
  background: #404040;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 5px;
  margin: 5px 0px;
}
.pg_works_lists .webgene-item .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pg_works_cat_box .posts_cat_item:nth-child(n+5){
    margin-top:20px
}

/*ページネーション*/
.pg_works_lists .webgene-pagination{
  margin-top: 80px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*カテゴリ*/
  .pg_works_cat_box .webgene-blog{
    display: none;
  }
  .pg_works_cat_box .posts_cat_item:nth-child(n+3){
    margin-top: 10px;
  }

  .pg_works_lists .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  /*カテゴリ*/
  .pg_works_cat_box .webgene-blog{
    justify-content: space-between;
  }
  .pg_works_cat_box .posts_cat_item{
    width: 45%;
    text-align: center;
    margin-top: 0;
  }

  .pg_works_cat_box .posts_cat_item + .posts_cat_item{
    margin-top: 0;
  }
  .pg_works_cat_box .posts_cat_item:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_works_cat_box .posts_cat_item:nth-child(n+5){
    margin-top: 30px;
  }

  /*記事*/
  .pg_works_lists{
    margin-top: 60px;
    padding-top: 100px;
  }
  .pg_works_lists .webgene-item .title{
    font-size: 16px;
  }
  .pg_works_lists .webgene-item:nth-child(n+4){
    margin-top: 70px;
  }
  /*ページネーション*/
  .pg_works_lists .webgene-pagination{
    margin-top: 100px;
  }

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

  /*カテゴリ*/
  .pg_works_cat_box .webgene-blog{
    justify-content: flex-start;
  }
  .pg_works_cat_box .posts_cat_item:nth-child(n+3){
    margin-top:0;
  }
  .pg_works_cat_box .posts_cat_item:nth-child(n+5){
    margin-top:20px
  }
  .pg_works_cat_box .posts_cat_item{
    width: 210px;
  }

  /*記事*/
  .pg_works_lists{
    margin-top: 80px;
    padding-top: 120px;
  }
  .pg_works_lists .webgene-item .category{
    width: auto;
    padding: 0px 10px;
  }
  .pg_works_lists .webgene-item:nth-child(n+4){
    margin-top: 95px;
  }

  /*ページネーション*/
  .pg_works_lists .webgene-pagination{
    margin-top: 140px;
  }
}
@media (min-width:1200px){
  /*カテゴリ*/
  .pg_works_cat_box .posts_cat_item{
    width: 255px;
  }
}

/*******************************
*　施工事例(詳細)
********************************/
.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;
}

.works_detail .webgene-item {
  border-bottom: 1px solid #255a77;
}
.works_detail .meta{
  border-bottom: 5px solid #255a77;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.works_detail .meta .category span{
  width: 100%;
  color: #fff;
  background: #404040;
  border-radius: 0;
  padding: 3px 5px;
}
.works_detail .meta .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.works_detail .post_content{
  line-height: 2.25em;
  letter-spacing: 0.075em;
  padding-bottom:30px;
}
/*スライダー*/
.works_detail .thumb .img_fit:before{
  padding-top: 72.60%;
}
.works_detail .sub .img_fit:before{
  padding-top: 72.72%;
}
.works_detail .sub .slick-slide{
  display: block!important;
  float: none !important;
  flex: 0 0 33.33%;
  cursor: pointer;
}
.works_detail .sub .slick-track{
  margin: 0 -5px;
  transform: unset !important;
  width: 100%!important;
  display: flex;
  flex-flow: row wrap;
}
.works_detail .sub .img{
  padding: 0 5px;
}

/*矢印*/
.works_detail .slick-arrow{
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.pg_works .link_2{
  margin-top: 50px;
}
/* コピー用 */
@media (max-width:374px){

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

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

  /*スライダー*/
  .slider{
    margin-bottom: 30px;
  }
  .works_detail .sub .slick-slide{
    flex: 0 0 25%;
  }
  .works_detail .slider .sub{
    margin-top: 15px;
  }
  .works_detail .sub .slick-track{
    margin: 0;
  }
  .works_detail .sub .slick-slide:nth-child(n+5){
    margin-top: 10px;
  }
  .works_detail .slick-prev{
    left: 16px;
  }
  .works_detail .slick-next{
    right: 16px;
  }
}
@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;
  }

  .works_detail .post_content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 55px;
  }
  .works_detail .meta .category span{
    min-width: 114px;
  }

  /*スライダー*/
  .slider{
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .works_detail .slider .thumb{
    width: 65.8%;
  }
  .works_detail .slider .sub{
    width: 31.5%;
  }
  .works_detail .sub .slick-slide:nth-child(n+4){
    margin-top: 10px;
  }

  /*矢印*/
  .works_detail .slick-prev {
    font-size: 26px;
    left: 16px;
  }
  .works_detail .slick-next{
    right: 16px;
    font-size: 26px;
  }

  .pg_works .link_2{
    margin-top: 70px;
  }
}
@media (min-width:1024px){

  /*スライダー*/
  .slider{
    margin-bottom: 100px;
  }

  .works_detail .post_content{
    padding-bottom: 90px;
  }

  .pg_works .link_2{
    margin-top: 100px;
  }
}
@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{

}


.event_lists .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.event_lists .webgene-item .img_fit:before{
  padding-top: 121.56%;
}
.event_lists .webgene-item .category{
  width: auto;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #404040;
  padding: 0 10px;
}
.event_lists .webgene-item .title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event_lists .webgene-item .meta{
  margin-top: 7px;
}

/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #404040;
  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_layout_box2 select,
.posts_category_sp select{
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: 0;
  border: 1px solid #000000;
}

/* 詳細 */
.posts_detail{
  padding: 15px 10px;
}
.posts_detail .webgene-item{
  border-bottom: 1px solid #255a77;
  padding-bottom: 55px;
}
.posts_detail .meta{
  border-bottom: 5px solid #255a77;
  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.075em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}
.posts_detail .webgene-item .category{
  width: auto;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0 10px;
  background: #404040;
}

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

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


/* コピー用 */
@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;
  }
  .event_lists .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .event_lists .webgene-blog{
    margin-top: 30px;
  }

  .event_lists .webgene-item .category{
    min-width: auto;
  }
  /*詳細*/
  .posts_detail .webgene-blog{
    margin-top: 30px;
  }
  .posts_detail .meta{
    padding: 10px 0;
  }
  .posts_detail .post_content h3{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin: 30px 0 10px;
  }

  /*ページ送り*/
  .webgene-pagination{
    margin-top: 50px;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }
  /*スマホ用カテゴリ非表示*/
  .posts_category_sp{
    display: none;
  }


  /* リスト */
  .posts_list{

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

  }

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

  .event_lists .webgene-blog{

  }
  .event_lists .webgene-item:nth-child(n+3){
    margin-top: 50px;;
  }
  .event_lists .webgene-item .img_fit:before{

  }
  .event_lists .webgene-item .category{

  }
  .event_lists .webgene-item .title{
    font-size: 16px;
  }

  /* 詳細 */
  .posts_detail{
    padding:0;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    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: 18px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .post_content h3{
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .posts_layout_box1 .link_2{
    margin-top: 60px;
  }


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

  }
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 180px;
  }
  .event_lists .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .event_lists .webgene-item:nth-child(n+4){
    margin-top: 80px;
  }
  .posts_layout_box1 .link_2{
    margin-top: 100px;
  }

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

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　お問い合わせ
********************************/
.pg_contact .section.sec3{
  margin-top: 80px;
}
.anchor {
  position: relative;
  top: -120px;
}
/*資料請求*/
.contact_document_wrap{
  background: #f6f6f6;
  border: 1px solid #255a77;
  padding: 20px 40px;
  margin-top: 30px;
}
.contact_document_ttl{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.contact_document_inner_wrap{

}
.contact_document_wrap_title{
  border-top:1px solid #255a77;
  border-bottom:1px solid #255a77;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}
.contact_document_wrap_title h3{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.contact_document_wrap_sub_title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;

}
.contact_document_content_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.contact_document_content_item{
  width: 100%;
}
.contact_document_content_item:nth-child(n+2){
  margin-top: 20px;
}
.contact_document_content_item_img:before{
  padding-top: 133.3%
}

.contact_info_wrap{
  background: #255a77;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 140px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.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: #255a77;
  color: #FFF;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

.formRow .selectArea{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.formRow .selectArea .d-block{
  width: 130px;
}
.formRow .selectArea .d-block label{
  padding: 0 10px;
}
.formRow .selectArea .hour_lb{
  margin-left: 0;
  padding-right: 10px;
}
.selectArea .addClass{
  width: 100%;
  margin-bottom: 0;
}
.pg_contact .formTh.first{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@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: 30px;
  padding: 34px 25px 20px;
}
.contact_info_box{
  padding: 24px 10px;
}
.contact_info_tt {
  font-size: 20px;
}
.contact_info_tel_icon{

  margin-right:5px;
}
.contact_info_tel_link{
  font-size: 24px;
  margin-left: 20px;
}
.contact_info_txt{
  margin-left:0;
  margin-top: 5px;
  font-size: 16px;
}

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

.selectArea .addClass{
  display: flex;
  align-items: center;
}
.selectArea.count .addClass{
  display: flex;
  flex-wrap: wrap;
}
/*.pg_contact .formTd select[name="adult"], .pg_contact .formTd select[name="age"], .pg_contact .formTd select[name="child"] {
  max-width: 30% !important;
}*/
.pg_contact .formTd select[name="child"],
.pg_contact .formTd .label3{
  margin-top: 8px;
}

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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #255a77;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #255a77;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #f6f6f6;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="month1"],
.pg_contact .formTd select[name="day1"],
.pg_contact .formTd select[name="adult"],
.pg_contact .formTd select[name="age"],
.pg_contact .formTd select[name="child"]{
  max-width: 83px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd .label2{
  margin-left: 17px;
}
.pg_contact .formTd .label3{
  margin-left: 0;
}
.pg_contact .formTd select[name="pref"],
.pg_contact .formTd select[name="hour"]{
  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 .selectArea:nth-child(n+2){
  margin-top: 10px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #255a77;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px 0 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #255a77;
  color: #fff;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTh.aligh_center{
  display: flex;
  align-items: center;
}

.contact_tt.privacy{
  font-size: 17px;
}

@media (min-width:768px){
  .pg_contact .section.sec3{
    margin-top: 120px;
  }
  /*資料請求*/
  .contact_document_wrap{
    padding: 38px 65px 48px;
    margin-top: 36px;
  }
  .contact_document_ttl{
    font-size: 30px;
  }
  .contact_document_inner_wrap{

  }
  .contact_document_wrap_title{
    margin-bottom: 30px;
  }
  .contact_document_wrap_title h3{
    font-size: 16px;
  }
  .contact_document_wrap_sub_title{
    font-size: 16px;
  }
  .contact_document_content_items{
    margin-top: 26px;
  }
  .contact_document_content_item{
    width: 30.61%;
  }
  .contact_document_content_item_img:before{

  }
  .contact_document_content_item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_contact .formTd select[name="month1"], .pg_contact .formTd select[name="day1"], .pg_contact .formTd select[name="adult"], .pg_contact .formTd select[name="age"], .pg_contact .formTd select[name="child"]{
    width: 70px;
  }
  .contact_document_content_item{
    margin: 0 20px;
  }
  .pg_contact .formTd .label3{
    margin: 0 4px;
  }
  .pg_contact .formTd select[name="child"], .pg_contact .formTd .label3 {
    margin-top: 0;
  }
  .pg_contact .formTd select[name="hour"]{
    max-width: 125px;
  }
  .selectArea .addClass{
    width:auto;
  } 
  .pg_contact label {
      font-size: 13px;
  }
  .pg_contact label[for="adult"]{
    margin-right: 4px;
  }
  .formRow .selectArea .d-block {
      width: 120px;
  }
}
@media only screen and (min-width: 1024px){

  .pg_contact .section.sec3{
    margin-top: 175px;
  }
  .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%;
  }
  .selectArea .addClass{
    width:auto;
    margin-top: 0;
  }
  .formRow .selectArea .hour_lb{
    margin-left: 10px;
  }

  .pg_contact .formTd select[name="month1"], .pg_contact .formTd select[name="day1"], .pg_contact .formTd select[name="adult"], .pg_contact .formTd select[name="age"], .pg_contact .formTd select[name="child"]{
    width: 83px;
  }
  .pg_contact .formTd select[name="adult"], .pg_contact .formTd select[name="age"], .pg_contact .formTd select[name="child"] {
      margin-left: 10px;
  }
  .contact_info_tel_link{
    font-size: 40px;
  }
  .selectArea.count .addClass .d-md-inline-block + .d-md-inline-block label,
  .selectArea.count .addClass#isul66 .d-md-inline-block label{
    margin-left: 27px;
  }
  /*資料請求*/
  .contact_document_wrap{

  }
  .contact_document_ttl{

  }
  .contact_document_inner_wrap{

  }
  .contact_document_wrap_title{

  }
  .contact_document_wrap_title h3{

  }
  .contact_document_wrap_sub_title{

  }
  .contact_document_content_items{

  }
  .contact_document_content_item{

  }
  .contact_document_content_item_img:before{

  }
  .contact_info_tel_link{
    margin-left: 20px;
  }
  .contact_info_txt{
    margin-left: 17px;
  }
  .contact_info_wrap{
    margin-bottom: 150px;
  }
  .pg_contact .formTd select[name="hour"]{
    max-width: 225px;
  }
  .pg_contact .formTd .label3{
    margin-left: 10px;
  }
  .pg_contact label {
      font-size: 15px;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 46px;
  padding-left: 10px;
}
.contact_tt.privacy{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #255a77;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

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

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


  .privacy_ttl{
    font-size: 18px;
  }

}

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


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

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

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
    padding-top: 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;
  }
  
}
@media (max-width:767px){

  .contact_info_wrap{
    padding: 20px 10px;
  }
  .contact_info_tt{
    font-size: 18px;
  }
  .contact_info_tel_icon{
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 24px;
    margin-left: 10px;
  }
  .contact_info_txt{
    font-size: 10px;
  }
  .selectArea .addClass{
    margin-bottom: 7px;
  }

  .selectArea .addClass .d-md-inline-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pg_contact .formTd select[name="child"], .pg_contact .formTd .label3{
    margin-top: 0;
  }
  .anchor{
    top: 0;
  }
  
  .formRow .selectArea.count{
      flex-wrap: wrap;
  }  
  .formRow .selectArea.count label{
    margin-right: 5px;
  }
  .selectArea.count .addClass .d-md-inline-block {
      width: 100%;
  }
  .selectArea.count .addClass .d-md-inline-block + .d-md-inline-block {
    margin-top: 10px;
  }
    .pg_contact .formTd select[name="month1"], .pg_contact .formTd select[name="day1"], .pg_contact .formTd select[name="adult"], .pg_contact .formTd select[name="age"], .pg_contact .formTd select[name="child"] {
      max-width: 95px;
  }
}
@media (min-width:1200px){
  .contact_info_tel_link{
    font-size: 44px;
  }

  .pg_contact .section.sec2{
    padding: 180px 0 20px;
  }

}
/*******************************
*　お問い合わせ送信完了
********************************/
.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;
}


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

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

}
  
  /****************************************/
  /****************************************/
  /*LINE表示*/
  /* .footer_fix .footer_fix_item_1{
     width: 26%;
   }
   .footer_fix .footer_fix_item_2{
     width: 22%;
   }*/

  /*LINE非表示*/
  .footer_fix .footer_fix_item_1{
    width: 38%;
  }
  .footer_fix .footer_fix_item_2{
    width: 24%;
  }
  /****************************************/
  /*******************************************/
@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;
  }

  .home_design_house_item_content_title.between .home_design_house_item_content_title_ja{
    width: 100%;
    text-align: right;
  }
}
@media (min-width:1024px){


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

}
@media (min-width: 768px) {
    .header {
      z-index: 3;
    }
  }