.p-footerContact a{
  position: relative;
  display: block;
  background: url('../images/reform/footerContact.jpg') no-repeat center center;
  transition-property: background;
  transition-duration: 0.3s;
  background-size: cover;
  padding-block: 120px;
  color: #fff;
}
.p-footerContact a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 99, 183, 0.5);
  transition: opacity 0.3s ease;
}
.p-footerContact a svg{
  transition: transform 0.3s ease;
}
@media (any-hover: hover){
  .p-footerContact a:hover{
    opacity: 1;
  }
  .p-footerContact a:hover svg{
    transform: translateX(10px);
  }
  .p-footerContact a:hover::after{
    opacity: 0.8;
  }
}
.p-footerContact .c-inner{
  position: relative;
  z-index: 1;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.p-footerContact-left{

}
.p-footerContact-hgroup{
  margin-bottom: 30px;
}
.p-footerContact-hgroup p{
  font-size: 6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.p-footerContact-hgroup h2{
  font-size: 1.3rem;
}
.p-footerContact-text{

}
.p-footerContact-arrow{
  width: 98px;
  height: 98px;
  display: flex;
  background-color: white;
  border-radius: 50%;
  display: f;
  align-items: center;
  justify-content: center;
}
.p-footerContact-arrow svg{
  width: 21.15px;
  height: 15.86px;
}
.p-footerTel{
  background-color: #3C3C3C;
  color: white;
  padding-block: 100px;
}
.p-footerTel .c-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.p-footerTel-left{
  flex-basis: 50%;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
/* .p-footerTel-left::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 10px);
  background-color: #A7A7A7;
} */
.p-footerTel-text1{
  font-size: 2.4rem;
}
.p-footerTel-text2{
  font-size: 6rem;
  font-family: 'Oswald', sans-serif;
}
.p-footerTel-text3{
}
.p-footerTel-right{
  flex-basis: 50%;
}
.p-footerTel-container{
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-footerTel-tel1{
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-between;
}
.p-footerTel-tel1 span:nth-child(1){
  font-size: 1.8rem;
  flex-shrink: 0;
}
.p-footerTel-tel1 span:nth-child(2){
  font-size: 2.2rem;
  font-family: 'Oswald', sans-serif;

}
.p-footerTel-tel1{
}
.p-footerTel-tel2{
}
.p-footerTel-tel3{
}
/* .l-footer{
  background-color: #F5F5F5;
  padding-block: 70px;
} */
.l-footer-top{
  display: flex;
  justify-content: space-between;
}
.l-footer-logo{
}
.l-footer-sns{
  display: flex;
  gap: 4rem;
  align-items: center;
}
.l-footer-nav{
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.l-footer-navCols ul{
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media (width > 990px){
  .l-footer-navCols:not(:first-child){
    padding-left: 45px;
    border-left: 1px solid #DCDCDC;
  }
}
.l-footer-navTitle{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
.l-footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 56px;
}
.l-footer-guide{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1.3rem;
  column-gap: 5rem;
  max-height: 9.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.l-footer-copyright{
  font-family: 'Oswald', sans-serif;
}
@media (width <= 990px){
  .p-footerContact{
    padding-block: 50px;
  }
  .p-footerContact .c-inner{
    gap: 20px;
    align-items: flex-start;
    position: relative;
  }
  .p-footerContact-left{
  }
  .p-footerContact-hgroup p{
    font-size: 3.8rem;
  }
  .p-footerContact-text{
  }
  .p-footerContact-arrow{
    position: absolute;
    top: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    margin-top: 1rem;
  }
  .p-footerContact-arrow svg{
    width: 20px;
    height: 20px;
  }
  .p-footerTel{
    padding-block: 50px;
  }
  .p-footerTel .c-inner{
    flex-direction: column;
    gap: 40px;
    align-items: unset;
  }
  .p-footerTel-left{
    text-align: center;
    padding-right: 0;
    padding-bottom: 40px;
  }
/*   .p-footerTel-left::before{
    top:auto;
    bottom: 0;
    transform: translateY(0);
    right: auto;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
  } */
  .p-footerTel-text1{
    margin-bottom: 0.5rem;
  }
  .p-footerTel-text2{
    font-size: 3.8rem;
    margin-bottom: 0.8rem;
  }
  .p-footerTel-text3{
  }
  .p-footerTel-right{
  }
  .p-footerTel-container{
    padding-inline: 0;
  }
  .p-footerTel-tel1 span:nth-child(1), 
  .p-footerTel-tel2 span:nth-child(1), 
  .p-footerTel-tel3 span:nth-child(1){
    flex-basis: 15rem;
    font-size: 1.5rem;
  }
  .p-footerTel-tel1{
  }
  .p-footerTel-tel2{
  }
  .p-footerTel-tel3{
  }
  .l-footer{
  }
  .l-footer-top{
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .l-footer-logo{
  }
  .l-footer-sns{
  }
  .l-footer-nav{
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .l-footer-navCols{
    flex-basis: 50%;
    box-sizing: border-box;
  }
  .l-footer-navTitle{
  }
  .l-footer-bottom{
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
  .l-footer-guide{
    max-height: none;
    flex-wrap: nowrap;
  }
  .l-footer-copyright{
    font-size: 1.2rem;
    align-self: center;
  }
  }