@charset "UTF-8";

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

.footer{
  margin-top: 80px;;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

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

}
.ftr1_box2{

}

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



.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  border-top: none;
  padding: 10px;
  margin-top: 6px;
}

/* お問い合わせ */
.footer_contact{
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer_contact_en{

}
.footer_contact_en p{
  font-size: 65px;
  font-size: clamp(3.75rem, 1.75rem + 10vw, 13.75rem);
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 0.709;
  color: #b4a22b;
  opacity: 0.2;
}
.footer_contact_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer_contact_inner_box1{
  width: 100%;
  margin: 0;
}
.footer_contact_inner_box2{
  width: 100%;
  margin: 35px 0 0;
}
.footer_contact_txt1{
  font-size: 30px;
  font-family: var(--font-en);
  line-height: 1;
}
.footer_contact_txt1 a{
  letter-spacing: 0;
}
.footer_contact_txt1 a:before{
  content:"\f095";
  display: inline-block;
  font-size: 0.85em;
  font-family: "fontAwesome";
  margin-right: 7px;
  transform: rotate(13deg);
}
.footer_contact_txt2{
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.footer_contact_btn{
  display: flex;
  justify-content: center;
}
.footer_contact_btn_a{
  width: 240px;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 5px 12px;
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  transition: 0.2s all;
}
.footer_contact_btn_a p{
  letter-spacing: 0.05em;
}
.footer_contact_btn_a p:before{
  content:"\f0e0";
  font-size: 1.333em;
  font-family: "fontAwesome";
  margin-right: 10px;
}
.footer_contact_btn_a:hover{
  background: var(--sub-color);
  color: #FFF;
}

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

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


.ftr_1{
  background: #e1c064;
  border: 1px solid #a8a385;
}
.ftr_1_box{
  text-align: center;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.ftr_1_box1{
  width: 100%;
  padding-top: 7px;
}
.ftr_1_add_txt{
  font-size: 16px;
  font-weight: 500;
}
.ftr_1_add_txt a:hover{
  opacity: 0.6;
  color: #000;
}
.ftr_logo{
  display: block;
}
.ftr_1_add_txt{
  font-size: 16px;
  font-weight: 500;
line-height: 1.6em;
      letter-spacing: 0;
}
.ftr_1_add_items{
  width: 253px;
margin: 14px auto 0;
}
.ftr_1_add_item{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.ftr_1_add_item:nth-child(n+2){
  margin-top: 4px;
}
.ftr_1_add_item1{

  padding-right: 9px;
}
.ftr_1_add_item_txt1{
width: 83px;
  text-align: left;
}
.ftr_1_add_item_txt2{
  position: relative;
  padding-left: 16px;
}
.ftr_1_add_item_txt2:before{
  content: "";
  width: 1px;
  height: 18px;
  background: #947f45;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links_box{

}
.ftr_links_box_tt{

}
.ftr_links{

}
.ftr_link{

}


/*mother*/
.ftr_contact_wrap{
  background: #e1c064;
  position: relative;
padding: 38px 0 100px
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 188;
  background-image: url(/system_panel/uploads/images/nami.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -100px;
  transform:translateX(-50%);
}
.link_1{
  display: block;
  width: 100%;
  max-width: 790px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius:20px; 
  margin-inline:auto;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.link_1_txt1{
  font-size: 20px;
  font-weight: 700;
  font-family: "Outfit", sans-serif; 
  line-height: 1;
  letter-spacing: 0.1em;
}
.link_1_txt2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 7px;
}

.ftr_address_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ftr_address_item{
  width: 100%;
}
.ftr_address_item:nth-child(n+2){
  margin-top: 30px;;;
}
.ftr_address_tt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.ftr_txt2{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
.ftr_txt2 p{
  letter-spacing: 0;
}
.ftr_links_items{
      margin: 8px 0;
}
.ftr_links_item{
  
} 
.ftr_links_item img{
  transition: all .2s;
}
.ftr_links_item:hover img{
  transform: scale(1.05);
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }
  .ftr_contact_wrap:before{
    width: 1000px;
    top: -40px;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }
  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }

  .ftr_1_box1{
    text-align: center;
  }
  .ftr_links_box{
    display: none;
  }
  .ftr_1_add_item{
    justify-content: flex-start;
    width: 283px;
    text-align: left;
    margin-inline: auto;
  }
  .ftr_1_box2 .goo_banner_txt{
    font-size: 17px;
  }

  .ftr_contact_wrap{
    padding: 50px 0;
  }
  .ftr_1_add_items{
    width: 190px;
  }
  .ftr_2_box{
    display: none;
  }
  
  .ftr_links_item{
    display: inline-block;
  }
  .ftr_address_item:nth-child(3) .ftr_1_add_items{
    width: 100%;
  }
  .ftr_address_item:nth-child(3) .ftr_1_add_item{
    width: 190px;
  }
  .ftr_links_item{
    margin:0 5px;
  }
.ftr_txt2{
  text-align: center;
}
  

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




  /* お問い合わせ */
  .footer_contact{
    padding: 82px 0;
  }
  .footer_contact_en{

  }
  .footer_contact_en p{
    /*    font-size: 125px;*/
  }
  .footer_contact_inner{
    top: 48%;
  }
  .footer_contact_inner_box1{
    width: auto;
    margin: 0 30px;
  }
  .footer_contact_inner_box2{
    width: auto;
    margin: 0 30px;
  }
  .footer_contact_txt1{
    font-size: 30px;
  }
  .footer_contact_txt1 a:before{
    margin-right: 7px;
  }
  .footer_contact_txt2{
    font-size: 14px;
  }
  .footer_contact_btn{
  }
  .footer_contact_btn_a{
    width: 265px;
    font-size: 16px;
    padding: 11px 5px 12px;
  }
  .footer_contact_btn_a p:before{
    margin-right: 10px;
  }

  .ftr_1{

  }
  .ftr_1_box{
padding: 49px 0 55px
  }
  .ftr_1_box1{
    width: 35.51%;
  }
  .ftr_logo{

  }
  .ftr_1_add_txt{
    font-size: 15px;
  }
  .ftr_1_add_items{

  }
  .ftr_1_add_item{

  }
  .ftr_1_add_item1{
    white-space: nowrap;
  }
  .ftr_1_add_item2{

  }
  .ftr_1_box2{
    width: 59.51%;
  }
  .ftr_links_box{

  }
  .ftr_links_box:nth-child(n+2){
    margin-top: 33px;
  }
  .ftr_links_box_tt{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-family: "Cardo", serif;
    line-height: 1;
    margin-bottom: 12px;
  }
  .ftr_links_box_tt:before{
    content: "";
    display: block;
    width: 6px;
    aspect-ratio:1;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
  .ftr_link{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    margin-left:0;
    margin-bottom: 16px;
  }
  .ftr_link:after{
    display: none;
  }
  .ftr_link p{
    display: flex;
    align-items: center;
  }
  .ftr_link p:before{
    display: none;
  }

  .ftr_1_box2 .goo_banner_a{
    width: 400px;
    height: 60px;
    background-image: url(/system_panel/uploads/images/bnr2.jpg);
  }
  .ftr_1_box2 .goo_banner_a .goo_banner_txt{
    font-size: 14px;
    margin-right: -180px;
  }
  .ftr_1_box2 .goo_banner_txt:after{
    right: 0;
  }

  /*mother*/
  .ftr_contact_wrap{

  }
  .link_1{
    padding: 44px 0;
  }
  .link_1_txt1{
    font-size: 32px;
  }
  .link_1_txt2{
    font-size: 18px;
  }

  .ftr_2_box{
    background: #fff;
    padding: 10px 0;
  }
  .ftr_2_box .ftr_links{

  }
  .ftr_2_box .ftr_link{
    width: 20%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .ftr_2_box .ftr_link:nth-child(n+6){
    margin-top: 10px;;
  }
  .ftr_2_box .ftr_link p{
    letter-spacing: 0.1em;
  }

  .ftr_copy{
    padding: 30px 0;
  }
  
  .ftr_address_items{
  margin-top: 38px;
}
.ftr_address_item{
  width: 50%;
  position: relative;
}
.ftr_address_item:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.ftr_address_item:nth-child(n+2){
  margin-top: 0;;
}
.ftr_address_item:nth-child(n+3){
  margin-top: 30px;;
}
.ftr_address_item:nth-child(even){
  padding-left: 20px;;
}
.ftr_address_item:nth-child(even):after{
    display: none;
}
.ftr_address_item:last-child:after{
  display: none;
}

.ftr_address_tt{
  text-align: left;
}
.ftr_txt2{
  
}
.ftr_links_items{
text-align: left;
}
.ftr_links_item{
  
} 
.ftr_1_add_items{
  width: 100%;
}
.ftr_links_item{
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
}
@media (min-width:1024px){
  .footer{
    margin-top: 160px;
  }
  .body_home .footer{
    margin-top: 298px;
  }

  /* お問い合わせ */
  .footer_contact{
    padding: 82px 0 65px;
  }
  .footer_contact_en{

  }
  .footer_contact_en p{
    /*    font-size: 220px;*/
  }
  .footer_contact_inner{
    top: 48%;
  }
  .footer_contact_inner_box1{
    margin: 0 30px;
  }
  .footer_contact_inner_box2{
    margin: 0 30px;
  }
  .footer_contact_txt1{
    font-size: 40px;
  }
  .footer_contact_btn_a{
    /*width: 265px;*/
    font-size: 18px;
    padding: 11px 5px 12px;
  }

  .ftr_1{

  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 49.51%;
  }
  .ftr_logo{

  }
  .ftr_1_add_txt{
    font-size: 16px;
  }
  .ftr_1_add_items{

  }
  .ftr_1_add_item{

  }
  .ftr_1_add_item:after{
  
  }
  .ftr_1_add_item1{

  }
  .ftr_1_add_item2{

  }
  .ftr_1_box2{
    width: 47.51%;
  }
  .ftr_links_box{

  }
  .ftr_links_box_tt{

  }
  .ftr_links{

  }
  .ftr_link{

  }
  .ftr_1_box2 .goo_banner_a .goo_banner_txt{
    margin-right: -202px;
  }
  .ftr_1_box2 .goo_banner_txt:after{
    right: 0;
  }

  /*mother*/
  .ftr_contact_wrap{

  }
  .link_1{

  }
  .link_1_txt1{

  }
  .link_1_txt2{

  }

  .ftr_2_box{

  }
  .ftr_2_box .ftr_links{

  }
  .ftr_2_box .ftr_link{
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
  .ftr_2_box .ftr_link:nth-child(n+6){
    margin-top: 0;
  }
  .ftr_2_box .ftr_link:first-child{
    padding-left: 0;
  }
  .ftr_2_box .ftr_link:last-child{
    padding-right: 0;
  }
  
  
}
@media (min-width:1200px){
  .ftr_1{

  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 61.51%;
  }
  .ftr_logo{

  }
  .ftr_1_add_txt{

  }
  .ftr_1_add_items{

  }
  .ftr_1_add_item{

  }
  .ftr_1_add_item1{

  }
  .ftr_1_add_item2{

  }
  .ftr_1_box2{
    width: 36.51%;
  }
  .ftr_links_box{

  }
  .ftr_links_box_tt{

  }
  .ftr_links{

  }
  .ftr_link{

  }
  .ftr_1_box2 .goo_banner_a .goo_banner_txt{
    margin-right: -202px;
  }
  .ftr_1_box2 .goo_banner_txt:after{
    right: 26px;
  }

  .ftr_2_box{

  }
  .ftr_2_box .ftr_links{

  }
  .ftr_2_box .ftr_link{
    padding: 0 25px;
  }
  
  .ftr_address_items{
  
}
.ftr_address_item{
  width: 25%;
}
.ftr_address_item:nth-child(even){
  padding-left: 0;
}
.ftr_address_item:nth-child(n+3){
  margin-top: 0;
}
.ftr_address_item:nth-child(2){
 padding-left: 16px;
}
.ftr_address_item:nth-child(3){
  padding-left: 0;
}
.ftr_address_item:nth-child(4){
padding-left: 39px;
}
.ftr_address_tt{
  
}
.ftr_txt2{
  
}
.ftr_links_items{
  
}
.ftr_links_item{
  
} 
.ftr_address_item .ftr_1_add_item_txt2{
  margin-right: -20px;
}

.ftr_address_item:nth-child(1):after{
  right: 7%;
}
.ftr_address_item:nth-child(2):after{
 right: 13%;
}
.ftr_address_item:nth-child(3):after{
        right: 0%;
}
.ftr_address_item:nth-child(even):after{
    display: block;
}
.ftr_address_item:last-child:after{
  display: none;
}
}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #bfbfbf;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-size: 16px;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
  color: #424242;
  font-weight: 500;
  line-height: 1.66em;
}
.company_tbl .table_rows_td p:nth-child(even){
padding-left: 22px;
}
.company_tbl .table_rows_td p.no-space{
  padding-left: 0;
}
.company_tbl .table_rows_td p.space{
  padding-left: 22px;
}

/* マップ */
.pg_company .section{
  padding-top: 0;
}
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{
  border-radius: 20px;
}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
    border-top: 1px solid;
    border: 1px solid;
    border-color: #bfbfbf;
  }
  .company_tbl .table_rows_th{
    width: 200px;
    background: #f2f2f2;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

}
@media (min-width:1024px){
  * + .company_map {
    margin-top: 100px;
  }

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
font-size: 18px;
  }
  .company_tbl .table_rows_th{
    padding: 19px 15px 19px;
    width: 285px;
  }
  .company_tbl .table_rows_td{
    padding: 19px 20px 19px;
  }

  /* マップ */
  * + .company_map{
    margin-top: 100px;
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;

  }
  * + .company_gallery_items{
    margin-top: 75px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}


/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

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


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_list_thumb.home .webgene-item .img.img_fit:before{
  padding-top: 62.5%;
}


@media (max-width:1023px){

  .news_list_thumb.home .webgene-item:nth-child(n+3){
    display: none;
  }

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



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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

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

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


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 22px 25px;
  }

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



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


  .news_list_thumb.home .webgene-blog{
    margin-left: -15px;
    margin-right: -15px;
  }
  .news_list_thumb.home .webgene-item{
    padding: 0 15px;
  }

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


}



/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}

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

.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

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

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

/* リスト */
.posts_list{

}

.posts_list .webgene-item a{
  width: 100%;
  position: relative;
  padding: 22px 0 26px;
  border-bottom: 1px solid #c8bfa5;
}
.posts_list .webgene-item a:hover{
  color: #181818;
}


.webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.posts_list .webgene-item{
  display: flex;
  align-items: center;
}
.posts_list .webgene-item + .webgene-item{
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 14px;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #e1c064;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.posts_list .webgene-item .title{
  width: calc(100% - 100px - 125px);
  padding: 0 0 0 0;
}

.posts_list .webgene-item .title a{

}

.posts_list .webgene-item:first-child a{
  border-top: 1px solid #c8bfa5;
}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.posts_cat_item a:before{
  content: "■";
  color: #e1c064;
  position: absolute;
  left: 0;
}


/* 詳細 */
.posts_detail{
  border: none;
  /*  border-bottom: 1px solid #bfbfbf;*/
  padding: 0 0 0;
  color: #000;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 12px;
}
.posts_detail .meta .category{
  width: 120px;
  margin-right: 15px;
}
.posts_detail .meta .category span{
  font-size: 13px;
  padding: 2px 5px;
}
.posts_detail .meta .date{
  width: 110px;
  /*border-right: 1px solid #dddddd;*/
  margin-right: 15px;
}


.posts_detail .meta{
  display: flex;
  align-items: center;
  border-bottom:none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  margin-top: 15px;
}

.posts_detail .meta .category{
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #e1c064;
  color: #fff;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 0;
  margin-left: 30px;
}
.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{
  width: 126px;
  font-size: 17px;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1;
  /*letter-spacing: 0.075em;*/
  border-right: 2px solid #d7d7d7;
}
.posts_detail .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 12px;
}
.posts_detail .post_content{
  font-size: 14px;
  font-weight: 500;
  line-height: 2.42em;
  ;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}

.webgene-pagination li.number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fff;
  border: 1px solid #282828;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.webgene-pagination li{
  padding: 4px 10px;
  margin: 0 4px;
  border: 1px solid #282828;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #282828;
  color: #FFF;
}

.webgene-pagination li.next,
.webgene-pagination li.prev{
  border: 1px solid #627361;
}
.webgene-pagination li.next a,
.webgene-pagination li.prev a{
  display: flex;
  align-items: center;
  font-size: 14px;
  padding:  4px 0;
}
.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;
}

.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* ボタン */
.posts_layout_box1 .read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.posts_layout_box1 .read_more a{
  min-width: 300px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: #e1c064;
  border-radius: 27px;
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.posts_layout_box1 .read_more a p{
  /*letter-spacing: 0;*/
}
.posts_layout_box1 .read_more a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.posts_layout_box1 .read_more a:hover{

}
.posts_layout_box1 .read_more a:hover:after{
  margin-right: -5px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

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

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

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

  .posts_list .webgene-item a:after{
    content: "→";
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        transition: 0.2s all;
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 50px);
  }
}
@media (min-width:768px){

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

  .posts_list .webgene-item a:after{
    content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: 0.2s all;
  }

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

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
  }
  .posts_detail .meta .category{
    width: 120px;
    margin-right: 34px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 100px;
    /*border-right: 1px solid #dddddd;*/
    margin-right: 5px;
  }
  .posts_detail .title{
    padding-bottom: 12px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .pg_news .read_more{
    margin-top: 40px;
  }

  .posts_layout_box1 .read_more a{
    min-width: 280px;
  }
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

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

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

  .pg_news{
  }

  .pg_news .read_more{
    margin-top: 44px;
  }
}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

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

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

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

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}



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

.pg_contact  .home_contents5_wrap {
  text-align: center;
}

* + .pg_contact  .home_contents5_wrap {
  padding-top: 125px;
}

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

.pg_contact .tt2{
  margin-bottom: 49px;
}

.pg_contact .tt2 .tt2_en{
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.075em;
  color: #d5b24f;
}

.pg_contact .tt2 .tt2_ja {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
font-weight: 600;
  margin-top: 26px;
  letter-spacing: 0.075em;
}

/*お問い合わせカテゴリボタン*/
.cmn_cat_nav {
  display: flex;
  flex-wrap: wrap;
  /*  margin: 0 -5px 30px;*/
}

.cmn_cat_nav{
  margin: 0 -10px;
}

.cmn_cat_nav_item{
  width: 100%;
  padding: 0 5px;
}

.cmn_cat_nav_item:nth-child(n+2) {
  margin-top: 10px;
}

.pg_contact .cmn_cat_nav_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*  margin-top: 30px;*/
  margin-left: auto;
  margin-right: auto;
}
.pg_contact .cmn_cat_nav_item_a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  /*  border: 1px solid currentColor;*/
  background: #e1c064;
  border-radius: 15px;
  padding: 14px 5px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  width: 100%;
}
.pg_contact .cmn_cat_nav_item_a p{
  color: #FFF;
  /*letter-spacing: 0;*/
}
.pg_contact .cmn_cat_nav_item_a:after{
  /*  content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;*/
}
.pg_contact .cmn_cat_nav_item_a:hover{
}

.pg_contact .cmn_cat_nav_item_a:hover:after{
  margin-right: -5px;
}

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

  .pg_contact .tt2 .tt2_en{
    font-size: 20px;
  }

  .pg_contact .tt2 .tt2_ja {
    font-size: 35px;
    margin-top: 25px;
  }
  .pg_contact .tt2 {
    margin-bottom: 40px;
  }

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

  .pg_contact .section.sec3{
    padding-top: 0;
  }

}

@media (min-width:1200px){
  .pg_contact .cmn_cat_nav_item_a{
    font-size:16px;
    border-radius: 20px;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 33.333%;
  }

  .pg_contact .home_contents5_wrap {
    top: 0;
  }


  .pg_contact .tt2 .tt2_en{
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-en);
    line-height: 1;
    letter-spacing: 0.075em;
    color: #d5b24f;
  }

  .pg_contact .tt2 .tt2_ja {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
font-weight: 600;
    margin-top: 26px;
    letter-spacing: 0.075em;
  }

}

@media (max-width:767px){
  /*お問い合わせカテゴリボタン*/
  .cmn_cat_nav {
    display: flex;
    flex-wrap: wrap;
  }

  .cmn_cat_nav{
    margin: 0 -10px;
  }

  .cmn_cat_nav col4 .cmn_cat_nav_item{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg_contact .cmn_cat_nav_item_a{
    font-size: 15px;
    border-radius: 15px;
    padding: 14px 5px;
    margin: 5px 5px;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
    width: 100%;
  }

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

  * + .pg_contact .section sec1 {
    margin-top: 60px;
  }

  * + .pg_contact  .home_contents5_wrap {
    padding-top: 0;
  }
  .pg_contact .tt2 .tt2_en{
    font-size: 18px;
  }
  .pg_contact .tt2 .tt2_ja {
    font-size: 20px;
    margin-top: 20px;
  }
  .pg_contact .tt2 {
    margin-bottom: 30px;
  }
  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

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

}

@media (min-width: 768px) {
}
/*お問い合わせカテゴリボタン*/
.cmn_cat_nav {
  display: flex;
  flex-wrap: wrap;
}

.cmn_cat_nav{
  margin: 0 -10px;
}

.cmn_cat_nav.col4 .cmn_cat_nav_item{
  width: 33.333%;
}

.cmn_cat_nav col4 .cmn_cat_nav_item{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.pg_contact .cmn_cat_nav_item_a{
  /*    min-width: 300px;*/
  font-size: 15px;
  border-radius: 12px;
  padding: 14px 5px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav_item:nth-child(n+2){
  margin-top: 0;
}
.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

/* フォーム */

.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
  color: #505050;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
* + .pg_contact .form.formWrap{
  padding-top: 0;
}

.pg_contact .formRow + .formRow{
  border-top: 1px solid #bfbfbf;
}

.pg_contact .formTh,
.pg_contact .formTd{
  border: 0;
}

.pg_contact .formTh {
  padding: 18px 15px 15px 20px;
  background: #f2f2f2;
  letter-spacing: 0.08em;
  border-right: 0;
  border-bottom: 0;
}
.pg_contact .formTd {
  background: #FFF;
  border-left: 0;
  border-bottom: 0;
}
.pg_contact .formTd.a_center{
  display:flex;
  align-items: center;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 13px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.pg_contact .formWrap .text-center{
  padding-top: 65px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  color: #515151;
  letter-spacing: 0.05em;
}
.pg_contact .privacyLabel a{
  color: #b0964c;
  font-weight: 500;
}

/*.pg_contact .section.sec2{
  padding-top: 137px;
}

.pg_contact .section.sec3{
  padding-top: 137px;
}*/

/*送信ボタン*/
.pg_contact .formBtn.formSend{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.pg_contact .formBtn.formSend{
  min-width: 300px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 0;
  background: #e1c064;
  border-radius: 27px;
  color: #FFF;
  padding: 17px 20px;
  margin: 5px auto;
  margin-top: 55px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend{
  /*letter-spacing: 0;*/
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  line-height: 2.25em;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.7;
}

.pg_contact .section.sec1 {
  padding: 80px 0 0;
  padding-bottom: 137px;
}
.pg_contact .section.half{
  padding-top: 0;
}
.pg_contact .section.sec2 {
  padding: 0 0 0;
  padding-bottom: 137px;
}

.pg_contact .section.sec3{
  padding-top: 0;
}
.privacy_item_box {
  padding: 28px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 100px;
}
@media only screen and (min-width: 1024px){

  /*お問い合わせカテゴリボタン*/
  .cmn_cat_nav {
    display: flex;
    flex-wrap: wrap;
  }

  .cmn_cat_nav{
    margin: 0 -10px;
  }

  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 33.333%;
  }

  .cmn_cat_nav col4 .cmn_cat_nav_item{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmn_cat_nav col4 .cmn_cat_nav_item_a{
    min-width: 350px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    /*  border: 1px solid currentColor;*/
    background: #e1c064;
    border-radius: 15px;
    padding: 14px 5px;
    margin: 5px 5px;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
  }

  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
    border-right: 0;
    border-bottom: 0;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
    border-left: 0;
    border-bottom: 0;
  }

  .thanks_text{
    text-align: center;
  }
}

@media (min-width:1200px){
  * + .pg_contact .section.sec1{
    padding-top: 85px;
  }
}



/* プライバシー */
.pg_contact .section.sec3{
  /*  padding: 150px 0 20px;*/
  /*  padding: 0;*/
}
.pg_contact .section.sec3 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-left: 6px solid #e1c064;
}
.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 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
.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){
  .pg_contact .section.sec1{
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .pg_contact .section.sec2{
    padding-top: 0;
    padding-bottom: 100px;
  }


  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 80px;
  }

  .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: 180px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }

  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

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

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


  .pg_contact .section.sec1 {
padding: 70px 0 0 0;
  }

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

  .pg_contact .section.sec3 {
    padding-top: 0;
  }

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


  .contact_info_bg {
    padding: 18px 10px;
  }

  /*  .pg_contact .section.sec3{
      padding: 65px 0 30px;
    }*/

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

  .privacy_item_box{
    padding: 30px 10px;
  }

  /*送信ボタン*/
  .pg_contact .formBtn.formSend{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .pg_contact .formBtn.formSend{
    min-width: 300px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border: 0;
    background: #e1c064;
    border-radius: 27px;
    color: #FFF;
    padding: 17px 20px;
    margin: 5px auto;
    margin-top: 55px;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
  }
  .pg_contact .formBtn.formSend{
    /*letter-spacing: 0;*/
  }
  .pg_contact .formBtn.formSend:after{
    content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }

  .pg_contact .formBtn.formSend:hover:after{
    margin-right: -5px;
  }
  
    .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 100%;
  }
}

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

/* ボタン */
.pg_contact .read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.pg_contact .read_more a{
  min-width: 250px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: var(--main-color);
  border-radius: 27px;
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.pg_contact .read_more a p{
  /*letter-spacing: 0;*/
}
.pg_contact .read_more a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .read_more a:hover{
  color: #FFF;
  background: var(--sub-color);
}
.pg_contact .read_more a:hover:after{
  margin-right: -5px;
}

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

@media (min-width:768px){
  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: center;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
    margin: 5px 5px;
    border-radius: 27px;
  }
  .read_more a:after{
    content: "→";
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    position: absolute;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }

  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 50%;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 16px;;
  }
}

@media (min-width:768px){
  .cmn_cat_nav{
    margin-inline:-15px;
  }
  .cmn_cat_nav.col4 .cmn_cat_nav_item{
    padding-inline:15px;
  }
  .pg_contact .cmn_cat_nav_item_a{
    margin: 0;
  }
}
@media (min-width:1024px){
.pg_contact .section.half{
  padding-top: 0!important;
}
  .read_more.left{
    justify-content: flex-start;
  }

}
@media (min-width:1200px){
  .cmn_cat_nav{
    
  }
 .cmn_cat_nav.col4 .cmn_cat_nav_item{
    width: 25%;
  }
   .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+3){
    margin-top: 0;;
  }
   .cmn_cat_nav.col4 .cmn_cat_nav_item:nth-child(n+5){
    margin-top: 16px;;
  }

}
