﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    line-height:normal;
}

img {
    border: none;
    max-width: 100%;
}

    img.title {
        display: block;
        margin: auto;
    }

ul, dl, ol {
    list-style-type: none;
}

html, body {
    text-align: center;
    margin: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clr {
    clear: both;
}

body {
    font-size:16px;
    background: url(/img/job/body_bg.jpg);
}

#container {
    width: 960px;
    /*	width:1200px;*/
    margin: auto;
}






#pcHead {
    display: block;
    position: relative;
}

    #pcHead a {
        display: block;
        width: 224px;
        height: 30px;
        position: absolute;
    }

        #pcHead a:nth-child(2) {
            top: 234px;
            left: 370px;
        }

        #pcHead a:nth-child(3) {
            top: 263px;
            left: 370px;
        }

#spHead {
    position: relative;
    display: none;
}

#moviesub .video {
width=90%;
}

@media screen and (max-width: 100px) {
    #pcHead {
        display: none;
    }

    #spHead {
        display: block;
        text-align: center;
    }

        #spHead .maimImg {
            display: block;
            position: relative;
            margin: auto;
        }

        #spHead .subOne {
            display: block;
            position: absolute;
            bottom: 36px;
            width: 100%;
            text-align: center;
        }

        #spHead .subTwo {
            display: block;
            position: absolute;
            bottom: 0px;
            width: 100%;
            text-align: center;
        }

        #spHead .subOne img {
            display: block;
            width: 240px;
            margin: auto;
        }

        #spHead .subTwo img {
            display: block;
            width: 210px;
            margin: auto;
        }
}




#header {
}

    #header img.headImg {
        display: block;
    }

    #header #logoSpace {
        height: 45px;
        background-color: #ffffff;
        display: none;
    }

        #header #logoSpace.fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,.5);
            z-index: 9;
        }

    #header ul#mainNavi {
        background-color: #e92077;
        display: flex;
        flex-wrap: wrap;
    }

        #header ul#mainNavi li {
            display: inline-block;
            width: calc(100%/7 - 0px);
            vertical-align: middle;
            line-height: 1.5;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #header ul#mainNavi li a {
                font-size: 11px;
                color: #ffffff;
                display: block;
                padding: 10px 0 10px;
            }

            #header ul#mainNavi li i {
                padding: 10px 0 10px;
                color: #ffffff;
                margin-left: 5px;
            }

            #header ul#mainNavi li a:link,
            #header ul#mainNavi li a:visited,
            #header ul#mainNavi li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

#about {
    background: url(/img/job/about_bg.png) repeat-x;
}

    #about img.aboutImg {
        display: block;
        margin: auto;
    }

    #about div {
        background-color: #ffffff;
        width: 960px;
        margin: auto;
    }

#beginner {
    background: #ffffff url(/img/job/beginner_bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: contain;
}

#movie {
    background: url(/img/job/movie_bg.jpg);
}

#experience {
    background-color: #ffdde7;
}

    #experience img {
        display: inline-block;
        margin-bottom: 5px;
    }

#voice {
    background-image: url(/img/job/voice_bg1.jpg), url(/img/job/voice_bg2.jpg);
    background-position: right top, right bottom;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffece9;
}

#bnrs {
    background: url(/img/job/movie_bg.jpg);
    text-align: center;
    padding: 50px;
}

    #bnrs a {
        display: inline-block;
        width: calc(100%/3 - 10px);
        color: #ffffff;
        vertical-align: middle;
        font-weight: bold;
    }

        #bnrs a:nth-child(1) {
            width: calc(100% - 0px);
        }

            #bnrs a:nth-child(1) img {
                display: inline-block;
                width: 400px;
            }

        #bnrs a img {
            display: inline-block;
            max-width: 100%;
        }

#access {
    background-color: #ffffff;
    padding: 30px;
}

    #access iframe {
        width: calc(100% - 20px) !important;
    }

    #access h3 {
        border-left: 6px solid #e92077;
        text-align: left;
        text-indent: 10px;
    }

#qanda {
    background: url(/img/job/qa_bg.jpg);
    padding-bottom: 30px;
}

    #qanda dl {
        text-align: left;
        width: 800px;
        margin: auto;
    }

        #qanda dl dt {
            cursor: pointer;
            /*
	background:#ffffff url(/img/job/q.png) left top no-repeat;
	min-height:90px;
	padding-left:110px;
*/
            margin-top: 10px;
            background-color: #ffffff;
            border-radius: 5px;
            overflow: hidden;
        }

            #qanda dl dt.open {
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            #qanda dl dt:before {
                content: '';
                display: inline-block;
                width: 110px;
                height: 90px;
                background: url(/img/job/q.png) left top no-repeat;
                vertical-align: middle;
            }

        #qanda dl dd {
            display: none;
            cursor: pointer;
            background-color: #ffffff;
            /*
	background:#ffffff url(/img/job/a.png) left top no-repeat;
	min-height:90px;
	padding-left:110px;
	margin-bottom:5px;
*/
        }

        #qanda dl dt.open + dd {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            overflow: hidden;
        }

        #qanda dl dd p {
            float: right;
            width: calc(100% - 120px);
            padding: 20px 10px;
        }

        #qanda dl dd:before {
            content: '';
            float: left;
            display: block;
            width: 100px;
            min-height: 100px;
            background: #ffffff url(/img/job/a.png) 10px 10px no-repeat;
            vertical-align: top;
        }

        #qanda dl dd:after {
            clear: both;
            display: block;
        }

#recruit {
    background-image: url(/img/job/recruit_bg1.jpg), url(/img/job/recruit_bg2.jpg);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 30px;
}

    #recruit table {
        width: 800px;
        margin: auto;
    }

        #recruit table.bg2 {
            width: auto;
        }

    #recruit tr {
    }

        #recruit tr th {
            text-align: left;
            width: 25%;
            vertical-align: top;
        }

            #recruit tr th span {
                dosplay: inline-block;
                border-radius: 3px;
                color: #ffffff;
                background-color: #e92077;
                padding: 3px 6px;
            }

        #recruit tr td {
            text-align: left;
        }

#form {
}

address {
    background-color: #e92077;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    font-style: normal;
}

    address a {
        color: #ffffff;
    }

body a.smpMenu {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb1fbd+0,e72465+50,f98010+100 */
    background: #fb1fbd; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fb1fbd 0%, #e72465 50%, #f98010 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fb1fbd 0%,#e72465 50%,#f98010 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fb1fbd 0%,#e72465 50%,#f98010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb1fbd', endColorstr='#f98010',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*border:1px  solid #ccbe99;*/
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    z-index: 100;
}

    body a.smpMenu.active {
        background: #e92077; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #e92077 0%, #e92077 50%, #e92077 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #e92077 0%,#e92077 50%,#e92077 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #e92077 0%,#e92077 50%,#e92077 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92077', endColorstr='#e92077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

#logoSpace {
}

    #logoSpace img {
        display: block;
        max-height: 100% !important;
        margin: 10px;
        float: left;
    }

        #logoSpace img#btn {
            position: absolute;
            right: 50px;
        }



body #header a.smpMenu > span {
}

body #header a.smpMenu > span {
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
}

    .menu-trigger span {
        position: absolute;
        left: 5px;
        width: 70%;
        height: 4px;
        background-color: #ffffff;
        border-radius: 4px;
        z-index: 1000;
    }

        .menu-trigger span:nth-of-type(1) {
            top: 10px;
        }

        .menu-trigger span:nth-of-type(2) {
            top: 20px;
        }

        .menu-trigger span:nth-of-type(3) {
            bottom: 9px;
        }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-315deg);
        transform: translateY(10.5px) rotate(-315deg);
        background-color: #ffffff;
        z-index: 1000;
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
        background-color: #ffffff;
        z-index: 1000;
    }

#smpFloat {
    display: none;
    position: fixed;
    background: #e92077;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    /* margin: 10px; */
    left: 0;
    top: 0;
    text-align: left;
}

    #smpFloat ul {
        position: fixed;
        width: calc(100% - 40px);
        z-index: 11;
        top: 50px;
        /* margin: 10px; */
        border-radius: 10px;
        left: 10px;
        padding: 10px;
        max-height: 80vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
    }

        #smpFloat ul li {
            text-align: center;
        }

            #smpFloat ul li a {
                color: #ffffff;
                padding: 10px;
                display: block;
                text-align: center;
            }

                #smpFloat ul li a img {
                    float: none;
                    margin: auto;
                    max-height: 35px !important;
                }

            #smpFloat ul li:nth-child(9) {
                border-top: 1px solid #ffffff;
                margin-top: 20px;
                padding-top: 20px;
            }

table.bg {
    border-collapse: collapse;
    margin: auto;
}

    table.bg .tb7 {
        width: 50px;
        height: 50px;
        background: #ffffff url(/img/job/tb_bg7.png) no-repeat;
    }

    table.bg .tb8 {
        height: 50px;
        background: #ffffff url(/img/job/tb_bg8.png) repeat-x;
    }

    table.bg .tb9 {
        width: 50px;
        height: 50px;
        background: #ffffff url(/img/job/tb_bg9.png) no-repeat;
    }

    table.bg .tb4 {
        width: 50px;
        background: #ffffff url(/img/job/tb_bg4.png) repeat-y;
    }

    table.bg .tb5 {
        background-color: #ffffff;
    }

    table.bg .tb6 {
        width: 50px;
        background: #ffffff url(/img/job/tb_bg6.png) repeat-y;
    }

    table.bg .tb1 {
        width: 50px;
        height: 50px;
        background: #ffffff url(/img/job/tb_bg1.png) no-repeat;
    }

    table.bg .tb2 {
        height: 50px;
        background: #ffffff url(/img/job/tb_bg2.png) repeat-x;
    }

    table.bg .tb3 {
        width: 50px;
        height: 50px;
        background: #ffffff url(/img/job/tb_bg3.png) no-repeat;
    }

table.bg2 {
    border-collapse: collapse;
    margin: auto;
}

    table.bg2 .tb7 {
        width: 50px;
        height: 50px;
        background: url(/img/job/tb2_bg7.png) no-repeat;
    }

    table.bg2 .tb8 {
        height: 50px;
        background: url(/img/job/tb2_bg8.png) repeat-x;
    }

    table.bg2 .tb9 {
        width: 50px;
        height: 50px;
        background: url(/img/job/tb2_bg9.png) no-repeat;
    }

    table.bg2 .tb4 {
        width: 50px;
        background: url(/img/job/tb2_bg4.png) repeat-y;
    }

    table.bg2 .tb5 {
        background: url(/img/job/tb2_bg5.png) repeat;
    }

    table.bg2 .tb6 {
        width: 50px;
        background: url(/img/job/tb2_bg6.png) repeat-y;
    }

    table.bg2 .tb1 {
        width: 50px;
        height: 50px;
        background: url(/img/job/tb2_bg1.png) no-repeat;
    }

    table.bg2 .tb2 {
        height: 50px;
        background: url(/img/job/tb2_bg2.png) repeat-x;
    }

    table.bg2 .tb3 {
        width: 50px;
        height: 50px;
        background: url(/img/job/tb2_bg3.png) no-repeat;
    }

#form {
    font-size: 20px;
    text-align: left;
    padding-bottom: 30px;
}

    #form dl {
        width: 600px;
        margin: auto;
    }

    #form span.hissu {
        color: #ff0000;
    }

        #form span.hissu:before {
            content: '※';
        }

    #form dt {
        color: #e92077;
    }

    #form dd {
        margin-bottom: 30px;
    }

    #form select {
        font-size: 20px;
    }

    #form textarea,
    #form input {
        font-size: 30px;
    }

    #form textarea {
        width: 400px;
        height: 200px;
    }

    #form input[type=submit],
    .inputbtn {
        padding: 10px 30px;
        border-radius: 3px;
        font-size: 20px;
    }

    #form .btn {
        text-align: center;
    }

@media screen and (max-width: 667px) {
    img {
        border: none;
        display: block;
        max-width: 100%;
    }

    #container {
        width: 100%;
    }

        #container > div {
            padding: 10px;
        }

            #container > div#header,
            #container > div#about {
                padding: 0px;
            }

    #header ul#mainNavi li a span {
        display: block;
    }

    #header ul#mainNavi li a {
        font-size: 11px;
        color: #ffffff;
        display: block;
        padding: 10px 0 20px;
    }

    #header ul#mainNavi li i {
        position: absolute;
        bottom: 0;
        left: 40%;
        color: #ffffff;
        margin-left: 0px;
    }

    #header #logoSpace {
        display: block;
    }

    #access iframe {
        width: 100% !important;
    }

    #about div {
        width: 100%;
    }

    video {
        max-width: 100%;
    }

    #recruit {
        background-size: contain, contain;
    }

        #recruit table {
            font-size: 13px;
        }

    #bnrs a {
        display: inline-block;
        width: calc(100%/3 - 4px);
    }

        #bnrs a span {
            display: block;
            text-align: center;
            font-size: 11px;
            font-weight: normal;
        }

    #qanda dl {
        text-align: left;
        width: 95%;
        margin: auto;
        font-size: 13px;
    }

        #qanda dl dt:before {
            width: 50px;
            height: 50px;
            float: left;
            margin-right: 8px;
            background-size: contain;
        }

        #qanda dl dd:before {
            content: '';
            float: left;
            display: block;
            width: 50px;
            min-height: 55px;
            background: #ffffff url(/img/job/a.png) 5px 5px no-repeat;
            background-size: contain;
            vertical-align: top;
        }

        #qanda dl dd p {
            width: calc(100% - 58px);
            padding: 10px 0;
        }

    #recruit table {
        width: 100%;
    }

    #logoSpace img {
        display: block;
        max-height: 45px !important;
        margin: 0px;
        float: left;
    }

        #logoSpace img#btn {
            position: absolute;
            right: 50px;
            height: 35px;
            margin: 5px;
        }

    #recruit {
        padding: 5px !important;
    }

    #access,
    #beginner {
        padding: 0px !important;
    }

    #form {
        font-size: 20px;
        text-align: left;
    }

        #form dl {
            width: 90%;
            margin: auto;
        }

        #form span.hissu {
            color: #ff0000;
        }

        #form dt {
            color: #e92077;
        }

        #form dd {
            margin-bottom: 20px;
        }

        #form select {
            font-size: 16x;
        }

        #form textarea,
        #form input {
            font-size: 20px;
        }

        #form textarea {
            width: 100%;
            height: 100px;
        }

        #form input[type=submit] {
            padding: 10px 30px;
            border-radius: 3px;
            font-size: 16px;
        }

        #form .btn {
            text-align: center;
        }

    iframe {
        /*	height:auto;*/
    }
}