@charset "utf-8";

/* -------------------------------------------------------------------
#GRADUATE06
------------------------------------------------------------------- */
#GRADUATE06 {
  padding-bottom: 60px;
}





/* content-1 */
.content-1 {
  padding-bottom: 130px;
}
.content-1 .flex {
  display: flex;
  align-items: flex-start;
}
.content-1 .flex ul {
  flex: 1;
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-wrap: wrap;
}
.content-1 .flex ul li {
  min-width: 40%;
  margin-right: 1%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.content-1 .flex div {
  width: 479px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #eefcca;
}
.content-1 .flex div p:first-of-type {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
}
.content-1 .flex div p:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
.content-1 .flex div p:nth-of-type(2) span {
  font-size: 1.125em;
}
.content-1 .flex div p:last-of-type {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}





/* content-2 */
.content-2 {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #eefcca;
}
.content-2 ul {
  margin-top: -140px;
  margin-bottom: 70px;
}
.content-2 ul li {
  position: relative;
}
.content-2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background-color: #c5f550;
  transform: translate(8px, 8px);
}
.content-2 ul li + li {
  margin-top: 70px;
}
.content-2 ul li .flex {
  position: relative;
  display: flex;
  border: 2px solid #000;
  background-color: #fff;
}
.content-2 ul li:first-of-type .flex {
  align-items: center;
}
.content-2 ul li .flex div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
}
.content-2 ul li .flex div h3 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content-2 ul li .flex div h3 span {
  background-image: linear-gradient(transparent 70%, #c5f550 70%);
}
.content-2 ul li .flex div p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
.content-2 ul li .flex div .common-button {
  margin: 0 auto;
}
.content-2 ul li:first-of-type .flex > img {
  width: 34%;
  margin-right: 7%;
  margin-left: 7%;
}
.content-2 ul li:last-of-type .flex > img {
  object-fit: cover;
  width: 48%;
}
.content-2 .container > .heading-style-2 {
  background-color: #000;
  color: #fff;
}
.content-2 .container > p {
  font-size: 1.6rem;
  line-height: 2;
}
.content-2 .container > p a {
  text-decoration: underline;
  display: inline;
}