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

*{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

header{
	width:100%;
	height:55px;
	z-index:10;
	position:fixed;
	z-index:99;
	background:#FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.main_wrapper{
	position:absolute;
	z-index:0;
	left:0;
	top:55px;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:0;
}

img.logo_head{
	margin-top:5px;
	margin-left:5px;
	float:left;
	height:30px;
	width:150px;
}

.sp_nav{
	display:block;
}

ul.pc_nav{
	display:none;
}

a.entry_btn{
	display:none;
}

footer{
	background:#225B9F;
	width:100%;
	padding:200px 0 30px 0;
	margin-top:100px;
	color:#FFF;
	text-align:center;
	font-size:70%;
}

.title,.title2{
	text-align:center;
	font-size:20px;
	color:#333;
	font-weight:600;
	margin-top:40px;
	margin-bottom:50px;
}

a.home_btn{
	display:block;
	width:250px;
	height:50px;
	line-height:50px;
	margin:100px auto 0 auto;
	background:none;
	border:2px solid #225B9F;
	border-radius:5px;
	text-align:center;
	color:#225B9F;
	font-weight:600;
}

a.home_btn:hover{
	background:#225B9F;
	border:2px solid #225B9F;
	color:#FFF;
	transition: all .3s;
}

/* 募集中 */
.recruitment_box{
    width: 100%;
    padding: 50px 30px;
    text-align: left;
    border: 3px solid #EA6383;
    color: #EA6383;
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0;
}

/* 米谷ってこんな会社です。 */

.scale{
	border:1px dotted #EA6383;
	border-radius:5px;
	padding:10px 15px;
	color:#EA6383;
	font-weight:600;
	text-align:center;
	margin:0 auto 50px auto;
	width:280px;
	display:block;
}

#yonetani{
	margin-top:-50px;
	padding-top:50px;
}

.yonetani_text{
    margin: -30px auto 40px auto;
    line-height: 1.8;
    width: 90%;
}

p.pic_text{
    margin: 30px 0;
    font-size: 16px;
    text-align: center;
}

p.pic_text2{
    margin: 30px 0;
    font-size: 16px;
}

/* 社長あいさつ */

.message_back{
	background:#f9f9f9;
	padding:30px 0 50px 0;
}

.message_img{
	margin-bottom:30px;
}

#message{
	margin-top:-50px;
	padding-top:50px;
}

/* 募集要項 */

#recruitment{
	margin-top:-50px;
	padding-top:50px;
}

.recruitment_text{
    line-height: 1.8;
    margin: 0 15px 40px 15px;
}

#tab-menu ul {
    width:100%;
	text-align:center;
}
#tab-menu li {
  display:inline-block;
  padding:20px 0;
  width:280px;
  text-align:center;
  border-radius:5px;
  background:#efefef;
  color:#999;
  margin-bottom:10px;
  margin-left:0;
  font-size:20px;
  font-weight: 600;
}
#tab-menu li.active {
  background: #EA6383;
  color: #FFF;
  border-bottom:1px solid #FFF;
}

#tab-menu li.tab2.active {
  background: #225B9F;
  color: #FFF;
  border-bottom:1px solid #FFF;
}


/* タブの中身 */

#tab-box div {
  width:100%;
  display: none;
}
#tab-box div.active {
  display: block;
}

.tab_box1,.tab_box2{
	padding:50px 30px;
	background:#f9f9f9;
	border-radius:5px;
	margin-top:30px;
}


table.recruit_1,.recruit_2{
	width:100%;
	margin:0 auto;
	color:#444;
}

table.recruit_1 td,.recruit_2 td{
	padding:15px 15px 15px 0;
	line-height:1.6;
}

table.recruit_1 tr{
	border-bottom:1px dashed #EA6383;
}

table.recruit_1 th{
	width:33%;
	font-weight:600;
	padding-left:40px;
	color:#EA6383;
	background:none;
}


table.recruit_2 tr{
	border-bottom:1px dashed #225B9F;
}

table.recruit_2 th{
	width:33%;
	font-weight:600;
	padding-left:40px;
	color:#225B9F;
	background:none;
}

table tr.table_last{
	border-bottom:none;
}

a.entry_btn2,entry_btn3{
	margin-top:60px;
}


table.recruit_1 a{
	color:#EA6383;
}

table.recruit_1 a:hover{
	color:#EA6383;
	padding-bottom:3px;
	border-bottom:2px solid #EA6383;
	transition: all .3s;
}

table.recruit_2 a{
	color:#225B9F;
}

table.recruit_2 a:hover{
	color:#225B9F;
	padding-bottom:3px;
	border-bottom:2px solid #225B9F;
	transition: all .3s;
}

a.entry_btn2{
	display:block;
	width:250px;
	height:50px;
	line-height:50px;
	margin:30px auto 0 auto;
	background:#EA6383;
	border:2px solid #EA6383;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	font-weight:600;
}

a.entry_btn2:hover{
	background:none;
	border:2px solid #EA6383;
	color:#EA6383;
	transition: all .3s;
}

a.entry_btn3{
	display:block;
	width:250px;
	height:50px;
	line-height:50px;
	margin:30px auto 0 auto;
	background:#225B9F;
	border:2px solid #225B9F;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	font-weight:600;
}

a.entry_btn3:hover{
	background:none;
	border:2px solid #225B9F;
	color:#225B9F;
	transition: all .3s;
}

a.sales,a.dtp{
    display: block;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
	border-radius:5px;
    font-size: 20px;
    font-weight: 600;
}

a.sales{
    background: #EA6383;
    border:2px solid #EA6383;
}

a.dtp{
    background: #225B9F;
    border:2px solid #225B9F;
    margin-top: 30px;
}

a.sales:hover{
	background:none;
	border:2px solid #EA6383;
	color:#EA6383;
	transition: all .3s;
}

a.dtp:hover{
	background:none;
	border:2px solid #225B9F;
	color:#225B9F;
	transition: all .3s;
}



@media (min-width: 500px) {
.recruitment_box{
    text-align: center;
}
img.logo_head{
	margin-top:-5px;
	float:left;
	height:50px;
	width:250px;
}

.recruitment_text{
    text-align: center;
}
}


@media (max-width: 768px) {

table.recruit_1 th,tr{
	width:100%;
	display:block;
}

table.recruit_1 tr{
	border-bottom:none;
}

table.recruit_1 th{
	padding:10px 0 10px 20px;
	color:#FFF;
	background:#EA6383;
	border-radius:5px;
}

table.recruit_2 th,tr{
	width:100%;
	display:block;
}

table.recruit_2 tr{
	border-bottom:none;
}

table.recruit_2 th{
	padding:10px 0 10px 20px;
	color:#FFF;
	background:#225B9F;
	border-radius:5px;
}


}




@media (min-width: 768px) {

a.dtp{
    margin-top: 0;
}
p.pic_text2{
    margin: 20px 0 0 0;
}
.yonetani_text{
    width: 95%;
}
}



@media (min-width: 1200px) {

header{
	height:70px;
}

.main_wrapper{
	top:70px;
}

.header_innner{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

img.logo_head{
	margin-top:5px;
	height:60px;
	float:left;
	width:298px;
}

.sp_nav{
	display:none;
}


ul.pc_nav{
	display:block;
	float:left;
	margin-left:260px;
	margin-top:15px;
}

ul.pc_nav li{
	display:inline-block;
	margin-right:20px;
	font-size:16px;
}

ul.pc_nav li a{
	color:#333;
}

ul.pc_nav li a:hover{
	color:#333;
	padding-bottom:3px;
	border-bottom:2px solid #333;
	transition: all .3s;
}

ul.pc_nav li a:visited{
	text-decoration:none;
}

a.entry_btn{
	float:right;
	display:block;
	width:200px;
	height:40px;
	line-height:40px;
	margin-top:5px;
	background:#EA6383;
	border:2px solid #EA6383;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	font-weight:600;
	font-size:15px;
}

a.entry_btn:hover{
	background:none;
	border:2px solid #EA6383;
	color:#EA6383;
	transition: all .3s;
}

.recruitment_box{
    margin: 160px 0 80px 0;
    padding: 100px 0;
    text-align: center;
    font-size: 35px; 
}

#yonetani{
	margin-top:-70px;
	padding-top:70px;
    display: inline-block;
}

.title{
	font-size:30px;
	margin-top:100px;
	margin-bottom:100px;
}

.title2{
	font-size:30px;
	margin-top:100px;
	margin-bottom:40px;
}

.scale{
	margin:50px auto;
}

#tab-menu li {
  width:350px;
  margin-left:20px;
}

.tab_box1,.tab_box2{
	padding:50px 50px 100px 50px;
	margin-top:50px;
}



}