@charset "UTF-8";

#header .header_btn {
	column-gap: 10px;
}

#header .header_btn li a.btn_brown {
	width: 110px;
	background: #4e4a44;
	flex-direction: column;
	line-height: 1.2;
}

#header .header_btn li a.btn_brown span {
	font-size: 12px;
}

.acf_postbox .field textarea {
	resize: vertical;
	max-height: 150px;
}

.recruit .teaser {
	position: relative;
	z-index: 2;
}

.recruit .c-entry {
	padding-top: 80px;
}

.recruit .c-entry .content {
	display: grid;
	grid-template-columns: 3fr 7fr;
	position: relative;
}

.recruit .c-entry .content.sp {
	display: none;
}

.recruit .c-entry .content .title-area {
	position: relative;
	top: auto;
	width: auto;
	z-index: 1;
	grid-column: 1 / 2;
	font-weight: bold;
	padding-right: 40px;
	height: 100vh;
}

.recruit .c-entry .content .title-area::before {
	position: absolute;
	content: '';
	background: #e6e9ef;
	width: 100vw;
	right: 0;
	height: calc(100% + 270px);
	bottom: 0;
	z-index: -1;
}

.recruit .c-entry .content .title-area .top-label {
	font-size: 22px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 2px solid;
	margin-bottom: 20px;
}

.recruit .c-entry .content .entry-tab {
	padding: 25px 20px 25px 0px;
	font-size: 18px;
	border-bottom: 1px solid #bac4d3;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-weight: bold;
}

.recruit .c-entry .content .entry-tab::after {
	content: '';
	position: absolute;
	top: 43%;
	right: 0px;
	width: 10px;
	height: 13px;
	background: url(../img/recruit/entry_shape.png) no-repeat;
	background-size: 100% 100% !important;
}

.recruit .c-entry .content .entry-tab.active::after {
	background: url(../img/recruit/entry_shape_active.png) no-repeat;
}

.recruit .c-entry .content .entry-tab.active {
	position: relative;
	border-bottom: unset;
	color: #b0212a;
}

.recruit .c-entry .content .entry-tab.active-prev {
	margin-bottom: 20px;
}

.recruit .c-entry .content .entry-tab.active::before {
	position: absolute;
	content: '';
	background: #fff;
	right: -41px;
	bottom: 0;
	width: calc(100% + 60px);
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}

.recruit .c-entry-form .hdl {
	align-items: center;
	padding-bottom: 40px;
}

.recruit .c-entry .content .content-area {
	border-top-left-radius: unset;
	background-color: #fff;
	padding: 65px 0px 200px 60px;
}

.recruit .c-entry .content .content-block {
	display: flex;
	justify-content: start;
}

.recruit .c-entry .content .item-name {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px #b0212a solid;
	padding: 40px;
	width: 30%;
}

.recruit .c-entry .content .content-block:first-child .item-name {
	border-top: 1px #b0212a solid;
}

.recruit .c-entry .content .content-block:first-child .detail {
	border-top: 1px #e1dede solid;
}

.recruit .c-entry .content .content-block .detail {
	padding: 40px 40px 40px 0;
	border-bottom: 1px #e1dede solid;
	width: 70%;
}

.recruit .c-entry .content .content-block .detail>* {
	word-break: break-all;
	white-space: pre-wrap;
}

.recruit .c-entry .content .content-block .detail ul {
	word-break: unset;
	white-space: unset;
}

.recruit .c-entry .content .content-block .detail ul li {
	position: relative;
	padding-left: 20px;
	line-height: 2;
}

.recruit .c-entry .content .content-block .detail ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	width: 8px;
	height: 8px;
	background: #304a6f;
}

.recruit .c-entry-form {
	padding: 80px 0 130px;
	background-color: #e6e9ef;
}

.recruit .c-entry-form .content {
	background: #fff;
	padding: 80px 40px;
	border-radius: 6px;
}

.recruit .c-entry-form .smf-form .smf-select-control {
	width: 40%;
	min-width: 350px;
}

.recruit .c-entry-form .smf-form .smf-select-control__control,
.recruit .c-entry-form .smf-form .smf-file-control__label {
	border: 2px #e3e4e4 solid;
}

.recruit .c-entry-form .custom-error-message {
	margin-top: 10px;
}

.recruit .c-entry-form .smf-action .smf-button-control__control:disabled {
	opacity: .5;
	cursor: unset;
}

@media (max-width: 1024px) {
	#header .header_btn.bottom {
		margin-top: 15px;
	}

	header .header_btn.bottom li a {
		width: 100% !important;
		line-height: 1.54 !important;
	}
}

@media (max-width: 767px) {
	.recruit .teaser {
		padding: 0;
	}

	.recruit .teaser .teaser_box {
		padding: 30px;
		align-items: end;
	}

	.recruit .c-entry {
		background-color: #e6e9ef;
		padding-top: 30px;
	}

	.recruit .c-entry .content .top-label {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 25px;
	}

	.recruit .c-entry .content.pc {
		display: none;
	}

	.recruit .c-entry .content.sp {
		display: block;
	}

	.recruit .c-entry .content .entry-group {
		margin-bottom: 20px;
		background-color: #fff;
		border-radius: 5px;
	}

	.recruit .c-entry .content .entry-group:last-child {
		margin-bottom: 0;
	}

	.recruit .c-entry .content .entry-content {
		padding: 0 20px 30px;
		background-color: #fff;
		display: none;
		border-radius: 5px;
	}

	.recruit .c-entry .content .entry-group.active .entry-content {
		display: block;
	}

	.recruit .c-entry .content .entry-content br.pc-only {
		display: none;
	}

	.recruit .c-entry .content .entry-tab {
		border: unset;
		padding: 20px 40px 20px 20px;
		font-size: 13px;
	}

	.recruit .c-entry .content .entry-group.active .entry-tab {
		color: #b0212a;
	}

	.recruit .c-entry .content .content-block {
		display: block;
		border-bottom: 1px #e1dede solid;
		position: relative;
	}

	.recruit .c-entry .content .content-block::before {
		position: absolute;
		content: "";
		background: #b0212a;
		left: 0;
		bottom: -1px;
		width: 30%;
		height: 1px;
		z-index: 0;
	}

	.recruit .c-entry .content .content-block .item-name {
		width: 100%;
		border: none;
		padding: 20px 0;
		font-size: 14px;
	}

	.recruit .c-entry .content .content-block .detail {
		width: 100%;
		border: none;
		padding: 0 0 20px;
	}

	.recruit .c-entry .content .content-block:first-child .item-name,
	.recruit .c-entry .content .content-block:first-child .detail {
		border-top: unset;
	}

	.recruit .c-entry .content .content-block:first-child {
		border-top: 1px #e1dede solid;
	}

	.recruit .c-entry .content .content-block:first-child::after {
		position: absolute;
		content: "";
		background: #b0212a;
		left: 0;
		top: -1px;
		width: 30%;
		height: 1px;
		z-index: 0;
	}

	.recruit .c-entry .content .entry-tab::after {
		right: 20px;
		width: 12px;
		height: 8px;
		background: url(../img/recruit/entry_shape_sp.png) no-repeat;
	}

	.recruit .c-entry .content .entry-group.active .entry-tab::after {
		background: url(../img/recruit/entry_shape_active_sp.png) no-repeat;
	}

	.recruit .c-entry-form .content {
		padding: 40px 20px;
		border-radius: 5px;
	}

	.recruit .c-entry-form {
		padding: 60px 0 60px;
	}

	.recruit .c-entry-form .smf-form .smf-select-control {
		width: 100%;
		min-width: auto;
	}

	.recruit .c-entry-form .smf-form .smf-checkbox-control {
		margin: 20px 0 0;
	}
}