@charset "utf-8";
/* CSS Document */

/**********/
.para_sizing{
	text-align: center;
}

/*各エリアの設定*/

/*SERVICE*/
#parallax_tx_1{
	margin: 0;
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 110px;
}
/*BUSINESS*/
#parallax_tx_2{
	background-image:url(../img/main_img_business.jpg);
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 110px;
}
/*COMPANY*/
#parallax_tx_3{
	margin: 0;
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 102.5px;
}
/*RECRUIT*/
#parallax_tx_4{
	margin: 0;
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 110px;
}


/*タイトル*/
.ttl_main{
	font-size: 45px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
}
.ttl_main.white{
	color: #ffffff;
}
.ttl_ja{
	font-size: 17px;
	line-height: 1em;
	color: #1d50a2;
	padding-top: 17px;
}
.ttl_ja.white{
	color: #ffffff;
}
/**********************/
.sub_ttl{
	font-size: 25px;
	line-height: 1em;
	padding-bottom: 20.5px;
}
.sub_ttl.white{
	color: #ffffff;
}
.txt{
	font-size: 15px;
	line-height: 2em;
	width: 730px;
	margin: 0 auto;
}
.txt.white{
	color: #ffffff;
}


/*本文*/
.txt_wrap{
	padding: 53px 0 43.5px 0;
}
#parallax_tx_3 .txt_wrap{
	padding-bottom: 0px;
}

/*COMPANY リスト*/
.company_list{
    display: flex;
	justify-content: center;
    align-items: flex-start;
}
/**********************/
.company_list li{
	position: relative;
	display:inline-block;
	font-size: 1px;
	line-height: 1px;
	width: 310px;
	margin-right: 39px;
}
.company_list li:last-child{
	margin-right: 0;
}
.company_list li a{
	text-decoration: none;
}
.company_list li a:hover{
	opacity: 0.8;
}

.company_list li .list_ttl{
	font-size: 20px;
	line-height: 100%;
	color: #1d50a2;
	padding: 25px 0 10px 0;
	text-decoration: none;
}
.company_list li a .list_txt{
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	color: #4c4948;
}

/*ボタン*/
/*透過*/
.btn_more.alpha{
	background-color:transparent !important;
}
/*js用*/
.hvr-sweep-to-right:before{
	background-color: #1d50a2!important;
	border: solid 1px #1d50a2;
	color: #ffffff;
	background-image: url("../img/icon_arrow_r_white.png")!important;
	background-repeat: no-repeat!important;
	background-position: 204px center!important;
}
.btn_more{
	background-color: #ffffff;
	color: #1d50a2;
	font-size: 16px;
	letter-spacing: 0.25em;
	border: solid 1px #1d50a2;
	padding: 1em;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	background-image: url("../img/icon_arrow_r.png");
	background-repeat: no-repeat;
	background-position: 204px center;
}
.btn_more:hover{
	border: solid 1px #1d50a2;
	color: #ffffff;
	background-image: url("../img/icon_arrow_r_white.png");
	background-repeat: no-repeat;
	background-position: 204px center;
}
.btn_more.alpha{
	background-color:transparent;
}





