@charset "utf-8";





#home {
	
}



#home .keyvisual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 100px);
	padding: 100px 0;
	box-sizing: border-box;
	
	background-image: url(../images/common/bg.png);
	background-repeat: repeat-x;
	background-position: right 200%;
	background-color: #5ca9ff;
	
	background-size: auto 700px;
	transition: none;
	
	
	animation-name: keyvisual-animation;
	animation-duration: 120s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: backwards;
}


@keyframes keyvisual-animation {
	0% {
		/* w:3200, 1460  */
		background-position: 1534px bottom;
	}
	100% {
		background-position: 0 bottom;
	}
}


#home .keyvisual:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	transition: background 1.5s ease;
}

#home.play .keyvisual:before {
	background-color: rgba(255,255,255,0);
}

#home .keyvisual:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg_pattern.png);
	background-size: 300px;
	opacity: 0.2;
	z-index: 1;
	transition: background 1.5s ease;
}

#home.play .keyvisual {
	background-position: center bottom;
	
}


#home .keyvisual-inner-wrap {
	display: flex;
	justify-content: space-around;
	margin: auto;
	z-index: 10;
	max-width: 900px;
	width: calc(100% - 200px);
}

#home .maincopy {
	opacity: 0;
	transform: scale(1.05);
	transform-origin: 0 0;
	transition: all 0.5s ease 0.5s;
	width: 55%;
	margin: 0;
	order: 2;
}

#home .maincopy img {
	width: 100%;
	display: block;
	margin-top: -24px;
	margin-right: -10px;
}

#home.play .keyvisual .maincopy {
	opacity: 1;
	transform: scale(1);
}

#home .maincopy-txt,
#home .maincopy-txt-img {
	opacity: 0;
	transform: scale(1.05);
	transition: all 0.5s ease 0.6s;
	transform-origin: right top;
}

#home.play .maincopy-txt,
#home.play .maincopy-txt-img {
	opacity: 1;
	transform: scale(1);
}

#home .maincopy-txt-img {
	margin: 0;
	order: 1;
	width: 18%;
}


#home .maincopy-txt-img img {
	display: block;
	width: 100%;
}

#home .maincopy-txt {
	display: none;
}

.site-index-container {
	position: relative;
	width: 50%;
	padding: 40px 50px 50px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) calc(100% - -100px);
	/*background-blend-mode: multiply;*/
	background-size: 250px;
	box-sizing: border-box;
	backface-visibility: hidden;
	z-index: 10;
}

.site-index-container.jobseeker {
	background-color: #ff3963;
	background-image: url(../images/job-seeker/bg_slash.png);
}

.site-index-container.jobseeker:before {
	background-color: #f65568;
}

.site-index-container.client {
	background: url("../images/common/char_301-contact.png") #00a8d2 no-repeat;
	background-position: calc(100% - 30px) bottom;
	background-size: 140px auto;
}

.site-index-container.client:before {
	background-color: #00a8d2;
}

.site-index-container:before {
	content: "";
	position: absolute;
	display: block;
}

.site-index-container:before {
	top: -53px;
	left: 63px;
	width: 10px;
	height: 135px;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	mix-blend-mode: multiply;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.site-index a {
	color: #fff;
	text-decoration: none;
}

.index-part-title {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 16px;
	line-height: 0;
}

.index-part-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	opacity: 0.4;
	border-radius: 5px;
}

.index-part-title a {
	display: block;
	margin-bottom: 20px;
}

.index-part-title img {
	line-height: 0;
	display: inline-block;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}

.index-part-title:hover img {
	opacity: 1;
}

.index-part-title .sl {
	height: 120px;
	height: 9vw;
	max-height: 130px;
}

.index-part-title .ss {
	height: 50px;
	height: 5vw;
	max-height: 80px;
}

.index-part-title .tbox {
	display: inline-block;
}

.index-part-text {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 20px 0px 10px;
	color: #fff;
}

.index-part-image {
	position: absolute;
	width: 100%;
	height: 130px;
	top: -130px;
	left: 0;
	text-align: center;
}




.index-part-image__text {
	position: relative;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto;
	top: -5px;
}

.index-part-image__text:before,
.index-part-image__text:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 0px;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	z-index: 1;
	-webkit-transition: transform 0.6s cubic-bezier(0,.91,.24,1.68);
	        transition: transform 0.6s cubic-bezier(0,.91,.24,1.68);
}

.index-part-image__text:before {
	top: 50%;
	left: -30px;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.index-part-image__text:after {
	top: 50%;
	right: -30px;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.jobseeker .index-part-image__text:before,
.jobseeker .index-part-image__text:after {
	background-color: #f65568;
}

.index-part-image__text.show:before {
	height: 30px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.index-part-image__text.show:after {
	height: 30px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}





.index-part-image__text .mc-t-wrap {
	display: inline-block;
}

.index-part-image__text {
	transition: all 1s cubic-bezier(.23,1,.32,1) 1s;
	transform: translateY(50px);
	opacity: 0;
}

.index-part-image__text.show {
	transform: translateY(0px);
	opacity: 1;
}

.index-part-image__text .anm {
	display: inline-block;
	transform: scale(0) translateY(50px);
	-webkit-transition: all 0.2s cubic-bezier(0,.91,.24,1.68);
	        transition: all 0.2s cubic-bezier(0,.91,.24,1.68);
}

.index-part-image__text.show .anm {
	transform: scale(1) translateY(0px);
}




.jobseeker .index-part-image {
	color: #f65568;
}

.client .index-part-image__text:before,
.client .index-part-image__text:after {
	background-color: #008ee4;
}
.client .index-part-image {
	color: #008ee4;
}

.index-part-image-container {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}

.index-part-image-char {
	font-size: 0;
	line-height: 0;
	padding: 50px 0 0 0;
}

.index-part-image-img {
	height: 85px;
	animation-duration: 0.6s;
	animation-timing-function: cubic-bezier(0.77, 0.0, 0.18, 1.0);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
	transition: transform 0.2s ease;
	visibility: hidden;
}

.index-part-image-char:nth-child(1) .index-part-image-img { animation-delay: 0.0s; }
.index-part-image-char:nth-child(2) .index-part-image-img { animation-delay: 0.1s; }
.index-part-image-char:nth-child(3) .index-part-image-img { animation-delay: 0.2s; }
.index-part-image-char:nth-child(4) .index-part-image-img { animation-delay: 0.3s; }
.index-part-image-char:nth-child(5) .index-part-image-img { animation-delay: 0.4s; }
.index-part-image-char:nth-child(6) .index-part-image-img { animation-delay: 0.5s; }
.index-part-image-char:nth-child(7) .index-part-image-img { animation-delay: 0.6s; }
.index-part-image-char:nth-child(8) .index-part-image-img { animation-delay: 0.7s; }
.index-part-image-char:nth-child(9) .index-part-image-img { animation-delay: 0.8s; }


.play:not(.animation-intro) .index-part-title:hover + .index-part-image .index-part-image-img {
	animation-name: index-part-hoveranimation;
	animation-iteration-count: 1;
}

.play:not(.animation-intro) .index-part-title:hover + .index-part-image .index-part-image__text .anm {
	transform: scale(1.2);
	/*font-size: 1.6rem;*/
	letter-spacing: 0.3rem;
}

.play:not(.animation-intro) .index-part-title:hover + .index-part-image .index-part-image__text:before {
	height: 30px;
	-webkit-transform: rotate(-55deg);
	        transform: rotate(-55deg);
}

.play:not(.animation-intro) .index-part-title:hover + .index-part-image .index-part-image__text:after {
	height: 30px;
	-webkit-transform: rotate(55deg);
	        transform: rotate(55deg);
}

.animation-intro.play .index-part-image__text {
	
}


#home .recent-jobs-header {
	
}

.play .index-part-image-img {
	visibility: visible;
}

.animation-intro.play .index-part-image-img {
	animation-name: index-part-showanimation;
}

@keyframes index-part-showanimation {
	0% {
		transform: translateY(100px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes index-part-hoveranimation {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}



.index-part-content-list {
	overflow: hidden;
}

.index-part-content-list ul {
	margin-bottom: 20px;
}

.index-part-content-list ul:last-child {
	margin-bottom: 0;
}

.index-part-content-list li {
	float: left;
	width: 50%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.index-part-content-name {
	
}

.pickup-link .button-state {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 13px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	border-color: #fff;
}

.pickup-link .button-state:hover {
	
}

.job-list.inner-container {
	background-image: url("../images/common/bg_grayscale_wt.png");
	background-position: center bottom -40px;
	background-repeat: repeat-x;
	background-size: 1000px auto;
	padding-bottom: 90px;
}

.job-list .job-list-container {
	margin: 0;
	padding: 0 40px;
}

/* 1280以下のディスプレイ */
@media screen and (max-width: 1180px) {
	.index-part-image {
		background-size: auto 75px;
		height: 13vw;
		top: -13vw;
	}
	.index-part-image-img {
		height: 8vw;
	}
	.index-part-content-list li {
		float: none;
		width: 100%;
	}
	
}


/* ---------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1281px) {
	.job-list .item {
		width: 25%;
		flex: 0 auto;
	}
}

@media screen and (max-width: 1280px) {
	#home .keyvisual {
		padding-top: 20px;
		min-height: calc(100vh - 130px);
	}
}

@media screen and (max-width: 768px) {
	#home .keyvisual {
		position: relative;
		min-height: 680px;
		padding: 0;
		margin: 0;
		height: auto;
	}
	
	#home .keyvisual-inner-wrap {
		bottom: auto;
	}
	
	#home .keyvisual-inner-wrap {
		width: 70%;
		margin-top: 80px;
	}
	
	#home .maincopy {
		width: 50%;
	}
	
	#home .maincopy-txt-img {
		width: 20%;
	}
	
	.index-part-image {
		background-size: auto 75px;
	}
	
	.index-part-image__text {
		top: -15px;
	}
	
	.job-list.inner-container {
		background-size: auto 130px;
		background-position: center bottom 0px;
	}
	
	.site-index .site-index-container {
		padding: 15px 15px 30px;
	}
}



/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	#home .keyvisual {
		min-height: 0;
		background-position: center 10vh;
		background-size: auto 70vw;
		display: inline-block;
		position: static;
		margin-bottom: 0;
		width: 100%;
		padding-bottom: 100px;
		opacity: 1;
	}
	
	@keyframes keyvisual-animation {
		0% {
			background-position: 157.5vw bottom;
		}
		100% {
			background-position: 0 bottom;
		}
	}
	
	#home .keyvisual-inner-wrap {
		position: relative;
		width: 100%;
		height: auto;
		min-height: auto;
		text-align: center;
	}
	
	#home .maincopy-txt,
	#home .maincopy-txt-img {
		transform-origin: center center;
	}
	
	#home .maincopy {
		transform-origin: center center;
	}
	
	#home .maincopy {
		float: none;
	}
	
	#home .maincopy img {
		margin-top: 0px;
		margin-right: -5px;
	}
	
	#home .maincopy-txt-img {
		display: none;
	}
	
	#home .maincopy-txt {
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 2.0rem;
		text-align: justify;
		width: calc(100% - 60px);
		margin: 0 auto 30px;
	}
	
	.site-index {
		display: block;
		padding: 10px;
	}
	.index-part-image {
		background-size: auto 19vw;
		height: 90px;
		top: -90px;
	}
	.index-part-image-img {
		height: 55px;
	}
	.index-part-image__text {
		top: 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.index-part-image__text:after,
	.index-part-image__text:before {
		top: 10%;
	}
	.site-index .site-index-container {
		width: 100%;
		margin: 80px auto 120px;
		border-radius: 3px;
		background-position: calc(100% - 10px) bottom;
		background-size: 120px auto;
	}
	
	.site-index .site-index-container:last-child {
		margin-bottom: 0;
	}
	
	.site-index-container:before {
		top: -63px;
		left: 48px;
		width: 7px;
		height: 115px;
	}
	.index-part-title .sl {
		height: 15vw;
	}
	.index-part-title .ss {
		height: 8vw;
	}
	.index-part-content-list li {
		float: left;
		width: 50%;
		font-size: 1.3rem;
	}
	
	.job-list .job-list-container {
		overflow-x: auto;
		padding-left: 10px;
		margin: 0 0 10px;
		-webkit-overflow-scrolling: touch;
		        overflow-scrolling: touch;
		-webkit-scroll-snap-type: mandatory;
		        scroll-snap-type: mandatory;
		-webkit-scroll-snap-destination: 0 0;
		        scroll-snap-destination: 0 0;
		-webkit-scroll-snap-points-x: repeat(calc(100vw - 70px));
		        scroll-snap-points-x: repeat(calc(100vw - 70px));
	}
	
	.job-list .flex-container {
		display: flex;
		flex-flow: row nowrap;
		padding: 0px;
		margin: 0;
	}
	
	.job-list .item {
		padding: 0 10px 0 0;
		width: calc(100vw - 70px);
		-webkit-scroll-snap-coordinate: 50% 50%;
		        scroll-snap-coordinate: 50% 50%;
	}
	
	
	.job-list .more-info {
		margin-bottom: 0;
	}
}


/* iPhone 5 */
@media screen and (max-width: 374px) {
	.index-part-content-list li {
		float: none;
		width: 100%;
	}
}
