@charset "UTF-8";
/* CSS Document */
h1 {
	border-bottom-color: #a265f7;
}
h1 span {
	border-color: #a265f7;
	border-bottom-color: #ffffff;
}
h2 span {
	background: linear-gradient(transparent 75%, #b98bf9 75%);
	padding: 0 1em;
}
.BusinessFieldBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2em;
	position: relative;
}
.ThumbnailBox {
	width: 25%;
	max-width: 240px;
}
.TextBlock {
	width: 75%;
	max-width: 735px;
}
.TextBlock h2 {
	margin-top: 0;
	margin-left: 1em;
	text-align: left;
}
.TextBlock p {
	margin-left: 1em;
}
.BusinessFieldBlock:nth-child(odd) h2 {
	margin-left: 0;
}
.BusinessFieldBlock:nth-child(odd) p {
	margin-left: 0;
	margin-right: 1em;
}
.WorkBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 2em;
	position: relative;
}
.WorkBlock .Title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	max-width: 196px;
	background: linear-gradient(to right, #dac1fc 0%, #d2baf2 0.5%, #d2baf2 13%, #dac1fc 16%);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	font-weight: 700;
	margin-right: 1em;
}
.WorkBlock .Explanation {
	width: 80%;
}
.WorkBlock .Explanation .WorkLocation {
	color: #ffffff;
	background: #7a4cb9;
	font-weight: 700;
	padding: 0.25em 0;
	margin-bottom: 0.5em;
}
.WorkBlock .Explanation .Category {
	font-weight: 700;
	color: #7a4cb9;
	margin-bottom: 0.25em;
}
#CareerBlock {
	display: block;
	width: 85%;
	margin: 0 auto;
}
#CareerBlock .StepBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#CareerBlock .StepBlock .Title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 20%;
	max-width: 196px;
	margin-right: 1em;
	margin-bottom: 1em;
}
#CareerBlock .StepBlock .Title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: linear-gradient(to right, #dac1fc 0%, #d2baf2 0.5%, #d2baf2 13%, #dac1fc 16%);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	font-weight: 700;
	height: 3em;
	position: relative;
}
#CareerBlock .StepBlock .Title span::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #7a4cb9 transparent transparent transparent;
}
#CareerBlock .StepBlock:last-child .Title span::after {
	display: none;
}
#CareerBlock .Explanation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#CareerBlock .StepBlock .Catch {
	font-weight: 700;
	color: #7a4cb9;
}
#CareerBlock .StepBlock p {
	margin: 0.5em 0;
}
dl.FAQ {
	display: block;
	padding: 1em;
}
dl.FAQ dt {
	display: block;
	position: relative;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 0 1.5em;
	margin: 0.5em 0;
	line-height: 200%;
	font-weight: 700;
}
dl.FAQ dt::before {
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q.';
	color: #b98bf9;
}
dl.FAQ dd {
	display: block;
	position: relative;
	padding: 0 0 0 1.5em;
	margin-bottom: 2em;
}
dl.FAQ dd::before {
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	content: 'A.';
	color: #7a4cb9;
}
/*タブレット*/
@media screen and (max-width: 999px) {
	.ThumbnailBox {
		width: 30%;
	}
	.TextBlock {
		width: 70%;
		max-width: auto;
	}
	.WorkBlock, #CareerBlock {
		font-size: 1.4vw;
		line-height: 150%;
	}
}
/*スマホ*/
@media screen and (max-width: 767px) {
	/* 縦向きの場合のスタイル */
	@media screen and (max-aspect-ratio: 11/10) {
		.BusinessFieldBlock {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 2em;
			position: relative;
		}
		.ThumbnailBox {
			width: 100%;
			max-width: 100%;
			order: 0;
		}
		.TextBlock {
			width: 100%;
			max-width: 100%;
			order: 1;
		}
		.TextBlock h2 {
			margin-top: 0;
			margin-left: 0em;
			text-align: center;
		}
		.TextBlock p {
			margin-left: 1em;
		}
		.BusinessFieldBlock:nth-child(odd) h2 {
			margin-left: 0;
		}
		.BusinessFieldBlock:nth-child(odd) p {
			margin-left: 0;
			margin-right: 0;
		}
		.WorkBlock {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 100%;
		}
		.WorkBlock .Title {
			width: 100%;
			max-width: 100%;
			background: linear-gradient(to right, #dac1fc 0%, #d2baf2 0.5%, #d2baf2 13%, #dac1fc 16%);
			box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
			font-weight: 700;
			margin-right: 0;
			padding: 0.5em 0;
			margin-bottom: 1em;
		}
		.WorkBlock .Explanation {
			width: 100%;
		}
		.WorkBlock .Explanation .WorkLocation {
			padding: 0.25em 0.5em;
			text-align: center;
		}
		.WorkBlock .Explanation .Category {
			font-weight: 700;
			color: #7a4cb9;
			margin-bottom: 0.25em;
		}
		#CareerBlock {
			width: 90%;
			font-size: 100%;
		}
		#CareerBlock .StepBlock {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		#CareerBlock .StepBlock .Title {
			width: 100%;
			max-width: 100%;
			margin-right: 0;
			margin-bottom: 0;
		}
		#CareerBlock .StepBlock .Title span::after {
			display: none;
		}
		#CareerBlock .Explanation {
			display: block;
			position: relative;
		}
		#CareerBlock .Explanation::after {
			content: "";
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: -1em;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 7.5px 0 7.5px;
			border-color: #7a4cb9 transparent transparent transparent;
		}
		#CareerBlock .StepBlock:last-child .Explanation::after{
			display: none;
		}
		#CareerBlock .StepBlock p {
			text-align: center;
		}
	}
}