footer {
  position: relative;
  overflow:hidden;
  color: white;
  display: flex;
  gap: 4.3rem;
  justify-content: start;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 1.9rem;
  background: #0282C1;
  background: linear-gradient(90deg, rgba(2, 130, 193, 1) 0%, rgba(14, 158, 212, 1) 45%, rgba(153, 208, 229, 1) 90%);
}

.footer_right {
  margin-top: 0.8rem;
  z-index:3;
  position:relative;
}

.footer_title {
  display: flex;
  gap: 1.12rem;
  margin-bottom: 1.9rem;
  color: white;
}

.footer_title_text {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: 500;
  display: flex;
  margin-top: 0.4rem;
  letter-spacing: 0.9rem;
  width: 18rem;
  flex-flow: column;
}

.footer_title_text_top {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: -0.9rem;
}

.footer_logo {
  width: 7.8rem;
  height: 7.8rem;
}

.footer_address_name {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;

}

.footer_address {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 1.9rem;
}

.footer_imglink_wrap {
  display: flex;
  gap: 0.5rem;
}

.inst_icon {
  width: 3.5rem;
  height: 3.5rem;
}

.yt_icon {
  width: 5.3rem;
  height: 3.5rem;
}

.footer_link_wrapper_top {
  flex-wrap: wrap;
  gap: 0 1.9rem;

}

.footer_link_wrapper_top a {
  display: inline-block;
  width: 12rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 300;

}

.footer_circle {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.7rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.footer_facility_title {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 0.8rem;
  text-align: center;
}

.footer_facility_title::before {
  content: '';
  display: block;
  position: absolute;
  border-top: 0.1rem solid #ffffff;
  top: 1.1rem;
  left: 0rem;
  height: 0.1rem;
  width: 34.6rem;

}

.footer_facility_title::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 0.1rem solid #ffffff;
  top: 1.1rem;
  right: 0rem;
  height: 0.1rem;
  width: 34.5rem;
}
.sp_only{
  display:none;
}
.footer_facility_list {
  display: flex;
  margin-bottom: 2.4rem;
  z-index:3;
  position:relative;
}

.footer_facility_list a {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
}

.footer_facility_left {
  width: 25.1rem;
}

.footer_facility_center {
  width: 26.4rem;
}

.footer_facility_right {
  width: 27rem;
}

.footer_copyright {
  font-size: 1.2rem;
  margin-left: 14.4rem;
  letter-spacing:0.01rem;
}

.footer_bg_text {
  position: absolute;
  width: 60.6rem;
  height: 26.4rem;
  top: 2.3rem;
  right: 3.3rem;
}
@media screen and (max-width:699.98px) {
  .footer{
    display:block;
    padding:2rem 1rem 1.5rem;
  }
  .footer_bg_text{
    top: 55.3rem;
    right: -23.7rem;
  }
  .footer_title{
    gap:1rem;
    margin-bottom:2rem;
  }
  .footer_address_name{
    margin-left:0;
    margin-bottom:1.1rem;
  }
  .footer_address{
    margin-left:-0.1rem;
    margin-bottom:2.1rem;
  }
  .footer_imglink_wrap{
    margin-left:0;
  }
  .footer_link_wrapper_top a{
    width:fit-content;
    margin-right:2.6rem;
    margin-bottom:1.9rem;
  }
  .footer_link_wrapper_top {
    margin-top:2.8rem;
    margin-bottom:0.1rem;
  }
  .footer_link_wrapper_top a:last-child{
    margin-right:0;
  }
  .footer_facility_title{
    margin-bottom:1.8rem;
    padding-left:0;
  }
  .footer_facility_title::before{
    width:13rem;
    left:0;
  }
  .footer_facility_title::after{
    width:13rem;
    right:0;
  }
  .footer_facility_list{
    flex-direction:column;
    margin-bottom:3.9rem;
  }
  .footer_facility_list a{
    margin-bottom:1.3rem;
    letter-spacing:0;
  }
  .footer_circle{
    margin-right:0.8rem;
  }
  .footer_facility_center,.footer_facility_left,.footer_facility_right{
    width:auto;
  }
  
  .footer_copyright{
    margin-left:0;
    text-align:center;
    font-size:1rem;
  }

}