@charset "utf-8";

/*採用情報CSS*/
* {
	font-family:kozuka-gothic-pr6n, sans-serif;
	font-weight: 300;
    font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container{
	width:100%;
}
#header .logo {
    width: 40%;
    float: left;
    background-color: #EDEDED;
	display:flex;
	align-items:center;
}

#header img{
	width:70%;
	padding-left:9%;
	padding-top:1.1em;
	
}

#header {
    background-color: #EDEDED;
	overflow:hidden;
}

img{vertical-align: bottom;
max-width: 100%;
}

#header #main_nav {
    width: 60%;
    float: right;
    background-color: #EDEDED;
    text-decoration: none;
}


#header #main_nav ul li {
font-style: normal;
    float: left;
    width: 20%;
    text-align: center;
    text-decoration: none;
}

#main_nav ul li:hover{
    background-color: #D6D6D6;
}

#main_nav ul li a {
	display:block;
	padding-bottom: 1.25em;
    padding-top: 1.25em;
    color: #942344;
}


#header h1 {
	width: 1px;
	height: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	clip:rect(1px 1px 1px 1px);
}

#main{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#fade{
	display:block;
	background-image: url("img/recruit_topimage.png.png");
	background-size:cover;
	background-repeat:no-repeat;

}

.fade{animation: fadeIn 3s ease 0s 1 normal;}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

#main h1{
    display: inline-block;
    width: auto;
	height:100%;
    font-size: 2.5em;
	letter-spacing:0.2em;
    margin-bottom: 5em;
    padding-top: 5em;
    margin-left: auto;
    margin-right: auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding-left: 60px;
    padding-right: 60px;
}

#main p{
	line-height:3.2em;
	font-size:1rem;
}

#main #info p{
	width: 42%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-top:4em;
}

#main #list p {
	margin-left:auto;
	margin-right:auto;
    width: 50%;
    float: left;
}

#main h2{
    width: auto;
	display: inline-block;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 2em;
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
	font-weight: 300;
	font-style: normal;
    color: #000000;
    border-bottom: thin solid #942344;
	padding-left: 67px;
	padding-right: 67px;
}

table{
	font-weight: 300;
	font-style: normal;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	border-spacing: 0;
}

table th{
	font-size:16px;
	width:25%;
	border-bottom: solid 2px #942344;
	padding-top:18px;
	padding-bottom:10px;
}

table td{
	width:75%;
	border-bottom: solid 2px #ddd;
	text-align:left;
	padding-left:8em;
	padding-top:18px;
	padding-bottom:10px;
}

#list ul{
	clear: left;
}

#list ul li{
	display: inline-block;
    background-repeat: no-repeat;
    font-size: 1.2em;
    padding:1.2em 3em 0;
    height:4em;
	margin: 3em 6em;
    line-height:1.4em;
}

.messagebox{
	display:inline-block;
	clear:left;
	position:relative;
    background-color: #FBFBFB;
	box-shadow:10px 10px 0px 0 rgba(0, 0, 0, .2);
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 2em;
    margin-top: 5em;
    margin-bottom: 5em;
    width: 40%;
}

.messagetitle{
    position: absolute;
    padding-right: 1em;
    padding-left: 3em;
    left: 0;
    display: inline-block;
    background-color: #942344;
    color: white;
    float: left;
}


.message{
    margin-top: 6em;
	margin-bottom:3em;
    clear: left;
    float: none;
    width: 100%;
    text-align: left;
}

#message .messagebox .name {
    float: right;
    text-align: right;

}


.FAQ_logo{
	clear:left;
	display:inline-block;
	float:left;
	margin-left:20%;
	padding-bottom:2em;
	width:6em;
}

.FAQ_subtitle{
	float:left;
	display:inline-block;
	width:10em;
    letter-spacing: .025em;
	font-size:0.3em;
	padding-bottom:2em;
	font-weight:600;
}

.FAQ_sub{
	float:right;
	position:relative;
}

.FAQ_list {
	clear:both;
    width: 60%;
	 margin-left: auto;
    margin-right: auto;
	text-align:left;
}

.FAQ_list a{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

.title {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}

.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #2E2E2E ;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}

.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


label {
	border-bottom: solid 2px #000000;
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :black;
    background : #fff;
    cursor :pointer;
}

input {
    display: none;
}


.FAQ_list ul {
    margin: 0;
    padding-bottom: 1.5em;
    background :#fff;
    list-style: none;
	
}

.FAQ_list li {
    height: 0;
    overflow: hidden;
	padding-bottom:1em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li, 
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
    height: 54px;
    opacity: 1;
}

.Btn{
    width: 25%;
	color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #942344;
    font-size: 1.2em;
    transition: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border: 1px solid #942344;
	text-align:center;
}


.Btn:hover{
    color: #942344;
    background-color: white;
    transition: .4s;
	border: 1px solid #942344;
}

#footer {
	clear:left;
	margin-top: 7.5em;
	background-color: #454545;
	color: #FFFFFF;
	overflow-x: hidden;
	padding-left: 2em;
}

#footer2{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#footer img{
	/*footerのロゴサイズ*/
	width:40%;
	padding-top:1em;
	margin-bottom:0.5em;
}


#footer #address {
	/*左側のサイズ*/
    float: left;
    width: 30%;
	padding-top:0.5em;
	padding-left:10%;
    padding-bottom: 1em;
}
#footer2 #address .address {
    font-size: 0.9em;
    line-height: 1.4em;
}
#footer #footnav {
	/*右側のサイズ*/
	float: left;
	width: 55%;
	margin-left:5%;
}

#footnav ul li {
	font-size:0.95rem;
    background-image: url(img/menuicon.png);
    background-repeat: no-repeat;
	background-position:left 6px;
    margin-top: 1.5em;
    padding-left: 1.3em;
    padding-right: 5%;
    float: left;
}

#footnav ul li a{
	color: white;
}


#container {
    width: 100%;
}

/* 追加 */
.tel-number{
	display: block;
	color: #9A2F4E;
}

#address .tel-number{
	display: block;
	color: #fff;
}

#address p{
	line-height: 1em;
}

.sp-only{
	display: none;
}

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

	.pc-only{
		display: none;
	}

	.sp-only{
		display: block;
	}

    #header img{
		width: 80%;
		padding-top: .8em;
		padding-bottom: .8em;
	}

	#header p{
		float: none;
		display: inline-block;
	}
	#header .tel{
		width: unset;
		position: absolute;
		right: 20px;
		top: .8em;
		color: #942344;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: .04em;
	}

	/* sp-header-nav */
	nav {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		bottom: 0;
		width: 220px;
		background: #942344;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	.sp-nav-inner {
		padding: 25px;
	}
	.sp-nav-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sp-nav-menu li {
		position: relative;
		margin: 0;
	}
	.sp-nav-menu li a {
		display: block;
		color: #fff;
		font-size: 14px;
		padding: 1em;
		text-decoration: none;
		transition-duration: 0.2s;
	}
	.sp-nav-menu li a:hover {
		background: #D6D6D6;
		color: #942344;
	}
	
	.toggle_btn {
		display: block;
		position: fixed;
		top: 43px;
		right: 6px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 3;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	
	#mask {
		display: none;
		transition: all .5s;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .8;
		z-index: 2;
		cursor: pointer;
	}
	
	/* main */
#main h1{
    font-size: 1.6em;
}
	
	#main #info p{
		font-size:13px;
		width: 70%;
	}

    #main p{
		font-size: 13px;
        line-height: 2.2em;
    }

	#list ul li{
		margin-bottom: 0;
		padding: 5%;
		line-height: normal;
		height: auto;
		font-size: 13px;
	}
	
	table{
	font-weight: 300;
	font-style: normal;
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	border-spacing: 0;
}

table th{
	font-size:13px;
	width:25%;
	border-bottom: solid 2px #942344;
	padding-top:18px;
	padding-bottom:10px;
}

table td{
	font-size:13px;
	width:75%;
	border-bottom: solid 2px #ddd;
	text-align:left;
	padding-left:3em;
	padding-top:18px;
	padding-bottom:10px;
}
	
	.messagebox{
	font-size:13px;
    width: 60%;
}


	.messagetitle{
	text-align:center;
    position:relative;
    padding-right: 2em;
    padding-left: 2em;
    display: inline-block;
    background-color: #942344;
    color: white;
    clear: both;
}


.message{
	margin-top:4em;
	margin-bottom:4em;
	clear:left;
	float:left;
	width:100%;
	text-align:left;
}


#message .messagebox .name {
    float: right;
    text-align: right;

}


	
label {
    font-size: 13px;
    display: block;
    margin: 0;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 2em;
    color : black;
}	

.FAQ_list li {
	font-size:13px;
    height: 0;
    overflow: hidden;
	padding-bottom:1em;
	}
	
	#main p{
	font-size:1em;
}
	
	.Btn{
	font-size:1em;
	 width: 50%;
	}

	#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li, 
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
    height: 130px;
    opacity: 1;
}
	
    /* footer */
	#footer img{
		width: 50%;
	}

	#footer #address{
		width: unset;
		padding-top: 0;
		padding-left: 0;
		font-size: 13px;
	}
	
	#footer #address p{
		line-height:1.4em
	}
	
	#address .f-space{
		letter-spacing: .08em;
	}
}
