@charset "UTF-8";
/* Common */
	.headBar,
	#nav { display: none; }
	ul.btnBlock { width: 50%; }
	/* PageTopArrow */
		#pageTopArrow { bottom: 1em; right: 1em; }
		#pageTopArrow a,
		#pageTopArrow span { width: 4em; height: 4em; }
		#pageTopArrow span:before { font-size: 3em; line-height: 1.3em; }
	/* Nav(PC) */
		#navL ul li a { font-size: 1.5em; line-height: 2.5em; }
	/* Parts */
		/* Button */
			.url { padding: 0.25em 2em; }
			.url p:before { font-size: 3em; }
			/* Page Link */
				.pageLink div { width: calc(100%/4); }
		/* Mark */
			/* h2 */
				h2.worksTitle { margin: 4em auto 0; }
				h2.worksTitle.titleIcon:before { font-size: 4em; }
			/* h3 */
				h3 span { line-height: 1.25em; font-size: 0.75em; }
			/* h5 */
				.descBlock h5 { width: 80%; }
		/* Text */
			.descBlock { padding: 1em 0.5em; line-height: 1.5em; }
		/* Contents */
			.contentBox { width: 80%; }

/* Contents */
	/* Index */
		/* Logo Mark */
			#logoMark { padding: 6em 0 1em; }
			#logoMark .logoImg img { width: 100%; }
		/* socialBookMark */
			.socialBookMark div { width: calc(100%/10); text-align: center; }
	/* SERVICE */
		/* SERVICE DETAIL */
			.worksTitleImg .thumbnail { width: calc(100%/3.1); }
			.detailPage .worksTitleImg .thumbnail { width: calc(100%/4.1); }
			.otherWorks dd { font-size: 1em; }
			/* NEWS,MEDIA */
				.descBlock.listBlock p { display: inline-flex; }
				.descBlock.listBlock p:first-child { width: 15%; font-weight: normal; }
				.descBlock.listBlock p:last-child { width: 80%; }
			/* Icon */
				/* Common */
					.toolBox { width: 90%; }
	/* ABOUT */
		.memberList .jobs { top: 0; left: 0; }
		.memberList .jobs:before { margin-right: 0.5em; }
		.memberList .se:after { content: "System Enginner"; }
		.memberList .wd:after { content: "Web Designer"; }
		.memberList div p { font-size: 2em; }

/* Footer */
	.icons a span { font-size: 2em; }
