@charset "utf-8";

/* =============================== */
/* サービス */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/service/head_pc.jpg);
}


/* ONE-STOP SERVICE */
/* -------------------------------------------------- */

#onestop {
	width: 1000px;
	height: 933px;
	margin: 0 auto 80px;
	position: relative;
}

#onestopInner {
	
}

#onestopTxt {
	position: absolute;
	top: 337px;
	left: calc(50% - 488px/2);
}

#onestopHead {
	text-align: center;
}

#onestopHeadJp {
	font-size: 2.329rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.180em;
	color: #000;
}

#onestopHeadJp2 {
	font-size: 2.329rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.180em;
	color: #666666;
}

#onestopHeadEn {
	display: block;
	font-family: 'Asap', sans-serif;
	font-size: 3.757rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #117ff0;
	margin-top: 5px;
	margin-bottom: 30px;
}

#onestopBody {
	font-size: 1.277rem;
	font-weight: 500;
	line-height: 1.765;
	letter-spacing: 0.240em;
	width: 488px;
	position: absolute;
	left: calc(50% - 488px/2);
	top: 428px;
}

/* 回転する円 */
#onestopCircle {
	position: absolute;
	z-index: -1;
	top: 145px;
	left: calc(50% - 627px/2);
	animation: rotate-anime 5s linear infinite;
}
	@keyframes rotate-anime {
		0%  {transform: rotate(0);}
		100%  {transform: rotate(360deg);}
	}

#onestopItem > ul > li {
	position: absolute;
	z-index: 2;
}

#onestopItem > ul > li a {
	display: block;
}

#onestopItem > ul > li a .onestopItemIc {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#onestopItem > ul > li a:hover .onestopItemIc {
	transform: scale(1.1);
}

#onestopItem .onestopItemTit {
	font-size: 1.641rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	text-indent: 0.300em;
	color: #0f77e2;
	text-align: center;
}

#onestopItem .onestopItemIc {
	text-align: center;
}

/* サービス：営　業 */
#onestopItem1 {
	top: 0;
	left: 441px;
}
#onestopItem1 .onestopItemIc {
	padding-bottom: 10px;
}

/* サービス：企　画 */
#onestopItem2 {
	top: 174px;
	left: 771px;
}
#onestopItem2 .onestopItemIc {
	padding-bottom: 14px;
}

/* サービス：原稿作成 */
#onestopItem3 {
	top: 599px;
	left: 800px;
}
#onestopItem3 .onestopItemIc {
	padding-bottom: 23px;
}

/* サービス：制  作 */
#onestopItem4 {
	top: 795px;
	left: 455px;
}
#onestopItem4 .onestopItemIc {
	padding-bottom: 15px;
}

/* サービス：印刷製本 */
#onestopItem5 {
	top: 622px;
	left: 103px;
}
#onestopItem5 .onestopItemIc {
	padding-bottom: 23px;
}

/* サービス：デジタルコンテンツ */
#onestopItem6 {
	top: 192px;
	left: 72px;
}
#onestopItem6 .onestopItemIc {
	padding-bottom: 21px;
}
#onestopItem6 .onestopItemTit {
	font-size: 1.477rem;
	letter-spacing: 0.100em;
}


/* 各部署 */
/* -------------------------------------------------- */

#department ul li {
	width: 100%;
}

#department ul li .liColor {
	background-color: #FFF;
	overflow: hidden;
}

#department ul li:nth-child(odd) .liColor {
	background-color: #f5f5f2;
}

.departmentInner {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px 20px;
}

.departmentContent {
	width: 47.75%;
	max-width: 573px;
	float: left;
}

.departmentHead {
	padding-top: 100px;
}
	/* 個別調整 */
	#dep_printing .departmentHead {
		padding-top: 60px;
	}
	#dep_assembly .departmentHead {
		padding-top: 60px;
	}

.departmentTit {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #004098;
	margin-bottom: .75em;
}


.departmentLead {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.429;
	letter-spacing: 0.080em;
	margin-bottom: 1.75em;
	position: relative;
}

.departmentLead:after {
	position: absolute;
	display: block;
	content: "";
	width: 65px;
	height: 1px;
	left: 0;
	bottom: -1em;
	background-color: #004098;
}

.departmentPh {
	float: right;
	width: 50%;
	max-width: 600px;
	margin: 40px 0 20px;
}

.departmentPh img {
	width: 100%;
	height: auto;
}

.departmentBody {
/* 	width: 557px; */
}
.departmentTxt {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
	margin-bottom: 2em;
}

.departmentLink {
	width: 206px;
	margin: 0 0 0 auto;
}

