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



/*------------------ボタン-----------------------*/

/*.link-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	width: 100%;
	background: #EB8445;
	border-radius: 48px;
	padding: 0.5em;
	text-align: center;
	box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.6);
}
.link-btn.link-btn__recruit {
	padding: 2.4rem;

}
.link-btn .btn-txt {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
}
.link-btn.link-btn__recruit .btn-txt {
	font-size: 2.1rem;
	font-weight: bold;	
}*/

/*---------------------------------------------------header-------------------------------------------------------------*/
.inquiry-wrap {
	width: 100%;
}
.nav .inquiry-wrap {
	margin: 0;
	width: 50%;
}
.nav ul.mainnav li a {
	font-weight: 700;
}
/*------------------------------------------------fv----------------------------------------------------------------*/
/*.fv {
	width: 100%;
	height: auto;
	background: rgb(217,22,76);
	background: linear-gradient(0deg, rgba(217,22,76,1) 0%, rgba(224,108,0,1) 100%);
	text-align: center;
	padding: 2rem 0;
	margin-top: 15rem;
}

.fv > .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.fv > .inner > h1 .heading-txt {
	color: #fff;
	font-size: 3.4rem;
}
.fv > .inner > h1 .heading-subtxt {
	display: block;
	color: #fff;
	font-size: 1.8rem;
}*/

/*------------------------------------------------lead----------------------------------------------------------------*/
.recruit-lead > .inner {
	margin: 6.4rem auto;
	max-width: 960px;
	
}
.recruit-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-direction: column;
}
.recruit-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-direction: column;
}
.recruit-block-left {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;	
}
.recruit-block-right {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;	
}
.recruit-lead-ttl {
	font-size: 1.9rem;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.recruit-lead-txt {
	font-size: 1.6rem;
}

/*------------------------------------------------募集職種----------------------------------------------------------------*/
.bosyu {
	margin: 6.4rem 0;
}
.bosyu-ttl {
	font-size: 2.4rem;
	position: relative;
}
.bosyu-ttl::after {
	display: block;
	content: "";
	width: 22px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.bosyuList-wrap {
	max-width: 960px;
	margin: 3em auto;
}
.bosyuList-ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	border-bottom: solid 1px #707070;
	padding: 2rem 0;
}
.bosyuList-txt {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.bosyuList-btn-txt {
	width: 70%;
	color: #EB8445;
	margin-left: auto;
	font-size: 1.3rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bosyuList-btn {
	display: block;
	width: 32px;
	height: 32px;
	border: solid 1px #EB8445; 
	border-radius: 50%;
	position: relative;
	margin-left: 1rem;
	
}
.bosyuList-btn::before {
	display: block;
	content: "";
	width: 1.6rem;
	height: 1px;
	background: #EB8445;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
		-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.js-active.bosyuList-btn::after {
	display: block;
	content: "";
	width: 1.6rem;
	height: 1px;
	background: #EB8445;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
		-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
/*募集職種表*/
.bosyuList-table-wrap {
	margin: 0 auto;
	width: 100%;
}
.bosyuList-table-wrap li {
	text-indent: -1.5rem;
	padding-left: 1rem;
}
.bosyuList-table-wrap table {
	width: 100%;
}
.bosyuList-table-wrap table tr:nth-of-type(n+2) {
	border-top: solid 1px #707070;
}
.bosyuList-table-wrap table tr:last-of-type {
	border-bottom: solid 1px #707070;
}
.bosyuList-table-wrap table th {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	padding: 2rem 0;
}
.bosyuList-table-wrap table td {
	font-size: 1.6rem;
	padding: 0 0 2.1rem 0;
	display: block;
	width: 100%;
}



/*------------------------------------------------CVエリア----------------------------------------------------------------*/
.ly-recruit-btn {
	width: 90%;
	margin: 6rem auto;
}
/*------------------------------------------------インタビュー----------------------------------------------------------------*/
.interview {
	margin: 5rem auto;
}
.interview  > .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
.ly-interview-head {
	margin: 3rem auto;
	text-align: center;
}
.interview-ttl-sub {
	display: inline-block;
	color: #EB8445;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.interview-ttl-sub::before {
	display: block;
	content: "";
	width: 1px;
	height: 1.5rem;
	background: #EB8445;
	position: absolute;
	top: 50%;
	left: -10px;
		-webkit-transform: translateY(-50%) rotate(-12deg);
	transform: translateY(-50%) rotate(-12deg);
	z-index: 1;
}
.interview-ttl-sub::after {
	display: block;
	content: "";
	width: 1px;
	height: 1.5rem;
	background: #EB8445;
	position: absolute;
	top: 50%;
	right: -10px;
		-webkit-transform: translateY(-50%) rotate(12deg);
	transform: translateY(-50%) rotate(12deg);
	z-index: 1;
}

.interview-ttl {
	position: relative;
}
.interview-ttl::after {
	display: block;
	content: "";
	width: 22px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
/*インタビュー本体*/
.interviewList > li {
	background: #EEEEEE;
	padding: 2.6rem;
}
.interviewList > li:nth-of-type(n+2) {
	margin-top: 2.6rem;
}
.interviewList > li > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	gap: 24px;
	flex-direction: column;
	padding: 0;
}

.interviewBlock-left {
	width: 50%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.interviewBlock-left > img {
	width: 100%;
	height: 100%;
}
.interviewBlock-right {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.interview-name-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.interview-name-head {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	border-left: solid 3px #D8225C;
	padding-left: 1.8em;
	padding: 0.5em 0 0.5em 1.8em;
}
.interview-name-right {
	width: 100%;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.business-title {
	color: #D8225C;
	font-weight: bold;
}
.interview-name-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}
.interview-name {
	text-align: left;
	color: #D8225C;
	padding-bottom: 0 !important;/*上書き*/
}
.join-date {
	color: #D8225C;
	font-weight: bold;
}
.interview-q-wrap > .inner,
.interview-a-wrap > .inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	padding: 0;
}
.interview-a-wrap {
	margin-top: 1.6rem;
}

.interview-questionList {
	margin-top: 2.4rem;
}
.interview-q-ttl {
	color: #D8225C;
	font-size: 1.8rem;
	font-weight: bold;
}
.interview-a-txt {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: -0.01em;
}




/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------550px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:550px) {

}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.hp_sp_br {
		display: none !important;
	}
	/*-----------------header----------------------*/
	.nav ul.mainnav {
		width: 42%;
	}
	.nav ul.mainnav li {
		padding: 0 1rem;
	}
	.nav .inquiry {
		width: 44%;
	}

	/*-----------------main------------------------*/
/*	.fv {
		height: 248px;	
	}
	.fv > .inner > h1 .heading-txt {
		color: #fff;
		font-size: 4.4rem;
	}*/
	.ly-recruit-btn {
		max-width: 400px;
	}

	.recruit-block {
		flex-direction: row;
	}
	.recruit-lead-ttl {		
		font-size: 2.4rem;
	}
	.bosyu {
		margin: 6.4rem auto;	
	}
	.bosyuList-table-wrap {
		margin: 2rem auto;
		width: 100%;
	}
	.bosyuList-table-wrap table th {
		width: 190px;
		display: table-cell;
	}
	.bosyuList-table-wrap table td {
		display: table-cell;
		padding: 2.1rem;
		width: auto;
	}
	.bosyuList-btn-txt {
		width: 100%;
		font-size: 1.6rem;
	}

	/*-----------------インタビュー------------------------*/
	.interview  > .inner {
		max-width: 960px;
	}
	.interviewList > li > .inner {
		flex-direction: row;
		align-items: flex-start;
	}
	.interviewList > li {
		padding: 3.4rem;
	}
	.interview-a-txt {
		font-size: 1.5rem;
		letter-spacing: -0.01em;
	}
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------960px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:960px) {

	.nav .inquiry {
		width: 42%;
		gap: 12px;
	}
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------1100px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1100px) {

}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------1200px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px) {
	.business .base {
		height: 74%;/*後で調整*/
	}
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------1400px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1400px) {

}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------1600px ／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {

}












































/**/