@charset "utf-8";
/* ---------------------------------------------------------
CSS only for /lifesolutions/job-references/index.html
----------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 48px;
    padding: 0;
    width: 966px;
    z-index:1;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
	
	.fixed {
    position: fixed;
    top: 0px;
    padding: 0;
    width: 100%;
	display: none;
}
}

.mod_section {
	font-family: 'Open Sans', sans-serif;
}

.mod_section a {
	color: #000!important;
}

.mod_billboard{
	margin: 10px auto!important;
	width: 1200px;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.mod_billboard{
	margin: 0;
	width: auto;
}
}

.mod_section a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
.mod_section a img {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

/* .kv_block
-----------------------------------------*/

.kv_block{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/index_kv.jpg') 0 24% no-repeat;
    background-size: cover;
	height: 500px;
}

.kv_block_inner {
    margin: 0 auto;
    padding: 0;
    text-align: center;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.kv_block_title {
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.2;
	text-align:left;
	margin-right:auto;
}

.kv_block_title {
	color: #FFF;
	text-shadow: 
    1px 1px 10px rgba(0,0,0, 0.2) , -1px 1px 10px rgba(0,0,0, 0.2),
    1px -1px 10px rgba(0,0,0, 0.2), -1px -1px 10px rgba(0,0,0, 0.2);
}

@media screen and (max-width:967px) {
.kv_block {
    width: 100%;
    position: relative;
    background: url('../img/index_kv.jpg') 0 24% no-repeat;
    background-size: cover;
}
}

@media screen and (max-width:640px) {
	
.kv_block {
    width: 100%;
    position: relative;
    background: url('../img/index_kv_sp.jpg') 70% 24% no-repeat;
    background-size: cover;
	height: 300px;
}
	
.kv_block_title h1 {
	font-size: 8vw;
	margin: 0 20px;
}

.kv_block_title p {
	font-size: 8vw;
}
}

/* .lead_block
-----------------------------------------*/

.lead_block {
	padding: 3em 0;
	text-align: center;
}

.lead_block h2 {
	font-size: 2.25em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}

.lead_block p {
	font-size: 1.125em;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	line-height: 1.6;
	text-align: center;
}

.nav_fixed{
	background:  #FFF;
}

.lead_block ul {
	margin: 10px auto;
	text-align: center;
	width: auto;
	display: table;
}

.lead_block ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 184px;
	border-right: 1px solid #000;
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.lead_block ul li:first-child {
	border-left: 1px solid #000;
}

.lead_block ul li a {
	color: #000 !important;
	transition: 1.0s ;
}

.lead_block ul li a:hover {
	text-decoration: none;
	opacity: 0.5 ;
}


@media only screen and (max-width:640px) and (max-device-width:1280px) {
.lead_block h2 {
	font-size: 6vw;
}

.lead_block p {
	font-size: 4vw;
	text-align: left;
	margin: 0 20px;
}

.lead_block ul {
	margin: 10px auto;
	width: auto;
	display: block;
}

.lead_block ul li {
	width: auto;
	display: block;
	border-right: none;
	position: relative;
	padding: 0px 0;
	font-size:  4.6vw;
	margin-bottom: 1em;
}

.lead_block ul li:first-child {
	border-left: none;
}

.lead_block ul li a:after{
	color:#000;
	content: " \f107";
	font-family: FontAwesome;
	font-size:120%;
	margin: 0 0 0;
	}
}

/* .list_block
-----------------------------------------*/
.list_block {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 40px;
}
 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.list_block {
    padding-top: 0px;
    margin-top: -0px;
}
}

/* index_h2style
-----------------------------------------*/ 
.index_h2style{
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.6;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.index_h2style{
	font-size: 6vw;
}
}

/* index_case_btn ----------------------- */

.ratio1-1 a{
	transition: 1.0s ;
}

.ratio1-1 a:hover{
	opacity: 0.5 ;
	text-decoration: none;
}


.index_case_btn{
	display: block;
}

.index_case_photo{
	width: 100%;
}

.index_case_photo img{
	display: block;
}

.index_case_text{
	display: block;
	vertical-align: middle;
	background: #e3e3e3;
	padding: 10px 20px 10px;
    min-height: 300px;
}

.index_case_text h3{
	font-size: 1.43em;
	line-height: 1.4;
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding-bottom: 10px;
}

.index_case_text h3 span{
	display: block;
	font-size: 0.75em;
}

.index_case_text h3 span i{
	margin:0 10px 0 0;
	color:#999;
}

.index_case_text p.explanatory{
	padding: 10px 0 10px;
	font-size: 0.81em;
}

.index_case_text ul li{
	width: 134px !important;
	float: left;
	margin-right: 10px;
}

.index_case_text ul li:nth-child(3n){
	margin-right: 0;
}

.index_case_text ul li{
	width: 32%;
	float: left;
}

.index_case_text ul li p{
	font-size: 0.75em;
	padding: 0 0 10px!important;
	height: 30px;
}


 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.index_case_photo{
	width: 100%;
	display: block;
}

.index_case_text{
	display: block;
	padding: 4vw 4vw 2vw;
}

.index_case_text h3{
	font-size: 5vw;
}

.index_case_text h3 span{
	font-size: 4vw;
}

.index_case_text h3 span i{
	margin:0 14px 0 0;
}

.index_case_text p.explanatory{
	font-size: 3vw;
}

.index_case_text ul li{
	width: 27vw !important;
	margin-right: 2.8vw;
}

.index_case_text ul li p{
	font-size: 2.4vw;
	height: auto;
}
}

/* index-btn ----------------------- */
.index-btn {
	width: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	margin-bottom: 1em; 
}
.index-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000!important;
	font-size: 1.13em;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	padding: 30px 16px 30px 10px;
	transition: 1.0s ;
}
.index-btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    background: url('../img/icon_blank.png') 0 0 no-repeat;
}

.index-btn a:hover{
	opacity: 0.5 ;
	text-decoration: none;
}
