

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



/* メインビジュアル
---------------------------------------*/ 


.mainvisual{
	margin: 61px 0 0;
	width: 100%;
	height: 360px;
}

.mainvisual .slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 360px;
	color: #FFFFFF;
	font-weight: 300;
	display: table !important;
	table-layout: fixed;
}

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

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

.mainvisual .slide .detail .midashi{
	font-size: 2.571em;
	margin-bottom: 10px;
	line-height: 1.3;
}

.mainvisual .slide .detail .midashi.f-size{
	font-size: 1.4em;
}

.mainvisual .slide .detail .midashi-en{
	font-size: 0.929em;
	margin-bottom: 35px;	
}

.mainvisual .slide .detail .link a{
	padding: 10px 12px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	font-size: 12px;
	width: auto;
	color: #FFFFFF;
}

.mainvisual .slide .detail .link a:hover{
	background: #FFFFFF;
	color: #333333;
}

.mainvisual .slide-01{
	background-image: url(../images/top/pic_slide-01.jpg);
}

.mainvisual .slide-02{
	background-image: url(../images/top/pic_slide-02.jpg);
}

.mainvisual .slide-03{
	background-image: url(../images/top/pic_slide-03.jpg);
}

.mainvisual .slide-04{
	background-image: url(../images/top/pic_slide-04.jpg);
}

.mainvisual .slide-05{
	background-image: url(../images/top/pic_slide-05.jpg);
}

.mainvisual .slide-06{
	background-image: url(../images/top/pic_slide-06.jpg);
}

.slick-dots{
	margin-top: -35px;
	text-align: center; 
}

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

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

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

.slick-dots li.slick-active button:before{
	content: '' !important;
	background: #FFFFFF;
}


.mainvisual .slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 0px;
	left: 15px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -0px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-image: url(../images/top/top-slide-prev.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.mainvisual .slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 0px;
	right:15px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-image: url(../images/top/top-slide-next.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}




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

.important-news .name{
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	background: #8a9099;
	font-size: 1.429em;
	letter-spacing: 0.05em;
}

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

.important-news .haedline ul li{
	margin-bottom: 20px;
}

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

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

.important-news .links{
	padding: 0 15px 30px;
}

.important-news .links a{
	display: block;
	border: 1px solid #585e6a;
	text-align: center;
	padding: 20px;
}

.important-news .links a:hover{
	background: #585e6a;
	color: #FFFFFF;
}




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

.top .news-release{
	padding: 30px 15px ;
}

.top .news-release .news-release-title{
	width: 230px;
	margin: 0px auto 30px;
}

.top .news-release ul li{
	margin-bottom: 15px;
	display: table;
	table-layout: fixed;
}

.top .news-release ul li .photo{
	display: table-cell;
	width: 33%;
	height: auto;
}

.top .news-release ul li .text{
	display: table-cell;
	width: 62%;
	height: auto;
	padding-left: 5%;
	vertical-align: middle;
}

.top .news-release ul li .text div{
	display: table-cell;
	vertical-align: middle;
}

.top .news-release ul li .text time{
	display: block;
	margin-bottom: 7px;
}

.top .news-release ul li .text .category{
	font-size: 0.643em;
	margin-bottom: 5px;
}

.top .news-release ul li .text .title a{
	text-decoration: underline;
	line-height: 1.5;
}

.top .news-release .links{
	margin: 30px 0 0;
}

.top .news-release .links a{
	display: block;
	border: 1px solid #585e6a;
	text-align: center;
	padding: 20px;
}

.top .news-release .links a:hover{
	background: #585e6a;
	color: #FFFFFF;
}

.top .news-release .links .black-bg{
	display: none ;
}




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

.top .about-us {
	padding: 30px 0 ;
}

.top .about-us .about-us-title{
	width: 98px;
	margin: 0px auto 30px;
}

.top .about-us ul li{

	width:100%;
	height: 150px;
}

.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:hover + .black-bg{
	opacity: 0.7;
}

.top .about-us ul li a .title{
	font-size: 16px;
	font-weight: 300;
}

.top .about-us ul li a span{
	display: block;
	width: 50px;
	height: 2px;
	background: #FFFFFF;
	margin: 15px auto;
}

.top .about-us ul li a .read{
	line-height: 1.6;
}




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

.top .recruit {
	padding: 30px 0px 60px;
}

.top .recruit .recruit-title{
	width: 78px;
	margin: 0px auto 30px;
}


.top .recruit .about-recruit .box{
	width: 100%;
	height: 270px;
	background-image:url(../images/top/pic_top-06.jpg);
}

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

.top .recruit .about-recruit .text{
	padding: 15px ;
	line-height: 1.6;
}

.top .recruit .about-recruit .box .title{
	line-height: 1.9;
}

.top .recruit .about-recruit .links{
	margin: 15px 0 10px;
	border: 1px solid #585e6a;
}

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

.top .recruit .recruit-info ul .box-02{
	width: 100%;
	height: 150px;
	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 .box a:hover + .black-bg{
	opacity: 0.7;
}

.top .recruit .about-recruit a:hover .box .black-bg{
	opacity: 0.7;
}

.top .recruit .about-recruit a:hover .text .links{
	background: #585e6a;
	color: #FFFFFF;
}


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


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


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





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

.page-head-mission-vision{
	background: url(../images/mission/pagehead_mission-02.jpg) 50% 50% no-repeat;
	background-size: cover;
}

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

.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 .block .read{
	font-size: 1em !important;
	font-weight: 400 !important;
}

.mission .read .factor-index{
	margin-top: 10px;
	font-size: 1.714em !important;
}

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

.mission .read .factor-box .factor .text{

}

.mission .read .factor-box .factor .photo{
	display: none;
}

.mission .vision-example{
	margin-top: 10px;
	font-size: 1.143em;
	line-height: 2;
}

.mission .vision-example li{
	text-indent: -1em;
	margin-left: 1em;
}

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






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

.page-head-mission-message{
	background: url(../images/mission/pagehead_mission-03.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mission .sign{
	text-align: right;
	margin-top: 30px;
}

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

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

.mission .prof-block .photo{
	float: left;
	width: calc(50% - 15px);
}

.mission .prof-block .text{
	float: right;
	width: calc(50% - 15px);	
	margin-top: 35px;
}

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

.mission .prof-block .prof-block-inner .text .name{
	width: 90%;
	margin-bottom: 10px;
}

.mission .prof-block .prof-block-inner .text .name-en{
	width: 60%;
}

.mission .prof-block .prof-block-inner .ceo-bio{
	margin-top: 20px;
	line-height: 2;
}





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

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

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

.service section .content-block .reuse-link-box{
	margin-top: 40px;
	
}

.service section .content-block .reuse-link-box .box{
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.service section .content-block .reuse-link-box .box-01{
	background-image:url(../images/service/pic_service-04.jpg);
}

.service section .content-block .reuse-link-box .box-02{
	height: auto !important;
}

.service section .content-block .reuse-link-box .box a:hover + .black-bg{
	opacity: 0.7;
}

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

.service section .content-block .aniversary-box{
	margin: 30px 0 0;
}

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

.service section .content-block .aniversary-box .bar{
	display: block;
	width: 50px;
	height: 2px;
	background: #c7000b;
	margin-bottom: 25px;
}

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

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

/*
.service section .katsuyou-box .box{
	width: 100%;
	height: 250px;
	margin-top: 15px;
}

.service section .katsuyou-box .box-01{
	background-image:url(../images/service/pic_service-01.jpg);
}

.service section .katsuyou-box .box-02{
	background-image:url(../images/service/pic_service-02.jpg);
}

.service section .katsuyou-box .box-03{
	background-image:url(../images/service/pic_service-03.jpg);
}

.service section .content-block-03 dl{
	line-height: 2;
	font-weight: 500;
	font-size: 1.286em;
	margin-bottom: 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{
	border: 1px solid #f1f1f7;
	margin: 20px 0;
}

.service section .content-block-03 table tr th{
	padding: 40px 0;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f7;
	width: 30%;
	border-bottom: 1px solid #f1f1f7;
	font-size: 1.286em; 
}

.service section .content-block-03 table tr td{
	padding: 10px;
	border-bottom: 1px solid #f1f1f7;
	vertical-align: middle;
	line-height: 1.5;
}

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

.service section .content-block-05 .staff-list li{
	margin-top: 15px;
}

.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{
	float: left;
	vertical-align: center;
	width: calc(60% - 40px);
	height: 100%;
	padding: 15px 20px;
}

.service section .content-block-05 .staff-list li .text .staff-name p{
	font-weight: 200;
	font-size: 1.429em;
	margin-bottom: 5px;
}

.service section .content-block-05 .staff-list li .text .staff-name span{
	font-size: 0.714em;
}

.service section .content-block-05 .staff-list li .text .staff-links{
	float: right;
	display: table;
	width: 40%;
	text-align: center;
}

.service section .content-block-05 .staff-list li .text .staff-links a{
	display: block;
	padding: 14px 0;
	margin: 0 !important;
	font-size: 10px;
}

.service section .content-block-05 .staff-list li .text .staff-links a.link-interview{
	background: #c7000b;
	color: #FFFFFF;
}

.service section .content-block-05 .staff-list li .text .staff-links a.link-interview:hover{
	background: #d6888c;
}

.service section .content-block-05 .staff-list li .text .staff-links a.link-info{
	border: 3px solid #c7000b;
	color: #c7000b;
}

.service section .content-block-05 .staff-list li .text .staff-links a.link-info:hover{
	border: 3px solid #d6888c;
	background: #d6888c;
}

.service section .content-block-05 .staff-list li .text .staff-links a.link-info.new-graduate span{
	background: url(../images/service/icon_service-01.gif) 100% 0 no-repeat;
	background-size: 12px;
	padding-right: 16px;
}





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



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


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

.works .button-group{
	margin: 0 0 20px;
}

.works .button-group button{
	border: 1px solid #585e6a;
	background: #FFFFFF;
	padding: 10px;
	font-size: 1em;
	color: #585e6a;
	cursor: pointer;
	margin-bottom: 5px;
}

.works .button-group button:hover,
.works .button-group button.current{
	background: #585e6a;
	color: #FFFFFF;
}

.works .facility-list{

}

.works .facility-list li{
	float: left;
	width: calc(50% - 22px);
	margin:15px 7px 0 15px;
}

.works .facility-list li:nth-child(2n){
	margin:15px 15px 0 7px;
}

.works .facility-list li .photo img{
	display: block;
}

.works .facility-list li .text{
	background: #eaeceb;
	padding: 15px 10px 5px;
	text-align: left;
	line-height: 1.6;
	
}

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

.works .facility-list li .text span{
	display: block;
	vertical-align: top;
	padding:0 0 8px 25px;
	font-size: 12px;
	min-height: 1em;
	font-size: 0.785em;
}

.works .facility-list li .text span.place{
	background: url(../images/works/icon_works-01.png) 0 1px no-repeat;
	background-size: 18px;
}

.works .facility-list li .text span.property{
	background: url(../images/works/icon_works-02.png) 0 1px no-repeat;
	background-size: 18px;
}

.works .facility-list li .text span.catlist{
	background: url(../images/works/icon_works-03.png) 0 1px no-repeat;
	background-size: 18px;
}

.works .facility-list li .text span.taglist{
	background: url(../images/works/icon_works-04.png) 0 1px no-repeat;
	background-size: 18px;
}




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

.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 .module-awards h4 {
    background-color: #c50819;
    padding: 6px 120px 6px 15px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 40px;
}
.works-single article .module-awards h4 img {
	width: 18px;
    vertical-align: middle;
}
.works-single article .module-awards dl {
	display: flex;
}
.works-single article .module-awards dl dt {
	white-space: nowrap;
}
.works-single article .module-awards dl dd {
	margin-left: 15px;
}
.works-single article .module-awards dl dd a {
	display: block;
	text-decoration: underline;
}


/*写真*/

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

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


/*リンク系*/

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

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


/*タイトル*/

.works-single article .catch-copy{
	font-size: 0.786em;
	margin-bottom: 20px;
}

.works-single article .title{
	font-size: 2.286em;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}


/*記事情報*/

.works-single article .article-info{
	margin-bottom: 20px;
}

.works-single article .article-info span{
	display: inline-block;
	padding-left: 20px;
	line-height: 1.7;
	vertical-align: top;
	margin-bottom: 5px;
	width: 22%;
	min-height: 1.5em;
	font-size: 0.857em;
}

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

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

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

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


/*解説*/

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

/*スライド*/

.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-for img{
	display: block;
}

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

.works-single article .detail-slide .slider-nav li{
	padding: 5px ;
	width: calc(50% - 12px);
	display: inline-block;
}







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


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

.recruit .recruit-info .box{
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

/*
.recruit .recruit-info .box .read{
	font-size: 0.857em;
}
*/
.recruit .recruit-info .box-01{
	background-image:url(../images/top/pic_top-07.jpg);
}

.recruit .recruit-info .box-02{
	background-image:url(../images/top/pic_top-08.jpg);
}

.recruit .recruit-info .box-03{
	background-image:url(../images/recruit/pic_recruit-01.jpg);
}

.recruit .recruit-info .box-04{
	background-image:url(../images/recruit/pic_recruit-02.jpg);
}

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

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







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

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

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

.page-head-recruit-career-02{
	background: url(../images/recruit/pagehead_career_02.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.page-head-recruit-career-03{
	background: url(../images/recruit/pagehead_career_03.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.page-head-recruit-career-e{
	background: url(../images/recruit/pagehead_career_e.jpg) 50% 50% no-repeat;
	background-size: cover;
}

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

.whole-wrap{
	width:100%;
	clear:both;
}

.whole-wrap .half-box{
	width:100%;
	margin-bottom:40px;
}

.whole-wrap .half-box img{
	margin-bottom:20px;
}


.recruit-career section{
	margin-bottom: 40px !important;
}

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

.recruit-career section h3.icon-title{
	background: none;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}

.recruit-career section .cell-th{
	background: #f5f6f6;
	padding: 10px 20px;
}

.recruit-career section .cell-td{
	padding: 20px;
	line-height: 2;
}

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


/* キャリア採用：TOP */
.recruit-career-info .box,
.recruit-career-info-2 .box{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.recruit-career-info .box-01{
	background-image:url(../images/recruit/career/bg_photo_top_01.jpg);
}

.recruit-career-info .box-02{
	background-image:url(../images/recruit/career/bg_photo_top_02.jpg);
}

.recruit-career-info .box-03{
	background-image:url(../images/recruit/career/bg_photo_top_03.jpg);
}

.recruit-career-info-2 .box-01{
	background-image:url(../images/recruit/career/bg_photo_top_04.jpg);
}

.recruit-career-info-2 .box-02{
	background-image:url(../images/recruit/career/bg_photo_top_05.jpg);
}

.recruit-career-info .photo-box .copy,
.recruit-career-info-2 .photo-box .copy {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 30px 3%;
    position: relative;
    z-index: 9999;
    color: #FFFFFF;
    text-align: center;
}


/* 変更 */
.recruit-career-info ul.link-btn li{
	width:100%;
	margin-bottom:30px;
}

.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-career-info ul.link-btn .link-btn-photo-1{
	background-image:url(../images/recruit/career/photo_link_btn_01.jpg);
	background-size:cover;
	width:100%;
	height:120px;
}

.recruit-career-info ul.link-btn .link-btn-photo-2{
	background-image:url(../images/recruit/career/photo_link_btn_02.jpg);
	background-size:cover;
	width:100%;
	height:120px;
}

.recruit-career-info ul.link-btn .link-btn-photo-3{
	background-image:url(../images/recruit/career/photo_link_btn_03.jpg);
	background-size:cover;
	width:100%;
	height:120px;
}

.recruit-career-info ul.link-btn .link-btn-photo-1:hover,
.recruit-career-info ul.link-btn .link-btn-photo-2:hover,
.recruit-career-info ul.link-btn .link-btn-photo-3:hover{
     opacity:0.9;
     filter:alpha(opacity=90);
     -ms-filter: “alpha( opacity=90 )”;
}

.recruit-career-info ul.link-btn p.title{
	color:#fff;
	font-size:16px;
	padding:50px 0 0;
}

.recruit-career-info ul.link-btn p.title:after{
	display:block;
	content:"____";
}


/* キャリア採用：総合職 */
/*.recruit-point{
	background:#f5f6f6;
	padding:20px;
	margin-bottom:40px;
}*/

/* キャリア採用：総合職 エントリーフォーム */
.career-entry-form{
	margin-bottom:40px;
}

.career-entry-form dl{
	margin-bottom:10px;
}

.career-entry-form dl dt{
	margin-bottom:15px;
}

.career-entry-form dl dt span{
	color:#c00101;
}

.career-entry-form dl dd{
	margin-bottom:30px;
}

.txt-notice{
	font-size:12px;
	/*line-height:2;*/
}

.txt-notice a{
	text-decoration:underline !important;
}

.txt-notice a:hover{
	text-decoration:none !important;
}

.career-entry-form-btn input[type="submit"]{
	border: 1px solid #585e6a;
    background: #585e6a;
    width: 100%;
    padding: 20px 0;
    color: #FFFFFF;
    cursor: pointer;
	font-size:14px;	
	margin-bottom:40px;
}

.career-entry-form-btn input[type="submit"]:hover{
	background: #FFFFFF;
	color: #585e6a;
}

/* キャリア採用：専門職 */
.btn-job-wrap,
.btn-job-g6-wrap{
	width:100%;
	margin-bottom:40px;
}

.btn-job-wrap a{
	display:block;
	background:#8a9099;
	color:#fff !important;
	padding:12px 10px 10px;
	margin-bottom:1px;
	font-size:12px;
}

.btn-job-wrap a:hover{
	background:#666;
}

.btn-job-wrap a i{
	margin-right:10px;
}

.btn-job-g6-wrap div{
	background:#8a9099;
	color:#fff !important;
	padding:12px 10px 10px;
	margin-bottom:1px;
	font-size:12px;
}

/* 各職種 */
.job-post-wrap h4{
	border-bottom: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 1.286em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top:40px;
	line-height: 1.5;
}

.job-post-wrap h4:nth-child(1){
	margin-top:0;
}

.job-post-wrap p{
	margin-bottom:20px;
	line-height:2;
}

.job-post-wrap p a{
	text-decoration:underline;
}

.job-post-wrap p a:hover{
	text-decoration:none;
}

/*.job-post-wrap h4:before{
	font-family:'FontAwesome';
	content: "\f068";
	margin-right:7px;
}*/


/* 募集職種
---------------------------------------*/ 

 .job-list li{
	border: 1px solid #d2d2d2;
	padding: 30px 15px 20px;
	margin-bottom: 15px;
}

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

.recruit-career .job-list li .job-icon{
	width: 110px;
	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 .recruit-flow{
	margin-bottom: 60px !important;
}

.recruit-career .recruit-flow .table{
	display: table;
	margin-bottom: 15px;
}

.recruit-career .recruit-flow .table div{
	display: table-cell;
}

.recruit-career .recruit-flow .table .cell-th{
	padding: 10px 0 ;
	width: 80px;
	vertical-align: middle;
	text-align: center;
	 
}

.recruit-career .recruit-flow .table .cell-td{
	padding: 10px;
}




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

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

.recruit-career .table .cell-td p a{
	text-decoration: underline;
}

.recruit-career .table .cell-td p a:hover{
	text-decoration: none;
}





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

.recruit-career .career-entry{
	border: 1px solid #c7000b;
	padding: 30px 15px 15px;
	text-align: center;
}

.recruit-career .career-entry a{
	display: block;
	padding: 20px 0;
	background: #c7000b;
	margin-top: 20px;
	color: #FFFFFF;
}







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


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



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

.recruit-new section .box-01{
	width: 100%;
	height: 300px;
	background-image: url(../images/recruit/pic_new-01.jpg);
	margin-bottom: 30px;
}

.recruit-new section .box-01 .links{
	border: 1px solid #FFFFFF;
}

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

.recruit-new section .box-01 .links .entry{
	display: block;
	padding: 10px 0;
}




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


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










.recruit-new section .box-02{
	width: 100%;
	height: 150px;
	background-image: url(../images/recruit/pic_new-02.jpg);
	margin-bottom: 30px;
}

.recruit-new section .box-03{
	width: 100%;
	height: 150px;
	background-image: url(../images/recruit/pic_new-03.jpg);
}

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

.recruit-new section .box .ghost{
	display: none;
}







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



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

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


.page.recruit .main-column section .sub p,
.page.recruit-career .main-column section .sub p{
	margin-bottom: 30px;
	font-weight: 300;
}


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





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



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

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


.recruit-interview-page .person{
	background: #f5f6f6;
	padding: 15px ;
	
}

.recruit-interview-page .person .data{
	float: left;
	width: 39%;
}

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

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

.recruit-interview-page .person .bio{
	float: right;
	width: 56%;
	font-size: 0.786em;
	margin-top: 5px;
	line-height: 1.6;
}

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



.recruit-interview-page .person .bio dl dt{
	float: left;
	clear: left;
	width: 4em;
}

.recruit-interview-page .person .bio dl dd{
	padding-left: 4em;
}



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

.recruit-interview-page .content-block{
	margin-bottom: 60px;
} 

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

.recruit-interview-page .content-block h4 span{
	font-size: 0.600em;
	position: absolute;
	top:-22px;
	left: 0;
}








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


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

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

.company section table th{
	 background: #f5f6f6;
	 vertical-align: middle;
	 font-weight: 400;
	 width: 25%;
	 padding: 30px 0;
	 border-bottom: 1px solid #e5e5e5;
}

.company section table td{
	vertical-align: middle;
	padding: 30px 0 30px 20px;
	line-height: 2;
	border-bottom: 1px solid #e5e5e5;
}

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

.company section table td #map_canvas,
.company section table td #map_canvas2{
	width: 100%;
	height: 200px;

}

.company section table td .name{
	text-decoration: underline;
	font-size: 1.143em;
	font-weight: 500;
	margin-bottom: 10px;
}

.company section table td .zip{
	margin-bottom: 10px;
}

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

.company section .history dt{
	width: 70px;
	float: left;
	clear: left;
}

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





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


.company-value section .links{
	margin-top: 35px;
}


.company-value section .links .box-01{
	background-image: url(../images/company/pic_company-value-01.jpg);
}

.company-value section .links .box{
	width: 100%;
	height: 150px;
}

.company-value section .content-block-02 dl{
	line-height: 2;
	font-weight: 500;
	font-size: 1.286em;
	margin-bottom: 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{
	border: 1px solid #f1f1f7;
	margin: 20px 0;
}

.company-value section .content-block-02 table tr th,
.recruit-point table th{
	padding: 40px 0;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f7;
	width: 30%;
	border-bottom: 1px solid #f1f1f7;
	font-size: 1.286em; 
	line-height:1.5;
}

.company-value section .content-block-02 table tr td,
.recruit-point table td{
	padding: 10px;
	border-bottom: 1px solid #f1f1f7;
	vertical-align: middle;
	line-height: 1.5;
}

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

.company-value section .content-block-04 .staff-list li{
	margin-top: 15px;
}

.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{
	float: left;
	vertical-align: center;
	width: calc(60% - 40px);
	height: 100%;
	padding: 15px 20px;
}

.company-value section .content-block-04 .staff-list li .text .staff-name p{
	font-weight: 200;
	font-size: 1.429em;
	margin-bottom: 5px;
}

.company-value section .content-block-04 .staff-list li .text .staff-name span{
	font-size: 0.714em;
}

.company-value section .content-block-04 .staff-list li .text .staff-links{
	float: right;
	display: table;
	width: 40%;
	text-align: center;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a{
	display: block;
	padding: 14px 0;
	margin: 0 !important;
	font-size: 10px;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a.link-interview{
	background: #c7000b;
	color: #FFFFFF;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a.link-interview:hover{
	background: #d6888c;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a.link-info{
	border: 3px solid #c7000b;
	color: #c7000b;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a.link-info:hover{
	border: 3px solid #d6888c;
	background: #d6888c;
}

.company-value section .content-block-04 .staff-list li .text .staff-links a.link-info.new-graduate span{
	background: url(../images/service/icon_service-01.gif) 100% 0 no-repeat;
	background-size: 12px;
	padding-right: 16px;
}




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


.page-head-privacy{
	background: url(../images/company/pagehead_company-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.privacy section{
	line-height: 1.7;
}

.privacy .main-column section h3{
	font-size: 2em;
	font-weight: 200;
	margin-bottom: 30px;
}

.privacy .main-column section .intro{
	margin-bottom: 20px;
}

.privacy .main-column section dl{
	margin-bottom: 40px;
}

.privacy .main-column section dl dt{
	font-weight: 500;
	text-decoration: underline;
}

.privacy .main-column section dl dd{
	margin-bottom: 20px;
}

.privacy .main-column section dl dd ul{
	margin-left: 1em;
}







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


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



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

/*
.culture #grid-content .post{
	opacity: 0;
}
*/



.culture .culture-list li{
	/*float: left;*/
	/*width: 50% - 22px);*/
	margin:0 15px 15px;
}

.culture .culture-list li:nth-child(2n){
	/*margin:15px 15px 0 7px;*/
}

.culture .culture-list li .photo img{
	display: block;
}

.culture .culture-list li .text{
	background: #eaeceb;
	padding: 15px ;
	line-height: 1.6;
	font-size: 0.785em;
}

.culture .culture-list li .text .time{
	margin-bottom: 10px;
}

.culture .culture-list li .text .title{
	font-size: 12px;
	margin-bottom: 10px;
}

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



/*記事読み込み関係*/



.pagenation .next a,
.load-end{
	display: block;
	border: 1px solid #585e6a;
	text-align: center;
	padding: 20px;
	line-height: 1;
	margin: 0 15px 0;
}



.pagenation .next a:hover{
	background: #585e6a;
	color: #FFFFFF;
}


.load-end{
	padding: 20px 0;
	background: #585e6a;
	color: #FFFFFF;
	position: relative;
	top:-20px;
}


#infscr-loading{
	position: absolute;
	left:0;/*100px*/
	bottom:-76px;/*76*/
	width: 100%;
	/*margin-left: -100px;*/
	text-align: center;
}

#infscr-loading img{
	width: 16px;
	display:block;
	margin: 0 auto 15px;
	padding: 36px 0;
}






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


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


/*写真*/

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

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


/*リンク系*/

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

.culture-single article .sns-links .time{
	display: block;
	float: left;
	width: 34%;
	height: auto;
	text-align: center;
	margin: 3.7% 0 0;
	font-size: 0.857em;
}

.culture-single article .sns-links a{
	display: block;
	float: left;
	width: 33%;
	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 .pagenation{
	display: none;
}







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


.page-head-news{
	background: url(../images/company/pagehead_company-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.news section h3{
	padding-bottom: 18px;
	border-bottom: 1px solid #585e6a;
	margin-bottom: 2px !important;
}


.news section h3 span{
	font-size: 0.786em;
	padding-left: 10px;
	font-weight: 400;
}

.news section .news-list{
	border-top: 1px solid #585e6a;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px 0 10px;
}

.news section .post{
	border-bottom: 1px solid #585e6a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news section .post-data{
	font-size: 0.857em;
	width: 100%;
	margin-bottom: 10px;
}

.news section .post .post-data .date{
	float: left;
	width: 70px;
	
}

.news section .post .post-data .cat{
	float: left;
	padding-left: 10px;
	font-size: 11px;	
}

.news section .post .cat span{
	background: #585e6a;
	padding: 1px 5px 0;
	color: #FFFFFF;
	margin-right: 4px;
	vertical-align: middle;
	font-size: 0.833em;
	border: 1px solid #585e6a;
}

/*カテゴリー色分け*/

.cat-info span.info-news{/*ニュース*/
	border: 1px solid #585e6a;
	background: #585e6a !important;
	color: #FFFFFF !important;
}

.cat-info span.info-release{/*リリース*/
	border: 1px solid #585e6a;
	background: #FFFFFF !important;
	color: #585e6a !important;
}

.cat-media span.media-works{
	border: 1px solid #c7000b !important;
	background: #c7000b !important;
	color: #FFFFFF;
}

.cat-media span.media-corporate{
	border: 1px solid #c7000b !important;
	background: #c7000b !important;
	color: #FFFFFF;
}



.news section .post .post-title{
	line-height: 1.7;
}

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

.news section .pagenation .next a{
	margin: 0;
}



/*記事読み込み関係*/



.news .pagenation .next a,
.news .load-end{
	margin: 0;
}

.news .load-end{
	top:0;
}


.news #infscr-loading{
	position:static;
}





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


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



/*リンク系*/

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

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

.news-single article .sns-links a{
	display: block;
	float: left;
	width: 50%;
	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 .contact-links{
	margin-top: 40px;
	width: 100%;
}

.news-single .contact-links a{
	display: block;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 10px;
}

.news-single .contact-links a.for-user{
	border: 2px solid #c7000b;
	color: #c7000b;
}

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

.news-single .contact-links a:hover{
	background: #d6888c;
}



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

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






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


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

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


.gov section .president .midashi{
	font-weight: 500;
	margin-bottom: 35px;
}

.gov section .president .catch{
	font-weight: 500;
	font-size: 1.286em;
	line-height: 1.5;
}

.gov section .president .photo{
	display: none;
}

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

.gov section .gov-index .box{
	width: 100%;
	height: 150px;
	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);
}



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

h5.tit-case{
	color:#c7000b;
	font-size:18px;
	font-weight:bold;
	line-height:2;
	padding:30px 0;
}

h5.tit-case span{
	color:#000;
	font-size:16px;
	display:block;
}

ul.list-vmcase,
ul.list-vmcase-nip{
	margin:0;
	padding:0;
}

ul.list-vmcase li{
	display:inline-block;
	width:48%;
	margin-right:3%;
	text-align:center;
	padding-top:15px;
	font-size:12px;
}

ul.list-vmcase li a{
	background:#eaeceb;
	display:block;
	padding-top:15px;
}

ul.list-vmcase li img,
ul.list-vmcase-nip li img{
	margin-top:15px;
}

ul.list-vmcase li a:hover img,
ul.list-vmcase-nip li a:hover img{
	opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60)";	
}

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

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



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


.page-head-gov-value{
	background: url(../images/gov/pagehead_value-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

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

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

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

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

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






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

.page-head-gov-offer{
	background: url(../images/gov/pagehead_offer-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}





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

.gov-offer section .midashi{
	font-size: 1.143em;
	margin-bottom: 10px;
}

.gov-offer section .consult-list.last{
	margin-bottom: 30px;
}

.gov-offer section .consult-list .name{
	background: #f1f1f7;
	padding: 15px ;
}

.gov-offer section .consult-list .content{
	padding: 15px;
	border: 1px solid #f1f1f7;
	line-height: 1.8;
}

.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{
	border: 3px solid #f2f2f2;
	margin-bottom: 15px;
}



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

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

.gov-offer section .step{
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

.gov-offer section .step span{
	display: table-cell;
	border: 1px solid #8a9099;
	font-weight: 500;
	padding: 7px 10px;
}

.gov-offer section .step p{
	display: table-cell;
	font-size: 16px;
	font-weight: 500;
	padding-left: 1em;
}





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

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

.gov-offer section .jirei-odd .read{
	float: right;
	
}

.gov-offer section .jirei-odd .icon{
	float:left;
}

.gov-offer section .jirei-even .read{
	float: left;
}

.gov-offer section .jirei-even .icon{
	float:right;
}

.gov-offer section .jirei-01 .icon{
	width: 75px;
	padding-right: 20px;
}

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

.gov-offer section .jirei-02 .icon{
	width: 105px;
	padding-right: 20px;
}

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

.gov-offer section .jirei-03 .icon{
	width: 75px;
	padding-right: 20px;
}

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




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


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

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







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


.page-head-contact{
	background: url(../images/company/pagehead_company-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}


.contact .main-column section h3{
	font-size: 2em;
	font-weight: 200;
	margin-bottom: 30px;
}

.contact .main-column section .intro{
	line-height: 2;
	margin-bottom: 40px;
}

.contact .main-column section dl{
	margin-bottom: 40px;
}

.contact .main-column section dl dt{
	margin-bottom: 15px;
}

.contact .main-column section dl dt .must{
	color: #c00101;
}

.contact .main-column section dl dd{
	margin-bottom: 30px;
}

.contact .main-column section dl dd input{
	background: #f1f1f7;
	border: none;
	width: 94%;
	padding: 20px 3%;
	font-size: 15px;
}

.contact .main-column section dl dd input.mfp_element_radio{
	width: 20px;
}

.contact .main-column section dl dd textarea{
	width: 94% !important;
	padding: 15px 3%;
	font-size: 15px;
	background: #f1f1f7;
	border: none;
}

.contact .main-column section dl dd small{
	margin-top: 10px;
	display: block;
	font-size: 0.857em;
	line-height: 1.7;
}

.contact .main-column section dl dd small a{
	text-decoration: underline;
}

.contact .main-column section dl dd small a:hover{
	text-decoration: none;
}

.contact form#mailformpro label{
	display: block;
	line-height: 2;
}

.contact .main-column section dl dd ul{
	margin-left: 1em;
}

.contact .main-column section .mfp_buttons button{
	border: 1px solid #585e6a;
	background: #585e6a;
	width: 100%;
	padding: 20px 0;
	color: #FFFFFF;
	cursor: pointer;
}

.contact .main-column section .mfp_buttons button:hover{
	background: #FFFFFF;
	color: #585e6a;
}





/* Thanksページ
---------------------------------------*/ 

.contact .main-column section .thanks-message{
	font-size: 1.857em;
	font-weight: 300;
	margin: 0 0 40px;
	line-height: 1.5;
}

.contact .main-column section .company-info{
	margin: 40px 0 0;
}





/*---------------------------------------
 * ご依頼のご相談
---------------------------------------*/ 


.page-head-contact-offer{
	background: url(../images/gov/pagehead_contact-offer-01.jpg) 50% 50% no-repeat;
	background-size: cover;
}





/* TOP banner */
.wrap_bnr{
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
