@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : students.css                              */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.information {
  padding-top: 228px;
  padding-bottom: 120px;
}

.information-contents {
  padding: 85px 106px 100px;
  background: #FFF;
  border-radius: 20px;
}

.sec {
  margin-top: 110px;
}
.sec:first-child {
  margin-top: 0;
}

.subpage .heading01 .heading01_small {
  font-size: 28px;
}

.information_btn {
  margin: 50px auto 0;
}
.information_btn a {
  display: block;
  width: 45.72%;
  max-width: 470px;
  text-align: center;
  border: solid 2px #1E5DD5;
  color: #1E5DD5;
  border-radius: 50px;
  background-color: #fff;
  padding: 21.5px 20px 22.5px;
  margin: 0 auto;
  line-height: 1.25;
  font-weight: bold;
}
.information_btn a:hover {
  opacity: 0.7;
}
.information_btn.mypage a {
  background: #3ECB3A;
  border: 2px solid #3ECB3A;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 750px) {
  .information_btn.mypage a:hover {
    background: #fff;
    color: #3ECB3A;
  }
}

.mypage-btn {
  display: block;
}

.header-mypage_btn {
  position: absolute;
  top: 0;
  right: 140px;
  width: 180px;
}
.header-mypage_btn a {
  display: block;
  background: #3ECB3A;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 2px;
  transition: 0.5s;
}
@media screen and (min-width: 750px) {
  .header-mypage_btn a:hover {
    background: #008D47;
  }
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1377px) {
  .header-mypage_btn {
    width: 160px;
    right: 110px;
  }
}
@media screen and (max-width: 1176px) {
  .header-mypage_btn {
    right: 80px;
  }
}
@media screen and (max-width: 1095px) {
  .header-mypage_btn {
    right: 90px;
    width: 140px;
  }
}
@media screen and (max-width: 1020px) {
  .information-contents {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 890px) {
  .header-mypage_btn {
    display: none;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .information {
    padding-top: 113px;
    padding-bottom: 65px;
  }
  .information img {
    width: 100%;
  }
  .information-contents {
    padding: 38px 20px 45px;
    border-radius: 10px;
  }
  .sec {
    margin-top: 58px;
  }
  .subpage .heading01 .heading01_small {
    font-size: 16px;
  }
  .information_btn {
    margin-top: 28px;
  }
  .information_btn a {
    width: 100%;
    padding: 20px;
  }
  .header_menu-btn--blue {
    width: 48.4%;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=students.css.map */