@charset "utf-8";
/* CSS Document */
body{
	position: relative;
}
img{
	max-width: 100%;
}
.head-box{
	height: 100vh;
	overflow: hidden;
	position: relative;
	background:#080e10  url(../images/bg_img.jpg) no-repeat center -90px;
	background-size:100%;
	width: 100%;
}
.logo{
	position: absolute;
	left:22px;
	top:15px;
	width: 350px;
}
.logo img{
	display: block;
}
.scroll{
	position: absolute;
	right:29px;
	width: 23px;
	bottom:0;
}
.name{
	position: absolute;
	top:102px;
	width: 257px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
}
.ttl{
	position: absolute;
	bottom:0px;
	left:0;
	right:0;
	width: 678px;
	margin-left: auto;
	margin-right: auto;
	
}
.main-txt{
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 83px;
	padding-bottom: 50px;
	margin-bottom: 97px;
}
.main-txt::after{
	position: absolute;
	bottom:0;
	content: "";
	width: 414px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background: #A2A1A1;
}
.main-img img{
	width: 100%;
}
.wrap{
	width: 1078px;
	margin-left: auto;
	margin-right: auto;
}
.text dl{
	font-size: 0;
	margin-bottom: 22px;
}
.text dl:last-child{
	margin-bottom: 0;
}
.text dl dt{
	font-family: 'AXIS Std','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','Helvetica Neue', 'Helvetica', 'Arial',sans-serif!important;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.75;
	margin-right: 22px;
}
.text dl dd{
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 90%;
}
.text-box{
	width: 572px;
}
.pic-box{
	width: 404px;
}
.odd-box{
	margin-bottom: 106px;
}
.even-box{
	margin-bottom: 186px;
}
.copy{
	background-color: #23333c;
	font-size: 16px;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
	font-weight: 500;
	font-family: 'AXIS Std','Helvetica Neue', 'Helvetica','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo', 'Arial',sans-serif!important;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 51px;
	z-index: 1000000;
	width: 46px;
	background: #fff;
}
.pagetop.foot{
	bottom: 133px;
	position: absolute;
}
.pagetop a {
	display: block;
	
}
.pagetop a img{
	width: 100%;
}



