@charset "utf-8";
.contents-tit.ta-center{
	padding:60px 0 0;
}
.contents-tit{
	text-align:center;
}
@media screen and (max-width: 768px) {
	.contents-tit.ta-center{
		padding:10% 3.125% 0;
	}
}
/*******************************************
 	visual
*******************************************/
#visual{
	background:url(/2022/img/about/visual.jpg) no-repeat center center;
	background-size:cover;
	padding:65px 0;
}
#visual h2{
	width:177px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	#visual{
		background:url(/2022/img/about/visual.jpg) no-repeat center center;
		background-size:cover;
		padding:5% 3.125%;
	}
	#visual h2{
		width:25%;
		margin:0 auto;
	}
}

/*******************************************
 	box01
*******************************************/
#box01{
	margin:0 auto 60px;
}
#box01 .inner-min{
	padding:0 0 60px;
	border-bottom:2px solid #00afec;
}
#box01 p{
	text-align:center;
	font-size:1.6rem;
	line-height:2;
	margin:0 auto 30px;
}
#box01 .grayarea{
	background: #efefef;
	margin: 0 auto;
	width:310px;
}
#box01 .grayarea .grayinner{
	padding: 20px;
}
#box01 .grayarea figure{
	text-align:center;
}
#box01 .grayarea dt{
	font-weight:bold;
	font-size:1.8rem;
	text-align:center;
	margin:0 auto 5px;
}
#box01 .grayarea dd{
	font-size:1.6rem;
	text-align:center;
	line-height:1.8;
}
@media screen and (max-width: 768px) {
	#box01{
		margin:0 auto 10%;
		padding:0 3.125%;
	}
	#box01 .inner-min{
		padding:0 0 10%;
	}
	#box01 p{
		margin:0 auto 3%;
		text-align:left;
	}
	#box01 .grayarea{
		width:60%;
	}
	#box01 .grayarea .grayinner{
		padding: 2%;
	}
	#box01 .grayarea dt{
		margin:0 auto 1%
	}
}
/*******************************************
 	box02
*******************************************/
#box02{
	margin:0 auto 60px;
}
#box02 .inner-min{
	padding:0 0 60px;
	border-bottom:2px solid #c00;
}
#box02 .swiper-pagination {
	position: relative;
	text-align:left;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom:auto;
}
#box02 .swiper-pagination-bullet{
	width: 100px;
	height: auto;
	display: block;
	float:left;
	margin:0 10px 0 0;
	color:#fff;
	font-size:1.6rem;
	color:#fff;
	border-radius: 0;
	background: #c00;
	opacity: 0.5;
	text-align:center;
	padding:1em;
	position:relative;
	line-height:1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#box02 .swiper-pagination-bullet:hover,
#box02 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
#box02 .swiper-pagination-bullet:after{
	content: "\e906";
	font-family: as;
	position:absolute;
	top:0;
	bottom:0;
	right:.2em;
	margin:auto;
	height:1em;
	width:1em;
	line-height:1;
	text-align:center;
}
@media screen and (max-width: 768px) {
	#box02{
		margin:0 auto 10%;
		padding:0 3.125%;
	}
	#box02 .inner-min{
		padding:0 0 10%;
	}
	#box02 .swiper-container{
		display:none;
	}
	#box02 p{
		width:80%;
		margin:0 auto;
	}
	#box02 p a{
		font-size:1.6rem;
		color:#fff;
		background: #c00;
		text-align:center;
		padding:1em;
		position:relative;
		display:block;
	}
	#box02 p a:after{
		content: "\e906";
		font-family: as;
		position:absolute;
		top:0;
		bottom:0;
		right:.2em;
		margin:auto;
		height:1em;
		width:1em;
		line-height:1;
		text-align:center;
	}
}
/*******************************************
 	box03
*******************************************/
#box03{
	margin:0 auto;
}
#box03 .inner-min{
	padding:0 0 100px;
}
#box03 p{
	text-align:center;
	margin:0 auto 40px;
	font-size:1.6rem;
	line-height:2;
}
#box03 p + p{
	margin:0;
}
@media screen and (max-width: 768px) {
	#box03{
		margin:0 auto;
		padding:0 3.125%;
	}
	#box03 .inner-min{
		padding:0 0 10%;
	}
	#box03 p{
		text-align:left;
		margin:0 auto 4%;
	}
	#box03 p + p{
		text-align:right;
		margin:0;
	}
	#box03 .sp{
		display:inline;
	}
}
