@charset "UTF-8";

/* index ---------------------------------------*/

.section{
	padding-top: 1px;
}

.btn-wrapper{
	margin: 60px 0 16px;
	text-align: center;
}

.section-eventnews .block2list >li{
	padding-bottom: 80px;
	position: relative;
}

.section-eventnews .block2list .section-eventnews-btn-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.section-activity{padding-bottom: 96px;}

.activity-list{margin-bottom: 14px;}

.section-thought{
	background: url(../img/index/thought_bg.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.thought-title{
	margin-top: 1.5em;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.section-thinking{padding-bottom: 30px;}

.section-investigate{}

.section-investigate .btn-wrapper{margin: 0 auto 60px;}

.section-investigate .btn-wrapper a{
	min-width: 210px;
	margin: 0 30px;
}



@media screen and (max-width: 768px){

	.btn-wrapper{
		margin: 40px 0 16px;
	}

	.section-eventnews .block2list >li{
		padding-bottom: 0;
	}

	.section-eventnews .block2list .section-eventnews-btn-wrapper{
		position: static;
	}


	.section-thought{
		background: url(../img/index/thought_bg_sp.png) center center no-repeat;
		background-size: cover;
		padding-bottom: 35px;
	}

	.thought-title{
		font-size: 22px;
	}

	.section-member .member-list li{margin-bottom: 1em;}

	.section-thinking .title-section{font-size: calc(54px / 2.34); font-size: calc(54vw / 7.5);}

	.section-thinking{padding-bottom: 10px;}

	.section-investigate .title-section{font-size: calc(54px / 2.34); font-size: calc(54vw / 7.5);}

	.section-investigate .btn-wrapper{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0 auto 30px;
	}

	.section-investigate .btn-wrapper a{
		min-width: 110px; min-width: calc(220vw / 7.5);
		margin: 0;
	}

}
