@charset "UTF-8";
/* CSS Document */



/* ----------------------------------------------
	共通
------------------------------------------------- */

/* ----------------------------------------------
	タイトル
------------------------------------------------- */
#mainimages {
	background-color: #007df3;
	color: #FFF;
	padding: 50px;
	text-align: center;
}
#mainimages .stageWrap {
	position: relative;
}
#mainimages .stageWrap h2 {
	margin-bottom: 30px;
}
#mainimages .stageWrap p {
}
#mainimages .stageWrap::before {
	content: '';
	
	position: absolute;
	top:  calc(50% + 4px);
	
	height: 3px;
	
	background-color:#FFF;
	border-radius: 100%;
}
#mainimages .stageWrap::after {
	content: '';
	
	position: absolute;
	bottom: -30px;
	left: calc(50% - 0.5em);
	
	width: 1em;
	height: 1em;
	
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}


/* ----------------------------------------------
	募集要項
------------------------------------------------- */
#recruit {}
#recruit .stageWrap {
	margin: 50px auto;
	
	border: solid 1px #000;
}
#recruit .stageWrap .headline {}
#recruit .stageWrap .headline + dl {
	margin-top: 30px;
}
#recruit .stageWrap .headline > dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}
#recruit .stageWrap .headline > dt::before {
	content: '◆';
	color: #007df3;

}
#recruit .stageWrap .headline .list {
	width: 100%;
	margin-top: 20px;
}
#recruit .stageWrap .headline .list > dt {
	padding: 10px;
	background-color: #007df3;
	color: #FFF;
	text-align: center;
}
#recruit .stageWrap .headline .list > dd {
	padding: 30px;
	background-color: #f5f5f5;
}
#recruit .stageWrap .headline .list > dd p {
	margin-bottom: 2em;
}
#recruit .stageWrap .headline .list > dd dt {
	background-color: #007df3;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
#recruit .stageWrap .headline .list > dd dd {
	display: inline-block;
}
#recruit .stageWrap .headline .detail {
	border-bottom: solid 1px #000;
	display: grid;
}
#recruit .stageWrap .headline .detail > dt,
#recruit .stageWrap .headline .detail > dd {
	padding: 1em 0;
}
#recruit .stageWrap .headline .detail > dd + dd {
	border-top: solid 1px #000;
}


/* ----------------------------------------------
	ENTRY
------------------------------------------------- */
#entry_b {
	background-color: #fbe20b;
	padding: 50px;
}
#entry_b .stageWrap a {
	background-color: #fcff94;
	border: solid 2px #007df3;
	padding: 10px;
	width: 100%;
	max-width: 20em;
	margin: auto;
	text-align: center;
	color: #007df3;
	display: block;
	border-radius: 50px;
	font-size: 27px;
	font-weight: bold;
	position: relative;
}
/*#entry_b .stageWrap a::after {
	font-size: 20px;
	font-family: 'Material Icons';
	content: '\e5c8';
	color: #fff;
	letter-spacing: normal;
	width: 1.5em;
	height: 1.5em;
	background: #fd7aa4;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	position: absolute;
	bottom: 15px;
	right: 15px;
}*/
#entry_b .stageWrap a:hover {
	background-color: #007df3;
	border: solid 2px #fff;
	color: #fff;
}

/*-
	PC版（821px以上）ここから
------------------------------------------------- */
@media screen and (min-width:821px), print{
	
	/* ----------------------------------------------
		タイトル
	------------------------------------------------- */
	#mainimages {}
	#mainimages .stageWrap::before {
		width: 800px;
		left: calc(50% - 400px);
	}
	
	
	/* ----------------------------------------------
		募集要項
	------------------------------------------------- */
	#recruit {}
	#recruit .stageWrap {
		padding: 50px;
		width: 900px;
	}
	#recruit .stageWrap .headline .list > dd dl {
		display: flex;
	}
	#recruit .stageWrap .headline .list > dd dt {
		width: 10em;
	}
	#recruit .stageWrap .headline .list > dd dd {
		margin-left: 3em;
	}
	#recruit .stageWrap .headline .detail {
		grid-template-columns: 10em auto;
	}
	#recruit .stageWrap .headline .detail > dt {
		grid-column: 1 / 2;
	}
	#recruit .stageWrap .headline .detail > dd {
		grid-column: 2 / 3;
	}
	#recruit .stageWrap .headline .detail > dt {
		padding: 1em 0;
	}
	
	
	/* ----------------------------------------------
		ENTRY
	------------------------------------------------- */
	#entry_b {}
	
	
}

/*-
	SP版（820px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 820px) {
	
	
	/* ----------------------------------------------
		タイトル
	------------------------------------------------- */
	#mainimages {}
	#mainimages .stageWrap::before {
		width: 100%;
		left: 0;
	}
	
	
	/* ----------------------------------------------
		募集要項
	------------------------------------------------- */
	#recruit {}
	#recruit .stageWrap {
		padding: 20px;
	}
	#recruit .stageWrap .headline .list > dd dt {
		width: 100%;
	}
	#recruit .stageWrap .headline .list > dd dd {
		text-align: center;
		padding: 10px;
		width: 100%;
	}
	#recruit .stageWrap .headline .detail > dt {
		padding: 1em 0 0;
	}
	#recruit .stageWrap .headline .detail > dd {
		margin-left: 1em;
	}
	
	
	/* ----------------------------------------------
		ENTRY
	------------------------------------------------- */
	#entry_b {}
	
	
}

