@charset "utf-8";

/* =============================== */
/* サイトマップ */
/* =============================== */

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

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



/* サイトマップ */
/* -------------------------------------------------- */

#sitemapBody {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 70px;
}

a.sitemapLink {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222222;
	-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;
	position: relative;
}

a.sitemapLink:hover {
	color: #004098;
}

a.sitemapLink:after {
	position: absolute;
	top: 0;
	right: -20px;
	display: inline-block;
	content: "";
	background: url(../../img/common/arrow_blue_r1_pc.png) no-repeat right center;
	background-size: 7px auto;
	width: 7px;
	height: 100%;
}

#sitemapBodyHome {
	width: 100%;
	padding: 0 50px 40px;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 40px;
}

#sitemapBodyService {
	width: 100%;
	padding: 0 50px 20px;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 40px;
}

#sitemapBodyServiceItem {
	width: 700px;
	margin: 0 auto;
}

#sitemapBodyServiceItem ul {
	letter-spacing: -.4em;
	margin-left: -25px;
	margin-right: -25px;
}

#sitemapBodyServiceItem ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 20px;
	width: calc(33.33% - 25px*2);
}

#sitemapBodyServiceItem ul li a {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
	text-align: center;
}

#sitemapBodyServiceItem ul li a:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 3px #004098;
	border-radius: 50%;
	-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;
}

#sitemapBodyServiceItem ul li a:hover:before {
	transform: scale(1.1);
}

#sitemapBodyServiceItem ul li a > div {
	margin-right: auto;
	margin-left: auto;
}

#sitemapBodyServiceItem ul li a > div > img {
	width: 100%;
}

.sitemapBodyServiceItemtxt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #004098;
}

/* 各サービスの固有値 */
#sitemapBodyPlanning {
	width: 120px;
	padding-top: 44px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sitemapBodyProduction {
	width: 88px;
	padding-top: 35px;
	margin-bottom: 10px;
}

#sitemapBodyPrinting {
	width: 100px;
	padding-top: 53px;
	margin-bottom: 10px;
}

#sitemapBodyDigital {
	width: 103px;
	padding-top: 46px;
	margin-bottom: 12px;
}

#sitemapBodyAssembly {
	width: 80px;
	padding-top: 32px;
	margin-bottom: 14px;
}

#sitemapBodyEvent {
	padding-top: 32px;
	margin-bottom: 18px;
}

.sitemapBodyElse {
	width: 100%;
	padding: 0 50px 40px;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 40px;
}

.sitemapBodyElse ul {
	letter-spacing: -.4em;
	margin-left: -42px;
	margin-right: -42px;
}

.sitemapBodyElse ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 42px;
}


