  @charset "utf-8";

/*============================
	Layout
==============================*/

.l-fw_wide_header{
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	min-width: 960px;
	background-color: #fff;
	z-index: 100;
}

.l-fw_body{
	position: relative;
	min-width: 960px;
	padding-top: 48px;
	background-color: #212121;
	color: #fff;
	z-index: 1;
}

.l-fw_wide_bottom{
	position: relative;
	background-color: rgba(40,40,40,0.96);
	z-index: 2;
}

.l-fw_body ul::after,
.l-fw_wide_bottom ul::after{
	display: none;
}

.l-fw_page_nav{
	position: relative;
	opacity: 0;
	z-index: 3;
	transition: opacity 0.8s;
}
.l-fw_page_nav.p-bg{
	z-index: 1;
}
.l-fw_page_nav.is-appear{
	opacity: 1;
}
.l-fw_page_nav li{
	margin-top: -120px;
	position: fixed;
	width: 100px;
	height: 374px;
	top:50%;
}
.l-fw_page_nav.p-bg li{
	width: 187px;
}
.l-fw_page_nav .prev{
	left: 0px;
}
.l-fw_page_nav .next{
	right: 0px;
}
.l-fw_page_nav.p-bg .prev{
	background: url(/tech/healthcare/works/feature/images/bg_page_prev.png) no-repeat 0px 50%;
	opacity: 0.5;
}
.l-fw_page_nav.p-bg .next{
	background: url(/tech/healthcare/works/feature/images/bg_page_next.png) no-repeat 0px 50%;
	opacity: 0.5;
}
.l-fw_page_nav .p-arrow{
	display: block;
	position: absolute;
	top:50%;
	margin-top: -60px;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.l-fw_page_nav .p-arrow a{
	display: block;
	padding: 20px 25px;
}
.l-fw_page_nav .prev .p-arrow{
	left: 0px;
}
.l-fw_page_nav .next .p-arrow{
	right: 0px;
}
.l-fw_page_nav .p-arrow:hover{
	opacity: 1;
}

/*============================
	Object
==============================*/
/*Component*/

.c-content_width{
	width: 100%;
	max-width: 1330px;
	min-width: 960px;
	margin: 0 auto;
}

.c-award{
	font-size: 0.875rem;
	color: #ffaf2b;
	letter-spacing: 0.06em;
}

.c-mb--1{
	margin-bottom: 1.25rem !important;
}
.c-mb--2{
	margin-bottom: 2.5rem !important;
}

/*
	Project
*/

/* p-title_bar */

.p-title_bar{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-kjm_logo{
	flex: 0 0 auto;
	width: 80px;
	margin-right: 20px;
}

.p-titleBar__nav{
	flex: 0 0 auto;
	width: auto;
	margin:-0.1rem 0 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1;
}
.p-titleBar__nav li a{
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.6em 1em 0.6em 1.5rem;
	background: #fff  url(/tech/healthcare/works/feature/images/arrow_green.png) no-repeat 3px 46%;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.p-titleBar__nav li a:hover{
	background-color: #ededed;
}

/*p-fw_body_top*/

.p-fw_body_top{
	width: 100%;
	text-align: center;
}

.p-fwBodyTop__inner{
	display: flex;
	justify-content: flex-start;
	position: relative;
	text-align: left;
	line-height: 1;
	z-index: 5;
}
.p-fwBodyTop__ctg{
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	top:48px;
	padding: 0.6rem 20px 0.6rem 5px;
	background:url(/tech/healthcare/works/feature/images/bg_ctg_label.svg) no-repeat -160px 100%;
	background-size: 383px 92px;
	font-size: 1.125rem;
	color: #fff;
	z-index: 1;
}
.p-fwBodyTop__ctg::before{
	content: ""; display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top:0px;
	right: 100%;
	background-color: #008989;
}

/*fw_nav*/
.p-fw_nav{
	flex: 0 0 auto;
	width: auto;
	font-size: 0.935rem;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.p-fw_body_top .p-fw_nav{
	margin:0.5rem 0 0 auto;
	z-index: 2;
}

.p-fw_nav li{
	flex: 0 0 auto;
	width: auto;
	background-repeat: no-repeat;
	background-position: 5px 46%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.p-fwNav__toList{
	background-image: url(/tech/healthcare/works/feature/images/icon_list_all.png);
}
.p-fwNav__toIndex{
	background-image: url(/tech/healthcare/works/feature/images/icon_index.png);
}

.p-fw_nav li a{
	display: block;
	padding: 0.6em 1.5em 0.6em 2.4em;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}
.p-fw_nav li a:hover{
	background-color: rgba(255,255,255,0.1);
}

.p-fwBodyTop__page_pos{
	position: relative;
}

.p-fwBodyTop__posNum{
	position: fixed;
	top:98px;
	display: flex;
	justify-content:flex-end;
	padding:0 1.5rem 0 6px;
	align-items: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:1.125rem;
	color:#999;
	letter-spacing:0.02em;
	z-index: 50;
}

.p-fwBodyTop__posNum .page_pos,
.p-fwBodyTop__posNum .page_len,
.p-fwBodyTop__posNum .page_ctg_word{
	display: inline-block;
	position: relative;
}
.p-fwBodyTop__posNum .page_len::before{
	content: ""; display: block;
	width: 1px; height: 4.4rem;
	position: absolute;
	top:-1.2rem; left: -0.2rem;
	border-left: #555 1px solid;
	transform: rotate(45deg);
}
.p-fwBodyTop__posNum .page_pos{
	width: 1.5rem;
	padding-bottom: 1.2em;
	margin-right: 0.6rem;
	text-align: center;
	font-weight:bold;
	font-size: 1.375rem;
}
.p-fwBodyTop__posNum .page_len{
	padding-top: 1.4em;
	font-size: 0.9375rem;
	font-weight: normal;
	color: #777;
}

/*p-main_body
---------------------------*/
.p-main_body{
	position: relative;
	opacity: 0;
	z-index: 2;
	transition: opacity 0.8s;
}
.p-main_body.is-appear{
	opacity: 1;
}
.p-main_body__inner{
	position: relative;
	margin: 0 85px;
	padding-bottom: 30px;
	z-index: 2;
}
/*heading*/

h1.p-work_name{
	margin: 0;
	padding: 1rem 0 1.5rem;
	font-size: 1.875rem;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

h2.p-work_catch{
	margin:0 0 1.5rem 0;
	padding: 0;
	text-align: left;
	font-size: 1.625rem;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/*p-work_main_photo*/
.p-work_main_photo{
	text-align: center;
	width: 100%;
	margin-bottom: 2rem;
	overflow: hidden;
}
.p-work_main_photo img{
	width: auto;
	height: 100%;
}

/*p-work_info*/
.p-work_info{
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
}
.p-work_discription{
	flex: 0 0 auto;
	width: 65.6%;
	text-align: justify;
	font-size: 1.125rem;
	line-height: 2.125rem;
	font-weight: normal;
}

/*p-work_data*/
.p-work_data{
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 31.37%;
	border: #555 1px solid;
	border-radius: 4px;
	background-color: rgba(40,40,40,0.6);
	padding: 0.8rem;
	text-align: left;
	font-size: 1rem;
}
.p-work_data table{
	box-sizing: border-box;
	width: 100%;
}
.p-work_data tr{
	border-bottom: #444 1px solid;
}
.p-work_data tr:last-of-type{
	border-bottom: none;
}
.p-work_data th{
	width: 4.5em;
	padding: 0.6em 0;
	text-align: left;
	vertical-align: top;
}
.p-work_data td{
	padding:0.6em 0;
	text-align: left;
	vertical-align: top;
}

/*p-work_photos*/
.p-work_photos{
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	text-align: left;
}
.p-work_photos .p-col{
	flex: 0 0 auto;
	width: 31.37%;
}
.p-work_photos .p-col .p-photo{
	width: 100%;
	height: auto;
}
.p-work_photos .p-col .p-caption{
	padding: 0.5em 0 1em;
	font-size: 1rem;
	line-height: 1.3;
}


/*p-btn_interiew*/
.p-btn_interiew,
.p-btn_relinfo{
	position: relative;
	width: 100%;
	background: #414141 url(/tech/healthcare/works/feature/images/arrow_btn_interview.png) no-repeat 97% 50%;
	background-size: 28px 24px;
	overflow: hidden;
	border-radius: 4px;
	z-index: 1;
	box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.6);
}
.p-btn_interiew dt,
.p-btn_relinfo dt{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -60px;
	width: 170px;
}
.p-btn_interiew dd,
.p-btn_relinfo dd{
	font-size: 0.9375rem;
	line-height: 1.5rem;
}
.p-btn_interiew dd a,
.p-btn_relinfo dd a{
	color: #fff;
	box-sizing: border-box;
	padding: 0.625rem 1rem 0.625rem 178px;
	min-height: 60px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.p-btn_relinfo dd a{	
	display: flex;
	align-items: center;
}
.p-btnInteriew__name{
	font-size: 1.125rem;
}
.p-btn_interiew dd a::before,
.p-btn_relinfo dd a::before{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top:0px; left: 0px;
	background-color: rgba(255,255,255,0.2);
	opacity: 0;
	border-radius: 4px;
	border: rgba(255,255,255,0.4) 3px solid;
	transition: all 0.3s;
}

.p-btn_interiew:hover dd a::before,
.p-btn_relinfo:hover dd a::before{
	opacity: 1;
}

@media screen and (max-width: 1100px){
	.p-btn_interiew dd,
	.p-btn_relinfo dd{
		font-size: 0.8125rem;
	}
	.p-btnInteriew__name{
		font-size: 1rem;
	}
}

/*p-bottom_contact*/
.p-bottom_contact{
	min-width: 960px;
	padding: 1.25rem 0 1.7rem ;
	background-color: #008989;
}

a.p-bottomContact__btn{
	display: inline-block;
	width: 16em;
	padding: 0.9em 0em;
	box-sizing: border-box;
	border: #008989 1px solid;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 1px 2px 6px -1px rgba(0,0,0,0.4);
	font-size: 1.5rem;
	line-height: 1;
	color: #1a3f8c;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.03em;
	transition: all 0.3s;
}
a.p-bottomContact__btn:hover{
	background-color: #008989;
	border-color:#fff;
	color: #fff;
}

.p-bottomContact__subtxt{
	color: #fff;
	padding: 0 0 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

/*p-fw_page_cur_page*/
.p-fw_page_cur_page{
	position: relative;
	min-width: 960px;
	border-bottom: #444 1px solid;
	padding: 1.75rem 0 1.75rem;
	text-align: center;
	font-size: 1.315rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.06em;
}
.p-fw_page_cur_page::before{
	content:""; display: block;
	position: absolute;
	top:-4px;
	left: 50%;
	width: 0px;
	border-style: solid;
	border-width: 16px 30px 0px 30px;
	border-color: #212121 transparent transparent transparent;
	margin-left: -40px;
}

/*p-fw_page_nav_bottom*/
.p-fw_page_nav_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1rem 0 2rem;
	position: relative;
	letter-spacing: 0.06em;
	line-height: 1;
}
.p-fw_page_nav_bottom li{
	flex: 0 0 auto;
	box-sizing: border-box;
	padding: 0 0.6rem;
	border-radius: 4px;
	font-size: 1rem;
	transition: background-color 0.3s;
}
.p-fw_page_nav_bottom li a{
	display: block;
	padding: 0.6em 1rem 0.5em;
	background-size: 13px 23px;
	color: #b0b0b0;
	text-decoration: none;
}
.p-fw_page_nav_bottom li:hover a{
	color: #fff;
}
.p-fw_page_nav_bottom li:hover{
	background-color: rgba(255,255,255,0.1);
}
.p-fw_page_nav_bottom li.prev{
	margin-right: auto;
}
.p-fw_page_nav_bottom li.next{
	margin-left: auto;
}
.p-fw_page_nav_bottom li.prev a{
	background: url(/tech/healthcare/works/feature/images/arrow_page_prev.svg) no-repeat 0% 46%;
	padding-left: 2rem;
}
.p-fw_page_nav_bottom li.next a{
	background: url(/tech/healthcare/works/feature/images/arrow_page_next.svg) no-repeat 100% 46%;
	padding-right: 2rem;
}

/*p-fw_nav--bottom*/
.p-fw_nav--bottom{
	display: flex;
	justify-content: flex-end;
	padding-bottom: 0.3rem;
}

/*p-bottom_wrap*/
.p-bottom_wrap{
	width: 100%;
	position: relative;
	background-color: #fff;
	padding-top: 1rem;
	z-index: 2;
}

/**/
.p-loading{
	position:absolute;
	width: 100px; height: 100px;
	top:300px; left:50%;
	margin-left: -50px;
	background: url(/tech/healthcare/works/feature/images/loading-icon.svg) no-repeat 50% 50%;
	opacity: 0.7;
	z-index: 10;
	transition: opacity 0.5s;
}
.p-loading.is-hidden{
	opacity: 0;
}

/*media width<1300px*/

/*-------------------
Utility
----------------*/
.u-nowrap{ display: inline-block; white-space: nowrap;}

@media screen and (max-width: 1100px){
	h2.p-work_catch{
		font-size: 1.375rem;
	}
	.p-work_discription{
		font-size: 1.0625rem;
		line-height: 1.8;
	}
	.p-work_data{
		font-size: 0.875rem;
	}
	.p-work_photos .p-col .p-caption{
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 960px){
	.l-fw_page_nav.is-appear{
		opacity: 0;
	}
}

/*edia print*/

@media print{

	.l-fw_wide_header{
		position: absolute;
		top:0px;
		left:0px;
		width: 960px;
	}
	.l-fw_body{
		width: 960px;
	}
	.l-fw_page_nav,
	.l-fw_wide_bottom{
		display: none !important;
	}
	.p-fwBodyTop__page_pos{
		position: absolute;
		top:50px;
	}
	.p-main_body__inner{
		margin: 0 60px;
	}
	.p-work_main_photo{
		height: 506px !important; /*(960-(margin_left+right))x0.603 */
	}
	
	h2.p-work_catch{
		font-size: 1.25rem;
	}
	.p-work_discription{
		font-size: 1rem;
		line-height: 1.7;
	}
	.p-work_data{
		font-size: 0.8125rem;
	}
	.p-work_photos .p-col .p-caption{
		font-size: 0.8125rem;
	}
	
	.p-fwBodyTop__posNum{
		position: absolute;
		top:50px; left: 0px;
	}

}

