@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;
}

.opacity-target {
  transition: all 0.3s;
}
.opacity-target:hover {
  opacity: 0.6;
}

.first-anime {
  opacity: 0;
}

*[data-scroll=fade-up] {
  transform: translateY(10px);
  opacity: 0;
}
*.fade-up {
  animation: fadeup 1.5s forwards;
}
@keyframes fadeup {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

html body .acc {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html body .acc.is-active .acc__q-inner::after {
  rotate: -90deg;
}
html body .acc.is-active .acc__a {
  height: auto;
}
html body .acc__q {
  display: block;
  position: relative;
}
html body .acc__q::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 .acc__q-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 25px;
  position: relative;
  color: #898989;
}
@media screen and (max-width: 768px) {
  html body .acc__q-inner {
    font-size: 14px;
  }
}
html body .acc__q-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: #898989;
  width: 16px;
  height: 2px;
}
html body .acc__q-inner::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  translate: 0 -50%;
  background: #898989;
  width: 2px;
  height: 16px;
  transition: all 0.3s;
}
html body .acc__a {
  height: 0px;
  overflow: hidden;
}
html body .acc__a-inner {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #898989;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body .acc__a-inner {
    font-size: 12px;
  }
}
html body .admissions-guide {
  padding-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide {
    padding-bottom: 50px;
  }
}
html body .admissions-guide .wrapper .explain {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .explain {
    font-size: 16px;
  }
}
html body .admissions-guide .wrapper .tab-area .tab-btn-list {
  position: relative;
  z-index: -1;
  margin-bottom: -1px;
  display: flex;
  gap: 1%;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-area .tab-btn-list {
    gap: 5px;
  }
}
html body .admissions-guide .wrapper .tab-area .tab-btn-list .tab-btn-list__item {
  width: 49.5%;
  height: 70px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.22em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-area .tab-btn-list .tab-btn-list__item {
    font-size: 16px;
    height: 45px;
  }
}
html body .admissions-guide .wrapper .tab-area .tab-btn-list .tab-btn-list__item.within-the-year {
  background: #3090e6;
}
html body .admissions-guide .wrapper .tab-area .tab-btn-list .tab-btn-list__item.general-entrance-examination {
  background: #ef177f;
}
html body .admissions-guide .wrapper .tab-area .tab-btn-list .tab-btn-list__item a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .admissions-guide .wrapper .tab-content {
  background: #fff;
}
html body .admissions-guide .wrapper .tab-content__item {
  --within: #ef177f;
  padding: 50px 45px 50px;
  display: none;
  border-top: solid 10px var(--within);
}
html body .admissions-guide .wrapper .tab-content__item.within-the-year {
  --within: #3090e6;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item {
    padding: 30px 15px;
    border-top: solid 5px var(--within);
  }
}
html body .admissions-guide .wrapper .tab-content__item.is-active {
  display: block;
}
html body .admissions-guide .wrapper .tab-content__item .content-detail {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .content-detail {
    flex-direction: column;
  }
}
html body .admissions-guide .wrapper .tab-content__item .content-detail .title {
  font-size: 30px;
  letter-spacing: 0.22em;
  height: 60px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #000 solid 1px;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .content-detail .title {
    font-size: 20px;
    height: 40px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .content-detail .method {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.38;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .content-detail .method {
    font-size: 16px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item {
  background: #f0f0f0;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 860px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link {
    cursor: auto;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  background: url(/kuis/admissions/img/arrow-different.png) no-repeat;
  background-size: contain;
  height: auto;
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link::after {
    display: none;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner {
  width: 100%;
  padding: 0 65px 0 22px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left {
  width: fit-content;
  min-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left {
    margin-bottom: 20px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left h4 {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.25em;
  display: inline-block;
  margin-right: auto;
  color: var(--within);
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left h4 {
    font-size: 20px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left h4 .small {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left p {
  padding-top: 8px;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .left p::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50%;
  height: 1px;
  width: 100px;
  background: #dadada;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right {
  font-weight: 500;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap {
  background: #fff;
  padding: 20px 15px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap .monthly-title {
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--within);
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap ul li.confirm {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap ul li dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 5px;
  border-bottom: solid 1px #dbdbdb;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap ul li dl dt {
  width: 83px;
  height: 21px;
  font-size: 14px;
  color: #fff;
  background: var(--within);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner .right .selection-wrap ul li dl dd {
  font-size: 14px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner table tbody tr {
  letter-spacing: 0.08em;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner table tbody tr th {
  border: solid 1px #e3e3e3;
  background: var(--within);
  color: #fff;
  width: 135px;
  text-align: center;
  height: 32px;
  vertical-align: middle;
  font-size: 13px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner table tbody tr th.wide {
  width: 235px;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .item-link .item__inner table tbody tr td {
  border: solid 1px #e3e3e3;
  background: #fff;
  color: #5f5f60;
  height: 56px;
  text-align: center;
  vertical-align: middle;
}
html body .admissions-guide .wrapper .tab-content__item .type-list__item .more2 {
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 860px) {
  html body .admissions-guide .wrapper .tab-content__item .type-list__item .more2 {
    display: flex;
  }
}
html body .news {
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 1050px) {
  html body .news {
    padding-bottom: 70px;
  }
}
html body .news .wrapper .news-list__item {
  border-top: #000 solid 1px;
}
html body .news .wrapper .news-list__item:last-child {
  border-bottom: #000 solid 1px;
}
html body .news .wrapper .news-list__item a {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.68;
  position: relative;
  padding-right: 45px;
}
html body .news .wrapper .news-list__item a.color-red {
  color: #ff0000;
}
html body .news .wrapper .news-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  background: url(/kuis/admissions/img/arrow-different.png) no-repeat;
  background-size: contain;
  height: auto;
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1050px) {
  html body .news .wrapper .news-list__item a::after {
    right: 15px;
    width: 25px;
  }
}
@media screen and (max-width: 1050px) {
  html body .news .wrapper .news-list__item a {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 15px 45px 15px 0;
    font-size: 15px;
  }
}
html body .sub-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 11px;
  margin-bottom: 30px;
  border-bottom: solid 1px #9e9e9e;
}
@media screen and (max-width: 768px) {
  html body .sub-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
html body .sub-title h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  html body .sub-title h3 {
    font-size: 20px;
  }
}
html body .sub-title p {
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  html body .sub-title p {
    font-size: 14px;
  }
}
html body .hero {
  height: 276px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .hero {
    height: 200px;
  }
}
html body .hero.datas {
  background: linear-gradient(to right, #06c89d, #ccff00);
}
html body .hero.past {
  background: linear-gradient(to right, #0bc89c, #b1f183 70%, #dbff52);
}
html body .hero.admission {
  background: linear-gradient(to right, #06c89d, #03bad5);
}
html body .hero.admission .hero__inner h1 {
  letter-spacing: 0.1em;
}
html body .hero__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
  color: #fff;
}
html body .hero__inner h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  html body .hero__inner h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
html body .hero__inner p {
  font-size: 26px;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  html body .hero__inner p {
    font-size: 16px;
  }
}
html body .breadcrumbs {
  padding-top: 20px;
}
html body .breadcrumbs__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
html body .breadcrumbs__inner__list {
  display: flex;
}
html body .breadcrumbs__inner__list--item {
  font-size: 12px;
}
html body .breadcrumbs__inner__list--item.current-page {
  font-weight: 500;
}
html body .breadcrumbs__inner__list--item:not(:last-child) {
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
}
html body .breadcrumbs__inner__list--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(/kuis/admissions/common/img/bread-arw.png);
  width: 7px;
  height: auto;
  aspect-ratio: 7/12;
}
html body .breadcrumbs__inner__list--item a {
  position: relative;
  color: #898989;
}
html body .breadcrumbs__inner__list--item a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #898989;
}
html body .header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 860px) {
  html body .header {
    height: auto;
    flex-direction: column;
  }
}
html body .header__left {
  margin-left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  html body .header__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body .header__left .img-wrap {
  width: 147px;
}
@media screen and (max-width: 1050px) {
  html body .header__left .img-wrap {
    width: 100px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .header__left .img-wrap {
    padding: 8px 0;
    width: 62px;
  }
}
html body .header__left p {
  font-size: 15px;
  letter-spacing: 0.043em;
}
@media screen and (max-width: 1050px) {
  html body .header__left p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .header__left p {
    font-size: 11px;
  }
}
html body .header__right {
  height: 100%;
}
@media screen and (max-width: 860px) {
  html body .header__right {
    height: 42px;
    width: 100%;
  }
}
html body .header__right .g-nav {
  height: 100%;
}
html body .header__right .g-nav__list {
  height: 100%;
  display: flex;
}
html body .header__right .g-nav__list__item {
  height: 100%;
  border-left: #000 solid 1px;
}
@media screen and (max-width: 860px) {
  html body .header__right .g-nav__list__item {
    width: 21%;
    border-top: #000 solid 1px;
  }
}
@media screen and (max-width: 860px) {
  html body .header__right .g-nav__list__item:nth-child(1) {
    border-left: none;
  }
}
html body .header__right .g-nav__list__item a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding: 0 15px;
}
@media screen and (max-width: 1050px) {
  html body .header__right .g-nav__list__item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .header__right .g-nav__list__item a {
    height: 100%;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
  }
}
html body .header__right .g-nav__list__item a .img-wrap {
  display: inline-block;
  margin-right: 5px;
}
html body .header__right .g-nav__list__item.claim {
  width: 187px;
}
@media screen and (max-width: 1050px) {
  html body .header__right .g-nav__list__item.claim {
    width: auto;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .header__right .g-nav__list__item.claim {
    width: 27%;
  }
}
html body .header__right .g-nav__list__item.claim a {
  color: #fff;
  background-image: linear-gradient(90deg, #6ef7d2, #0b96ec);
}
html body .header__right .g-nav__list__item.claim a .img-wrap {
  width: 22px;
}
@media screen and (max-width: 860px) {
  html body .header__right .g-nav__list__item.claim a .img-wrap {
    width: 18px;
  }
}
html body .header__right .g-nav__list__item.line {
  width: 183px;
}
@media screen and (max-width: 1050px) {
  html body .header__right .g-nav__list__item.line {
    width: auto;
  }
}
@media screen and (max-width: 1050px) and (max-width: 860px) {
  html body .header__right .g-nav__list__item.line {
    width: 31%;
  }
}
html body .header__right .g-nav__list__item.line a {
  color: #fff;
  background-image: linear-gradient(90deg, #c5d632, #00b900);
}
html body .header__right .g-nav__list__item.line a .img-wrap {
  width: 30px;
}
@media screen and (max-width: 860px) {
  html body .header__right .g-nav__list__item.line a .img-wrap {
    width: 26px;
  }
}
html body .footer .btn {
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #00b900;
  border-radius: 5px;
}
@media screen and (max-width: 860px) {
  html body .footer .btn {
    font-size: 20px;
    height: 56px;
    width: 80%;
    margin: 0 auto;
  }
}
html body .footer .btn.contact {
  height: 75px;
  font-size: 20px;
  width: 220px;
  min-width: 220px;
  background: linear-gradient(to left, #ef107e, #f6bb8c);
}
@media screen and (max-width: 1050px) {
  html body .footer .btn.contact {
    margin-right: 0;
  }
}
@media screen and (max-width: 1050px) and (max-width: 530px) {
  html body .footer .btn.contact {
    width: 80%;
    margin: 0 auto;
    height: 56px;
  }
}
@media screen and (max-width: 530px) {
  html body .footer .btn.contact br {
    display: none;
  }
}
html body .footer .btn img {
  width: 38px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  html body .footer .btn img {
    width: 32px;
  }
}
html body .footer__top {
  background: #3b3b3b;
  padding: 70px 0 75px;
}
@media screen and (max-width: 1050px) {
  html body .footer__top {
    padding: 30px 0 35px;
  }
}
html body .footer__top .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 125px;
}
@media screen and (max-width: 1120px) {
  html body .footer__top .wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 1050px) {
  html body .footer__top .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
html body .footer__top .wrapper .footer-top-common {
  width: 100%;
}
html body .footer__top .wrapper .footer-top-common.friend {
  max-width: 420px;
}
html body .footer__top .wrapper .footer-top-common.friend .qr-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  color: #fafafa;
}
html body .footer__top .wrapper .footer-top-common.friend .qr-area .img-wrap {
  width: 80px;
}
@media screen and (max-width: 860px) {
  html body .footer__top .wrapper .footer-top-common.friend .qr-area .img-wrap {
    width: 70px;
  }
}
html body .footer__top .wrapper .footer-top-common.friend .qr-area p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.6666;
}
@media screen and (max-width: 860px) {
  html body .footer__top .wrapper .footer-top-common.friend .qr-area p {
    font-size: 16px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .title-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #545454;
  color: #fafafa;
}
html body .footer__top .wrapper .footer-top-common.contact .title-contact .title-area {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 860px) {
  html body .footer__top .wrapper .footer-top-common.contact .title-contact .title-area {
    font-size: 28px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .title-contact .title-area span {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  html body .footer__top .wrapper .footer-top-common.contact .title-contact .title-area span {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .title-contact .date {
  font-size: 14px;
}
html body .footer__top .wrapper .footer-top-common.contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 530px) {
  html body .footer__top .wrapper .footer-top-common.contact .flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .flex .call-area {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fafafa;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 860px) {
  html body .footer__top .wrapper .footer-top-common.contact .flex .call-area {
    text-align: center;
    font-size: 28px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .flex .call-area p {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 530px) {
  html body .footer__top .wrapper .footer-top-common.contact .flex .call-area p {
    margin-bottom: 10px;
  }
}
html body .footer__top .wrapper .footer-top-common.contact .flex .call-area p.mb-0 {
  margin-bottom: 0;
}
html body .footer__top .wrapper .footer-top-common.contact .flex .call-area span {
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #fff;
  padding: 4px 10px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
}
html body .footer__bottom {
  background: #3f3f3f;
  padding: 45px 0 30px;
}
@media screen and (max-width: 768px) {
  html body .footer__bottom {
    padding: 35px 20px;
  }
}
html body .footer__bottom .wrapper .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 860px) {
  html body .footer__bottom .wrapper .sns-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
html body .footer__bottom .wrapper .sns-list li {
  color: #fafafa;
  font-size: 11px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 860px) {
  html body .footer__bottom .wrapper .sns-list li {
    margin-bottom: 15px;
  }
}
html body .footer__bottom .wrapper .sns-list li.line {
  margin-left: 16px;
}
html body .footer__bottom .wrapper .sns-list li.line a .img-wrap {
  width: 31px;
}
html body .footer__bottom .wrapper .sns-list li.instagram {
  margin-left: 20px;
}
html body .footer__bottom .wrapper .sns-list li.instagram a .img-wrap {
  width: 28px;
}
html body .footer__bottom .wrapper .sns-list li.twitter {
  margin-left: 19px;
}
html body .footer__bottom .wrapper .sns-list li.twitter a .img-wrap {
  width: 32px;
}
html body .footer__bottom .wrapper .sns-list li.youtube {
  margin-left: 19px;
}
html body .footer__bottom .wrapper .sns-list li.youtube a .img-wrap {
  width: 32px;
}
html body .footer__bottom .wrapper .sns-list li.facebook {
  margin-left: 19px;
}
html body .footer__bottom .wrapper .sns-list li.facebook a .img-wrap {
  width: 28px;
}
html body .footer__bottom .wrapper .sns-list li.kuis {
  margin-left: 23px;
}
html body .footer__bottom .wrapper .sns-list li.kuis a .img-wrap {
  width: 192px;
}
html body .footer__bottom .wrapper .footer-logo {
  margin: 0 auto 15px;
}
html body .footer__bottom .wrapper .copyright {
  color: #fafafa;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .btn-wrap {
    gap: 15px;
    flex-direction: column;
  }
}
.btn-wrap.second {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .btn-wrap.second {
    margin-top: 15px;
  }
}
.btn-wrap .past {
  color: #000;
  background: #fff;
  border: solid 1px #000;
  height: 100px;
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .btn-wrap .past {
    font-size: 20px;
    height: 80px;
    padding-right: 7%;
  }
}
.btn-wrap .past::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 32px;
  width: 32px;
  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) {
  .btn-wrap .past::after {
    height: 25px;
    width: 25px;
  }
}

.entrance-exam {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 0 33px 0 22px;
}
@media screen and (max-width: 1200px) {
  .entrance-exam {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .entrance-exam {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.entrance-exam .exam .exam-name {
  font-size: 28px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
  letter-spacing: 0.22em;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .entrance-exam .exam .exam-name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.entrance-exam .exam.year-end-entrance-exam {
  border-right: #e2e1e1 solid 1px;
  padding-right: 35px;
}
@media screen and (max-width: 1040px) {
  .entrance-exam .exam.year-end-entrance-exam {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  .entrance-exam .exam.year-end-entrance-exam {
    padding-right: 0;
    border-right: none;
  }
}
.entrance-exam .exam.year-end-entrance-exam .exam-name {
  background: #3090e6;
}
.entrance-exam .exam.general-entrance-exam {
  margin-left: 30px;
}
@media screen and (max-width: 1040px) {
  .entrance-exam .exam.general-entrance-exam {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  .entrance-exam .exam.general-entrance-exam {
    margin-left: 0;
  }
}
.entrance-exam .exam.general-entrance-exam .exam-name {
  background: #ef177f;
}
.entrance-exam .exam .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .entrance-exam .exam .grid {
    gap: 15px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  .entrance-exam .exam .grid {
    gap: 10px;
  }
}
.entrance-exam .exam .grid.one-column {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .entrance-exam .exam .grid.one-column {
    grid-template-columns: 1fr 1fr;
  }
}
.entrance-exam .exam .grid li {
  height: 72px;
}
@media screen and (max-width: 768px) {
  .entrance-exam .exam .grid li {
    height: 60px;
  }
}
.entrance-exam .exam .grid li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 2px #000;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entrance-exam .exam .grid li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .entrance-exam .exam .grid li a.gr-after::after {
    right: 10px;
  }
}
.entrance-exam .exam .grid li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 32px;
  width: 32px;
  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) {
  .entrance-exam .exam .grid li a::after {
    height: 16px;
    width: 16px;
  }
}
.entrance-exam .exam .grid li a p {
  padding-left: 10px;
  max-width: 210px;
  width: 100%;
}

.wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 10px;
  margin: 40px auto 50px;
  width: 450px;
  height: 70px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
    padding-right: 7%;
    height: 60px;
    font-size: 14px;
  }
}
.wrap-btn img {
  width: 24px;
  margin-right: 10px;
}
.wrap-btn.pink-btn {
  background: #2e4fb5;
}
.wrap-btn.pink-btn::after {
  background: #fff url(../img/arrow-blue.png) no-repeat center;
  background-size: 7px 12px;
}
.wrap-btn.blue-btn {
  background: #ec1234;
}
.wrap-btn.blue-btn::after {
  background: #fff url(../img/arrow-red.png) no-repeat center;
  background-size: 7px 12px;
}
.wrap-btn.normal-btn {
  color: #000;
  background: #f0f0f0;
  border: #000 solid 1px;
}
.wrap-btn.normal-btn::after {
  background: #000 url(/kuis/admissions/common/img/btn-arrow-white.png) no-repeat center;
  background-size: 7px 12px;
  height: 25px;
  width: 25px;
}
.wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
}

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