
 .resizeimage {
	height: auto;
	max-width: 100%;
	margin: 0px 5% 0.5px 6.7em;
}

@media(max-width: 1200px) {
 .resizeimage {
	height: auto;
	max-width: 90%;
	margin: 10px 5%;
}
}


.careerplan-main-image {
	overflow: hidden;
	position: relative;
}
.careerplan-main-wrapper {
	position: relative;
}

.careerplan-main-image img {
	width: 100%;
}


.careerplan-main {
	padding: 3.5em 10% 3.5em 10%;
	position: relative;
}

.careerplan-main h3 {
	font-size: 20px;
	line-height: 2.5rem;
	margin: 10px 10%;
}

.careerplan-main h4 {
	font-size: 18px;
	line-height: 2.2rem;
	margin: 10px 10% 0 10%;
	display: block;
	border-bottom: 1px solid #000;
}

.careerplan-main p {
	font-size: 15px;
	line-height: 2rem;
	padding: 0 10%;
}

.careerplan-space-wrapper .title-box {
	position: absolute;
	top: -20px;
	left: 2.2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.contents-header {
	position: sticky;
	top: 0;
	z-index: 20;
}

.content-box {
	background-color: rgba(255,255,255,1);
}
.content-box h2 .sub-title {
	display: inline-block;
	font-size: 22.5px;
	white-space: nowrap;
}

.title-area.report:after {
	content: "REPORT";
}


.shyoukai-img{
	width: 100%;
	transition: all .3s;
}




@media(max-width: 1279px) {
	.contents-body {
		font-size: 0.8em;
	}
	
	.careerplan-main {;
		padding: 2em 5% 2em 5%;
	}
	.title-area {
		width: 7em;
	}
	.careerplan-main h3:before {
		width: 7%;
	}

	.careerplan-main h3 {
		margin: 10px 5%;
		line-height: 1.7em;
	}
	
	.careerplan-main h4 {
		margin: 10px 5% 0 5%;
	}

	.careerplan-main p {
		padding: 0 5%;
		line-height: 1.7rem;
	}
	
	.title-box {
		margin-left: 5%;
	}
}

@media(max-width: 1023px) {
	.contents-body {
		font-size: 0.7em;
	}
	.careerplan-space-wrapper {
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.careerplan-space-wrapper .title-box {
		display: none;
	}
	.profile {
		padding-top: .4em;
	}
	.title-area:after {
		left: -83px;
		font-size: 2.5em;
	}
	.title-area.scroll-in:after {
		left: -43px;
	}
	
	.title-area {
		width: 4em;
	}
	.profile-message {
		font-size: 1.1em;
	}	
	

}
@media(max-width: 800px) {
	.contents-body {
		font-size: 0.85em;
	}
	.careerplan-space-wrapper {
		padding: 2.3em 2em 1.2em 2em;
	}
	.careerplan-space-wrapper .title-box {
		display: inline-block;
		left: 1.5em;
	}
	.profile {
		padding-top: .8em;
	}
	.title-area:after {
		left: -102px;
		font-size: 4em;
	}
	.title-area.scroll-in:after {
		left: -62px;
	}
	
	.title-area {
		width: 7em;
	}

	

	
}
@media(max-width: 580px) {  /* @media(max-width: 1023px)と同じ */
	.contents-body {
		font-size: 0.7em;
	}
	.careerplan-space-wrapper {
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.careerplan-space-wrapper .title-box {
		display: none;
	}
	.profile {
		padding-top: .4em;
	}
	.title-area:after {
		left: -75px;
		font-size: 2.5em;
	}
	.title-area.scroll-in:after {
		left: -35px;
	}
	
	.title-area {
		width: 4em;
	}
	.profile-message {
		font-size: 1.25em;
	}
	
	/**
	 * 社員一覧
	 */
	.shyoukai-box {
		overflow: hidden;
		position: relative;
		display: inline-block;
		width:98%;
	}
	
	.shyoukai-space-wrapper {
		padding: 0.5em 1.8em 0.2em 1.8em;
	}
	
	.shyoukai-title{
		font-size: 2.5em;
		font-weight:bold;
		display:inline-block;
	}
}
.orange_class{
	color:orange;
}





