@charset "utf-8";
/*-------------news.html------------*/
.wp-pagenavi {
    text-align: center;
    color: #5ec7d8!important;
    margin: 40px 0 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #404040 !important;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    text-decoration: none;
    margin: 0 13px 0 0px;
    font-size: 14px;
    background: #404040;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-size: 10px;
}
.wp-pagenavi span.pages.non {
    background: #c0c0c0;
    border: 1px solid #c0c0c0 !important;
    font-size: 10px;
}

.wp-pagenavi span.extend {
    background: none;
    padding: 0;
    border: 0 !important;
    color: #404040;
}
.wp-pagenavi a:hover {
    text-decoration: none;
    background: #eb6c1f;
    color: #fff!important;
    border: 1px solid #eb6c1f !important;
}
.wp-pagenavi span.current {
    text-decoration: none;
    background: #fff;
    color: #eb6c1f!important;
    border: 1px solid #eb6c1f !important;
}
.wp-pagenavi span.current {
    font-weight: normal;
}

.pagenav{
    text-align: center;
    padding: 4rem 0 6rem;
}
.pagenav a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #404040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #404040;
    font-size: 1.4rem;
}
.pagenav a.non{
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
}
.pagenav a:hover{
    background: #eb6c1f;
    text-decoration: none;
    border: 1px solid #eb6c1f;
}
.pagenav a.active{
    border: 1px solid #eb6c1f;
    background: #fff;
    color: #eb6c1f;
}
.pagenav a+a{
    margin: 0 0 0 10px;
}
.pagenav span{
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
    .pagenav{
        padding: 2rem 0 3rem;
    }
    .pagenav a{
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
        font-size: 1.2rem;
    }
    .pagenav a+a{
        margin: 0;
    }
    .pagenav span{
        margin: 0;
    }

    .wp-pagenavi a, .wp-pagenavi span {
        font-size: 12px;
        padding: 0;
        margin: 0 0 0 2px;
        border-radius: 2px;
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}
/*-------------news_article.html----------------------*/
.article{
    padding: 6rem 0;
}
.articlebox{
    background: #fff;
}
.articlebox .title{
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 1rem 0 1rem 30px;
    background: #eb6c1f;
    color: #fff;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.articlebox dl{
    display: table;
    color: #fff;
    width: 100%;
}
.articlebox dt{
    display: table-cell;
    font-size: 3.6rem;
    line-height: 1.1;
    width: 101px;
}
.articlebox dd{
    display: table-cell;
    vertical-align: middle;
}
.articlebox dd span{
    font-size: 1.8rem;
    padding: 0 0 0 30px;
    background: url("../img/common/arrow06.png")no-repeat left 15px center;
}
.articleboxin{
    padding: 3rem 30px 4rem;
}
.articleboxin .boxtit{
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.articleboxin .boximg{
    margin: 2rem 0 2.5rem;
}
.articleboxin .boxtxt{
    font-size: 1.4rem;
    color: #404040;
    line-height: 1.5;
}
.articleboxin .boxtxt + .boxtxt{
    margin: 2.5rem 0 0 0;
}
.ico{
    position: relative;
    cursor: pointer;
}
.ico a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 8;
}
.ico01{
    position: relative;
    cursor: pointer;
}
.ico01:before{
    position: absolute;
    content: '';
    background: url("../img/works_article/play_btn_mini.png")no-repeat 0 0;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 2;
}
.slider01 .slider01box{
    /*height: 400px;*/
    text-align: center;
}
.slider01 .slider01box img{
    /*height: 100%;*/
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .article{
        padding: 3rem 0 0 0;
    }
    .articlebox .title{
        font-size: 1.6rem;
        padding: 0.5rem 0 0.5rem 15px;
    }
    .articlebox dt{
        font-size: 2.4rem;
        width: 67px;
    }
    .articlebox dd span{
        font-size: 1.6rem;
        padding: 0 0 0 25px;
        background: url("../img/common/arrow06.png")no-repeat left 10px center;
        vertical-align: middle;
    }
    .articleboxin{
        padding: 1rem 10px 2rem;
    }
    .articleboxin .boxtit{
        font-size: 2.2rem;
    }
    .articleboxin .boximg{
        margin: 1rem 0 1.5rem;
    }
    .articleboxin .boxtxt{
        font-size: 1.2rem;
    }
    .articleboxin .boxtxt + .boxtxt{
        margin: 1.5rem 0 0 0;
    }

    .slider01 .slider01box {
        height: auto;
    }

    .ico a img {
        width: 50px !important;
    }

    .ico01:before {

    }
}
.articlebox .time{
    margin: 3rem 0 0 0;
}

.articlebox .time .tit{
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #eb6c1f;
}

.tit_time_custom {
	font-size: 1.8rem;
    color: #000;
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #eb6c1f;
    margin-top: 4rem;
}

.articlebox .time .tit02{
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #eb6c1f;
}

.articlebox .time .timebox{
    margin: 2rem 0 0 0;
}
.articlebox .timebox .box01{
    overflow: hidden;
    /*padding: 0 25px 0 0;*/
}
.articlebox .timebox .box02{
    /*float: right;*/
    width: 280px;
}

.imgL {
    float: left;
    margin-right: 25px;
}

.imgR {
    float: right;
    margin-left: 25px;
}
.articlebox .timebox .box01 .txt{
    font-size: 1.4rem;
    color: #404040;
}
.articlebox .timebox .box02 .text{
    color: #808080;
    font-size: 0.8rem;
    margin: 0.3rem 0 0 0;
    line-height: 1.2;
}
.articlebox .time + .time{
    margin: 3rem 0 0 0;
}
.articlebox .time ul{
    margin: 2rem 0 0 -30px;
}
.articlebox .time ul li{
    float: left;
    width: 33.33%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.articlebox .time .timein .img{
    text-align: center;
    /*max-height: 174px;*/
    overflow: hidden;
    display: table;
    width: 100%;
}

.articlebox .time .timein .img span {
    display: table-cell;
    vertical-align: middle;
}


.ie .articlebox .time .timein .img{
    text-align: center;
    /**/
    overflow: hidden;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.ie .articlebox .time .timein .img img {
    max-height: 174px;
}
.ie .articlebox .time .timein .img span {
    vertical-align: middle;
    display: table-cell;
}


.articlebox .time .timein .timeintext{
    color: #808080;
    font-size: 0.8rem;
    margin: 0.3rem 0 0 0;
    line-height: 1.2;
}
.articlebox .time .timein .timeintit{
    font-size: 1.6rem;
    margin: 1rem 0 0.5rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.articlebox .time .timein .timeintxt{
    color: #404040;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .articlebox .time{
        margin: 3rem 0 0 0;
    }
    .articlebox .time .tit,
    .tit_time_custom{
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .tit_time_custom {
        margin-top:3rem;
    }
    .articlebox .time .timebox{
        margin: 1rem 0 0 0;
    }
    .articlebox .timebox .box01{
        overflow: inherit;
        padding: 0;
        margin: 1rem 0 0 0;
    }

    .imgL {
        float: none;
        margin-right: 0;
    }

    .imgR {
        float: none;
        margin-left: 0;
    }
    .articlebox .timebox .box02{
        float: none;
        width: 100%;
        text-align: center;
    }
    .articlebox .timebox .box01 .txt{
        font-size: 1.2rem;

    }
    .articlebox .timebox .box02 .text{
        text-align: left;
        margin: 0.5rem 0 0 0;
    }
    .articlebox .time + .time{
        margin: 2rem 0 0 0;
    }
    .articlebox .time ul{
        margin: 1rem 0 0 0;
    }
    .articlebox .time ul li{
        float: none;
        width: 100%;
        padding: 0;
    }
    .articlebox .time .timein{
        margin: 2rem 0 0 0;
    }
    .articlebox .time .timein .img{
        text-align: center;
        display: block;
    }

    .articlebox .time .timein .img span {
        display: block;
    }

    .ie .articlebox .time .timein .img{
        text-align: center;
        /**/
        overflow: hidden;
        width: 100%;
        display: block;
        table-layout: inherit;
    }

    .ie .articlebox .time .timein .img img {
        max-height: inherit;
    }
    .ie .articlebox .time .timein .img span {
        vertical-align: middle;
        display: block;
    }
    .articlebox .time .timein .timeintit{
        font-size: 1.4rem;
        margin: 0.5rem 0 0.5rem;
    }
}
.articlebox .move{
    margin: 6rem 0 0 0;
}
.articlebox .movebox .img{
    float: left;
    /*width: 405px;*/
    max-width: 405px;
    position: relative;
}
.articlebox .movebox .img a{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%,-50%);
}

.articlebox .movebox .moveboxin{
    overflow: hidden;
    position: relative;
}
.articlebox .movebox .moveboxin .moveboxcont{
    position: absolute;
    bottom: 0;
    left: 30px;
}
.articlebox .moveboxin .tit{
    font-size: 1.8rem;
    line-height: 1.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.articlebox .moveboxin .tit span{
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
}
.articlebox .moveboxin .link{
    margin: 1rem 0 0.3rem;
}
.articlebox .moveboxin .link a{
    color: #eb6c1f;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4rem;
}
.articlebox .moveboxin .txt{
    color: #808080;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    font-size: 1.1rem;
}
.articlebox .moveboxin .text{
    color: #808080;
    font-size: 0.8rem;
    line-height: 1.2;
}

.text_copyright{
    color: #808080;
    font-size: 1.2rem;
    line-height: 1.2;
}
.articlebox .movebox .img01{
    float: right;
}

.articlebox .movebox .moveboxin .moveboxcon01{
    left: 0;
    right: auto;
    padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
    .articlebox .move{
        margin: 3rem 0 0 0;
    }
    .articlebox .movebox .img{
        float: none;
        width: auto;
        text-align: center;
        max-width: 100%;
    }
    .articlebox .movebox .moveboxin{
        overflow: inherit;
        position: inherit;
    }
    .articlebox .movebox .moveboxin .moveboxcont{
        position: inherit;
    }
    .articlebox .moveboxin .tit{
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .articlebox .moveboxin .tit span{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .articlebox .moveboxin .link{
        margin: 0.5rem 0;
    }
    .articlebox .moveboxin .link a{
        font-size: 1.2rem;
    }
    .articlebox .moveboxin .txt{
        line-height: 1.4;
        margin: 0 0 0.7rem 0;
        font-size: 1.1rem;
    }
    .articlebox .moveboxin .text{
        font-size: 0.8rem;
    }
    .articlebox .movebox .img01{
        float: none;
    }
    .articlebox .movebox .moveboxin .moveboxcon01{
        position: inherit;
    }
}
.articlebox .time table{
    margin: 2rem 0 0 0;
    width: 100%;
    font-size: 1.3rem;
    border: none;
}
.articlebox .time table th{
    background: #eb6c1f;
    width: 260px;
    color: #fff;
    padding: 1.5rem 0 1.5rem 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.articlebox .time table td{
    background: #f8f8f8;
    padding: 1.5rem 1.5rem 1.5rem 15px;
    color: #404040;
    line-height: 1.5;
}
.thborder{
    border-bottom: 1px solid #fff;
}
.tdborder{
    border-bottom: 1px dotted #b2b2b2;
}
@media screen and (max-width: 767px) {
    .articlebox .time table{
        margin: 1rem 0 0 0;
        font-size: 1.2rem;
    }
    .articlebox .time table th{
        display: block;
        width: 100%;
        padding: 0.5rem 0 0.5rem 5px;
        vertical-align: middle;
    }
    .articlebox .time table td{
        display: block;
        padding: 0.5rem 0 0.5rem 5px;
    }
    .thborder{
        border-bottom:none;
    }
    .tdborder{
        border-bottom: none;
    }
}
.articlenav{
    text-align: center;
    margin: 4rem 0 0 0;
}

.articlenav ul {
	overflow: hidden;
	margin-left: -25px;
}

.articlenav ul li {
	float: left;
}
.articlenav ul li .item{
    display: block;
    margin-left: 25px;
}

.articlenav ul li .item a {
	display: block;
}
.articlenav a.prev{
    width: 240px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eb6c1f;
    background: #fff;
    font-size: 1.4rem;
    color: #404040;
    padding: 0.5rem 0 0 15px;
    text-align: left;
}
.articlenav a.center{
    width: 360px;
    display: block;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #404040;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
  /*  -webkit-transform: translateY(-10px);
    transform: translateY(-10px);*/
}
.articlenav a.next{
    width: 240px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eb6c1f;
    background: #fff;
    font-size: 1.4rem;
    color: #404040;
    padding: 0.5rem 0 0 15px;
    text-align: left;
}
.articlenav a:hover{
    background: #eb6c1f;
    text-decoration: none;
}
.articlenav a.prev span{
    font-size: 1.6rem;
    color: #000;
    padding: 0 0 0 15px;
    background: url("../img/news_article/arrow01.png")no-repeat left top 9px;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
}
.articlenav a.next span{
    font-size: 1.6rem;
    color: #000;
    padding: 0 0 0 15px;
    background: url("../img/news_article/arrow02.png")no-repeat left top 9px;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
}

.articlenav a.center:before{
    content: '';
    position: absolute;
    background: url("../img/news_article/arrow03.png")no-repeat 0 0;
    width: 22px;
    height: 12px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.articlenav a.prev:hover span{
    background: url("../img/news_article/arrow04.png")no-repeat left top 9px;
    transition: all 0.5s;
}
.articlenav a.next:hover span{
    background: url("../img/news_article/arrow05.png")no-repeat left top 9px;
    transition: all 0.5s;
}
/*.articlenav a.center:hover{
    background: url("../img/news_article/arrow06.png")no-repeat right 25px center #eb6c1f;
    transition: none;
}*/
.artist_cont .articlenav a.next:hover span{
    background: url("../img/artist/ico_artist02.png")no-repeat left top 9px;
    color: #fff;
}
.artist_cont .articlenav a.prev:hover span{
    background: url("../img/artist/ico_artist03.png")no-repeat left top 9px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .articlenav{
        margin: 3rem 2rem 3rem 2rem;
    }

    .articlenav ul {
    	margin-left: -10px;
    }

    .articlenav ul li {
    	float: left;
        width: 50%;
    }

    .articlenav ul li .item {
    	margin-left: 10px;
    }
    .articlenav a{
        display: block;
    }
    .articlenav a.prev{
        width: auto;
        height: 50px;
        font-size: 1.2rem;
        padding: 0.2rem 5px 0 5px;
        /*margin: 0 auto;*/
    }
    .articlenav a.center{
        width: auto;
        height: 50px;
        color: #fff;
        font-size: 1.4rem;
        line-height: 50px;
        margin: 1rem auto 0 auto;
        -webkit-transform: none;
        transform: none;
    }
    .articlenav a.next{
        width: auto;
        height: 50px;
        font-size: 1.2rem;
        padding: 0.2rem 5px 0 5px;
        /*margin: 1rem auto 0 auto;*/
    }
}

/*-------------works_article.html----------------------*/
.slider{
    padding: 0 65px;
    margin: 2rem 0 0 0;
}
.slidertxt{
    text-align: center;
    padding: 2.5rem 0;
    line-height: 1.2;
	color: #808080;
    font-size: 1.2rem;
    line-height: 1.2;
	
}
.slick-slider{
    margin: 0;
}
.slider02{
    padding: 0 65px;
    margin: 0 0 5rem 0;
}
.slider02 .slick-current{
    opacity: 0.5;
}
.slider02box{
    transition: all 0.5s;
    text-align: center;
    padding: 0 5px;
}

.slick-slide .slider02box img {
    max-height: 60px;
    width: auto;
}
.slider02box:hover{
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s;
}
.slider02box + .slider02box{
    margin: 0 0 0 5px;
}
.slider02 .slick-prev{
    left: 25px;
    background: url("../img/works_article/prev.png")no-repeat 0 0;
}
.slider02 .slick-next{
    right: 25px;
    background: url("../img/works_article/next.png")no-repeat 0 0;
}
.slider02 .slick-prev:before{
    content: '';
}
.slider02 .slick-next:before{
    content: '';
}
.slider02 .slick-prev:hover{
    opacity: 0.7;
}
.slider02 .slick-next:hover{
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .slider{
        padding: 0;
        margin: 1rem 0 0 0;
    }
    .slidertxt{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .slider02{
        padding: 0;
        margin: 0 0 2.5rem 0;
    }
    .slider02 .slick-prev:before{
        content: '';
    }
    .slider02 .slick-next:before{
        content: '';
    }
    .slider02 .slick-prev:hover{
        opacity: 0.7;
    }
    .slider02 .slick-next:hover{
        opacity: 0.7;
    }
    .slick-slide img{
        margin: 0 auto;
    }

    .slider02box img {
        max-height: 83px;
    }
}

    /*----------works.html--------------------*/
.works .newslist .newsbox .textbox:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 32px;
    left: -8px;
    top: 5px;
    background: #eb6c1f;
    z-index: 2;
}

.works .newslist .newsbox .textbox .tit01{
    padding: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
    .works .newslist .newsbox .textbox:before{
        height: 28px;
        left: -5px;
        width: 2px;
    }

    /*.works .newslist .newsbox .textbox .tit01{
        padding: 0 0 6rem 0;
    }*/
}

/*--------careers.html---------------*/
.marza{
    padding: 5rem 0 9rem;
}
.marza .studio{
    padding: 0;
}
.hdtxt{
    font-size: 1.4rem;
    color: #404040;
    padding: 4rem 0 6rem;
    line-height: 1.6;
    text-align: center;
}
.marza .combox .combox02 .txt{
    font-size: 1.4rem;
}
.career{
    padding: 0 0 7rem 0;
}
.careerbox + .careerbox{
    margin: 9rem 0 0 0;
}
.hdM{
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    border-bottom: 1px solid #eb6c1f;
}

.hdM a{
    color: #000;
}

.hdM a:hover {
    text-decoration: none;
}
.hdM .icon01{
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.careerboxin{
    margin: 2rem 0 0 0;
}
.careerboxin .imgbox{
    float: left;
}
.careerboxin .cont{
    overflow: hidden;
    padding: 0 0 0 40px;
}
.careerboxin .imgbox .img{
    text-align: center;
    max-width: 280px;
}
.careerboxin .imgbox .text{
    font-size: 0.8rem;
    color: #808080;
    margin: 0.5rem 0 0 0;
}
.careerboxin .cont .tit{
    font-size: 1.6rem;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.careerboxin .cont .tit span{
    display: block;
    padding: 0 0 0 10px;
    font-size: 1.2rem;
    color: #404040;
    font-weight: normal;
    margin: 0.5rem 0 0 0;
}
.careerboxin .cont .tit a{
    position: relative;
    text-decoration: underline;
    color: #000;
    transition: all 0.5s;
}
.careerboxin .cont .tit a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.5s;
    display: none;
}
.careerboxin .cont .tit a:after{
    content: '';
    position: absolute;
    background: url("../img/careers/arrow01.png")no-repeat 0 0;
    width: 6px;
    height: 10px;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s;
}
.careerboxin .cont .tit a:hover{
    color: #eb6c1f;
}
.careerboxin .cont .tit a:hover:after{
    background: url("../img/careers/arrow02.png")no-repeat 0 0;
    transition: all 0.5s;
}
.careerboxin .cont .tit a:hover:before{
    background: #eb6c1f;
    transition: all 0.5s;
}
.careerboxin .cont .tit + .tit{
    margin: 2rem 0 0 0;
}
.icon01{
    width: 76px;
    height: 22px;
    background: #ec0000;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 1.2rem;
    border-radius: 1px;
    left: -10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .marzabox .inner_s{
        padding: 0;
    }
    .marza{
        padding: 2rem 0;
    }
    .hdtxt{
        font-size: 1.2rem;
        padding: 2rem 10px 3rem;
        line-height: 1.5;
    }
    .marza .combox .combox02{
        background: #fff;
        padding: 2rem 0 3rem 15px;
        width: 90%;
    }
    .marza .combox .combox02 .tit{
        position: inherit;
    }
    .marza .combox .combox02 .txt{
        font-size: 1.2rem;
        text-align: left;
        margin: 1rem 0 0 0;
    }
    .marza .combox .combox02 .tit span{
        font-size: 2.4rem;
    }
    .marza .combox .combox02 .tit span:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 11px;
        background: #eb6c1f;
        top: -28px;
        left: 0;
        z-index: 2;
    }
    .career{
        padding: 0 0 3rem 0;
    }
    .careerbox + .careerbox{
        margin: 3.5rem 0 0 0;
    }
    .hdM{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .careerboxin{
        margin: 1rem 0 0 0;
    }
    .careerboxin .imgbox{
        float: none;
        padding: 0 10px;
    }
    .careerboxin .imgbox .img {
    	max-width: 100%;
    }
    .careerboxin .imgbox .text {
    	margin: 1rem 0 0 0;
    }
    .careerboxin .cont{
        overflow: inherit;
        padding: 0 10px;
    }
    .careerboxin .cont .tit{
        font-size: 1.4rem;
        padding: 0 0 0 10px;
        margin: 2rem 0 0 0;
    }
    .careerboxin .cont .tit a:after{
        top: 6px;
        -webkit-transform: none;
        transform: none;
    }
    .marza .combox .img{
        padding: 0.3rem 0 0 0;
    }
    .marza .combox .combox02 .link {
        text-align: left;
    }
}




/*-----------------careers_more-------------------------*/
.careers_more{
    padding: 6rem 0;
}
.careers_more .articlebox .title{
    font-size: 2.8rem;
    padding: 2rem 0 2rem 20px;
    position: relative;
}

.careers_more .articlebox .title span {
    background: #ec0000;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 125px;
    left: -30px;
    top: -2px;
    float: left;
    position: relative;
}
.careers_more .articlebox .title:before{
    content: '採用強化中';
    position: absolute;
    background: #ec0000;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 125px;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.careers_more .articlebox .step .tit{
    border: none;
}
.careers_more .step{}
.careers_more .step ul{
    margin: 0.5rem 0 5rem 0;
}
.careers_more .step ul li{
    float: left;
    width: auto;
    padding: 0;
    max-width: 200px;
}
.careers_more .step ul li+li{
    margin: 0 0 0 15px;
}
.careers_more .stepbox{}
.careers_more .stepbox .img{
    text-align: center;
}
.careers_more .stepbox .cont{
    font-size: 1.3rem;
    color: #404040;
    padding: 0.5rem 10px 0 0;
}
.careers_more .articlebox .table{}
.careers_more .table table{
    width: 100%;
    margin: 0.5rem 0 0 0;
}
.careers_more .table table th{
    width: 255px;
    background: #fff;
    border-right: 5px solid #fff;
    vertical-align: top;
    padding: 2rem 20px 2rem 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers_more .table table td{
    padding: 1.5rem 20px;
    vertical-align: top;
    background: #fff;
}
.careers_more .table table th .thtit{
    font-size: 1.5rem;
    color: #897467;
}
.careers_more .table table th .thtxt{
    font-size: 1.2rem;
    color: #404040;
    margin: 3rem 0 0 0;
    line-height: 1.3;
}
.careers_more .table table th .thtext{
    font-size: 1rem;
    color: #808080;
    margin: 1rem 0 0 0;
    padding: 0 0 0 10px;
    text-indent: -12px;
    line-height: 1.3;
}
.careers_more .table table th.thborder01{
    border-top: 1px solid #b2b2b2;
}
.careers_more .table table td.tdborder01{
    border-top: 1px dotted #b2b2b2;
}
.careers_more .table table th.thborder01{
    border-bottom: 1px solid #b2b2b2;
}
.careers_more .table table td.tdborder01{
    border-bottom: 1px dotted #b2b2b2;
}
.careers_more .table table td.tdborder02{
    border-bottom: 1px dotted #b2b2b2;
}
.careers_more .table table th.thborder02{
    border-bottom: 1px solid #b2b2b2;
}
.careers_more .table table td .input01{
    width: 100%;
    border: none;
    background: #f8f8f8;
    height: 40px;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
}
.careers_more .table table .input01::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 1.6rem;
    color: #404040;
}
.a-upload {
    padding: 4px 10px;
    height: 40px;
    position: relative;
    line-height: 32px;
    cursor: pointer;
    color: #404040;
    background: #f8f8f8;
    border-radius: 1px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.a-upload .file{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 400px;
    height: 40px;
    line-height: 40px;
}
.a-upload:hover {
    text-decoration: none;
    opacity: 0.7;
}
.careers_more .table table .file::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 1.4rem;
}
.careers_more .table table td .tdfile + .tdfile{
    margin: 1rem 0 0 0;
}

.careers_more .table table td .tdfile .wpcf7-form-control-wrap {
    float: right;
    width: 180px;
}

.careers_more .table table td .tdfile input[type="file"].wpcf7-file {
    width: 180px;
}
.careers_more .table table td  .sub{
    background: #404040;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    border: none;
    height: 36px;
    width: 125px;
    position: relative;
    top: -16px;
    margin: 0 0 0 15px;
}
.careers_more .table table td .tdtit{
    font-size: 1.5rem;
    color: #808080;
    margin: 0.5rem 0 0 0;
}

.checkBox{
    margin: 1rem 0 0 0;
}

.checkBox.check_id {
    display: inline-block;
    vertical-align: top;
}
.checkBox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.checkBox label +label{
    margin:  0 0 0 10px;
}
.checkBox label span.check_custom {
    display: inline-block;
    background: url("../img/careers_more/ico_chechbox01_no.jpg") 0 3px no-repeat;
    background-size: 20px 20px;
    padding:3px 10px 3px 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #404040;
}
.checkBox label span.check_custom.on {
    background-image: url("../img/careers_more/ico_chechbox01_on.jpg")  !important;
    color: #eb6c1f;
}
.checkBox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -moz-opacity:0.0001;
    opacity:0.0001;
    width: 22px;
    height: 22px;
}


.agree span.wpcf7-list-item {
    display: inline-block;
    background: url("../img/careers_more/ico_chechbox01_no.jpg") 0 3px no-repeat;
    background-size: 20px 20px;
    padding:3px 10px 3px 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #404040;
    margin-left: 0;
}
.agree span.wpcf7-list-item.on {
    background-image: url("../img/careers_more/ico_chechbox01_on.jpg")  !important;
    color: #eb6c1f;
}
.agree input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -moz-opacity:0.0001;
    opacity:0.0001;
    width: 22px;
    height: 22px;
}
.careers_more .table table td .tdbox + .tdbox{
    margin: 3.5rem 0 0 0;
}

.careers_more .table table td .tdbox_custom {
    margin-top: 3.5rem;
}

.careers_more .table table td .tdbox_custom.tdbox_12 {
    margin-top: 0;
}
.careers_more .table table td textarea{
    width: 100%;
    border: none;
    resize: none;
    height: 160px;
    background: #f8f8f8;
    padding: 1rem 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers_more .table table td textarea::-webkit-input-placeholder{
    color: #404040;
}
.careers_more .table table td textarea:-moz-placeholder{
    color:#404040;
}
.careers_more .table table td textarea::-moz-placeholder{
    color:#404040;
}
.careers_more .table table td textarea:-ms-input-placeholder{
    color:#404040;
}
.careers_more .table .link{
    margin: 4rem 0 0 0;
    text-align: center;
}
.careers_more .table .link a{
    text-align: center;
}
.careers_more .table .link .link01{
    color: #808080;
    border: 2px solid #b2b2b2;
    background: url("../img/careers_more/ico_more01.png")no-repeat left 25px center;
    font-size: 1.6rem;
    width: 240px;
    height: 60px;
}
.careers_more .table .link .link01:hover{
    background: url("../img/careers_more/ico_more04.png")no-repeat left 25px center #b2b2b2;
    color: #404040;
    text-decoration: none;
    cursor: pointer;
}
.careers_more .table .link .link02{
    color: #000;
    border: 2px solid #eb6c1f;
    background: url("../img/careers_more/ico_more02.png")no-repeat right 25px center;
    font-size: 1.6rem;
    width: 360px;
    height: 60px;
    margin: 0 0 0 40px;
}
.careers_more .table .link .link02 span{
    font-size: 1.2rem;
}
.careers_more .table .link .link02:hover{
    background: url("../img/careers_more/ico_more03.png")no-repeat right 25px center #eb6c1f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .careers_more{
        padding: 0;
        margin-top: 2rem;
    }
    .careers_more .articlebox .title{
        font-size: 2.2rem;
        padding: 1rem 0 1rem 10px;
    }

    .careers_more .articlebox .title span {
        height: 30px;
        line-height: 30px;
        width: 80px;
        left: -10px;
        font-size: 1.4rem;
        margin-right: 10px;
    }
    .careers_more .articlebox .title:before{
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        width: 80px;
        left: 0;
        display: none;
    }
    .careers_more .step ul{
        margin: 0 0 2rem -5px;
    }
    .careers_more .step ul li{
        float: left;
        width: 50%;
        padding: 0 0 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: inherit;
        margin: 0.5rem 0 0 0;
    }
    .careers_more .step ul li+li{
        margin: 0.5rem 0 0 0;
    }
    .careers_more .stepbox .cont{
        font-size: 1.2rem;
    }
    .careers_more .table table th{
        width: 100%;
        display: block;
        border-right: 2px solid #fff;
        padding: 0.5rem 10px 0.5rem 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .careers_more .table table th.thborder01 {
    	border-bottom: 0;
    }

    .careers_more .table table.tbl_about th.thborder01 {
    	border-bottom: 1px solid #b2b2b2;
    }
    .careers_more .table table td{
        padding: 0.5rem 10px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .careers_more .table table th .thtit{
        font-size: 1.2rem;
    }
    .careers_more .table table th .thtxt{
        font-size: 1.2rem;
        margin: 1rem 0 0 0;
    }
    .careers_more .table table th .thtext{
        font-size: 1rem;
        margin: 1rem 0 0 0;
    }
    .careers_more .table table td.tdborder01{
        border: none;
    }
    .careers_more .table table td .input01{
        height: 30px;
        padding: 0 0 0 10px;
    }
    .careers_more .table table .input01::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 1.2rem;
    }
    .a-upload {
        padding: 2px 5px;
        height: 30px;
        position: relative;
        line-height: 28px;
        width: 100%;
    }
    .a-upload .file{
        width: 100%;
        height: 30px;
        line-height: 28px;
    }
    .careers_more .table table .file::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 1.2rem;
    }
    .careers_more .table table td .tdfile + .tdfile{
        margin: 1rem 0 0 0;
    }
    .careers_more .table table td  .sub{
        font-size: 1.2rem;
        height: 25px;
        width: 100%;
        position: inherit;
        display: block;
        top: 0;
        margin: 0;
    }

    .careers_more .table table td .tdtit{
    	margin: 3rem 0 0.5rem 0;
    }
    .careers_more .table table td .tdtit{
        font-size: 1.4rem;
    }
    .checkBox{
        margin: 0;
    }
    .checkBox label {
        display: block;
    }
    .checkBox label +label{
        margin: 0.1rem 0 0 0;
    }
    .checkBox label span {
        background: url("../img/careers_more/ico_chechbox01_no.jpg") left top 4px no-repeat;
        background-size: 15px 15px;
        font-size: 1.2rem;
    }
    .checkBox input[type=checkbox] {
        width: 15px;
        height: 15px;
    }
    .careers_more .table table td .tdbox + .tdbox{
        margin: 1rem 0 0 0;
    }
    .careers_more .table table td .tdbox_custom {
        margin-top: 1rem;
    }
    .checkBox.check_id {
        display: block;
    }
    .careers_more .table table td textarea{
        height: 100px;
        padding: 1rem 10px;
    }
    .careers_more .table .link{
        margin: 2rem 0 0 0;
    }
    .careers_more .table .link .link01{
        font-size: 1.4rem;
        width: 280px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    .careers_more .table .link .link02{
        font-size: 1.4rem;
        width: 280px;
        height: 50px;
        display: block;
        margin: 1rem auto 0;
    }
}

@media screen and (max-width: 560px) {
    .careers_more .table table td .tdfile .wpcf7-form-control-wrap {
        float: none;
        width: auto;
        display: block;
    }

    .careers_more .table table td .tdfile input[type="file"].wpcf7-file {
        width: auto;
    }
}




/*-------------------contact.html-------------------*/

.thanksbox{
    padding: 5rem 0 3.6rem;
}
.thanksbox .txt{
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 3.5rem;
    text-align: center;
}
.thanksbox .links{
    text-align: center;
    margin-top: 5.5rem;
}
.thanksbox .linksbox{
    display: inline-block;
    padding: 1.5rem 0 2rem;
    width: 380px;
    background: #fff;
    text-align: center;
}
.thanksbox .linksbox:last-child{
    margin-left: 40px;
}

.thanksbox .linksbox .tit{
    font-size: 1.6rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.thanksbox .linksbox .tel a{
    font-size: 3.2rem;
    color: #eb6c1f;
    font-weight: 900;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.thanksbox .linksbox .tel a:hover{
    text-decoration: none;
}
.thanksbox .linksbox .txt{
    font-size: 1.2rem;
    color: #808080;
    margin-top: 0;
}
.thanksbox .links02{
    margin-top: 11rem;
    text-align: center;
}
.thanksbox .links02 a{
    display: inline-block;
    font-size: 13px;
    color: #404040;
    padding: 0 30px;
    text-decoration: underline;
    border-left: 1px solid #b2b2b2;
}
.thanksbox .links02 a:last-child{
    border-right: 1px solid #b2b2b2;
}
.thanksbox .links02 a:hover{
    color: #eb6c1f;
}
@media screen and (max-width: 767px) {
    .thanksbox{
        padding: 2.5rem 0 2rem;
    }
    .thanksbox .txt{
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .thanksbox .links{
        margin-top: 2.5rem;
    }
    .thanksbox .linksbox{
        padding: 1rem 0 1.5rem;
        width: 90%;
    }
    .thanksbox .linksbox:last-child{
        margin-left: 0;
        margin-top: 1rem;
    }
    .thanksbox .linksbox .tit{
        font-size: 1.4rem;
    }
    .thanksbox .linksbox .tel a{
        font-size: 2.4rem;
        pointer-events: inherit;
    }
    .thanksbox .linksbox .txt{
        font-size: 1.2rem;
    }
    .thanksbox .links02{
        margin-top: 5rem;
        text-align: center;
    }
    .thanksbox .links02 a{
        font-size: 1.2rem;
        padding: 0 10px;
    }
}
/*-------------------disclaimer.html-------------------*/

.disclaimer .mainbox{
    padding: 6rem 0;
}
.disclaimer .mainbox>.tit{
    font-size: 2.8rem;
    color: #fff;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2rem 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eb6c1f;
}
.disclaimer .mainbox .cont{
    padding: 3.6rem 4rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disclaimer .mainbox .cont .des+.des{
    margin-top: 6rem;
}
.disclaimer .mainbox .cont .des .tit{
    font-size: 1.6rem;
    color: #eb6c1f;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.disclaimer .mainbox .cont .des .txt{
    font-size: 1.3rem;
    color: #404040;
    line-height: 1.5;
    padding-left: 25px;
    margin-top: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disclaimer .mainbox .cont .des .txt a{
    color: #eb6c1f;
    text-decoration: underline;
}
.disclaimer .mainbox .cont .des.last .txt{
    padding: 0;
}
.disclaimer .mainbox .btn{
    margin-top: 4rem;
    text-align: center;
}
.disclaimer .mainbox .btn a{
    position: relative;
    display: inline-block;
    width: 360px;
    background: #404040;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.8rem 0;
}
.disclaimer .mainbox .btn a:before{
    background: url("../img/disclaimer/ico_disclaimer.png") 0 0 no-repeat;
    width: 22px;
    height: 12px;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
.disclaimer .mainbox .btn a:hover{
    background: #eb6c1f;
}

@media screen and (max-width: 767px) {
    .disclaimer .mainbox{
        padding: 3rem 0;
    }
    .disclaimer .mainbox>.tit{
        font-size: 2rem;
        padding: 1rem 1.5rem;
    }
    .disclaimer .mainbox .cont{
        padding: 2rem 1rem;
    }
    .disclaimer .mainbox .cont .des+.des{
        margin-top: 2rem;
    }
    .disclaimer .mainbox .cont .des .tit{
        font-size: 1.4rem;
    }
    .disclaimer .mainbox .cont .des .txt{
        font-size: 1.2rem;
        color: #404040;
        line-height: 1.5;
        padding-left: 15px;
        margin-top: 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .disclaimer .mainbox .cont .des .txt a{
        color: #eb6c1f;
        text-decoration: underline;
    }
    .disclaimer .mainbox .cont .des.last .txt{
        padding: 0;
    }
    .disclaimer .mainbox .btn{
        margin-top: 2rem;
    }
    .disclaimer .mainbox .btn a{
        position: relative;
        display: inline-block;
        width: 90%;
        background: #404040;
        font-size: 1.4rem;
        color: #fff;
        padding: 1.5rem 0;
    }
    .disclaimer .mainbox .btn a:before{
        background: url("../img/disclaimer/ico_disclaimer.png") 0 0 no-repeat;
        width: 22px;
        height: 12px;
        left: 23px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
    .disclaimer .mainbox .btn a:hover{
        background: #eb6c1f;
    }
}

.privacy .mainbox .cont>.txt{
    font-size: 1.4rem;
    color: #404040;
    text-align: center;
    line-height: 1.5;
}
.privacy .mainbox .des.first{
    margin-top:6rem;
}
.privacy .mainbox .cont .txt ul{
    margin-top: 2rem;
}
.privacy .mainbox .cont .txt li{
    position: relative;
    padding-left: 1.7rem;
}
.privacy .mainbox .cont .txt .list01 li{
    padding-left: 34px;
}
.privacy .mainbox .cont .txt li+li{
    margin-top: 1rem;
}
.privacy .mainbox .cont .txt li span{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.privacy .mainbox .cont .txt span.strong{
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.privacy .mainbox .cont .txt02{
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 1.8rem;
    padding-left: 2.5rem;
    color: #404040;
}
.privacy .mainbox .cont .txt02 span.strong{
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.privacy .mainbox .cont .txt02 ul{
    margin-top: 2rem;
}
.privacy .mainbox .cont .txt02 li{
    position: relative;
    padding-left: 1.7rem;
}
.privacy .mainbox .cont .txt02 li+li{
    margin-top: 1rem;
}

.privacy .mainbox .cont .txt02 li span{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.privacy .mainbox .cont .des.plchange .txt02{
    padding-left: 0;
}
.privacy .mainbox .cont  .righttxt{
    margin-top: 3rem;
    text-align: right;
    font-size: 1.2rem;
    color: #404040;
}
.privacy .mainbox .cont  .righttxt span{
    display: block;
    font-size: 1.3rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
    .privacy .mainbox .cont>.txt{
        font-size: 1.2rem;
    }
    .privacy .mainbox .des.first{
        margin-top:3rem;
    }
    .privacy .mainbox .cont .txt ul{
        margin-top: 1rem;
    }
    .privacy .mainbox .cont .txt li+li{
        margin-top: 1rem;
    }
    .privacy .mainbox .cont .txt02{
        font-size: 1.2rem;
        margin-top: 1rem;
        padding-left: 2.5rem;
    }
    .privacy .mainbox .cont .txt02 ul{
        margin-top: 1rem;
    }
    .privacy .mainbox .cont .txt02 li span{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .privacy .mainbox .cont  .righttxt{
        margin-top: 1.5rem;
    }
}


/*-------------------careers_article.html-------------------*/

.careers{
    padding: 8rem 0 6rem;
    background: #f8f8f8;
}
.careers .what .img{
    float: left;
}
.careers .what .des{
    overflow: hidden;
    padding-left: 60px;
}
.careers .what .des .tit{
    font-size: 3.6rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.careers .what .des .smalltit{
    font-size: 1.8rem;
    margin-top: 9rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.22;
}
.careers .what .des .txt{
    font-size: 1.4rem;
    line-height: 1.57;
    color: #404040;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .careers{
        padding: 4rem 0 3rem;
    }
    .careers .what .img{
        float: none;
        text-align: center;
    }
    .careers .what .des{
        padding-left: 0;
        padding-top: 1rem;
    }
    .careers .what .des .tit{
        font-size: 2rem;
    }
    .careers .what .des .smalltit{
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    .careers .what .des .txt{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
}

.careers .careers_detail{
    width: 900px;
    margin: 0 auto;
}
.careers_detail .contbox{
    margin-top: 6rem;
}
.careers_detail .contbox>.tit{
    font-size: 32px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background: #eb6c1f;
    padding: 2rem 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers_detail .contbox .tit span{
    font-size: 14px;
    color: #fff;
}
.careers_detail .contbox .desbox{
    padding: 4rem 3rem 3.5rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers_detail .contbox .desbox_top .img{
    float: left;
}
.careers_detail .contbox .desbox_top .explain{
    overflow: hidden;
    padding-left: 30px;
}
.careers_detail .desbox_top .explain .tags{
    display: inline-block;
    padding: 0.3rem 15px;
    font-size: 13px;
    color: #fff;
    background: #ec0000;
    border-radius: 1px;
}
.careers_detail .desbox_top .explain .tit{
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.22;
    padding-bottom: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #eb6c1f;
}
.careers_detail .desbox_top .explain .txt{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #404040;
    margin-top: 1rem;
}
.careers_detail .deslist{
    margin-top: 4rem;
}
.careers_detail .deslist ul{
    margin-left: -30px;
}
.careers_detail .deslist li{
    float: left;
    width: 33.33%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers_detail .deslist .listimg{
    text-align: center;
}
.careers_detail .deslist .listtit{
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.careers_detail .deslist .listtxt{
    font-size: 1.2rem;
    line-height: 1.8;
    color: #404040;
}
@media screen and (max-width: 767px) {
    .careers .careers_detail{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .careers_detail .contbox{
        margin-top: 3rem;
    }
    .careers_detail .contbox>.tit{
        font-size: 2.4rem;
        padding: 1rem 1.5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .careers_detail .contbox .tit span{
        font-size: 1.2rem;
        color: #fff;
    }
    .careers_detail .contbox .desbox{
        padding: 2rem 1rem;
    }
    .careers_detail .contbox .desbox_top .img{
        float: none;
        text-align: center;
    }
    .careers_detail .contbox .desbox_top .explain{
        padding-left: 0;
        padding-top: 1rem;
    }
    .careers_detail .desbox_top .explain .tit{
        font-size: 1.6rem;
    }
    .careers_detail .desbox_top .explain .txt{
        font-size: 1.2rem;
    }
    .careers_detail .deslist{
        margin-top: 2rem;
    }
    .careers_detail .deslist ul{
        margin-left: 0;
    }
    .careers_detail .deslist li{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }
    .careers_detail .deslist .listimg{
        text-align: center;
    }
    .careers_detail .deslist .listimg img{
        width: 100%;
    }
    .careers_detail .deslist .listtit{
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    .careers_detail .deslist .listtxt{
        font-size: 1.2rem;
    }
}

.careers .artist{
    padding-top: 9rem;
}
.careers .artist .maintxt{
    font-size: 1.4rem;
    line-height: 1.57;
    color: #404040;
    text-align: center;
    margin-top: 3.7rem;
}

.careers .artist .artistlist .newsbox{
    padding: 1rem 0 1.8rem;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers .artist .artistlist .newsbox:before{
    background: url("../img/careers_article/ico_article.jpg") 0 0 no-repeat;
    width: 10px;
    height: 10px;
    right: 10px;
    bottom: 10px;
    content: '';
    z-index: 2;
    position: absolute;
}

.careers .artist .artistlist .newsbox .img{
    text-align: center;
    padding: 0 0 1rem 0;
    margin: 0 10px;
    max-height: 228px;
    border-bottom: 1px solid #f0f0f0;
}
.careers .artist .artistlist .newsbox .tit{
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.5rem 0 1rem;
}
.careers .artist .artistlist .newsbox .txt{
    font-size: 1.2rem;
    line-height: 1.33;
    color: #404040;
    padding: 0;
}
.careers .want_artist{
    padding: 9rem 0 0 0;
}
.careers .want_artist .txt{
    font-size: 1.4rem;
    line-height: 1.57;
    color: #404040;
    margin-top: 4rem;
    text-align: center;
}
.careers .want_artist .txt01{
    margin-top: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #404040;
}
.careers .want_artist .btn{
    text-align: center;
    margin-top: 4.5rem;
}
.careers .want_artist .btn01{
    margin-top: 3.2rem;
}

.careers .want_artist .btn a{
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 0;
    width: 360px;
    background: #404040;
    position: relative;
}
.careers .want_artist .btn a span{
    font-size: 1.2rem;
}

.careers .want_artist .btn a:before{
    background: url("../img/careers_article/ico_article02.png") 0 0 no-repeat;
    width: 12px;
    height: 9px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
.careers .want_artist .btn01 a:before{
    background: url("../img/careers_article/ico_article03.png") 0 0 no-repeat;

}
.careers .want_artist .btn a:hover{
    background: #eb6c1f;
}

@media screen and (max-width: 767px) {
    .careers .artist{
        padding-top: 3rem;
    }
    .careers .artist .maintxt{
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .careers .artist .artistlist .newsbox{
        padding: 1rem 0;
    }
    .careers .artist .artistlist .newsbox .tit{
        font-size: 1.4rem;
    }
    .careers .artist .artistlist .newsbox .txt{
        font-size: 1.2rem;
    }
    .careers .want_artist{
        padding: 3rem 0 0 0;
    }
    .careers .want_artist .txt{
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .careers .want_artist .txt01{
        margin-top: 1.5rem;
        font-size: 1.2rem;
    }
    .careers .want_artist .btn{
        margin-top: 2rem;
    }
    .careers .want_artist .btn01{
        margin-top: 2rem;
    }

    .careers .want_artist .btn a{
        font-size: 1.2rem;
        padding: 1rem 0;
        width: 90%;
    }
    .careers .want_artist .btn a:before{
        right: 10px;
    }
    .careers .want_artist .btn01 a:before{
        background: url("../img/careers_article/ico_article03.png") 0 0 no-repeat;

    }
    .careers .want_artist .btn a:hover{
        background: #eb6c1f;
    }
}

/*-------------------artist.html---------------*/

.artist_cont{
    background: #f8f8f8;
}
.artist_cont .introduce{
    padding: 6rem 0 0 0;
}
.artist_cont .introduce .tit{
    padding: 1.6rem 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eb6c1f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.artist_cont .introduce .tit span{
    display: block;
    font-size: 1.8rem;
    color: #fff;
}
.artist_cont .introducebox{
    padding: 3.5rem 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.artist_cont .introducebox .caption{
    font-size: 3.2rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.artist_cont .introducebox .img{
    margin-top: 1rem;
    text-align: center;
}
.artist_cont .introducebox .des{
    margin-top: 3rem;
}
.artist_cont .introducebox .des+.des{
    margin-top: 4.5rem;
}

.artist_cont .introducebox .destit{
    font-size: 1.4rem;
    color: #eb6c1f;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 50px;
    line-height: 1.57;
    background: url("../img/artist/ico_artist01.jpg") no-repeat left center;
}
.artist_cont .introducebox .destxt{
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #404040;
    line-height: 1.57;
    /*padding-left: 50px;*/
}
.artist_cont .introducebox .destxt .dest_name{
    font-size: 1.4rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* position: absolute;
    top: 0;
    left: 0;*/
    z-index: 2;
    display: block;
    margin-bottom:0.5rem;
}

.artist_cont .articlenav{
    padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
    .artist_cont .introduce{
        padding: 3rem 0 0 0;
    }
    .artist_cont .introduce .tit{
        padding: 1rem 1.5rem;
        font-size: 1.2rem;
    }
    .artist_cont .introduce .tit span{
        font-size: 1.6rem;
    }
    .artist_cont .introducebox{
        padding: 2rem 1rem;
    }
    .artist_cont .introducebox .caption{
        font-size: 2.4rem;
    }
    .artist_cont .introducebox .img{
        margin-top: 1rem;
    }
    .artist_cont .introducebox .des{
        margin-top: 1.5rem;
    }
    .artist_cont .introducebox .des+.des{
        margin-top: 2rem;
    }
    .artist_cont .introducebox .destit{
        font-size: 1.2rem;
        padding-left: 30px;
        background: url("../img/artist/ico_artist01.jpg") no-repeat left center;
        -webkit-background-size: 25px 1px;
        background-size: 25px 1px;
    }
    .artist_cont .introducebox .destxt{
        font-size: 1.2rem;
        /*padding-left: 30px;*/
    }
    .artist_cont .introducebox .destxt .dest_name{
        font-size: 1.2rem;
    }
    .artist_cont .articlenav{
        padding: 0;
    }
}






/*--------------about-----------------*/
.about{
    padding: 5rem 0 6rem;
}
.about .articleboxin{
    padding: 4rem 30px ;
}
.about .abouttxt{
    padding: 5rem 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    color: #404040;
}
.about .articlebox .title{
    position: inherit;
    padding: 2rem 0 2rem 20px;
}
.about .articlebox .title:before{
    display: none;
}
.about .articlebox .time{
    margin: 0;
}
.about .articlebox .time>table{
    margin: 0;
}
.about .table{
    margin: 6rem 0 0 0;
}
.about .table .tabletitle{
    font-size: 1.8rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .table table th{
    vertical-align: middle;
    font-size: 1.6rem;
}
.about .table table td{
    padding: 2rem 20px;
    font-size: 1.4rem;
    vertical-align: middle;
}
.about .articlebox .time>table td .address{
    font-size: 1.3rem;
    color: #404040;
}
.about .articlebox .time>table td .map iframe{
    height: 530px;
    width: 100%;
    border: none;
    margin: 1.5rem 0;
}
.about .articlebox .time>table td .tdlink{
    text-align: right;
}
.about .articlebox .time>table td .tdlink a{
    display: inline-block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #eb6c1f;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    background: url("../img/about/ico_about01.png")no-repeat right 15px center;
}
.about .articlebox .time>table td .tdlink a:hover{
    background: url("../img/about/ico_about02.png")no-repeat right 15px center #eb6c1f;
    color: #fff;
    text-decoration: none;
}
.about .table .link a{
    display: inline-block;
    width: 360px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #eb6c1f;
    background: url("../img/about/ico_about01.png")no-repeat right 25px center;
    font-size: 1.6rem;
    color: #000;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .table .link a:hover{
    background: url("../img/about/ico_about02.png")no-repeat right 25px center #eb6c1f;
    color: #fff;
    text-decoration: none;
}
.about .table .link a+a{
    margin: 0 0 0 30px;
}
.about .articlebox .time>table td .bigimg{
    margin: 0.8rem 0 0 0;
}
.about .articlebox .time>table td .bigimg a{
    font-size: 1.2rem;
    color: #404040;
    padding: 0 0 0 20px;
    background: url("../img/about/ico_about03.png")no-repeat left center;
}
.about .articlebox .time>table td .bigimg a:hover{
    text-decoration: none;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .about{
        padding: 3rem 0;
    }
    .about .articleboxin{
        padding: 2rem 10px;
    }
    .about .abouttxt{
        padding: 2.5rem 0;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .about .articlebox .title{
        position: inherit;
        padding: 1rem 0 1rem 10px;
    }
    .about .table{
        margin: 3rem 0 0 0;
    }
    .about .table .tabletitle{
        font-size: 1.6rem;
    }
    .about .table table th{
        font-size: 1.4rem;
    }
    .about .table table td{
        padding: 1rem 10px;
        font-size: 1.2rem;
    }

    .about .table table.tbl_about td {
        margin-bottom: 20px;
    }
    .about .articlebox .time>table td .address{
        font-size: 1.2rem;
    }
    .about .articlebox .time>table td .map iframe{
        height: 250px;
        margin: 1rem 0;
    }
    .about .articlebox .time>table td .tdlink a{
        width: 180px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #eb6c1f;
        font-size: 1.2rem;
    }
    .about .table .link a{
        display: block;
        width: 280px;
        height: 40px;
        line-height: 40px;
        border: 2px solid #eb6c1f;
        font-size: 1.4rem;
        margin: 0 auto;
    }
    .about .table .link a+a{
        margin: 1rem auto 0;
    }
}
.about .articlebox + .articlebox{
    margin: 8rem 0 0 0;
}
.about .company{
    padding: 3rem 0;
    margin: 0 30px;
    border-bottom: 1px solid #b2b2b2;
}
.about .company .logo{
    float: left;
    max-width: 120px;
}

.about .company .logo img {
	border: 1px solid #f0f0f0;
}
.about .company .textbox{
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
}
.about .company .textbox>.name{
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .company .textbox>.address{
    font-size: 1.1rem;
    color: #808080;
}
.about .company .textbox>.infor{
    font-size: 1.4rem;
    color: #404040;
    margin: 1rem 0 0 0;
}
.about .company .textbox>.link a{
    font-size: 1.4rem;
    color: #eb6c1f;
    position: absolute;
    left: 20px;
    top: 95px;
}
.about .textbox .company{
    border: none;
    border-top: 1px dashed #b2b2b2;
    margin: 5rem 0 0 0;
    padding: 3rem 0 0 0;
}
.about .company .textbox dl{
    display: table;
    width: 100%;
    padding: 1.1rem 0;
    background: #f8f8f8;
    margin: 1.5rem 0 0 0;
}
.about .company .textbox dt{
    display: table-cell;
    width: 105px;
    text-align: center;
    border-right: 1px solid #b2b2b2;
    font-size: 1.4rem;
    color: #808080;
    padding: 1rem 0;
    vertical-align: middle;
}
.about .company .textbox dd{
    display: table-cell;
    padding: 0 0 0 18px;
    line-height: 1.1;
}
.about .company .textbox dd .ddtit{
    font-size: 1.6rem;
    color: #000;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .company .textbox dd .ddtxt{
    color: #808080;
    font-size: 1.1rem;
    margin: 0.6rem 0 0 0;
}
.about .articleboxin .time + .time{
    margin: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
    .about .articlebox + .articlebox{
        margin: 2rem 0 0 0;
    }
    .about .company{
        padding: 1.5rem 0;
        margin: 0 10px;
    }
    .about .company .logo{
        float: none;
        text-align: center;
        max-width: 100%;
    }
    .about .company .textbox{
        overflow: inherit;
        padding: 0;
        margin: 0.5rem 0 0 0;
    }
    .about .company .textbox>.name{
        font-size: 1.6rem;
    }
    .about .company .textbox>.address{
        font-size: 1.1rem;
    }
    .about .company .textbox>.infor{
        font-size: 1.2rem;
        margin: 1rem 0 0 0;
    }
    .about .company .textbox>.link{
        margin: 0.5rem 0 0 0;
    }
    .about .company .textbox>.link a{
        font-size: 1.2rem;
        position: inherit;
    }
    .about .textbox .company{
        border: none;
        border-top: 1px dashed #b2b2b2;
        margin: 1rem 0 0 0;
        padding: 1.5rem 0 0 0;
    }
    .about .company .textbox dl{
        display: table;
        padding: 0.5rem 0;
        margin: 1rem 0 0 0;
    }
    .about .company .textbox dt{
        font-size: 1.4rem;
        padding: 0.5rem 0;
    }
    .about .company .textbox dd{
        padding: 0 0 0 15px;
    }
    .about .company .textbox dd .ddtit{
        font-size: 1.4rem;
    }
    .about .company .textbox dd .ddtxt{
        margin: 0.5rem 0 0 0;
    }
    .about .articleboxin .time + .time{
        margin: 3rem 0 0 0;
    }
}

#text {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}