@charset "utf-8";

/* tab */
#ocProgram {
  background: #fff;
  overflow: hidden;
}
.tabArea .tabBtnArea {
	margin:0 10px;
	display: -webkit-box;
	display: flex;
  flex-wrap: wrap;
}

.tabArea .tabBtn {
	width: 188px;
	padding: 8px 0;
	color: #181919;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
  width: calc( 33.33% - 2px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
  font-weight: 700;
  position: relative;
  margin: 1px;
}
.tabArea .tabBtn:last-child {
  line-height: 1.2em;
}
.tabArea .tabBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #181919;

}
.tabArea .tabBtn:hover {
	background-color: #dce1e4;
}
.tabArea .tabBtn.info,
.tabText.info h3{
  background: rgba(212,243,82,1);
}
.tabArea .info .taiken td:last-child {
 background: linear-gradient(180deg, rgba(212,243,82,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .music .taiken td:last-child {
 background: linear-gradient(180deg, rgba(255,141,123,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .ouyo .taiken td:last-child {
 background: linear-gradient(180deg, rgba(143,214,255,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .butai .taiken td:last-child {
 background: linear-gradient(180deg, rgba(255,168,201,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .policy .taiken td:last-child {
 background: linear-gradient(180deg, rgba(209,204,255,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .sport .taiken td:last-child {
 background: linear-gradient(180deg, rgba(255,227,88,.3) 0%, rgba(255,255,255,0) 100%);
}
.tabArea .tabBtn.music,
.tabText.music h3{
  background: rgba(255,141,123,1);
}
.tabArea .tabBtn.ouyo,
.tabText.ouyo h3{
  background: rgba(143,214,255,1);
}
.tabArea .tabBtn.butai,
.tabText.butai h3{
  background: rgba(255,168,201,1);
}
.tabArea .tabBtn.policy,
.tabText.policy h3{
  background: rgba(209,204,255,1);
}
.tabArea .tabBtn.sport,
.tabText.sport h3{
  background: rgba(255,227,88,1);
}
.tabArea .tabBtn.active {
  opacity: 1;
}
.tabArea .tabText {
    display:none;
}
.tabArea h3 small{
	font-size: .6em;
	font-weight: 200;
	display: block;
}
.tabText th,
.tabText td {
  padding: 5px;
}
.tabText th {
  border: 1px solid #fff;
}
.tabArea table tr:nth-of-type(even),
.forAll table tr:nth-of-type(even){
  background: #f8f8f8;

}
.tabArea td.leap {
  text-align: center;
  padding-bottom: 0;
  border-bottom: 1px solid #181919;
  font-weight: 700;
}
.tabText tr > td:not(:last-child) {
  border-right: none;
}
.tabText.info td:not(:first-child) {
  border-left: 1px dashed rgba(212,243,82,1);
}
.tabText.music td:not(:first-child) {
  border-left: 1px dashed rgba(255,141,123,1);
}
.tabText.ouyo td:not(:first-child) {
  border-left: 1px dashed rgba(143,214,255,.5);
}
.tabText.butai td:not(:first-child) {
  border-left: 1px dashed rgba(255,168,201,.5);
}
.tabText.policy td:not(:first-child) {
  border-left: 1px dashed rgba(209,204,255,.5);
}
.tabText.sport td:not(:first-child) {
  border-left: 1px dashed rgba(255,227,88,.5);
}
.tabText h3 {
  margin: 2px 0 0;
  padding: .3em .8em;
}
.tabText h4 {
  color: #181919;
  margin: 0.2em 0 0 0;
  padding: 0.3em;
  border: 1px solid #181919;
}
.tabText .taiken h4 {
  background: rgba(255,255,255, .7);

}
.tabArea .info td.leap,
.tabText.info th {
  background: rgba(212,243,82,.5);
}
.tabArea .music td.leap,
.tabText.music th{
  background: rgba(255,141,123,.5);
}
.tabArea .ouyo td.leap,
.tabText.ouyo th{
  background: rgba(143,214,255,.5);
}
.tabArea .butai td.leap,
.tabText.butai th{
  background: rgba(255,168,201,.5);
}
.tabArea .policy td.leap,
.tabText.policy th{
  background: rgba(209,204,255,.5);
}
.tabArea .sport td.leap,
.tabText.sport th{
  background: rgba(255,227,88,.5);
}
.tabArea .tabText p.ast {
  border-top: 1px solid #181919;
  margin-bottom: 0;
}
.tabArea .tabText.active {
    display:block;
}
table .taiken ul {
  font-weight: 700;
}
.programH2 {
  position: relative;
  padding-top: 20vw;
}
.proImage img {
  width: calc(102vw);
  transform: translatex(-8px);
  border-bottom: 5px solid #FFF86C;
  display: block;
  position: absolute;
  top: 0;
}
.proLead {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px 10px 0 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.programH2 h2{
  text-align: center;
  padding-top: .5em;
  color: #181919;
    font-weight: 700;
}
.programH2 h2 span{
  display: inline-block;
  color: #fff;
 background: rgb(255,248,108);
background: linear-gradient(138deg, rgba(255,248,108,1) 0%, rgba(255,100,157,1) 37%);
  font-size: .7em;
  padding: 0 .3em;
  border-radius: 3px;
}
.tabWrap {
  max-width: 950px;
  margin: 0 5px;
  background: #fff;
  padding: 5px;
}
.tabBg {
  background: #fff;
 background: rgb(215,255,250);
background: linear-gradient(0deg, rgba(215,255,250,1) 0%, rgba(255,248,108,.5) 40%, rgba(255,255,255,1) 100%);
}
.tabText .jizen{
  color: #fff;
  display: inline-block;
  background: #26c5cf;
  line-height: 1em;
  padding: .2em .3em;
  border-radius: 3px;
  font-size: .9em;
}
.tabText h4 .tag {
  display: inline-block;
  margin-right: .3em;
  color: #181919;
  position: relative;
  line-height: 1em;
  padding: 0 .3em;
  font-size: .9em;
}
.tabText h4 .tag:before,
.tabText h4 .tag:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom : -2px;
  width: .2em;
  border: 1px solid #181919;
}
.tabText h4 .tag:before {
  left: 0;
  border-right: 0;
}
.tabText h4 .tag:after {
  right: 0;
  border-left: 0;
}
.tabText .inlineB {
  display: inline-block;
  padding-right: .3em;
}
.tabText ul li {
  color: #FF649D;
  margin: 0.3em 0;
  padding: 0.3em 0;
  border-top: 1px dashed #181919;
}
.tabText ul li:last-child {
  border-bottom: 1px dashed #181919;
}
.tabText li .tag,
.tabText h4 span.tag2 {
  color: #26c5cf;
  display: inline-block;
  border: 1px solid #26c5cf;
  padding: 0 .3em;
  margin-right: .3em;

}
.tabText p {
  padding: 0 .3em;
  margin-top: .5em;
}
.tabText tr:not(.taiken) p:last-child {
  margin-bottom: 0;
}
.tabText tr > td:not(:last-child) {
  width: 4.5em;
}
.forAll {
  padding: 30px 0 40px;
}
.forAll h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #181919;
  line-height: 1em;
}
.forAll .tabWrap {
  border-top: 1px solid #181919;
}
.forAll th {
  background: #D7FFFA;
}
.forAll td:not(:first-child) {
  border-left: 1px dashed #88FFF0;
}
@media screen and (min-width: 559px){

}
.tabletime {
  border: dashed 1px #26c5cf;
  display: block;
}
@media screen and (min-width: 960px){
  .tabArea .tabText p.ast {
  border-top: 1px solid #181919;
  margin-bottom: 0;
    padding: .5em;
}
  .tabWrap {
    margin: 0 auto;
  }
  .proLead {
    max-width: 760px;
  }
  .programH2 h2 {
    font-size: 2.625rem;
  }
  .programH2 {
    padding-top: 12vw;
  }
  .proImage img {
    width: calc(100vw - 10px);
  }
  .tabArea .tabBtn {
    width: calc( 100% / 6 - 2px);
  }
  .tabText h3 {
    padding: 1em;
    margin: 0 0 3px;
  }
  .tabText td {
    padding: .8em;
  }
  .tabText tr > td:not(:last-child) {
    width: 10em;
    text-align: center;
  }
  .tabText .jizen {
      vertical-align: .1em;
  }
}

.informationBox{
  border:1px solid #26c5cf;
  margin: 2rem .75rem;
}
.informationBox.current{
  margin-bottom: 0;
}
@media screen and (max-width:959px) {/* SP表示 */
  .gridBtn+.informationBox{
    margin-top: 0;
  }
}
.informationBox h3{
  background: #fff;
  border-bottom: 1px solid #FF649D;
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 ;
  padding: .75rem 1rem;
  position: relative;
  z-index: 4;
}
.informationBox h4{
  background: rgba(215,255,250, .5);
  color: #00929D;
  font-weight: 700;
  margin: 0;
  padding: .75em;
}
.informationBox p{
  background: #fff;
  margin: 0;
  padding: 1.5rem .75rem 0;
  font-size: .9em;
}
.informationBox .sqList b{
  color: #FF649D;
  font-size: 1.1em;
}
.sqList,
.sqNumberList{
  background: #fff;
  font-size: .9em;
  list-style-type: none;
  line-height: 1.7;
  margin: 0;
  padding: 1.5rem .25rem .5rem 2.25rem;
  position: relative;
}
.sqNumberList:before{
  background: #FF649D;
  content: "";
  position: absolute;
  width: 1px;
  height: 76%;
  top: -1em;
  left: 15px;
  z-index: 1;
}

.sqList li,
.sqNumberList li{
  position:relative;
  margin-bottom: 1rem;
}
.sqNumberList li{
  counter-increment: number 1;
}
.sqNumberList li:before{
  content: counter(number);
  position: absolute;
  color: #fff;
  left: calc( -30px + .4em );
  top: .1em;
  z-index: 3;
}
.sqList li:before,
.sqList li:after,
.sqNumberList li:after{
  background: #FF649D;
  content: "";
  position: absolute;
}
.sqList li:before{
  left: -20px;
  top: calc( .45em + 4px);
  width: 10px;
  height: 1px;
}
.sqList li:after{
  left: -25px;
  top: .45em;
  width: 10px;
  height: 10px;
}
.sqNumberList li:after{
  left: -30px;
  top: .25em;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.bottomGradation{
  background: linear-gradient( to bottom, rgba(215,255,250, .5) 0% , #fff 100% );
  overflow: hidden;
  padding-bottom: 2rem;
}
.bottomGradation .linkarea{
  margin: .75rem .75rem 0;
}
.informationBox.sanka ol {
  padding-bottom: 0;
}
.informationBox.sanka ol li:last-child {
  margin-bottom: 0;
}
.informationBox p.comment {
  padding-bottom: 1em;
}
@media screen and (min-width:960px) {/* PC表示 */
  .informationBox{
    max-width: 1200px;
    margin: 1rem auto;
    box-sizing: border-box;
  }
    .informationBox{
    margin: 3rem 15px;
  }
  .informationBox h3{
    padding: 1em 1.5em;
  }
  .informationBox h4{
    margin: 1rem 1rem 0;
  }
  .informationBox>div{
    padding: 0 100px;
  }
  .informationBox>div:first-of-type{
    background: linear-gradient( to right, rgba(215,255,250, .5) 0% , rgba(215,255,250, .5) 50%, #fff 50% );
  }
  .sqList,
  .sqNumberList{
    padding: 2rem .25rem .5rem 3rem;
  }
  .sqNumberList:before{
    height: 100%;
    top: 0em;
    left: 27px;
  }
  .informationBox p{
    padding-top: 2rem;
  }
  .bottomGradation{
    padding-bottom: 3rem;
  }
.informationBox p.comment {
  padding: 1em 1em 1em 1.2rem;
}
}
@media screen and (min-width:1230px) {/* SP表示 */
  .informationBox {
    margin: 3rem auto;
  }
}
.linkarea {
background: rgba(215,255,250,1);
padding: 30px 15px 0;
}
@media screen and (min-width:960px) {/* PC表示 */
  .linkarea {
    padding-bottom: 30px;
  }
}

/* OCナビバナー用 */
.ocBnr {
  margin-top: 40px;
  text-align: center;
  display: block;
}
.ocBnr img {
  width: 98%;
  max-width: 564px;
}
/* OCナビバナー用 END*/

/* 7/10 舞台表現学科 特別プログラム */
.tabArea .butai .specialProgramHead th.leap {
  background: #51d8f0;
}
.specialProgramNote {
margin: .5rem .4rem;
}
.tabText .specialProgram h4 {
  background: #8EEEFF;
  border: none;
}
.tabText .specialProgram h4 img {
  width: 60%;
  max-width: 460px;
}
.tabText .specialProgram img.specialProgramProfile {
  width: 30%;
  max-width: 200px;
  float: right;
  margin: -1.5rem .5rem 0 .1rem ;
}
.specialProgram p {
  margin-bottom: 0;
  padding-bottom: 0;
}

span.specialProgramName {
  font-size: 1.1rem;
}
.specialProgram p.specialProgramInfo {
  background: #f8f8f8;
  margin-bottom: .5rem;
}
.specialProgram p.specialProgramInfo span {
  width: 80px;
  text-align: center;
  font-size: 1rem;
  margin: 0 .5rem .2rem 0;
  display: inline-block;
  border: 1px solid #444;
  color: #444;
  background: #fff;
}
.specialProgram a {
  margin: .2rem auto;
  display: block;
  padding: .2rem;
  text-align: center;
  width: 90%;
  max-width: 500px;
  color: #14aec9;
  border: 1px solid #8EEEFF;
  font-weight: 700;
  position: relative;
  background: #fff;
}
.specialProgram a:after {
  content: "";
  display: block;
  width: 17px;
  height: 30px;
  background-image: url(/img/page/examinee/opencampus2022/icon_arrow_bk.svg);
  background-repeat: no-repeat;
  background-size: 8px 15px;
  position: absolute;
  right: 15px;
  top: calc( 50% - 7px);
}
.tabCon .forAll {
  padding: 30px 0 40px;
}
.tabCon .forAll h3 {
  text-align: center;
  margin: 0 -.5rem 0 -.5rem;
  padding: 2rem 0 0 0;
  background: #fffbbb;
  color: #181919;
  line-height: 1em;
}
.tabCon .forAll > div {
  border-top: 1px solid #181919;
  max-width: 950px;
  margin: 0 5px;
  background: #fff;
  padding: 5px;
}
.tabCon .forAll th {
  background: #D7FFFA;
}
.tabCon .forAll td:not(:first-child) {
  border-left: 1px dashed #88FFF0;
}
@media screen and (min-width:960px) {/* PC表示 */
  .specialProgramNote {
    margin: .5rem .8rem;
  }
  .tabText .specialProgram h4 img {
    width: 50%;
    max-width: 400px;
  }
  .tabText .specialProgram img.specialProgramProfile {
    width: 25%;
    max-width: 170px;
    margin: -3rem .3rem 0 2rem ;
  }
  .specialProgram p span.specialProgramName {
    font-size: 1.1rem;
  }
  .specialProgram a {
    max-width: 725px;
    margin: 0;
  }
}

@keyframes animationHover{
    0%{
      opacity: 0;
      visibility: hidden;
      font-size: 16px;
    }
    100%{
      opacity: 1;
      visibility: visible;
      font-size: 60px;
    }
}
@keyframes animationHoverTitle{
    0%{
      opacity: 0;
      width: 2px;
      height: 2px;
    }
    100%{
      opacity: 1;
      width: 100px;
      height: 100px;
    }
}
/* ========== 新規追加 ▼ ========== */
.clearFix::after {
  content: "";
  display: block;
  clear: both;
}
.page .mainContent {
  background: #fff;
  width: auto;
  max-width: 1220px;
}
.mainContent {
  padding-bottom: 30px;
}
.linkset a {
  /* color: #04999d; */
  display: block;
  background: #fff;
  /* border: 2px solid #26c5cf;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 20%); */
  font-weight: 700;
  font-size: 1.2em;
  padding: 1.5em 1em;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all .3s;
}
.singleArrow .aInner {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.aInner::after,
.aInner::before {
  content: "";
  display: block;
  border-top: 3px solid #04999D;
  border-right: 3px solid #04999D;
  width: 11px;
  height: 11px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  transform: rotate(45deg);
  transition: all .2s ease;
  z-index: 10;
}
.aInner::before {
  border-top: 3px solid #04999D;
  border-right: 3px solid #04999D;
  left: 0;
}
.aInner::after {
  border-top: 3px solid #C6FFB0;
  border-right: 3px solid #C6FFB0;
  left: 5px;
}
.innerWrap > section {
  background: #fff;
  padding: 0 10px 10px 10px;
}
.innerWrap {
  width: auto;
  max-width: 1220px;
  margin: 0 auto 30px;
}
.innerWrap h2.h2First {
  text-align: center;
  margin-bottom: 0;
}
.mainContent .innerWrap h2.h2First > span {
  font-size:1.2rem;
  padding: 2.4rem;
}

@media screen and (min-width:960px){
  .mainContent .innerWrap h2.h2First > span {
    font-size:inherit;
    padding: 2.4rem;
  }
}

.innerWrap .firstText {
  max-width: 830px;
  margin: 2rem auto;
}
.bannerWrap {
  max-width: 1220px;
  margin: 40px auto;
  padding: 0;
}
.bannerWrap a {
  display: block;
}
.bannerWrap a:hover {
  opacity: 0.7;
}
.departmentListWrap ul.departmentList {
  list-style: none;
  max-width: 387px;
  margin: 30px auto 0;
  padding: 0;
}
.departmentListWrap ul.departmentList > li {
  position: relative;
  width: 280px;
  margin: 0 auto 40px;
}
.departmentListWrap ul.departmentList > li > .textWrap {
  width: 95%;
  position: absolute;
  top: 125px;
  left: 2.5%;
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
  z-index: 2;
}
.departmentListWrap ul.departmentList > li img {
  width: 100%;
}
.departmentListWrap ul.departmentList > li.info img {
  padding-bottom: 205px;
}
.departmentListWrap ul.departmentList > li.music01 img {
  padding-bottom: 151px;
}
.departmentListWrap ul.departmentList > li.music02 img,
.departmentListWrap ul.departmentList > li.sport img {
  padding-bottom: 177px;
}
.departmentListWrap ul.departmentList > li.stage img,
.departmentListWrap ul.departmentList > li.policy img {
  padding-bottom: 120px;
}
.departmentListWrap ul.departmentList > li h3 {
  color: #181919;
  background: #fff;
  width: auto;
  border-left: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.departmentListWrap ul.departmentList li h3::after {
  display: none;
}
.departmentListWrap ul.categoryList {
  margin: 0 auto;
  border-top:1px solid #26C5CF;
  padding-top: 10px;
  padding-left: 0;
  line-height: 2.3;
  font-size: 0;
  /* 横並びの隙間対策 */
  /* letter-spacing: -0.4em; */
}
.departmentListWrap ul.categoryList li {
  /* float: left; */
  position: relative;
  display: inline-block;
  padding: 0 10px 0 10px;
  margin-bottom: 5px;
  font-size: 1em;
  /* letter-spacing: normal; */
  font-size: 14px;
  height: 23px;
}
.departmentListWrap ul.categoryList > li.h56 {
  height: 56px;
}
.departmentListWrap ul.categoryList li::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #26C5CF;
  position: absolute;
  top: 10px;
  left: 0;
}
.departmentListWrap ul.categoryList li.pr0 {
  padding-right: 0;
}
.departmentListWrap ul.categoryList li.ls009 {
  letter-spacing: -0.07em;
}
.mainContent .innerWrap h2.h2First > span {
  padding: 2.4rem 0.6rem;
}
.sNowrap {
  white-space: nowrap;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.img100 {
  width: 100%;
}
.pcImg {
  display: none;
}
.linkset a {
  padding: 0.7em;
}



.listLink.col2 li {
  background: #fff;
  margin-bottom: 10px;
  padding-right: 5px
}
.listLink.col2 li a {
  margin: 5px;
}

  .listLink.col2 a {
    color: #00929c !important;
  }


.listLink.col2 li:not(:last-child) {
  border-bottom: 1px solid #d7fffa;
}


.listLink.col2 {
  list-style: none;
  margin: 0;
  padding:0;
}

  .listLink.col2 a:hover {
   color: #ff649d;
  }

.listLink.col2 a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.7em 0.5em 0.7em 1em;
  font-weight: 700;
  font-size: 1.1em;
}
.listLink.col2 a:after,
.listLink.col2 a:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
}

.listLink.col2 a:before {
  width: 10px;
  height: 10px;
  border-top: 3px solid #c6ffb0;
  border-right: 3px solid #c6ffb0;
  left: 3px;
  top: calc( 50% - 4px);
}

.listLink.col2 a:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #26c5cf;
  border-right: 2px solid #26c5cf;
  left: 0px;
  top: calc( 50% - 3px);
}

.listLink.col2 a:hover:before {
  border-top: 3px solid rgba(255, 100,157, 0.7);
  border-right: 3px solid #ff649d;
}
.listLink.col2 li a {
  margin: 5px;
}




  @media screen and (min-width: 375px){
    /*==========↓ ここから  横幅375px以上 ==========*/
    .page h3 {
      font-size: 1.25em;
    }
    .departmentListWrap ul.departmentList > li {
      width: 335px;
    }
    .departmentListWrap ul.departmentList > li > .textWrap {
      top: 159px;
    }
    .departmentListWrap ul.departmentList > li.sport img {
      padding-bottom: 148px;
    }
      /* 5行 */
    .departmentListWrap ul.departmentList > li.music02 img {
      padding-bottom: 177px;
      /* 6行 */
    }
    .departmentListWrap ul.departmentList > li.music01 img,
    .departmentListWrap ul.departmentList > li.policy img,
    .departmentListWrap ul.departmentList > li.info img {
      padding-bottom: 120px;
      /* 4行 */
    }
    .departmentListWrap ul.departmentList > li.stage img {
      padding-bottom: 93px;
      /* 3行 */
    }
    .spBr {
      display: none;
    }
    .departmentListWrap ul.categoryList li.pr375 {
      letter-spacing: -0.1em;
    }
  }
  @media screen and (min-width: 540px){
    /*==========↓ ここから  横幅540px以上 ==========*/
    .linkset a {
      padding: 1.5em 1em;
    }
    .pcImg {
      display: inline;
    }
    .spImg {
      display: none;
    }
    .departmentListWrap ul.departmentList {
      max-width: 560px;
    }
    .departmentListWrap ul.departmentList > li {
      width: 100%;
      margin: 0 0 40px 0;
    }
    .departmentListWrap ul.departmentList > li img,
    .departmentListWrap ul.departmentList > li.info img,
    .departmentListWrap ul.departmentList > li.music01 img,
    .departmentListWrap ul.departmentList > li.music02 img,
    .departmentListWrap ul.departmentList > li.stage img,
    .departmentListWrap ul.departmentList > li.policy img,
    .departmentListWrap ul.departmentList > li.sport img {
      padding-bottom: 17%;
    }
    .departmentListWrap ul.departmentList > li > .textWrap {
      top: 62.5%;
      padding: 20px;
      padding-bottom: 0;
    }
    .departmentListWrap ul.departmentList > li h3 {
      padding: 0 0 20px 0;
      line-height: 1.5;
    }
    .departmentListWrap ul.categoryList li {
      font-size: 14.4px;
      line-height: 1.6;
    }
    .departmentListWrap ul.categoryList li::before {
      top: 5px;
    }
    .departmentListWrap ul.categoryList li,
    .departmentListWrap ul.categoryList > li.h56 {
      height: auto;
    }
    /* 幅固定 以下コメントアウトで切り替え*/
    .departmentListWrap ul.departmentList > li {
      width: 560px;
      margin: 0 0 40px 0;
    }
    .departmentListWrap ul.departmentList > li > .textWrap {
      top: 286px;
      padding: 20px;
      padding-bottom: 0;
    }
    .departmentListWrap ul.departmentList > li.music01 img,
    .departmentListWrap ul.departmentList > li.stage img,
    .departmentListWrap ul.departmentList > li.policy img {
      padding-bottom: 60px;
      /* 2行 */
    }
    .departmentListWrap ul.departmentList > li.info img,
    .departmentListWrap ul.departmentList > li.music02 img,
    .departmentListWrap ul.departmentList > li.sport img {
      padding-bottom: 87px;
      /* 3行 */
    }
    .departmentListWrap ul.categoryList li.pr0{
      padding-right: 10px;
    }
    .departmentListWrap ul.categoryList li.pr375 {
      letter-spacing: normal;
    }
  }
  /* @media screen and (min-width: 960px){ */
  @media screen and (min-width: 850px){
  /* @media screen and (min-width:700px){ */
    .linkSet a:hover {
      color: #ff649d;
    }
    .departmentListWrap ul.departmentList li:nth-child(2n+1) {
      clear: both;
    }
    .departmentListWrap ul.departmentList {
      max-width: 792px;
    }
    .departmentListWrap ul.departmentList > li {
      float: left;
      width: 386px;
      margin: 0 5px 40px;
    }
    .departmentListWrap ul.categoryList li {
      line-height: 1.6;
    }
    .departmentListWrap ul.departmentList > li h3 {
      font-size: 20px;
      padding: 0 0 20px 0;
      line-height: 1.5;
    }
    .departmentListWrap ul.departmentList > li > .textWrap {
      top: 173px;
      padding: 20px;
      padding-bottom: 0;
    }
    .departmentListWrap ul.categoryList li::before {
      top: 5px;
    }
    .departmentListWrap ul.departmentList > li.info img,
    .departmentListWrap ul.departmentList > li.music01 img,
    .departmentListWrap ul.departmentList > li.music02 img,
    .departmentListWrap ul.departmentList > li.stage img,
    .departmentListWrap ul.departmentList > li.policy img,
    .departmentListWrap ul.departmentList > li.sport img {
      padding-bottom: 120px;
    }
    .departmentListWrap ul.categoryList li.pr0{
      padding-right: 0;
    }
  }
  @media screen and (min-width: 1220px){
    /*==========↓ PC用CSSここから  横幅1220px以上 ==========*/
    .departmentListWrap ul.departmentList {
      max-width: 1179px;
    }
    .departmentListWrap ul.departmentList li:nth-child(3n+1) {
      clear: both;
    }
    .departmentListWrap ul.departmentList li:nth-child(2n+1) {
      clear: none;
    }
    .departmentListWrap ul.departmentList > li.info,
    .departmentListWrap ul.departmentList > li.stage {
      margin-left: 0;
    }
    .departmentListWrap ul.departmentList > li.music02,
    .departmentListWrap ul.departmentList > li.sport {
      margin-right: 0;
    }
  }


/* ========== 新規追加 ▲ ========== */

.mainContent {
  overflow: hidden;
}
/*--index --*/
.page.pageIndex h1{
  margin-bottom: 0;
}
.page.pageIndex .h1Back p {
  padding: 0.5em 0.5em 1em 0.5em;
  display: block;
  text-align: center;
}
.page.pageIndex h2 {
  margin: 0;
  position: relative;
  margin-bottom:0.5rem;
}
.page.pageIndex h2 a {
  text-decoration: none;
  color: #181919;
  display: block;
  position: relative;
}
.page.pageIndex h2 a:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-top: 3px solid #26c5cf;
  border-right: 3px solid #26c5cf;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 7px);
}
.page.pageIndex h2 >span {
  padding: 1rem;
}
.page.pageIndex h2:after {
  position: absolute;
  bottom: 0;
  top: auto;
}
.page.pageIndex .mainContent {
  max-width: initial;
}
@keyframes fadeInsp {
  0% {
    top: 80px;
    opacity: 0;}
  100% {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.aniamte{
  opacity:0;
}
.animate {
  opacity:0;
  top:80px;
}
.animate.moving {
  animation: fadeInsp .3s ease-out 0.4s 1 forwards;
}
/* 1204 */
  .page.pageIndex.campuslifeIndex .mainContent {
    margin-bottom: 0;
  }
  .campuslifeIndex section.linkWide a,
  .campuslifeIndex .smallerLinks a{
    color: #181919;
    position: relative;
    text-decoration: none;
    display: block;
  }
  .campuslifeIndex section.linkWide a h2 span,
  .campuslifeIndex .smallerLinks a h2 span{
    position: relative;
  }
  .campuslifeIndex section.linkWide a h2 span:after,
  .campuslifeIndex .smallerLinks a h2 span:after {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border-top: 3px solid #26c5cf;
    border-right: 3px solid #26c5cf;
    transform: rotate(45deg);
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 7px);
  }
  .campuslifeIndex section a{
    background: #fff;
    margin-bottom: 10px;
  }
  .campuslifeIndex .mainContent {
    background: transparent;
  }
  .campuslifeIndex section a img {
    width: 100%;
  }
  .campuslifeIndex .smallerLinks a {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
  }
  .page.campuslifeIndex .under {
    padding: 0 5px;
  }
  .campuslifeIndex .smallerLinks img {
    width: 100%;
  }
  .campuslifeIndex .smallerLinks section{
  }
  .campuslifeIndex .smallerLinks p {
    line-height: 1.8em;
    padding: 0.5em;
    margin:0;
    padding-top:0;
    padding-bottom: 1em;
  }
@media screen and (min-width: 960px){
/*↓ PC用CSSここから  横幅960px以上*/
.mainContent {
  padding-bottom: 80px;
}
/*---- index --*/
    .page.pageIndex h2 >span a:hover {
    color: #ff649d;
    transition: all 0.3s ease;
  }
.page.pageIndex h2 >span a:hover:after {
    border-top: 3px solid #ff649d;
    border-right: 3px solid #ff649d;
  }
  .pageIndex .info h2{
    margin-top: 50px;
  }
  .page.pageIndex .h1Back p {
    margin-top: 1rem;
  }
/* 1204 */
/*--- studentsIndex --*/
  .campuslifeIndex .smallerLinks a:hover,
  .campuslifeIndex .linkWide a:hover {
    opacity:0.7;
  }
  .campuslifeIndex .linkWide a:before {
    background: #ffffff;
    background: -webkit-linear-gradient(top,  #ffffff 0%,rgba(242,255,140,0.8) 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,rgba(242,255,140,0.8) 100%);
    position: absolute;
    top:-40%;
    left:10%;
  }
  .campuslifeIndex .smallerLinks{
    display: flex;
    flex-wrap: wrap;
  }
  .campuslifeIndex .smallerLinks a {
    width: 50%;
    transition: all .4s ease;
  }
  .campuslifeIndex .smallerLinks > a:nth-of-type(odd) {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .campuslifeIndex .smallerLinks > a:nth-of-type(even) {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
  .campuslifeIndex .smallerLinks p {
    padding: 0.7em 1em 1.5em 1em;
  }


  .listLink.col2 a {
    padding: 0.5em 0.5em 0.5em 1em;
    color: #00929c;
  }


  .listLink.col2 a:hover {
   color: #ff649d;
  }


  .listLink.col2 {
    display: flex;
    width: 49.10%;
  }
  .listLink.col2 li {
    width: calc( (100% - 5px) / 1);
    border: none;
  }

/*
  .listLink.col2 li:nth-of-type(odd),
  .menuCol2 > section:nth-of-type(odd) {
    margin-right: 5px;
  }
  .listLink.col2 li:nth-of-type(even),
  .menuCol2 > section:nth-of-type(even) {
    margin-left: 5px;
  }
*/


}/* min-width960px */

/*20220509 add*/
article{
  background: none;
}
.page h2:after {
  position: absolute;
  top :0;
  left: 0;
  right: 0;
  height: 5px;
background: #bdff87;
background: -moz-linear-gradient(left,#bdff87 0%, #33c9d1 100%);
background: -webkit-linear-gradient(left,#bdff87 0%,#33c9d1 100%);
background: linear-gradient(to right,  #bdff87 0%,#33c9d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdff87', endColorstr='#33c9d1',GradientType=1 );
  opacity : 0.74;
}


.mainContent p.leadText{
  text-align:center;
  color:#00929C;
  font-weight:600;
  padding:16px 0 0 0;
}
@media screen and (min-width:960px){
  .pc-none{
    display:none;
  }
}
@media screen and (max-width:960px){
  .sp-none{
    display:none;
  }
}

.sliderBoxList{
  max-width:98%;
  margin:0 auto;
  /* overflow:hidden; */
}

.sliderBox{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.graduate{
  width: 100%;
  margin: 8px;
  background:#ffffff;
  box-shadow:0px 0px 6px rgba(0, 0, 0, 0.15);
}

.slick-prev:before,.slick-next:before{
  background: #0A69D1;
  width: 16px;
}

.slick-prev:after{
  content:"";
  display:block;
  background: url(https://icongr.am/fontawesome/angle-left.svg?size=18&color=ffffff);
  width:18px;
  height:18px;
  z-index:1;
  position:absolute;
  top:2px;
  left: -1px;
}

.slick-next:after{
  content:"";
  display:block;
  background: url(https://icongr.am/fontawesome/angle-right.svg?size=18&color=ffffff);
  width:18px;
  height:18px;
  z-index:1;
  position:absolute;
  top:2px;
  left: -1px;
}

.slick-prev{
  left:-8px;
}

.slick-next{
  right:-17px;
}

@media screen and (min-width:960px){
  .graduate{
    width: 100%;
    margin: 20px;
    background:#ffffff;
    box-shadow:0px 0px 6px rgba(0, 0, 0, 0.15);
  }
}

.graduate a{
  text-decoration:none;
  color:#333;
}


.graduate a:hover{
  opacity: 0.6;
  transition:0.3s;
}


.graduateImg{
  width:100%;
  height:auto;
  position:relative;
}

.graduateImg:before{
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index:3;
}

.graduateImg img{
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width:960px) and (max-width:1100px){
  .graduate{
    width: calc(100% / 2 - 40px);
  }

  .graduateImg img{
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (min-width:1100px){
  .graduate{
    width: calc(100% / 3 - 40px);
  }

  .graduateImg img{
    width: 100%;
    min-height: 300px;
  }
}

.page p.jobName{
  color:#ffffff;
  background: #3E88FC;
  background: -moz-linear-gradient(left, #3E88FC 0%, #49C2F8 50%, #54FBF5 100%);
  background: -webkit-linear-gradient(left, #3E88FC 0%,#49C2F8 50%,#54FBF5 100%);
  background: linear-gradient(to right, #3E88FC 0%,#49C2F8 50%,#54FBF5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E88FC', endColorstr='#54FBF5',GradientType=1 );
  font-size:1.15rem;
  font-weight:800;
  margin: 0;
  padding: 4px 16px 4px 16px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
}

@media screen and (min-width: 960px) {
    .page p.jobName.row2 {
        line-height: 1.2;
        padding: .3em 1em;
        top: -60px;
    }
}


.page p.graduateName{
  font-size:1.2rem;
  font-weight:800;
  margin: 0;
  padding:4px 18px 0px 18px;
}
.page p.graduateName span{
  font-size: 1rem;
}
.page p.companyName{
  font-size:0.8rem;
  font-weight:600;
  margin: 0;
  padding: 4px 18px 12px 18px;
  line-height:1.4;
  min-height:2.2rem;
}

@media screen and (min-width:960px){
  .page p.jobName{
    color:#ffffff;
    background: #3E88FC;
    background: -moz-linear-gradient(left, #3E88FC 0%, #49C2F8 50%, #54FBF5 100%);
    background: -webkit-linear-gradient(left, #3E88FC 0%,#49C2F8 50%,#54FBF5 100%);
    background: linear-gradient(to right, #3E88FC 0%,#49C2F8 50%,#54FBF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E88FC', endColorstr='#54FBF5',GradientType=1 );
    font-size:1.2rem;
    font-weight:800;
    margin: 0;
    padding: 0 0 0 16px;
    min-height:3rem;
  }


  .page p.graduateName{
    font-size:1.4rem;
    font-weight:800;
    margin: 0;
    padding:4px 18px 0px 18px;
  }

  .page p.companyName{
    font-size:0.8rem;
    font-weight:600;
    margin: 0;
    padding: 4px 18px 4px 18px;
    line-height:1.4;
  }

}

.graduateDev{
  display:flex;
  flex-direction:column;
}

.innerWrap{
  background: #ffffff;
  padding:2%;
}

.innerWrap > section.tabBox{
  border: 1px solid #56D2D9;
  width: 100%;
  padding: 0%;
  margin: 40px auto;
  background: #ffffff;
}

@media screen and (min-width:960px){
  .innerWrap > section.tabBox{
    border: 1px solid #56D2D9;
    width: 100%;
    padding: 4%;
    margin: 40px auto;
    background: #ffffff;
  }
}

.page h3,.page h3:before,.page h3:after{
  background:none;
  border:none;
  color:#333333;
}

.tabBoxTitle h4{
  background: none;
  color:#333;
  text-align:center;
  margin:1.5rem 0 1rem 0;
  padding:0;
  font-size:1.0rem;
}

@media screen and (min-width:960px){
  .tabBoxTitle h4{
    margin:1rem 0;
  }
}

.tabBoxTitle h4 span{
  background: none;
  color:#56D2D9;
  margin: 0 12px;
  padding:0 8px 0 8px;
  position:relative;
}

.tabBoxTitle h4 span:before{
  content:"";
  display:block;
  border-left:2px solid #56D2D9;
  height:1.2rem;
  transform:rotate(-30deg);
  position:absolute;
  top:4px;
  left:0;
}

.tabBoxTitle h4 span:after{
  content:"";
  display:block;
  border-left:2px solid #56D2D9;
  height:1.2rem;
  transform:rotate(30deg);
  position:absolute;
  top:4px;
  right:0;
}

@media screen and (min-width:960px){
  .tabBoxTitle h4{
    margin: 1rem;
    font-size:1.5rem;
  }
  .tabBoxTitle h4 span{
    margin: 0 12px;
    padding:0 16px 0 16px;
  }

  .tabBoxTitle h4 span:before{
    content:"";
    display:block;
    border-left:2px solid #56D2D9;
    height:1.8rem;
    transform:rotate(-30deg);
    position:absolute;
    top:4px;
    left:0;
  }

  .tabBoxTitle h4 span:after{
    content:"";
    display:block;
    border-left:2px solid #56D2D9;
    height:1.8rem;
    transform:rotate(30deg);
    position:absolute;
    top:4px;
    right:0;
  }

}

.tabBg{
  background: #ffffff;
}

.tabArea .tabBtnArea{
  padding: 0;
  margin: 0;
}

.page .tabText h4{font-size:0.9rem; border:none;padding:1em 20px;}
.page .tabText.info h4{background: #E9F9A8;}
.page .tabText.music h4{background:#FFC6BD;}
.page .tabText.ouyo h4{background: #C7EAFF;}
.page .tabText.butai h4{background:#FFD3E4;}
.page .tabText.policy h4{background:#E8E5FF;}
.page .tabText.sport h4{background:#FFF1AB}


.page .tabText .jobList,
.page .tabText .companyExList{
  padding:1em 20px;
  font-size:0.85rem;
}

@media screen and (min-width:960px){
  .page .tabText .jobList,
  .page .tabText .companyExList{
    font-size:1rem;
  }
}

.page .tabText .companyExList span{
  font-size:0.85rem;
}

.jobsOtherLink{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:1em 0 2em 0;
}

.jobsOtherLink a{
  border: 2px solid #00929C;
  color:#00929C;
  text-decoration: none;
  font-size:1rem;
  font-weight:600;
  display:block;
  width:94%;
  max-width:500px;
  margin: 0 3%;
  padding:12px 16px;
  text-align:center;
  position:relative;
}
@media screen and (min-width:960px){
  .jobsOtherLink{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1em 0 1em 0;
  }
  .jobsOtherLink a{
    border: 2px solid #00929C;
    color:#00929C;
    text-decoration: none;
    font-size:1.2rem;
    font-weight:600;
    display:block;
    width:100%;
    max-width:500px;
    margin: 0 auto;
    padding:12px 16px;
    text-align:center;
    position:relative;
  }
}

.jobsOtherLink a:after{
  content:"";
  display:block;
  width:32px;
  height:32px;
  background:url(https://icongr.am/fontawesome/angle-right.svg?size=32&color=00929C);
  position:absolute;
  top:20%;
  transform:translateY(-50%,-50%);
  right:0px;
}

.jobsOtherLink a:hover{
  background: #00929C;
  border: 2px solid #00929C;
  color:#ffffff;
}

.jobsOtherLink a:hover:after{
  background:url(https://icongr.am/fontawesome/angle-right.svg?size=32&color=ffffff);
}


.supportLinkList{
  margin:40px 0;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.supportLink{
  width:100%;
  border:1px solid #00929C;
  margin:20px 0;
}

@media screen and (min-width:960px){
  .supportLink{
    width:48%;
    border:1px solid #00929C;
  }
}

.supportLink:hover{
  opacity:0.6;
  transition:0.3s;
}
.triangle{
  position:relative;
}
.triangle:before{
  content:"";
  display:block;
  border-top:24px solid transparent;
  border-right:24px solid #00929C;
  border-bottom:24px solid #00929C;
  border-left:24px solid transparent;
  position:absolute;
  right:-4px;
  bottom:-4px;
}

.triangle:after{
  content:"";
  display:block;
  width:32px;
  height:32px;
  background:url(https://icongr.am/fontawesome/angle-right.svg?size=32&color=ffffff);
  position: absolute;
  right: -8px;
  bottom: -4px;
}

.supportLink a{
  display:block;
  text-decoration:none;
}

.supportLinkContent img{
  max-width:100%;
}

.supportLinkContent dl,.supportLinkContent dt,.supportLinkContent dd{
  margin: 0;
  padding: 0;
}

.supportLinkContent dl{
  padding:1rem 3rem 1rem 1rem;
}

.supportLinkContent dt{
  font-size:1.4rem;
  font-weight:800;
  color:#00929C;
}

.supportLinkContent dd{
  font-size:0.8rem;
  line-height:1.4;
  color:#333333;
  padding:8px 0;
}
