@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : admission.css                             */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.admission_sec {
  margin-top: 64px;
}

.admission_wrap {
  background: #FBFBF2;
  border-top: 2px solid #E4E7E6;
  padding-top: 120px;
}

.admission_tab_content {
  display: none;
}

.admission_tab_wrap {
  position: relative;
  display: flex;
  gap: 0 1.61%;
  margin-bottom: -2px;
  z-index: 2;
}
.admission_tab_wrap .admission_tab {
  width: 32.26%;
  background: #E4E7E6;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 26px 10px;
  cursor: pointer;
}
.admission_tab_wrap .admission_tab span {
  font-size: 24px;
  font-weight: bold;
  color: #939E9C;
  line-height: 1.5;
}
.admission_tab_wrap .admission_tab.current {
  background: #FBFBF2;
  border: 2px solid #E4E7E6;
}
.admission_tab_wrap .admission_tab.current span {
  color: #0B2521;
  border-bottom: 4px solid #199778;
  padding-bottom: 8px;
}

.link_sec {
  display: flex;
  gap: 0 2.58%;
}
.link_sec .link_item {
  width: 48.71%;
}
.link_sec .link_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #199778;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 35px 10px;
  transition: all 0.2s;
}
.link_sec .link_item a .name {
  position: relative;
  display: inline-block;
  padding-left: 29px;
}
.link_sec .link_item a .name::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  background: url(/tenhennyu/admission/img/icon_pdf.svg) no-repeat top center/contain;
  width: 24px;
  height: 24px;
}
.link_sec .link_item a .text_s {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 750px) {
  .link_sec .link_item a:hover {
    background: #0F775D;
  }
}
.link_sec .link_item a.color {
  background: #fff;
  border: 2px solid #199778;
  color: #199778;
}
.link_sec .link_item a.color span::before {
  background: url(/tenhennyu/admission/img/icon_pdf_color.svg) no-repeat top center/contain;
}
@media screen and (min-width: 750px) {
  .link_sec .link_item a.color:hover {
    background: #199778;
    color: #fff;
  }
  .link_sec .link_item a.color:hover span::before {
    background: url(/tenhennyu/admission/img/icon_pdf.svg) no-repeat top center/contain;
  }
}
.link_sec .link_item .note {
  text-align: center;
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.doc_wrap {
  background: #fff;
  padding: 120px 0;
  margin-top: 120px;
}
.doc_wrap .sec_title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
.doc_wrap .sec_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C9CFCE;
}
.doc_wrap .sec_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #199778;
}
.doc_wrap .sec_text {
  margin-bottom: 48px;
}
.doc_wrap .link_sec {
  flex-wrap: wrap;
  gap: 24px 1.94%;
}
.doc_wrap .link_sec .link_item {
  width: 32.02%;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 1.93%;
  }
  .admission_sec {
    margin-top: 32px;
  }
  .admission_wrap {
    border-width: 1px;
    padding-top: 48px;
  }
  .admission_tab_wrap {
    gap: 0 0.97%;
    margin-bottom: -1px;
  }
  .admission_tab_wrap .admission_tab {
    width: 32.66%;
    border-radius: 10px 10px 0 0;
    padding: 12px 4px;
  }
  .admission_tab_wrap .admission_tab span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
  }
  .admission_tab_wrap .admission_tab.current {
    border-width: 1px;
  }
  .admission_tab_wrap .admission_tab.current span {
    border-bottom: 2px solid #199778;
    padding-bottom: 4px;
  }
  .link_sec {
    flex-direction: column;
    gap: 16px 0;
    padding: 0 1.93%;
  }
  .link_sec .link_item {
    width: 100%;
  }
  .link_sec .link_item a {
    height: 70px;
    font-size: 16px;
    padding: 20px 5px;
  }
  .link_sec .link_item a span {
    padding-left: 23px;
  }
  .link_sec .link_item a span::before {
    width: 18px;
    height: 18px;
  }
  .link_sec .link_item a .icon {
    width: 6%;
    margin-right: 8px;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .link_sec .link_item a:hover {
    background: #199778;
  }
}
@media screen and (max-width: 750px) {
  .doc_wrap {
    padding: 48px 0;
    margin-top: 48px;
  }
  .doc_wrap .sec_title {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .doc_wrap .sec_title::before {
    height: 2px;
  }
  .doc_wrap .sec_title::after {
    width: 60px;
    height: 2px;
  }
  .doc_wrap .sec_title .text_s {
    font-size: 14px;
  }
  .doc_wrap .link_sec {
    gap: 16px 0;
  }
  .doc_wrap .link_sec .link_item {
    width: 100%;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=admission.css.map */