@charset "UTF-8";

/* !foundation */
/* --------------------------- */
html,body {
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: #333;
	background: #fff;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
	text-align: center;
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: #295aff;
	transition: all 0.4s ease;
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: #1a3b99;
}
a:hover {
	text-decoration: none;	
}
a:hover img {
	opacity: 0.6;
}
a.noborder {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,0) 100%);
	margin: 8vh auto;
	clear: both;
}
.btn,
.btn:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	padding: 0.5em 1em;
	color: #000;
	background: #fff;
}
.btn:hover {
	background: #000;
	color: #fff;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.375em auto;
	text-align: center!important;
}
.sp {
	display: none;
}
.flexCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul[class],ol[class] {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.tate {
	-webkit-font-feature-settings: 'palt' 0;
	font-feature-settings: 'palt' 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* !font */
/* --------------------------- */
.wf-udshingoconde50-b {font-family:UDShinGoCOfizPr6N-Bol, 'UD新ゴ コンデンス50 B', 'UD Shin Go Conde50 B';}
.wf-udshingo-l {font-family:UDShinGoPro-Light, 'UD新ゴ L JIS2004', 'UD Shin Go Light JIS2004';}
.wf-udshingo-r, body {font-family:UDShinGoPro-Regular, 'UD新ゴ R JIS2004', 'UD Shin Go Regular JIS2004';}
.wf-udshingo-m, b, strong, th, .contTitleSub, ul.futureJobList, .heroCatch {font-family:UDShinGoPro-Medium, 'UD新ゴ M JIS2004', 'UD Shin Go Medium JIS2004'; font-weight: normal;}
.wf-udshingo-b, h1, h2, h3, h4, h5, h6 {font-family:UDShinGoPro-Bold, 'UD新ゴ B JIS2004', 'UD Shin Go Bold JIS2004'; font-weight: normal;}
.wf-udshingo-h, .heroTitle {font-family:UDShinGoPro-Heavy, 'UD新ゴ H JIS2004', 'UD Shin Go Heavy JIS2004'; font-weight: normal;}
.wf-ryumin-r {font-family: RyuminPro-Regular, 'リュウミン R-KL', 'Ryumin Regular KL'}
.wf-ryumin-b {font-family:RyuminPro-Bold, 'リュウミン B-KL', 'Ryumin Bold KL'; font-weight: normal;}
.wf-a1gothM {font-family: PA1GothicStdN-Medium, "A1ゴシック M", 'A1 Gothic M';}
.wf-a1gothB {font-family: PA1GothicStdN-Bold, "A1ゴシック B", 'A1 Gothic B'; font-weight: normal;}
.wf-a1min, .contTitle, .commonTxt, .nsFlow dt, .examTitle, .modalTitle {font-family: A1MinchoStd-Bold, "A1明朝", 'A1 Mincho'; font-weight: normal;}

.txtSdw {
	text-shadow: 0 0 40px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(0,0,0,.9),0 0 15px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.9);
}
.capsS {
	font-size: 0.8em;
}

/* !header */
/* --------------------------- */
.gHeader {
	width: 100%;
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.125);
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 3rem;
}
.siteTitle {
	margin: 0 auto 0 0;
	line-height: 1;
	max-width: 20vw;
}
.headerNav {
	display: flex;
	justify-content: center;
}
.headerNav .btn,
.headerNav .btn:visited,
.requireBtnWrap .btn,
.requireBtnWrap .btn:visited {
	width: 11em;
	padding: 0.5em 0.5em 0.5em 4em;
	margin-left: 1em;
	background: #295aff;
	border: none;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.25;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	border-radius: 0.5rem;
}
.requireBtnWrap .btn {
	width: 16em;
	padding: 1em 0.5em 1em 4em;
	margin: 1rem auto 5rem;
	font-size: 1.25em;
}
.headerNav .btn:hover,
.requireBtnWrap .btn:hover {
	background: #1a3b99;
}
.headerNav .btn::before,
.requireBtnWrap .btn::before  {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.headerNav .btnShutsugan::before,
.requireBtnWrap .btnShutsugan::before {
	background-image: url('../imgs/icon_webshutsugan.svg');
}
.headerNav .btnContact::before {
	background-image: url('../imgs/icon_contact.svg');
}

/* !footer */
/* --------------------------- */
.gFooter {
	background: #f0f0f0;
	padding: 1em;
}
.copyright {
	font-size: 1em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	margin: 0;
}

/* !top */
/* --------------------------- */
.heroImg {
	width: 100%;
	height: 42.5vw;
	background: url('../imgs/hero_img_bg.jpg') center top no-repeat;
	background-size: 100% auto;
	padding: 1rem;
	position: relative;
	margin-bottom: 5rem;
	transition: all 1.0s ease 0.4s;
	overflow: hidden;
}
.heroImg::before,
.heroImg::after {
	content: "";
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	transition: all 0.6s ease 0.2s;
}
.loaded .heroImg::before,
.loaded .heroImg::after {
	opacity: 1;
}
.heroImg::before {
	width: 24.5vw;
	height: 71.5%;
	background-image: url('../imgs/hero_img_photo_left.png');
	transform: translate(-165%, -50%);
}
.loaded .heroImg::before {
	transform: translate(-160%, -50%);
}
.heroImg::after {
	transition: all 0.6s ease 0.6s;
	width: 29.15vw;
	height: 96.7%;
	background-image: url('../imgs/hero_img_photo_right.png');
	transform: translate(60%, -50%);
}
.loaded .heroImg::after {
	transform: translate(50%, -50%);
}
.heroTitle {
	margin: 0;
	font-size: 6vw;
	line-height: 1.333;
	white-space: nowrap;
	letter-spacing: 0.2em;
	text-shadow: 0 0 8px rgba(0,0,0,.875);
	color: #fff;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.6s ease 2.8s;
	opacity: 0;
	z-index: 100;
}
.loaded .heroTitle {
	letter-spacing: 0;
	opacity: 1;
}
.heroCatch {
	width: 33vw;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-70%, -130%) rotate(-10deg);
	z-index: 5;
	opacity: 0;
}
.loaded .heroCatch {
	opacity: 1;
	transform: translate(-50%, -140%) rotate(-10deg);
	transition: all 0.6s cubic-bezier(.21,1.82,.16,.67) 1.6s;
}
.content {
	padding: 5rem 0;
}
.contTitle {
	font-size: 3em;
	line-height: 1.5;
	margin: 0 auto 1em;
	color: #000;
}
.contTitleSub {
	display: block;
	font-size: 0.375em;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	color: #1a3b99;
}
.contCatch {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 auto 1em;
	color: #295aff;
}
.commonTxt {
	font-size: 1.25em;
	line-height: 1.875;
	letter-spacing: 0.1em;
	text-align: justify;
	max-width: 40em;
	margin: 0 auto 0.5em;
}

.nsFlow {
	margin: 3rem auto;
	max-width: 48rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.nsFlow::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30rem 1rem 0 1rem;
	border-color: rgba(255,255,255,.5) transparent transparent transparent;
	position: absolute;
	top: 1rem;
	left: 7.5rem;
}
.nsFlow dt {
	width: 11rem;
	background: #d9c6f7;
	border-radius: 1rem 0 0 1rem;
	margin: 0 0 1rem;
	padding: 1rem 2rem 1.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 2.5em;
	color: #000;
	-webkit-font-feature-settings: 'palt' 0;
	font-feature-settings: 'palt' 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.nsFlow dd {
	width: calc( 100% - 11rem );
	background: #d9c6f7;
	border-radius: 0 1rem 1rem 0;
	margin: 0 0 1rem;
	padding: 1rem 2rem 1rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.25em;
	line-height: 1.666;
	text-align: left;
}
.nsFlow dt:nth-of-type(2),
.nsFlow dd:nth-of-type(2) {
	background: #c6f4f4;
}
.nsFlow dt:nth-of-type(3),
.nsFlow dd:nth-of-type(3) {
	background: #e4f7c6;
}
/* .nsFlow.invisible dt,
.nsFlow.invisible dd {
	opacity: 0;
	transform: translateY(-2rem);
}
.nsFlow.visible dt,
.nsFlow.visible dd {
	opacity: 1;
	transition: all 0.6s ease 0.6s;
	transform: translateY(0rem);
}
.nsFlow.visible dt:nth-of-type(2),
.nsFlow.visible dd:nth-of-type(2) {
	transition-delay: 0.9s;
}
.nsFlow.visible dt:nth-of-type(3),
.nsFlow.visible dd:nth-of-type(3) {
	transition-delay: 1.2s;
} */
.tableWrap {
	margin: 3rem auto;
	max-width: 90vw;
	overflow-x: auto;
}
.weeklySchedule {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 0.875em;
	line-height: 1.5;
}
.weeklySchedule caption {
	font-size: 1em;
	color: #666;
	margin-bottom: 0.5em;
}
.weeklySchedule th,
.weeklySchedule td {
	width: 12.5%;
	padding: 0.75em 0.5em;
	border: solid 1px #aaa;
}
.weeklySchedule th,
.weeklySchedule thead td {
	background: #f0f0f0;
}
.weeklySchedule .extra {
	background: #e4f7c6;
}
.weeklySchedule .planning {
	background: #d9c6f7;
}
.weeklySchedule .self {
	background: #c6f4f4;
}
.futureJobWrap {
	background: url('../imgs/future_bg.jpg') center center no-repeat;
	background-size: cover;
	margin: 2rem auto;
	padding: 3rem 0;
}
.futureJobTitle {
	font-size: 1.5em;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 0.5em 2em;
	margin: 0 auto;
	background: linear-gradient(90deg, rgba(57, 180, 74,0) 0%, rgba(0, 104, 55,1) 10%, rgba(57, 180, 74) 90%, rgba(57, 180, 74,0) 100%);
}
ul.futureJobList {
	margin: 3rem auto 0;
	font-size: 1em;
	line-height: 1;
	max-width: 56em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
ul.futureJobList li {
	width: 32%;
	display: inline-block;
	background: #fff;
	padding: 0.75em;
	margin: 0 0 1.5rem;
	border: solid 2px rgba(57, 180, 74,1);
	position: relative;
}
ul.futureJobList li::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 1em 0 0;
	border-color: rgba(57, 180, 74,1) transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.examDetail {
	max-width: 48rem;
	margin: 7.5rem auto 7.5rem;
	background: #d4deff;
	border-radius: 1.5rem;
	padding: 6rem 2rem 2rem;
	position: relative;
}
.examDetail:first-of-type {
	background: #a9bdff;
}
.examTitle {
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	line-height: 1;
	padding: 0.5em 1em;
	color: #000;
	background: #fff;
	border-radius: 0.25em;
	min-width: 8em;
}
.examTitle::before,
.examTitle::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 1px rgba(41,90,255,0.5);
	border-radius: 0.25em;
}
.examTitle::before {
	transform: translate(-0.25rem, -0.25rem);
}
.examTitle::after {
	transform: translate(0.25rem, 0.25rem);
}
/* .examTitle::before,
.examDetail.visible .examTitle::before {
	transform: translate(-0.25rem, -0.25rem);
}
.examTitle::after,
.examDetail.visible .examTitle::after {
	transform: translate(0.25rem, 0.25rem);
}
.examDetail.invisible .examTitle::before,
.examDetail.invisible .examTitle::after {
	transform: translate(0,0);
}
.examDetail.visible .examTitle::before,
.examDetail.visible .examTitle::after {
	transition: all 1.2s cubic-bezier(.21,1.82,.16,.67) 1.0s;
} */
.examOutline {
	margin: 0 auto;
	max-width: 26em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	font-size: 1.25em;
	line-height: 1.5;
}
.examOutline dt {
	width: 9.5rem;
	background: #fff;
	border-radius: 1rem 0 0 1rem;
	margin: 0 0 1.5rem;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
}
.examOutline dd {
	width: calc( 100% - 9.5rem );
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	margin: 0 0 1.5rem;
	padding: 1rem 0 1rem 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
}

/* !animation */
/* --------------------------- */
/* .invisible {
	opacity: 0;
	transform: translateY(2rem);
}
.visible {
	transition: all 0.6s ease 0.4s;
	transform: translateY(0);
	opacity: 1;
} */


/* !modal */
/* --------------------------- */
.modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
#modalCheck:checked ~ .modalWrap {
	opacity: 1;
	pointer-events: auto;
}
.modalBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,.875);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.modalCont {
	width: 100%;
	max-width: 38rem;
	max-height: 100vh;
	background: #fff;
	position: relative;
	z-index: 100;
	overflow-y: auto;
	border-radius: 2rem 0 2rem 2rem;
}
.modalTitle {
	font-size: 2em;
	line-height: 1.375;
	margin: 1em auto 0em;
	color: #1a3b99;
}
.modalBody {
	padding: 1rem 3.5rem 3rem;
}
.modalTxt {
	font-size: 1.125em;
	line-height: 1.666;
	margin: 0 0 0.5em;
}
.modalOutline {
	margin: 0 auto;
	max-width: 22em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	font-size: 1.125em;
	line-height: 1.5;
}
.modalOutline dt {
	width: 7rem;
	background: #f0f0f0;
	border-radius: 1rem 0 0 1rem;
	margin: 0 0 1rem;
	letter-spacing: 1em;
	text-indent: 1em;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.modalOutline dd {
	width: calc( 100% - 7rem );
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	margin: 0 0 1rem;
	padding: 1rem 0 1rem 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.modalClose {
	display: block;
	font-size: 2.5rem;
	width: 1.5em;
	height: 1.5em;
	background: #000;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
}
.modalClose span {
	width: 80%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* !sp */
/* --------------------------- */
@media screen and (max-width:767px) {
	/* !sp common */
	/* --------------------------- */
	.floatLeft,
	.floatRight,
	.alignleft,
	.alignright {
		display: block;
		text-align: center;
		float: none;
		margin: 16px auto;
	}
	.nosp {
		display: none;
	}
	.sp {
		display: block;
	}
	.flexCont {
		display: block;
	}
	/* !sp layout */
	/* --------------------------- */
	body {
		font-size: 4vw;
	}
	main {
		max-width: 100vw;
		overflow-x: hidden;
	}
	.gHeader {
		padding: 0.5rem;
	}
	.siteTitle {
		flex-shrink: 0;
		width: 35vw;
		max-width: 35vw;
	}
	.headerNav .btn,
	.headerNav .btn:visited {
		font-size: 0.8125em;
		width: auto;
		padding-left: 2.5em;
	}
	.headerNav .btn::before  {
		width: 1.5em;
		height: 1.5em;
		left: 0.5em;
	}
	/* !sp top */
	/* --------------------------- */
	.heroImg {
		height: 80vw;
		background-image: url('../imgs/hero_img_bg_sp.jpg');
		background-size: cover;
	}
	.heroImg::before {
		width: 45.0vw;
		height: 55.7vw;
		transform: translate(-140%, -50%);
	}
	.loaded .heroImg::before {
		transform: translate(-135%, -50%);
	}
	.heroImg::after {
		width: 50.0vw;
		height: 70.4vw;
		transform: translate(29%, -50%);
	}
	.loaded .heroImg::after {
		transform: translate(24%, -50%);
	}
	.heroTitle {
		font-size: 2.5em;
	}
	.heroCatch {
		width: 45vw;
		transform: translate(-70%, -180%) rotate(-10deg);
	}
	.loaded .heroCatch {
		transform: translate(-55%, -195%) rotate(-10deg);
	}
	.heroCatch span {
		white-space: nowrap;
	}
	.contTitle {
		font-size: 2.5em;
		line-height: 1.25;
	}
	.contTitleSub {
		font-size: 0.5em;
		margin-top: 0.5em;
	}
	.contCatch {
		font-size: 1.375em;
	}
	.contBody {
		padding: 0 1.5rem;
	}
	.commonTxt {
		font-size: 1em;
	}
	.nsFlow::after {
		border-width: 28rem 0.625rem 0 0.625rem;
		left: 3.25rem;
	}
	.nsFlow dt {
		width: 5rem;
		font-size: 2em;
		white-space: nowrap;
		padding: 1rem 1rem 1.5rem 0;
	}
	.nsFlow dd {
		width: calc( 100% - 5rem );
		font-size: 1em;
		line-height: 1.666;
		text-align: justify;
		padding: 1rem 1.5rem 1rem 0;
	}
	.tableWrap {
		max-width: 100%;
		overflow-x: auto;
	}
	.weeklySchedule {
		width: 100%;
		white-space: nowrap;
		font-size: 0.75rem;
	}
	.weeklySchedule tbody th {
		position: sticky;
		left: 0;
	}
	.futureJobWrap {
		margin: 0 -1.5rem;
		padding: 2.5rem 1rem;
		background-image: url('../imgs/future_bg_sp.jpg');
	}
	ul.futureJobList {
		font-size: 0.875em;
		line-height: 1.375;
		align-items: stretch;
	}
	ul.futureJobList li {
		width: 47.5%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.examDetail {
		padding: 4rem 1rem 1rem;
	}
	.examTitle {
		font-size: 2em;
		padding: 0.5em 0.75em;
	}
	.examOutline {
		font-size: 1em;
	}
	.examOutline dt {
		width: 6.5rem;
	}
	.examOutline dd {
		width: calc( 100% - 6.5rem );
		padding-right: 0.75rem;
	}
	.contBody iframe {
		width: 100vw;
		height: 56.25vw;
		margin-left: -1.5rem;
	}
	.modalCont {
		max-width: 90%;
	}
	.modalTitle {
		font-size: 2em;
	}
	.modalBody {
		padding: 0.5rem 1rem 2rem;
	}
	.modalTxt {
		font-size: 1em;
	}
	.modalOutline {
		font-size: 1.125em;
		max-width: 16em;
	}
	.modalClose {
		font-size: 2rem;
	}
	video {
		max-width: 100%;
		height: auto;
	}
}

/* !tablet */
/* --------------------------- */
@media screen and (min-width:768px) and (max-width:960px) {
	.contBody {
		padding: 0 3rem;
	}
	.contBody iframe {
		max-width: 100%;
	}
}
