@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
}
#page-wrap {
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px){
	.wrap > p{
		margin-left: 3.125%;
		margin-right: 3.125%;
		margin-bottom: 3.125%;
	}
}
@media screen and (min-width:768px){
	.wrap > p{
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:1179px){
	.wrap > p{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#contents{
		min-height: -webkit-calc(100vh - 56px - 451px);
		min-height: calc(100vh - 56px - 451px);
	}
}
@media screen and (min-width:940px){
	#contents{
		min-height: -webkit-calc(100vh - 100px - 360px);
		min-height: calc(100vh - 100px - 360px);
	}
}
@media screen and (min-width:1180px){
	.wrap{
		padding-left: -webkit-calc((100% - 1180px) / 2);
		padding-left: calc((100% - 1180px) / 2);
		padding-right: -webkit-calc((100% - 1180px) / 2);
		padding-right: calc((100% - 1180px) / 2);
	}
}
.marquee > *{
	-webkit-animation-duration: 15s;
	-ms-animation-duration: 15s;
	animation-duration: 15s;
}


/**************************************************50
 * common
 **************************************************/
/* -- link -- */
.link_to{
}
.link_to:after{
	content: "\F733";
}

/* -- pager -- */
.pager_num{
	text-align: center;
}
.pager_link{
	margin: 5px auto;
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	background-color: #000000;
	border-color: #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #BE1A21;
}
.pager_link > a.mdi{
	font-size: 140%;
}
.pager_link > span{
	background-color: #BE1A21;
	border-color: #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_btn{
	margin-bottom: 1.5625%;
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #000000;
	color: #FFFFFF;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	font-size: 160%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}

@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}

/* -- label -- */
label{
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	height: 30px;
	line-height: 28px;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
}
label:hover,
label:focus{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* -- select -- */
select{
	border: 1px solid #9E9E9E;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-bottom: 3px;
	padding: 0 29px 0 7px;
	transition: all 0.3s ease-out 0s;
}
.select_box{
	position: relative;
	vertical-align: middle;
}
.select_box:after{
	background-color: #EEEEEE;
	border-left: 1px solid #9E9E9E;
	content: "\F35D";
	font-size: 22px;
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
select:focus{
	border-color: #212121;
	outline: none;
}
select::-ms-expand {
    display: none;
}


/**************************************************50
 * header
 **************************************************/
#header_fix{
	background-color: #2849BC;
	color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_fix:after{
	clear: both;
	content: "";
	display: block;
}
#header_fix > *{
	float: left;
}
#header_fix a{
	color: #FFFFFF;
}
@media screen and (max-width:319px){
	#header_fix #header_logo{
		height: 24px;
	}
}
@media screen and (min-width:320px) and (max-width:413px){
	#header_fix #header_logo{
		height: 36px;
	}
}
@media screen and (min-width:414px) and (max-width:939px){
	#header_fix #header_logo{
		height: 48px;
	}
}
@media screen and (max-width:939px){
	header{
		margin-bottom: 3.125%;
	}
}
@media screen and (min-width:768px){
	header{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:939px){
	header{
		padding-top: 56px;
	}
	#header_fix{
		height: 56px;
		line-height: 56px;
		text-align: center;
	}
	#header_fix #btn_menu{
		font-size: 60%;
		margin: 6px;
		height: 42px;
		line-height: 1;
		width: 42px;
	}
	#header_fix #btn_menu:before{
		content: "\F35C";
		display: block;
		font-size: 320%;
	}
	#header_fix #btn_tel{
		font-size: 70%;
		margin: 6px;
		height: 42px;
		line-height: 1;
		text-decoration: none;
		width: 42px;
	}
	#header_fix #btn_tel:before{
		content: "\F11C";
		display: block;
		font-size: 220%;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#header_fix #header_logo{
		margin-left: 8%;
	}
	#header_fix #header_time{
		display: none;
	}
	#header_fix nav{
		background-color: #2849BC;
		border-top: 1px solid #FFFFFF;
		position: fixed;
		top: 56px;
		left: -100%;
		transition: left 0.2s ease-out 0s;
		width: 100%;
		z-index: 999;
	}
	#header_fix nav.active{
		left: 0;
	}
	#header_fix nav a{
		display: block;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
		text-decoration: none;
	}
	#header_fix nav a:after{
		content: "\F142";
		font-size: 160%;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#header_fix nav a.active{
		background-color: #000000;
	}
}
@media screen and (min-width:940px){
	header{
		padding-top: 100px;
	}
	#header_fix{
		height: 100px;
		line-height: 100px;
	}
	#header_fix #header_logo{
		transition: opacity 0.2s ease-out 0s;
	}
	#header_fix a:hover #header_logo{
		opacity: 0.7;
	}
	#header_fix nav{
		text-align: center;
		margin-left: calc((100% - 388px - 220px - (140px * 2) - 20px) / 2);
		margin-right: calc((100% - 388px - 220px - (140px * 2) - 20px) / 2);
	}
	#header_fix nav a{
		display: inline-block;
		text-decoration: none;
		transition: background-color 0.2s ease-out 0s;
		width: 140px;
	}
	#header_fix nav a:hover,
	#header_fix nav a.active{
		background-color: #000000;
	}
	#header_fix #btn_menu{
		display: none;
	}
	#header_fix #btn_tel{
		display: none;
	}
	#header_fix #header_time{
		display: block;
		float: right !important;
		line-height: 1.4;
		padding: 1.4em 0;
		text-align: center;
		width: 220px;
	}
	#header_fix #header_time p{
		font-size: 140%;
	}
}
@media screen and (min-width:940px) and (max-width:1180px){
	#header_fix{
		padding-left: 10px;
		padding-right: 10px;
	}
}


/**************************************************50
 * middle
 **************************************************/
.title_blue{
	background-color: #2849BC;
	color: #FFFFFF;
	padding: 0.3em 1em;
	text-align: center;
}
@media screen and (max-width:767px){
	.title_blue{
		margin-bottom: 1.5625%;
	}
}
@media screen and (min-width:768px){
	.title_blue{
		margin-bottom: 20px;
	}
}


/**************************************************50
 * top
 **************************************************/
/* -- business -- */
#business{
	text-align: center;
}
#business_head{
	color: #FFFFFF;
}
#business_head h2{
	font-size: 140%;
}
#business_head h3{
	font-size: 160%;
}
#business_head p{
	font-size: 140%;
}
#business_head p strong{
	font-size: 160%;
}
#business_industry{
	color: #2E3192;
	font-size: 180%;
}
#business_industry_list li{
	background-color: #FFFFFF;
	border: 1px solid #2E3192;
}
#business_industry_list li h4{
	background-color: #2E3192;
	color: #FFFFFF;
	padding: 0.3em 0;
}
#business_industry_list li p{
	text-align: left;
	padding: 0.3em 1em;
}
#business_consulting li{
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 0.3em 0;

-moz-box-shadow:0px 4px 7px 4px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 4px 7px 4px rgba(0,0,0,0.5);
box-shadow:0px 4px 7px 4px rgba(0,0,0,0.5);
}
#business_consulting li:nth-child(1){
	border-color: #FB941D;
}
#business_consulting li:nth-child(2){
	border-color: #FE7BAF;
}
#business_consulting li:nth-child(3){
	border-color: #02AA9D;
}
#business_consulting li:nth-child(4){
	border-color: #DBE223;
}
#business_consulting li h4{
	color: #2E3192;
	font-size: 140%;
	line-height: 1.4;
}
#business_consulting li p{
	text-align: left;
	padding: 0.3em 1em;
}
@media screen and (max-width:767px){
	#business{
		margin-top: -3.125%;
	}
	#business_head{
		background: url("http://hermes-inc.jp/images/user/back_010.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	#business_head{
		padding: 0 3.125% 21.875%;
		margin-bottom: 1.5625%;
	}
	#business_head_img img{
		max-width: 409px;
		width: 87.5%;
	}
	#business_head_img img + img{
		margin-top: 1.666666666666667%;
	}
	#business_head p{
		margin-top: 1.666666666666667%;
		line-height: 1.4;
	}
	#business_industry_list{
		margin-bottom: 3.125%;
	}
	#business_industry_list li{
		margin: 1.5625% 3.125% 0;
	}
	#business_consulting li{
		margin: 6.25% 3.125% 0;
	}
	#business_consulting{
		margin-bottom: 6.25%;
	}
	#professional_pillars{
		font-size: 130%;
		margin-bottom: 1.5625%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#business{
		background: url("http://hermes-inc.jp/images/user/back_010.jpg") center center no-repeat;
		background-size: auto 100%;
		margin-top: -30px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#business_head_img img{
		margin: 10px 20px;
	}
	#business_industry_list{
		margin: 0 auto 20px;
		max-width: 800px;
		padding: 0 20px;
	}
	#business_industry_list li{
		display: table;
		width: 100%;
	}
	#business_industry_list li + li{
		margin-top: 10px;
	}
	#business_industry_list li > *{
		display: table-cell;
		vertical-align: middle;
	}
	#business_industry_list li h4{
		width: 7em;
	}
	#business_consulting:after{
		clear: both;
		content: "";
		display: block;
	}
	#business_consulting li{
		float: left;
		margin-top: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#business_consulting li{
		height: 223px;
		margin-left: 20px;
		width: -webkit-calc((100% - 60px) / 2);
		width: calc((100% - 60px) / 2);
	}
}
@media screen and (min-width:940px){
	#business_consulting li{
		height: 310px;
		margin-left: 20px;
		width: -webkit-calc((100% - 100px) / 4);
		width: calc((100% - 100px) / 4);
	}
}

/* -- professional_pillars -- */
#professional_pillars{
	color: #2E3095;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#professional_pillars strong{
	font-size: 160%;
	vertical-align: sub;
	line-height: 1.2;
}
#professional_pillars_img{
	background: url("http://hermes-inc.jp/images/user/back_020.jpg") center center no-repeat;
	background-size: auto 100%;
	text-align: center;
}
@media screen and (max-width:767px){
	#professional_pillars_img{
		margin-bottom: 3.125%;
	}
	#professional_pillars_img img{
		max-width: 500px;
		width: 87.5%;
	}
}
@media screen and (min-width:768px){
	#professional_pillars{
		font-size: 220%;
		margin-bottom: 20px;
	}
	#professional_pillars_img{
		margin-bottom: 30px;
	}
}

/* -- access -- */
#access{
	background-color: #2849BC;
	color: #FFFFFF;
	text-align: center;
}
#access h3{
	padding: 0.3em 0;
}
#access p span{
	display: inline-block;
}
@media screen and (max-width:767px){
	#access{
		padding-bottom: 3.125%;
		margin-bottom: 6.25%;
	}
	#access_map{
		margin-bottom: 3.125%;
	}
	#access_map:before{
		content: "";
		display: block;
		/* padding-top: 56.25%; */
	}
	#access #access_exterior img{
		max-width: 345px;
		width: 60%;
	}
	#access #access_info h4{
		font-size: 180%;
	}
}
@media screen and (min-width:768px){
	#access{
		margin-bottom: 30px;
	}
	#access:after{
		clear: both;
		content: "";
		display: block;
	}
	#access #access_map{
		float: right;
	}
	#access #access_info{
		float: left;
	}
}
@media screen and (min-width:768px) and (max-width:1179px){
	#access{
		padding: 0 20px 20px;
	}
	#access #access_map{
		height: 400px;
		margin-left: 20px;
		width: -webkit-calc(100% - 240px - 20px);
		width: calc(100% - 240px - 20px);
	}
	#access #access_info{
		width: 240px;
	}
	#access #access_info h4{
		font-size: 140%;
	}
	#access #access_exterior img{
		width: 100%;
	}
}
@media screen and (min-width:1180px){
	#access{
		padding-bottom: 20px;
	}
	#access #access_map{
		height: 500px;
		margin-left: 20px;
		width: -webkit-calc(100% - 380px - 20px);
		width: calc(100% - 380px - 20px);
	}
	#access #access_info{
		width: 380px;
	}
	#access #access_info h4{
		font-size: 160%;
	}
}

/**************************************************50
 * company
 **************************************************/
.company_about{
}
.company_about li{
	border: 1px solid #5E67AC;
	margin-bottom: -1px;
}
.company_about li h3{
	background-color: #B7B7D9;
}
@media screen and (max-width:767px){
	.company_about{
		margin: 0 3.125% 6.25%;
	}
	.company_about li h3{
		border-bottom: 1px solid #5E67AC;
		padding: 1.666666666666667% 3.333333333333333%;
	}
	.company_about li section{
		padding: 1.666666666666667% 3.333333333333333%;
	}
}
@media screen and (min-width:768px){
	.company_about{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		max-width: 900px;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.company_about li{
		display: table;
		width: 100%;
	}
	.company_about li > *{
		display: table-cell;
		vertical-align: middle;
		padding: 0.5em 1em;
		text-align: left;
	}
	.company_about li h3{
		border-right: 1px solid #5E67AC;
		width: 200px;
	}
}



/**************************************************50
 * footer
 **************************************************/
#footer_banner{
	text-align: center;
}
#footer_banner img{
	max-width: 924px;
	width: 100%;
}
#footer_info{
	background-color: #2849BC;
	color: #FFFFFF;
	text-align: center;
}
#footer_info nav a{
	color: #FFFFFF;
}
#footer_info #footer_time p{
	font-size: 140%;
}
#copyright{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding: 0.3em 1em;
}
@media screen and (max-width:767px){
	#footer_banner{
		margin-bottom: 6.25%;
	}
	#footer_info{
		padding: 3.125% 0;
	}
	#footer_info #footer_logo{
		max-width: 388px;
		width: 93.75%;
	}
	#footer_info nav{
		display: none;
	}
}
@media screen and (min-width:768px){
	#footer_banner{
		margin-bottom: 30px;
		padding: 0 20px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#footer_info{
		padding: 20px;
	}
	#footer_info nav{
		margin: 20px auto;
	}
	#footer_info nav a{
		display: inline-block;
		width: 7em;
	}
	#footer_info nav a + a{
		margin-left: 1em;
	}
	#footer_info #footer_time p{
		display: inline-block;
		margin-left: 1em;
	}
}
@media screen and (min-width:940px){
	#footer_info{
		height: 100px;
		line-height: 100px;
	}
	#footer_info > *{
		float: left;
	}
	#footer_info:after{
		clear: both;
		content: "";
		display: block;
	}
	#footer_info #footer_logo{
		transition: opacity 0.2s ease-out 0s;
	}
	#footer_info a:hover #footer_logo{
		opacity: 0.7;
	}
	#footer_info nav{
		text-align: center;
		margin-left: calc((100% - 388px - 220px - (140px * 2) - 20px) / 2);
		margin-right: calc((100% - 388px - 220px - (140px * 2) - 20px) / 2);
	}
	#footer_info nav a{
		display: inline-block;
		transition: background-color 0.2s ease-out 0s;
		width: 140px;
	}
	#footer_info nav a.active{
		text-decoration: none;
	}
	#footer_info #footer_time{
		display: block;
		float: right !important;
		line-height: 1.4;
		padding: 1.4em 0;
		text-align: center;
		width: 220px;
	}
}
@media screen and (min-width:940px) and (max-width:1180px){
	#footer_info{
		padding-left: 10px;
		padding-right: 10px;
	}
}


