@charset "utf-8";

body.page-index {
	margin-top: 0;
}

/* フルスクリーン ***********************************************************************/
.full-screen {
	width: 100%;
	box-sizing: border-box;
	padding-top: 100px;
}
@media only screen and (max-width: 800px) {
.full-screen {
	padding-top: 50px;
}
}

.full-screen .photo {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/hero/index.jpg);
	display: table;
}
.full-screen .filter {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	
	overflow: hidden;
}


/* 人生と響きあうヘルスケア */
.full-screen h1 {
	color: #FFF;
	text-align: center;
	
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 50%;
	
	width: 175px;
	height: 175px;
	
	position: absolute;
	top: 50px;
	right: 50px;
}
.full-screen h1 .en {
	display: block;
	letter-spacing: 0.25em;
	font-size: 11px;
	padding: 48px 0 10px 0;
}
.full-screen h1 .ja {
	display: block;
	letter-spacing: 0.25em;
	font-size: 14px;
}


/* 道がなければ、つくるしかない。 */
.full-screen p.catch-copy {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 32px;
	color: #FFF;
	letter-spacing: 0.25em;
}
.full-screen p.catch-copy br {
	display: none;
}


/* スクロールボタン */
.full-screen a.scroll {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	
	box-sizing: border-box;
	border: solid 1px #FFF;
	border-radius: 50%;
	
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 15px;
}


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

.full-screen h1 {
	top: 15px;
	right: -15px;
}

.full-screen p.catch-copy {
	font-size: 24px;
}
.full-screen p.catch-copy br {
	display: inline;
}

}










/* イントロ ********************************************************************/
.intro {
	width: 100%;
	background-color: #F0F0E1;
	position: relative;
}
.intro .photo,
.intro .text {
	width: 50%;
	height: 350px;
}
.intro .photo.about-us,
.intro .text.thought,
.intro .photo.challenge {
	float: left;
}
.intro .text.about-us,
.intro .photo.thought,
.intro .text.challenge {
	float: right;
}

/* photo box */
.intro .photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.intro .photo.about-us {
	background-image: url(../img/hero/about-us.jpg);
}
.intro .photo.thought {
	background-image: url(../img/hero/thought.jpg);
}
.intro .photo.challenge {
	background-image: url(../img/hero/challenge.jpg);
	background-position: center top;
}

/* text box */
.intro .text {
	display: table;
}
.intro .text > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* h2 */
.intro .text h2 {
	color: #5D2A03;
	letter-spacing: 0.25em;
}
.intro .text h2 .en {
	font-family: "Times New Roman", Times, "serif";
}
.intro .text h2 .ja {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* a */
.intro .text a {
	display: inline-block;
	color: #5D2A03;
	text-decoration: none;
	text-align: center;
	
	box-sizing: border-box;
	border: solid 1px #5D2A03;
	border-radius: 50%;
	
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	
	margin-top: 10px;
}
.intro .text a i {
	display: block;
	margin: -3px 0 0 3px;
}


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

.intro .text h2 .ja {
	letter-spacing: 0;
}

}


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

.intro .photo {
	width: 100%;
	height: 200px;
}
.intro .text {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

}





