body {
  overflow-x: hidden;
}

#wrapper {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}

header {
  position: relative;
  z-index: 11;
}

#content-body {
  float: none;
  width: initial;
  max-width: 1030px;
  margin: auto;
}

.top-slider-section {
  position: relative;
  width: 100%;
}

.top-overlay-link,
.top-overlay-image {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 256px;
  height: 144px;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-overlay-link,
  .top-overlay-image {
    display: none;
  }
}

.top-overlay-image {
  width: 100%;
  height: auto;
}

.top-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}
.top-slider__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top-slider__item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  aspect-ratio: 1280/400;
}
@media (max-width: 767px) {
  .top-slider__item img {
    aspect-ratio: 375/500;
  }
}

.banner-carousel {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
}
.banner-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 145px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .banner-carousel__item {
    padding: 0 30px;
  }
}
.banner-carousel__item img {
  max-width: 100%;
  max-height: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  aspect-ratio: 267/150;
}

.top-movie-section {
  position: relative;
  margin-bottom: 20px;
}
.top-movie-section video {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .top-movie-section video {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

header.default-header .gNavi nav > ul.headNavi {
  display: flex;
}
header.default-header .gNavi nav > ul.headNavi > li {
  float: none;
  width: auto;
  flex: 1;
  position: relative;
  border-bottom: solid 3px;
  margin-right: 1.953125%;
  padding-bottom: 3px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 25px;
  box-sizing: border-box;
}
header.default-header .gNavi nav > ul.headNavi > li ul.subNavi li a:link,
header.default-header .gNavi nav > ul.headNavi > li ul.subNavi li a:visited {
  background-color: #9D1C52;
}
header.default-header .gNavi nav > ul.headNavi > li:last-child {
  margin-right: 0;
  background-image: url(../../common/img/icon-gnavi-4.svg);
  border-bottom-color: #b8b5b4;
}
header.default-header .gNavi nav > ul.headNavi > li:first-child {
  background-image: url(../../common/img/icon-gnavi-1.svg);
  border-bottom-color: #d7b5c0;
}
header.default-header .gNavi nav > ul.headNavi > li:nth-child(2) {
  background-image: url(../../common/img/icon-gnavi-2.svg);
  border-bottom-color: #b0c6d1;
}
header.default-header .gNavi nav > ul.headNavi > li:nth-child(3) {
  background-image: url(../../common/img/icon-gnavi-3.svg);
  border-bottom-color: #dbd4b2;
}
header.default-header .gNavi nav > ul.headNavi > li:nth-child(4) {
  background-image: url(../../common/img/icon-gnavi-4.svg);
  border-bottom-color: #C2A3D6;
}
header.default-header .gNavi nav > ul.headNavi > li:nth-child(5) {
  background-image: url(../../common/img/icon-gnavi-4.svg);
  border-bottom-color: #9CBB9C;
}
header.default-header .gNavi nav > ul.headNavi li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header.default-header .gNavi nav > ul.headNavi li a {
    font-size: 12px;
  }
}
header.default-header .sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  header.default-header .sns {
    justify-content: flex-start;
    margin-top: 4px;
  }
}
header.default-header .sns img {
  max-width: 27px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header.default-header .sns img {
    max-width: 17px;
  }
}

body.post-type-archive-entrance_exam, body.single-entrance_exam {
  border-top: none;
}
@media screen and (max-width: 768px) {
  body.post-type-archive-entrance_exam, body.single-entrance_exam {
    border-top: none;
  }
}
body.post-type-archive-entrance_exam #container, body.single-entrance_exam #container {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  body.post-type-archive-entrance_exam #container, body.single-entrance_exam #container {
    padding-top: 0;
  }
}

header.entrance_exam_header {
  border-top: solid 10px #a61955;
  position: fixed;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media screen and (max-width: 768px) {
  header.entrance_exam_header {
    position: relative;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
    border-top: none;
  }
}
header.entrance_exam_header .header__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 267px 1fr 114px;
  gap: 0 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  header.entrance_exam_header .header__inner {
    grid-template-columns: 167px 1fr 114px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  header.entrance_exam_header .header__inner {
    display: none;
    padding: 0;
  }
}
header.entrance_exam_header .header__inner .header__center {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 4px;
  justify-items: end;
  width: 100%;
}
header.entrance_exam_header .header__inner .header__center .header__menu-row {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
}
header.entrance_exam_header .header__inner .header__center .header__menu-row .header__menu-item {
  position: relative;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}
header.entrance_exam_header .header__inner .header__center .header__menu-row .header__menu-item:hover {
  color: #e60033;
}
header.entrance_exam_header .header__inner .header__center .header__menu-row--top .header__menu-item {
  margin-left: 12px;
}
header.entrance_exam_header .header__inner .header__center .header__menu-row--second .header__menu-item {
  margin-left: 28px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  header.entrance_exam_header .header__inner .header__center .header__menu-row--second .header__menu-item {
    font-size: 12px;
  }
}
header.entrance_exam_header .header__inner .header__center .header__menu-row--third .header__menu-item {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  header.entrance_exam_header .header__inner .header__center .header__menu-row--third .header__menu-item {
    margin-left: 16px;
    font-size: 12px;
  }
}
header.entrance_exam_header .header__inner .header__center .header__menu-row--third .header__menu-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 2px;
  height: 19px;
  background-color: #A61955;
}
@media screen and (max-width: 1400px) {
  header.entrance_exam_header .header__inner .header__center .header__menu-row--third .header__menu-item:not(:last-child)::after {
    right: -10px;
  }
}
header.entrance_exam_header .header__inner .header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header.entrance_exam_header .header__inner .header__right .header__btn {
  background-color: #A61955;
  color: #fff;
  padding: 4px 5px;
  border-radius: 7px;
  text-align: center;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 13px;
}
header.entrance_exam_header .header__inner .header__right .header__sns {
  margin-top: 15px;
  display: flex;
}
header.entrance_exam_header .header__inner .header__right .header__sns .sns__icon + .sns__icon {
  margin-left: 12px;
}
header.entrance_exam_header .header__inner .header__right .header__sns .sns__icon img {
  width: 18px;
  height: auto;
}
header.entrance_exam_header .header__inner-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header.entrance_exam_header .header__inner-sp {
    display: block;
  }
}
header.entrance_exam_header .header__inner-sp .header__logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 16px);
  height: 50px;
}
@media screen and (max-width: 414px) {
  header.entrance_exam_header .header__inner-sp .header__logo-wrapper {
    width: calc(100% - 29px);
  }
}
header.entrance_exam_header .header__inner-sp .header__logo-wrapper .header__logo {
  display: flex;
  align-items: center;
}
header.entrance_exam_header .header__inner-sp .header__logo-wrapper .header__logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
}
header.entrance_exam_header .header__inner-sp .header__logo-wrapper .header__home-icon {
  position: absolute;
  right: 0;
  padding: 0;
}

.slicknav_menu {
  pointer-events: none;
}
.slicknav_menu > * {
  pointer-events: initial;
}
.slicknav_menu .slicknav_btn {
  margin-bottom: 40px;
}

.post-type-archive-entrance_exam .slicknav_menu,
.single-entrance_exam .slicknav_menu {
  height: 0;
}
.post-type-archive-entrance_exam .slicknav_menu .slicknav_btn,
.single-entrance_exam .slicknav_menu .slicknav_btn {
  margin-bottom: 6px;
}

nav.slicknav_nav {
  background-color: #fff;
  height: calc(100vh - 100px);
  overflow: scroll;
}
nav.slicknav_nav ul {
  background-color: #A61955;
}

.nav-bottom {
  padding: 10px 0 50px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-bottom {
    display: block;
  }
}
.nav-bottom a {
  color: #000 !important;
}
.nav-bottom .nav-bottom-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-bottom .nav-bottom-buttons .nav-bottom-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #9D1C52;
  border-radius: 8px;
  background: #fff;
  color: #9D1C52;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
}
.nav-bottom .nav-bottom-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}
.nav-bottom .nav-bottom-list .nav-bottom-english,
.nav-bottom .nav-bottom-list .nav-bottom-link {
  width: 80%;
  text-align: center;
  padding: 8px 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid #9D1C52;
}
.nav-bottom .nav-bottom-list .nav-bottom-english {
  color: #9D1C52 !important;
  font-weight: bold;
}

ul.site-nav {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: -0.5em;
}
@media screen and (max-width: 767px) {
  ul.site-nav {
    margin-top: 16px;
  }
}
ul.site-nav > li:last-child {
  margin-right: 0;
}
ul.site-nav > li:last-child a {
  color: #a61955;
}
ul.site-nav li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  ul.site-nav li {
    margin-right: 10px;
  }
}
ul.site-nav li a {
  display: block;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
ul.site-nav li a:hover, ul.site-nav li a:active {
  opacity: 0.7;
  transition: all 0.3s;
}
ul.site-nav li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.5em 0;
  list-style: none;
  text-align: left;
}
ul.site-nav li > .sub-menu li {
  display: block;
  margin: 0;
}
ul.site-nav li.open > .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  header ul.site-nav {
    display: none;
  }
}

footer ul.site-nav {
  text-align: center;
}

.post-type-archive-entrance_exam .mainvisual-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.post-type-archive-entrance_exam .mainvisual-wrap picture,
.post-type-archive-entrance_exam .mainvisual-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.post-type-archive-entrance_exam section {
  margin-top: 70px;
}
.post-type-archive-entrance_exam section .section-ttl {
  margin-bottom: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.post-type-archive-entrance_exam section .section-subttl {
  margin-top: 0 !important;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #9d1c52;
  text-align: center;
}
.post-type-archive-entrance_exam section#info-body {
  position: relative;
  margin-top: 0 !important;
}
.post-type-archive-entrance_exam section#info-body ul + ul {
  margin-top: 30px;
}
.post-type-archive-entrance_exam .exam-type-section {
  position: relative;
  padding: 70px 0;
  margin: 70px auto 0;
}
.post-type-archive-entrance_exam .exam-type-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f4e5e9;
  z-index: -1;
}
.post-type-archive-entrance_exam .exam-type-inner {
  max-width: 882px;
  margin: 0 auto;
  text-align: center;
}
.post-type-archive-entrance_exam .exam-type-list {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 25px;
}
@media (max-width: 1024px) {
  .post-type-archive-entrance_exam .exam-type-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .post-type-archive-entrance_exam .exam-type-list {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box {
  border-radius: 4px;
  overflow: hidden;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__header {
  background-color: #9d1c52;
  padding: 1rem;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__title {
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__body {
  background-color: #fff;
  padding: 1.2rem;
  color: #333;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__period {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: justify;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__btn {
  display: inline-block;
  background-color: #D9D9D9;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 1rem;
  text-decoration: none;
}
.post-type-archive-entrance_exam .exam-type-item .exam-type-box__btn:hover {
  background-color: rgba(217, 217, 217, 0.75);
}
.post-type-archive-entrance_exam #tuition-scholarship {
  padding-top: 70px;
  margin-top: -70px;
}
.post-type-archive-entrance_exam .tuition-scholarship-section {
  background-color: #fff;
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .section-ttl {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .section-subttl {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #9d1c52;
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .tuition-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .tuition-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .tuition-list .tuition-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.post-type-archive-entrance_exam .tuition-scholarship-section .tuition-scholarship-inner .tuition-list .tuition-item img {
  display: block;
  width: 100%;
  height: auto;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner {
  max-width: 1030px;
  margin: 0 auto;
  text-align: left;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper {
    gap: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-image {
  flex: 0 0 50%;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-content {
  flex: 1;
  padding: 0 50px;
  text-align: center;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-content p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-content a {
  display: inline-block;
  background-color: #9d1c52;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 28px;
  text-decoration: none;
}
.post-type-archive-entrance_exam .teachers-section .teachers-inner .teachers-wrapper .teachers-content a:hover {
  opacity: 0.9;
}

.post-type-archive-entrance_exam section, .single-entrance_exam section {
  margin-top: 70px;
}
.post-type-archive-entrance_exam section .section-ttl, .single-entrance_exam section .section-ttl {
  margin-bottom: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.post-type-archive-entrance_exam section .section-subttl, .single-entrance_exam section .section-subttl {
  margin-top: 0 !important;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #9d1c52;
  text-align: center;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-inner, .single-entrance_exam .exam-information-section .exam-information-inner {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list, .single-entrance_exam .exam-information-section .exam-information-list {
  list-style: none;
  padding: 0;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .post-type-archive-entrance_exam .exam-information-section .exam-information-list, .single-entrance_exam .exam-information-section .exam-information-list {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item a, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item a {
  text-decoration: none;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card figure, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card figure {
  margin: 0;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card figure img, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__caption, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__caption {
  background-color: #fff;
  padding: 1rem;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__title, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__title {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__desc, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__desc {
  min-height: 4rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  text-align: left;
}
.post-type-archive-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__btn, .single-entrance_exam .exam-information-section .exam-information-list .exam-information-item .exam-information-card__btn {
  color: #9d1c52;
  text-align: left;
}

.single-entrance_exam .mainvisual-wrap {
  position: relative;
}
.single-entrance_exam .mainvisual-wrap h1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: initial;
  border: none;
  font-size: 3.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .single-entrance_exam .mainvisual-wrap h1 {
    font-size: 2.8rem;
  }
}
.single-entrance_exam .mainvisual-wrap .mainvisual-sp img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-entrance_exam #content-body {
  max-width: 900px;
  margin: auto;
  float: initial;
}
.single-entrance_exam table {
  min-width: 100%;
  height: auto !important;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #9D1C52;
}
.single-entrance_exam table th, .single-entrance_exam table td {
  border: none;
  padding: 1.2rem 0;
  white-space: nowrap;
}
.single-entrance_exam table tbody tr {
  border-bottom: 1px solid #9D1C52;
}
.single-entrance_exam table tbody tr:last-child {
  border-bottom: none;
}
.single-entrance_exam .bg-pink {
  position: relative;
  padding: 50px 0;
}
.single-entrance_exam .bg-pink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #FFEEF5;
  z-index: -1;
}
.single-entrance_exam .bg-pink h2, .single-entrance_exam .bg-pink h3 {
  margin-top: 0;
}

footer {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 5px 57px;
  }
}
footer .footer_fixed_banner {
  position: fixed;
  right: 8%;
  bottom: 30vh;
  width: 256px;
  height: 144px;
  z-index: 9;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  footer .footer_fixed_banner {
    display: none;
  }
}
footer .footer_fixed_banner.show {
  opacity: 1;
  pointer-events: initial;
}
footer .footer-inner {
  display: flex;
  gap: 30px;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-inner .footer-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 264px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left {
    margin-right: auto;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  max-height: 60px;
}
footer .footer-inner .footer-left .footer-address {
  font-size: 1.2rem;
}
footer .footer-inner .footer-left ul {
  list-style: none;
  padding: 0;
}
footer .footer-inner .footer-left ul li {
  margin-bottom: 8px;
}
footer .footer-inner .footer-left ul li a {
  color: #333;
  text-decoration: none;
}
footer .footer-inner .footer-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 24px;
  width: 100%;
  padding-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  footer .footer-inner .footer-right {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: initial;
    grid-auto-flow: initial;
    padding-right: 0;
  }
}
footer .footer-inner .footer-right .footer-column h4 {
  font-size: 16px;
  margin-bottom: 12px;
  border-bottom: 2px solid #c00;
  padding-bottom: 4px;
}
footer .footer-inner .footer-right .footer-column ul {
  list-style: none;
  padding: 0;
}
footer .footer-inner .footer-right .footer-column ul li {
  margin-bottom: 6px;
}
footer .footer-inner .footer-right .footer-column ul li a {
  color: #555;
  text-decoration: none;
}
footer .footer-inner .footer-right .footer-column ul li a:hover {
  color: #c00;
}
footer .footer-bottom {
  width: 100vw;
  margin-top: 20px;
  padding: 10px 0;
  margin-left: calc(50% - 50vw);
  background-color: #A61955;
  text-align: center;
}
footer .footer-bottom .copyright {
  font-size: 1.4rem;
  color: white;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright {
    font-size: 1.2rem;
  }
}
footer .footer-bottom .recaptcha-notice {
  margin-top: 6px;
  font-size: 1rem;
  color: #bbb;
  text-wrap: nowrap;
  line-height: 1rem;
}
footer .footer-bottom .recaptcha-notice br {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .recaptcha-notice br {
    display: block;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#toTop {
  bottom: 90px;
}

.fixed-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: fixed;
  right: 0;
  top: 54.3%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media (max-width: 768px) {
  .fixed-buttons {
    flex-direction: row;
    gap: 0;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    justify-content: space-around;
  }
}
.fixed-buttons .fixed-button {
  box-sizing: border-box;
  width: 85px;
  height: 100px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
  text-align: center;
  border-radius: 5px 0 0 5px;
  color: #fff;
  text-decoration: none;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  .fixed-buttons .fixed-button {
    flex: 1;
    flex-direction: row;
    padding: 11px 12px;
    border-radius: 5px 5px 0 0;
    width: auto;
    height: auto;
  }
}
.fixed-buttons .fixed-button img {
  max-width: 35px;
}
@media (max-width: 768px) {
  .fixed-buttons .fixed-button img {
    max-width: 24px;
  }
}
.fixed-buttons .fixed-button .fixed-button-text {
  font-size: 1.6rem;
}/*# sourceMappingURL=override.css.map */