@charset "UTF-8";
/*
.banner{
	background: url("../images/about-banner.jpg") no-repeat center;
	background-size: cover;
	height: 300px;
	width: 100%;
}
*/
.banner img{
	width: 100%;
	height: auto;
}
.banner .pc{
	display: none;
}
main{
	background:#F6F8F7;
	padding-bottom: 40px;
	
}
.about{
	z-index:99;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: white;
	
}
.about-title{
	color: #E80F0F;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}
.about-bar{
	color: #3D3F5C;
	font-size: 16px;
	margin-top: 3px;
	text-align: center;
	margin-bottom: 15px;
}
.about-text p{
	margin-bottom: 10px;
	line-height: 1.7em;
	color: hsla(0,0%,24%,1.00);
}
.slogan-left{
	font-family: PT Sans Caption;
	font-size: 50px;
	color: #E80F0F;
}
.slogan-right{
	font-family: PT Sans Caption;
	font-size: 50px;
	color: #E80F0F;
	 transform: rotate(180deg);
	position: absolute;
	bottom:-8px;
	margin-left: 5px;
}
.slogan{
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーUSE　ここからーーーーーーー*/
.use{
	padding: 15px;
	padding-top: 0;
	box-sizing: border-box;
	background: #F6F8F7 url("../images/background.png") no-repeat center;
	background-size: 700px;
}
.use-title{
	margin-top: 30px;
	color: #E80F0F;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.use-bar{
	text-align: center;
	color: #3D3F5C;
	margin-top: 3px;
	font-size: 16px;
}
.use ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.use ul li{
	width: 48%;
	box-shadow: 0px 2px 6px hsla(0,0%,0%,0.20);
	margin-bottom: 20px;
	background: white;
	text-align: center;
	padding:0 8px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.use ul li dt{
	font-size: 60px;
	margin: 25px 0;
	margin-bottom: 20px;
	color: #459DCA;
}
.use ul li dd:nth-child(2){
	color: #459DCA;
	font-weight: bold;
}
.use ul li dd:nth-child(2):after{
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	margin: auto;
	border-bottom: 1.5px solid #707070;
	margin-top: 3px;
	margin-bottom: 10px;
}
.buton a{
	background: #459DCA;
	color: white;
	padding: 12px;
	padding-left: 20px;
	border-radius: 14px;
	text-align: left;
	display: flex;
	width: 300px;
	margin:20px auto;
	margin-top: 0px;
	justify-content: space-between;
	align-items: center;
}

.buton:hover span:nth-child(2){
	animation: ct-buton 2s;
}
.buton:hover span:nth-child(2){
	animation: ct-buton 2s;
}
@keyframes ct-buton{
	0%{margin-right: 0px;}
	30%{margin-right: 50px;}
}
.buton span:nth-child(2){
	background: white;
	height: 33px;
	width: 33px;
	color: #459DCA;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.buton a:hover{
	background: hsla(200,56%,53%,0.9);
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーUSE　ここまでーーーーーーー*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーViSION　ここまでーーーーーーー*/

.vision{
	padding: 15px;
	padding-top: 0;
	box-sizing: border-box;
	background: white;
	margin: 15px;
	margin-top: 40px;
	box-shadow: 0px 2px 6px hsla(0,0%,0%,0.20);
	border-radius: 15px;
	margin-bottom: 0;
	
}
.vision-list{
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 30px;
}
.vision-list .number{
	color:  #E80F0F;
	font-size: 35px;
	font-weight: bold;
}
.vision-list .title{
	color:  #E80F0F;
	font-size: 30px;
	margin-left: 10px;

}
.vision-list ol{
	margin-top: 10px;
}

.vision-list ol li{
	list-style-type:disc;
	margin-left: 20px;
}
.vision-list img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーVISION　ここまでーーーーーーー*/
@media Screen and (min-width:768px){
	.banner .smt{
		display: none;
	}
		.banner .pc{
		display: block;
	}
	.about{
		padding: 20px;
		margin-top: 30px;
		overflow: hidden;
	}
	.about-title{

		font-size: 27px;
		margin-bottom: 10px;
	}
	.about-bar{
		max-width: 1200px;
		font-size: 20px;
		margin-right:  auto;
		margin-left: auto;
	}
	.about-text{
		max-width: 1000px;
		margin: auto;
	}
	.about-text p{
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 25px;
	}
	.slogan-left{
		font-size: 60px;
	}
	.slogan-right{
		font-size: 60px;
		bottom:-10px;
		margin-left: 15px;
	}
	.slogan{
		text-align: center;
		margin: auto;
		margin-top: 70px;
		margin-bottom: 80px;
		font-size: 34px;
		font-weight: bold;
		position: relative;
	}
	.use{
		padding: 25px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	.use-title{
		max-width: 1200px;
		margin-right:  auto;
		margin-left: auto;
		font-size: 27px;
		margin-bottom:10px;
	}
	.use-bar{
		max-width: 1200px;
		margin-right:  auto;
		margin-left: auto;
	}
	.use ul{
		max-width: 1200px;
		margin-right:  auto;
		margin-left: auto;
	}
	.use ul li dd:nth-child(2) {
		font-size: 18px;
	}
	.use ul li{
		width: 22.5%;
		padding: 15px 20px;
		margin-bottom: 0;
	}
	.use ul li dt{
		margin: 35px 0;
		margin-top: 40px;
	}
/*
	.buton{
		margin-bottom: 50px;
	}
*/
	.vision{
		max-width: 1200px;
		font-size: 17px;
	}
	.vision-list .number{
		font-size: 40px;
	}
	.vision-list .title{
		color:  #E80F0F;
		font-size: 30px;
		margin-left: 10px;
		font-weight: bold;
	}
	.vision-list .left{
		padding-left: 30px;
		padding-top: 30px;
		float: left;
		width: 45%;
		text-align: left;
	}
	.vision-list .right{
		padding-right: 30px;
		padding-top: 30px;
		margin-top: 0;
		float: right;
		width: 40%;
		
	}
	.vision-list::after{
		display: block;
		content: "";
		clear: both;
	}
	.vision-list ol li{
		line-height: 2em;
		margin-left: 60px;
	}
	.vision img{
		width: 90%;
	}
	main{
		padding-bottom: 50px;
	}
}
@media Screen and (min-width:1240px){
	.vision{
		margin: auto;
	}
}
