@charset "UTF-8";
/* CSS Document */

.main {
	width:100%;
	background-image:url(../../common/img/bg-img.png);
	background-size:100% auto;
	background-position:top center;
}
.main-img {
	position:relative;
	width:735px;
	margin:0 auto;
	padding-left:160px;
}
.main-img img {
	width:100%;
}

.page_summary {
	position:absolute;
	top:72px;
	left:-140px;
	padding:20px 10px;
	background-color:#fff;
}
.page_summary h2 {
	font-size:34px;
	font-size:3.4rem;/* =34px */
	line-height:50px;
	line-height:5rem;/* =50px */
	font-weight:bold;
}
.page_summary p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}

.page_summary-sp {
	display:none;
}

.job_description {
	width:95%;
	padding:66px 0 36px 5%;
}
.job_description h5 {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:28px;
	font-size:2.8rem;/* =28px */
	font-weight:bold;
	margin-bottom:20px;
}
.job_description ul {
	display: -webkit-flex;
	display: flex;
	margin-bottom:10px;
}
.job_description li {
	width:40%;
	margin-right:5%;
}
.job_description p {
	margin-bottom:10px;
}
.job_description p,
.job_description li {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.main-img {
		position:relative;
		width:100%;
		padding-left:0;
	}
	.main-img img {
		width:100%;
	}
	
	.page_summary {
		display:none;
	}
	.page_summary-sp {
		display:block;
		position:relative;
		text-align:center;
		margin-top:-30px;
		padding-top:30px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:0;
	}
	.page_summary-sp h2 {
		font-size:30px;
		font-size:3rem;/* =30px */
		line-height:50px;
		line-height:5rem;/* =50px */
		font-weight:bold;
	}
	.page_summary-sp p {
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
}
@media screen and ( max-width:600px ) {
	.main-img {
		position:relative;
		width:100%;
		padding-left:0;
	}
	.main-img img {
		width:100%;
	}
	
	.page_summary {
		display:none;
	}
	
	.page_summary-sp {
		display:block;
		position:relative;
		text-align:center;
		margin-top:-30px;
		padding-top:30px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:0;
	}
	.page_summary-sp h2 {
		font-size:20px;
		font-size:2rem;/* =20px */
		line-height:50px;
		line-height:5rem;/* =50px */
		font-weight:bold;
	}
	.page_summary-sp p {
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
}

/*内職*/

.inner_job-wrapper {
	position:relative;
	width:100%;
	margin-top:-50px;
	padding-top:50px;
	background-image:url(../../common/img/wave.png);
	background-size:100% auto;
	background-position:top center;
	z-index:2;
}
.inner_job {
	width:100%;
	padding-bottom:30px;
	background-color:#fff;
}
.inner_job-cont {
	width:800px;
	margin:0 auto;
}
.inner_job-cont h3 {
	text-align:center;
}
.inner_job-cont h3 img {
	height:30px;
}
.inner_job-summary ul {
	padding:30px 0 50px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.inner_job-summary li {
	width:44%;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}
.inner_job-summary li:last-child {
	padding-top:20px;
}
.inner_job-summary li img {
	width:100%;
}

.inner_job-proud {
	padding:20px 18px 0 18px;
	border:3px dashed #ff6969;
	border-radius:10px;
}
.inner_job-proud h4 {
	display:block;
	width:75px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	font-size:2.4rem;/* =24px */
	font-weight:bold;
	padding:0 15px;
	margin-top:-32px;
	margin-bottom:12px;
	background-color:#fff;
}
.inner_job-proud ul.pc-proud {
	width:100%;
	margin-bottom:18px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.inner_job-proud ul.sp-proud01,
.inner_job-proud ul.sp-proud02 {
	display:none;
}
.inner_job-proud li {
	position:relative;
	padding:1em 1em 1.5em 1.3em;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:bold;
	background:#e08080;
	overflow:hidden;
	background-image:url(../../common/img/check-icon.png);
	background-position:5px 15px;
	background-size:auto 20px;
	background-repeat:no-repeat;
}
.inner_job-proud li:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #d36f6f #d36f6f; /* A bit more verbose to work with .rounded too */
    background:#d36f6f; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
}
.inner_job-proud ul.pc-proud li:first-child {
	width:24%;
	margin-right:3%;
}
.inner_job-proud ul.pc-proud li:nth-child(2) {
	width:40%;
	margin-right:3%;
}
.inner_job-proud ul.pc-proud li:last-child {
	width:30%;
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.inner_job-wrapper {
		position:relative;
		width:96%;
		margin:0 auto;
		margin-top:0;
		padding-top:0;
		background-image:none;
	}
	.inner_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.inner_job-cont {
		width:100%;
	}
	.inner_job-cont h3 {
		text-align:center;
		width:30%;
		margin:0 auto;
	}
	.inner_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.inner_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.inner_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.inner_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.inner_job-summary li:last-child {
		padding-top:20px;
	}
	
	.inner_job-proud ul.pc-proud {
		display:none;
	}
	.inner_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.inner_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.inner_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.inner_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.inner_job-proud ul.sp-proud02 li {
		width:100%;
	}
}
@media screen and ( max-width:600px ) {
	.inner_job-wrapper {
		position:relative;
		width:96%;
		margin:0 auto;
		margin-top:0;
		padding-top:0;
		background-image:none;
	}
	.inner_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.inner_job-cont {
		width:100%;
	}
	.inner_job-cont h3 {
		text-align:center;
		width:30%;
		margin:0 auto;
	}
	.inner_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.inner_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.inner_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.inner_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.inner_job-summary li:last-child {
		padding-top:20px;
	}
	
	.inner_job-proud ul.pc-proud {
		display:none;
	}
	.inner_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.inner_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.inner_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.inner_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.inner_job-proud ul.sp-proud02 li {
		width:100%;
	}
}

/*パート*/

#part {
	width:100%;
	padding-top:100px;
	background-image:url(../../common/img/bg-img.png);
	background-size:100% auto;
	background-position:top center;
}
.part_job-wrapper {
	position:relative;
	width:100%;
	margin-top:-50px;
	padding-top:50px;
	background-image:url(../../common/img/wave.png);
	background-size:100% auto;
	background-position:top center;
	z-index:1;
}
.part_job {
	width:100%;
	padding-bottom:30px;
	background-color:#fff;
}
.part_job-cont {
	width:800px;
	margin:0 auto;
}
.part_job-cont h3 {
	text-align:center;
}
.part_job-cont h3 img {
	height:30px;
}
.part_job-summary ul {
	padding:30px 0 50px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.part_job-summary li {
	width:44%;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}
.part_job-summary li:first-child {
	padding-top:20px;
}
.part_job-summary li img {
	width:100%;
}

.part_job-proud {
	padding:20px 18px 0 18px;
	border:3px dashed #d9d92f;
	border-radius:10px;
}
.part_job-proud h4 {
	display:block;
	width:75px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	font-size:2.4rem;/* =24px */
	font-weight:bold;
	padding:0 15px;
	margin-top:-32px;
	margin-bottom:12px;
	background-color:#fff;
}
.part_job-proud ul.pc-proud {
	width:100%;
	margin-bottom:18px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.part_job-proud ul.sp-proud01,
.part_job-proud ul.sp-proud02 {
	display:none;
}
.part_job-proud li {
	position:relative;
	padding:1em 1em 1.5em 1.3em;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:bold;
	background:#cdc82a;
	overflow:hidden;
	background-image:url(../../common/img/check-icon.png);
	background-position:5px 15px;
	background-size:auto 20px;
	background-repeat:no-repeat;
}
.part_job-proud li:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #b3a513 #b3a513; /* A bit more verbose to work with .rounded too */
    background:#b3a513; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
}
.part_job-proud ul.pc-proud li:first-child {
	width:24%;
	margin-right:3%;
}
.part_job-proud ul.pc-proud li:nth-child(2) {
	width:40%;
	margin-right:3%;
}
.part_job-proud ul.pc-proud li:last-child {
	width:30%;
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.part_job-wrapper {
		position:relative;
		width:100%;
		margin-top:-20px;
		padding-top:20px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:1;
	}
	.part_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.part_job-cont {
		width:96%;
		margin:0 auto;
	}
	.part_job-cont h3 {
		text-align:center;
		width:60%;
		margin:0 auto;
	}
	.part_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.part_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.part_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.part_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.part_job-summary li:last-child {
		padding-top:20px;
	}
	
	.part_job-proud ul.pc-proud {
		display:none;
	}
	.part_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.part_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.part_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.part_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.part_job-proud ul.sp-proud02 li {
		width:100%;
	}
}
@media screen and ( max-width:600px ) {
	.part_job-wrapper {
		position:relative;
		width:100%;
		margin-top:-20px;
		padding-top:20px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:1;
	}
	.part_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.part_job-cont {
		width:96%;
		margin:0 auto;
	}
	.part_job-cont h3 {
		text-align:center;
		width:60%;
		margin:0 auto;
	}
	.part_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.part_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.part_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.part_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.part_job-summary li:last-child {
		padding-top:20px;
	}
	
	.part_job-proud ul.pc-proud {
		display:none;
	}
	.part_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.part_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.part_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.part_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.part_job-proud ul.sp-proud02 li {
		width:100%;
	}
}

/*リフト作業*/

#lift {
	width:100%;
	padding-top:100px;
	background-image:url(../../common/img/bg-img.png);
	background-size:100% auto;
	background-position:top center;
}
.lift_job-wrapper {
	position:relative;
	width:100%;
	margin-top:-50px;
	padding-top:50px;
	background-image:url(../../common/img/wave.png);
	background-size:100% auto;
	background-position:top center;
	z-index:1;
}
.lift_job {
	width:100%;
	padding-bottom:30px;
	background-color:#fff;
}
.lift_job-cont {
	width:800px;
	margin:0 auto;
}
.lift_job-cont h3 {
	text-align:center;
}
.lift_job-cont h3 img {
	height:30px;
}
.lift_job-summary ul {
	padding:30px 0 50px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.lift_job-summary li {
	width:44%;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}
.lift_job-summary li:first-child {
	padding-top:20px;
}
.lift_job-summary li img {
	width:100%;
}

.lift_job-proud {
	padding:20px 18px 0 18px;
	border:3px dashed #d9d92f;
	border-radius:10px;
}
.lift_job-proud h4 {
	display:block;
	width:75px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	font-size:2.4rem;/* =24px */
	font-weight:bold;
	padding:0 15px;
	margin-top:-32px;
	margin-bottom:12px;
	background-color:#fff;
}
.lift_job-proud ul.col3,
.lift_job-proud ul.col2 {
	width:100%;
	margin-bottom:18px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lift_job-proud ul.sp-proud01,
.lift_job-proud ul.sp-proud02 {
	display:none;
}
.lift_job-proud li {
	position:relative;
	padding:1em 1em 1.5em 1.3em;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:bold;
	background:#7bc65f;
	overflow:hidden;
	background-image:url(../../common/img/check-icon.png);
	background-position:5px 15px;
	background-size:auto 20px;
	background-repeat:no-repeat;
}
.lift_job-proud li:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #6f955a #6f955a; /* A bit more verbose to work with .rounded too */
    background:#6f955a; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
}
.lift_job-proud ul.col3 li:first-child {
	width:24%;
	margin-right:3%;
}
.lift_job-proud ul.col3 li:nth-child(2) {
	width:40%;
	margin-right:3%;
}
.lift_job-proud ul.col3 li:last-child {
	width:30%;
}
.lift_job-proud ul.col2 li:first-child {
	width:44%;
	margin-right:3%;
}
.lift_job-proud ul.col2 li:last-child {
	width:53%;
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.lift_job-wrapper {
		position:relative;
		width:100%;
		margin-top:-20px;
		padding-top:20px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:1;
	}
	.lift_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.lift_job-cont {
		width:96%;
		margin:0 auto;
	}
	.lift_job-cont h3 {
		text-align:center;
		width:60%;
		margin:0 auto;
	}
	.lift_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.lift_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.lift_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.lift_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.lift_job-summary li:last-child {
		padding-top:20px;
	}
	
	.lift_job-proud ul.col3,
	.lift_job-proud ul.col2 {
		display:none;
	}
	.lift_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.lift_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.lift_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.lift_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.lift_job-proud ul.sp-proud02 li {
		width:100%;
	}
}
@media screen and ( max-width:600px ) {
	.lift_job-wrapper {
		position:relative;
		width:100%;
		margin-top:-20px;
		padding-top:20px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:1;
	}
	.lift_job {
		width:100%;
		padding:30px 0;
		background-color:#fff;
	}
	.lift_job-cont {
		width:96%;
		margin:0 auto;
	}
	.lift_job-cont h3 {
		text-align:center;
		width:60%;
		margin:0 auto;
	}
	.lift_job-cont h3 img {
		width:100%;
		height: auto;
	}
	.lift_job-summary ul {
		padding:30px 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.lift_job-summary li {
		width:100%;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
	.lift_job-summary li:first-child {
		width:80%;
		margin:0 auto;
	}
	.lift_job-summary li:last-child {
		padding-top:20px;
	}
	
	.lift_job-proud ul.col3,
	.lift_job-proud ul.col2 {
		display:none;
	}
	.lift_job-proud ul.sp-proud01 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.lift_job-proud ul.sp-proud02 {
		display:block;
		width:100%;
		margin-bottom:18px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.lift_job-proud ul.sp-proud01 li:first-child {
		width:40%;
		margin-right:2%;
	}
	.lift_job-proud ul.sp-proud01 li:last-child {
		width:58%;
	}
	.lift_job-proud ul.sp-proud02 li {
		width:100%;
	}
}
