@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
.mv_inner {
	justify-content: center;
  padding-right: 20px;
	padding-left: 20px;
}
.mv_text_row {
	flex-direction: column;
	justify-content: center;
	gap: 0;
	width: 100%;
}
.mv_title,
.mv_lead {
  writing-mode: horizontal-tb;
  text-orientation: initial;
}
.mv_title {
	margin: 0 auto 20px;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
}
.mv_lead {
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	.mv_bg_item {
		background-position: top left;
	}
}
@media screen and (max-width: 1230px) {
	.mv_inner {
		padding-right: 100px;
	}
}
@media screen and (max-width: 1000px) {
	.mv_bg_item {
		background-position: top right;
	}
	.mv_inner {
		justify-content: flex-start;
		padding-right: 35px;
		padding-left: 35px;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		height: 150.4vw;
		min-height: auto;
	}
	.mv_bg_item {
		background-position: top right;
		background-size: contain;
	}
	.mv_text_row {
		position: absolute;
		bottom: 60px;
		left: 0;
	}
	.mv_inner {
		justify-content: center;
		padding-top: 0;
		padding-right: 20px;
		padding-left:  20px;
	}
	.mv_title {
		font-size: 30px;
		line-height: 1.3;
	}
	.mv_lead {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.mv_title {
		font-size: 8vw;
	}
	.mv_lead {
		font-size: 4.333vw;
	}
}
/*-----------------------------------------------------
	#stem_cell_extract
------------------------------------------------------*/
#stem_cell_extract .link_more {
  width: 350px;
}


.link_area a span {
	font-size: 22px;
}
@media screen and (max-width: 900px) {
	.link_area a span {
		font-size: 18px;
	}
}
/*-----------------------------------------------------
	#features
------------------------------------------------------*/
#features .link_more {
  width: 320px;
}
/*-----------------------------------------------------
	#post_list
------------------------------------------------------*/
#post_list {
	padding: 82px 0 147px;
	background: url("../img/common/post_list_bg.webp") no-repeat center center;
	background-size: cover;
}
#post_list .flex {
	justify-content: space-between;
}
.post_list_child {
	width: 48%;
}
.post_list_child h2 {
	padding: 10px;
	color: var(--main-color);
}
.post_list_child h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
}
.post_item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(49,48,44,.3);
}
.post_item a {
	display: block;
}
.post_item .date {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: var(--main-color);
}
.post_item p {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
}
@media screen and (max-width: 1000px) {
	.post_list_child {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 750px) {
	#post_list {
		padding: 33px 0 5px;
		background: url("../img/common/sp_post_list_bg.webp") no-repeat center center;
		background-size: cover;
	}
	.post_list_child h2 {
		padding: 10px;
	}
}

/*-----------------------------------------------------
	#page_list
------------------------------------------------------*/
.page_list_inner h2 {
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	.page_list_inner h2 {
		margin-bottom: 10px;
	}
}

