@charset "UTF-8";

body {
	font-size: 16px;
	line-height: 1.7;
	color: #222;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	min-width: 375px;
	background-color: #FFF;
}

dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

p {
	margin-bottom: 8px;
}

img {
	max-width: 100%;
	height: auto;
}

a, a img {
	transition: 0.2s ease-in-out;
}

a img:hover {
	opacity: 0.8;
}

@media print {
	body {
		width: 1024px;
		transform: scale(0.95);
		transform-origin: 0 0;
	}
}


/* Bootstrap上書
------------------------------------- */
a {
	color: #1b77d8;
  }

  .display-1 {
	font-size: 50px;
}

.display-2 {
	font-size: 40px;
}

.display-3 {
	font-size: 34px;
	line-height: 1.4;
}

.display-4 {
	font-size: 28px;
	line-height: 1.4;
}

.display-5 {
	font-size: 24px;
	line-height: 1.4;
}

.display-6 {
	font-size: 20px;
	line-height: 1.4;
}

small,
.small {
	font-size: 87%;
	line-height: 1.5;
}

.lead {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.bg-light {
	background-color: #F6F6F6 !important;
}

.btn {
	display: block;
	padding: 0;
	font-size: 14px;
	border: none;
	border-radius: 0;
}

.rounded-sm {
	border-radius: 10px !important;
}

.rounded {
	border-radius: 16px !important;
}

.rounded-lg {
	border-radius: 25px !important;
}

.rounded-top {
	border-top-left-radius: 16px !important;
	border-top-right-radius: 16px !important;
}

.rounded-right {
	border-top-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}

.rounded-left {
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}

.figure-caption,
figcaption {
	font-size: 90%;
	color: #222;
	line-height: 1.5;
	margin: 8px 3px;
}

@media screen and (max-width: 575px) {
	.display-1 {
		font-size: 30px;
	}

	.display-2 {
		font-size: 28px;
	}

	.display-3 {
		font-size: 26px;
	}

	.display-4 {
		font-size: 24px;
	}

	.display-5 {
		font-size: 20px;
	}

	.display-6 {
		font-size: 18px;
	}

	.lead {
		font-size: 16px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 780px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1000px;
	}
}

.breadcrumb {
	margin: 0 0 15px 60px;
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb li::after {
	content: "\f105"; /* angle-right */
    font-family: FontAwesome;
	margin: 0 0.5em;
}
.breadcrumb li:last-child::after {
	content: normal;
}

@media screen and (max-width: 1000px) {
.breadcrumb {
	margin: 0 0 15px 0;
	}
}

/* 空白ユーティリティ追加
------------------------------------- */

.m5 {
	margin: 2.25rem !important;
}

.mt5,
.my5 {
	margin-top: 2.25rem !important;
}

.mr5,
.mx5 {
	margin-right: 2.25rem !important;
}

.mb5,
.my5 {
	margin-bottom: 2.25rem !important;
}

.ml5,
.mx5 {
	margin-left: 2.25rem !important;
}

.p5 {
	padding: 2.25rem !important;
}

.pt5,
.py5 {
	padding-top: 2.25rem !important;
}

.pr5,
.px5 {
	padding-right: 2.25rem !important;
}

.pb5,
.py5 {
	padding-bottom: 2.25rem !important;
}

.pl5,
.px5 {
	padding-left: 2.25rem !important;
}

/* ------------------------- */

.u-mb-xxsmall{margin-bottom: 0.5rem !important;}
.u-mb-xsmall{margin-bottom: 1rem !important;}
.u-mb-small{margin-bottom: 2rem !important;}
.u-mb{margin-bottom: 3rem !important;}
.u-mb-large{margin-bottom: 4rem !important;}
.u-mb-xlarge{margin-bottom: 5rem !important;}
.u-mb-xxlarge{margin-bottom: 6rem !important;}
.u-mt-xsmall{margin-top: 1rem !important;}
.u-mt-small{margin-top: 2rem !important;}
.u-mt{margin-top: 3rem !important;}
.u-mt-large{margin-top: 4rem !important;}
.u-mt-xlarge{margin-top: 5rem !important;}


/* レイアウト
------------------------------------- */
main {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

section {
	margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
	main {
		padding-top: 47px;
	}
}

/* ------------------------- */

.contents-1 {
	max-width: 670px;
	margin: 0 auto;
}

.contents-2 {
	max-width: 830px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	.contents-1 {
		text-align: left !important;
	}
}

/* ------------------------- */

@media screen and (min-width: 1001px) {
	.full_w {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
}
@media screen and (max-width: 1030px) {
	.full_w {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.full_w .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}


/* 見出し
------------------------------------- */
.h2_ttl-1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 12em;
	height: 2.5em;
	padding: 0 1em 0 3.3em;
	font-size: 30px;
	line-height: 1.3;
	color: #FFF;
	opacity: 0.85;
	background-color: #005bab;
}

.h2_ttl-1::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 2.5em;
	height: 100%;
	background-color: #10335e;
}

.h2_ttl-1::after {
	position: absolute;
	top: auto;
	bottom: auto;
	left: 1.6em;
	content: '';
	width: 0.4em;
	height: 0.4em;
	transform:rotate(45deg);
	background-color: #90C9C3;
}
#department .h2_ttl-1::after {background-color: #f7b85d;}
#occupation .h2_ttl-1::after {background-color: #ACCF57;}
#newgraduate .h2_ttl-1::after {background-color: #B0D0E9;}
#career .h2_ttl-1::after {background-color: #90C9C3;}
#parttime .h2_ttl-1::after {background-color: #97A9D0;}
#requirements .h2_ttl-1::after {background-color: #B8A6CF;}

@media screen and (max-width: 1000px) {
	.h2_ttl-1 {
		font-size: 3vw;
	}
}
@media screen and (max-width: 780px) {
	.h2_ttl-1 {
		font-size: 22px;
	}
}

/* ------------------------- */

.h3_ttl-1 {
	position: relative;
	margin-bottom: 1em;
	font-size: 25px;
	color: #005bab;
	text-align: center;
}

.h3_ttl-1::before {
	position: absolute;
	bottom: -0.25em;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 4em;
	border-top: 2px solid #005bab;
}

/* ------------------------- */

.h3_ttl-2 {
	margin: 20px 0;
	font-size: 35px;
	text-align: center;
}
.h3_ttl-2 div {
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	padding-right: 0.6em;
}
.h3_ttl-2 div::before {
	position: absolute;
	bottom: 15px;
	right: 0;
	content: '';
	height: 2.4em;
	border-right: 4px solid #005bab;
}
.h3_ttl-2 span {
	font-size: 0.6em;
}

.h3_ttl-2 div span {
	font-size: 2.8em;
	color: #005bab;
	font-family: 'Mukta', sans-serif;
	line-height: 1;
}

/* ------------------------- */

.h3_ttl-3 {
	margin-bottom: 0.5em;
	font-size: 35px;
	color: #005bab;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 600px) {
	.h3_ttl-2 {
		font-size: 26px;
	}
	.h3_ttl-3 {
		font-size: 26px;
	}
}

/* ------------------------- */

.h3_ttl-4 {
	margin-bottom: 1em;
	font-size: 25px;
	color: #005bab;
	text-align: center;
}

/* ------------------------- */

.h4_ttl-1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1em;
	width: 11em;
	height: 2.1em;
	font-size: 30px;
	color: #FFF;
	letter-spacing: 0.05em;
	background-color: #06A4C0;
}

.h4_ttl-1 span {
	z-index: 1;
}

.h4_ttl-1::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 5.5em;
	height: 2.1em;
	background-color: #005bab;
}

@media screen and (max-width: 600px) {
	.h4_ttl-1 {
		font-size: 26px;
	}
}

/* ------------------------- */

.h4_ttl-2 {
	width: 100%;
	margin-bottom: 20px;
	background-color: #00ADC1;
}

.h4_ttl-2 span {
	display: block;
	width: 340px;
	position: relative;
	height: 50px;
	margin: 10px 0;
	padding-left: 20px;
	font-size: 20px;
	line-height: 50px;
	background-color: #005bab;
	color: #fff;
}

.h4_ttl-2 span::after {
	display: block;
	content: '';
	width: 0;
	height: 0;	
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	border: 0 solid transparent;
	border-width: 50px 100px 0 0;
	border-right-color: #00ADC1;
}

.event.h4_ttl-2 {
	background-color: #0089D3;
}

.event.h4_ttl-2 span::after {
	border-right-color: #0089D3;
}

/* ------------------------- */

.h4_ttl-3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1em;
	width: 19em;
	height: 1.9em;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0.05em;
	background-color: #005bab;
}

.h4_ttl-3 span {
	z-index: 1;
}

.h4_ttl-3::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 9.5em;
	height: 1.9em;
	background-color: #003670;
}

@media screen and (max-width: 600px) {
	.h4_ttl-3 {
		font-size: 18px;
	}
}

/* ------------------------- */

.h4_ttl-4 {
	position: relative;
	margin-bottom: 1.2em;
	font-size: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #005bab;
}

.h4_ttl-4 span {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
}

.h4_ttl-4::before {
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 4em;
	margin: 0 auto;
	content: '';
	width: 4em;
	border-top: 2px solid #005BAB;
}

.h4_ttl-4::after {
	position: absolute;
	bottom: -0.4em;
	left: 4em;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 4em;
	border-top: 2px solid #90C9C3;
}
@media screen and (max-width: 600px) {
	.h4_ttl-4 {
		font-size: 26px;
	}
}


/* ドロワーメニュー
------------------------------------- */
#dnav {
	display: none;
	position: relative;
}

#dnav_open {
	display: block;
	position: fixed;
	top: 0px;
	right: 15px;
	width: 45px;
	height: 45px;
	padding-top: 21px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
}

#dnav_open span {
	display: block;
	position: relative;
	width: 25px;
	height: 3px;
	margin: 0 auto;
	background: #FFF;
}
#dnav_open span:before {
	content: "";
	position: absolute;
	top: -8px;
	width: 100%;
	height: 3px;
	background: #FFF;
	transition: all 0.2s;
}
#dnav_open span:after {
	content: "";
	position: absolute;
	top: 8px;
	width: 100%;
	height: 3px;
	background: #FFF;
	transition: all 0.2s;
}

#dnav_open.open span {
	height: 0;
}
#dnav_open.open span:before {
	top: 0px;
	transform: rotate(135deg);
}
#dnav_open.open span:after {
	top: 0px;
	transform: rotate(-135deg);
}

#dnav_cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#dnav_cover.open {
	opacity: .3;
	z-index: 98;
}

#dnav_contents {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 47px 8px 0;
	width: 90%;
	max-width: 250px;
	height: 100%;
	background: #FFF;
	opacity: 0.95;
	transition: .3s ease-in-out;
	transform: translateX(105%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	z-index: 99;
}

#dnav_contents.open {
	transform: translate(0); 
}

#dnav_contents li {
	display: block;
	padding: 15px 5px 15px 10px;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

#dnav_contents li a {
	display: block;
	color: #222;
	text-decoration: none;
}

#dnav_contents .toggle:after {
	position: absolute;
	content: "\f078"; /* chevron-down */
    font-family: FontAwesome;
	right: 15px;
	color: #999;
}

#dnav_contents .toggle.active:after {
	position: absolute;
	content: "\f068"; /* minus */
    font-family: FontAwesome;
	right: 15px;
	color: #999;
}

#dnav_contents .child {
	display: none;
}
#dnav_contents .child li {
	padding: 14px 5px 14px 30px;
	background-color:#F6F6F6;
}
#dnav_contents .child li:first-child {
	border-top: none;
}

@media screen and (max-width: 780px) {
#dnav {
	display: block;
	}
}


/* 共通
------------------------------------- */
.bg-c01 {background-color: #005bab !important;}
.bg-c02 {background-color: #00868f !important;}
.bg-c03 {background-color: #0081CB !important;}
.bg-c04 {background-color: #15A2B5 !important;}
.bg-c05 {background-color: #0B6DB2 !important;}
.bg-c06 {background-color: #3A8EC4 !important;}
.bg-c07 {background-color: #00A198 !important;}
.bg-c08 {background-color: #06A4C0 !important;}
.bg-c09 {background-color: #D2891B !important;}
.bg-c10 {background-color: #EE7C04 !important;}

.bg-cat01 {background-color: #EE9640 !important;}
.bg-cat02 {background-color: #7DB43B !important;}
.bg-cat03 {background-color: #5296C9 !important;}
.bg-cat04 {background-color: #51B3AC !important;}
.bg-cat05 {background-color: #7490C1 !important;}
.bg-cat06 {background-color: #9C85B8 !important;}

.bg-cat11 {background-color: #FEF8EE !important;}
.bg-cat12 {background-color: #F7FAEE !important;}
.bg-cat13 {background-color: #F7FAFD !important;}
.bg-cat14 {background-color: #F4F9F9 !important;}
.bg-cat15 {background-color: #F4F6FA !important;}
.bg-cat16 {background-color: #F8F6FA !important;}

.bg-cat21 {background-color: #FFF4E7 !important;}
.bg-cat22 {background-color: #F3F8E9 !important;}
.bg-cat23 {background-color: #E8F1F9 !important;}
.bg-cat24 {background-color: #EAF4F3 !important;}
.bg-cat25 {background-color: #EBEFF7 !important;}
.bg-cat26 {background-color: #EEEBF5 !important;}

.text-c01 {color: #005bab !important;}
  
.bg-stripe {
	background-image:
	repeating-linear-gradient(-54deg,
		#fff, #fff 6px,
		transparent 0, transparent 12px);
}

hr {
	border-top: 1px solid #000;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent5 {
	padding-left: 5em;
	text-indent: -5em;
}

/* ------------------------- */

.text-center-pc {
	text-align: center;
}

@media screen and (max-width: 700px) {
	.text-center-pc {
		text-align: left;
	}
}
@media screen and (min-width: 601px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 600px) {
	.pc_only {
		display: none !important;
	}
}

/* ------------------------- */

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.flex-center>li {
	margin: 4px 7px;
}

/* ------------------------- */

.flex-photo {
	display: flex;
	justify-content: center;
}
.flex-photo>li {
	margin: 4px 7px;
}
@media screen and (max-width: 700px) {
	.flex-photo>li:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.flex-photo>li:nth-child(2) {
		display: none;
	}
}

/* ------------------------- */

.box-1 {
	margin: 0 100px 30px;
	padding: 15px 30px 10px;
	line-height: 1.5;
	color: #005bab;
	background-color: #fff;
	border: 1px solid #005bab;
}
.box-1 .ttl {
	font-size: 18px;
	margin-bottom: 3px;
}
@media screen and (max-width: 720px) {
	.box-1 {
		margin: 0 0 30px;
	}
}

/* ------------------------- */

.box-2 {
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 1.5;
	color: #005bab;
	border: 1px solid #005bab;
}


/* ------------------------- */

.alert_box {
	margin: 0 80px 30px;
	padding: 20px 60px 10px;
	line-height: 1.5;
	border: 2px solid #E50012;
}
.alert_box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #E50012;
	text-align: center;
}
@media screen and (max-width: 780px) {
	.alert_box {
		margin: 0 0 30px;
		padding: 20px 20px 10px;
	}
}

/* ------------------------- */

a.btn {
	margin-bottom: 3px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding: 0.6em 1.5em;
	font-size: 16px;
	user-select: none;
	transition: all 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	background-color: #0B6DB2;
	border-radius: 0.3em;
}

a.btn:hover {
	color: #fff;
	opacity: 0.8;
}

/* ------------------------- */

a.btn-1 {
	display: flex;
	align-items: center;
	width: 245px;
	height: 50px;
	font-size: 19px;
	padding: 0 2.5em 0 1em;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

a.btn-1 span {
	margin-left: 0.2em;
	font-size: 1.4em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

a.btn-1::after {
	position: absolute;
	top: 40%;
	right: 1em;
	content: "";
	width: 30px;
	height: 8px;
	border-bottom: 1px solid #FFF;
	border-right: 2px solid #FFF;
	transform: skew(45deg);
}

/* ------------------------- */

a.btn-2 {
	font-size: 14px;
	padding: 0.3em 3.3em 0.3em 1.3em;
}

a.btn-2::after {
	position: absolute;
	top: 40%;
	right: 1.3em;
	content: "";
	width: 20px;
	height: 6px;
	border-bottom: 1px solid #FFF;
	border-right: 2px solid #FFF;
	transform: skew(45deg);
}

/* ------------------------- */

a.btn-3 {
	font-size: 16px;
	color: #005bab;
	border: 1px solid #005bab;
	background-color: transparent;
}

a.btn-3:hover {
	background-color: #005bab;
}

/* ------------------------- */

a.btn-4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	padding: 25px 0 0 0;
	width: 275px;
	height: 98px;
	font-size: 27px;
	color: #222;
	background-color: #fff;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}
a.btn-4:hover {
	color: #222;
	opacity: 1;
	transform: translate3d(0, 2px, 0);
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}


a.btn-4::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
}
a.c01.btn-4::before {border-color: #b0d0e9 transparent transparent transparent;}
a.c02.btn-4::before {border-color: #90c9c3 transparent transparent transparent;}
a.c03.btn-4::before {border-color: #97a9d0 transparent transparent transparent;}

@media screen and (max-width: 1000px) {
	a.btn-4 {
		width: 245px;
		height: 70px;
		padding: 20px 0 0 0;
		font-size: 24px;
	}
	a.btn-4::before {
		border-width: 28px 28px 0 28px;
	}
}

/* ------------------------- */

a.btn i {
	font-size: 1.2em;
	margin: 0 0.3em;
}

a.btn-round {
	border-radius: 100vh;
}

a.btn-large {
	font-size: 19px;
}

a.btn-normal {
	font-size: 16px;
}

a.btn-small {
	padding: 0.3em 1.5em;
	font-size: 14px;
}

/* ------------------------- */

#pagetop a {
	width: 62px;
	height: 62px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 99;
}

#pagetop a:hover {
	filter: brightness(1.1);
}


/* ヘッダー
------------------------------------- */

header {
	width: 100%;
	margin-bottom: 20px;
	z-index: 100;
}

header .bg-c01 .container {
	height: 47px;
}

header .container {
	width: 100%;
	display: flex;
	align-items: center;
}

header h1 {
	margin: 0 0 0 10px;
}

header h1 a {
	display: block;
	width: 100px;
	height: 28px;
	background-image: url(../images/recruit.svg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}

header .up-edu a {
	display: block;
	width: 110px;
	height: 25px;
	background-image: url(../images/logo_upedu.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}
@media screen and (max-width: 780px) {
	header {
		position: fixed;
	}
}

/* ------------------------- */

header .snav {
	margin-left: auto;
}

.snav ul {
	display: flex;
	align-items: center;
}

.snav li {
	color: #FFF;
	font-size: 15px;
	line-height: 1;
}

.snav li a {
	color: #FFF;
}

.snav li a:hover {
	text-decoration: underline;
}

header .snav li:after {
	content: "｜";
	font-size: 16px;
	margin: 0 8px;
	vertical-align: -1px;
}

.snav li:last-child:after {
	content: none;
}

.snav li.entry a {
	display: block;
	font-size: 14px;
	background-color: #01A9A0;
	margin-right: 10px;
	padding: 3px 15px;
}

.snav li.entry:after {
	content: none;
}

.snav li.entry a:hover {
	text-decoration: none;
	filter: brightness(1.1);
}

.snav li.instagram a::before {
	content: '';
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 22px;
}

.snav li.instagram a:hover {
	text-decoration: none;
	filter: drop-shadow(0px 0px 2px #ffffff);
}

@media screen and (max-width: 780px) {
	header .snav {
		display: none;
	}
}

/* ------------------------- */

header .gnav ul {
	display: flex;
	xjustify-content: center;
}

header .gnav li {
	margin: 3px 5px;
}

header .gnav li a {
	position: relative;
	display: block;
	padding: 10px 30px;
	margin-right: 0px;
	font-size: 16px;
	line-height: 1.3;
	color: #005bab;
}

header .gnav li a:hover {
	text-decoration: none;
	color: #005bab;
}

header .gnav li a::after {
	width: 100%;
	height: 0;
	background: #005bab;
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	margin: auto;
}

header .gnav li a:hover::after {
	opacity: 1;
	top: 100%;
	height: 4px;
}

header .gnav li.home a {
	position: relative;
	height: 40px;
}

header .gnav li.home a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 25px;
	height: 23px;
	background-image: url(../images/icon_home.svg);
	background-repeat: no-repeat;
}

header .gnav li.home a:hover:before {
	opacity: 0.8;
}

header .gnav li.home a:hover::after {
	opacity: 0;
}

@media screen and (max-width: 900px) {
	header .gnav li a {
		padding: 10px 5px;
	}
	header .gnav li.home {
		margin-right: 20px;
	}
}

@media screen and (max-width: 780px) {
	header .gnav {
		display: none;
	}
}


/* フッター
------------------------------------- */
footer {
	padding: 30px 0;
	background-color: #005bab;
}

footer .gnav {
	margin-bottom: 30px;
}

footer .gnav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .gnav li {
	margin: 0 10px 8px 0;
	padding: 0 0 0 10px;
	font-size: 15px;
	line-height: 1;
	color: #FFF;
	white-space: nowrap;
	border-left: 1px solid #FFF;
}

footer .gnav li:first-child {
	border-left: none;
	padding-left: 0;
}

footer .gnav li a {
	color: #FFF;
	text-decoration: none;
}

footer .gnav li a:hover {
	text-decoration: underline;
}

footer .gnav li.entry {
	border-left: none;
}

footer .gnav li.entry a {
	display: block;
	font-size: 14px;
	background-color: #01A9A0;
	padding: 3px 15px;
}

footer .text {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.3;
	color: #FFF;
}

footer .logo {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

footer .logo .up-edu {
	margin-left: auto;
}

footer .logo .recruit a {
	display: block;
	width: 165px;
	height: 44px;
	background-image: url(../images/recruit_uep.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}

footer .logo .up-edu a {
	display: block;
	width: 151px;
	height: 34px;
	background-image: url(../images/logo_upedu.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}

footer .copy {
	line-height: 1.2;
	color: #FFF;
	text-align: center;
}


/* table
------------------------------------- */
table.th-center th {
	text-align: center;
	padding: 10px 5px !important;
}

table.td-center td {
	text-align: center;
	padding: 10px 5px !important;
}

.table_scroll {
	padding: 0 10px;
}

@media screen and (max-width: 780px) {
	.table_scroll {
		padding: 0;
	}
	.table_scroll table {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {
	.table_scroll table {
		width: 700px;
	}

	.table_scroll {
		overflow-x: scroll;
	}
}

/* ------------------------- */

.tbl-1 {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #005BAB;
	line-height: 1.4;
}

.tbl-1 p {
	margin-bottom: 5px;
}

.tbl-1 th {
	width: 25%;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	background: #005BAB;
	border-top: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.tbl-1 tr:first-child th {
	border-top: none;
}

.tbl-1 td {
	width: 75%;
	padding: 20px 30px;
	color: #005BAB;
	background-color: #DBE1F2;
	border-top: 1px solid #005BAB;
}

@media screen and (max-width: 600px) {
	.tbl-1 th {
		width: 100%;
		padding: 15px 0;
		font-size: 18px;
		line-height: 1.2;
		display: block;
	}

	.tbl-1 td {
		font-size: 14px;
		width: 100%;
		padding: 15px 20px 12px 30px;
		display: block;
	}
}

/* ------------------------- */

.tbl-2 {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}

.tbl-2 p {
	margin-bottom: 5px;
}

.tbl-2 th {
	width: 25%;
	font-size: 16px;
	font-weight: normal;
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.tbl-2 td {
	width: 75%;
	padding: 20px 0 20px 30px;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 780px) {
	.tbl-2 th {
		font-size: 16px;
		width: 100%;
		padding: 15px 0;
		line-height: 1.2;
		display: block;
	}

	.tbl-2 td {
		font-size: 14px;
		width: 100%;
		padding: 15px 12px 12px 12px;
		display: block;
	}
}


/* トップページ
------------------------------------- */
#home .main_img {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

#home .main_img .inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 1400px;
	height: 1140px;
	margin: 0 auto;
	z-index: -1;
}

#home .main_img .inner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/main_img-pc.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#home .main_img .inner .slider1,
#home .main_img .inner .slider2,
#home .main_img .inner .slider3 {
	width: 700px;
	z-index: -2;
}

#home .main_img .sp_txt {
	margin: 0;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.4;
	color: #005bab;
	text-align: center;
	background-color: #fff;
	display: none;
}

#home .main_img .main_img_menu {
	margin: -320px auto 0;
	margin-bottom: 60px;
}

#home .main_img .main_img_menu .menu1 {
	margin-bottom: 90px;
}

@media screen and (max-width: 1400px) {
	#home .main_img .inner {
		margin-left: calc( -700px + 100vw / 2 );
	}
}
@media screen and (max-width: 1000px) {
	#home .main_img .inner {
		margin-left: -20vw;
		width: 140vw;
		height: 102vw;
	}
	#home .main_img .inner .slider1,
	#home .main_img .inner .slider2,
	#home .main_img .inner .slider3 {
		width: 70vw;
	}	
	#home .main_img .main_img_menu {
		margin: -20vw auto 4.2vw;
	}
	#home .main_img .main_img_menu .menu1 {
		margin-bottom: 35px;
	}
	#home .main_img .main_img_menu .menu2 {
		padding: 20px 0;
		background-color: #fff;
	}
}
@media screen and (max-width: 780px) {
	#home .main_img .inner {
		margin-left: -45%;
		width: 160vw;
		height: 130.2vw;
	}
	#home .main_img .inner .slider1,
	#home .main_img .inner .slider2,
	#home .main_img .inner .slider3 {
		width: 80vw;
	}	
	#home .main_img .inner::before {
		width: 160vw;
		background-image: url(../images/main_img-sp.svg);
	}
	#home .main_img .sp_txt {
		display: block;
	}
	#home .main_img .main_img_menu {
		padding: 0;
		margin: -51.3vw auto 0;
	}
	#home .main_img .main_img_menu .menu1 {
		margin-bottom: 0;
		padding: 20px 0;
		background-color: #b7cae0;
	}
}

/* ------------------------- */

#home .concept {
	margin: 0 0 40px 0;
	padding: 30px 0;
}

#home .concept .up5c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

#home .concept .up5c li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 215px;
	height: 215px;
	margin: 5px 15px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	background-color: #fff;
	border: 1px solid #005bab;
	color: #005bab;
	border-radius: 100vh;
}

#home .concept .up5c li span {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}

/* ------------------------- */

#home .concept .up_purpose ul {
	display: flex;
	margin: 0 auto;
	max-width: 720px;
	color: #005bab;
}

#home .concept .up_purpose ul .circle {
	position: relative;
	margin: 0 20px 20px 0;
	width: 176px;
	height: 176px;
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	background-color: #fff;
	border: 1px solid #005bab;
	border-radius: 100vh;
}

#home .concept .up_purpose ul .circle span {
	position: absolute;
	top: calc(50% - 0.6em);
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	font-size: 0.5em;
}

#home .concept .up_purpose ul .txt {
	flex: 1;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-width: 524px;
	line-height: 1.4;
}

#home .concept .up_ism h5 {
	max-width: 720px;
	margin: 15px auto;
	font-size: 22px;
	color: #005bab;
}
#home .concept .up_ism h5 img {
	margin-right: 5px;
}

#home .concept .up_ism ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 5px;
	max-width: 720px;
	color: #005bab;
}

#home .concept .up_ism ul .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px 20px 0;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	background-color: #005bab;
	border-radius: 100vh;
}
#home .concept .up_ism ul .txt {
	flex: 1;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
	#home .concept .up5c {
		flex-direction: column;
	}
	#home .concept .up5c li {
		width: 100%;
		max-width: 350px;
		height: 90px;
		margin: 5px auto;
	}
	#home .concept .up5c li span {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
	#home .concept .up_purpose ul .circle {
		margin: 0 20px 20px 0;
		width: 36.6vw;
		height: 36.6vw;
		font-size: 8.3vw;
	}
}

/* ------------------------- */

#home .information h2 {
	max-width: 800px;
	margin: 0 auto 10px;
	padding-left: 20px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
#home .information dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	width: 800px;
	line-height: 1.5;
}

#home .information dt {
	padding: 10px 0 10px 20px;
	width: 200px;
	font-weight: normal;
	border-top: 1px solid #CCC;
}

#home .information dt::before {
	display: inline-block;
	margin-right: 10px;
	width: 65px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
}

#home .information dt.seminar::before {
	content: 'seminar';
	background-color: #15A2B5;
}

#home .information dt.event::before {
	content: 'event';
	background-color: #0B6DB2;
}

#home .information dd {
	padding: 10px 15px 10px 0;
	width: 600px;
	border-top: 1px solid #CCC;
}

@media screen and (max-width: 850px) {
	#home .information dl {
		width: 100%;
	}
	#home .information dd {
		width: calc(100vw - 250px);
	}
}
@media screen and (max-width: 550px) {
	#home .information dl {
		flex-direction: column;
	}
	#home .information dt {
		padding: 10px 0 5px 20px;
		width: 100%;
	}
	#home .information dd {
		width: 100%;
		padding: 0 15px 10px 15px;
		border: none;
	}
}

/* SNSリンク
------------------------------------- */
.sns_link {
	display: flex;
	justify-content: center;
	margin: 20px;
}

.sns_link li a {
	display: block;
	margin: 0 5px;
	width: 37px;
	height: 37px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
}
.sns_link li a:hover {
	opacity: 0.8;
}

.sns_link li.line a {background-image: url(../images/icon_line.svg);}
.sns_link li.instagram a {background-image: url(../images/icon_instagram.svg);}
.sns_link li.facebook a {background-image: url(../images/icon_facebook.svg);}
.sns_link li.twitter a {background-image: url(../images/icon_twitter.svg);}


/* h3バックグラウンド カテゴリーイメージ
------------------------------------- */
.cat_img {
	margin: 0 auto;
	padding-top: 44px;
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 210px;
	background-image: url(../images/cat_img01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.cat_img.img02 {background-image: url(../images/cat_img02.jpg);}
.cat_img.img03 {background-image: url(../images/cat_img03.jpg);}
.cat_img.img04 {background-image: url(../images/cat_img04.jpg);}
.cat_img.img05 {background-image: url(../images/cat_img05.jpg);}
.cat_img.img06 {background-image: url(../images/cat_img06.jpg);}

@media screen and (max-width: 1000px) {
	.cat_img {
		padding-top: 4.4vw;
		width: 100%;
		height: 21vw;
	}
}
@media screen and (max-width: 780px) {
	.cat_img {
		padding-top: 30px;
		height: 120px;
	}
}


/* 職種紹介
------------------------------------- */
.bnr_shokushu {
	position: relative;
	display: flex;
	margin-bottom: 15px;
	padding: 20px 125px 17px 0px;
	line-height: 1.5;
	background-color: #c5d7ee;
	background-image: url(../images/arrow01.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.bnr_shokushu .ttl1 {
	position: relative;
	margin: -0.13em 15px 5px 0;
	width: 260px;
	font-size: 130px;
	text-align: center;
	line-height: 1;
	color: #005bab;
	font-family: 'Mukta', sans-serif;
}

.bnr_shokushu .ttl1 span {
	position: absolute;
	top: 113px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 12px;
}

.bnr_shokushu .ttl1::before {
	position: absolute;
	top: 75px;
	right: 10px;
	content: '職';
	font-size: 35px;
	color: #222;
}

.bnr_shokushu .ttl2 {
	position: relative;
	flex: 1;
}

.bnr_shokushu .ttl2 h4 {
	font-size: 27px;
	line-height: 1.1;
	margin-bottom: 0.3em;
}

.bnr_shokushu .ttl2 h4 span {
	font-size: 1.3em;
}

.bnr_shokushu .ttl2::before {
	position: absolute;
	left: -14px;
	top: 0;
	content: '';
	height: 95%;
	border-left: 1px solid #222;
}

@media screen and (max-width: 780px) {
	.bnr_shokushu {
		padding: 17px 110px 17px 20px;
		background-position: right 20px center;
		background-size: auto 100px;
	}
	.bnr_shokushu .ttl1 {
		margin: -0.13em 15px 30px 0;
		padding-right: 40px;
		width: 120px;
		font-size: 65px;
	}
	.bnr_shokushu .ttl1 span {
		top: 63px;
		right: 5px;
		font-size: 10px;
	}
	.bnr_shokushu .ttl1::before {
		top: 30px;
		right: 8px;
		font-size: 27px;
	}
	.bnr_shokushu .ttl2 h4 {
		margin-bottom: 0.2em;
	}
	.bnr_shokushu .ttl2 h4 span {
		font-size: 1em;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 620px) {
	.bnr_shokushu {
		padding: 17px 15px 17px 10px;
		background-image: none;
	}
	.bnr_shokushu .ttl2 h4 {
		font-size: 24px;
	}
	.bnr_shokushu .ttl2::before {
		height: 80%;
	}
}


/* 部門紹介
------------------------------------- */
.bumon_list {
	margin-top: 80px;
}
.bumon_list h4 {
	margin-top: -60px;
}
.bumon_list .contents-1 {
	padding: 0 10px;
}
.bumon_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 860px;
	margin: 0 auto;
	padding: 0 10px;
}
.bumon_list li {
	margin: 0 5px 20px;
	padding: 12px 10px 12px 15px;
	width: 400px;
	height: 200px;
	background-color: #FFF;
	border: 2px solid #005bab;
}
.bumon_list p {
	line-height: 1.5;
}

.bumon_list img {
	width: 140px;
	margin-bottom: 8px;
}
.bumon_list img.kenshin {width: 260px;}
.bumon_list img.sat {width: 170px;}
.bumon_list img.kan {width: 110px;}
.bumon_list img.anap {width: 220px;}

@media screen and (max-width: 850px) {
	.bumon_list li {
		width: 100%;
		height: auto;
	}
}


/* 募集要項
------------------------------------- */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	padding: 0 20px;
}

.tab-wrap:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #005bab;
	display: block;
	order: -1;
}

.tab-label {
	margin: 0;
	color: #005bab;
	background: #E0E4F2;
	white-space: nowrap;
	text-align: center;
	padding: 8px;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.tab-switch:checked+.tab-label {
	background: #005bab;
	color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 30px 0;
	opacity: 1;
	transition: .3s opacity;
}

.tab-switch {
	display: none;
}

.tab-content .ttl {
	margin-bottom: 20px;
	padding: 15px 40px;
	display: flex;
	align-items: center;
}
.tab-content.tab01 .ttl {background-color: #E5EFF8;}
.tab-content.tab02 .ttl {background-color: #E0EFED;}
.tab-content.tab03 .ttl {background-color: #E8EBF5;}

.tab-content h3 {
	display: inline-block;
	margin: 0;
	width: 175px;
	padding: 8px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
}
.tab-content.tab01 h3 {background-color: #5296C9;}
.tab-content.tab02 h3 {background-color: #51B3AC;}
.tab-content.tab03 h3 {background-color: #859CC8;}

@media screen and (max-width: 780px) {
	.tab-wrap {
		padding: 0;
	}
	.tab-content .ttl {
		padding: 15px 10px 15px 20px;
	}
}

/* ------------------------- */

#requirements .tab-wrap .btn {
	margin-top: 5px;
}

#requirements .jobList>li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}

#requirements .jobList>li:first-child {
	padding-top: 0;
}

#requirements .jobList>li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#requirements .jobList .jobName {
	font-weight: bold;
	margin-bottom: 10px;
}

#requirements .jobList .indent-1 {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

#requirements .salary span {
	margin-left: 0.5em;
}

@media screen and (max-width: 780px) {
	#requirements .jobList>li {
		padding: 15px 0;
	}
	#requirements .jobList>li:first-child {
		padding: 0 0 15px;
	}
	#requirements .jobList>li:last-child {
		padding: 15px 0 0;
	}
	#requirements .jobList .jobName {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 450px) {
	#requirements .salary span {
		display: block;
		margin-left: 1em;
	}
}


/* インタビュー
------------------------------------- */
.h3_interview {
	margin-top: -5px;
	font-size: 100px;
	line-height: 1;
	color: #005bab;
	font-family: 'Mukta', sans-serif;
	text-align: center;
}

.h3_interview .shoku {
	margin-top: -10px;
	padding-left: 24px;
	font-size: 0.85em;
}

.h3_interview .shoku span {
	margin: 0 1em 0 0.2em;
	font-size: 0.24em;
	color: #000;
}

.interview .flex {
	display: flex;
	margin: 0 -25px;
}
.interview .flex.reverse {
	flex-direction: row-reverse;
}

.interview .flex .photo {
	width: 40%;
	margin: 0 25px;
}

.interview .flex .text {
	position: relative;
	flex: 1;	
	margin: 0 25px;
	padding-left: 1.5em;
}

.interview .flex.reverse .text::after {
	position: absolute;
	top: 100px;
	left: -150px;
	content: '';
	width: 400px;
	height: 230px;
	background-color: #f0f7fa;
	background-image:
	repeating-linear-gradient(-54deg,
		#fff, #fff 6px,
		transparent 0, transparent 12px);
	z-index: -1;
}

.interview .flex .text::after {
	position: absolute;
	top: 130px;
	left: 150px;
	content: '';
	width: 400px;
	height: 230px;
	background-color: #f0f7fa;
	background-image:
	repeating-linear-gradient(-54deg,
		#fff, #fff 6px,
		transparent 0, transparent 12px);
	z-index: -1;
}

.interview .flex .pink.text::after {
	background-color: #faf0f2;
}

.interview .flex .text .question {
	position: relative;
	color: #005bab;
}

.interview .flex .text .question::before {
	position: absolute;
	top: 0.75em;
	left: -1.5em;
	content: '';
	width: 20px;
	border: 1px solid #6da4d4;
}

.interview section {
	margin-bottom: 80px;

}

.interview h4 {
	margin-bottom: 0.2em;
	text-align: center;
	color: #005bab;
	line-height: 1.4;
}

.interview .name {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
	color: #005bab;
	line-height: 1.4;
}
.interview .name .small {
	font-size: 0.6em;
}

@media screen and (max-width: 1000px) {
	.interview .flex {
		margin: 0;
	}
}
@media screen and (max-width: 800px) {
	.interview .flex {
		margin: 0;
	}
		.interview .flex .photo {
		margin: 0 15px;
	}
	.interview .flex .text {
		margin: 0 15px;
	}
}
@media screen and (max-width: 650px) {
	.interview .flex {
		flex-direction: column;
	}
	.interview .flex.reverse {
		flex-direction: column;
	}
	.interview .flex .photo {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}	
	.interview .flex .text {
		margin: 0;
	}
}
@media screen and (max-width: 580px) {
	.h3_interview {
		font-size: 70px;
	}
		.interview .name {
		font-size: 24px;
	}
}

/* バナー　インタビュー
------------------------------------- */
.bnr_interview {
	position: relative;
	padding-top: 1px;
}

.bnr_interview a {
	display: block;
	margin: 1.8em 0 0;
	padding: 35px 5em 0 4em;
	width: 100%;
	height: 2.96em;
	font-size: 55px;
	color: #005bab;
	text-decoration: none;
	line-height: 1.5;
	background-color: #c5d7ee;
	background-image: url(../images/arrow01.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: auto 70%;
}
.bnr_interview img {
	position: absolute;
	bottom: 0;
	right: 2.2em;
	height: 4.78em;
}
.bnr_interview .ttl {
	position: relative;
	margin-bottom: 5px;
	line-height: 1;
	font-family: 'Mukta', sans-serif;
}
.bnr_interview .txt {
	font-size: 0.35em;
	line-height: 1.4;
	color: #222;
}
.bnr_interview .ttl::before {
	position: absolute;
	top: -0.18em;
	left: -2.18em;
	content: '';
	width: 1.96em;
	height: 1.75em;
	background-image: url(../images/icon06.svg);
	background-size: contain;
}

@media screen and (max-width: 1000px) {
	.bnr_interview a {
		padding: 30px 5.45em 0 3em;
	}
}
@media screen and (max-width: 780px) {
	.bnr_interview a {
		height: 3.2em;
		font-size: 7vw;
	}
}
@media screen and (max-width: 600px) {
	.bnr_interview a {
		margin: 30px 0;
		padding: 0.55em 1.8em 0 3em;
		font-size: 10vw;
	}
	.bnr_interview img {
		display: none;
	}
}


/* 採用までの流れ
------------------------------------- */
.arrow-label {
	display: flex;
	justify-content: center;
}

.arrow-label_item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	padding-left: 10px;
	width: 100%;
	max-width: 230px;
	height: 94px;
	line-height: 1.4;
	color: #222;
	font-size: 16px;
	background-color: #D5E6F4;
}

.arrow-label_item.item2 {background-color: #CCE5E2;}
.arrow-label_item.item3 {background-color: #D6DCED;}
.arrow-label_item.item4 {background-color: #E4DEEE;}

.arrow-label_item span {
	font-size: 14px;
}

.arrow-label_item .ttl {
	position: absolute;
	top: -34px;
	left: 20px;
	font-size: 22px;
	color: #005bab;
	font-family: 'Open Sans', sans-serif;
}

.arrow-label_item .ttl span {
	font-size: 1.8em;
}

.arrow-label_item::before {
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	border-style: solid;
	border-width: 47px 0 47px 30px;
	border-color: transparent transparent transparent #D5E6F4;
}

.item2.arrow-label_item::before {border-left-color: #CCE5E2;}
.item3.arrow-label_item::before {border-left-color: #D6DCED;}
.item4.arrow-label_item::before {border-left-color: #E4DEEE;}

.arrow-label li:last-child.arrow-label_item {
	padding-left: 0;
}
.arrow-label li:last-child.arrow-label_item::before {
	display: none;
}
.arrow-label li:last-child.arrow-label_item {
		max-width: 260px;
}

@media screen and (max-width: 980px) {
	.arrow-label {
		flex-direction: column;
	}
	.arrow-label_item {
		max-width: 280px;
		margin: 0 auto 45px;
		padding-left: 0;
	}
	.arrow-label li:last-child.arrow-label_item {
		max-width: 280px;
		height: 105px;
	}
	.arrow-label_item:last-child {
		margin-bottom: 30px;
	}
	.arrow-label_item::before {
		top: auto;
		bottom: -15px;
		right: 0;
		border-width: 15px 140px 0 140px;
		border-color: #D5E6F4 transparent transparent transparent;
	}
	.item2.arrow-label_item::before {border-color: #CCE5E2 transparent transparent transparent;}
	.item3.arrow-label_item::before {border-color: #D6DCED transparent transparent transparent;}
	.item4.arrow-label_item::before {border-color: #E4DEEE transparent transparent transparent;}
}


/* 一日の流れ
------------------------------------- */
.flow_area {
	margin-bottom: 20px;
	padding: 60px 80px 20px;
	border: 7px solid #A5B7DD;
	border-radius: 15px;
}

.flow_area li {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 0 100px;
	line-height: 1.4;
}

.flow_area li::before {
	position: absolute;
	top: 33px;
	left: 33px;
	content: '';
	height: 100%;
	border-left: 5px dotted #777;
}

.flow_area li:last-child::before {
	border-left: none;
}

.flow_area .time {
	position: absolute;
	top: -20px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	line-height: 1.1;
	color: #FFF;
	border-radius: 100vh;
	background-color: #E96076;
}

.flow_area li:nth-child(2) .time {background-color: #F19329;}
.flow_area li:nth-child(3) .time {background-color: #90C442;}
.flow_area li:nth-child(4) .time {background-color: #3EB9BA;}
.flow_area li:nth-child(5) .time {background-color: #74A4D4;}
.flow_area li:nth-child(6) .time {background-color: #7A8DC4;}
.flow_area li:nth-child(7) .time {background-color: #D071A6;}

.flow_area li:nth-child(8) .time {background-color: #E96076;}
.flow_area li:nth-child(9) .time {background-color: #F19329;}
.flow_area li:nth-child(10) .time {background-color: #90C442;}
.flow_area li:nth-child(11) .time {background-color: #3EB9BA;}
.flow_area li:nth-child(12) .time {background-color: #74A4D4;}
.flow_area li:nth-child(13) .time {background-color: #7A8DC4;}
.flow_area li:nth-child(14) .time {background-color: #D071A6;}

.flow_area .ttl {
	font-size: 16px;
	color: #005bab;
	font-weight: bold;
}

.flow_area .txt {
	margin-left: -15px;
	padding: 10px 15px;
	background-color: #FFF4E7;
	background-image:
	repeating-linear-gradient(-54deg,
		#fff, #fff 6px,
		transparent 0, transparent 12px);
}
.flow_area .blank {
	padding-top: 50px;
}

@media screen and (max-width: 650px) {
	.flow_area {
		padding: 40px 10px 20px;
	}
	.flow_area li {
		padding: 0 0 0 85px;
	}
}


/* よくある質問と答え
------------------------------------- */
.faq {
	margin: 30px 0 50px 0;
}
.faq .child {
	display: none;
}

.faq dl {
	line-height: 1.5;
}

.faq dt.toggle {
	position: relative;
	margin: 0 0 15px 0;
	padding: 8px 40px 8px 52px;
	text-indent: -32px;
	background-color: #E4E4E4;
	cursor: pointer;
}

.faq dt h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.faq dd {
	padding: 5px 0 20px 87px;
	text-indent: -32px;
}

.faq .toggle::after {
	content: "\f067"; /* plus */
    font-family: FontAwesome;
	color: #999;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

.faq .toggle.active::after {
	content: "\f068"; /* minus */
    font-family: FontAwesome;
	color: #999;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

@media screen and (max-width: 600px) {
	.faq dd {
		padding: 5px 0 20px 52px;
		text-indent: -32px;
	}
}


/* アクセス
------------------------------------- */
#access .flex-photo {
	align-items: flex-end;
}

#access .flex-photo .map {
	padding: 5px;
	border: 1px solid #005bab;
}

#access .address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 780px;
	margin: 20px auto 50px;
	padding: 5px;
	line-height: 1.5;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#access .address>li {
	margin: 3px 10px;
}

#access .guide {
	padding-left: 40px;
	line-height: 1.4;
}

#access .guide .num {
	margin-bottom: 15px;
	line-height: 1;
}

#access .guide .num span {
	margin-left: -40px;
	margin-right: 10px;
	font-size: 30px;
	color: #E40055;
	vertical-align: middle;
}

#access .guide ul {
	display: flex;
	flex-wrap: wrap;
}

#access .guide ul li {
	margin-bottom: 15px;
	width: 225px;
}

#access .guide ul li img {
	width: 96%;
}

#access .guide .photo1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

#access .guide .photo1 li {
	margin-right: 15px;
}

#access .guide figcaption {
	margin: 8px 0;
	font-size: 14px;
	color: #005bab;
}

#access .guide .photo2 li {
	position: relative;
	margin-right: 38px;
}
#access .guide .photo2 li::after {
	position: absolute;
	content: '';
	top: 45px;
	right: -26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 20px;
	border-color: transparent transparent transparent #005bab;
}

#access .guide .photo2 li:last-child::after {
	border: none;
}

#access .guide .box-2 {
	max-width: 600px;
}

@media screen and (max-width: 600px) {
	#access .guide ul li {
		width: 300px;
	}
	#access .guide .photo1 li {
		margin-right: 40px;
	}
	#access .guide .photo2 li {
		margin-right: 40px;
		margin-bottom: 40px;
	}
	#access .guide .photo2 li::after {
		top: auto;
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -25px;
		border-width: 20px 26px 0 26px;
		border-color: #005bab transparent transparent transparent;
	}
	#access .guide .box-2 {
		margin-left: -40px;
	}
}






/* ページ下ボタン削除
------------------------------------- */
#career .page_bottom_nav .seminar_info {display: none;}
#parttime .page_bottom_nav .seminar_info {display: none;}

#entry .page_bottom_nav .entry {display: none;}
#requirements .page_bottom_nav .requirements {display: none;}
#seminar_info .page_bottom_nav .seminar_info {display: none;}


/* スタイルガイド
------------------------------------- */
#design h2.guide {
	color: #005bab;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
#design h3.guide {
	margin: 15px -10px;
	padding: 5px 10px;
	color: #005bab;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid #005bab;
}
#design h4.guide {
	margin: 40px 0 20px;
	padding: 0 0 5px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
#design main {
	font-size: 14px;
}
#design .color ul {
	display: flex;
}
#design .color li {
	width: 100%;
	max-width: 130px;
	margin: 5px;
	padding: 8px 10px;
}
#design .color .stripe {
	margin: 20px 5px;
	height: 50px;
	padding: 3px 10px;
}
#design .color .text {
	font-size: 16px;
}
#design .button ul {
	display: flex;
	flex-wrap: wrap;
}
#design .button li {
	margin: 0 30px 30px 0;
}
#design .button li p {
	margin-top: 5px;
}
#design section.heading {
	margin-bottom: 70px;
}
#design .icon ul {
	display: flex;
	flex-wrap: wrap;
}
#design .icon ul li {
	margin: 0 20px 30px;
	text-align: center;
}
#design .icon ul li span {
	display: block;
	margin-bottom: 8px;
}
#design .layout .contents-1,
#design .layout .contents-2,
#design .layout .inner {
	margin-bottom: 15px;
	height: 150px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
#design .layout .inner.full {
	margin-bottom: 15px;
	height: 50px;
	padding: 10px 0;
	border: none;
}
@media screen and (max-width: 780px) {
	#design main {
		padding-top: 67px;
	}
	#design .button li {
		margin: 0 20px 40px 0;
	}
}
@media screen and (max-width: 580px) {
	#design .color ul {
		flex-direction: column;
		margin-bottom: 15px;
	}
	#design .color li {
		max-width: 100%;
		margin: 2px;
	}
}

