/*
Theme Name: ユナイテッド・リクルートメント株式会社
Description: ユナイテッド・リクルートメント株式会社
Version: 1.0
Author: ユナイテッド・リクルートメント株式会社
*/



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}strong{font-weight: bold}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000000;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#header.is-animation {
	background: rgba(255,255,255,0.8);
}
	#header .logo {
		width: 220px;
	}
	#header .logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
		background: #F8F8F8;
		border-radius: 0 0 30px 0;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation .logo a {
		background: none;
		border-radius: 0;
	}
		#header .logo a img {
			width: 170px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header .logo a:hover img {
			opacity: 0.7;
		}


	#header .globalnav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 60px;
		margin-right: 60px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation .globalnav {
		margin-top: 30px;
		margin-right: 30px;
	}
		#header .globalnav ul.list {
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
			#header .globalnav ul.list li {
				margin-right: 20px;
				padding-right: 20px;
				position: relative;
			}
			#header .globalnav ul.list li:nth-last-child(1) {
				padding-right: 0;
				margin-right: 25px;
			}
			#header .globalnav ul.list li:before {
				content: "";
				width: 3px;
				height: 3px;
				background: #E6002D;
				border-radius: 50%;
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: -1.5px;
			}
			#header .globalnav ul.list li:nth-last-child(1):before {
				display: none;
			}
				#header l.globalnav ul.list li a {
					display: flex;
					justify-content: center;
					align-items: center;
					height: 44px;
					font-size: 1.6rem;
				}
				#header l.globalnav ul.list li a:hover {
					color: #fff;
				}


		#header .globalnav .cta-btn {
			width: 140px;
			overflow: hidden;
			border-radius: 8px;
			overflow: hidden;
			background: #000000; 
			position: relative;
		}
		#header .globalnav .cta-btn:before {
			content: "";
			width: 0;
			height: 100%;
			background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header .globalnav .cta-btn:hover:before {
			width: 100%;
			opacity: 1;
		}
			#header .globalnav .cta-btn a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 44px;
				font-size: 1.6rem;
				font-weight: 500;
				line-height: 1;
				letter-spacing: 0.02em;
				color: #fff;
				text-align: center;
				position: relative;
				z-index: 2;
			}
	


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* menubtn */
#menubtn {
	display: none;
}

/* menubox */
#menubox {
	display: none;
}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: auto;
	position: relative;
}
.inner_full {
	width: 100%;
	position: relative;
}

/* wrap */
.wrap-top {
	padding-top: 120px;
}
.wrap-top-detail {
	padding-top: 80px;
}
.wrap-bottom {
	padding-bottom: 120px;
}
	
/* title */
.title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
	margin-bottom: 40px;
}
	.title h2 {
		font-size: 5.0rem;
		font-weight: 500;
	}

	.title p {
		font-size: 1.4rem;
		font-weight: 500;
		margin-top: 15px;
		padding-left: 15px;
	}

/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-o-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

/* btn */
a .btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	width: 230px;
	height: 56px;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2em;
	padding: 0 50px 0 15px;
	color: #fff;
	background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
	position: relative;
}
a .btn:before {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #fff url("img/icon_arrow_gr.svg") no-repeat left 11px center;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover .btn:before {
	width: 34px;
	height: 34px;
	background: #fff url("img/icon_arrow_gr.svg") no-repeat left 14px center;
	top: 50%;
	right: 7px;
	margin-top: -17px;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	padding: 0 30px;
}
	#footer .blackbox {
		background: #1E1E1E;
		border-radius: 40px 40px 0 0;
		padding: 50px;
	}
		#footer .blackbox .nav-area {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding-bottom: 50px;
			border-bottom: solid 1px #3B3B3B;
		}
			#footer .blackbox .nav-area ul.list li {
				margin-right: 25px;
				padding-right: 25px;
				position: relative;
			}
			#footer .blackbox .nav-area ul.list li:nth-last-child(1) {
				padding-right: 0;
				margin-right: 0;
			}
			#footer .blackbox .nav-area ul.list li:before {
				content: "";
				width: 3px;
				height: 3px;
				background: #E6002D;
				border-radius: 50%;
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: -1.5px;
			}
			#footer .blackbox .nav-area ul.list li:nth-last-child(1):before {
				display: none;
			}
				#footer .blackbox .nav-area ul.list li a {
					display: flex;
					justify-content: center;
					align-items: center;
					height: 56px;
					font-size: 1.8rem;
					color: #fff;
				}
				#footer .blackbox .nav-area ul.list li a:hover {
					opacity: 0.7;
				}

		#footer .blackbox .other-area {
			padding-top: 50px;
		}
			#footer .blackbox .other-area ul.sub-nav li {
				margin-right: 20px;
			}
				#footer .blackbox .other-area ul.sub-nav li a {
					display: block;
					font-size: 1.3rem;
					color: #fff;
				}
				#footer .blackbox .other-area ul.sub-nav li a:hover {
					opacity: 0.7;
				}

			#footer .blackbox .other-area .info {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-top: 45px;
			}
				#footer .blackbox .other-area .info .logo {
					width: 225px;
				}
					#footer .blackbox .other-area .info .logo a {
						display: block;
					}
					#footer .blackbox .other-area .info .logo a:hover {
						opacity: 0.7;
					}

				#footer .blackbox .other-area .info .copyright {
					font-size: 1.2rem;
					line-height: 1;
					color: #fff;
					text-align: right;
				}
	






/* max 1200px */
@media screen and (max-width: 1200px) {


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* inner */
.inner {
	width: 100%;
	padding: 0 5%;
}
	

}





/* 1024px */
@media screen and (max-width: 1024px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .logo {
	width: 160px;
}
#header .logo a {
	height: 80px;
	border-radius: 0 0 20px 0;
}
	#header .logo a img {
		width: 130px;
	}


#header .globalnav {
	margin-top: 40px;
	margin-right: 40px;
}
#header.is-animation .globalnav {
	margin-top: 20px;
	margin-right: 20px;
}
	#header .globalnav ul.list li {
		margin-right: 12px;
		padding-right: 12px;
	}
	#header .globalnav ul.list li:nth-last-child(1) {
		margin-right: 20px;
	}
		#header .globalnav ul.list li a {
			height: 40px;
			font-size: 1.4rem;
		}


	#header .globalnav .cta-btn {
		width: 120px;
		border-radius: 6px;
	}
		#header .globalnav .cta-btn a {
			height: 40px;
			font-size: 1.5rem;
		}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* wrap */
.wrap-top {
	padding-top: 90px;
}
.wrap-top-detail {
	padding-top: 60px;
}
.wrap-bottom {
	padding-bottom: 90px;
}
	
/* title */
.title {
	margin-bottom: 35px;
}
	.title h2 {
		font-size: 4.4rem;
	}

	.title p {
		font-size: 1.2rem;
		margin-top: 14px;
	}

/* txt */
.txt {
	font-size: 1.4rem;
	line-height: 1.8em;
}

/* btn */
a .btn {
	width: 200px;
	height: 50px;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 0 20px;
}
	#footer .blackbox {
		border-radius: 30px 30px 0 0;
		padding: 40px;
	}
		#footer .blackbox .nav-area {
			padding-bottom: 40px;
		}
			#footer .blackbox .nav-area ul.list li {
				margin-right: 15px;
				padding-right: 15px;
			}
				#footer .blackbox .nav-area ul.list li a {
					height: 50px;
					font-size: 1.3rem;
				}

		#footer .blackbox .other-area {
			padding-top: 40px;
		}
			#footer .blackbox .other-area ul.sub-nav li {
				margin-right: 18px;
			}
				#footer .blackbox .other-area ul.sub-nav li a {
					font-size: 1.2rem;
				}

			#footer .blackbox .other-area .info {
				margin-top: 35px;
			}
				#footer .blackbox .other-area .info .logo {
					width: 180px;
				}

				#footer .blackbox .other-area .info .copyright {
					font-size: 1.1rem;
				}


}

	







/* max 767px */
@media screen and (max-width: 767px) {


.sp {
	display: block;
}
.pc {
	display: none!important;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .logo {
	width: 150px;
}
	#header .logo a {
		height: 50px;
		border-radius: 0 0 10px 0;
	}
		#header .logo a img {
			width: 120px;
		}


#header .globalnav {
	margin-top: 0;
	margin-right: 55px;
}
#header.is-animation .globalnav {
	margin-top: 0;
	margin-right: 50px;
}
	#header .globalnav ul.list {
		display: none;
	}

	#header .globalnav .cta-btn {
		width: 100px;
		background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
		border-radius: 0 0 10px 10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation .globalnav .cta-btn {
		border-radius: 0;
	}
	#header .globalnav .cta-btn:before {
		display: none;
	}
		#header .globalnav .cta-btn a {
			height: 50px;
			font-size: 1.6rem;
		}
	


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* menubtn */
#menubtn {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	background: #121212;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 15;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#menubtn.is-animation {
	border-radius: 0;
	top: 0;
	right: 0;
}
	#menubtn .menu {
		display: block;
		position: relative;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}
		#menubtn .menu .openbtn-area {
			transition: all .4s;
		}
			#menubtn .menu span {
				width: 22px;
				display: inline-block;
				transition: all .4s;
				border-radius: 1px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -11px;
				height: 1px;
				background: #fff;
			}
			#menubtn .menu span:nth-of-type(1) {
				margin-top: -8px;
			}
			#menubtn .menu span:nth-of-type(2) {
				margin-top: -1px;
			}
			#menubtn .menu span:nth-of-type(3) {
				width: 11px;
				margin-top: 6px;
			}

			#menubtn.active .menu span:nth-of-type(1) {
				transform: translateY(6px) rotate(-155deg);
				margin-top: -7px;
			}
			#menubtn.active .menu span:nth-of-type(2) {
				opacity: 0;
			}
			#menubtn.active .menu span:nth-of-type(3) {
				width: 22px;
				transform: translateY(-6px) rotate(155deg);
				margin-top: 5px;
			}

/* menubox */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}
	#menubox .menunav {
		display: block;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		padding: 0 7%;
		overflow: hidden;
		overflow-y: scroll;
	}
		#menubox .menunav ul.list {
			padding-top: 150px;
			margin-bottom: 40px;
		}
			#menubox .menunav ul.list li {
				margin-bottom: 30px;
			}
				#menubox .menunav ul.list li a {
					display: block;
					font-size: 2.4rem;
					line-height: 1;
					text-align: center;
				}
	
		#menubox .menunav .cta-btn {
			width: 80%;
			margin: 0 auto;
			border-radius: 8px;
			overflow: hidden;
			background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
		}
			#menubox .menunav .cta-btn a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 64px;
				font-size: 2.0rem;
				font-weight: 500;
				line-height: 1;
				letter-spacing: 0.02em;
				color: #fff;
				text-align: center;
				position: relative;
				z-index: 2;
			}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* inner */
.inner {
	width: 100%;
	padding: 0 7%;
}

/* wrap */
.wrap-top {
	padding-top: 60px;
}
.wrap-top-detail {
	padding-top: 40px;
}
.wrap-bottom {
	padding-bottom: 60px;
}
	
/* title */
.title {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
	.title p {
		font-size: 1.4rem;
		margin-top: 2px;
		padding-left: 0;
	}

/* btn */
a .btn {
	width: 80%;
	margin: 0 auto;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 0 15px;
}
	#footer .blackbox {
		padding: 30px 0;
	}
		#footer .blackbox .nav-area {
			display: block;
			border-bottom: none;
			padding-bottom: 0;
			padding: 0 30px;
		}
			#footer .blackbox .nav-area ul.list {
				display: none;
			}
	
			#footer .blackbox .nav-area .btn {
				width: 100%;
				height: 60px;
				font-size: 1.8rem;
			}

		#footer .blackbox .other-area {
			padding-top: 30px;
		}
			#footer .blackbox .other-area ul.sub-nav {
				border-top: solid 1px #464646;
			}
				#footer .blackbox .other-area ul.sub-nav li {
					width: 50%;
					margin-right: 0;
					border-bottom: solid 1px #464646;
					border-right: solid 1px #464646;
				}
				#footer .blackbox .other-area ul.sub-nav li:nth-child(2n) {
					border-right: none;
				}
					#footer .blackbox .other-area ul.sub-nav li a {
						display: flex;
						justify-content: center;
						align-items: center;
						font-size: 1.1rem;
						height: 50px;
						text-align: center;
					}

			#footer .blackbox .other-area .info {
				display: block;
				margin-top: 30px;
			}
				#footer .blackbox .other-area .info .logo {
					width: 180px;
					margin: 0 auto 30px auto;
				}

				#footer .blackbox .other-area .info .copyright {
					font-size: 1.0rem;
					text-align: center;
				}



}