﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap');

body{
    margin: 0;
    padding: 0;
    background: #FFF;
    line-height: 1.6em;
    }

img{max-width: 100%;}

h3, .voice_more h4, .caption{font-family: "Shippori Antique B1", sans-serif; font-weight: 400;}
.TOP h3, #NEWS h3, .contents h2 p, .contLinks h4, .more p{font-family: 'Orbitron', sans-serif; color: #FFF;}
p,.Works_List p,li,a,th,td{color: #313131; font-size: 0.9em; font-family: "Noto Sans JP", sans-serif;}
.Works_List p{margin: 1em 0; line-height: 1.8em;}
.Works_List p.commonLink{font-size: 1.1em!important;}

a{outline: none; text-decoration: none;}

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

.center{text-align: center;}

@media only screen and (max-width: 480px) {p,li,a,th,td{font-size: 0.8em;} br.sp{display: block;} br.pc{display: none;}}

/*animation*/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 0.5s;
	
	&.fadein-left{transform: translate(-30px,0);}
	&.fadein-right{transform: translate(30px,0);}
	&.fadein-up{transform: translate(0,-30px);}
	&.fadein-bottom{transform: translate(0,30px);}
	&.scrollin{opacity: 1 !important; transform: translate(0, 0) !important;}
	}

:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

.mainVisual,.CategoryTop{
    background: linear-gradient(45deg,  rgba(233,165,165,0.8) 0%,rgba(184,193,192,0.8) 25%,rgba(96,185,216,0.8) 50%,rgba(174,162,219,0.8) 75%,rgba(129,193,217,0.8) 100%);
    }

#recruit_Contents{width: 100%; overflow-x: hidden;}

/*Navi*/
.header{
    width: 100%;
    height: 65px;
    left: 0;
    top: 0;
    z-index: 9999;
    position: relative;
    }

    .header_inner {position: relative; padding: 15px;}


h1{
    width: 180px;
    margin: 0;
    padding: 0.75em 1em!important;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    }
    
    @media only screen and (max-width: 480px) {h1{width: 140px; padding: 0.25em 1em 0.75em!important;}}

.entry{margin: 0;}
.entry a {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 1.25em 1.75em;
    background-color: #239acc;
    
    position: fixed;
    top: 10px;
    right: 10px;
    transition: 0.3s ease-in-out;
    
    font-size: 1em;
    font-weight: 600;
    color: #FFF;
    line-height: 1.4em;
    
    border-radius: 3px;
    border-bottom: 5px solid #1d6e90;
    overflow: hidden;
    z-index: 99999;
    }

.entry span{font-size: 0.8em; font-weight: normal;}


.entry a:active {
    transform: translateY(5px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    }

.entry a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
    }

@keyframes shine {
    33% {left: 100%;}
    100% {left: 100%;}
    }

.entry a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #dfd927;
    border-right: 4px solid #dfd927;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    bottom: 5px;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    }

    @media only screen and (max-width: 860px) {.entry a {top:auto; bottom: 10px;}}
    @media only screen and (max-width: 480px) {.entry a {font-size: 1.1em;}}


        
@media only screen and (max-width: 859px) {
    .nav {
        position: fixed;
        right: -320px;
        top: 0;
        width: 320px;
        height: 100vh;
        padding-top: 60px;
        background-color: #239acc;
        transition: all .6s;
        z-index: 999;
        overflow-y: auto;
        }
    
    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 60px;
        cursor: pointer;
        z-index: 9999;
        background: #239acc;
        }
    
    .nav_list {
        width: 100%!important;
        margin: 0;
        padding: 0;
        list-style: none;
        }
    
    .nav_item {
        text-align: center;
        padding: 0 14px;
        }
    
    .nav_item a {
        display: block;
        padding: 0.75em 0;
        border-bottom: 1px dotted #FFF;
        text-decoration: none;
        font-weight: 500;
        color: #FFF;
        }
    
            .nav_item a:hover {color: #239acc; background-color: #FFF;}
            .nav_list li:last-child{display: block;}
            .nav_list li:last-child a{background: #FFF; color: #239acc; font-size: 1em; font-weight: bold;}
            .nav_list li:last-child a:hover{background: #1e81aa; color: #FFF;}

    
    .hamburger_border {
        width: 36px;
        height: 2px;
        position: absolute;
        left: 17px;
        background-color: #FFF;
        transition: all .6s;
        }
    
        .hamburger_border_top {top: 20px;}
        .hamburger_border_center {top: 30px;}
        .hamburger_border_bottom {top: 40px;}
    
    .red_bg {
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #FFF;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
        }

    /*open*/
    .nav-open .nav {right: 0;}
    .nav-open .red_bg {opacity: .8; visibility: visible;}
    .nav-open .hamburger_border_top {transform: rotate(45deg); top: 30px;}
    .nav-open .hamburger_border_center {width: 0; left: 50%;}
    .nav-open .hamburger_border_bottom {transform: rotate(-45deg); top: 30px;}
    }

@media only screen and (max-width: 840px) {.nav li{font-size: 0.9em!important;}}
@media only screen and (min-width: 860px) {
    .header_inner{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        }

    .nav_list{
        width: auto;
        margin: 1em 100px 0 auto;
        display: flex;
        text-align: center;
        justify-content: flex-end;
        }
    
    .nav_list li{flex: 0 1 auto; margin: 0 0.5em;}
    .nav_list li a{padding: 0.5em 0.75em; font-size: 0.9em; font-weight: 600; color: #FFF; display: block;}
    .nav_list li a:hover{border-radius: 20px; color: #239acc; background: #FFF;}
    .nav_list li:last-child{display: none;}
    }


/*Contents*/
.CategoryTop{padding-bottom: 3em; position: relative;}

.contents h2{
    width: 90%;
    margin: 3em auto auto;
    max-width: 460px;
    padding: 1em 1em 0.8em;
    border: solid 2px #FFF;
    text-align: center;
    }

.contents h2 p{margin: 0; letter-spacing: 1px; font-size: 1.2em; font-weight: 500;}
.contents h2 span{font-size: 0.6em; font-weight: normal; color: #FFF; font-family: "Noto Sans JP", sans-serif;}



/*main*/
main{width: 100%; padding-bottom: 5em;}

.mainContents{
    width: 100%;
    max-width: 1480px;
    margin: auto;
    }

.mainContents section{padding: 2.5em 1.5em;}
.interview section:last-child{padding: 2.5em!important;}

.FlexBox{display: flex; flex-wrap: wrap;}
.block02 div,.block02 p{flex: 0 1 46%; margin: 1em 2%;}
.re div:first-child,.re p:first-child{order: 2;}
.re div:last-child,.re p:last-child{order: 1;}

.block03 article{flex: 0 1 32%; margin: 1em 0.5%;}

    @media only screen and (max-width: 1200px) {.block03 article{flex: 0 1 49%; margin: 1em 0.5%;}}
    @media only screen and (max-width: 480px) {
        .FlexBox{display: block;}
        .re div:first-child,.re p:first-child{order: 1;}
        .re div:last-child,.re p:last-child{order: 2;}
        }


.detail{display: flex; align-items: center;}
.detail div{flex: 0 1 46%; margin: 0.5em 2%;}
.detail div:first-child{border-right: solid 1px #FFF;}


/*mainVisual*/
.TOP .CategoryTop{padding-bottom: 0;}

canvas{display: block; vertical-align: bottom;}

#particles-js{
    width: 100%;
    height: 100%;
    margin-top: -100px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    }

.TOP h2{
    width: 94%;
    margin: 0 3%;
    padding: 0;
    border: none;
    position: absolute;
    top: 32.5%;
    left: 0;
    z-index: 3;
    }

.TOP h2 p {
    max-width: 1200px;
    margin: 0 auto!important;
    padding: 0 1em;
    height: 0;
    padding-top: 15%;
    background-repeat: no-repeat;
    background-size: contain !important;
    overflow: hidden;
    display: block;
    background-image: url("../images/recruit2024/taito_catchcopy.png");
    background-position: center;
    }


.TOP h3, #NEWS h3, .Works_List h3 {
    max-width: 480px;
    margin: 0 auto 1em;
    padding: 0 65px;
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #239acc;
    }

    .Works_List h3{font-size: 1.6em; font-weight: 600;}

.TOP h3:before, #NEWS h3:before, .Works_List h3:before {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: #239acc;
    }

.TOP h3 span, #NEWS h3 span, .Works_List h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    }


@media only screen and (max-width: 860px) {#particles-js{width: 150%; height: 150%;} .TOP h2{top: 40%;}}

@media only screen and (max-width: 480px) {
    #particles-js{width: 240%; height: 240%;}
    .TOP h2{width: 90%; margin: 0 5%;}
    .TOP h2 p {
        padding-top: 30%;
        background-image: url("../images/recruit2024/taito_catchcopy_sp.png");
        background-position: left center;
        }
    }


/*TOP*/
.TOP main{max-width: 1480px; margin: auto; padding: 1em;}
.TOP main section{padding-bottom: 5em;}

.LinkButton a {
    margin: 0 auto;
    padding: 1.5em;
    color: #239acc;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    border: solid 3px #239acc;
    display: block;
    background-color: #FFF;
    position: relative;
    }


.LinkButton a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 4px solid #239acc;
    border-right: 4px solid #239acc;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    }

.LinkButton a:hover {color: #FFF; background-color: #239acc;}
.LinkButton a:hover:after {border-top: 4px solid #FFF; border-right: 4px solid #FFF;}


.LinkButton br{display: none;}

.Closed a {padding: 1.05em 1.5em; color: #ccc; border: solid 3px #ccc;}
.Closed a:after {border-top: 4px solid #ccc; border-right: 4px solid #ccc;}
.Closed a:hover {color: #ccc; background-color: #FFF;}
.Closed a:hover:after {border-top: 4px solid #ccc; border-right: 4px solid #ccc;}
.Closed p{margin: 0; font-size: 0.6em; font-weight: 500; color: #ccc;}

@media only screen and (max-width: 860px) {.LinkButton a {font-size: 1.2em;} .LinkButton br{display: block;}}
@media only screen and (max-width: 480px) {.LinkButton a {font-size: 1em;} .LinkButton br{display: none;}}



/*LinkBox*/
.contLinks article{border-radius: 10px; box-shadow: 0px 0px 6px 0px rgba(17,71,94,0.18);}
.contLinks article a{display: block;}

.contLinks article a > p{margin: 0;}
.contLinks article a > p img{border-top-left-radius: 10px; border-top-right-radius: 10px;}

.contLinks article h4{
    margin: 0.25em 0.5em;
    padding: 0.25em;
    font-size: 1.3em;
    border-bottom: solid 1px #239acc;
    color: #239acc;
    font-weight: 500;
    }

.contLinks article h4 + p{margin:0 1em; font-size: 0.8em; text-align: right; color: #239acc;}
.txt{margin: 1.5em 1.5em 2em; font-size: 0.8em; color: #6d6d6d;}

.more p {
    margin: 0 auto;
    padding: 0.25em 50px 0.25em;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    display: block;
    background: linear-gradient(to right, rgba(189,223,238,1) 0%,rgba(32,143,190,1) 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    }


.more p:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    }




/*NEWS*/
.news_title{max-width: 860px; margin: 0 auto;}

.news_title ul{margin: 0.5em 0; height: 200px; overflow-y: scroll; padding: 0; list-style: none;}
.news_title li{padding: 0; margin-right: 1em; margin-bottom: 0.5em; border-bottom: dotted 1px rgba(49,49,49,0.5);}
.news_title li > a{padding: 0.5em 1em; display: block;}
.news_title li > a:hover{background: rgba(12,220,227,0.15);}

.news_title li br{display: none;}
@media only screen and (max-width: 480px) {.news_title li{margin: 0.35em 0.5em 0.35em 0;} .news_title li br{display: block;}}




/*INTERVIEW_INDEX*/
.PersonList{
    max-width: 1380px;
    margin: auto;
    padding: 5em 1em 0;
    display: flex;
    flex-wrap: wrap;
    }

.thumbnail{flex: 0 1 20%; margin: 1em 2.5%; padding-bottom: 2em; position: relative;}
.num{top: -40px; left: -40px; position: absolute; z-index: 3;}
@media only screen and (max-width: 767px) {.thumbnail{flex: 0 1 43%; margin: 1em 3.5%;} .num{width: 80px; top: -30px; left: -30px;}}
@media only screen and (max-width: 480px) {.num{width: 70px; top: -35px; left: -25px;}}


.PersonList article{
    overflow: hidden;
    position: relative;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }

    .thumbnail .person001{background-image: url("../images/recruit2024/interview_person001a.jpg");}
    .thumbnail .person002{background-image: url("../images/recruit2024/interview_person002.jpg")!important;}
    .thumbnail .person003{background-image: url("../images/recruit2024/interview_person003.jpg")!important;}
    .thumbnail .person004{background-image: url("../images/recruit2024/interview_person004.jpg")!important;}
    .thumbnail .person005{background-image: url("../images/recruit2024/interview_person005.jpg")!important;}
    .thumbnail .person006{background-image: url("../images/recruit2024/interview_person006.jpg")!important;}
    .thumbnail .person007{background-image: url("../images/recruit2024/interview_person007.jpg")!important;}
    .thumbnail .person008{background-image: url("../images/recruit2024/interview_person008.jpg")!important;}
    .thumbnail .person009{background-image: url("../images/recruit2024/interview_person009.jpg")!important;}
    .thumbnail .person010{background-image: url("../images/recruit2024/interview_person010.jpg")!important;}
    .thumbnail .person011{background-image: url("../images/recruit2024/interview_person011.jpg")!important;}
    .thumbnail .person012{background-image: url("../images/recruit2024/interview_person012a.jpg")!important;}
    .thumbnail .person013{background-image: url("../images/recruit2024/interview_person013a.jpg")!important;}
    .thumbnail .person014{background-image: url("../images/recruit2024/interview_person014a.jpg")!important;}
    .thumbnail .person015{background-image: url("../images/recruit2024/interview_person015a.jpg")!important;}
    .thumbnail .person016{background-image: url("../images/recruit2024/interview_person016.jpg")!important;}
    .thumbnail .person017{background-image: url("../images/recruit2024/interview_person017.jpg")!important;}
    .thumbnail .person018{background-image: url("../images/recruit2024/interview_person018a.jpg")!important;}
    .thumbnail .person019{background-image: url("../images/recruit2024/interview_person019.jpg")!important;}
    .thumbnail .person020{background-image: url("../images/recruit2024/interview_person020a.jpg")!important;}


    @media only screen and (max-width: 480px) {
        .PersonList article{border-radius: 40px;}
        }



    .PersonList article a{display: block;}

    .PersonList .p_info{
        margin: 150% 0 -0.25em 0;
        padding: 1em 2em;
        display: flex;
        align-items: center;
        position: relative;
        background: rgba(8,96,168,0.8);
        z-index: 2;
        }

        .PersonList .p_info div:first-child{flex: 0 1 40%; padding: 0 0.5em 0 0; border-right: solid 1px #FFF;}
        .PersonList .p_info div:last-child{flex: 0 1 60%; padding: 1em;}

    @media only screen and (max-width: 480px) {
        .PersonList .p_info{margin: 170% 0 -0.25em 0; padding: 0.25em 1em; display: block;}
        .PersonList .p_info div:first-child{width: 100%; border-right: none; border-bottom: solid 1px #FFF;}
        .PersonList .p_info div:last-child{padding: 0.5em 1em 1em;}
        }



    .PersonList .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(to right, rgba(220,79,195,0.7) 0%,rgba(187,208,244,0.7) 100%);
        transition: all 0.6s ease;
        z-index: 1;
        }

    .PersonList article:hover .mask {opacity: 1; cursor: pointer;}

    .mask .caption {
        font-size: 160%;
        text-align: left;
        padding: 50% 0.5em 0;
        line-height: 1.6em;
        color:#fff;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        }

    @media only screen and (max-width: 1200px) {.mask .caption {font-size: 150%;}}
    @media only screen and (max-width: 480px) {.mask .caption {font-size: 120%;} .mask .caption br{display: none;}}


.name{
    margin: 0;
    font-size: 4em!important;
    font-family: "Anton", sans-serif;
    display: block;
    color: #FFF;
    }

    .p_info .name{margin: 0; padding: 0.5em 0; font-size: 2.5em!important; text-align: center;}


.works{
    font-size: 1.2em!important;
    margin: 0.45em 0;
    font-weight: 500;
    color: #FFF;
    }

    .detail .works + p{line-height: 1.6em!important;}

    .p_info .works{margin: 0; padding: 0; font-size: 1.1em!important;}
    .p_info .works + p{margin: 0; font-size: 0.8em!important; color: #FFF;}


@media only screen and (max-width: 1200px) {.p_info .name{font-size: 2.5em!important;}}
@media only screen and (max-width: 480px) {
    .name{font-size: 3em!important;}
    .p_info .name{padding: 0.5em; font-size: 1.8em!important; text-align: left;}
    .works{font-size: 0.9em!important;}
    .p_info .works{font-size: 0.9em!important;}
    }



/*INTERVIEW*/
.Basic{
    width: 90%;
    margin: 3em 5% 5em;
    padding-top: 35%;
    color: #FFF;
    background-size: 75%;
    background-position: top left;
    background-repeat: no-repeat;
    }

    .person001{background-image: url("../images/recruit2024/interview_person001a.jpg");}
    .person002{background-image: url("../images/recruit2024/interview_person002a.jpg");}
    .person003{background-image: url("../images/recruit2024/interview_person003a.jpg");}
    .person004{background-image: url("../images/recruit2024/interview_person004a.jpg");}
    .person005{background-image: url("../images/recruit2024/interview_person005a.jpg");}
    .person006{background-image: url("../images/recruit2024/interview_person006a.jpg");}
    .person007{background-image: url("../images/recruit2024/interview_person007a.jpg");}
    .person008{background-image: url("../images/recruit2024/interview_person008a.jpg");}
    .person009{background-image: url("../images/recruit2024/interview_person009a.jpg");}
    .person010{background-image: url("../images/recruit2024/interview_person010a.jpg");}
    .person011{background-image: url("../images/recruit2024/interview_person011a.jpg");}
    .person012{background-image: url("../images/recruit2024/interview_person012a.jpg");}
    .person013{background-image: url("../images/recruit2024/interview_person013a.jpg");}
    .person014{background-image: url("../images/recruit2024/interview_person014a.jpg");}
    .person015{background-image: url("../images/recruit2024/interview_person015a.jpg");}
    .person016{background-image: url("../images/recruit2024/interview_person016a.jpg");}
    .person017{background-image: url("../images/recruit2024/interview_person017a.jpg");}
    .person018{background-image: url("../images/recruit2024/interview_person018a.jpg");}
    .person019{background-image: url("../images/recruit2024/interview_person019a.jpg");}
    .person020{background-image: url("../images/recruit2024/interview_person020a.jpg");}


.Basic article{
    max-width: 660px;
    margin: 0 0 0 auto;
    padding: 0.5em;
    background: #90b4d1;
    }

@media only screen and (max-width: 860px) {
    .Basic{
        width: 95%;
        margin: 3em 2.5% 5em;
        padding-top: 60%;
        background-size: 100%;
        }
    }

@media only screen and (max-width: 480px) {.Basic{padding-top: 62.5%; margin: 1em 2.5% 3em;}}


.basic_info{
    padding: 5%;
    border: solid 1px #FFF; display: block;
    }

.basic_info h3{
    width: 96%;
    margin: 1em 2%;
    font-size: 1.4em!important;
    }

    .basic_info h3 > br{display: none;}
    @media only screen and (max-width: 480px) {.basic_info h3{font-size: 1.2em!important;} .basic_info h3 > br{display: block;}}


.basic_info p{font-size: 0.8em; color: #FFF;}
@media only screen and (max-width: 480px) {.basic_info p{font-size: 0.7em;}}

.interview h3{
    margin: 0.5em 0;
    padding: 0.5em;
    font-size: 1.4em;
    color: #0860a8;
    border-bottom: solid 2px #0860a8;
    }

.Photo{max-width: 400px; margin: auto!important;}

.voice_more{
    position: relative;
    background: #7ea1bd;
    box-shadow: 0px 0px 0px 5px #7ea1bd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #FFF;
    }

.voice_more:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    }

.voice_more div{margin: 1em; padding: 0.5em 0;}
.voice_more div:first-child{ padding: 0.5em 0 1.5em;border-bottom: solid 1px #FFF;}


.voice_more h4{
    max-width: 220px;
    margin: 1em 0;
    padding: 0 0.5em;
    background: linear-gradient(transparent 60%, #abb489 40%);
    text-shadow:1px 1px 0 #7ea1bd,-1px 1px 0 #7ea1bd,1px -1px 0 #7ea1bd,-1px -1px 0 #7ea1bd;
    }

.like{
    position: relative;
    margin: 0 0 0.5em!important;
    padding-left: 1.4em!important;
    color: #FFF;
    line-height: 1.4;
    font-weight: 500;
    font-size: 0.9em!important;
    }

.like:before {
    font-family: "Font Awesome 5 Free";
    content: "\f27a";
    font-weight: 900;
    position: absolute;
    font-size: 1.1em;
    left: 0;
    top: 0;
    color: #FFF;
    }

p + .like{margin: 1.5em 0 0.5em!important;}
.voice_more p {margin: 0; padding: 0; font-size: 0.8em; color: #FFF;}

p.siteLink{padding-top: 1em!important;}
.siteLink a{
    max-width: 300px;
    padding: 0.75em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border: solid 2px #FFF;
    border-radius: 30px;
    display: block;
    }

.siteLink a:hover{color: #7ea1bd; background: #FFF;}


/*page*/
.page{
    max-width: 400px;
    margin: auto;
    display: flex;
    align-items: center;
    }

.page p{
    margin: 0;
    border-top: solid 1px #239acc;
    border-bottom: solid 1px #239acc;
    text-align: center;
    }

    .prev,.next{flex: 0 1 25%;}
    .intv_top{flex: 0 1 50%;}


.page p a{padding: 0.5em 1em; display: block; color: #239acc;}
.page p a:hover{color: #FFF; background: #239acc;}
.page p a.no{color: #bcc1c4;}
.page p a:hover.no{color: #bcc1c4; background: none;}



/*Entry*/
#NEWS{padding: 3em 1em 0;}

.commonLink a {
    max-width: 600px;
    margin: 1em auto;
    padding: 0.75em 25px;
    background: #239acc;
    border: solid 2px #239acc;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1em;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    }

.commonLink a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
    transform: translateY(-50%) rotate(45deg);
    }

.commonLink a:hover {background: rgba(255,255,255,0.85); color: #239acc;}
.commonLink a:hover:after {border-top: solid 3px currentColor; border-right: solid 3px currentColor; right: 1.4rem;}

.Personnel .commonLink a {margin: 3em auto;}

@media only screen and (max-width: 480px) {#CIS .commonLink a {font-size: 0.8em;}}

.shop{font-size: 1.1em;}

/*list*/
.Works_List{max-width: 1480px; margin: auto; padding: 10% 1em 0;}
.Works_List > div{padding-bottom: 5em;}

.works_02, .works_03{max-width: 1200px; margin: auto;}
.works_02 article, .works_03 article{padding: 1em;}

.works_02 article p:first-child{text-align: center;}


.Works_List h4{
    margin: 0;
    padding: 0 0 0 0.5em;
    font-size: 1em;
    color: #239acc;
    border-left: solid 8px currentColor;
    font-weight: 600;
    }


.accordion-area{
    width: 100%;
    margin:0;
    padding: 0;
    list-style: none;
    }

.accordion-area li{margin: 1em 0;}
.accordion-area article {border: 1px solid #ccc;}

.title {
    margin: 0;
    padding: 1em 0.25em 1em 1em;
    position: relative;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    transition: all .5s ease;
    color: #FFF;
    background: #239acc;
    }

.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #FFF;
    }

.title::before{
    top:48%;
    right: 20px;
    transform: rotate(0deg);
    }

.title::after{    
    top:48%;
    right: 20px;
    transform: rotate(90deg);
    }

.title.close::before{transform: rotate(45deg);}
.title.close::after{transform: rotate(-45deg);}

.box {
    display: none;
	margin:0 1em 1em;
    padding: 1em;
    }

.Works_List table{
    width: 100%;
    margin: 2em auto 0;
    border: solid 1px #ccc;
    }

.Works_List th,.Works_List td{
    padding: 1em;
    border-bottom: solid 1px #ccc;
    font-size: 1em!important;
    }

    .Works_List th{width: 180px; font-weight: normal; border-right: solid 1px #ccc; background: #f4f4f4;}
    .Works_List th p{margin: 0.25em 0!important; font-size: 1em!important;}
    .Works_List td p{margin: 0!important; font-size: 1em!important;}

.Works_List table ul{margin: 0.25em 0 1em 2em; padding: 0;}
.Works_List table ul > li{margin: 0!important; padding: 0; font-size: 1em!important; list-style: disc;}

@media only screen and (max-width: 480px) {
    .Works_List h4{font-size: 0.9em;}
    .Works_List th, .Works_List td{display: block;}
    .Works_List th{width: 100%; padding: 0.75em 1em; border-right:none; border-bottom: dotted 1px #ccc;}
    .Works_List td{padding: 1.25em 1em;}
    .Works_List tr:last-child > td{border-bottom: none;}
    }



/*SNS*/
#shareBox {
	width: 100%!important;
    max-width: 1480px;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 10%;
	text-align: center;
	position: relative;
	}

	.shareButtons {
		position: absolute;
        top: 50%;
		bottom: 0;
		left: 50%;
        transform: translateY(-50%) translateX(-50%);
		display: flex;
		justify-content: space-between;
		width: 240px!important;
		height: auto;
		margin: 0px auto!important;
		padding: 0 0 35px!important;
		clear: none;
		z-index: 888;
		}

	.shareButtons > div> a {
		display: block;
		width: 45px!important;
		height: 45px!important;
        margin: 0 1em;
		background-size: contain;
		background: no-repeat top center;
		}

	.shareButtons>div.fbBtn a {background-image: url("https://www.taito.co.jp/Content/images/sns_ico_01_fb.svg");}
	.shareButtons>div.tweetBtn a {background-image: url("https://www.taito.co.jp/Content/images/sns_ico_02_tw.svg");}
	.shareButtons>div.lineBtn a {background-image: url("https://www.taito.co.jp/Content/images/sns_ico_03_line.svg");}


@media only screen and (max-width: 860px) {
    #shareBox {padding-top: 55%; padding-bottom: 0;}
    .shareButtons {top: 55%; left: 50%; transform: translateY(-55%) translateX(-50%);}
    }

@media only screen and (max-width: 490px) {
    #shareBox {padding-top: 70%; padding-bottom: 0;}
    .shareButtons {top: 60%; left: 50%; transform: translateY(-60%) translateX(-50%);}
    }
    




    
/*old_CSS*/
span.ico {display: inline-block;padding: 0 5px;color: #fff;background-color: #494949;font-size: 0.8em;font-weight: normal;margin-right: 8px;margin-bottom: 8px;text-align: center;line-height: 25px;}

span.rec1n, span.rec2n, span.rec3n, span.rec4n {
    margin: 0 4% 0 4%;
	width: 6em;
	border-radius: 0;
	}

	span.rec1n{background:none; background-color: #4FB7D7; min-width: 70px; text-align: center;}
	span.rec2n{background:none; background-color: #E93538; min-width: 70px; text-align: center;}
	span.rec3n{background:none; background-color: #FFAC00; min-width: 70px; text-align: center;}
	span.rec4n{background:none; background-color: #4EB350; min-width: 70px; text-align: center;}
	
			
/**/
.envBox{
    margin-left:calc(((100vw - 100%) / 2) * -1);
    margin-right:calc(((100vw - 100%) / 2) * -1);
    padding:0px calc((100vw - 100%) / 2) 70px calc((100vw - 100%) / 2);
    margin-top:50px;
    background-image:url(../images/recruit/environment/bg.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
    text-align:center;}

@media screen and (max-width: 768px){.envBox{background-position:center top;background-size:cover;margin-top:30px}}
@media screen and (max-width: 374px){.envBox{background-position:center top}}

.envBox .headLineEnv{border-bottom:solid 2px #007bce;text-align:center;display:inline-block;margin:70px 0 20px 0;font-size:20px;font-weight:bold}
.envBox .headLineEnv+p{max-width: 1280px; text-align:left; margin: 0 auto 30px; line-height:200%; padding:0 10px 0 10px}


@media screen and (min-width: 769px){
    .iconGraph{font-size:0; max-width: 1280px; margin: 0 auto; padding: 0;}
    .iconGraph li{width:32%;display:inline-block;margin-right:2%;margin-bottom:2%;}
    .iconGraph li img{width:100%;}
    .iconGraph li:nth-child(3n){margin-right:0px;}
    }
@media screen and (max-width: 1300px){.iconGraph{padding:0 10px 0 10px;}}
@media screen and (max-width: 768px){
    .iconGraph{font-size:0;}
    .iconGraph li{width:48%;display:inline-block;margin-right:4%;margin-bottom:4%;}
    .iconGraph li img{width:100%;}
    .iconGraph li:nth-child(2n){margin-right:0px;}
    }


/**/
.envGallery{font-size:0; max-width: 1280px; margin: 0 auto; padding: 0;}
@media screen and (max-width: 1300px){.envGallery{padding:0 10px 0 10px}}

@media screen and (min-width: 769px){
    .envGallery li{width:22%;margin-right:4%;display:inline-block;font-size:14px;vertical-align:top}
    .envGallery li img{width:100%}
    .envGallery li span{padding-top:10px;display:block;height:120px}
    .envGallery li:nth-child(4n){margin-right:0px}
	}

@media screen and (max-width: 768px){
    .envGallery li{width:48%;margin-right:4%;display:inline-block;font-size:14px;vertical-align:top}
    .envGallery li img{width:100%}.envGallery li span{padding-top:10px;display:block;height:120px}
    .envGallery li:nth-child(2n){margin-right:0px}
	}



/*recruit_2025*/
#RECRUIT2025{line-height: 1.8em!important;}
.TOP #RECRUIT2025 h2{top: 28%;}

.TOP #RECRUIT2025 h3{
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-size: 3em;
	color: #FFF;
	text-align: center;
	top: 58%;
	position: absolute;
	z-index: 3;
	}

.TOP #RECRUIT2025 h3:before {background: none;}
.TOP #RECRUIT2025 h3 > br{display: none;}


@media screen and (max-width: 860px){.TOP #RECRUIT2025 h2{top: 35%;} .TOP #RECRUIT2025 h3{font-size: 2.2em; top: 60%;}}
@media screen and (max-width: 480px){.TOP #RECRUIT2025 h2{top: 35%;} .TOP #RECRUIT2025 h3{font-size: 1.6em; top: 65%;} .TOP #RECRUIT2025 h3 > br{display: block;}}
@media screen and (max-width: 380px){.TOP #RECRUIT2025 h3{font-size: 1.3em;}}


main#CIS{max-width: 100%; margin: 0; padding: 0 0 20%;}

.thx_message{padding: 3em 2em 0; background: #f7f7f7;}
.thx_message div{max-width: 1000px; margin: auto;}
.thx_message p:first-child{font-size: 2.4em; line-height: 1.6em; color: #0860a8; font-weight: 800;}

.cis_interview{padding: 15% 0 25%!important;}
@media screen and (max-width: 480px){.cis_interview{padding: 30% 0 50%!important;}}

#CIS h3{
	max-width: 420px;
	margin-bottom: 1em;
	position: relative;
	padding: 1.5rem;
	font-size: 1.3em;
	text-align: center;
	border: 2px solid #239acc;
	background: #fff;
	}
	
	@media screen and (max-width: 480px){#CIS h3{margin-left: 1em; margin-right: 1em;}}


#CIS h3:before, #CIS h3:after {position: absolute; content: '';}

#CIS h3:before {
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 2px solid #239acc;
	border-radius: 50%;
	background: #fff;
	}

#CIS h3:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	}

#CIS h3 i {
	font-size: 30px;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 60px;
	text-align: center;
	}

#CIS h3 span {
	position: relative;
	z-index: 1;
	}

.iv_detail{
	width: 94%;
	height: 100%;
	padding: 2em 1.5em;
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
	}
	
	.part1,.part2{align-items: center;}

	.left{margin: 3em auto 3em 0; border-top-right-radius: 30px; border-bottom-right-radius: 30px;}
	.right{margin: 3em 0 3em auto; border-top-left-radius: 30px; border-bottom-left-radius: 30px;}

	.iv_detail > div:first-child{flex: 0 1 30%; padding: 0 2%;}
	.iv_detail > div:last-child{flex: 0 1 70%; padding: 0 2%;}

	.part2 > div:first-child{flex: 0 1 30%; padding: 0 2%; order: 2;}
	.part2 > div:last-child{flex: 0 1 70%; padding: 0 2%; order: 1;}


.mixer{margin: 2em 0 20% 0; padding: 3em 1.5em 5em; background: #f7f7f7;}


@media screen and (max-width: 860px){
	.iv_detail{display: block;}
	.iv_detail > div:first-child{padding: 0 2% 2em;}
	}

.pv{width: 100%; aspect-ratio: 16 / 9;}
.pv iframe {width: 100%; height: 100%;}


#CIS h4 {
	display: grid;
	place-items: center;
	font-size: 1.6em;
	width: 250px;
	height: 250px;
	margin: auto;
	border-radius: 100% 100% 0 100%;
	}

#CIS h4 p{color: #ffffff;}
#CIS h4 span{font-size: 0.8em;}
#CIS h4 + p{margin: 2em 0;}

.part1 h4{background: #e4615c;}
.part2 h4{background: #5ca9e4; border-radius: 100% 100% 100% 0!important;}

@media screen and (max-width: 860px){#CIS h4 {width: 150px;	height: 150px; font-size: 1.3em;}}
@media screen and (max-width: 480px){#CIS h4 {width: 140px;	height: 140px;}}


#CIS h5{font-size: 0.9em; margin: 2em 0 0; padding: 0.25em 0.5em; color: #313131; border-left: solid 8px #61b894; font-weight: bold;}
.mixer_part1 h5{border-left: solid 8px #e4615c!important;}


.mixer_member{max-width: 480px; padding: 1em; display: flex; flex-wrap: wrap;}
.mixer_member div{flex: 0 1 22%; margin: 0 1.5%;}
.mixer_member p{margin: 0.25em; text-align: center; font-size: 1em; font-family: "Shippori Antique B1", sans-serif; font-weight: 400; color: #e4615c;}
.mixer_member img {width: 100%; height: 100%; border-radius: 50%;}

.Personnel{max-width: 980px; margin: 5em auto; padding: 1em 2em; border: solid 1px #e4615c;}


/* tab */
.tab-list {
	max-width: 1480px;
	margin: auto;
	padding: 1em 1em 2em;
	display: flex;
	justify-content: space-between;
	}

.tab-item {
	flex: 0 1 30%;
	padding: 0.75em 0.5em;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	border-radius: 100vw;
	transition: .4s ease-in-out;
	}

.tab-list .tab-item:hover, .tab-list .is-active {
	color: #FFF;
	background-position: right center;
	background-size: 200% auto;
	}

.store_op{color: #e4615c; border: solid 2px #e4615c;}
.store_op:hover, .is-active.store_op {background-color: #e4615c; animation: SopBtn 2.5s infinite;}


.soon{color: #b3b3b3; border: solid 2px #b3b3b3;}
.soon:hover{color: #b3b3b3!important; background-color: inherit!important; animation: none!important; cursor: default;}




@media only screen and (max-width: 480px) {
	.tab-list{padding: 1em 0 2em;}
	.tab-list .tab-item{flex: 0 1 33%; font-size:0.8em;}
	.tab-list .tab-item br{display: block;}
	}

@keyframes SopBtn {
	0% {box-shadow: 0 0 0 0 #e4615c;}
	70% {box-shadow: 0 0 0 10px rgba(35, 154, 204, 0);}
	100% {box-shadow: 0 0 0 0 rgba(35, 154, 204, 0);}
	}

@keyframes blueBtn {
	0% {box-shadow: 0 0 0 0 #239acc;}
	70% {box-shadow: 0 0 0 10px rgba(35, 154, 204, 0);}
	100% {box-shadow: 0 0 0 0 rgba(35, 154, 204, 0);}
	}


/* tab_panel */
.panel-item {display: none;	padding: 0;}
.panel-item.is-active {display: block;	animation: panel-show .9s ease-in-out forwards;}

.mixerDetail{max-width: 1450px; margin: auto; padding: 0; background: #FFF; border-radius: 20px;}
.mixerDetail > div{padding: 1em 5%;}

@keyframes panel-show {from {opacity: 0;} to {opacity: 1;}}

@media only screen and (max-width: 480px) {.mixerDetail > div{padding: 1em 10% 1em 5%;}}



/* slide */
.Photo_slide {width: 100%; overflow: hidden; position: relative;}
.Photo_slide img {width: 100%; height: auto; vertical-align: top;}

.Photo_slide .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: Photo_slide 15s infinite;
    animation-delay: 2s;
	}

.Photo_slide .slide-wrap-main {
	width: 100%;
	z-index: 1;
	animation: Photo_slide-main 15s infinite;
	animation-delay: 2s;
	}
.Photo_slide .slide {width: 100%;}

@keyframes Photo_slide {
    0% { transform: translateX(0); }

    27.3% { transform: translateX(calc(1 / 3 * -100%)); }
    33.3% { transform: translateX(calc(1 / 3 * -100%)); }

    60.6% { transform: translateX(calc(2 / 3 * -100%)); }
    66.6% { transform: translateX(calc(2 / 3 * -100%)); }

    94% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes Photo_slide-main {
    0% { transform: translateX(100%); }
    66.6% { transform: translateX(100%); }
    94% { transform: translateX(0%);}
}


.talk_games{
	height: 680px;
	overflow-y: scroll;
	position: relative;
	}

	@media screen and (max-width: 480px){.talk_games{height: 580px;}}

.scroll_mark {
	padding: 0!important;
    position: absolute;
    right: 15px;
    top: 25px;
    writing-mode: vertical-rl;
    font-family: 'Orbitron', sans-serif;
	z-index: 99;
    }

.scroll_mark::before {
    animation: scroll 2s infinite;
    bottom: -105px;
    content: "";
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    }

	.mixer_part1 .scroll_mark{color: #e4615c;}
	.mixer_part1 .scroll_mark::before {background-color: #e4615c;}


@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.question {
	padding: 2em 0 0;
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: 600;
	}

.question::before {
	content: '';
	width: 70px;
	height: 3px;
	margin-right: 20px;
	}

	.mixer_part1 .question::before{background-color: #e4615c;}



.balloon {
    margin: 3em 0;
    padding : 0 35px;
    position: relative;
    }

.balloon:after,.balloon:before {
    clear: both;
    content: "";
    display: block;
    }

.balloon-image-left {
    position: absolute;
    left: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    }

.balloon-image-right {
    position: absolute;
    right: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    }

.balloon-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid rgba(209,192,165,0.2);
    top: 15px;
    left: -20px;
    }

.balloon-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid rgba(209,192,165,0.2);
    top: 15px;
    right: -20px;
    }

.balloon figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    }

.balloon-text-right {
    position: relative;
    margin-left: 30px;
    padding: 1em 1.25em;
    border-radius: 10px;
    float: left;
	width: 80%;
    max-width: 860px;
    background: rgba(209,192,165,0.2);
    }

.balloon-text-left {
    position: relative;
    margin-right: 30px;
    padding: 1em 1.25em;
    border-radius: 10px;
    float: right;
	width: 80%;
    max-width: 860px;
    background: rgba(209,192,165,0.2);
    }

.balloon-text-photo{
    position: relative;
    margin-left: 20px;
    padding: 1.5em;
    float: left;
    max-width: 100%;
    }

.balloon-text-photo-right{
    position: relative;
    margin-right: 20px;
    padding: 1.5em;
    float: right;
    max-width: 100%;
    }

.balloon-text-right p:nth-child(2),.balloon-text-right p:nth-child(3){padding-top: 1em;}

.notes{margin-top: 1em; padding-top: 0.5em; border-top: dotted 1px #FFF;}
.notes p{font-size: 0.8em;}

.photo_send{max-width: 480px;}
.album{display: flex; flex-wrap: wrap;}
.album p{flex: 0 1 47%; margin: 0.5%;}

.photo_send video {width: 100%; max-width: 480px;}

.short{max-width: 160px;}

@media screen and (max-width: 860px){.thx_message p:first-child{font-size: 1.8em; line-height: 1.6em;}}
@media screen and (max-width: 480px){
	.scroll_mark {right: 10px; top: 20px;}
	.thx_message p:first-child{font-size: 1.6em; line-height: 1.4em;}
	.balloon {padding : 0 35px 0 35px;}
	.balloon-text-right {width: 92.5%; margin-right: auto;}
	.balloon-text-left {width: 92.5%; margin-left: auto;}
	}


.iv_movie{max-width: 1200px; margin: auto; padding: 2em 1em 15%;}
@media screen and (max-width: 480px){.iv_movie{padding: 2em 1em 30%;}}


