@charset "UTF-8";

/* mv */
#mv h1 {
	position: relative;
}
#mv h1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;	
	background: url("../images/top/bg_pickup_top.png") no-repeat 0 100% / 100% auto;
}
#mv h1 img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#mv h1:after {	
		background: url("../images/top/bg_pickup_top_sp.png") no-repeat 0 100% / 100% auto;
	}
}

/* pickup */
#pickup {
	background: #ffffff;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
#pickup:after {
	content: "";
	position: absolute;	
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
	background: url("../images/top/bg_pickup_btm.png") no-repeat 0 100% / 100% auto;
	z-index: -1;
}
#pickup .item {
	width: 22%;
	position: relative;
	padding-bottom: 2.5em;
}
#pickup .item h3 {
	color: #e5730e;
	font-size: 1.8rem;
	margin-bottom: 0.8em;
	text-align: center;
	line-height: 1.3;
}
#pickup .item .imgarea {
	margin-bottom: 1em;
}
#pickup .item .imgarea img {
	border-radius: 2rem;
	width: 100%;
}
#pickup .item p {
	font-size: 1.5rem;
	margin-bottom: 1em;
}
#pickup .item .btnarea {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	#pickup:after {	
		background: url("../images/top/bg_pickup_btm_sp.png") no-repeat 0 100% / 100% auto;
	}
	#pickup .item {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 2em;
	}
	#pickup .item .imgarea {
		/*width: 75%;
		max-width: 320px;
		margin: 0 auto 1em;*/
		width: 100%;	
		margin: 0 auto 1.2em;
	}
	#pickup .item .imgarea img {
		border-radius: 2rem;
		width: 100%;
	}
	#pickup .item .btnarea {
		position: relative;
	}
}

/* therapist */
#therapist {
	background: -webkit-linear-gradient(#ffffff 0%, #fef3ef 44%, #fde5dc 100%);
	background: -o-linear-gradient(#ffffff 0%, #fef3ef 44%, #fde5dc 100%);
	background: linear-gradient(#ffffff 0%, #fef3ef 44%, #fde5dc 100%);
	position: relative;	
}
#therapist .bgimg {
	background: url("../images/common/bg_foundation_ocher.png") no-repeat left 0 top 540px / 280px auto,
		url("../images/common/bg_foundation_green.png") no-repeat 100% 30px / 290px auto,
		url("../images/common/bg_foundation_pink.png") no-repeat 100% 97% / 270px auto;
	padding-bottom: 140px;
}
#therapist .inner {
	text-align: center;
}
#therapist .ttlarea {
	margin-bottom: 3em;
	text-align: left;
}
.generation {
	margin-bottom: 5em;
}
.agelink {
	display: flex;
	justify-content: space-between;
}
.agelink li {
	width: 24%;
	color: #e5730e;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: 0.05em; 
	text-align: center;
	border: 5px solid #f4c094;
	border-radius: 1.5em;
	padding: 0.5em 0 1em;
	background: #fefaf7;
}
.agelink li:nth-of-type(2) {
	color: #ef436b;
	border-color: #f8adb8;
}
.agelink li:nth-of-type(3) {
	color: #4987cc;
	border-color: #b6c8df;
}
.agelink li:nth-of-type(4) {
	color: #2ab971;
	border-color: #a9dcbb;
}
.agelink li .imgarea {
	margin: 0.5em 0 ;
}
.agelink li:nth-of-type(1) .btnarea a {
	background-color: #f3892c;
}
.agelink li:nth-of-type(2) .btnarea a {
	background-color: #ef436b;
}
.agelink li:nth-of-type(3) .btnarea a {
	background-color: #4987cc;
}
.agelink li:nth-of-type(4) .btnarea a {
	background-color: #2ab971;
}
.mt_map {
	border: 5px solid #f5beab;
	display: inline-block;
	margin: 0 auto;
	padding: 2em 1em;
	border-radius: 1.5em;
	background: #fefaf7;
}
.mt_map .member {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;	
}
.mt_map .member li {
	margin: 0 0.3em;	
}
.mt_map .imgarea {
	margin-bottom: 2em;
}
.mt_map .btnarea a {
	color: #f05d79;
	background: #fbe2eb url("../images/common/icon_arrow_pink.png") no-repeat right 1.6em top 1em / 1em auto;
	width: 600px;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	#therapist .bgimg {
		background-position: left 0 top 200px, right 0 bottom 460px, right 0 bottom 2vw;
		background-size: 40vw auto, 44vw auto, 44vw auto;
		padding-bottom: 20vw;
	}
	#therapist .ttlarea {
		margin-bottom: 3em;
		text-align: left;
	}
	.generation {
		margin-bottom: 5em;
	}
	.agelink {
		flex-wrap: wrap;
	}
	.agelink li {
		width: 49%;
		font-size: 1.7rem;
		font-weight: 400;
		border-width: 4px;
		border-radius: 1.2em;
		margin-bottom: 2%;
	}
	.agelink li .imgarea {
		margin-bottom: 1em;
	}
	.agelink li .btnarea a {
		height: 42px;
		line-height: 42px;
		background-position: right 1em top 1.35em;
	}
	.mt_map {
		border-width: 4px;		
		padding: 2em 1em;
		border-radius: 1.2em;
	}
	.mt_map .member {
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	.mt_map .member li {
		margin: 0 0.3em 0.6em;
		width: 30%;
	}
	.mt_map .imgarea {
		margin-bottom: 1em;
	}
	.mt_map .btnarea a {
		width: 100%;
		font-size: 1.4rem;
		display: inline-block;
		max-width: inherit;
		letter-spacing: 0;
		padding-left: calc(50% - 120px);
		text-align: left;
		background-position: right 1.6em top 1.5em;
	}
}
@media screen and (max-width: 414px) {
	#therapist .bgimg {
		background-position: left 0 top 64vw, right 0 bottom 100vw, right 0 bottom 2vw;
	}	
}
@media screen and (max-width: 374px) {
	.btnarea a {
		font-size: 4vw;
		min-width: inherit;
		width: 90%;
	}
	.mt_map .member li {
		width: 29%;
	}
	.mt_map .btnarea a {
		font-size: 4vw;
		padding-left: 4vw;		
		background-position: right 4vw top 6.5vw;
	}
}


/* social */
#social {
	background: #fef4ed url("../images/top/bg_social.jpg") no-repeat 50% 0 / 100% auto;
}
@media screen and (max-width: 768px) {
	#social {
		background: #fef4ed url("../images/top/bg_social.jpg") no-repeat 50% 0 / 100% auto;
	}
}

/* information */
#information {
	background: -webkit-linear-gradient(#f28e26 0%, #fc7f3a 100%);
	background: -o-linear-gradient(#f28e26 0%, #fc7f3a 100%);
	background: linear-gradient(#f28e26 0%, #fc7f3a 100%);
	position: relative;	
}
#information:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/common/bg_flow_orange.png") no-repeat 50% 100% / 100% auto;
}
#information .inner {
	position: relative;
}
#information .ttlarea {
	width: 280px;
}
#information .newslist {
	width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
	#information:before {
		background-position: 50% 115%;
	}
	#information .inner {
		position: relative;
	}
	#information .ttlarea {
		width: 100%;
	}
	#information .ttlarea:after {
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#information .ttlarea h2 {
		float: left;
	}
	#information .ttlarea .btnarea {
		float: right;
	}
	#information .newslist {
		width: 100%;
	}
}
@media screen and (min-width: 350px) and (max-width: 768px) {
	#information .ttlarea .btnarea {
		margin-top: 0.5em;
	}	
}

/* bnrarea */
.bnrarea {
	background: #fef8f6;
}
.bnrarea .flexbox {
	justify-content: center;
}
.bnrarea .flexbox li {
	margin: 0 1em;
}
.bnrarea .yumico {
	text-align: center;
	margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.bnrarea .flexbox li {
		max-width: 380px;
		margin: 0 auto;
	}
	.bnrarea .flexbox li:not(:last-of-type) {
		margin-bottom: 1em;
	}
	.bnrarea .yumico {
		margin-top: 1em;
	}
}

