.news_space{
	width: 100%;
	height: 300px;
	border-radius: 10px;
	border: 1px solid #877F79;
	overflow: hidden;
}

.blog-feed_wrapper{
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 10px;
}

.blog-feed{
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #877F79;
}

.blog-feed a{
	font-size: 112.5%;
}

.blog-feed:last-of-type{
	margin-bottom: 0;
}

.news_social{
	display: block;
	margin: 20px auto 5em;
}

.news_social-title{
	display: block;
	margin: 0;
	padding: 0 1em;
	align-self: center;
	font-size: 150%;
	color: #FF9052;
	border-left: 5px solid #FF9052;
}

.news_social_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em;
	margin: 1.5em 0 3em;
}

.news_social-link{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: calc((100% - (1em * 2)) / 3);
	margin: 0;
	padding: 10px 1em;
	font-size: 125%;
	color: #FFF;
	background-color: #FF9052;
	text-decoration: none;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 5px;
	gap: 0.5em;
}

.news_social-foster{
	background-color: #FF8CA7;
}

.news_social-icon{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news_social-icon-subtext{
	font-size: 75%;
	margin: 0;
	padding: 0.5em 0 0;
	font-weight: bold;
}

.news_social-icon-Image img{
	display: block;
	height: 2.4em;
}

.news_social-text{
	padding-right: 1em;
	font-weight: bold;
}

.news_social-link:after{
	content: "right";
	display: inline-block;
	font-size: 140%;
	font-weight: normal;
	margin-right: calc(1em / 1.4);
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	line-height: 1;
	color: inherit;
}

.news_social-text:last-child:after{
	content: "right";
	display: inline-block;
	font-size: 140%;
	font-weight: normal;
	margin-left: calc(1.5em / 1.4);
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	line-height: 1;
	color: inherit;
}


@media (max-width: 1100px){

	.news_social{
		display: block;
		border-left: none;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.news_social-title{
		border-left: 5px solid #FF9052;
		margin: 0;
		padding: 0.4em 0 0.6em 1em;
		align-self: center;
		font-size: 130%;
		color: #FF9052;
	}

	.news_social_inner{
		flex-direction: column;
	}

	.news_social-icon img{
		height: 2.2em;
	}

	.news_social-link{
		width: 100%;
		padding: 10px 0.5em;
		margin: 0;
	}

}


@media (max-width: 640px){

	.news_space{
		height: 160px;
	}

}


.index_phliosophy{
	margin-top: 120px;
}

.index_phliosophy_image{
	display: block;
	width: 90%;
	margin: 0 auto;
}

.index_phliosophy_text{
	display: block;
	width: 100%;
	font-size: 112.5%;
	margin: 30px auto 60px;
}

.index_phliosophy_text span{
	display: inline-block;
	width: 100%;
	font-size: 100%;
	text-align: center;
	margin: 10px 0 0;
}

.index_phliosophy_aloha{
	display: block;
	width: 80%;
	margin: 0 auto 120px;
}


@media (max-width: 640px){

	.index_phliosophy{
		margin-top: 0;
	}

	.index_phliosophy_image{
		width: 100%;
	}

	.index_phliosophy_text{
		width: 100%;
		font-size: 100%;
	}

	.index_phliosophy_text span{
		margin-top: 2em;
	}

	.index_phliosophy_aloha{
		width: 100%;
	margin: 0 auto 40px;
	}

}



.index_survice_text{
	display: block;
	width: 100%;
	font-size: 125%;
	text-align: center;
	margin: 0 auto 5em;
}

.index_survice_link{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em 1em;
	width: 100%;
	margin: 0 auto 30px;
}

.index_survice_link a{
	display: block;
	width: calc((100% - 1em) / 2);
	margin: 0;
}

.index_survice_link a img{
	display: block;
	width: 100%;
	margin: 0;
}

.index_survice_menu{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.index_survice_menu a{
	display: block;
	width: calc((100% - 30px) / 2);
	margin: 0 30px 0 0;
	color: inherit;
	text-decoration: none;
}

.index_survice_menu a:nth-of-type(2n){
	margin-right: 0;
}

.index_survice_menu a:nth-of-type(n+3){
	margin-top: 1em;
}

.index_survice_menu a img{
	display: block;
	width: 100%;
	margin: 0;
}

.index_survice_menu a span{
	display: block;
	font-size: 125%;
	margin: 0.2em;
}

.index_survice_menu a span:before{
	display: inline-block;
	content: "right";
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	color: #FFF;
	vertical-align: middle;
	font-size: 80%;
	background-color: #FF9052;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6;
	border-radius: 50%;
	text-align: center;
	margin: 0 0.4em 0.2em 0;
}

.index_survice_menu_link{
	display: none;
}


@media (max-width: 640px){

	.index_survice_text{
		font-size: 100%;
		text-align: left;
	}

	.index_survice_link{
		display: none;
	}

	.index_survice_menu{
 		display: block;
		width: 100%;
		max-width: 100%;
	}

	.index_survice_menu a,
	.index_survice_menu a:nth-of-type(2n){
		width: 100%;
		margin: 0 auto;
	}

	.index_survice_menu a:nth-of-type(n+2){
		margin-top: 1em;
	}

	.index_survice_menu a span{
		font-size: 112.5%;
	}

	.index_survice_menu_link{
		display: flex;
		margin-bottom: 1em;
	}

}



.index_doctor_pict{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.index_doctor_pict_item{
	display: block;
	width: calc((100% - 5% - 5%) / 3);
	margin: 0 5% 0 0;
}

.index_doctor_pict_item:nth-of-type(3n){
	margin-right: 0;
}

.index_doctor_pict_item:nth-of-type(n+4){
	margin-top: 30px;
}

.index_doctor_pict_image{
	display: block;
	width: 100%;
	margin: 0;
}

.index_doctor_pict_text{
	display: block;
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
	font-size: 125%;
}

.index_doctor_contact_button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	margin: 50px auto 10px;
	padding: 0 1em;
	border-radius: 5px;
	background-color: #FF9052;
	color: #FFF;
	font-size: 125%;
	text-decoration: none;
}

.index_doctor_contact_button:before{
	display: inline-block;
	content: "right";
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	color: #FFF;
	font-size: 175%;
	margin: 0 0.6em 0 0;
	line-height: 0;
}

.index_doctor_contact_button_text{
	color: #FFF;
	padding: 0.6em 0 0.65em;
	font-size: 125%;
	display: inline-block;
	text-align: center;
}

.index_doctor_contact_button_text_small{
	font-size: 100%;
	display: inline;
}

.index_doctor_contact_text{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 125%;
}

.index_doctor_contact_text span{
	display: inline-block;
	font-size: 100%;
}


@media (max-width: 640px){

	.index_doctor_pict_item,
	.index_doctor_pict_item:nth-of-type(3n){
		width: calc((100% - 5%) / 2);
		margin: 0 5% 0 0;
	}

	.index_doctor_pict_item:nth-of-type(2n){
		margin-right: 0;
	}

	.index_doctor_pict_item:nth-of-type(n+3){
		margin-top: 30px;
	}

	.index_doctor_pict_text{
		font-size: 100%;
	}

	.index_doctor_contact_button{
		font-size: 100%;
		margin: 30px auto 10px;
		padding: 0 1.6em;
	}

	.index_doctor_contact_button_text{
		padding: 0.6em 0;
	}

	.index_doctor_contact_button_text_small{
		font-size: 70%;
		display: block;
	}

	.index_doctor_contact_text{
		font-size: 100%;
	}

}



.reserveBlock{
	margin: 0 auto;
}

.reserveBlock--mw{
	max-width: 540px;
}

.bannerWrapper{
	position: relative;
}

.reserveBanner{
	display: block;
	margin: 0 auto 30px;
}

.reserveBanner img{
	display: block;
	margin: 0 auto;
	width: 90%;
}

@media (max-width: 640px){

	.bannerWrapper{
		position: relative;
		margin: 0 auto 30px;
	}

	.bannerWrapper:before{
		content: "";
		display: block;
		padding-top: calc(90vw * 444 / 1500);
	}

	.reserveBanner{
		display: block;
		width: 90vw;
		margin: 0;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0);
		-moz-transform: translateX(-50%) translateY(0);
		-ms-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}

	.reserveBanner img{
		display: block;
		margin: 0 auto;
		width: 100%;
	}

}

.top-recruit{
	margin-top: 50px;
}

.index_survice_wrapper{
	width: 100%;
	margin: 0 auto 5em;
}

.serviceBanner{
	width: 100%;
	max-width: 540px;
	display: block;
	margin: 0 auto 3em;
}

.serviceBanner img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

