@charset "utf-8";
/* CSS Document */



@media screen and (max-width:599px) {
	
	.ent_btn a{
		text-decoration: none;
		color: #0072BB;
	}
	
	.hamburger-menu{
		display: block;
	}
	
	.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
	
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
	
.header_main{
	display: none;
}
	
.header_main_sp{
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: -5;
	display: block;
}

.logo{
	position: absolute;
	top:0;
	width: 70%;
	
}

 .main_text_cls{
	 position: absolute;
	 top:120px;
	 left: 0;
	 width: 100%;

}
.banner_ric{
	position: absolute;
	top: 770px;
	left: 5%;
	width: 90%;
}
.ric_ent{
	width: 100%;
	margin-bottom: 40px;
}
.ric_about{
	width: 100%;
}
.cp_box{
	position: absolute;
	width: 84%;
	left: 7%;
	height: 400px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 32px;
	color: #0072BB;
	top: 300px;
	padding-top: 30px;
	border: solid 1px;
}
.cp_htext{
	width: 80%;
	margin-left: 10%;
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 50px;
	font-weight: bold;
	color: #0072BB;
}
.cp_ptext{
	margin-top: 30px;
	width: 80%;
	margin-left: 10%;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
}
.title_1{
	width: 100%;
	position: absolute;
	top: 1120px;
	left: 0;
}
.banner_jobs{
	position: absolute;
	top: 1210px;
	left: 10%;
	width: 80%;
}
.job_1{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.job_2{
	width: 100%;
	float: left;
}
.title_2{
	width: 100%;
	position: absolute;
	top: 1530px;
	left: 0;

}
.voice_box{
	position: absolute;
	width: 90%;
	left: 5%;
	height: 200px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 30px;
	color: #0072BB;
	top: 1630px;
	padding-top: 0;
	border: solid 1px;
}
.voice_htext{
	width: 96%;
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 60px;
	color: #000000;
}
.voice_img{
	width: 80%;
	position: absolute;
	top: 1880px;
	right: 10%;
	z-index: -5;
}
.voice_q1{
	width:90%;
	position: absolute;
	top: 2170px;
	left: 5%;
	font-size: 20px;
	letter-spacing: 15px;
	font-weight: bold;
}
.voice_a1{
	width:90%;
	position: absolute;
	top: 2220px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #777777;
	left: 5%;
}

.voice_q2{
	width:90%;
	position: absolute;
	top: 2450px;
	left: 5%;
	font-size: 20px;
	letter-spacing: 7px;
	font-weight: bold;
}
.voice_a2{
	width:90%;
	position: absolute;
	top: 2500px;
	left: 5%;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #777777;
}
.voice_q3{
	width:90%;
	position: absolute;
	top: 2680px;
	left: 5%;
	font-size: 20px;
	letter-spacing: 15px;
	font-weight: bold;
}
.voice_a3{
	width:90%;
	position: absolute;
	top: 2720px;
	left: 5%;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #777777;
}
.voice_q4{
	width:90%;
	position: absolute;
	top: 2870px;
	left: 5%;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 30px;
}
.voice_a4{
	width:90%;
	position: absolute;
	top: 2950px;
	left: 5%;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #777777;
}
.title_3{
	width: 100%;
	position: absolute;
	top: 3100px;
	left: 0;
}
.day_1{
	width: 100%;
	position: absolute;
	top:3190px;
	left: 0%;
}
.day_2{
	width: 100%;
	position: absolute;
	top:3300px;
	left:0;
}
.title_4{
	width: 100%;
	position: absolute;
	top: 3400px;
	left: 0;
}
.merit_box{
	position: absolute;
	width: 90%;
	height: 360px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 35px;
	color: #0072BB;
	top: 3490px;
	left: 5%;
	padding-left: 2%;
	padding-top: 30px;
	border: solid 1px;
}
.merit_text{
	width: 98%;
	margin-top: 10px;
	margin-left: 1%;
	font-size: 15px;
	letter-spacing: 9px;
}
.title_5{
	width: 100%;
	position: absolute;
	top: 3940px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 20px;
}
.gaiyou_box{
	position: absolute;
	top: 4010px;
	left: 5%;
	width: 90%;
	height: 45px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box1{
	position: absolute;
	top:4110px;
	left: 5%;
	width: 90%;
	height: 45px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box2{
	position: absolute;
	top:4210px;
	left: 5%;
	width: 90%;
	height: 45px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box3{
	position: absolute;
	top:4310px;
	left: 5%;
	width: 90%;
	height: 45px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box4{
	position: absolute;
	top:4410px;
	left: 5%;
	width: 90%;
	height: 120px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box5{
	position: absolute;
	top:4570px;
	left: 5%;
	width: 90%;
	height: 70px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box6{
	position: absolute;
	top: 4680px;
	left: 5%;
	width: 90%;
	height: 190px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box7{
	position: absolute;
	top: 4910px;
	left: 5%;
	width: 90%;
	height: 45px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box8{
	position: absolute;
	top:5000px;
	left: 5%;
	width: 90%;
	height: 120px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_box9{
	position: absolute;
	top:5170px;
	left: 5%;
	width: 90%;
	height: 630px;
	border-bottom: 1px dotted #0072BB;
	}
.gaiyou_th{
	width:30%;
	color:#0072BB;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	text-align: right;
}
.gaiyou_td{
	width:60%;
	color:#000000;
	font-size: 20px;
	letter-spacing: 0.1px;
	font-weight: bold;
	float: left;
	text-align: left;
}
.co_ric_btn{
	position: absolute;
	top: 0;
	width: 100%;
}
.com_footer{
	position: absolute;
	top: 6000px;
	width: 100%;
	background: #0070BA;
	height: 350px;
}
.footer_img{
	display: none;
	width: 100%;
	position: absolute;
	top:200px;
}
.footer_ent_sp{
	display: block;
	position: absolute;
	top: 20px;
	right: 10%;
	width: 80%;
}
.footer_mail_sp{
	display: block;
	position: absolute;
	top: 160px;;
	width: 80%;
	right: 10%;
}
	.ent_btn{
		position: absolute;
		border: solid 1px #0270ba;
		width: 80%;
		height: 100px;
		background: #fff;
		font-size: 25px;
		text-align: center;
		line-height: 100px;
		letter-spacing: 10px;
		color: #0270ba;
		top: 660px;
		left: 10%;
		
	}
	
	
}