@charset "UTF-8";
/* CSS Document */
/*---- トップ .fivepoints-top -----*/
.bt{
	position: relative;
	overflow: hidden;
	width:100%;
	height: 194px;
	margin: 0 0 3% 0;
	box-sizing: border-box;
	-webkit-trastion: 0.6s ease;
	transition: 0.6s ease;
}

.bt-text:before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	transition: 0.4s ease-in;
	-webkit-transition: 0.4s ease-in;
	z-index: 0;
}

.bt-text{
	box-sizing: border-box;
	padding:20px 30px 5px 30px;
	position: absolute;
	top: 0;
	width: 48%;
	height: 100%;
	background: #009fa3;
	color: #fff;
	border-top-left-radius: 30px;
}

.bt-text h3{
	margin: 0 0 10px 0;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.bt-text p{
	font-size: 1.4rem;
}

#fivepoints-top a:nth-child(2n+1) .bt-text{
	left: 0;
}

#fivepoints-top a:nth-child(2n+2) .bt-text{
	right: 0;
}

.bt.history{
	background:url(images/bg_history.jpg) center left no-repeat;
	background-size: 55% auto;
}

.bt.work{
	background:url(images/bg_work.jpg) center right no-repeat;
	background-size: 55% auto;
}

.bt.welfare{
	background:url(images/bg_welfare.jpg) center left no-repeat;
	background-size: 55% auto;
}

.bt.environment{
	background:url(images/bg_environment.jpg) center right no-repeat;
	background-size: 55% auto;
}

.bt.toBecomeTop{
	background:url(images/bg_tobecometop.jpg) center left no-repeat;
	background-size: 55% auto;
}

#fivepoints-top a{
	text-decoration: none;
}

.bt:hover {
	background-size: 60% auto;
	}

@media screen and (max-width: 999px) and (min-width: 641px){
	.bt{
		min-height: 194px;
		height: auto;
		overflow: visible;
	}
	.bt-text{
		width: 55%;
	}
	.bt-text h3{
		font-size: 2.6rem;
	}
	.bt-text h3 span{
		font-size: 3.8rem;
	}
	
	.bt.history,.bt.work,.bt.environment,.bt.system,.bt.toBecomeTop{
		background-size: auto 100%;
	}
	
	.bt.work{
	background:url(images/bg_work.jpg) right center no-repeat;
	background-size: auto 100%;
	}

}

@media screen and (max-width: 640px){
	.bt{
		width: 90%;
		height: auto;
		margin: 5% auto;
		position: relative;
		padding: 0 0 0 0;
	}
	.bt-text{
		position: static;
		padding: 5% 10%;
		margin:30% 0 0 0;
		width: 100%;
	}
	
	.bt-text h3{
		font-size: 2.2rem;
	}
	
	.bt-text p{
		font-size: 1.2rem;
	}
	
	.bt.history{
	background:url(images/bg_history.jpg) top left no-repeat;
	background-size: 100% auto;
}

.bt.work{
	background:url(images/bg_work.jpg) top right no-repeat;
	background-size: 100% auto;
}

.bt.welfare{
	background:url(images/bg_welfare.jpg) top right no-repeat;
	background-size: 100% auto;
}

.bt.environment{
	background:url(images/bg_environment.jpg) top left no-repeat;
	background-size: 100% auto;
}

.bt.toBecomeTop{
	background:url(images/bg_tobecometop.jpg) top left no-repeat;
	background-size: 100% auto;
}

}

@media screen and (max-width: 850px) and (min-width: 641px){
	.bt.work{
	background:url(images/bg_work.jpg) 150% center no-repeat;
	background-size: auto 100%;
	}

}

.bt-text .more{
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-weight: bold;
	color: #004ea2;
}
.bt-text .more:after{
	content: "";
	display: inline-block;
	margin: 0 0 0 3px;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url(../common/images/icon_arrow_blue.png) top left no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 640px){
	.bt-text .more{
		position: static;
		text-align: right;
	}
}

/*---- タイトル .title -----*/
.title{
	position:relative;
	width: 425px;
	margin: 120px 0 50px 0;
	padding: 20px 20px 30px 20px;
	background: #fff;
}

.number{
	position: absolute;
	top: -65px;
	left: -20px;
	width: 100px;
	padding: 10px;
	background: #009fa3;	
}

.title h2{
	font-size: 5.4rem;
	font-weight:  bold;
	color: #004ea2;
	padding: 2% 0;
}

.title .lead{
	color: #004ea2;
	line-height: 1.8em;
}

@media screen and (max-width: 640px){
	.title{
		width: 100%;
		padding: 0 0 3% 0;
	}
	.title h2{
		text-align: center;
		font-size: 3.0rem;
	}
	.number{
		position:static;
		width: 100%;
		text-align: center;
	}
	.number img{
		width: 25%;
		height: auto;
	}
	.title .lead{
		padding: 0 5%;
		font-size: 1.2rem;
		
	}
}

/*---- 下部ナビゲーション .bottomNavi-points -----*/

.bottomNavi-points{
	width: 100%;
	margin: 150px auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	 -webkit-flex-wrap: wrap; /* Safari */
	 -moz-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
}

.bottomNavi-points a{
	color: #fff;
	text-decoration: none;
}

.bottomNavi-points .button{
	width: 370px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	position: relative;
	padding: 15px;
	background: #009fa3;
	-webkit-transition:0.4s ease;
	transition: 0.4s ease;
}
@media screen and (min-width:640px) and (max-width:999px){
	.bottomNavi-points{
	-webkit-flex-direction: column; 
  	flex-direction:         column;	
	}
	
	.bottomNavi-points .button{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.bottomNavi-points a:first-child{ 
		-webkit-order: 1; /* Safari */
  		order:         1;
	}
	
	.bottomNavi-points a:nth-child(2){
		-webkit-order: 0; /* Safari */
  		order:         0;
	}
	
	.list{
		-webkit-order: 2; /* Safari */
  		order:         2;
	}
}

@media screen and (max-width:640px){
	.bottomNavi-points{
	width:100%;
	margin: 20% auto;
	-webkit-flex-direction: column; 
  	flex-direction:         column;	
	}
	
	.bottomNavi-points .button{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	
	.bottomNavi-points a:first-child{ 
		-webkit-order: 1; /* Safari */
  		order:         1;
	}
	
	.bottomNavi-points a:nth-child(2){
		-webkit-order: 0; /* Safari */
  		order:         0;
	}
	
	.list{
		-webkit-order: 2; /* Safari */
  		order:         2;
	}
	
	.bottomNavi-points a {
		width: 100%;
	}
	
	.list a{
		width: 50%;
	}
}

.button:hover{
	opacity: 0.8;
}

.next.button{
	-o-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	-moz-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.bottomNavi-points .icon{
	position: absolute;
	padding: 5px 0;
	width: 90px;
	background: #fff;
	color: #009fa3;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	-moz-box-shadow:5px 5px 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:5px 5px 5px 3px rgba(0,0,0,0.1);
	box-shadow:5px 5px 5px 3px rgba(0,0,0,0.1);
	letter-spacing: 0.1em;
	-webkit-transition:0.4s ease;
	transition: 0.4s ease;
}

.prev .icon{
	top: -20px;
	left: -20px;
}
.prev .icon:before{
	content:"◀";
}
.prev:hover .icon{
	top:-10px;
	left: -10px;
}

.next .icon{
	top: -20px;
	right: -20px;
}
.next:hover .icon{
	top: -10px;
	right: -10px;
}
.next .icon:after{
	content:"▶";
}

.bottomNavi-points .name{
	width: 182px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	
}

.bottomNavi-points .name span{
	display: block;
	padding: 0 10px 5px 20px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

@media screen and (min-width:640px) and (max-width:960px){
		.bottomNavi-points .name{
		font-size:  2.2rem;
		margin: 0 3%;
	}
}

@media screen and (max-width: 640px){
	.bottomNavi-points .name{
		font-size:  1.6rem;
		margin: 0 3%;
	}
	
	.bottomNavi-points .name span{
		margin: 0 0 2% 0;
	}
}

.bottomNavi-points .image{
	width: 172px;
	height: auto;
}

.list{
	width: 190px;
	text-align: center;
}

.list p{
	margin: 0 auto 10px auto;
	width: 90px;
	text-align: center;
}

.list a{
	padding: 7px 15px;
	display: inline-block;
	color: #fff;
	background: #004ea2;
	font-weight: bold;
	font-size: 1.8rem;
	-webkit-transition:0.4s ease;
	transition: 0.4s ease;
}

.list a:hover{
	background: #009fa3;
}

.list a:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: -1px 4px 0 0;
	background:url(../common/images/icon_arrow.png) top left no-repeat;
	background-size: cover;
}
/*
@media screen and (min-width:640px) and (max-width:960px){
	.list{
		width: 100%;
		margin: 5% 0 0 0;
	}
}*/

@media screen and (max-width: 640px){
	.list{
		margin: 0 0 20% 0;
	}
}
