/*

声優科
voice-artists

*/
@import url("slick/slick.css");
@import url("slick/slick-theme.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@media screen and (max-width: 768px) {

}
.title-area{
    height: 860px;
    background-image: url(../images/media-university/2026/visual.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.title-area .text-area{
    position: absolute;
    left: 5%;
    bottom:90px;
    max-width: 90%;
}
.title-area p.copy{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.8;
}
.title-area p.copy span{
    background-color: #00AEC6;
    padding: 0.2rem 1rem ;
}
.title-area h2.page-title{
    color: #fff;
    font-size: 86px;
    margin: 1rem 0;
    line-height: 1.2;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
}
.wrap-occupation{
    background: linear-gradient(130deg,#00AEC6 0%, #98D8E0 100%);
    background-size: 100%;
}
.occupation-area{
    max-width: 1200px;
    width: 90%;
    margin: -62px auto 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 15px #00000026;
}
.occupation-area .title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.occupation-area .box-ocp{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.occupation-area .box-ocp .image{
    width: 60%;
    margin: auto;
}
.occupation-area .box-ocp .ocp{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}
.occupation-area .box-ocp .ocp::after{
    content: "";
    width: 30px;
    height: 1px;
    border: solid 2px #00AEC6;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
}
.occupation-area .box-ocp .text{
    font-size: 12px;
    margin: 1rem 2rem;
}
.cooperatingcompany{
    max-width: 1200px;
    min-width: 1000px;
    width: 100%;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 15px #00000026;
}
.cooperatingcompany .title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.cooperatingcompany .flex{
    justify-content: center;
    flex-wrap: wrap;
}
.cooperatingcompany .logo{
    width:240px;
    padding: 2rem;
}
.page-navi{
    max-width:1200px;
    margin: auto;
}
.page-navi ul{
    width:100%;
    display: flex;
    list-style: none;
    padding: 0;
}
.page-navi ul li{
    width:25%;
    display: block;
}
.page-navi ul li a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 1rem;
    border: solid 1px #fff;
    margin-bottom: -1px;
    margin-right: -1px;
    font-size: 28px;
    position: relative;
    text-decoration: none;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.page-navi ul li a:hover{
    background-color: #00AEC6;
}
.page-navi ul li a span{
    display: block;
    font-size: 22px;
}
.page-navi ul li a::after{
    content: "▼";
    font-size: 20px;
    position: absolute;
    margin: auto;
    top:40%;
    right:1rem;
}

.wrap{
    max-width: 1200px;
    width:auto;
    margin: auto;
}
#step1{
    padding: 60px 0;
}
.cnt-subtitle{
    font-size: 20px;
    color: #00AEC6;
    margin: 0;
    font-weight: 700;
    letter-spacing: .2rem;
    margin-bottom: 1rem;
}
.cnt-title{
    font-size: 44px;
    color: #000;
    margin: 0 0 0 0;
    line-height: 1.2;
}
.flex{
    display: flex;
    justify-content: space-between;
}
#step1 .flex {
    align-items: start;
}
.flex .point-area{
    width:32%;
    background: transparent linear-gradient(90deg, #ebf5ec 0%, #f6fff0 40%) 0% 0% no-repeat;
    padding: 25px 25px 50px 25px;
}
#step1 .flex .point-area:nth-child(1){
    margin-top: 100px;
}
#step1 .flex .point-area:nth-child(2){
    margin-top: 50px;
}
#step1 .flex .point-area:nth-child(3){}
#step1 .flex .point-area .point-subtitle{
    font-size: 17px;
    color: #00AEC6;
    margin: -60px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    letter-spacing: .2rem;
}
#step1 .flex .point-area .point-subtitle span{
    font-size: 65px;
    padding: 0 1rem;
}
#step1 .flex .point-area .point-title{
    font-size: 24px;
    font-weight: 700;
    color: #00AEC6;
    margin: 0 0 1rem 0;
}
#step1 .flex .point-area .text{
    font-size: 13px;
    margin: 1rem 0;
    line-height: 2;
}
#step1 .flex .point-area .bnr-area{
    background-color: #fff;
    padding: 1rem;
    margin: 1rem 0;
}
.curriculum{
    margin-bottom: 6rem;
}
.ctg-title{
    font-size:32px;
    color:#00AEC6;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}
.ctg-title:after{
    content: "";
    width: 40px;
    height: 1px;
    border: solid 2px #00AEC6;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
}
.curriculum .flex + .flex {
    margin-top: 50px;
}
.curriculum .box{
    width: 47%;
}
.curriculum .box .title{
    font-size: 24px;
    color: #00AEC6;
    border-bottom: solid 1px #00AEC6;
    margin: 1rem 0;
    font-weight: 700;
}
.timetable{
    margin-bottom: 6rem;
}
.timetable-img{
    width:700px;
    margin: auto;
}

.timetable .icon-touch{
    display: none;
}
#step2{
    background-color: #F1F1F1;
    padding: 70px 0;
}
#step2 .cnt-subtitle{
    text-align: center;
}
#step2 .cnt-title{
    text-align: center;
    margin-bottom: 5rem;
}
#step2 .flex{
    justify-content: center;
}
#step2 .teacher-area,
#step3 .graduate-area{
    width:200px;
    margin: 30px;
}
#step2 .teacher-area img.shadow,
#step3 .graduate-area img.shadow{
    box-shadow: 10px 10px 0px #00AEC6;
}
#step2 .teacher-area .department,
#step3 .graduate-area .department{
    font-size: 15px;
    margin: 2rem 0 0 0;
    color: #00AEC6;
}
#step2 .teacher-area .window .department,
#step3 .graduate-area .window .department{
    padding-bottom: 1rem;
    border-bottom: solid 1px #00AEC6;
}
#step2 .teacher-area .name,
#step3 .graduate-area .name{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1rem 0;
}
#step2 .teacher-area .name span,
#step3 .graduate-area .name span{
    font-size: 16px;
}
#step2 .teacher-area .company_logo,
#step3 .graduate-area .company_logo{
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
}
#step2 .teacher-area .company_logo img,
#step3 .graduate-area .company_logo img{
    height: auto;
}


.open,
[class^="open"]{
	cursor:pointer;
    position: relative;
}
.open::after,
[class^="open"]::after {
    content: "";
    width:55px;
    height: 54px;
    background-image: url(../images/voice-artists/icon_plus_pink.png);
    background-size: cover;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    position: absolute;
    right:-27px;
    bottom:-27px;
}
.blue [class^="open"]::after {
    background-image: url(../images/reason-entertainment/icon_plus_blue.png);
}
.green [class^="open"]::after {
    background-image: url(../images/reason-entertainment/icon_plus_green.png);
}
.yellow [class^="open"]::after {
    background-image: url(../images/reason-entertainment/icon_plus_yellow.png);
}
.open:hover::after,
[class^="open"]:hover::after{
    width:61px;
    height: 60px;
    right:-30px;
    bottom: -30px;
}
#pop-up,
[id^="pop-up"] {
	display: none;
}
.overlay,
[class^="overlay"] {
	display: none;
    animation: w-fadein 0.5s ease;
}
@keyframes w-fadein {
    0% { opacity: 0 }
  100% { opacity: 1 }
 }
#pop-up:checked + .overlay,
[id^="pop-up"]:checked + [class^="overlay"] {
	display: block;
	z-index: 9999;
	background-color: #00000090;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
    height: auto;
	max-width: 1000px;
	min-height: 450px;
    max-height: 90vh;
	background-color: #ffffff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 25px;
    color: #000!important;
}
.window .profile{
    position: absolute;
    top:-30px;
    left:0;
    background: #fff;
	border-radius: 10px 10px 0 0;
    padding: .5rem 1rem;
    margin: 0;
    color: #EA609E;
    font-size: 18px;
    letter-spacing: .2rem;
    font-family: 'Roboto', sans-serif;
}
.window .w-pic-area {
    width: 50%;
}
.window .w-text-area {
    width: 50%;
    padding: 20px 40px;
}
.window .w-name{
	font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.window .w-name span{
	font-size: 18px;
}
.window .w-job,
.window .w-department{
	font-size: 16px;
    margin: 0;
    color: #EA609E;
    padding-bottom: 1rem;
}
.window .w-text {
    margin: 0;
	font-size: 14px;
    border-top: solid 1px #EA609E;
    padding-top: 1rem;
}
.window .close {
	cursor:pointer;
	position: absolute;
    top:-30px;
	right: 0;
    background: #fff;
    padding: .5rem 1rem;
    color: #EA609E;
    font-size: 18px;
	border-radius: 10px 10px 0 0;
}



#step3{
  background-color: #fff;
  background-image:
    radial-gradient(#00AEC6 5%, transparent 5%),
    radial-gradient(#00AEC6 5%, transparent 5%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 70px 0;
}
#step3 .cnt-subtitle{
    text-align: center;
}
#step3 .cnt-title{
    text-align: center;
    margin-bottom: 5rem;
}

#step3 .wrap{
    max-width: 1080px;
}
#step3 .flex{
    max-width: 840px;
    margin: auto;
}
#step3 .flex .cnt-l,
#step3 .flex .cnt-r{
    max-width: 450px;
}
#step3 .flex .cnt-l .wraper{
    position: relative;  
    max-width: 450px;
    width: 100%;
}
#step3 .flex .cnt-l img{
    width: 90%;
    margin: auto;
}
#step3 .flex .cnt-l .profile-area{
    background: linear-gradient(90deg, rgba(232,99,158,0.8) 0%,rgba(232,19,52,0.8) 100%);
    color:#fff;
    text-align: right;
    padding: 20px;
    position: absolute;
    bottom:0;
    right:0;
}
#step3 .flex .cnt-l .profile-area .department{
    opacity: 1;
    font-size:16px;
    margin: 0;
}
#step3 .flex .cnt-l .profile-area .name{
    font-size:29px;
    margin: 0;
    font-weight: 700;
}
#step3 .flex .cnt-l .profile-area .name span{
    font-size:16px;
    font-weight: 400;
}
#step3 .flex .cnt-l .profile-area .school{
    font-size:16px;
    margin: 0;
}
#step3 .flex .cnt-l .copy{
    color: #00AEC6;
    font-size:20px;
    line-height: 2;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(90deg, #00AEC6 0%, #E81334 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#step3 .flex .cnt-r{
    padding: 40px 60px;
}
#step3 .schedule-area{
    border:solid 2px #00AEC6;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 5px 5px 0 #00000026;
    width: 330px;
}
#step3 .schedule-area .obi{
    background-color: #00AEC6;
    border-radius: 19px 19px 0 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 1rem;
    margin: 0;
    letter-spacing: .2rem;
}
#step3 .schedule-area dl{
    padding: 2rem 2rem 0 2rem;
    margin: 0;
    position: relative;
}
#step3 .schedule-area dl::before{
    content: "";
    display: block;
    width: 1px;
    height: 530px;
    background-color: #00AEC6;
    position: absolute;
    top:30px;
    left:53px;
}
#step3 .schedule-area dt{
    position: relative;
    background-color: #00AEC6;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 60px;
    text-align: center;
    float: left;
}
#step3 .schedule-area dd{
    margin: 0 0 2rem 80px;
    font-size: 12px;
}
#step3 .schedule-area dd span{
    font-size: 18px;
    font-weight: 700;
    color: #00AEC6;
    display: block;
}

#step3 .banner-area{
    text-align: center;
    margin: auto;
    width:5rem 400px;
}


#step3 .graduate .sub-title{
    font-size: 24px;
    color:#00AEC6;
    text-align: center;
}
#step3 .graduate .flex{
    width: 100%;
    max-width: none;
}
#step3 .graduate .box-area{
    width:200px;
    margin: 30px;
}
#step3 .graduate .box-area img.shadow{
    box-shadow: 10px 10px 0px #EA609E;
}
#step3 .graduate .box-area.blue img.shadow{
    box-shadow: 10px 10px 0px #1EB8E2;
}
#step3 .graduate .box-area.green img.shadow{
    box-shadow: 10px 10px 0px #1BB1A0;
}
#step3 .graduate .box-area.yellow img.shadow{
    box-shadow: 10px 10px 0px #F5A227;
}
#step3 .graduate .box-area .job{
    font-size: 15px;
    margin: 2rem 0 0 0;
    color: #EA609E;
}
#step3 .graduate .box-area.blue .job{color: #1EB8E2;}
#step3 .graduate .box-area.green .job{color: #1BB1A0;}
#step3 .graduate .box-area.yellow .job{color: #F5A227;}
#step3 .graduate .box-area .name{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color:#000;
}
#step3 .graduate .box-area .name span{
    font-size: 16px;
}

#step3 .interview{
    width:100%;
    margin: 0 auto 6rem auto;
}
#step3 .interview .htext{
    text-align: center;
    font-size: 20px;
    color: #00AEC6;
}
#step3 .interview .flex{
    justify-content: center;
}
#step3 .interview .flex .box{
    width:40%;
    margin: 0 5%;
}
#step3 .interview .movie-area{
    margin: 20px 0;
    width: 100%;
    aspect-ratio: 16 / 9;
}
#step3 .interview .movie-area iframe {
    width: 100%;
    height: 100%;
}

#step3 .interview .name-area{
    color: #fff;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 15px;
}
#step3 .interview .name-area.pink{
    background-color: #EA609E;
}
#step3 .interview .name-area.green{
    background-color: #1BB1A0;
}
#step3 .interview .name-area p{
    margin: 0;
}
#step3 .interview .name-area .name{
    font-size: 22px;
    font-weight: 700;
}
#step3 .interview .company-area{
    margin: 1rem 0;
}
#step3 .appearance{
    width: calc(100%);
}
#step3 .appearance .flex{
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
#step3 .appearance .box{
    width: 40%;
    position: relative;
    background-color: #FDEFF5;
    padding: 2rem;
    margin: 2rem;
}
#step3 .appearance .box .obi{
    background-color: #00AEC6;
    color: #fff;
    font-size:21px;
    padding: .5rem 2rem;
    display: inline-block;
    top: -2rem;
    left: -2rem;
    position: absolute;
    margin: 0;
}
#step3 .appearance ul{
    list-style: none;
    padding: 2rem 0 0 0;
}
#step3 .appearance ul li:first-letter{
    color: #00AEC6;
}



#step4{
    background-color: #FAE3E6;
    padding: 70px 0 70px 0;
    background-image: url(../images/voice-event-staff/step4_title_bg.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    background-size: auto 600px;
}
#step4 .hd{
    height: 600px;
}
#step4 .cnt-subtitle{
    text-align: center;
    color: #D62940;
    position: relative;
    margin-bottom: 60px;
}
#step4 .cnt-subtitle:after {
    content: "";
    width: 40px;
    height: 1px;
    border: solid 2px #D62940;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
}
#step4 .cnt-title{
    writing-mode: vertical-rl;
    vertical-align: middle;
    margin: auto;
    font-size: 46px;
}
#step4 .cnt-title span{
    background-color: #fff;
    padding: 2rem .5rem;
    line-height: 3;
    box-shadow: 7px 7px 0 #D629404D;
}
#step4 .flex{
    justify-content: center;   
}
#step4 .cnt-box{
    width:32%;
    margin: 20px;
}
#step4 .cnt-box .obi2{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto -2rem auto;
    padding: 1rem;
    width: 240px;
    font-size:24px;
    color:#fff;
    font-weight: 700;
}
#step4 .cnt-box .obi2::before{
    transform: skewX(-30deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background:transparent linear-gradient(259deg, #FF8900 0%, #D62940 100%);
    box-shadow: 7px 7px 0 #D629404D;
}
#step4 .cnt-box .text1{
    color: #D62940;
    font-size: 22px;
    font-weight: 700;
    margin: 1rem 0;
}
#step4 .cnt-box .text2{
    margin: 1rem 0;
    font-size: 14px;
    text-align: justify;
}





/* ---scrollAnimation------------------------- */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
.u-fade-type-up.is-active{
    transition: .8s;
    transform: translateY(0);
    opacity: 1;
}
.u-fade-type-up.d2.is-active{
    transition-delay: .4s;
}
.u-fade-type-up3.d3.is-active{
    transition-delay: .8s;
}






.pc{display: block;}
.sp{display: none;}


@media screen and (max-width: 700px) {
    
    .sp{display: block;}
    .pc{display: none;}


    .title-area{
        height: 80vh;
        background-image: url(../images/media-university/2026/mainvisual_sp.jpg);
        background-position: center;
        position: relative;
    }
    .title-area .text-area{
        position: absolute;
        left:2rem;
        bottom:60px;
    }
    .title-area p.copy{
        font-size: 16px;
        line-height: 2;
    }
    .title-area p.copy span{
        padding: 0.2rem 1rem ;
    }
    .title-area h2.page-title{
        color: #fff;
        font-size: 50px;
        margin: 1rem 0;
        line-height: 1.2;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    }
    .wrap-occupation{
        background-size: 100% 100%;
    
    }
    .occupation-area{
        max-width: auto;
        min-width: auto;
        width: 90%;
        margin: -50px auto 50px auto;
        padding: 20px;
    }
    .occupation-area .title{
        font-size: 18px;
    }
    .occupation-area .box-ocp{
    }
    .occupation-area .box-ocp .image{
        width: 60%;
    }
    .occupation-area .box-ocp .ocp{
        font-size: 14px;
    }
    .occupation-area .box-ocp .ocp::after{
    }
    .occupation-area .box-ocp .text{
        font-size: 12px;
    }
    .cooperatingcompany{
        max-width: auto;
        min-width: auto;
        width: 80%;
        margin: 0px auto 50px auto;
        padding: 20px;
    }
    .cooperatingcompany .title{
        font-size: 18px;
    }
    .cooperatingcompany .flex{
        justify-content: center;
    }
    .cooperatingcompany .logo{
        width:50%;
        padding: 0 1rem;
    }
    .page-navi{
        max-width:auto;
        width:100%;
    }
    .page-navi ul{
        width:100%;
        flex-wrap: wrap;
    }
    .page-navi ul li{
        width:calc(50% - 0.5px);
    }
    .page-navi ul li a{
        font-size: 18px;
    }
    .page-navi ul li a:hover{
        
    }
    .page-navi ul li a span{
        font-size: 14px;
    }
    .page-navi ul li a::after{
        content: "▼";
        font-size: 18px;
        position: absolute;
        margin: auto;
        top:40%;
        right:1rem;
    }
    
    .wrap{
        max-width: auto;
        min-width: auto;
        width:100%;
    }
    #step1{
        padding: 60px 0 0 0;
    }
    .cnt-subtitle{
        font-size: 18px;
        text-align: center;
    }
    .cnt-title{
        font-size: 28px;
        text-align: center;
    }
    .flex{
        flex-wrap: wrap;
    }
    #step1 .flex {
        align-items: start;
        margin: 4rem auto;
    }
    .flex .point-area{
        width:calc(100% - 2rem);
        padding: 25px 25px 25px 25px;
        margin-bottom: 50px;
        margin-left: 2rem;
    }
    #step1 .flex .point-area:nth-child(1){
        margin-top: 0;
    }
    #step1 .flex .point-area:nth-child(2){
        margin-top: 0;
    }
    #step1 .flex .point-area:nth-child(3){}
    #step1 .flex .point-area .point-subtitle{
        font-size: 16px;
    }
    #step1 .flex .point-area .point-subtitle span{
        font-size: 60px;
        padding: 0 1rem;
    }
    #step1 .flex .point-area .point-title{
        font-size: 22px;
    }
    #step1 .flex .point-area .text{
        font-size: 12px;
    }
    #step1 .flex .point-area .bnr-area{
        background-color: #fff;
    }
    .curriculum{
        margin-bottom: 6rem;
        padding: 0 2rem;
    }
    .ctg-title{
        font-size:30px;
    }
    .ctg-title:after{
    }
    .curriculum .box{
        width: 100%;
        margin-bottom: 50px;
    }
    .curriculum .box .title{
        font-size: 24px;
        margin: 1rem 0;
        font-weight: 700;
    }
    .timetable{
        margin-bottom: 6rem;
        position: relative;
    }
    .timetable-img{
        width:100%;
        margin: auto;
        padding: 0 0 0 2rem;
        overflow-x: scroll;
        position: relative;
    }
    .timetable .icon-touch{
        display: block;
        position: absolute;
        margin: auto;
        top:0;bottom:0;left:0;right:0;
        width:70px;
        height:70px;
    }
    .timetable-img:hover + .icon-touch,
    .timetable-img:active + .icon-touch{
        display: none;
      }
    .timetable-img img{
        width: 150%;
        max-width: none;
    }
    
    #step2{
        padding: 70px 0;
    }
    #step2 .cnt-subtitle{
        text-align: center;
    }
    #step2 .cnt-title{
        text-align: center;
        margin-bottom: 2rem;
    }
    #step2 .flex{
        justify-content: space-between;
        padding: 0;
    }
    #step2 .teacher-area,
    #step3 .graduate .box-area{
        width:40%;
        margin: 30px  auto;
    }
    #step2 .teacher-area img.shadow{
    }
    #step2 .teacher-area .department,
    #step3 .graduate .box-area .job{
        font-size: 12px;
        margin: 2rem 0 0 0;
    }
    #step2 .teacher-area .name,
    #step3 .graduate .box-area .name{
        font-size: 18px;
        font-weight: 700;
        margin: .4rem 0 1rem 0;
    }
    #step2 .teacher-area .name span,
    #step3 .graduate .box-area .name span{
        font-size: 12px;
    }
    
    #step2 .teacher-area .company_logo,
    #step3 .graduate-area .company_logo{
        background-color: #fff;
        width: 100%;
        height: 74px;
        text-align: center;
        padding: 0 0 0 0;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    #step2 .teacher-area .company_logo img,
    #step3 .graduate-area .company_logo img{
        width: auto;
        height: 100%;
    }
    
    
    
    
    .open,
    [class^="open"]{
        cursor:pointer;
    }
    .open::after,
    [class^="open"]::after {
        content: "";
        width:40px;
        height: 40px;
        right:-20px;
        bottom:-20px;
    }
    .open:hover::after,
    [class^="open"]:hover::after{
        width: 50px;
        height: 50px;
        right:-25px;
        bottom: -25px;
    }
    #pop-up,
    [id^="pop-up"]  {
        display: none;
    }
    .overlay,
    [class^="overlay"] {
    }
    #pop-up:checked + .overlay,
    [id^="pop-up"]:checked + [class^="overlay"]  {
        background-color: #00000090;
    }
    .window {
        width: 90vw;
        max-width: none;
        height: auto;
        max-height: 90vh;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2rem;
    }
    .window .flex{
        padding: 0 !important;
    }
    .window .profile{
        position: absolute;
        top:-30px;
        left:0;
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: .5rem 1rem;
        margin: 0;
        font-size: 16px;
        letter-spacing: .2rem;
        font-family: 'Roboto', sans-serif;
    }
    .window .w-pic-area {
        width: 100%;
        max-height: 200px;
        text-align: center;
    }
    .window .w-pic-area img{
        width: auto;
        max-height: 100%;
    }
    .window .w-text-area {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .window .w-name{
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }
    .window .w-name span{
        font-size: 16px;
    }
    .window .w-department{
        font-size: 14px;
    }
    .window .w-text {
        margin: 0;
        font-size: 12px;
    }
    .window .close {
        font-size: 18px;
    }
    
    
    
    #step3{
      background-color: #fff;
      padding: 70px 0;
    }
    #step3 .cnt-subtitle{
        text-align: center;
    }
    #step3 .cnt-title{
        text-align: center;
        margin-bottom: 5rem;
    }
    #step3 .wrap{
        max-width: none;
        width:100%;
        padding:0 2rem;
    }
    #step3 .img-area{
        width:90%;
        margin: 0 auto 4rem auto;
    }#step3 .wrap{
        max-width: auto;
    }
    #step3 .flex{
        max-width: auto;
        margin: auto;
    }
    #step3 .flex .cnt-l,
    #step3 .flex .cnt-r{
        max-width: 100%;
    }
    #step3 .flex .cnt-l .wraper{
        max-width: auto;
        width: 100%;
    }
    #step3 .flex .cnt-l img{
        width: 100%;
        margin: auto;
    }
    #step3 .flex .cnt-l .profile-area{
        padding: 20px 30px;
        bottom: 0;
        right: -2rem;
    }
    #step3 .flex .cnt-l .profile-area .department{
        opacity: 1;
        font-size:16px;
        margin: 0;
    }
    #step3 .flex .cnt-l .profile-area .name{
        font-size:29px;
        margin: 0;
        font-weight: 700;
    }
    #step3 .flex .cnt-l .profile-area .name span{
        font-size:16px;
        font-weight: 400;
    }
    #step3 .flex .cnt-l .profile-area .school{
        font-size:16px;
        margin: 0;
    }
    #step3 .flex .cnt-l .copy{
        color: #F5561B;
        font-size:18px;
    }
    #step3 .flex .cnt-r{
        padding: 0;
    }
    #step3 .schedule-area{
        width: 100%;
        margin-bottom: 50px;
    }
    #step3 .schedule-area .obi{
        background-color: #00AEC6;
        font-size: 24px;
    }
    #step3 .schedule-area dl{
        padding: 2rem 2rem 0 2rem;
        margin: 0 0 0 0;
        position: relative;
    }
    #step3 .schedule-area dl::before{
        content: "";
        display: block;
        width: 1px;
        height: 92%;
        background-color: #00AEC6;
        position: absolute;
        top:30px;
        left:53px;
    }
    #step3 .schedule-area dt{
        position: relative;
        background-color: #00AEC6;
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        display: block;
        width: 60px;
        text-align: center;
        float: left;
    }
    #step3 .schedule-area dd{
        margin: 0 0 2rem 80px;
        font-size: 12px;
    }
    #step3 .schedule-area dd span{
        font-size: 18px;
        font-weight: 700;
        color: #00AEC6;
        display: block;
    }
    #step3 .graduate .sub-title{
        font-size: 22px;
    }
    #step3 .graduate .text{
        font-size: 11px;
    }
    #step3 .graduate-area{
        margin: auto;
    }
    #step3 .interview .flex{}
    #step3 .interview .flex .box{
        width: 100%;
    }
    #step3 .interview .htext{
        text-align: center;
        font-size: 18px;
    }
    #step3 .interview .movie-area{
        margin: 20px 0;
    }
    #step3 .interview .name-area{
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        font-size: 15px;
    }
    #step3 .interview .name-area.pink{
        background-color: #EA609E;
    }
    #step3 .interview .name-area.green{
        background-color: #1BB1A0;
    }
    #step3 .interview .name-area p{
        margin: 0;
    }
    #step3 .interview .name-area .name{
        font-size: 22px;
        font-weight: 700;
    }
    #step3 .interview .company-area{
        margin: 1rem 0;
    }
    #step3 .appearance{
        width: calc(100%);
    }
    #step3 .appearance .box{
        width: 100%;
        padding: 2rem 2rem 4rem 2rem;
        margin: 0 0 0 2rem;
    }
    #step3 .appearance .box:last-child{
        padding: 2rem 2rem 1rem 2rem;
    }
    #step3 .appearance .box .obi{
        color: #fff;
        font-size:21px;
        padding: .5rem 2rem;
        display: inline-block;
        top: -2rem;
        left: -2rem;
        position: absolute;
        margin: 0;
    }
    #step3 .appearance ul{
        list-style: none;
        padding: 2rem 0 0 0;
    }
    #step3 .appearance ul li:first-letter{
    }

    
    #step4{
        background-color: #FAE3E6;
        padding: 70px 0 20px 0;
        background-image: url(../images/voice-event-staff/step4_title_bg_sp.jpg);
        background-size: 100% 500px;
    }
    #step4 .hd{
        height: 500px;
    }
    #step4 .cnt-subtitle{
        text-align: center;
    }
    #step4 .cnt-subtitle:after {
        content: "";
    }
    #step4 .cnt-title{
        font-size: 28px;
    }
    #step4 .cnt-title span{
        background-color: #fff;
    }
    #step4 .flex{
        justify-content: space-between;   
    }
    #step4 .cnt-box{
        width:100%;
        margin: 0;
        margin-bottom: 50px;
    }
    #step4 .cnt-box .obi2{
        width: 240px;
        font-size:24px;
    }
    #step4 .cnt-box .obi2::before{
    }
    #step4 .cnt-box .text1{
        font-size: 18px;
        padding: 0 2rem;
    }
    #step4 .cnt-box .text2{
        margin: 1rem 0;
        font-size: 12px;
        padding: 0 2rem;
    }
    
    














}

/*slick スライダー*/
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.slick-prev, .slick-next{
    width: 50px;
    height: 50px;
    top: 30%;
}
.slick-prev {
    left: -40px;
}
.slick-next{
    right: -40px;
}
.slick-next:before{
    background: url(../images/voice-artists/slider_arrow_r.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/voice-artists/slider_arrow_l.png)!important;
    background-size: contain!important;
}

.slick-dots li.slick-active button::before{
    color: #00AEC6;
    opacity: 1;
}



#add1{
    background-image: url(../images/voice-artists/bg_gradientcolor2.png);
    background-size: cover;
    padding: 50px 0;
}
#add1 .title{
    font-size:21px;
    color: #00AEC6;
    text-align: center;
}
#add1 h4{
    text-align: center;
}
#add1 h4 .box-blue{
    background-color: #3B74B7;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding: .5rem 1rem;
}
#add1 .logo{
    text-align: center;
    width: 840px;
    margin: 3rem auto 4rem auto;
}
#add1 .flex{
    justify-content: center;
}
#add1 .box-white{
    background-color: #fff;
    padding: .5rem 1rem;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    margin: 2rem;
}
#add1 .box-white .ttl{
    color: #3B74B7;
    font-size: 24px;
    font-weight: 700;
}
#add1 .box-white .ttl .fukidashi1{
    position: relative;
}
#add1 .box-white .ttl .fukidashi1::before{
    content: "";
    width:28px;
    height: 36px;
    background-image: url(../images/voice-artists/fukidashi_l.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left:-3rem;
    top:0;
}
#add1 .box-white .ttl .fukidashi1::after{
    content: "";
    width:28px;
    height: 36px;
    background-image: url(../images/voice-artists/fukidashi_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right:-3rem;
    top:0;
}
#add1 .box-white .text1{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}
#add1 .left-cnt{
    width: 320px;
}
#add1 .right-cnt{
    width: 520px;
}
#add1 .text2{
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 2rem auto;
    text-align: justify;
}
#add1 .text2 span.red{
    color: #FF0000;
    font-size: 120%;
}
#add1 .image{
    margin: 0;
    padding: 0 0 0 2rem;
}
#add1 .image img{
    border-radius: 20px;
}

#add1 .link-btn{
    text-align: center;
}
#add1 .link-btn a {
    width: 280px;
    display: block;
    background-color: #fff;
    padding: 1.5rem 1rem;
    color: #00AEC6;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: auto;
    border-radius: 10px;
    position: relative;
}
#add1 .link-btn a::before {
    content: "";
    border: solid 1px #00AEC6;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top:3px;
    left: 3px;
}
#add1 .link-btn a::after{
    content:"";
    position: absolute;
    top:0;bottom:0;
    right:2rem;
    margin: auto;
    width:10px;
    height: 10px;
    border-right: 1px solid #00AEC6;
    border-top: 1px solid #00AEC6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
    #add1 .wrap{
        padding: 0 5%;
    }
    #add1 .title{
        font-size:18px;
    }
    #add1 h4 .box-blue{
        font-size: 28px;
    }
    #add1 .logo{
        text-align: center;
        width: 80%;
        margin: 1rem auto 2rem auto;
    }
    #add1 .box-white{
        background-color: #fff;
        padding: 1rem 1rem;
        border-radius: 10px;
        text-align: center;
        margin: 1rem;
    }
    #add1 .box-white .ttl{
        color: #3B74B7;
        font-size: 16px;
        font-weight: 700;
        margin: 1rem 0;
    }
    #add1 .box-white .ttl .fukidashi1{
        position: relative;
    }
    #add1 .box-white .ttl .fukidashi1::before{
        width:12px;
        height: 20px;
    }
    #add1 .box-white .ttl .fukidashi1::after{
        width:12px;
        height: 20px;
    }
    #add1 .box-white .text1{
        font-size: 21px;
        font-weight: 700;
        color: #000;
        margin: 1rem 0;
    }
    #add1 .text2{
        font-size: 14px;
        width: 100%;
    }
    #add1 .text2 span.red{
    }
    #add1 .left-cnt {
        width: 100%;
        padding-top: 2rem;
    }
    #add1 .right-cnt {
        width: 100%;
    }
    #add1 .image{
        width: 100%;
        margin: 2rem auto;
        padding: 0;
    }
    #add1 .image img{
        border-radius: 20px;
    }

}



.other-page-button a {
    background-color: #00AEC6;
}

.page-vtuber .title-area .text-area .new {
    position: absolute;
    top: -140px;
    left: 0;
    display: block;
    width: 120px;
  }
  @media screen and (max-width: 700px) {
    .page-vtuber .title-area .text-area .new {
      top: -10px;
      left: 0;
      right: auto;
      width: 25%;
      max-width: 80px;
      transform: translateY(-100%);
    }
  }
  .page-vtuber .title-area .text-area .new img {
    width: 100%;
  }

.page-vtuber .occupation-area .title {
    font-size: 22px;
    color: #00AEC6;
}
.page-vtuber .occupation-area p {
    font-size: 16px;
    line-height: 1.75;
}


table.vtuber-work tr th {
    width: 200px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #dadada;
    background-color: #00AEC6;
}
table.vtuber-work tr td {
    font-size: 17px;
    border: 1px solid #dadada;
}
@media screen and (max-width: 700px) {
    table.vtuber-work tr th {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border: 1px solid #dadada;
        background-color: #00AEC6;
    }
    table.vtuber-work tr td {
        display: block;

        font-size: 16px;
        border: 1px solid #dadada;
    }
}


.occupation-area .title.media-university-feature-title {
  font-size: 24px;
  color: #00AEC6;
}
.occupation-area .title.media-university-feature-sub-title {
    width: 100%;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    background-color: #00AEC6;
}

@media screen and (max-width: 700px) {
  .occupation-area .title.media-university-feature-title {
    font-size: 20px;
  }
    .occupation-area .title.media-university-feature-sub-title {
    font-size: 18px;
  }
}

.study-flow {
    width: 100%;
    padding: 20px;
    background-color: #ebf5ec;
}
.study-flow picture,
.study-flow img {
    width: 100%;
    height: auto;
}
.study-flow-point {
    margin-top: 30px;
    gap: 20px;
    align-items: stretch !important;
}
.study-flow-point .box {
    margin: 0 !important;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dadada;
}
.study-flow-point .box b {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.study-flow-point .box b small {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #00AEC6;
    border-radius: 999px;
}
.study-flow-point .box b small span {
    display: block;
    margin-top: 3px;
    font-size: 20px;
}
.study-flow-point .box b {
    
}

.title-area .heishu-banner {
    position: absolute;
    top: 60px;
    left: 0;
    width: 45%;
}
@media screen and (max-width: 700px) {
    .title-area .heishu-banner {
        top: 10px;
        width: 70%;
    }
}



/* 映像メディア大学科追加 */
.page-media-university .wrap-occupation {
    padding-bottom: 20px;
}

.dep_media-university_large-title {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 60px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .dep_media-university_large-title {
        font-size: 36px;
    }
}

.dep_media-university-about_large-title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    color: #00AEC6;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .dep_media-university-about_large-title {
        font-size: 30px;
    }
}

.dep_media-university-about_large-title + p {
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.75;
}
@media screen and (max-width: 540px) {
    .dep_media-university-about_large-title + p {
        text-align: left;
    }
}
.dep_media-university-about {
    width: 100%;
    margin: 0;
    padding: 30px;
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .dep_media-university-about {
        padding: 35px 3.5%;
    }
}
.dep_media-university-about + .dep_media-university-about {
    margin-top: 10px;
}
.dep_media-university-about-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}
.dep_media-university-about-title h4 {
    flex-shrink: 0;
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.dep_media-university-about-title p {
    flex: 1;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid;
}
@media screen and (max-width: 768px) {
    .dep_media-university-about-title {
        flex-direction: column;
    }
    .dep_media-university-about-title h4 {
        width: 100%;
    }
    .dep_media-university-about-title p {
        width: 100%;
        padding: 0;
        border: none;
    }
}
.dep_media-university-about_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin-top: 25px;
}
@media screen and (max-width: 1080px) {
    .dep_media-university-about_wrap {
        flex-direction: column;
        gap: 60px;
    }
}
.dep_media-university-about_wrap .dep_media-university-about_item h5 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding-left: 2em;
    font-size: 18px;
    font-weight: 700;
}
.dep_media-university-about_wrap .dep_media-university-about_item h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: currentColor;
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-dep h5::before {
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path d="M12 2 0 9 12 16 22 10.1667V17.5H24V9L12 2ZM3.99902 13.4905V18.0001C5.82344 20.429 8.72812 22.0001 11.9998 22.0001 15.2714 22.0001 18.1761 20.429 20.0005 18.0001L20.0001 13.4913 12.0003 18.1579 3.99902 13.4905Z" /></svg>');
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature h5::before {
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path d="M10.9491 17.2928C11.3395 16.9025 11.9727 16.9027 12.3632 17.2928C12.7537 17.6834 12.7537 18.3174 12.3632 18.7079L9.52432 21.5458C9.13379 21.9363 8.50075 21.9363 8.11025 21.5458C7.7201 21.1553 7.71991 20.5221 8.11025 20.1317L10.9491 17.2928ZM9.17178 13.4139C9.56229 13.0238 10.1954 13.0236 10.5858 13.4139C10.9764 13.8044 10.9764 14.4384 10.5858 14.829L4.92861 20.4852C4.53808 20.8757 3.90506 20.8758 3.51454 20.4852C3.12414 20.0947 3.12408 19.4617 3.51454 19.0712L9.17178 13.4139ZM17.4228 2.71267C18.6406 2.22369 19.8771 2.52462 20.6757 3.32302C21.4742 4.12162 21.775 5.35808 21.2861 6.57598L17.0321 17.1727C16.8732 17.5687 16.4797 17.8199 16.0536 17.7987C15.6275 17.7773 15.2621 17.4878 15.1435 17.078C14.5878 15.157 13.5743 13.378 12.0976 11.9012C10.6208 10.4245 8.84169 9.41195 6.9208 8.85626C6.51112 8.73761 6.22161 8.37207 6.20009 7.9461C6.17872 7.52001 6.43026 7.12671 6.82607 6.96758L17.4228 2.71267ZM5.29287 11.6366C5.6834 11.2461 6.31644 11.2461 6.70693 11.6366C7.09729 12.0271 7.09731 12.6601 6.70693 13.0506L3.86806 15.8895C3.47757 16.2799 2.84451 16.2799 2.45399 15.8895C2.06349 15.499 2.06353 14.866 2.45399 14.4754L5.29287 11.6366Z" /></svg>');
}

.dep_media-university-about_wrap .dep_media-university-about_item.is-dep img {
    width: 100%;
    max-width: 370px;
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
@media screen and (max-width: 540px) {
    .dep_media-university-about_wrap .dep_media-university-about_item.is-feature {
        flex-direction: column;
    }
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature ul {
    flex: 1;
    width: 100%;
    margin: 0;
    padding-left: 1.5em;
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 700;
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature ul li:not(:last-child) {
    margin-bottom: 5px;
}
.dep_media-university-about_wrap .dep_media-university-about_item.is-feature img {
    flex-shrink: 0;
    width: 180px;
    min-width: 0;
}
@media screen and (max-width: 540px) {
    .dep_media-university-about_wrap .dep_media-university-about_item.is-feature img {
        width: 100%;
    }
}

.dep_media-university-about.course-001 { background-color: #F6FEFF; }
.dep_media-university-about.course-001 h4,
.dep_media-university-about.course-001 h5 { color: #00AEC6; }
.dep_media-university-about.course-001 .dep_media-university-about-title p { border-color: #00AEC6; }
.dep_media-university-about.course-001 ul li span { color: #00AEC6; }
.dep_media-university-about.course-002 { background-color: #EEF9FF; }
.dep_media-university-about.course-002 h4,
.dep_media-university-about.course-002 h5 { color: #0081C1; }
.dep_media-university-about.course-002 .dep_media-university-about-title p { border-color: #0081C1; }
.dep_media-university-about.course-002 ul li span { color: #0081C1; }

ul.dep_media-university-course-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    ul.dep_media-university-course-list {
        flex-direction: column;
        max-width: 600px;
    }
}
ul.dep_media-university-course-list li {
    flex: 1;
    width: 100%;
    padding: 20px;
    list-style: none;
    border-radius: 12px;
}
ul.dep_media-university-course-list li h4 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.dep_media-university-course-list li p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
ul.dep_media-university-course-list li .button {
    width: 100%;
    margin-top: 30px;
}
ul.dep_media-university-course-list li .button a {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    transition: .3s opacity;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 6px;
}
ul.dep_media-university-course-list li .button a:hover {
    opacity: .7;
}
ul.dep_media-university-course-list li .button a::before,
ul.dep_media-university-course-list li .button a::after {
    content: '';
    position: absolute;
    top: calc(50% - 1rem);
    right: 2rem;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background-color: #fff;
}
ul.dep_media-university-course-list li .button a::after {
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path d="M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z" /></svg>');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}


ul.dep_media-university-course-list li.course-001 { background-color: #F6FEFF; }
ul.dep_media-university-course-list li.course-001 h4 { color: #00AEC6; }
ul.dep_media-university-course-list li.course-001 .button a,
ul.dep_media-university-course-list li.course-001 .button a::after { background-color: #00AEC6; }
ul.dep_media-university-course-list li.course-001 .button a { box-shadow: 3px 3px 0 rgba(0, 174, 198, 0.2); }
ul.dep_media-university-course-list li.course-002 { background-color: #EEF9FF; }
ul.dep_media-university-course-list li.course-002 h4 { color: #0081C1; }
ul.dep_media-university-course-list li.course-002 .button a,
ul.dep_media-university-course-list li.course-002 .button a::after { background-color: #0081C1; }
ul.dep_media-university-course-list li.course-002 .button a { box-shadow: 3px 3px 0 rgba(0, 129, 193, 0.2); }


.dep_media-university_point {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .dep_media-university_point {
        flex-direction: column;
        max-width: 600px;
    }
}
.dep_media-university_point-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px 20px 20px;
    background-color: #F6FEFF;
}
.dep_media-university_point-area_text {
    margin-bottom: 20px;
}
.dep_media-university_point-area .point-subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
    width: 100%;
    margin: -15px 0 10px 0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #00AEC6;
    line-height: 1;
}
.dep_media-university_point-area .point-subtitle span {
    display: inline-block;
    margin-bottom: -10px;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
}
.dep_media-university_point-area .point-title {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 22px;
    font-weight: 700;
    color: #00AEC6;
}
.dep_media-university_point-area .text {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 2;
}
.dep_media-university_point-area .image,
.dep_media-university_point-area .image img {
    width: 100%;
}

.dep_media-university_voice {
    padding: 60px 5%;
    background-color: #00AEC6;
    overflow: hidden;
}
.dep_media-university_voice .ctg-title {
    margin-top: 0;
    color: #fff;
}
.dep_media-university_voice .ctg-title::after {
    border-color: #fff;
}
.dep_media-university_voice-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding: 30px;
    border-radius: 24px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .dep_media-university_voice-item {
        flex-direction: column;
        gap: 30px;
        max-width: 600px;
        margin: 0 auto;
    }
}
.dep_media-university_voice-item img {
    display: block;
    width: 35%;
    max-width: 320px;
    border-radius: 999px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .dep_media-university_voice-item img {
        width: 100%;
        max-width: 240px;
    }
}
.dep_media-university_voice-item_text {
    flex: 1;
    width: 100%;
}
.dep_media-university_voice-item_text p {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}
.dep_media-university_voice-item .name {
    font-size: 20px;
    font-weight: 700;
    color: #00AEC6;
}


.dep_media-university_day {
    padding: 90px 5%;
    background-color: #fff;
}
.dep_media-university_day .ctg-title {
    margin-top: 0;
}
.dep_media-university_day-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}
.dep_media-university_day-list .dep_media-university_day-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 20px;
    background-color: #F6FEFF;
}
@media screen and (max-width: 768px) {
    .dep_media-university_day-list .dep_media-university_day-list-item {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
}
.dep_media-university_day-list .dep_media-university_day-list-item .time {
    flex-shrink: 0;
    display: inline-block;
    width: 7rem;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #00AEC6;
}
@media screen and (max-width: 768px) {
    .dep_media-university_day-list .dep_media-university_day-list-item .time {
        width: 100%;
    }
}
.dep_media-university_day-list .dep_media-university_day-list-item_text {
    flex: 1;
    width: 100%;
}
.dep_media-university_day-list .dep_media-university_day-list-item b {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.dep_media-university_day-list .dep_media-university_day-list-item p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 540px) {
    .dep_media-university_day-list .dep_media-university_day-list-item b {
        font-size: 18px;
    }
    .dep_media-university_day-list .dep_media-university_day-list-item p {
        font-size: 14px;
    }
}
.dep_media-university_day-list .dep_media-university_day-list-item img {
    flex-shrink: 0;
    width: 30%;
    min-width: 280px;
    border-radius: 6px;
}
@media screen and (max-width: 540px) {
    .dep_media-university_day-list .dep_media-university_day-list-item img {
        width: 100%;
    }
}

.dep_media-university_opencampus {
    padding: 60px 5%;
    background-color: #00AEC6;
    overflow: hidden;
}
.dep_media-university_opencampus .dep_media-university_opencampus-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.dep_media-university_opencampus .dep_media-university_opencampus-title span {
    display: block;
    width: 100%;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .dep_media-university_opencampus .dep_media-university_opencampus-title {
        font-size: 36px;
    }
    .dep_media-university_opencampus .dep_media-university_opencampus-title span {
        font-size: 18px;
    }
}
.dep_media-university_opencampus-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}
@media screen and (max-width: 540px) {
    .dep_media-university_opencampus-list {
        flex-direction: column;
    }
}
.dep_media-university_opencampus-list_item {
    flex: 1;
    width: 100%;
    padding: 25px 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
}
.dep_media-university_opencampus-list_item p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: .2em;
    width: 100%;
    margin: 0;
    font-size: 20px;
    color: #00AEC6;
}
.dep_media-university_opencampus-list_item p span {
    display: inline-block;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
}


/* footer共通部分 */
section#other-dep.media-university {
    background-color: #fff;
}
section#other-dep.media-university h2 {
    margin-bottom: 40px;
    color: #00AEC6;
}
section#other-dep.media-university h2::after {
    display: none;
}
section#other-dep.media-university ul.dep-other-link li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding-top: 10px;
    padding-left: 120px;
    padding-bottom: 10px;
    border: none;
    background-color: #F6FEFF;
}
section#other-dep.media-university ul.dep-other-link li a:before {
    border-color: #00AEC6;
}
section#other-dep.media-university ul.dep-other-link li a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: auto;
    height: calc(100% - 20px);
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
section#other-dep.media-university ul.dep-other-link li.is-voice-artists a::after {
    background-image: url(../images/media-university/2026/other/thumb-001.jpg);
}
section#other-dep.media-university ul.dep-other-link li.is-vtuber a::after {
    background-image: url(../images/media-university/2026/other/thumb-002.jpg);
}
section#other-dep.media-university ul.dep-other-link li.is-actor-talent-musical a::after {
    background-image: url(../images/media-university/2026/other/thumb-003.jpg);
}
section#other-dep.media-university ul.dep-other-link li.is-video-creator a::after {
    background-image: url(../images/media-university/2026/other/thumb-004.jpg);
}
section#other-dep.media-university ul.dep-other-link li.is-stage-voice-staff a::after {
    background-image: url(../images/media-university/2026/other/thumb-005.jpg);
}
section#other-dep.media-university ul.dep-other-link li.is-voice-event-staff a::after {
    background-image: url(../images/media-university/2026/other/thumb-006.jpg);
}