@charset "UTF-8";

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

#mv:after{
	content: '事業案内';
	display: block;
	color: #fff;
	font-size: 4.2vw; 
	position: absolute;
	bottom: 23.5%;
	right: 0;
	z-index: 99;
	background: linear-gradient(90deg,rgba(38, 58, 85, 0),rgba(38, 58, 85, .5));
	padding: 5.5% 2% 5.5% 22%;
}

#mv:before{
	content: '';
	width: 35%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 30.5%;
	right: 0;
	z-index: 99;
	background: linear-gradient(90deg,rgba(255,255,255, 0),rgba(255,255,255, 0),#fff,rgba(255,255,255,.2));
}

#mv img.tp{
	bottom: 0;
}


/*ページ内リンク*/
nav.sub ul{
	margin: 4%;
	width: 92%;
}

nav.sub a{
	float: left;
    display: inline-block;
    width: 30%;
    text-align: center;
    font-size: 1.2em;
    text-shadow: rgb(26, 51, 82) 1px 1px 1px;
    color: rgb(255, 255, 255);
    padding: 10% 0px;
    margin: 1.5%;
    overflow: hidden;
}

nav.sub li.left a.left{
	background: url(../images/sub02.png) center center;
}

nav.sub li a.center{
	background: url(../images/sub01.png) center center;
}

nav.sub li a.right{
	background: url(../images/sub03.png) center center;
}

nav.sub a span{
	display: inline-block;
	width: 100%;
	font-size: .5em;
}

nav.sub a:after{
	content:'';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: 10%;
	margin-bottom: .5%;
	border-top: 3px solid rgba(255,255,255,0.7);
	border-right: 3px solid rgba(255,255,255,0.7);
	transform: rotate(135deg); 
}

nav.sub a:hover{
	color: rgb(44, 93, 163);
}

@media screen and (max-width: 750px){
	nav.sub a{
		width: 97%;
	}
	
	nav.sub a:after{
		margin-top: 5%;
	}
}

/***コンテンツ***/
#first h2,
#second h2{
	display: inline-block;
	width: 30%;
	text-align: center;
	font-size: 2.5em;
	padding: 5%;
	margin: 5% 30%;
	border-top: 1px solid rgba(44, 93, 163, 0.3);
	border-bottom: 1px solid rgba(44, 93, 163, 0.3);
	color: #2c5da3;
	letter-spacing: .1em;
}

#first p.intro,
#sedond p.intro{
	display: inline-block;
	width: 92%;
	margin: 0 4% 8%;
	line-height: 1.6;
	color: #2c5da3;
	text-align: center;
}

@media screen and (max-width: 750px){
	#first h2,
	#second h2{
		margin: 15% 8% 5%;
		width: 74%;
	}
	
	#first p.intro,
	#sedond p.intro{
		font-size: .85em;
	}
}
/*テキストエリア*/
.text{
	overflow: hidden;
	width: 86%;
	min-height: 10vh;
	line-height: 1.6;
	padding: 5vh 5%;
	margin: 0 2%;
	background: #fff;
	position: relative;
	top: -3vh;
	border-bottom: 1px dotted #ccc;
}

.text h3{
	float: left;
	width: 30%;
	line-height: 1.2;
	font-size: 1.7em;
}

.text h3 span{
	display: inline-block;
	width: 100%;
	font-size: .5em;
}

.text h4{
	float: left;
	font-size: 1.2em;
	padding-bottom: .5%;
}

.text p{
	float: right;
	width: 70%;
}

@media screen and (max-width: 750px){
	.text h3{
		float: none;
		width: 100%;
		font-size: 1em;
		padding-bottom: 5%;
	}
	
	.text h3 span{
		display: inline;
		padding-left: 2%;
		color: #333;
	}
	
	.text h4{
		float: none;
		font-size: .75em;
		color: #444444;
	}
	
	.text p{
		float: none;
		width: auto;
		font-size: .85em;
	}
}

/*リンクボタン*/

.linkbt{
	clear: both;
	width: 92%;
	padding: 0 2% 2%;
	margin: 0 2% 3%;
}

.linkbt a{
	font-size: 0.75em;
    display: block;
    width: 100%;
    color: rgb(153, 153, 153);
    text-align: center;
    margin: 0px 0px 1%;
    padding: 5% 0px;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
}

.linkbt a:hover{
    color: rgb(0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}

.linkbt a:after{
	content:'';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 5%;
	border-top: 1px solid rgb(153, 153, 153);
	border-right: 1px solid rgb(153, 153, 153);
	transform: rotate(45deg); 
}
