@charset "utf-8";

.message {
	margin: 120px 0 !important;
	font-size: 2.3rem;
	font-weight: 800;
	text-align: center;
	line-height: normal;
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
	.message {
		font-size: 1.8rem;
	}
}
@media print, screen and (max-width: 768px) {
	.message {
		font-size: 1.6rem;
	}
}

.recruit_section1 div.frame {
	display: flex;
	margin: 3rem 0;
}

.recruit_section1 .images {
	display: flex;
	flex-direction: column;
    margin-top: 55px;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
	.recruit_section1 .frame {
		flex-direction: column;
	}
	.recruit_section1 .images {
		margin-left: 0;
		margin-top: 20px;
		align-items: center;
	}
	.recruit_section1 .images .illust {
		width: 80%;
		max-width: 300px;
	}
}

.recruit_section1 .insta {
	text-align: center;
}
.recruit_section1 .insta p {
	margin: 0;
	font-weight: 500;
	white-space: nowrap;
}
.recruit_section1 .insta img:hover {
    box-shadow: -1px 3px 2px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px) scale(1.03);
}
.recruit_section1 .insta img:active {
    box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.5);
    transform: none;
}

.recruit_section1 .head {
	font-size: 1.2rem;
	font-weight: 500;
    line-height: 3rem;
}

.recruit_section1 .movies {
	display: flex;
	width: calc(100vw - 105px);
	max-width: 970px;
    margin: 30px;
	gap: 30px;
	flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
	.recruit_section1 .movies {
		flex-direction: column;
		width: calc(100vw - 65px);
	}
}
.recruit_section1 .movie {
	flex: 1 1 0;
	min-width: 350px;
	box-sizing: border-box;
}
.recruit_section1 .movie img {
	display: block;
	width: 100%;
}
.recruit_section1 .movie img:hover {
    box-shadow: -1px 3px 2px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px) scale(1.03);
}
.recruit_section1 .movie img:active {
    box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.5);
    transform: none;
}
.recruit_section1 .caption {
	margin: 0;
	text-align: center;
}

.recruit_section2 dl {
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: normal;
}
@media print, screen and (max-width: 768px) {
	.recruit_section2 dl {
	    margin-left: 10px;
	}
}
.recruit_section2 dt {
    padding: 30px 0 5px 70px;
    background: url(/img/recruit/icon_q.png) no-repeat 12px 32px;
	font-size: 2rem;
}
@media print, screen and (max-width: 768px) {
	.recruit_section2 dt {
	    padding-left: 50px;
	    background: url(/img/recruit/icon_q.png) no-repeat 6px 32px;
		background-size: 24px;
		font-size: 1.5rem;
	}
}
.recruit_section2 dd {
    padding: 30px 0 30px 70px;
    background: url(/img/recruit/icon_a.png) no-repeat 12px 32px;
}
@media print, screen and (max-width: 768px) {
	.recruit_section2 dd {
	    padding-left: 50px;
	    background: url(/img/recruit/icon_a.png) no-repeat 6px 32px;
		background-size: 24px;
	}
}
.recruit_section2 dd p {
	margin: 0 0 10px 0;
	text-indent: -1em;
}

.recruit_section3 div {
    margin-left: 30px;
    margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
	.recruit_section3 div {
	    margin-left: 10px;
	}
}
.recruit_section3 table {
    margin: 30px 0;
}
.recruit_section3 table th,
.recruit_section3 table td {
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #bbb;
}
.recruit_section3 table th {
	padding-right: 50px;
}
@media print, screen and (max-width: 768px) {
	.recruit_section3 table th {
		padding-right: 20px;
	}
}
.recruit_section3 table td {
	width: 100%;
}

.recruit_section3 .label {
	font-size: 1rem;
	color: #3498db;
}
