@charset "UTF-8";

body {
	color: #000;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	color: #000;/* カラー */
}
#page-top a {
	color: #333;/*カラー*/
}
.mb40 {	margin-bottom: 40px !important;}
.mb80 {	margin-bottom: 80px;}

/* ------------------------------
nav
------------------------------ */
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;/*メニューライン色*/
}
.drawer-nav {
	background-color: #000;/*メニュー背景*/
}
.drawer-hamburger {
	background: #000!important;/*ハンバーガーメニュー背景*/
	z-index: 9999;
	margin: 0!important;
}

/*----------------------------------
header
----------------------------------*/
header{
	background: #fff;
}


/*----------------------------------
cv
----------------------------------*/
.cv {
	background: url(../img2/bg_cv.jpg) center;/*CV背景*/
	background-size: cover;
}
.cv ul li:nth-child(1) {
	background: #c79200;/*募集要項背景*/
}
.cv ul li:nth-child(2) {
	background: #a10b00;/*エントリー背景*/
}
.cv span:last-of-type {
	text-align: center;
	display: block;
	width: 100%;
	margin: 10px 0 0 28px!important;
}
@media screen and (max-width: 767px) {
	.cv span:last-of-type {
		text-align: center;
		display: block;
		width: 100%;
		margin: 10px 0 0 0!important;
		font-size: 12px;
	}
}

/*----------------------------------
lcmenu
----------------------------------*/
ul.lcmenu {
	background: #f5f5f5;/*SPページ内背景*/
}
ul.lcmenu a {
	color: #000;
}

/*----------------------------------
about
----------------------------------*/
.about h2,
.job h3,
.work h3,
.message h3 {
	color: #000;/*各タイトルカラー*/
}

/*----------------------------------
job
----------------------------------*/
ul.type li {
	background: #f3b03e;/*区分背景色*/
	color:#fff!important;
	font-weight: bold;
	white-space: nowrap;
}

/*----------------------------------
guideline
----------------------------------*/
.guideline dl dd {
	border-bottom: solid 1px rgba(0,0,0,0.3);/*募集要項下線*/	
}
@media screen and (min-width: 768px) {
	.guideline dl dt {
		border-bottom: solid 1px rgba(0,0,0,0.3);/*募集要項下線*/
	}
}

/*----------------------------------
entry
----------------------------------*/
form input[type="submit"] {
    background: #a10b00;/*submit背景*/
}	

/*----------------------------------
ttl
----------------------------------*/
.job h2,
.work h2,
.message h2,
.entry h2{
	color:#000!important;
}
@media screen and (min-width: 768px) {
	h2.ttl {
		position: relative;
		display: inline-block;
		margin-bottom: 85px;
		font-size:40px;
		line-height: 1;
		text-align: center;	
		letter-spacing: 0.08em;
	}
	h2.ttl:before {
		content: '';
		position: absolute;
		bottom: -30px;
		display: inline-block;
		width: 88px;
		height: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #f3b03e;
	}
	.about h2,
	.job h3,
	.work h3 {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 1.5;
	}	
}
@media screen and (max-width: 767px) {
	h2.ttl {
		position: relative;
		display: inline-block;
		margin-bottom: 65px;
		font-size:32px;
		line-height: 1;
		text-align: center;	
		letter-spacing: 0.08em;	
	}
	h2.ttl:before {
		content: '';
		position: absolute;
		bottom: -25px;
		display: inline-block;
		width: 88px;
		height: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #f3b03e;
	}
	.about h2,
	.job h3,
	.work h3 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.5;
	}	
}

/*----------------------------------
img
----------------------------------*/
.about img,
.job img,
.work img,
.welfare img,
.interview img,
.message img {
	width: 100%;
	height: auto;
}

/*----------------------------------
header
----------------------------------*/
header ul a {
	color:#fff;
	display: block;
}
@media screen and (min-width: 768px) {
	header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		width: 100%;
		min-height: 100px;
	}
	header div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 980px;
		margin: 0 auto;
	}
	header h1 {
		padding: 20px 0;
	}
	header h1 img {
		width: auto;
		height: 60px;
	}
	header ul {
		display: flex;
	}
	header ul li {
		margin-left: 10px;
	}
	header ul li:first-child {
		margin-left: 0;
	}
	header ul li {
		line-height: 57px;
		padding: 0 20px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 60px;
	}
	header ul li.corp {
		background: #a10b00;
		width: 200px;
	}	
	header ul li.link_guide {
		background: #c79200;
		width: 120px;
	}
	header ul li.link_entry {
		background: #a10b00;
		width: 120px;
	}	
}
@media screen and (max-width: 767px) {
	header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	header div {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	header h1 {
		margin-left: 10px;
		line-height: 1;
		padding: 5px 0;
	}
	header h1 img {
		width: auto;
		height: 50px;
	}
	header ul li {
		line-height: 1;
		text-align: center;
		font-size: 16px;
		margin-right: 70px;
		font-weight: bold;
	}	
	header ul li.link_entry {
		background: #a10b00;
		height: 36px;
		line-height: 36px;
		font-size:12px;
		white-space: nowrap;
	}
	header ul li a {
		padding: 0 10px;
	}
}

/*----------------------------------
footer
----------------------------------*/
footer {
	padding: 60px 0;
	text-align: center;
}
footer p.logo {
	text-align: center;
	margin-bottom: 20px;
}
address {
	text-align: center;
	font-style: normal;
}
footer .tel {
	text-align: center;
	margin-bottom: 20px;
}
footer .corp {
	line-height: 56px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;	
	background: #a10b00;
	font-weight: bold;
}
footer .corp a {
	color:#fff;
	text-decoration: none;
	display: block;
}
small {
	text-align: center;
	display: block;
}
@media screen and (min-width: 768px) {
	footer p.logo img {
		width: auto;
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	footer p.logo img {
		width: 25vw;
	}
	footer a {
		text-decoration: underline;
	}
}

/*----------------------------------
pankuzu
----------------------------------*/
.pankuzu {
	width: 980px;
	margin: 15px auto 30px auto;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	text-decoration: none;
}

/*----------------------------------
lcmenu
----------------------------------*/
ul.lcmenu {
	position: fixed;
	top: 60px;
	left:0;
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 30px;
	z-index: 999;
}
ul.lcmenu li {
	margin: 0 6px;
	font-size: 10px;
}

/*----------------------------------
cv
----------------------------------*/
.cv,
.cv a {
	color:#fff;
}
@media screen and (min-width: 768px) {
	.cv {
		padding: 40px 0;
	}
	.cv .inner {
		width: 980px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.cv p {
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		font-size: 56px;
		line-height: 1;
	}
	.cv p span {
		display: block;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 10px 125px;
	}
	.cv p i {
		font-size: 32px;
		vertical-align: 8px;
		margin-right: 12px;
	}
	.cv ul {
		width: 480px;
	}
	.cv ul li {
		margin-bottom: 15px;
		text-align: center;
		font-weight: bold;
		line-height: 88px;
		font-size: 20px;
	}
	.cv ul li:last-child {
		margin-bottom: 0;
	}
	.cv ul li a {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.cv {
		padding: 40px 20px;
	}
	.cv p {
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		font-size: 32px;
		line-height: 1;
		text-align: center;
		margin-bottom: 25px;
	}
	.cv p span {
		display: block;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	.cv p i {
		font-size: 18px;
		vertical-align: 5px;
		margin-right: 8px;
	}
	.cv ul li {
		margin-bottom: 15px;
		text-align: center;
		font-weight: bold;
		line-height: 72px;
		font-size: 16px;
	}
	.cv ul li:last-child {
		margin-bottom: 0;
	}
	.cv ul li a {
		display: block;
	}
}

/*----------------------------------
image
----------------------------------*/
.image img {
	width: 100%;
	height: auto;
}

/*----------------------------------
job
----------------------------------*/
ul.type li:last-child {
	margin-right: 0;
}	
@media screen and (min-width: 768px) {
	ul.type {
		display: flex;
		margin-bottom: 25px;
	}
	ul.type li {
		margin-right: 5px;
		line-height: 1;
		padding: 10px 15px;
		font-size: 14px;
	}
	ul.type li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	ul.type {
		margin-bottom: 15px;
	}
	ul.type li {
		margin-bottom: 5px;
		line-height: 1;
		padding: 10px;
		font-size: 14px;
		text-align: center;
		display: inline-block;
	}	
}

/*----------------------------------
guideline
----------------------------------*/
.guideline {
	padding: 100px 0;
	background: #f5f5f5;
}
.guideline i:first-child {
	margin-left: 0;
}
.guideline i {
	margin-left: 15px;
	margin-right: 5px;
	font-size: 10px;
	vertical-align: 2px;
}
.guideline dl dt:first-of-type {
	padding-top: 0;
}
.guideline dl dd:first-of-type {
	padding-top: 0;
}
.guideline dl dt:last-of-type {
	border:none;
}
.guideline dl dd:last-of-type {
	padding-bottom: 0;
	border:none;
}
@media screen and (min-width: 768px) {
	.guideline .inner {
		margin: 0 auto;
		width: 980px;
	}
	.guideline dl {
		display: flex;
		flex-wrap: wrap;
	}
	.guideline dl dt {
		width: calc(25% - 20px);
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		font-weight: bold;
	}
	.guideline dl dd {
		width: calc(75% - 20px);
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.guideline dl dt:last-of-type {
		padding-bottom: 0;
	}	
}
@media screen and (max-width: 767px) {
	.guideline {
		margin: 0 auto;
		padding: 100px 20px 100px 20px;
	}
	.guideline dl dt {
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;	
		font-weight: bold;
	}
	.guideline dl dd {
		padding-top: 0;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;		
	}		
}

/* ------------------------------
nav
------------------------------ */
.drawer-nav {
	color:#fff;
	z-index:9999;
}
.drawer-nav ul li {
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.drawer-nav ul li:last-child a:before {
	content: "";
}
.drawer-nav ul li a {
	color: #fff;
	display: block;
	padding:17px 15px;	
}

/* ------------------------------
link
------------------------------ */
a {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}
a:hover {
	opacity: 0.4;  
	filter: alpha(opacity=60);  
} 

/* ------------------------------
all-purpose
------------------------------ */
.bg_none {
	background: none!important;
}
.center {
	text-align: center;
}
.mb80 {
	margin-bottom: 80px!important;
}
#page-top a {
	z-index: 9999;
	bottom: 20px;
	right: 15px;	
	font-size: 40px;
	line-height: 1;
	position: fixed;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}	
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

/* ------------------------------
animation
------------------------------ */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	}
	@-moz-keyframes fadeInUp {
		0% {
		opacity: 0;
		-moz-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	}
	@-ms-keyframes fadeInUp {
		0% {
		opacity: 0;
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		}
}
.fadeInUp {
    -webkit-animation: fadeInUp 0.6s ease;
    -moz-animation: fadeInUp 0.6s ease;
	-ms-animation: fadeInUp 0.6s ease;
    animation: fadeInUp 0.6s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
}
.delay1 {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}
.delay2 {
	animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
}
.delay3 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay4 {
	animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
}
.delay5 {
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}