  /* CSS Document */

h1.p-ctg_label.transparent{
	background-color: transparent;
	color: #fff;
}

.col2 .p-thumb_link__img.large{
	width: 260px;
}

/*project*/
.p-catch_area{
	height: 620px;
	min-width: 1160px;
	background: url("/english/tech/katri/technology/interviews/images/img_main.jpg") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}

.p-catch_area__inner{
	position: absolute;
	width: 1160px;
	top: 50%;
	left: 50%;
	margin-left: -580px;
	margin-top: -140px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 2px 4px 12px -1px rgba(0,0,0,0.5);
	overflow: hidden;
}
.p-catch_area__photos{
	padding: 1.875rem 2rem;
	background-color: rgba(102,188,210,0.8);
}
.p-message_link{
	background: rgba(50,136,180,0.85) url("/english/tech/katri/common/images/arrow_right_m_wh.svg") no-repeat 96% 45%;
	text-align: center;
	padding: 1.1375rem 0.5rem 1rem 0;
}
.p-message_link a{
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}


.p-recruit_index{
	padding: 2rem 0 0;
	background: linear-gradient(to bottom,#D1E8F0 60%, #fff 90%);
}
.p-recruit_index h2{
	margin-bottom: 1.5rem;
}
.p-recruit_index h2 a{
	display: inline-block;
	color: #16628C;
	text-decoration: none;
	padding-bottom: 2rem;
	background: url("/tech/katri/recruit/images/arrow_bottom_heading.svg") no-repeat 50% 100%;
	margin: 0 auto;
}

/*p-recruit_link*/
.c-line_section{
	border-color: #66BCD2;
}

.p-recruit_link{
	margin: 3rem auto 1rem;
	border-radius: 4px;
	border: #E6002D 2px solid;
	padding-top: 2.25rem;
	padding-bottom: 2.375rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	background: #fff url("/english/tech/katri/common/images/arrow_right_l_red.svg") no-repeat 96% 48%;
	box-shadow: 2px 4px 12px -2px rgba(0,0,0,0.3);
}
.p-recruit_link a{
	color: #E6002D;
	text-decoration: none;
}

/*==### Interview Videos ###=====*/

.p-catch_area__intervew{
	font-feature-settings: "palt" 1;
}

.p-interview_title{
	position: absolute;
	width: 100%;
	height: 240px;
	top:184px; left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-interview_title::before{
	content: "";
	display: block;
	background-color: rgba(0,52,110,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px; left: 0px;
	transform: scaleY(0.2);
	opacity: 0;
	transition: opacity 0.3s 0.2s, transform 0.5s 0.2s;
}
.is-appear .p-interview_title::before{
	transform: scaleY(1);
	opacity: 1;
}
.p-interview_title h2{
	color: #fff;
	text-align:center;
	font-size: 1.75rem;
	line-height: 1.5;
	padding-bottom: 0.5rem;
	letter-spacing: 0.06em;
	position: relative;
	
	opacity: 0;
	transition: all 0.5s 0.3s;
}
.is-appear .p-interview_title h2{
	opacity: 1;
}
.p-interview_title__shoulder{
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	margin-bottom: 0.375rem;
}
.p-interview_title h2 .c-small_txt{
	display: block;
	font-weight: normal;
	font-size: 0.9375rem;
}

/*interview_card_area*/
.p-interview_card_area{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.p-interview_card_area.line2{
	margin-top: 120px;
}
.p-interview_card_area a{
	color: #fff;
	text-decoration: none;
}
.p-interview_card{
	display: flex;
	justify-content: space-between;
	width: calc((100% - 16px)/3);
	background-color: #0594AE;
	color: #fff;
	height: 170px;
	box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
	
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.4s;
}
.is-appear .p-interview_card{
	transform: scaleY(1);
	opacity: 1;
}
.p-interview_card__thumb{
	flex: 0 0 auto;
	width: 170px;
}
.p-interview_card__txt{
	flex: 1 0 auto;
	width: calc(100% - 170px);
	padding: 0.75rem 0.8125rem;
	font-size: 0.75rem;
	/*line-height: 1.5;*/
	line-height: 1.4;
}
.p-interview_card__txt h3{
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.4375rem;
	line-height: 1.2;
}
.p-interview_card__txt h3 .c-subtxt{
	font-weight: 400;
	display: block;
	font-size: 0.75rem;
}
.p-interview_card__label{
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 1;
	padding: 0.375rem 1.25rem 0.375rem 1.5rem;
	background: #007496 url("/english/tech/katri/common/images/arrow_right_s_wh.svg") no-repeat 12px 50%;
}

/*==sp=====*/
.sp .p-catch_area{
	height: auto;
	width: 100%;
	min-width: inherit;
}
.sp .p-catch_area__inner{
	position: static;
	margin: 0;
}
.sp .p-catch_area__photos{
	padding: 1.5rem 1.25rem 0.5rem;
}
.sp .p-catch_area__photos ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sp .p-catch_area__photos ul li{
	flex: 0 0 auto;
	width: calc((100% - 20px)/2);
	margin-bottom: 1.25rem;
}
.sp .p-catch_area__photos ul li:nth-of-type(2n){
	margin-left: 20px;
}



.sp .p-message_link a{
	font-size: 1.125rem;
}

.sp .p-recruit_index{
	background: #fff;
}
.sp .col2 .p-thumb_link__img.large{
	width: 100%;
}
.sp .p-thumb_link__txt{
	text-align: center;
}
.sp .p-recruit_link{
	margin-top: 2rem;
	font-size: 1.125rem;
}


/*= Interview Videos =*/

.sp .p-catch_area__intervew{
	padding: 0 0.5rem 1rem;
	background-color: rgba(0,68,136,0.86);
}

.sp .p-interview_title{
	position: inherit;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
}
.sp .p-interview_title::before{
	display: none;
}
.sp .p-interview_title h2{
	font-size: 1.25rem;
	line-height: 1.5;
}
.sp .p-interview_title__shoulder{
	font-size: 0.875rem;
	margin-bottom: 0.125rem;
}

/*interview_card_area*/
.sp .p-interview_card_area{
	display: block;
}
.sp .p-interview_card_area.line2{
	margin-top: 0;
}
.sp .p-interview_card{
	width: 100%;
	height: auto;
	margin-bottom: 0.375rem;
}
.sp .p-interview_card__thumb{
	width: 140px;
}
.sp .p-interview_card__txt{
	width: calc(100% - 140px);
	padding: 0.625rem 0.75rem;
	font-size: 0.75rem;
}
.sp .p-interview_card__txt h3{
	font-size: 1rem;
	margin-bottom: 0.4375rem;
}
.sp .p-interview_card__txt h3 .c-subtxt{
	font-size: 0.625rem;
}
.sp .p-interview_card__label{
	padding: 0.5rem 1.25rem 0.5rem 1.5rem;
	font-size: 0.75rem;
}


/*Feature===================*/

h2.p-index_heading{
	padding: 0 0.5rem 3rem 0;
	color: #88929C;
	margin-top: 2.5rem;
}
h2.p-index_heading.first{
	margin-top: -0.5rem;
}
.p-index_heading__en{
	font-size: 3.375rem;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 0.875rem;
	display: block;
}

.p-thumb_link__txt.p-feature_catch{
	flex: 0 0 auto;
}
.p-feature_title{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.375rem 0.75rem 0.4375rem;
}
.p-feature_summary{
	padding: 1rem 1.5rem 1.5rem;
	font-size: 0.875rem;
}

/*==sp========*/
.sp h2.p-index_heading{
	padding-bottom: 2rem;
}
.sp .p-index_heading__en{
	font-size: 2.75rem;
}
