@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.pcT {
  display: table !important;
}
@media screen and (max-width: 830px) {
  .pcT {
    display: none !important;
  }
}

.pcB {
  display: block !important;
}
@media screen and (max-width: 830px) {
  .pcB {
    display: none !important;
  }
}

.spB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spB {
    display: block !important;
  }
}

.pcIB {
  display: inline-block !important;
}
@media screen and (max-width: 830px) {
  .pcIB {
    display: none !important;
  }
}

.spIB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spIB {
    display: inline-block !important;
  }
}

.pcF {
  display: flex !important;
}
@media screen and (max-width: 830px) {
  .pcF {
    display: none !important;
  }
}

.spF {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spF {
    display: flex !important;
  }
}

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
html *,
html ::before,
html ::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
html body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
html body main {
  display: block;
}
html body p,
html body table,
html body blockquote,
html body address,
html body pre,
html body iframe,
html body form,
html body figure,
html body dl {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
html body ul,
html body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body dt {
  font-weight: bold;
}
html body dd {
  margin-left: 0;
}
html body hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}
html body address {
  font-style: inherit;
}
html body a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
html body b,
html body strong {
  font-weight: bolder;
}
html body small {
  font-size: 100%;
}
html body sub,
html body sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}
html body sub {
  bottom: -0.25em;
}
html body sup {
  top: -0.5em;
}
html body svg,
html body img,
html body embed,
html body object,
html body iframe {
  vertical-align: bottom;
}
html body button,
html body input,
html body optgroup,
html body select,
html body textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
}
html body [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
html body [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
html body button,
html body [type=button],
html body [type=reset],
html body [type=submit] {
  cursor: pointer;
}
html body button:disabled,
html body [type=button]:disabled,
html body [type=reset]:disabled,
html body [type=submit]:disabled {
  cursor: default;
}
html body :-moz-focusring {
  outline: auto;
}
html body select:disabled {
  opacity: inherit;
}
html body option {
  padding: 0;
}
html body fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
html body progress {
  vertical-align: baseline;
}
html body textarea {
  overflow: auto;
}
html body [type=number]::-webkit-inner-spin-button,
html body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html body [type=search] {
  outline-offset: -2px;
}
html body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html body label[for] {
  cursor: pointer;
}
html body details {
  display: block;
}
html body summary {
  display: list-item;
}
html body [contenteditable]:focus {
  outline: auto;
}
html body table {
  border-color: inherit;
  border-collapse: collapse;
}
html body caption {
  text-align: left;
}
html body td,
html body th {
  vertical-align: top;
  padding: 0;
}
html body th {
  font-weight: bold;
  text-align: left;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
html .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.02em;
  color: #3f3f3f;
}
@media screen and (max-width: 830px) {
  html .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 830px) and (max-width: 768px) {
  html .section-title {
    margin-bottom: 10px;
  }
}
html .section-title span {
  margin-left: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 830px) {
  html .section-title span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}
html .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 185px;
  margin: 0 auto;
  background: #000;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 830px) {
  html .more-btn {
    height: 34px;
    width: 160px;
    font-size: 14px;
  }
}
html .more-btn.finished::after {
  content: "";
  background: url(/kuis/admissions/guide/img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  height: auto;
  width: 16px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 830px) {
  html .more-btn.finished::after {
    width: 14px;
  }
}
html body {
  background: #fafafa;
}
html body .meddium {
  font-weight: 500;
}
html body .main {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 830px) {
  html body .main {
    margin-top: 77.39px;
  }
}
html body .main .release {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  html body .main .release {
    padding: 30px 0 50px;
  }
}
html body .main .release .wrapper h2 {
  font-size: 35px;
  line-height: 1.3714285714;
  letter-spacing: -0.02em;
  color: #3f3f3f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .release .wrapper h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
html body .main .release .wrapper .period {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  html body .main .release .wrapper .period {
    font-size: 16px;
    line-height: 1.5em;
  }
}
html body .main .release .wrapper .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec1234;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  margin: 40px auto 0;
  font-weight: 500;
  width: 450px;
  height: 70px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .release .wrapper .btn {
    width: 100%;
    margin: 20px 0 0;
    height: 60px;
    font-size: 14px;
  }
}
html body .main .release .wrapper .btn img {
  width: 24px;
  margin-right: 10px;
}
html body .main .release .wrapper .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
  background: #fff url(/kuis/admissions/guide/sogo/img/arrow-red.png) no-repeat center;
  background-size: 7px 12px;
}
html body .main .release .wrapper .btn.shutugan {
  background-color: #1881dd;
  width: 475px;
  height: 85px;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .release .wrapper .btn.shutugan {
    width: 100%;
    margin: 10px 0 0;
    height: 70px;
    font-size: 16px;
  }
}
html body .main .release .wrapper .btn.shutugan img {
  width: 18px;
}
html body .main .release .wrapper .btn.shutugan::after {
  background: #fff url(/kuis/admissions/guide/sogo/img/arrow-blue.png) no-repeat center;
  background-size: 7px 12px;
}
html body .main .release .wrapper .btn.ucaro {
  background-color: #00984f;
  width: 475px;
  height: 85px;
  font-size: 20px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  html body .main .release .wrapper .btn.ucaro {
    width: 100%;
    margin: 10px 0 20px;
    height: 70px;
    font-size: 16px;
  }
}
html body .main .release .wrapper .btn.ucaro img {
  width: 18px;
}
html body .main .release .wrapper .btn.ucaro::after {
  background: #fff url(/kuis/admissions/guide/img/arrow-green.png) no-repeat center;
  background-size: 7px 12px;
}
html body .main .release .news {
  background: #fff;
  padding: 35px 0 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .release .news {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
html body .main .release .news__inner {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
html body .main .release .news__inner--title {
  color: #3f3f3f;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner--title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
html body .main .release .news__inner--title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  content: "";
  background-color: #898989;
  height: 2px;
  width: 40px;
}
html body .main .release .news__inner__list--item {
  margin-bottom: 4px;
}
html body .main .release .news__inner__list--item a {
  display: inline-block;
  padding: 5px 30px 5px 25px;
  position: relative;
  color: #898989;
  line-height: 1.5;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner__list--item a {
    font-size: 14px;
  }
}
html body .main .release .news__inner__list--item a[href$=pdf]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 21px;
  aspect-ratio: 21/25;
  background: url(/kuis/admissions/common/img/pdf.png) no-repeat;
  background-size: contain;
}
html body .main .release .news__inner__list--item a[target$=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(/kuis/admissions/common/img/another.png) no-repeat;
  background-size: contain;
}
html body .main .release .news__inner__list--item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 16px;
  aspect-ratio: 1/1;
  background: #898989;
  border-radius: 100%;
}
html body .main .release .news__inner__list--item a span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner__list--item a span {
    font-size: 12px;
  }
}
html body .main .release .news__inner__list--item a .news_ttl {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner__list--item a .news_ttl {
    font-size: 17px;
  }
}
html body .main .release .news__inner__list--item a .news_txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner__list--item a .news_txt {
    font-size: 12px;
  }
}
html body .main .release .news__inner__list--item .teisei::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  translate: 0 -50%;
  height: auto;
  width: 16px;
  aspect-ratio: 1/1;
  background: #898989;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  html body .main .release .news__inner__list--item .teisei::before {
    top: 9%;
  }
}
html body .main .vision-mission {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission {
    margin-bottom: 50px;
  }
}
html body .main .vision-mission .wrapper {
  border: solid 2px #000;
  padding: 30px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper {
    padding: 25px;
  }
}
html body .main .vision-mission .wrapper .vision-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #3f3f3f;
  line-height: 1.71875;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .vision-title {
    font-size: 16px;
  }
}
html body .main .vision-mission .wrapper .vision-title i {
  font-style: normal;
  display: inline-block;
}
html body .main .vision-mission .wrapper .vision-title span {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 80px;
  display: inline-block;
  line-height: 1;
  background: linear-gradient(90deg, #03bad5 0%, #06c89d 100%);
  background: -webkit-linear-gradient(-220deg, #03bad5 0%, #06c89d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .vision-title span {
    font-size: 55px;
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
html body .main .vision-mission .wrapper .vision-title.second {
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .vision-title.second {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
html body .main .vision-mission .wrapper .vision-title.second span {
  position: relative;
}
html body .main .vision-mission .wrapper .vision-title.second span::after {
  content: "&";
  position: absolute;
  font-size: 50px;
  top: -20px;
  left: -45px;
  font-weight: 600;
  background: linear-gradient(90deg, #03bad5 0%, #06c89d 100%);
  background: -webkit-linear-gradient(-220deg, #03bad5 0%, #06c89d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .vision-title.second span::after {
    font-size: 35px;
    left: 50%;
    translate: -50%;
    top: -40px;
  }
}
html body .main .vision-mission .wrapper .text {
  text-align: center;
  color: #3f3f3f;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .text {
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0em;
  }
}
html body .main .vision-mission .wrapper .btn-list {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .vision-mission .wrapper .btn-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .vision-mission .wrapper .btn-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body .main .vision-mission .wrapper .btn-list .btn a {
  color: #000;
  border: solid 1px #000;
  background: #eeeeee;
  border-radius: 5px;
  height: 70px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .btn-list .btn a {
    height: 60px;
    font-size: 14px;
  }
}
html body .main .vision-mission .wrapper .btn-list .btn a img {
  margin-right: 10px;
  width: 20px;
}
html body .main .vision-mission .wrapper .btn-list .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  height: 24px;
  width: 24px;
  background: url(/kuis/admissions/guide/img/other.png) no-repeat center;
  background-size: 24px 24px;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .btn-list .btn a::before {
    right: 20px;
  }
}
html body .main .vision-mission .wrapper .btn-list .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  background: #000 url(/kuis/admissions/common/img/btn-arrow-white.png) no-repeat center;
  background-size: 7px 12px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  html body .main .vision-mission .wrapper .btn-list .btn a::after {
    right: 20px;
  }
}
html body .main .banner-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .banner-area {
    margin-bottom: 50px;
  }
}
html body .main .banner-area a img {
  max-width: 100%;
}
html body .main .guide-bottuns-area {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  html body .main .guide-bottuns-area {
    padding: 0 5% 50px 5%;
  }
}

.guide_past_area {
  margin: 0 auto 100px;
}

/*# sourceMappingURL=style.css.map */
