@charset "UTF-8";

/* -------------------------------------
location
------------------------------------- */
#environment {
	margin-bottom:-42px;
	background:url(../imgs/location/bg_environment.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	top:-42px;
	z-index:-1;
}
#environment .text {
	max-width:830px;
	padding:10% 0 10% 0;
	margin:0 auto;
}
#environment .text h2 {
	font-size:35px;
	font-weight:bold;
	color:#e60000;
	text-align:center;
	margin-bottom:30px;
}
#environment .text p {
	max-width:410px;
}


.sec .page {
	padding:90px 0;
	position:relative;
}
.sec#section1 .page {
	padding:70px 0;
}
.sec .left, .sec .right {
	width:54.6%;
}
.sec .right {
	margin-left:45.4%;
}
.sec .head {
	font-size:0;
	margin-bottom:15px;
}
.sec .head .num, .sec .head .text {
	display:inline-block;
	vertical-align:middle;
}
.sec .head .num {
	width:62px;
}
.sec .head .text {
	width:calc(100% - 62px);
	padding-left:10px;
}
.sec .head .text h3 {
	font-size:32px;
	font-weight:bold;
	color:#003c96;
	line-height:1.0;
	margin-bottom:5px;
}
.sec .head .text p {
	font-size:12px;
	line-height:1.4;
	letter-spacing:-0.05em;
}

.sec .caps {
	font-size:0;
	margin-bottom:20px;
}
.sec .caps li {
	font-size:17px;
	font-weight:bold;
	color:#e60000;
	display:inline-block;
	vertical-align:top;
}
.sec .caps li:not(:last-child) {
	margin-right:20px;
}

.sec .work {
	width:100%;
	max-width:536px;
	display:table;
	border:1px solid #000;
}
.sec .work dt, .sec .work dd {
	display:table-cell;
	vertical-align:middle;
}
.sec .work dt {
	font-weight:normal;
	color:#fff;
	text-align:center;
	width:100px;
	padding:15px 10px;
	background-color:#000;
}
.sec .work dd {
	padding:13px 10px 13px 20px;
}
.sec .work dd span {
	font-size:18px;
	font-weight:bold;
	display:block;
}


.sec#section1 .left {
	width:73.6%;
	padding-left:20px;
}
.sec#section1 .caps {
	margin-bottom:25px;
}
#center_list li {
	width:calc((99.9% - 40px) / 3);
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#center_list li:nth-child(3n) {
	margin-right:0;
}
#center_list li:last-child {
	margin-bottom:0;
}
#center_list li a {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:9px 20px 11px 20px;
	border:4px solid #fff;
	border-radius:25px;
	background:#003c96 url(../imgs/location/arrow_wh.png) no-repeat right 10px center;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.35);
	transition:color 0.3s, background 0.3s, border 0.3s;
}
#center_list li a:hover {
	color:#003c96;
	border:4px solid #003c96;
	background:#fff url(../imgs/location/arrow_bl.png) no-repeat right 10px center;
	opacity:1.0;
}
.sec .abimg {
	position:absolute;
	bottom:0;
	z-index:1;
}
.sec#section1 .abimg {
	width: 35%;
    right: -11%;
    bottom: 0;
}
.sec#section2 .abimg {
	width:48%;
	left:-7.3%;
}
.sec#section3 .abimg {
	width:30%;
	right:2%;
	bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
}
.sec#section4 .abimg {
	width:49.5%;
	left:-7.5%;
}
.sec#section5 .abimg {
	width:52.8%;
	right:-12.2%;
	
}
.sec#section6 .abimg {
	width:30%;
	left:0;
	bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
}
.sec#section6 {
	margin-bottom:-42px;
	position:relative;
	z-index:-1;
}
.sec#section6 .right {
	width:68.6%;
	margin-left:31.4%;
}



.modaal-content-container p {
	font-size:35px;
	font-weight:bold;
	color:#003c96;
	text-align:center;
	line-height:1.2;
	margin-bottom:17px;
}
.modaal-content-container ul {
	margin-bottom:25px;
}
.modaal-content-container ul li:nth-child(1) {
	width:calc((99.9% - 20px) * 0.522);
	float:left;
}
.modaal-content-container ul li:nth-child(2) {
	width:calc((99.9% - 20px) * 0.478);
	float:right;
}
.modaal-content-container a {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	max-width:220px;
	padding:9px 30px 11px 30px;
	margin:0 auto;
	border:4px solid #fff;
	border-radius:25px;
	background:#003c96 url(../imgs/location/arrow_wh.png) no-repeat right 10px center;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.35);
	transition:color 0.3s, background 0.3s, border 0.3s;
}
.modaal-content-container a:hover {
	color:#003c96;
	border:4px solid #003c96;
	background:#fff url(../imgs/location/arrow_bl.png) no-repeat right 10px center;
	opacity:1.0;
}



@media screen and (max-width:1040px) {
	#environment .text h2 {
		font-size:32px;
		margin-bottom:28px;
	}
	
	
	.sec .page {
		padding:6.5% 20px;
	}
	.sec .head .num {
		width:57px;
	}
	.sec .head .text {
		width:calc(100% - 57px);
	}
	.sec .head .text h3 {
		font-size:28px;
	}
	
	.sec .caps {
		margin-bottom:18px;
	}
	.sec .caps li {
		font-size:16px;
	}
	.sec .caps li:not(:last-child) {
		margin-right:18px;
	}
	.sec .work dt {
		width:90px;
		padding:13px 10px;
	}
	.sec .work dd {
		padding:12px 10px 12px 18px;
	}
	.sec .work dd span {
		font-size:17px;
	}
	.sec#section1 .abimg {
		width: 21%;
        right: 1%;
	}
	.sec#section2 .abimg {
		width:40%;
		left:20px;
	}
	.sec#section3 .abimg {
		width:40%;
		right:20px;
	}
	.sec#section4 .abimg {
		width:40%;
		left:20px;
	}
	.sec#section5 .abimg {
		width:42%;
		right:20px;
	}
	.sec#section6 .abimg {
		width: 27.8%;
		left:2%;
	}
	
	
	.sec#section1 .page {
		padding:6.5% 20px;
	}
	.sec#section1 .left {
		width:77.6%;
		padding-left:0;
	}
	.sec#section1 .caps {
		margin-bottom:20px;
	}
	#center_list li a {
		font-size:16px;
	}
	
	
	.modaal-content-container p {
		font-size:32px;
		margin-bottom:15px;
	}
	.modaal-content-container ul {
		margin-bottom:23px;
	}
	.modaal-content-container a {
		font-size:16px;
	}
}
@media screen and (max-width:880px) {
	.sec .page {
		padding:40px 20px;
	}
	
	
	#center_list li {
		width:calc((99.9% - 15px) / 2);
		margin-right:15px;
		margin-bottom:15px;
	}
	#center_list li:nth-child(3n) {
		margin-right:15px;
	}
	#center_list li:nth-child(2n) {
		margin-right:0;
	}
	#center_list li:last-child {
		margin-bottom:0;
	}
}
@media screen and (max-width:768px) {
	#environment {
		margin-bottom:-22px;
		top:-22px;
	}
	#environment .text {
		padding:70px 0;
	}
	#environment .text h2 {
		font-size:28px;
		margin-bottom:25px;
	}
	
	
	.sec .head .num {
		width:52px;
	}
	.sec .head .text {
		width:calc(100% - 52px);
	}
	.sec .head .text h3 {
		font-size:25px;
	}
	
	.sec .caps {
		margin-bottom:15px;
	}
	.sec .caps li {
		font-size:15px;
	}
	.sec .caps li:not(:last-child) {
		margin-right:15px;
	}
	.sec .work dt {
		width:80px;
		padding:10px 10px;
	}
	.sec .work dd {
		padding:10px 10px 10px 15px;
	}
	.sec .work dd span {
		font-size:16px;
	}
	
	
	.sec#section1 .caps {
		margin-bottom:15px;
	}
	#center_list li a {
		font-size:15px;
		padding:10px 25px 10px 25px;
	}
	
	
	.modaal-content-container p {
		font-size:28px;
	}
	.modaal-content-container ul {
		margin-bottom:20px;
	}
	.modaal-content-container a {
		font-size:15px;
		padding:10px 30px 10px 30px;
	}
}
@media screen and (max-width:640px) {
	#maincap .cap br {
		display:none;
	}
	
	
	#environment {
		background:url(../imgs/location/bg_environment.jpg) no-repeat 50% center;
		background-size:auto 100%;
	}
	#environment .text {
		padding:60px 0;
	}
	#environment .text h2 {
		font-size:26px;
		margin-bottom:23px;
	}
	
	
	.sec .page {
		padding:40px 20px 0 20px;
	}
	.sec#section6 .page{
		padding-bottom: 50px;
	}
	.sec .left, .sec .right {
		width:100%;
		margin-bottom:25px;
	}
	.sec .right {
		margin-left:0%;
	}
	.sec .head .num {
		width:47px;
	}
	.sec .head .text {
		width:calc(100% - 47px);
	}
	.sec .head .text h3 {
		font-size:23px;
	}
	.sec .caps li {
		font-size:14px;
	}
	.sec .work {
		max-width:initial;
		max-width:auto;
	}
	.sec .work dt {
		width:70px;
	}
	.sec .work dd span {
		font-size:15px;
	}
	
	.sec .abimg {
		margin:0 auto;
		position:static;
	}
	.sec#section1 .abimg {
		/* width:calc((99.9% - 40px) * 0.3); */
		width: 232px;
		position:absolute;
		/* right:6%; */
		bottom:0;
	}
	.sec#section2 .abimg {
		width:232px;
	}
	.sec#section3 .abimg {
		width:232px;
		margin-bottom: 20px;
		transform: none;
	}
	.sec#section4 .abimg {
		width:232px;
	}
	.sec#section5 .abimg {
		width:244px;
	}
	.sec#section6 .abimg {
		width:232px;
		position:static;
		transform: none;
	}
	
	.sec#section1 .page {
		padding:40px 20px 70px 20px;
	}
	.sec#section1 .left {
		width:100%;
		margin-bottom:160px;
	}
	
	#center_list {
		width:60%;
		margin: 0 auto;
	}
	#center_list li {
		width:calc((100% - 0px) / 1);
		margin-right:0px;
		margin-bottom:10px;
	}
	#center_list li:nth-child(3n) {
		margin-right:;
	}
	#center_list li a {
		font-size:14px;
		padding:10px 25px 10px 25px;
	}
	.sec#section6 .right {
		width:100%;
		margin-left:0;
	}
	
	
	.modaal-content-container p {
		font-size:26px;
	}
	.modaal-content-container ul li:nth-child(1) {
		width:calc((99.9% - 15px) * 0.522);
	}
	.modaal-content-container ul li:nth-child(2) {
		width:calc((99.9% - 15px) * 0.478);
	}
	.modaal-content-container a {
		font-size:14px;
	}
}
@media screen and (max-width:480px) {
	#environment .text {
		padding:50px 0;
	}
	#environment .text h2 {
		font-size:24px;
		margin-bottom:20px;
	}
	#environment .text h2 br {
		display:none;
	}
	
	
	.sec .head .num {
		width:40px;
	}
	.sec .head .text {
		width:calc(100% - 40px);
	}
	.sec .head .text h3 {
		font-size:20px;
	}
	.sec .work dt {
		width:60px;
		padding:5px;
	}
	
	
	
	.sec#section1 .page {
		padding-bottom:20px;
	}
	#center_list {
		width:80%;
		max-width: 265px;
	}
	#center_list li {
		margin-bottom:8px;
	}
	#center_list li a {
		font-size:13px;
		padding:8px 20px 8px 10px;
		border:3px solid #fff;
	}
	#center_list li a:hover {
		border:3px solid #003c96;
	}
	.sec#section1 .abimg {
		/* width:calc((99.9% - 40px) * 0.43); */
		width: 170px;
	}
	
	
	.modaal-content-container ul li:nth-child(1) {
		width:calc((100% - 0px) * 1.0);
		float:none;
		margin-bottom:15px;
	}
	.modaal-content-container ul li:nth-child(2) {
		width:calc((100% - 0px) * 1.0);
		float:none;
	}
	.modaal-content-container p {
		font-size:24px;
	}
}
@media screen and (max-width:375px) {
	#center_list{
		width: 100%;
	}
	
}
@media screen and (min-width:769px) {
	
}