@charset "utf-8";
/* CSS Document */
html{
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
}

body{
	color:#000;
	font-size:16px;
	line-height:1.5;
	margin:0;
	padding:0;
	background:#F1F8FD;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,main,menu,nav,section,summary{
	display: block;
}
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}
img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a{
	border:none;
	text-decoration:none;
	color:#000;
}

div{
	word-wrap: break-word;
}
em{
	font-style:normal;
}
ol,ul,li{list-style:none;}
div,p,a,ul,ol,li,dl,dt,dd,table,td,th,h1,h2,h3,h4,h5,h6,
span,strong,input,select,textarea,section,article,figure,img,main,article{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

/********************************************************
    common
********************************************************/
.title h2{
	font-size:46px;
	line-height:1;
}
.title span{
	font-size:16px;
}
.box{
	max-width:1000px;
	width:auto;
	margin:0 auto;
}
.content{
	padding:60px 0;
}
.bk_aqua{
	background:#CAE8F2;
}
.bk_blue{
	background:#AAD5E8;
}
.subTitle{
	text-align:center;
	font-size:34px;
	line-height:1;
	padding-bottom:30px;
}
.subTitle h3:first-letter{
	font-size:1.353em;
}
.subTitle>span{
	font-size:16px;
}
.textC{
	text-align:center;
}

.mt40{ margin-top:40px; }
.mt100{ margin-top:100px; }

#pageTitle{
	padding:110px 0 50px;
	text-align:center;
	background:#CAE8F2;
}

@media (max-width: 640px) {
	body{
		font-size:12px;
	}
	.title h2{
		font-size:24px;
	}
	.title span{
		font-size:12px;
	}
	.content{
		padding:20px 5px;
	}
	.subTitle{
		font-size:24px;
		padding-bottom: 10px;
	}
	.subTitle>span{
		font-size:12px;
	}
	.mt40{ margin-top:20px; }
	.mt100{ margin-top:40px; }
	#pageTitle{
		padding:60px 5px 15px;
	}
}

/********************************************************
    header
********************************************************/
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
header>section{
	max-width:1000px;
	width:auto;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
header>section h1{
	float:left;
	padding:10px 0 0 5px;
}
header>section nav{
	width:320px;
	float:right;
}
header>section nav ul{
	overflow:hidden;
	padding-top:28px;
}
header>section nav ul li{
	text-align:center;
	float:left;
}
header>section nav ul li a{
	width:80px;
	padding:0 10px;
	color:#FFF;
	display:block;
}

body#under header{
	background:#00618B;
	position:fixed;
}

@media (max-width: 640px) {
	header>section{
		height:40px;
	}
	header>section h1{
		width:90px;
		padding:10px 0 0 10px;
	}
	header>section h1 img{
		width:100%;
		height:auto;
		vertical-align:top;
	}
	header>section nav{
		width: calc( 100% - 100px );
		width: -webkit-calc( 100% - 100px );
	}
	header>section nav ul{
		padding-top:15px;
	}
	header>section nav ul li{
		width:25%;
	}
	header>section nav ul li a{
		font-size:12px;
		padding:0 5px;
		width:100%;
	}
}

/********************************************************
    Top
********************************************************/
#mainImage{
	height:560px;
}
#mainImage .title{
	text-align:center;
	padding-top:220px;
}

@media (max-width: 640px) {
	#mainImage{
		height:60vh;
	}
	#mainImage .title{
	   padding:50% 5px 0;
	   margin-top:-30px; 
	}
}

/**** NEWS ****/
#news .box{
	overflow:hidden;
	padding:60px 20px 50px;
}
#news .newsTitle{
	float:left;
	width:130px;
	font-size:18px;
}
#news .newsContnets{
	float:left;
	width:calc( 100% - 130px );
	width:-webkit-calc( 100% - 130px );
	font-size:13px;
}
#news .newsContnets dl{
	overflow:hidden;
	padding-bottom:10px;
}
#news .newsContnets dl dt{
	width:100px;
	float:left;
}
#news .newsContnets dl dd{
	width:calc( 100% - 100px );
	width:-webkit-calc( 100% - 100px );
	float:left;
}

@media (max-width: 640px) {
	#news .box{
		padding:10px 5px;
	}
	#news .newsTitle{
		float: none;
		width: 100%;
		border-bottom: 1px #CCC solid;
	}
	#news .newsContnets{
		float: none;
		width: 100%;
	}
	#news .newsContnets dl dt{
		float:none;
		width:100%;
	}
	#news .newsContnets dl dd{
		float:none;
		width:100%;
		font-size:11px;
	}
}

/**** business links ****/
#business{
	overflow:hidden;
	padding-bottom:120px;
}
#business article{
	max-width:400px;
	width:40%;
	position:relative;
	float:left;
}
#business article:nth-child(2n){
	float:right;
}
#business article img{
	width:100%;
	height:auto;
}
#business article .innerTitle{
	width:100%;
	height:60px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	line-height:0.9;
	padding:13px 10px 0;
}
#business article .innerTitle p{
	background:url(../images/arrow_white.png) no-repeat right;
}
#business article .innerTitle span{
	display:block;
	font-size:13px;
}
#business article span.link,
#business article span.link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	opacity:0;
	text-indent:-9999px;
}

#business article.beauty .innerTitle{ background:#DBBA57; }
#business article.internet .innerTitle{ background:#6171A2; }
#business article.shop .innerTitle{ background:#D6905D; }
#business article.global .innerTitle{ background:#76993F; }

#business article.shop .innerTitle,
#business article.global .innerTitle{
	position:absolute;
	top:0;
}
#business article.beauty{
	left:130px;
}
#business article.internet,
#business article.global{
	top:60px;
}
#business article.shop{
	padding-top:60px;
}
#business article.global{
	right:200px;
	padding-top:60px;
}

@media (max-width: 640px) {
	#business{
		padding-bottom:20px;
	}
	#business article{
		width:50%;
	}
	#business article.beauty{
		left:0;
	}
	#business article.internet,
	#business article.global{
		top:0;
	}
	#business article.shop{
		padding-top:40px;
	}
	#business article.global {
		padding-top:40px;
		right:0;
	}
	#business article .innerTitle{
		height:40px;
		font-size:16px;
		padding:8px 5px 0;
		line-height:1.1;
	}
	#business article .innerTitle p{
		background: url(../images/arrow_white.png) no-repeat right;
    	background-size: auto 15px;
	}
	#business article .innerTitle span{
		font-size:10px;
	}
}

/**** social contributions ****/
#social{
	overflow:hidden;
}
#social article{
	max-width:400px;
	width:40%;
	position:relative;
	float:left;
	display: table;
}
#social article:nth-child(2n){
	float:right;
}
#social article figure{
	display: table-cell;
	width:50%;
}
#social article img{
	width:100%;
	height:auto;
}
#social article div.link,
#social article div.link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	opacity:0;
	text-indent:-9999px;
}

#social article .innerTitle{
	width:50%;
	text-align:center;
	color:#FFF;
	font-size:20px;
	line-height:0.9;
    display: table-cell;
    vertical-align: middle;
}
#social article p.socialText{
	position:absolute;
	top:0;
	left:calc( 100% + 5px );
	left:-webkit-calc( 100% + 5px );
	width:100%;
	font-size:13px;
	padding-right:30px;
	background:url(../images/arrow_white.png) no-repeat right;
}
#social article span.link,
#social article span.link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	opacity:0;
	text-indent:-9999px;
}

#social article.football .innerTitle{ background:#394168; }
#social article.information .innerTitle{ background:#5DA5D5; }
#social article.skill .innerTitle{ background:#6E7387; }

#social article.shop .innerTitle,
#social article.global .innerTitle{
	position:absolute;
	top:0;
}
#social article.skill{
	left:20%;
}
#social article.information{
	top:100px;
}
#social article.skill p.socialText{
	top:auto;
	bottom:0;
	width:290px;
}
#social article.information p.socialText{
	top:auto;
	left:auto;
	bottom:-40px;
	right:0;
	width:350px;
	padding-right:0;
	padding-left:30px;
	background:url(../images/arrow_white.png) no-repeat left;
}

@media (max-width: 640px) {
	#social article{
		width:80%;
	}
	#social article .innerTitle{
		font-size:16px;
		line-height:1.1;
	}
	#social article.information{
		top:0;
	}
	#social article.skill{
		left:0;
	}
}


/**** about us ****/
#about article{
	position:relative;
	left:100px;
	max-width:600px;
}
#about article dl{
	position:relative;
	right:-120px;
	max-width:540px;
	width:calc( 100% - 60px);
	padding:10px 60px 10px 10px;
	font-size:13px;
	background:url(../images/arrow_black.gif) no-repeat #FFF right;	
}
#about article dl dt{
	font-size:24px;
	line-height:1;
}
#about article dl dd.link,
#about article dl dd.link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	opacity:0;
	text-indent:-9999px;
}

@media (max-width: 640px) {
	#about article{
		left:0;
	}
	#about article figure img{
		width:100%;
		height:auto;
	}
	#about article dl{
		right: 0;
		width: 100%;
		background-size: 28px auto;
		padding: 10px 30px 10px 10px;
	}
	#about article dl dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
}

/**** recruit ****/
#recruit .textC{
	line-height:1.7;
}
.btn{
	max-width:320px;
	width:80%;
	margin:30px auto 0;
	background:url(../images/arrow_black.gif) no-repeat #FFF right;
}
.btn a{
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	padding:20px 0;
	line-height:1;
}

@media (max-width: 640px) {
	.btn{
		background-size: 28px auto;
	}
	.btn a{
		font-size:16px;
	}
}


/********************************************************
    business
********************************************************/
.contentText{
	padding-bottom:80px;
	padding-top:60px;
}
.contentText article{
	line-height:1.7;
}

#businessCont.contentText{
	padding-bottom:0;
}
#businessCont article{
	padding-bottom:40px;
}
#businessCont .background{
	text-align:center;
	background:#00618B;
}
#businessCont .background img{
	width:100%;
	max-width:900px;
	height:auto;
}

#businessLinks{
	padding-bottom:30px;
}
#businessLinks article{
	margin-bottom:30px;
	max-width:820px;
	width:100%;
}
#businessLinks article dl{
	overflow:hidden;
	background:#DBBA57;
	min-height:260px;
	display:table;
	margin-left:40px;
	width:100%;
}
#businessLinks article:nth-child(2n) dl{
	margin-left:140px;
}
#businessLinks article dl dt{
	display:table-cell;
	width:200px;
	text-align:center;
	color:#FFF;
	font-size:32px;
	line-height:0.9;
	vertical-align:middle;
}
#businessLinks article dl dt span{
	font-size:13px;
	display:block;
}
#businessLinks article dl dd{
	display:table-cell;
	width:auto;
	padding:20px 10px;
	background:rgba(255,255,255,0.5);
}
#businessLinks article dl dd .contntTitle{
	font-size:20px;
	padding-bottom:15px;
	font-weight:bold;
}
#businessLinks article .workList{
	max-width:610px;
	width:100%;
	background:#FFF;
	padding:10px 5px 5px 10px;
	font-size:13px;
	margin-left:280px;
}
#businessLinks article:nth-child(2n) .workList{
	margin-left:100px;
}
#businessLinks article .workList ul li{
	display:inline-block;
	margin:0 10px 5px 0;
}
#businessLinks article .workList ul li:before{
	content:"・";
	margin-right:2px;
}

#businessLinks article.internet dl{ background:#6171A2; }
#businessLinks article.shop dl{ background:#D6905D; }
#businessLinks article.global dl{ background:#76993F; }

@media (max-width: 640px) {
	.contentText{
		padding-top:40px;
		padding-bottom:40px;
	}
	#businessLinks article{
		margin-bottom:10px;
	}
	#businessLinks article dl{
		margin-left: 0;
    	min-height: auto;
	}
	#businessLinks article dl dt{
		width: 100%;
		display: block;
		font-size: 24px;
		padding: 10px 0 8px;
	}
	#businessLinks article dl dd{
		display:block;
		width:100%;
		padding:10px 5px;
	}
	#businessLinks article dl dd .contntTitle{
		font-size:14px;
		padding-bottom:5px;
	}
	#businessLinks article .workList{
		margin-left:0;
		padding:5px;
	}
	#businessLinks article:nth-child(2n) dl,
	#businessLinks article:nth-child(2n) .workList{
		margin-left:0;
	}
}


/********************************************************
    socialCont
********************************************************/
#socialCont article{
	padding-bottom:40px;
}
#socialCont.contentText{
	padding-bottom:0;
}
#socialCont .background{
	text-align:center;
	background:#FFF;
}
#socialCont .background img{
	width:100%;
	max-width:960px;
	height:auto;
}

#contributions .box{
	overflow:hidden;
}
#contributions article{
	max-width:500px;
	width:50%;
	float:left;
}
#contributions article img{
	width:100%;
	height:auto;
}
#contributions article .innerTitle{
	background:#394168;
	padding:20px 0 15px 15px;
	font-size:24px;
	color:#FFF;
	line-height:1;
}
#contributions article:nth-child(2){
	margin-top:140px;
}
#contributions article:nth-child(3){
	margin-top:-40px;
}
#contributions article .socialText{
	font-size:13px;
	padding:10px;
}
#contributions article.information .innerTitle{ background:#5DA5D5; }
#contributions article.skill .innerTitle{ background:#6E7387; }

@media (max-width: 640px) {
	#contributions article{
		width: 100%;
		float: none;
		padding-bottom: 0px;
	}
	#contributions article .innerTitle{
		font-size: 18px;
		text-align: center;
		padding: 12px 0 10px;
	}
	#contributions article:nth-child(2),
	#contributions article:nth-child(3){
		margin:0;
	}
}


/********************************************************
    about us
********************************************************/
.content table{
	border-collapse:collapse;
    border-spacing:0;
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.content table th,
.content table td{
	padding:10px 20px;
}
.content table.profile{
	margin-bottom:60px;
	border-collapse:separate;
    border-spacing:1px;
}
.content table.profile th{
	background:#00618B;
	color:#FFF;
	text-align:left;
}
.content table td{
	background:#FFF;
}
.content table.history tr:nth-child(2n+1) td{
	background:#00618B;
	color:#FFF;
}
#company .caution{
	font-size:13px;
	text-align:right;
	max-width:800px;
	width:100%;
	margin:10px auto 0;
}

@media (max-width: 640px) {
	.content table.profile{
		margin-bottom:20px;
	}
	.content table.profile th,
	.content table.profile td{
		display:block;
		width:100%;
		padding:5px;
	}
	.content table.profile th{
		padding:5px 10px;
	}
	#company .caution{
		font-size:10px;
		text-align:left;
	}
}
	

/********************************************************
    recruit
********************************************************/
#recruitment .btn{
	background:none;
	max-width:640px;
	margin:0 auto 60px;
}
#recruitment .btn a{
	color:#FFF;
	background:url(../images/arrow.png) #00618B no-repeat right;
	font-size:24px;
	padding:30px 0;
	border-radius:10px;
}

@media (max-width: 640px) {
	#recruitment .btn a{
		font-size: 16px;
		padding: 15px 0;
		border-radius: 5px;
		line-height: 1;
		background-size: 20px auto;
	}
}


/********************************************************
    footer
********************************************************/
footer{
	background:#333;
	color:#FFF;
}
footer a{
	color:#FFF;
}
footer .box{
	padding:10px 0 15px;
	overflow:hidden;
}
footer .footerLeft{
	width:calc( 100% - 280px );
	width:-webkit-calc( 100% - 280px );
	float:left;
}
footer .footerLeft nav{
	padding-top:10px;
}
footer .footerLeft li{
	display:inline-block;
	margin-right:5px;
	font-size:13px;
}
footer .footerLeft li:after{
	content:"|";
	margin-left:5px;
}
footer .footerRight{
	width:280px;
	float:right;
	font-size:13px;
	line-height:1.7;
}
footer address{
	background:#000;
	text-align:center;
	font-style:normal;
	font-size:11px;
	padding:8px 0;
	line-height:1;
}

@media (max-width: 640px) {
	footer .box{
		padding:10px 5px 15px;
	}
	footer .footerLeft{
		width:100%;
		float:none;
	}
	footer .footerLeft .logo{
		padding: 5px 0;
    	text-align: center;
	}
	footer .footerLeft ul{
		overflow:hidden;
	}
	footer .footerLeft li{
		width: 100%;
		display: block;
		float: right;
		margin-right: 0;
		position:relative;
		border-top:1px #FFF solid;
	}
	footer .footerLeft ul li:nth-child(1){
		border-top:none;
	}
	footer .footerLeft li a{
		display: block;
		width: 100%;
		padding: 10px;
		background: #666;
	}
	footer .footerLeft li:after{
		content:"＞";
		position:absolute;
		right:5px;
		top:12px;
	}
	footer .footerRight{
		width: 100%;
		float: none;
		padding-top: 15px;
	}
}