@charset "UTF-8";
/* sp(320px) */

#pageWorks {}

#pageWorks #headline {
	background-image: url(../img/works/bg_headline.jpg);
}

	@media (-webkit-min-device-pixel-ratio: 2){
		#pageWorks #headline {
			background-image: url(../img/works/bg_headline@2x.jpg);
		}
	/* end of media query(retina) */	
	}

/* before */
#pageWorks .before .bg_2line {
	padding-bottom: 50px;
}
#pageWorks .before .box figure {
	max-width: 327px;
	margin-left: auto;
	margin-right: auto;
}

/* after */
#pageWorks .after {
	position: relative;
}
#pageWorks .after .bg_2line {
	padding-top: 50px;
}

#pageWorks .after .arrow {
	position: absolute;
	top: -30px;
	width: 32px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#pageWorks .after .inner {
	padding-bottom: 50px;
}
#pageWorks .after .box .lside {
	margin-bottom: 40px;
}
#pageWorks .after .box .lside figure {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#pageWorks .after .box .rside figure {
	max-width: 286px;
	margin-left: auto;
	margin-right: auto;
}



#pageWorks .after .box figcaption {
	margin-top: 12px;
}



#pageWorks .ttl_icn {
	display: table;
}
#pageWorks .ttl_icn .icn {
	display: table-cell;
	vertical-align: middle;
}
#pageWorks .ttl_icn .icn.mae {
	width: 63px;
}
#pageWorks .ttl_icn .icn.go {
	width: 79px;
}
#pageWorks .ttl_icn .txt {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0.5em;
	vertical-align: middle;
}

/* WEBディレクターからのひとこと */
#pageWorks .point {
	background-color: #f7f7ed;
}
#pageWorks .ttl .point {
	display: table;
}
#pageWorks .ttl .eng {
	display: table-cell;
	font-size: 32px;
	color: #ca373d;
}
#pageWorks .ttl .jp {
	display: table-cell;
	font-size: 14px;
	padding-left: 1.2em;
}
#pageWorks .point .ph {
	position: relative;
	padding-bottom: 110px;
}
#pageWorks .point .ph figure {
	max-width: 159px;
	height: 127px;

	position: absolute;
	left: 0;
	top: -30px;
}
#pageWorks .point .txt {
	padding: 00px 0 20px;
}


@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

/* before */
#pageWorks .before .box figure {
	margin-left: auto;
	margin-right: auto;
}

#pageWorks .before .bg_2line {
	padding-bottom: 60px;
}

#pageWorks .after .bg_2line {
	padding-top: 60px;
}

#pageWorks .after .arrow {
	position: absolute;
	top: -30px;
	width: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */

/* before */
#pageWorks .before .box figure {
	margin-left: auto;
	margin-right: auto;
}
/* after */
#pageWorks .after .inner {
	padding-bottom: 80px;
}


#pageWorks .ttl_icn {
	display: table;
}
#pageWorks .ttl_icn .icn {
	display: table-cell;
	vertical-align: middle;
}
#pageWorks .ttl_icn .icn.mae {
	width: 63px;
}
#pageWorks .ttl_icn .icn.go {
	width: 79px;
}
#pageWorks .ttl_icn .txt {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0.5em;
	vertical-align: middle;
}

/* WEBディレクターからのひとこと */
#pageWorks .ttl .eng {
	font-size: 36px;
}
#pageWorks .point .ph {
	padding-bottom: 192px;
}
#pageWorks .point .ph figure {
	max-width: 241px;
	height: 192px;
	top: -30px;
}
#pageWorks .point .txt {
	padding: 50px 0 40px;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */



/* end of media query(pc) */
}