@charset "utf-8";

.mainimg {
	background-image: url("../images/c_mainimg_pc.jpg");
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.mainimg {
		background-image: url("../images/c_mainimg_sp.jpg");
	}
}

.pb1 {
	padding-bottom: 360px;
	/* case1位置調整 */
}
.toplead {
	line-height: 2.0em;
	font-weight: 500;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 130px;
}
.staff_wrap {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.staff_wrap .box {
	width: 33%;
	background-color: #f4f4f4;
	display: block;
	background-image: url("../../common/images/icn_san_m.svg");
	background-repeat: no-repeat;
	background-position: bottom 20px center;
	background-size: 34px auto;
	padding-bottom: 70px;
}
.staff_wrap .box h3 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #4d4d4d;
	padding: 8px 0;
}
.staff_wrap .box .staffimg {
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-radius: 50%;
}
.staff_wrap .box .staffimg img {
	border-radius: 50%;
}
.staff_wrap .box .caseimg {
	width: 46%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.staff_wrap .box .name {
	text-align: center;
}
.staff_wrap .box .name span {
	font-size: 26px;
	font-weight: 400;
	padding-right: 8px;
}
.staff_wrap a .staffimg img {
	transition: all .3s ease;
}
.staff_wrap a:hover > .staffimg img {
	transform: scale(1.07);
	opacity: 0.8;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.pb1 {
		padding-bottom: 60px;
		/* case1位置調整 */
	}
.toplead {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.staff_wrap {
		max-width: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.staff_wrap .box {
		width: 49%;
		background-position: bottom 15px center;
		background-size: 24px auto;
		padding-bottom: 40px;
	}
    .staff_wrap .box:nth-of-type(1) {
        margin-left: 25%;
        margin-right: 25%;
        margin-bottom: 7px;
    }
	.staff_wrap .box h3 {
		font-size: 15px;
	}
	.staff_wrap .box .staffimg {
		width: 70%;
		margin-top: 15px;
	}
	.staff_wrap .box .caseimg {
		width: 48%;
		margin-top: -20px;
	}
	.staff_wrap .box .name span {
		font-size: 20px;
		padding-right: 4px;
	}
}

/* スタッフinfo*/
.staffimg_wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -210px;
	position: relative;
	z-index: 1;
}
.staffimg_wrap .caseno1,
.staffimg_wrap .caseno2{
	position: absolute;
	width: 26%;
	top: -26px;
	z-index: 1;
}
.staffimg_wrap .caseno1 {
	left: -40px;
}
.staffimg_wrap .caseno2 {
	right: -40px;
}
.staffimg_wrap .sfimg {
	line-height: 0;
}
.staffimg_wrap .staffinfobox {
	position: absolute;
	top: 0;
	width: 57%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.staffimg_wrap .typ1 {
	right: 0;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
	padding-left: 14%;
	padding-right: 50px;
}
.staffimg_wrap .typ2 {
	left: 0;
	clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
	padding-left: 50px;
	padding-right: 14%;
}
.staffimg_wrap .staffinfobox h3 {
	margin-top: 50px;
}
.staffimg_wrap .staffinfobox h3 span {
	background-color: #fff;
	color: #212121;
	padding: 3px 10px;
	white-space: nowrap;
}
.staffimg_wrap .staffinfobox .cach {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.6em;
	padding-top: 26px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	padding-bottom: 30px;
	border-bottom: #fff solid 1px;
}
.staffimg_wrap .staffinfobox .busyo {
	padding-top: 30px;
}
.staffimg_wrap .staffinfobox .name {
	padding-top: 6px;
}
.staffimg_wrap .staffinfobox .name span {
	font-size: 26px;
	font-weight: 400;
	padding-right: 8px;
}
.staffimg_wrap .staffinfobox .school {
	padding-top: 6px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.staffimg_wrap {
		max-width: none;
		margin-top: 0px;
	}
	.staffimg_wrap .caseno1,
	.staffimg_wrap .caseno2{
		position: absolute;
		width: 34%;
		top: -16px;
	}
	.staffimg_wrap .caseno1 {
		left: 10px;
	}
	.staffimg_wrap .caseno2 {
		right: 10px;
	}
	.staffimg_wrap .staffinfobox {
		width: 72%;
		font-size: 13px;
	}
	.staffimg_wrap .typ1 {
		padding-left: 16%;
		padding-right: 10px;
	}
	.staffimg_wrap .typ2 {
		padding-left: 10px;
		padding-right: 16%;
	}
	.staffimg_wrap .staffinfobox h3 {
		margin-top: 16px;
	}
	.staffimg_wrap .staffinfobox h3 span {
		background-color: #fff;
		color: #212121;
		padding: 2px 6px;
		font-size: 12px;
	}
	.staffimg_wrap .staffinfobox .cach {
		font-size: 12px;
		line-height: 1.3em;
		padding-top: 12px;
		letter-spacing: 0.04em;
		padding-bottom: 10px;
		border-bottom: #fff solid 1px;
	}
	.staffimg_wrap .staffinfobox .busyo {
		padding-top: 6px;
		font-size: 12px;
		line-height: 1.3em;
	}
	.staffimg_wrap .staffinfobox .name {
		padding-top: 6px;
		line-height: 1.2em;
	}
	.staffimg_wrap .staffinfobox .name span {
		font-size: 15px;
		font-weight: 400;
		padding-right: 8px;
	}
	.staffimg_wrap .staffinfobox .school {
		padding-top: 6px;
		font-size: 12px;
		line-height: 1.3em;
	}
}


/* キャリア流れ */
.career_wrap {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 160px;
}
.career_wrap .mds_wrap {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.career_wrap .mds_wrap .inner {
	line-height: 100%;
	display: flex;
}
.career_wrap .mds_wrap .inner .y {
	width: 100px;
	font-size: 80%;
	color: #fff;
	background-color: #008348;
	padding: 14px 40px 12px 15px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	white-space: nowrap;
}
.career_wrap .mds_wrap .inner .y span {
	font-size: 200%;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.career_wrap .mds_wrap .inner h3 {
	background-color: #e9e9e9;
	padding: 14px 20px 12px 35px;
	font-size: 22px;
	font-weight: 400;
	margin-left: -30px;
}
.career_wrap .flowbox {
	width: 100%;
	background-color: #fff;
	padding: 70px 60px 70px 60px;
	box-shadow: 13px 13px 0px -2px rgba(0, 0, 0, 0.15);
	margin-top: -30px;
}
.career_wrap .flowbox p {
	padding-top: 0px;
	font-size: 18px;
	line-height: 1.7em;
}
.career_wrap .san {
	padding-bottom: 110px;
	background-image: url(../images/icn_san.svg);
	background-repeat: no-repeat;
	background-size: 34px 22px;
	background-position: center;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.career_wrap {
		max-width: none;
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.career_wrap .mds_wrap {
		display: block;
		position: relative;
		z-index: 1;
	}
	.career_wrap .mds_wrap .inner {
		line-height: 100%;
		display: block;
	}
	.career_wrap .mds_wrap .inner .y {
		width: 100px;
		font-size: 80%;
		color: #fff;
		background-color: #008348;
		padding: 14px 40px 12px 20px;
		margin-left: 20px;
		position: relative;
		z-index: 1;
		margin-bottom: -20px;
	}
	.career_wrap .mds_wrap .inner .y span {
		font-size: 200%;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
	}
	.career_wrap .mds_wrap .inner h3 {
		background-color: #e9e9e9;
		padding: 34px 20px 34px 20px;
		font-size: 16px;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
		line-height: 1.6em;
	}
	.career_wrap .flowbox {
		width: 100%;
		background-color: #fff;
		padding: 100px 20px 30px 20px;
		box-shadow: 7px 7px 0px -2px rgba(0, 0, 0, 0.15);
		margin-top: -84px;
	}
	.career_wrap .flowbox p {
		padding-top: 0px;
		font-size: 14px;
		line-height: 1.7em;
	}
	.career_wrap .san {
		padding-bottom: 70px;
		background-image: url(../images/icn_san.svg);
		background-repeat: no-repeat;
		background-size: 30px 18px;
		background-position: center;
	}
}