@charset "utf-8";
/*------------------------------------------------------------
	job-type
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 9.7rem;
}
#main .content {
	width: 120rem;
}
#main .text01 {
	margin-bottom: 6.6rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 3;
}
#main .ahrList {
	margin-bottom: 8rem;
}
#main .ahrList li {
	width: 25rem;
	border-left: 1px dashed #000;
}
#main .ahrList li:last-child {
	border-right: 1px dashed #000;
}
#main .ahrList li a {
	padding: 2.5rem 2rem 5.3rem;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: url(../img/common/icon12.png) no-repeat center bottom 2.4rem / 0.9rem;
}
#main .ahrList li a .txt {
	margin-bottom: 1.4rem;
	display: block;
	color: #D80C18;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .ahrList li a .icon img {
	width: auto;
	height: 6.1rem;
}
#main .secBox {
	margin-bottom: 10rem;
}
#main .secBox .ttlBox {
	margin-bottom: 6.1rem;
	position: relative;
	color: #fff;
}
#main .secBox .ttlBox img {
	width: 100%;
	border-radius: 10rem 10rem 10rem 0;
}
#main .secBox .ttlBox .imgtext {
	position: absolute;
	right: -2.2rem;
	top: -2.2rem;
	width: 12.2rem;
}
#main .secBox .ttlBox .imgtext img {
	width: 100%;
	border-radius: 0;
}
#main .secBox .ttlBox h4 {
	margin-top: 1.8rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	transform: translateY(-50%);
	text-align: center;
}
#main .secBox .ttlBox h4 .icon {
	display: block;
	margin-top: 1.3rem;
}
#main .secBox .ttlBox h4 .icon img {
	width: auto;
	height: 8.6rem;
	border-radius: 0;
}
#main .secBox .innerBox {
	margin: 0 10rem;
	display: flex;
}
#main .secBox .col01 {
	width: 50%;
	padding: 2rem 5rem 1.2rem 0;
	border-right: 1px dashed #000;
}
#main .secBox .ttl {
	margin-bottom: 3.1rem;
	padding: 0.6rem 2.2rem 0.9rem;
	width: fit-content;
	position: relative;
	color: #D80C18;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 5rem;
	border: 1px solid #D80C18;
}
#main .secBox .ttl::after {
	margin-left: -0.2rem;
	width: 2.1rem;
	height: 2rem;
	position: absolute;
	left: 50%;
	bottom: -2rem;
	background: url(../img/job-type/bg04.png) no-repeat center top / 100%;
	content: '';
	transform: translateX(-50%);
	z-index: 1;
}
#main .secBox p {
	margin-bottom: 2.4rem;
	text-align: justify;
	line-height: 2;
}
#main .secBox p:last-child {
	margin-bottom: 0 !important;
}
#main .secBox .subTtl {
	margin-bottom: 0.7rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .secBox .col02 {
	width: 50%;
	padding: 2rem 0 3.3rem 5rem;
}
#main .secBox .col02 .ttl {
	margin-bottom: 4rem;
}
#main .secBox .intList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
#main .secBox .intList li {
	width: 13rem;
}
#main .secBox .intList li a {
	display: block;
	text-align: center;
}
#main .secBox .intList li .pho {
	margin-bottom: 1.4rem;
	display: block;
	overflow: hidden;
	border-radius: 100%;
}
#main .secBox .intList li .pho img {
	width: 100%;
	transition: 0.3s;
}
#main .secBox .intList li .name {
	display: block;
	color: #D80C18;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.3;
}
#main .secBox .intList li .sm {
	margin: 0 -1rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.28;
}
#main .secBox .intList li .sm span {
	font-size: 1.2rem;
}
#main .sec02 .ttlBox .imgtext {
	right: -2.9rem;
	top: -2.1rem;
}
@media all and (min-width: 897px) {
	#main .ahrList li a:hover {
		background-position: center bottom 1.4rem;
	}
	#main .secBox .intList li a:hover .pho img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5.5rem;
	}
	#main .content {
		width: auto;
	}
	#main .text01 {
		margin-bottom: 4.5rem;
		font-size: 1.5rem;
		line-height: 2;
		text-align: justify;
	}
	#main .ahrList {
		margin-bottom: 5.1rem;
	}
	#main .ahrList li {
		width: calc(100% / 3);
		;
	}
	#main .ahrList li a {
		padding: 1.1rem 0.5rem 2.3rem;
		background-size: 0.4rem;
		background-position: center bottom 1rem;
	}
	#main .ahrList li a .txt {
		margin-bottom: 0.6rem;
		font-size: 0.85rem;
	}
	#main .ahrList li a .icon img {
		height: 2.9rem;
	}
	#main .secBox {
		margin: 0 -1rem 4.9rem;
	}
	#main .secBox .ttlBox {
		margin-bottom: 3rem;
	}
	#main .secBox .ttlBox img {
		height: 28rem;
		object-fit: cover;
		/*border-radius: 5rem 10rem 5rem 0rem;*/
		border-radius: 8.5rem 8.5rem 8.5rem 0rem;
	}
	#main .secBox .ttlBox .imgtext {
		right: -0.8rem;
		top: -1.1rem;
		width: 8.6rem;
	}
	#main .secBox .ttlBox .imgtext img {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	#main .secBox .ttlBox h4 {
		margin-top: 0;
		font-size: 2.8rem;
	}
	#main .secBox .ttlBox h4 .icon {
		display: block;
		margin-top: 0.5rem;
	}
	#main .secBox .ttlBox h4 .icon img {
		height: 6rem;
	}
	#main .secBox .innerBox {
		margin: 0 1rem;
		display: block;
	}
	#main .secBox .col01 {
		width: auto;
		padding: 0 0 2.2rem;
		border-right: none;
		border-bottom: 1px dashed #000;
	}
	#main .secBox .ttl {
		margin-bottom: 2.6rem;
		padding: 0.5rem 1.6rem;
		font-size: 1.26rem;
	}
	#main .secBox .ttl::after {
		margin-left: 0;
		width: 1.5rem;
	}
	#main .secBox p {
		margin-bottom: 1.4rem;
	}
	#main .secBox .subTtl {
		margin-bottom: 1.1rem;
		font-size: 1.8rem;
	}
	#main .secBox .col02 {
		width: auto;
		padding: 3rem 0 0;
	}
	#main .secBox .col02 .ttl {
		margin-bottom: 3.4rem;
	}
	#main .secBox .intList {
		margin: 0 1rem;
		justify-content: space-between;
		gap: 2.7rem 0;
	}
	#main .secBox .intList li {
		width: 44%;
	}
	#main .secBox .intList li a {
		max-width: 11rem;
	}
	#main .secBox .intList li .pho {
		margin-bottom: 1.5rem;
	}
	#main .secBox .intList li .name {
		margin-bottom: 0.2rem;
		font-size: 2rem;
	}
	#main .secBox .intList li .sm {
		margin: 0 -1rem;
		font-size: 1.2rem;
		line-height: 1.52;
	}
	#main .secBox .intList li .sm span {
		font-size: 1rem;
	}
	#main .sec02 .ttlBox .imgtext {
		right: -1.2rem;
		top: -0.9rem;
	}
	#main .sec03 .ttlBox .imgtext {
		top: -0.9rem;
	}
}