@charset "utf-8";

#visual{
	padding: 16px 0 43px;
	background: url(../../img/title_bar.png) left 0 bottom 20px repeat-x;
	position: relative;
}
#visual:before{
	content: '';
	display: block;
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 311px;
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: -1;
}
#visual p{
	line-height: 0;
	text-align: center;
}
#visual p.icn{
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}

#index #tel_contact{
	margin-top: -100px;
}

#contents .desc{
	width: 600px;
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 auto 40px;
	text-align: left;
	font-weight: normal;
}
#contents .desc p.tex{
	margin-bottom: 15px;
}

#contents .link{
	letter-spacing: -0.4em;
	background: url(../img/link_bg.jpg) 0 250px no-repeat;
	padding: 0 0 155px;
}
@media (min-width:1700px){
	#contents .link{background-size: 100% auto;}
}
#contents .link .col{
	width: 340px;
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	margin: 0 40px 0 0;
	vertical-align: top;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#contents .link .work{
	background: url(../img/link_work_bg.png) center top no-repeat, url(../img/link_col_bg.png) left bottom no-repeat;
	margin-top: 40px;
}
#contents .link .voice{
	background: url(../img/link_voice_bg.png) center top no-repeat, url(../img/link_col_bg.png) left bottom no-repeat;
	margin-top: 100px;
}
#contents .link .carrier{
	background: url(../img/link_carrier_bg.png) center top no-repeat, url(../img/link_col_bg.png) left bottom no-repeat;
	margin-right: 0;
}
#contents .link .col .in{
	display: block;
	background: rgba(46, 46, 46, 0.8);
	padding: 35px 30px 30px;
	position: relative;
}
#contents .link .col .in:after{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(../img/link_arrow.png) center bottom no-repeat;
}
#contents .link .col:hover .in:after{
	bottom: 8px;
}
#contents .link .col:hover .in{
	background: rgba(46, 46, 46, 0.6);
	padding: 35px 30px 30px;
}
#contents .link .col p,
#contents .link .col h2{
	line-height: 0;
	text-align: center;
}
#contents .link .col p.tit{
	margin: 0 auto 25px;
}
#contents .link .col h2{
	line-height: 100px;
	margin: 0 auto 30px;
}
#contents .link .col.work h2{
	line-height: 0;
	min-height: 100px;
}
#contents .link .col:hover .in h2{
	opacity: 0.7;
	margin: 0 auto 28px;
	padding-top: 2px;
}
#contents .link .col>.tex{
	font-size: 1.3rem;
	line-height: 20px;
	color: #fff;
	text-align: left;
	padding-top: 35px;
}
#contents .link .col:hover>.tex{
	opacity: 0.7;
	text-decoration: underline;
}
#contents .link .link_btn{
	text-align: center;
	line-height: 0;
	padding: 80px 0 0;
}

#contents .links{
	margin: 0 auto 80px;
	padding: 0 0 33px;
	background: url(../img/links_bg.png) left bottom repeat-x;
}
#contents .links .col{
	display: block;
	width: 540px;
	float: left;
	vertical-align: top;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .links .col.work{
	background: url(../img/links_work_bg.png) 0 0 no-repeat;
}
#contents .links .col.voice{
	background: url(../img/links_voice_bg.png) 0 0 no-repeat;
}
#contents .links .col.carrier{
	background: url(../img/links_carrier_bg.png) 0 0 no-repeat;
}
#contents .links .col .in{
	display: block;
	padding: 35px 0 50px;
	text-align: center;
	background: rgba(46, 46, 46, 0.8);
	position: relative;
}
#contents .links .col:hover .in{
	background: rgba(46, 46, 46, 0.6);
	padding: 35px 0 48px;
}
#contents .links .col .in:after{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(../img/link_arrow.png) center bottom no-repeat;
}
#contents .links .col:hover .in:after{
	bottom: 8px;
}
#contents .links .col p.tit{
	line-height: 0;
	margin: 0 auto 30px;
}
#contents .links .col h3{
	line-height: 62px;
}
#contents .links .col h3 img{
	vertical-align: middle;
}
#contents .links .col.work h3{
	line-height: 0;
	min-height: 62px;
}
#contents .links .col:hover .in h3{
	padding-top: 2px;
	opacity: 0.7;
}
#contents .links .col>.tex{
	width: 460px;
	font-size: 1.3rem;
	line-height: 20px;
	color: #323232;
	text-align: left;
	padding-top: 35px;
	margin: 0 auto;
}
#contents .links .col:hover>.tex{
	opacity: 0.7;
	text-decoration: underline;
}