@charset "utf-8";
/*------------------------------------------------------------
	special_02
------------------------------------------------------------*/
#main .comSpecial .bgWhite {
	padding: 0 0 10.5rem 13.1rem;
}
#main .topBox {
	margin-bottom: 11.6rem;
	align-items: flex-end;
}
#main .topBox .phoBox {
	margin-bottom: -6.5rem;
	flex: 1;
	border-radius: 10rem 0 0 10rem;
	overflow: hidden;
	transform: translateY(-6.5rem);
}
#main .topBox .phoBox img {
	width: 100%;
}
#main .topBox .txtBox {
	margin: 0 4.8rem -5.1rem -1.5rem;
	width: 42rem;
}
#main .topBox .txtBox h3 {
	margin: 0 0 6.2rem -0.8rem;
	width: 34.4rem;
}
#main .topBox .txtBox p {
	width: 38.2rem;
}
#main .detailBox .linkList {
	margin-bottom: 6.2rem;
	gap: 0 7.2rem;
}
#main .detailBox .linkList li {
	width: calc((100% - 14.4rem)/3);
}
#main .detailBox .linkList li:after {
	right: -4rem;
}
#main .detailBox .linkList li:nth-child(3n) a {
	padding: 1rem 0 1rem 3rem;
}
#main .detailBox .history {
	margin-bottom: 9rem;
}
#main .detailBox .history:last-child {
	margin-bottom: 0;
}
#main .detailBox .history > li {
	padding: 2rem 1.8rem 0 25.2rem;
	position: relative;
}
#main .detailBox .history > li:not(:last-child) {
	margin-bottom: 2.7rem;
}
#main .detailBox .history > .liStyle:not(:last-child) {
	margin-bottom: 4.5rem;
}
#main .detailBox .history > li:before {
	position: absolute;
	left: 10.4rem;
	bottom: 1.3rem;
	width: 1px;
	height: calc(100% - 24rem);
	background-color: #568BC8;
	content: "";
}
#main .detailBox .history > li:after {
	position: absolute;
	left: 11.5rem;
	bottom: 1rem;
	width: 1px;
	height: 3rem;
	background-color: #568BC8;
	transform: rotate(45deg);
	content: "";
}
#main .detailBox .history > li:last-child::before, #main .detailBox .history > li:last-child::after {
	display: none;
}
#main .detailBox .history > .point {
	margin-bottom: 0 !important;
	padding: 0;
}
#main .detailBox .history > .point::before, #main .detailBox .history > .point::after {
	display: none;
}
#main .detailBox .history .txtImg {
	width: 20.8rem;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
}
#main .detailBox .history .txtImg:after {
	position: absolute;
	left: 9rem;
	bottom: 1.7rem;
	width: 1px;
	height: 2.1rem;
	background-color: #568BC8;
	transform: rotate(-45deg);
	content: "";
}
#main .detailBox .history > li:last-child .txtImg:after {
	display: none;
}
#main .detailBox .history h4 {
	margin-bottom: 3.5rem;
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.075em;
}
#main .detailBox .history p {
	margin-bottom: 2.8rem;
	line-height: 1.78;
	letter-spacing: 0.02em;
	text-align: justify;
}
#main .detailBox .history p:last-child {
	margin-bottom: 0;
}
#main .detailBox .history .phoList, #main .detailBox .history .photo {
	margin-left: 0.4rem;
}
#main .detailBox .history .phoList li {
	width: 47.4%;
}
#main .detailBox .history .phoList img,
#main .detailBox .history .photo img {
	width: 100%;
}
#main .detailBox .borBox {
	margin: 0 1.8rem 0 0.2rem;
	padding: 1px;
	position: relative;
	background: linear-gradient(90deg, #B18ADA 0%, #ADB0D7 100%);
	border-radius: 0.4rem;
}
#main .detailBox .borBox .subBox {
	padding: 3rem 3.6rem 3.6rem;
	background-color: #fff;
	border-radius: 0.4rem;
}
#main .detailBox .borBox h4 {
	padding: 0 2rem;
	position: absolute;
	left: 4.7rem;
	top: -1.5rem;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin-bottom: 1rem;
	background-color: #fff;
}
#main .detailBox .borBox h4:before {
	position: absolute;
	left: -0.6rem;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #B18EDA;
	border-radius: 50%;
	content: "";
}
#main .detailBox .borBox .imgBox {
	align-items: center;
}
#main .detailBox .borBox .txtBox {
	margin: 0.5rem 3.7rem 0 0;
	flex: 1;
}
#main .detailBox .borBox .txtBox p {
	letter-spacing: 0.02em;
	line-height: 1.73;
	text-align: justify;
}
#main .detailBox .borBox .phoBox {
	width: 29%;
}
#main .detailBox .borBox .phoBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .detailBox .history > .liStyle02 {
		padding-top: 4rem;
	}
	#career02 #main .detailBox .history > .liStyle01 {
		margin-bottom: 1.6rem !important;
		padding-bottom: 7rem;
	}
	#career02 #main .detailBox .history > .liStyle02 {
		margin-bottom: 1.4rem !important;
		padding-bottom: 4rem;
	}
	#main .detailBox .history .h4Ttl {
		margin-top: 2rem;
	}
	#career02 #main .topBox .txtBox {
		margin-bottom: 0;
	}
	#career02 #main .topBox .txtBox h3 {
		margin-bottom: 5.2rem;
		width: 39.3rem;
	}
}
@media all and (max-width: 896px) {
	#main .comSpecial .bgWhite {
		padding: 0 0 6rem 1.5rem;
	}
	#main .topBox {
		margin-bottom: 2.2rem;
		flex-direction: column-reverse;
	}
	#main .topBox .phoBox {
		margin-bottom: -0.6rem;
		border-radius: 5rem 0 0 5rem;
		transform: translateY(-3rem);
		width: 100%;
	}
	#main .topBox .txtBox {
		margin: 0 0;
		width: 100%;
	}
	#main .topBox .txtBox h3 {
		margin: 0 0 3rem 0.4rem;
		width: 26.7rem;
	}
	#career02 #main .topBox .txtBox h3 {
		width: 19.7rem;
	}
	#main .topBox .txtBox p {
		width: 19.1rem;
	}
	#main .detailBox .linkList {
		margin-bottom: 2.6rem;
		gap: 2.4rem 3.9rem;
	}
	#main .detailBox .linkList li {
		width: 8.9rem;
	}
	#main .detailBox .linkList li:after {
		right: -2.2rem;
	}
	#main .detailBox .linkList li:nth-child(3) {
		width: 12.9rem;
	}
	#main .detailBox .linkList li:nth-child(3n) a {
		padding: 1rem 0.3rem;
	}
	#main .detailBox .history {
		margin-bottom: 3.6rem;
	}
	#main .detailBox .history > li {
		padding: 0;
	}
	#main .detailBox .history > li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .detailBox .history > .liStyle:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	#main .detailBox .history > li:before {
		display: none;
	}
	#main .detailBox .history > li:after {
		display: none;
	}
	#main .detailBox .history .ttlBox {
		display: flex;
		align-items: center;
		margin-bottom: 0.6rem;
	}
	#main .detailBox .history .txtImg {
		width: 10.4rem;
		height: auto;
		position: static;
	}
	#main .detailBox .history .txtImg:after {
		display: none;
	}
	#main .detailBox .history h4 {
		margin: 0 0 0 1.6rem;
		flex: 1;
		font-size: 1.6rem;
		line-height: 1.85;
		letter-spacing: 0.1em;
	}
	#main .detailBox .history p {
		margin-bottom: 2rem;
		line-height: 1.63;
	}
	#main .detailBox .history .phoList, #main .detailBox .history .photo {
		margin: 0 -1.5rem;
	}
	#main .detailBox .borBox {
		margin: 0 0.5rem 0 0.1rem;
		border-radius: 0.2rem;
	}
	#main .detailBox .borBox .subBox {
		padding: 2.3rem 1.8rem 2.2rem;
		border-radius: 0.2rem;
	}
	#main .detailBox .borBox h4 {
		padding: 0 1rem;
		left: 2.5rem;
		top: -1rem;
		font-size: 1.3rem;
	}
	#main .detailBox .borBox h4:before {
		left: -0.3rem;
		width: 0.3rem;
		height: 0.3rem;
		margin-top: 0.1rem;
	}
	#main .detailBox .borBox .imgBox {
		display: block;
	}
	#main .detailBox .borBox .txtBox {
		margin: 0 0 1.5rem;
		flex: 1;
	}
	#main .detailBox .borBox .txtBox p {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#main .detailBox .borBox .phoBox {
		width: auto;
	}
	#career02 #main .detailBox .linkList li:nth-child(2) {
		width: 10.3rem;
	}
	#career02 #main .detailBox .linkList li:nth-child(3), #career02 #main .detailBox .linkList li:nth-child(4) {
		width: 6rem;
	}
	#career02 #main .detailBox .linkList li:nth-child(5) {
		width: 14.7rem;
	}
}
@media all and (max-width: 375px) {
	#career02 #main .detailBox .linkList li:nth-child(2) {
		margin-right: 2rem;
	}
}