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

body {
	background-image: url("images/bg_body-2020.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1060px auto;
}

header .inner {
	background-image: url("images/bg_header.png");
	background-repeat: no-repeat;
}

article {
	padding: 95px 0 0;
}

#contents {
	width: 900px;
	margin: 87px auto 0;
	padding-bottom: 110px;
}


article section > h3 {
	margin-bottom: 23px;
	text-align: center;
}

section:first-of-type {
	width: 900px;
	margin: 0 auto 65px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #584C56;
}

.concept {
	display: flex;
	margin: 0 auto 40px;
}
.concept:first-of-type {
	background-image: url("images/bg_concept.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.concept h5 {
	width: 110px;
	text-align: center;
}
.concept .text {
	width: 770px;
	margin-left: 30px;
}
.concept .text p {
	width: 700px;
	margin-top: 15px;
	line-height: 200%;
}


.staff {
	position: relative;
	display: flex;
	justify-content: space-evenly;
}
.staff:first-of-type {
	margin-bottom: 150px;
}
.staff:nth-of-type(2) {
	margin-bottom: 320px;
}
.staff:nth-of-type(3) {
	margin-bottom: 100px;
}
.staff:nth-of-type(4) {
	margin-bottom: 30px;
}
.staff:nth-of-type(5) {
	margin-bottom: 30px;
}
.staff:nth-of-type(6) {
	margin-bottom: 80px;
}
.staff:nth-of-type(7) {
	margin-bottom: 0px;
}
.staff:last-of-type {
	margin-bottom: 0px;
}

.staff h6 {
	margin: 45px 30px 0 0;
}
.staff .center {
	position: relative;
	width: 425px;
	margin: 45px 20px 0 0;
}
.staff:nth-of-type(5) h6,
.staff:nth-of-type(5) .center {
}
.staff.left .center {
	width: 417px;
}
.staff p {
	font-size: 14px;
	line-height: 200%;
}
.staff .profile {
	position: relative;
	background-image: url("images/profile_box.png");
	background-repeat: no-repeat;
	width: 325px;
	margin-top: 30px;
	padding: 45px 40px;
}
.staff .profile p {
	margin-bottom: 30px;
	font-size: 13px;
}
.staff .profile p.bold {
	font-weight: bold;
}
.staff .profile dt {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A5A0A4;
}
.staff .profile dd {
	line-height: 180%;
}
.staff .profile img {
	position: absolute;
}
.staff:first-of-type .profile img {
	right: -270px;
	bottom: 40px;
}
.staff:nth-of-type(2) .profile img {
	right: -95px;
	bottom: -270px;
}
.staff:nth-of-type(3) .profile img {
	right: -80px;
	bottom: -145px;
}
.staff:nth-of-type(4) .profile img {
	right: -62px;
	bottom: -160px;
}
.staff:nth-of-type(5) .center img {
	position: absolute;
	top: 80px;
	right: -80px;
}
.staff:last-of-type .center img {
	position: absolute;
	top: 180px;
	right: -15px;
}

.staff:nth-of-type(4) .photo {
}

.staff:last-of-type .photo {
	margin-right: 27px;
}
.staff:last-of-type .photo .pc {
	position: absolute;
	right: 115px;
	bottom: -110px;
}



@media screen and (max-width: 767px) {
	body {
		background-image: url("sp-images/bg_body-2020.gif");
		background-size: 100% 100%;
	}
	
	article {
		padding-top: 5%;
	}
	
	#contents {
		width: 100%;
		margin: 8% auto 0;
		padding-bottom: 10%;
	}

	section:first-of-type {
		position: relative;
		width: 95%;
		margin: 0 auto 6% 0;
		padding-bottom: 2%;
		border: none;
	}
	section:first-of-type::after {
		content: "";
		position: absolute;
		left: 5%;
		width: 95%;
		border-top: 1px dashed #584C56;
	}

	.concept {
		margin: 0 auto;
		padding-bottom: 13%;
	}
	.concept:first-of-type {
		background-size: 12% auto;
		background-position: right 0 bottom 3%;
	}
	.concept h5 {
		width: 20%;
		text-align: center;
	}
	.concept .text {
		width: 80%;
		margin-left: 2%;
	}
	.concept .text p {
		width: 100%;
		margin-top: 3%;
	}

	
	.staff {
		flex-wrap: wrap;
	}
	.staff:first-of-type {
		margin-bottom: 15%;
	}
	.staff:nth-of-type(2) {
		margin-bottom: 30%;
	}
	.staff:nth-of-type(3) {
		margin-bottom: 15%
	}
	.staff:nth-of-type(4) {
		margin-bottom: 15%;
	}
	.staff:nth-of-type(5) {
		margin-bottom: 15%;
	}
	.staff:nth-of-type(6) {
		margin-bottom: 15%;
	}
	.staff:nth-of-type(7) {
		margin-bottom: 15%;
	}
	.staff:last-of-type {
		margin-bottom: 5%;
	}

	.staff h6,
	.staff:nth-of-type(5) h6 {
		order: 1;
		width: 10%;
		margin: 4% 0 0 0;
	}
	.staff .photo,
	.staff:nth-of-type(4) .photo {
		order: 2;
		width: 65%;
		margin: 0 8%;
		text-align: center;
	}
	.staff .center,
	.staff.left .center,
	.staff:nth-of-type(5) .center {
		order: 3;
		position: relative;
		width: 75%;
		margin: 0 5% 0 0;
	}
	.staff p {
		font-size: 13px;
		line-height: 200%;
	}
	.staff .profile {
		position: relative;
		background-image: url("sp-images/profile_box.png");
		background-size: 100% auto;
		width: 60%;
		margin: 5% 5% 0 auto;
		padding: 4% 6%;
	}
	
	.staff .profile p {
		margin-bottom: 13%;
		font-size: 11px;
	}
	.staff .profile dt,
	.staff .profile dd {
		font-size: 11px;
	}
	.staff .profile img {
		width: 50%;
	}
	
	.staff:first-of-type .profile img {
		top: 8%;
		left: -45%;
	}
	.staff:nth-of-type(2) .profile img {
		left: -30%;
		top: 80%;
	}
	.staff:nth-of-type(3) .profile img {
		width: 40%;
		top: 20%;
		right: -20%;
	}
	.staff:nth-of-type(4) .profile img {
		right: -20%;
		top: 20%;
	}
	.staff:nth-of-type(5) .center img {
		width: 40%;
		top: 20%;
		right: -20%;
	}
	.staff:last-of-type .center img {
		position: relative;
		display: block;
		width: 40%;
		top: 0;
		right: auto;
		margin: 3% 0 0 3%;
	}
	.staff:last-of-type .center img {
		margin: 3% 0 0 auto;
	}
}
