@charset "utf-8";

/* =====================================================================
	common.css
===================================================================== */

/* ----------------------------------------------------------------------
 * 全デバイス共通
 * ---------------------------------------------------------------------- */

/* index.html -------------------------------------------------- */

/* .hero */
.hero,
.hero img {
	width: 100%;
}

/* #intro */
#intro {
	padding: 40px 6%;
}
#intro h1 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.6rem;
	text-align: center;
}
#intro p {
	font-weight: 500;
	line-height: 2.2rem;
	margin: 40px 0 0 0;
}

/* #wish */
#wish,
#wish img {
	width: 100%;
}

/* .imgHeadline */
.imgHeadline {
	margin: 0 auto;
}
.imgHeadline img {
	width: 100%;
}

/* .toggle */
.toggle {
	cursor: pointer;
}

/* #staffInterview */
#staffInterview {
	margin: 40px auto;
}
.interviewContent h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	align-items: center;
	margin: 40px auto 0 auto;
	user-select: none;
	position: relative;
}
.interviewTitleIcon {
	height: 1em;
	text-align: left;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
	color: #b28247;
	user-select: none;
	position: absolute;
}
.interviewTitleText {
	font-weight: 900;
	user-select: none;
}
.interviewBody {
	width: 100%;
	line-height: 1.75;
	margin: 40px 0 0 0;
	display: none;
}
.interviewBodyFirst {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
}
.interviewImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interviewStaffInfo {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2rem;
}

.interviewList dt {
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.6rem;
}
.interviewList dd {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2rem;
}

/* #career */
/* #newGraduate */
.requirements {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2rem;
	display: none;
}
.requirements th,
.requirements td {
	padding: 20px;
	border: 2px solid #333;
}
.requirements th {
	vertical-align: middle;
	box-sizing: border-box;
}
.requirements#careerTable th {
	background-color: #e4edf3;
}
.requirements#newGraduateTable th {
	background-color: #fef2e4;
}
.requirements td.td_main {
	border-bottom: 1px solid #333;
}
.requirements td.td_ex {
	border-top: 1px solid #333;
}

.flow {
	margin: 40px auto 0 auto;
	display: none;
}
.flow h3 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.6rem;
	text-align: center;
}
.flow h3 span {
	width: 100px;
	height: 70px;
	display: block;
}
.flow h3 span img {
	width: 100%;
}
.flowList {
	overflow: hidden;
}
.flowList img {
	width: 100%;
}

.entryBtn {
	margin: 40px auto;
	transition: .5s;
	display: none;
}
.entryBtn img {
	width: 100%;
}

.stopEntry {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2rem;
	text-align: center;
	margin: 40px auto 0 auto;
	display: none;
}

/* #career */
/* #newGraduate */

/* #message */
#message {
	width: 100%;
	background-image: url(../img/messageBG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#messageWrapper {
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#messageText {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
}
#messageText p:not(:first-child) {
	margin: 2rem 0 0 0;
}
#messageLink {
	background-image: url(../img/text_skillplaza.png);
	background-size: 170px 100px;
	background-repeat: no-repeat;
}
#messageLink a {
	display: block;
	width: 250px;
}
#messageLink a img {
	width: 100%;
}


/* --------------------------------------------------
 * 画面の横幅が960px以上（PC）
 * -------------------------------------------------- */
@media screen and (min-width: 960px){
	/* index.html -------------------------------------------------- */
	/* #intro */
	#intro p {
		font-size: 1.5rem;
		text-align: center;
	}

	/* #wish */

	/* .imgHeadline */
	.imgHeadline {
		width: 450px;
	}

	/* .toggle */

	/* #staffInterview */
	#staffInterview {
		width: 920px;
	}
	.interviewContent h3 {
		background-image: url(../img/interviewTitleBG_pc.jpg);
		width: 580px;
		height: 80px;
	}
	.interviewTitleIcon {
		top: 10px;
		left: 68px;
	}
	.interviewTitleText {
		width: calc(100% - 174px);
		font-size: 2rem;
		line-height: 2.6rem;
		text-align: left;
		margin-left: 174px;
	}
	.interviewBodyFirst {
		justify-content: space-between;
		gap: 40px;
	}
	.interviewImg {
		width: 395px;
		height: 250px;
	}
	.interviewBodyFirstText {
		width: calc(100% - 395px - 40px);
	}
	.interviewStaffInfo li:not(:first-of-type) {
		margin: 0 0 0 20px;
	}
	.staffHonorific {
		margin: 0 0 0 20px;
	}

	.interviewList dt {
		margin: 40px 0 0 0;
	}
	.interviewList dd {
		margin: 40px 0 0 0;
	}

	/* #career */
	/* #newGraduate */
	.requirements {
		margin: 40px auto 0 auto;
	}
	.requirements th {
		width: 140px;
	}

	.flow h3 {
		position: relative;
		padding: 25px 0;
	}
	.flow h3 span {
		position: absolute;
		top: 0;
		left: calc(50% - 100px - 20px - 3.5em);
	}
	.flowList {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	.entryBtn {
		width: 400px;
	}

	#career,
	#newGraduate {
		width: 920px;
		margin: 40px auto 80px auto;
	}

	/* #message */
	#message {
		padding: 40px 0;
	}
	#messageWrapper {
		width: 920px;
		padding: 0 100px 0 40px;
	}
	#messageText {
		width: 395px;
	}
	#messageLink {
		padding: calc(100px + 40px) 0 0 0;
		background-position: top right;
	}
	#messageLink a:not(:first-of-type) {
		margin: 40px 0 0 0;
	}
}


/* --------------------------------------------------
 * 画面の横幅が959pxまで（タブレット端末横）
 * -------------------------------------------------- */
@media screen and (max-width: 959px){
	/* index.html -------------------------------------------------- */
	/* #intro */
	#intro p {
		font-size: 1.6rem;
		text-align: left;
	}

	/* #wish */

	/* .imgHeadline */
	.imgHeadline {
		width: 280px;
	}

	/* .toggle */

	/* #staffInterview */
	#staffInterview {
		width: 100%;
		box-sizing: border-box;
		padding: 0 6%;
	}
	.interviewContent h3 {
		background-image: url(../img/interviewTitleBG_sp.jpg);
		width: 280px;
		height: 100px;
	}
	.interviewTitleIcon {
		top: 7px;
		left: 7px;
	}
	.interviewTitleText {
		width: 100%;
		font-size: 1.6rem;
		line-height: 3.6rem;
		text-align: center;
		margin-left: 0;
	}
	.interviewBodyFirst {
		justify-content: center;
		flex-direction: column;
		gap: 20px;
	}
	.interviewImg {
		width: 280px;
		height: 175px;
		margin: 0 auto;
	}
	.interviewBodyFirstText {
		width: 100%;
		margin: 0 auto;
	}
	.interviewStaffInfo {
		width: 280px;
		margin: 0 auto;
		flex-direction: column;
		text-align: center;
	}
	.interviewStaffInfo li:not(:first-of-type) {
		margin: 20px 0 0 0;
	}
	.staffHonorific {
		margin: 0;
	}

	.interviewList dt {
		margin: 20px 0 0 0;
	}
	.interviewList dd {
		margin: 20px 0 0 0;
	}

	/* #career */
	/* #newGraduate */
	.requirements {
		margin: 20px auto 0 auto;
		border-bottom: 2px solid #333;
	}
	.requirements th,
	.requirements td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.requirements th {
		width: 100%;
		text-align: center;
	}

	.flow h3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.flow h3 span {
		margin: 0 auto;
	}
	.flowList {
		width: 280px;
		margin: 20px auto 0 auto;
	}

	.entryBtn {
		width: 280px;
	}

	#career,
	#newGraduate {
		width: 100%;
		margin: 40px auto;
		box-sizing: border-box;
		padding: 0 6%;
	}

	/* #message */
	#message {
		padding: 40px 0 20px 0;
	}
	#messageWrapper {
		width: 100%;
		padding: 0 6%;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#messageText {
		width: 100%;
	}
	#messageLink {
		padding: calc(100px + 20px) 0 0 0;
		margin: 40px auto 0 auto;
		background-position: top center;
	}
	#messageLink a:not(:first-of-type) {
		margin: 20px 0 0 0;
	}
}