@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝ footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-footer{
  margin-top: 110px;
}
footer{
  background-color: #175FC7;
  padding: 0 5%;
  padding-top: 36px;
}
.footer-logo{
      width: 30%;
    height: auto;
}
.footer-nav{
  width: 100%;
  margin-top: 70px;
}
.footer-text{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 4px;
}
.footer-content_box{
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.footer_entry-button{
  background-color: #ffffff;
    color: #175fc7;
}
.footer_entry-button:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.footer-content-address{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: 4px;
  padding: 20px 0;
}
.footer-content-tel{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: 4px;
  padding: 20px 0;
  line-height: 1.5;
}
.footer-content-text{
  text-align: right;
  width: 60%;
}
.copyright{
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 26px;
}
.footer-nav_content{
  font-size: 1.6rem;
  margin-left: 40px;
}
.footer_entry-button {
    padding: 15px 27px;
    border-radius: 15px;
    font-size: 2rem;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: bold;
    letter-spacing: 6px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝ footer_sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
.footer-content_box{
  display: block;
}
.footer-logo{
  width: 20%;
}
.footer-content-text{
  width: 100%;
  text-align: left;
}
.footer-content-address {
  line-height: 1.5;
}
.footer-nav{
  display: block;
  line-height: 2;
  margin-top: 10px;
}
.recruit-content-text:nth-of-type(2) {
  padding-left: 8%;
}
.entry-banner_image_sp{
  width: 100%;
}
.footer-nav_content{
  margin-left: 0;
}
.footer_entry-button {
    padding: 15px 30px;
}
.copyright{
  font-size: 1.2rem;
}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /footer_sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 768px){
  .sp-only{
    display: none;
  }
}