@charset "utf-8";
/* CSS Document */

.about_header {
	padding:24em 0 8em 0;
	background:#000;
	position: relative;
	text-align: center;
}
.about_header:before {
	content:'';
	width:100%;
	height: 4px;
	background:#000;
	position: absolute;
	bottom:-2px;
	left:0;
}
.about_header_h1 {
	color:#fff;
	margin:0 auto;
	font-size: 3.7em;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding-bottom:0.4em;
	padding-left:0.1em;
}
.about_header_h1 span {
	display: block;
	overflow: hidden;
}
.about_header_h1:after {
	content:'';
	width:100%;
	height: 3px;
	background:#fff;
	position: absolute;
	left:0;
	bottom:0;
}
.about_nhc {
	padding:7% 0;
	background:#000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_nhc_imgwrap {
	width:43%;
}
.about_nhc_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}
.about_nhc_txtwrap {
	width:50%;
	color:#fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.about_nhc_txtinner {
	width:85%;
	max-width:70em;
}
.about_nhc_title {
	margin-bottom:15em;
}
.about_nhc_title strong {
	display: block;
	margin:0;
	font-size: 3.7em;
	letter-spacing: 0.1em;
	font-weight: 500;
	overflow: hidden;
}
.about_nhc_title strong span {
	display: block;
}
.about_nhc_title p {
	font-size: 1.65em;
	letter-spacing: 0.1em;
	margin:0.8em 0 0 0;
	overflow: hidden;
}
.about_nhc_title p span {
	display: block;
}
.about_nhc_contents {
	width:100%;
	border-top:1px solid rgba(255,255,255,.5);
}
.about_nhc_content {
	border-bottom:1px solid rgba(255,255,255,.5);
	padding:1em 0;
	letter-spacing: 0.2em;
	font-size: 2em;
	line-height: 2;
}
.about_nhc_content br.pc_none {
	display: none
}
.about_nhc_90 {
	width:100%;
	min-height: 100vh;
	height: 60em;
	position: relative;
	padding:0;
	background-color:#000;
}
.about_nhc_90_background {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top:0;left:0;
	z-index: 1;
	overflow: hidden;
}
#about_nhc_90_background_img {
	width:100%;
	height: 130%;
	background-image: url("../images/about/img02.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.about_nhc_90_background_sp {
	display: none
}
.about_nhc_90_content {
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	margin:auto;
	z-index: 2;
	display: block;
	width:80%;
	max-width:130em;
	height: auto;
}
.about_nhc_90_content_sp {
	display: none;
}
.about_nhc_point {
	position: relative;
	background:#000;
	padding:20em 0 25em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.about_nhc_point_imgwrap {
	width:40%;
}
.about_nhc_point_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}
.about_nhc_right {
	width:53%;
	color:#fff;
}
.about_nhc_point_table {
	width:100%;
	max-width:58em;
	border-spacing: 0;
}
.about_nhc_point_th {
	text-align: left;
	vertical-align: top;
	position: relative;
	font-weight: 600;
	font-size: 1.6em;
	width:10em;
	padding:1.6em 0;
	letter-spacing: 0.15em;
	border-bottom:1px solid rgba(255,255,255,.8);
	line-height: 2.5;
}
.about_nhc_point_table tr:nth-of-type(1) .about_nhc_point_th {
	border-top:1px solid rgba(255,255,255,.8);
}
.about_nhc_point_th:before {
	content:'';
	width:2em;
	height: 1px;
	background:rgba(255,255,255,.8);
	position: absolute;
	top:2.8em;
	right: 1.5em;
}
.about_nhc_point_td {
	padding:1.6em 0;
	width: 100%;
	font-size: 1.8em;
	letter-spacing: 0.2em;
	border-bottom:1px solid rgba(255,255,255,.8);
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
}
.about_nhc_point_td br.pc_none {
	display: none
}
.about_nhc_point_table tr:nth-of-type(1) .about_nhc_point_td {
	border-top:1px solid rgba(255,255,255,.8);
}
.about_nhc_point_td span.min {
	width: 100%;
	font-size: 0.8em;
}
.about_nhc_point_td_left {
	margin-right:0.5em;
}
.about_nhc_point_td_right {
	font-size: 0.8em;
}
.about_nhc_point_important {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin:5em 0 -9em 0;
	line-height: 2;
}
.about_nhc_wrapup {
	background:#ffffff;
	padding:7% 0;
}
.about_nhc_wrapup_strong {
	display: block;
	width:80%;
	text-align: center;
	margin: 0 auto;
	font-size: 1.9em;
	letter-spacing: 0.2em;
	line-height: 2.1;
	font-weight: normal;
}
.about_nhc_wrapup_strong span {
	font-size: 1.15em;
	font-weight: 500;
}
.about_nhc_wrapup_strong br.pc_none,
.about_nhc_wrapup_strong br.tab_none{
	display: none
}
.about_nhc_herb_wrapper {
	position: relative;
	background:#ffffff;
	padding-bottom:10%;
}
.about_nhc_herb_wrapper:after {
	content:'';
	width:100%;
	height: 4px;
	background:#ffffff;
	position: absolute;
	bottom:-2px;
	left:0;
}
.about_nhc_herb {
	position: relative;
	background:#f4f3f5;
	padding:10% 0 5% 0;
}
.about_nhc_herb:before {
	content:'';
	width:100%;
	height: 4px;
	background:#f4f3f5;
	position: absolute;
	top:-2px;
	left:0;
}
.about_nhc_herb_inner {
	width:80%;
	max-width:55vmax;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.about_nhc_herb_box {
	width:27%;
	margin-bottom:15%;
}
.about_nhc_herb_box_imgwrap h3{
	font-size: 2em;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 2;
}
.about_nhc_herb_box_imgwrap h3 span {
	display: block;
	overflow: hidden;
}
.about_nhc_herb_box_imgwrap h3 span b {
	display: block;
	font-weight: normal;
}
.about_nhc_herb_box_imgwrap h3 span b c {
	font-weight: 500;
	font-size: 1.15em;
	margin-right:0.1em;
}
.about_nhc_herb_box_imgwrap h3 br.tab_none {
	display: none
}
.about_nhc_herb_box_imgwrap img {
	display: block;
	width:55%;
	height: auto;
	margin:0 auto;
}
.about_nhc_herb_box_text {
	margin:3.5em 0 0 0;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.9;
	text-align: justify;
}



@media screen and (max-width:1200px) {
	.about_nhc_point {
		align-items: flex-start
	}
	.about_nhc_herb_inner {
		max-width:65vmax;
	}
}
@media screen and (max-width:1000px) {
	.about_header {
		padding:12em 0 8em 0;
	}
	.about_nhc {
		padding:5em 0 15em 0;
	}
	.about_nhc_imgwrap {
		width:60%;
		margin:0 auto;
	}
	.about_nhc_imgwrap img {
		display: block;
		width:100%;
	}
	.about_nhc_txtwrap {
		width:80%;
		margin: 12em auto 0 auto;
	}
	.about_nhc_txtinner {
		width:100%;
		max-width:100%;
	}
	.about_nhc_title {
		margin-bottom:8em;
	}
	.about_nhc_title strong {
		font-size: 3.5em;
	}
	.about_nhc_90 {
		height: auto;
	}
	.about_nhc_90_background {
		display: none;
	}
	.about_nhc_90_background_sp {
		display: block;
		width:100%;
		height: auto;
		overflow: hidden;
	}
	.about_nhc_90_background_sp img {
		display: block;
		width:100%;
		height: auto;
	}
	.about_nhc_90_content_sp {
		position: static;
		margin:-10em auto 0 auto;
		z-index: 2;
		display: block;
		width:80%;
		height: auto;
	}
	.about_nhc_90_content {
		display: none;
	}
	.about_nhc_wrapup_strong br.pc_none {
		display: block;
	}
	.about_nhc_point {
		padding:10em 0 25em 0;
	}
	.about_nhc_point_imgwrap {
		display: none
	}
	.about_nhc_right {
		width:80%;
		margin:0 auto;
		position: relative;
		z-index: 2;
	}
	.about_nhc_point_table {
		max-width:100%;
	}
	.about_nhc_wrapup {
		padding:15% 0;
	}
	.about_nhc_herb_box_imgwrap h3 {
		letter-spacing: 0.1em;
	}
	.about_nhc_herb_box {
		width:28%;
	}
	.about_nhc_herb_wrapper {
		padding-bottom:15%;
	}
	.about_nhc_herb {
		padding:15% 0 5% 0;
	}
}
@media screen and (max-width:500px) {
	.about_nhc_content {
		font-size: 1.8em;
	}
	.about_nhc_content br.pc_none {
		display: block;
	}
	.about_nhc_wrapup {
		padding:25% 0;
	}
	.about_nhc_wrapup_strong br.tab_none {
		display: block
	}
	.about_nhc_point_th {
		border-bottom:none;
		display: block;
		width:100%;
		padding:1.6em 0 0 0;
	}
	.about_nhc_point_th:before {
		display: none;
	}
	.about_nhc_point_td {
		padding:0 0 1.6em 0;
		display: block;
		width:100%;
	}
	.about_nhc_point_td br.pc_none {
		display: block
	}
	.about_nhc_point_table tr:nth-of-type(1) .about_nhc_point_td {
		border-top:none;
	}
	.about_nhc_herb_wrapper {
		padding-bottom:20%;
	}
	.about_nhc_herb {
		padding:22% 0 15% 0;
	}
	.about_nhc_herb_box_imgwrap h3 {
		text-align: center;
	}
	.about_nhc_herb_box_imgwrap h3 span {
		display: inline-block;
	}
	.about_nhc_herb_box_imgwrap h3 br.tab_none {
		display: block
	}
	.about_nhc_herb_box {
		width:100%;
	}
	.about_nhc_herb_box_imgwrap img {
		width:40%;
	}
	.about_nhc_herb_box_text span {
		display: block;
		text-align: center;
	}
	
	
}