@charset "UTF-8";
@media screen and (max-width: 880px){
    #contentsAllWrap{ padding-bottom: 5em;}
}
/* ---------------------------------------------
	TOP
--------------------------------------------- */
.top-movie{
    overflow: hidden;
    position: relative;
    /*margin-top: 80px;*/
}
.top-movie video{
    width: 100%;
    /*height: calc( 100vh - 80px);*/
    object-fit: cover;
    vertical-align: bottom;
}
@media screen and (max-width: 1180px){
    /*.top-movie{ margin-top: 64px;}*/
    .top-movie video{
        height: calc( 100vh - 64px);
    }
}
.top-movie::after{
    content: "";
    display: block;
    background: url("../img/icn_scroll.png") no-repeat center center;
    width: 100%;
    height: 15%;
    max-height: 130px;
    background-size: contain;
    position: absolute;
    bottom: 3%;
}

/* ------------------ キャッチ ------------------ */
.top-movie__catch{
    position: absolute;
    /* bottom: 20%; */
    bottom: 17%;
    left:  0;
    right: 0;
    margin: 0 auto;
    /* filter: drop-shadow( 0em 0em 1em #fff) drop-shadow( 0em 0em 0.5em #fff) drop-shadow( 0em 0em 0.5em #fff); */
}
.top-movie__catch__main{
    /* background: url("../img/logo_FUJITV.svg") no-repeat center center; */
    background: url("../img/logo.svg") no-repeat center center;
    width: 100%;
    height: 0;
    /* padding-top: 4.35%; */
    padding-top: 18.3%;
    background-size: 70% 70%;
    position: relative;
    z-index: 555;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    filter: drop-shadow( 0em 0em 1em #fff) drop-shadow( 0em 0em 0.5em #fff) drop-shadow( 0em 0em 0.5em #fff);
}
.top-movie__catch__sub{
    background: url("../img/logo_RECRUIT.svg") no-repeat center center;
    width: 100%;
    height: 0;
    padding-top: 9.8%;
    background-size: contain;
    /* margin-top: -0.4%; */
    position: relative;
    z-index: 333;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (min-width: 1200px){
    .top-movie__catch__main{
        /* height: 45px; */
        height: 210px;
        padding-top: 0;
    }
    .top-movie__catch__sub{
        height: 101px;
        padding-top: 0;
    }
}
@media screen and (max-width: 950px){
    .top-movie__catch__main{
        /* padding-top: 5.2%; */
        padding-top: 20.2%;
    }
    .top-movie__catch__sub{
        padding-top:11.6%;
    }
}
@media screen and (max-width: 740px){
    .top-movie__catch__main{
        /* padding-top: 6.7%; */
        padding-top: 28.7%;
    }
    .top-movie__catch__sub{
        padding-top: 15%;
    }
}

.catch_in{
    opacity: 0.0;
    overflow: hidden;
    border-radius: 50%;
    -ms-transform: scale(0.2) translate3d(0, 0, 0);
    -webkit-transform: scale(0.2) translate3d(0, 0px, 0);
    -moz-transform: scale(0.2) translate3d(0, 0px, 0);
    -webkit-transition: opacity 0.2s, border-radius 0.3s, -webkit-transform 0.2s ease-out;
    -ms-transition: opacity 0.2s, border-radius 0.3s, -ms-transform 0.2s ease-out;
    transition: opacity 0.2s, border-radius 0.3s, transform 0.2s ease-out;
}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-base{ position: relative;}
.contents-base > div{
    position: relative;
    z-index: 888;
}
.bg-photo,
.bg-stripe{ clip-path: inset(0);}
.bg-photo::after{
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg01.png), url(../internship/photo/main.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center 0;
    background-size: auto, cover;
    top: 0;
    left: 0;
    z-index: 555;
}
.bg-stripe::after{
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 555;
}

/* ---------------------------------------------
	NEWS
--------------------------------------------- */
#news{
    position: relative;
    z-index: 700;
    /*margin-bottom: 1em;*/
    border-top: solid 5px #00a0e9;
    border-bottom: solid 5px #00a0e9;
    background-color: rgba(0, 170, 190, 0.15);
    padding-bottom: 0.6em;
}
#news h3{
    background-image: url("../img/parts_common.png");
    background-repeat: no-repeat;
    background-position: 0 -480px;
    background-size: 171px;
    overflow: hidden;
    text-indent: -500%;
    white-space: nowrap;
    width: 80px;
    height: 30px;
    /*float: left;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -15px auto 0;
}
.news__wrap{
    /* width: calc(100% - 100px - 4vw); */
    width: calc(100% - 6vw);
    margin: 0 auto;
    padding: 1.2em 0 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1300px){
    .news__wrap{ width: 1200px;}
}
.news__wrap__list{
    position: relative;
}
.news__wrap__list li{
    width: 100%;
    font-size: 104%;
    font-weight: bold;
    line-height: 1.4;
    color: #666;
    display: flex;
    border-bottom: solid 1px #aaa;
    /* justify-content: center; */
    /* position: absolute;
    top: 0;
    left: 100%; */
}
.news__wrap__list__detail{
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    padding: 1em 0;
}
.news__wrap__list li:nth-last-of-type(1){ border-bottom: none;}
.news__wrap__list__detail__update{
    color: #666;
    font-size: 84%;
    font-weight: normal;
    margin-top: 0.2em;
    margin-right: 1em;
    position: relative;
    /* width: 5.5em; */
    /* padding-left: 1.6em; */
    display: flex;
    align-items: center;
}
a.news__wrap__list__link{
    color: #666; font-weight: 600;
}
.news__wrap__list__link .news__wrap__list__detail{ position: relative;}
/* .news__wrap__list .newsGraduate dt{
    width: calc( 100% - 5.5em);
} */
.news__wrap__list .newsGraduate .news__wrap__list__detail__update::after,
.news__wrap__list .career .news__wrap__list__detail__update::after,
.news__wrap__list .contents .news__wrap__list__detail__update::after{
    content: "新卒採用";
    display: inline-block;
    background-color: #ff7f19;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    width: 8em;
    text-align: center;
    border-radius: 5em;
    margin-left: 0.6em;
}
.news__wrap__list .career .news__wrap__list__detail__update::after{ content: "キャリア採用"; background-color: #00a0ea;}
.news__wrap__list .contents .news__wrap__list__detail__update::after{ content: "コンテンツ"; background-color: #05aabe;}
/* .news__wrap__list__link .news__wrap__list__detail__update::before{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-color: #ff7f18;
    position: absolute;
    top: 50%;
    left: 0em;
    margin-top: -0.6em;
}
.news__wrap__list__link .news__wrap__list__detail__update::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0.4em;
    top: 50%;
    margin: -0.3em 0 0;
    border-style: solid;
    border-width: 0.3em 0px 0.3em 0.5em;
    border-color: transparent transparent transparent #fff;
    z-index: 250;
} */
.recruit_pcview a.news__wrap__list__link:hover{ color: #1da1f2;}
.recruit_pcview a.news__wrap__list__link:hover .news__wrap__list__detail__update{ color: #3db5ff;}

.news__cursor--prev,
.news__cursor--next{
    width: 50px;
    height: 50px;
    background-color: #00a0e9;
    background-image: url("../img/cursor.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 18px center;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    text-indent: -300%;
    overflow:hidden; 
    position: absolute;
    top: 50%;
    left: 1vw;
    cursor: pointer;
    margin-top: -25px;
}
.news__cursor--next{
    left: auto;
    right: 1vw;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.recruit_pcview .news__cursor--prev:hover,
.recruit_pcview .news__cursor--next:hover{
    background-color: #0db3ff;
}
.news__pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news__pagination li{
    width: 10px;
    height: 10px;
    background-color: #c3c3c3;
    border-radius: 50%;
    margin: 0 0.2em;
}
.news__pagination li.on{ background-color: #00a0e9;}

/* @media screen and (max-width: 960px) {
    .news__wrap{ width: 90%;}
    .news__wrap__list__detail__update{ width: 100%;}
    
} */
@media screen and (max-width: 700px) {
    .news__wrap__list li{ font-size: 100%;}
    /* .news__cursor--prev, .news__cursor--next{
        width: 6vw;
        height: 6vw;
        background-size: 2vw;
        background-position : 2.2vw center;
        margin-top: -3vw;
    } */
}
@media screen and (max-width: 550px) {
    #news{ padding-bottom: 1.0em;}
    .news__wrap{
        width: 94%;
        padding: 1.0em 0 0;
        /* border-bottom: solid 1px #ccc; */
        /* margin-bottom: 1.2em; */
    }
    .news__wrap__list li{ font-size: 3.6vw;}
    .news__wrap__list__detail{ flex-wrap: wrap;}
    .news__wrap__list__detail__update{ width: 100%; margin-bottom: 0.3em;}
    /* .news__cursor--prev, .news__cursor--next{
        width: 8vw;
        height: 8vw;
        background-size: 3vw;
        background-position : 3.0vw center;
        top: auto;
        bottom: 3%;
        margin-top: 0;
    }
    .news__cursor--prev{ left: 3vw;}
    .news__cursor--next{ right: 3vw;} */
}

/* ---------------------------------------------
	MY PAGE
--------------------------------------------- */
#mypageWrap{
    text-align: center;
    padding: 2.6em 0 3.6em;
    position: relative;
    z-index: 555;
}
.mypage__list{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mypage__list > li{
    width: 49%;
    flex-shrink: 0;
}
@media screen and (max-width: 755px) {
    .mypage__list > li{
        width: 100%;
    }
    .mypage__list > li:nth-of-type(1){ margin-bottom: 2em;}
}
/* #mypageWrap h3{
    position: relative;
    background: url("../img/mypage_ver2.svg") no-repeat center 0;
    background-size: 170px 32px;
    height: 34px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    width: 100%;
} */
.mypage__list h3{
    font-size: 180%;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
}
/* .mypage__subttl{
    background: url("../img/recruit_login.svg") no-repeat center 0;
    width: 76px;
    height: 45px;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
} */
.mypage__subttl{
    line-height: 1.2;
}
.mypage__list__newGraduate h3,
.mypage__list__newGraduate .mypage__subttl{ color: #ff7f18;}
.mypage__list__midCareer h3,
.mypage__list__midCareer .mypage__subttl{ color: #00a0e9;}
.mypage__subttl::after{
    content: "";
    display: block;
    width: 100%;
    height: 1.4em;
    background-size: contain;
    position: relative;
    z-index: 5555;
    margin-top: 0.2em;
}
.mypage__list__newGraduate .mypage__subttl::after{
    background: url("../img/arrow_below_or.svg") no-repeat center 0;
}
.mypage__list__midCareer .mypage__subttl::after{
    background: url("../img/arrow_below_bl.svg") no-repeat center 0;
}
.mypage__link{
    margin: -1.0em auto 0;
    padding: 1.2em 1em;
    box-sizing: border-box;
}
.mypage__list__newGraduate .mypage__link{ background-color: rgba(255, 242, 183, 0.7);}
.mypage__list__midCareer .mypage__link{ background-color: rgba(0, 170, 190, 0.15);}
.mypage__link__list{
    display: flex;
    /*width: 96%;*/
    margin: 0 auto;
}
.mypage__link__list li{
    flex-shrink: 0;
    flex-grow: 1;
    /* width: 48%; */
    margin: 0 1%;
    text-align: center;
}

.mypage__link__list .btn_def{
    border: solid 5px #ff7f18;
}
.mypage__list__midCareer .mypage__link__list .btn_def{
    background-color: #fff;
    border: solid 5px #00a0e9;
    color: #00a0e9;
}
.mypage__link__list a.btn_def.login{ background-color: #fff; color: #ff7f18;}
.mypage__link__list a.btn_def.register{ background-color: #ff7f18; color: #fff;}
.mypage__link__list a.btn_def:hover{ border: solid 5px #ff9418;}
.mypage__list__midCareer .mypage__link__list .btn_def:hover{
    border: solid 5px #0ab2ff;
    background-color: #f0faff;
}
.mypage__link__list a.btn_def.login:hover{ background-color: #fffbf2;}
.mypage__link__list a.btn_def.register:hover{ background-color: #ff9418;}

/* @media screen and (min-width:1200px) {
    .mypage__link{ width: 1100px;}
} */
/* @media screen and (max-width:660px) {
    #mypageWrap h3{
        height: 0;
        padding-top: 5.2%;
        background-size: contain;
    }
    .mypage__subttl{
        height: 0;
        padding-top: 11%;
        background-size: contain;
    }
    .mypage__link__list{ width: 96%;}
} */

/* ---------------------------------------------
	インスタ
--------------------------------------------- */
#instaWrap{
    /* background-image: url(../img/bg01.png), url(../internship/photo/main.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center 0;
    background-size: auto, cover;
    background-attachment: fixed, fixed;
    position: relative;
    z-index: 800; */
    padding: 3em 0 4em;
}
#instaWrap > div{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
    position: relative;
}
/* #instaWrap h3{
    text-align: center;
    font-size: 220%;
    font-weight: 700;
    line-height: 1.0;
    color: #fff;
    margin: 0 0 10px;
    border-bottom: solid 5px #ffde48;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    text-shadow: 3px 3px 1px #005f83;
    transform: skew(-10deg,0);
    -webkit-transform: skew(-10deg,0);
	-moz-transform: skew(-10deg,0);
	-ms-transform: skew(-10deg,0);
}
.cx_smartphoneview #instaWrap h3{ font-size: 170%;} */
#instaWrap h3{
    background: url("../img/ttl_instagram.svg") no-repeat center center;
    width: 100%;
    height: 2em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    position: relative;
    margin-bottom: 1.8em;
}

#instaWrap ul{
    margin: 25px 0 0;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
#instaWrap li{
    background-color: #fff;
    margin: 0 10px 2em 0;
    width: 232px;
    height: 232px;
    padding: 0;
    box-sizing: border-box;
    /* box-shadow: 5px 15px 0px 2px rgba(0,0,0,0.3); */
    box-shadow: 0.2em 0.5em 0px 0.2em rgba(0, 170, 190, 0.45);
    transition: all 0.2s ease-out;
    overflow: hidden;
}
#instaWrap li:nth-of-type(5n){ margin-right: 0;}

.recruit_pcview #instaWrap li:hover{
    transform:  translate3d(0, -0.2em, 0);
    transition: all 0.2s ease-out;
    box-shadow: 0.2em 0.7em 0px 0.2em rgba(0, 170, 190, 0.45);
}

#instaEmbed ul li a{
    height: 100%;
    display: block;
    position: relative;
}
#instaEmbed .img_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#instaEmbed ul li a img{
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); */
    width: 100%;
    height: auto;
}

#instaWrap a.linkBtn{
    line-height: 60px;
    color: #fff;
    display: block;
    position: relative;
    background-color: #c82f9d;
    text-align: center;
    margin-top: 20px;
    font-size: 110%;
    width: 60%;
    margin: 0.5em auto 0;
}
#instaWrap a.linkBtn::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 15px;
    top:  50%;
    margin: -8px 0 0;
    border-style: solid;
    border-width: 8px 0px 8px 12px;
    border-color: transparent transparent transparent #ffde48;
    z-index: 250;
}

.recruit_pcview #instaWrap a.linkBtn:hover{ background-color: #ea32b6;}
#instaWrap a.linkBtn:before{
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    background-image: url("../img/parts_common.png");
    background-repeat: no-repeat;
    background-position: 0 -664px;
    background-size: 171px;
    top: 50%;
    left: 10px;
    margin: -21px 0;
}

@media screen and (max-width: 1210px) {
    #instaWrap > div{ width: 100%;}
    #instaWrap > div > div{
        width: 100%;
        padding: 0 0 10px;
        box-sizing: border-box;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    #instaWrap ul{ padding: 0 20px;}
}
@media screen and (max-width: 960px) {
    #instaWrap a.linkBtn{ width: 80%;}
    #instaWrap a.linkBtn:before{
        /*width: 72px;
        height: 72px;
        background-size: 293px;
        background-position: 0 -1139px;
        margin: -36px 0;*/
        width: 50px;
        height: 50px;
        background-size: 205px;
        background-position: 0 -796px;
        margin: -25px 0;
    }
    #instaWrap a.linkBtn::after{
        /*margin: -14px 0 0;
        border-width: 14px 0px 14px 18px;*/
        margin: -1.2vw 0 0;
        border-width: 1.2vw 0px 1.2vw 1.6vw;
    }
}
@media screen and (max-width: 550px) {
    #instaWrap ul{ width: 200%;}
    #instaWrap li{
        width: 18%;
        height: 35vw;
        margin-right: 2%;
        margin-bottom: 5vw;
    }
}
@media screen and (max-width: 500px) {
    #instaWrap a.linkBtn{
        line-height: 50px;
        font-size: 3.8vw
    }
    #instaWrap a.linkBtn:before{
        width: 42px;
        height: 42px;
        background-position: 0 -664px;
        background-size: 171px;
        margin: -21px 0;
    }
    #instaWrap a.linkBtn::after{
        margin: -1.8vw 0 0;
        border-width: 1.8vw 0px 1.8vw 2.2vw;
    }
}

/* ---------------------------------------------
	SPECIAL
--------------------------------------------- */
#special{
    margin-top: 2em;
    padding: 3em 0 4em;
    /* background: #fff url("../img/bg01.png") no-repeat center 0;
    background-attachment: fixed;
    position: relative;
    z-index: 500; */
}
#special h3{
    background: url("../img/ttl_special.svg") no-repeat center center;
    width: 100%;
    height: 2em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    position: relative;
    margin-bottom: 1.8em;
}
.special__main{
    /* width: 96%; */
    width: 86%;
    margin: 0 auto;
}
@media screen and (min-width:1300px) {
    .special__main{ width: 1152px;}
}
@media screen and (max-width: 880px) {
    .special__main{ width: 92%;}
}
.special__main__list{
    display: flex;
    flex-wrap: wrap;
}
.special__main__list li{
    flex-shrink: 0;
    width: 30%;
    margin: 1em 5% 2.4em 0;
    padding-bottom: 0.6em;
}
.special__main__list li:nth-of-type(3n){ margin-right: 0;}
@media screen and (max-width: 960px) {
    .special__main__list li{
        width: 48%;
        margin-right: 4%;
    }
    .special__main__list li:nth-of-type(3n){ margin-right: 4%;}
    .special__main__list li:nth-of-type(2n){ margin-right: 0;}
}

.recruit_smartphoneview .special__main__list li{
    padding-bottom: 0;
    margin-bottom: 1em;
}
.recruit_pcview .special__main__list li::after {
  background: #ffde48;
  content: '';
  width: 100%;
  height: 0.3em;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.recruit_pcview .special__main__list li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


.special__main__list li.new a::before{
    top: -10px;
    left: -0.2em;
}

/* .special__main__list li.career .special__main__list__photo{ position: relative;}
.special__main__list li.career .special__main__list__photo::before{
    bottom: 1.5em;
    right: 1em;
} */
.special__main__list__photo img{
    width: 100%; height: auto;
    display: none;
}
.special__main__list__subttl{
    font-size: 90%;
    display: block;
    padding: 0.3em 0.5em;
    line-height: 1.2;
    background-color: #00a0e9;
    color: #fff;
    font-weight: 600;
    margin: 0 -0.3em 0.5em -0.3em;
    position: relative;
    z-index: 555;
}
.special__main__list__ttl{
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special__main__list__ttl.ex::before{
    content: "";
    display: inline-block;
    background: url(../img/icn_exLink.svg) no-repeat 0 0;
    width: 1.2em;
    height: 1.0em;
    background-size: contain;
    margin-top: 0.2em;
    margin-right: 0.1em;
}
@media screen and (max-width: 500px) {
    .special__main__list__subttl{ font-size: 2.6vw;}
    .special__main__list__ttl{ font-size: 3.1vw;}
}
.special__link{
    width: 60%;
    margin: 0 auto;
}
.special__link .btn_def{
    background-color: #00aabe;
    color: #fff;
}
.recruit_pcview .special__link .btn_def:hover{
    background-color: #00b8ce;
}
.special__link .btn_def p{ font-size: 110%;}
@media screen and (min-width:1200px) {
    .special__link{ width: 720px;}
}
@media screen and (max-width: 500px) {
    .special__link{ width: 80%;}
}

/* ---------------------------------------------
	WORKS
--------------------------------------------- */
#works{
    background-color: rgba(0, 170, 190, 0.15);
    padding: 3em 0;
    position: relative;
}
#works h3{
    background: url("../img/ttl_works.svg") no-repeat center center;
    width: 100%;
    height: 2em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    position: relative;
    margin-bottom: 1.8em;
    opacity: 0.9;
}
.works__main{
    width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0.5em 0 0;
}
.works__main__list{
    width: 500%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    display: flex;
}
.works__main__list li{
    flex-shrink: 0;
    width: 6.0%;
    margin: 0 0.333%;
    position: relative;
}
.works__main__list li dl{ position: relative;}
.works__main__list__photo{
    width: 90%;
    height: auto;
    background-color: #eee;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.works__main__list__photo::before{
    content: "";
    display: block;
    width: 80%;
    height: 20.96vw;
    background-color: rgba(0, 170, 190, 0.45);
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: -18px;
}
@media screen and (min-width:1300px) {
    .works__main{ width: 1140px;}
    .works__main__list{ width: 5700px;}
    .works__main__list li{ width: 360px;margin: 0 10px;}
    .works__main__list__photo{ width: 324px; height: 324px;}
    .works__main__list__photo::before{ width: 260px; height: 260px;}
}
.works__main__list__photo div{
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.works__main__list__photo img{
    width: 100%; height: auto;
    display: none;
}
.works__main__list__subttl{
    font-size: 90%;
    display: inline-block;
    padding: 0.2em 0.5em;
    line-height: 1.0;
    background-color: #00a0e9;
    color: #fff;
    /*transform: skew(-15deg,0);
    -webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);*/
    font-weight: 600;
    position: absolute;
    bottom: 30px;
}
.works__main__list__name{
    /*transform: skew(-15deg,0);
    -webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);*/
    font-size: 114%;
    font-weight: 600;
    color: #555;
    position: absolute;
    bottom: 0px;
    left: 2.4em;
    background-color: rgba(255,255,255,0.73);
    line-height: 1.2;
    padding: 0.2em 0.5em;
}
.works__main__list__name.line2{
    bottom: -1.2em;
}

@supports (-ms-ime-align: auto) {
    .works__main__list__subttl,
    .works__main__list__name{
        font-weight: bold;
    }
}
.works__main__list__name span{ font-size: 80%;}
.works__main__list__catch{
    color: #555;
    font-size: 100%;
    margin: 5px 0 0 1em;
    line-height: 1.6;
    position: relative;
    text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, -1px -1px 5px #fff, 1px -1px 5px #fff;
}

.works__cursor--prev,
.works__cursor--next{
    background-color: #00a0e9;
    background-image: url("../img/cursor.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 18px center;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 1vw;
    cursor: pointer;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -25px;
}
.works__cursor--next{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    left: auto;
    right: 1vw;
}
.recruit_pcview .works__cursor--prev:hover,
.recruit_pcview .works__cursor--next:hover{
    background-color: #0db3ff;
}
.works__cursor--prev{
    opacity: 0.3;
    cursor: default;
}
@media screen and (min-width:1300px) {
    .works__cursor--prev,
    .works__cursor--next{ left: 50%; right: auto;}
    .works__cursor--next{ left: auto; right: 50%;}
    .works__cursor--prev{ margin-left: -620px;}
    .works__cursor--next{ margin-right: -620px;}
}
.works__pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}
.works__pagination li{
    width: 10px;
    height: 10px;
    background-color: #c3c3c3;
    border-radius: 50%;
    margin: 0 0.2em;
}
.works__pagination li.on{ background-color: #00a0e9;}


@media screen and (max-width:960px) {
    .works__main{ width: 86%;}
    .works__main__list__subttl{
        position: relative;
        bottom: auto;
        font-size: 1.6vw;
    }
    .works__main__list__name,
    .works__main__list__name.line2{
        position: relative;
        bottom: auto;
        left: 0;
        font-size: 2vw;
    }
    .works__main__list__catch{
        margin-left: 0;
        font-size: 1.8vw;
    }
    .works__cursor{
        width: 86%;
        margin: 0.8em auto 0;
        display: flex;
        justify-content: space-between;
    }
    .works__cursor--prev,
    .works__cursor--next{
        position: relative;
        top: auto; left: auto; right: auto;
        margin-top: 0;
        z-index: 555;
    }
    .works__pagination{
        margin-top: -25px;
        position: relative;
        z-index: 333;
    }
}
@media screen and (max-width:640px) {
    .works__main{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        padding: 15px 0;
    }
    /*#mainWrap > div.worksWrap > div::before,
    #mainWrap > div.worksWrap > div::after{ display: none;}*/
    .works__main__list{
        width: 640%;
        padding: 0 1em;
    }
    .works__main__list li.new a:before{
        font-size: 2vw;
        left: 0;
        top: 0.8em;
    }
    .works__main__list__subttl{ font-size: 2.0vw;}
    .works__main__list__name,
    .works__main__list__name.line2{ font-size: 2.4vw;}
    .works__main__list__catch{
        font-size: 2.2vw;
        line-height: 1.4;
    }
    .works__main__list__photo::before{
        width: 34vw;
        height: 34vw;
        bottom: -3vw;
        right: -2vw;
    }
    .works__cursor,
    .works__pagination{ display: none;}
}
@media screen and (max-width:460px) {
    .works__main__list__subttl{ font-size: 2.5vw;}
    .works__main__list__name,
    .works__main__list__name.line2{ font-size: 3.4vw;}
    .works__main__list__catch{ font-size: 2.8vw;}
}

/* ---------------------------------------------
	MOVIE
--------------------------------------------- */
#movie{ 
    padding: 4em 0 4em;
    background: #fff url("../img/bg01.png") no-repeat center 0;
    background-attachment: fixed;
    position: relative;
    z-index: 500;
}
#movie h3{
    background: url("../img/ttl_movie-seminar.svg") no-repeat center center;
    width: 100%;
    height: 3em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    position: relative;
    margin-bottom: 1.8em;
}
.bg-photo#movie h3{
    background: url("../img/ttl_movie-seminar_wh.svg") no-repeat center top;
    border-bottom: solid 5px #ffde48;
    height: 3.3em;
    background-size: auto 3em;
}
.movie__main{
    width: 86%;
    margin: 0 auto;
}
@media screen and (min-width:1300px) {
    .movie__main{ width: 1152px;}
}
@media screen and (max-width: 880px) {
    .movie__main{ width: 92%;}
}
.movie__main__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movie__main__list li{
    flex-shrink: 0;
    width: 30%;
    margin: 1em 5% 2.4em 0;
    padding-bottom: 0.6em;
    background-color: #fff;
    box-shadow: 1em 1em 0px 0.1em rgba(0,0,0,0.3);
}
.movie__main__list li:nth-of-type(3n){ margin-right: 0;}
.movie__main__list.len2,
.movie__main__list.len1{
    justify-content: center;
}
.movie__main__list.len2 li{
    width: 36%;
    margin-right: 4%;
    margin-left: 4%;
}
.movie__main__list.len1 li{
    width: 50%;
    margin-right: 4%;
    margin-left: 4%;
}
@media screen and (max-width: 960px) {
    .movie__main__list li,
    .movie__main__list.len2 li{
        width: 48%;
        margin-right: 4%;
        margin-left: 0;
    }
    .movie__main__list li:nth-of-type(3n){ margin-right: 4%;}
    .movie__main__list li:nth-of-type(2n),
    .movie__main__list.len2 li:nth-of-type(2n){ margin-right: 0;}
}
@media screen and (max-width: 768px) {
    .movie__main__list.len1 li{ width: 90%;}
}
.recruit_smartphoneview .movie__main__list li{
    /* padding-bottom: 0; */
    margin-bottom: 1em;
    box-shadow: 0.5em 0.5em 0px 0.1em rgba(0,0,0,0.3);
}
.recruit_pcview .movie__main__list li::after {
  background: #ffde48;
  content: '';
  width: 100%;
  height: 0.3em;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.recruit_pcview .movie__main__list li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.movie__main__list li.new a::before{
    top: -5px;
    left: -0.2em;
}
.movie__main__list__photo{ position: relative;}
.movie__main__list__photo img{
    width: 100%; height: auto;
    display: none;
}
.movie__main__list__photo::after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.5) url("../img/playIcn.png") no-repeat 0 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: solid 4px rgba(255,255,255,0.7);
    border-radius: 50%;
}
.movie__main__list a:hover .movie__main__list__photo::after{
    border: solid 4px rgba(255,255,255,1.0);
    background-color: rgba(0,0,0,0.8);
}
.movie__main__list__subttl{
    font-size: 90%;
    display: block;
    padding: 0.3em 0.5em;
    line-height: 1.2;
    background-color: #00a0e9;
    color: #fff;
    font-weight: 600;
    margin: 0 -0.3em 0.5em -0.3em;
    position: relative;
    z-index: 555;
}
.movie__main__list__ttl{
    color: #333;
    line-height: 1.6;
    font-feature-settings: 'palt';
    padding: 0 0.7em;
}
.movie__main__list__ttl.ex::before{
    content: "";
    display: inline-block;
    background: url(../img/icn_exLink.svg) no-repeat 0 0;
    width: 1.2em;
    height: 1.0em;
    background-size: contain;
    margin-top: 0.2em;
    margin-right: 0.1em;
}
@media screen and (max-width: 500px) {
    .movie__main__list__photo::after{
        width: 7vw;
        height: 7vw;
        border-width: 1vw;
    }
    .movie__main__list__subttl{ font-size: 2.6vw;}
    .movie__main__list__ttl{ font-size: 3.1vw;}
    #cx_commonOverlayWrap #cx_commonOverlayClose.spBtn{
        zoom : 0.6;
    }
}

/* ---------------------------------------------
	SITEMAP
--------------------------------------------- */
#sitemap{
    background-color: rgba(0, 170, 190, 0.15);
    padding: 3em 0;
}
.sitemap__main{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width:1200px) {
    .sitemap__main{ width: 1152px;}
}
.sitemap__main__container{
    flex-shrink: 0;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 2em
}
.len2 .sitemap__main__container{ width: 50%;}
@media screen and (max-width: 640px) {
    #sitemap{ padding: 0 0 2em;}
    .sitemap__main{ width: 90%;}
    .sitemap__main__container,
    .len2 .sitemap__main__container{
        width: 100%;
    }
}
.sitemap__main__container h3{
    font-size: 88%;
    margin: 2em 0 0.4em;
    line-height: 1.2;
    color: #0065b4;
    font-weight: bold;
}
.sitemap__main__container h3::before{ content: "■";}
.sitemap__main__container h4{
    font-size: 82%;
    margin: 0.8em 0 0.4em;
    line-height: 1.2;
    font-weight: bold;
    color: #0065b4;
}
.sitemap__list{ margin-bottom: 1em;}
.sitemap__list__link{
    margin-bottom: 0.4em;
    line-height: 1.2;
}
.sitemap__list__link a{
    font-size: 82%;
}
.sitemap__list__link a:hover{ text-decoration: underline;}

/* ---------------------------------------------
	サイド リンク
--------------------------------------------- */
.sideLink{
    position: fixed;
    bottom: 3em;
    right: 0;
    z-index: 11111;
    transition: transform 200ms;
}
.sideLink.out{ transform: translate3d(60px, 0, 0);}
.sideLink.in{ transform: translate3d(0, 0, 0);}
.sideLink__list li{ margin-bottom: 0.5em;}
.sideLink__list a{
    text-align: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    color: #fff;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    min-width: 2.4em;
    padding: 0.5em 0.5em 0.5em 0.3em;
    letter-spacing: 0.1em;
    /* border-radius: 0.4em 0 0 0.4em; */
    border-top: solid 0.15em #fff;
    border-bottom: solid 0.15em #fff;
    border-left: solid 0.15em #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 200ms;
}
.sideLink__list__newGraduate a{
    background-color: #ff7f18;
}
.sideLink__list__midCareer a{
    background-color: #00a0e9;
}
.recruit_pcview .sideLink__list a:hover{
    transform: translate3d(2px, 0, 0);
}
.recruit_pcview .sideLink__list__newGraduate a:hover{ background-color: #ff9418;}
.recruit_pcview .sideLink__list__midCareer a:hover{ background-color: #0ab2ff;}
.sideLink__list .vertical{
    display: inline-block;
    /* height: 200px; */
    min-height: 7em;
    text-orientation: upright;
}
.sideLink__list .sub{
    font-size: 80%;
}
.sideLink__list .en{
    letter-spacing: -0.07em;
    margin-bottom: 0.4em;
}
.sideLink__list .en:nth-last-of-type(1){ margin-bottom: 0;}

@media screen and (max-width: 880px) {
    .sideLink{
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    .sideLink.out{ transform: translate3d(0, 4em, 0);}
    .sideLink__list{
        display: flex;
    }
    .sideLink__list li{
        flex-shrink: 0; flex-grow: 1;
        margin-bottom: 0;
    }
    .sideLink__list a{
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        width: 100%;
        min-width: auto;
        display: block;
        border-bottom: none;
        border-right: solid 0.15em #fff;
        box-sizing: border-box;
        letter-spacing: 0;
        font-feature-settings: "palt";
    }
    .recruit_pcview .sideLink__list a:hover{
        transform: translate3d(0, 2px, 0);
    }
    .sideLink__list .vertical{
        min-height: auto;
        text-orientation: mixed;
    }
    .sideLink__list .en{
        letter-spacing: 0;
        margin-bottom: 0;
        margin-right: 0.4em;
    }
    .sideLink__list .en:nth-last-of-type(1){ margin-right: 0;}
}
@media screen and (max-width: 550px) {
    .sideLink__list a{ font-size: 100%;}
}

/*------------------オーバーレイ------------------*/
#ovrlyBase{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.65);
    z-index: 777777;
    display: none;
}
.ovrlyBase__inner{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovrlyBase__inner > div{
    width: 690px;
    position: relative;
    z-index: 999999;
}
#ovrlyBase #DetailWrap{
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 60px;
    top: 10vh;
    left: 0;
    right: 0;
    margin: 0 auto; */
    /* z-index: 999999; */
    /*display: none;*/
    /*border-radius: 5px;*/
}
#ovrlyBase #DetailWrap #detail_inner{
    width: 100%;
    max-height: 75%;
    max-height: 75vh;
    padding: 2em;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style:none;
}
#ovrlyBase #DetailWrap #detail_inner img{
    width: 100%;
    height: auto;
}
#ovrlyBase #DetailWrap #detail_inner dt{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.6em 0.6em 0;
    color: #00a0e9;
    background: -moz-linear-gradient(top,  rgba(255,222,72,0) 0%, rgba(255,222,72,0) 76%, rgba(255,222,72,1) 77%, rgba(255,222,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,222,72,0)), color-stop(76%,rgba(255,222,72,0)), color-stop(77%,rgba(255,222,72,1)), color-stop(100%,rgba(255,222,72,1)));
    background: -webkit-linear-gradient(top,  rgba(255,222,72,0) 0%,rgba(255,222,72,0) 76%,rgba(255,222,72,1) 77%,rgba(255,222,72,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,222,72,0) 0%,rgba(255,222,72,0) 76%,rgba(255,222,72,1) 77%,rgba(255,222,72,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,222,72,0) 0%,rgba(255,222,72,0) 76%,rgba(255,222,72,1) 77%,rgba(255,222,72,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,222,72,0) 0%,rgba(255,222,72,0) 76%,rgba(255,222,72,1) 77%,rgba(255,222,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffde48', endColorstr='#ffde48',GradientType=0 );
}
#ovrlyBase #DetailWrap #detail_inner dt + dd{
    font-size: 94%;
    color: #555;
    line-height: 1.9;
    padding: 0.8em 0.6em 0.5em;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.07em;
}
/*#ovrlyBase .matsuriDetail{
    width: 640px;
    display: none;
}*/
#ovrlyBase #DetailWrap.trans{
    -ms-transform: translate3d(0, -700px, 0);
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#ovrlyBase #DetailWrap.fix{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
} 
@media screen and (max-width: 768px) {
    .ovrlyBase__inner > div{ width: 86%;}
    #ovrlyBase #DetailWrap #detail_inner{
        padding: 1.6em;
        max-height: 70%;
        max-height: 70vh;
    }
}
/* .cx_smartphoneview #ovrlyBase #DetailWrap{
    width: 86%;
    top: 70px;
} */
.cx_smartphoneview #ovrlyBase #DetailWrap #detail_inner{
    /* max-height: 70%;
    max-height: 70vh; */
    -webkit-overflow-scrolling: touch;
}

.ovrly__ttl{
    font-size: 180%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.6em;
    color: #00a0e9;
    border-bottom: solid 0.2em #ffde48;
}
.ovrly__txt{
    line-height: 1.8;
    margin-bottom: 1em;
    color: #333;
}
.ovrly__link{ text-align: center;}
.ovrly__link__name{
    font-weight: bold;
    color: #666;
 }
.ovrly__link a{
    font-weight: bold;
    color: #00aabe;
    line-height: 1.4;
 }
.ovrly__link a:hover{ text-decoration: underline;}
.ovrly__link__qr{
    filter: drop-shadow(0px 0px 1em rgba(0,0,0,0.2));
    width: 90%;
    max-width: 300px;
    margin: 1em auto 0;
}
.ovrly__link__qr img{ width: 100%; height: auto;}
@media screen and (max-width: 768px) {
    .ovrly__ttl{ font-size: 140%;}
}

/*--------オーバーレイCLOSE--------*/
#ovrlyBase #DetailWrap .closeBtn{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 3px #00185c;
    cursor: pointer;
}
#ovrlyBase #DetailWrap .closeBtn span:nth-of-type(1){
    width: 3px;
    height: 30px;
    background-color: #00185c;
    display: block;
    position: absolute;
    top: 3px;
    left: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#ovrlyBase #DetailWrap .closeBtn span:nth-of-type(2){
    width: 30px;
    height: 3px;
    background-color: #00185c;
    display: block;
    position: absolute;
    top: 17px;
    left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cx_smartphoneview #ovrlyBase #DetailWrap .closeBtn{ display: none;}

#ovrlyBase #closeSp{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 888888;
}
.cx_smartphoneview #ovrlyBase #closeSp{ display: block;}
.cx_smartphoneview #ovrlyBase #closeSp a{
    color: #fff;
    font-weight: bold;
}
#ovrlyClose{
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.7);*/
    z-index: 888880;
    /*display: none;*/
}