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

.document-top {
  padding-bottom: 172px;
}

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

.btn_year {
  max-width: 400px;
  margin: 0 auto 100px;
}
.btn_year a {
  display: block;
  width: 100%;
  background: #1D5DD5;
  border: 2px solid #1D5DD5;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 20px 10px;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .btn_year a:hover {
    background: #fff;
    color: #1D5DD5;
  }
}

.links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 2.82%;
}

.link {
  width: 31.45%;
}
.link a {
  display: block;
  background: #1D5DD5;
  box-sizing: border-box;
  border: 2px solid #1D5DD5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 5px 10px;
  transition: 0.3s;
}
.link a:hover {
  background: #fff;
  color: #1D5DD5;
  transition: 0.3s;
}

.high-wrap {
  display: flex;
  gap: 0 4.03%;
  margin-top: 80px;
}
.high-wrap .wrap-item {
  width: 47.98%;
}
.high-wrap .link {
  width: 100%;
}
.high-wrap .link a {
  width: 100%;
}

.sec02 {
  padding: 100px 0 0;
}

.file-dl {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.29%;
}

.file-dl_item {
  width: 24.03%;
}
.file-dl_item a {
  display: flex;
  color: #fff;
  background-color: #1E5DD5;
  border-radius: 10px;
  padding: 22px 20px;
  position: relative;
  height: 100%;
  align-items: center;
}
.file-dl_item a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../admission/img/top/pdf_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 15px;
  vertical-align: sub;
}
.file-dl_item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.document_note {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1100px) {
  .link a {
    font-size: 2.4vw;
  }
  .link a span {
    bottom: 22.8%;
    padding: 0 10px;
    line-height: 1.4;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .document {
    padding-top: 113px;
    padding-bottom: 65px;
  }
  .document-contents {
    padding: 38px 20px 45px;
    border-radius: 10px;
  }
  .btn_year {
    width: 100%;
    margin-bottom: 50px;
  }
  .btn_year a {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 5px;
  }
  .index .heading01 {
    padding-bottom: 10px;
  }
  .index .heading01 span {
    font-size: 18px;
  }
  .admission-top {
    padding-bottom: 65px;
  }
  .admission-top img {
    width: 100%;
  }
  .links {
    gap: 15px 4%;
  }
  .link {
    width: 48%;
  }
  .link.wide {
    width: 100%;
  }
  .link.wide a {
    width: 48%;
  }
  .link a {
    font-size: 3vw;
    padding: 5px;
  }
  .link a:hover {
    background: #1D5DD5;
    color: #fff;
  }
  .high-wrap {
    gap: 0 4%;
    margin-top: 40px;
  }
  .high-wrap .wrap-item {
    width: 48%;
  }
  .sec02 {
    padding: 50px 0 0;
  }
  .file-dl {
    margin-top: 30px;
    gap: 10px 0;
  }
  .file-dl_item {
    width: 100%;
  }
  .file-dl_item a {
    padding: 16px 20px 16px 46px;
    text-align: center;
  }
  .file-dl_item a::before {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .document_note {
    font-size: 10px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=document.css.map */