@charset "utf-8";

/* -------------------------------------------------------------------
#STUDENTS
------------------------------------------------------------------- */
#STUDENTS {
  position: relative;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}





/* copy */
.copy {
  padding-top: 60px;
}
.copy p:first-of-type {
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 0;
}





/* content */
.content {
  padding-bottom: 150px;
}
.content ul {
  display: flex;
  flex-wrap: wrap;
}
.content ul li {
  width: 48.5%;
}
.content ul li:nth-of-type(even) {
  margin-left: 3%;
}
.content ul li:nth-of-type(n + 3) {
  margin-top: 60px;
}
.content ul li img {
  margin-bottom: 30px;
}
.content ul li h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content ul li p {
  font-size: 1.6rem;
  line-height: 2;
}
.content ul li p + p {
  margin-top: 10px;
  line-height: 1.75;
}
.content ul li p span {
  font-size: 1.8rem;
}