@charset "UTF-8";
/* CSS Document */


/*共通*/

html{
	cursor: default;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 100%;
	color: #151515;
	font-weight:400;
}
body{
	margin: 0;
	text-align: center;
	width: 100vw;
	height: 100vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
img,p,ul,li,h1,.tr,th,td{
	margin: 0;
}
.inner{
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
h1{
	font-size: 50px;
	font-weight:400;
	padding-bottom: 50px;
	color: #ffffff;
	line-height: 45px;
}
h2{
	font-size: 26px;
	font-weight:400;
}
h3{
	padding-top: 65px;
	padding-bottom: 50px;
	font-size: 30px;
	font-weight:400;
	margin: 0;
}
h4{
	margin: 0;
	padding-top: 48px;
	font-size: 16px;
	font-weight:400;
	text-align: left;
}
h5{
	margin: 0;
	padding-top: 75px;
	font-size: 16px;
	font-weight:400;
	text-align: left;
}
a:hover img{
		opacity: 0.7;	
}


/*top*/

.top{
	background-image: url("../img/topimg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
}
.menu{
	padding-top: 35px;
	width:90%;
	margin: 0 auto;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}
.logo{
	display: inline-block;
	float: left;
}
.link_button{
	display: inline-block;
}
.text{
	padding-top: 35px;	
}


/*reason*/

.reason{
	background-image: url( "../img/reason_bi.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 1090px;
}
.reason_text{
	padding-top: 120px;
}
.table_reason{
	background-image: url( "../img/reason_img.jpg");
	height: 550px;
	margin: 0 auto;
}
.table_reason th{
	width: 370px;
	height: 140px;
	text-align: center;
}
.table_reason td{
	text-align: left;
	padding: 170px 40px 0;
	line-height: 25px;
}
.decoration{
	color:#fd8024;
	font-size: 22px;
}


/*performance*/

.performance{
	background-color: #149bfd;
	color: #ffffff;
	font-weight: 400;
}
.company{
	font-size: 24px;
}
.table_reason ul{
	width: 750px;
	text-align: left;
	margin: 0 auto;
	font-size:18px;
	padding-bottom: 65px;
	line-height: 25px;
}


/*example*/

.example {
	width: 100%;
	height: 530px;
	margin-top:-225px; 
}
.contents{
	position: relative;
	padding: 175px 0;
	z-index: 2;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 0 -10%;
	background: #0f499f;
	-webkit-transform-origin: right center;
	-ms-transform-origin:  right center;
	transform-origin: right center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.example_text {
	box-sizing: boder-box;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:150px;
	text-align: center;
}
.table_example{
	background-image: url("../img/example_img.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 auto;
	width: 1080px;
	color:#ffffff;
}
.table_example th{
	width: 360px;
	height: 80px;
	text-align: center;
	font-size: 22px;
	font-weight:400;
}
.table_example td{
	text-align: left;
	line-height: 25px;
	padding: 0 30px 30px;
	vertical-align: top;
	font-size: 18px;
}
.table_example td:nth-last-child(2){
	padding-left: 36px;
}
.table_example td:nth-last-child(1){
	padding-left: 45px;
}


/*link*/

.link{
	height: auto;
}
.link_img{
	margin-top: 65px;
	background-image: url("../img/img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
}
.link_inner{
	padding-top: 65px;
	height:225px;
	margin: 0 auto;
}
.link p:first-of-type{
	padding-bottom: 12px;
	font-size:26px;
}


/*flow*/

.flow{
	background-color: #0f499f;
	margin: 0 auto;
	height:1325px;
}
.flow_text{
	padding-top:120px;
	padding-bottom: 125px;
	height: 710px;
	background-image: url("../img/flow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 24px;
	line-height: 140px;
}
.flow_text p{
	padding-bottom: 15px;
}


/*performance*/

.performance{
	width: 100%;
	height: 530px;
	margin-top:-255px;
	background-color: #104A9F;
}
.contents02{
	position: relative;
	padding: 60px 0;
	z-index: 2;
}
.contents02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 0 -10%;
	background: #149bfd;
	-webkit-transform-origin: right center;
	-ms-transform-origin:  right center;
	transform-origin: right center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.performance_text {
	box-sizing: boder-box;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:400px;
	text-align: center;
	line-height: 30px;
}
.company{
	font-size: 24px;
}
ul{
	width: 750px;
	text-align: left;
	margin: 0 auto;
	font-size:18px;
	padding-bottom: 65px;
	line-height: 25px;
}


/*voice*/

.voice{
	background-image: url("../img/voice_bi.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
	padding-top: 180px;
	margin-top:100px 
}
.table_voice{
	background-image: url( "../img/voice_img.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 1080px;
	height: 290px;
}
.table_voice th{
	color: #ffffff;
	font-size: 24px;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	width: 540px;
	height: 70px;
	line-height: 30px;
}
.table_voice td{
	padding: 35px 0 40px;
}
.table_voice td p{
	font-size: 18px;
	text-align: left;
	width: 430px;
	margin: 0 auto;
	line-height: 22px;
}
.table_voice th:last-of-type,.table_voice td:last-of-type{
	padding-left: 25px;
}


/*footer*/

footer{
	width: 100%;
	color: #ffffff;
}
.small{
	font-size: 16px;
}
.footer_inner{
	width:100%;
	height: 265px;
	background-color: #0f499f;
}
.footer_ul{
	list-style: none;
	padding-left: 0;
	padding-bottom: 42px;
	width: 330px;
	font-size: 16px;
	font-weight: 300px;
}
.box{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.overview{
	float: left;
	padding-left:40px;
}
.address{
	float: left;
	padding-left: 50px;
}
.content{
	float: right;
}
.font_space{
	letter-spacing: 0.7em;
}
.copyright{
	color: #0f499f;
	font-size: 0.875rem;
	margin: 20px auto 15px;
	text-align: center;
	background-color: #FFFFFF;
}