/*---------------------------------------
 * TOP
---------------------------------------*/ 

.mainvisual{
	margin: 0 ;
	height: 720px;
}

.mainvisual .slide{
	height: 720px;
}


.mainvisual .slide .detail{
	padding: 0 0 0 15%;
	height: 720px;
	display: table-cell;
	vertical-align: middle;
}

.mainvisual .slide .detail-r{
	padding: 0 10% 0 0;
	height: 720px;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}

.mainvisual .slide .detail .midashi{
	font-size: 64px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: 200;
}

.mainvisual .slide .detail .midashi.f-size{
	font-size: 32px;
}

.mainvisual .slide .detail .midashi-en{
	font-size: 20px;
	margin-bottom: 55px;	
}

.mainvisual .slide .detail .link a{
	padding: 20px 22px;
	
}

.slick-dots{
	margin-top: -165px;
	text-align: left; 
	padding-left: 15%;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	border: 2px solid #FFFFFF;
	text-align: center;
	opacity: 1;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	border-radius: 7px;
}

.mainvisual .slick-prev{
	top: 58%;
	left: 20px;
	width: 60px;
	height: 60px;
}

.mainvisual .slick-next{
	top: 58%;
	right:20px;
	width: 60px;
	height: 60px;
}




/* 重要なお知らせ
---------------------------------------*/ 

.important-news{
	width: 1120px;
	height: 80px;
	margin: -80px auto 0;
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 10;
	
}

.important-news .name{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	font-size: 1em;
	background: #8a9099;
}

.important-news .haedline{
	display: table-cell;
	width: 740px;
	background: #585e6a;
	vertical-align: middle;
}

.important-news .haedline ul{
	padding: 0 30px ;
	line-height: 1.7;
}

.important-news .haedline ul li{
	margin: 2px 0 0 ;
	color: #FFFFFF;
	font-size: 0.857em;
}

.important-news .haedline ul li a{
	color: #FFFFFF;
}

.important-news .haedline ul li time{
	display: inline;
}

.important-news .haedline ul li time:after{
	content: "　-　";
}

.important-news .haedline ul li a{
	text-decoration: underline;
}

.important-news .haedline ul li a:hover{
	text-decoration: none;
}

.important-news .links{
	display: table-cell;
	background: #585e6a;
	vertical-align: middle;
	padding: 0 ;
}

.important-news .links a{
	display: block;
	border: none;
	color: #FFFFFF;
}

.important-news .links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}



/* ニュース&リリース
---------------------------------------*/ 

.top .news-release{
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0 20px;
}

.top .news-release .news-release-title{
	width: 290px;
	margin: 0px auto 50px;
	
}

.top .news-release ul{
	font-size: 0;
}


.top .news-release ul li{
	width: 260px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 23px 0 0;

}

.top .news-release ul li.last{
	margin: 0;
}

.top .news-release ul li .photo{
	width: 260px;
	height: 170px;
	overflow: hidden;
	display: block;
}

.top .news-release ul li .text{
	width: 230px;
	height: 70px;
	display: block;
	background: #f5f6f6;
	position: relative;
	padding: 5px 15px 15px;
	line-height: 1.8;
}

.top .news-release ul li .text div{
	
}

.top .news-release ul li .text time{
	padding: 2px 0;
	margin-bottom: 0px;
	font-size:12px;
}

.top .news-release ul li .text .category{
	width: 123px;
	height: 15px;
	position: absolute;
	top:-21px;
	left:0;
	background: url(../images/top/bg_top-01.png) 50% no-repeat;
	background-size: 124px;
	padding: 6px 0 0;
	text-indent: -9999px;
}

.top .news-release ul li .text a:hover{
	text-decoration: none;
}




.top .news-release .links a{
	width: 100%;
	height: auto;
	padding: 20px 0;
	display: block;
	border: 1px solid #585e6a;
	vertical-align: middle;
	z-index: 9999;
	position: relative;
}


.top .news-release ul li .text .title a{
	font-size:14px;
}





/* ABOUT US
---------------------------------------*/ 

.top .about-us {
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0 0px ;
}

.top .about-us .about-us-title{
	width: 124px;
	margin: 0px auto 50px;
}

.top .about-us ul{

}

.top .about-us ul li{
	width:546px;
	height: 200px;
	float: left;
	margin: 0 27px 25px 0;
}

.top .about-us ul .box-01 {
	background-image:url(../images/top/pic_top-02.jpg);
}

.top .about-us ul .box-02 {
	background-image:url(../images/top/pic_top-03.jpg);
}

.top .about-us ul .box-03 {
	background-image:url(../images/top/pic_top-04.jpg);
}

.top .about-us ul .box-04 {
	background-image:url(../images/top/pic_top-05.jpg);
}

.top .about-us ul .box-05 {
	background-image:url(../images/top/pic_top-09.jpg);
}

.top .about-us ul .box-06 {
	background-image:url(../images/top/bg_btn_contact_01.jpg);
}

.top .about-us ul .box-07 {
	background-image:url(../images/top/bg_btn_contact_02.jpg);
}

.top .about-us ul .box-08 {
	background-image:url(../images/top/bg_btn_vmg.jpg);
}

.top .about-us ul .box-09 {
	background-image:url(../images/top/bg_btn_eeo.jpg);
}

.top .about-us ul li a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 3%;
	position: relative;
	z-index: 9999;
	color: #FFFFFF;
	text-align: center;
}

.top .about-us ul li a:hover + .black-bg{
	opacity: 0.7;
}









/* 採用情報
---------------------------------------*/ 

.top .recruit {
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0px 70px;
}

.top .recruit .recruit-title{
	width: 96px;
	margin: 0px auto 50px;
}

.top .recruit .about-recruit{
	width: 546px;
	float: left;
}

.top .recruit .about-recruit .box{
	height: 429px;
}


.top .recruit .about-recruit .photo-box span{
	margin: 40px auto !important;
}

.top .recruit .about-recruit .text{
	background: #eeeeee;
	text-align: center;
	
}

.top .recruit .about-recruit .text{
	width: 486px;
	padding:  30px;
	line-height: 1.6;
	display: table;
	table-layout: fixed;
}

.top .recruit .about-recruit .text .read{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.top .recruit .about-recruit .links{
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	margin: 0;
	padding: 0px 0;
}

.top .recruit .about-recruit .links a{
	padding: 12px 20px;
}

.top .recruit .recruit-info{
	width: 546px;
	float: right;
}

.top .recruit .recruit-info ul .box-01{
	width: 100%;
	height: 200px;
	background-image:url(../images/top/pic_top-07.jpg);
	margin-bottom: 28px;
}

.top .recruit .recruit-info ul .box-02{
	width: 100%;
	height: 200px;
	background-image:url(../images/top/pic_top-08.jpg);
}

.top .recruit .recruit-info ul .box-01 .copy .title{
	background: url(../images/module/icon_hotelgroup-01.png) 100% 1px no-repeat;
	background-size: 16px;
	padding-right: 20px;
	display: inline;
}

.top .recruit .recruit-info ul .box a:hover + .black-bg,
.recruit-career-info ul .box a:hover + .black-bg,
.recruit-career-info-2 ul .box a:hover + .black-bg{
	opacity: 0.7;
}


/* キャリア採用：TOP */
.recruit-career-info .box{
	width: 255px;
	height: 220px;
	margin: 0 17.5px 30px 0;
	float:left;
}

.recruit-career-info-2 .box{
	width: 390px;
	height: 220px;
	margin: 0 20px 0 0;
	float:left;
}

.recruit-career-info .box:last-child,
.recruit-career-info-2 .box:last-child{
	margin-right:0;
}

.recruit-career-info .read,
.recruit-career-info-2 .read{
	font-size:12px;
}



/* 変更 */
.recruit-career-info ul.link-btn li{
	width:260px;
	margin-right:10px;
	float:left;
}

.recruit-career-info ul.link-btn li:last-child{
	margin-right:0;
}

.recruit-career-info ul.link-btn li a{
	/*display:inline-block;
	background:#000;
	position:relative;
	width:100%;
	text-align:center;
	height:120px;
	margin-bottom:20px;*/
}


/* キャリア採用：総合職 */
/*.recruit-point{
	padding:30px 20px;
}*/

/* キャリア採用：総合職 エントリーフォーム */
.career-entry-form dl{
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
    padding-top: 20px;
}

.career-entry-form dl dt{
	margin:0;
	clear:both;
	float:left;
	width:50%;
	padding-bottom:10px;
}

.career-entry-form dl dd{
	margin:0 0 0 50%;
	width:50%;	
}

.txt-sample{
	margin:10px 0 0;
}

.career-entry-form-btn input[type="submit"]{
	padding: 30px 0;
    font-size: 1em;	
}

/* キャリア採用：専門職 */
.btn-job-wrap{
	/*display:table;
	table-layout:fixed;
	width:100%;*/
}

.btn-job-wrap div{
	float:left;
	width:50%;
}

.btn-job-wrap a{
	display:block;
	padding:15px 10px 13px;
	margin-bottom:1px;
	font-size:14px;
}

.btn-job-wrap a:nth-child(odd){
	border-right:1px solid #fff;
}

.btn-job-g6-wrap div{
	float:left;
	width:379px;
	padding:15px 10px 13px;
	margin-bottom:1px;
	font-size:14px;
}

.btn-job-g6-wrap div:nth-child(odd){
	border-right:1px solid #fff;
}



/* 各職種 */



/*---------------------------------------
 * ミッション
---------------------------------------*/ 





/* ミッション
---------------------------------------*/ 



.mission .main-column section .read{
	/*font-size: 1.429em;*/
	line-height: 2;
	/*font-weight: 300;*/
}




/* ビジョン
---------------------------------------*/ 

.mission .block{
	margin-top: 100px;
	
}

.mission .block-half{
	float: left;
	width: 380px;
	margin-right: 40px;
}

.mission .block-half:nth-child(2n){
	margin-right: 0;
}

.mission .block h4{
	border-bottom: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 1.286em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}


.mission.vision .image{
	width: 100%;
	margin-top: 40px;
}

.mission .read .factor-box{
	margin-bottom: 50px;
}

.mission .read .factor-box .factor{
	margin-top: 30px;
}

.mission .read .factor-box .factor .text{
	float: left;
	width: 390px;
	margin: 0 !important;
}

.mission .read .factor-box .factor .photo{
	float: right;
	width: 366px;
	border: 3px solid #CCCCCC;
	display: block;
	line-height: 0;
}

.mission .vision-example{
	font-size: 1.429em ;
}



/* 代表メッセージ
---------------------------------------*/ 

.message .main-column section .read{
	font-size: 1.286em;
	line-height: 2;
	font-weight: 200;
}



.mission .prof-block{
	padding: 35px 0;
	background: #f5f6f6;
}

.mission .prof-block .prof-block-inner{
	padding: 0 35px;
}

.mission .prof-block .photo{
	float: right;
	width: 280px;
}

.mission .prof-block .text{
	float: left;
	width: 410px;	
	margin-top: 50px;
}

.mission .prof-block .prof-block-inner .text .midashi{
	margin-bottom: 40px;
}

.mission .prof-block .prof-block-inner .text .name{
	width: 133px;
	display: inline-block;
	padding-right: 20px;
}

.mission .prof-block .prof-block-inner .text .name-en{
	width: 110px;
	display: inline-block;
}

.mission .prof-block .prof-block-inner .ceo-bio{
	margin-top: 20px;
	line-height: 1.9;
	font-weight: 200;
	font-size: 0.929em
}






/*---------------------------------------
 * 事業概要
---------------------------------------*/ 

.service section .content-block h4{
	font-size: 2.571em;
}




.service section .content-block .reuse-link-box .box{
	width: 380px;
	height: 160px;
	margin:0 40px 0 0;
	float: left;
}

.service section .content-block .reuse-link-box .box.last{
	margin: 0;
}

.service section .content-block-03 h4,
.service section .content-block-04 h4{
	font-size: 2em;
}

.service section .content-block-03 h4 span,
.service section .content-block-04 h4 span{
	font-size: 0.5em;
	padding-left: 1em;
}

.service section .content-block .aniversary-box .text{
	float: left;
	width: 480px;
}

.service section .content-block .aniversary-box .photo{
	float: right;
	width: 290px;
}

.service section .content-block .aniversary-box .midashi{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 20px;	
}

.service section .content-block .aniversary-box .bar{
	margin-bottom: 20px;
}

.service section .content-block .aniversary-box .sp-photo{
	margin-bottom: 10px;
}

.service section .content-block .tourism-box .photo{
	float: left;
	width: 290px;
}

.service section .content-block .tourism-box .text{
	float: right;
	width: 480px;
}

/*
.service section .katsuyou-box .read{
	font-weight: 200;
	font-size: 1.429em;
}

.service section .katsuyou-box ul{
	margin-top: 40px;
}


.service section .katsuyou-box .box{
	width: 300px;
	height: 240px;
	margin-top: 15px;
	position: relative;
}

.service section .katsuyou-box .box .black-bg{
	display: none;
}

.service section .katsuyou-box .box .copy{
	background: #EFEFEF;
	width: 480px;
	height: auto;
	max-height: 120px;
	position: absolute;
	left:260px;
	top:20px;
	color: #565656;
	text-align: left;
	padding: 40px;
}

.service section .katsuyou-box .box .copy .title{
	font-size: 2.143em;
	letter-spacing: 0.1em;
}

.service section .katsuyou-box .box .copy span{
	background: #c7000b;
	margin: 30px 0;
}

.service section .katsuyou-box .box .copy .read{
	font-size: 1em;
}



.service section .content-block-03 dl{
	
	margin: 20px 0 20px 20px;
}

.service section .content-block-03 dl dt{
	width: 1.5em;
	float: left;
	clear: left;
}

.service section .content-block-03 dl dd{
	padding-left: 1.5em;
}

.service section .content-block-03 table{
	margin: 20px 0 20px 20px;
}

.service section .content-block-03 table tr th{
	width: 20%;
}

.service section .content-block-04{
	margin-top: 40px;
}

.service section .content-block-04 .read{
	float: left;
	width: 400px;
}

.service section .content-block-04 .image{
	float: right;
	width: 363px;
	margin-top: 0;
	
}
*/
.service section .content-block-05 .staff-list li{
	margin-top: 15px;
	width: 380px;
	float: left;
	margin:40px 40px 0 0;
}

.service section .content-block-05 .staff-list li:nth-child(1),
.service section .content-block-05 .staff-list li:nth-child(2){
	margin-top: 10px;
}

.service section .content-block-05 .staff-list li:nth-child(2n){
	margin-right: 0;
}

.service section .content-block-05 .staff-list li img{
	display: block;
}

.service section .content-block-05 .staff-list li .text{
	background: #F5F6F6;
	width: 100%;
	height: 100%;	
}

.service section .content-block-05 .staff-list li .text .staff-name{
	width: calc(70% - 40px);
	padding: 20px 20px 0;
}

.service section .content-block-05 .staff-list li .text .staff-name p{
	margin-bottom: 8px;
}

.service section .content-block-05 .staff-list li .text .staff-links{
	width: 30%;
}




/*---------------------------------------
 * 運営施設
---------------------------------------*/ 



/* 一覧
---------------------------------------*/ 

.page-head-service-works{
	background: url(../images/service/pagehead_works-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.works .catch .read{
	font-size: 1.286em;
	font-weight: 200;
}

.works .button-group button{
	font-size: 1.143em;
	margin-bottom: 0;
}

.works .facility-list{
	margin-left: -10px;
}

.works .facility-list li{
	/*float: left;*/
	width:  380px;
	/*margin:0 40px 40px 0;*/
	margin: 0 10px 20px;
}

.works .facility-list li:nth-child(2n){
	/*margin:0 0 40px ;*/
	margin: 0 10px 20px;
}

.works .facility-list li:last-child,
.works .facility-list li:nth-last-child(2){
	margin-bottom: 0 ;
}

.works .facility-list li .text{
	padding: 25px 25px 10px;
	text-align: left;
	line-height: 1.7;
	font-size: 1em;
	box-sizing: content-box;
}

.works .facility-list li .text .name{
	margin-bottom: 15px;
	font-size: 1em;
}

.works .facility-list li .text span{
	display: inline-block;
	width: 40%;
	font-size: 10px;
}




/* 詳細
---------------------------------------*/ 

.page-head-service-works-single{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.works-single article{
	padding: 0 15px;
}


/*写真*/

.works-single article .cover-photo{
	width: 100%;
}

.works-single article .cover-photo img{
	display: block;
}


/*リンク系*/

.works-single article .sns-links{
	margin-bottom: 60px;
}

.works-single article .sns-links a{
	width: 25%;
}


/*タイトル*/

.works-single article .catch-copy{
	font-size: 0.857em;

}

.works-single article .title{
	font-size: 3em;
	font-weight: 200;

	letter-spacing: 0.1em;
}



/*解説*/

.works-single article .read{
	margin-bottom: 60px;
}

/*スライド*/

.works-single article .detail-slide{
	margin-bottom: 40px;
}

.works-single article .detail-slide .detail-slide-title{
	background: #eaeceb;
	padding: 20px 10px; 
	font-size: 1.429em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.works-single article .detail-slide .detail-slide-title span{
	font-size: 0.550em;
	font-weight: 400;
	letter-spacing: 0;
}

.works-single article .detail-slide .slider-nav{
	background: #eaeceb;
	padding: 8px;
}

.works-single article .detail-slide .slider-nav li{
	padding:  8px;
	cursor: pointer;
	width: 170px;
	display: inline-block;
}

.works-single article .article-info span{
	font-size: 1em;
}

.works-single article .article-info span.place{
	background: url(../images/works/icon_works-01.png) 0 0 no-repeat;
	background-size: 20px;
	width: inherit;
	padding-right: 20px;
	
}

.works-single article .article-info span.property{
	background: url(../images/works/icon_works-02.png) 0 0 no-repeat;
	background-size: 18px;
	width: inherit;
	padding-right: 20px;
}

.works-single article .article-info span.catlist{
	background: url(../images/works/icon_works-03.png) 0 0 no-repeat;
	background-size: 18px;
	width: 40%;
	width: inherit;
	padding-right: 20px;
}

.works-single article .article-info span.taglist{
	background: url(../images/works/icon_works-04.png) 0 0 no-repeat;
	background-size: 18px;
	width: inherit;
}






/*---------------------------------------
 * 採用情報
---------------------------------------*/ 



.page.recruit .main-column section .catch .main,
.page.recruit-career .main-column section .catch .main{
	font-size: 2.571em;
	line-height: 1.5;
}


.recruit .recruit-info .box{
	width: 380px;
	height: 200px;
	float: left;
	margin:0 40px 30px 0;
}

.recruit .recruit-info .box.last,
.recruit .recruit-info .box:nth-child(2n){
	margin-right: 0;
}

.page.recruit .main-column section .sub p,
.page.recruit-career .main-column section .sub p{
	margin-bottom: 60px;
	font-size: 0.8em;
}


.whole-wrap .half-box{
	float:left;
	width:48%;
}

.whole-wrap .half-box:nth-child(1){
	margin-right:4%;
}


/*---------------------------------------
 * キャリア採用
---------------------------------------*/ 


/* 仕事内容
---------------------------------------*/ 


.recruit-career .job-list-title{
	background: none;
	font-size: inherit;
	padding: inherit;
}

.recruit-career .job-list li{
	margin: 0 40px 40px 0;
	width: 348px;
	float: left;
}

.recruit-career .job-list li:nth-child(2n){
	margin-right: 0;
}

.recruit-career .job-list li:last-child,
.recruit-career .job-list li:nth-last-child(2){
	margin-bottom: 0;
}

.recruit-career .job-list li.last{
	margin-bottom: 0;
}

.recruit-career .job-list li .job-icon{
	width: 130px;
	display: block;
	margin: 0px auto;
}

.recruit-career .job-list li .job-title{
	text-align: center;
	font-weight: 500;
	font-size: 1.286em;
	line-height: 1.3;
	margin: 40px 0;
}

.recruit-career .job-list li .job-description{
	border-top: 2px solid #c7000b;
	padding: 30px 0 15px;
	line-height: 1.7;
}

.recruit-career .job-list li .employ-style{
	display: table;
	width: 100%;
}

.recruit-career .job-list li .employ-style a{
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 15px 0;
}



.recruit-career .job-list li .employ-style.single a{
	width: 100%;
}

.recruit-career .job-list li .employ-style a.new-graduate{
	background: #c7000b;
	color: #FFFFFF;
}

.recruit-career .job-list li .employ-style a.career{
	border: 3px solid #c7000b;
	color: #c7000b;
}

.recruit-career .job-list li .employ-style a.new-graduate:hover{
	background: #d6888c;
}

.recruit-career .job-list li .employ-style a.career:hover{
	background: #d6888c;
	border: 3px solid #d6888c;
	color: #FFFFFF;
}






/* 
---------------------------------------*/ 


.recruit-career section{
	margin-bottom: 80px ;
}

.recruit-career section.last

.recruit-career section h3{
	background: #eaeceb;
	padding: 20px 20px;
	font-size: 1.286em;
	line-height: 1;
}

.recruit-career section .table{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-bottom: 1px solid #F0F0F0;
}

.recruit-career section .table.first{
	border-top: 1px solid #F0F0F0;
}

.recruit-career section .cell-th{
	display: table-cell;
	vertical-align: middle;
	background: #f5f6f6;
	padding: 10px 20px;
	width: 180px;
}

.recruit-career section .cell-td{
	display: table-cell;
	padding: 20px 40px;
	line-height: 1.7;
	
}

.recruit-career section .cell-td span{
	display: block;
	
}






/* 採用フロー
---------------------------------------*/ 

.recruit-career .recruit-flow{
	margin-bottom: 60px !important;
}

.recruit-career .recruit-flow .table{
	padding: 30px 0 0;
	width: 152px;
	height: 100px;
	border: none;
	background: #f5f6f6;
	float: left;
	margin-right: 10px;	
}

.recruit-career .recruit-flow .table.last{
	margin-right: 0;
}

.recruit-career .recruit-flow .table .flow-box{
	
}

.recruit-career .recruit-flow .table .cell-th,
.recruit-career .recruit-flow .table .cell-td{
	display: block;
	background: inherit;
	text-align: center;
	margin: 0 auto;
}

.recruit-career .recruit-flow .table .cell-th{
	font-weight: 500;
	font-size: 1.143em;
}

.recruit-career .recruit-flow .table .cell-td{
	font-size: 0.714em;
}

.recruit-career .recruit-flow .table span{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 2px;
	background: #333333;
}






/* 勤務地
---------------------------------------*/ 

.recruit-career .table .cell-td p{
	text-indent: -1em;
	margin-left: 1em;
}





/* キャリア採用エントリー
---------------------------------------*/ 

.recruit-career .career-entry{
	padding: 30px ;
}

.recruit-career .career-entry a{
	margin: 20px auto 0;
	width: 270px;
}

.recruit-career .career-entry a:hover{
	background: #d6888c;
}




/*---------------------------------------
 * 新卒採用
---------------------------------------*/ 


.recruit-new section .box{
	height: 240px;
}


.recruit-new section .box span{
	margin: 20px auto;
}

.recruit-new section .box .ghost{
	display: block;
	border: 1px solid #FFFFFF;
	padding: 20px;
	width: 200px;
	margin: 20px auto 0;
}

.recruit-new section .box .ghost p{
	
	font-size: 1.143em;
	/*
	background: url(../images/module/icon_hotelgroup-01.png) 100% 1px no-repeat;
	background-size: 16px;
	padding-right: 20px;
	*/
	display: inline;
}

.recruit-new section .box:hover .ghost{
	background: #FFFFFF;
	color: #333333;
}
/*
.recruit-new section .box:hover .ghost p{
	background: url(../images/module/icon_hotelgroup-01_on.png) 100% 1px no-repeat;
}
*/




/* box-01 Only
---------------------------------------*/ 

.recruit-new section .box-01{
	/*height: 400px;*/
	height: 280px;
}

.recruit-new section .box-01 span{
	margin: 40px auto !important;
}


.recruit-new section .box-01 .links-01{
	margin-bottom: 30px;
}


.recruit-new section .box-01 a.entry{
	color: #FFFFFF;
	display: block;
    border: 1px solid #FFFFFF;
    padding: 10px 20px;
    width: 200px;
    margin: 20px auto 0;
}

.recruit-new section .box-01 a.entry:hover{
	background: #FFFFFF;
	color: #333333;
}

.recruit-new section .box-01 .links{
	border: none;
}

.recruit-new section .box-01 .links .read{
	background: none;
	color: #FFFFFF;
	padding: 0;
}




/*---------------------------------------
 * インタビュー
---------------------------------------*/ 



.page-head-recruit-interview{
	background: url(../images/recruit/pagehead_interview-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}


/*スタッフ一覧のスタイリングは事業概要のところを参照*/

.recruit-interview section h3{
	margin-bottom: 30px !important;
}

.recruit-interview .content-block{
	margin-top: 0;
}








/*---------------------------------------
 * インタビュー記事
---------------------------------------*/ 



/* 人物紹介
---------------------------------------*/ 

.recruit-interview-page .cover-photo img{
	display: block;
}


.recruit-interview-page .person{
	background: #FFFFFF;
	padding: 50px 0 0;
	margin-bottom: 80px;
	
}

.recruit-interview-page .person .data{
	
	width: 60%;
}

.recruit-interview-page .person .data .name{
	font-weight: 200;
	font-size: 3em;
	margin-bottom: 20px;
}

.recruit-interview-page .person .data .name .en{
	font-size: 0.65em;
	display: inline-block;
	padding-left: 15px;
}

.recruit-interview-page .person .data .post{
	font-size: 0.929em;
	line-height: 1.5;
}

.recruit-interview-page .person .bio{
	width: 40%;
	font-size: 0.929em;
	margin-top: 0;
}

.recruit-interview-page .person .bio .date{
	font-weight: 500;
	margin-bottom: 5px;
}




/* 記事
---------------------------------------*/

.recruit-interview-page .content-block{
	margin-bottom: 60px;
	margin-top: 0 !important;
} 

.recruit-interview-page .content-block h4{
	position: relative;
	margin-top: 0px;
}

.recruit-interview-page .content-block h4 span{
	font-size: 0.700em;
	position: static;
	top: 0;
	left: 0px;
	padding-left: 20px;
}

.recruit-interview-page .ghost-btn a{
	padding: 35px 0;
}








/*---------------------------------------
 * 会社概要
---------------------------------------*/ 



.company section table{
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.company section table th{
	 width: 30%;
	 padding: 20px 0;
	
}

.company section table td{

	padding: 20px 0 20px 20px;
	line-height: 2;

}

.company section table td .office{
	position: relative;
	width: 240px;
	padding-right: 260px;
}

.company section table td .tokyo-office{
	margin-bottom: 80px;
}

.company section table td #map_canvas,
.company section table td #map_canvas2{
	width: 240px;
	height: 182px;

}

.company section table td .name{
	text-decoration: underline;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	padding-top: 25px;
	
}

.company section table td .zip{
	margin-bottom: 10px;
	font-size: 0.857em;
	line-height: 1.7;
}

.company section table td .office-photo{
	width: 240px;
	position: absolute;
	top:0;
	right:0;
}

.company section .history{
	line-height: 2.3;
}

.company section .history dd{
	padding-left: 90px;
}








/* VMの強み
---------------------------------------*/
 

.company-value section .links .box{
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
}


.links .box a:hover + .black-bg{
	opacity: 0.7;
}

.company-value section .content-block-02 dl{
	
	margin: 20px 0 20px 20px;
}

.company-value section .content-block-02 dl dt{
	width: 1.5em;
	float: left;
	clear: left;
}

.company-value section .content-block-02 dl dd{
	padding-left: 1.5em;
}

.company-value section .content-block-02 table,
.recruit-point table{
	margin: 20px 0 20px 20px;
}

.company-value section .content-block-02 table tr th{
	width: 20%;
}

.company-value section .content-block-03{
	margin-top: 40px;
}

.company-value section .content-block-03 .read{
	float: left;
	width: 400px;
}

.company-value section .content-block-03 .image{
	float: right;
	width: 363px;
	margin-top: 0;
	
}

.company-value section .content-block-04{
	margin-top: 40px;
}

.company-value section .content-block-04 .staff-list li{
	margin-top: 15px;
	width: 380px;
	float: left;
	margin:40px 40px 0 0;
}

.company-value section .content-block-04 .staff-list li:nth-child(1),
.company-value section .content-block-04 .staff-list li:nth-child(2){
	margin-top: 10px;
}

.company-value section .content-block-04 .staff-list li:nth-child(2n){
	margin-right: 0;
}

.company-value section .content-block-04 .staff-list li img{
	display: block;
}

.company-value section .content-block-04 .staff-list li .text{
	background: #F5F6F6;
	width: 100%;
	height: 100%;	
}

.company-value section .content-block-04 .staff-list li .text .staff-name{
	width: calc(70% - 40px);
	padding: 20px 20px 0;
}

.company-value section .content-block-04 .staff-list li .text .staff-name p{
	margin-bottom: 8px;
}

.company-value section .content-block-04 .staff-list li .text .staff-links{
	width: 30%;
}



/*---------------------------------------
 * プライバシーポリシー
---------------------------------------*/ 




.privacy .main-column section h3{
	font-size: 2.143em;
	margin-bottom: 40px;
}






/*---------------------------------------
 * 企業文化
---------------------------------------*/ 



/* 一覧
---------------------------------------*/ 


.culture .catch .read {
    font-size: 1.286em;
    font-weight: 200;
}




.culture .culture-list li{
	float: none;
	width:  380px;
	margin:0 0 40px ;
}

.culture .culture-list li:nth-child(2n){
	margin:0 0 40px ;
}


.culture .culture-list li .text{
	padding: 15px 25px;
	text-align: left;
	line-height: 1.7;
	font-size: 1em;
}

.culture .culture-list li .text .title{
	font-size: 15px;
}

.culture .culture-list li .text .title a:hover{
	text-decoration: none;
}

.culture .culture-list li .text .excerpt{
	font-size: 12px;
	line-height: 1.5;
}

.culture .culture-list li .text span{
	display: block;
}


.pagenation .next a,
.load-end{
	margin: 0 ;
	padding: 30px 0;
}






/* 詳細
---------------------------------------*/ 


.culture-single article{
	line-height: 2;
}


/*写真*/

.culture-single article .cover-photo{
	width: 100%;
}

.culture-single article .cover-photo img{
	display: block;
}


/*リンク系*/

.culture-single article .sns-links{
	margin-bottom: 50px;
	background: #f1f1f7;
}

.culture-single article .sns-links .time{
	display: block;
	float: left;
	width: 48%;
	height: auto;
	text-align: left;
	margin: 22px 0 0;
	padding-left: 2%;

}

.culture-single article .sns-links a{
	display: block;
	float: left;
	width: 25%;
	height: auto;
	line-height: 0;
}


/*タイトル*/

.culture-single article .post-title{
	font-size: 2.143em;
	margin-bottom: 20px;
	font-weight: 200;
	line-height: 1.4;
}


.culture-single .ghost-btn{
	margin-top: 60px;
}

.culture-single article .content-block{
	margin-top: 40px;
}



/*前後の記事*/


.culture-single .pagenation{
	display: block;
	margin-top: 120px;
}

.culture-single .pagenation .midashi{
	font-weight: 500;
	font-size: 1.571em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.culture-single .pagenation span{
	font-size: 0.6667em;
	font-weight: 400;
	letter-spacing: 0em;
	padding-left: 20px;
}

.culture-single .pagenation .bar{
	display: block;
	width: 50px;
	height: 2px;
	background: #c7000b;
	margin-bottom: 40px;
}

.culture-single .pagenation .article{
	width: 380px;
}

.culture-single .pagenation .article.prev-article{
	float: left;
}

.culture-single .pagenation .article.next-article{
	float: right;
}

.culture-single .pagenation .article img {
	display: block;
}




.culture-single .pagenation .article .text{
	padding: 15px 25px;
	text-align: left;
	line-height: 1.7;
	font-size: 1em;
	background: #eaeceb;
}

.culture-single .pagenation .article .text .time{
	font-size: 0.857em;
	margin-bottom: 10px;
}

.culture-single .pagenation .article .title{
	font-size: 1.071em;
	margin-bottom: 10px;
}

.culture-single .pagenation .article .title a{
	text-decoration: underline;
	
}

.culture-single .pagenation .article .excerpt{
	font-size: 12px;
	line-height: 1.5;
}

.culture-single .pagenation .article span{
	display: block;
}






/*---------------------------------------
 * ニュース
---------------------------------------*/ 




/* 一覧
---------------------------------------*/ 


.news section .news-list{
	height: 400px;

}


.news section .post .post-title a:hover{
	text-decoration: none;
}






/* 詳細
---------------------------------------*/ 


.news-single article{
	line-height: 2;
}



/*リンク系*/

.news-single article .sns-links{
	margin-bottom: 50px;
	background: #f1f1f7;
}

.news-single article .sns-links .time{
	display: block;
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	margin: 18px 0 0;
	font-size: 1em;
}

.news-single article .sns-links a{
	display: block;
	float: left;
	width: 25%;
	height: auto;
	line-height: 0;
}


/*写真*/

.news-single article .cover-photo{
	width: 100%;
}

.news-single article .cover-photo img{
	display: block;
}



/*タイトル*/

.news-single article .post-title{
	font-size: 2.143em;
	margin-bottom: 20px;
	font-weight: 200;
	line-height: 1.4;
}


.news-single .ghost-btn{
	margin-top: 60px;
}

.news-single article .content-block{
	margin-top: 40px;
}



/*各コンタクトへのリンク*/

.news-single .contact-links{
	display: table;
	margin-top: 40px;
}

.news-single .contact-links a{
	display: table-cell;
	width: 33%;
	/* width: 50%; */
	padding: 25px 0;
}
.news-single .contact-links a:last-of-type {
	border-left: 0;
}


.news-single .contact-links a.for-media:hover{
	background: #d6888c;
	border: 2px solid #d6888c;
}

.news-single .contact-links a.for-user:hover{
	background: #d6888c;
	border: 2px solid #d6888c;
	color: #FFFFFF;
}



/*各コンタクトへのリンク*/

.news-single .ghost-btn{
	margin-top: 30px;
}





/*---------------------------------------
 * 企業 / 行政の方へ
---------------------------------------*/ 

.gov section .president{
	margin-bottom: 80px;
}


.gov section .president .text{
	float: left;
	width: 430px;
	margin: 120px 0 0;
}

.gov section .president .catch{
	font-size: 1.571em;
	line-height: 1.7;
}

.gov section .president .photo{
	display: block;
	float: right;
	width: 300px;
}

.gov section .message{
	line-height: 2;
	margin-bottom: 35px;
}

.gov section .gov-index .box{
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
}

.gov section .gov-index .box.last{
	margin-bottom: 0;
}

.gov section .gov-index .box-01{
	background-image: url(../images/gov/pic_gov-01.jpg);
}

.gov section .gov-index .box-02{
	background-image: url(../images/gov/pic_gov-02.jpg);
}

.gov section .gov-index .box-03{
	background-image: url(../images/gov/pic_gov-03.jpg);
}

.gov section .gov-index .box-04{
	background-image: url(../images/gov/pic_gov-04.jpg);
}


.gov-index .box a:hover + .black-bg{
	opacity: 0.7;
}

/*---------------------------------------
 * VMの取り組みと実績
---------------------------------------*/ 

ul.list-vmcase-nip li{
	display:inline-block;
	width:18.8%;
	margin-right:1%;
	font-size:10.5px;
	text-align:center;
	margin-bottom:0;
}

ul.list-vmcase li:last-child,
ul.list-vmcase-nip li:last-child{
	margin:0;
}

h5.tit-case span{
	display:inline-block;
	margin-left:10px;
}



/*---------------------------------------
 * VMの強み
---------------------------------------*/ 

.gov-value section .content-block{
	margin-top: 60px;
}

.gov-value section .gov-index .box{
	width: 380px;
	float: left;
	margin-right: 40px;
}

.gov-value section .gov-index .box:nth-child(2n){
	margin-right: 0;
}

.gov-value section .gov-index{
	margin-top: 60px;
}

.gov-value section .gov-index .read{
	/*line-height: 1.6;
	font-size: 0.857em;*/
}







/*---------------------------------------
 * ご依頼にあたって
---------------------------------------*/

.gov-offer section .content-box .read{
	font-size: 1.286em;
	font-weight: 200;
}




/* コンサルティング種類
---------------------------------------*/ 

.gov-offer .content-block-01 dl{
	
}

.gov-offer section .midashi{
	width: 93%;
	font-size: 1.143em;
	margin: 0 auto 10px;
	
}

.gov-offer section .consult-list{
	display: table;
	width: 93%;
	margin: 0 auto ;
	border-bottom: 1px solid #e5e5e5;
}

.gov-offer section .consult-list.first{
	border-top: 1px solid #e5e5e5;
}

.gov-offer section .consult-list .name{
	display: table-cell;
	width: 40%;
	padding: 15px ;
	vertical-align: middle;
}

.gov-offer section .consult-list .content{
	display: table-cell;
	width: 60%;
	padding: 15px;
	border: none;
	line-height: 1.8;
	vertical-align: middle;
}

.gov-offer section .consult-list .content dl dt{
	width: 60px;
	float: left;
	clear: left;
}

.gov-offer section .consult-list .content dl dd{
	padding-left: 70px;
}









/* コンサルティングスキーム
---------------------------------------*/

.gov-offer section .scheme-box{
	margin-bottom: -20px;
}

.gov-offer section .scheme{
	width: 374px;
	border: 3px solid #f2f2f2;
	margin: 20px 40px 20px 0;
	float: left;
}

.gov-offer section .scheme img{
	line-height: 0;
}

.gov-offer section .scheme:nth-child(even){
	margin-right: 0;
}





/* 基本フロー
---------------------------------------*/

.gov-offer section .steps{
	margin-bottom: 40px;
	min-height: 140px;
	padding-left: 180px;
}

.gov-offer section .step{
	display: block;
	margin-bottom: 0;
}

.gov-offer section .step span{
	display: none;
}

.gov-offer section .step p{
	display: block;
	padding-left: 0;
	margin-bottom: 20px;
}

.gov-offer section .steps .read{
	line-height: 1.7;

}

.gov-offer section .steps-01{
	background: url(../images/gov/icon_offer-01.gif) 0 0 no-repeat;
	background-size: 140px; 
}

.gov-offer section .steps-02{
	background: url(../images/gov/icon_offer-02.gif) 0 0 no-repeat;
	background-size: 140px; 
}

.gov-offer section .steps-03{
	background: url(../images/gov/icon_offer-03.gif) 0 0 no-repeat;
	background-size: 140px; 
}

.gov-offer section .steps-04{
	background: url(../images/gov/icon_offer-04.gif) 0 0 no-repeat;
	background-size: 140px; 
}

.gov-offer section .steps-05{
	background: url(../images/gov/icon_offer-05.gif) 0 0 no-repeat;
	background-size: 140px; 
}





/* 事例
---------------------------------------*/

.gov-offer section .jirei{
	padding: 0 30px;
	margin-bottom: 40px;
} 

.gov-offer section .jirei .read{
	background: #f1f1f7;
	padding: 20px;
	box-sizing: padding-box;
	font-size: 16px !important;
	line-height: 1.8;
	font-weight: 200 !important;
}

.gov-offer section .jirei .read span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.gov-offer section .jirei-01 .icon{
	margin-top: 20px;
	width: 80px;
	padding-right: 75px;
	background: url(../images/gov/fukidashi_offer-01.gif) 100% 50% no-repeat;
	background-size:20px;
}

.gov-offer section .jirei-02 .icon{
	margin-top: 20px;
	width: 120px;
	padding-left: 65px;
	background: url(../images/gov/fukidashi_offer-02.gif) 0 50% no-repeat;
	background-size:20px;

}

.gov-offer section .jirei-03 .icon{
	margin-top: 20px;
	width: 80px;
	padding-right: 75px;
	background: url(../images/gov/fukidashi_offer-01.gif) 100% 50% no-repeat;
	background-size:20px;
	
}

.gov-offer section .jirei-01 .read,
.gov-offer section .jirei-03 .read{
	width: calc(100% - 195px);
}

.gov-offer section .jirei-02 .read{
	width: calc(100% - 245px);
}





/* 事業のご依頼バナー
---------------------------------------*/ 

.gov-offer section .gov-index{
	margin-top: 120px;
}

.gov-offer section .gov-index .box{
	height: 240px;
}






/*---------------------------------------
 * 一般のお問合せ
---------------------------------------*/ 

.contact .main-column section dl dd input{
	padding: 25px 3%;
}


.contact .main-column section .mfp_buttons button{
	padding: 30px 0;
	font-size: 1em;
}




