.p-schoolLink {
  background-color: #ebf7ff;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-schoolLink {
    padding: 100px 0;
  }
}

.p-schoolLink .p-schoolLink__title {
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: 700;
  color: #1da1f2;
  text-align: center;
  line-height: 1;
  margin: 0 auto 5.3333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__title {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -100px;
    width: 80px;
    height: 0;
    border-top: solid 1px #1da1f2;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -100px;
    width: 80px;
    height: 0;
    border-top: solid 1px #1da1f2;
  }
}

.p-schoolLink .p-schoolLink__title small {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__title small {
    font-size: 36px;
  }
}

.p-schoolLink .p-schoolLink__text {
  font-size: 4vw;
  line-height: 2;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__text {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
  }
}

.p-schoolLink .p-schoolLink__text .p-schoolLink__text--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__text .p-schoolLink__text--pc {
    display: inline;
  }
}

.p-schoolLink .p-schoolLink__btn {
  width: 71.4666666667vw;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-schoolLink .p-schoolLink__btn {
    width: 520px;
  }
}

.p-schoolLink .p-schoolLink__btn > a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-schoolLink .p-schoolLink__btn > a:hover {
  opacity: 0.7;
}

.p-schoolLink .p-schoolLink__btn > a img {
  height: auto;
  vertical-align: bottom;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
}
