@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&display=swap");
.word-break-all {
  word-break: break-all;
}

.admission .header {
/*  padding: 1vw 2% 0 7%;*/
  padding: 1vw 0 0 7%;
  justify-content: flex-start;
}

.admission .header .header-logo img.black {
  display: none;
}

.admission .header .ad-header-link .admission-sitename {
  display: inline-block;
  font-size: 1.3rem;
  color: #FFF;
  border-radius: 25px;
  padding: 0 1em;
  background: #f0acad;
  margin-left: 20px;
  font-weight: 500;
}

.admission .header.hide-out {
  top: 0;
/*  padding: 1vw 2% 1vw 7%;*/
  padding: 1vw 0 1vw 7%;
  height: 7vw;
}

.admission .header.hide-out .header-logo {
  height: 4vw;
}

.admission .header.hide-out .header-logo img.white {
  display: none;
}

.admission .header.hide-out .header-logo img.black {
  display: block;
}

@media screen and (min-width: 1025px) {
  .admission .header.is-scrolled {
    height: 5vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
  .admission .header.is-scrolled .header-logo {
    height: 3.5vw;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu {
    width: 3.5vw;
    height: 3.5vw;
    top: 0.7vw;
    left: 0.7vw;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu .btn-border {
    width: 1.5vw;
    padding-top: 1.5vw;
    margin-top: 1.1vw;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu .btn-border span {
    width: 1.5vw;
    height: 2px;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu .btn-border span:nth-child(2) {
    top: 0.6vw;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu .btn-border span:nth-child(3) {
    top: 1.2vw;
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 0.6vw) rotate(-45deg);
  }
  .admission .header.is-scrolled + .ad-search + .ad-global-menu.is-show .btn-border span:nth-child(3) {
    transform: translate(0, -0.6vw) rotate(45deg);
  }
}

.admission .ad-page-head {
  margin: 0 0 6vh 0;
}

.admission .ad-page-head.mb0 {
  margin-bottom: 0;
}

.admission .ad-page-head .ad-mainvisual {
  width: 100%;
  position: relative;
  background: url("../images/mainvisual/mainvisual-admission.webp") no-repeat center center;
  background-size: cover;
  background-color: #ccc;
  margin: 0;
  height: 25vw;
  min-height: 120px;
  position: relative;
}

.admission .ad-page-head .ad-mainvisual::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(0, 0, 10, 0) 0%, rgba(0, 0, 10, 0.28) 100%);
}

.admission .ad-page-head .ad-mainvisual .ad-cat-title {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: 10%;
  color: #4e4e4e;
}

.admission .ad-page-head .ad-mainvisual .ad-cat-title .cat-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2em;
}

.admission .ad-page-head .ad-mainvisual .ad-cat-title .cat-en {
  font-weight: 500;
  font-size: 8rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}

.admission .ad-page-head .ad-mainvisual.sp {
  height: 40vw;
}

.admission .ad-page-head .ad-mainvisual.sp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: rgba(0, 0, 10, 0.3);
}

.admission .ad-page-head .ad-mainvisual.sp img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 55%;
}

.admission.know .ad-page-head .ad-mainvisual {
  background: url("../images/mainvisual/mainvisual-admission-know.webp") no-repeat center center;
  background-size: cover;
}

.admission.learn .ad-page-head .ad-mainvisual {
  background: url("../images/mainvisual/mainvisual-admission-learn.webp") no-repeat center center;
  background-size: cover;
}

.admission.career .ad-page-head .ad-mainvisual {
  background: url("../images/mainvisual/mainvisual-admission-career.webp") no-repeat center center;
  background-size: cover;
}

.admission.opencampus .ad-page-head .ad-mainvisual {
  background: url("../images/mainvisual/mainvisual-admission-oc.webp") no-repeat center center;
  background-size: cover;
}

.admission.opencampus .ad-page-head .ad-mainvisual img {
  position: absolute;
  top: 58%;
  left: 5%;
  transform: translateY(-50%);
  width: 39%;
}

.ad-search {display: none;}

.ad-global-menu {
  position: fixed;
  top: 1vw;
  left: 1vw;
  width: 5vw;
  height: 5vw;
  background: #f0acad;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0.05s;
  cursor: pointer;
  z-index: 22;
}

.ad-global-menu .btn-border {
  width: 2.5vw;
  padding-top: 2.2vw;
  margin: 1.7vw auto 0;
  font-size: 0.9vw;
  text-align: center;
  font-weight: 500;
  line-height: 0.8em;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}

.ad-global-menu .btn-border span {
  position: absolute;
  background: #fff;
  width: 2.5vw;
  height: 3px;
  transition: all 0.4s;
  display: block;
}

.ad-global-menu .btn-border span:nth-child(1) {
  top: 0;
}

.ad-global-menu .btn-border span:nth-child(2) {
  top: 0.7vw;
}

.ad-global-menu .btn-border span:nth-child(3) {
  top: 1.4vw;
}

.ad-global-menu.is-show .btn-border span:nth-child(1) {
  transform: translate(0, 0.7vw) rotate(-45deg);
}

.ad-global-menu.is-show .btn-border span:nth-child(2) {
  opacity: 0;
}

.ad-global-menu.is-show .btn-border span:nth-child(3) {
  transform: translate(0, -0.7vw) rotate(45deg);
}

.ad-global-menu-content-wrap {
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgba(240, 172, 173, 0.8);
  opacity: 0;
  transition: all 0.4s;
  z-index: 21;
  display: flex;
  align-items: center;
}

.ad-global-menu-content-wrap .ad-mainmenu-box {
  background: #FFF;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li {
  margin-bottom: 3vh;
  padding-bottom: 3vh;
  border-bottom: 1px dashed #f0acad;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a {
  display: block;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .num {
  margin-bottom: 0.5ex;
  color: #f0acad;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Josefin Sans", sans-serif;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat span {
  color: #f0acad;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  position: relative;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat span::after {
  position: absolute;
  content: "";
  width: 9vw;
  height: 4vw;
  bottom: 0;
  right: 0;
  background: url(../images/admission/admission-menu-logo-img01.svg) no-repeat;
  background-size: contain;
  transform: translateY(54%) translateX(97%);
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:last-child {
  margin-bottom: 0;
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(2) a .cat span::after {
  width: 5vw;
  height: 3vw;
  background: url(../images/admission/admission-menu-logo-img02.svg) no-repeat;
  background-size: contain;
  transform: translateY(59%) translateX(110%);
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(3) a .cat span::after {
  width: 8vw;
  height: 3vw;
  background: url(../images/admission/admission-menu-logo-img03.svg) no-repeat;
  background-size: contain;
  transform: translateY(57%) translateX(98%);
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(4) a .cat span::after {
  width: 5vw;
  height: 3vw;
  background: url(../images/admission/admission-menu-logo-img04.svg) no-repeat;
  background-size: contain;
  transform: translateY(54%) translateX(100%);
}

/*.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(5) a .cat span::after {
  width: 9vw;
  height: 4vw;
  background: url(../images/admission/admission-menu-logo-img05.svg) no-repeat;
  background-size: contain;
  transform: translateY(54%) translateX(90%);
}*/

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(5) a .cat span::after {
  width: 9vw;
  height: 4vw;
  background: url(../images/admission/admission-menu-logo-img06.svg) no-repeat;
  background-size: contain;
  transform: translateY(54%) translateX(90%);
}

.ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(6) a .cat span::after {
  width: 9vw;
  height: 4vw;
  background: url(../images/admission/admission-menu-logo-img07.svg) no-repeat;
  background-size: contain;
  transform: translateY(54%) translateX(90%);
}

.ad-global-menu-content-wrap .ad-submenu-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6vw;
  width: 60%;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-title {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  color: #FFF;
  padding-bottom: 1vh;
  margin-bottom: 3vh;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5vh;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list li {
  width: 31%;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list li a {
  display: block;
  color: #FFF;
  font-size: calc(1rem + .3vw);
  line-height: 1.8em;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.5vw 3vw;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list li {
  width: 31%;
}

.ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list li a {
  display: block;
  color: #FFF;
  font-size: calc(1rem + .3vw);
  line-height: 1.8em;
}

.ad-global-menu-content-wrap.is-show {
  opacity: 1;
  left: 0;
}

h2.ad-page-title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

h2.ad-page-title::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #f0acad;
}

h2.ad-page-title::after {
  position: absolute;
  content: "";
  width: calc(100% - 200px);
  height: 2px;
  bottom: 0;
  left: 200px;
  background: rgba(78, 78, 78, 0.3);
}

h2.ad-page-title.with-notes {
  display: flex;
  align-items: baseline;
}

h2.ad-page-title.with-notes .notes-list {
  margin-bottom: 0;
  margin-left: 2em;
  display: flex;
}

h2.ad-page-title.with-notes .notes-list > li {
  font-size: 1.3rem;
  line-height: 1.4;
}

h2.ad-page-title.with-notes .notes-list > li + li {
  margin-left: 1em;
}

h3.ad-section-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  background: rgba(78, 78, 78, 0.2);
}

h3.ad-section-title span {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.8em;
  font-weight: 500;
}

.ad-section-wrap {
  display: flex;
  justify-content: space-between;
}
.ad-section-block1 {
  width: 49%;
}
.ad-section-block1 ul.index-list>li {
  width: 100%;
}
.ad-section-bnr {
  width: 49%;
  text-align: center;
}
.ad-section-bnr .bnr-title {
  text-align: center;
  margin-bottom: 25px;
  color: #ed7778;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ad-section-wrap {
    display: block;
    margin-bottom: 60px;
  }
  .ad-section-block1,
  .ad-section-bnr {
    width: 100%;
  }
  .ad-section-block1 {
  }
  .ad-section-bnr .bnr-title {
    margin-bottom: 15px;
  }
  .ad-section-bnr img {
    max-width: 100%;
    height: auto;
  }
}

.admission-finish {
  margin-bottom: 80px;
}
.admission-finish-heading {
  display: inline-block;
  cursor: pointer;
/*  background: rgba(78, 78, 78, 0.2);*/
  border: 2px solid #666;
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
}
.admission-finish-heading span {
  display: block;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
}
.admission-finish-heading span:before,
.admission-finish-heading span:after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #333;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.admission-finish-heading span:after {
  transition: .4s ease all;
  transform: rotate(-90deg);
}
.admission-finish-heading.is-open {
  border-radius: 5px 5px 0 0;
}
.admission-finish-heading.is-open span:after {
  transform: rotate(0);
}
.admission-finish-content {
  display: none;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 10px;
}
.admission-finish-content .index-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .admission-finish-heading {
    font-size: 1.5rem;
  }
  .admission-finish-heading span {
    padding-right: 20px;
  }
  .admission-finish-heading span:before,
  .admission-finish-heading span:after {
    width: 10px;
    height: 1px;
  }
  .admission-finish-content {
    padding: 20px;
  }
}

.tab-list li {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.bg-box {
  background: rgba(250, 226, 226, 0.5);
  padding: 20px;
  margin-bottom: 8vh;
}

.bg-box .paragraph {
  font-weight: 600;
}

.bg-box > *:last-child {
  margin-bottom: 0;
}

.ad-mainvisual {
/*  padding: 7vw 0 3vw;*/
  padding: 7vw 0 1vw;
  /*background: #f39b96;*/
  margin-bottom: 10px;
}

.ad-mainvisual img {
  width: 100%;
}

h2.ad-top-section-title {
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #f0acad;
  line-height: 1.5em;
  margin-bottom: 2vw;
}

h2.ad-top-section-title.small {
  font-size: 4vw;
}

h2.ad-top-section-title span {
  font-size: 3.85vw;
}

.ad-top-bnr2 {
  display: flex;
  justify-content: center;
}
.ad-top-bnr2 p {
  margin-left: 15px;
  margin-right: 15px;
}

.ad-top-page-head {
  width: 100%;
}

.ad-top-page-head .ad-top-mainvisual {
/*  background: #ccc;*/
/*  background: #f0acad;*/
  width: 100%;
/*  height: 54vw;*/
/*  height: 19.7vw;*/
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10vh;
  flex-wrap: wrap;
/*  padding: 1vw 0.5%;*/
}

/*.ad-top-page-head .ad-top-mainvisual::before {
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 10, 0.2);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}*/

.ad-top-page-head .ad-top-mainvisual .mv-box {
/*  width: 32.6%;*/
/*  width: 19%;*/
/*  width: 24%;*/
/*  width: calc(25% - 2px);*/
  width: calc(20% - 2px);
  background: #f0acad;
  position: relative;
  display: block;
  overflow: hidden;
/*  margin-right: 1%;*/
  margin-left: 1px;
  margin-right: 1px;
/*  margin-bottom: 1%;*/
/*  padding: 1vw 8px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ad-top-page-head .ad-top-mainvisual .mv-box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.ad-top-page-head .ad-top-mainvisual .mv-box .num {
  position: absolute;
/*  bottom: 0;*/
  bottom: 1vw;
  /*left: -30px;*/
  left: 10px;
  font-size: 8rem;
  color: #FFF;
  background: #f0acad;
/*  opacity: 0.5;*/
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 0.5em;
  z-index: 1;
/*  animation: fadeleft_anime 0.4s ease 1s both;*/
}

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(1)::before {
  background: url(../images/admission/ad-mv01.webp) no-repeat center -80px;
  background-size: cover;
}*/

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(2)::before {
  background: url(../images/admission/ad-mv02.webp) no-repeat center -80px;
  background-size: cover;
}*/

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(3) {
  margin-right: 0;
}*/

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(3)::before {
  background: url(../images/admission/ad-mv03.webp) no-repeat center -80px;
  background-size: cover;
}*/

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(4) {
  margin-bottom: 0;
}*/

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(4)::before {
  background: url(../images/admission/ad-mv04.webp) no-repeat center -80px;
  background-size: cover;
}*/

.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(5) {
  margin-right: 0;
/*  margin-bottom: 0;*/
}

/*.ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(5)::before {
  background: url(../images/admission/ad-mv05.webp) no-repeat center -80px;
  background-size: cover;
}*/

.ad-top-page-head .ad-top-mainvisual .mv-box:hover {
  opacity: 1;
}

.ad-top-page-head .ad-top-mainvisual .mv-box:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.ad-top-page-head .ad-top-mainvisual .mv-box .arrow-box {
  position: absolute;
  width: 40px;
  height: 40px;
/*  top: 10px;*/
  top: -10px;
/*  bottom: 40px;*/
/*  right: 35px;*/
  right: 10px;
  background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
  background-size: contain;
/*  transform: translateY(50%);*/
  z-index: 20;
  animation: fadeleft_anime2 0.4s ease 1s both;
}

.ad-top-page-head .ad-top-mainvisual .mv-box .mv-cat-title {
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translateY(-50%) translateX(-50%);*/
/*  width: 96%;*/
  width: 100%;
  z-index: 1;
/*  animation: fadeup_anime 0.6s ease 0.6s both;*/
}

.ad-top-page-head .ad-top-mainvisual .mv-box .mv-cat-title img {
  width: 100%;
}

@keyframes fadeup_anime {
  0% {
    opacity: 0;
    transform: translateY(-20%) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
}
@keyframes fadeleft_anime {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@keyframes fadeleft_anime2 {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(50%);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0) translateY(50%);
  }
}

.ad-faculty-section {
  margin-bottom: 15vh;
}
.ad-faculty-section .center-title {
  margin-bottom: 1.5vw;
}
.ad-faculty-section .faculty-list {
  display: flex;
  flex-wrap: wrap;
}
.ad-faculty-section .faculty-list li {
/*  width: 19.2%;*/
  width: 24.25%;
  margin-left: 1%;
  margin-bottom: 12px;
}
/*.ad-faculty-section .faculty-list li:nth-child(5n+1) {*/
.ad-faculty-section .faculty-list li:nth-child(4n+1) {
  margin-left: 0;
}
.ad-faculty-section .faculty-list li a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #fff;
}
.ad-faculty-section .faculty-list li a:hover {opacity: 1;}
.ad-faculty-section .faculty-list li.pt a {border-color: #72598a;color: #72598a;}
.ad-faculty-section .faculty-list li.pt a:hover {background: #72598a;color: #fff;}
.ad-faculty-section .faculty-list li.ot a {border-color: #3d62a0;color: #3d62a0;}
.ad-faculty-section .faculty-list li.ot a:hover {background: #3d62a0;color: #fff;}
.ad-faculty-section .faculty-list li.st a {border-color: #0090d5;color: #0090d5;}
.ad-faculty-section .faculty-list li.st a:hover {background: #0090d5;color: #fff;}
.ad-faculty-section .faculty-list li.at a {border-color: #009189;color: #009189;}
.ad-faculty-section .faculty-list li.at a:hover {background: #009189;color: #fff;}
.ad-faculty-section .faculty-list li.ap a {border-color: #bb5454;color: #bb5454;}
.ad-faculty-section .faculty-list li.ap a:hover {background: #bb5454;color: #fff;}
.ad-faculty-section .faculty-list li.mt a {border-color: #0068aa;color: #0068aa;}
.ad-faculty-section .faculty-list li.mt a:hover {background: #0068aa;color: #fff;}
.ad-faculty-section .faculty-list li.ort a {border-color: #00408b;color: #00408b;}
.ad-faculty-section .faculty-list li.ort a:hover {background: #00408b;color: #fff;}
.ad-faculty-section .faculty-list li.em a {border-color: #007dbb;color: #007dbb;}
.ad-faculty-section .faculty-list li.em a:hover {background: #007dbb;color: #fff;}
.ad-faculty-section .faculty-list li.rt a {border-color: #008fae;color: #008fae;}
.ad-faculty-section .faculty-list li.rt a:hover {background: #008fae;color: #fff;}
.ad-faculty-section .faculty-list li.hn a {border-color: #e38000;color: #e38000;}
.ad-faculty-section .faculty-list li.hn a:hover {background: #e38000;color: #fff;}
.ad-faculty-section .faculty-list li.hs a {border-color: #cd3924;color: #cd3924;}
.ad-faculty-section .faculty-list li.hs a:hover {background: #cd3924;color: #fff;}
.ad-faculty-section .faculty-list li.nr a {border-color: #dc5380;color: #dc5380;}
.ad-faculty-section .faculty-list li.nr a:hover {background: #dc5380;color: #fff;}
.ad-faculty-section .faculty-list li.sw a {border-color: #44a335;color: #44a335;}
.ad-faculty-section .faculty-list li.sw a:hover {background: #44a335;color: #fff;}
.ad-faculty-section .faculty-list li.ps a {border-color: #009970;color: #009970;}
.ad-faculty-section .faculty-list li.ps a:hover {background: #009970;color: #fff;}
.ad-faculty-section .faculty-list li.hi a {border-color: #9a4d80;color: #9a4d80;}
.ad-faculty-section .faculty-list li.hi a:hover {background: #9a4d80;color: #fff;}
.ad-faculty-section .faculty-list li.ds a {border-color: #382a57;color: #382a57;}
.ad-faculty-section .faculty-list li.ds a:hover {background: #382a57;color: #fff;}

@media screen and (min-width: 768px) {
  .sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
  .pc-only {display: none !important;}
}

@media screen and (max-width: 767px) {
  .ad-faculty-section {
    background: #F39B96;
    width: 100%;
/*    padding: 15px 3vw 40px;*/
    padding: 15px 3vw 20px;
/*    margin-bottom: 20px;*/
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ad-faculty-section .center-title {
    margin-bottom: 4vw;
  }
  .ad-faculty-section .faculty-list {
    position: relative;
/*    margin-left: -3vw;*/
/*    margin-right: -3vw;*/
  }
  .ad-faculty-section .faculty-list li {
    /*width: 32%;*/
    width: 24.25%;
    /*margin-left: 2%;*/
    margin-left: 1%;
    /*margin-bottom: 10px;*/
    margin-bottom: 3px;
    display: flex;
  }
  .ad-faculty-section .faculty-list li:nth-child(3n+1) {
    /*margin-left: 0;*/
    margin-left: 1%;
  }
/*  .ad-faculty-section .faculty-list li:nth-child(5n+1) {*/
  .ad-faculty-section .faculty-list li:nth-child(4n+1) {
    /*margin-left: 2%;*/
    margin-left: 0;
  }
  /*.ad-faculty-section .faculty-list li:nth-child(2n+1) {
    width: 45%;
    margin-left: 0;
  }
  .ad-faculty-section .faculty-list li:nth-child(2n) {
    width: 53%;
  }*/
  .ad-faculty-section .faculty-list li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
    border-radius: 10px;
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-color: #333 !important;
    color: #333 !important;
  }
}


/*.ad-event-section {
  margin: 0 auto 10vh;
}*/
.ad-event-section {
  padding: 7vw 0 1vw;
}

.ad-event-section h3.event-title {
  font-size: 2.4rem;
  color: #f0acad;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  padding: 1em 0;
  position: relative;
  width: 80%;
  margin: 0 auto 5vh;
}

.ad-event-section h3.event-title span {
  position: absolute;
}

.ad-event-section h3.event-title span:nth-child(1) {
  height: 1px;
  width: 100%;
  background: #f0acad;
  top: 0;
  left: 0;
}

.ad-event-section h3.event-title span:nth-child(1)::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f0acad;
  border-radius: 50%;
  left: 0;
  top: 0;
  content: "";
  transform: translateY(-50%) translateX(-50%);
}

.ad-event-section h3.event-title span:nth-child(1)::after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f0acad;
  border-radius: 50%;
  right: 0;
  top: 0;
  content: "";
  transform: translateY(-50%) translateX(50%);
}

.ad-event-section h3.event-title span:nth-child(2) {
  height: 1px;
  width: 100%;
  background: #f0acad;
  bottom: 0;
  left: 0;
}

.ad-event-section h3.event-title span:nth-child(2)::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f0acad;
  border-radius: 50%;
  left: 0;
  top: 0;
  content: "";
  transform: translateY(-50%) translateX(-50%);
}

.ad-event-section h3.event-title span:nth-child(2)::after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f0acad;
  border-radius: 50%;
  right: 0;
  top: 0;
  content: "";
  transform: translateY(-50%) translateX(50%);
}

.ad-event-section .event-text {
  width: 50%;
  margin: 0 auto 3vh;
}

.ad-event-section .ad-event-pickup {
  position: relative;
/*  margin-bottom: 5vh;*/
  padding: 50px 0 0;
  margin-bottom: 50px;
  background: #fff8f8;
  overflow: hidden;
}

.ad-event-section .ad-event-pickup .pickup-list {
  /*display: flex;*/
  /*justify-content: space-evenly;*/
  /*flex-wrap: wrap;*/
  width: 80%;
  margin: 0 auto;
  opacity: 0;
}

.ad-event-section .ad-event-pickup .pickup-list.is-show {
  animation: fade_bottom 0.6s ease 0.2s both;
}

.ad-event-section .ad-event-pickup .pickup-list li {
  /*width: 30%;*/
  /*margin-bottom: 40px;*/
  margin-left: 40px;
  margin-right: 40px;
}
.ad-event-section .ad-event-pickup .pickup-list li.slick-current a {
  transform: scale(1.2);
}
.ad-event-section .ad-event-pickup .pickup-list li.slick-current a:hover {
  transform: scale(1.248);
}

.ad-event-section .ad-event-pickup .pickup-list li a {
  display: block;
  /*background: #f0acad;*/
  /*border-radius: 10px;*/
  /*padding: 40px 30px;*/
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ad-event-section .ad-event-pickup .pickup-list li a:hover {
  transform: scale(1.04);
  opacity: 1;
}

.ad-event-section .ad-event-pickup .pickup-list li a .event-title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px dashed #fff;
  color: #FFF;
  line-height: 1.4em;
}

.ad-event-section .ad-event-pickup .pickup-list li a .date {
  color: #FFF;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  line-height: 1.4em;
}

.ad-event-section .ad-event-pickup .pickup-list li a .date span {
  display: block;
  font-weight: 600;
}

.ad-event-section .ad-event-pickup .pickup-list li a .info {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.ad-event-section .ad-event-pickup .pickup-list li a .pickup-img {
  width: 100%;
  height: 100%;
}

.ad-event-section .ad-event-pickup .pickup-list li a .pickup-img img {
  /*width: 100%;*/
  /*height: 15.2vw;*/
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

/*.ad-event-section .ad-event-pickup .pickup-list li a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 20px;
  background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(50%);
}*/

.ad-event-section .ad-event-pickup .pickup-list .slick-list {
  overflow: visible;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 9;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow:before {
  position: absolute;
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  top: 0;
  opacity: 1;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -310px;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow.slick-prev:before {
  border-right: 60px solid #f0acad;
  right: 0;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow.slick-next {
  right: 50%;
  margin-right: -310px;
}
.ad-event-section .ad-event-pickup .pickup-list .slick-arrow.slick-next:before {
  border-left: 60px solid #f0acad;
  left: 0;
}
.ad-event-section .ad-event-pickup .pickup-slider-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  padding-top: 40px;
  background: #fff8f8;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow {
  position: relative;
  border: 2px solid #f0acad;
  background: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transform: none;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #f0acad;
  border-bottom: 2px solid #f0acad;
  opacity: 1;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow.slick-prev {
  left: 0;
  order: 1;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow.slick-prev:before {
  transform: rotate(135deg);
  margin-right: -5px;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow.slick-next {
  right: 0;
  order: 3;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  margin-left: -5px;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots {
  position: static;
  order: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots li {
  margin: 5px;
  width: 10px;
  height: 10px;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots button {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 100%;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots li.slick-active button {
  background: #f0acad;
}
.ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots button:before {
  display: none;
}

.ad-event-section .ad-event-pickup .text-slide-box {
  position: absolute;
  width: 100%;
  display: flex;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ad-event-section .ad-event-pickup .text-slide-box .text-slide {
  justify-content: space-between;
  display: flex;
  white-space: nowrap;
  padding-right: 0.2em;
}

.ad-event-section .ad-event-pickup .text-slide-box .text-slide li {
  font-size: 7.5rem;
  letter-spacing: 0;
  color: #E3E298;
  font-weight: 500;
  margin-right: 0.8em;
  font-family: "Josefin Sans", sans-serif;
}

.ad-event-section .ad-event-pickup .text-slide-box .text-slide.line01 {
  animation: loop 120s linear infinite -60s;
}

.ad-event-section .ad-event-pickup .text-slide-box .text-slide.line02 {
  animation: loop2 120s linear infinite;
}

.ad-event-section .ad-event-link {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
}

.ad-event-section .ad-event-link:hover {
  opacity: 1;
}

.ad-event-section .ad-event-link:hover span::after {
  width: 100%;
}

.ad-event-section .ad-event-link span {
  font-size: 2rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #f0acad;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
}

.ad-event-section .ad-event-link span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  right: -55px;
  background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.ad-event-section .ad-event-link span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #f0acad;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.ad-information-section {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
.ad-information-list {}
.ad-information-list ul {
  /*margin-bottom: 40px;*/
}
.ad-information-list li {
  border-bottom: 1px solid #ccc;
}
.ad-information-list li:last-child {
  border-bottom: 0;
}
.ad-information-list li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ad-information-list li .img {
  display: none;
}
.ad-information-list li .info {
  display: flex;
  align-items: center;
}
.ad-information-list li .daycat {
  width: 120px;
  font-size: 85%;
}
.ad-information-list li .read {
  width: calc(100% - 120px);
}
.ad-information-list .link-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 110%;
}
.ad-information-list .link-btn a {
  color: #f0acad;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.ad-information-list .link-btn span {
  position: relative;
  border: 2px solid #f0acad;
  background: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.ad-information-list .link-btn span:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #f0acad;
  border-bottom: 2px solid #f0acad;
  opacity: 1;
  transform: rotate(-45deg);
  margin-left: -5px;
}


.ad-about-section h3.admission-title,
.ad-admission-section h3.admission-title,
.ad-bnr-section h3.admission-title,
.ad-information-section h3.admission-title,
.ad-sports-section h3.admission-title {
  font-family: "Noto Serif JP", serif;
  color: #4e4e4e;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 20px;
}
.ad-about-section h3.admission-title,
.ad-admission-section h3.admission-title {
/*  margin-left: 10%;*/
  margin-left: 5%;
}
/*.ad-sports-section h3.admission-title {
  color: #fff;
}*/
.ad-admission-section h3.admission-title {
  margin-bottom: -20px;
}

.ad-about-section h3.admission-title span,
.ad-admission-section h3.admission-title span,
.ad-bnr-section h3.admission-title span,
.ad-information-section h3.admission-title span,
.ad-sports-section h3.admission-title span {
  display: block;
  font-weight: 500;
  font-size: 8rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1em;
}


.ad-bnr-section h3.admission-title.alt {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  color: #fd4f69;
}
@media screen and (max-width: 768px) {
  .ad-bnr-section h3.admission-title.alt {
    font-size: 2.3rem;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }
}


.ad-admission-section {
  margin-bottom: 100px;
}
.ad-admission-section .admission-bg-area {
  background: rgba(78, 78, 78, 0.2);
  padding: 12vh 0;
  position: relative;
  z-index: 0;
  min-height: 540px;
}
@media screen and (max-width: 768px) {
  .ad-admission-section .admission-bg-area {
    padding-top: 10vh;
/*    padding-bottom: 10vh;*/
    padding-bottom: 5vh;
  }
}

.ad-admission-section .admission-bg-area .admission-text-box {
  width: 60%;
  padding-left: 10%;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-text {
  width: 80%;
  font-size: 1.4rem;
  margin-bottom: 6vh;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link.is-show {
  animation: fade_bottom 0.6s ease both;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li {
  width: 48%;
  margin-bottom: 1.5vh;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background: #f0acad;
  border-radius: 5px;
  color: #FFF;
  line-height: 1.4;
  padding: 10px 45px 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ad-admission-section .admission-bg-area .admission-text-box .admission-link li a {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a.no-link,
.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a.link-wrap {
  flex-direction: column;
  align-items: unset;
  justify-content: center;
}
.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a.no-link {
  pointer-events: none;
  opacity: 0.7;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a.no-link span,
.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a.link-wrap span {
  font-size: 0.8em;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 10px;
  background: url(../images/admission/ad-arrow-white.png) no-repeat center center;
  background-size: contain;
  transition: all 0.4s ease;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a:hover {
  opacity: 1;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li a:hover::before {
  right: 10px;
}

/*.ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(2) a, .ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(3) a, .ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(6) a {
  background: #FFF;
  color: #f0acad;
  border: 1px solid #f0acad;
}

.ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(2) a::before, .ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(3) a::before, .ad-admission-section .admission-bg-area .admission-text-box .admission-link li:nth-child(6) a::before {
  background: url(../images/admission/ad-arrow-pink.png) no-repeat center center;
  background-size: contain;
}*/

.ad-admission-section .admission-bg-area .pickup-list {
  display: flex;
  margin-top: 20px;
/*  opacity: 0;*/
  flex-wrap: wrap;
}
.ad-admission-section .admission-bg-area .pickup-list li {
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: calc(50% - 15px);
}
.ad-admission-section .admission-bg-area .pickup-list li:nth-child(2n) {
  margin-right: 0;
}
.ad-admission-section .admission-bg-area .pickup-list li a {
  display: block;
  background: #f0acad;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ad-admission-section .admission-bg-area .pickup-list li img {
  max-width: 100%;
  height: auto;
}

.ad-admission-section .admission-bg-area .admission-img-box {
  background: url(../images/admission/ad-info-img.jpg?2505) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: calc(100% - 18vh);
  transform: translateY(-50%);
  border-radius: 10px 0 0 10px;
  content: "";
  z-index: -1;
}

.ad-btn-section {
  width: 80%;
/*  margin: 0 auto 10vh;*/
  margin: 10vh auto;
}

.ad-btn-section .ad-btn-list {
  display: flex;
  opacity: 0;
}

.ad-btn-section .ad-btn-list.is-show {
  animation: fade_bottom 0.6s ease both;
}

.ad-btn-section .ad-btn-list li {
  width: 50%;
}

.ad-btn-section .ad-btn-list li a {
  display: flex;
  width: 100%;
  padding: 30px;
  height: clamp(330px, 24vw, 500px);
  background: #f0acad;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  transition: all 0.4s ease;
  transform-origin: center right;
}

.ad-btn-section .ad-btn-list li a img {
  width: clamp(40px, 3.5vw, 100px);
  display: block;
}

.ad-btn-section .ad-btn-list li a span {
  text-align: center;
  font-weight: 500;
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.ad-btn-section .ad-btn-list li a::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 70%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10px 0 0 10px;
}

.ad-btn-section .ad-btn-list li a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: 15%;
  right: 15%;
  background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(50%);
}

.ad-btn-section .ad-btn-list li a:hover {
  transform: scale(1.05);
  opacity: 1;
}

.ad-btn-section .ad-btn-list li:nth-child(2) a {
  background: #E3E298;
  border-radius: 0 10px 10px 0;
  transform-origin: center left;
}

.ad-btn-section .ad-btn-list li:nth-child(2) a span {
  color: #7F7F7F;
}

.ad-btn-section .ad-btn-list li:nth-child(2) a::before {
  border-radius: 0 10px 10px 0;
}

.ad-btn-section .ad-btn-list li:nth-child(2) a::after {
  background: url(../images/admission/ad-link-arrow-green.png) no-repeat center center;
  background-size: contain;
}

.ad-btn-section .ad-btn-list li:nth-child(2) a:hover {
  transform: scale(1.05);
}

.ad-sports-section {
/*  background: #d80c18;*/
/*  color: #fff;*/
/*  padding: 3vw 0 6vw;*/
  padding-top: 3vw;
}
.ad-sports-section .bg {
  background: #d80c18;
  color: #fff;
/*  padding: 4vw 0 4vw;*/
  text-align: center;
}
.ad-sports-section .content-inner {
  margin-bottom: 0;
  width: calc(100% - 40vw);
}
.ad-sports-section .admission-title {
  margin-bottom: -20px !important;
  text-align: left;
}
.ad-sports-section img {
  max-width: 100%;
  height: auto;
}

.ad-bnr-section {
  padding-top: 5vw;
}
.ad-bnr-section .admission-title {
  margin-bottom: -20px !important;
}
.ad-bnr-section .bg {
  background: #F4E6E7;
  padding: 5vw 0 5vw 0vw;
}

.ad-bnr-section .content-inner {
  margin-bottom: 0;
  width: calc(100% - 40vw);
}

.ad-bnr-section ul.top-sp-bnrlinks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ad-bnr-section ul.top-sp-bnrlinks::after {
  content: "";
  display: block;
  width: 32%;
}

.ad-bnr-section ul.top-sp-bnrlinks li {
  width: 32%;
  margin-bottom: 20px;
}

.ad-bnr-section ul.top-sp-bnrlinks li a {
  display: block;
  width: 100%;
}

.ad-bnr-section ul.top-sp-bnrlinks li a img {
  display: block;
  width: 100%;
}

.ad-top-sns-inner {
  width: 100%;
  padding: 5vw;
}

.ad-top-sns-inner ul.ad-sns-links {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.ad-top-sns-inner ul.ad-sns-links li {
  width: 70px;
  margin-right: 2vw;
}

.ad-top-sns-inner ul.ad-sns-links li a {
  width: 100%;
  display: inline-block;
}

.ad-top-sns-inner ul.ad-sns-links li a img {
  width: 100%;
}

.ad-top-sns-inner ul.ad-sns-links li:last-child {
  margin-right: 0;
}

.know-lead-text {
  padding: 20vh 0;
  position: relative;
}

.know-lead-text .en {
  text-align: center;
  color: #f0acad;
  font-size: 5rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
}

.know-lead-text .en.is-show {
  animation: fade_bottom 0.6s ease both;
}

.know-lead-text .jp {
  font-size: 2.2rem;
  line-height: 1.5em;
  text-align: center;
  color: #f0acad;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
}

.know-lead-text .jp.is-show {
  animation: fade_bottom 0.6s ease both;
}

.know-lead-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../images/admission/know-one.webp) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.know-concept-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vh;
}

.know-concept-box .concept-text {
  width: 50%;
  background: rgba(78, 78, 78, 0.2);
  padding: 0 7% 0 10%;
  display: flex;
  align-items: center;
  line-height: 2em;
  font-size: calc(1.1rem + .3vw);
}

.know-concept-box .concept-img {
  width: 50%;
  height: clamp(400px, 28vw, 560px);
  background: url(../images/admission/know-img_2025.webp) no-repeat center center;
  background-size: cover;
}

.learn-pagehead {
  width: 100%;
  padding: 3vw 5vw 0;
}

.learn-list-wrap {
  margin-bottom: 7vw;
}

.learn-list-wrap .faculty-wrap {
  display: flex;
}

.learn-list-wrap .faculty-wrap .faculty-img {
  width: 38%;
}

.learn-list-wrap .faculty-wrap .faculty-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-list-wrap .faculty-wrap .faculty-name {
  width: 27%;
  padding: 2vw 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.learn-list-wrap .faculty-wrap .faculty-name p.f-catname {
  width: 62%;
  background: #fff;
  color: #f0acad;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding: 0.2em 0;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-icon {
  width: 8vw;
  height: 8vw;
  margin: 1vw auto;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-icon img {
  width: 100%;
  display: block;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-mv-title {
  color: #fff;
  margin-bottom: 2rem;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-mv-title span {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-mv-title span.en {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.learn-list-wrap .faculty-wrap .faculty-name .f-mv-title span.jp {
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}

.learn-list-wrap .faculty-wrap .faculty-name a {
  width: 50%;
  height: 2.4vw;
  border-radius: 1.2vw;
  background: #fff;
  color: #f0acad;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0;
  margin-top: 0.5em;
}

.learn-list-wrap .faculty-wrap .faculty-point {
  width: 35%;
  padding: 2vw 4vw 2vw 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.learn-list-wrap .faculty-wrap .faculty-point ol.num-pickup {
  width: 100%;
  color: #FFF;
  list-style-position: outside;
}

.learn-list-wrap .faculty-wrap .faculty-point ol.num-pickup li {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}

.learn-list-wrap .faculty-wrap .faculty-point ol.num-pickup li:last-of-type {
  margin-bottom: 0;
}

.learn-list-wrap .faculty-wrap.pt {
  background: #72598a;
}

.learn-list-wrap .faculty-wrap.pt p.f-catname,
.learn-list-wrap .faculty-wrap.pt a {
  color: #72598a;
}

.learn-list-wrap .faculty-wrap.ot {
  background: #3d62a0;
}

.learn-list-wrap .faculty-wrap.ot p.f-catname,
.learn-list-wrap .faculty-wrap.ot a {
  color: #3d62a0;
}

.learn-list-wrap .faculty-wrap.st {
  background: #0090d5;
}

.learn-list-wrap .faculty-wrap.st p.f-catname,
.learn-list-wrap .faculty-wrap.st a {
  color: #0090d5;
}

.learn-list-wrap .faculty-wrap.at {
  background: #009189;
}

.learn-list-wrap .faculty-wrap.at p.f-catname,
.learn-list-wrap .faculty-wrap.at a {
  color: #009189;
}

.learn-list-wrap .faculty-wrap.ap {
  background: #bb5454;
}

.learn-list-wrap .faculty-wrap.ap p.f-catname,
.learn-list-wrap .faculty-wrap.ap a {
  color: #bb5454;
}

.learn-list-wrap .faculty-wrap.mt {
  background: #0068aa;
}

.learn-list-wrap .faculty-wrap.mt p.f-catname,
.learn-list-wrap .faculty-wrap.mt a {
  color: #0068aa;
}

.learn-list-wrap .faculty-wrap.ort {
  background: #00408b;
}

.learn-list-wrap .faculty-wrap.ort p.f-catname,
.learn-list-wrap .faculty-wrap.ort a {
  color: #00408b;
}

.learn-list-wrap .faculty-wrap.em {
  background: #007dbb;
}

.learn-list-wrap .faculty-wrap.em p.f-catname,
.learn-list-wrap .faculty-wrap.em a {
  color: #007dbb;
}

.learn-list-wrap .faculty-wrap.rt {
  background: #008fae;
}

.learn-list-wrap .faculty-wrap.rt p.f-catname,
.learn-list-wrap .faculty-wrap.rt a {
  color: #008fae;
}

.learn-list-wrap .faculty-wrap.hn {
  background: #e38000;
}

.learn-list-wrap .faculty-wrap.hn p.f-catname,
.learn-list-wrap .faculty-wrap.hn a {
  color: #e38000;
}

.learn-list-wrap .faculty-wrap.hs {
  background: #cd3924;
}

.learn-list-wrap .faculty-wrap.hs p.f-catname,
.learn-list-wrap .faculty-wrap.hs a {
  color: #cd3924;
}

.learn-list-wrap .faculty-wrap.nr {
  background: #dc5380;
}

.learn-list-wrap .faculty-wrap.nr p.f-catname,
.learn-list-wrap .faculty-wrap.nr a {
  color: #dc5380;
}

.learn-list-wrap .faculty-wrap.sw {
  background: #44a335;
}

.learn-list-wrap .faculty-wrap.sw p.f-catname,
.learn-list-wrap .faculty-wrap.sw a {
  color: #44a335;
}

.learn-list-wrap .faculty-wrap.ps {
  background: #009970;
}

.learn-list-wrap .faculty-wrap.ps p.f-catname,
.learn-list-wrap .faculty-wrap.ps a {
  color: #009970;
}

.learn-list-wrap .faculty-wrap.hi {
  background: #9a4d80;
}

.learn-list-wrap .faculty-wrap.hi p.f-catname,
.learn-list-wrap .faculty-wrap.hi a {
  color: #9a4d80;
}

.learn-list-wrap .faculty-wrap.ds {
  background: #382a57;
}

.learn-list-wrap .faculty-wrap.ds p.f-catname,
.learn-list-wrap .faculty-wrap.ds a {
  color: #382a57;
}

.career-pagehead {
  width: 100%;
  padding: 5vw 5vw 2.5vw;
}

ul.career-num-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 4vw 5vw;
}

ul.career-num-wrap li {
  width: 46%;
}

ul.career-num-wrap li p.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6em;
  background: #f0acad;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 0.3em 0;
}

ul.career-num-wrap li p.title span {
  display: inline-block;
  font-size: 1.4rem;
}

ul.career-num-wrap li p.num {
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  color: #f0acad;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #f0acad;
  padding: 1em 0 1.2em;
  margin-bottom: 0.4em;
  text-align: center;
}

ul.career-num-wrap li p.num span {
  display: inline-block;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin-right: 0.1em;
}

.oc-pagehead {
  width: 100%;
  padding: 3vw 12vw 2.5vw;
}

h3.oc-section-title {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 7vw 0 4vw;
}

h3.oc-section-title span {
  display: block;
  color: #f0acad;
  line-height: 1em;
}

h3.oc-section-title span.jp {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-family: "Noto Serif JP", serif;
}

h3.oc-section-title span.en {
  font-size: 9vw;
  font-weight: 600;
}

h3.oc-section-title::before, h3.oc-section-title::after {
  content: "";
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  position: absolute;
  top: -3vw;
  left: calc(50% - 3vw);
}

h3.oc-section-title.title01::before {
  background: #f0acad;
  z-index: 1;
}

h3.oc-section-title.title01::after {
  background: url(../images/admission/oc-title-icon01.webp) no-repeat center center;
  background-size: 50%;
  z-index: 2;
}

h3.oc-section-title.title02 span {
  color: #888;
}

h3.oc-section-title.title02::before {
  background: #888;
  z-index: 1;
}

h3.oc-section-title.title02::after {
  background: url(../images/admission/oc-title-icon02.webp) no-repeat center center;
  background-size: 50%;
  z-index: 2;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

.event-list.is-show {
  animation: fade_bottom 0.6s ease 0.2s both;
}

.event-list > li {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 3vw;
}

.event-list > li:nth-child(3n+1) {
  margin-left: 0;
}

.event-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  background: #f0acad;
  border-radius: 10px;
  padding: 2vw;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.event-list > li > a:hover {
  transform: scale(1.04);
  opacity: 1;
}

.event-list > li > a .status {
  background: #FFF;
  color: #f0acad;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 0.2em 0;
}

.event-list > li > a .event-title {
  width: 100%;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0.2em;
  border-bottom: 1px dashed #fff;
  color: #FFF;
  line-height: 1.4em;
}

.event-list > li > a .date {
  color: #FFF;
  font-weight: 500;
  font-size: 1.9vw;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.6em 0 0.5em;
}

.event-list > li > a .date span {
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 600;
}

.event-list > li > a .oc_content {
  width: 100%;
}

.event-list > li > a .oc_content .oc_content-wrap p.pickup-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  line-height: 1em;
  padding: 0.5em 0;
  margin-bottom: 0.2em;
}

.event-list > li > a .oc_content .oc_content-wrap ul li {
  color: #f0acad;
  color: #FFF;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6em;
  padding: 0.1em 0;
}

.event-list > li > a .end-info {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border: 1px solid #f0acad;
  color: #f0acad;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 15px;
  background: #FFF;
}

.event-list > li > a .info {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.event-list > li > a .pickup-img {
  width: 100%;
  height: 100%;
}

.event-list > li > a .pickup-img img {
  width: 100%;
  display: block;
}

.event-list > li > a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 20px;
  background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(50%);
}

.event-list > li > a.unpub {
  pointer-events: none;
  background: #DADADA;
}

.event-list > li > a.unpub .status {
  color: #AAA;
  width: 100%;
}

.event-list > li > a.unpub::before {
  display: none;
}

.event-list > li > a.unpub .end-info {
  color: #aaa;
  border-color: currentColor;
}

.event-list > li > a.finish {
  pointer-events: none;
  background: #ededed;
}

.event-list > li > a.finish .status {
  color: #cdcdcd;
  width: 100%;
}

.event-list > li > a.finish::before {
  display: none;
}

.event-list > li > a.finish .end-info {
  color: #cdcdcd;
  border-color: currentColor;
}

.event-list > li:nth-child(2n) a {
  background: #FFF;
  border: 1px solid #f0acad;
}

.event-list > li:nth-child(2n) a .status {
  background: #f0acad;
  color: #FFF;
}

.event-list > li:nth-child(2n) a .event-title,
.event-list > li:nth-child(2n) a .date,
.event-list > li:nth-child(2n) a .info,
.event-list > li:nth-child(2n) a .oc_content-wrap ul li {
  color: #f0acad;
}

.event-list > li:nth-child(2n) a .event-title {
  border-bottom: 1px dashed #f0acad;
}

.event-list > li:nth-child(2n) a .oc_content-wrap p.pickup-title {
  color: #f0acad;
  border-bottom: 1px solid #f0acad;
}

.event-list > li:nth-child(2n) a.unpub {
  pointer-events: none;
  border: none;
  background: #DADADA;
}

.event-list > li:nth-child(2n) a.unpub .event-title,
.event-list > li:nth-child(2n) a.unpub .date,
.event-list > li:nth-child(2n) a.unpub .info {
  color: #FFF;
}

.event-list > li:nth-child(2n) a.unpub .status {
  background: #FFF;
  color: #aaa;
}

.event-list > li:nth-child(2n) a.unpub .event-title {
  border-bottom: 1px dashed #FFF;
}

.event-list > li:nth-child(2n) a.unpub .oc_content-wrap p.pickup-title {
  color: white;
  border-color: currentColor;
}

.event-list > li:nth-child(2n) a.unpub .oc_content-wrap ul li {
  color: white;
}

.event-list > li:nth-child(2n) a.finish {
  pointer-events: none;
  border: none;
  background: #ededed;
}

.event-list > li:nth-child(2n) a.finish .event-title,
.event-list > li:nth-child(2n) a.finish .date,
.event-list > li:nth-child(2n) a.finish .info {
  color: #FFF;
}

.event-list > li:nth-child(2n) a.finish .status {
  background: #FFF;
  color: #cdcdcd;
}

.event-list > li:nth-child(2n) a.finish .event-title {
  border-bottom: 1px dashed #FFF;
}

.event-list > li:nth-child(2n) a.finish .oc_content-wrap p.pickup-title {
  color: white;
  border-color: currentColor;
}

.event-list > li:nth-child(2n) a.finish .oc_content-wrap ul li {
  color: white;
}

.oc-content-inner {
  background: #EAEAEA;
  position: relative;
  padding: 0 0 8vw;
}

.oc-content-inner .oc-graph-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16vw 8vw;
}

.oc-content-inner .oc-graph-wrap img {
  width: 38%;
  display: block;
}

.oc-content-inner .oc-graph-wrap dl {
  width: 55%;
}

.oc-content-inner .oc-graph-wrap dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6em;
  color: #f0acad;
  margin-bottom: 0.3em;
}

.oc-content-inner .oc-graph-wrap dl dd {
  font-size: 1.5rem;
  line-height: 1.8em;
}

.oc-content-inner ul.oc-voice-list li {
  margin: 0 2vw;
}

.oc-content-inner ul.oc-voice-list li p.int {
  width: 100%;
  padding: 1.5vw 1.2vw;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.9em;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 1vw;
  height: 12vw;
}

.oc-content-inner ul.oc-voice-list li img {
  width: 65%;
  margin: 3vw auto 0;
}

.oc-content-inner ul.oc-voice-list li p.prof {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f0acad;
  text-align: center;
}

h3.oc-section-title-yellow {
  text-align: center;
  padding: 6vw 0 5vw;
  font-size: 4.5rem;
  font-weight: 600;
  color: #E3E298;
}

ul.oc-special-list {
  margin-bottom: 8vw;
}

ul.oc-special-list li {
  margin: 0 1vw;
}

ul.oc-special-list li img {
  width: 100%;
  display: block;
}

ul.oc-special-list li p {
  width: 100%;
  background: #f0acad;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0.3em 0;
}

.ad-faq-box {
  background: rgba(240, 172, 173, 0.3);
  padding: 8vh 5%;
}

.ad-faq-box h4.ad-faq-title {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

.ad-faq-box .ad-faq-list {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

.ad-faq-box .ad-faq-list:last-child {
  margin-bottom: 0;
}

.ad-faq-box .ad-faq-list dt {
  padding-inline: 25px;
  position: relative;
  font-size: 1.6rem;
  color: #f0acad;
  cursor: pointer;
}

.ad-faq-box .ad-faq-list dt::before {
  position: absolute;
  content: "Q";
  color: #f0acad;
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Josefin Sans", sans-serif;
  top: 3px;
  left: 0;
}

.ad-faq-box .ad-faq-list dt::after {
  position: absolute;
  content: "";
  border-right: 1.5px solid #f0acad;
  border-bottom: 1.5px solid #f0acad;
  transform: rotate(45deg);
  right: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}

.ad-faq-box .ad-faq-list dt.is-show::after {
  top: 10px;
  transform: rotate(225deg);
}

.ad-faq-box .ad-faq-list dd {
  display: none;
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 1.4rem;
}

.ad-faq-box .ad-faq-list dd::before {
  position: absolute;
  content: "A";
  color: #4e4e4e;
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Josefin Sans", sans-serif;
  top: 0;
  left: 0;
}

.ad-faq-box .ad-faq-list dd ul li, .ad-faq-box .ad-faq-list dd ol li {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.ad-faq-box .ad-faq-list dd ul li + li, .ad-faq-box .ad-faq-list dd ol li + li {
  margin-top: 0;
}

.ad-faq-box .ad-faq-list dd a {
  color: #f0acad;
  text-decoration: underline;
}

.ad-faq-box .ad-faq-list dd a.link_btn:hover {
  color: white;
}

.ad-faq-box .ad-faq-list dd > *:last-child {
  margin-bottom: 0;
}

.link_btn.line {
  background: #00B800;
  color: #fff;
}

ul.ad-req-panf-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

ul.ad-req-panf-list.col3 li {
  width: 32%;
}
ul.ad-req-panf-list li {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.ad-req-panf-list li img {
  display: block;
  width: 50%;
  margin-bottom: 40px;
  border: 1px solid #efefef;
}

ul.ad-req-panf-list li a {
  width: 100%;
}

.imgvox-max {
  width: 100%;
  margin-bottom: 40px;
}

.imgvox-max img {
  display: block;
  width: 100%;
}

ul.ad-doc-icon-list {
  width: 100%;
  margin-bottom: 10px;
}

ul.ad-doc-icon-list li {
  margin-bottom: 10px;
  display: flex;
}

ul.ad-doc-icon-list li img {
  display: block;
  width: 2.6rem;
}

ul.ad-doc-icon-list li p {
  font-weight: 500;
  margin-bottom: 0;
}

.table-std tr th {
  background: rgba(240, 172, 173, 0.2);
}

.table-std tr th.top {
  background: #f0acad;
  color: #FFF;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.table-std tr td dl.align-head {
  display: flex;
}

.table-std tr td dl.align-head dt {
  white-space: nowrap;
}

.hrefimglink {
  width: 50%;
  display: block;
  margin-bottom: 20px;
}

.hrefimglink img {
  display: block;
  width: 100%;
}

.gray_box {
  width: 100%;
  background: rgba(153, 153, 153, 0.1);
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.gray_box a {
  font-weight: 600;
  text-decoration: underline;
}

.gray_box > *:last-child {
  margin-bottom: 0;
}

.ad-list-box {
  width: 100%;
  border: 2px solid #999;
  padding: 20px;
}

.ad-list-box p.title {
  width: 100%;
  border-bottom: 1px dashed #888;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}

.ad-list-box .disc-list.col-3 {
  display: flex;
  flex-wrap: wrap;
}

.ad-list-box .disc-list.col-3 li {
  min-width: calc(33.333% - 1.5em);
}

.ad-list-box > *:last-child {
  margin-bottom: 0;
}

dl.ad-sch-faq {
  width: 100%;
  margin-bottom: 50px;
}

dl.ad-sch-faq dt {
  width: 100%;
  background: rgba(240, 172, 173, 0.8);
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 15px;
}

dl.ad-sch-faq dd {
  width: 100%;
}

dl.ad-sch-faq dd p.answer {
  width: 100%;
  background: rgba(119, 119, 119, 0.3);
  color: #777;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 15px;
}

ul.ad-cal-tab-list {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}

ul.ad-cal-tab-list li {
  cursor: pointer;
/*  width: 25%;*/
  width: 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #777;
  position: relative;
  padding: 3rem 0;
}

ul.ad-cal-tab-list li p {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

ul.ad-cal-tab-list li::before, ul.ad-cal-tab-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
}

ul.ad-cal-tab-list li::before {
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 1px solid #444;
  border-radius: 50%;
  transform: translateY(50%) translateX(-50%);
}

ul.ad-cal-tab-list li::after {
  transform: translate(-90%, 50%) skew(45deg) rotate(45deg);
  width: 4px;
  height: 30px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

ul.ad-cal-tab-list li:nth-of-type(1) {
  background: #E3B8CB;
}

ul.ad-cal-tab-list li:nth-of-type(1)::before {
  border: 1px solid #E3B8CB;
}

ul.ad-cal-tab-list li:nth-of-type(1)::after {
  border-right: 1px solid #E3B8CB;
  border-bottom: 1px solid #E3B8CB;
}

ul.ad-cal-tab-list li:nth-of-type(2) {
  background: #E3C4B0;
}

ul.ad-cal-tab-list li:nth-of-type(2)::before {
  border: 1px solid #E3C4B0;
}

ul.ad-cal-tab-list li:nth-of-type(2)::after {
  border-right: 1px solid #E3C4B0;
  border-bottom: 1px solid #E3C4B0;
}

ul.ad-cal-tab-list li:nth-of-type(3) {
  background: #ADD0E3;
}

ul.ad-cal-tab-list li:nth-of-type(3)::before {
  border: 1px solid #ADD0E3;
}

ul.ad-cal-tab-list li:nth-of-type(3)::after {
  border-right: 1px solid #ADD0E3;
  border-bottom: 1px solid #ADD0E3;
}

ul.ad-cal-tab-list li:nth-of-type(4) {
  background: #B0B1E3;
}

ul.ad-cal-tab-list li:nth-of-type(4)::before {
  border: 1px solid #B0B1E3;
}

ul.ad-cal-tab-list li:nth-of-type(4)::after {
  border-right: 1px solid #B0B1E3;
  border-bottom: 1px solid #B0B1E3;
}

p.cal-pannel-title {
  width: 100%;
  display: block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.cat01 p.cal-pannel-title {
  background: #E3B8CB;
}

.cat02 p.cal-pannel-title {
  background: #E3C4B0;
}

.cat03 p.cal-pannel-title {
  background: #ADD0E3;
}

.cat04 p.cal-pannel-title {
  background: #B0B1E3;
}

.cal-pannel {
  margin-bottom: 10vh;
  display: none;
}

.cal-pannel.is-active {
  display: block;
}

.cal-content-box {
  width: 100%;
  display: flex;
}

.cal-content-box table.tbale-std {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.cal-content-box .leftbox table {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.cal-content-box .leftbox table thead th {
  background: #999 !important;
  border-right: 1px solid #999 !important;
  font-size: 1.8rem;
  font-weight: 600;
}

.cal-content-box .leftbox th, .cal-content-box .leftbox td {
  padding: 5rem 2rem;
}

.cal-content-box .leftbox th {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color: #FFF;
  white-space: nowrap;
  min-width: 25rem;
}

.cal-content-box .leftbox th a {
  color: #FFF;
}

.cat01 .cal-content-box .leftbox th {
  background: #E3B8CB;
}

.cat02 .cal-content-box .leftbox th {
  background: #E3C4B0;
}

.cat03 .cal-content-box .leftbox th {
  background: #ADD0E3;
}

.cat04 .cal-content-box .leftbox th {
  background: #B0B1E3;
}

.cal-content-box .leftbox tr.sogo-e {
  height: 302px !important;
}

.cal-content-box .rightbox {
  width: 90%;
  overflow-x: scroll;
}

.cal-content-box .rightbox table.table-std {
  position: relative;
  width: fit-content;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.cal-content-box .rightbox table.table-std.cat02 {
  width: 150rem;
}

.cal-content-box .rightbox table.table-std th, .cal-content-box .rightbox table.table-std td {
  padding: 5rem 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

.cal-content-box .rightbox table.table-std tr.sogo-e {
  height: 302px !important;
}

.cal-content-box .rightbox table.table-std thead tr {
  display: block;
}
.cal-content-box .rightbox table.table-std thead th {
  background: #CCCCCC;
  width: 25rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.cal-content-box .rightbox table.table-std thead th.w4x {
  width: 100rem;
}

.cal-content-box .rightbox table.table-std thead th.none {
  display: none;
}

.cal-content-box .rightbox table.table-std tbody {
  width: fit-content;
}

.cal-content-box .rightbox table.table-std tbody tr {
  position: relative;
  z-index: 0;
  display: block;
}

.cal-content-box .rightbox table.table-std tbody tr th {
  background: none;
  color: #FFF !important;
  width: 25rem;
  white-space: nowrap;
  max-width: 25rem;
  min-width: 25rem;
}
.cal-content-box .rightbox table.table-std tbody tr th.w4x {
  width: 100rem;
  max-width: 100rem;
  min-width: 100rem;
}

.cal-content-box .rightbox table.table-std tbody tr th p {
  display: block;
}

.cal-content-box .rightbox table.table-std tbody tr th p a {
  color: #FFF !important;
  pointer-events: none;
}

.cal-content-box .rightbox table.table-std tbody tr td {
  min-width: 25rem;
  white-space: nowrap;
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: 0px;
  z-index: 1;
  padding: 20px 0;
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p {
  position: absolute;
  background: #777;
  padding: 1rem;
  color: #FFF;
  line-height: 1;
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.arrow {
  border-radius: 0 100px 100px 0;
  padding: 1rem 2rem 1rem 1rem;
}

.cat01 .cal-content-box .rightbox table.table-std tbody tr td.absolute p {
  background: #E3B8CB;
}

.cat02 .cal-content-box .rightbox table.table-std tbody tr td.absolute p {
  background: #E3C4B0;
}

.cat03 .cal-content-box .rightbox table.table-std tbody tr td.absolute p {
  background: #ADD0E3;
}

.cat04 .cal-content-box .rightbox table.table-std tbody tr td.absolute p {
  background: #B0B1E3;
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top01 {
  top: calc(0rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top02 {
  top: calc(3rem + 20px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top02h {
  top: calc(4rem + 24px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top03 {
  top: calc(6rem + 30px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top03h {
  top: calc(7rem + 34px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top04 {
  top: calc(9rem + 40px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top04h {
  top: calc(10rem + 44px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top05 {
  top: calc(13rem + 40px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.top05h {
  top: calc(14rem + 44px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long01 {
  width: calc(27rem - 20px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long01-alt {
  width: calc(24.7rem - 20px);
}
.cal-content-box .rightbox table.table-std.cat03 tbody tr td.absolute p.long01-alt {
  width: calc(23.1rem - 20px);
}
.cal-content-box .rightbox table.table-std.cat03 tbody tr td.absolute.box05 p.long01-alt {
  width: calc(22rem - 20px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long01-alt2 {
  width: calc(30rem - 20px);
}

.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box06 p.long01-alt {
  width: calc(18.4rem - 20px);
}

.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box06 p.long01-alt3 {
  width: calc(22rem - 20px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long02 {
  width: calc(35rem - 0px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long02-alt {
  width: calc(40.6rem - 0px);
}

.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute p.long02-alt {
  width: calc(38.7rem - 0px);
}
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box03 p.long02-alt,
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box04 p.long02-alt {
  width: calc(32.6rem - 0px);
}

.cal-content-box .rightbox table.table-std.cat03 tbody tr td.absolute p.long02-alt {
  width: calc(42rem - 0px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.long03 {
  width: calc(50rem - 40px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left01-01 {
  left: calc(0rem + 10px);
}
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute p.left01-01 {
  left: calc(6rem + 10px);
}
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box03 p.left01-01,
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box04 p.left01-01 {
  left: calc(12rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left01-02 {
  left: calc(4rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left01-03 {
  left: calc(25rem - 10px);
  transform: translateX(-100%);
}
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute.box01 p.left01-03 {
  left: calc(21.5rem - 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left02-01 {
  left: calc(29rem + 10px);
}

.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute p.left02-01 {
  left: calc(25rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left02-02 {
  left: calc(36rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left02-03 {
  left: calc(50rem - 10px);
  transform: translateX(-100%);
}
.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute p.left02-03 {
  left: calc(57rem - 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-01 {
  left: calc(50rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-02 {
  left: calc(58rem + 10px);
}

.cal-content-box .rightbox table.table-std.cat03 tbody tr td.absolute p.left03-02 {
  left: calc(66rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-03 {
  left: calc(75rem - 10px);
  transform: translateX(-100%);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-04 {
  left: calc(75rem + 10px);
  padding-right: 4rem;
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-05 {
  left: calc(54.3rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-06 {
  left: calc(65rem + 10px);
}

.cal-content-box .rightbox table.table-std.cat02 tbody tr td.absolute p.left03-06 {
  left: calc(68rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left03-07 {
  left: calc(70rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left04-01 {
  left: calc(75rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left04-02 {
  left: calc(86rem + 10px);
}

.cal-content-box .rightbox table.table-std.cat03 tbody tr td.absolute p.left04-02 {
  left: calc(80rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left04-03 {
  left: calc(100rem - 10px);
  transform: translateX(-100%);
}
.cal-content-box .rightbox table.table-std tbody tr td.absolute.box05 p.left04-04 {
  left: calc(87rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left05-01 {
  left: calc(100rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left05-02 {
  left: calc(115rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left05-03 {
  left: calc(130rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left05-04 {
  left: calc(115rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left06-01 {
  left: calc(100rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left06-02 {
  left: calc(111rem + 10px);
}

.cal-content-box .rightbox table.table-std tbody tr td.absolute p.left06-03 {
  left: calc(125rem - 10px);
  transform: translateX(-100%);
}

.paragraph.road-lead-text {
  text-align: center;
}

.road-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 90px;
  position: relative;
}

.road-title-container::before, .road-title-container::after {
  content: "";
  position: absolute;
}

.road-title-container::before {
  left: 25px;
  bottom: -25px;
  width: 196px;
  height: 204px;
  background: url("../images/admission/road/road-title-bg01.svg") no-repeat center center;
  background-size: contain;
}

.road-title-container::after {
  right: 23px;
  top: -53px;
  width: 201px;
  height: 194px;
  background: url("../images/admission/road/road-title-bg01.svg") no-repeat center center;
  background-size: contain;
}

.road-title-container .road-title {
  color: #e08691;
  font-size: 5rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  position: relative;
}

.road-title-container .road-title::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -100px;
  width: 171px;
  height: 78px;
  background: url("../images/admission/road/road-title-fukidashi.svg") no-repeat center center;
  background-size: contain;
}

.road-title-container > *:last-child {
  margin-bottom: 0;
}

.road ul.tab-list {
  margin-bottom: 85px;
}

.road ul.tab-list li {
  padding: 30px;
  font-size: 2rem;
}

.btn-container {
  width: 95%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}

.btn-container a.round-link {
  margin-bottom: 25px;
}

.btn-container a.round-link::after {
  right: 33.5px;
  transform: translate(50%, -50%) skewY(135deg);
  width: 4px;
  height: 18px;
  border-right: 0;
  border-left: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
}

.btn-container a.round-link:hover::after {
  border-right: 0;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #fff;
}

.btn-container.col-2 a.round-link {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}

.btn-container.col-2 a.round-link:nth-of-type(2n) {
  margin-right: 0;
}

.btn-container.col-3 a.round-link {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.btn-container.col-3 a.round-link:nth-of-type(3n) {
  margin-right: 0;
}

.btn-container.is-show {
  animation: fade_bottom 0.6s ease both;
}

.exam-link-container {
  width: 60%;
  margin: 50px auto 150px;
  opacity: 0;
}

.exam-link-container a.exam-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  background: #f0acad;
  border: solid 1px #f0acad;
  border-radius: 10px;
  color: #FFF;
  font-weight: 600;
  padding: 0 60px 0 30px;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}

.exam-link-container a.exam-link::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(50%, -50%) skew(54deg);
  width: 20px;
  height: 6px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transition: all 0.3s;
}

.exam-link-container a.exam-link:hover {
  opacity: 1;
  background: #fff;
  color: #f0acad;
}

.exam-link-container a.exam-link:hover::before {
  border-right: 1.5px solid #f0acad;
  border-bottom: 1.5px solid #f0acad;
}

.exam-link-container.dual {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exam-link-container.dual a.exam-link {
  width: 48%;
  background: #E3E298;
  border: solid 1px #E3E298;
  color: #000;
}

.exam-link-container.dual a.exam-link:hover {
  background: #FFF;
}

.exam-link-container.dual a.exam-link:hover::before {
  border-right: 1.5px solid #E3E298;
  border-bottom: 1.5px solid #E3E298;
}

.exam-link-container.is-show {
  animation: fade_bottom 0.6s ease both;
}

.exam-link-container + .exam-link-container {
  margin: -100px auto 50px;
}

.exp-content-container .exp-content {
  margin-bottom: 100px;
  opacity: 0;
}

.exp-content-container .exp-content .exp-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.exp-content-container .exp-content .exp-main figure {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.exp-content-container .exp-content .exp-main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-content-container .exp-content .exp-main .main-text {
  width: calc(100% - 380px);
}

.exp-content-container .exp-content .exp-main .main-text .catch-copy {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}

.exp-content-container .exp-content .exp-main .main-text .paragraph {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.exp-content-container .exp-content .exp-main .main-text .student-data .data-head {
  display: flex;
  align-items: flex-end;
  padding-left: 42px;
  position: relative;
  margin-bottom: 15px;
}

.exp-content-container .exp-content .exp-main .main-text .student-data .data-head::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.exp-content-container .exp-content .exp-main .main-text .student-data .data-head span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}

.exp-content-container .exp-content .exp-main .main-text .student-data .data-head span.name {
  margin-left: 15px;
  font-size: 2rem;
}

.exp-content-container .exp-content .exp-main .main-text .student-data .data-bottom {
  color: #7f7f7f;
  font-size: 1.3rem;
  line-height: 1.6;
}

.exp-content-container .exp-content .exp-faq {
  display: flex;
  flex-wrap: wrap;
}

.exp-content-container .exp-content .exp-faq .faq-content {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.exp-content-container .exp-content .exp-faq .faq-content:nth-of-type(2n) {
  margin-right: 0;
}

.exp-content-container .exp-content .exp-faq .faq-content dt, .exp-content-container .exp-content .exp-faq .faq-content dd {
  position: relative;
  padding-left: 30px;
}

.exp-content-container .exp-content .exp-faq .faq-content dt::before, .exp-content-container .exp-content .exp-faq .faq-content dd::before {
  content: "";
  position: absolute;
  left: 0;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}

.exp-content-container .exp-content .exp-faq .faq-content dt {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 25px;
}

.exp-content-container .exp-content .exp-faq .faq-content dt::before {
  content: "Q";
  top: 6.5px;
}

.exp-content-container .exp-content .exp-faq .faq-content dd {
  font-size: 1.4rem;
  line-height: 2;
}

.exp-content-container .exp-content .exp-faq .faq-content dd::before {
  content: "A";
  top: 1.5px;
  color: #7f7f7f;
}

.exp-content-container .exp-content .accordion-btn {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.exp-content-container .exp-content .accordion-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: #7f7f7f;
}

.exp-content-container .exp-content .accordion-btn div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0acad;
  position: relative;
}

.exp-content-container .exp-content .accordion-btn div::before, .exp-content-container .exp-content .accordion-btn div::after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 17px;
  width: 12px;
  height: 1px;
  background: #FFF;
}

.exp-content-container .exp-content .accordion-btn div::after {
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}

.exp-content-container .exp-content .accordion-btn.open div::after {
  transform: rotate(0);
}

.exp-content-container .exp-content .accordion-content {
  display: none;
}

.exp-content-container .exp-content.is-show {
  animation: fade_bottom 0.6s ease both;
}

.exp-content-container .exp-content:nth-of-type(2n) .exp-main .main-text {
  order: -1;
}

.exp-content-container .exp-content.pt .exp-main .main-text .catch-copy {
  color: #72598a;
}

.exp-content-container .exp-content.pt .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon01.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.pt .exp-main .main-text .student-data .data-head span {
  color: #72598a;
}

.exp-content-container .exp-content.pt .exp-faq .faq-content dt {
  color: #72598a;
}

.exp-content-container .exp-content.ot .exp-main .main-text .catch-copy {
  color: #3d62a0;
}

.exp-content-container .exp-content.ot .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon02.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.ot .exp-main .main-text .student-data .data-head span {
  color: #3d62a0;
}

.exp-content-container .exp-content.ot .exp-faq .faq-content dt {
  color: #3d62a0;
}

.exp-content-container .exp-content.st .exp-main .main-text .catch-copy {
  color: #0090d5;
}

.exp-content-container .exp-content.st .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon03.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.st .exp-main .main-text .student-data .data-head span {
  color: #0090d5;
}

.exp-content-container .exp-content.st .exp-faq .faq-content dt {
  color: #0090d5;
}

.exp-content-container .exp-content.at .exp-main .main-text .catch-copy {
  color: #009189;
}

.exp-content-container .exp-content.at .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon04.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.at .exp-main .main-text .student-data .data-head span {
  color: #009189;
}

.exp-content-container .exp-content.at .exp-faq .faq-content dt {
  color: #009189;
}

.exp-content-container .exp-content.ap .exp-main .main-text .catch-copy {
  color: #bb5454;
}

.exp-content-container .exp-content.ap .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon05.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.ap .exp-main .main-text .student-data .data-head span {
  color: #bb5454;
}

.exp-content-container .exp-content.ap .exp-faq .faq-content dt {
  color: #bb5454;
}

.exp-content-container .exp-content.mt .exp-main .main-text .catch-copy {
  color: #0068aa;
}

.exp-content-container .exp-content.mt .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon06.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.mt .exp-main .main-text .student-data .data-head span {
  color: #0068aa;
}

.exp-content-container .exp-content.mt .exp-faq .faq-content dt {
  color: #0068aa;
}

.exp-content-container .exp-content.ort .exp-main .main-text .catch-copy {
  color: #00408b;
}

.exp-content-container .exp-content.ort .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon07.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.ort .exp-main .main-text .student-data .data-head span {
  color: #00408b;
}

.exp-content-container .exp-content.ort .exp-faq .faq-content dt {
  color: #00408b;
}

.exp-content-container .exp-content.em .exp-main .main-text .catch-copy {
  color: #007dbb;
}

.exp-content-container .exp-content.em .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon08.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.em .exp-main .main-text .student-data .data-head span {
  color: #007dbb;
}

.exp-content-container .exp-content.em .exp-faq .faq-content dt {
  color: #007dbb;
}

.exp-content-container .exp-content.rt .exp-main .main-text .catch-copy {
  color: #008fae;
}

.exp-content-container .exp-content.rt .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon09.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.rt .exp-main .main-text .student-data .data-head span {
  color: #008fae;
}

.exp-content-container .exp-content.rt .exp-faq .faq-content dt {
  color: #008fae;
}

.exp-content-container .exp-content.hn .exp-main .main-text .catch-copy {
  color: #e38000;
}

.exp-content-container .exp-content.hn .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon10.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.hn .exp-main .main-text .student-data .data-head span {
  color: #e38000;
}

.exp-content-container .exp-content.hn .exp-faq .faq-content dt {
  color: #e38000;
}

.exp-content-container .exp-content.hs .exp-main .main-text .catch-copy {
  color: #cd3924;
}

.exp-content-container .exp-content.hs .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon11.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.hs .exp-main .main-text .student-data .data-head span {
  color: #cd3924;
}

.exp-content-container .exp-content.hs .exp-faq .faq-content dt {
  color: #cd3924;
}

.exp-content-container .exp-content.nr .exp-main .main-text .catch-copy {
  color: #dc5380;
}

.exp-content-container .exp-content.nr .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon12.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.nr .exp-main .main-text .student-data .data-head span {
  color: #dc5380;
}

.exp-content-container .exp-content.nr .exp-faq .faq-content dt {
  color: #dc5380;
}

.exp-content-container .exp-content.sw .exp-main .main-text .catch-copy {
  color: #44a335;
}

.exp-content-container .exp-content.sw .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon13.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.sw .exp-main .main-text .student-data .data-head span {
  color: #44a335;
}

.exp-content-container .exp-content.sw .exp-faq .faq-content dt {
  color: #44a335;
}

.exp-content-container .exp-content.ps .exp-main .main-text .catch-copy {
  color: #009970;
}

.exp-content-container .exp-content.ps .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon14.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.ps .exp-main .main-text .student-data .data-head span {
  color: #009970;
}

.exp-content-container .exp-content.ps .exp-faq .faq-content dt {
  color: #009970;
}

.exp-content-container .exp-content.hi .exp-main .main-text .catch-copy {
  color: #9a4d80;
}

.exp-content-container .exp-content.hi .exp-main .main-text .student-data .data-head::before {
  background: url("../images/faculty/f-icon15.svg") no-repeat center center;
  background-size: contain;
}

.exp-content-container .exp-content.hi .exp-main .main-text .student-data .data-head span {
  color: #9a4d80;
}

.exp-content-container .exp-content.hi .exp-faq .faq-content dt {
  color: #9a4d80;
}

.old-data-message {
  display: flex;
  justify-content: center;
  color: #f0acad;
  padding: 20px;
  border: 1px solid #f0acad;
  background: rgba(240, 172, 173, 0.1);
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.old-data-message p.notes {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
}

.old-data-message p.notes::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.two-column-container {
  display: flex;
  flex-wrap: wrap;
}

.two-column-container table {
  width: 48%;
  margin-right: 4%;
}

.two-column-container table:last-child {
  margin-right: 0;
}

p.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

p.note.mb0 {
  margin-bottom: 0;
}

span.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1em;
}

p.note2 {
  font-size: 1.4rem;
  margin-bottom: 40px;
  position: relative;
  margin-top: -40px;
  display: flex;
  align-items: center;
}
p.note2 strong {
  margin-right: 8px;
  white-space: nowrap;
  color: #d00;
  border: 1px solid #d00;
  padding: 5px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4;
}
p.note2.alt {
  margin-top: 10px;
  margin-bottom: 0;
}

.ad-list {
  margin-bottom: 40px;
}

.ad-list li {
  padding-left: 2em;
  text-indent: -1.5em;
  font-size: 1.5rem;
}

.bold-title.mb0 {
  margin-bottom: 0;
}

.bold-title.mb10 {
  margin-bottom: 10px;
}

.ad-list-normal {
  margin-bottom: 4vh;
}

.ad-list-normal li {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.ad-list-normal li.pl2em {
  padding-left: 2em;
}

.ad-list-normal li a {
  display: inline-block;
  color: #f0acad;
  text-decoration: underline;
}

.ad-list-disc li {
  font-size: 1.5rem;
  margin-bottom: 1em;
  list-style-type: disc;
}

.ad-list-disc li.pl2em {
  padding-left: 2em;
}

.admission .table-std.center th {
  text-align: center;
}

.admission .table-std.center td {
  text-align: center;
}

.admission .table-std th {
  text-align: center;
}

.admission .table-std th.center {
  text-align: center;
}

.admission .table-std td.center {
  text-align: center;
}

.img-box {
  margin-bottom: 40px;
}

.img-box img {
  width: 100%;
}

.box-text {
  color: #f0acad;
  padding: 20px;
  border: 1px solid #f0acad;
  background: rgba(240, 172, 173, 0.1);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.box-text2 {
  padding: 40px;
  border: 2px solid #f0d9ac;
  background: rgba(240, 207, 172, 0.1);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.box-text2 .ad-section-title {
  background: #f3d18e;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .box-text2 {
    padding: 20px;
  }
}

.no-link {
  pointer-events: none;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .admission .header {
/*    padding: 5px 0 5px 4vw;*/
    padding: 5px 0 5px 2vw;
    height: 70px;
  }

  .admission .header .header-logo {
/*    height: 30px;*/
    height: 28px;
  }

  .admission .header .header-logo img.black {
    display: block;
  }

  .admission .header .header-logo img.white {
    display: none;
  }

  .admission .header .ad-header-link .admission-sitename {
/*    font-size: 1.1rem;*/
    font-size: 0.8rem;
/*    margin-left: 10px;*/
    margin-left: 6px;
    margin-top: 3px;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }

  .admission .header.hide-out {
/*    padding: 1vw 2% 0 2%;*/
    padding: 5px 0 5px 2vw;
    height: 70px;
  }

  .admission .header.hide-out .header-logo {
/*    height: 30px;*/
    height: 28px;
  }

  .admission .ad-page-head .ad-mainvisual .ad-cat-title {
    left: 6vw;
  }

  .admission .ad-page-head .ad-mainvisual .ad-cat-title .cat-jp {
    font-size: 1.8rem;
  }

  .admission .ad-page-head .ad-mainvisual .ad-cat-title .cat-en {
    font-size: 3rem;
  }

  .admission .ad-page-head .ad-mainvisual.sp img {
    width: 80%;
    max-width: 350px;
  }

  .ad-search {
    display: block;
/*    background: #f0acad;*/
    position: fixed;
/*    top: calc((70px - 10vw) / 2);*/
    top: 0;
/*    left: auto;*/
/*    right: 14vw;*/
    right: 50px;
    width: 50px;
/*    height: 10vw;*/
    height: 70px;
/*    border-radius: 50%;*/
    z-index: 1000;
/*    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);*/
    box-shadow: unset;
  }
  .ad-search span {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: .8em;
    letter-spacing: .05em;
    text-align: center;
  }
  .ad-search:before {
    content: "";
/*    width: 8vw;*/
    width: 38px;
/*    height: 8vw;*/
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
/*    transform: translate(-50%, -50%);*/
    transform: translate(-50%, -62%);
    z-index: 2;
/*    background: url(../images/common/search-icon.svg) no-repeat center center;*/
    background: url(../images/common/search-icon-pink.svg) no-repeat center center;
    background-size: contain;
    display: block;
/*    transition: all .3s ease;*/
  }

  .ad-global-menu {
/*    top: calc((70px - 10vw) / 2);*/
    top: 0;
    left: auto;
/*    right: 4vw;*/
/*    right: 2vw;*/
    right: 0;
/*    width: 10vw;*/
    width: 50px;
/*    height: 10vw;*/
    height: 70px;
/*    border-radius: 50%;*/
    border-radius: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: unset;
  }

  .ad-global-menu .btn-border {
/*    width: 4vw;*/
    width: 38px;
/*    margin: 2.7vw auto 0;*/
    margin: 20px auto 0;
    padding-top: 30px;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: .8em;
    letter-spacing: .05em;
    color: #f0acad;
  }

  .ad-global-menu .btn-border span {
/*    width: 4vw;*/
    width: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background: #f0acad;
  }

  .ad-global-menu .btn-border span:nth-child(2) {
    top: 2vw;
  }

  .ad-global-menu .btn-border span:nth-child(3) {
    top: 4vw;
  }

  .ad-global-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 2vw) rotate(-45deg);
  }

  .ad-global-menu.is-show .btn-border span:nth-child(2) {
    opacity: 0;
  }

  .ad-global-menu.is-show .btn-border span:nth-child(3) {
    transform: translate(0, -2vw) rotate(45deg);
  }

  .ad-global-menu-content-wrap {
    position: fixed;
    top: 70px;
    left: -120%;
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 70px);
    background: #f0acad;
    opacity: 0;
    transition: all 0.4s;
    z-index: 21;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: scroll;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box {
    background: #FFF;
    width: 100%;
    height: auto;
    /*padding: 20px 0;*/
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*transform: translateY(-5%) translateX(0);*/
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list {
    margin-bottom: 6vh;
  }
  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li {
    margin-bottom: 1vh;
    padding-bottom: 1vh;
    border-bottom: 1px dashed #f0acad;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a {
    /*display: block;*/
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .num {
    color: #f0acad;
    font-size: 1.6rem;
    font-weight: 600;
    /*line-height: 1.4em;*/
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat span {
    color: #f0acad;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    display: inline-block;
    width: 0;
    height: 0;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li a .cat span::after {
    position: absolute;
    content: "";
    width: 20vw;
    height: 11vw;
    bottom: 0;
    right: 0;
    background: url(../images/admission/admission-menu-logo-img01.svg) no-repeat;
    background-size: contain;
    transform: translateY(54%) translateX(97%);
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:last-child {
    margin-bottom: 0;
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(2) a .cat span::after {
    width: 15vw;
    height: 7vw;
    background: url(../images/admission/admission-menu-logo-img02.svg) no-repeat;
    background-size: contain;
    transform: translateY(59%) translateX(110%);
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(3) a .cat span::after {
    width: 18vw;
    height: 8vw;
    background: url(../images/admission/admission-menu-logo-img03.svg) no-repeat;
    background-size: contain;
    transform: translateY(57%) translateX(98%);
  }

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(4) a .cat span::after {
    width: 15vw;
    height: 7vw;
    background: url(../images/admission/admission-menu-logo-img04.svg) no-repeat;
    background-size: contain;
    transform: translateY(54%) translateX(100%);
  }

/*  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(5) a .cat span::after {
    width: 19vw;
    height: 10vw;
    background: url(../images/admission/admission-menu-logo-img05.svg) no-repeat;
    background-size: contain;
    transform: translateY(54%) translateX(90%);
  }*/

  .ad-global-menu-content-wrap .ad-mainmenu-box .ad-mainmenu-list li:nth-child(5) a .cat span::after {
    width: 19vw;
    height: 10vw;
    background: url(../images/admission/admission-menu-logo-img06.svg) no-repeat;
    background-size: contain;
    transform: translateY(54%) translateX(90%);
  }

  .ad-global-menu-content-wrap .ad-submenu-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6vw;
    width: 100%;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-title {
    border-bottom: 1px solid #fff;
    font-size: 2rem;
    color: #FFF;
    padding-bottom: 1vh;
    margin-bottom: 3vh;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5vh;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list li {
    width: 100%;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-submenu-list li a {
    display: block;
    color: #FFF;
    font-size: calc(1rem + 1vw);
    line-height: 1.8em;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.5vw 3vw;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list li {
    width: 100%;
  }

  .ad-global-menu-content-wrap .ad-submenu-box .ad-othermenu-list li a {
    display: block;
    color: #FFF;
    font-size: calc(1rem + 1vw);
    line-height: 1.8em;
  }

  .ad-global-menu-content-wrap.is-show {
    opacity: 1;
    left: 0;
  }

  .footer-oc-links {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: -3vw;
    margin-right: -3vw;
    margin-bottom: 20px;
  }
  .footer-oc-links li {
    width: 49.5%;
  }
  .footer-oc-links a.round-link {
    min-width: initial;
    padding: 5px 20px 5px 10px;
    line-height: 1.3;
    border: 1px solid #fff;
  }
  .footer-oc-links a.round-link:hover {
    color: #fff;
  }
  .footer-oc-links a.round-link::before {
    display: none;
  }
  .footer-oc-links a.round-link::after {
    width: 0;
    height: 0;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: translate(0) skew(0);
  }
  .footer-oc-links a.round-link.oc {
    background: #FF8D6E;
  }
  .footer-oc-links a.round-link.web {
    background: #6EBDED;
  }

  h2.ad-page-title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  h2.ad-page-title.with-notes {
    flex-direction: column;
    align-items: unset;
  }

  h2.ad-page-title.with-notes .notes-list {
    margin-left: 0;
    margin-top: 5px;
    flex-direction: column;
  }

  h2.ad-page-title.with-notes .notes-list > li {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  h2.ad-page-title.with-notes .notes-list > li + li {
    margin-left: 0;
  }

  h3.ad-section-title {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  h3.ad-section-title span {
    margin-left: 0;
    margin-top: 5px;
    font-size: 0.7em;
    font-weight: 400;
  }

  .tab-list li {
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .ad-mainvisual {
    padding-top: 5px;
    padding-bottom: 0;
    /*background: #f39b96;*/
  }

  .ad-mainvisual img {
    width: 100%;
  }

  h2.ad-top-section-title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }

  h2.ad-top-section-title.small {
    font-size: 4vw;
  }

  h2.ad-top-section-title span {
    font-size: 5.85vw;
  }

  .ad-top-page-head .ad-top-mainvisual {
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
  }
  .ad-top-page-head .ad-top-mainvisual::before {
    display: none;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box {
    width: 100%;
/*    width: 50%;*/
/*    height: 31vw;*/
    height: 24vw;
    margin-left: 0;
    margin-right: 0;
/*    margin-bottom: 1vw;*/
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box::before {
    display: none;
  }
  .ad-top-page-head .ad-top-mainvisual .mv-box::after {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
/*    background: rgba(0, 0, 10, 0.2);*/
    background: #F39B96;
/*    mix-blend-mode: multiply;*/
    z-index: 1;
    pointer-events: none;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(2n) {
    margin-right: 0;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(4) {
/*    margin-bottom: 1vw;*/
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box:nth-child(5) {
    margin-bottom: 0;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box .mv-cat-title {
    top: 52%;
/*    height: 95%;*/
    height: 110px;
    z-index: 10;
    
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box .num {
/*    left: -20px;*/
    left: 0;
    font-size: 8rem;
    z-index: 2;
    background: transparent;
    opacity: 0.5;
  }
  /*.ad-top-page-head .ad-top-mainvisual .mv-box .num:before {
    content: "0";
  }*/

  .ad-top-page-head .ad-top-mainvisual .mv-box .mv-cat-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 9;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box .arrow-box {
    right: 20px;
    top: 1vw;
  }

  @keyframes fadeup_anime {
    0% {
      opacity: 0;
      transform: translateY(-20%) translateX(-50%);
    }
    100% {
      opacity: 1;
      transform: translateY(-50%) translateX(-50%);
    }
  }
  @keyframes fadeleft_anime {
    0% {
      opacity: 0;
      transform: translateX(-20%);
    }
    100% {
      opacity: 0.5;
      transform: translateX(0);
    }
  }

  .ad-event-section {
/*    margin: 0 auto 3vh;*/
    margin: 0 auto -10px;
    padding: 0;
  }

  .ad-event-section h3.event-title {
    font-size: 2.4rem;
    color: #f0acad;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1em;
    padding: 1em 0;
    position: relative;
    width: 80%;
    margin: 0 auto 3vh;
  }

  .ad-event-section h3.event-title span {
    position: absolute;
  }

  .ad-event-section h3.event-title span:nth-child(1) {
    height: 1px;
    width: 100%;
    background: #f0acad;
    top: 0;
    left: 0;
  }

  .ad-event-section h3.event-title span:nth-child(1)::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0acad;
    border-radius: 50%;
    left: 0;
    top: 0;
    content: "";
    transform: translateY(-50%) translateX(-50%);
  }

  .ad-event-section h3.event-title span:nth-child(1)::after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0acad;
    border-radius: 50%;
    right: 0;
    top: 0;
    content: "";
    transform: translateY(-50%) translateX(50%);
  }

  .ad-event-section h3.event-title span:nth-child(2) {
    height: 1px;
    width: 100%;
    background: #f0acad;
    bottom: 0;
    left: 0;
  }

  .ad-event-section h3.event-title span:nth-child(2)::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0acad;
    border-radius: 50%;
    left: 0;
    top: 0;
    content: "";
    transform: translateY(-50%) translateX(-50%);
  }

  .ad-event-section h3.event-title span:nth-child(2)::after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0acad;
    border-radius: 50%;
    right: 0;
    top: 0;
    content: "";
    transform: translateY(-50%) translateX(50%);
  }

  .ad-event-section .event-text {
    width: 50%;
    margin: 0 auto 3vh;
  }

  .ad-event-section .ad-event-pickup {
    position: relative;
/*    margin-bottom: 3vh;*/
    margin-bottom: 0;
/*    padding: 20px 0;*/
    /*padding: 15px 0 65px;*/
    padding: 0;
    padding-bottom: 20px;
    overflow: hidden;
    background: transparent;
  }

  .ad-event-section .ad-event-pickup .pickup-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 80%;*/
    width: 100%;
    margin: 0 auto;
    opacity: 0;
  }

  .ad-event-section .ad-event-pickup .pickup-list.is-show {
    animation: fade_bottom 0.6s ease 0.2s both;
  }

  .ad-event-section .ad-event-pickup .pickup-list li {
    width: 49%;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
  }

  .ad-event-section .ad-event-pickup .pickup-list li + li {
    margin-top: 0;
  }
  /*.ad-event-section .ad-event-pickup .pickup-list li:nth-child(n+5) {
    display: none;
  }*/

  .ad-event-section .ad-event-pickup .pickup-list li a {
    display: block;
    background: none;
    border-radius: 10px;
    padding: 0;
    position: relative;
    transition: all 0.4s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a:hover {
    transform: scale(1.04);
    opacity: 1;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .event-title {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 1px dashed #fff;
    color: #FFF;
    line-height: 1.4em;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .date {
    color: #FFF;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0.8em;
    line-height: 1.4em;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .date span {
    display: block;
    font-weight: 600;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .info {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .pickup-img {
    width: 100%;
    height: 100%;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a .pickup-img img {
    width: 100%;
/*    height: 28.6vw;*/
    height: auto;
    display: block;
  }
  .ad-event-section .ad-event-pickup .pickup-list .slick-dots li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .ad-event-section .ad-event-pickup .pickup-list .slick-dots li button:before {
    font-size: 26px;
  }
  .ad-event-section .ad-event-pickup .pickup-list-thumb li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ad-event-section .ad-event-pickup .pickup-list-thumb img {
    max-width: 100%;
    height: auto;
  }
  .ad-event-section .ad-event-pickup .pickup-list-thumb .slick-dots li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ad-event-section .ad-event-pickup .pickup-list-thumb .slick-dots li button:before {
    font-size: 26px;
  }

  .ad-event-section .ad-event-pickup .pickup-list li a::before {
    position: absolute;
    content: none;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 20px;
    background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
    background-size: contain;
    transform: translateY(50%);
  }

  .ad-event-section .ad-event-pickup .pickup-list .slick-list {
    overflow: hidden;
  }
  .ad-event-section .ad-event-pickup .pickup-list li {
    margin-left: 0;
    margin-right: 0;
  }
  .ad-event-section .ad-event-pickup .pickup-list li.slick-active a {
    transform: scale(1);
  }
  .ad-event-section .ad-event-pickup .pickup-list li.slick-active a:hover {
    transform: scale(1.04);
  }
  .ad-event-section .ad-event-pickup .pickup-slider-action {
    padding: 5px 15px;
  }
  .ad-event-section .ad-event-pickup .pickup-slider-action .slick-dots {
    width: calc(100% - 100px);
  }
  .ad-event-section .ad-event-pickup .pickup-list-thumb {
    background: #fff8f8;
    padding: 15px 0 10px;
  }

  .ad-event-section .ad-event-pickup .text-slide-box {
    position: absolute;
    width: 100%;
    display: flex;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .ad-event-section .ad-event-pickup .text-slide-box .text-slide {
    justify-content: space-between;
    display: flex;
    white-space: nowrap;
    padding-right: 0.2em;
  }

  .ad-event-section .ad-event-pickup .text-slide-box .text-slide li {
    font-size: 7.5rem;
    letter-spacing: 0;
    color: #E3E298;
    font-weight: 500;
    margin-right: 0.8em;
    font-family: "Josefin Sans", sans-serif;
  }

  .ad-event-section .ad-event-pickup .text-slide-box .text-slide.line01 {
    animation: loop 120s linear infinite -60s;
  }

  .ad-event-section .ad-event-pickup .text-slide-box .text-slide.line02 {
    animation: loop2 120s linear infinite;
  }

  .ad-event-section .ad-event-link {
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
  }

  .ad-event-section .ad-event-link:hover {
    opacity: 1;
  }

  .ad-event-section .ad-event-link:hover span::after {
    width: 100%;
  }

  .ad-event-section .ad-event-link span {
    font-size: 2rem;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    color: #f0acad;
    font-weight: 500;
    position: relative;
    letter-spacing: 0;
  }

  .ad-event-section .ad-event-link span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    right: -55px;
    background: url(../images/admission/ad-link-arrow.png) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }

  .ad-event-section .ad-event-link span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #f0acad;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
  }

  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }


  .ad-information-list ul {
    margin-bottom: 10px;
  }
  .ad-information-list li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ad-information-list li .info {
    display: block;
  }
  .ad-information-list li .daycat {
    line-height: 1.6;
  }
  .ad-information-list li .read {
    width: auto;
    /*margin-top: 3px;*/
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
  }

  /*.ad-bnr-section h3.admission-title,
  .ad-information-section h3.admission-title {
    margin-left: 3%;
  }*/

  .ad-admission-section h3.admission-title span,
  .ad-bnr-section h3.admission-title span,
  .ad-information-section h3.admission-title span,
  .ad-sports-section h3.admission-title span {
    font-size: 14.5vw;
  }
  .ad-about-section h3.admission-title span,
  .ad-bnr-section h3.admission-title span {
    font-size: 11vw;
  }
  .ad-information-section h3.admission-title span {
    font-size: 10vw;
  }


  .ad-information-section h3.admission-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .ad-information-section h3.admission-title span {
    font-size: 7vw;
  }



  .ad-admission-section .admission-bg-area .admission-text-box {
    width: 85%;
    padding-left: 5%;
  }

  .ad-admission-section .admission-bg-area .admission-text-box .admission-link {
    max-width: 520px;
    justify-content: unset;
  }

  .ad-admission-section .admission-bg-area .admission-text-box .admission-link li {
    width: 70%;
    max-width: 240px;
    margin-right: 20px;
  }

  .ad-admission-section .admission-bg-area .admission-text-box .admission-link li a::before {
    right: 15px;
  }

  .ad-admission-section .admission-bg-area .pickup-list {
/*    display: block;*/
    position: relative;
    margin-right: -10vw;
  }
  .ad-admission-section .admission-bg-area .pickup-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    max-width: initial;
  }
  .ad-admission-section .admission-bg-area .pickup-list li img {
    max-width: 100%;
    height: auto;
  }
  .ad-admission-section .admission-bg-area .pickup-list li a {
    padding: 0;
    background: none;
  }

  .ad-admission-section .admission-bg-area .pickup-list .pickup {
    
  }

  .ad-admission-section.has-banner .admission-bg-area .admission-img-box {
    top: 7%;
    height: calc(100% - 39vh);
    transform: translateY(0);
  }


  .ad-sports-section {
    padding-top: 8vw;
    margin-bottom: 8vw;
  }
  .ad-sports-section .content-inner {
    width: 95%;
    margin-right: 0;
  }
  .ad-sports-section .admission-title {
    margin-bottom: -15px !important;
  }
  .ad-sports-section .bg {
/*    padding: 8vw 0;*/
  }


  .ad-btn-section {
    width: 90%;
    margin: 3vh auto;
  }

  .ad-btn-section .ad-btn-list li a {
    height: clamp(200px, 24vw, 300px);
  }

  .ad-btn-section .ad-btn-list li a span {
    font-size: 1.4rem;
  }

  .ad-bnr-section {
    padding: 1px 0 5vw 0vw;
  }
  .ad-bnr-section .bg .content-inner {
    padding-bottom: 3vh;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ad-bnr-section > .content-inner {
    width: auto;
    padding-left: 5%;
    padding-right: 0;
  }
  .ad-bnr-section .admission-title {
    margin-bottom: -15px !important;
  }
  .ad-bnr-section .bg {
    padding-top: 8vw;
  }

  .ad-bnr-section ul.top-sp-bnrlinks {
    justify-content: space-between;
  }

  .ad-bnr-section ul.top-sp-bnrlinks li {
    /*width: 49%;*/
    width: 32%;
    margin-right: 0;
    /*margin-bottom: 3%;*/
    margin-bottom: 2%;
  }

  .ad-bnr-section ul.top-sp-bnrlinks li.w100 {
    width: 100%;
  }

  .ad-top-sns-inner ul.ad-sns-links li {
    width: 60px;
    margin-right: 4vw;
  }

  .know-lead-text {
    padding: 50px 0;
  }

  .know-lead-text .en {
    font-size: 3rem;
  }

  .know-lead-text .jp {
    font-size: 1.6rem;
  }

  .know-lead-text::before {
    width: 80%;
  }

  .know-concept-box {
    flex-direction: column;
    justify-content: unset;
  }

  .know-concept-box .concept-text {
    width: 100%;
    padding: 5vw;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .know-concept-box .concept-img {
    order: -1;
    width: 100%;
    height: clamp(250px, 48vw, 400px);
  }

  .learn-pagehead {
    padding: 5vw;
  }

  .learn-pagehead h4.center-title {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .learn-list-wrap {
    margin-bottom: 10vw;
  }

  .learn-list-wrap .faculty-wrap {
    flex-direction: column;
  }

  .learn-list-wrap .faculty-wrap .faculty-img {
    width: 100%;
    height: 35vh;
  }

  .learn-list-wrap .faculty-wrap .faculty-name {
    width: 100%;
    padding: 5vw 4vw;
  }

  .learn-list-wrap .faculty-wrap .faculty-name p.f-catname {
    width: 100%;
  }

  .learn-list-wrap .faculty-wrap .faculty-name .f-icon {
    min-width: 40px;
    min-height: 40px;
    width: 7vw;
    height: 7vw;
    margin: 10px auto;
  }

  .learn-list-wrap .faculty-wrap .faculty-name .f-mv-title {
    margin-bottom: 20px;
  }

  .learn-list-wrap .faculty-wrap .faculty-name .f-mv-title span.jp {
    font-size: 2.6rem;
  }

  .learn-list-wrap .faculty-wrap .faculty-name a {
    width: 60%;
    max-width: 300px;
    height: 40px;
    border-radius: 100px;
    font-size: 1.3rem;
  }

  .learn-list-wrap .faculty-wrap .faculty-point {
    width: 100%;
    padding: 0 5vw 10vw;
  }

  .learn-list-wrap .faculty-wrap .faculty-point ol.num-pickup li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  ul.career-num-wrap {
    flex-direction: column;
    justify-content: unset;
    padding: 0 4vw;
  }

  ul.career-num-wrap li {
    width: 100%;
  }

  ul.career-num-wrap li p.title {
    width: 100%;
    font-size: 1.6rem;
    padding: 5px;
  }

  ul.career-num-wrap li p.title span {
    font-size: 1.2rem;
  }

  ul.career-num-wrap li p.num {
    font-size: 2rem;
  }

  ul.career-num-wrap li p.num span {
    font-size: 5rem;
  }

  ul.career-num-wrap li > *:last-child {
    margin-bottom: 0;
  }

  ul.career-num-wrap li + li {
    margin-top: 30px;
  }

  .event-list {
    flex-wrap: unset;
    flex-direction: column;
    justify-content: unset;
  }

  .event-list > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .event-list > li > a {
    padding: 5vw 5vw 7vw;
  }

  .event-list > li > a .status {
    font-size: 1.4rem;
  }

  .event-list > li > a .event-title {
    font-size: 1.6rem;
  }

  .event-list > li > a .date {
    font-size: 1.8rem;
  }

  .event-list > li > a .date span {
    font-size: 1.4rem;
  }

  .event-list > li > a .oc_content {
    width: 100%;
  }

  .event-list > li > a .oc_content .oc_content-wrap p.pickup-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1em;
    padding: 0.5em 0;
    margin-bottom: 0.2em;
  }

  .event-list > li > a .oc_content .oc_content-wrap ul li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6em;
    padding: 0.1em 0;
  }

  .event-list > li > a .end-info {
    padding: 5vw;
    font-size: 1.6rem;
  }

  .event-list > li > a .info {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .event-list > li > a .pickup-img {
    width: 100%;
    height: 100%;
  }

  .event-list > li > a .pickup-img img {
    width: 100%;
    display: block;
  }

  .event-list > li > a.unpub {
    pointer-events: none;
    background: #DADADA;
  }

  .event-list > li > a.unpub .status {
    color: #AAA;
    width: 100%;
  }

  .event-list > li > a.unpub::before {
    display: none;
  }

  .ad-faq-box {
    padding: 5vw 4vw;
  }

  .ad-faq-box h4.ad-faq-title {
    font-size: 2rem;
  }

  .ad-faq-box .ad-faq-list dt {
    font-size: 1.5rem;
  }

  .ad-faq-box .ad-faq-list dt::before {
    top: 0;
  }

  .ad-faq-box .ad-faq-list dt::after {
    border-right: 1px solid #f0acad;
    border-bottom: 1px solid #f0acad;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
  }

  .ad-faq-box .ad-faq-list dt.is-show::after {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
  }

  .ad-faq-box .ad-faq-list dd {
    font-size: 1.3rem;
  }

  ul.ad-req-panf-list {
    flex-direction: column;
    justify-content: unset;
  }

  ul.ad-req-panf-list.col3 li {
    width: 100%;
  }
  ul.ad-req-panf-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  ul.ad-req-panf-list li img {
    width: 60%;
    max-width: 250px;
    margin-bottom: 20px;
  }

  .hrefimglink {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .ad-list-box {
    padding: 5vw;
  }

  .ad-list-box p.title {
    font-size: 1.6rem;
  }

  .ad-list-box .disc-list.col-3 li {
    width: 100%;
    min-width: unset;
  }

  dl.ad-sch-faq dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 5vw;
  }

  dl.ad-sch-faq dd p.answer {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 5vw;
  }

  ul.ad-cal-tab-list {
    flex-direction: column;
  }

  ul.ad-cal-tab-list li {
    width: 100%;
    padding: 10px 50px 10px 10px;
  }

  ul.ad-cal-tab-list li p {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  ul.ad-cal-tab-list li::before, ul.ad-cal-tab-list li::after {
    left: unset;
    bottom: unset;
    top: 50%;
  }

  ul.ad-cal-tab-list li::before {
    right: 10px;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
  }

  ul.ad-cal-tab-list li::after {
    right: 25px;
    transform: translate(0, -50%) skew(45deg) rotate(45deg);
    height: 20px;
  }

  p.cal-pannel-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .cal-content-box .leftbox table thead th {
    font-size: 1.2rem;
    height: 80px;
  }

  .cal-content-box .leftbox th, .cal-content-box .leftbox td {
    padding: 2rem 0.5em;
  }

  .cal-content-box .leftbox th {
    white-space: normal;
    min-width: 5rem;
    height: 300px;
  }

  .cal-content-box .leftbox th a {
    font-size: 1.2rem;
  }

  .cal-content-box .leftbox tr.sogo-e {
    height: 301px !important;
  }

  .cal-content-box .rightbox table.table-std th, .cal-content-box .rightbox table.table-std td {
    padding: 2rem 0;
  }

  .cal-content-box .rightbox table.table-std tr.sogo-e {
    height: 301px !important;
  }

  .cal-content-box .rightbox table.table-std thead tr {
    display: flex;
  }
  .cal-content-box .rightbox table.table-std thead th {
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cal-content-box .rightbox table.table-std tbody tr {
    height: 300px;
    display: flex;
  }

  .paragraph.road-lead-text {
    text-align: unset;
  }

  .road-title-container {
    padding: 120px 0 90px;
  }

  .road-title-container::before {
    width: 90px;
    height: 100px;
  }

  .road-title-container::after {
    width: 100px;
    height: 90px;
  }

  .road-title-container .road-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .road-title-container .road-title::before {
    top: -50px;
    right: -75px;
    width: 150px;
    height: 50px;
  }

  .road-title-container .paragraph {
    padding: 0 5vw 5vw;
  }

  .road ul.tab-list {
    margin-bottom: 50px;
  }

  .road ul.tab-list li {
    padding: 10vw 5vw;
    font-size: 1.6rem;
  }

  .btn-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
    flex-wrap: unset;
    flex-direction: column;
  }

  .btn-container a.round-link {
    margin-bottom: 20px;
  }

  .btn-container.col-2 a.round-link {
    width: 100%;
    margin-right: 0;
    padding: 0 60px 0 20px;
    line-height: 1.4;
  }

  .btn-container.col-3 a.round-link {
    width: 100%;
    margin-right: 0;
  }

  .exam-link-container {
    width: 100%;
    max-width: 350px;
    margin: 50px auto 100px;
  }

  .exam-link-container a.exam-link {
    font-size: 1.4rem;
  }

  .exam-link-container.dual a.exam-link {
    width: 100%;
    margin-bottom: 10px;
  }

  .exam-link-container + .exam-link-container {
    margin: -50px auto 50px;
  }

  .exp-content-container .exp-content {
    margin-bottom: 60px;
    opacity: 0;
  }

  .exp-content-container .exp-content .exp-main {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    margin-bottom: 40px;
  }

  .exp-content-container .exp-content .exp-main figure {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .exp-content-container .exp-content .exp-main .main-text {
    width: 100%;
  }

  .exp-content-container .exp-content .exp-main .main-text .catch-copy {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .exp-content-container .exp-content .exp-main .main-text .student-data .data-head {
    flex-direction: column;
    align-items: unset;
    padding-left: 52px;
  }

  .exp-content-container .exp-content .exp-main .main-text .student-data .data-head::before {
    width: 55px;
    height: 55px;
  }

  .exp-content-container .exp-content .exp-main .main-text .student-data .data-head span {
    font-size: 1.4rem;
  }

  .exp-content-container .exp-content .exp-main .main-text .student-data .data-head span.name {
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .exp-content-container .exp-content .exp-faq .faq-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .exp-content-container .exp-content .exp-faq .faq-content dt::before, .exp-content-container .exp-content .exp-faq .faq-content dd::before {
    font-size: 2rem;
  }

  .exp-content-container .exp-content .exp-faq .faq-content dt {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .exp-content-container .exp-content .exp-faq .faq-content dd {
    line-height: 1.7;
  }

  .exp-content-container .exp-content .accordion-btn {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }

  .exp-content-container .exp-content .accordion-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
    height: 1px;
    background: #7f7f7f;
  }

  .exp-content-container .exp-content .accordion-btn div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f0acad;
    position: relative;
  }

  .exp-content-container .exp-content .accordion-btn div::before, .exp-content-container .exp-content .accordion-btn div::after {
    content: "";
    position: absolute;
    left: 11.5px;
    top: 17px;
    width: 12px;
    height: 1px;
    background: #FFF;
  }

  .exp-content-container .exp-content .accordion-btn div::after {
    transform: rotate(90deg);
    transition: transform 0.4s ease;
  }

  .exp-content-container .exp-content:nth-of-type(2n) .exp-main .main-text {
    order: 2;
  }

  .old-data-message {
    padding: 5vw;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .two-column-container table {
    width: 100%;
    margin-right: 0;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .two-column-container table + table {
    border-top: 0;
  }
  .two-column-container table:last-child {
    border-bottom: 3px solid #f0acad;
  }

  .box-text {
    padding: 5vw;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .admission .header .admission-sitename {
    min-width: 15ch;
    text-align: center;
  }

  .admission .ad-page-head .ad-mainvisual.sp img {
    max-width: 500px;
  }

  .ad-top-page-head .ad-top-mainvisual .mv-box .mv-cat-title {
    height: 80%;
  }

  .ad-global-menu {
    top: calc((70px - 5vw) / 2);
    width: 5vw;
    height: 5vw;
  }

  .ad-global-menu .btn-border {
    width: 3vw;
    margin: 2.5vw auto 0;
  }

  .ad-global-menu .btn-border span {
    width: 3vw;
  }

  .ad-global-menu .btn-border span:nth-child(1) {
    top: -1vw;
  }

  .ad-global-menu .btn-border span:nth-child(2) {
    top: 0vw;
  }

  .ad-global-menu .btn-border span:nth-child(3) {
    top: 1vw;
  }

  .ad-global-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 1vw) rotate(-45deg);
  }

  .ad-global-menu.is-show .btn-border span:nth-child(2) {
    opacity: 0;
  }

  .ad-global-menu.is-show .btn-border span:nth-child(3) {
    transform: translate(0, -1vw) rotate(45deg);
  }
}
/*# sourceMappingURL=maps/admission.css.map */



/* OCバナー2407 */
.admission_ocbnr {
  margin-top: 60px;
}
.admission_ocbnr ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.admission_ocbnr li {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.admission_ocbnr li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .admission_ocbnr {
    margin-top: 30px;
  }
  .admission_ocbnr ul {
    display: block;
  }
  .admission_ocbnr li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .admission_ocbnr li:last-child {
    margin-bottom: 0;
  }
}


/* 右上ヘッダーメニュー */
.admission .header .fix-menu {
  margin-left: auto;
  margin-top: -1vw;
  display: flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.admission .header .fix-menu li {
  width: 6vw;
  height: 6vw;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.admission .header .fix-menu li a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  padding: .2vw 0;
  color: #f0acad;
  font-size: .8vw;
  line-height: 1.3em;
  text-align: center;
  font-weight: 600;
  border-left: 1px solid #f0acad;
}
.admission .header .fix-menu li a::before {
  content: "";
  width: 5vw;
  height: 2.8vw;
  margin: .2vw auto 0;
  background: #ddd;
  display: block
}
.admission .header .fix-menu li:nth-of-type(1) a::before {
  background: url(../images/common/fix-icon01.svg) no-repeat center center;
  background-size: contain
}
.admission .header .fix-menu li:nth-of-type(2) a::before {
  background: url(../images/common/fix-icon02.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: .5vw
}
.admission .header .fix-menu li:nth-of-type(3) a::before {
  background: url(../images/common/fix-icon03.svg) no-repeat center center;
  background-size: contain
}

.admission .header.hide-out .fix-menu {
  margin-top: 0;
}
.admission .header.hide-out .fix-menu li {
  width: 7vw;
  height: 7vw;
}
.admission .header.hide-out .fix-menu li a {
  padding: 0.8vw 0;
}

@media screen and (max-width: 768px) {
  .admission .header .fix-menu {
    display: none;
  }
}



/* アンカー */
.admission.hennyu .ankerlink-list {
  justify-content: center;
}
.admission.hennyu .ankerlink-list li {
  margin-left: 1.25%;
}
.admission.hennyu .ankerlink-list li:nth-child(3n+1) {
  margin-left: 0;
}


/* ----------------------------- YouTube動画埋め込み */
.youtube-movie {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.u-youtube-wrap { position: relative; width: 100%; padding-top: 56.2%; }
.u-youtube-wrap iframe,
.u-youtube-wrap video,
.u-youtube-wrap img.replace { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
.u-youtube-wrap img.replace { cursor: pointer; object-fit: cover; }
.u-youtube-wrap .js-youtube-replace:before,
.u-youtube-wrap .js-video-replace:before { display: block; content: ""; background: url(../images/common/icon_youtube.svg) no-repeat center; background-size: 70px 49px; width: 70px; height: 49px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: 1; }

@media screen and (max-width: 767px) {
  .youtube-movie {margin-bottom: 30px;}
  .u-youtube-wrap { position: relative; width: 100%; padding-top: 56.2%; }
  .u-youtube-wrap iframe,
  .u-youtube-wrap video { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
}

.movie-content {
  margin-top: 25px;
  text-align: center;
}
.movie-heading {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #e26084;
  font-weight: bold;
}
.movie-lead {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .movie-content {
    margin-top: 15px;
  }
  .movie-heading {
    font-size: 22px;
  }
  .movie-lead {
    text-align: left;
  }
}


.js-accordion-trigger {
  position: relative;
  cursor: pointer;
}
.js-accordion-trigger span {
  font-weight: 500;
}
.js-accordion-trigger span:before,
.js-accordion-trigger span:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: .4s ease all;
}
.js-accordion-trigger span:after {
  transform: rotate(-90deg);
}
.js-accordion-trigger.is-open span:after {
  transform: rotate(0);
}
.js-accordion-content {
  display: none;
}


@media screen and (max-width: 1024px) {
  .js-sp-accordion-trigger {
    position: relative;
  }
  .js-sp-accordion-trigger span:before,
  .js-sp-accordion-trigger span:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: .4s ease all;
  }
  .js-sp-accordion-trigger span:after {
    transform: rotate(-90deg);
  }
  .js-sp-accordion-trigger.is-open span:after {
    transform: rotate(0);
  }
  .js-sp-accordion-content {
    display: none;
  }


  .js-sp-table-accordion,
  .js-sp-table-accordion thead,
  .js-sp-table-accordion tbody,
  .js-sp-table-accordion tr,
  .js-sp-table-accordion th,
  .js-sp-table-accordion td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .js-sp-table-accordion th {
    position: relative;
    padding-right: 30px;
    text-align: left !important;
  }
  .js-sp-table-accordion th:before,
  .js-sp-table-accordion th:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: .4s ease all;
  }
  .js-sp-table-accordion th:after {
    transform: rotate(-90deg);
  }
  .js-sp-table-accordion th.is-open:after {
    transform: rotate(0);
  }
  .js-sp-table-accordion td {
    display: none;
    padding: 10px 15px !important;
  }
}



#sports .mainvisual {
  background: unset;
  /*height: 44vw;*/
  height: 55vw;
  position: relative;
  background: url(../images/campuslife/sports/sports-mv-photo.webp) no-repeat center bottom, url(../images/campuslife/sports/sports-mv-photo-bg.webp) no-repeat center;
  background-size: auto 87%, cover;
  padding-top: 30px;
}

#sports .mainvisual .mv-sports-photo {
  position: absolute;
  width: 50%;
  height: 32vw;
  background: #000;
  overflow: hidden;
}

#sports .mainvisual .mv-sports-photo span {
  position: relative;
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
}

#sports .mainvisual .mv-sports-photo.photo01 {
  left: 0;
  bottom: 0;
}

#sports .mainvisual .mv-sports-photo.photo01 span {
  background: url(../images/campuslife/sports/sports-mv-photo01.webp) no-repeat center center;
  background-size: cover;
}

#sports .mainvisual .mv-sports-photo.photo02 {
  right: 0;
  top: 0;
}

#sports .mainvisual .mv-sports-photo.photo02 span {
  background: url(../images/campuslife/sports/sports-mv-photo02.webp) no-repeat center center;
  background-size: cover;
}

#sports .mainvisual p.mv-sports-copy {
  /*position: absolute;*/
  /*top: 3vw;*/
  /*left: 2vw;*/
}

#sports .mainvisual p.mv-sports-copy span {
  position: relative;
  /*font-size: 5.5vw;*/
  font-size: 5vw;
  line-height: 100%;
  letter-spacing: .2em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

#sports .mainvisual .mv-sports-btn {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  text-align: center;
}
#sports .mainvisual .mv-sports-btn a {
  display: inline-block;
  background: #fff;
  color: #d80c18;
  font-size: 23px;
  padding: 20px 70px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}


@media screen and (max-width: 1024px) {
  #sports .mainvisual {
    height: 56vw;
  }
  #sports .mainvisual .mv-sports-photo {
    height: 30vw;
  }

  #sports .mainvisual .mv-sports-photo.photo01 {
/*    bottom: -16vw;*/
      bottom: 9vw;
  }

  #sports .mainvisual .mv-sports-photo.photo02 {
/*    top: calc(1.8rem + .5vw + 5vw);*/
  }

  #sports .mainvisual p.mv-sports-copy {
    top: 6vw;
    left: 2.5vw;
  }

  #sports .mainvisual p.mv-sports-copy span {
    font-size: 5.4vw;
  }
  #sports .mainvisual .mv-sports-btn {
    bottom: 6vw;
  }
  #sports .mainvisual .mv-sports-btn a {
    font-size: 15px;
    padding: 8px 40px;
    border-radius: 3px;
  }
}