/*フッターCSS*/
.l-footer {
  border-bottom: 4mm ridge rgba(81, 132, 189, 0.6);
  border-top: 70px ridge rgba(81, 132, 189, 0.6);
  padding-top: 75px;
  background-color: #f5f2eb;
  position: relative;
}
.l-footer:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/common/bg-pettern.svg);
  background-position: 50% 50%;
  height: 20px;
}
.l-footer .l-footer_inr {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .l-footer_main {
  position: relative;
  margin-bottom: 85px;
}
.l-footer .l-footer_utilityUnit {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.l-footer .l-footer_utility.l-footer_utility__campus {
  margin-right: 180px;
}
.l-footer .l-footer_utility.l-footer_utility__info {
  margin-right: 115px;
}
.l-footer .l-footer_utility .l-footer_utility_ttl {
  display: inline-block;
  padding-top: 25px;
  min-width: 82px;
  height: 76px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #313131;
  font-weight: 700;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-footer-ttl.svg);
  margin-bottom: 30px;

}
.l-footer .l-footer_utility .l-footer_utility_address {
  font-size: 16px !important;
  font-size: 1.0rem;
  margin-bottom: 20px;
  line-height: 160%;
}
.l-footer .l-footer_utility .l-footer_utility_list li {
  margin-bottom: 5px;
}
.l-footer .l-footer_utility .l-footer_utility_list li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #212121;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  line-height: 160%;
  text-decoration: none;
}
.l-footer .l-footer_utility .l-footer_utility_list li a:before {
  content: " ";
  position: absolute;
  left: -3px;
  top: .5em;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-footer .l-footer_sns {
  position: relative;
}
.l-footer .l-footer_sns .l-footer_sns_ttl {
  position: absolute;
  left: 195px;
  bottom: 52px;
}
.l-footer .l-footer_sns .l-footer_sns_list {
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer_sns .l-footer_sns_list li {
  margin-right: 15px;
}
.js-fixPagetop_wrap {
  position: absolute;
  right: 20px;
  top: -90px;
}
.js-fixPagetop.is-end {
  position: static;
}
.l-footer .l-footer_copy {
  background-color: #fff;
  box-shadow: inset 0 9px 6px -6px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 12px;
}
.l-footer .l-footer_copy .l-footer_copy_logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .l-footer .l-footer_copy .l-footer_copy_logo img {
        max-height: 45px !important;
    }
}
.l-footer .l-footer_copy .l-footer_copy_txt small {
  font-size: 12px !important;
  font-size: 0.8rem;
}

a{
  text-decoration: none;
  color:inherit;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv_bnr {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 100px;
    background: #f7f7f7;
    z-index: 1;
  }
  .title_pickup .title span {
    font-size: 0.7rem;
    padding-left: 15px;
  }
  .title_topics .title span {
    font-size: 0.7rem;
    padding-left: 15px;
  }
  .p-topNews .p-topNews_card {
    width: 160px;
    margin-right: 10px;
    opacity: 0;
    transition: .5s ease-out;
  }
.p-topNews .p-topNews_inr {
  padding: 2px 2px;
}
.p-topNews .p-topNews_inr:before {
  width: 433.5px;
  height: 490px;
  left: -233px;
}
.l-wrap {
  width: 100%;
  padding-left: 30px;
  padding-right: 10px;
}

.p-topNews .p-topNews_ttl {
  padding-left: 13px;
  margin-bottom: 40px;
}
.p-topNews .p-topNews_ttl img {
  max-height: 56px;
}
.p-topNews .p-topNews_cardUnit {
  margin-bottom: 30px;
}
.p-topNews .p-topNews_card:nth-child(1n) {
  margin-top: -20px;
}
.p-topNews .p-topNews_card:nth-child(2n) {
  margin-right: 0;
  margin-top: 20px;
}
.p-topNews .p-topNews_card .p-topNews_card_img {
  padding-top: 75%;
  /* height: 185px; */
}
.p-topNews .p-topNews_card .p-topNews_card_desc {
  padding: 9px 10px;
}
.p-topNews .p-topNews_card .p-topNews_card_desc:before {
  width: 46.5%;
  height: 15vw;
}
.p-topNews .p-topNews_card .p-topNews_card_info {
  right: 10px;
}
.p-topNews .p-topNews_card .p-topNews_card_date {
  font-size: 0.6rem;
}
.p-topNews .p-topNews_card .p-topNews_card_ttl {
  font-size: 0.9rem;
}
.l-footer {
  padding-top: 55px;
  border-bottom: 4mm ridge rgba(81, 132, 189, 0.6);
  border-top: 70px ridge rgba(81, 132, 189, 0.6);
  padding-bottom: 40px;
}
.l-footer:before {
  height: 18px;
}
.l-footer .l-footer_inr {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer .l-footer_main {
  margin-bottom: 40px;
}
.l-footer .l-footer_utilityUnit {
  display: block;
  margin-bottom: 60px;
}
.l-footer .l-footer_utility.l-footer_utility__campus {
  margin-right: 0;
  margin-bottom: 20px;
}
.l-footer .l-footer_utility.l-footer_utility__info {
  margin-right: 0;
  margin-bottom: 20px;
}
.l-footer .l-footer_utility .l-footer_utility_ttl {
  padding-top: 20px;
  height: 67px;
  background-size: auto 100%;
  font-size: 2.2rem;
  margin-bottom: 20px;
  min-width: auto;
}
.l-footer .l-footer_utility .l-footer_utility_address {
  font-size: 1.4rem;
}
.l-footer .l-footer_utility .l-footer_utility_list li {
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 20px;
}
.l-footer .l-footer_utility .l-footer_utility_list li a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
}
.l-footer .l-footer_utility .l-footer_utility_list li a:before {
  width: 6px;
  height: 6px;
  top: .65em;
}
.l-footer .l-footer_utility .l-footer_utility_ttl.l-footer_utility_ttl_pcOnly {
  height: auto;
  background-image: none;
  padding: 0;
  margin-bottom: 5px;
}
.l-footer .l-footer_sns .l-footer_sns_ttl {
  width: 92px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 100px;
  bottom: calc(100% + 10px);
}
.l-footer .l-footer_sns .l-footer_sns_list {
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .l-footer_sns .l-footer_sns_list li {
  width: 36px;
}
.js-fixPagetop_wrap {
  width: 68px;
  right: 8px;
  top: auto;
  bottom: -15px;
}
.js-fixPagetop {
  right: 8px;
  bottom: 15px;
  width: 68px;
}

.l-footer .l-footer_copy {
  background-color: #fff;
  box-shadow: inset 0 9px 6px -6px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 12px;
}
.l-footer:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-footer .l-footer_copy .l-footer_copy_txt small {
  font-size: 12px;
  font-size: 1.2rem;
}
}