/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.college {
  background: #F4F4F4;
}

@media (min-width: 768px) {
  .college {
    padding: 120px 0 26px;
  }
}

@media (max-width: 767px) {
  .college {
    padding-top: 60px;
  }
}

.college .c-title-underline {
  margin-bottom: 22px;
}

.college .c-title-underline .underline {
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .college .c-title-underline .underline {
    font-size: calc(27/992*100vw);
  }
}

@media (max-width: 767px) {
  .college .c-title-underline .underline {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 374px) {
  .college .c-title-underline .underline {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.college__tag {
  display: inline-block;
  vertical-align: top;
  background: #c3002f;
  font-family: ShinGoPro-Bold, sans-serif !important;
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 768px) {
  .college__tag {
    margin-bottom: 1px;
    padding: 7px 20px 7px 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .college__tag {
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.college__ttl {
  font-family: "Nissan Brand" !important;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #c3002f;
}

@media (min-width: 768px) {
  .college__ttl {
    margin-bottom: 25px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.25em;
  }
}

@media (max-width: 767px) {
  .college__ttl {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
  }
}

@media only screen and (max-width: 374px) {
  .college__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .college__desc {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .college__desc {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .college__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 155px;
  }
}

@media (max-width: 767px) {
  .college__row {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .college__img {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .college__img {
    margin-bottom: 30px;
  }
}

.college__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .college__map {
    width: calc(400/1176*100%);
    margin: 3px 15px 0 41px;
  }
}

@media (max-width: 767px) {
  .college__map {
    max-width: 400px;
    margin: 0 auto;
  }
}

.college__box {
  background: #fff;
}

@media (min-width: 768px) {
  .college__box {
    padding: 95px 138px 98px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .college__box {
    padding-left: calc(100/1200*100vw);
    padding-right: calc(100/1200*100vw);
  }
}

@media (max-width: 767px) {
  .college__box {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  .college__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: -2px;
  }
}

@media (min-width: 768px) {
  .college__item {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .college__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.college__pic {
  padding-top: calc(280/440*100%);
}
