@charset "UTF-8";
/*##########################################
#-1110px（レスポンシブ）
###########################################*/
@media (max-width:1149px)  {

#mainmenu {
    padding-left: 235px;
}
#gnv #gnv_interview,
#gnv #gnv_message {
	display: none;
}

}/*END*/

/*##########################################
#-960px（レスポンシブ）
###########################################*/

@media (max-width:959px)  {
#main .bone {
    padding:0 15px;
}
#container {
	padding-top: 60px;
}
#pagehead,
#mainmenu {
	height: 60px;
}
#pagehead {
	position: fixed;
}
#logo {
	width: 40px;
	top:15px;
	left: 15px;
}
#label_recruit {
    font-size: 11px;
    padding: 5px 10px;
    left: 60px;
    top: 15px;
}
#gnv #gnv_plant,
#gnv #gnv_about,
#gnv #gnv_welfare,
#gnv #gnv_ryou,
#gnv #gnv_interview,
#gnv #gnv_message {
	display:none;
}
#mainmenu {
    padding-left: 150px;
    height: 60px;
}
#gnv #gnv_recruitment a {
	position: relative;
}
#gnv #gnv_recruitment a::after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -12px;
	background-image: url(../img/sprite.png);
	background-position: 0 1px;
	background-repeat: no-repeat;
}
#snv {
    position: absolute;
    right: auto;
    top: 0;
    left:205px;
    height: 60px;
    width: 112px;
}
#snv li a {
    border-radius: 0;
    background-color: transparent;
}
#gnv li a,
#snv li a {
    position: relative;
    text-align: center;
    font-weight: bold;
	display: block;
	padding: 38px 0px 0;
	box-sizing: border-box;
    width: 54px;
	height: 60px;
    font-size: 10px;
    color: #333;
}
#snv_recruit a::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
	top: 12px;
    margin-left: -12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -45px 3px;
}
#snv #snv_tel {
	display: inline-block;
}
#snv_tel a::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
	top: 12px;
    margin-left: -12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -90px 0px;
}

/*--------slider--------*/
#open_menu {
	width:38px;
	height:38px;
	background-image:url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -123px 11px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:1000;
	cursor:pointer;
	background-color: #44b3a8;
	border-radius: 50%;
}
/*slidemenu*/
#base_slide {
	text-align:left;
	position:relative;
}
#base_slide .inner {
	height:600px;
	overflow:auto;
}
#base_slide .inner2 {
	min-height:5000px;
	background-color:#fff;
	padding:10px 0 10px;
}
#base_slide h4 {
	text-align:center;
	background:#0F0F0F;
	color:#fff;
	padding:10px;
	position:relative;
}
#base_slide h4:after {
	content: "";
	height:0;
	width:0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: #ff4a86;
	position: absolute;
	bottom: -10px;
	left:50%;
	margin-left:-10px;
}
#base_slide ul {
	z-index:1000;
}
#base_slide ul.ul_first {
	border-bottom:1px dotted #d1d1d1;
	margin-top:0
}

#base_slide li {
	border-top:1px dotted #d1d1d1;
}
#base_slide li a {
	color:#111111;
	text-decoration:none;
	display:block;
	width:240px;
	position:relative;
	font-size:16px;
	font-weight:bold;
}
#base_slide li a span {
	display:block;
	padding:18px 12px 18px 15px;
}
#base_slide li a:after {
	display:inline-block;
	content:'';
	width:5px;
	height:5px;
	border-top:2px solid #111111;
	border-right:2px solid #111111;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}
#ps_headding {
	width:100%;
	height:50px;
	position:relative;
	background-color:#30b248;
}
#ps_headding .close {
	position:absolute;
	left:10px;
	top:5px;
}
#ps_headding .close a {
	display:block;
	padding: 10px 20px 12px 20px;
	overflow:hidden;
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:16px;
	text-decoration:none;


}
#ps_headding .close a:after {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-7px;

	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
body.news #main_inr {
    padding: 15px 0 30px;
}

/*----------------retina----------------*/
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){
#gnv #gnv_recruitment a::after,
#snv_recruit a::before,
#snv_tel a::before,
#open_menu {
    background-image: url(../img/sprite@2x.png);
    background-size: 160px 49px;
}


}/*retina*/



}/*END*/




/*##########################################
#-720px（レスポンシブ）
###########################################*/
@media (max-width:720px)  {

.pc_block {
	display:inline;
}
.sp_block {
	display:block;
}
.sp_none {
	display:none;
}

 #fnv li#fnv_official {
    margin: 0;
    display: block;
    background-color: transparent;
    border-radius: 0;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.st2 {
    font-size: 2.8rem;
}
.st3 {
    font-size: 2.4rem;
    text-align: left;
    padding-left:5px;
}
#top .st3 {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    width: 80px;
    text-align: center;
    padding: 2px 0;
    margin-left: 3px;
    margin-bottom:5px;
}
#f_info,#fnv {
	width:auto;
	float:none;
}
#pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
#fnv {
	margin:0;
	padding:0 15px;
}
#fnv li {
	margin:0;
	display:block;
	background-color:#fff;
	border-radius:4px;
	float:left;
	width:48%;
	margin-bottom:10px;
}
#fnv li:nth-child(2n) {
	float:right;
}
#fnv li a {
	display:block;
	text-align:center;
	padding:8px 0;
	color:#44b3a8;
}
#fnv li a::before {
	display:none;
}
#label_current {
    left: 10px;
}
#f_info .text {
    font-size: 16px;
    padding-top: 30px;
    padding-left: 120px;
    text-align: left;
}
#f_logo {
	margin:0 auto 5px;
}
#f_info {
	padding:0;
	border:0 none;
}
#f_tel {
    display: inline-block;
    font-size: 4.8rem;
}
#f_info .time {
    margin-top: 40px;
}
.fbtn {
	display: flex;
	justify-content: space-between;
	padding:0 15px;
}
.fbtn li {
    width: 48%;
}
.fbtn li a {
    display: block;
    background-color: #ccc;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
}

.st1 {
    font-size: 2.0rem;
}
/*--------top---------*/
#screen .catch {
	width:86%;
	top:20%;
	margin-top:0;
	margin-left:-43%;
}
.slide-img {
	padding-top: 153.33%;
}
.slide-img.sc1 {background-image: url('../img/sp_s1.jpg')}
.slide-img.sc2 {background-image: url('../img/sp_s2.jpg')}
.slide-img.sc3 {background-image: url('../img/sp_s3.jpg')}
.slide-img.sc4 {background-image: url('../img/sp_s4.jpg')}

#top_leading h2 {
    font-size: 18px;
}
#top_leading p {
	padding:0 15px;
}
#top_leading figure {
	overflow: hidden;
	position: relative;
	padding-top: 40%;
	height: 0;
}

#top_leading figure img {
    width: 130%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -65%;
}
#top_leading figure.pics img {
    width: 115%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -58%;
}
#top_plant .pictures figure {
    width: 48%;
}
#top_welfare .pictures figure {
    width: 31%;
}
#top_about .base {
    flex-wrap: wrap;
}
#top_about .box {
    width: 100%;
    margin-bottom: 10px;
}
#top_about .box figure {
	height: auto;
}
#top_about .box figure img {
	width: 100%;
	height: auto;
}
#interview li {
    width: 48%;
}
#lower_info .box {
    width: 100%;
    margin-bottom: 10px;
}
.pictures figcaption {
    font-size: 13px;
}
#bg1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100%;
    height: 100px;
    width: 200%;
}
#bg2 {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -100%;
    height: 100px;
    width: 200%;
    z-index: -2;
}
#top_s1 {
    position: relative;
    height: 0;
    padding-top: 100%;
}
#top_s1 .inr {
    width: auto;
    position: absolute;
    left: 0;
    top: 20px;
}
#top_s1 .inr h3 {
	width: 58%;
	padding-left: 15px;
	box-sizing: border-box;
}
#top_s1 .inr p {
	padding:35px 15px 0;
	width: auto;
}
#top_s1 figure {
	top:0;
}
#top_s2 {
    padding-top: 130%;
}
#top_s2 figure {
    width: 60%;
    left: 10px;
}
#top_s2 .inr {
    width: auto;
    right: 0;
    top: 240px;
}
#top_s2 .inr {
	padding:0 15px 0;
	width: auto;
}
/*--------detail--------*/
#d_screen {
    padding-top: 41.25%;
    background-size: cover;
    margin-bottom: 40px;
}
#d_screen .inr {
    width: 80%;
    margin: 0 0 0 -40%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#d_screen h1 .jp {
    font-size: 28px;
    margin-bottom: 4px;
}
#d_screen h1 .en {
    font-size: 13px;
    margin-bottom: 10px;
}
.st2 {
    font-size: 2.2rem;
}

#ryou_1r .inr {
    display: block;
    padding-top: 0;
}
#ryou_1r .inr figure {
    width: 100%;
}
#ryou_1r .inr p {
    width: auto;
    padding-top: 10px;
}
#ryou_1r {
    margin-bottom: 20px;
}
#welfare_three .box {
	display: block;
	padding-bottom: 20px;
}
#welfare_three .box figure {
    width: 100%;
}
#welfare_three .box_c {
    width: 100%;
}
#welfare_three h3 {
    font-size: 18px;
}
#welfare_system .box figure {
    width: 100px;
}
#welfare_system .box_c {
    width: calc(100% - 115px);
}
#welfare_system .box_c h4 {
    font-size: 20px;
}
#base_about .base {
    display: block;
}
#base_about .box {
	width: 100%;
}
#base_about .s3 .box {
    width: 100%;
}
#plant_jobs .lower {
    display: block;
    min-height: 400px;
    margin-top: 20px;
}
#plant_jobs .box {
    width: 100%;
    background-size: cover;
    position: relative;
    padding:15px 0;
}
#plant_jobs .box .inr {
    width: 80%;
    margin: 0 auto;
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    color: #fff;
}
#plant_jobs .box p {
    padding: 15px 15px;
    font-size: 15px;
}
#plant_detail .pictures {
    display: block;
}
#plant_detail .box,
#plant_easy .box {
    width: 100%;
    margin-bottom: 25px;
}
#dhead_int .box_c {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
#dhead_int h1 {
    width: 180px;
    margin:0 auto;
}
#dhead_int h2 {
    margin-bottom: 10px;
}
#dhead_int figure {
    float: none;
    width: 60%;
    margin:0 auto;
}
#dhead_int .inr {
    padding: 15px 0 0;
}
.pg_int_d #content .box {
    margin-bottom: 60px;
    display: block;
}
.pg_int_d #content .box figure {
    width: 100%;
    margin-bottom: 15px;
}
.pg_int_d #content .box_c {
    width: 100%;
}
#f_staff li {
    width: 31%;
    margin-bottom: 25px;
}
.st4 {
    font-size: 22px;
}
.example {
	display:block;
	font-size:11px;
	color:#999;
}
.tb1 tr:nth-child(2n) {
    background-color: transparent;
}
.tb1 th,
.tb1 td {
	padding:0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tb1 th {
	border:0 none;
	padding:15px 0 5px 12px;
	position: relative;
}
.tb1 th::before {
	content: '';
	width: 5px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #b6aa71;
}
.tb1 td {
	border-bottom: 1px solid #d1d1d1;
	padding:0 0 10px;
}





td input[type="text"] {
	width: 80%;
}
td input.s3 {
	width: 60px;
}
td textarea {
	width:100%;
}

.tb_mail th,
.tb_mail td {
	display:block;
	width:100%;
}
.tb_mail th,
.tb_mail td {
	padding:10px 12px;
}
.tb_mail th {
	background-color:#f1f1f1;
	font-weight:bold;
	text-align:left;
}
#top #main_inr {
    padding: 0 0 0;
}
#base_faq dl {
    padding: 20px 0 20px 40px;
}













}/*END*/
/*##########################################
#-380px（レスポンシブ）
###########################################*/
@media (max-width:380px)  {



}/*END*/

/*
*{
	border:1px solid #0000ff !important;
}
*/