@charset "UTF-8";

/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 130px auto 0;
}
.top-image .txt {
	width: 33.33%;
	max-width: 400px;
	color: #000;
	position: absolute;
    top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2!important;
}
.top-image .txt h1 {
	width: 100%;
}

.top-message {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
.top-message p {
	width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.top-ceo-message {
	width: 100%;
	position: relative;
	margin: 100px auto 0;
}
.top-ceo-message .txt {
	width: 40%;
	position: absolute;
	top: 50%;
	right: 2%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	z-index: 1!important;
}
.top-ceo-message .txt p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.top-knowladge {
	width: 100%;
	position: relative;
	margin: 100px auto 0;
}
.top-knowladge .txt {
	width: 90%;
	max-width: 1000px;
	position: absolute;
	text-align: center;
	color: #FFF;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	z-index: 1!important;
}
.top-knowladge .txt .click-b {
	color: #FFF;
	border: 1px solid #FFF;
	margin: 30px auto 0;
}
.top-knowladge .txt .click-b:hover {
	background-color: #2c90bd;
}

.top-story {
	width: 100%;
	position: relative;
	background-image: url(../../images/gray_bg_full.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto;
	margin: 100px auto 0;
	padding-top: 80px;
}
.top-story .inner {
	width: 100%;
	max-width: 1000px;
	position: relative;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0px 10px 10px 0px #CCC;
	margin: 0 auto;
	padding: 5% 3%;
}
.top-story .inner h2 {
	margin-top: 0.8em;
}
.top-story .inner ul {
	width: 100%;
}
.top-story .inner ul li {
	width: 33.33%;
	float: left;
	margin-top: 5%;
	padding: 0 5%;
}
.top-story .inner ul li:nth-of-type(2) {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.top-story .inner ul li .photo {
	
}
.top-story .inner ul li h3 {
	font-size: 5rem;
	font-weight: 500;
}
.top-story .inner ul li p {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10%;
}
.top-story .inner ul li .click-b {
	margin: 0 auto;
}

.top-room {
	width: 100%;
	position: relative;
	background-image: url(../../images/gray_bg_full.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 55%;
	margin: 100px auto 0;
	padding: 30px 0;
}
.top-room .inner {
	width: 90%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}
.top-room .inner .photo {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.top-room .inner .txt {
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 5%;
}
.top-room .inner .txt .click-b {
	margin: 30px auto 0;
}

.top-senior {
	width: 100%;
	position: relative;
	background-image: url(../../images/gray_bg_full.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 55%;
	margin: 100px auto 0;
	padding: 50px 0;
}
.top-senior h1 {
	display: none;
}
.top-senior .title {
	width: 7.8%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0);
	z-index: 1!important;
}
.top-senior .inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.top-senior .inner ul {
	
}
.top-senior .inner ul li {
	width: 32%;
	float: left;
	margin-left: 3%;
}
.top-senior .inner ul li:nth-of-type(2) {
	float: right;
	margin-right: 3%;
}

.top-photo {
	width: 100%;
	position: relative;
	background-color: #f2f4f4;
	margin: 100px auto 0;
	padding: 50px 0;
}
.top-photo .inner {
	width: 90%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}
.top-photo .inner div {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
}
.top-photo .inner div h1 span {
	display: none;
}
.top-photo .inner div:nth-of-type(3) {
	vertical-align: bottom;
}
.top-photo .inner div:nth-of-type(3) p {
	font-size: 1.8rem;
	text-align: right;
	margin-bottom: 30%;
}
.top-photo .inner div:nth-of-type(3) .click-b {
	margin: 0;
	margin-left: auto;
	margin-right: 0;
}

.top-section-title {
	font-size: 4rem;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.top-section-title span {
	display: block;
	font-size: 1.8rem;
}

.click-b {
	width: 90%;
	max-width: 200px;
	display: block;
	color: #999;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	border: 1px solid #999;
	margin: 30px 0 0;
	padding: 5px 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.click-b:hover {
	opacity: 1;
	color: #2c90bd;
	border: 1px solid #2c90bd;
}

/* cf */
.top-story .inner ul:after,.top-story .inner ul li:after,.top-senior .inner ul:after {
	content:" ";
	display:block;
	clear:both;
}

/* top img */

.top-image img,.top-message img,.top-ceo-message img,.top-knowladge img,.top-story .inner ul li .photo img,.top-room .inner .photo img,.top-senior img,.top-photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 900px) {

	.top-ceo-message {
		width: 100%;
		position: relative;
		margin: 10% auto 0;
	}
	.top-ceo-message .txt {
		width: 42%;
		position: absolute;
		top: 50%;
		right: 2%;
		-webkit-transform: translate(0, -50%); 
		transform: translate(0, -50%);
		z-index: 1!important;
	}
	.top-ceo-message .txt p {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		margin-top: 1em;
	}
	.top-section-title {
		font-size: 3rem;
		letter-spacing: 0.1em;
	}
	.top-section-title span {
		display: block;
		font-size: 1.6rem;
	}
	.click-b {
		margin: 4% 0 0;
	}
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 76px;
	}
	.top-ceo-message .txt {
		width: 100%;
		position: relative;
		text-align: center;
		background-color: #f2f4f4;
		padding: 5%;
		top: 0;
		right: 0;
		-webkit-transform: translate(0, 0); 
		transform: translate(0, 0);
		z-index: 1!important;
	}
	.top-ceo-message .txt p {
		text-align: center;
	}
	.top-knowladge {
		margin: 10% auto 0;
	}
	.top-knowladge .txt .click-b {
		margin: 4% auto 0;
	}
	
	.top-story {
		margin: 10% auto 0;
		padding-top: 0;
	}
	.top-story .inner {
		padding: 0 5%;
	}
	.top-story .inner ul li {
		width: 100%;
		float: none;
		display: table;
		margin-top: 0;
		padding: 5% 0;
	}
	.top-story .inner ul li:nth-of-type(2) {
		border: none;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	.top-story .inner ul li .photo {
		width: 40%;
		display: table-cell;
		vertical-align: middle;
	}
	.top-story .inner ul li .txt {
		width: 60%;
		display: table-cell;
		vertical-align: middle;
	}
	.top-story .inner ul li h3 {
		font-size: 4rem;
	}
	.top-story .inner ul li p {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 5%;
	}
	
	.top-room {
		width: 100%;
		position: relative;
		background-image: none;
		margin: 10% auto 0;
		padding: 0;
	}
	.top-room .inner {
		display: table;
		margin: 0 auto;
	}
	.top-room .inner .photo {
		width: 100%;
		max-width: 240px;
		display: block;
		margin: 0 auto 5%;
	}
	.top-room .inner .txt {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.top-room .inner .txt .click-b {
		margin: 4% auto 0;
	}

	.top-senior {
		width: 90%;
		position: relative;
		background-image: none;
		margin: 10% auto 0;
		padding: 0;
	}
	.top-senior h1 {
		display: block;
		text-align: center;
		margin-bottom: 5%;
	}
	.top-senior .title {
		display: none;
	}
	.top-senior .inner {
		width: 90%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
	}
	.top-senior .inner ul li {
		width: 45%;
		float: left;
		margin-left: 0;
	}
	.top-senior .inner ul li:nth-of-type(2) {
		float: right;
		margin-right: 0;
	}
	
	.top-photo {
		width: 100%;
		position: relative;
		background-color: #f2f4f4;
		margin: 10% auto 0;
		padding: 5% 0;
	}
	.top-photo .inner {
		width: 90%;
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
	.top-photo .inner div {
		width: 100%;
		display: block;
		text-align: center;
	}
	.top-photo .inner div h1 span {
		display: block;
	}
	.top-photo .inner div h1 br {
		display: none;
	}
	.top-photo .inner div:nth-of-type(2) {
		margin: 5% 0;
	}
	.top-photo .inner div:nth-of-type(3) p {
		display: none;
	}
	.top-photo .inner div:nth-of-type(3) .click-b {
		margin: 8% auto 0;
	}
	
	.top-section-title {
		font-size: 3rem;
	}
	.top-section-title span {
		font-size: 1.5rem;
	}
	.click-b {
		margin: 4% auto 0;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	
}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	
	

}

