@charset "utf-8";

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

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

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



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

#onestop {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 60px;
}

#onestopInner {
	width: 290px;
	height: 420px;
	margin: 0 auto;
	position: relative;
}

@media all and (min-width: 768px) {
	#onestopInner {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transform-origin:top center;
		transform-origin:top center;
		height: 600px;
	}
}

#onestopTxt {
	position: absolute;
	width: 162px;
	top: 165px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#onestopHead {
	text-align: center;
}

#onestopHeadJp {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #000;
}

#onestopHeadJp2 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #666666;
}

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

#onestopBody {
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.429;
	letter-spacing: 0.075em;
}

/* 回転する円 */
#onestopCircle {
	position: absolute;
	z-index: -1;
	width: 203px;
	height: 203px;
	top: 107px;
	left: calc(50% - 203px/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 .onestopItemTit {
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.300em;
	text-indent: 0.300em;
	color: #0f77e2;
	text-align: center;
	white-space: nowrap;
}

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

/* サービス：営　業 */
#onestopItem1 {
	top: 26px;
	left: 115px;
}
#onestopItem1 .onestopItemIc {
	width: 60.5px;
	padding-bottom: 7px;
}

/* サービス：企　画 */
#onestopItem2 {
	top: 70px;
	left: 231px;
}
#onestopItem2 .onestopItemIc {
	width: 60px;
	padding-bottom: 7px;
}

/* サービス：原稿作成 */
#onestopItem3 {
	top: 270px;
	left: 235px;
}
#onestopItem3 .onestopItemIc {
	width: 39px;
	margin: 0 auto;
	padding-bottom: 12px;
}

/* サービス：制  作 */
#onestopItem4 {
	top: 322px;
	left: 129px;
}
#onestopItem4 .onestopItemIc {
	width: 43.5px;
	padding-bottom: 7.5px;
}

/* サービス：印刷製本 */
#onestopItem5 {
	top: 285px;
	left: 10px;
}
#onestopItem5 .onestopItemIc {
	width: 40px;
	margin: 0 auto;
	padding-bottom: 9px;
}

/* サービス：デジタルコンテンツ */
#onestopItem6 {
	top: 77px;
	left: 0;
}
#onestopItem6 .onestopItemIc {
	width: 50px;
	margin: 0 auto;
	padding-bottom: 9px;
}


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

#department {
	margin-bottom: 40px;
}

#department ul li {
	padding-top: 50px;
	margin-top: -50px;
}

#department ul li .liColor {
	width: 100%;
	padding: 0 15px;
}

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

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

.departmentInner {
	width: 100%;
	margin: 0 auto;
}

#department ul li:nth-child(odd) .departmentHead {
	padding-top: 30px;
}

#department ul li:nth-child(even) .departmentHead {
	padding-top: 60px;
}

.departmentTit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #004098;
	margin-bottom: 1em;
	text-align: left;
}

.departmentLead {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.429;
	letter-spacing: 0.075em;
	margin-bottom: 1.75em;
	position: relative;
	text-align: left;
}

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

.departmentPh {
	margin-bottom: 18px;
}

.departmentTxt {
	font-size: 1.4rem;
	line-height: 1.385;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
}

.departmentLink {
	width: 235px;
	margin: 0 auto 20px;
}

