@charset "utf-8";

:root {
  --oc2026-pink: #F38AF3;
}

.inlineB {
  display: inline-block !important;
}

body {
  background: #f3f8fa;
}

.wrap {
  max-width: 1200px;
  padding: 0 15px;
}

@media screen and (max-width: 959px) {
  .disPc {
    display: none;
  }

  .top .wrapInner {
    padding-top: 45px;
  }
}

@media screen and (min-width: 960px) {
  .disSp {
    display: none;
  }
}

h2 {
  font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.os {
  font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
}

h2,
h3 {
  font-weight: 500;
}

a {
  text-decoration: none;
}

.info .facultyName h3:after,
.ocH2 p .info {
  color: #c0e42c;
}

.music .facultyName h3:after,
.ocH2 p .music {
  color: #ff7b61;
}

.ouyo .facultyName h3:after,
.ocH2 p .ouyo {
  color: #4bb8f6;
}

.butai .facultyName h3:after,
.ocH2 p .butai {
  color: #ff5f80;
}

.policy .facultyName h3:after,
.ocH2 p .policy {
  color: #a099e1;
}

.sport .facultyName h3:after,
.ocH2 p .sport {
  color: #ffbb27;
}

.top .news {
  padding-top: 20px;
}

.top .news .flex {
  margin: 3em 20px 0 20px;
}

.top .news .flex ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top .news .flex>div:nth-of-type(1) h2 {
  margin-top: -1em;
}

.top .news .flex ul span {
  display: inline-block;
  margin-right: 1em;
}

.top .news .flex ul a {
  display: block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-bottom: 1px solid #fff;
  color: #181919;
  letter-spacing: 1px;
  position: relative;
}

.top .news .flex ul>li:nth-of-type(1) a {
  border-top: 1px solid #fff;
}

.top .news .flex ul a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 0.5em;
}

.btnWhite {
  display: table;
  margin: 1em auto 3em;
  color: #181919;
  background: #fff;
  padding: 0.5em 2em 0.5em 2.5em;
  font-weight: 700;
  width: 70%;
  text-align: center;
}

.btnWhite span {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
}

.btnWhite span:before {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #181919;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.fade,
.single-item {
  margin: 0;
  padding: 0;
}

.single-item {
  margin: auto;
  width: calc(92% + 1px);
}

.single-item img {
  width: 100%;
  height: auto;
}

#mainVisual {
  margin: 5px;
  width: calc(100% - 10px);
  height: 450px;
  display: flex;
}

#mainVisual>div:nth-of-type(2) img {
  width: 100%;
}

#mainVisual>div:nth-of-type(1) {
  width: 100%;
}

#mainVisual>div:nth-of-type(2) {
  display: none;
}

#slide {
  position: relative;
}

#slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s all;
}

#slide a:hover {
  background: rgba(247, 141, 188, 0.3);
}

.slideInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.slideInner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 20%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
}

.slideInner p img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.slideInner .flex {
  margin-bottom: 8vw;
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  z-index: 5;
}

.slideInner .flex a {
  display: block;
}

.slideInner .flex>div:nth-of-type(2) {
  align-self: center;
}

.top .news h2 .upper {
  font-size: 0.4em;
  color: #26c5cf;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
  padding: 0 1em;
  border-bottom: 2px solid #181919;
}

.top .news h2 {
  font-size: 2.5rem;
  margin: 0;
  border: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.top .news .h2 {
  border-top: none;
}

.bnrArea a {
  display: block;
}

.bnrArea img {
  width: 100%;
  transition: 0.4s all;
}

.bnrArea a:hover img {
  opacity: 0.7;
}

.top .ocH2 {
  overflow: hidden;
  position: relative;
}

.top a.ocH2 {
  display: table;
  color: #181919;
}

.top .ocH2 .pink {
  color: #ff649c;
}

.top .ocH2 p.sub {
  font-weight: 700;
  position: relative;
  display: table;
  margin: auto;
}

.top .ocH2 p.sub:before,
.top .ocH2 p.sub:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #181919;
  top: 50%;
  width: calc(100vw - 3.5em);
}

.top .ocH2 p.sub:before {
  right: calc(100% + 0.2em);
}

.top .ocH2 p.sub:after {
  left: calc(100% + 0.5em);
}

.top .ocH2 p .bg {
  position: relative;
  z-index: 1;
  padding: 0 0.3em;
}

.top .ocH2 p .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: rotate(-2deg);
}

.top .topAdmission .ocH2 p.sub {
  color: #181919;
}

.top .topAdmission .ocH2 p.sub:before,
.top .topAdmission .ocH2 p.sub:after {
  border-bottom: 1px solid #181919;
}

.top .topAdmission h2,
.top .topFaculty h2,
.top .topInterview h2,
.top .topCareer h2 {
  font-size: 2.5rem;
  margin: auto;
  padding: 0.3em 0.1em;
  font-weight: 700;
  text-align: center;
}

.top .topCampuslife h2 {
  font-size: 3.4rem;
}

.top .topAdmission h2 {
  max-width: 502px;
}

.top .topAdmission .img img,
.top .topCareer .img img {
  width: 100%;
}

.top .topInterview h2 {
  margin-top: 0.4em;
}

.topInterview {
  background: #fff;
}

.topInterview .wrap {
  padding-bottom: 10px;
  padding-top: 30px;
}

.topInterview h2 span {
  display: block;
}

.topInterview h2 span:nth-of-type(1) {
  color: #26c5cf;
  font-size: 1rem;
}

.topInterview h2 span:nth-of-type(2) {
  color: #acb6e5;
  background: rgb(33, 190, 181);
  background-image: linear-gradient(130deg,
      rgba(33, 190, 181, 1) 0%,
      rgba(24, 25, 25, 1) 30%,
      rgba(24, 25, 25, 1) 70%,
      rgba(18, 151, 231, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.topInterview a {
  padding: 5px;
  display: table;
  width: 280px;
  margin: 0 auto 120px;
  color: #181919;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}

.topInterview a span {
  display: inline-block;
  background-color: #fff;
  padding: 1em;
  width: 100%;
  position: relative;
  /*
  background-image: url(../../../img/page/examinee/index2023/icon_arrow_pink.svg);
  background-repeat: no-repeat;
  background-position: left 0.8em center;
  */
}

.topInterview a span:after {
  content: '';
  display: block;
  width: 12%;
  height: 0.8em;
  transform: skewX(45deg) translateY(-50%);
  bottom: 5px;
  border-bottom: 2px solid rgb(162, 255, 128);
  border-right: 2px solid rgb(162, 255, 128);
  position: absolute;
  left: 0;
  top: 50%;
}

.topInterview a.btn1 {
  background: rgb(162, 255, 128);
  background: linear-gradient(-90deg, rgba(162, 255, 128, 1) 0%, rgba(33, 196, 187, 1) 100%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.topInterview a.btn2 {
  background: rgb(11, 128, 255);
  background: linear-gradient(-90deg, rgba(11, 128, 255, 1) 0%, rgba(33, 196, 187, 1) 100%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.topInterview p {
  color: #333b3b;
  font-weight: 700;
  font-size: 0.75rem;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 1em;
}

.topInterview .topStudents p img {
  min-width: 230px;
}

.topInterview .topGraduates p img {
  min-width: 300px;
}

.topInterview a:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.topInterview a:nth-of-type(1):before {
  background: rgb(162, 255, 128);
  background: linear-gradient(-180deg, rgba(162, 255, 128, 1) 0%, rgba(33, 196, 187, 1) 100%);
  opacity: 0.4;
}

.topInterview a:nth-of-type(2):before {
  background: rgb(11, 128, 255);
  background: linear-gradient(0deg, rgba(11, 128, 255, 1) 0%, rgba(33, 196, 187, 1) 100%);
  opacity: 0.2;
}

.topInterview .img {
  width: 90%;
  margin: 20px auto 40px;
}

.topInterview img {
  width: 100%;
  display: block;
}

.topFaculty .wrap {
  position: relative;
  z-index: 3;
}

.topFaculty {
  position: relative;
  overflow: hidden;
}

.topFaculty:after {
  content: '';
  display: block;
  width: 430px;
  height: 430px;
  border-radius: 55px;
  background: rgb(215, 255, 250);
  background: linear-gradient(321deg, rgba(215, 255, 250, 1) 0%, rgba(215, 255, 250, 0) 100%);
  position: absolute;
  top: 0;
  right: -200px;
  transform: rotate(45deg);
}

@media screen and (max-width: 560px) {
  .top .topAdmission .img img {
    width: 120%;
    margin-left: -10%;
  }
}

.top .topAdmission {
  position: relative;
  overflow: hidden;
}

.top .topAdmission .base {
  position: relative;
  z-index: 5;
}

.top .topAdmission .wrap {
  padding-top: 40px;
  padding-bottom: 30px;
}

.top .topCareer .careerBtn {
  background: #fff;
  position: relative;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  border: 1px solid #181919;
  border-radius: 8px;
}

.top .topCareer .careerBtn a {
  color: #181919;
  font-weight: 700;
  padding: 3px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  transition: 0.4s all;
  border-radius: 0;
}

.top .topCareer .careerBtn a:hover {
  background: #5de9ed;
  color: #fff;
}

.top .topCareer .careerBtn a:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.top .topCareer .careerBtn a>span {
  padding: 0.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  color: #269aa4;
}

@media screen and (max-width: 959.9px) {
  .top .ocH2 p.sub {
    font-size: 1rem;
  }

  .top .topEx .ocH2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .top .topOc .img.forSp {
    border-radius: 16px;
    overflow: hidden;
    margin-inline: 20px;
  }

  .topCampuslife a.ocH2 h2 {
    margin: 0 auto 30px;
    text-align: center;
  }

  .topFaculty .lead {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .single-item {
    max-width: 450px;
  }
}

@media screen and (max-width: 560px) {
  .slick-dotted.slick-slider {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  #mainVisual>div:nth-of-type(2) .slick-slide img {
    width: calc(100% - 1px);
  }

  .top .topCampuslife h2 {
    font-size: 4.687rem;
    line-height: 1.3em;
  }

  .top .topAdmission .img img {
    object-fit: cover;
    height: 100%;
  }

  .top .topAdmission .img {
    left: auto;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: calc(50% - 10px);
    overflow: hidden;
    z-index: 1;
    position: absolute;
  }

  .topInterview .wrap {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto auto;
    margin-right: 0;
    width: auto;
    max-width: initial;
    justify-items: stretch;
    padding: 10px;
  }

  .topInterview .ocH2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding-top: 1.5em;
    margin-right: 5px;
  }

  .topInterview .img {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .topInterview .topStudents {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-top: 32px;
  }

  .topInterview .topGraduates {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-top: 57px;
  }

  .topInterview h2 span:nth-of-type(1) {
    font-size: 1.25rem;
  }

  .topInterview a {
    font-size: 1.2rem;
  }

  .topInterview {
    position: relative;
    background-image: url(../../../img/page/examinee/index2023/bg_square.svg);
    background-repeat: no-repeat;
    background-position: -150px center;
  }
}

.top .topAdmission {
  background: #f3f8fa;
  padding-bottom: 10px;
  transition: 0.4s all;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.top .topAdmission.topAdmissionHover {
  background: #a4ffee;
}

.top .topAdmission a {
  color: #181919;
  display: block;
  height: 100%;
}

.top .topAdmission a {}

.topAdmission .wrap {
  position: relative;
  z-index: 5;
}

.topAdmission .wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
  bottom: 0;
  width: 50%;
  background: linear-gradient(180.57deg,
      rgba(255, 252, 158, 1) 0%,
      rgba(37, 217, 254, 1) 85.9%,
      rgba(37, 217, 254, 1) 100%);
  opacity: 0.44;
  transform: translateX(-50%);
}

.topAdmission p.topAdBtn {
  display: table;
  margin: auto;
}

.topAdmission p.topAdBtn span {
  color: #181919;
  padding: 0.5em 2em 0.5em 0.1em;
  border: 1px solid #26c5cf;
  font-weight: 700;
  position: relative;
  display: block;
  background: #fff;
  margin-top: 20px;
}

.topAdmission p.topAdBtn span:after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-left: 8px solid #26c5cf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1220px) {
  .topInterview .wrap {
    margin-left: calc((100vw - 1200px) / 2);
  }
}

@media screen and (min-width: 1714px) {
  .top .topAdmission .img img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
}

.topEntExam {
  background: #8feaf5;
}

.topEntExam .wrap {
  padding: 8px;
}

.topForGuardian {
  color: #fff;
  font-weight: 700;
  padding: 1em;
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(124.09deg,
      rgba(151, 227, 232, 1) 0%,
      rgba(142, 225, 230, 1) 2.65%,
      rgba(110, 216, 223, 1) 13.58%,
      rgba(84, 209, 217, 1) 25.46%,
      rgba(63, 204, 213, 1) 38.44%,
      rgba(49, 200, 209, 1) 53.1%,
      rgba(41, 198, 208, 1) 70.82%,
      rgba(38, 197, 207, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97E3E8', endColorstr='#26C5CF', GradientType=1);
}

.topForGuardian h2 {
  margin-bottom: 0;
}

.topForGuardian h2 a {
  display: block;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  background: #269aa4;
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  transition: 0.4s all;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.topForGuardian h2 a span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  line-height: 1em;
}

.topForGuardian h2 a span:after {
  content: '';
  display: block;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.topForGuardian h2 a:hover {
  background: #fff;
  color: #26c5cf;
}

.topForGuardian h2 a:hover:after {
  border-left: 10px solid #26c5cf;
}

.topForGuardian p {
  font-size: 0.85rem;
  line-height: 1.8em;
  margin: 0;
}

.topFaculty {
  position: relative;
}

.topFaculty .bg {
  padding-top: 40px;
}

.topCareer a.ocH2,
.topCareer a.ocH2 h2,
.topCampuslife a.ocH2 h2,
.topCampuslife a.ocH2 h2,
.topFaculty a.ocH2,
.topFaculty a.ocH2 h2 {
  color: #181919;
  transition: 0.4s all;
}

.topCareer a.ocH2:hover h2,
.topCampuslife a.ocH2:hover h2,
.topFaculty a.ocH2:hover h2 {
  color: #ff649c;
}

.topFaculties {
  position: relative;
}

.topFaculty div.bg {
  background-repeat: repeat-y;
  background-position: center top;
  padding-bottom: 50px;
  background-size: 100% 2px;
}

.topFaculties h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  margin-top: -1.5em;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}

ul.gr {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}

ul.gr li {}

ul.gr a {
  display: flex;
  background: #fff;
  color: #181919;
  font-size: 1.3rem;
  padding: 5px;
  margin: 5px;
  position: relative;
}

ul.gr a:hover .grk {
  color: #fff !important;
}

ul.gr a:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../../../img/page/examinee/icon_btn_arrow.png);
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
}

ul.gr a span.left {
  background: #26c5cf;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.5rem;
  margin-right: 0.5em;
}

ul.gr .right {
  padding: 5px;
}

ul.gr .small {
  font-size: 0.7em;
  display: block;
}

.topFaculties .img img {
  width: 100%;
  max-width: 756px;
}

.topFaculties a {
  display: block;
  position: relative;
  overflow: hidden;
}

.topFaculty .lead p {
  color: #26c5cf;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.facultyName {
  width: calc(80% + 20px);
}

.sport .facultyName {
  width: 99%;
}

.facultyName span.fnH3 {
  position: relative;
  display: block;
  padding: 0.8em 0.8em 18px;
  padding-top: calc(0.8em + 0.85rem);
}

.facultyName span.fnH3:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url(../../../img/page/examinee/index2022/icon_arrow_green.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}

.facultyName h3 {
  position: relative;
}

.facultyName h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.2rem;
  background: rgba(18, 197, 207, 0.2);
}

.facultyName h3:after {
  font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
  font-size: 0.85rem;
  position: absolute;
  padding: 0 5px;
  line-height: 1.2rem;
  top: 0;
  left: 0;
  display: block;
  background: #181919;
}

.info .facultyName h3:after {
  content: 'Department of Information Expression';
}

.music .facultyName h3:after {
  content: 'Department of Music Expression';
}

.ouyo .facultyName h3:after {
  content: 'Department of Music Business Development';
}

.butai .facultyName h3:after {
  content: 'Department of Performing Arts';
}

.policy .facultyName h3:after {
  content: 'Department of Policy Management';
}

.sport .facultyName h3:after {
  content: 'Department of Sport Management';
}

.topFaculties .en {
  height: 1.5em;
  width: 100%;
}

.topFaculties .en {
  background: rgba(18, 197, 207, 0.2);
}

.topFaculty h3 {
  color: #181819;
}

.topFaculty .course {
  margin-left: 10%;
  margin-right: 5%;
  display: none;
}

.topFaculty .course h4 {
  margin: -3px 0 0 -8px;
  color: #181919;
}

.topFaculty .course ul {
  margin: 0;
  padding: 0;
  color: #181919;
  font-size: 0.9em;
  list-style: none;
}

.topFaculty .course ul li {
  border-left: 1px solid #181919;
  padding-left: 0.5em;
  margin-bottom: 2px;
}

p.ug {
  color: #26c5cf;
  margin: 0 0 0.5em 0;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}

p.ug span {
  position: relative;
  display: table;
}

p.ug span:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #26c5cf;
  top: 50%;
  width: calc(100vw - 3.5em);
  left: calc(100% + 0.5em);
}

/*feature*/
#feature {
  margin: 15px;
  max-width: 1200px;
  margin-top: 45px;
}

#feature h2 {
  color: #26c5cf;
  margin: 0;
  text-align: center;
  line-height: calc(0.9em);
  font-size: 2.5em;
  position: relative;
}

#feature ul {
  margin: 0;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #26c5cf;
}

#feature img {
  width: 100%;
}

#feature ul li:not(:last-child) {
  margin-bottom: 10px;
}

#feature a {
  display: block;
  transition: 0.4s all;
}

#feature a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959.9px) {
  #feature h2 {
    margin-bottom: 5px;
    padding: 0.3em;
  }

  #feature.bnr2 h2:before,
  #feature.bnr2 h2:after {
    bottom: 0;
    top: 0;
    width: 20px;
    border-top: 1px solid #26c5cf;
    position: absolute;
  }

  #feature.bnr2 h2:before {
    left: 5px;
    border-left: 1px solid #26c5cf;
  }

  #feature.bnr2 h2:after {
    right: 5px;
    border-right: 1px solid #26c5cf;
  }

  #feature.bnr2 h2 span {
    padding: 0.2em 0.5em;
  }

  #feature h2 {
    display: table;
    margin: 5px auto;
    padding: 0em 0.5em;
  }
}

@media screen and (min-width: 560px) {
  #feature {
    margin: 0 auto;
  }

  #feature ul {
    display: flex;
  }

  #feature ul li {
    width: calc(50% - 5px);
  }

  #feature ul li:nth-of-type(1) {
    margin-right: 5px;
  }

  #feature ul li:nth-of-type(2) {
    margin-left: 5px;
  }

  #feature.bnr3 {
    margin-top: 30px;
  }

  #feature.bnr3 ul li:nth-of-type(2) {
    margin-right: 5px;
    margin-left: 0;
  }

  #feature ul li:not(:last-child) {
    margin-bottom: 0px;
  }
}

#feature.bnr2 h2:before,
#feature.bnr2 h2:after,
#feature.bnr2 h2 span:before,
#feature.bnr2 h2 span:after {
  content: '';
  display: block;
  position: absolute;
}

#feature.bnr2 h2 span {
  display: inline-block;
  background: #f3f8fa;
}

@media screen and (min-width: 960px) {

  #feature.bnr2 h2:before,
  #feature.bnr2 h2:after {
    border-left: 1px solid #26c5cf;
    left: 0;
    right: 5px;
    bottom: 0;
  }

  #feature.bnr2 {
    display: flex;
    margin: 50px auto 30px;
    padding: 0 15px;
  }

  #feature.bnr2 ul {
    width: 66.66%;
  }

  #feature.bnr2 h2 {
    width: calc(33.33% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
  }

  #feature.bnr2 h2:before,
  #feature.bnr2 h2:after {
    border-left: 1px solid #26c5cf;
    left: 0;
    right: 5px;
    height: 40px;
  }

  #feature.bnr2 h2:before {
    border-top: 1px solid #26c5cf;
    top: 5px;
  }

  #feature.bnr2 h2:after {
    border-bottom: 1px solid #26c5cf;
    bottom: 5px;
  }

  #feature.bnr2 h2 span:before {
    left: 50%;
  }

  #feature.bnr2 h2 span {
    padding: 0.5em;
  }

  #feature.bnr2 h2 span:before {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #26c5cf;
    top: 50%;
    z-index: -1;
  }

  #feature.bnr3 {
    margin-bottom: 30px;
  }
}

/* キャンパスライフ */
.topCampuslife {
  background: url(../../../img/page/examinee/index2022/img_top_compus_bg.jpg);
  background-size: cover;
  background-position: center top;
}

.topCampuslife a.ocH2 h2 {
  margin-top: 20px;
}

.topCampuslife .bgDot {
  background: url(../../../img/page/examinee/index2022/img_dotbg.png);
  padding-bottom: 40px;
  padding-top: 40px;
}

.topCampuslife a.linkBtn {
  font-size: 1.1em;
  width: 90%;
  margin: 20px auto 0;
}

.topCampuslife ul {
  list-style: none;
  padding: 0;
  margin: 0 15px;
}

.topCampuslife ul a {
  color: #181919;
  display: block;
  background: rgba(255, 101, 142, 1);
  background: linear-gradient(90deg, rgba(255, 101, 142, 1) 0%, rgba(255, 213, 114, 1) 100%);
  padding: 3px;
  font-weight: 700;
  width: 70%;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.topCampuslife ul a:hover {
  color: #fff;
}

.topCampuslife ul a:hover span {
  background: transparent;
}

.topCampuslife ul li {
  margin-bottom: 1em;
}

.topCampuslife ul li:nth-of-type(even) a {
  margin-left: auto;
}

.topCampuslife ul a span {
  background: #fff;
  display: block;
  text-align: center;
  padding: 1.3em;
  position: relative;
  overflow: hidden;
  transition: 0s all;
}

.topCampuslife ul a span:after,
p.btnGrade a:after,
p.btnGrade a:before {
  content: '';
  display: block;
  position: absolute;
}

.topCampuslife ul a span:after {
  content: '';
  display: block;
  width: 99%;
  height: 0.8em;
  transform: skewX(45deg);
  bottom: 5px;
  left: -10px;
  border-bottom: 2px solid #ff649d;
  border-right: 2px solid #ff649d;
}

p.btnGrade {
  margin: 0;
}

p.btnGrade a {
  font-size: 0.875em;
  display: block;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 101, 142, 1);
  background: linear-gradient(90deg, rgba(255, 101, 142, 1) 0%, rgba(255, 213, 114, 1) 100%);
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1em 0.5em;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

p.btnGrade a:after {
  inset: 0.2em 0.2em 0.2em 0.2em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.btnGrade a:hover:after {
  border-right: 1px solid rgba(255, 101, 142, 1);
  border-bottom: 1px solid rgba(255, 101, 142, 1);
}

p.btnGrade a:before {
  border: 7px solid transparent;
  border-left: 8px solid #fff;
  right: 0.1em;
  top: calc(50% - 7px);
}

/* 就職・資格 */
.topCareer {
  padding: 30px 0 60px;
  border-bottom: 5px solid #fff;
  position: relative;
  overflow: hidden;
}

.topCareer .img {
  position: relative;
  z-index: 1;
}

.topCareer .img:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -50vw;
  right: -50vw;
  background: rgba(18, 197, 207, 0.4);
  z-index: -1;
}

.topCareer .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top .topCareer p {
  font-size: 0.875rem;
  line-height: 1.8em;
}

.top .topCareer ul li a>span {
  font-size: 1rem;
}

.topCareer .left img {
  width: 100%;
}

.top .topCareer .careerBtn a {
  position: relative;
}

.top .topCareer .careerBtn a:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url(../../../img/page/examinee/index2022/icon_arrow_g_right.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top .topCareer .careerBtn a>span {
  padding: 1em;
}

.gr ul {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.gr h3 {
  margin: 0;
  background: #26c5cf;
  color: #fff;
  font-size: 1rem;
  padding: 0.5em;
}

div.gr a {
  display: block;
  align-items: center;
  margin: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 8px;
  transition: 0.4s all;
  position: relative;
  margin-top: 20px;
}

div.gr a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../../img/page/examinee/index2022/icon_arrow_green.svg);
  position: absolute;
  right: 0;
  bottom: 2.8em;
  background-size: cover;
}

div.gr a li {
  color: #181919;
  font-weight: 700;
}

div.gr a li>span:nth-of-type(1) {
  font-size: 0.85em;
  color: #26c5cf;
}

div.gr a li>span:nth-of-type(2) {
  font-size: 1.15em;
  display: block;
}

@media screen and (min-width: 560px) {
  div.gr a li>span:nth-of-type(2) {
    display: inline-block;
  }
}

.slick-prev:before {
  background-image: url(../img/sp/icon_slick_left.png);
}

.slick-next:before {
  background-image: url(../img/sp/icon_slick_right.png);
}

.bnrArea {
  margin-bottom: 1rem;
}

.bnrArea a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959.9px) {
  .kvArea {
    padding-bottom: 55px;
  }

  .bnrArea a {
    border: none;
  }

  .slideInner p {
    text-align: center;
    margin-bottom: 0;
  }

  .slideInner a img {
    height: 50px;
  }

  .slideInner .flex {
    margin-bottom: 20px;
  }

  .slideInner .flex {
    margin-left: 15px;
    margin-right: 15px;
    justify-content: center;
  }

  .topAdmission p.topAdBtn span {
    font-size: 0.85rem;
    padding: 1em 2.2em 1em 1em;
    width: 280px;
    text-align: center;
  }

  .top .topAdmission .ocH2 p.sub {
    font-size: 0.85rem;
  }

  .topAdmission p.topAdBtn span:after {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-left: 6px solid #26c5cf;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }

  .topAdmission .wrap:after {
    width: 58%;
  }

  .topFaculty .flex>div {
    margin-bottom: 25px;
  }

  .top .topCareer .careerBtn {
    position: absolute;
    bottom: calc(-1.5em + 30px);
    right: 8px;
    z-index: 2;
    width: 60%;
    font-size: 1rem;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    border: none;
    border-radius: 0;
  }
}

@media screen and (min-width: 559px) and (max-width: 959px) {
  .topFaculties {
    max-width: 700px;
    margin: auto;
  }

  .topFaculties h3 {
    font-size: 1.8rem;
  }

  .slideInner p img {
    max-width: 450px;
    width: calc(350px + 7vw);
  }
}

@media screen and (max-width: 959px) {
  .topForGuardian h2 a {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnWhite {
    width: 280px;
  }
}

@media screen and (min-width: 960px) {

  /* PC表示 */
  .forPC {
    display: block;
  }

  .forSp {
    display: none;
  }

  .top .news .h2 {
    border-top: 2px solid #181919;
  }

  /* メインビジュアル*/
  #mainVisual {
    margin: 15px 15px;
    height: auto;
    width: calc(100% - 30px);
  }

  #mainVisual>div:nth-of-type(1) {
    width: 64%;
    margin-right: 15px;
  }

  #mainVisual>div:nth-of-type(2) {
    width: 36%;
    display: block;
  }

  #mainVisual>div:nth-of-type(1) a:nth-of-type(1) {
    display: block;
  }

  .slideInner p img {
    max-width: 560px;
    width: calc(500px + 7vw);
  }

  .slideInner .flex {
    flex-direction: row;
    margin-bottom: 1vw;
  }

  .slideInner a {
    margin-top: 2vw;
    transition: 0.4 all;
  }

  .slideInner a img {
    height: 45px;
  }

  .slideInner a:hover {
    opacity: 0.7;
  }

  .slideInner .flex {
    width: 100%;
  }

  .slideInner p {
    width: 100%;
  }

  .slideInner p img {
    width: 75%;
    margin: 0 auto 0 2em;
  }

  .top .news {
    padding: 1px 15px 25px;
  }

  .top .news h2 .upper {
    border: none;
  }

  .top .news h2 {
    font-size: 3rem;
    display: block;
  }

  .top .news .flex {
    display: flex;
  }

  .top .news .flex>div:nth-of-type(2) {
    flex-grow: 2;
    padding-left: 2em;
  }

  .top .ocH2 p.sub {
    font-size: 1.125rem;
  }

  .top .topAdmission .h2 {
    border: none;
  }

  .top .topAdmission h2,
  .top .topFaculty h2,
  .top .topCareer h2,
  .top .topInterview h2 {
    font-size: 3.25rem;
  }

  .top .topAdmission .ocH2 {
    display: table;
    margin: 0 20px;
  }

  .top .topFaculty .ocH2,
  .top .topCampuslife .ocH2,
  .top .topCareer .ocH2 {
    display: table;
    margin: auto;
  }

  .top .topAdmission .base {
    width: 100%;
    padding-right: 50%;
    max-width: 1220px;
    margin: auto;
  }

  .topAdmission .wrap {
    height: 100%;
  }

  .topAdmission .wrap:after {
    bottom: -10px;
  }

  .top .topAdmission .flex>div {
    width: 50%;
  }

  .top .topCareer h2 {
    padding: 0;
  }

  .top .topCareer p a {
    display: block;
    padding: 0;
    margin: 0 20px 20px;
    width: 33.33%;
    max-width: 310px;
  }

  .top .topCareer p a {
    font-size: 1.4rem;
  }

  .top .topCareer p a>span {
    padding: 8px;
  }

  .topAdmission {
    height: 500px;
  }

  .topAdmission .wrap:after {
    display: block;
    left: 0;
    width: 18%;
    transform: translateX(0);
  }

  .top .topAdmission .ocH2 {
    display: block;
  }

  .top .topAdmission h2 {
    text-align: left;
    margin-left: 3vw;
    padding-bottom: 70px;
  }

  .top .topAdmission .ocH2 p.sub {
    margin: 0 0 0 3vw;
  }

  .topAdmission p.topAdBtn span {
    font-size: 1.25rem;
    padding: 1em 2em 1em 1em;
  }

  .topAdmission p.topAdBtn {
    margin-left: 4.5vw;
  }

  .top .topAdmission .wrap {
    padding-top: 100px;
  }

  .adSub {
    padding: 3px 0;
  }

  .topAdmissionHover .adSub {
    background: #a4ffee;
  }

  .topEntExam {
    padding: 3em 2em;
  }

  .topForGuardian h2 a {
    max-width: 560px;
    margin: auto;
    font-size: 1.5rem;
  }

  .topForGuardian p {
    font-size: 1rem;
    text-align: center;
  }

  /*  学部・学科  */
  .topFaculty div.bg {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .topFaculty .lead p {
    font-size: 1rem;
  }

  .topFaculties .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .topFaculties .flex>div {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .flex.artinfo {
    margin-bottom: 40px;
  }

  .facultyName span.fnH3:after {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    top: calc(50% - 8px);
  }

  .topFaculties .flex.artinfo>div:nth-of-type(odd),
  .ugpolicy {
    margin-right: 20px;
  }

  .topFaculties .flex.artinfo>div:nth-of-type(even),
  .ugsport {
    margin-left: 20px;
  }

  .facultyName h3:after {
    width: 80%;
  }

  p.ug {
    font-size: 2rem;
    margin-left: 0.5em;
  }

  .topFaculties h3 {
    font-size: 2rem;
  }

  .gr {
    display: table;
    margin: 15px auto;
  }

  .topFaculties .gr h3:after {
    display: none;
  }

  .gr h3 {
    font-size: 1.2rem;
    padding: 1em;
    margin-right: 15px;
  }

  div.gr a {
    display: flex;
    align-items: center;
    padding: 8px 2.5em 8px 8px;
  }

  div.gr a:after {
    bottom: 1.9em;
  }

  div.gr a li>span:nth-of-type(1) {
    font-size: 1em;
    display: inline-block;
  }

  div.gr a li>span:nth-of-type(2) {
    font-size: 1.35em;
  }

  div.gr a:hover {
    background: #26c5cf;
    color: #fff;
  }

  div.gr a:hover li>span:nth-of-type(1),
  div.gr a:hover li {
    color: #fff !important;
  }

  @keyframes fadehover-outflex {
    0% {
      visibility: visible;
      opacity: 1;
      display: flex;
    }

    100% {
      visibility: hidden;
      opacity: 0;
      display: none;
    }
  }

  .topFaculties a>.course {
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #8cf292;
    background: linear-gradient(135deg, rgba(140, 242, 146, 0.9) 0%, rgba(45, 200, 203, 0.9) 51%);
    transition: 0.4s all;
    color: #fff;
    animation: fadehover-outflex 1s forwards;
    z-index: 2;
  }

  @keyframes fadehoverflex {
    0% {
      visibility: hidden;
      opacity: 0;
      display: none;
    }

    100% {
      visibility: visible;
      opacity: 1;
      display: flex;
    }
  }

  .topFaculties a:hover>.course {
    animation: fadehoverflex 1s forwards;
  }

  .topFaculties a>.course ul {
    color: #fff;
  }

  .topFaculties a>.course ul li {
    border-color: #fff;
    font-size: 20px;
    margin: 10px 15px;
    font-weight: 700;
  }

  div:not(.sport) .facultyName {
    width: calc(88% - 66px);
  }

  div.sport .facultyName {
    width: auto;
  }

  .sport .facultyName h3 {
    display: inline-block;
  }

  .facultyName span.fnH3 {
    padding: 0.8em 46px 18px 0.8em;
  }

  .topFaculties .course,
  .topFaculties h4 {
    display: none;
  }

  .topFaculties .course h4 {
    display: block;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    width: 65%;
    text-align: center;
  }

  .campusLife {
    position: relative;
  }

  .topCampuslife .bgDot {
    padding-bottom: 90px;
    padding-top: 70px;
  }

  .topCareer {
    padding: 0;
    margin-bottom: 0;
  }

  .topCareer .flex .wrap {
    display: flex;
  }

  .topCareer .img {
    margin: 20px;
  }

  .topCareer .img:before {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }

  .top .topCareer p {
    font-size: 1rem;
    padding: 0 0.5em;
  }

  .top .topCareer .wrap {
    display: flex;
  }

  .top .topCareer .wrap>div {
    width: 50%;
  }

  .topCareer .left {
    justify-content: center;
  }

  .top .topCareer .wrap>div:nth-of-type(2) {
    width: calc(50% - 40px);
  }

  .top .topCareer .careerBtn a {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 80%;
    margin-bottom: 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    padding: 3px;
  }

  .top .topCareer .careerBtn {
    flex-grow: 0;
  }

  .top .topCareer a {
    font-size: 1.2rem;
  }

  .top .topCareer .wrap {
    position: relative;
  }

  .careerBtn {
    padding-left: 2rem;
    text-align: center;
  }

  .top .topCareer .careerBtn a>span {
    padding: 0.7em;
    font-size: 1.2rem;
  }

  .slidebnr a {
    display: block;
    background: -webkit-linear-gradient(-45deg,
        rgba(140, 242, 146, 0.9) 0%,
        rgba(45, 200, 203, 0.9) 51%);
    background: linear-gradient(135deg, rgba(140, 242, 146, 0.9) 0%, rgba(45, 200, 203, 0.9) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(140,242,146,0.8)', endColorstr2dc8='rgba(45,200,203,0.8)', GradientType=1);
    transition: all 0.4s;
  }

  .top .topCareer p.careerBtn {
    background: transparent;
    display: block;
    border: none;
    margin-bottom: 2em;
  }

  /*　hover */
  .campusLife a,
  .campusLife a img,
  .topCampuslife a,
  .top .topCareer a,
  .btnWhite,
  .news ul a,
  .slidebnr a img {
    transition: all 0.4s;
  }

  .slidebnr a:hover img {
    opacity: 0.7;
    cursor: pointer;
  }

  .top .news .flex ul a:hover {
    color: #f78dbc;
  }

  .btnWhite:hover {
    background: #26c5cf;
    color: #fff;
  }

  .topCampuslife ul {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
  }

  .topCampuslife ul li {
    width: 50%;
    margin-bottom: 3em;
  }

  .topCampuslife ul a {
    color: #181919;
    display: block;
    padding: 3px;
    font-weight: 700;
    width: 90%;
    font-size: 1.75rem;
  }

  .topCampuslife ul li:nth-of-type(3) a,
  .topCampuslife ul li:nth-of-type(4) a {
    margin-left: auto;
  }

  .topCampuslife ul a span {
    padding: 1em;
  }

  .topCampuslife ul a span:after {
    content: '';
    display: block;
    width: 99%;
    height: 0.8em;
    transform: skewX(45deg);
    bottom: 15px;
    left: -10px;
    border-bottom: 3px solid #ff649d;
    border-right: 3px solid #ff649d;
  }

  .topCampuslife ul li:nth-of-type(2) a {
    margin-left: 0;
  }

  p.btnGrade {
    max-width: 1100px;
    margin: auto;
  }

  p.btnGrade a {
    font-size: 1.75rem;
    transition: 0.4s all;
  }

  p.btnGrade a:hover {
    background: #fff;
    color: #ff649d;
  }

  p.btnGrade a:before {
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    right: 0.8em;
    top: calc(50% - 12px);
  }

  p.btnGrade a:hover:before {
    border-left: 12px solid #ff649d;
  }

  .topFaculty:after {
    content: '';
    display: block;
    width: 430px;
    height: 430px;
    border-radius: 55px;
    background: rgb(215, 255, 250);
    background: linear-gradient(321deg, rgba(215, 255, 250, 1) 0%, rgba(215, 255, 250, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
  }
}

/* min-width: 960px */

.slick-next:before {
  background-image: url(../../../img/page/examinee/sp/icon_slick_right.png);
}

.slick-prev:before {
  background-image: url(../../../img/page/examinee/sp/icon_slick_left.png);
}

@media screen and (min-width: 1200px) {
  .topFaculties .ouyo h3:before {
    top: 0;
  }

  .topEntExam .wrap {
    padding: 8px 0;
  }
}

@media screen and (min-width: 1320px) {
  .slideInner p img {
    max-width: 660px;
  }
}

/* 2022 夏のOCロゴ調整 */
.slideInner p img {
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .slideInner p img {
    margin: 0 auto 50px;
  }
}

/*帯バナー */
.obiPc {
  display: none;
}

.bnrObi {
  display: block;
  background: #fffdc6;
  padding: 10px;
  margin: 30px 0px 20px;
}

.bnrObi>div {
  border: 2px solid #059dff;
  display: flex;
  overflow: hidden;
  height: calc(40px + 1em);
  padding: 0.5em;
  position: relative;
}

.bnrObi>div:after {
  content: '';
  height: calc(40px + 1em);
  width: calc(40px + 1em);
  background: url(../../../img/page/examinee/index2023/ocsummer/obi_text2.svg);
  background-size: calc(40px + 1em) calc(40px + 1em) x;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bnrObi img {
  width: auto;
  height: 100%;
}

.bnrObi img:first-child {
  animation: slideimg1 60s -30s linear infinite;
}

.bnrObi img:last-child {
  animation: slideimg2 60s 0s linear infinite;
}

@media screen and (max-width: 959px) {}

@media screen and (min-width: 760px) {
  .obiSp {
    display: none;
  }

  .obiPc {
    display: block;
  }

  .bnrObi {
    padding: 15px;
    transition: all 0.4s;
    margin: 70px 0 100px;
  }

  .bnrObi:hover {
    background: #fdd8f9;
  }

  .bnrObi>div {
    height: calc(80px + 5em);
    padding: 2.5em;
  }

  .bnrObi>div:after {
    height: calc(80px + 2.5em);
    width: calc(80px + 2.5em);
    background-size: calc(80px + 2.5em) calc(80px + 2.5em);
  }
}

@keyframes slideimg1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slideimg2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* web出願訴求 */
.topAdmission .adBtnGreen p.topAdBtn span {
  background: #58d1da;
  color: #fff;
}

.topAdmission .adBtnGreen p.topAdBtn span:after {
  border-left: 6px solid #fff;
}

.entExam {
  background: #cff1ff;
  padding: 25px 0 34px;
}

.entExam p {
  margin: 0 auto 0.3em auto;
  text-align: center;
  font-size: 0.85rem;
  color: #0179cf;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: 2px;
}

.entExam>.wrap>div {
  border: 1px solid #4194d0;
  border-radius: 10px;
  overflow: hidden;
}

.entExam h2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',
    Meiryo, sans-serif;
  font-weight: 700;
  margin: 0;
}

.entExam h2 a {
  background-image: URL(/img/page/examinee/index2024/entexam/icon_h2.svg);
  background-position: left center;
  padding: 1em 0;
  background-size: auto 45%;
}

.entExam ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entExam ul li {
  width: calc(100% / 3);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 0;
  background: #fff;
}

.entExam a {
  display: block;
  text-align: center;
  color: #181919;
  background-color: #fff;
  background-repeat: no-repeat;
}

.entExam li a {
  background-image: URL(/img/page/examinee/index2024/entexam/icon_list.svg);
  background-position: center bottom 5px;
  padding: 0.5em 0 1.3em 0;
  background-size: 12px 12px;
}

/*マイページ新規登録閉鎖 anna 2024.03.07追加*/
.entExam li a.disabled {
  background-image: URL(/img/page/examinee/index2023/entexam/icon_list_end.svg);
  pointer-events: none;
  cursor: default;
  color: #888;
}

.entExam li a.disabled span:last-of-type {
  font-size: 0.9rem;
  display: inline-block;
}

.entExam p.regClose {
  position: absolute;
  bottom: -0.6rem;
  font-size: 1rem;
  right: 2.5rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 959px) {
  .entExam p.regClose {
    bottom: auto;
    font-size: 0.8rem;
    right: 1rem;
  }

  .entExam li a.disabled span:last-of-type {
    display: none;
  }

  .entExam ul span.pcstyle {
    display: none;
  }

  .entExam li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4em;
  }

  .entExam h2 a {
    padding: 0.6em 0;
    background-size: auto 60%;
  }
}

@media screen and (min-width: 960px) {
  .entExam ul li.link-req {
    width: 45%;
  }

  .entExam ul li:not(.link-req) {
    width: calc(100% / 3);
  }

  .entExam ul {
    padding: 5px 0;
    background: #fff;
  }

  .entExam li:nth-of-type(2) a,
  .entExam li:nth-of-type(3) a {
    border-left: 1px solid #4194d0;
    padding-left: 3.5vw;
    background-position: 1.5vw center;
  }
}

/*マイページ新規登録閉鎖 anna 2024.03.07追加 END */
.entExam ul span:not(.pcstyle) {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .entExam>.wrap>div:nth-of-type(2) {
    border: 0;
    border-radius: 0 0 10px 10px;
  }

  .entExam li:nth-of-type(2) a {
    border-left: 1px solid #4194d0;
    border-right: 1px solid #4194d0;
  }
}

@media screen and (min-width: 960px) {
  .entExam ul span {
    display: inline-block;
  }

  .topAdmission a {
    transition: 0.4s all;
  }

  .topAdmission h2 a:hover {
    color: #ff649c;
  }

  .top .topAdmission h2 {
    padding-bottom: 30px;
  }

  .topAdmission p.topAdBtn span {
    width: 380px;
    transition: 0.4s all;
  }

  .topAdmission p.topAdBtn span:hover {
    background: #58d1da;
    color: #fff;
  }

  .topAdmission .adBtnGreen p.topAdBtn span:hover {
    color: #58d1da;
    background: #fff;
  }

  .entExam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 10px;
    /* padding: 50px 10px 70px; anna更新　2024.03.07 */
  }

  .entExam .wrap {
    display: flex;
    width: 100%;
  }

  .entExam p {
    font-size: 1.125rem;
    letter-spacing: 3px;
    margin-bottom: 1em;
  }

  .entExam h2 {
    font-size: 1.75rem;
  }

  .entExam h2 a {
    transition: 0.4s all;
  }

  .entExam ul {
    position: absolute;
    inset: 0 0 0 0;
  }

  .entExam ul li {
    font-size: 1rem;
    padding: 0;
    transition: 0.4s all;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .entExam h2 a:hover {
    background-color: #fae2ff;
  }

  .entExam ul a:hover {
    color: #ff649d;
  }

  .entExam li a {
    background-position: 1em center;
    padding: 1.3em 0 1.3em 40px;
    background-size: 20px 20px;
    text-align: left;
    background-color: transparent;
  }

  .entExam>.wrap>div.h2Outer {
    position: relative;
    width: 308px;
  }

  .entExam>.wrap>div.h2Outer a {}

  .entExam>.wrap>div.list {
    border-left: none;
    border-radius: 0 20px 20px 0;
    width: calc(100% - 308px);
    position: relative;
  }

  .bnr_special_admission_info_Link {
    margin: 40px 0 60px;
  }

  .menuCol2 {
    margin-bottom: 60px;
  }

  .news .flex>div:nth-of-type(1) {
    min-width: 8em;
    text-align: center;
  }
}

@media screen and (min-width: 560px) {
  #feature.bnr3 {
    margin-top: 70px;
  }

  #feature.bnr3 {
    margin-bottom: 80px;
  }
}

/* KV opencampusバナー*/
.slideInner .oc_date {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.slideInner p.oc_date {
  width: auto;
  margin-bottom: 0;
}

.slideInner .oc_date .day,
.slideInner .oc_date .day2026 {
  position: absolute;
  bottom: 0;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  right: 0px;
  top: 0;
  transform: translateX(-50%);
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1319px) {
  .slideInner .oc_date .day {}
}

@media screen and (max-width: 959px) {
  .slideInner .oc_date .day {
    transform: translateX(-20%);
    font-size: 30px;
    top: 30%;
  }

  .slideInner .oc_date .day2026

  /*26年度OCバナー用*/
    {
    transform: translateX(-20%);
    font-size: 30px;
    top: 38%;
  }
}

@media screen and (min-width: 960px) {
  .slideInner p.oc_date img {
    max-width: 800px;
    margin-bottom: 20px;
  }

  .slideInner .oc_date .day {
    font-size: min(3.5vw, 40px);
    top: 18%;
    right: 5px;
  }

  .slideInner .oc_date .day2026

  /*26年度OCバナー用*/
    {
    font-size: min(3.5vw, 40px);
    right: 5px;
    top: -22%;
  }
}

/* OC 2025、LA 2025*/
.top .topOc {
  background: linear-gradient(#0084ff 0%, #a7dbff 100%);
  background-position: center;
  background-size: contain;
  position: relative;
}

.top .topOc .topOc-in {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  min-height: 534px;
  justify-content: space-between;
  background: url(/img/page/examinee/index2026/oc_bg_cloud.png) no-repeat;
  background-size: auto 100%;
  background-position: right center;
  position: relative;
}

/*
.top .topOc .topOc-in::after {
    content: '';
    display: block;
    top: 50px;
    right: 50px;
    bottom: 50px;
    background: url(/img/page/examinee/index2026/oc_img.webp) no-repeat;
    position: absolute;
    background-size: auto 100%;
    aspect-ratio: 1 / 0.58;
    border-radius: 16px;
    background-position: right top;
}
    */
.top .topla {
  background: #fff6e9;
}

.top .topOc img,
.top .topla img {
  width: 100%;
  height: auto;
}

.top .topOc .eventTitle,
.top .topla .eventTitle {
  width: 100%;
  max-width: calc(1200px + 30px);
  margin: 0 auto auto;
  padding: 0 15px;
}

.top .topOc .ocH2,
.top .topla .ocH2 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.top .topOc .ocH2:hover,
.top .topla .ocH2:hover {
  opacity: 0.8;
}

.top .topOc .ocH2 {
  margin-top: 0px;
  width: 47%;
}

.top .topla .ocH2 {
  margin: 0 auto;
  width: 60%;
}

.top .topOc h2 {
  margin: 0;
  padding: 15px 10px 15px 0;
}

.top .topla h2 {
  line-height: 1;
  margin: 0;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.25em;
  padding: 2em 10px 0;
  font-weight: 900;
  font-size: clamp(1.5rem, 0.172rem + 2.22vw, 2rem);
  text-shadow: 0 0 1px black;
}

.top .topla .eventTitle .img {
  position: relative;
}

.top .topOc .wrap,
.top .topla .wrap {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top .topOc .wrap {
  padding-bottom: 0px;
}

.top .topOc .menuBox .ocMenu,
.top .topla .menuBox .ocMenu {
  position: relative;
  z-index: 5;
}

.top .topOc ul,
.top .topla ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top .topOc ul li,
.top .topla ul li {
  min-height: 70px;
  margin: 0.5em 30px;

  flex-basis: calc(100% / 3);
}

.top .topOc ul li:first-child,
.top .topla ul li:first-child {
  margin-left: 20px;
}

.top .topOc ul li:last-child,
.top .topla ul li:last-child {
  margin-right: 20px;
}

.top .topOc ul li a,
.top .topla ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  color: #000;
  font-feature-settings: 'palt';
}

.top .topOc ul li a::before,
.top .topla ul li a::before {
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 7px;
  background: rgba(255, 223, 63, 1);
}

.top .topOc ul li a::after,
.top .topla ul li a::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: calc(50% - 10px / 2);
  right: 0.8em;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.4s all;
}

.top .topOc ul li a .item,
.top .topla ul li a .item {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 7px;
  background: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.top .topOc ul li a .item,
.top .topla ul li a .item {
  background: var(--oc2026-pink);
}

.top .topOc ul li a .item,
.top .topla ul li a .item {
  padding: 5px;
}

.top .topOc ul li a .item .bg,
.top .topla ul li a .item .bg {
  background: #fff;
  border-radius: 6px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.top .topla ul li a .item {}

.top .topOc ul li a .item img,
.top .topla ul li a .item img {
  width: 80%;
}

.top .topOc ul li a.disabled {
  pointer-events: none;
}

.top .topOc ul li a:not(.disabled):hover .item,
.top .topOc ul li a:not(.disabled):hover::after,
.top .topla ul li a:hover .item,
.top .topla ul li a:hover::after {
  transform: translate(5px, 5px);
}

.top .topOc ul li a:not(.disabled):hover::after,
.top .topla ul li a:hover::after {
  transform: translate(5px, 5px) rotate(45deg);
}

.top .topOc ul,
.top .topla ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

span.oc-gakka {
  position: absolute;
  border-radius: 6px;
  top: -0%;
  transform: translateY(-50%);
  left: -1px;
  padding: 0 0.5em 2px;
}

.topla span.oc-gakka {
  background: rgba(255, 125, 125);
  /*#ff7d7d*/
}

.sougou_cl span.oc-gakka {
  background: rgba(255, 202, 58);
  /*#ffca3a*/
}

.sport_cl span.oc-gakka {
  background: rgba(62, 227, 217);
  /*#3ee3d9*/
}

.topla.event1 span.oc-gakka:after {
  content: '※';
  font-weight: 400;
  font-size: 12px;
}

.topla.event1 p.come {
  font-size: 14px;
  text-align: center;
  font-feature-settings: 'palt';
  margin-top: 5px;
}

.topla .a-dot {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
}

.topla .a-dot::before {
  content: '';
  display: block;
  width: 1.2em;
  aspect-ratio: 1 / 1;
  position: absolute;
  border-radius: 100%;
  left: -0.2em;
  top: 50%;
  transform: translateY(-50%);
}

.topla .a-dot.type1::before {
  background: #ff7b61;
}

.topla .a-dot.type2::before {
  background: #ff5f80;
}

.topla .a-dot.type3::before {
  background: #4bb8f6;
}

.top .topla {
  padding-top: 3em;
  ;
}

.top .topla .eventTitle-nyushi {
  text-align: center;
  position: relative;
  padding-bottom: 1em;
}

.top .topla .eventTitle-nyushi::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: dashed 1px #FFAB6C;
}

.top .topla .eventTitle-nyushi p {
  display: table;
  background: #FDF8EE;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}

.top .topla .eventTitle-nyushi img {
  max-width: 360px;
}

.top .topOc .oc-kaisai,
.top .topOc .oc-shingaku {
  border: 1px solid #000;
  background: var(--oc2026-pink);
  padding: 0 0.5em;
  margin-inline: 0.3em;
  /* color: #fff; */
  border-radius: 32px;
  font-size: 0.8em;
}

@media screen and (min-width: 960px) {
  .top .topla .eventTitle+div {
    margin-top: min(-3.5vw, 30px);
  }

  .top .topla .ocH2 {
    /* margin-bottom: 30px; */
  }

  .top .topla.event1 {
    padding-top: 80px;
  }

  .top .topla.event2 {
    padding-bottom: 50px;
    padding-top: 0;
  }

  .topla.event1 p.come {
    text-align: right;
    padding-right: 1em;
  }

  .top .topOc .wrap {
    padding-bottom: 0px;
    padding-top: 70px;
    transform: translateY(20px);
    position: relative;
    z-index: 3;
  }

  .top .topla.eventIndex {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .top .topOc ul li:nth-of-type(2) {
    position: relative
  }

  .top .topOc .img::after {
    content: "";
    display: block;
    width: min(50%, 196px);
    aspect-ratio: 1 / 1.23;
    background: url(/img/page/examinee/index2026/oc_staff_pc.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: -12%;
  }
}

/*
@media screen and (min-width: 960px) and (max-width: 1320px)  {
.top .topOc .topOc-in::after {
    width: min(60%, 920px);
    aspect-ratio: auto;
    background-position: center bottom;
}
}
@media screen and (min-width: 1590px) {
.top .topOc ul li:nth-of-type(2)::after {
    transform: translate(0, -60%);
}
}
@media screen and (min-width: 1600px) {
    .top .topOc ul li:nth-of-type(2)::after {
        transform: translate(0, -60%);
        left: 30%;
    }
}
    */
@media screen and (min-width: 960px) {
  .top .topOc .oc_right {
    position: absolute;
    inset: 30px 50px 30px auto;
    width: min(50vw, 846px);
  }

  .top .topOc .oc_right::after {
    content: "";
    display: block;
    width: 208px;
    aspect-ratio: 1 / 1.23;
    background: url(/img/page/examinee/index2026/oc_staff_pc.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    transform: translate(-70%, 0%);
    left: 0;
  }

  .top .topOc .topOc-in {
    padding-bottom: 60px;
  }

  .top .topOc .img {
    position: absolute;
    inset: 0;
    width: min(50vw, 846px);
    border-radius: 16px;
    overflow: hidden;
  }

  .top .topOc .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 959.9px) {
  .top .topOc .topOc-in::after {
    display: none;
  }

  .top .topOc,
  .top .topla {
    display: block;
    min-height: auto;
    padding-block: 1em;
    padding-top: 0;
  }

  .top .topla {
    padding-top: 0em;
  }

  .top .topla h2 {
    padding-top: 1em;
  }

  .top .topla .eventTitle-nyushi {
    padding-bottom: 0;
  }

  .top .topla.event1 {
    padding-bottom: 0;
  }

  .top .topOc .eventTitle {
    padding: min(6.67vw, 40px) 0 0;
  }

  .top .topla .eventTitle {
    padding: 10px 0 10px;
  }

  .top .topla.event2 .eventTitle {
    padding-top: 0;
  }

  .top .topOc .ocH2 {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 7px;
    max-width: 500px;
  }

  .top .topla .ocH2 {
    margin: 0 auto;
    width: 93%;
    max-width: 465px;
  }

  .top .topOc h2 {
    margin: 0 auto;
    padding: 0 10px 10px;
  }

  .top .topla .eventTitle .event-ttl--slash {
    display: none;
  }

  .top .topla .eventTitle .img {
    margin-bottom: -5.33vw;
  }

  .top .topOc .wrap {
    padding: 5px 0 calc(25px + 3px) 0;
  }

  .top .topla .wrap {
    padding: 25px 0 calc(25px + 3px);
  }

  .top .topOc ul,
  .top .topla ul {
    display: block;
    width: 70%;
    max-width: 350px;
    margin: auto;
  }

  .top .topOc ul li,
  .top .topla ul li {
    display: flex;
    min-height: 65px;
    margin: auto;
  }

  .top .topla ul li {
    margin-top: 1.2em;
  }

  .top .topOc ul li:first-child,
  .top .topla ul li:first-child {
    margin-left: auto;
    margin-top: 0.5em;
  }

  .top .topOc ul li {
    margin-top: 0.8em;
  }

  .top .topOc ul li:last-child,
  .top .topla ul li:last-child {
    margin-right: auto;
  }

  .top .topOc ul li a,
  .top .topla ul li a {
    height: auto;
  }

  .top .topOc ul li a::before,
  .top .topla ul li a::before {
    right: -3px;
    bottom: -3px;
    border-radius: min(1.87vw, 7px);
  }

  .top .topOc ul li a::after,
  .top .topla ul li a::after {
    top: calc(50% - 10px / 2);
    height: 10px;
  }

  .top .topOc ul li a .item,
  .top .topla ul li a .item {
    border-radius: min(1.87vw, 7px);
  }

  .top .topOc ul li a .item img,
  .top .topla ul li a .item img {
    width: 90%;
  }

  .top .topOc ul li a:hover .item,
  .top .topOc ul li a:hover::after,
  .top .topla ul li a:hover .item,
  .top .topla ul li a:hover::after {
    transform: translate(3px, 3px);
  }

  .top .topla .eventTitle-nyushi img {
    width: min(350px, 70%);
  }

  .top .topOc .topOc-in {
    padding-block: 0;
    background-position: 10% center;
  }
}

#panorama {
  background: #3a3839;
  text-decoration: none;
  display: block;
  background-image: url(/img/page/examinee/campuslife/facility2022/bg_banorama_sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0.875rem;
  padding-bottom: 1.2em;
  margin: 30px 0;
}

#panorama h2 {
  font-size: 1.5rem;
  margin-top: 0;
  background: rgb(201, 255, 78);
  background: linear-gradient(90deg, rgba(38, 197, 207, 1) 0%, rgba(201, 255, 78, 1) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#panorama img {
  width: 100%;
}

#panorama p {
  margin-left: 0;
  margin-right: 0;
}

#panorama p {
  color: #fff;
  font-size: 0.875rem;
}

@media print,
screen and (max-width: 560px) {
  .spPdg {
    padding: 1rem;
  }
}

@media print,
screen and (min-width: 560px) and (max-width: 959px) {
  .kvPic {
    height: 50vh;
  }

  .kvText p::after {
    top: -50vw;
  }
}

@media print,
screen and (max-width: 959px) {

  #lifeFacility .faculty,
  #panorama {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ex 2025*/
  .topEx {
    padding: 1em 3%;
    background-color: #fff;
  }

  .topEx img {
    width: 100%;
    max-width: 700px;
    height: auto;
  }
}

@media print,
screen and (min-width: 960px) {
  #panorama {
    display: flex;
    padding: 20px;
    transition: all 0.4s;
  }

  #panorama .left {
    width: 60%;
  }

  #panorama .right {
    width: 40%;
  }

  #panorama br {
    display: none;
  }

  #panorama h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #panorama {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/img/page/examinee/campuslife/facility2022/bg_panorama_pc.svg);
    background-size: auto 100%;
    transition: 0.4 all;
  }

  #panorama:active,
  #panorama:hover {
    background-color: #fff;
    border: 1px solid #26c5cf;
    background-image: none;
  }

  #panorama:hover p {
    color: #26c5cf;
  }

  #panorama p {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.fuki-c {
  font-size: 14px;
  font-feature-settings: 'palt';
}

/* 2025版スライダー*/
#bannerSlide .slick-slide img,
#bannerSlide .slick-slide span {
  max-width: 250px;
  display: block;
}

#bannerSlide .slick-slide a {
  color: #333;
  font-size: 0.875rem;
}

#bannerSlide {
  background: transparent;
}

#bannerSlide li.slick-slide span {
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-top: 0;
  padding: 0.7em;
  line-height: 1.8;
}

#bannerSlide li.slick-slide {
  margin: 0 15px 20px;
}

#bannerSlide+.wrap .arrow_box {
  text-align: center;
}

#bannerSlide+.wrap .arrow_box img {
  margin: 10px;
  width: 43px;
  aspect-ratio: 1/1;
  transition: all 0.4s;
}

#bannerSlide .slick-track {
  margin: 1rem 0 0;
}

#bannerSlide {
  padding: 0.5em 0 0;
}

ul.slick-dots {
  display: flex;
  margin: 0;
  padding: 0 1em;
  opacity: 0.7;
  height: 8px;
}

.slick-dots li {
  flex: 1;
  background: #ccc;
  transition: 0.4s all;
  height: 8px;
  margin: 0;
}

.slick-dots li.slick-active {
  background: #26c5cf;
}

.slick-dots li button {
  background: transparent;
  font-size: 0;
  border: 0;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  #bannerSlide {
    max-width: initial;
    margin-top: 70px;
  }

  .slick-slider+.wrap {
    top: -40px;
    position: relative;
    margin-bottom: 30px;
  }

  ul.slick-dots {
    width: calc(100% - 150px);
    max-width: 1050px;
    margin: auto;
    position: relative;
    z-index: 1;
    transform: translateX(150px);
    left: -80px;
  }

  #bannerSlide+.wrap .arrow_box {
    width: 150px;
  }
}

/* min-width: 960px */

@media (hover: hover) {

  .slick-dots li:hover,
  .arrow_box img:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .topEvent a.linkBtn:hover,
  a.linkBtn:hover {
    border: 1px solid #26c5cf;
  }
}

/* examinee2026 */
.top .topla .eventTitle .event-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}

.top .topla .eventTitle .event-ttl--deco {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 75%);
  top: 0;
  pointer-events: none;
}

.top .topla .eventTitle .event-ttl--slash {
  width: 20px;
  height: 1.5em;
  background-image: linear-gradient(to left top,
      transparent calc(50% - 2px),
      black,
      transparent calc(50% + 2px));
}

.top .topla .eventTitle .event-ttl--p {
  margin: 0;
  color: #eb6cda;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 0.004rem + 1.66vw, 1.375rem);
}

.topla.eventIndex a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 80%;
  max-width: 726px;
  margin: 0 auto;
  height: 100%;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  color: #000;
  font-feature-settings: 'palt';
  font-size: clamp(0.875rem, 0.638rem + 1.01vw, 1.5rem);
}

.topla.eventIndex a::before {
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 7px;
  background: rgba(255, 223, 63, 1);
}

.topla.eventIndex a .bg::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 13em;
  aspect-ratio: 12 / 1;
  background: url(/img/page/examinee/index2026/deco_indexBtn.svg) no-repeat top center;
  background-size: contain;
}

.topla.eventIndex a .bg::after {
  position: relative;
  content: '';
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-top: 0.1em;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.4s all;
}

.topla.eventIndex a .item {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  border: 2px solid #ff96ff;
}

.topla.eventIndex a:hover .item {
  transform: translate(5px, 5px);
}

.topla.eventIndex a:hover::after {
  transform: translate(5px, 5px) rotate(45deg);
}

.topla.eventIndex a .bg {
  padding-block: 36px;
  background: rgba(255, 239, 244);
  border-radius: 6px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.topla.eventIndex a .bg .deco {
  position: absolute;
  bottom: 0;
  width: 18%;
  aspect-ratio: 5 / 3;
}

.topla.eventIndex a .bg .deco.deco_left {
  left: 5%;
}

.topla.eventIndex a .bg .deco.deco_right {
  right: 5%;
}

@media print,
screen and (max-width: 959px) {
  .top .topla .eventTitle .event-ttl--h2 {
    line-height: 1.5;
    font-size: clamp(1.5rem, 0.999rem + 2.5vw, 2.5rem);
  }

  .top .topla .eventTitle .event-ttl--p {
    font-size: clamp(0.75rem, 0.562rem + 0.94vw, 1.125rem);
  }

  .topla.eventIndex a .bg {
    gap: 4px;
  }

  .topla.eventIndex a .bg .deco {
    width: 25%;
  }

  .topla.eventIndex a .bg .deco.deco_left {
    left: 2%;
  }

  .topla.eventIndex a .bg .deco.deco_right {
    right: 2%;
  }

  .top .topla .eventTitle .event-ttl--deco {
    top: 0;
    transform: translate(-50%, 5%);
  }

  .topla.eventIndex a .bg {
    padding-block: 28px;
  }

  .top .topla .eventTitle-nyushi p {
    padding: 0;
  }

  .top .topla.event1 {
    padding-top: 30px;
  }
}

.top .topOc ul li a .item .small {
  font-size: .8em;
  display: inline-block;
}

@media print,
screen and (min-width: 1600px) {
  .top .topOc .topOc-in {
    position: relative;
    overflow: hidden;
  }

  .top .topOc .topOc-in::before,
  .top .topOc .topOc-in::after {
    content: "";
    display: block;
    position: absolute;
  }

  .top .topOc .topOc-in::before {
    width: 171px;
    height: 204px;
    background: url(/img/page/examinee/index2026/oc_left_top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;
  }

  .top .topOc .topOc-in::after {
    width: 179px;
    height: 207px;
    background: url(/img/page/examinee/index2026/oc_left_bottom.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    bottom: 0;
    left: 3vw;
  }
}