@charset "UTF-8";


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

.footer{

  margin-top: 150px;
}

.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: 25px;
}
.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;
}

/* 追尾スマホメニュー */
.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: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ef7f1a;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.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: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_contact_box_outer{
  background: #fff;
  border-radius: 30px;
  padding: 30px 0;
  position: relative;
  position: relative;
  z-index: 2;
}
.ftr_contact_wrap{
  position: relative;
}
.ftr_contact_wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d3af37;
  z-index: -2;
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  aspect-ratio: 1920 / 507;
  width: 1920px;
  background-image: url(/system_panel/uploads/images/ftr_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;

}
.ftr_contact_item{
  width: 100%;
}
.ftr_contact_box1_tt{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
.ftr_contact_box1_left{

}
.ftr_contact_box1_left_text{
  color: #393939;
}
.ftr_contact_box1_left_text1{
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
}
.ftr_contact_box1_left_text2{
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.ftr_contact_box1_left_text2:before{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #393939;
  margin-right: 26px;
}
.ftr_contact_box1_right{

}
.ftr_contact_item_btn{

}
.ftr_contact_item_btn_tt{
  text-align: center;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #393939;
  padding-bottom: 11px;
}
.link_1{
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px;
  margin-top: 18px;
  transition: all .2s;
}
.link_1:hover{
  transform: scale(1.02);
  color: #fff;
}
.link_1:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link_1:before{
  display: none;
}
.link_1 p{
  display: inline-block;
  position: relative;
}
.ftr_contact_box1 .link_1{
  background: #00bb00;
  padding-left: 74px;
}
.ftr_contact_box1 .link_1 p:before{
  content: "";
  display: block;
  width: 46px;
  aspect-ratio:46 / 43;
  background-image: url(/system_panel/uploads/images/line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 2;
}
.ftr_contact_box2{
  margin-top: 30px;;
}
.ftr_contact_box2 .link_1{
  background: #ffab49;
}
.ftr_contact_box2 .link_1:hover{
      border: 1px solid #ffab49;
}
.ftr_contact_box1_tel2{
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #393939;
  margin-top: 19px;
}
.ftr_contact_box2 .ftr_contact_item_btn_tt{
  width: 100%
}

.ftr_1{
  background: #d3af37;
}
.ftr_add{
  margin-top: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
}

.ftr_copy{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d3af37;
  margin-top: 50px;
  color: #fff;
}
.pagetop a{
  color: #544235
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .ftr_logo{
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .footer_fix{
    display: flex;
  }

  .ftr_contact_wrap:before{
    width: 600px;
    top: 0%;
  }
  .ftr_contact_box_outer{
    padding: 30px 16px;
  }
  .ftr_contact_box1_right{
    width: 110px;
  }
  .ftr_contact_item_btn{
    margin-top: 26px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 400px;
  }
  .footer{
    margin-top: 400px;
  }

  .ftr_contact_wrap:before{
    width: 1200px;
  }
  .ftr_contact_box_outer{
    padding: 61px 0;
  }
  .ftr_contact_box{

  }
  .ftr_contact_item{
    width: 75%;
    margin-inline:auto;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_left{
    width: 53.73%;
  }
  .ftr_contact_box1_left_text{

  }
  .ftr_contact_box1_left_text1{
    font-size: 40px;
  }
  .ftr_contact_box1_left_text2{
    font-size: 16px;
  }
  .ftr_contact_box1_right{
    width: 42.59%;
    padding-top: 9px;
  }
  .ftr_contact_item_btn{

  }
  .ftr_contact_item_btn_tt{

  }
  .ftr_contact_box2{
    margin-top: 50px;;
  }
  .link_1{
    font-size: 20px;
  }

  .ftr_contact_box1_tel2{
    font-size: 32px;
  }
  .ftr_contact_box2 .ftr_contact_item_btn{
    margin-top: 36px;
  }

  .ftr_1_box{
    align-items: flex-end;
  }
  .ftr_1_box1{
    width: 39.63%;
  }
  .ftr_1_box2{
    width: 34.64%;
    display: flex;

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

    width: 100%;
    flex-direction: column;
  }

  .ftr_link{
    display: block;
    width: 100%;
    margin-bottom: 16px; 
  }
  .ftr_link:nth-child(n+2){

  }

  .ftr_copy{
    margin-top: 75px;
    padding-right: 65px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 500px;
  }

  .ftr_contact_wrap:before{
    width: 1920px;
  }
  .ftr_contact_box_outer{
    padding: 61px 0;
  }
  .ftr_contact_box{
    justify-content: space-between;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .ftr_contact_item{
    width: 48.64%;
    margin-left: 0;
    margin-right: 0;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_left{

  }
  .ftr_contact_box1_left_text{

  }
  .ftr_contact_box1_left_text1{
    font-size: 50px;
  }
  .ftr_contact_box1_left_text2{

  }
  .ftr_contact_box1_right{
    width: 140px;;
  }
  .ftr_contact_item_btn{

  }
  .ftr_contact_item_btn_tt{
    text-align: left;
  }
  .link_1{

  }

  .ftr_contact_box1_tel2{
    text-align: left;
    font-size: 38px;
  }
  .ftr_contact_item.ftr_contact_box2{
    padding-top: 0;
  }
  .ftr_contact_box1 .ftr_contact_item_btn{
    margin-top: 70px;
  }
  .ftr_contact_box2{
    margin-top: 0;
  }
  .ftr_1_box2{
    width: 48.64%;
    padding-top: 121px; 
  }

  .ftr_links{
    display: flex;
  }
  .ftr_links:nth-child(1){
    width: 252px;
  }
  .ftr_links:nth-child(2){
    width: 130px;
  }
  .ftr_links:nth-child(3){
    width: 150px;
    margin-top: 20px;;
  }
  .ftr_link{
    width: 100%;; 
    margin-bottom:0; 
  }
  .ftr_link:nth-child(n+2){
    margin-top: 20px;
  }

  .ftr_contact_box_outer{
    padding-inline:16px;;
  }
}
@media (min-width:1200px){
  .ftr_contact_box1 .ftr_contact_item_btn{
    margin-top:0;
  }

  .ftr_link:nth-child(3n-1){
    width: 100%;
  }
  .ftr_link:nth-child(3n){
    width: 100%;
  }
  .ftr_links:nth-child(3){
    margin-top: 0;
  }

  .ftr_contact_box1_right{
    width: auto;
  }

}
@media (min-width:1366px){
  .ftr_contact_box_outer{
    padding-inline:0;
  }
}

