@charset "UTF-8";

.footer-text {
	display: none;
}

#about #mv {
  background: url(../images/mv.jpg) no-repeat center 0;
  background-size: cover;
  height: 220px;
  width: 100%;
}

#about #mv h2 {
	text-align: center;
	padding-top: 7rem;
}

#about #mv span {
	text-align: center;
	display: none;
}

#about section {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom: 10rem;
	font-size: 1.5rem;
	line-height: 1.7;
}

#about .aisatsu-textL {
	width: 680px;
	float: left;

}

#about .aisatsu-photoR {
	width: 280px;
	float: right;
}

#about .aisatsu-photoL {
	width: 280px;
	float: left;
}

#about .aisatsu-textR {
	width: 680px;
	float: right;
}

#history {
	position: relative;
}

#history img {
	position: absolute;
	top: 120px;
	right: 0;
}

#history dl {
	width: 680px;
	position: relative;
}

#history dt {
	width: 100px;
	float: left;
	border-bottom: 1px solid #00AFCC;
	font-weight: bold;
	color: #00AFCC;
	text-align: center;
	line-height: 4rem;
	background: url(../../common/images/icon-arrrow3.png) no-repeat 10px center;
}
#history dd {
	width: 580px;
	float: right;
	border-bottom: 1px dotted #999;
	line-height: 4rem;
}

#motto h4 {
	color: #00AFCC;
	text-align: center;
	padding: 3rem;
	font-size: 2rem;
	font-weight: bold;
}

#motto p:last-child {
	padding-bottom: 5rem;
}

#aim h4 {
	margin-bottom: 40px;
}

/*will*/
#aim .will {
	position: relative;
	margin-bottom: 10rem;
	min-height: 350px;
}

#aim .will > p {
	position: absolute;
	top: 0;
	right: 0;
}

#aim .will > dl {
	width: 730px;
	overflow: hidden;
}

#aim .will > dl > dt {
	width: 30%;
	font-size: 2.5rem;
	text-align: center;
	padding-top: 2.5rem;
	font-weight:  bold;
	float: left;
}

#aim .will > dl > dd {
	width: 68%;
	float: right;
	padding: 2rem 0;
}

#aim dl.will-top {
	background: url(../images/bg-motto01.png) bottom left no-repeat;
}

#aim dl.will-top dt {
	color: #00afcc;
}

#aim dl.will-middle {
	background: url(../images/bg-motto02.png) bottom left no-repeat;
}

#aim dl.will-middle dt {
	color: #4d98d0;
}

#aim dl.will-bottom {
	background: url(../images/bg-motto03.png) bottom left no-repeat;
}

#aim dl.will-bottom dt {
	color: #2d8ada;
}

/*depiction*/
#aim .depiction {
	position: relative;
	margin-bottom: 10rem;
	min-height: 275px;
}

#aim .depiction > p {
	position: absolute;
	top: 0;
	left: 0;
}

#aim .depiction > dl {
	width: 730px;
	margin-left: auto;
	overflow: hidden;
}

#aim .depiction > dl > dt {
	width: 30%;
	font-size: 2.5rem;
	text-align: center;
	padding-top: 2.5rem;
	font-weight:  bold;
	float: left;
}

#aim .depiction > dl > dd {
	width: 68%;
	float: right;
	padding: 2rem 0;
}

#aim dl.depiction-top {
	background: url(../images/bg-motto04.png) bottom left no-repeat;
}

#aim dl.depiction-top dt {
	color: #c7b72c;
}

#aim dl.depiction-middle {
	background: url(../images/bg-motto05.png) bottom left no-repeat;
}

#aim dl.depiction-middle dt {
	color: #c7b72c;
}

#aim dl.depiction-bottom {
	background: url(../images/bg-motto06.png) bottom left no-repeat;
}

#aim dl.depiction-bottom dt {
	color: #837604;
}

/*acknowledgment*/
#aim .acknowledgment {
	position: relative;
	min-height: 300px;
}

#aim .acknowledgment > p {
	position: absolute;
	top: 0;
	right: 0;
}

#aim .acknowledgment > dl {
	width: 730px;
	overflow: hidden;
}

#aim .acknowledgment > dl > dt {
	width: 30%;
	font-size: 2.5rem;
	text-align: center;
	padding-top: 2.5rem;
	font-weight:  bold;
	float: left;
}

#aim .acknowledgment > dl > dd {
	width: 68%;
	float: right;
	padding: 2rem 0;
}

#aim dl.acknowledgment-top {
	background: url(../images/bg-motto07.png) bottom left no-repeat;
}

#aim dl.acknowledgment-top dt {
	color: #49ae30;
}

#aim dl.acknowledgment-middle {
	background: url(../images/bg-motto08.png) bottom left no-repeat;
}

#aim dl.acknowledgment-middle dt {
	color: #2d9613;
}

#aim dl.acknowledgment-bottom {
	background: url(../images/bg-motto09.png) bottom left no-repeat;
}

#aim dl.acknowledgment-bottom dt {
	color: #1c7307;
	padding-top: 2.5rem;
}

#campus p.photo {
	text-align: center;
	padding: 4rem 0 8rem 0;
}

#campus ul {
	width: 1000px; 
	margin: 0 auto -5rem auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
}
#campus ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
#campus ul li {
	letter-spacing:normal;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width: 48%;
	vertical-align: top;
}

#campus ul li p.campus-ul-photo {
	text-align: center;
	padding: 2rem 0 5rem 0;
}

#campus ul > li > h5,
#campus ul > li > p {
	text-align: justify;
}


#campus .photo-raw2 {
	width: 80%; 
	margin: 2rem auto 4rem auto;
	letter-spacing: -.40em;
	text-align: justify;
	text-justify: distribute-all-lines; 
}

#campus .photo-raw2:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#campus .photo-raw2 li {
	letter-spacing:normal;
	display: inline-block;
	width: 320px; 
	height: 230px;
	text-align: center;
	font-size: small;
	color: lightslategrey;
}

#campus .photo-raw2 li img {
	margin-bottom: 0.5rem;
}

#campus .photo-raw3 {
	width: 100%; 
	margin: 2rem auto 4rem auto;
	letter-spacing: -.40em;
	text-align: justify;
	text-justify: distribute-all-lines; 
}

#campus .photo-raw3:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#campus .photo-raw3 li {
	letter-spacing:normal;
	display: inline-block;
	width: 320px; 
	height: 230px;
	text-align: center;
	font-size: small;
	color: lightslategrey;
}

#campus .photo-raw3 li img {
	margin-bottom: 0.5rem;
}









#symbol p.song {
	text-align: center;
	padding: 4rem 0 8rem 0;
}

#symbol p.song img {
	width: 90%;
}

#symbol .photoL {
	width: 220px;
	float: left;
	text-align: center;
	padding-bottom: 6rem;
}


#symbol .textR {
	width: 760px;
	float: right;
	text-align: left !important;
	padding-bottom: 6rem;
}

#symbol ul {
	width: 900px; 
	margin: 0 auto -5rem auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
}
#symbol ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
#symbol ul li {
	letter-spacing:normal;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width: 48%;
	vertical-align: top;
	text-align: center;
	padding: 2rem 0 5rem 0;
}

#security .photoL img {
	margin-bottom: 5rem;
}
#security ul{
	width: 660px;
    float: right;
    text-align: left !important;
}
#security ul li{
	list-style-type: disc;
}

#house p.photo {
	text-align: center;
	padding: 2rem 0;
}

#house ul {
	width: 80%; 
	margin: 0 auto;
	/*height: 250px;*/
	letter-spacing: -.40em;
	text-align: justify;
	text-justify: distribute-all-lines; 
}
#house ul:after {
	content:"";
	display: inline-block;
	width: 80%;
	line-height:0;
	height: 0;
} 
#house li {
	letter-spacing:normal;
	display: inline-block;
	width:350px; 
	/*height: 250px;*/
} 
#house p.house-text {
	padding-bottom: 5rem;
}


/* === SP ====================== */
@media screen and (max-width: 748px) {
 	#about #mv {
    background-size: cover;
	height: auto;
  }
  	#about .aisatsu-textR,
  	#about .aisatsu-textL {
	width: 100%;
	float: none;
	}
  	#about .aisatsu-photoR,
  	#about .aisatsu-photoL {
	width: 100%;
	float: none;
	text-align: center;
	padding: 2rem 0 3rem 0;
	}
	#about #mv h2 {
	padding: 2.5rem 0;
		color: #fff;
	}
  	#about #mv h2 img {
	width: 40%;
	padding-top: 0rem;
	}
  	#about section {
	margin-bottom: 5rem;
	}
	#about #mv span {
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 2px solid #fff;
	display: inline;
	}
	#about #mv img {
		display: none;
	}
	
	#history {
	position: relative;
	}
	#history dl {
	width: 100%;
	}
	#history dt {
		width: 100%;
		float: none;
		border-bottom: 0;
		font-weight: bold;
		padding-left: 2.5rem;
		color: #00AFCC;
		text-align: left;
		line-height: 2.5rem;
		background: url(../../common/images/icon-arrrow3.png) no-repeat 1rem 1.7rem;
		padding-top: 1rem;
	}
	#history dd {
		width: 100%;
		float: none;
		border-bottom: 1px dotted #999;
		line-height: 2.5rem;
		padding-left: 2.5rem;
		padding-bottom: 1rem;
	}
	#history img {
	position: static;
	top: 0;
	right: 0;
	margin-top: 2rem;
	}
	#motto h4 {
	padding: 1.5rem;
	font-size: 1.5rem;
	}
	#motto p:last-child {
	padding-bottom: 0rem;
	}
	#aim h4 {
	margin-bottom: 2rem;
	}
	#aim .will,
	#aim .depiction,
	#aim .acknowledgment {
	margin-bottom: 3rem;
	}
	#aim .will > dl,
	#aim .depiction > dl,
	#aim .acknowledgment > dl {
	width: 100%;
	}
	#aim .will > p,
	#aim .depiction > p,
	#aim .acknowledgment > p {
	position: static;
	top: 0;
	right: 0;
	text-align: center;
	width: 100%;
	}
	#aim .will > p > img,
	#aim .depiction > p > img,
	#aim .acknowledgment > p > img {
		width: 50%;
	}
	#aim .will > dl > dt,
	#aim .depiction > dl > dt,
	#aim .acknowledgment > dl > dt {
	font-size: 1.5rem;
	padding-top: 2.1rem;
	}
	#campus p.photo {
	padding: 2rem 0 4rem 0;
	}
	#campus ul {
	width: 100%; 
	margin: 0 auto -3rem auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
	}
	#campus ul:after {
	content:"";
	display: block;
	width: 100%;
	line-height:0;
	height: 0;
	} 
	#campus ul li {
	letter-spacing:normal;
	display: block;/*ブロックレベル要素に横並びにする*/
	width: 100%;
	vertical-align: top;
	}
	#campus ul li p.campus-ul-photo {
	text-align: center;
	padding: 2rem 0 4rem 0;
	}
	#campus ul li p.campus-ul-photo img {
	width: 60%;
	}
	#symbol .photoL {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 3rem;
	}
	#symbol .textR {
	width: 100%;
	float: none;
	text-align: left !important;
	padding-bottom: 3rem;
	}
	#symbol ul {
	width: 100%; 
	margin: 0 auto 0 auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
	}
	#symbol ul:after {
	content:"";
	display: block;
	width: 100%;
	line-height:0;
	height: 0;
	} 
	#symbol ul li {
	letter-spacing:normal;
	display: block;/*ブロックレベル要素に横並びにする*/
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding: 2rem 0 3rem 0;
	}
	#symbol ul li img {
	width: 60%;
	}
	#security .photoL img {
	margin-bottom: 2rem;
	}
	#security .textR {
	margin-bottom: 5rem;
	}
	#house p.photo {
	text-align: center;
	padding: 2rem 0;
	}
	#house ul {
	width: 80%; 
	margin: 0 auto;
	letter-spacing: -.40em;
	text-align: justify;
	text-justify: distribute-all-lines; 
	}
	#house ul:after {
	content:"";
	display: inline-block;
	width: 80%;
	line-height:0;
	height: 0;
	} 
	#house li {
	letter-spacing:normal;
	display: block;
	width: 100%;
	padding-bottom: 1.5rem;
	} 
	#house p.house-text {
	padding-bottom: 5rem;
	}
}
