@charset "utf-8";
/* CSS Document */
.btm_list {
	background: #f3f8fb;
	padding: 60px 0;
}
.btm_list .black_ttl {
	margin-bottom: 20px;
}
.btm_list ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btm_list ul li {
	max-width: 353px;
	width: 32%;
}
.btm_list ul li .pic img {
	width: 100%;
}
.btm_list ul li h3 {
	background: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 13px;
	text-align: center;
}
.btm_list ul li a {
	-webkit-transition: all .2s;
	display: block;
	transition: all .2s;
}
.btm_list ul li a:hover {
	-webkit-box-shadow: 0 2px 20px rgba(50, 50, 50, 0.25);
	box-shadow: 0 2px 20px rgba(50, 50, 50, 0.25);
	opacity: 0.8;
}

@media screen and (max-width : 767px) {
	.btm_list {
		padding: 11% 0;
	}
	.btm_list .black_ttl {
		margin-bottom: 7%;
	}
	.btm_list ul {
		display: block;
	}
	.btm_list ul li {
		margin-bottom: 4%;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	.btm_list ul li:last-child {
		margin-bottom: 0;
	}
	.btm_list ul li h3 {
		background: none;
		color: #fff;
		font-size: 1.5rem;
		left: 5%;
		padding: 0;
		position: absolute;
		top: 5%;
	}
}

.mv_under {
	background:url(/img/about/summary/mv_summary.jpg) no-repeat center top;
	background-size:cover;
}
.section01 {
	padding:0 0 100px;
}
.section01 .black_ttl {
	margin-bottom:50px;
}
.section01 .ttl_under_text {
	font-size:1.6rem;
	line-height:1.9;
	margin-bottom:45px;
	text-align:center;
}
.section01 ul {
	-ms-flex-pack:center;
	-ms-flex-wrap:wrap;
	-webkit-box-pack:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.section01 ul li {
	-webkit-box-sizing:border-box;
	background:#fff;
	box-sizing:border-box;
	width:33.333333%;
}
.section01 ul li p,.section01 ul li h3 {
	text-align:center;
}
.section01 ul li h3 {
	margin-bottom:10px;
}
.section01 ul li .pic {
	margin-bottom:17px;
}
.section01 ul li .pic img {
	width:100%;
}
.section01 ul li .text_box {
	padding:0 14%;
}
.section01 ul li .icon {
	height:32px;
	margin:0 auto 15px;
	width:32px;
}
.section01 ul li .text {
	line-height:2.2;
}
.section02 {
	background:#f3f8fb;
	padding:80px 0 95px;
	position:relative;
}
.section02 .black_ttl {
	margin-bottom:30px;
}
.section02 .overview {
	margin:auto;
	max-width:800px;
}
.section02 .overview dl {
	border-bottom:1px solid #dadfe1;
	display:table;
	padding:15px 0;
	width:100%;
}
.section02 .overview dl dt,.section02 .overview dl dd {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	line-height:1.4;
}
.section02 .overview dl dt {
	font-weight:bold;
	padding:0 1.5%;
	width:27%;
}
.section02 .overview dl dd {
	padding:0 6.3%;
	width:73%;
}
.section03 {
	padding:80px 0 0;
	position:relative;
}
.section03 .black_ttl {
	margin-bottom:13px;
}
.section03 .profile {
	-ms-flex-flow:row-reverse;
	-webkit-box-direction:reverse;
	-webkit-box-orient:horizontal;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-flow:row-reverse;
}
.section03 .profile .pic {
	width:50%;
}
.section03 .profile .pic img {
	vertical-align:bottom;
	width:100%;
}
.section03 .profile .detail {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:95px;
	padding-left:1.5%;
	width:50%;
}
.section03 .profile .detail h3 {
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:5px;
}
.section03 .profile .detail dl {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:table;
	padding:10px 0;
	width:100%;
}
.section03 .profile .detail dl dt,.section03 .profile .detail dl dd {
	display:table-cell;
	line-height:1.6;
}
.section03 .profile .detail dl dt {
	min-width:150px;
	width:30%;
}
.section03 .profile .detail dl dd {
	width:70%;
}
.section03 .profile .detail .name {
	margin-top:30px;
}
.section04 {
	padding:80px 0 100px;
}
.section04 .black_ttl {
	margin-bottom:50px;
}
.section04 p{
	text-align:center;
}

@media screen and (max-width : 767px) {
	.mv_under {
		background:url(/img/about/summary/mv_summary_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.section01 {
		padding:0 0 4.7%;
	}
	.section01 .black_ttl {
		margin-bottom:6.5%;
	}
	.section01 ul li {
		-ms-flex-align:center;
		-webkit-box-align:center;
		align-items:center;
		border:1px solid #dce6e1;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin-bottom:3vw;
		padding:0;
		width:100%;
	}
	.section01 ul li p,.section01 ul li h3 {
		text-align:left;
	}
	.section01 ul li h3 {
		margin-bottom:10px;
		width:77%;
	}
	.section01 ul li .pic {
		margin-bottom:0;
		width:50%;
	}
	.section01 ul li .pic img {
		vertical-align:bottom;
	}
	.section01 ul li .text_box {
		padding:0 3% 0 5%;
		width:50%;
	}
	.section01 ul li .icon {
		height:32px;
		margin:0;
		width:32px;
	}
	.section01 ul li .text {
		font-size:1.1rem;
		line-height:1.6;
	}
	.section02 {
		padding:12% 0 13%;
	}
	.section02 .black_ttl {
		margin-bottom:5%;
	}
	.section02 .overview {
		max-width:100%;
	}
	.section02 .overview dl {
		padding:3% 0;
	}
	.section02 .overview dl dt,.section02 .overview dl dd {
		display:block;
		font-size:1.2rem;
	}
	.section02 .overview dl dt {
		margin-bottom:1.5%;
		padding:0;
		width:100%;
	}
	.section02 .overview dl dd {
		padding:0;
		width:100%;
	}
	.section03 {
		padding:12% 0 0;
		position:relative;
	}
	.section03 .black_ttl {
		margin-bottom:15%;
	}
	.section03 .profile .pic {
		width:100%;
	}
	.section03 .profile .pic img {
		vertical-align:bottom;
		width:100%;
	}
	.section03 .profile .detail {
		margin-top:0;
		padding-left:0;
		width:100%;
	}
	.section03 .profile .detail h3 {
		font-size:1.3rem;
		margin-bottom:2%;
	}
	.section03 .profile .detail dl {
		font-size:1.2rem;
		padding:2% 0;
		width:100%;
	}
	.section03 .profile .detail dl dt,.section03 .profile .detail dl dd {
		display:table-cell;
		line-height:1.6;
	}
	.section03 .profile .detail dl dt {
		min-width:1px;
		padding-right:2%;
		width:40%;
	}
	.section03 .profile .detail dl dd {
		width:60%;
	}
	.section03 .profile .detail .name {
		font-size:1.2rem;
		margin:8% 0;
	}
	.section01 ul,.section03 .profile {
		display:block;
	}
	.section02:before,.section03:before {
		height:26px;
		top:-13px;
	}
	.section04 {
		padding:12% 0 13%;
	}
	.section04 .black_ttl {
		margin-bottom:10%;
	}
	.section04 p{
		text-align:center;
	}
}
