@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 940px以上の場合に適用 

*******************************************************/

/* 共通の設定 */
body {
	background-color: #f7f7f7;
}

.main {
	padding-bottom: 0;
}



/* members */
.members {
	padding-bottom: 100px;
}

.members__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.members__item {
	width: 47%;
	margin-bottom: 70px;
}

.members__thumbnail {
	width: 100%;
}

.members__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
}

.members__content {
	background-color: #FFF;
	width: 83%;
	margin: -30px auto 0 auto;
	padding: 21px 35px 35px 35px;
}

.members__position {
	font-size: 18px;
	color: #0066BA;
	display: block;
}

.members__name {
	font-size: 28px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

.members__txt {
	margin-top: 15px;
}

.members__item--daishacho {
	width: 83%;
	margin: 0 auto 70px auto;
}

.members__item--daishacho .members__content {
	margin-top: -70px;
}



/* stats */
.stats {
	background-color: #FFF;
	position: relative;
	padding-top: 120px;
	padding-bottom: 110px;
}

.stats .pageTitle {
	position: absolute;
	top: -50px;
}

.stats__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stats__item {
	background-color: #F7F7F7;
	margin-bottom: 35px;
	padding: 50px 20px 90px 20px;
	position: relative;
}

.stats__h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.stats__img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.stats__txt {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.stats__item:nth-of-type(1) {
	width: 100%;
}

.stats__item:nth-of-type(1) .stats__img {
	max-width: 772px;
}

.stats__item:nth-of-type(2),
.stats__item:nth-of-type(3) {
	width: 48%;
}

.stats__item:nth-of-type(2) .stats__img,
.stats__item:nth-of-type(3) .stats__img {
	max-width: 312px;
}

.stats__item:nth-of-type(4),
.stats__item:nth-of-type(5),
.stats__item:nth-of-type(6) {
	width: 31%;
}

.stats__item:nth-of-type(4) .stats__img,
.stats__item:nth-of-type(5) .stats__img,
.stats__item:nth-of-type(6) .stats__img {
	max-width: 190px;
}

.stats__item:nth-of-type(4) .stats__h3{
	margin-bottom: 67px;
}



/******************************************************

タブレットの設定 768px~939pxの場合に適用 

*******************************************************/

@media screen and (max-width: 939px){


}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* members */
.members {
	padding-bottom: 50px;
}

.members__item {
	width: 48%;
	margin-bottom: 50px;
}

.members__content {
	background-color: #FFF;
	width: 90%;
	margin: -20px auto 0 auto;
	padding: 10px 10px 20px 10px;
}

.members__position {
	font-size: 10px;
}
	
.members__item:nth-of-type(1) .members__position {
	display: inline;
	margin-right: 7px;
}

.members__name {
	font-size: 13px;
	padding-bottom: 5px;
}

.members__txt {
	margin-top: 5px;
	font-size: 10px;
}

.members__item--daishacho {
	width: 90%;
	margin: 0 auto 50px auto;
}

.members__item--daishacho .members__content {
	margin-top: -25px;
}



/* stats */
.stats {
	background-color: #FFF;
	position: relative;
	padding-top: 80px;
	padding-bottom: 70px;
}

.stats .pageTitle {
	position: absolute;
	top: -30px;
}

.stats__item {
	background-color: #F7F7F7;
	margin-bottom: 15px;
	padding: 15px 10px 35px 10px;
	position: relative;
}

.stats__h3 {
	font-size: 13px;
	margin-bottom: 15px;
}

.stats__txt {
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}

.stats__item:nth-of-type(4) .stats__h3{
	margin-bottom: 20px;
}
	
	
	
	
}