@charset "UTF-8";

/* CSS Document */

.header_nav li{
	text-shadow: 0px 0px 7px #fff;
}
/* MV */
#under_mv{
	background:url("../img/under_mv.jpg");
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: cover;
	padding: 12em 0em 12em;
}
#under_mv h2{
    color: #fff;
    letter-spacing: 5px;
	line-height: 65px;
    text-shadow: 6px 6px 10px #000;
	text-align: center;
	font-size: 60px;
}
/*-----------求人情報----------- */
.recruit_ttl{
	margin: 5em 0 2em;
}
.recruit_ttl p{
	font-size: 22px;
	color: #00145e;
	font-weight: bold;
}
#recruit {
    margin: 2em auto 4em;
    width: 90%;
    display: block;
}
#recruit table{
	padding: 2em;
}
#recruit table td{
	border-bottom: 3px solid;
	padding: 0.5em;
	text-align: left;
}
#recruit table td span{
	font-weight: bold;
	color: #00145e;
}
#recruit table .top{
	vertical-align: top;
}
/*-----------フッター----------- */
.footer_logo {
    max-width: 540px;
    margin: 0;
    width: 100%;
}
.footer_deco img{
	width: 80%;
}








/*==================================================
 SP
===================================*/
@media screen and (min-width: 1537px) and (max-width: 1920px) {
	.footer_inner {
    flex-direction: row;
    gap: 100px;
    justify-content: flex-start;
    padding: 60px 6vw;
	}
}
@media screen and (max-width: 1536px) {

}
/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	
}

@media screen and (max-width: 1174px) {
	.footer_inner {
    gap: 0px;
	}
}
@media screen and (max-width: 1024px) {	
	.footer_logo {
    width: 50%;
	}
	.footer_inner {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding: 60px 6vw;
	display: block;
	}
}
@media screen and (max-width: 960px) {
	#under_mv {
    background: url(../img/under_mv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 7em 0em 7em;
	}
	#under_mv h2 {
    color: #fff;
    letter-spacing: 5px;
    line-height: 65px;
    text-shadow: 6px 6px 10px #000;
    text-align: center;
    font-size: 46px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	}
	.footer_logo {
    max-width: 1000px;
    margin: 0;
    width: 46%;
	}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	.footer_nav li {
    margin-bottom: 14px;
    text-align: center;
	}
}
@media screen and (max-width: 781px) {
	.recruit_ttl p {
    font-size: 16px;
    color: #00145e;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 0 auto;
	}
	#recruit table td {
    font-size: 16px;
	}
}
@media screen and (max-width: 540px) {
	#recruit table td {
    border-bottom: 3px solid;
    padding: 1em 0 1em 0em;
	}
	#recruit tr{
	width: 100%;
    margin: auto;
    display: grid;
	}
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 391px) {

}
@media screen and (max-width: 376px) {
	
}





