@charset "UTF-8";

@media screen and (min-width: 770px) {
	
	/* ヘッドライン　*/
	#headline{
		width: 100%;
		background-color: #1F5C7B;
		text-align: center;
		background-image: url("../image/recruit/headline.jpg");
		background-position: center;
		background-size: cover;
		z-index: 15;
		position: relative;
	}
	#headline div{
		margin: auto;
		padding: 100px 0;
		width: 20%;
	}
	#headline h2{
		padding: 40px 0;
		font-size: 25px;
		font-weight: 900;
		color: #fff;
		background: rgba(31,92,123,0.7);
	}
	
/* メニューバー　*/
#menu{
	width: 100%;
	height: 200px;
	background-color: #1F5C7B;
	transform:skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
}
.menu_child{
	width: 100%;
	background-color: #fff;
	transform:skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
    -moz-transform: skew(0deg, 5deg);
}
.dropdwn{
    display: flex;
	width: 80%;
	margin: 0 auto;
}
.dropdwn li{
	width: 20%;
	text-align: center;
	position: relative;
	border-left: 2px solid #ddd;
}
	.dropdwn a{
		display: block;
	}
	.dropdwn img{
		padding: 20px 0;
	}
.dropdwn li:first-child{
	border: none;
}
.dropdwn a:hover{
	opacity: 0.5;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
}
.dropdwn_menu li{
    width: 100%;
	padding: 0;
	border: none;
}
.dropdwn_menu li a{
    padding: 10px 0;
    display: block;
    color: #000;
	font-size: 13px;
}
.dropdwn_menu li a:hover{
	background-color: #1F5C7B;
	color: #fff;
}

/* 現在のページのメニューの背景色を変更　*/
#thispage{
	background-color: #399F4A;
}
#thispage img{ 
	filter: invert(100%);
}
	
	/* 代表あいさつ　*/
	#message{
		width: 100%;
		margin: 150px auto;
	}
	#message h3{
		font-size: 25px;
		text-align: center;
		font-weight: 900;
	}
	#message h3 mark{
		color: #333;
		background: rgba(252,169,169,0.7);
	}
	#message h4{
		margin-top: 100px;
		font-size: 20px;
		font-weight: 900;
		color: #1F5C7B;
		text-align: center;
	}
	.message_child{
		max-width: 768px;
		margin: 50px auto;
		padding: 0 20px;
		display: flex;
		align-items: flex-start;
	}
	.text{
		width: 100%;
		margin-left: auto;
	}
	.text img{
		max-width: 500px;
		width: 80%;
	}
	.text p{
		margin-top: 30px;
		font-size: 15px;
		line-height: 2;
	}
	.text p:last-child{
		text-align: right;
	}
	
	
	/* 募集要項　*/
	#point{
		background-image: url("../image/recruit/background1.png");
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: -100px;
		text-align: center;
	}
	#point h4{
		font-size: 20px;
		padding-top: 200px;
		font-weight: 900;
		color: #fff;
		text-align: center;
	}
	.point_child{
		padding-bottom: 100px;
	}
	table {
		width: 70%;
		border-collapse : collapse;
		margin: 50px auto;
	}
	table th,table td {
	border: 2px solid #fff;
	padding: 20px;
	background-color: #F2F2F2; 
	line-height: 20px;
	}
	table td{
		text-align: left;
	}

	table th {
	font-weight: bold;
	background-color: #ABCCD4; 
	}
	
	#point a{
	padding: 20px 60px;
	background-color: #fff;
	color: #1F5C7B;
	font-size: 1.2em;
	}
	
	#point a:hover{
	background-color: #399F4A;
	color: #FFF;
	transition: 0.3s;
}
	#staff{
		width: 100%;
		margin-bottom: 150px;
	}
	#staff h4{
		font-size: 20px;
		padding-top: 100px;
		font-weight: 900;
		color: #1F5C7B;
		text-align: center;
		margin-bottom: 20px;
	}
	#staff .staff_child{
		display: flex;
		align-items: flex-start;
		width: 50%;
		margin: 40px auto;
	}
	#staff .staff_child h5{
		font-size: 23px;
	}
	#staff .staff_child h5 span{
		font-size: 15px;
	}
	#staff div img{
		width: 35%;
		margin: auto;
	}
	#staff .text2{
		width: 55%;
		margin: auto 0 auto auto;
		line-height: 25px;
	}
}

@media screen and (max-width: 769px) {
	
	/* ヘッドライン　*/
	#headline{
		width: 100%;
		background-color: #1F5C7B;
		text-align: center;
		background-image: url("../image/recruit/headline.jpg");
		background-position: center;
		background-size: cover;
		z-index: 15;
		position: relative;
	}
	#headline div{
		margin: auto;
		padding: 80px 0 100px;
		width: 40%;
	}
	#headline h2{
		padding: 20px 0;
		font-size: 25px;
		font-weight: 900;
		color: #fff;
		background: rgba(31,92,123,0.7);
	}
	
/* メニューバー　*/
#menu{
	width: 100%;
	height: 80px;
	margin-top: -5%;
	background-color: #1F5C7B;
	position: relative;
	z-index: 15;
	transform:skew(0deg, -5deg);
}
.menu_child{
	display: none;
}
	
	/* 代表あいさつ　*/
	#message{
		width: 95%;
		margin: 100px auto;
	}
	#message h3{
		font-size: 1em;
		font-weight: 900;
		text-align: center;
	}
	#message h3 mark{
		color: #333;
		background: rgba(252,169,169,0.7);
	}
	#message h4{
		margin: 100px auto 50px;
		font-size: 20px;
		font-weight: 900;
		color: #1F5C7B;
		text-align: center;
	}
	.message_child{
		margin: auto;
	}
	.text{
		margin-top: 30px;
		width: 100%;
	}
	.text img{
		width: 95%;
	}
	.text p{
		margin-top: 30px;
		font-size: 1em;
		line-height: 1.5em;
	}
	.text p:last-child{
		text-align: right;
	}
	
	
	/* 募集要項　*/
	#point{
		background-image: url("../image/recruit/background1.png");
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: -100px;
		text-align: center;
	}
	#point h4{
		font-size: 20px;
		padding-top: 200px;
		font-weight: 900;
		color: #fff;
		text-align: center;
	}
	.point_child{
		padding-bottom: 100px;
	}
	table {
		width: 95%;
		border-collapse : collapse;
		margin: 50px auto;
	}
	table th,table td {
	border: 2px solid #fff;
	padding: 20px;
	background-color: #F2F2F2; 
	line-height: 20px;
	}
	table td{
		text-align: left;
	}

	table th {
	font-weight: bold;
	background-color: #ABCCD4; 
	}
	
	#point a{
	padding: 20px 60px;
	background-color: #fff;
	color: #1F5C7B;
	font-size: 1.2em;
	}
	
	#staff{
		width: 100%;
		margin-bottom: 100px;
	}
	#staff h4{
		font-size: 20px;
		padding-top: 100px;
		font-weight: 900;
		color: #1F5C7B;
		text-align: center;
	}
	#staff .staff_child{
		width: 80%;
		margin: 50px auto 100px;
		text-align: center;
	}
	#staff .staff_child h5{
		font-size: 20px;
		text-align: center;
	}
	#staff .staff_child h5 span{
		font-size: 15px;
	}
	#staff div img{
		width: 50%;
	}
	#staff .text2{
		width: 100%;
		text-align: left;
		font-size: 1em;
		line-height: 1.5em;
	}
}

.casa-bnr {
	margin-bottom: 30px;
}