@charset "UTF-8";
/*------------------------
job-info
------------------------*/
.job-info {
	padding-top: 100px;
}
.job-info .inner {
	width: 1200px;
	margin: auto;
}
.job-info .inner .ttl {
	margin-block: 35px;
}
.job-info .inner .flex-box {
	margin-bottom: 60px;
}
.job-info .inner .txt-wrap {
	flex: 1;
}
.job-info .inner .txt-wrap h2 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--btncolor);
	margin-bottom: 10px;
}
.job-info .inner .txt-wrap p {
	font-size: 1.8rem;
	text-align: justify;
	line-height: 1.66;
}
.job-info .inner .img {
	width: 490px;
	margin-left: 60px;
}
.job-info .inner .img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 20px;
}
/*求める人物像*/
.portrait {
	padding: 50px;
	background: url(/recruit/pc/img/common/bg_company.jpg) no-repeat 100% / cover;
	position: relative;
}
.portrait::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	right: 45px;
	width: 300px;
	height: 90%;
	background: url(/recruit/pc/img/newgraduate/bg_portrait.svg) no-repeat 100% / contain;
	opacity: .22;
}
.portrait h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--btncolor);
	line-height: 1;
	margin-bottom: 20px;
}
.portrait .item:not(:last-of-type) {
	margin-bottom: 30px;
}
.portrait .item .head {
	display: block;
	font-size: 2.6rem;
	font-weight: 500;
	color: var(--btncolor);
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
.portrait .item .head::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	background: var(--newgraduate) url(/recruit/pc/img/newgraduate/icn_hash.svg) no-repeat center;
	background-size: 14px;
	border-radius: 50vw;
	vertical-align: -6px;
}
.portrait .item:nth-of-type(even) .head::before {
	background: var(--career) url(/recruit/pc/img/newgraduate/icn_hash.svg) no-repeat center;
	background-size: 14px;
}
.portrait .item .head::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 10px solid var(--newgraduate);
	border-top: 0;
	transform: rotate(226deg);
}
.portrait .item:nth-of-type(even) .head::after {
	border-bottom: 10px solid var(--career);
}
.portrait .item p {
	font-size: 2.1rem;
	line-height: 1;
}
/*table*/
/*.job-info .inner table {
	font-size: 2.1rem;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.job-info .inner table th {
	width: 230px;
	background: var(--newgraduate);
	color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 14px 10px 12px 20px;
}
.job-info .inner table td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
}
.job-info .inner table td .item:not(:last-of-type) {
	margin-bottom: 20px;
}
.job-info .inner table td .item .item-head {
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.job-info .inner table td .item p {
	margin-bottom: 10px;
}
.job-info .inner table td .caution {
	display: block;
	font-size: 90%;
}
.job-info .inner table ul {
	margin: 0;
	padding: 0;
}
.job-info .inner table li {
	list-style: none;
	position: relative;
	margin: 0 0 5px 0;
	padding-left: 1.1em;
}
.job-info .inner table li::before {
	content: "●";
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: .8em;
}*/
@media screen and (max-width: 1240px) {
	.job-info .inner {
		width: 1160px;
	}
}
/*------------------------
選考フロー
------------------------*/
.recruit-flow {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.recruit-flow .inner {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.recruit-flow .inner .ttl {
	margin-bottom: 35px;
}
.recruit-flow .flow_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}
.recruit-flow .item {
	position: relative;
	background: #f3f4f5;
	margin-left: 50px;
	padding: 40px 40px 40px 90px;
	border-radius: 20px;
	min-height: 102px;
}
.recruit-flow .badge {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--career);
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
}
.recruit-flow .badge .en {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 1px;
	letter-spacing: 0.06em;
}
.recruit-flow .badge .num {
	font-weight: 500;
	font-size: 42px;
	line-height: 1;
	letter-spacing: -0.03em;
}
.recruit-flow .content h3{
	color: var(--btncolor);
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 3.2rem;
}
.recruit-flow .content .desc {
	letter-spacing: 0.05em;
	margin-top: 3px;
	font-size: 2.1rem;
}
.recruit-flow .content a{
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.recruit-flow .content a::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 1px; 
	background: currentColor;
	transition:opacity .2s ease;
}
.recruit-flow .content a:hover::after{
  opacity: 0;
}
.recruit-flow .btn {
	width: fit-content;
	margin: auto;
}
.recruit-flow .btn a {
	width: 420px;
	padding: 30px;
	font-size: 1.8rem;
}
.recruit-flow .btn a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	display: inline-block;
	width: 18px;
	height: 13px;
	background: url(/recruit/pc/img/common/icn_blank.svg) no-repeat 100% / contain;
}
.recruit-flow .btn a::after ,
.recruit-flow .btn a span::before ,
.recruit-flow .btn a span::after {
	content: none;
}
.recruit-flow .btn a:hover {
	background: var(--career);
}