@charset "utf-8";

/*----------------------------------------*/
/* 朝日印刷工業の使命 */
/*----------------------------------------*/

/* タイトル */

#mission .page_title{
	position: relative;
	height: 33.85vw;
	background-image: url("../images/mission_title_bg_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#mission .page_title img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34.063vw;
	margin: 0 auto;
}


/* 斜めの背景色 */
#mission .bgline{
	position: relative;
	width: 100%;
}

#mission .bgline::after{
	position: absolute;
	content: "";
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 380px;
	background-color: var(--recruit-page-red);
	transform: skewY(-10deg);
	opacity: 0.05;
	z-index: -1;
}

#mission #mission_03::after{
	top: 50%;
	transform: translateY(-50%) skewY(-10deg);
	background: linear-gradient(-135deg, #fff2eb, #e6f4e0);
	opacity: 1;
}

/* フォント共通 */
#mission h2{
	font-size: 2rem;
	font-weight: 400;
}

#mission h3{
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 3.6rem;
	font-weight: 700;
}

#mission h3::before{
	content: none;
}

#mission h3::after{
	position: absolute;
	content: "";
	bottom: 0;
	right: -50%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12rem;
	font-weight: 600;
	color: var(--sub-font-color);
	line-height: 1;
	opacity: 0.1;
}

#mission_01 h3::after{
	content: "Mind";
}

#mission_02 h3::after{
	content: "Feature";
}

#mission_03 h3{
	display: block;
	padding-top: 100px;
	text-align: center;
}

#mission_03 h3::after{
	content: "Mission";
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

#mission h3 + p{
	font-size: 1.8rem;
}


/* 並び共通 */
#mission .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

#mission .flex .box:first-of-type{
	width: 68%;
}

#mission .flex .box:last-of-type{
	width: 28%;
}


/* サービス */
#mission #mission_service .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	letter-spacing: 0.01em;
}

#mission #mission_service .flex .box{
	width: 30%;
	margin-bottom: 20px;
	margin-right: 5%;
}

#mission #mission_service .flex .box:nth-of-type(3){
	margin-right: 0;
}

#mission_service ul{
	list-style: none;
	padding-left: 14px;
	font-size: 1.4rem;
}

/* Mind */
#mission_01 img{
	max-width: 426px;
}

/* Feature */

#mission_02 .page_inner>.flex{
	flex-direction: row-reverse;
}

#mission_02 img{
	max-width: 376px;
}


/* 職種紹介 */
#mission_works p{
	font-weight: 500;
	text-align: center;
	line-height: 3;
}

#mission_works .flex{
	max-width: 680px;
}

/* Mission */
#mission_03{
	text-align: center;
}


@media screen and (max-width: 1280px){
	/* --- 小型PC用 --- */
	
	#mission h3{
		font-size: 2.8rem;
	}
	
	#mission_03 h3::after{
		bottom: 50px;
	}

	
}


@media screen and (max-width: 959px){
	/* --- タブレット＆スマホ用 --- */
	
	/* フォント共通 */
	#mission h2{
		font-size: 1.6rem;
		font-weight: 400;
	}

	#mission h3{
		position: relative;
		display: inline-block;
		padding: 0;
		font-size: 2.2rem;
		font-weight: 700;
	}

	#mission h3::before{
		content: none;
	}

	#mission h3::after{
		position: absolute;
		bottom: 0;
		right: -50%;
		font-family: 'Montserrat', sans-serif;
		font-size: 9.6rem;
		font-weight: 600;
		color: var(--sub-font-color);
		line-height: 1;
		opacity: 0.1;
	}
	
	#mission_03 h3{
		display: block;
		padding-top: 100px;
		text-align: center;
	}

	#mission_03 h3::after{
		content: "Mission";
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
	}

	#mission h3 + p{
		font-size: 1.6rem;
	}


	/* 並び共通 */
	#mission .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}

	#mission .flex .box:first-of-type{
		width: 100%;
		margin-bottom: 40px;
	}

	#mission .flex .box:last-of-type{
		width: 100%;
	}
	
	#mission .flex .box img{
		margin:  0 auto;
	}


	/* サービス */
	#mission #mission_service .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		letter-spacing: 0.01em;
	}

	#mission #mission_service .flex .box{
		width: 45%;
		margin: 0 0 20px 0;
	}
	
	#mission #mission_service .flex .box:last-of-type{
		margin: 0;
	}


	#mission_service ul{
		list-style: none;
		padding-left: 14px;
		font-size: 1.4rem;
	}

	/* Mind */
	#mission_01 img{
		max-width: 426px;
	}

	/* Feature */

	#mission_02 .page_inner>.flex{
		flex-direction: row-reverse;
	}

	#mission_02 img{
		max-width: 376px;
	}


	/* 職種紹介 */
	#mission_works p{
		font-weight: 500;
		text-align: center;
		line-height: 3;
	}

	#mission_works .flex{
		max-width: 680px;
	}

	/* Mission */
	#mission_03{
		text-align: center;
	}

}


@media screen and (max-width: 479px){
	/* スマホ用 --- */
	
	/* タイトル */

	#mission .page_title{
		position: relative;
		height: 56.52vw;
		background-image: url("../images/mission_title_bg_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}

	#mission .page_title img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 56.52vw;
		margin: 0 auto;
	}

	

	/* フォント共通 */
	#mission h2{
		font-size: 1.4rem;
		font-weight: 400;
		text-align: left;
	}

	#mission h3{
		position: relative;
		display: inline-block;
		padding: 0;
		font-size: 2rem;
		font-weight: 700;
	}

	#mission h3::before{
		content: none;
	}

	#mission h3::after{
		position: absolute;
		bottom: 10px;
		right: -15%;
		font-family: 'Montserrat', sans-serif;
		font-size: 6.7rem;
		font-weight: 600;
		color: var(--sub-font-color);
		line-height: 1;
		opacity: 0.1;
	}
	
	#mission_03 h3{
		display: block;
		padding-top: 100px;
		text-align: center;
	}

	#mission_03 h3::after{
		content: "Mission";
		bottom: 50px;
		left: 50%;
		right: -30%;
		transform: translateX(-50%);
	}

	#mission h3 + p{
		font-size: 1.5rem;
	}


	/* 並び共通 */
	#mission .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}


	/* サービス */
	#mission #mission_service .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		letter-spacing: 0.01em;
	}

	#mission #mission_service .flex .box{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#mission #mission_service .flex .box:last-of-type{
		margin: 0;
	}


	#mission_service ul{
		list-style: none;
		padding-left: 14px;
		font-size: 1.3rem;
	}

	/* Mind */
	#mission_01 img{
		max-width: 426px;
	}


	/* 職種紹介 */
	#mission_works p{
		font-size: 1.3rem;
		font-weight: 500;
		text-align: left;
		line-height: 3;
	}

	#mission_works .flex{
		max-width: 680px;
	}

	/* Mission */
	#mission_03{
		text-align: left;
	}

}