@charset "UTF-8";


/*******************************
*　フッター
********************************/
.pg_header{

}
.pg_header + div[class*="pg_"]{
  position: relative;
  z-index: 1;
}

.body_home .onREC,
.body_about .onREC,
.body_care .onREC,
.body_private .onREC,
.body_company .onREC,
.body_blog .onREC,
.body_blogDetail .onREC{
  display: none;
}
.body_recruit .onHP,
.body_staff .onHP,
.body_work-place .onHP,
.body_entry .onHP,
.body_flow .onHP{
  display: none;
}

.footer{
  --ftr-illust-resize:0.3;
  margin-top: 0;
  padding-top: 50px;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.body_work-place .footer,
.body_flow .footer,
.body_entry .footer{
  padding-top: 0;
}
.body_work-place{
  
}
.body_work-place .footer{
  margin-top: 0;
}

.ftr1{
  background: #ecf2e8;
  padding-top: 70px;
  padding-bottom: 190px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.ftr2{
  background: #81d742;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.ftr_contact_sec{
  text-align: center;
}
.ftr_contact_ttl1{
  
}
.ftr_contact_ttl1 img{
  height: 45px;
}
.ftr_contact_ttl2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 5px;
}
.ftr_contact_txt{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.888; 
  margin-top: 20px;
}
.ftr_contact_btns{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
* + .ftr_contact_btns{
  margin-top: 15px;
}
.ftr_contact_btns_tel{
  
}
.ftr_contact_btns_tel a{
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  line-height: 1;
}
.ftr_contact_btns_tel a p:before{
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 0.35em;
}
.ftr_contact_btns_email{
  
}
.ftr_contact_btns_email a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 54px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  background: #54a419;
  color: #FFF;
  
}
.ftr_contact_btns_email.color2 a{
  background: #eb6100;
}
.ftr_contact_btns_email a:hover{
  background: #FFEB3B;
  color: #181818;
}

.ftr_illust1,
.ftr_illust2{
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.ftr_illust1{
  width: calc(338px * var(--ftr-illust-resize));
  left: 0;
  transform: translate(10%, 27%);
}
.ftr_illust2{
  width: calc(325px * var(--ftr-illust-resize));
  right: 0;
  transform: translate(-10%, 1%);
}

.ftr_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  aspect-ratio: 1 / 1;
  background: #81d742;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: -85px;
}
.ftr_logo img{
  width: 335px;
}
.ftr_sns{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ftr_sns_a{
  width: 36px;
}

.ftr_addr{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}
.ftr_addr em{
  font-style: normal;
}

.ftr_btns{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.ftr_btns_a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 80px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  background: #eb6100;
  color: #FFF;
}

.ftr_btns_a em{
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-en);
  letter-spacing: 0.075em;
  line-height: 1;
}

.ftr_btns_a:hover{
  color: #FFF;
  opacity: 0.8;
}
.ftr_btns_a.color1{
  background: #eb6100;
}
.ftr_btns_a.color2{
  background: #448aca;
}


.ftr_copy{
  font-size: 14px;
  text-align: center;
  color: #181818;
  margin-top: 20px;
  padding: 6px 10px;
}


/* 追尾スマホメニュー */
.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;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--main-color);
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--main-color);
  ;
}
.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_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  padding: 4px 30px 6px;
  background: #54a419;
}
.ftr_links_a{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #FFF;
}
.ftr_links_a:hover{
  color: #FFEB3B;
}

.ftr_links_a.contact{

}
.ftr_links_a.contact p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 5px;
}


.body_home .ftr_form,
.gjs-dashed .ftr_form{
  display: block;
}


.ftr_thanks_txt{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1; 
  text-align: center;
}

.body_home .ftr_thanks_txt{
  display: none;
}

@media (min-width:375px){

}
@media (min-width:414px){
  .ftr_contact_sec_btns_a.tel{
    font-size: 13px;
  }
}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }
  
  
  .ftr_links{
    display: none;
  }

  .footer_fix{
    display: flex;
  }

  .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_contact_txt{
    text-align: justify;
  }
}
@media (min-width:768px){

  .footer{
    --ftr-illust-resize: 0.4;
    margin-top: 0;
    padding-top: 100px;
  }

  .ftr_contact_sec{
    /*margin-top: 100px;*/
  }
  
  .ftr1{
    padding-bottom: 190px;
  }
  .ftr2{
    padding-top: 10px;
  }
  .ftr_contact_sec{
  }
  .ftr_contact_ttl1{

  }
  .ftr_contact_ttl1 img{
    height: 80px;
  }
  .ftr_contact_ttl2{
    font-size: 32px;
  }
  .ftr_contact_txt{
    font-size: 16px;
    line-height: 1.888; 
    margin-top: 20px;
  }
  .ftr_contact_btns{
    gap: 20px 20px;
  }
  * + .ftr_contact_btns{
    margin-top: 35px;
  }
  .ftr_contact_btns_tel{

  }
  .ftr_contact_btns_tel a{
    font-size: 42px;
  }
  .ftr_contact_btns_tel a p:before{
    margin-right: 0.35em;
  }
  .ftr_contact_btns_email{

  }
  .ftr_contact_btns_email a{
    width: 310px;
    min-height: 60px;
    font-size: 18px;
  }
  
  .ftr_illust1{
    transform: translate(37%, 27%);
  }
  .ftr_illust2{
    transform: translate(-36%, 1%);
  }
  
  .ftr_logo{
    width: 250px;
    margin-top: -100px;
  }
  .ftr_logo img{
    width: 335px;
  }
  .ftr_sns{
    gap: 10px;
  }
  .ftr_sns_a{
    width: 42px;
  }
  
  .ftr_addr{
    font-size: 18px;
    line-height: 2;
    margin-top: 35px;
  }

  .ftr_btns{
    gap: 10px;
    margin-top: 30px;
  }
  .ftr_btns_a{
    width: 410px;
    min-height: 100px;
    font-size: 16px;
  }

  .ftr_links{
    gap: 10px 10px;
    margin-top: 50px;
  }
  .ftr_links_a{
  }

  .ftr_copy{
    margin-top: 20px;
  }

  .ftr_map iframe{
    height: 300px;
  }
  
  .ftr_thanks_txt{
    font-size: 100px;
  }
  
}
@media (min-width:1024px){
  .footer{
    --ftr-illust-resize: 0.45;
  }

  

  .ftr1{
  }

  .ftr_links{
    gap: 10px 10px;
  }
  .ftr_links_a{
    font-size: 16px;
  }

  .ftr_thanks_txt{
    font-size: 180px;
  }
  
}
@media (min-width:1200px){
  .footer{
    --ftr-illust-resize: 0.6;
  }
  
  .ftr_thanks_txt{
    font-size: 180px;
  }
}
@media (min-width:1470px){
  .footer{
    --ftr-illust-resize: 0.7;
  }

  .ftr_illust1{
    transform: translate(15%, 27%);
  }
  .ftr_illust2{
    transform: translate(-15%, 1%);
  }

  .ftr1{
    padding-bottom: 190px;
  }
  .ftr2{
    padding-top: 10px;
  }
  .ftr_contact_sec{
  }
  .ftr_contact_ttl1{

  }
  .ftr_contact_ttl1 img{
    height: 118px;
  }
  .ftr_contact_ttl2{
    font-size: 60px;
  }
  .ftr_contact_txt{
    font-size: 18px;
    line-height: 1.888; 
    margin-top: 20px;
  }
  .ftr_contact_btns{
    gap: 20px 20px;
  }
  * + .ftr_contact_btns{
    margin-top: 35px;
  }
  .ftr_contact_btns_tel{

  }
  .ftr_contact_btns_tel a{
    font-size: 42px;
  }
  .ftr_contact_btns_tel a p:before{
    margin-right: 0.35em;
  }
  .ftr_contact_btns_email{

  }
  .ftr_contact_btns_email a{
    width: 310px;
    min-height: 60px;
    font-size: 18px;
  }

  .ftr_logo{
    width: 350px;
    margin-top: -125px;
  }
  .ftr_logo img{
    width: 335px;
  }
  .ftr_sns{
    gap: 10px;
  }
  .ftr_sns_a{
    width: 62px;
  }
  
  .ftr_addr{
    font-size: 18px;
    line-height: 2;
    margin-top: 35px;
  }

  .ftr_btns{
    gap: 10px;
    margin-top: 30px;
  }
  .ftr_btns_a{
    width: 410px;
    min-height: 100px;
    font-size: 16px;
  }

  .ftr_thanks_txt{
    font-size: 135px;
  }
}
@media (min-width:1536px){

}
@media (min-width:1720px){
  
  .footer{
    --ftr-illust-resize: 1.0;
    /*margin-top: 200px;*/
  }
  .ftr_illust1{
    transform: translate(37%, 27%);
  }
  .ftr_illust2{
    transform: translate(-36%, 1%);
  }
  
  .ftr_links{
    margin-top: 100px;
    gap: 10px 60px;
  }
  .ftr_links_a{
    font-size: 16px;
  }
  .ftr_contact_sec_btns_a.tel{
    padding-right: 36px;
  }
  
  .ftr_thanks_txt{
    font-size: 180px;
  }
}
