@charset "utf-8";
#pankuzu br{display: none;}

/* ----- archive ----- */
.interview_search_area{
	position: relative;
	padding: 30px 0;
}
.interview_search_area::before{
	position: absolute;
	content: '';
	width:var(--vw-100);
	top:0;
	left:calc(50% - var(--vw-50));
	z-index:-1;
	height:100%;
	background:#F7F7F7;
}
.interview_search_txt{
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 2.4rem;
	margin-bottom: 18px;
}
.interview_search_box {
	display: flex;
	margin-bottom: 8px;
}
.interview_search_cate{
	display: flex;
	align-items: center;
	width: 153px;
	flex-shrink: 0;
	padding: 20px;
	background: #C9EA74;
	margin-bottom: 0;
	border-radius: 6px 0 0 6px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 2.4rem;
}
.interview_search_data{
	width: 100%;
	padding: 24px 30px 25px;
	border-radius: 0 6px 6px 0;
	background: #fff;
}
.interview_search_cate--major{background: #8AE46F;}
.interview_search_cate--career{background: #46D58E;}
.interview_search_list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 20px 10px;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
}
.interview_search_item{
	list-style: none;
	margin: 0;
}
.interview_search_btn{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	line-height: 2.1rem;
	font-weight: 500;
	cursor: pointer;
}
.interview_search_check {
	appearance: none;
	-webkit-appearance: none;
	min-width: 18px;
	min-height: 18px;
	border: 2px solid #ddd;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
.interview_search_check:checked {
	border-color: #30A909;
	background: #30A909;
}
.interview_search_check:checked::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.interview_search_reset{
	margin:15px 0 0;
	text-align: right;
}
.interview_reset_btn{
	display:inline-block;
	position:relative;
	-webkit-appearance:none;
	appearance:none;
	padding:0 0 0 17px;
	background:none;
	border:none;
	text-decoration:none !important;
	cursor:pointer;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
	color: #333 !important;
}
.interview_reset_btn:hover{text-decoration: underline !important;}
.interview_reset_btn::before, .interview_reset_btn::after{
	content:'';
	position:absolute;
	top:10px;
	left:2px;
	width:12px;
	height:1px;
	background:#333;
}
.interview_reset_btn::before{transform:rotate(45deg);}
.interview_reset_btn::after{transform:rotate(-45deg);}
.interview_list{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	grid-gap:37px 36px;
	padding:30px 0 0 0;
	margin:0;
}
.interview_item.is_hidden {display: none !important;}

/*------- single -------*/
.interview_top{
	display: grid;
	grid-template-columns: 37% auto;
	align-items: flex-end;
	position: relative;
	max-width: 1360px;
	padding: 0 40px 0 clamp(0px, 5.9%, 80px);
	margin: 0 auto 0;
	top: -30px;
}
.interview_top_box{
	position: relative;
	margin: 10% -21% 34% 0;
	z-index: 1;
	background: #fff;
	padding: 32px 8% 32px;
	border-radius: 16px;
}
.interview_top::before {
	content: '';
	position: absolute;
	width: 45vw;
	max-width: 100%;
	left: calc(50% - calc(100vw / 2));
	height: 70%;
	max-height: 323px;
	background: linear-gradient(81deg, #00AA6C 0%, #61CB46 49%, #D9FF72 100%);
	pointer-events: none;
	z-index: -10;
	margin-bottom: 6%;
}
.interview_top_catch{
	position: relative;
	max-width: 783px;
	width: 100%;
	margin: 0;
}
.interview_top_catch img{width: 100%;}
.interview_top_ttl{
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 2.56px;
	line-height: 4.8rem;
	position: relative;
	margin-bottom: 20px;
}
.interview_top_txt{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}
.interview_top_name{
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 2.9rem;
	margin-bottom: 0;
}
.interview_top_name::after{
	display:inline-block;
	content:attr(data-name);
	font-weight: 500;
	font-size:1.3rem;
	letter-spacing:0.65px;
	line-height:1.9rem;
	color: #707070;
	margin-left: 10px;
}
.interview_top_cate{
	display:inline-block;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.5rem;
	color: #fff;
	background: #178748;
	border-radius: 3px;
	min-width: 92px;
	padding: 2px 5px 3px;
	text-align: center;
	margin-bottom: 0;
}
.interview_top_affiliation{
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 0.85px;
	line-height: 2.8rem;
	margin-bottom: 7px;
}
.interview_top_info{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.8rem;
}
.interview_post .content_area {
	counter-reset: section;
	padding: 50px 30px 90px;
	max-width: 900px;
}
.interview_bg{
	padding:60px 30px 70px;
	position: relative;
}
.interview_bg--career_step{margin-bottom: 80px;}
.interview_bg::before {
	position: absolute;
	content: '';
	width: var(--vw-100);
	height: 100%;
	background: #F5F5F5;
	top: 0;
	left: calc(50% - var(--vw-50));
	z-index: -1;
}
.career_step{
	max-width:800px;
	padding:45px 20px 40px;
	border-radius: 16px;
	margin:0 auto;
	background:#fff;
	position: relative;
}
.career_step::before{
	position:absolute;
	content:'';
	width: 300px;
	height: 100%;
	max-height: 300px;
	background: linear-gradient(75deg, #00AA6C 0%, #61CB46 49%, #D9FF72 100%);
	bottom: -30px;
	left: -30px;
	z-index:-1;
	border-radius: 16px;
}
.career_step_in{
	max-width:680px;
	margin:0 auto;
}
.career_step_h2{
	margin:0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
	color: #178748;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.career_step_h2::before{
	content: attr(data-slug);
    display: block;
    font-family: var(--font_montserrat);
	font-size: 3.5rem;
	letter-spacing: 1.75px;
	line-height: 2.56rem;
	position: static;
	height: auto;
	background: none;
	padding-bottom: 14px;
}
.career_step_h2::after{display: none;}
.career_step_box{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	border-top: 1px solid #ddd;
}
.career_head{
	width: 170px;
	border-bottom: 1px solid #ddd;
	padding: 18px 20px 19px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 2.88rem;
}
.career_head::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #ddd;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.career_txt{
	width: calc(100% - 170px);
	border-bottom: 1px solid #ddd;
	padding: 18px 20px 19px;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 2.88rem;
}
.interview_content{margin-bottom: 80px;}
.interview_content_h2{
	counter-increment: section;
	font-size:3rem;
	letter-spacing: 1.5px;
	line-height: 4.4rem;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
}
.interview_content_h2::before {
	content: '0' counter(section);
	position: static;
	width: auto;
	height: auto;
	background: none;
	font-family: var(--font_montserrat);
	font-weight: bold;
	color: #178748;
	font-size: 4.5rem;
	letter-spacing: 2.25px;
	line-height: 4rem;
	display: inline-block;
	margin-right: 18px;
	padding-right: 18px;
	border-right: 1px solid #ccc;
}
.interview_content_h2::after{display: none;}
img.interview_content_img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.schedule{
	max-width:800px;
	padding:45px 50px 40px;
	border-radius: 16px;
	margin:0 auto;
	background:#fff;
	position: relative;
}
.schedule::before{
	position:absolute;
	content:'';
	width: 300px;
	height: 100%;
	max-height: 300px;
	background: linear-gradient(75deg, #00AA6C 0%, #61CB46 49%, #D9FF72 100%);
	bottom: -30px;
	right: -30px;
	z-index:-1;
	border-radius: 16px;
}
.schedule_in{
	max-width:620px;
	margin:0 auto;
}
.schedule_h2{
	margin:0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
	color: #178748;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.schedule_h2::before{
	content: attr(data-slug);
    display: block;
    font-family: var(--font_montserrat);
	font-size: 3.5rem;
	letter-spacing: 1.75px;
	line-height: 2.56rem;
	position: static;
	height: auto;
	background: none;
	padding-bottom: 14px;
}
.schedule_h2::after{display: none;}
.schedule_box{
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
.schedule_box::before{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	background:#30A909;
	top:0;
	left:90px;
}
.schedule_head{
	position: relative;
	width: 90px;
	font-family: var(--font_montserrat);
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 2.88rem;
	margin-top: 2px;
}
.schedule_head::after{
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	background:#30A909;
	border-radius:50%;
	top:10px;
	right:-4px;
}
.schedule_txt{
	width:calc(100% - 90px);
	font-size:1.6rem;
	letter-spacing:1.6px;
	line-height:2.88rem;
	padding-left:41px;
	margin-bottom:21px;
}
.schedule_txt:last-child{margin-bottom:0;}
.workstyle_img img{margin-bottom: 0;}
.workstyle p{margin-bottom: 0;}
.message{
	position: relative;
	padding: 60px 0;
}
.message::before {
	position: absolute;
	content: '';
	width: var(--vw-100);
	height: 100%;
	background: linear-gradient(86deg, #00AA6C 0%, #61CB46 49%, #D9FF72 100%);
	top: 0;
	left: calc(50% - var(--vw-50));
	z-index: -1;
}
.message_in{
	background: #fff;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: max-content 1fr;
	align-items: flex-start;
	gap: 20px 30px;
	padding: 40px;
	border-radius: 16px;
}
.message_h2{
	display: flex;
	align-items: center;
	gap: 15px;
	color: #178748;
	padding: 0;
	margin: 0;
	font-size: 1.9rem;
	letter-spacing: 0.95px;
	line-height: 2.7rem;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.message_h2::before{
	content: attr(data-slug);
	display: block;
	font-family: var(--font_montserrat);
	font-size: 4.4rem;
	letter-spacing: 2.2px;
	line-height: 4rem;
	margin-bottom: 5px;
	position: static;
	width: auto;
	height: auto;
	background: none;
}
.message_h2::after{display: none;}
.message_h2 br{display: none;}
.message_txt{
	margin-bottom: 0;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.message_txt p:last-child{margin-bottom: 0;}
.message_img{
	width: 150px;
	height: 150px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.message_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview_rel{padding-bottom: 90px;}
.interview_rel h2{
	font-size:2.8rem;
	letter-spacing:1.4px;
	line-height:4rem;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin: 0;
}
.interview_rel h2::before,
.interview_rel h2::after{
	display: none;
}
.interview_rel_list{
	display:block;
	margin-bottom:45px;
}
.interview_rel_list .slick-list{
	padding:0 30px !important;
	overflow:visible;
}
.interview_rel_item{
	width: 100%;
	max-width:309px;
	height:auto;
	margin:0 18px;
}
.interview_rel_list .slick-prev,
.interview_rel .slick-next{
	width:60px;
	height:60px;
	border-radius: 50%;
	z-index: 10;
	background: #fff;
	position: absolute;
	box-shadow: 2px 3px 3px #00000014;
	transition: background .3s;
}
.interview_rel_list .slick-prev{left: 20px;}
.interview_rel_list .slick-next{right: 20px;}
.interview_rel_list .slick-prev:hover,
.interview_rel_list .slick-next:hover{
	background: #30A909;
}
.interview_rel_list .slick-prev::before,
.interview_rel_list .slick-next::before{
	display: none;
}
.interview_rel_list .slick-prev::after,
.interview_rel_list .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-top: 2px solid #30A909;
	border-right: 2px solid #30A909;
	transition: border .3s;
}
.interview_rel_list .slick-prev::after{transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);}
.interview_rel_list .slick-next::after{transform: translate(calc(-50% - 3px), -50%) rotate(45deg);}
.interview_rel_list .slick-prev:hover::after,
.interview_rel_list .slick-next:hover::after{
	border-color: #fff;
}
.interview_empty{
	max-width: 1060px;
	margin: auto;
	padding: 0 30px;
}

@media screen and (max-width:1024px){
/* ----- archive ----- */
.interview_search_area{padding-bottom: 18px;}
.interview_search_txt{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
	margin-bottom: 20px;
}
.interview_search_box {
	margin-bottom: 10px;
}
.interview_search_cate{
	width: 100px;
	padding: 20px;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
	white-space: nowrap;
}
.interview_search_data{
	padding: 20px;
}
.interview_search_list{
	gap: 10px;
}
.interview_search_item{
	width: 105px;
}
.interview_search_btn{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 1.9rem;
}
.interview_reset_btn{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 1.9rem;
}
.interview_list{
	grid-gap:28px 20px;
	margin:0;
}

/*------- single -------*/
.interview_top{
	padding: 8px 0 0 28px;
	grid-template-columns: 36.5% auto;
	top: 0;
}
.interview_top_box{
	margin: 0 -31% 22% 0;
	border-radius: 10px;
}
.interview_top::before {
	height: 50%;
	margin-bottom: 4%;
}
.interview_top_catch{margin-left: 20px;}
.interview_top_ttl{
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 3.8rem;
}
.interview_top_txt{margin-bottom: 10px;}
.interview_top_name{
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
}
.interview_top_name::after{
	font-size:1rem;
	letter-spacing:0.5px;
	line-height:1.5rem;
	margin-left: 5px;
}
.interview_top_cate{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 2.3rem;
	min-width: 82px;
	padding: 1px 3px 3px;
}
.interview_top_affiliation{
	font-size: 1.4rem;
	letter-spacing: 0.7px;
	line-height: 2rem;
	margin-bottom: 8px;
}
.interview_top_info{
	font-size: 1.2rem;
	letter-spacing: 0.6px;
	line-height: 2rem;
}
.interview_top_join{margin-right: 17px;}
.interview_top_join::after{
	top: 3px;
	right: -10px;
}
.interview_post .content_area {padding: 60px 30px 90px;}
.interview_content{margin-bottom: 55px;}
.interview_content_h2{
	font-size:2.7rem;
	letter-spacing: 1.35px;
	line-height: 3.9rem;
	margin: 0 0 20px 0;
}
.interview_content_h2::before {
	font-size: 3rem;
	letter-spacing: 1.5px;
	line-height: 2.2rem;
	margin-right: 12px;
	padding-right: 12px;
}
img.interview_content_img{
	border-radius: 10px;
	margin-bottom: 20px;
}
.career_head{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2.5rem;
}
.career_txt{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2.5rem;
}
.schedule_head{
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	line-height: 2.5rem;
	margin-top: 0;
}
.schedule_head::after{top:8px;}
.schedule_txt{
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:2.5rem;
}
.message_h2{
	flex-direction: column;
	gap: 0;
	align-items: flex-start;
}
}

@media screen and (max-width:767px){
/* ----- archive ----- */
.interview_search_area{padding-bottom: 25px;}
.interview_search_box {
	margin-bottom: 12px;
	flex-direction: column;
}
.interview_search_cate{
	width: 100%;
	margin-bottom: 0;
	border-radius: 6px 6px 0px 0px;
	padding: 8px 20px;
	font-size: 1.3rem;
	letter-spacing: 1.3px;
}
.interview_search_data{
	width: 100%;
	border-radius: 0px 0px 6px 6px;
	padding: 20px;
}
.interview_search_list{
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.interview_search_item{width: auto;}
.interview_search_btn {
	font-size: 1.2rem;
	letter-spacing: 1.2px;
	line-height: 1.7rem;
	gap: 5px;
}
.interview_search_reset{
	text-align: center;
	margin-top: 28px;
}
.interview_reset_btn{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
}
.interview_list{
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 13px;
	padding:20px 0 0;
}

/*------- single -------*/
.interview_top{
	grid-template-columns: 1fr;
	padding: 0;
}
.interview_top_box{
	order: 2;
	margin: -20px 20px 0 0;
	bottom: 30px;
	padding: 22px 20px 30px;
	border-radius: 0px 10px 10px 0px;
}
.interview_top::before {
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 360px;
	margin: 0;
}
.interview_top_ttl{margin-bottom: 12px;}
.interview_post .content_area {padding: 55px 20px 60px;}
.interview_bg{padding:40px 20px 50px;}
.career_step::before{
	width: 150px;
	max-height: 150px;
	bottom: -20px;
	left: -20px;
	border-radius: 10px;
}
.career_step_h2{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.9rem;
	margin-bottom: 20px;
}
.career_step_h2::before{
	font-size: 2.8rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
	padding-bottom: 12px;
}
.career_head{
	width: 100%;
	border-bottom: none;
	padding: 10px 10px 4px;
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 1.9rem;
}
.career_head::after{display: none;}
.career_txt{
	width: 100%;
	padding: 0 10px 10px;
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 1.9rem;
}
.interview_content_h2{
	font-size:2.5rem;
	letter-spacing: 1.25px;
	line-height: 4rem;
	margin-bottom: 18px;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}
.interview_content_h2::before {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 1.6rem;
	padding-right: 9px;
}
.schedule{
	padding:35px 20px 30px;
	border-radius: 10px;
}
.schedule::before{
	width: 150px;
	max-height: 150px;
	bottom: -20px;
	right: -20px;
	border-radius: 10px;
}
.schedule_h2{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.9rem;
	margin-bottom: 15px;
}
.schedule_h2::before{
	font-size: 2.8rem;
	letter-spacing: 1.4px;
	line-height: 2rem;
	padding-bottom: 12px;
}
.schedule_box{padding-top: 5px;}
.schedule_box::before{
	left:65px;
}
.schedule_head{
	width: 65px;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height:2.34rem;
}
.schedule_txt{
	width:calc(100% - 65px);
	font-size:1.3rem;
	letter-spacing:1.3px;
	line-height:2.34rem;
	padding-left:25px;
	margin-bottom:13px;
}
.message{padding: 40px 0;}
.message_in{
	align-items: center;
	gap: 15px 20px;
	padding: 30px 20px;
	border-radius: 10px;
}
.message_h2{
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.56rem;
}
.message_h2::before{
	font-size: 3.2rem;
	letter-spacing: 1.6px;
	line-height: 2.6rem;
	margin-bottom: 0;
}
.message_txt {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.message_img{
	width: 91px;
	height: 91px;
	grid-row: 1 / 2;
	border-radius: 6px;
}
.message_img img{border-radius: 6px;}
.interview_rel{padding-bottom: 75px;}
.interview_rel h2{
	font-size:2.2rem;
	letter-spacing:1.1px;
	line-height:3.2rem;
}
.interview_rel_list{margin-bottom:30px;}
.interview_rel_list .slick-list{padding:0 40px !important;}
.interview_rel_item{
	max-width:295px;
	height:auto;
	margin:0 10px;
}
.interview_rel_list .slick-prev,
.interview_rel .slick-next{
	width:56px;
	height:56px;
}
.interview_rel_list .slick-prev{left: 10px;}
.interview_rel .slick-next{right: 10px;}
}

@media screen and (max-width:500px){
.message_h2 br{display: block;}
}