
@charset "utf-8";

/* COMING SOON 対応 */
#content.normal .content_links .cs {
    background-image: url(/assets/img/sub-directory/recruit/common/ft_links5cs.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

#content.normal .content_links .cs a:hover img {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #content.normal .content_links .cs a img {
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
}

/* Global Menu 対応 */
#gmenu .gm7 .sub {
    display: block;
}

/* 共通背景色 */
.bg-dark {
    background-color: #ece8e1;
}

/* スマホだけ改行しない */
@media screen and (max-width: 768px) {
    br.sp-br {
        display: none;
    }
}
/* PCだけ改行しない */
br.pc-br {display: none;}
@media screen and (max-width: 768px) {
    br.pc-br {
        display: block;
    }
}
/* PCだけ改行しない */
.txt_red{
    color: #f00;
}

/* 共通CSSから上書き　COMPANYと共通のため */
#gmenu .close {
    text-align: right;
    padding: 30px 30px 30px 0;
}

#gmenu .close img {
    width: 20px;
    cursor: pointer;
}

#gmenu .menu {
    font-size: 18px;
    padding: 0;
    display: block;
    border-top:solid 2px #484237;
    border-bottom:solid 2px #484237;
    overflow: hidden;
}

#gmenu .menu li {
    font-weight: bold;
    display: block;
    border-bottom:solid 1px #484237;
    margin: 0;
    height: 70px;
}

#gmenu .menu li:last-child { border-bottom:none; }

#gmenu .menu li.tl {
    margin: 0 0 25px -23px;
}

#gmenu .menu li a {
    color: #9a9287;
    display: block;
    padding: 0 0 0 35px;
    line-height: 70px;
}

#gmenu .menu li a:hover {
    background: #38312c;
    color: #EDE8E1;
}

#gmenu .sub {
    font-size: 16px;
    padding:0;
    display: none;
}

@media screen and (max-width: 768px) {
    #gmenu {
        top: 0;
        right: 0;
        width: 100%;
        position: fixed;
    }
    #gmenu .menu {
        font-size: 15px;
        /*padding: 0 15px 10px 15px;*/
        margin-bottom: 80px;
    }
    #gmenu .close{
    padding: 19px 23px 19px 0;
    }
    #gmenu .menu li {
        /*margin: 0 0 20px 0;*/
    }
    #gmenu .menu li.tl {
        margin: 0 0 10px -23px;
    }
    #gmenu .sub {
        font-size: 12px;
        padding: 15px 0 10px 53px;
    }
    #gmenu .sub li {
        margin: 0 0 10px 0;
    }
}



/* ---------------------------------- */
/*           ページ下部 LINKS              */
/* ---------------------------------- */
.recruit_contact {
    text-align: left;
    width: 980px;
    margin: 0 auto;
    padding: 75px 0 90px 0;
}

.recruit_contact .links {
    width: 100%;
}

.recruit_contact .links:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_contact .links .mail {
    width: 220px;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: solid 1px #231815;
    float: left;
}

.recruit_contact .links .nb {
    border: none;
}

.recruit_contact .links .mail h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.recruit_contact .links .mail a {

}

.recruit_contact .links .link {
    width: 170px;
    float: right;
}

.recruit_contact .links .link a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 40px;
    border: solid 1px #231815;
    display: inline-block;
    position: relative;
}

.recruit_contact .links .link a:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}

.recruit_contact .links .link a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_contact .links .link a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_contact .note {
    font-size: 10px;
    line-height: 1.8;
    margin: 3em 0 0 0;
}

@media screen and (max-width: 768px) {
    .recruit_contact {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 90px 0;
    }
    .recruit_contact .links .mail {
        text-align: center;
        width: 100%;
        padding: 20px 0 20px 0;
        margin: 0 0 0 0;
        border-right: none;
        border-top: solid 1px #231815;
        float: none;
    }

    .recruit_contact .links .nb {
        border-right: none;
        border-top: solid 1px #231815;
        border-bottom: solid 1px #231815;
    }

    .recruit_contact .links .mail h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 12px 0;
    }

    .recruit_contact .links .mail a {

    }

    .recruit_contact .links .link {
        text-align: center;
        width: 100%;
        padding: 30px 0 30px 0;
        float: none;
    }
    .recruit_contact .links .link a {
        width: 90%;
    }
    .recruit_contact .note {
        font-size: 10px;
        line-height: 1.8;
        margin: 0 0 0 0;
    }
}

/* ---------------------------------- */
/*           ページ下部 スタジオ一覧              */
/* ---------------------------------- */
.studio_list{
    text-align: left;
    width: 980px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}
.studio_list .note {
    font-size: 10px;
    line-height: 1.8;
    margin: 3em 0 0 0;
}
.studio_list h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
    .studio_list {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 90px 0;
    }
    .studio_list .note {
        font-size: 10px;
        line-height: 1.8;
        margin: 0 0 0 0;
    }
    .studio_list h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 12px 0;
    }
}


/* ---------------------------------- */
/*           エントリー LINKS              */
/* ---------------------------------- */

/*.pc{
    display: block;
}
.sp{
    display: none;
}*/

.entry_links {
    height: 310px;
    background-image: url(/assets/img/sub-directory/recruit/common/entry_links_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.entry_links h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 64px 0 0 0;
}

.entry_links h3 span {
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0 0 0;
    display: block;
}

.entry_links .inner {
    width: 980px;
    margin: 0 auto;
    margin-top: 46px;
}

.entry_links .inner:after {
    content: "";
    clear: both;
    display: block;
}

.entry_links .inner .fig {
    width: 300px;
    margin: 0 40px 0 0;
    position: relative;
    float: left;
}

.entry_links .inner .fig:last-child {
    margin: 0;
    float: right;
}

.entry_links .inner .fig h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    height: 50px;
    color: #ffffff;
}

.entry_links .inner .fig h4 img {
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.entry_links .inner .fig p img {
    width: 300px;
}

.entry_links .offer {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0 0 0;
}

.entry_links .offer img {
    width: 100%;
}

.entry_links .inner .fig .bg {
    z-index: 1;
    position: relative;
}

.entry_links .inner .fig .offer_sp {
    z-index: 1;
    position: relative;
    display: none;
}

.entry_links .inner .fig .link {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    width: 200px;
    padding: 12px 0;
    border: solid 1px #231815;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.entry_links .inner .fig .link:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}

.entry_links .inner .fig .link::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.entry_links .inner .fig .link:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.entry_links .inner .fig .l1 {
    top: 130px;
    left: 50px;
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}

.entry_links .inner .fig .l1:hover {
    background-image: url(/assets/img/common/opw_on.png);
}

.entry_links .inner .fig .l2 {
    top: 130px;
    left: 50px;
}

.entry_links .inner .fig .l3 {
    top: 174px;
    left: 50px;
}

.entry_links .inner .fig .l4 {
    top: 130px;
    left: 50px;
}

.entry_links ul {
    width: 794px;
    padding: 60px 0 0 0;
    margin: 0 auto;
}

.entry_links ul:after {
    content: "";
    clear: both;
    display: block;
}

.entry_links ul li {
    width: 258px;
    margin: 0 10px 0 0;
    float: left;
}

.entry_links ul li:last-child {
    margin: 0;
    float: right;
}

.entry_links ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 258px;
    padding: 30px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.entry_links ul li a.opw {
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}

.entry_links ul li a.opw:hover {
    background-image: url(/assets/img/common/opw_on.png);
}

.entry_links ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.entry_links ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.entry_links ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .entry_links {
        height: auto;
        margin: 0 0 50px 0;
        padding: 0 0 20px 0;
        background-image: url(/assets/img/sub-directory/recruit/common/entry_links_bg_sp.jpg);
    }
    .entry_links h3 {
        font-size: 17px;
        padding: 35px 0 0 0;
    }

    .entry_links h3 span {
        font-size: 12px;
        padding: 15px 0 0 0;
        display: block;
    }
    .entry_links ul {
        width: 90%;
        padding: 30px 0 0 0;
        margin: 0 auto;
    }
    .entry_links ul:after {
        content: "";
        clear: both;
        display: block;
    }
    .entry_links ul li {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .entry_links ul li:last-child {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .entry_links ul li a {
        width: 100%;
    }
}

/*
@media screen and (max-width: 768px) {
    .entry_links .ld {
        font-size: 14px;
        line-height: 2;
        width: 90%;
        margin: 0 auto 60px auto;
    }
    .entry_links .inner {
        width: 90%;
    }
    .entry_links .inner .fig {
        width: 100%;
        margin: 0 0 50px 0;
        position: relative;
        float: none;
    }
    .entry_links .offer {
        display: none;
    }
    .entry_links .inner .fig p img {
        width: 100%;
    }
    .entry_links .inner .fig .link {
        width: 80%;
    }
    .entry_links .inner .fig .l1 {
        top: 20%;
        left: 10%;
    }

    .entry_links .inner .fig .l2 {
        top: 20%;
        left: 10%;
    }

    .entry_links .inner .fig .l3 {
        top: 28%;
        left: 10%;
    }

    .entry_links .inner .fig .l4 {
        top: 20%;
        left: 10%;
    }
    .entry_links .inner .fig .offer_sp {
        margin: 5px 0 0 0;
        display: block;
    }
}
*/


/*
.entry_links .inner {
    top: 0;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 2;
    border: solid 1px red;
}
*/

/*
.entry_links ul {
    width: 794px;
    padding: 60px 0 0 0;
    margin: 0 auto;
}

.entry_links ul:after {
    content: "";
    clear: both;
    display: block;
}

.entry_links ul li {
    width: 258px;
    margin: 0 10px 0 0;
    float: left;
}

.entry_links ul li:last-child {
    margin: 0;
    float: right;
}

.entry_links ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 258px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.entry_links ul li a.opw {
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}

.entry_links ul li a.opw:hover {
    background-image: url(/assets/img/common/opw_on.png);
}

.entry_links ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.entry_links ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.entry_links ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
    .entry_links {
        height: auto;
        margin: 0 0 50px 0;
        padding: 0 0 20px 0;
        background-image: url(/assets/img/sub-directory/recruit/common/entry_links_bg_sp.jpg);
    }
    .entry_links h3 {
        font-size: 17px;
        padding: 35px 0 0 0;
    }

    .entry_links h3 span {
        font-size: 12px;
        padding: 15px 0 0 0;
        display: block;
    }
    .entry_links ul {
        width: 90%;
        padding: 30px 0 0 0;
        margin: 0 auto;
    }
    .entry_links ul:after {
        content: "";
        clear: both;
        display: block;
    }
    .entry_links ul li {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .entry_links ul li:last-child {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .entry_links ul li a {
        width: 100%;
    }
}
*/


/* ---------------------------------- */
/*      サイド エントリーリンク          */
/* ---------------------------------- */
.smn_entry {
    top: 500px;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    width: 150px;
    height: 50px;
    background-color: #000;
    z-index: 1000;
    position: fixed;
}

.smn_entry img {
    width: 17px;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}

.smn_entry a {
    color: #fff;
    display: block;
}

.smn_entry a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .smn_entry {
        display: none;
    }
}


header .link{ display:none;}
@media screen and (max-width: 768px) {
    header .link {
        text-align: center;
        display:block;
        right:55px;
        top:17px;
    }

    header .link a {
        color: #231815;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 17px 6px 5px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        letter-spacing:-0.1em;
    }

    header .link a::after {
        position: absolute;
        top: 50%;
        right: 8px;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    header.hov .link a {
        color:#fff;
        background-color: #000;
    }
    header.hov .link a::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}



