@charset "utf-8";

/* -------------------------------------------------------------------
#GRADUATE01
------------------------------------------------------------------- */
#GRADUATE01 {
  padding-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2;
}
.heading-style-1 {
  font-size: 2.4rem;
}
.heading-style-2 {
  font-size: 2.4rem;
}
.common-button {
  max-width: 480px;
}
/* font */
.font-bold {
  font-weight: 700;
}
.font-large {
  font-size: 1.8rem;
}
.font-small {
  font-size: 1.4rem;
}
.font-green {
  color: #c5f550;
}





/* nav-section */
.nav-section {
  padding-bottom: 80px;
}
.nav-section ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nav-section ul li {
  width: 31.3%;
}
.nav-section ul li .common-button {
  width: 100%;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 30px;
  font-size: 2rem;
  background-color: #c5f550;
}
.nav-section ul li .common-button::after {
  background-image: url(../../../img/common/icon-common-button-bottom-black.png);
  right: 32px;
  width: 18px;
  height: 11px;
}
.nav-section ul li .common-button:hover {
  background-color: #fff;
  color: #000;
}





/* section-1 */
.section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eefcca;
}
.section-1 .heading-style-1 {
  margin-top: 60px;
}
.section-1 .common-button-other + p {
  margin-top: 40px;
}
.section-1 .common-button-other {
  margin-top: 30px;
}





/* section-2 */
.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-2 .heading-style-2 {
  margin-top: 60px;
}
.section-2 .heading-style-1 {
  margin-top: 40px;
}
.section-2 ul li {
  display: flex;
  align-items: flex-start;
}
.section-2 ul li + li {
  margin-top: 60px;
}
.section-2 ul li > img {
  width: 67px;
  margin-right: 20px;
}
.section-2 ul li > div {
  flex: 1;
}
.section-2 .common-button-pdf {
  margin: 0 auto;
  margin-top: 30px;
}
.section-2 .common-button-pdf + .common-button-pdf {
  margin-top: 20px;
}
.section-2 ul li div dl .flex {
  display: flex;
}
.section-2 ul li div dl .flex dt {
  width: 15em;
  margin-right: 1em;
}
.section-2 ul li div dl .flex dd {
  flex: 1;
}
.section-2 ul li div img {
  width: 100%;
  max-width: 582px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-2 ul li div .font-small .font-green {
  font-size: 0.5em;
}





/* section-3 */
.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  background-color: #eefcca;
}
.section-3 .heading-style-1 {
  margin-top: 30px;
  margin-bottom: 0;
}
.section-3 ul li {
  padding-top: 30px;
  padding-bottom: 40px;
}
.section-3 ul li + li {
  border-top: 2px solid #c5f550;
}
.section-3 ul li div {
  display: flex;
  align-items: flex-start;
}
.section-3 ul li .question {
  margin-bottom: 10px;
}
.section-3 ul li .answer {
  margin-left: 80px;
}
.section-3 ul li .question img {
  width: 60px;
  margin-right: 20px;
}
.section-3 ul li .answer img {
  width: 34px;
  margin-right: 10px;
}
.section-3 ul li .question p {
  margin-top: 0.5em;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.section-3 ul li .answer p {
  margin-top: -0.5em;
}





/* section-4 */
.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #e4e4e4;
}
.section-4 h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.section-4 p {
  margin-bottom: 30px;
}
.section-4 .common-button {
  max-width: 273px;
  margin: 0 auto;
}