@charset "utf-8";
.contact_right .job_col:first-child {
		border-top: 1px solid #3C3C3C;
}
.job_col {
		border-bottom: 1px solid #3C3C3C;
}
.job_hd {
		cursor: pointer;
		padding: 45px 40px 45px 0;
		max-width: 900px;
		padding-right: 40px;
		position: relative;
}
.job_hd .job_hd_trigger {
		position: absolute;
		top: calc(50% - 15px);
		right: 0;
		width: 30px;
		height: 30px;
}
.job_hd_trigger::before, .job_hd_trigger::after {
		content: '';
		display: block;
		position: absolute;
		top: 14.5px;
		left: 0;
		width: 30px;
		height: 1px;
		background: #ddd;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.job_hd_trigger::after {
		transform: rotate(90deg);
}
.job_hd.isOpen .job_hd_trigger::after {
		transform: rotate(90deg) scaleX(0);
}
.job_hd .en {
		font-family: "Plus Jakarta Sans", sans-serif;
		letter-spacing: 0;
		font-size: 22px;
		line-height: 1;
		font-weight: 400;
		color: #ddd;
}
.job_hd .jp {
		margin-left: 10px;
		color: #787878;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-size: 14px;
		line-height: 1;
}
.job_cont {
		padding: 20px 40px 70px 0;
		max-width: 900px;
		display: none
}
.job_cont dl {
		padding-bottom: 30px;
}
.job_item {
		display: flex;
		align-items: center;
}
.job_item.alignTop {
		display: flex;
		align-items: flex-start
}
.job_item dt, .job_item dd {
		line-height: 1.8;
}
.job_item dt {
		width: 115px;
}
.job_item dd {
		flex: 1
}
.entry_btn {
		margin-top: 60px;
		font-family: "Plus Jakarta Sans", sans-serif;
		letter-spacing: 0;
		font-size: 20px;
		line-height: 1;
		font-weight: 400;
}
.entry_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		box-sizing: border-box;
		color: #ddd;
		text-decoration: none;
		border: 1px solid #505050;
		border-radius: 60px;
		transition: background 0.3s;
}
@media (hover: hover) {
		.entry_btn a:hover {
				background: #3c3c3c;
				color: #ddd;
		}
}
@media (max-width: 960px) {
		.contact_left {
				margin-bottom: 0;
		}
		.contact_right .job_col:first-child {
				border-top: none;
		}
}
@media(max-width: 767px) {
		.job_hd {
				cursor: pointer;
				padding: 30px 20px 30px 0;
		}
		.job_hd .job_hd_trigger {
				position: absolute;
				top: calc(50% - 10px);
				right: 15px;
				width: 20px;
				height: 20px;
		}
		.job_hd_trigger::before, .job_hd_trigger::after {
				top: 9.5px;
				width: 20px;
		}
		.job_hd .en {
				font-size: 20px;
		}
		.job_hd .jp {
				margin-left: 0;
				display: block;
				padding-top: 10px;
				font-size: 13px;
		}
		.job_cont {
				padding: 20px 0 60px 0;
		}
		.job_item {
				display: block;
		}
		.job_item.alignTop {
				display: block;
		}
		.job_item dt {
				width: auto;
				margin: 0 0 10px;
				font-size: 13px;
				color: #787878;
		}
		.job_item dd {
				font-size: 13px;
		}
		.entry_btn {
				margin-top: 40px;
				font-size: 18px;
		}
		.entry_btn a {
				height: 60px;
		}
}