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

.main {
	background: url(../images/facility/back01.jpg) center;
	background-size: cover;
}

#content01 {
	background: url( ../images/common/back01.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 220px 0 80px;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	justify-content: center;
  align-items: center;
}

#content01 h2 {
	font-size: 32px;
	font-weight: bold;
	width: 80px;
	text-align: left;
	display: flex;
	order: 2;
	box-sizing:border-box;
	flex-shrink: 0;
	flex-basis: auto;
	height: 300px;

}

#content01 p {
	display: flex;
	order: 1;
	font-size: 18px;
	line-height: 200%;
	height: 300px;
	text-align: left;
	padding: 0 0px 0 20px;
	flex-shrink: 0;
	flex-basis: auto;
	width: 850px;
	box-sizing:border-box;
}

#content01 ul.box01 {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	width: 1066px;
	margin: 60px auto 0;
	justify-content: center;
	align-items: center;
}

#content01 ul.box01 li {
	margin: 8px;
}

#content01 ul.box01 li:first-child {
	margin: -34px auto 10px 0;
}

#content01 ul.box01 li:last-child {
	margin-right: 0;
}

#content01 ul.box02 {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	width: 1066px;
	margin: 0px auto 0;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

#content01 ul.box02 li {
	margin: 8px;
}

#content01 ul.box02 li:first-child {
	margin-left: 0;
}

#content01 ul.box02 .img01 {
	position: absolute;
	right: -25px;
	bottom: 8px;
}

#content01 .profile {
	width: 900px;
	padding: 20px 0;
	margin: 60px auto 0;
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
}

#content01 .profile .left {
	display: inline-block;
	margin: 0 20px;
	width: 400px;
}

#content01 .profile .right {
	display: inline-block;
	margin: 0 20px;
	width: 400px;
}

#content01 .profile .right h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#content01 .profile .right ul {
	margin: 30px 0 0;
}

#content01 .profile .right ul li {
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}

#content02 {
	padding: 120px 0;
	background: url(../images/common/back05.png);
	text-align: center;
}

#content02 h2 {
	font-size: 62px;
	font-weight: bold;
}

#content02 .photo_box {
	display: inline-block;
	margin: 20px;
	text-align: center;
}

#content02 .photo_box h3 {
	font-size: 22px;
	margin-bottom: 20px;
	
}

#content02 .photo_box #photo03 {
	margin-right: 28px;
}

#content02 .photo_box #photo05 {
	margin-right: 40px;
}

#content03 {
	padding: 120px 0;
	background: url(../images/common/back02.jpg);
	text-align: center;
}

#content03 h2 {
	font-size: 44px;
	font-weight: bold;
	margin-top: 60px;
}

#content03 p {
	font-size: 18px;
	line-height: 36px;
	margin: 20px 0;
}

#content03 .photo {
	margin: 0 10px;
	display: inline-block;
}

#content03 .goshuin_photo {
	display: inline-block;
	margin-right: 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	vertical-align: middle;
}
#content03 .goshuin_text {
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 60px;
	vertical-align: middle;
}
#content03 .goshuin_text h3 {
	font-size: 44px;
	font-weight: bold;
}

#content03 .box02 {
	display: flex;
	justify-content: space-between;
	width: 898px;
	margin: 20px auto 0;
}

#content03 .box02 .photo {
	display: flex;
}

#content03 .box02 .text {
	width: 284px;
	padding: 64px 42px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #333;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content03 .box03 {
	margin: 40px 0 0 0;
	text-align: center;
}

#content03 .box03 div {
	font-size: 18px;
}

