@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*==================================================
	OVERWRITE
==================================================*/
#gHeader {
  border-bottom: none;
}

.pc #contents.is_full_column {
  width: 100%;
}

.pc #ftInfo {
  padding-top: 20px;
}

.saidaiji_daiju-lp section {
  margin-bottom: 0;
}

/*==================================================
	COMMON
==================================================*/
.saidaiji_daiju-lp {
  color: #454545;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat-y;
}
.pc .saidaiji_daiju-lp {
  /*----------------------------------- PC */
  font-size: 16px;
  line-height: 2.5;
  background-size: 1001px;
}
.sp .saidaiji_daiju-lp {
  /*----------------------------------- SP */
  font-size: 3.4666666667vw;
  line-height: 2.54;
  background-size: 121.8666666667vw;
}
.saidaiji_daiju-lp h2 {
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  line-height: 1;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
  opacity: 0;
}
.pc .saidaiji_daiju-lp h2 {
  /*----------------------------------- PC */
  font-size: 43px;
}
.sp .saidaiji_daiju-lp h2 {
  /*----------------------------------- SP */
  font-size: 7vw;
  text-align: center;
}
.saidaiji_daiju-lp h2 small {
  display: block;
  color: #3cc586;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  opacity: 0;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.pc .saidaiji_daiju-lp h2 small {
  /*----------------------------------- PC */
  margin-top: 10px;
  font-size: 24px;
}
.sp .saidaiji_daiju-lp h2 small {
  /*----------------------------------- SP */
  margin-top: 1.3333333333vw;
  font-size: 4vw;
}
.saidaiji_daiju-lp h2::after {
  content: '';
  display: inline-block;
  background-color: #3cc586;
  position: relative;
}
.pc .saidaiji_daiju-lp h2::after {
  /*----------------------------------- PC */
  top: -18px;
  width: 40px;
  height: 1px;
}
.sp .saidaiji_daiju-lp h2::after {
  /*----------------------------------- SP */
  top: -3.7333333333vw;
  width: 6.6666666667vw;
  height: 1px;
}
.saidaiji_daiju-lp h2.active {
  opacity: 1;
}
.saidaiji_daiju-lp h2.active small {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.saidaiji_daiju-lp h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-lp h3 {
  /*----------------------------------- PC */
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.65;
}
.sp .saidaiji_daiju-lp h3 {
  /*----------------------------------- SP */
  margin-top: 1.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}
.saidaiji_daiju-lp h3 strong {
  font-weight: 900;
}
.pc .saidaiji_daiju-lp h3 strong {
  /*----------------------------------- PC */
  font-size: 24px;
}
.sp .saidaiji_daiju-lp h3 strong {
  /*----------------------------------- SP */
  font-size: 4.5333333333vw;
}
.saidaiji_daiju-lp h3 strong em {
  display: inline-block;
  background-color: #FF6A6B;
  color: #fff;
  line-height: 1;
  position: relative;
}
.pc .saidaiji_daiju-lp h3 strong em {
  /*----------------------------------- PC */
  padding: 0.2em;
  top: -0.1em;
}
.sp .saidaiji_daiju-lp h3 strong em {
  /*----------------------------------- SP */
  padding: 0.15em 0.2em 0.25em;
  top: -0.3em;
}
.saidaiji_daiju-lp em {
  color: #FF6A6B;
}
.saidaiji_daiju-lp b {
  font-weight: 700;
}
.saidaiji_daiju-lp .del {
  text-decoration: line-through;
}
.pc .saidaiji_daiju-lp .wrapper {
  /*----------------------------------- PC */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.sp .saidaiji_daiju-lp .wrapper {
  /*----------------------------------- SP */
  padding: 0 6vw;
}
.saidaiji_daiju-lp .ico-new::after {
  content: 'NEW';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #ffe977;
  color: #454545;
  font-family: Cinzel, sans-serif;
  position: absolute;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.pc .saidaiji_daiju-lp .ico-new::after {
  /*----------------------------------- PC */
  width: 50px;
  height: 50px;
  font-size: 12px;
  top: -20px;
  right: -20px;
}
.sp .saidaiji_daiju-lp .ico-new::after {
  /*----------------------------------- SP */
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  font-size: 2.4vw;
  top: -2.9333333333vw;
  right: -1.0666666667vw;
}
.saidaiji_daiju-lp .active .ico-new::after {
  opacity: 1.0;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.pc .saidaiji_daiju-lp {
  /*----------------------------------- PC */
}
.pc .saidaiji_daiju-lp .mt-1px {
  margin-top: 1px  !important;
}
.pc .saidaiji_daiju-lp .mt-2px {
  margin-top: 2px  !important;
}
.pc .saidaiji_daiju-lp .mt-3px {
  margin-top: 3px  !important;
}
.pc .saidaiji_daiju-lp .mt-4px {
  margin-top: 4px  !important;
}
.pc .saidaiji_daiju-lp .mt-5px {
  margin-top: 5px  !important;
}
.pc .saidaiji_daiju-lp .mt-6px {
  margin-top: 6px  !important;
}
.pc .saidaiji_daiju-lp .mt-7px {
  margin-top: 7px  !important;
}
.pc .saidaiji_daiju-lp .mt-8px {
  margin-top: 8px  !important;
}
.pc .saidaiji_daiju-lp .mt-9px {
  margin-top: 9px  !important;
}
.pc .saidaiji_daiju-lp .mt-10px {
  margin-top: 10px !important;
}
.pc .saidaiji_daiju-lp .mt-11px {
  margin-top: 11px !important;
}
.pc .saidaiji_daiju-lp .mt-12px {
  margin-top: 12px !important;
}
.pc .saidaiji_daiju-lp .mt-13px {
  margin-top: 13px !important;
}
.pc .saidaiji_daiju-lp .mt-14px {
  margin-top: 14px !important;
}
.pc .saidaiji_daiju-lp .mt-15px {
  margin-top: 15px !important;
}
.pc .saidaiji_daiju-lp .mt-16px {
  margin-top: 16px !important;
}
.pc .saidaiji_daiju-lp .mt-17px {
  margin-top: 17px !important;
}
.pc .saidaiji_daiju-lp .mt-18px {
  margin-top: 18px !important;
}
.pc .saidaiji_daiju-lp .mt-19px {
  margin-top: 19px !important;
}
.pc .saidaiji_daiju-lp .mt-20px {
  margin-top: 20px !important;
}
.pc .saidaiji_daiju-lp .mt-21px {
  margin-top: 21px !important;
}
.pc .saidaiji_daiju-lp .mt-22px {
  margin-top: 22px !important;
}
.pc .saidaiji_daiju-lp .mt-23px {
  margin-top: 23px !important;
}
.pc .saidaiji_daiju-lp .mt-24px {
  margin-top: 24px !important;
}
.pc .saidaiji_daiju-lp .mt-25px {
  margin-top: 25px !important;
}
.pc .saidaiji_daiju-lp .mt-26px {
  margin-top: 26px !important;
}
.pc .saidaiji_daiju-lp .mt-27px {
  margin-top: 27px !important;
}
.pc .saidaiji_daiju-lp .mt-28px {
  margin-top: 28px !important;
}
.pc .saidaiji_daiju-lp .mt-29px {
  margin-top: 29px !important;
}
.pc .saidaiji_daiju-lp .mt-30px {
  margin-top: 30px !important;
}
.pc .saidaiji_daiju-lp .mt-31px {
  margin-top: 31px !important;
}
.pc .saidaiji_daiju-lp .mt-32px {
  margin-top: 32px !important;
}
.pc .saidaiji_daiju-lp .mt-33px {
  margin-top: 33px !important;
}
.pc .saidaiji_daiju-lp .mt-34px {
  margin-top: 34px !important;
}
.pc .saidaiji_daiju-lp .mt-35px {
  margin-top: 35px !important;
}
.pc .saidaiji_daiju-lp .mt-36px {
  margin-top: 36px !important;
}
.pc .saidaiji_daiju-lp .mt-37px {
  margin-top: 37px !important;
}
.pc .saidaiji_daiju-lp .mt-38px {
  margin-top: 38px !important;
}
.pc .saidaiji_daiju-lp .mt-39px {
  margin-top: 39px !important;
}
.pc .saidaiji_daiju-lp .mt-40px {
  margin-top: 40px !important;
}
.pc .saidaiji_daiju-lp .mt-41px {
  margin-top: 41px !important;
}
.pc .saidaiji_daiju-lp .mt-42px {
  margin-top: 42px !important;
}
.pc .saidaiji_daiju-lp .mt-43px {
  margin-top: 43px !important;
}
.pc .saidaiji_daiju-lp .mt-44px {
  margin-top: 44px !important;
}
.pc .saidaiji_daiju-lp .mt-45px {
  margin-top: 45px !important;
}
.pc .saidaiji_daiju-lp .mt-46px {
  margin-top: 46px !important;
}
.pc .saidaiji_daiju-lp .mt-47px {
  margin-top: 47px !important;
}
.pc .saidaiji_daiju-lp .mt-48px {
  margin-top: 48px !important;
}
.pc .saidaiji_daiju-lp .mt-49px {
  margin-top: 49px !important;
}
.pc .saidaiji_daiju-lp .mt-50px {
  margin-top: 50px !important;
}
.pc .saidaiji_daiju-lp .mt-51px {
  margin-top: 51px !important;
}
.pc .saidaiji_daiju-lp .mt-52px {
  margin-top: 52px !important;
}
.pc .saidaiji_daiju-lp .mt-53px {
  margin-top: 53px !important;
}
.pc .saidaiji_daiju-lp .mt-54px {
  margin-top: 54px !important;
}
.pc .saidaiji_daiju-lp .mt-55px {
  margin-top: 55px !important;
}
.pc .saidaiji_daiju-lp .mt-56px {
  margin-top: 56px !important;
}
.pc .saidaiji_daiju-lp .mt-57px {
  margin-top: 57px !important;
}
.pc .saidaiji_daiju-lp .mt-58px {
  margin-top: 58px !important;
}
.pc .saidaiji_daiju-lp .mt-59px {
  margin-top: 59px !important;
}
.pc .saidaiji_daiju-lp .mt-60px {
  margin-top: 60px !important;
}
.pc .saidaiji_daiju-lp .mt-61px {
  margin-top: 61px !important;
}
.pc .saidaiji_daiju-lp .mt-62px {
  margin-top: 62px !important;
}
.pc .saidaiji_daiju-lp .mt-63px {
  margin-top: 63px !important;
}
.pc .saidaiji_daiju-lp .mt-64px {
  margin-top: 64px !important;
}
.pc .saidaiji_daiju-lp .mt-65px {
  margin-top: 65px !important;
}
.pc .saidaiji_daiju-lp .mt-66px {
  margin-top: 66px !important;
}
.pc .saidaiji_daiju-lp .mt-67px {
  margin-top: 67px !important;
}
.pc .saidaiji_daiju-lp .mt-68px {
  margin-top: 68px !important;
}
.pc .saidaiji_daiju-lp .mt-69px {
  margin-top: 69px !important;
}
.pc .saidaiji_daiju-lp .mt-70px {
  margin-top: 70px !important;
}
.pc .saidaiji_daiju-lp .mt-71px {
  margin-top: 71px !important;
}
.pc .saidaiji_daiju-lp .mt-72px {
  margin-top: 72px !important;
}
.pc .saidaiji_daiju-lp .mt-73px {
  margin-top: 73px !important;
}
.pc .saidaiji_daiju-lp .mt-74px {
  margin-top: 74px !important;
}
.pc .saidaiji_daiju-lp .mt-75px {
  margin-top: 75px !important;
}
.pc .saidaiji_daiju-lp .mt-76px {
  margin-top: 76px !important;
}
.pc .saidaiji_daiju-lp .mt-77px {
  margin-top: 77px !important;
}
.pc .saidaiji_daiju-lp .mt-78px {
  margin-top: 78px !important;
}
.pc .saidaiji_daiju-lp .mt-79px {
  margin-top: 79px !important;
}
.pc .saidaiji_daiju-lp .mt-80px {
  margin-top: 80px !important;
}
.pc .saidaiji_daiju-lp .mt-81px {
  margin-top: 81px !important;
}
.pc .saidaiji_daiju-lp .mt-82px {
  margin-top: 82px !important;
}
.pc .saidaiji_daiju-lp .mt-83px {
  margin-top: 83px !important;
}
.pc .saidaiji_daiju-lp .mt-84px {
  margin-top: 84px !important;
}
.pc .saidaiji_daiju-lp .mt-85px {
  margin-top: 85px !important;
}
.pc .saidaiji_daiju-lp .mt-86px {
  margin-top: 86px !important;
}
.pc .saidaiji_daiju-lp .mt-87px {
  margin-top: 87px !important;
}
.pc .saidaiji_daiju-lp .mt-88px {
  margin-top: 88px !important;
}
.pc .saidaiji_daiju-lp .mt-89px {
  margin-top: 89px !important;
}
.pc .saidaiji_daiju-lp .mt-90px {
  margin-top: 90px !important;
}
.pc .saidaiji_daiju-lp .mt-91px {
  margin-top: 91px !important;
}
.pc .saidaiji_daiju-lp .mt-92px {
  margin-top: 92px !important;
}
.pc .saidaiji_daiju-lp .mt-93px {
  margin-top: 93px !important;
}
.pc .saidaiji_daiju-lp .mt-94px {
  margin-top: 94px !important;
}
.pc .saidaiji_daiju-lp .mt-95px {
  margin-top: 95px !important;
}
.pc .saidaiji_daiju-lp .mt-96px {
  margin-top: 96px !important;
}
.pc .saidaiji_daiju-lp .mt-97px {
  margin-top: 97px !important;
}
.pc .saidaiji_daiju-lp .mt-98px {
  margin-top: 98px !important;
}
.pc .saidaiji_daiju-lp .mt-99px {
  margin-top: 99px !important;
}
.pc .saidaiji_daiju-lp .mt-100px {
  margin-top: 100px !important;
}

/*==================================================
	SCROLL ANIMATION
==================================================*/
.saidaiji_daiju-lp .fadeUp {
  animation-name: fadeUpAnime;
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1.0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.saidaiji_daiju-lp .scaleIn {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.saidaiji_daiju-lp .scaleIn.active {
  opacity: 1.0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.saidaiji_daiju-lp .scaleInBack {
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.saidaiji_daiju-lp .scaleInBack.active {
  opacity: 1.0;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.saidaiji_daiju-lp .__delay1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.saidaiji_daiju-lp .__delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.saidaiji_daiju-lp .__delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.saidaiji_daiju-lp .__delay4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.saidaiji_daiju-lp .__delay5 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.sp .saidaiji_daiju-lp .fadeUp {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*==================================================
	高大受 - COMMON
==================================================*/
.saidaiji_daiju-lp {
  /* 申し込みボタン */
  /* 申し込みボタン（終了） */
}
.saidaiji_daiju-lp h2 {
  text-align: center;
}
.saidaiji_daiju-lp h2 small {
  color: #0790F5;
}
.saidaiji_daiju-lp h2 small em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF6A6B;
  color: #fff;
  line-height: 1;
  position: relative;
}
.pc .saidaiji_daiju-lp h2 small em {
  /*----------------------------------- PC */
  top: 2px;
  margin-right: 0.1em;
  padding: 0.2em 0.1em 0.1em;
}
.sp .saidaiji_daiju-lp h2 small em {
  /*----------------------------------- SP */
  top: 0.1333333333vw;
  margin-right: 0.3em;
  padding: 0.6666666667vw 0.2666666667vw 0.2666666667vw 0.6666666667vw;
}
.saidaiji_daiju-lp h2::after {
  background-color: #0790F5;
}
.saidaiji_daiju-lp .line-ttl {
  position: relative;
  letter-spacing: 0.15em;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  opacity: 0;
}
.pc .saidaiji_daiju-lp .line-ttl {
  /*----------------------------------- PC */
  margin-left: 50px;
  font-size: 24px;
  line-height: 1.5;
}
.sp .saidaiji_daiju-lp .line-ttl {
  /*----------------------------------- SP */
  margin-left: 3.3333333333vw;
}
.saidaiji_daiju-lp .line-ttl strong {
  font-weight: 900;
}
.pc .saidaiji_daiju-lp .line-ttl strong {
  /*----------------------------------- PC */
  font-size: 28px;
}
.sp .saidaiji_daiju-lp .line-ttl strong {
  /*----------------------------------- SP */
}
.saidaiji_daiju-lp .line-ttl em {
  display: inline-block;
  background-color: #FF6A6B;
  color: #fff;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
.pc .saidaiji_daiju-lp .line-ttl em {
  /*----------------------------------- PC */
  margin-left: -3px;
  margin-right: 3px;
  padding: 2px 1px 3px 5px;
  top: -2px;
}
.sp .saidaiji_daiju-lp .line-ttl em {
  /*----------------------------------- SP */
  margin-left: -0.5333333333vw;
  margin-right: 0.8vw;
  padding: 0.2666666667vw 0.2666666667vw 0.5333333333vw 0.6666666667vw;
  top: -1.6vw;
}
.saidaiji_daiju-lp .saidaiji_daiju-seasonal .ttl-top {
  display: inline-block;
  background-color: #FF6A6B;
  color: #fff;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  margin: 6vw 0vw 0vw 0vw;
  padding: 2vw 0vw 2.1vw 4vw;
}
.pc .saidaiji_daiju-lp .saidaiji_daiju-seasonal .ttl-top {
  /*----------------------------------- PC */
  width: 820px;
  margin: 60px auto 0;
  padding: 13px 0 12px 30px;
  display: block;
}

.saidaiji_daiju-lp .line-ttl::before {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #454545;
  position: relative;
}
.pc .saidaiji_daiju-lp .line-ttl::before {
  /*----------------------------------- PC */
  top: -0.35em;
  width: 70px;
  margin-left: -93px;
  margin-right: 23px;
}
.sp .saidaiji_daiju-lp .line-ttl::before {
  /*----------------------------------- SP */
  top: -1.3333333333vw;
  width: 6.1333333333vw;
  margin-left: -9.3333333333vw;
  margin-right: 3.2vw;
}
.saidaiji_daiju-lp .line-ttl.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.saidaiji_daiju-lp span.num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0790F5;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.pc .saidaiji_daiju-lp span.num {
  /*----------------------------------- PC */
  width: 16px;
  height: 16px;
  margin-right: 6px;
  top: -3px;
}
.sp .saidaiji_daiju-lp span.num {
  /*----------------------------------- SP */
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  margin-right: 0.8vw;
  top: -0.8vw;
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-lp .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.saidaiji_daiju-lp .date p {
  display: inline-block;
  position: relative;
  background-color: #fff;
  white-space: nowrap;
}
.pc .saidaiji_daiju-lp .date p {
  /*----------------------------------- PC */
  padding: 10px 15px 28px 12px;
}
.sp .saidaiji_daiju-lp .date p {
  /*----------------------------------- SP */
  padding: 1.3333333333vw 2.4vw 6.4vw 2.4vw;
}
.saidaiji_daiju-lp .date p + p::before {
  content: '';
  display: inline-block;
  width: 1px;
  background-color: #dedede;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc .saidaiji_daiju-lp .date p + p::before {
  /*----------------------------------- PC */
  height: 20px;
}
.sp .saidaiji_daiju-lp .date p + p::before {
  /*----------------------------------- SP */
  height: 4.2666666667vw;
}
.saidaiji_daiju-lp .date span {
  position: relative;
}
.saidaiji_daiju-lp .date .dow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #454545;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.saidaiji_daiju-lp .date .dow.sat {
  background-color: #0790F5;
}
.saidaiji_daiju-lp .date .dow.sun {
  background-color: #FF6A6B;
}
.pc .saidaiji_daiju-lp .date {
  /*----------------------------------- PC */
}
.pc .saidaiji_daiju-lp .date .month {
  font-size: 18px;
  top: -10px;
}
.pc .saidaiji_daiju-lp .date .day {
  font-size: 38px;
  top: 16px;
  left: -2px;
}
.pc .saidaiji_daiju-lp .date .day sup {
  position: relative;
  top: -14px;
  font-size: 14px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 900;
}
.pc .saidaiji_daiju-lp .date .day sup:first-child {
  margin-left: 3px;
}
.pc .saidaiji_daiju-lp .date .dow {
  font-size: 14px;
  width: 22px;
  height: 22px;
  padding: 2px 3px 3px;
  top: 2px;
}
.pc .saidaiji_daiju-lp .date .tilde {
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 18px;
}
.sp .saidaiji_daiju-lp .date {
  /*----------------------------------- SP */
}
.sp .saidaiji_daiju-lp .date .month {
  font-size: 3.7333333333vw;
  top: -1.3333333333vw;
}
.sp .saidaiji_daiju-lp .date .day {
  font-size: 7.8666666667vw;
  top: 4.1333333333vw;
  left: -1.0666666667vw;
}
.sp .saidaiji_daiju-lp .date .day sup {
  position: relative;
  top: -3.2vw;
  font-size: 1.8666666667vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 900;
}
.sp .saidaiji_daiju-lp .date .day sup:first-child {
  margin-left: 1.0666666667vw;
}
.sp .saidaiji_daiju-lp .date .dow {
  font-size: 2.9333333333vw;
  width: 4vw;
  height: 4vw;
  padding: 0.2666666667vw 0.4vw 0.4vw;
  top: 1.3333333333vw;
}
.sp .saidaiji_daiju-lp .date .tilde {
  position: relative;
  top: 0.6666666667vw;
  margin-left: 0.5333333333vw;
  margin-right: 0.8vw;
  font-size: 2.4vw;
}
.saidaiji_daiju-lp .c-btn01 a, .saidaiji_daiju-lp .c-btn01 button, .saidaiji_daiju-lp .js-btn a, .saidaiji_daiju-lp .js-btn button, .saidaiji_daiju-lp .js-btn modal-button {
  background-color: #ffe977;
  color: inherit;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0 10px;
  min-height: 60px;
}
.saidaiji_daiju-lp .c-btn01 button, .saidaiji_daiju-lp .js-btn button {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  display: block;
  text-align: center;
}
.saidaiji_daiju-lp .c-btn01 a, .saidaiji_daiju-lp .js-btn a {
  display: inline-block;
  padding: 15px 0 15px;
  min-height: 60px;
}
.pc .saidaiji_daiju-lp .c-btn01 a,
.pc .saidaiji_daiju-lp .c-btn01 button,
.pc .saidaiji_daiju-lp .js-btn a,
.pc .saidaiji_daiju-lp .js-btn button,
.pc .saidaiji_daiju-lp .js-btn modal-button {
  /*----------------------------------- PC */
  width: 300px;
  font-size: 18px;
}
.sp .saidaiji_daiju-lp .c-btn01 a, 
.sp .saidaiji_daiju-lp .c-btn01 button, 
.sp .saidaiji_daiju-lp .js-btn a, 
.sp .saidaiji_daiju-lp .js-btn button, 
.sp .saidaiji_daiju-lp .js-btn modal-button {
  /*----------------------------------- SP */
  width: 60vw;
  font-size: 3.5vw;
}

.pc .saidaiji_daiju-lp .c-btn01 button span {
  font-size: 14px;
  padding: 0 3px;
}
.sp .saidaiji_daiju-lp .c-btn01 button span {
  font-size: 3vw;
  padding: 0 0.7vw;
}

/* .pc .saidaiji_daiju-lp .c-btn01 button span:last-child {
  margin-bottom: 5px;
}
.sp .saidaiji_daiju-lp .c-btn01 button span:last-child {
  margin-bottom: 2vw;
} */

.pc .saidaiji_daiju-lp .c-btn01 a:hover,
.pc .saidaiji_daiju-lp .c-btn01 button:hover,
.pc .saidaiji_daiju-lp .js-btn a:hover,
.pc .saidaiji_daiju-lp .js-btn button:hover,
.pc .saidaiji_daiju-lp .js-btn modal-button:hover {
  background-color: #0790F5;
  color: #fff;
}
.pc .saidaiji_daiju-lp .date + .c-btn01 a,
.pc .saidaiji_daiju-lp .date + .c-btn01 button,
.pc .saidaiji_daiju-lp .date + .js-btn a,
.pc .saidaiji_daiju-lp .date + .js-btn button,
.pc .saidaiji_daiju-lp .date + .js-btn modal-button {
  /*----------------------------------- PC */
  width: 200px;
}

.saidaiji_daiju-lp .mod_btn01.is_finished,
.saidaiji_daiju-lp .js-btn.is_finished a,
.saidaiji_daiju-lp .js-btn.is_finished button,
.saidaiji_daiju-lp .js-btn.is_finished modal-button {
  background-color: #ccc;
  color: #999;
  pointer-events: none;
  min-height: 50px;
}
.saidaiji_daiju-lp .__blank a:hover::after,
.saidaiji_daiju-lp .__blank button:hover::after,
.saidaiji_daiju-lp .__blank modal-button:hover::after {
  background-image: url(/img/pref/schools/saidaiji_daiju/ico_blank_ov.png);
}


/*==================================================
	高大受 - HERO AREA
==================================================*/
.saidaiji_daiju-hu-hero-area {
  position: relative;
}
.pc .saidaiji_daiju-hu-hero-area {
  /*----------------------------------- PC */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 740px;
  padding-top: 380px;
  background: url(/img/pref/schools/saidaiji_daiju/hero-image_pc.jpg) center top no-repeat;
  background-size: 1440px;
}
.sp .saidaiji_daiju-hu-hero-area {
  /*----------------------------------- SP */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 146.5333333333vw;
  padding-top: 51vw;
  background: url(/img/pref/schools/saidaiji_daiju/hero-image_sp.jpg) center top no-repeat;
  background-size: 100vw;
}
.saidaiji_daiju-hu-hero-area h1 {
  line-height: 1;
}
.pc .saidaiji_daiju-hu-hero-area h1 {
  /*----------------------------------- PC */
}
.sp .saidaiji_daiju-hu-hero-area h1 {
  /*----------------------------------- SP */
  margin-left: -1.6vw;
}
.saidaiji_daiju-hu-hero-area h1 span {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  opacity: 0;
}
.saidaiji_daiju-hu-hero-area h1 span.active {
  opacity: 1;
}
.pc .saidaiji_daiju-hu-hero-area h1 span {
  margin-bottom: 11px;
  font-size: 49px;
  letter-spacing: 2px;
  width: 350px;
  padding: 10px 0 14px;
}
.sp .saidaiji_daiju-hu-hero-area h1 span {
  margin-bottom: 2vw;
  font-size: 8vw;
  letter-spacing: 0.2vw;
  width: 55vw;
  padding: 2vw 0 3vw;
  
}
.saidaiji_daiju-hu-hero-area h1 span::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #0790F5;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}
.saidaiji_daiju-hu-hero-area h1 span.active::before {
  width: 100%;
}
.saidaiji_daiju-hu-hero-area h1 span:nth-child(2)::before {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.saidaiji_daiju-hu-hero-area p {
  display: inline-block;
  position: relative;
}
.pc .saidaiji_daiju-hu-hero-area p {
  /*----------------------------------- PC */
  margin-top: 10px;
}
.pc .saidaiji_daiju-hu-hero-area p span:nth-child(1) img {
  width: 535px;
  border-radius: 0 25px 0 25px;
}
.sp .saidaiji_daiju-hu-hero-area p {
  /*----------------------------------- SP */
  margin-top: 2vw;
  margin-left: -1.6vw;
}
.sp .saidaiji_daiju-hu-hero-area p span:nth-child(1) img {
  width: 76vw;
  min-width: 76vw;
  max-width: 76vw;
  border-radius: 0 3.3333333333vw 0 3.3333333333vw;
}
.saidaiji_daiju-hu-hero-area p span:nth-child(1) {
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}
.saidaiji_daiju-hu-hero-area p span:nth-child(1).active {
  width: 100%;
}
.saidaiji_daiju-hu-hero-area p span:nth-child(2) {
  position: absolute;
}
.pc .saidaiji_daiju-hu-hero-area p span:nth-child(2) {
  /*----------------------------------- PC */
  top: -58px;
  right: -95px;
  width: 140px;
}
.sp .saidaiji_daiju-hu-hero-area p span:nth-child(2) {
  /*----------------------------------- SP */
  top: -19vw;
  right: -9vw;
  width: 24vw;
}
.saidaiji_daiju-hu-hero-area p span:nth-child(2) img {
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.saidaiji_daiju-lp .scroll {
  color: #454545;
  font-family: Cinzel, sans-serif;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}
.saidaiji_daiju-lp .saidaiji_daiju-hu-hero-area .scroll {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.saidaiji_daiju-lp .scroll::after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px solid #FF6A6B;
  -webkit-animation: stretch 3.5s infinite;
          animation: stretch 3.5s infinite;
  position: absolute;
  left: 62%;
}
.pc .saidaiji_daiju-lp .scroll {
  /*----------------------------------- PC */
  top: 497px;
  left: calc(50% + 648px);
  font-size: 13px;
  letter-spacing: 0.15em;
}
.pc .saidaiji_daiju-lp .scroll::after {
  height: 70px;
  bottom: -83px;
}
.sp .saidaiji_daiju-lp .scroll {
  /*----------------------------------- SP */
  top: 108.8vw;
  right: 4vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.15em;
}
.sp .saidaiji_daiju-lp .scroll::after {
  height: 13.3333333333vw;
  bottom: -15.3333333333vw;
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  30% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  36% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@keyframes stretch {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  30% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  36% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

#mv {
  width: 100%;
  /* background: linear-gradient(#00B0E2 0%, #fff 20% 75%, #0E3384 95%); */
  background: #fff;
}

#mv div {
  width: 100%;
}
.sp #mv div img {
  width: 100%;
}
.pc #mv div {
  margin: 0 auto;
  width: 1000px;
  height: 400px;
}
/* .pc #mv div div {
  width: calc(100% + 400px);
  margin: 0 -200px;
} */



.saidaiji_daiju-campaign{
  background-color: #ECF6FC;
  padding: 10vw 0;
}
.pc .saidaiji_daiju-campaign{
  padding: 70px 0;
}

.saidaiji_daiju-campaign .seminar_pr{
  width: 90vw;
  margin: 0 auto;
}
.pc .saidaiji_daiju-campaign .seminar_pr{
  width: 750px;
  margin: 10px auto 0;
  position: relative;
}
/* キャンペーンバナーに（仮）を入れる
.saidaiji_daiju-campaign .seminar_pr img {
  opacity: 0.5;
}
.saidaiji_daiju-campaign .seminar_pr p {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 110px);
  font-size: 80px;
} */

/*==================================================
	高大受 - navigation
==================================================*/
.saidaiji_daiju-pnv {
  margin: 0 auto;
  width: 100vw;
  max-width: 1400px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  margin-top: 30px;
}
.saidaiji_daiju-pnv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.saidaiji_daiju-pnv::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
/* simplebar */
/* スクロールバーの棒部分装飾 */
.simplebar-scrollbar::before {
  background: #ddd;
  border-radius: 0;
  margin-top: 3px;
}
/* デフォルトだとスクロールバーに透過がかかっているので、透過を無くしたい場合はopacity: 1;を追加する */
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
/* スクロールバーの背景 */
.simplebar-track {
  background: transparent;
}

.saidaiji_daiju-pnv ul li {
  background-color: #0071BE;
  flex: 1;
  height: 100px;
  border-left: solid 1px #fff;
  margin-bottom: 10px;
}

.saidaiji_daiju-pnv ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: url(/img/pref/schools/saidaiji_daiju/ico_arrow6.png);
  background-repeat: no-repeat;
}
.pc .saidaiji_daiju-pnv ul li a {
  /*----------------------------------- PC */
  padding-bottom: 20px;
  background-position: center bottom 12px;
  background-size: 16px;
  font-size: 18px;
}
.pc .saidaiji_daiju-pnv ul li a:hover {
  color: #F0FFBC;
  background-position: center bottom 8px;
}
.sp .saidaiji_daiju-pnv ul li a {
  /*----------------------------------- SP */
  padding-bottom: 0vw;
  background-position: center bottom 1.6vw;
  background-size: 2.9333333333vw;
  font-size: 3.2vw;
  line-height: 1.6;
}

/* .saidaiji_daiju-seasonal table td button::before {
  content: '\f1c1';
  font-family: 'Font Awesome 5 Free';
  color: #CD0000;
} */

/*==================================================
	高大受 - 理由
==================================================*/
.saidaiji_daiju-reason {
  margin-bottom: 10vw;
}
.pc .saidaiji_daiju-reason {
  margin-bottom: 80px;
}

.saidaiji_daiju-reason .wrapper {
  position: relative;
  z-index: 1;
}
.pc .saidaiji_daiju-reason .wrapper {
  /*----------------------------------- PC */
  padding-top: 70px;
}
.sp .saidaiji_daiju-reason .wrapper {
  /*----------------------------------- SP */
  padding-top: 6vw;
}
.saidaiji_daiju-reason .wrapper::after {
  content: '';
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  z-index: -1;
}
.pc .saidaiji_daiju-reason .wrapper::after {
  /*----------------------------------- PC */
  width: 100vw;
  height: calc(100% - 270px);
  top: 170px;
  left: 110px;
}
.sp .saidaiji_daiju-reason .wrapper::after {
  /*----------------------------------- SP */
  width: 82vw;
  height: calc(100% - 46vw);
  top: 19.2vw;
  right: 0;
}
.pc .saidaiji_daiju-reason .wrapper h3.line-ttl {
  /*----------------------------------- PC */
  line-height: 2.1;
}
.saidaiji_daiju-reason .wrapper > div {
  position: relative;
}
.pc .saidaiji_daiju-reason .wrapper > div {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 57px;
  padding-top: 30px;
}
.pc .saidaiji_daiju-reason .wrapper > div:nth-child(even) h4 {
  left: calc(50% - 140px);
}
.pc .saidaiji_daiju-reason .wrapper > div:nth-child(even) picture {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: -55px;
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}
.pc .saidaiji_daiju-reason .wrapper > div:nth-child(odd) h4 {
  left: 580px;
}
.pc .saidaiji_daiju-reason .wrapper > div:nth-child(odd) picture {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -55px;
  -webkit-transform: translateX(90px);
          transform: translateX(90px);
}
.pc .saidaiji_daiju-reason .wrapper > div + div {
  margin-top: 86px;
}
.pc .saidaiji_daiju-reason .wrapper > div + div dl {
  margin-top: 90px;
}
.sp .saidaiji_daiju-reason .wrapper > div {
  margin-top: 8.2666666667vw;
}
.saidaiji_daiju-reason .wrapper > div h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #0790F5;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
.pc .saidaiji_daiju-reason .wrapper > div h4 {
  top: 0;
  width: 50px;
  padding: 15px 0 10px;
  font-size: 24px;
  letter-spacing: 0.25em;
}
.sp .saidaiji_daiju-reason .wrapper > div h4 {
  top: -3vw;
  left: 0;
  width: 8vw;
  padding: 3.2vw 0 1.6vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.3em;
}
.pc .saidaiji_daiju-reason .wrapper > div picture {
  /*----------------------------------- PC */
  width: 525px;
}
.sp .saidaiji_daiju-reason .wrapper > div picture {
  /*----------------------------------- SP */
  display: block;
  margin-left: 4.4vw;
  width: 83.4666666667vw;
}
.saidaiji_daiju-reason .wrapper > div picture img {
  width: 100%;
}
.saidaiji_daiju-reason .wrapper > div dl {
  letter-spacing: 0;
}
.pc .saidaiji_daiju-reason .wrapper > div dl {
  /*----------------------------------- PC */
  margin-top: 112px;
  width: 515px;
}
.sp .saidaiji_daiju-reason .wrapper > div dl {
  /*----------------------------------- SP */
  margin-top: 9.6vw;
}
.saidaiji_daiju-reason .wrapper > div dl dt {
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.pc .saidaiji_daiju-reason .wrapper > div dl dt {
  /*----------------------------------- PC */
  font-size: 20px;
}
.sp .saidaiji_daiju-reason .wrapper > div dl dt {
  /*----------------------------------- SP */
  margin-left: -0.8vw;
  font-size: 4vw;
  letter-spacing: 0.15em;
}
.saidaiji_daiju-reason .wrapper > div dl dd {
  letter-spacing: 0.005em;
}
.pc .saidaiji_daiju-reason .wrapper > div dl dd {
  /*----------------------------------- PC */
  margin-top: 20px;
}
.sp .saidaiji_daiju-reason .wrapper > div dl dd {
  /*----------------------------------- SP */
  margin-top: 2.6666666667vw;
}

/*==================================================
	高大受 - VOICE
==================================================*/
.pc .saidaiji_daiju-voice .wrapper {
  /*----------------------------------- PC */
  padding-top: 110px;
  margin-bottom: 100px;
}
.sp .saidaiji_daiju-voice .wrapper {
  /*----------------------------------- SP */
  padding-top: 19.0666666667vw;
}

.sp .voice-box {
  margin: 0 auto 5vw;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sp .voice-box::-webkit-scrollbar {
  height: 6px; /* スクロールバーの高さ */
}
.sp .voice-box::-webkit-scrollbar-thumb {
  background: #ddd; /* ツマミの色 */
  /* border-radius: 5px; ツマミ両端の丸み */
}
.sp .voice-box::-webkit-scrollbar-track {
  background: #fff; /* トラックの色 */
  /* border-radius: 5px; トラック両端の丸み */
}

.sp .saidaiji_daiju-voice .wrapper .voice {
  /*----------------------------------- SP */
  width: 90vw;
  padding-right: 8vw;
  flex-shrink: 0;
  margin-bottom: 8vw;
}
.sp .saidaiji_daiju-voice .wrapper .voice + .voice {
  /* margin-top: 10vw; */
}
.sp .saidaiji_daiju-voice .wrapper .voice + h3 {
  margin-top: 13.3333333333vw;
}
.pc .saidaiji_daiju-voice .wrapper .voice {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}
.pc .saidaiji_daiju-voice .wrapper .voice:nth-child(2n) {
  margin-top: 55px;
  margin-left: 117px;
}
.pc .saidaiji_daiju-voice .wrapper .voice + h3 {
  margin-top: 110px;
}


.pc .saidaiji_daiju-voice .wrapper .voice .prof {
  /*----------------------------------- PC */
  width: 256px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof {
  /*----------------------------------- SP */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8.4vw;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof picture {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 0px;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof picture img {
  width: 120px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof picture {
  /*----------------------------------- SP */
  margin-top: 1.7333333333vw;
  margin-right: 4.9333333333vw;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof picture img {
  width: 15.7333333333vw;
}
.saidaiji_daiju-voice .wrapper .voice .prof .mater {
  line-height: 1;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof .mater {
  /*----------------------------------- PC */
  margin-top: 28px;
  font-size: 14px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof .mater {
  /*----------------------------------- SP */
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-voice .wrapper .voice .prof .name {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof .name {
  /*----------------------------------- PC */
  font-size: 24px;
  line-height: 2;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof .name {
  /*----------------------------------- SP */
  font-size: 4.5333333333vw;
  line-height: 1.8;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof dl {
  /*----------------------------------- SP */
  margin-top: -3.2vw;
}
.saidaiji_daiju-voice .wrapper .voice .prof dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0790F5;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof dl dt {
  /*----------------------------------- PC */
  width: 80px;
  height: 25px;
  font-size: 14px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof dl dt {
  /*----------------------------------- SP */
  width: 13.3333333333vw;
  height: 5.0666666667vw;
  font-size: 2.6666666667vw;
}
.pc .saidaiji_daiju-voice .wrapper .voice .prof dl dd {
  /*----------------------------------- PC */
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.715;
}
.sp .saidaiji_daiju-voice .wrapper .voice .prof dl dd {
  /*----------------------------------- SP */
  margin-top: 1.0666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.6;
}
.pc .saidaiji_daiju-voice .wrapper .voice .message {
  /*----------------------------------- PC */
  width: 644px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .message {
  /*----------------------------------- SP */
  margin-top: 4vw;
}
.saidaiji_daiju-voice .wrapper .voice .message h4 {
  font-weight: 900;
}
.pc .saidaiji_daiju-voice .wrapper .voice .message h4 {
  /*----------------------------------- PC */
  font-size: 20px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .message h4 {
  /*----------------------------------- SP */
}
.pc .saidaiji_daiju-voice .wrapper .voice .message p {
  /*----------------------------------- PC */
  margin-top: 10px;
}
.sp .saidaiji_daiju-voice .wrapper .voice .message p {
  /*----------------------------------- SP */
}

/*==================================================
	高大受 - ACHIEVEMENT
==================================================*/

.saidaiji_daiju-achievement.saidaiji_daiju-event-tab {
  background-color: #FFFAFD;
  padding: 3vw 0 7vw;
}
.pc .saidaiji_daiju-achievement.saidaiji_daiju-event-tab {
  padding: 10px 0 50px;
}

.saidaiji_daiju-lp #achievement .wrapper {
  margin-top: 12vw;
}
.pc .saidaiji_daiju-lp #achievement .wrapper {
  width: 740px;
  margin-top: 90px;
}

.achievement-box {
  margin: 5vw 0 3vw;
}
.pc .achievement-box {
  margin: 30px 0 0;
}

.school-big, .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  align-items: flex-end;
  position: relative;
}
.school-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0vw;
}
.pc .school-small {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
.school-small.school-last {
  margin-bottom: 10vw;
}
.pc .school-small.school-last {
  margin-bottom: 50px;
}

.school-big {
  margin-bottom: 9vw;
}
.pc .school-big {
  margin-bottom: 40px;
}
.school-big.school-first {
  margin-bottom: 5vw;
}
.pc .school-big.school-first {
  margin-bottom: 40px;
}
.school-big.school-last {
  margin-bottom: 13vw;
}
.pc .school-big.school-last {
  margin-bottom: 60px;
}

.school-big .mark {
  width: 15%;
}
.pc .school-big .mark {
  width: 10%;
}
.school-big .mark.no1 img {
  max-width: 120%;
  margin: -10%;
}

.school-big .school-name {
  width: 80%;
  padding-bottom: 2vw;
  padding-left: 5vw;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.4;
}
.pc .school-big .school-name {
  padding-bottom: 16px;
  padding-left: 30px;
  font-size: 28px;
}
.school-big .school-name.nankan {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FF5151;
  padding: 0;
}

.school-big .school-name.school-name1 {
  padding-bottom: 2vw;
}
.pc .school-big .school-name.school-name1 {
  padding-bottom: 18px;
}
.school-big .number {
  width: 80%;
  text-align: right;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.4;
  position: absolute;
  bottom: 2vw;
  right: 0;
}
.pc .school-big .number {
  font-size: 22px;
  bottom: 18px;
}
.school-big .number span {
  font-size: 13vw;
  line-height: 1;
  font-weight: 900;
  color: #FF5151;
}
.pc .school-big .number span {
  font-size: 55px;
}
.school-big .number.number4 span {
  font-size: 14vw;
}
.pc .school-big .number.number4 span {
  font-size: 60px;
}
.school-big .number.number4 span span {
  font-size: 6vw;
  letter-spacing: -0.1em;
}
.pc .school-big .number.number4 span span {
  font-size: 30px;
}

.achievement-box p {
  text-align: center;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 9vw;
  margin-top: 5vw;
}
.pc .achievement-box p {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: -20px;
}
.achievement-box p span {
  font-size: 8vw;
  line-height: 1.2;
  font-weight: 900;
  color: #FF5151;
  margin-right: 1vw;
  vertical-align: -0.1vw;
}
.pc .achievement-box p span {
  font-size: 34px;
  margin-right: 5px;
  margin-left: 10px;
}

.school {
  width: 100%;
  margin-bottom: 5vw;
  border-bottom: solid 1px #ccc;
  padding-bottom: 3vw;
}
.pc .school {
  width: 45%;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.school .mark {
  width: 10%;
}
.pc .school .mark {
  width: 13%;
}
.school .school-name {
  width: 47%;
  font-size: 5vw;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 1vw;
  padding-left: 5vw;
}
.pc .school .school-name {
  font-size: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
}
.school .school-name.l2 {
  padding-bottom: 0vw;
}
.pc .school .school-name.l2 {
  padding-bottom: 0px;
}
.school .number {
  width: 38%;
  text-align: right;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.4;
  padding-bottom: 1vw;
}
.pc .school .number {
  width: 38%;
  font-size: 18px;
  padding-bottom: 2px;
}
.school .number span {
  font-size: 8vw;
  line-height: 1;
  font-weight: 900;
  color: #FF5151;
  padding-bottom: 5vw;
}
.pc .school .number span {
  font-size: 35px;
  padding-bottom: 10px;
}

.achievement-box p.note {
  text-align: left;
  font-size: 3.3vw;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 3vw;
}
.pc .achievement-box p.note {
  font-size: 13px;
  margin-bottom: 30px;
}


/*==================================================
	高大受 - EVENT
==================================================*/
.saidaiji_daiju-event-tab {
  position: relative;
  background-color: #f8f8f8;
  padding: 15vw 0 0vw;
}
.pc .saidaiji_daiju-event-tab {
  padding: 100px 0 0;
}
.sp #special-event.saidaiji_daiju-event-tab {
  /*----------------------------------- SP */
  padding: 15vw 0 0;
}
.saidaiji_daiju-event-tab .tab-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.saidaiji_daiju-event-tab .tab-lists li {
  width: 100%;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-univ {
  background-color: #ccc;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-high {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-jr {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-univ {
  background-color: #ccc;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-high {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-jr {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
#achievement .tab-lists li.tab-univ {
  background-color: #ccc;
}
#achievement .tab-lists li.tab-high {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
#achievement .tab-lists li.tab-jr {
  background-color: #ccc;
  border-right: 1px solid #fff;
}
.pc .saidaiji_daiju-event-tab .tab-lists li {
  /*----------------------------------- PC */
  width: 50%;
  font-size: 20px;
  text-align: center;
  padding: 35px;
}
.sp .saidaiji_daiju-event-tab .tab-lists li {
  /*----------------------------------- SP */
  width: 50%;
  padding: 5.3333333333vw;
  font-size: 4vw;
  text-align: center;
}
.saidaiji_daiju-event-tab .tab-lists li a {
  color: inherit;
}

.saidaiji_daiju-event-tab .tab-lists li.is-act {
  color: #fff;
  pointer-events: none;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-univ.is-act {
  background-color: #00457F;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-high.is-act {
  background-color: #00A349;
}
.saidaiji_daiju-event-tab .tab-lists li.tab-jr.is-act {
  background-color: #16c4e7;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-univ.is-act {
  background-color: #FF6A6B;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-high.is-act {
  background-color: #FF6A6B;
}
#special-event.saidaiji_daiju-event-tab .tab-lists li.tab-jr.is-act {
  background-color: #FF6A6B;
}
#achievement .tab-lists li.tab-univ.is-act {
  background-color: #FF5151;
}
#achievement .tab-lists li.tab-high.is-act {
  background-color: #FF5151;
}
#achievement .tab-lists li.tab-jr.is-act {
  background-color: #FF5151;
}
.pc .saidaiji_daiju-event-tab .tab-lists li.tab-univ.is-act {
  /*----------------------------------- PC */
  margin-top: -20px;
  padding-top: 50px;
}
.pc .saidaiji_daiju-event-tab .tab-lists li.tab-high.is-act {
  /*----------------------------------- PC */
  margin-top: -20px;
  padding-top: 50px;
}
.pc .saidaiji_daiju-event-tab .tab-lists li.tab-jr.is-act {
  /*----------------------------------- PC */
  margin-top: -20px;
  padding-top: 50px;
}
.sp .saidaiji_daiju-event-tab .tab-lists li.is-act {
  /*----------------------------------- SP */
  margin-top: -5.3333333333vw;
  padding: 8vw 5.3333333333vw;
}
.pc .saidaiji_daiju-event-tab > h2 {
  /*----------------------------------- PC */
  /* padding-top: 100px; */
  padding-bottom: 10px;
}
.sp .saidaiji_daiju-event-tab > h2 {
  /*----------------------------------- SP */
  /* margin-top: 11.0666666667vw; */
  margin-bottom: 2vw;
}
.pc .saidaiji_daiju-event-tab h3.line-ttl {
  /*----------------------------------- PC */
  margin-left: auto;
  margin-right: auto;
  width: 880px;
}
.sp .saidaiji_daiju-event-tab h3.line-ttl {
  /*----------------------------------- SP */
  margin-top: 5vw;
  padding: 0 6vw;
}
.saidaiji_daiju-event-tab .tab-contents .tab-content {
  display: none;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.pc #event .tab-contents .tab-content,
.pc #seasonal-event .tab-contents .tab-content {
  padding-bottom: 60px;
}
.saidaiji_daiju-event-tab .tab-contents .tab-content.is-act {
  display: block;
  opacity: 1;
}
/* #event .tab-contents .tab-univ.is-act,
#seasonal-event .tab-contents .tab-univ.is-act {
  border-top: solid 2px #10266C;
  border-bottom: solid 2px #10266C;
}
#event .tab-contents .tab-high.is-act,
#seasonal-event .tab-contents .tab-high.is-act {
  border-top: solid 2px #00A349;
  border-bottom: solid 2px #00A349;
}
#event .tab-contents .tab-jr.is-act,
#seasonal-event .tab-contents .tab-jr.is-act {
  border-top: solid 2px #16c4e7;
  border-bottom: solid 2px #16c4e7;
} */

.saidaiji_daiju-event-tab .tab-contents .tab-content.is-act .event {
  opacity: 1;
}
.saidaiji_daiju-event-tab .tab-contents .event-contents {
  margin: 0 auto;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event-contents {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  padding: 0 10px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event-contents {
  /*----------------------------------- SP */
  margin: 0 auto 5vw;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event-contents::-webkit-scrollbar {
  height: 6px; /* スクロールバーの高さ */
}
.sp .saidaiji_daiju-event-tab .tab-contents .event-contents::-webkit-scrollbar-thumb {
  background: #ddd; /* ツマミの色 */
  /* border-radius: 5px; ツマミ両端の丸み */
}
.sp .saidaiji_daiju-event-tab .tab-contents .event-contents::-webkit-scrollbar-track {
  background: #fff; /* トラックの色 */
  /* border-radius: 5px; トラック両端の丸み */
}

.saidaiji_daiju-event-tab .tab-contents .event {
  position: relative;
  opacity: 0;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event {
  /*----------------------------------- PC */
  margin-top: 20px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS {
  width: 380px;
  padding-top: 195px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS .event-body p, .pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS .event-body dl, .pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS .event-body .btn-area {
  width: 340px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS + .sizeM {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM {
  width: 480px;
}

.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM .event-body p,
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM .event-body dl,
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM .event-body .btn-area {
  width: 390px;
}

.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM + .sizeS {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 980px;
  padding-left: 280px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-cover {
  width: 280px;
  height: 100%;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-cover .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-cover .date p {
  margin-right: 100px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-cover .date p + p {
  margin-left: 0;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-cover .date p + p::before {
  width: 20px;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body {
  padding: 15px 35px 30px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body p, .pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body dl, .pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body .btn-area {
  width: 630px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body .btn-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body .btn-area .btn-wrap {
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event {
  /*----------------------------------- SP */
  margin-top: 5vw;
  width: 90vw;
  min-width: 90vw;
  margin-right: 2vw;
}
.sp .saidaiji_daiju-event-tab .tab-contents .fadeUp {
  transform: translateY(0);
  opacity: 1;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .date.__stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .date.__stack p + p {
  margin-left: 0;
  margin-top: -2.6666666667vw;
  padding-top: 0;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .date.__stack p + p::before {
  width: 6.9333333333vw;
  height: 1px;
  top: 1.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.saidaiji_daiju-event-tab .tab-contents .event .event-cover {
  width: 100%;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-cover {
  /*----------------------------------- PC */
  height: 214px;
  position: absolute;
  top: 0;
  left: 0;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-cover {
  /*----------------------------------- SP */
  position: relative;
  width: 90vw;
  height: 39.2vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
  width: 100%;
  height: 100%;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-cover .target {
  position: absolute;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-cover .target {
  /*----------------------------------- PC */
  right: 20px;
  bottom: 20px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-cover .target {
  /*----------------------------------- SP */
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-cover .target p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0790F5;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-cover .target p {
  /*----------------------------------- PC */
  margin-top: 10px;
  min-width: 165px;
  height: 26px;
  font-size: 14px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-cover .target p {
  /*----------------------------------- SP */
  margin-top: 2vw;
  min-width: 32.6666666667vw;
  height: 6.1333333333vw;
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body {
  /*----------------------------------- PC */
  padding: 20px 45px 30px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body {
  /*----------------------------------- SP */
  padding: 5vw 6vw 8vw;
}

.event-img {
  margin: 0 auto;
  box-shadow: 0px 0px 6px #ccc;
  border: solid 5px #fff;
  width: 50vw;
}
.pc .event-img {
  width: 250px;
}

.saidaiji_daiju-event-tab .tab-contents .event .event-body h4 {
  margin-top: 0.5em;
  font-weight: 900;
  line-height: 1.5;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body h4 {
  /*----------------------------------- PC */
  font-size: 24px;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body h4.title {
  margin-top: 0.1em;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body h4 {
  /*----------------------------------- SP */
  font-size: 4.5vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body h4 small {
  font-weight: 900;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body h4 small {
  /*----------------------------------- PC */
  font-size: 20px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body h4 small {
  /*----------------------------------- SP */
}

.event-body h4 span.free {
  background-color: #FF6A6B;
  padding: 1px 15px 5px 18px;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  letter-spacing: 0.3em;
  vertical-align: 3px;
  white-space: nowrap;
}

.event-title-b {
  position: relative;
  margin-bottom: 25px;
}
.event-title-b-sub {
  font-size: 85%;
  position: absolute;
}
.pc .event-title-b-sub {
  font-size: 70%;
}

.saidaiji_daiju-event-tab .tab-contents .event .event-body p {
  margin-top: 1em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p strong {
  color: #FF6A6B;
}

.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body p + dl {
  margin-top: 18px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body p {
  /*----------------------------------- SP */
  font-size: 3.4666666667vw;
  margin-top: 3vw;
  margin-bottom: 2vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.note {
  padding-left: 1em;
  text-indent: -1em;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body p.note {
  /*----------------------------------- PC */
  margin-top: .35em;
  font-size: 14px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body p.note {
  /*----------------------------------- SP */
  margin-top: .75em;
  line-height: 1.75;
}
#event .tab-contents .event p.done_at {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 4.2vw;
  width: auto;
  max-width: 88vw;
  min-width: 40vw;
  height: 10vw;
  padding: 0vw 3vw 1vw 4vw;
  border-top-left-radius: 5vw;
  white-space: nowrap;
  overflow: visible;
}
.tab-jr p.done_at {
  background-color: #16c4e7;
}
.tab-high p.done_at {
  background-color: #00A349;
}
.tab-univ p.done_at {
  background-color: #00457F;
}
.pc #event .tab-contents .event p.done_at {
  font-size: 18px;
  max-width: 450px;
  min-width: 200px;
  height: 50px;
  padding: 2px 17px 0 20px;
  border-top-left-radius: 20px;
}
#event .tab-contents .event p.done_at span {
  font-weight: bold;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico {
  margin-top: 2vw;
  line-height: 2;
  border-bottom: solid 1px #999;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.target,
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.free {
  min-width: 12vw;
  display: inline-block;
  font-size: 3.125vw;
  line-height: 1;
  border-radius: 3vw;
  padding: 1vw 2vw 0.8vw;
  border: 1px solid #999;
  margin: .625vw .3125vw 0 .3125vw;
  text-align: center;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.target,
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.free {
  min-width: 55px;
  font-size: 1.3rem;
  border-radius: 13px;
  padding: 5px 6px 6px;
  margin: 2px 5px 0 0;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.free {
  border-color: #FF6A6B;
  background-color: #FF6A6B;
  color: #fff;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body p.event-ico span.target span {
  font-weight: bold;
}


.saidaiji_daiju-event-tab .tab-contents .event .event-body dl {
  margin-top: 0vw;
  display: flex;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body dl {
  /*----------------------------------- PC */
  margin-top: 5px;
  font-size: 15px;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt {
  display: block;
  background-color: #efefef;
  font-weight: 700;
  text-align: center;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt {
  /*----------------------------------- PC */
  width: auto;
  min-width: 80px;
  height: 34px;
  padding: 0 13px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt {
  /*----------------------------------- SP */
  width: auto;
  min-width: 17.3333333333vw;
  height: 6.4vw;
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt.note {
  background-color: #fff;
  border: 1px solid #efefef;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt.note + dd {
  /*----------------------------------- PC */
  margin-bottom: 0.8em;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dt.note + dd {
  /*----------------------------------- SP */
  margin-bottom: 1.2em;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd {
  display: block
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd {
  /*----------------------------------- PC */
  margin-top: 6px;
  line-height: 1.75;
  min-height: 34px;
  padding: 0 13px;
  max-width: 310px;
  display: block;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd {
  /*----------------------------------- SP */
  margin-top: 0.4vw;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.8;
  min-height: 6.4vw;
  padding: 0 2vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd em {
  color: #0790F5;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd img {
  width: 17px;
  margin-right: 5px;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd.flex .num {
  top: 0;
  margin-top: 0.6em;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd.flex .num {
  /*----------------------------------- SP */
  margin-top: 2.4vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body dl dd li:first-child {
  margin-top: 0.35em;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap {
  /*----------------------------------- PC */
  margin-top: 20px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap {
  /*----------------------------------- SP */
  margin-top: 6vw;
}
.saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap .date {
  position: relative;
  line-height: 1;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap .date {
  /*----------------------------------- PC */
  min-width: 4.1em;
  font-size: 24px;
  letter-spacing: 0.035em;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap .date {
  /*----------------------------------- SP */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 31.6vw;
  padding-left: 1.8666666667vw;
  font-size: 5.0666666667vw;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap .date .dow {
  /*----------------------------------- PC */
  top: -1px;
  margin-left: 2px;
}
.sp .saidaiji_daiju-event-tab .tab-contents .event .event-body .btn-area .btn-wrap .date .dow {
  /*----------------------------------- SP */
  top: 0.1333333333vw;
  margin-left: 0.5333333333vw;
  width: 4.4vw;
  height: 4.4vw;
  font-size: 2.9333333333vw;
}

/*==================================================
	高大受 - 入会特典
==================================================*/
#special-event.saidaiji_daiju-event-tab {
  background-color: #fff;
}

.saidaiji_daiju-benefits {
  background-color: #FF6A6B;
  text-align: center;
}
.pc .saidaiji_daiju-benefits {
  /*----------------------------------- PC */
  padding: 90px 0 80px;
}
.sp .saidaiji_daiju-benefits {
  padding: 15vw 0;
}
.saidaiji_daiju-benefits h2 {
  color: #ffe977;
  font-weight: 900;
}
.pc .saidaiji_daiju-benefits h2 {
  /*----------------------------------- PC */
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-size: 35px;
}
.sp .saidaiji_daiju-benefits h2 {
  /*----------------------------------- SP */
  font-size: 6vw;
  line-height: 1.15;
}
.saidaiji_daiju-benefits h2::after {
  content: none;
}
.saidaiji_daiju-benefits h2 + p {
  letter-spacing: 0.15em;
}
.saidaiji_daiju-benefits .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc .saidaiji_daiju-benefits .wrapper {
  /*----------------------------------- PC */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 960px;
}
.sp .saidaiji_daiju-benefits .wrapper {
  /*----------------------------------- SP */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.saidaiji_daiju-benefits .wrapper > div {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 60vw;
  margin-top: 6vw;
  padding: 5vw 4vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div {
  width: 360px;
  min-width: 225px;
  margin-top: 30px;
  padding: 25px 15px;
}

.pc .saidaiji_daiju-benefits .wrapper > div + div {
  /*----------------------------------- PC */
  margin-left: 20px;
}
.sp .saidaiji_daiju-benefits .wrapper > div + div {
  /*----------------------------------- SP */
  margin-top: 4vw;
}
.saidaiji_daiju-benefits .wrapper > div .target {
  display: block;
  background-color: #FF6A6B;
  color: #fff;
  font-weight: 900;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 43vw;
  max-width: 43vw;
  padding: 1vw 1.5vw;
  margin: 0 auto 0;
}
.pc .saidaiji_daiju-benefits .wrapper > div .target {
  /*----------------------------------- PC */
  font-size: 14px;
  width: 180px;
  max-width: 180px;
  padding: 4px 6px;
}

.saidaiji_daiju-benefits .wrapper > div h3 {
  display: block;
  letter-spacing: 0.05em;
  font-size: 5.6vw;
  line-height: 1.4;
  margin: 5vw auto 0;
}
.pc .saidaiji_daiju-benefits .wrapper > div h3 {
  font-size: 24px;
  margin: 30px auto 0;
}

.saidaiji_daiju-benefits .wrapper > div .price {
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  color: #FF6A6B;
  font-weight: 700;
  line-height: 1;
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin: 6vw auto 6vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price {
  font-size: 35px;
  margin: 30px auto 30px;
}

.saidaiji_daiju-benefits .wrapper > div .price em {
  font-size: 10vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price em {
  font-size: 43px;
}

.saidaiji_daiju-benefits .wrapper > div .price2 {
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  color: #FF6A6B;
  font-weight: 700;
  line-height: 1;
  font-size: 6vw;
  letter-spacing: 0.1em;
  margin: 6vw auto 6vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price2 {
  font-size: 25px;
  margin: 30px auto 30px;
}

.saidaiji_daiju-benefits .wrapper > div .price2 em {
  font-size: 10vw;
  vertical-align: -0.5vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price2 em {
  font-size: 40px;
  vertical-align: -1px;
}

.saidaiji_daiju-benefits .wrapper > div .price2 .em2 {
  font-size: 21vw;
  vertical-align: -0.5vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price2 .em2 {
  font-size: 80px;
  vertical-align: -4px;
}

.saidaiji_daiju-benefits .wrapper > div .price3 {
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  color: #FF6A6B;
  font-weight: 700;
  line-height: 1;
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin: 6vw auto 6vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .price3 {
  font-size: 30px;
  margin: 30px auto 30px;
}

.saidaiji_daiju-benefits .wrapper .present {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 5vw auto 5vw;
}
.pc .saidaiji_daiju-benefits .wrapper .present {
  font-size: 20px;
  margin: 20px auto 0px;
}

.saidaiji_daiju-benefits .wrapper .present em {
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin: 0vw auto 1vw;
  display: inline-block;
  vertical-align: -2px;
}
.pc .saidaiji_daiju-benefits .wrapper .present em {
  font-size: 35px;
  margin: 0px auto 0px;
}

.saidaiji_daiju-benefits .wrapper .present .em2 {
  font-size: 6vw;
}
.pc .saidaiji_daiju-benefits .wrapper .present .em2 {
  font-size: 25px;
}

.saidaiji_daiju-benefits .wrapper .present2 {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 5vw auto 5vw;
}
.pc .saidaiji_daiju-benefits .wrapper .present2 {
  font-size: 20px;
  margin: 20px auto 20px;
}
.pc .saidaiji_daiju-benefits .wrapper .present2.present2s {
  margin: 0px auto 20px;
}

.saidaiji_daiju-benefits .wrapper .present2 em {
  font-size: 7vw;
  letter-spacing: 0.1em;
  margin: 0vw auto 1vw;
  display: inline-block;
  vertical-align: -2px;
}
.pc .saidaiji_daiju-benefits .wrapper .present2 em {
  font-size: 25px;
  margin: 0px auto 0px;
}

.saidaiji_daiju-benefits .wrapper .present2 .em2 {
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin: 0vw auto 1vw;
  display: inline-block;
  vertical-align: -2px;
}
.pc .saidaiji_daiju-benefits .wrapper .present2 .em2 {
  font-size: 30px;
  margin: 0px auto 0px;
}


.sp .saidaiji_daiju-benefits .wrapper > div .normally {
  /*----------------------------------- SP */
  margin-top: 2.6666666667vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dt {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dt {
  /*----------------------------------- SP */
  font-size: 3.2vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dt::before, .saidaiji_daiju-benefits .wrapper > div .normally > dt::after {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #454545;
  position: relative;
  top: -0.275em;
  margin: 0 0.5em;
}
.pc .saidaiji_daiju-benefits .wrapper > div .normally > dt::before, .pc .saidaiji_daiju-benefits .wrapper > div .normally > dt::after {
  /*----------------------------------- PC */
  width: 40px;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dt::before, .sp .saidaiji_daiju-benefits .wrapper > div .normally > dt::after {
  /*----------------------------------- SP */
  width: 8vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dd {
  line-height: 1;
}
.pc .saidaiji_daiju-benefits .wrapper > div .normally > dd {
  /*----------------------------------- PC */
  margin-top: 8px;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dd {
  /*----------------------------------- SP */
  margin-top: 2.1333333333vw;
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5em;
  margin-left: 0.75em;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dd dl dt {
  background-color: #FF6A6B;
  color: #fff;
  border-radius: 30px;
  font-weight: 900;
  line-height: 1;
}
.pc .saidaiji_daiju-benefits .wrapper > div .normally > dd dl dt {
  /*----------------------------------- PC */
  font-size: 14px;
  padding: 4px 8px;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dd dl dt {
  /*----------------------------------- SP */
  font-size: 2.6666666667vw;
  padding: 0.6666666667vw 1.4666666667vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dd dl dd {
  margin-left: 0.5em;
  font-weight: 700;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dd dl dd {
  font-size: 3.2vw;
}
.saidaiji_daiju-benefits .wrapper > div .normally > dd dl dd small {
  position: relative;
}
.pc .saidaiji_daiju-benefits .wrapper > div .normally > dd dl dd small {
  /*----------------------------------- PC */
  font-size: 14px;
  top: -1px;
  left: -0.5em;
}
.sp .saidaiji_daiju-benefits .wrapper > div .normally > dd dl dd small {
  /*----------------------------------- SP */
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-benefits .wrapper > div .note {
  line-height: 1.4;
  font-size: 3.5vw;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.saidaiji_daiju-benefits .wrapper > div .note.note2 {
  padding-left: 0;
  text-indent: 0;
  margin-top: 20px;
  text-align: center;
}
.pc .saidaiji_daiju-benefits .wrapper > div .note {
  font-size: 14px;
}
.saidaiji_daiju-benefits .wrapper > div .note.under-line {
  /* border-bottom: dotted 1px #999; */
  padding-bottom: 2vw;
}
.pc .saidaiji_daiju-benefits .wrapper > div .note.under-line {
  padding-bottom: 10px;
}

.note strong {
  text-decoration: underline;
  color: #FF6A6B;
}
.saidaiji_daiju-benefits .benefits-another {
  margin: 1em auto 0;
}
.pc .saidaiji_daiju-benefits .benefits-another {
  /*----------------------------------- PC */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 940px;
  text-align: right;
}
.pc .saidaiji_daiju-benefits .benefits-another a:hover {
  background-color: #ffe977;
  color: #FF6A6B;
  text-decoration: none;
}
.sp .saidaiji_daiju-benefits .benefits-another {
  /*----------------------------------- SP */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.saidaiji_daiju-benefits .benefits-another a {
  display: inline-block;
  padding: 0 0.25em;
  color: #ffe977;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}
.saidaiji_daiju-benefits .wrapper > div.exit {
  opacity: 0 !important;
}

.saidaiji_daiju-benefits .h2-2-1 {
  font-size: 4.8vw;
  line-height: 1;
}
.pc .saidaiji_daiju-benefits .h2-2-1 {
  font-size: 22px;
}
.saidaiji_daiju-benefits .h2-2-2 {
  font-size: 18vw;
  line-height: 1.2;
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
}
.pc .saidaiji_daiju-benefits .h2-2-2 {
  font-size: 80px;
}
.saidaiji_daiju-benefits .h2-2-3 {
  font-size: 4.8vw;
  font-weight: 700;
  display: inline-block;
  vertical-align: 10px;
}
.pc .saidaiji_daiju-benefits .h2-2-3 {
  font-size: 22px;
}

/*==================================================
	高大受 - 冬期講習
==================================================*/
#regular.saidaiji_daiju-event-tab,
#seasonal.saidaiji_daiju-event-tab {
  background-color: #fff;
}
.saidaiji_daiju-seasonal {
  padding: 15vw 0 4vw;
}
.pc .saidaiji_daiju-seasonal {
  padding: 100px 0 20px;
}

.saidaiji_daiju-lp .saidaiji_daiju-seasonal h2 {
  padding-bottom: 0vw;
}
.pc .saidaiji_daiju-lp .saidaiji_daiju-seasonal h2 {
  padding-bottom: 0px;
}

.pc .saidaiji_daiju-seasonal .wrapper + .wrapper {
  /*----------------------------------- PC */
  margin-top: 105px;
}
.sp .saidaiji_daiju-seasonal .wrapper + .wrapper {
  /*----------------------------------- SP */
  margin-top: 14vw;
}
.sp .saidaiji_daiju-seasonal .line-ttl {
  /*----------------------------------- SP */
  margin-top: 0;
}
.saidaiji_daiju-seasonal .seasonal-content {
  position: relative;
  border: 1px solid #dedede;
}
.pc .saidaiji_daiju-seasonal .seasonal-content {
  /*----------------------------------- PC */
  width: 820px;
  margin: 10px auto 0;
}
.sp .saidaiji_daiju-seasonal .seasonal-content {
  /*----------------------------------- SP */
  margin: 2vw 0 6vw;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover {
  position: relative;
  height: 65.0666666667vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover {
  height: 248px;
}

.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  font-size: 0;
  line-height: 1;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .date p {
  display: inline-block;
  position: relative;
  background-color: #fff;
  white-space: nowrap;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .date p {
  /*----------------------------------- PC */
  padding: 10px 15px 28px 12px;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .date span {
  position: relative;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 {
  color: #fff;
  font-weight: 900;
  position: absolute;
  font-size: 10.5vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  top: 18vw;
  left: 4vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 {
  font-size: 80px;
  top: 45px;
  left: 70px;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small {
  /*----------------------------------- PC */
  font-size: 20px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small {
  /*----------------------------------- SP */
  font-size: 3.4666666667vw;
  letter-spacing: 0.075em;
  margin-bottom: 1.6vw;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small em {
  display: inline-block;
  background-color: #FF6A6B;
  color: #fff;
  position: relative;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small em {
  /*----------------------------------- PC */
  top: 2px;
  padding: 2px 4px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover h4 small em {
  /*----------------------------------- SP */
  top: 0.5333333333vw;
  margin: 0 0.2666666667vw;
  padding: 0.5333333333vw 0.5333333333vw;
}
.saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .target {
  background-color: #fff;
  color: #0790F5;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  text-align: center;
  padding-top: 1.3vw;
  width: 41vw;
  top: 35vw;
  left: 4.1vw;
  height: 6vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .seasonal-cover .target {
  width: 315px;
  top: 165px;
  left: 70px;
  height: 28px;
  padding-top: 6px;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-lists2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 {
  /*----------------------------------- SP */
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num1, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num2, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num3, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num4, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num5, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num6 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num3 li {
  max-width: calc(100% / 2);
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num5 li {
  max-width: calc(100% / 5);
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2.__num6 li {
  max-width: calc(100% / 6);
}

.saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  width: 100%;
  background-color: #eee;
  color: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li {
  /*----------------------------------- PC */
  padding: 5px 0;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li:hover {
  margin-top: -5px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li {
  /*----------------------------------- SP */
  padding: 1.3333333333vw 0 2vw;
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li.is-act {
  background-color: #fff;
  color: #0790F5;
  pointer-events: none;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li.is-act {
  /*----------------------------------- PC */
  margin-top: -10px;
  padding: 10px 0;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li.is-act {
  /*----------------------------------- SP */
  margin-top: -2vw;
  padding: 2vw 0 0;
  font-size: 3.2vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li.is-act::before {
  content: none !important;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li:not(.is-act) + li::before {
  content: '';
  width: 1px;
  background-color: #d2d2d2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li:not(.is-act) + li::before {
  /*----------------------------------- PC */
  height: 20px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-lists2 li:not(.is-act) + li::before {
  /*----------------------------------- SP */
  height: 3.6vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div {
  /* display: none; */
  background-color: #fff;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div.is-act {
  display: block;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div {
  /*----------------------------------- PC */
  padding: 50px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div {
  /*----------------------------------- SP */
  padding: 7.3333333333vw 4.6666666667vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl .target {
  background-color: #0790F5;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  display: block;
}
#seasonal.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl span {
  /* background-color: #4aaf3d; */
  /* background-color: #FF84A8; */
}

.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl .target {
  /*----------------------------------- PC */
  padding: 0 10px;
  margin-top: 7px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl .target {
  /*----------------------------------- SP */
  padding: 0 1.3333333333vw;
  font-size: 2.6666666667vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div {
  /*----------------------------------- PC */
  padding: 0 20px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div {
  /*----------------------------------- SP */
  padding: 0 2.6666666667vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div h5 {
  font-weight: 900;
  line-height: 1.4;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div h5 {
  /*----------------------------------- PC */
  font-size: 36px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div h5 {
  /*----------------------------------- SP */
  font-size: 4.5333333333vw;
  line-height: 1.5;
}

.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div h5 small {
  font-size: 3vw;
  color: #FF6A6B;
  vertical-align: 0.2vw;
  margin-left: 2vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div h5 small {
  font-size: 20px;
  margin-left: 20px;
  vertical-align: 0;
}

.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div .sub-text {
  line-height: 1.8;
  margin-top: 4vw;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div .sub-text {
  margin-top: 30px;
}

.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div p.date {
  color: #FF6A6B;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div p.date {
  /*----------------------------------- PC */
  margin-top: 16px;
  font-size: 20px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl div p.date {
  /*----------------------------------- SP */
  margin-top: 1.3333333333vw;
  font-size: 4vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child),
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl {
  position: relative;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child),
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl {
  /*----------------------------------- PC */
  margin-top: 60px;
  padding-top: 60px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child),
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl {
  /*----------------------------------- SP */
  margin-top: 11.7333333333vw;
  padding-top: 14.1333333333vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child)::before,
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child)::before,
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl::before {
  /*----------------------------------- PC */
  width: 480px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .ttl:not(:first-child)::before,
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .pre-line:not(:first-child) .ttl::before {
  /*----------------------------------- SP */
  width: 68vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div > p {
  margin-top: 1em;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div > p {
  /*----------------------------------- PC */
  line-height: 1.875;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div > p {
  /*----------------------------------- SP */
  line-height: 2.15;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table {
  border: none;
  border-bottom: 1px solid #eee;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table {
  /*----------------------------------- PC */
  width: calc(100% + 100px);
  margin-top: 44px;
  margin-left: -50px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table {
  /*----------------------------------- SP */
  width: 88vw;
  margin-top: 9.3333333333vw;
  margin-left: -4.6666666667vw;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table tr:first-child th {
  border-top: 1px solid #eee;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table tr:first-child th.em {
  /* border-top-color: #0790F5; */
}
#seasonal.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table tr:first-child th.em {
  /* border-top-color: #4aaf3d; */
  /* background-color: #FF84A8; */
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-top: 1px solid #fff;
  background-color: #eee;
  vertical-align: middle;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table th {
  /*----------------------------------- PC */
  width: 250px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 700;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table th {
  /*----------------------------------- SP */
  width: 24vw;
  padding: 4vw 5vw;
  line-height: 2.15;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table th.em {
  background-color: #0790F5;
  color: #fff;
}
#seasonal.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table th.em {
  /* background-color: #4aaf3d; */
  /* background-color: #FF84A8; */
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table td {
  /*----------------------------------- PC */
  padding: 20px 40px;
  line-height: 1.875;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table td {
  /*----------------------------------- SP */
  padding: 4vw 3vw 4vw 5vw;
  line-height: 1.5;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table td small {
  margin-top: 2vw;
  font-size: 90%;
  display: inline-block;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .note td small {
  margin-top: 2vw;
  font-size: 90%;
  display: inline-block;
}
.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table td p + p {
  margin-top: 1em;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .time th,
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .time td {
  /*----------------------------------- PC */
  height: 78px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .time th, .sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .time td {
  /*----------------------------------- SP */
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .note th {
  /*----------------------------------- PC */
  font-size: 18px;
  font-weight: 400;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div table .note th {
  /*----------------------------------- SP */
}

.saidaiji_daiju-seasonal table td button {
  border: solid 1px #ccc;
  padding: 10px 30px 10px 20px;
  font-size: 100%;
  border-radius: 5px;
}
.pc .saidaiji_daiju-seasonal table td button:hover {
  cursor: pointer;
  color: #333;
}
.saidaiji_daiju-seasonal table td button img {
  width: 4vw;
  margin-right: 2vw;
}
.pc .saidaiji_daiju-seasonal table td button img {
  width: 17px;
  margin-right: 20px;
}
.saidaiji_daiju-seasonal table td button a {
  color: #454545;
}

.saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .btn-wrap {
  text-align: center;
}
.pc .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .btn-wrap {
  /*----------------------------------- PC */
  margin-top: 40px;
}
.sp .saidaiji_daiju-seasonal .seasonal-content .tab-contents > div .btn-wrap {
  /*----------------------------------- SP */
  margin-top: 8vw;
}

.btn-wrap .cart-btn {
  margin-top: 15px;
  width: 100%;
}

.btn-wrap .cart-btn:first-child {
  margin-top: 0;
}

.btn-wrap .cart-btn .cart-date {
  font-size: 3.2vw;
  line-height: 1.2;
  width: 44vw;
  padding: 2vw 2vw 2vw 3vw;
  text-align: left;
}
.pc .btn-wrap .cart-btn .cart-date {
  font-size: 13px;
  width: 50%;
  padding: 10px 10px 10px 15px;
}

.btn-wrap .cart-btn .cart-date span {
  display: inline-block;
  margin-top: 8px;
}

.saidaiji_daiju-course {
  padding: 15vw 0 2vw;
}
.pc .saidaiji_daiju-course {
  padding: 100px 0 30px;
}

/*==================================================
	高大受 - MESSAGE
==================================================*/
.saidaiji_daiju-message {
  background-color: #f8f8f8;
}
.pc .saidaiji_daiju-message {
  /*----------------------------------- PC */
  padding-top: 100px;
  padding-bottom: 20px;
}
.sp .saidaiji_daiju-message {
  /*----------------------------------- SP */
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.pc .saidaiji_daiju-message .wrapper > div {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}
.sp .saidaiji_daiju-message .wrapper > div {
  /*----------------------------------- SP */
  margin-top: 4vw;
}
.pc .saidaiji_daiju-message .wrapper > div picture {
  /*----------------------------------- PC */
  width: 200px;
  margin-left: 0px;
}
.saidaiji_daiju-message .wrapper > div picture img {
  width: 100%;
  max-width: 200px;
}
.sp .saidaiji_daiju-message-box {
  text-align: center;
}
.sp .saidaiji_daiju-message-txt h3 {
  text-align: center;
}
.sp .saidaiji_daiju-message-txt p {
  text-align: left;
}

.pc .saidaiji_daiju-message .wrapper > div div {
  /*----------------------------------- PC */
  width: 700px;
}
.saidaiji_daiju-message .wrapper > div div h3 {
  font-weight: 900;
  margin-top: 0;
}
.saidaiji_daiju-message .wrapper > div div h3 small {
  display: block;
  font-weight: 700;
}
.pc .saidaiji_daiju-message .wrapper > div div h3 small {
  /*----------------------------------- PC */
  font-size: 14px;
}
.sp .saidaiji_daiju-message .wrapper > div div h3 small {
  /*----------------------------------- SP */
  font-size: 3.2vw;
}
.pc .saidaiji_daiju-message .wrapper > div div h3 {
  /*----------------------------------- PC */
  font-size: 24px;
}
.sp .saidaiji_daiju-message .wrapper > div div h3 {
  /*----------------------------------- SP */
  font-size: 4.5333333333vw;
  line-height: 1.8;
}
.saidaiji_daiju-message .wrapper > div div p {
  letter-spacing: 0;
}
.pc .saidaiji_daiju-message .wrapper > div div p {
  /*----------------------------------- PC */
  margin-top: 1em;
}
.sp .saidaiji_daiju-message .wrapper > div div p {
  /*----------------------------------- SP */
  margin-top: 0.6em;
}

/*==================================================
	高大受 - ACCESS
==================================================*/

.sp .saidaiji_daiju-access .wrapper {
  text-align: center;
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.pc .saidaiji_daiju-access .wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}

.saidaiji_daiju-access .sub-note {
  letter-spacing: 0;
}

.saidaiji_daiju-access .info {
  width: 100%;
  margin: 1vw auto;
}
.pc .saidaiji_daiju-access .info {
  width: 740px;
  margin: 30px auto;
}

.saidaiji_daiju-access .info picture {
  width: 100%;
  display: block;
}
.saidaiji_daiju-access .info picture img {
  display: block;
  margin: 0 auto;
}

.saidaiji_daiju-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  flex-wrap: wrap;
}
.pc .saidaiji_daiju-address {
  margin-top: 30px;
  justify-content: center;
}

.saidaiji_daiju-access .saidaiji_daiju-address dl {
  width: 100%;
}
.pc .saidaiji_daiju-access .saidaiji_daiju-address dl {
  width: 100%;
  padding-top: 20px;
}
.pc .saidaiji_daiju-access .saidaiji_daiju-address dl.address-box2 {
  padding-left: 40px;
}
.saidaiji_daiju-access .saidaiji_daiju-address picture {
  width: 49%;
  text-align: right;
}

.saidaiji_daiju-access .info p {
  color: #FF6A6B;
  font-weight: 900;
  font-size: 4.5333333333vw;
  letter-spacing: 0.05;
  text-align: center;
}
.pc .saidaiji_daiju-access .info p {
  /*----------------------------------- PC */
  font-size: 20px;
  margin-bottom: 20px;
}

.saidaiji_daiju-access .info p.note {
  color: #454545;
  font-weight: 400;
  font-size: 2vw;
  letter-spacing: 0.05;
  text-align: right;
}
.pc .saidaiji_daiju-access .info p.note {
  font-size: 70%;
}

.saidaiji_daiju-access .info div > dl dt {
  font-weight: 900;
  text-align: left;
  line-height: 1.6;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-access .info div > dl dt {
  font-size: 130%;
  text-align: center;
}

.saidaiji_daiju-access .info div > dl dt small {
  font-weight: 900;
  font-size: 3.5vw;
  letter-spacing: 0;
}
.pc .saidaiji_daiju-access .info div > dl dt small {
  font-size: 95%;
}

.saidaiji_daiju-access .info div > dl > dd {
  margin-top: 2vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.4;
}
.pc .saidaiji_daiju-access .info div > dl > dd {
  /*----------------------------------- PC */
  margin-top: 20px;
  font-size: 100%;
  text-align: center;
}

.saidaiji_daiju-access .info div > dl > dd strong {
  font-weight: 900;
  font-size: 3vw;
  display: inline-block;
}
.pc .saidaiji_daiju-access .info div > dl > dd strong {
  font-size: 100%;
}

.saidaiji_daiju-access .info div > dl > dd strong span {
  font-size: 4vw;
  font-weight: 900;
  vertical-align: -0.1vw;
}
.pc .saidaiji_daiju-access .info div > dl > dd strong span {
  font-size: 120%;
}


.sp .saidaiji_daiju-access .info div > dl > dd dl dd {
  /*----------------------------------- SP */
  border-bottom: 1px solid #454545;
}
.sp .saidaiji_daiju-access .info div > dl > dd dl dd a {
  color: #454545;
  font-size: 3.7333333333vw;
  text-decoration: none;
}
.saidaiji_daiju-access iframe {
  width: 100%;
}
.pc .saidaiji_daiju-access iframe {
  /*----------------------------------- PC */
  height: 410px;
}
.sp .saidaiji_daiju-access iframe {
  /*----------------------------------- SP */
  height: 68vw;
}

.saidaiji_daiju-address dd div {
  border: solid 1px #999;
  margin-top: 10px;
  padding: 1.5vw 0vw 0vw 2vw;
  font-size: 85%;
  line-height: 1.8;
}
.pc .saidaiji_daiju-address dd div {
  padding: 10px 8px 0px 12px;
}

.saidaiji_daiju-access .info .saidaiji_daiju-address dd p.note {
  margin: 5vw 0 0 0;
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.8;
}
.pc .saidaiji_daiju-access .info .saidaiji_daiju-address dd p.note {
  margin: 30px 0 0 0;
}

/*==================================================
	高大受 - MEASURES
==================================================*/
.saidaiji_daiju-measures {
  background-color: #f8f8f8;
}
.pc .saidaiji_daiju-measures .wrapper {
  /*----------------------------------- PC */
  padding-top: 115px;
  padding-bottom: 80px;
  text-align: center;
}
.sp .saidaiji_daiju-measures .wrapper {
  /*----------------------------------- SP */
  padding-top: 17.3333333333vw;
  padding-bottom: 12.6666666667vw;
}
.pc .saidaiji_daiju-measures p {
  /*----------------------------------- PC */
  margin: 10px auto 0;
}
.sp .saidaiji_daiju-measures p {
  /*----------------------------------- SP */
  margin-top: 1.3333333333vw;
}
.saidaiji_daiju-measures .measures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc .saidaiji_daiju-measures .measures figure {
  /*----------------------------------- PC */
  margin: 40px 35px 0;
  min-width: 175px;
}
.sp .saidaiji_daiju-measures .measures figure {
  /*----------------------------------- SP */
  margin: 5.3333333333vw 4vw 2.6666666667vw;
  min-width: 35.3333333333vw;
}
.saidaiji_daiju-measures .measures figure figcaption {
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.pc .saidaiji_daiju-measures .measures figure figcaption {
  /*----------------------------------- PC */
  font-size: 20px;
}
.sp .saidaiji_daiju-measures .measures figure figcaption {
  /*----------------------------------- SP */
  font-size: 4vw;
}
.saidaiji_daiju-measures .measures figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: 'object-fit: contain;';
}
.pc .saidaiji_daiju-measures .measures figure img {
  /*----------------------------------- PC */
  width: 140px;
  height: 135px;
}
.sp .saidaiji_daiju-measures .measures figure img {
  /*----------------------------------- SP */
  width: 26vw;
  height: 26.6666666667vw;
}
.pc .saidaiji_daiju-measures .measures figure:nth-child(2) img {
  /*----------------------------------- PC */
  width: 170px;
}
.sp .saidaiji_daiju-measures .measures figure:nth-child(2) img {
  /*----------------------------------- SP */
  width: 32vw;
}
.sp .saidaiji_daiju-measures .measures figure:nth-child(3) img, .sp .saidaiji_daiju-measures .measures figure:nth-child(4) img {
  /*----------------------------------- SP */
  width: 27.3333333333vw;
}
.pc .saidaiji_daiju-measures .measures figure:nth-child(5) img {
  /*----------------------------------- PC */
  width: 325px;
}
.sp .saidaiji_daiju-measures .measures figure:nth-child(5) img {
  /*----------------------------------- SP */
  width: 63.4666666667vw;
}
.pc .saidaiji_daiju-measures .measures figure:nth-child(6) img {
  /*----------------------------------- PC */
  width: 325px;
}
.sp .saidaiji_daiju-measures .measures figure:nth-child(6) img {
  /*----------------------------------- SP */
  width: 63.4666666667vw;
}

/*==================================================
	高大受 - CONTACT
==================================================*/
.saidaiji_daiju-contact .wrapper {
  text-align: center;
}
.pc .saidaiji_daiju-contact .wrapper {
  padding-top: 110px;
  padding-bottom: 80px;
}
.sp .saidaiji_daiju-contact .wrapper {
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.saidaiji_daiju-contact h2 {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-contact h2 {
  /*----------------------------------- PC */
  font-size: 33px;
}
.sp .saidaiji_daiju-contact h2 {
  /*----------------------------------- SP */
  font-size: 5.5vw;
  line-height: 1.67;
}
.saidaiji_daiju-contact h2::after {
  content: none;
}
.saidaiji_daiju-contact p {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pc .saidaiji_daiju-contact p {
  /*----------------------------------- PC */
  margin-top: 10px;
  font-size: 20px;
}
.sp .saidaiji_daiju-contact p {
  /*----------------------------------- SP */
  margin-top: 2.4vw;
  font-size: 4vw;
  line-height: 1.9;
}

.saidaiji_daiju-contact p.note {
  font-weight: 400;
  font-size: 2vw;
  text-align: right;
}
.pc .saidaiji_daiju-contact p.note {
  font-size: 70%;
}

.pc .saidaiji_daiju-contact picture {
  /*----------------------------------- PC */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 33px;
}
.sp .saidaiji_daiju-contact picture {
  /*----------------------------------- SP */
  display: block;
  margin-top: -2.6666666667vw;
}
.saidaiji_daiju-contact picture img {
  background-color: #dcdcdc;
}
.pc .saidaiji_daiju-contact picture img {
  /*----------------------------------- PC */
  width: 280px;
  height: 180px;
}
.sp .saidaiji_daiju-contact picture img {
  /*----------------------------------- SP */
  width: 45.3333333333vw;
  height: 27.4666666667vw;
}
.sp .saidaiji_daiju-contact picture img:nth-child(1) {
  margin: 9.3333333333vw 42vw 0 0;
}
.sp .saidaiji_daiju-contact picture img:nth-child(2) {
  width: 88vw;
  height: 53.3333333333vw;
  margin-top: 5.3333333333vw;
}
.sp .saidaiji_daiju-contact picture img:nth-child(3) {
  margin: 5.3333333333vw 0 0 42vw;
}
.saidaiji_daiju-contact dl {
  background-color: #0790F5;
  color: #fff;
  font-family: Cinzel, 'Noto Serif JP', sans-serif;
  text-align: center;
  line-height: 1;
}
.pc .saidaiji_daiju-contact dl {
  padding-top: 35px;
  padding-bottom: 36px;
}
.sp .saidaiji_daiju-contact dl {
  padding-top: 5vw;
  padding-bottom: 5.5vw;
}
.saidaiji_daiju-contact dl.sub {
  background-color: #e0f2ff;
  color: #454545;
}
.pc .saidaiji_daiju-contact dl.sub {
  padding-top: 35px;
  padding-bottom: 30px;
}
.sp .saidaiji_daiju-contact dl.sub {
  margin-top: 0;
  padding-top: 5vw;
  padding-bottom: 5.5vw;
}
.saidaiji_daiju-contact dl.sub dt::before,
.saidaiji_daiju-contact dl.sub dt::after {
  background-color: #454545;
}
.saidaiji_daiju-contact dl dt::before, .saidaiji_daiju-contact dl dt::after {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -0.275em;
  margin: 0 0.5em;
}
.pc .saidaiji_daiju-contact dl dt::before, .pc .saidaiji_daiju-contact dl dt::after {
  width: 40px;
}
.sp .saidaiji_daiju-contact dl dt::before, .sp .saidaiji_daiju-contact dl dt::after {
  width: 6.6666666667vw;
}
.pc .saidaiji_daiju-contact dl dt {
  font-size: 15px;
}
.sp .saidaiji_daiju-contact dl dt {
  font-size: 4vw;
}
.saidaiji_daiju-contact dl dt span {
  font-weight: 900;
}
.pc .saidaiji_daiju-contact dl dt span {
  font-size: 14px;
}
.sp .saidaiji_daiju-contact dl dt span {
  font-size: 2.6666666667vw;
}
.saidaiji_daiju-contact dl dd {
  letter-spacing: 0.1em;
}
.saidaiji_daiju-contact dl dd a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
.pc .saidaiji_daiju-contact dl dd {
  /*----------------------------------- PC */
  margin-top: 16px;
  font-size: 30px;
}
.pc .saidaiji_daiju-contact dl dd a {
  pointer-events: none;
}
.sp .saidaiji_daiju-contact dl dd {
  /*----------------------------------- SP */
  margin-top: 4vw;
  font-size: 7vw;
}
.sp .saidaiji_daiju-contact dl dd a {
  text-decoration: none;
}
.saidaiji_daiju-contact dl dd small {
  display: block;
  font-weight: 700;
}
.pc .saidaiji_daiju-contact dl dd small {
  /*----------------------------------- PC */
  margin-top: 10px;
  font-size: 16px;
}
.sp .saidaiji_daiju-contact dl dd small {
  /*----------------------------------- SP */
  margin-top: 1vw;
  font-size: 4vw;
}

/* 追記　20211001 wao */

.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeS .event-body p.is_finished,
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeM .event-body p.is_finished,
.pc .saidaiji_daiju-event-tab .tab-contents .event.sizeL .event-body p.is_finished {
  width: 230px;
}

.saidaiji_daiju-lp .mod_btn01.is_finished {
  background-color: #e3e3e3;
  border-radius: 0px;
  height: 15vw;
}

.pc .saidaiji_daiju-lp .mod_btn01.is_finished {
  height: 60px;
}

.pc .saidaiji_daiju-event-tab .mod_btn01.is_finished>span {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 2px 0;
}

.sp .saidaiji_daiju-event-tab .mod_btn01.is_finished .fz12_sp {
  font-size: 3.2vw !important;
  line-height: 1;
}

.isDisable .c-btn03 button .num {
  color: #929898;
}

/* 追記　20211011　コース選択部分 wao */

.pc #gHeader .seasonHeader__course {
  width: 160px;
}

.saidaiji_daiju-pnv .saidaiji_daiju-link {
  margin-bottom: 5vw;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

.saidaiji_daiju-pnv .saidaiji_daiju-link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  color: #7db1d4;
}

.pc .saidaiji_daiju-pnv .saidaiji_daiju-link {
  margin-bottom: 30px;
}

.saidaiji_daiju-access .info .saidaiji_daiju-link {
  font-weight: normal;
  font-size: 3.7333333333vw;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px;
}

.saidaiji_daiju-access .info .saidaiji_daiju-link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  color: #7db1d4;
}

.pc .saidaiji_daiju-access .info .saidaiji_daiju-link {
  font-size: 100%;
}
/* 追記　20211026 冬期講習PR wao */
.saidaiji_daiju-pnv .seminar_pr{
  width: 85.3125vw;
  padding: 0 6vw;
  margin: 0 auto 12.5vw;
}
.pc .saidaiji_daiju-pnv .seminar_pr{
  width:860px;
  padding:0;
  margin: 0 auto 50px;
}
/* 追記　20211101 TEL追加 wao */
.saidaiji_daiju-contact dl dd span{
  line-height: 1.5;
  font-size: 4vw;
}
.pc .saidaiji_daiju-contact dl dd span{
  font-size:15px;
  line-height: 1.4;
}

/* 追記 岸和田バージョン ブレードのスタイル移動 wao */

.pc .saidaiji_daiju-lp #course .wrapper {
  width: 740px;
}

.chart_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 5vw 0 0vw;
  margin: 0 auto;
}
.pc .chart_bnr {
  padding: 30px 0 0px;
  margin: 0 auto;
}

.chart_bnr.one-course {
  justify-content: center;
}

.chart_bnr img,
.chart_bnr .pre-open {
  width: 100%;
  margin-bottom: 8vw;
}
.pc .chart_bnr img,
.pc .chart_bnr .pre-open {
  width: 330px;
  margin-bottom: 50px;
}

.chart_bnr .pre-open img {
  width: 100%;
  margin-bottom: 0;
  opacity: 0.5;
}
.pc .chart_bnr .pre-open img {
  width: 100%;
  margin-bottom: 0;
}

.chart_bnr .pre-open p {
  text-align: center;
}

.chart-note {
  margin-top: -2vw;
  margin-bottom: 5vw;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.pc .chart-note {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 50px;
}

.sp .saidaiji_daiju-benefits .wrapper > div .price em.half2{font-size:12vw;}
.pc .saidaiji_daiju-benefits .wrapper > div .price em.half{font-size: 83px;}
.pc .saidaiji_daiju-benefits .wrapper > div .price em.half2{font-size: 60px;}
.sp .saidaiji_daiju-benefits .wrapper > div .price em.half3{font-size:11vw;}
.pc .saidaiji_daiju-benefits .wrapper > div .price em.half3{font-size: 53px;}

#benefits-univ.saidaiji_daiju-benefits .wrapper > div.__delay3 .price em.half{
  font-size: 10vw;
}
.pc #benefits-univ.saidaiji_daiju-benefits .wrapper > div.__delay3 .price em.half{
  font-size: 53px;
}

#benefits-univ.saidaiji_daiju-benefits .wrapper > div.__delay3 .note.bold{
  font-weight: bold;
  font-size: 3.5vw;
  text-align: left;
  margin-left: 5vw;
}
.pc #benefits-univ.saidaiji_daiju-benefits .wrapper > div.__delay3 .note.bold{
  font-size: 16px;
  margin-left: 0;
}

.sp .saidaiji_daiju-benefits .wrapper > div.__delay3 .price + .note {
  margin-top: 32px;
}
.pc #benefits-univ.saidaiji_daiju-benefits .wrapper > div.__delay3 .note.bold strong{
  color: #FF6A6B;
}

/* 追記 岸和田バージョン */

.note-kaizuka {
  text-decoration: underline;
}

.sp #gHeader .hdInfo {
  padding-top: 4.0625vw;
}

.cost-campaign {
  color: #FF6A6B;
}

[v-cloak] {
  display: block;
}

/* 校舎画像slick修正 */
.slick-prev:before, .slick-next:before {
  background: transparent;
}
.slick-dots li.slick-active button {
  background: transparent;
}
.pc .mod_section01 {
  margin-top: 40px;
}
.mod_gallery01_item {
  padding: 0 2vw;
}

.event-none {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/* イベント自動表示 */

.event-body .fa, .event-body .fas {
  vertical-align: baseline;
}

/* 校写真 キャプション */
.mod_gallery01_item .mod_gallery01_txt {
  width: 100%;
  text-align: center;
}
.mod_gallery01_item .mod_gallery01_txt span {
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 5px;
}

/* 避難所追加 */

.emergency {
  max-width: 710px;
  margin: 0 auto;
  padding: 0 5vw;
}

.emergency div {
  margin-bottom: 100px;
}

.emergency h2 {
  text-align: center;
  border: none;
  padding: 0;
  margin-top: 70px;
  font-size: 6.5vw;
  opacity: 1;
}
.pc .emergency h2 {
  border: none;
  padding: 0;
  font-size: 2.7rem;
}

.emergency h2 img {
  vertical-align: -12px;
  width: 40px;
  max-width: 40px;
}

.sp .emergency h3 {
  margin-top: 30px;
}

.sp .emergency p {
  line-height: 1.4;
  margin-top: 0;
}

.pc .emergency h3,
.pc .emergency p {
  font-size: 100%;
}