@charset "utf-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
#page {
	width: 950px;
	background-color:#FFF;
	padding: 0px 0px 10px;
}
@media(max-width:949px){
	#page {
		width: 100%;
	}
}


#topImg {
	/*
	margin-bottom: 20px;
	*/
}
#topImg .topImage {
	width: 100%;
}

.imageBt {
	display: none;
}

	#topImg_sp  {
		display: none;
	}

@media(max-width:949px){
	#topImg .startDay {
		background-color: #0066CC;
		padding: 5px;
		margin-bottom: 5px;
		font-size: 32px;
		color: #FFFF99;
		font-weight:bold;
		/*
		border-bottom: solid 5px #000000;
		*/
	}

	#topImg_sp  {
		display: block;
	}
}
@media(max-width:800px){
	
#topImg_sp {
}

#topImg_sp .topImage {
	width: 100%;
}

#topImg_sp .startDay {
	font-size: 27px;
	text-align: center;
	background-color: #0066CC;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFFF99;
	font-weight:bold;
	}

#topImg {
	display: none;
	}

}

#fc {
	background-color:#f1eb4b; 
	color:#000; 
	font-weight:bold; 
	padding:8px;
	text-align:center;
	}
@media(max-width:800px){
#fc {
	font-size: 3vw;
	}
		}


#banner {
	width: 90%;
	background: #FFF;
	margin-top: 1%;
	margin-bottom: 2%;
	border: solid 3px #909;
	border-radius: 15px;
}

#banner img {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 100%;
}

#banner img:hover {
   opacity: 0.5;
}

h1 {
	color: #FFF;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0%;
	margin-top: 1%;
	width: 100%;
	/* margin-left: 2%; */
	line-height: 150%;
	background-color: #990099;
}

@media(max-width:800px){
h1{
	font-size: 1em;
	}
}

#link {
	margin: 2%;
	display: block;
}
#link .btArea {

}
#link .btArea li {
	width: 48%;
	display: block;
	float: left;
	background-color: rgb(255,255,255,0.6);
	border-radius: 10px;
	box-shadow: 1px 1px 2px 3px #666666;
	text-align: center;
	/* height: ; */
	padding: 1% 0;
	font-size: 2em;
}
#link .btArea li:nth-child(2n) {
	float: right;
}
#link .btArea li img {
	width: 100%;
}
@media(max-width:949px){
	#link .btArea {
		padding: 8px;
	}
	#link .btArea li,
	#link .btArea li:nth-child(2n) {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 8px;
		margin-bottom: 20px;
	}
}



.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  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;
	width: 65%;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

@media(max-width:949px){
	.btn, a.btn, button.btn {
	font-size: 1.2rem;
	margin: 1%;
	width: 63%;
}
}

#btn {
	width: 25%;
	float: left;
	padding: 1% 4%;
	margin: 0 auto;
}
#btn2 {
	width: 100%;
	float: inherit;
	margin: 0 8%;
}
@media(max-width:949px){
#btn {
	width: 87%;
	float: inherit;
	padding: 1% 4%;
	margin: 0;
}
#btn2 {
	margin: 0;
}

}

/* =========================
   Recruit Button
========================= */
.recruitBtnWrap {
	width: 100%;
	background: #000;
	text-align: center;
	padding: 30px 0 45px;
	position: relative;
	overflow: hidden;
}

.recruitBtn {
	position: relative;
	display: inline-block;
	width: 78%;
	max-width: 720px;
	padding: 20px 30px 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background:
		linear-gradient(180deg, #2a2a2a 0%, #050505 45%, #000 100%);
	border: 1px solid rgba(212, 175, 55, 0.75);
	box-shadow:
		0 0 0 1px rgba(255, 215, 120, 0.15) inset,
		0 0 18px rgba(212, 175, 55, 0.20),
		0 0 38px rgba(212, 175, 55, 0.10);
	letter-spacing: 0.08em;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: recruitGlow 2.8s ease-in-out infinite;
}

.recruitBtn:before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,220,120,0.10) 45%,
		rgba(255,255,255,0.45) 50%,
		rgba(255,220,120,0.10) 55%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	animation: recruitShine 3.5s ease-in-out infinite;
}

.recruitBtn:after {
	content: "›";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 34px;
	font-weight: bold;
	color: #d4af37;
	text-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
	animation: recruitArrow 1.4s ease-in-out infinite;
}

.recruitBtn:hover {
	transform: translateY(-2px) scale(1.01);
	box-shadow:
		0 0 0 1px rgba(255, 215, 120, 0.2) inset,
		0 0 26px rgba(212, 175, 55, 0.28),
		0 0 52px rgba(212, 175, 55, 0.15);
}

.recruitBtn__sub {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	color: #d4af37;
	margin-bottom: 6px;
	font-weight: bold;
	letter-spacing: 0.18em;
}

.recruitBtn__main {
	display: block;
	font-size: 34px;
	line-height: 1.35;
	font-weight: bold;
	color: #fff;
	text-shadow:
		0 0 8px rgba(255,255,255,0.12),
		0 0 16px rgba(212,175,55,0.18);
}

/* glow animation */
@keyframes recruitGlow {
	0% {
		box-shadow:
			0 0 0 1px rgba(255, 215, 120, 0.12) inset,
			0 0 14px rgba(212, 175, 55, 0.12),
			0 0 28px rgba(212, 175, 55, 0.06);
	}
	50% {
		box-shadow:
			0 0 0 1px rgba(255, 215, 120, 0.25) inset,
			0 0 28px rgba(212, 175, 55, 0.28),
			0 0 56px rgba(212, 175, 55, 0.14);
	}
	100% {
		box-shadow:
			0 0 0 1px rgba(255, 215, 120, 0.12) inset,
			0 0 14px rgba(212, 175, 55, 0.12),
			0 0 28px rgba(212, 175, 55, 0.06);
	}
}

/* shine sweep */
@keyframes recruitShine {
	0% {
		left: -120%;
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	45% {
		left: 140%;
		opacity: 1;
	}
	100% {
		left: 140%;
		opacity: 0;
	}
}

/* arrow movement */
@keyframes recruitArrow {
	0% {
		transform: translateY(-50%) translateX(0);
	}
	50% {
		transform: translateY(-50%) translateX(6px);
	}
	100% {
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 949px) {
	.recruitBtnWrap {
		padding: 20px 0 30px;
	}

	.recruitBtn {
		width: 90%;
		padding: 16px 42px 16px 20px;
	}

	.recruitBtn__sub {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.recruitBtn__main {
		font-size: 7vw;
		line-height: 1.3;
	}

	.recruitBtn:after {
		right: 16px;
		font-size: 28px;
	}
}