@charset "utf-8";

.page-thought .hero {
	background-image: url(../img/hero/thought.jpg);
}
.page-thought .hero p {
	color: #FFF;
	letter-spacing: 0.25em;
	font-family: "Times New Roman", Times, "serif";
}







/******************************/

.t1 {
	width: 100%;
	background-color: #F0F0E1;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
}

.green-bg {
	background-color: #8ABB2C;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 300px;
}

.t1 h2 {
	margin: 0 15px;
}

.everything {
	color: #FFF;
	font-size: 250%;
	letter-spacing: 0.25em;
}






/********************************************/


.circle-area > div {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background-color: #FFF;
	position: absolute;
}
.circle-area > div img {
	height: 50px;
	margin-top: 30px;
}
.circle-area > div h3 {
	margin: 10px;
}
.circle-area > div ul {
	text-align: left;
}
.circle-1 ul { margin-left: 95px; }
.circle-2 ul { margin-left: 80px; }
.circle-3 ul { margin-left: 80px; }

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

.circle-area > div {
	width: 240px;
	height: 240px;
}
.circle-1 ul { margin-left: 90px; }

}

/************************************************/


.circle-area {
	width: 100%;
	max-width: 880px;
	height: 260px;
	margin: 50px auto;
	position: relative;
}
.circle-1 {
	top: 0;
	left: 50%;
	margin-left: -130px;
}
.circle-2 {
	bottom: 0;
	left: 0;
}
.circle-3 {
	bottom: 0;
	right: 0;
}


@media only screen and (max-width: 800px) {
.circle-area {
	max-width: 530px;
	height: 490px;
}
.circle-1 {
	margin-left: -120px;
}
}

@media only screen and (max-width: 700px) {
.t1 {
	padding: 60px 0;
}
.circle-area {
	height: auto;
	margin: 0 auto;
}
.circle-area > div {
	position: static;
	margin: 30px auto;
}
}


/*******************************/

.t1       { z-index: -2; }
.green-bg { z-index: -1; }
.circle-1 { z-index: 10; }





/**********************************************
PCだけでアニメーション
***********************************************/
@media only screen and (min-width: 800px) {

/* 丸 */
.circle-2 {
	left: 50%;
	margin-left: -130px;
	transition: all 1s;
}
.circle-3 {
	right: 50%;
	margin-right: -130px;
	transition: all 1s;
}

.circle-2.scrolled {
	left: 0;
	margin-left: 0;
	transition: all 1s;
}
.circle-3.scrolled {
	right: 0;
	margin-right: 0;
	transition: all 1s;
}

/* グリーン背景 */
.green-bg {
	top: 1000px;
	transition: all 1s;
}
.green-bg.scrolled {
	top: 300px;
	transition: all 1s;
}

/* すべてがヘルスケア */
.everything {
	opacity: 0;
	transition: all 1s;
}
.everything.scrolled {
	opacity: 1;
	transition: all 1s;
}

}









/*********************************************************/

.t2 {
	text-align: center;
}
.t2 img {
	width: 100%;
	max-width: 500px;
}

