@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: -moz-fit-content;
  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;
  -moz-appearance: none;
       appearance: none;
}
html body [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
html body [type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

html {
  overflow-x: hidden;
}
html .saturday {
  color: #388cff;
}
html .sunday {
  color: #ff3838;
}
html .annotation {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html .annotation {
    font-size: 12px;
  }
}
html body {
  background: #fafafa;
}
html body .meddium {
  font-weight: 500;
}
html body .regular {
  font-weight: 400;
}
html body .main {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 830px) {
  html body .main {
    margin-top: 77.39px;
  }
}
html body .main::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 80vw;
  right: 0;
  width: 39vw;
  height: auto;
  aspect-ratio: 986/1332;
  background: url(/kuis/admissions/common/img/bg-kanda@2x.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  html body .main::before {
    width: 60vw;
    top: 1200px;
    right: 0;
  }
}
html body .main .hero__inner h1 {
  letter-spacing: 0.08em;
}
html body .main .document {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .document {
    margin-top: 0;
    padding: 30px 0;
  }
}
html body .main .document__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
html body .main .document__inner--title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner--title {
    font-size: 24px;
  }
}
html body .main .document__inner .wrap {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap {
    margin-bottom: 50px;
  }
}
html body .main .document__inner .wrap .sub-title {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .sub-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
html body .main .document__inner .wrap .sub-title .fle {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .sub-title .fle {
    flex-direction: column;
  }
}
html body .main .document__inner .wrap .sub-title .fle p {
  font-size: 14px;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .sub-title .fle p {
    font-size: 14px;
  }
}
html body .main .document__inner .wrap .sub-title h3 {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .sub-title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .sub-title h3 {
    font-size: 20px;
  }
}
html body .main .document__inner .wrap .sub-title h3.title-size {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .sub-title h3.title-size {
    font-size: 24px;
  }
}
html body .main .document__inner .wrap .sub-title h3.title-size span {
  display: inline-block;
}
html body .main .document__inner .wrap .sub-title p {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .sub-title p {
    font-size: 16px;
  }
}
html body .main .document__inner .wrap .inner .text-sita {
  font-weight: 300;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .text-sita {
    margin-top: 0;
  }
}
html body .main .document__inner .wrap .inner .explanation {
  margin: 0 auto 30px;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner .explanation {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .explanation {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
html body .main .document__inner .wrap .inner h4 {
  margin: 0 auto 15px;
  width: 90%;
  max-width: 1000px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.5;
  color: #3f3f3f;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner h4 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
html body .main .document__inner .wrap .inner p {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 1000px;
  font-size: 20px;
  font-weight: bold;
  color: #3f3f3f;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner p {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
html body .main .document__inner .wrap .inner p span {
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner p span {
    font-size: 12px;
  }
}
html body .main .document__inner .wrap .inner .year {
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #3f3f3f;
  max-width: 1000px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner .year {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .year {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
html body .main .document__inner .wrap .inner .flex-area {
  display: flex;
  list-style: none;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner .flex-area {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area {
    flex-direction: column;
  }
}
html body .main .document__inner .wrap .inner .flex-area.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area.mb-60 {
    margin-bottom: 30px;
  }
}
html body .main .document__inner .wrap .inner .flex-area.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area.mb-80 {
    margin-bottom: 40px;
  }
}
html body .main .document__inner .wrap .inner .flex-area.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area.mb-100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .btn.mb-40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn.mb-40 {
    margin-bottom: 20px;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn a {
  color: #000;
  background: #fff;
  border-radius: 5px;
  height: 70px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 0;
  letter-spacing: 0.02em;
  border: solid 1px #000;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn a {
    height: 60px;
    font-size: 14px;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn a.speaker {
  padding-right: 0;
}
html body .main .document__inner .wrap .inner .flex-area .btn a.speaker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 27px;
  background: url(/kuis/admissions/common/img/speaker.png) no-repeat center;
  background-size: 27px 25px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn a.speaker::before {
    left: 20px;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn a.pdf {
  padding-right: 0;
}
html body .main .document__inner .wrap .inner .flex-area .btn a.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 20px;
  background: url(/kuis/admissions/common/img/pdf-black.png) no-repeat center;
  background-size: 20px 25px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn a.pdf::before {
    left: 20px;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn a.speaker {
  background: #e3f9e2;
}
html body .main .document__inner .wrap .inner .flex-area .btn a.speaker::after {
  background: #fff url(/kuis/admissions/common/img/btn-arrow-black.png) no-repeat center;
  background-size: 7px 12px;
  right: 20px;
}
html body .main .document__inner .wrap .inner .flex-area .btn a img {
  margin-right: 10px;
  width: 20px;
}
html body .main .document__inner .wrap .inner .flex-area .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  background: url(/kuis/admissions/common/img/btn-arrow-black.png) no-repeat center;
  background-size: 7px 12px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn a::after {
    right: 20px;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list {
  width: 68%;
  grid-template-columns: 1fr 1fr;
  padding-right: 20px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list {
    width: 70%;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.once {
  width: 34%;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.once {
    width: 70%;
  }
}
@media screen and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.once {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.third {
  width: 80%;
  grid-template-columns: 28fr 18fr 28fr;
}
@media screen and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.third {
    width: 70%;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.third {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.third-max {
  width: 100%;
  padding-right: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.third-max {
    padding-right: 20px;
    width: 70%;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.third-max {
    padding-right: 0;
    width: 100%;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.btn-block {
  width: 30%;
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .btn-list.btn-block {
    width: 100%;
  }
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.btn-block .btn {
  width: 100%;
}
html body .main .document__inner .wrap .inner .flex-area .btn-list.btn-block .btn.mb {
  margin-bottom: 20px;
}
html body .main .document__inner .wrap .inner .flex-area .answer {
  border-left: solid #cccccc 1px;
  padding-left: 20px;
  width: 20%;
}
@media screen and (max-width: 940px) {
  html body .main .document__inner .wrap .inner .flex-area .answer {
    width: 30%;
  }
}
@media screen and (max-width: 940px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .flex-area .answer {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-top: 15px;
    border-left: 0;
    border-top: solid 1px #cccccc;
  }
}
html body .main .document__inner .wrap .inner .flex-area .answer .btn a {
  font-size: 16px;
}
html body .main .document__inner .wrap .inner .btn-list {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .document__inner .wrap .inner .btn-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .btn-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body .main .document__inner .wrap .inner .btn-list .btn a {
  color: #000;
  background: #eeeeee;
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .document__inner .wrap .inner .btn-list .btn a {
    height: 60px;
    font-size: 14px;
  }
}
html body .main .document__inner .wrap .inner .btn-list .btn a img {
  margin-right: 10px;
  width: 20px;
}
html body .main .document__inner .wrap .inner .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 .document__inner .wrap .inner .btn-list .btn a::after {
    right: 20px;
  }
}
html body .main .red-book {
  max-width: 1100px;
  margin: 0 auto 150px;
  width: 90%;
  background: #fff;
  border: solid #666666 1px;
}
@media screen and (max-width: 768px) {
  html body .main .red-book {
    max-width: 500px;
    margin-bottom: 50px;
  }
}
html body .main .red-book__inner {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner {
    padding: 30px 30px;
    flex-direction: column;
    align-items: center;
  }
}
html body .main .red-book__inner--left-img {
  width: 19%;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--left-img {
    width: 30%;
    margin-bottom: 30px;
  }
}
html body .main .red-book__inner--left-img img {
  margin-top: 5px;
}
html body .main .red-book__inner--right-content {
  width: 73%;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--right-content {
    width: 100%;
  }
}
html body .main .red-book__inner--right-content .right-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--right-content .right-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
html body .main .red-book__inner--right-content .right-text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--right-content .right-text {
    font-size: 14px;
  }
}
html body .main .red-book__inner--right-content .right-text span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--right-content .right-text span {
    font-size: 12px;
  }
}
html body .main .red-book__inner--right-content .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  color: #000;
  border: solid 1px #000;
  letter-spacing: 0.02em;
  position: relative;
  margin: 40px auto 0 0;
  font-weight: 500;
  width: 400px;
  height: 70px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .red-book__inner--right-content .wrap-btn {
    width: 100%;
    margin: 20px 0 0;
    height: 60px;
    font-size: 14px;
  }
}
html body .main .red-book__inner--right-content .wrap-btn img {
  width: 24px;
  margin-right: 10px;
}
html body .main .red-book__inner--right-content .wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
  background: #000 url(/kuis/admissions/common/img/btn-arrow-white.png) no-repeat center;
  background-size: 7px 12px;
}/*# sourceMappingURL=style.css.map */