
/* -----------------------------------------------------------
　　TOP
-------------------------------------------------------------- */
#recruit.recruit-top .page-title {
    padding: 60px 0;
    background: none;
    text-align: center;
	height: 690px;
	position: relative;
}

#recruit.recruit-top .mv-area {
  	position: absolute;
    top: 0;
	left: 0;
	right: 0;
    z-index: -1;
}

#recruit.recruit-top .mv-area ul {
	width: 100%;
    display: flex;
	justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#recruit.recruit-top .mv-area ul li {
	width: 20%;
}

#recruit.recruit-top .mv-area ul li img {
	width: 100%;
	height: 690px;
	object-fit: cover;
}

#recruit .page-title .titlebox .title-en {
    font-size: 5.5rem;
    font-family: vinyl, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 5px 0;
    color: #344B7C;
}

#recruit .page-title .titlebox .title-jp {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

#recruit .page-title .top-word {
	position: absolute;
	width: 100%;
	bottom: 0%;
}

#recruit .page-title .top-word p {
	position: absolute;
	bottom: 55px;
	color: #fff;
	font-size: 6.5em;
	line-height: 6.5rem;
	font-weight: bold;
	left: 0;
	right: 0;
	white-space: nowrap;
	text-shadow: 1px 1px 10px #333;
}

@media screen and (max-width: 768px) {
	#recruit.recruit-top .page-title {
		padding: 15px 0 40px;
		margin: 0px;
		background: none;
		text-align: center;
		height: 280px;
		position: relative;
	}

	#recruit.recruit-top .mv-area {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}

	#recruit.recruit-top .mv-area ul {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	#recruit.recruit-top .mv-area ul li {
		width: 33.4%;
	}

	#recruit.recruit-top .mv-area ul li img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}

	#recruit .page-title .titlebox .title-en {
		font-size: 4rem;
		font-family: vinyl, sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 0px 0;
		color: #344B7C;
		line-height: 4rem;
	}

	#recruit .page-title .titlebox .title-jp {
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
	}

	#recruit .page-title .top-word {
		position: absolute;
		width: 100%;
		bottom: 0%;
	}

	#recruit .page-title .top-word p {
		position: absolute;
		bottom: 30px;
		color: #fff;
		font-size: 2.6rem;
		line-height: 2rem;
		font-weight: bold;
		text-align: center;
		left: 0;
		right: 0;
		white-space: nowrap;
		}

	}


/* -----------------------------------------------------------
　　message
-------------------------------------------------------------- */
#recruit .message-area {
	position: relative;
	padding: 65px 0 100px;
	background: url("../img/recruit-top-bg1.jpg") center bottom / cover no-repeat;
}

#recruit .message-area .message {
	color: #fff;
	text-align: center;
	padding-bottom: 60px;
}

#recruit .message-area h3 {
	position: relative;
}

#recruit .message-area h3::after {
	content: "challenge";
	font-family: 'Satisfy', cursive;
	font-size: 3.5rem;
	font-weight: 400;
	display: block;
	color: #E2E221;
	position: absolute;
	right: 274px;
	top: 43px;
	transform: rotate( -14deg );
}

#recruit .message-area .rec-top-txt {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

/*--採用メッセージ--*/
#recruit .link-box a  {
	background: #fff;
	width: 1200px;
	height: 432px;
	display: flex;
	margin: 0 auto;
	box-shadow: 0px 3px 30px #47C9E3;
	z-index: 0;
	position: relative;
}
#recruit .link-box .catch2 {
	font-size: 4rem;
	line-height: 5rem;
}

#recruit .txt-wrap {
	padding: 50px 50px;
	width: 50%;
}

#recruit .link-box img {
	width: 600px;
    height: 100%;
    object-fit: cover;
}

/*背景の動く〇*/
#recruit .message-area .fluid {
    width: 300px;
    height: 300px;
    background: #fff;
    animation: fluidrotate 30s ease 0s infinite;
    position: absolute;
    top: 50px;
    left: 50px;
    opacity: 0.4;
    z-index: 0;
}

#recruit .message-area .fluid2 {
    width: 500px;
    height: 500px;
    background: #fff;
    animation: fluidrotate 30s ease 0s infinite;
    position: absolute;
    bottom: 40px;
    right: 30px;
    opacity: 0.4;
    z-index: 0;
}


@keyframes fluidrotate {  
    
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
    
}

@media screen and (max-width: 768px) {
	#recruit .message-area {
		position: relative;
		padding: 40px 0 40px;
		background: url("../img/recruit-top-bg1.jpg") center bottom / cover no-repeat;
	}

	#recruit .message-area .message {
		color: #fff;
		text-align: center;
		padding-bottom: 30px;
	}
	
	#recruit .catch {
		font-size: 3rem;
		line-height: 5rem;
		margin-bottom: 20px;
	}

	#recruit .message-area h3  {
		position: relative;
	}

	#recruit .message-area h3::after {
		content: "challenge";
		font-family: 'Satisfy', cursive;
		font-size: 2.5rem;
		font-weight: 400;
		display: block;
		color: #E2E221;
		position: absolute;
		right: 5px;
		top: 20px;
		transform: rotate( -14deg );
	}
	
	#recruit .message-area .message .txt {
		position: relative;
		z-index: 1;
	}

	/*--採用メッセージ--*/
	#recruit .link-box a {
		background: #fff;
		width: 100%;
		height: auto;
		display: flex;
		margin: 0 auto;
		box-shadow: 0px 3px 30px #47c9e3;
		z-index: 0;
		position: relative;
		flex-direction: column-reverse;
	}

	#recruit .txt-wrap {
		padding: 20px;
		width: 100%;
	}
	
	#recruit .txt-wrap .titlebox {
		margin-bottom: 0px;
	}

	#recruit .message-area .catch {
		font-size: 3rem;
    	line-height: 4.5rem;
		margin-bottom: 20px;
		margin-left: -20px;
	}

	#recruit .link-box img {
		width: 100%;
		height: auto;
		object-fit:fill;
	}
	
	#recruit .link-box .catch2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	/*背景の動く〇*/
	#recruit .message-area .fluid {
		width: 200px;
		height: 200px;
		background: #FFF;
		animation: fluidrotate 30s ease 0s infinite;
		position: absolute;
		top: 2px;
		left: -39px;
		opacity: 0.4;
		z-index: 0;
	}

	#recruit .message-area .fluid2 {
		width: 300px;
		height: 300px;
		background: #FFF;
		animation: fluidrotate 30s ease 0s infinite;
		position: absolute;
		bottom: 10px;
		right: -59px;
		opacity: 0.4;
		z-index: 0;
	}

	}


/* -----------------------------------------------------------
　　リンクエリア
-------------------------------------------------------------- */
#recruit .link-area {
	padding: 80px 0;
    background-image: url("../img/top-rec-bubble2.png"), url("../img/top-rec-bubble1.png");
	background-position: left -13% top 10%, right -16% bottom 10%;
	background-size: 20% auto, 20% auto;
	background-repeat: no-repeat, no-repeat;
}

#recruit .link-area .gray-bg {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 6.5rem;
	padding: 10px;
	background-color: #F6F6FB;
}

#recruit .rec-box a {
	position: relative;
	height: 330px;
	display: block;
	padding: 40px 0 0;
	margin:0 0 40px;
}
#recruit .rec-box .img {
	position: absolute;
	top: 0;
	right: -230px;
	width: 1100px;
	height: 330px;
	background: url("../img/top-rec-com-img.jpg") center top /cover no-repeat;
	z-index: 0;
}
#recruit .rec-box .img.style2 {
	background: url("../img/top-rec-bri-img.jpg") center top /cover no-repeat;
}
#recruit .rec-box .titlebox {
	position: relative;
	z-index: 1;
}
#recruit .rec-box .titlebox .title-jp {
	font-size: 4.0rem;
	margin: 0 0 30px;
}
#recruit .rec-box .titlebox .title-en {
	font-size: 1.8rem;
	color: #4F9EB7;
}
#recruit .rec-box .titlebox .title-en.style2 {
	color: #D67AA2;
}
#recruit .rec-box .min-catch {
	font-size: 2.3rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
#recruit .rec-box .min-catch span {
	display: inline-block;
	padding: 15px;
	margin: 0 0 15px;
	background: #F6F6F6;
}


/*--数字で見る--*/
#recruit .link-area .link-box {
	background: #fff;
	width: 1200px;
	height: 295px;
	display: flex;
	margin: 0 auto;
	box-shadow: 5px 5px 25px #ddd;
	z-index: 0;
	position: relative;
	margin-top: 90px;
}

#recruit .link-area .link-box.date p{
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 3.5rem;
}

@media screen and (max-width: 768px) {
	#recruit .link-area {
		padding: 40px 0;
		background-image: url(../img/top-rec-bubble2.png), url(../img/top-rec-bubble1.png);
		background-position: left -238% top 10%, right -447% bottom -1%;
		background-size: 80% auto, 90% auto;
		background-repeat: no-repeat, no-repeat;
	}

	#recruit .link-area .gray-bg {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 5.5rem;
		padding: 10px;
		background-color: #F6F6FB;
	}

	#recruit .rec-box a {
		height: 360px;
		padding: 0;
		margin:0 0 40px;
	}
	#recruit .rec-box .img {
		top: 150px;
		left: 0;
		width: 100%;
		height: 200px;
		background: url("../img/top-rec-com-img-sp.jpg") center top /cover no-repeat;
	}
	#recruit .rec-box .img.style2 {
		background: url("../img/top-rec-bri-img-sp.jpg") center top /cover no-repeat;
	}
	#recruit .rec-box .titlebox .title-jp {
		font-size: 3.0rem;
		margin: 0 0 20px;
	}
	#recruit .rec-box .titlebox .title-en {
		font-size: 1.6rem;
	}
	#recruit .rec-box .min-catch {
		font-size: 1.8rem;
	}
	#recruit .rec-box .min-catch span {
		display: inline-block;
		padding: 10px;
		margin: 0 0 10px;
	}

	/*--数字で見る--*/
	#recruit .link-area .link-box {
		background: #fff;
		width: 100%;
		height: 110px;
		display: flex;
		margin: 0 auto;
		box-shadow: 5px 5px 25px #ddd;
		z-index: 0;
		position: relative;
		margin-top: 10px;
	}

		#recruit .link-area .link-box.date p{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	}


/* -----------------------------------------------------------
　　社員紹介
-------------------------------------------------------------- */
#recruit .rec-top-member {
	padding: 80px 0;
    background-color: #F6F6FB;
}

#recruit .member-wrap {
	margin-top: 60px;
}

#recruit .member-wrap ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

#recruit .member-wrap ul li {
	position: relative;
	margin-bottom: 50px;
	list-style: none;
}

#recruit .member-wrap ul li .img-box {
	width: 535px; 
	height: 350px;
	margin:0 auto;
	overflow:hidden;
	position: relative;
}

#recruit .member-wrap ul li .img-box::before {
	content: "";
	background-image: url("../img/rec-mem-namebk.png");
	width: 100%;
    height: 121px;
    position: absolute;
    bottom: 0px;
	z-index: 2;
}

#recruit .member-wrap ul li .img-box img {
	transition:1s all;
	border-radius: 20px 20px 0 0;
	z-index: 0;
}

#recruit .member-wrap ul li .img-box img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}

#recruit .member-wrap ul li .c-n-wrap {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 30px;
	left: 20px;
	z-index: 2;
}

#recruit .member-wrap ul li .cate {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #4F9EB7;
	padding: 10px;
	margin-right: 20px;
}

#recruit .member-wrap ul li .cate2 {
	background-color: #D67AA2;
}


#recruit .member-wrap ul li .name {
	font-size: 2.5rem;
	font-weight: bold;
}

#recruit .member-wrap ul li .copy-wrap {
	position: absolute;
	right: -52px;
	top: 45%;
	z-index: 2;
}


#recruit .member-wrap ul li .catchcopy span {
	font-size: 2.3rem;
	color: #fff;
	background-color: #000;
	line-height: 6rem;
	padding: 10px;
}


@media screen and (max-width: 768px) {
	#recruit .rec-top-member {
		padding: 40px 0 0;
		background-color: #F6F6FB;
	}

	#recruit .rec-top-member .member {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	}


