@charset "UTF-8";

/* ---------------------------------------
  社員インタビュー
-----------------------------------------*/


/* pager
--------------------------------*/
.wp-pagenavi {
	margin: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-family: 'Manrope', sans-serif;
	color: #9f9fa0;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
	width: 42px;
	height: 42px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 5px;
	transition: .3s ease;
}

.wp-pagenavi span.extend {
	letter-spacing: 0.1em;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background: linear-gradient(-90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: none;
	outline: none;
	font-size: 0;
	width: 43px;
	height: 43px;
	background: linear-gradient(-90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
	padding: 0;
	margin: 0 40px;
	cursor: pointer;
	transition: 0.3s ease;
}

.wp-pagenavi .nextpostslink {
	right: 0;
	margin-right: 0 !important;
}

.wp-pagenavi .previouspostslink {
	left: 0;
	margin-left: 0 !important;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/common/slick_arw.svg)no-repeat center / 6px auto;
	position: absolute;
	left: 0;
	top: 0;
}

.wp-pagenavi .nextpostslink::before {
	transform: scale(-1, 1);
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	opacity: .8;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin: 13vw 0 0;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 3.6vw;
		width: 8.4vw;
		height: 8.4vw;
		margin: 0 1vw;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 8.4vw;
		height: 8.4vw;
		margin: 0 7vw;
	}

	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		background-size: 1.2vw auto;
	}
}


/* sec_interview_list
--------------------------------*/

#sec_interview_list {
	padding: 0 0 180px;
	background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
	#sec_interview_list {
		padding: 0 0 25vw;
	}
	#sec_interview_list .interview_list {
		padding-bottom: 8vw;
	}
}

/* category_list
-------------------*/
.category_list {
	justify-content: center;
	align-items: flex-start;
	padding: 60px 0;
}

.category_list li {
	width: 150px;
	text-align: center;
	margin: 0 13px;
}

.category_list li a {
	display: block;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 7px .5em;
	transition: .3s ease;
}

.category_list li.all a {
	border-color: #000;
	background-color: #000;
}


.category_list li.occ1 a {
	border-color: #6db6df;
	background-color: #6db6df;
}


.category_list li.occ2 a {
	border-color: #49bcbd;
	background-color: #49bcbd;
}


.category_list li.occ3 a {
	border-color: #e07542;
	background-color: #e07542;
}


.category_list li.occ4 {
	border-color: #ed7a94;
	background-color: #ed7a94;
}

.category_list li.occ5 {
	border-color: #89bf23;
	background-color: #89bf23;
}

.category_list li.occ6 {
	border-color: #89bf23;
	background-color: #89bf23;
}

.category_list li a:hover,
.category_list li.current a {
	background-color: #fff !important;
}

.category_list li.all a:hover,
.category_list li.all.current a {
	color: #000;
}

.category_list li.occ1 a:hover,
.category_list li.occ1.current a {
	color: #6db6df;
}

.category_list li.occ2 a:hover,
.category_list li.occ2.current a {
	color: #49bcbd;
}

.category_list li.occ3 a:hover,
.category_list li.occ3.current a {
	color: #e07542;
}

.category_list li.occ4 a:hover,
.category_list li.occ4.current a {
	color: #ed7a94;
}

.category_list li.occ5 a:hover,
.category_list li.occ5.current a {
	color: #89bf23;
}

.category_list li.occ6 a:hover,
.category_list li.occ6.current a {
	color: #89bf23;
}

@media screen and (max-width: 768px) {
	.category_list {
		justify-content: flex-start;
		padding: 8vw 0;
	}

	.category_list li {
		width: 48%;
		margin: 0;
	}

	.category_list li:nth-child(even) {
		margin-left: 4%;
	}

	.category_list li:nth-child(n + 3) {
		margin-top: 4%;
	}

	.category_list li a {
		font-size: 3.6vw;
		padding: .325em .5em;
	}
}




/* detail_header
-------------------*/
.detail_header {
	position: relative;
	padding-bottom: 45px;
	z-index: 2;
}

.detail_header .bg {
	width: 0;
	height: 390px;
	position: absolute;
	left: -100%;
	bottom: -8.3vw;
	transition: 1s ease;
	transform: skewY(-5deg);
	transition-delay: 1s;
	z-index: -2;
}

.detail_header.is-show .bg {
	width: 100%;
	bottom: 0;
	left: 0;
}

.detail_header .wrap {
	width: 1300px;
	align-items: center;
}

.detail_header .img {
	width: 750px;
}

.detail_header .box {
	width: 675px;
	margin-left: -125px;
	background-color: #fff;
	padding: 40px 75px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.detail_header .box .lead {
	font-size: 3.4rem;
	line-height: 1.58;
	letter-spacing: 0;
	margin-bottom: 1.2em;
	font-feature-settings: normal;
}

.detail_header .box .txtwrap {
	position: relative;
	padding: 0 0 0 25px;
}

.detail_header .box .txtwrap .full_name {
	line-height: 1.7;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: -0.1em;
}

.detail_header .box .txtwrap::before {
	content: "";
	width: 6px;
	height: 93%;
	position: absolute;
	left: 0;
	top: 6px;
}

.detail_header .box .txtwrap .flex {
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.detail_header .box .txtwrap .flex .has-fullname .txt {
	line-height: 1.7;
	padding-right: 1em;
    max-width: 64%;
}

.detail_header .box .txtwrap .name_wrap.has-fullname {
	padding-right: 1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 80%;
}

.detail_header .box .txtwrap .occupation {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	padding: 0 .625em;
	margin-left: auto;
}

.detail_header .box .txtwrap .occupation.occ1 {
	background-color: #6db6df;
}

.detail_header .box .txtwrap .occupation.occ2 {
	background-color: #49bcbd;
}

.detail_header .box .txtwrap .occupation.occ3 {
	background-color: #e07542;
}

.detail_header .box .txtwrap .occupation.occ4 {
	background-color: #ed7a94;
}

.detail_header .box .txtwrap .occupation.occ5 {
	background-color: #89bf23;
}

.detail_header .box .txtwrap .profile {
	margin-top: 10px;
}

.detail_header .box .txtwrap .profile .ttl {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.detail_header .box .txtwrap .profile .txt {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.18em;
	text-align: justify;
}

@media screen and (max-width: 1800px) {
	.detail_header::before {
		border-width: 160px 1800px 0 0;
		border-color: #fff transparent transparent transparent;
		bottom: 390px;
	}

	.detail_header::after {
		border-width: 0 0 160px 1800px;
		border-color: transparent transparent #fff transparent;
		bottom: 0;
	}
}

@media screen and (max-width: 768px) {

	.detail_header {
		padding-bottom: 17vw;
	}


	.detail_header::before {
		border-width: 8.5vw 100vw 0 0;
		bottom: 55.5vw;
	}

	.detail_header::after {
		border-width: 0 0 8.5vw 100vw;
	}

	.detail_header .bg {
		height: 55vw;
		bottom: -9vw;
	}

	.detail_header .wrap {
		width: 100%;
	}

	.detail_header .img {
		width: 100%;
	}

	.detail_header .box {
		width: 84%;
		margin: -9.33vw auto 0;
		padding: 6vw 8vw 7vw;
		border-top: .4vw solid #000;
		border-bottom: .4vw solid #000;
		position: relative;
	}

	.detail_header .box .lead {
		font-size: 6.8vw;
		margin-bottom: 1em;
	}

	.detail_header .box .txtwrap {
		padding: 0 0 0 4.8vw;
	}

	.detail_header .box .txtwrap::before {
		width: 1.2vw;
		height: 97%;
		top: 1.3vw;
	}

	.detail_header .box .txtwrap .flex {
		padding-bottom: 2vw;
		flex-wrap: nowrap;
	}

	.detail_header .box .txtwrap .flex .txt {
		margin-top: .25em;
		margin-bottom: .25em;
	}

	.detail_header .box .txtwrap .occupation {
		font-size: 2.8vw;
		padding: 0 .625em;
		margin: 1vw 0;
	}

	.detail_header .box .txtwrap .profile {
		margin-top: 2vw;
	}

	.detail_header .box .txtwrap .profile .ttl {
		margin-bottom: 2vw;
	}

	.detail_header .box .txtwrap .profile .txt {
		font-size: 2.8vw;
	}

	.detail_header .box .txtwrap .flex .has-fullname .txt {
		max-width: 100%;
		padding-right: 0;
	}

	.detail_header .box .txtwrap .name_wrap.has-fullname {
		flex-direction: column;
		align-items: flex-start;
		width: 64%;
	}
}

/* detail_contents
-------------------*/
.detail_contents {
	padding: 150px 0 140px;
	position: relative;
	z-index: 1;
}

#fixed_bg {
	width: 100%;
	height: 520px;
	background-color: #f7f7f7;
	transform: skewY(-5deg);
	transform-origin: right top;
	position: absolute;
	left: 0;
	top: 180px;
}

.detail_contents .img {
	width: 100%;
	margin: 0 auto 90px;
}

/*chapter*/
.detail_contents .chapter + .img {
	margin-top: 90px;
}

.detail_contents .chapter {
	width: 790px;
	margin: 80px auto 0;
}

.detail_contents .chapter .ttl {
	margin-bottom: 30px;
}

.detail_contents .chapter .ttl span {
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: .5em .526em;
}

.detail_contents .chapter .lead {
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: 0.139em;
	margin-bottom: 1.3em;
}

.detail_contents .chapter .txt {
	text-align: justify;
}

/*faq*/
.detail_contents .faq + .img {
	margin-top: 90px;
}

.detail_contents .faq {
	background-color: #fff;
	width: 885px;
	padding: 36px 0 26px;
	margin: 80px 0 0;
}

.detail_contents .faq.mla {
	margin-left: auto;
}

.detail_contents .faq .q_txt {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.14em;
	margin-bottom: .35em;
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.detail_contents .faq .q_txt::before {
	content: "Q";
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-right: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3.2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);

}

.detail_contents .faq .a_txt {
	padding-left: 80px;
	text-align: justify;
}



/*career*/
.career .detail_header .bg {
	background-color: #cd0016;
}

.career .detail_header .box .lead {
	color: #cd0016;
}

.career .detail_header .box .txtwrap::before {
	background-color: #cd0016;
}

.career .detail_contents .chapter .ttl span {
	background-color: #cd0016;
}

.career .detail_contents .chapter .lead {
	color: #cd0016;
}

#sec_interview_detail.career + #sec_interview_list::before {
	border-top-color: #cd0016;
}

#sec_interview_detail.career + #sec_interview_list .listttl {
	color: #cd0016;
}

#sec_interview_detail.career + #sec_interview_list .listttl::before {
	background-color: #cd0016;
}


.career .detail_contents .faq .q_txt {
	color: #cd0016;
}

.career .detail_contents .faq .q_txt::before {
	background-color: #cd0016;
}


/*graduate*/
.graduate .detail_header .bg {
	background-color: #0b318f;
}

.graduate .detail_header .box .txtwrap::before {
	background-color: #0b318f;
}

.graduate .detail_header .box .txtwrap::before {
	background-color: #0b318f;
}

.graduate .detail_contents::before {
	content: "";
	width: 526px;
	height: 102%;
	background-image: linear-gradient(to right, #F7F9FC 0% 50%, #F1F3F8 50% 100%);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.graduate .detail_contents .chapter .ttl span {
	background-color: #0b318f;
}

.graduate .detail_contents .chapter .lead {
	color: #0b318f;
}

.graduate .detail_contents .faq .q_txt {
	color: #0b318f;
}

.graduate .detail_contents .faq .q_txt::before {
	background-color: #0b318f;
}

.icon-ng {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.detail_contents {
		padding: 12vw 0 20vw;
	}

	#fixed_bg {
		height: 69vw;
		top: 44vw;
	}

	.detail_contents .wrap {
		width: 100%;
	}

	.detail_contents .img {
		margin: 0 auto 13vw;
	}

	/*chapter*/
	.detail_contents .chapter + .img {
		margin-top: 13vw;
	}

	.detail_contents .chapter {
		width: 84%;
		margin: 12vw auto 0;
	}

	.detail_contents .chapter .ttl {
		text-align: left;
		margin-bottom: 5vw;
	}

	.detail_contents .chapter .ttl span {
		padding: .5em .526em;
	}

	.detail_contents .chapter .lead {
		text-align: left;
		font-size: 5.2vw;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}


	/*faq*/
	.detail_contents .faq + .img {
		margin-top: 13vw;
	}

	.detail_contents .faq {
		width: 84vw;
		padding: 0 0 10vw 0;
		margin: 12vw auto 0;
	}

	.detail_contents .faq .q_txt {
		font-size: 4.8vw;
		padding-left: 0;
		padding-top: 10vw;
		min-height: inherit;
		margin-bottom: 1em;
	}

	.detail_contents .faq .q_txt::before {
		width: 12vw;
		height: 12vw;
		padding-right: 0;
		padding-bottom: 1.2vw;
		font-size: 6.4vw;
		clip-path: polygon(100% 0, 100% calc(100% - 2.67vw), 50% 100%, 0% calc(100% - 2.67vw), 0% 0%);
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.detail_contents .faq .a_txt {
		padding-left: 0;
	}

	/*graduate*/
	.graduate .detail_contents::before {
		width: 68vw;
	}
}
