@charset "utf-8";


@media screen and (min-width: 1280px) {
	
	.feature-txt {
		line-height: 1.7;
	}
}

/* ---------------------------------------------------------------------- */

.section-header__ttl {
	font-weight: normal;
	text-align: center;
}



/* ---------------------------------------------------------------------- */

.job-type {
	
}

.job-type__item {
	max-width: 320px;
	margin: 0 auto 40px;
}

.job-type__ttl {
	position: relative;
	margin: 0 auto 20px;
	width: calc(100% - 80px);
	max-width: 320px;
	font-size: 110%;
}

.job-type__ttl-img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.job-type__ttl-inner {
	position: absolute;
	left: -40px;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 8px 18px 0 0;
	border-radius: 0 8px 0 0;
	background-color: #fff;
	z-index: 1;
}

.job-type__ttl-inner:before,
.job-type__ttl-inner:after {
	position: absolute;
	display: block;
	top: 0;
	width: 18px;
	height: 18px;
	content: "";
	background-image: var(--svg-round-out-corners-LB-wt);
	background-size: cover;
}

.job-type__ttl-inner:before {
	left: 40px;
	top: -18px;
	bottom: auto;
}

.job-type__ttl-inner:after {
	right: -18px;
	top: auto;
	bottom: 0px;
}

.job-type__ttl i {
	margin-right: 10px;
}

.job-type__des {
	margin: 0;
}

@media print, screen and (min-width: 768px) {
	.job-type {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.job-type__item {
		width: calc(33.333% - 30px);
		max-width: none;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}
	
	.job-type__ttl {
		width: 100%;
		max-width: 100%;
	}
	
	.job-type__ttl-inner {
		left: 0;
	}
	
	.job-type__ttl-inner::before {
		left: 0;
	}
}


@media screen and (min-width: 1280px) {
	.job-type__item {
		width: calc(33.333% - 50px);
	}
	
}


/* ---------------------------------------------------------------------- */


.ex-service {
	position: relative;
	padding: 30px;
}

.ex-service:after,
.ex-service:before {
	position: absolute;
	left: 0;
	top: auto;
	bottom: auto;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-image: var(--svg-v-line-bk);
	opacity: 0.75;
}

.ex-service:after {
	top: 0;

}

.ex-service:before {
	bottom: 0;
}

.msie .ex-service {
	border-top: 1px dashed rgba(0,0,0,0.5);
	border-bottom: 1px dashed rgba(0,0,0,0.5);
}

.msie .ex-service:after,
.msie .ex-service:before {
	display: none;
}

.ex-service__txt {
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
}

.ex-service__txt > * {
	margin-bottom: 0;
}

.ex-service__bnr {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
}

.ex-service .btn {
	width: 100%;
	display: block;
	padding: 20px 0;
}

.ex-service a {
	display: flex;
	padding: 15px;
	filter: grayscale(1);
}

.ex-service a:hover {
	filter: grayscale(0);
}

.ex-service__img {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.ex-service {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	
	.ex-service__txt {
		width: 50%;
		padding: 30px;
	}
	
	.ex-service__bnr {
		position: relative;
		width: 50%;
		padding: 30px;
		border-top: none;
	}
	
	.ex-service__bnr:before {
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: auto;
		display: block;
		content: "";
		width: 1px;
		height: 100%;
		background-image: var(--svg-h-line-bk);
		opacity: 0.75;
	}
	
	.msie .ex-service__bnr {
		border-left: 1px dashed rgba(0,0,0,0.4);
	}
	
	.msie .ex-service__bnr:before {
		display: none;
	}
	
	.ex-service__bnr li {
		
	}
}

/* ---------------------------------------------------------------------- */

.contact {
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
}

.contact__body > *:last-child {
	margin-bottom: 0;
}

.contact__ttl {
	font-size: 140%;
}