@charset "UTF-8";

.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 450px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	body.page-id-recruit *{
		box-sizing: border-box;
	}
	img{
	    max-width: 100%;
    	height: auto;
	}
	#container,
	#footer_inner,
	body.page-id-recruit #maincolumn,
	#pagetopinner,
	body.page-id-recruit #main .entry-content .news h2,
	.news-content,
	.recruit-about li,
	.data-item,
	.time-schedule dt,
	.time-schedule dd,
	.voice-list li,
	.epa-item,
	.youkou th,
	.youkou td,
	.data-item img,
	.epa-item img{
		width: 100%;
	}
	body.page-id-recruit #header,
	body.page-id-recruit #main,
	body.page-id-recruit h1,
	#footer-box,
	#footer-box-last{
		width: 100%;
		float: none;
	}
	#header,
	#header-waku,
	#main{
		height: 100%!important;
	}
	#footer_inner,
	#footer-menu{
		padding-left: 20px;
		padding-right: 20px;
	}
	#header-waku,
	#contents{
		background: none;
	}
	#logo
	#masthead > img,
	#access,
	.mobile,
	#header-menu,
	#cont-top,
	#cont-bottom,
	#bread{
		display: none;
	}
	body.page-id-recruit #header{
		background: none;
		padding-bottom: 0;
	}
	body.page-id-recruit h1{
		background: #27a639;
		padding: 10px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
		margin:16px 10px 12px;
		box-sizing: border-box;
		border: 1px solid #27a639;
		border-radius: 8px;
		width: auto;
	}
	.news,
	.entry-content .data-list,
	.v00 .voice-list li a,
	.voice-list,
	.epa-list{
		flex-direction: column;
	}
	#sp-logo{
		display: block;
		background-color: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: center;
	}
	body.page-id-recruit #main .entry-content .news h2{
		display: flex;
		gap: 10px;
	}
	body.page-id-recruit #main .entry-content .recruit-about h2{
		font-size: 40px;
	}
	body.page-id-recruit.data #main .entry-content h2, body.page-id-recruit.v00 #main .entry-content h2{
		font-size: 26px;
	}
	.recruit-entry{
		padding: 40px 20px 20px;
	}
	body.page-id-recruit #main .entry-content .recruit-entry h2{
		font-size: 25px;
	}
	.sodateru div{
		font-size: 14vw;
	}
	#footer_inner{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.v00 .voice-list li a{
		padding-bottom: 20px;
	}
	.v00 .voice-list li:nth-child(even) .img{
		order: 0;
	}
	.voice-list li .img,
	.voice-list li img{
		height: 250px;
	}
	.voice-list li .txt {
		margin-top: -20px!important;
	}
	.voice-main{
		display: flex;
    	flex-direction: column;
		height: auto;
	}
	.voice-main > *{
		position: relative;
	}
	.voice-main .img{
    	order: 2;
	}
	.voice-main .img img{
    	object-fit: cover;
		height: 250px;
		width: 100%;
	}
	.voice-main .txt{
		width: 100%;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.voice-main::after{
		line-height: 0.8;
		font-size: 50px;
	}
	body.page #main .entry-content .interview h2{
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.interview h2::before {
    	font-size: 40px;
	}
	body.page #main .entry-content .time-schedule h2::before {
		bottom: 0;
		width: 40%;
		height: 44px;
	}
	body.page #main .entry-content .time-schedule h2::after{
		font-size: 36px;
	}
	.time-schedule dl{
		padding: 30px;
	}
	.time-schedule dd{
		border-left: 4px solid #CCCCCC;
		margin: 0;
    	padding: 10px 10px 30px 20px;
		font-size: 18px;
	}
	.youkou th,
	.youkou td{
		display: block;
	}
	.pagetop00 a{
		display: block;
		color: #27A639;
		width: 70%;
		margin: 10px auto;
		border-radius: 5px;
		background-color: #ffffff;
		padding: 5px;
		border: solid 1px #27A639;
		background-image: none;
		text-align: center;
	}
	/*menu*/
	.aco{
		padding:5px;
		background-color:#27a639;
	}
	.list6 dl.acordion{
	 margin: 0 5px 0 5px;
	 }
	 .list6 dt.trigger {
	 background-color:#FFFFFF;
	 border-radius: 7px;
	 text-align: center;
	 color: #27a639;
	 margin-bottom: 0;
	 padding: 7px;
	 font-weight:bold;
	 }
	 .list6 dt.active{
	 border-radius: 10px 10px 0 0;
	 }
	 .list6 dt.trigger span.open-close {
	 background: url(point_plus.png) no-repeat right top;
	 float: right;
	 width: 20px;
	 height: 20px;
	 text-indent: -9999em;
	 }
	 .list6 dt.active span.open-close {
	 background: url(point_none.png) no-repeat right top;
	 float: right;
	 width: 20px;
	 height: 20px;
	 }   
	 .list6 dd.acordion_tree{
		padding: 0px;
	 border-bottom:solid 1px #27a639;
		border-top:solid 1px #27a639;
		background-color:#FFFFFF;
		margin-left:0px;
		margin-bottom:5px;
	 }
	  .list6 dd.acordion_tree a{
		display:block;
		border-bottom: 1px solid #27a639;
		padding:10px;
		text-decoration: none;
	 }
	 .clearer {
		clear: both;
	}
	h2.top {
		background-color: #EDE8DF;
		display: block;
		margin-bottom: 0px;
	}
	#menu ul{
		list-style:none;
		margin:0px 0px 10px;
		padding:0px;
	}
	#menu ul li a{
		display:block;
		color:#333333;
		font-weight:bold;
		padding:10px;
		font-size:110%;
		padding-right:30px;
		text-decoration: none;
	}
	#menu ul li{
		border-bottom:1px solid #CCCCCC;
		margin:0px;
		padding:0px;
		background-repeat: no-repeat;
		background-position: 95% center;
	}
	#menu ul li.a{
		background-image: url("../images/menu-icon.gif");
	}
	#menu ul li.b{
		background-image: url(../images/menu-icon02.gif);
	}

}