@charset "UTF-8";


/* bar */
.barover-wrap {
	overflow-x: hidden;
	position: relative;
}


/* bar */
.bar {
	overflow: hidden;
/*	width: 8.33%;*/
	width: 74px;
	height: 0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out .5s;
	transition: all 1s ease-in-out .5s;
	z-index: 0;
	opacity: .9;
}
.bar.anime {
	height: 300vw;
}
.bar-l {
	-webkit-transform: rotate(-58deg);
	transform: rotate(-58deg);
}
.bar-r {
	-webkit-transform: rotate(58deg);
	transform: rotate(58deg);
}


/* bar-01 */
.bar-01-wrap {
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.bar-01-wrap:before {
	padding-top: 10%;
	content: "";
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.bar-01-wrap .bar-l,
.bar-01-wrap .bar-r,
.bar-02-wrap .bar-l,
.bar-02-wrap .bar-r {
	left: 50%;
	top: -50%;
	z-index: 0;
	transform-origin: 50% 50%;
	margin: auto auto auto -37px;
/*	width: 8.33%;*/
	width: 74px;
	bottom: -50%;
	right: 50%;
	position: absolute;
	height: 300vw;
}
.bar-01,
.bar-02 {
	background: #fdd456;
	background: -moz-linear-gradient(top,  #fdd456 0%, #fdd456 30%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #fdd456 0%,#fdd456 30%,#ffffff 100%);
	background: linear-gradient(to bottom,  #fdd456 0%,#fdd456 30%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd456', endColorstr='#ffffff',GradientType=0 );
	width: 100%;
}


/* bar-03 */
.bar-02-wrap {
	position: absolute;
	top: 84%;
	width: 100%;
	z-index: -1;
}
.bar-02-wrap:before {
	padding-top: 11%;
	content: "";
	display: block;
}
.bar-02-wrap .bar-l,
.bar-02-wrap .bar-r {
}
.bar-03,
.bar-04 {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fdd456 70%, #fdd456 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fdd456 70%,#fdd456 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fdd456 70%,#fdd456 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdd456',GradientType=0 );
	width: 100%;
}



/* main-img */
div.main-img-wrap {
	width: 100%;
	position: relative;
}
div.main-img-wrap {}

.main-img-wrap:before {
	content: "";
	display: block;
	padding-top: 37.8%;
}
.main-img-wrap > img {
	position: absolute;
	top: 0;
	right: -50%;
	left: -50%;
	margin: auto;
	height: auto;
}
.main-img-wrap .headd-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #4DB37E;
}
.main-img-wrap .headd-wrap:before {
	padding-top: 25.9%;
	content: "";
	display: block;
}
.main-img-wrap .headd-wrap img {
	width: 69.1%;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



div.works-wrap {
}

.concept-wrap h1,
.works-wrap h1 {
	text-align: center;
}
.concept-wrap h1 strong,
.works-wrap h1 strong {
	border-bottom-style: solid;
}


/* concept */
div.concept-wrap {
	background: #F7F7F7;
	padding: 4% 3%;
}
.concept-wrap h1 strong {
	border-bottom-color: #4DB37E;
}
.concept-wrap div.box-wrap {
}
.concept-wrap .box-wrap h2 {
	position: relative;
}
.concept-wrap .box-wrap h2 img {
	margin: auto;
	display: block;
}







/* works */
div.works-wrap {
	position: relative;
	width: 94%;
	margin: auto;
	padding: 4% 0;
}
.works-wrap .headd-wrap {
	position: relative;
	margin: 0 auto 4%;
	background: #FBC500;
	
}
.works-wrap .headd-wrap:before {
	padding-top: 25.9%;
	content: "";
	display: block;
}
.works-wrap .headd-wrap img {
	width: 57.4%;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.works-wrap h1 strong {
	border-bottom-color: #FBC500;
}


.works-list-wrap {
/*	background: url(../img/recruit/concept/white-bg.png) 50% 50% no-repeat;*/

}
.works-list li dl {

	background: #F7F7F7;
}
.works-list li dl dt {
	color: #FBC500;
	font-weight: bold;
}

.works-list li a {
	color: #ffffff;
}
.works-list li:nth-child(1) a {
	background: #4FC1F0;
}
.works-list li:nth-child(2) a {
	background: #67BB8F;
}
.works-list li:nth-child(3) a {
	background: #6D8DC7;
}

.works-list li dl dd.link a {
	width: 92%;
	display: block;
	text-align: center;
	position: relative;
}

.works-list .link a:after {
	content: "";
	display: inline;
	width: 1em;
	height: 1em;
	background: url(../img/common/arrow-white-right.svg) 100% 50% no-repeat;
	float: right;
	background-size: 200% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 9%;
}

















/**==============================================**/
/**==============================================**/
/*
/*			SP 〜 tab
/*
/*			〜599px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:599px){

	body {}
	header {}


	/* sp main-img */
	div.main-img-wrap:before {
		padding-top: 51.1%;
	}
	.main-img-wrap > img {
		width: 100%;
	}
	.main-img-wrap .headd-wrap,
	.works-wrap .headd-wrap {
		width: 60%;
	}


	div.concept-wrap h2,
	div.works-wrap h2 {
		width: 100%;
		margin: 6% auto;
	}
	div.concept-wrap h2 img,
	div.works-wrap h2 img {
		width: 100%;
	}

	
	
	/* concept */
	div.concept-wrap {
		padding-top: 18%;
	}
	.main-img-wrap .headd-wrap {
		bottom: auto;
	}
	.concept-wrap h2 {
		height: auto !important;
	}
	.concept-wrap .box p {
		font-size: 1.5rem;
		margin: 3% auto;
	}
	.concept-wrap .box img {
		width: 100%;
		height: auto;
	}



	/* works */
	div.works-wrap {}
	.works-wrap {}
	div.works-wrap .bar-01-wrap {
		position: absolute;
		top: 14%;
	}
	div.works-wrap .bar-02-wrap {
		position: absolute;
		top: 84%;
	}


	div.works-list-wrap {

	}
	.works-list-wrap ul.works-list {
		margin: 10% auto 5%;
	}
	.works-list li {
		width: 100%;
		margin-bottom: 5%;
		position: relative;
		background: #F7F7F7;
	}
	.works-list li img {
		width: 35%;
		position: relative;
		z-index: 2;
	}
	.works-list li:nth-child(odd) img {
		float: left;
		margin: 0 3% 0 0;
	}
	.works-list li:nth-child(even) img {
		float: right;
		margin: 0 0 3% 0;
	}
	.works-list li dl {
		/*		width: 59%;*/
		padding: 2% 3% 3%;
	}
	.works-list li dl dd.cap,
	.works-list li dl.box-bottom dd {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.works-list li dl dt {
		font-size: 1.6rem;
	}
	.works-list li dl dd.link {
		width: 70%;
		margin: 3% auto 0;
	}
	.works-list li dl dd.link a {
		width: 100%;
		display: block;
		line-height: 3em;
		font-size: 1.6rem;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;

	}

/*
	.bar-01-wrap {}
	.bar-01-wrap:before {
		padding-top: 20.8%;
	}
	.bar-01-wrap .bar-l {
		margin: auto auto auto -5%;
	}
	.bar-02-wrap {
		margin-bottom: 10%;
	}
	.bar-02-wrap:before {
		padding-top: 20.8%;
	}
	.bar-02-wrap .bar-r {
		margin: auto;
	}
*/






























}









/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {

	div.main-img-wrap {}
	.main-img-wrap > img {
		width: 100%;
	}
	.main-img-wrap .headd-wrap {
		width: 23.5%;
	}
	.main-img-wrap .headd-wrap {
/*		padding-top: 2.59%;*/
	}


	div.concept-wrap h1,
	div.works-wrap h1 {
		letter-spacing: .1em;
		text-indent: .1em;
		font-size: 20px;
		line-height: 1;
		margin-bottom: 5.2%;
	}

	/* concept */
	div.concept-wrap {}
	.box-wrap h2 {
		width: 25%;
		float: left;
		height: auto !important;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.box-wrap h2 img {
		width: 100%;
	}
	.box-wrap div.box p {
		padding-left: 25%;
	}
	.box-wrap div.box img {
		width: 100%;
		margin-top: 5%;
	}

	
	
	
	
	/* works */
	div.works-wrap {}
	div.works-wrap .bar-01-wrap {
		position: absolute;
		top: 14%;
	}
	div.works-wrap .bar-02-wrap {
		position: absolute;
		top: 84%;
	}

	.works-wrap .headd-wrap {
		width: 23.5%;
	}
	.works-wrap h2 {
		margin: auto;
		display: block;
		width: 45.5%;
	}
	.works-wrap h2 img {
		width: 100%;
		height: auto;
	}

	div.works-list-wrap {
		
	}
	.works-list-wrap ul.works-list {
		margin: 10% auto 5%;
	}
	.works-list li {
		width: 100%;
		margin-bottom: 5%;
		position: relative;
		background: #F7F7F7;
	}
	.works-list li img {
		width: 35%;
		position: relative;
		z-index: 2;
	}
	.works-list li:nth-child(odd) img {
		float: left;
		margin: 0 3% 3% 0;
	}
	.works-list li:nth-child(even) img {
		float: right;
		margin: 0 0 3% 3%;
	}
	.works-list li dl {
/*		width: 59%;*/
		padding: 2% 3% 3%;
	}
	.works-list li dl dd.cap,
	.works-list li dl.box-bottom dd {
		font-size: 14px;
		line-height: 1.8;
	}
	.works-list li dl dd.link {
		width: 50%;
		margin: 3% auto 0;
	}
	.works-list li dl dd.link a {
		display: block;
		line-height: 3em;
	}
	
	
	
	










}


/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) and (max-width: 739px){
	
	
	.works-list li:nth-child(odd) dl dd.link {
		margin-right: 0;
	}
	.works-list li:nth-child(even) dl dd.link {
		margin-left: 0;
	}





}




/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) {

	div.concept-wrap,
	div.works-wrap {
		width: 100%;
	}
	div.concept-wrap h1,
	div.works-wrap h1 {
		letter-spacing: .1em;
		text-indent: .1em;
		font-size: 27px;
		line-height: 1;
		margin-bottom: 5.2%;
	}
	div.concept-wrap h1 strong,
	div.works-wrap h1 strong {
		border-bottom-width: 7px;
		padding-bottom: 1%;
	}

	/* concept */
	.concept-wrap {
		padding: 3.9% 0 12% !important;
	}
	.concept-wrap .concept-inner {
		max-width: 1200px;
		margin: auto;
	}
	.concept-wrap .box-wrap h2 {
		float: left;
		width: 31.2%;
		padding: 0 0 0 10%;
		box-sizing: border-box;
	}
	.concept-wrap .box-wrap h2 img {
		width: 73.3%;
		margin-top: auto;
	}
	.concept-wrap .box-wrap div.box {
		float: right;
		width: 64.6%;
		position: relative;
	}
	.concept-wrap .box-wrap .box > p {
		padding: 0 20.6% 0 1.2%;
		font-size: 15px;
		line-height: 2.2;
		margin-bottom: 4.5%;
	}
	.concept-wrap .box-wrap .box img.bg {
		width: 100%;
		height: auto;
	}


	/* works */
	div.works-wrap {
		margin-top: 4.6%;
/*		margin-bottom: 5.3%;*/
		padding-bottom: 9.3%;
		overflow: hidden;
	}
	div.works-wrap .bar-01-wrap {
		position: absolute;
		top: 3%;
	}
	div.works-wrap .bar-02-wrap {
		position: absolute;
		top: 84%;
	}
	.works-wrap .headd-wrap {
		width: 23.5%;
		margin-bottom: 2.5%;
	}
	.works-wrap h2 {
		margin: auto;
		display: block;
		width: 45.5%;
	}
	.works-wrap h2 img {
		width: 100%;
		height: auto;
	}

	div.works-list-wrap {
		position: relative;
		margin-top: 5.5%;
	}
	.works-list-wrap ul.works-list {}
	.works-list li {
		width: 31%;
		background: none;
	}
	.works-list li:nth-child(1) {
		float: right;
	}
	.works-list li:nth-child(2) {
		float: left;
	}
	.works-list li:nth-child(3) {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
		z-index: 9;
	}
	.works-list li:nth-child(3) dt {
		text-align: center;
	}
	.works-list li:nth-child(4) {
		float: left;
	}
	.works-list li:nth-child(5) {
		float: right;
	}
	.works-list li:nth-child(odd) {
	}

	.works-list li img {
		width: 96.3%;
		height: auto;
		position: relative;
		z-index: 2;
		float: none !important;
		margin-bottom: 0 !important;
	}
	.works-list li dl {
		width: 91.2%;
		margin-top: -8%;
		padding-top: 10%;
		padding-bottom: 5%;
		position: relative;
		float: none !important;
		padding-right: 0;
		padding-left: 0;
	}
	.works-list li dl dt {
		font-size: 22px;
		letter-spacing: .2em;
		padding: 3% 5.5%;
		position: relative;
		z-index: 2;
		line-height: 1;
	}
	.works-list li dl dd {
		font-size: 14px;
		line-height: 1.95;
		padding: 0 5.5%;
		box-sizing: border-box;
	}
	.works-list li dl dd.cap {
		margin-bottom: 4%;
	}
	.works-list li dl dd.link {
		width: auto !important;
	}
	.works-list li dl dd.link a {
		width: 92%;
		margin: auto;
		line-height: 55px;
		font-size: 16px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.works-list li dl dd.link a:hover {
		box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	}
	
	.works-list li:nth-child(1),
	.works-list li:nth-child(2) {
		margin-bottom: 6.6%;
	}
	.works-list li:nth-child(1),
	.works-list li:nth-child(5) {
		margin-left: 18.9%;
	}
	.works-list li:nth-child(2),
	.works-list li:nth-child(4) {
		margin-right: 18.9%;
	}
	
	.works-list li:nth-child(1) img,
	.works-list li:nth-child(5) img {
		margin-left: 3.7%;
		margin-right: 0;
	}
	.works-list li:nth-child(1) dl,
	.works-list li:nth-child(5) dl {
		margin-right: 8.8%;
		box-shadow: -130px -40px 100px 50px rgba(255,255,255,1);
	}
	.works-list li:nth-child(1) dl dt,
	.works-list li:nth-child(5) dl dt {
		text-align: right;
	}
	.works-list li:nth-child(2) img,
	.works-list li:nth-child(4) img {
		margin-right: 3.7%;
		margin-left: 0;
	}
	.works-list li:nth-child(2) dl,
	.works-list li:nth-child(4) dl {
		margin-left: 8.8%;
		box-shadow: 130px -40px 100px 50px rgba(255,255,255,1)

	}
	.works-list li:nth-child(2) dl dt,
	.works-list li:nth-child(4) dl dt {
		text-align: left;
	}
	.works-list li:nth-child(3) img {
		margin: 0 1.8%;
/*		box-shadow: 0 -90px 100px 90px rgba(255,255,255,1);*/
	}
	.works-list li:nth-child(3) dl {
		margin-right: 4.4%;
		margin-left: 4.4%;
/*		box-shadow: 0 90px 150px 90px rgba(255,255,255,1);*/
	}

	.works-list li:nth-child(3) dd.link,
	.works-list li:nth-child(3) a {
		position: relative;
		z-index: 9;
	}





























}




/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜959px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) and (max-width: 959px){
















}













/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:960px){

	/* pc main-img */
	div.main-img-wrap {}

	.concept-wrap div.txt {
	}

	.works-wrap div.txt {
	}

	.bar-01-wrap:before,
	.bar-02-wrap:before {
		padding-top: 20.8%;
	}























































}




















