.link_to_result{
	text-align: center;
	font-size: 24px;
	padding: 10px 0 13px;
}

.link-box-kanto{
	margin: 0 auto 50px;
	width: 500px;
	color: #2c2c2f;
	background: #fbe8e8;
	border: double 5px #59575069;
	transition: all .3s;
	outline: none;
}
.link-box-kanto:hover {
	top:-3px;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.7);
}

.link-box-creativestaff{
	margin: 0 auto 50px;
	width: 500px;
	color: #2c2c2f;
	background: #e8f4fb;
	border: double 5px #59575069;
	transition: all .3s;
	outline: none;
}
.link-box-creativestaff:hover {
	top:-3px;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.7);
}

.link-box-atlas{
	margin: 0 auto 50px;
	width: 500px;
	color: #2c2c2f;
	background: #fff4e5;
	border: double 5px #59575069;
	transition: all .3s;
	outline: none;
}
.link-box-atlas:hover {
	top:-3px;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.7);
}

.link-box-corenet{
	margin: 0 auto 50px;
	width: 500px;
	color: #2c2c2f;
	background: #faeffb;
	border: double 5px #59575069;
	transition: all .3s;
	outline: none;
}
.link-box-corenet:hover {
	top:-3px;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.7);
}

.link-box-gaudia{
	margin: 0 auto 50px;
	width: 500px;
	color: #2c2c2f;
	background: #e5f1ec;
	border: double 5px #59575069;
	transition: all .3s;
	outline: none;
}
.link-box-gaudia:hover {
	top:-3px;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.7);
}




/* ドロップダウンメニュー */
.list{
	/* margin-top: 37px; */
}
.margin-r-0{
	margin-right: 0px;
}
.menu {
	list-style-type:none;
}
.menu > li {
	/* display:inline-block; */
	
}
.relative{
	position:relative;
}
.menu > li > ul {
	display:none;
}
.menu > li.group_number:hover ul {
	display:block;
	position:absolute;
	padding:5px;
	top:80px;
	list-style-type:none;
	animation: appear .7s ease;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 5px 0px #a7a7a7;
	box-shadow: 0px 3px 5px 0px #a7a7a7;
}
@keyframes appear {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

.apply-btn,
a.apply-btn,
button.apply-btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;

	position: relative;
	overflow: hidden;
	transition: ease .2s;
}

a.apply-btn-c {
	font-size: 1.6rem;
	position: relative;
	padding: 1.5rem 2rem 1.5rem 2rem;
	color: #fff;
	border-radius: 0;
	background: #e74445;
	-webkit-box-shadow: 3px 3px 5px 0px #a7a7a7;
	box-shadow: 3px 3px 5px 0px #a7a7a7;
}

a.apply-btn-c span {
	color: #fff100;
}

a.apply-btn-c small {
	font-weight: bold;
}

a.apply-btn-c i {
	margin-right: 1rem;
}

a.apply-btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);

	color: #fff;

}

/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
	background: #ff0000c6;
	-webkit-box-shadow: 0 2px 0 #670b0b;
	box-shadow: 0 2px 0 #670b0b;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

@media screen and (max-width: 768px) {
	.link-box-kanto {
		width: 70%;
	}
	.link-box-creativestaff {
		width: 70%;
	}
	.link-box-atlas {
		width: 70%;
	}
	.link-box-corenet {
		width: 70%;
	}
	.link-box-gaudia {
		width: 70%;
	}
	.link_to_result {
		font-size: 16px;
	}
}
