@charset "UTF-8";
/* --------------------
Foundation
---------------------*/
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: bold;
}

/* レイアウト切り替え用 */
/* display */
.u-hide {
	display: none !important;
}

@media only screen and (min-width: 768px), print {
	.u-sp-v {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.u-pc-v {
		display: none !important;
	}
}

@media screen and (min-width: 981px) {
	.u-sp-vh {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.u-pc-vh {
		display: none !important;
	}
}

/* a */
.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

/* align */
.u-box-center {
	margin-left: auto;
	margin-right: auto;
}

.u-txt-center {
	text-align: center;
}

.u-txt-right {
	text-align: right;
}

/* indent */
.u-txt-indent {
	text-indent: 1em;
}

/* size */
.u-font-size_xs {
	font-size: 1rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_xs {
		font-size: 1.2rem;
	}
}

.u-font-size_s {
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_s {
		font-size: 1.4rem;
	}
}

.u-font-size_m {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_m {
		font-size: 1.6rem;
	}
}

.u-font-size_l {
	font-size: 2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_l {
		font-size: 2.4rem;
	}
}

/*----------------------------------------
Layout
-----------------------------------------*/
.p-ttlarea {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100vw;
	margin-top: 0 !important;
	z-index: 1;
}

.p-ttlarea > figure {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
}

.p-ttlarea > figure > img {
	width: 100%;
}

.p-ttlarea .p-ttl_lv2nd {
	position: absolute;
	bottom: 0;
	left: 50%;
	box-sizing: border-box;
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-ttlarea .p-ttl_lv2nd:before {
	background-color: #fff;
}

.p-ttlarea .p-ttl_lv2nd > span {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.p-ttlarea {
		margin-top: -45px !important;
		margin-bottom: 50px;
		padding-top: 101.13%;
	}
}

@media only screen and (min-width: 768px), print {
	.p-ttlarea {
		margin-top: -110px !important;
		margin-bottom: 80px;
		padding-top: 39.34%;
	}
	.p-ttlarea .p-ttl_lv2nd:before {
		top: 20px;
	}
}

.bnr .p-imagelist__image {
	padding-top: 39.25%;
}

.to_page_company .c-button__inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.p-btn-entry{
	text-align: center;
}
@media only screen and (min-width: 768px), print {
	.p-btn-entry img{
		width: 360px;
	}
	.p-btn-entry a:hover{
		opacity: .8;
	}
}
.recruitAlumni {
	width: 100%;
}
.recruitAlumni_ttl {
	text-align: center !important;
	color: #FFF;
	background-color: #007332 !important;	
}
.recruitAlumni_detail {
	background-color: #EFFAF4;
}
.recruitAlumni_detail_sentence {
	margin-top: 0;
}
.recruitAlumni_detail_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruitAlumni_detail_link_btn {
	width: 50%;
	margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
	.recruitAlumni_detail_link {
		flex-direction: column;
	}
	.recruitAlumni_detail_link_ttl {
		margin-bottom: 0.5em;
	}
	.recruitAlumni_detail_link_btn {
		width: 100%;
	}
}



/* @media only screen and (min-width: 768px), print {
	.to_page_company .c-button__inner {
		max-width: 33.33%;
	}
} */
