@charset "UTF-8";

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

　ヘルスケアリンクの特徴

=================================================*/
.page-feature #pageCatch {
	position: relative;
	margin: 0;
	padding: 0 0 0 11.1111%;
}
.page-feature #pageCatch div {
	position: relative;
	margin: 0 auto;
	padding: 110px 2.7777% 70px 0;
	text-align: center;
	background: #FFDED4 url("../images/feature/pagecatch_bg01.png") left -30px top -90px / 80.4166% auto no-repeat;
}

.page-feature #pageCatch h1 {
	position: relative;
	color: #D70B24;
	font-size: 4rem;
	letter-spacing: 0.2em;
	line-height: 1;
	z-index: 10;
}
.page-feature #pageCatch h2 {
	margin: -20px 0 25px;
	color: #FFF2F0;
	font-size: 6.5rem;
	font-family: 'Yellowtail', cursive;
	line-height: 1;
}
.page-feature #pageCatch p {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	line-height: 1.8;
}


.feature-detail {
	margin: 0;
	padding: 60px 0 70px;
}
.feature-detail-content {
	position: relative;
	padding: 80px 2.7777% 140px 11.1111%;
	background-color: #FFF2F0;
	z-index: -1;
}
.feature-detail-content::before {
	position: absolute;
	content: '';
	display: block;
	left: calc(50% - 40px);
	bottom: -48px;
	width: 179px;
	height: 89px;
	margin: 0 0 0;
	background: url("../images/feature/sakura_img.svg") center center / 179px 89px no-repeat;
	z-index: 100;
}
.feature-detail-content:nth-of-type(4):before {
	background: none;
}
.feature-detail-content:nth-of-type(2) {
	background-color: #ffded4;
	z-index: -2;
}
.feature-detail-content:nth-of-type(3) {
	z-index: -3;
}
.feature-detail-content:nth-of-type(4) {
	background-color: #ffded4;
	z-index: -4;
}
.feature-detail-content .feature-detail-content-text { 
	float: left;
	width: 53%;
	padding: 0 0 0 5px;
}
.feature-detail-content h1 {
	position: relative;
	margin: 0 0 110px;
	padding: 0 0 0 110px;
	color: #F6656D;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.9rem;
	letter-spacing: 0.1em;
	line-height: 1;
}
.feature-detail-content h1::after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -65px;
	width: 132px;
	height: 6px;
	margin: 0;
	background-color: #F6656D;
}
.feature-detail-content h1::before {
	display: inline-block;
	content: "01";
	position: absolute;
	left: 0;
	margin: -18px 0 0;
	padding: 0;
	font-size: 7.6rem;
}
.feature-detail .feature-detail-content:nth-of-type(2) h1:before { content: "02"; }
.feature-detail .feature-detail-content:nth-of-type(3) h1:before { content: "03"; }
.feature-detail .feature-detail-content:nth-of-type(4) h1:before { content: "04"; }

.feature-detail-content .feature-detail-content-text h2 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.8rem;
	font-weight: normal;
	letter-spacing: 0.24em;
	line-height: 1.8;
}

.feature-detail-content .feature-detail-content-text p {	
	width: 84%;
	margin: 20px 0 0;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.feature-detail-content .feature-detail-content-image {
    float: right;
    width: 46.77%;
	margin: -160px 0 0 0;
}

.feature-detail-content .feature-detail-content-bottom {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0 6% 0 0;
}
.feature-detail-content-bottom-image {
	width: 32%;
}
.feature-detail-content-bottom::before {
	content:"";
	display: block;
	width: 32%;
}

.feature-detail-content-staffvoice {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0 0;
	padding: 0;
}
.feature-detail-content-staffvoice h3 {
	width: 100%;
	margin: 0 0 80px;
	color: #F6656D;
	font-family: 'Damion', cursive;;
	font-size: 6rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1;
}
.feature-detail-content-staffvoice h3 span {
	position: relative;
}
.feature-detail-content-staffvoice h3 span::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -100px;
	width: 73px;
	height: 72px;
	background: url("../images/feature/staffvoice_bg01.png") center center / 73px 72px no-repeat;
}
.feature-detail-content-staffvoice h3 span::after {
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	right: -95px;
	width: 71px;
	height: 49px;
	background: url("../images/feature/staffvoice_bg02.png") center center / 71px 49px no-repeat;
}
.feature-detail-content-staffvoice div {
	position: relative;
	width: 43.5483%;
	margin: 0 auto;
	padding: 70px 40px 35px;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 0 0 10px 1px rgba(255,176,193,0.7);
}
.feature-detail-content-staffvoice.only div {
	width: 67.7419%;
	margin: -40px auto 0;
}
.feature-detail-content-staffvoice div::after {
	position: absolute;
	content: '';
	display: block;
	left: -28px;
	bottom: -47px;
	width: 141px;
	height: 101px;
	background: url("../images/feature/staffvoice_bg03.png") center center / 141px 101px no-repeat;
}
.feature-detail-content-staffvoice p {
	font-size: 1.6rem;
}
.feature-detail-content-staffvoice-image {
	position: absolute;
	top: -47px;
	right: -25px;
	width: 113px;
}
.feature-detail-content-staffvoice-image00 {
	position: absolute;
	top: -50px;
	right: -40px;
	width: 152px;
}

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

　バナーブロック

=================================================*/
.page-feature .bannerblock-content {
	padding-top: 60px;
}


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

	.page-feature #pageCatch {
		width: 100%;
		padding: 17.0666% 0 0;
	}
	.page-feature #pageCatch div {
		position: relative;
		margin: 0 auto;
		padding: 13.4328% 5.3333%;
		text-align: center;
		background: #FFDED4 url("../images/feature/pagecatch_bg01_sp.png") center top / 100% 100% no-repeat;
	}
	.page-feature #pageCatch h1 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.page-feature #pageCatch h2 {
		margin: -2.2388% 0 0;
		font-size: 2.3rem;
		line-height: 1;
	}
	.page-feature #pageCatch p {
		margin: 4.4776% 0 0;
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		line-height: 1.9;
	}

	.feature-detail {
		margin: 0;
		padding: 0 0 14.9253%;
	}
	.feature-detail-content {
		margin-top: -15%;
		padding: 29.9253% 5.3333% 11.66%;
	}
	.feature-detail-content:last-child {
		padding: 29.9253% 5.3333% 14.9253%;
	}

	.feature-detail-content::before {
		left: calc(50% - 11.5%);
		bottom: -1.5%;
		width: 23.8805%;
		height: 2.8%;
		background: url("../images/feature/sakura_img.svg") center center / 100% auto no-repeat;
	}

	.feature-detail-content h1 {
		margin: 0 0 16.4179%;
		padding: 0 0 0 15.1194%;
		font-size: 2.5rem;
	}
	.feature-detail-content h1::after{
		left: 0;
		bottom: auto;
		top: 152.631%;
		width: 19.7014%;
		height: 3px;
	}
	.feature-detail-content h1::before {
		left: 0;
		margin: -1.5% 0 0;
		padding: 0;
		font-size: 3.8rem;
	}

	.feature-detail-content .feature-detail-content-text { 
		float: none;
		width: 100%;
		padding: 1.4925% 0 0;
	}
	.feature-detail-content .feature-detail-content-text h2 {
		font-size: 2.3rem;
	}
	.feature-detail-content .feature-detail-content-text p {	
		width: 100%;
		margin: 4.4776% 0 5.9701%;
		font-size: 1.4rem;
	}
	.feature-detail-content .feature-detail-content-image {
		float: none;
		width: 100%;
		margin: -21.4029% 0 0;
		padding: 0 0 0 12.194%;
	}
	.feature-detail-content .feature-detail-content-bottom {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.feature-detail-content-bottom-image {
		width: 48.2089%;
	}
	.feature-detail-content-bottom::before {
		display: none;
	}

	.feature-detail-content-staffvoice {
		margin: 0;
		padding: 14.9253% 0 0;
	}
	.feature-detail-content-staffvoice h3 {
		width: 100%;
		margin: 0;
		font-size: 3rem;
		letter-spacing: 0.04em;
		line-height: 1;
	}
	.feature-detail-content-staffvoice h3 span::before {
		top: 0;
		left: -37.4328%;
		width: 28.3464%;
		height: 78%;
		background: url("../images/feature/staffvoice_bg01.png") center center / 100% auto no-repeat;
	}
	.feature-detail-content-staffvoice h3 span::after {
		top: 0;
		right: -35%;
		width: 27.559%;
		height: 70%;
		background: url("../images/feature/staffvoice_bg02.png") center center / 100% auto no-repeat;
	}

	.feature-detail-content-staffvoice div {
		width: 100%;
		margin: 16.4253% 0 0;
		padding: 20.597% 7.4626% 5.9701%;
	}
	.feature-detail-content-staffvoice.only div {
		width: 100%;
		margin: 14.9253% auto 0;
	}
	.feature-detail-content-staffvoice div::after {
		display: none;
	}
	.feature-detail-content-staffvoice p {
		font-size: 1.2rem;
		line-height: 2.2;
		letter-spacing: 0.06em;
	}
	.feature-detail-content-staffvoice-image {
		top: 0;
		right: calc(50% - 14.6285%);
		width: 29.2537%;
		margin: -11.9402% 0 0;
		padding: 0;
	}
	.feature-detail-content-staffvoice-image00 {
		top: -25.8215%;
		right: -7.4626%;
		width: 43.2835%;
	}

	.page-feature .bannerblock-content {
		padding-top: 0;
	}

}

