.university {
  font-family: "Zen Kaku Gothic New";
}
.university__box {
  border: solid 1px #21B6AA;
  background: #fff;
  padding: 40px;
  margin-bottom: 25px;
}
.university__box:last-of-type {
  margin-bottom: 0;
}
.university__box-logo {
  margin-bottom: 15px;
}
.university__box-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.university__box-type span {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
}
.university .m-list-02 li {
  padding-left: 0;
}
.university .m-list-02 li::before {
  top: 0.6em;
}
.university .m-list-02 li p:first-of-type {
  padding-left: 1em;
}

.other {
  font-family: "Zen Kaku Gothic New";
  margin-bottom: 25px;
}
.other__box {
  border: solid 1px #21B6AA;
  background: #fff;
  padding: 20px 30px 10px;
}
.other__box-heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #21B6AA;
}
.other__item {
  margin-bottom: 20px;
  position: relative;
}
.other__item.is-02 {
  margin-top: 20px;
}
.other__item.is-02 .other__item-inner {
  padding-top: 50px;
}
.other__item.is-02 .other__item-heading {
  background: #fff;
  color: #21B6AA;
  border-radius: 30px;
  padding: 5px 20px;
  border: solid 1px;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.other__item-inner {
  background: url(/assets/img/common/bg_common_03.jpg) no-repeat center/cover;
  padding: 30px;
}
.other__item-contents {
  max-width: 494px;
  margin: 0 auto;
}
.other__item-heading {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #21B6AA;
}
.other__item-icon {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.other__item dl {
  margin-bottom: 10px;
}
.other__item dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #21B6AA;
}
@media screen and (max-width: 767px) {
  .university__box {
    padding: 15px;
  }
  .university__box-img {
    margin-top: 10px;
  }
  .other {
    margin-bottom: 15px;
  }
  .other__box {
    padding: 15px;
  }
  .other__box-heading {
    font-size: 2rem;
  }
  .other__item:last-of-type {
    margin-bottom: 0;
  }
  .other__item.is-02 .other__item-inner {
    padding-top: 60px;
  }
  .other__item-inner {
    padding: 15px;
  }
  .other__item-heading {
    font-size: 1.8rem;
  }
  .other__item dl dt {
    font-size: 2rem;
    border-bottom: solid 1px;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .university__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
  }
  .university__box-unit {
    width: 60%;
  }
  .university__box-img {
    width: 40%;
    max-width: 380px;
  }
  .other__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other__item dl dt {
    border-right: solid 1px;
    padding-right: 0.6em;
    margin-right: 0.6em;
  }
}