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

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

/* 220430 add */
#pageWorks .catLinkBox {
	margin-bottom: 20px;
}
#pageWorks .catLinkBox h4 {
	display: inline-block;
	width: calc(100% - 1em);
	padding: 0.25em .5em;
	border-radius: 5px;
	background-color: #73ba3f;
	color: #FFF;
	font-size: 18px;
}
#pageWorks .catLinkBox h4::after {
	content: "+";
	float: right;
	font-size: 18px;
}
#pageWorks .catLinkBox h4.active::after {
	content: "-";
}
#pageWorks .catLinkBox ul.fwrap li a {
	display: inline-block;
	width: calc(100% - 1em);
	padding: 0.5em;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#pageWorks .catLinkBox ul.fwrap li a span {
	float: right;
}


/* work_type */
#pageWorks .work_type .ttl {
	/* display: table; */
	display: none;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#pageWorks .work_type .ttl .no {
	display: table-cell;
	font-size: 50px;
	font-weight: 500;
	line-height: 0.9;
	color: #73ba3f;
	vertical-align: top;
	padding-right: 15px;
	box-sizing: border-box;
}
#pageWorks .work_type .ttl .name {
	display: table-cell;
	vertical-align: top;
	border-left: 2px solid #73ba3f;
	padding-left: 20px;
	box-sizing: border-box;
}
#pageWorks .work_type .ttl .name .hl {
	font-weight: bold;
}
#pageWorks .work_type .ttl .name .summary {
	margin-top: .4em;
	line-height: 1.5;
}

/* 詳細 */
#pageWorks #detail .hl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

#thumbnail-slider .splide__slide {
	border: 1px solid #e5e5e5;
}
#thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: 3px solid #73ba3f;
}

#thumbnail-slider .splide__pagination {
	bottom: -1.5em;
	/*border: 1px solid #000;*/
}
#thumbnail-slider .splide__pagination__page.is-active {
	background: #73ba3f;
	transform: scale(1.0);
}

/* data */
#pageWorks #detail #data .lside .name {
	font-size: 15px;
	font-weight: bold;
}
#pageWorks #detail #data .lside .name .date {
	font-size: 13px;
	font-weight: normal;
	padding-left: 1em;
}
#pageWorks #detail #data .lside .comment {
	margin-top: 1em;
}

#pageWorks #detail #data .lside .owner {
	background-color: #fafbe2;
	padding: 1.4em 2em;
}
#pageWorks #detail #data .lside .owner .tl {
	font-size: 15px;
	font-weight: bold;
	color: #73ba3f;
}
#pageWorks #detail #data .lside .owner p {
	margin-top: 7px;
	margin-bottom: 0;
}

#pageWorks #detail #data .lside {
	padding-bottom: 20px;
}
#pageWorks #detail #data .rside .before {
	font-size: 15px;
	font-weight: bold;
}
#pageWorks #detail #data .rside .ph_before {
	margin-top: 7px;
}
#pageWorks #detail #data .rside .staff {
	line-height: 1.4;
}
#pageWorks #detail #data .rside .staff .tl {
	font-size: 15px;
	font-weight: bold;
	color: #73ba3f;
}
#pageWorks #detail #data .rside .staff .type {
	display: inline-block;
	padding-right: 0.5em;
}
#pageWorks #detail #data .rside .staff .name {
	font-weight: bold;
	font-size: 120%;
}
#pageWorks #detail #data .rside .staff .staff_comment {
	margin-top: 1em;
	line-height:1.7;
}

/* box_splider */
#pageWorks #box_splider {
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pageWorks #box_splider .hl_etc {
	display: table;
}
#pageWorks #box_splider .hl_etc .eng {
	display: table-cell;
	font-size: 24px;
	font-weight: normal;
	color: #73ba3f;
}
#pageWorks #box_splider .hl_etc .jp {
	display: table-cell;
	padding-left: 1em;
	color: #010101;
	font-weight: bold;
}
#pageWorks #box_splider .splide__pagination {
	bottom: -30px;
}
#pageWorks #box_splider .splide__pagination__page.is-active {
	background: #73ba3f;
	transform: scale(1.0);
}
#pageWorks #box_splider li a:hover {
	text-decoration: none;
}
#pageWorks #box_splider li a figure {
	transition: all 300ms 0s ease;
}
#pageWorks #box_splider li a:hover figure {
	opacity: 0.8;
}
#pageWorks #box_splider li a figcaption,
#pageWorks #box_splider li div figcaption {
	color: #000;
	margin-top: 0.6em;
	line-height: 1.4;
}
#pageWorks #box_splider .tcenter {
	margin-top: 50px;
}

#pageWorks .before_after_03_03 {
	max-width: 936px;
	margin-left: auto;
	margin-right: auto;
}










@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 */

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

/* work_type */
#pageWorks .work_type .ttl .no {
	font-size: 70px;
	line-height: 0.9;
	padding-right: 20px;
}
#pageWorks .work_type .ttl .name {
	padding-left: 30px;
}

/* 詳細 */
#pageWorks #detail .hl {
	font-size: 22px;
	text-align: center;
}

/* data */
#pageWorks #detail #data .lside {
	padding-bottom: 40px;
}
#pageWorks #detail #data .lside .name {
	font-size: 17px;
}
#pageWorks #detail #data .lside .name .date {
	font-size: 15px;
}
#pageWorks #detail #data .lside .owner .tl {
	font-size: 17px;
}
#pageWorks #detail #data .rside .before {
	font-size: 17px;
}
#pageWorks #detail #data .rside .staff .tl {
	font-size: 17px;
}

/* box_splider */
#pageWorks #box_splider {
	padding-top: 30px;
	padding-bottom: 40px;
}
#pageWorks #box_splider .hl_etc .eng {
	font-size: 32px;
}

	@media (-webkit-min-device-pixel-ratio: 2){

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

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

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



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

/* 詳細 */
#pageWorks #detail .hl {
	font-size: 26px;
	text-align: center;
}
#pageWorks #detail #data .lside {
	padding-bottom: 0;
}

/* 220430 add */
#pageWorks .catLinkBox h4 {
	background-color: transparent;
	color: #000;
}
#pageWorks .catLinkBox h4::after {
	display: none;
}
#pageWorks .catLinkBox ul.fwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#pageWorks .catLinkBox ul .fcol.t-fcol2 {
	flex-basis: auto;
}
#pageWorks .catLinkBox .fcol.t-fcol2 {
	max-width: 100%;
}
#pageWorks .catLinkBox li {
	margin: 5px;
}
#pageWorks .catLinkBox ul.fwrap li a {
	display: inline-block;
	width: calc(100% - 1em);
	text-align: center;
	background-color: #73ba3f;
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	transition-duration: .5s;
	transition-property: opacity;
}
#pageWorks .catLinkBox li a:hover {
	opacity: .75;
}
#pageWorks .catLinkBox ul.fwrap li a span {
	display: none;
}

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



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

/* work_type */
#pageWorks .work_type .ttl .no {
	font-size: 100px;
	line-height: 0.9;
	padding-right: 30px;
}
#pageWorks .work_type .ttl .name {
	padding-left: 40px;
}

/* 詳細 */
#pageWorks #detail .hl {
	font-size: 32px;
	text-align: center;
}

/* data */
#pageWorks #detail #data .lside .name {
	font-size: 18px;
}
#pageWorks #detail #data .lside .name .date {
	font-size: 16px;
}
#pageWorks #detail #data .lside .owner .tl {
	font-size: 18px;
}
#pageWorks #detail #data .rside .before {
	font-size: 18px;
}
#pageWorks #detail #data .rside .staff .tl {
	font-size: 18px;
}

/* box_splider */
#pageWorks #box_splider {
	padding-top: 40px;
	padding-bottom: 60px;
}
#pageWorks #box_splider .hl_etc .eng {
	font-size: 40px;
}
#pageWorks #box_splider .tcenter {
	margin-top: 80px;
}

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