@charset "utf-8";
/* CSS Document */

#newsnav h1 {
	font-size: 3.0rem;
	font-size: 30px;
}

#newsnav ul {
	width: 100%;
	position: relative;
	height: 28px;
}

#newsnav ul li {
	width: 100%;
	display: none;
	overflow: hidden;
}

#newsnav ul li a {
	display: inline-block;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#newsnav p {
	text-align: right;
}

#massage,
#business,
#people,
#recruit{
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

#massage h1,
#business h1,
#people h1,
#recruit h1 {
	font-size: 3.0rem;
	font-size: 30px;
	text-align: center;
}

#massage h1,
#business h1 {
	margin-bottom: 30px;
}

#massage h1 span,
#business h1 span {
	display:  block;
	margin: 15px 0 0;
}

#massage .btn,
#business .btn {
	margin: 30px 0 0;
	text-align: center;
}

#massage .btn a,
#business .btn a {
	display: inline-block;
	background: #FF0000;
	color: #FFFFFF;
	padding: 15px 25px;
	font-size: 1.8rem;
	font-size: 18px;
	text-decoration: none;
}


#people .image img {
	border-radius: 50%;
}

#massage {
	background: url("../images/bg_message.png");
	background-size: cover;
}

#business {
	background: url("../images/bg_business.png");
	background-size: cover;
}

#recruit {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: linear-gradient(
		-45deg,
		#f5eeed 25%,
		#f4e2de 25%,
		#f4e2de 50%,
		#f5eeed 50%,
		#f5eeed 75%,
		#f4e2de 75%,
		#f4e2de
	);
	background-size: 30px 30px;
}

.recruit_item {
	background: #FFFFFF;
	border-bottom: 1px #000000 solid;
}

.recruit_item:last-child {
	border-bottom: none;
}

.recruit_item .item_name {
	padding:  10px;
	font-size: 2.4rem;
	font-size: 24px;
}

.recruit_item .item_name span {
	display: block;
}

.recruit_item .goto_entry {
	text-align: center;
	
}

.recruit_item .goto_entry a {
	padding: 10px 15px;
	background: #FF0000;
	border: none;
	color: #FFF;
	text-decoration: none;
}


.recruit_item .inner {
	display: none;
	padding: 20px;
}

@media screen and (max-width:767.98px) {
/* ここにSP向けのCSS指定 */
	
	
	#massage,
	#business,
	#people,
	#recruit {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#massage .overlay ,
	#business .overlay {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.70);
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	
	#massage * ,
	#business * {
		position: relative;
		z-index: 1;
	}
	
	#business .image {
		margin: 30px;
	}
	
	#business .image img {
		width: 100%;
		height: auto;
	}
	
	#people article {
		display: flex;
	}
	
	#people article .image {
		padding: 10px;
	}
	
	#people article .image img {
		width: 60px;
		height: auto;
	}
	
	.recruit_table {
	}
	
	.recruit_table dl {
		margin: 10px 0;
	}
	
	.recruit_table dt {
		border-bottom: 1px #333 solid;
		font-weight: bold;
	}
	
	.recruit_table dt::before {
		content: "●";
	}
	
	
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
	
	
	#newsnav {
		display:  flex;
		position: fixed;
		bottom: 0;
		background: #FFF;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 10px 20px;
		border-top: 1px #000000 solid;
		overflow: hidden;
	}
	
	#newsnav h1 {
		width: 450px;
	}
	
	#newsnav ul {
		margin: 10px 20px;
	}
	
	#newsnav p {
		text-align: right;
		margin: 10px 20px;
		width: 170px;
	}
	
	#newsnav p a {
		color: blue;
	}
	
	#massage,
	#business {
		height: 580px;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	
	#business {
		flex-flow: row-reverse;
	}
	
	#massage .body,
	#business .body {
		width: 50%;
		padding: 30px;
	}
	
	#massage .image,
	#business .image {
		width: 50%;
	}
	
	#business .image {
		text-align: right;
	}
	
	
	#people,
	#recruit {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#people .interview_list {
		display: flex;
		margin:  30px 0 0;
    	justify-content: center;
    	align-items: center;
	}
	
	#people article {
		width: 260px;
		margin: 0 60px;
	}
	
	#people article .name {
		text-align: center;
	}
	
	#people article .name a {
		text-decoration:  none;
	}
	
	.recruit_list {
		width: 700px;
		margin: 50px auto 0;

	}
	
	.recruit_table {
		display: table;
		width: 100%;
	}
	
	.recruit_table dl {
		display: table-row;
	}
	
	.recruit_table dt,
	.recruit_table dd {
		display: table-cell;
		padding:10px 15px;
		border-bottom: 1px #333 solid;
	}
	
	.recruit_table dl:last-child dt,
	.recruit_table dl:last-child dd{
		border-bottom: none;
	}
	
	.recruit_table dt {
		width: 100px;
	}
	
}
