@charset "utf-8";


/* #index_philosophy_new
-------------------------------------------------- */

#index_philosophy_new :after{
    display: block;
    clear: both;
    content: "";
}
#index_philosophy_new > p {
	text-align: center;
    font-size: 20px;
    color: #202958;
    margin-bottom: 20px;
    font-weight: bold;
}
#index_philosophy_new > div {
	position: relative;
    background: #202958 url(../images/index_philosophy_bg.png) center top no-repeat;
    background-size: cover;
    text-align: center;
}
#index_philosophy_new1,
#index_philosophy_new2 {
    display: inline-block;
    box-sizing :border-box;
    padding: 110px 80px;
    width: 46%;
    position: relative;
}
#index_philosophy_new h3 {
    display: inline-block; 
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
}
#index_philosophy_new1 {
    float: left;
/*    background: #202958;*/
}
#index_philosophy_new2 {
    float: right;
/*    background: #529cd3;*/
}
#index_philosophy_new1 > img ,
#index_philosophy_new2 > img {
    position: absolute;
    opacity: 0.1;
}
#index_philosophy_new1_quot1,
#index_philosophy_new2_quot1 {
    top: 40px;
    left: 40px;
}
#index_philosophy_new1_quot2,
#index_philosophy_new2_quot2 {
    bottom: 40px;
    right: 40px;
}
@media (max-width: 767px) {
    #index_philosophy_new > div {
        text-align: left;
    }
    #index_philosophy_new1,
    #index_philosophy_new2 {
        padding: 30px 20px;
        width: 100%;
    }
    #index_philosophy_new1{
        background: #202958;
    }
    #index_philosophy_new2{
        background: #539cd3;
    }
    #index_philosophy_new1 br,
    #index_philosophy_new2 br {
        display: none;
    }
    #index_philosophy_new h3{
        font-size: 30px;
    }
	#index_philosophy_new1_quot1,
	#index_philosophy_new1_quot2,
	#index_philosophy_new2_quot1,
	#index_philosophy_new2_quot2 {
		width: 45px;
	}
    #index_philosophy_new1_quot1,
    #index_philosophy_new2_quot1 {
        top: 0;
        left: 10px;
    }
    #index_philosophy_new1_quot2,
    #index_philosophy_new2_quot2 {
        bottom: 0;
        right: 10px;
    }
}




/* .index_mission
-------------------------------------------------- */

#index_mission {
	display: table;
	width: 100%;
}
#index_mission > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#index_mission_title {
	width: 33%;
}
#index_mission_title > h2 {
	margin: 0;
}
#index_mission_content {
	box-sizing: border-box;
	width: 67%;
	padding: 100px 20px;
	color: #202958;
}
#index_mission_content > div {
	display: inline-block;
	position: relative;
}
#index_mission_content > div > h3 {
	position: relative;
	text-align: left;
	font-size: 49px;
	text-shadow: 1px 1px 0px #202958;
	z-index: 1;
}
#index_mission_content > div > p {
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
	z-index: 1;
}
#index_mission_content1,
#index_mission_content2 {
	position: absolute;
	opacity: 0.8;
	z-index: 0;
}
#index_mission_content1 {
	top: -45px;
	left: -20px;
}
#index_mission_content2 {
	right: -20px;
	bottom: -40px;
}

@media (max-width: 767px) {
	#index_mission > div {
		display: block;
	}
	#index_mission_title {
		width: 100%;
	}
	#index_mission_title > h2 {
		margin: 80px 0;
	}
	#index_mission_content {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#index_mission_content > div > h3 {
		font-size: 30px;
		text-shadow: none;
	}
	#index_mission_content1,
	#index_mission_content2 {
		width: 45px;
	}
	#index_mission_content1 {
		top: -25px;
		left: -10px;
	}
	#index_mission_content2 {
		right: -10px;
		bottom: -20px;
	}
    #index_mission_content > div > p br{
        display: none;
    }
}




/* .index_vision
-------------------------------------------------- */

#index_vision {
	display: table;
	width: 100%;
}
#index_vision > div {
	text-align: center;
	vertical-align: middle;
}
#index_vision_title {
	float: right;
	width: 33%;
}
#index_vision_title > h2 {
	margin: 170px 0 0;
}
#index_vision_content {
	float: left;
	box-sizing: border-box;
	width: 67%;
	padding: 80px 40px 50px;
	background: #a7cfee url(../images/index_vision_bg.png) left top no-repeat;
    background-size: cover;
	color: #202958;
}
#index_vision_content > div {
/*	display: inline-block;*/
    display: table-cell;
	position: relative;
}
#index_vision_content > div > h3 {
	position: relative;
	text-align: left;
	font-size: 30px;
	z-index: 1;
    line-height: 1.4;
    text-shadow: 0.5px 0.5px #202958;
}
#index_vision_content > div > p {
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
	z-index: 1;
}
#index_vision_content1,
#index_vision_content2 {
	position: absolute;
	opacity: 0.2;
	z-index: 0;
}
#index_vision_content1 {
	top: -45px;
	left: -20px;
}
#index_vision_content2 {
	right: -20px;
	bottom: -10px;
}
#index_vision_text_cs {
    color: #263ca5;
    text-shadow: 0.5px 0.5px #263ca5;
}
#index_vision_text_es {
    color: #0c7ed3;
    text-shadow: 0.5px 0.5px #0c7ed3;
}

@media (max-width: 767px) {
	#index_vision > div {
		display: block;
	}
	#index_vision_title {
		width: 100%;
	}
	#index_vision_title > h2 {
		margin: 80px 0;
	}
	#index_vision_content {
		width: 100%;
        padding: 30px 20px;
        background-position-x: 12%;
	}
	#index_vision_content > div > h3 {
		font-size: 30px;
		text-shadow: none;
	}
    #index_vision_content > div > h3 br {
        display: none;
    }
    #index_vision_text_cs,
    #index_vision_text_es {
		text-shadow: none;
    }
	#index_vision_content1,
	#index_vision_content2 {
		width: 45px;
	}
	#index_vision_content1 {
		top: -25px;
		left: -10px;
	}
	#index_vision_content2 {
		right: -10px;
		bottom: -20px;
	}
}

#index_vision1 {
    width: 65%;
	position: relative;
    float: right;
/*	margin-left: 310px;*/
	padding-top: 4%;
	padding-bottom: 5%;
/*	padding-left: 14%;*/
    margin-right: 20px;
	color: #202958;
    text-align: center;
}
#index_vision1 > h3,
#index_vision1 > p {
	position: relative;
	z-index: 1;
}
#index_vision1 > h3 {
    display: inline-block;
	margin :0 auto;
	font-size: 49px;
	letter-spacing: -0.05em;
}
#index_vision1 > p {
	font-size: 16px;
}
#index_vision1_quot1,
#index_vision1_quot2 {
	position: absolute;
	z-index: 0;
}
#index_vision1_quot1 {
	top: 1%;
	left: 13%;
}
#index_vision1_quot2 {
	right: -20px;
	bottom: 9%;
}
#index_vision2 {
	position: absolute;
/*
	top: 0;
	left: 6%;
*/
    float: left;
	width: 30%;
}


#index_vision3 {
	position: relative;
}
.index_vision3_photo {
	position: relative;
	clear: both;
}
.index_vision3_photo_close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #fff;
	background: rgba(255,255,255,0.1);
}

@media (max-width: 767px) {
	#index_vision1 {
        width: 100%;
        margin-right: 0;
		margin-left: 0;
		padding: 0;
        text-align: left;animation-fill-mode: 
	}
	#index_vision1 > h3 {
		margin-bottom: 0;
		font-size: 40px;
		letter-spacing: -0.05em;
	}
	#index_vision1 > p {
		font-size: 13px;
	}
	#index_vision1_quot1,
	#index_vision1_quot2 {
		width: 50px;
		height: 50px;
	}
	#index_vision1_quot1 {
		top: -10px;
		left: -10px;
	}
	#index_vision1_quot2 {
		right: -10px;
		bottom: 10px;
	}
	#index_vision2 {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
	}
	.index_vision3_photo_close > img {
		width: 32px;
		height: 32px;
	}
}





/* .index_worklife
-------------------------------------------------- */

#index_worklife {
	display: table;
	width: 100%;
    background: #ddd;
}
#index_worklife > h2{
    margin-top: 80px;
}
#index_worklife > div {
	text-align: center;
	vertical-align: middle;
}
#index_worklife_content {
	box-sizing: border-box;
	padding: 00px 20px 50px;
	color: #202958;
}
#index_worklife_content > div {
	display: inline-block;
	position: relative;
}
#index_worklife_content > div > h3 {
	position: relative;
	text-align: left;
	font-size: 40px;
    text-shadow: 0.5px 0.5px #202958;
	z-index: 1;
}
#index_worklife_content > div > p {
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}
#index_worklife_content > div > p > a {
	display: block;
	width: 7em;
	margin: 0 auto;
	padding: 8px 15px 7px;
	border: 2px solid #202958;
	border-radius: 30px;
	color: #202958;
	font-size: 14px;
    font-weight: bold;
	text-align: center;
	transition: all 0.5s;
}
#index_worklife_content > div > p > a:hover {
	background: #202958;
	color: #fff;
}
#index_worklife_content1,
#index_worklife_content2 {
	position: absolute;
	opacity: 0.5;
	z-index: 0;
}
#index_worklife_content1 {
	top: -45px;
	left: -20px;
}
#index_worklife_content2 {
	right: -20px;
	bottom: -10px;
}

@media (max-width: 767px) {
	#index_worklife > div {
		display: block;
	}
	#index_worklife_content {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#index_worklife_content > div > h3 {
		font-size: 30px;
		text-shadow: none;
	}
    #index_worklife_content > div > p {
        text-align: left;
    }
	#index_worklife_content1,
	#index_worklife_content2 {
		width: 45px;
	}
	#index_worklife_content1 {
		top: -25px;
		left: -10px;
	}
	#index_worklife_content2 {
		right: -10px;
		bottom: -20px;
	}
    #index_worklife_content > div > p br {
        display: none;
    }
}


/* .index_infomation
-------------------------------------------------- */

#index_infomation {
	padding: 0 0 100px 0;
}
#index_infomation h2 {
    margin-top: 100px;
}
#index_infomation > .container > div > dl {
	position: relative;
}
#index_infomation > .container > div > dl > dt {
	float: left;
	min-width: 5em;
	font-weight: bold;
	text-align: right;
}
#index_infomation > .container > div > dl > dd {
	margin: 0 0 10px 8.5em;
}
#index_infomation > .container > div > dl > dd > h3 {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.7;
}
#index_infomation > .container > div > dl > dd > p {
	margin-bottom: 5px;
}

#index_infomation > .container > div > dl > dd > p {
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 5px;
}

#index_infomation > .container > div > dl > dd > ul > li {
	margin-bottom: 5px;
}
@media (max-width: 767px) {
	#index_infomation > .container > div > dl > dt {
		float: none;
		margin-bottom: 5px;
		padding-bottom: 2px;
		border-bottom: 1px dotted #ddd;
		text-align: left;
	}
	#index_infomation > .container > div > dl > dd {
		margin-bottom: 40px;
		margin-left: 0;
	}
}


/* .index_access
-------------------------------------------------- */

#index_access {
	margin-top: 100px;
}

#index_access .hdg_lv2_1 {
	margin-bottom: 20px;
}
#index_access_office > div {
	padding-top: 70px;
	margin-bottom: 0px;
	height: 300px;
}
.index_access_office_map {
	position: relative;
	top: 0;
	float: left;
	width: 50%;
	height: 300px;
	margin-bottom: 40px;
	transition: all 0.4s;
}
.index_access_office_info {
	position: relative;
	float: right;
	width: 50%;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.4s;
}
.index_access_office_info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000 !important;
	background-size: cover !important;
	transition: all 0.4s;
}
.index_access_office_info:hover:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



#index_access_office_nagoya > .index_access_office_info:before { background: url(../images/index_access_img01.png) center top no-repeat; }
#index_access_office_tokyo > .index_access_office_info:before { background: url(../images/index_access_img02.png) center top no-repeat; }
#index_access_office_tsurumai > .index_access_office_info:before { background: url(../images/index_access_img03.png) center top no-repeat; }
.index_access_office_info > span {
	position: relative;
	display: block;
	box-sizing: border-box;
	min-height: 300px;
	padding: 40px 0 10px;
	color: #fff;
	text-align: center;
}
.index_access_office_info > span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	transition: all 0.5s;
}
.index_access_office_info > span:hover:before {
	opacity: 0.7;
}
.ie8 .index_access_office_info > span:before {
	display: none;
	background: url(../../common/images/bg_black.png);
}
.ie8 .index_access_office_info > span:hover:before {
	display: block;
}
.index_access_office_info > span:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	width: 200px;
	height: 1px;
	margin-top: 2em;
	margin-left: -100px;
	background: #fff;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.index_access_office_info > span > h3 {
	position: relative;
	padding-bottom: 20px;
	font-size: 26px;
	transition: all 0.5s 0.1s;
}
.index_access_office_info > span > p {
	position: relative;
	margin: 10px 0 30px;
	transition: all 0.5s 0.1s;
}

.index_access_office_info a.btn_map {
	padding: 10px 30px 8px;
	margin-top: 25px;
	border-width: 2px;
    border-style: solid;
    border-radius: 25px;
	color: #fff;
}

.index_access_office_info a.btn_map:hover {
	background: #fff;
	border-color: #fff;
	color: #202958;
}




/* invisible */
#index_access_office.invisible .index_access_office_map {
	top: -10px;
	opacity: 0;
}
#index_access_office.invisible .index_access_office_info {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}
#index_access_office.invisible .index_access_office_info > a:after {
	width: 0;
	margin-left: 0;
}
#index_access_office.invisible .index_access_office_info > a > h3 {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}
#index_access_office.invisible .index_access_office_info > a > p {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

@media (max-width: 767px) {
	#index_access_office > div {
		padding-top: 50px;
		height: 620px;
	}
	.index_access_office_map,
	.index_access_office_info {
		float: none;
		width: 100%;
	}
	.index_access_office_info > span {
		min-height: auto;
	}

	.index_access_office_info > span > p > span {
	color: #ffffff;
	}
}


/* --------------------------------------------------
/* worklife
-------------------------------------------------- */


/* #worklife_lead
-------------------------------------------------- */
#worklife_lead {
	margin-top: -40px;
	margin-bottom: 100px;
	padding: 13% 0;
	background: url(../images/worklife_img01.png) center no-repeat;
	background-size: cover;
	color: #fff;
}
#worklife_lead_content {
	position: relative;
	max-width: 600px;
}
#worklife_lead_content > h2,
#worklife_lead_content > p {
	position: relative;
	z-index: 1;
}
#worklife_lead_content > h2 {
	font-size: 49px;
}
#worklife_lead_content > p {
	margin-top: 1.5em;
	margin-left: 2em;
}
#worklife_lead_content1,
#worklife_lead_content2 {
	position: absolute;
	opacity: 0.2;
}
#worklife_lead_content1 {
	top: -15%;
	left: 2%;
}
#worklife_lead_content2 {
	bottom: -12%;
	right: 0;
}

@media (max-width: 767px) {
	#worklife_lead_content > h2 {
		font-size: 23px;
	}
	#worklife_lead_content > p {
		margin-left: 0;
	}
	#worklife_lead_content1,
	#worklife_lead_content2 {
		width: 45px;
		height: 45px;
	}
	#worklife_lead_content1 {
		top: -6%;
		left: -2%;
	}
	#worklife_lead_content2 {
		bottom: -1%;
		right: -2%;
	}
}


/* #worklife_style
-------------------------------------------------- */
#worklife_style_content {
	margin-top: 60px;
	margin-bottom: 150px;
}
#worklife_style_content > ul > li {
	display: table;
	width: 100%;
}
#worklife_style_content > ul > li > div {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 5% 0;
	text-align: center;
}
#worklife_style_content > ul > li > div > h3 {
	margin-top: 80px;
	margin-bottom: 15px;
	color: #202958;
	font-size: 42px;
}
#worklife_style_content > ul > li > div > div {
	position: absolute;
	top: 21%;
	left: 50%;
	margin-left: -33px;
}
#worklife_style_content > ul > li > div > p {
	display: inline-block;
	max-width: 390px;
	text-align: left;
}
#worklife_style_content1:after {
	content: '';
	display: table-cell;
	width: 50%;
	background: url(../images/worklife_img02.png) center no-repeat;
	background-size: cover;
}
#worklife_style_content2:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: url(../images/worklife_img03.png) center no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	#worklife_style_content > ul > li > div {
		display: block;
		width: 100%;
	}
	#worklife_style_content > ul > li > div > h3 {
		margin-top: 90px;
		font-size: 28px;
	}
	#worklife_style_content > ul > li > div > div {
		top: 10%;
	}
	#worklife_style_content > ul > li > div > p {
		padding: 0 20px;
	}
	#worklife_style_content1:after,
	#worklife_style_content2:before {
		display: none;
	}
}
/* Localized */