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


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

.footer{
  background: #c8e2f5;
  margin-top: 0;
  position: relative;
  padding-top: 50px;
}
.footer:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 304;
  background-image: url(/system_panel/uploads/images/20250502225529363872.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -304px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.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: 47px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  padding: 12px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
  border-top: 1px solid var(--sub-color);
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid var(--sub-color);
}
.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: var(--main-color);;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_bg{
  position: relative;
}
.ftr_bg:before{
  content: "";
  display: block;
  width: 100%;
  height: 10000px;
 background: #fdfbf4;
position: absolute;
top: 0;
z-index: -5;
}


.ftr_contact_wrap{
/*  background: #fdfbf4;*/
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  width: 8.1%;
  aspect-ratio:156 / 126;
  background-image: url(/system_panel/uploads/images/ftr_kumo_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 500px;
  left: 0;
}
.ftr_contact_wrap:after{
  content: "";
  display: block;
  width: 4.8%;;
  aspect-ratio:93 / 67;
  background-image: url(/system_panel/uploads/images/ftr_kumo_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: 0;
}
.ftr_contact_box{
  position: relative;
  margin-top: 30px;
}
.ftr_contact_img{
  position: relative;
  z-index: 0;;
}
.ftr_contact_img img{
  border-radius: 10px;
}
.ftr_contact_img:before{
  padding-top: 200px;
}
.ftr_contact_items_outer{
  position: absolute;
  top: 43.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  z-index: 1;
}
.ftr_contact_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_item{
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 23px 16px;
}
.ftr_contact_item:nth-child(n+2){
  margin-top: 30px;
}
.ftr_contact_item.bl{
  border: 3px solid #329ee9;
}
.ftr_contact_item.re{
  border: 3px solid var(--main-color);
}
.ftr_contact_item_title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.52em;
  position: relative;
  padding-bottom: 14px;
}
.ftr_contact_item.bl .ftr_contact_item_title{
  color: #329ee9;
}
.ftr_contact_item.re .ftr_contact_item_title{
  color: var(--main-color);
}
.ftr_contact_item_title:after{
  content: "";
  display: block;
  width: 269px;
  aspect-ratio:269 / 4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
}
.ftr_contact_item.bl .ftr_contact_item_title:after{
  background-image: url(/system_panel/uploads/images/dotted_br.png);
}
.ftr_contact_item.re .ftr_contact_item_title:after{
  background-image: url(/system_panel/uploads/images/dotted_re.png);
}

.content_desc{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.76em;
  text-align: justify;
  margin-top: 17px;
}
.ftr_contact_item .read_more{

}
.ftr_contact_item .read_more a{
  font-size: 17px;
  font-weight: 700;
  padding: 19px 20px;
}
.ftr_contact_item.bl .read_more a:hover,
.ftr_contact_item.re .read_more a:hover{
  color: #FFF;
  background: var(--sub-color);
}
.ftr_contact_item .read_more p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.ftr_contact_item.bl .read_more a{
  background: #329ee9;
}
.ftr_contact_item.re .read_more a{
  background: var(--main-color);
}


.ftr_contact_tel_box{
  position: relative;
  background: #fff;
  border: 3px solid #1c75b3;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 3;
}
.ftr_contact_tel_box1{

}
.ftr_contact_tel_box1_img{
  position: absolute;
  left: 7.2%;
  bottom: -2%;
  width: 23.06%;
  aspect-ratio:256 / 253;
  z-index: 4;
}
.ftr_contact_tel_box2{
  width: 77.92%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: visible;
}
.ftr_contact_tel_box2:before{
}
.ftr_contact_tel_box2_text{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.666em;
  color: #3e85bb;
  position: relative;
  z-index: 1;
  padding: 16px 10px 17px 28px;
}
.ftr_contact_tel_box2_text:before{
  content: "";
  display: block;
  width: 965px;
  aspect-ratio:965 / 298;
  background-image: url(/system_panel/uploads/images/20250502220115417734.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -10.86%;;
  top: -105px;;
  z-index: -1;
}
.ftr_contact_tel_box3{
  padding-top: 250px;
  padding-right: 10px;;
  padding-bottom: 16px;
}
.ftr_contact_tel_box3_txt1{
  font-size: 17px;
  font-weight: 700;
}
.ftr_contact_tel_box3_txt2{
  font-size: 29px;
  font-weight: 900;
  color: #1c75b3;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.ftr_contact_tel_box3_txt2 a{
  display: flex;
  align-items: center;
  line-height: 1;
}
.ftr_contact_tel_box3_txt2:before{
  width: 60px;
  aspect-ratio:1 / 1;
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/phone_br.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 18px;
  margin-right: 34px;
}
.ftr_contact_tel_box3_txt4{
  font-size: 15px;
  font-weight: 500;
  color: #1c75b3;
  margin-top: 13px;
}

.ftr_1{

}
.ftr_logo{
  display: block;
  text-align: center;
}
.ftr_add{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.ftr_add .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.sns_items{
  text-align: center;
  margin-top: 36px;
  position: relative;
  padding-top: 50px
}
.sns_items:before{
  content: "";
  display: block;
  width: 54.05%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);

}
.sns_item{

}

.ftr_2{

}
.ftr_links{

}
.ftr_link{

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

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

  body{
    padding-bottom: 56px;
  }
  .ftr_logo{
    width: 70%;
    margin-inline:auto;
    margin-bottom: 24px;
  }

  .footer_fix{
    display: flex;
  }


  
  .ftr_contact_items_outer{
    position: relative;
    top: -50px;
  }

  .ftr_contact_tel_box1_img{
left: 17px;
        bottom: -3px;
        width: 28.06%;
  }
  .ftr_contact_tel_box2{
    width: 300px;
  }
  .ftr_contact_tel_box2_text{
    line-height: 1.9em;
  }
  .ftr_contact_tel_box2_text:before{
    right: -630px;
    top: -70px;
  }
  .ftr_contact_tel_box3_txt2:before{
    width: 26px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .ftr_2{
    display: none;
  }
  .sns_items{
    padding-top: 30px; 
  }
  .ftr_add .flex{
    display: block;
    text-align: center;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 0;
    padding-top: 95px;
  }
  .footer:before{
    top: -210px;
  }

  .ftr_contact_wrap{
padding-top: 100px;
  }
    .ftr_contact_wrap:after{
  top: 200px;
  right: calc(50vh - 500px);
}
  .ftr_contact_box{
    margin-top: 50px;
  }
  .ftr_contact_img img{

  }
  .ftr_contact_img:before{
    padding-top: 500px;
  }
  .ftr_contact_items_outer{
    width:100%;
    top: 57.6%;
  }
  .ftr_contact_items{

  }
  .ftr_contact_item{
    width: 48.46%;
    padding: 23px 10px 17px;
  }
  .ftr_contact_item:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_contact_item_title{
    font-size: 20px;
    padding-bottom: 24px;
  }
  .content_desc{

  }
  .ftr_contact_item .read_more{
    margin-top:18px;
  }
  .ftr_contact_item .read_more a{
    font-size: 20px;
  }
  .ftr_contact_item .content_desc{
    font-size: 17px;
  }
  .ftr_contact_tel_box1_outer{
    position: relative;
  }

  .ftr_contact_tel_box{
    padding-bottom:0;
    margin-top:230px;
  }
  .ftr_contact_tel_box1{

  }
  .ftr_contact_tel_box1_img{
bottom: -1.5%;
  }
  .ftr_contact_tel_box2{

  }
  .ftr_contact_tel_box2_text{
    padding: 30px 30px 0 86px;
  }
  .ftr_contact_tel_box2_text:before{
    right: -77.86%;;
  }
  .ftr_contact_tel_box3{
    width: 65.76%;
    padding-top: 210px;
    padding-right: 0;
  }
  .ftr_contact_tel_box3_txt1{
    font-size: 28px;
  }
  .ftr_contact_tel_box3_txt2{
    font-size: 50px;
  }
  .ftr_contact_tel_box3_txt2:before{
    width: 45px;
    margin-top: 10px;
    margin-right: 15px;
  }

  .ftr_contact_tel_box3_txt4{

  }

  .ftr_1{

  }
  .ftr_logo{

  }
  .ftr_add{
    font-size: 17px;
  }
  .ftr_add .flex{
    margin-top: 19px;
  }
  .ftr_add .ad1 p{
    margin: 0 46px;
  }
  .ftr_add .ad2 p{
    margin: 0 18px;
  }
  .sns_items{
    margin-top: 48px;
  }
  .sns_item{

  }

  .ftr_2{
    background: #fdfbf4;
    padding: 8px 0 10px;;
    margin-top: 50px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .ftr_link{
    width: 25%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 16px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
  }

  .ftr_contact_wrap{
padding-top: 200px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_img img{

  }
  .ftr_contact_img:before{
    padding-top:350px;
  }
  .ftr_contact_items_outer{
    width: 88.28%;
    padding: 0;
    top: 61.71%;
  }
  .ftr_contact_items{

  }
  .ftr_contact_item{
    width: 48.46%;
  }
  .ftr_contact_item:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_contact_item_title{
    font-size: 22px;
  }
  .content_desc{

  }
  .ftr_contact_item .read_more{

  }

  .ftr_contact_tel_box{
    padding-bottom: 21px;
    margin-top: 335px;
  }
  .ftr_contact_tel_box1{

  }
  .ftr_contact_tel_box1_img{
bottom: -2%;
  }
  .ftr_contact_tel_box2{

  }
  .ftr_contact_tel_box2_text{
    font-size: 18px;
    padding: 30px 81px 0 104px;
  }
  .ftr_contact_tel_box2_text:before{
    right: -27.86%;;
  }
  .ftr_contact_tel_box3{
    width: 65.76%;
    padding-top: 195px;
    padding-left: 26px;
    padding-bottom: 0;
  }
  .ftr_contact_tel_box3_txt1{
    font-size: 38px;
  }
  .ftr_contact_tel_box3_txt2{
    font-size: 70px;
  }
  .ftr_contact_tel_box3_txt2:before{
    width: 60px;
    margin-top: 18px;
    margin-right: 34px;
  }
  .ftr_contact_tel_box3_txt4{
    font-size: 20px;
  }

  .ftr_2{
    padding: 8px;
  }
  .ftr_links{
    margin: 0 -23px;
  }
  .ftr_link{
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .ftr_contact_tel_box2_text:before{
    right: -10.86%;;
  }
  .ftr_contact_tel_box3_txt2{
    font-size: 75px;
  }

  .ftr_link{
    padding: 0 23px;
  }

    .ftr_contact_item_title{
    font-size: 25px;
  }
  .ftr_contact_item{
    padding: 23px 28px 17px;
  }
  
}



/*******************************
*下層ヘッダー　
********************************/
.pg_header{
  margin-bottom: 100px;
}
.pg_header_img{

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

/*サブタイトル*/
.sec_sub_title{
  text-align: center;
  font-size:18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow    : 
       2px  2px 0px #ff6464,
      -2px  2px 0px #ff6464,
       2px -2px 0px #ff6464,
      -2px -2px 0px #ff6464,
       2px  0px 0px #ff6464,
       0px  2px 0px #ff6464,
      -2px  0px 0px #ff6464,
       0px -2px 0px #ff6464;     
}
.sec_sub_title.bl{
 text-shadow    : 
       2px  2px 0px #329ee9,
      -2px  2px 0px #329ee9,
       2px -2px 0px #329ee9,
      -2px -2px 0px #329ee9,
       2px  0px 0px #329ee9,
       0px  2px 0px #329ee9,
      -2px  0px 0px #329ee9,
       0px -2px 0px #329ee9;
}
.sec_sub_title p{
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.sec_sub_title p:before{
  content: "";
  display: block;
  width: 100%;
  height: 15.15px;
  background: #ff6464;
  border-radius: 7.57px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec_sub_title.bl p:before{
  background: #329ee9;  
}
.sec_sub_title p:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9.84px solid #ff6464;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform:translateX(-50%);
}
.sec_sub_title.bl p:after{
  border-top: 9.84px solid #329ee9;  
}
.sec_sub_title strong{
  font-size:16px;
}

/*ボタン*/
.read_more a.email p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.read_more a.email p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.read_more a{
}
.read_more a.large{
  border: 1px solid transparent;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px) and (max-width:1024px){
  
  /*サブタイトル*/
  .sec_sub_title{
    text-shadow    : 
         2px  2px 0px #ff6464,
        -2px  2px 0px #ff6464,
         2px -2px 0px #ff6464,
        -2px -2px 0px #ff6464,
         2px  0px 0px #ff6464,
         0px  2px 0px #ff6464,
        -2px  0px 0px #ff6464,
         0px -2px 0px #ff6464,
         
         2px  2px 0px #ff6464,
        -2px  2px 0px #ff6464,
         2px -2px 0px #ff6464,
        -2px -2px 0px #ff6464,
         2px  0px 0px #ff6464,
         0px  2px 0px #ff6464,
        -2px  0px 0px #ff6464,
         0px -2px 0px #ff6464
         ;     
  }
  .sec_sub_title.bl{
   text-shadow    : 
         2px  2px 0px #329ee9,
        -2px  2px 0px #329ee9,
         2px -2px 0px #329ee9,
        -2px -2px 0px #329ee9,
         2px  0px 0px #329ee9,
         0px  2px 0px #329ee9,
        -2px  0px 0px #329ee9,
         0px -2px 0px #329ee9,
         
         2px  2px 0px #329ee9,
        -2px  2px 0px #329ee9,
         2px -2px 0px #329ee9,
        -2px -2px 0px #329ee9,
         2px  0px 0px #329ee9,
         0px  2px 0px #329ee9,
        -2px  0px 0px #329ee9,
         0px -2px 0px #329ee9
         ;
  }
  
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 160px;
  }
  .pg_header_img{

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

  /*サブタイトル*/
  .sec_sub_title{
    font-size:20px; 
  }
  .sec_sub_title p{
    display: inline-block;
  }
  .sec_sub_title p:before{

  }
  .sec_sub_title strong{
    font-size:18px; 
  }
  
  .read_more a.email p:before{
    font-size: 19px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 205px;
  }
  .pg_header_img{

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

  /*サブタイトル*/
  .sec_sub_title{
    font-size:25px; 
  }
  .sec_sub_title p{
    display: inline-block;
  }
  .sec_sub_title p:before{

  }
  .sec_sub_title strong{
    font-size:20px; 
  }
}
@media (min-width:1200px){

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



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

}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.pg_company .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_company .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.company_wrap{
  margin-top: -25px;
}

/*背景要素*/
.company_pos{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.company_pos.pos1{
  width: 4.8%;
  aspect-ratio:121 / 95;
  background-image: url(/system_panel/uploads/images/pos_left1.png);
  left: 2.4%;
  top: 695px;
}
.company_pos.pos2{
  width: 6.3%;
  aspect-ratio:94 / 75;
  background-image: url(/system_panel/uploads/images/pos_left2.png);
  left: 2.4%;
  top: 2020px;
}
.company_pos.pos3{
  width: 6.3%;
  aspect-ratio:121 / 95;
  background-image: url(/system_panel/uploads/images/pos_right1.png);
  right: 4.9%;
  top: 115px;
}
.company_pos.pos4{
  width: 4.8%;
  aspect-ratio:94 / 75;
  background-image: url(/system_panel/uploads/images/pos_right2.png);
  right: 0;
  top: 1370px;
}

/*テーブル*/
.company_tbl{
  margin-top: 36px;
  position: relative;
  z-index: 2;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #cecdca;
  font-size: 16px;
  font-weight: 500;
  padding: 17.5px 15px;
}
.company_tbl .table_rows_th{
  background: #cae8f0;
}
.company_tbl .table_rows_td{
  background: #fff;
  line-height: 1.64em;
}
.td_block:nth-child(n+2){
  margin-top: 16px;
}

/*地図*/
.gmap{
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 250px;
  border: 0;
}

/*ギャラリー*/
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.company_gallery_item{
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img:before{
  padding-top: 71.42%;
}
.company_gallery_item_img img{
  border-radius: 5px;
}

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

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #cecdca;
  }
  /*背景要素*/
  .company_pos{

  }
  .company_pos.pos1{
    width: calc(121px * 0.8);
    left: -20px;
    top: 695px;
  }
  .company_pos.pos2{
    width: calc(94px * 0.8);
    left: -20px;
    top: 2020px;
  }
  .company_pos.pos3{
    width: calc(121px * 0.8);
    right: -20px;
    top: 115px;
  }
  .company_pos.pos4{
    width: calc(94px * 0.8);
    right: -20px;
    top: 1370px;
  }
}
@media (min-width:768px){
  .pg_company{

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

  .company_wrap{
    margin-top: -25px;
  }

  /*背景要素*/
  .company_pos{

  }
  .company_pos.pos1{
    left: 0;
    top: 695px;
  }
  .company_pos.pos2{
    left: 0;
    top: 2020px;
  }
  .company_pos.pos3{
    right: 0;
    top: 115px;
  }
  .company_pos.pos4{
    right: 0;
    top: 1370px;
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 55px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 17px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
    padding: 17.5px 5px 17.5px 16px;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 20px;
  }
  .td_block:nth-child(n+2){
    margin-top: 30px;
  }

  /*地図*/
  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin-inline:-15px;
    margin-top: 60px;
  }
  .company_gallery_item{
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }
  .company_gallery_item_img:before{

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

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

  /*背景要素*/
  .company_pos{

  }
  .company_pos.pos1{
    left: 0;
    top: 695px;
  }
  .company_pos.pos2{
    left: 0;
    top: 2020px;
  }
  .company_pos.pos3{
    right: 0;
    top: 115px;
  }
  .company_pos.pos4{
    right: 0;
    top: 1370px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

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

  }


  /*地図*/
  .gmap{
    margin-top: 100px;
  }
  .access_map iframe{

  }

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

  }
  .company_gallery_item{

  }
  .company_gallery_item_img:before{

  }
}
@media (min-width:1200px){
  /*背景要素*/
  .company_pos{

  }
  .company_pos.pos1{
    left: 0;
    top: 695px;
  }
  .company_pos.pos2{
    left: 0;
    top: 2020px;
  }
  .company_pos.pos3{
    right: 0;
    top: 115px;
  }
  .company_pos.pos4{
    right: 0;
    top: 1370px;
  }

}
@media (min-width:1300px){
  /*背景要素*/
  .company_pos{

  }
  .company_pos.pos1{
    left: 2.4%;
    top: 695px;
  }
  .company_pos.pos2{
    left: 2.4%;
    top: 2020px;
  }
  .company_pos.pos3{
    right: 4.9%;
    top: 115px;
  }
  .company_pos.pos4{
    right: 0;
    top: 1370px;
  }

}


/*******************************
*　
********************************/
.pg_contact{
  overflow: visible;
}
.pg_contact .section.sec1{
  padding-top: 0;
  padding-bottom: 50px;;
}
.pg_contact .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.pg_contact .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.form_box{
  margin-top: 40px;
}
.privacy_item_box {
  padding: 30px 48px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 80px;;
}

.contact2.pos1{
  width: 7.8%;
  aspect-ratio:151 / 120;
  left: 0;
  top: 805px;
}
.contact2.pos2{
  width: 6.3%;
  aspect-ratio:121 / 95;
  right: 0;
  left: auto;
  top: 1200px;
}
.contact2.pos3{
  width: 4.8%;
  aspect-ratio:94 / 75;
  right: 0;
  top: 148px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .contact2.pos1{
    width: calc(151px * 0.7);
    aspect-ratio:151 / 120;
    left: -20px;;
    top: 805px;
  }
  .contact2.pos2{
    width:calc(121px * 0.7);
    aspect-ratio:121 / 95;
    right: -20px;;
    left: auto;
    top: 1200px;
  }
  .contact2.pos3{
    width: calc(94px * 0.7);
    aspect-ratio:94 / 75;
    right: -20px;;
    top: 148px;
  }

  .thanks_text{
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .pg_contact{

  }
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 120px;;
  }
  .pg_contact .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_box{
    margin-top: 46px;
  }

  .privacy_item_box{
    margin-top: 100px;
  }
}
@media (min-width:1024px){
  .privacy_item_box{
    margin-top: 148px;
  }
  .company_wrap .sec_sub_title{
    margin-top: 45px;
  }

  .thanks_text{
    text-align: center;
  }
}
@media (min-width:1200px){


}

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
  position: relative;
}
.pg_news .section.sec1{
    padding-bottom:0;
  }
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.pg_news .section.sec1{
  position: relative;
  overflow: visible;
}
.pg_news .section.sec1:before{
  content: "";
  display: block;
  width:960px;
  aspect-ratio:960 / 1040;
  background-image: url(/system_panel/uploads/images/20250502200813279025.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pg_news .section.sec1:after{
  content: "";
  display: block;
  width:960px;
  aspect-ratio:960 / 1040;
  background-image: url(/system_panel/uploads/images/20250502200813884762.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

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

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}

.news_list .webgene-blog{

}
.news_list .webgene-item{

}
.news_list .webgene-item:nth-child(n+2){
  margin-top: 16px;
}
.news_list .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #c8e2f5;
  padding-bottom: 16px;
  position: relative;
}

.news_list .webgene-item .date{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-right: 20px;;
}
.news_list .webgene-item .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #fff;
  border: 1px solid #40a4ea;
  color: #40a4ea;
  width: 100%;
  max-width: 154px;
  text-align: center;
  border-radius: 12px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 30px);
}
.news_list .webgene-item a:after{
  content: "";
  width: 10px;
  aspect-ratio: 10 / 14;
  background-image: url(/system_panel/uploads/images/20250502193836302557.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 26%;
  right: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #ff6464;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 11px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #40a5ea;
}

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

}
.posts_detail .meta{

  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #fff;
  border: 1px solid #40a4ea;
  color: #40a4ea;
  width: 100%;
  max-width: 154px;
  text-align: center;
  border-radius: 12px;
}

.posts_detail .meta .date{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #c8e2f5;
  padding-bottom: 11px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.body_news .ftr_contact_wrap,
.body_newsDetail .ftr_contact_wrap{
  padding-top: 0;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_news .section.sec1{
    overflow: visible;
  }
  .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;
  }

  .news_list .webgene-item a:after{
    top: 67%;
    right: 5px;
  }
  .pg_news .section.sec1:before,
  .pg_news .section.sec1:after{
    display: none;
  }

  .posts_detail .meta{
    display: flex;
    align-items: center;
  }
  .posts_detail .meta .date{
    padding-right: 20px;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .pg_news .section.sec1{
    padding-bottom: 100px;
  }
  .posts_layout{
    margin-top: 53px;
  }
  .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{

  }

  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top: 24px;
  }
  .news_list .webgene-item a{

    padding-bottom: 24px;
  }
  .news_list .webgene-item a:after{
    top: 59%;
  }
  .news_list .webgene-item .date{
    width: 122px;
    padding-right: 0;
  }
  .news_list .webgene-item .category{
    width: 154px;
  }
  .news_list .webgene-item .title{
    width: calc(100% - 50px);
    font-size:17px;

  }


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

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 17px;
  }
  .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{
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .pg_news .section.sec1:before{
    left: calc(50% - 500px);
    top: 0;
  }
  .pg_news .section.sec1:after{
    right: calc(50% - 580px);
  }
  .pg_news .read_more{
    margin-top: 73px;
  }
  
  .pg_news .section.sec1:after{
  content: "";
  display: block;
  width:930px;
  aspect-ratio:960 / 1040;
  }
}
@media (min-width:1024px){
  .pg_news .section.sec1{
    padding-bottom: 100px;
  }
  .pg_news .section.sec1:before{
    left: calc(50% - 600px);
    top: 0;
  }
  .pg_news .section.sec1:after{
    right: calc(50% - 700px);
  }


  /* リスト */
  .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{

  }

  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item a{
    flex-wrap: nowrap;
  }
  .news_list .webgene-item a:after{
    top: 26%;
  }
  .news_list .webgene-item .date{
    padding-left: 17px;

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{
    width: calc(100% - 122px - 154px - 50px);
    padding-left: 45px;
    margin-top: 0;
  }

  .pg_news .section.sec1:after{
  content: "";
  display: block;
  width:960px;
  aspect-ratio:960 / 1040;
  }
}
@media (min-width:1200px){

  .pg_news{
    padding-top: 0;
  }

  .pg_news .section.sec1{
    padding-bottom: 200px;
  }
  .pg_news .section.sec1:before{
    left: calc(50% - 700px);
    top: 0;
  }
  .pg_news .section.sec1:after{
    right: calc(50% - 780px);
  }
}

@media (min-width:1540px){
  .pg_news .section.sec1:before{
    left: 0;
    top: 0;
  }
  .pg_news .section.sec1:after{
    right: 0;
  }
}



/*******************************
*　ギャラリー（サムネ横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){


}





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

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

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 16px 15px 16px 20px;
  background: #edf3f5;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  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: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.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.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  font-family: 'Noto Sans JP';
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 100%;
  max-width: 315px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 31.5px;
  background: var(--main-color);
  /* border-radius: 27px; */
  color: #FFF;
  padding: 22px 20px;
  margin: 36px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  width: 10px;
  aspect-ratio: 10 / 14;
  background-image: url(/system_panel/uploads/images/arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover{
  color: #FFF;
  background: var(--sub-color);
}
.read_more a:hover {

}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.8em;
}
.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.78em;
}


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


/* プライバシー */
.pg_contact .section.sec2{
  padding: 110px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 45px;
  padding-left: 10px;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #329ee9;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

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


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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


  .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: 18px;
    padding-left: 10px;
  }
  .privacy_item_box{
    padding: 16px 10px;
  }
}

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

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


/*******************************
*　調整
********************************/
.pg_xxx{

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

.body_walkingCarRepair .ftr_contact_wrap{
    padding-top: 40px;
  }

 .pg_repair .section.sec4{
    padding-bottom: 80px;
  }

.webgene-pagination li.selected{
  background: #40a5ea;
  color: #fff;
}
.webgene-pagination li{
  border: 1px solid #40a5ea;
}

.pg_repair .section.sec4 .cmn_reason_row.color4:after{
  background: #ff6464;
}

.bg_wh{
  background: #fff;
  width: 100%;
  height: 677px;
  position: absolute;
  bottom: 0;
  left: 0;
  
}
.bg_wh:after{
content: "";
    display: block;
    width:4.8% ;
    aspect-ratio:93 / 67;
    background-image: url(/system_panel/uploads/images/ftr_kumo_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2.08%;
 top: 124px;
}

.home_nayami_desc_title_txt span{
  position: relative;
  display: inline-block;
}
.home_nayami_desc_title_txt span:before{
content: "・";
  position: absolute;
  top: -0.5em;; /* 上に配置 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em; /* 点のサイズ */
  color: currentColor; /* 文字色に合わせる */
  line-height: 1;
}

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

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

}
@media (max-width:767px){
.bg_wh{
       height: 860px;
  }
}
@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;
  }

  .body_walkingCarRepair .ftr_contact_wrap{
    padding-top: 80px;
  }
  
 .pg_repair .section.sec4{
    padding-bottom: 100px;
  }
  
  .bg_wh{
       height: 645px;
  }
}
@media (min-width:1024px){
 .body_walkingCarRepair .ftr_contact_wrap{
    padding-top: 120px;
  }
  
  .webgene-pagination{
    margin-top: 100px;
  }
  .pg_repair .section.sec4{
    padding-bottom: 200px;
  }
  
  .bg_wh{
       height: 660px;
  }
}
@media (min-width:1200px){

  .bg_wh{
      height: 677px;
  }
}
