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

body {
	color:#000;
	font-size:16px;
	line-height:1.8;
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(../img/bg/cream.gif);
}

img {
	border:none; vertical-align:middle;
}
img.top {
	vertical-align:top;
}
img.middle {
	vertical-align:middle;
}

address,
em {
	font-style:normal;
}


a {
	color:#493118;
	text-decoration: none;
	transition: 0.2s;
}
a:hover,
a:hover img,
input[type="submit"]:hover,
input[type="reset"]:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

mark {
	background: linear-gradient(transparent 70%, #FFFF00 30%);
}
mark.g_line {
	background: linear-gradient(transparent 70%, #7DEA11 30%);
}
	
.green {
	color:#449212;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
span.g {
	color:#449212;
}
.posi_r {
	position:relative;
}
.posi_a {
	position:absolute;
}

/*********** class ****************************************/
/********** float ************/
.c-both {
	clear:both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin-left:auto; margin-right:auto;
	text-align:center;
}

.txt_right {
	text-align:right;
}

/******* end float **********/

/******* flex box ***********/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
}

.flex img.sum {
	height: 100%;
	object-fit: cover;
    object-position: top;
}

.height {
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
/****** end flex box ********/

.indent {
            font-weight:normal; margin:5px 0 5px 1em;
            text-indent:-1em;
}

img.banner {
	border:solid 1px #DDD;
}



span.memo {
	color:#000;
	font-size:0.9em;
	letter-spacing:0.1em;
}

span.error {
	display:block;
	color:#F03;
	font-size:0.9em;
}
span.red {
	color:#E62717;
	font-size:1.5em;
}

hr {
	height: 5px;
	background-color: #006C3E;
	width: 100%;
	border: none;
	margin:60px 0 0 0;
}

header, main, article, footer, section, aside, nav, cite, figure, figcaption { display: block; }



a.more {
	
	display:inline-block;
	width:50%;
	max-width:200px;
	padding:0.2em 0 0.4em 2.5em;
	font-size:1.1em;
	text-align:center;
	margin-top:2em; margin-bottom:2em;	
	color:#FFFFFF;
	background-color:#3E9900;
}

a.more2 {
	display:inline-block;
	width:50%;
	max-width:200px;
	padding:0.2em 0 0.4em 2.5em;
	font-size:1.1em;
	text-align:center;
	margin-top:2em; margin-bottom:2em;	
	color:#000;
	background-color:#FF0;
}


dl.table {
	display:table; width:100%;
}
dl.table dt,
dltable dd {
	display:table-cell;
}




/*********** 共通 見出し *****************************/


main .ttl {
	/**position:relative;
	padding-top:40px;
	margin-top:0;
	margin-bottom:0**/
	font-size:2em;
	font-weight:500;
}


main .ttl div.entity {
	position:relative;
	display:inline-block;
	padding-left:1em; padding-right:1em;
	background-color:#FFFFFF;
	z-index:2;
}


main .ttl em,
main .catch em {
	color:#000;
	font-size:1.3em;
	font-weight: bold;
	letter-spacing:0.1em;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
}

main .ttl em.fs {
	font-size:1.6em;
}
main .ttl img {
	width:2.5em;
	max-width:58px;
	height:auto;
	display:inline;
	margin-bottom:0.5px;
	margin-right:1em;
	margin-left:-1em;
}

main .ttl span {
	display:block;
	color:#000;
	font-size:0.6em;
	letter-spacing:normal;
	font-family:"Noto Serif SC Black";
	letter-spacing:0.2em;
}


main .catch {
	margin-bottom:1.5em;
	font-size:1.75em; font-weight:bold;
	line-height: 1.6em;	
}

main .catch span {
	display:inline-block; padding:0 1em 0 1em;
	font-size:0.5em; text-align:center;
	margin-top:1em; line-height:2em;
	font-weight: 400; color:#FFFFFF;
	background-color:#009900;
}

main span.top {
	margin:0 auto 1em auto;
	border-top:solid 4px #45C5F9;
	width:5em; display:block;
}
main span.bottom {
	margin:0 auto 0 auto;
	border-top:solid 4px #45C5F9;
	width:3em; display:block;
}

p.lage {
	font-size:1.2em; line-height:1.5;
}
/******** 共通 layout *******************/

main {
	width:100%;
	overflow:hidden;
}

.inner {
	width:96%; max-width:1800px;
	margin-left:auto; margin-right:auto;
}

.middle_inner {
	width: 96%; max-width:1080px;
	margin-left:auto; margin-right:auto;
}
.lower_inner {
	width: 86%; max-width:740px;
	margin-left:auto; margin-right:auto;
}

.half {
	width:50%;
}

img.heading {
	width:100%;
}


main .content {
	margin:0 0 100px 0; padding:0;
}

.p_bottom {
	padding-bottom:140px;
}

.boad {
	background-image:url(../img/boad_bg.jpg);
	background-repeat:repeat;
}

.back_img {
	width: 100%;
}

.big {
	font-size:1.2em;
}

.sc {
	font-family: 'Noto Serif SC', serif;
}

.sp_v {
	display: none;
}
.pc_v {
	display: block;
}
section.main_visual02 div.flex,
	section.main_visual03 div.flex,
	section.main_visual04 div.flex,
	section.main_visual05 div.flex {
    padding: 4em 0 0 0;
}

/*************** header start ***************************/

/************** header slide *********/
div#slide {
	margin:0 auto -11em auto;
	height: auto;
	position: relative;
	top: 0;
	z-index: -1000;
}
div#slide div.slide1 {
	background-image: url("../img/header/slide_01.jpg");
}
div#slide div.slide2 {
	background-image: url("../img/header/slide_02.jpg");
}
div#slide div.slide3 {
	background-image: url("../img/header/slide_03.jpg");
}
div#slide div.slide4 {
	background-image: url("../img/header/slide_04.jpg");
}
div#slide div.slide5 {
	background-image: url("../img/header/slide_05.jpg");
}
div#slide .swiper-slide {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:22% 0 22% 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/************slide end ******************/
body#top header#header ul li#top a,
body#about header#header ul li#about a,
body#staff header#header ul li#staff a,
body#recruit header#header ul li#recruit a,
body#contact header#header ul li#contact a {
	border-bottom:#ff0 4px solid;
}



section.main_visual01 {
     display:none;
}
body#top section.main_visual01 {
     display:block;
	 position: relative;
}
body#top section.main_visual01 img {
	width: 100%;
	max-width: 1920px;
}

section.main_visual02 {
     display:none;
}
body#about section.main_visual02 {
     display:block;
}

section.main_visual03 {
     display:none;
}
body#recruit section.main_visual03 {
     display:block;
}

section.main_visual04 {
     display:none;
}
body#contact section.main_visual04 {
     display:block;
}
section.main_visual05 {
     display:none;
}
body#staff section.main_visual05 {
     display:block;
}


header#header {
	background-image:url(../img/bg/blue.gif),url(../img/bg/green_top.gif);
	background-repeat:no-repeat,no-repeat;
	background-position:top,bottom;
	position:relative;
	background-size:100%;
}

header#header h1 img {
	max-width:100%;
}

header#header section.main_visual01 img.item1,
header#header section.main_visual02 img.item1,
header#header section.main_visual03 img.item1,
header#header section.main_visual04 img.item1,
header#header section.main_visual05 img.item1{
	align-self: flex-start;
    width: 25%;
}

header#header section.main_visual01 img.item2,
header#header section.main_visual02 img.item2,
header#header section.main_visual03 img.item2,
header#header section.main_visual04 img.item2,
header#header section.main_visual05 img.item2{
	align-self: flex-start;
    width: 50%;
	margin-top: 2em;
}

header#header h1 {
	display:block; width:23%; max-width:307px;
	font-size:1em;
	margin:0; padding:1.5em 0 0em 0;
}

header#header h1 a.logo{
	display:block; width:100%;
}
header#header h1 a.logo img {
	display:block; width:100%;
}
header#header section.main_visual01 img.top_cow {
	max-width: 497px;
	right: 8%;
	top: 50%;
	z-index: 1000;
}



header#header div#trans {
	position:absolute; bottom:1.8em; right:0;
}




header#header nav {
	display:block;	
	padding:1.5em 0em 0em 0;
}

header#header nav ul#nav {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
	position: relative;
}
header#header nav ul#nav li {
    display: inline-block;
	padding: 0 1.2em;
	border-left:1px dotted #000;
    text-align: center;
	letter-spacing:0.2em;
    
}

header#header nav ul#nav li:first-of-type {
	border:none;
}

header#header nav ul#nav li a.red {
	color:#EA4335;
}

header#header nav ul#nav li a {
	display:block;
	font-weight: bold;
}
header#header nav ul#nav li a img {
	display:block;
	margin:0 auto 5px auto;	
	width:3.5em;
	max-width:58px;
}
header#header nav ul#nav li a img.icon_staff {
	max-width: 43px;
	width: 2.8em;
}

header#header div#google_translate_element {
	position: absolute;
	right: 1.5em;
	top: 6.5em;
}

header #spnav {
	display:none;
}


section.main_visual01,
section.main_visual02,
section.main_visual03,
section.main_visual04,
section.main_visual05 {
	position:relative;
}

section.main_visual01 p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute; top:6em; right:9%;
	font-size:1.4em; font-weight:bold; line-height:1;
	z-index: 1000;
}

section.main_visual01 p span,
section.main_visual02 p span {
	letter-spacing:0.3em;
	display:inline-block;
	padding:0.3em;
	margin:0.4em;
	background-color:#FFFF00;
}

section.main_visual01 p span.sm {
	margin-top:1.5em;
}
/*************** header end *****************************/
/*************** top start ***************************/


section#top_about div.txt{
	width: 45%;
	letter-spacing: 0.1em;
	line-height:2em;
	margin-top:1em;
}



section#top_about {
	position:relative;
	padding:1em 0 7em 0;
	background-image:url(../img/bg/green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: 10em;
}



section#top_about img.kids {
	width:45%;
	max-width:470px;
	margin-left:4em;
}

section#top_about h3 {
	margin-top: 3em;
}
section#top_about img.sky {
	width:45%;
	max-width:470px;
	margin-right:3em;
}

section#top_recruit {
	background-image:url(../img/bg/bgi_lightfreen.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-bottom: 5em;
}
section#top_about h2 span,
section#top_about h3 span {
	position: relative;
	width: 20em;
	display: block;
	margin: 0 auto;
	line-height:2.3em
}
section#top_recruit h4 span {
	position: relative;
	width: 27em;
	display: block;
	margin: 0 auto;
	line-height:2.3em
}

section#top_about h2 em,
section#top_about h3 em,
section#top_recruit h4 em,
section#about_top h2 em{
	line-height: 2.5em;
	padding:0.2em 0;
}
section#top_recruit div.heading {
	padding-top:10em;
	margin-bottom:6em;
	position:relative;
}

section#top_recruit img.heading {
	max-width:1080px;
	
}
section#top_recruit p.work {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute;
	top:3.2em;
    left:1%;
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #000;
    background-color: #fff;
    padding: 0.3em 0.2em 0.1em 0.2em;
}
section#top_recruit div.lower_inner p {
	letter-spacing:0.1em;
}

section#top_access {
	background-image:url(../img/bg/top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:4em;
}

section#top_access h5.ttl_bg,
section#top_contact h6.ttl_bg,
section#about_company h5.ttl_bg {
	background-image:url(../img/bg/top_line.jpg);
	background-size:contain;
}
	

section#top_access h5,
section#top_contact h6,
section#about_company h5 {
	font-size:2.5em;
	font-weight: bold;
	color:#FFF;
	padding:0.6em 0;
	margin-top:0;
	letter-spacing:0.2em;
}
section#top_access h5 img,
section#top_contact h6 img,
section#about_company h5 img {
    width: 3%;
	min-width:30px;
    margin-bottom: 0.3em;
    margin-right: 0.2em;
}

section#top_access div.hokkaido {
	background-image:url(../img/top/top_hokkaido.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	padding:3em 0 35em 7em;
}
section#top_access iframe {
	width:90%;
	height:30em;
}
section#top_access dt {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent:0.2em;
}
section#top_access p.summer {
	margin:2em 0;
}
section#top_access div.hokkaido dt i {
	font-size:1.5em;
	margin-right:0.3em;
	color:#000;
}

section#top_contact {
	background-color:#fff;
	padding-bottom:4em;
}

section#top_contact div.contact_img,
section#recruit_requirements div.contact_img {
	height:8em;
}

section#top_contact dt,
section#recruit_requirements dt {
	padding: 1em 0;
	font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

section#top_contact dt.tel,
section#recruit_requirements dt.tel {
	color:#0B8000;
}

section#top_contact dt.mail,
section#recruit_requirements dt.mail {
	color:#EA4335;
}


section#top_contact dd.tel a,
section#recruit_requirements dd.tel a {
	display:block;
	width: 75%;
    padding: 0.9em 0.2em;
	background-color: #0B8000;
	margin:0 auto;
}

section#top_contact dd.mail a,
section#recruit_requirements dd.mail a {
	display:block;
	width: 75%;
    padding: 0.9em 0.2em;
	background-color: #EA4335;
	margin: 0 auto;
}

section#top_contact dd a,
section#recruit_requirements dd a {
	letter-spacing:0.1em;
	font-size:1.3em;
	color:#fff;
}

section#top_contact img.tel_img,
section#recruit_requirements  img.tel_img {
	height:5em;
	padding:1em 0;
}
section#top_contact img.mail_img,
section#recruit_requirements  img.mail_img {
	height:7em;
}
section#top_contact div.contact_img img.pc_img,
section#recruit_requirements  div.contact_img img.pc_img {
	width:10em;
}

a i {
	margin-left:2em;
}

/**************** about ****************/
section#about_top,
section#about_bottom {
	background-image:url(../img/bg/green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0;
}
section#about_top {
	padding:4em 0 6em 0;
}
section#about_bottom {
    padding: 0.5em 0 9em 0;
}
section#about_top div.text_box,
section#about_middle div.text_box,
section#about_bottom div.text_box {
	width: 64%;
	display: block;
	margin: 0 auto;
	line-height: 2em;
	padding: 1em 0 4em 0;
}
section.main_visual02 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 2em;
    left: 23%;
    font-size:2.8em;
    font-weight: bold;
    line-height: 1;
	letter-spacing:0.2em;
}
section.main_visual02 p span {
	padding:0.2em;
	font-weight:bolder;
}
section#about_company img.sum{
	width:44%;
	max-width:480px;
	padding:0.5em 3% 7em 3%;
}
	
section#about_top h2 em {
	font-size:1.3em;
}

section#about_top img.at_img1 {
	width:90%;
	max-width:470px;
	margin-left:9%;
}

section#about_top img.at_img2 {
	width:90%;
	max-width:480px;
	margin-right:9%;
}
section#about_middle {
	background-image:url(../img/bg/bgi_lightfreen.gif),url(../img/bg/green_top.gif);
	background-position:top center,bottom center;
	background-repeat:no-repeat;
	background-size:contain;
	padding: 8em 0;
}
section#about_middle h3 em {
	font-size:1.6em;
	padding:0.1em 0;
}
section#about_middle h3 mark,
section#about_bottom h4 mark{
	line-height:4em;
}

section#about_middle img.am_img1 {
	width:90%;
	max-width:470px;
	margin-left:9%;
	margin-top:1em;
}

section#about_middle img.am_img2 {
	width:90%;
	max-width:480px;
	margin-right:9%;
}
section#about_middle img.am_img3 {
	width:57%;
}
section#about_middle div.am_imgbox {
	margin-bottom:-2.5em;
}
section#about_bottom h4 em {
	font-size: 1.5em;
	padding:0.1em 0;
}

section#about_bottom img.ab_img {
	width:52%;
}

section#about_company {
    background-image: url(../img/bg/top.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#about_company table {
	width: 44%;
	margin:2em 3% 6em 3%;
}

section#about_company table caption {
	border-bottom: 3px solid #1EA821;
	padding:1.5em 0;
	margin-bottom:2em;
}
section#about_company table th {
	width: 5em;
    padding-right: 1em;
}

section#about_company table tr {
	text-align: left;
	vertical-align: top;
	line-height:1.6em;
}



/**** 画像上文字 ****/

section#about_top p.at_text1{
	top:1.7em;
	left:2.7em;
	font-size:1.3em;
	font-weight: bold;
	color:#fff;
	line-height:2.5em;
}
section#about_top p.at_text1 span{
	background-color:#00AE00;
	letter-spacing:0.1em;
	padding:0.3em 0.5em;
}

section#about_top p.at_text2{
	top:5.8em;
	right:2.4em;
	font-size:1.3em;
	font-weight: bold;
	color:#000;
	line-height:2.5em;
	text-align:right
}

section#about_top p.at_text2 span{
	background-color:#FEEB01;
	letter-spacing:0.1em;
	padding:0.3em 0.5em;
}

section#about_middle p.am_text1{
	top:7.5em;
	left:1.6em;
	font-size:1.3em;
	font-weight: bold;
	color:#000;
	line-height:2.5em;
}

section#about_middle p.am_text1 span{
	background-color:#FDC8E0;
	letter-spacing:0.1em;
	padding:0.3em 0.5em;
}

section#about_middle p.am_text2{
	top:7.4em;
	right:2.4em;
	font-size:1.3em;
	font-weight: bold;
	color:#fff;
	line-height:2.5em;
	text-align:right
}

section#about_middle p.am_text2 span{
	background-color:#0148ED;
	letter-spacing:0.1em;
	padding:0.3em 0.5em;
}
section#top_access h5 img,
section#top_contact h6 img,
section#about_company h5 img {
    margin-right: 0.3em;
    width: 3%;
    min-width: 30px;
}
section#about_company h5 img {
	margin-bottom:0.3em;
}
/****************  staff  ******************/
section.main_visual05 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 1.5em;
    left: 23%;
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
}
section.main_visual05 p span {
    letter-spacing: 0.25em;
    display: inline-block;
    padding: 0.2em;
    margin: 0.4em;
    background-color: #FFFF00;
	font-weight: bold;
}
#staff_content div.staff {
	position: relative;
	width: 46%;
}
#staff_content div.staff:nth-of-type(2n) {
	margin-left: 8%;
}
#staff_content div.staff p {
	position: absolute;
	right: 10%;
	top: 73%;
	padding: 0 1em 0.2em 1em;
	font-size: 1.75em;
	font-weight: bold;
}
#staff_content div.staff p.g{
	background-color: #00AE00;
	color: #FFFFFF;
}
#staff_content div.staff p.y{
	background-color: #ff0;
}
#staff_content div.staff_bg01 {
	background-image:url("../img/staff/staff_bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3em 0 2em 0;
}
#staff_content div.staff_bg02 {
	background-image:url("../img/staff/staff_bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8em 0 4em 0;
}
/*
#staff_content div.staff_bg03 {
	background-image:url("../img/staff/staff_bg3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8em 0 2em 0;
}
#staff_content div.staff_bg04 {
	background-image:url("../img/staff/staff_bg4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8em 0 2em 0;
}
*/
#staff_content div.member_img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#staff_content div.member_img_box img {
	width: 100%;
	max-width: 450px;
}
#staff_content div.member_img_box img:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transition-property: opacity;
	transition-duration:1s;
    transition-timing-function:ease-in-out;
}
#staff_content div#staff01_img {
	background-image: url("../img/staff/staff_on_1.png")
}
#staff_content div#staff02_img {
	background-image: url("../img/staff/staff_on_2.png")
}
#staff_content div#staff03_img {
	background-image: url("../img/staff/staff_on_3.png")
}
#staff_content div#staff04_img {
	background-image: url("../img/staff/staff_on_4.png")
}
#staff_content div#staff05_img {
	background-image: url("../img/staff/staff_on_5.png")
}
#staff_content div#staff06_img {
	background-image: url("../img/staff/staff_on_6.png")
}
#staff_content div#staff07_img {
	background-image: url("../img/staff/staff_on_7.png")
}
/**************** recruit ****************/
section.main_visual03 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 2em;
    left: 21%;
    font-size: 2.9em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
}

section.main_visual03 p span {
	display:inline-block;
	padding:0.3em 0.2em 0.2em 0.2em;
	margin:0.4em;
	background-color:#FFFF00;
}
section#recruit_top {
    background-image: url(../img/bg/green.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	padding:1em 0;
}

section#recruit_top h2 span {
	line-height:4.5em;
}
section#recruit_top h2 em {
	padding:0.2em 0 0.3em 0;
}
section#recruit_top div.lower_inner {
	padding-top:1.5em;
}
section#recruit_top div.lower_inner p {
	line-height: 2em;
	letter-spacing:0.1em;
}
section#recruit_top div.lower_inner p.indent {
	padding:1em 0;
}
section#recruit_top img.rb_img {
	padding-top:3em;
	width:85%;
	max-width:781px;
}
section#recruit_farm {
	background-image:url(../img/bg/bgi_lightfreen.gif);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
	padding:7em 0 0 0;
}

section#recruit_farm h3 {
	margin-bottom:3em;
}
section#recruit_farm h3 span {
	line-height:3.5em;
}
section#recruit_farm h3 em {
	padding:0.1em;
	font-size:1.6em;
}
section#recruit_farm dl {
	margin:1.5em 0;
	padding-left:2em;
}
section#recruit_farm dt {
	display:table-cell;
	width:10em;
}
section#recruit_farm dd {
	font-size:1.1em;
	display:table-cell;
	width:20em;
	vertical-align:top;
	line-height:2em;
	padding-left:1em;
}
section#recruit_farm dd mark {
	font-weight:bold;
}
section#recruit_farm img.rf_img1,
section#recruit_farm img.rf_img2 {
	width:85%;
	max-width: 464px;
}
section#recruit_farm img.rf_img2 {
	padding:8em 0 0 3em;
}
section#recruit_farm div.clock2 {
	padding:4em 0 6em 0;
}
section#recruit_farm img.clock {
	display:block;
	margin:0 auto;
}

section#recruit_requirements {
	background-image:url(../img/bg/top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:1.5em;
}
section#recruit_requirements p {
	letter-spacing:0.1em;
}
	
section#recruit_requirements h4 {
	background-image:url(../img/bg/top_line.jpg);
	background-size:contain;
    font-size: 2.5em;
    font-weight: bold;
    color: #FFF;
    padding: 0.6em 0;
    margin-top: 0;
    letter-spacing: 0.2em;
	margin-bottom:2.2em;
}
section#recruit_requirements table {
	width:48%;
	margin: 2em 1% 2em 1%;
    padding-left: 2em;
	line-height:2.1em;
}
section#recruit_requirements tr th {
	text-align: left;
    vertical-align: top;
    width: 5em;
    padding-right: 1em;
	letter-spacing:0.1em;
}
section#recruit_requirements tr td {
	width: calc(100% - 6em);
	letter-spacing:0.1em;
}

section#recruit_requirements table td ul {
	padding-left:1em;
	margin:0;
}

section#recruit_requirements h4 img {
	width:1.5%;
	min-width:20px;
    margin-bottom: 0.3em;
    margin-right: 0.2em;
}
section#recruit_requirements h5 {
	margin-top:3em;
}
section#recruit_requirements h5 span {
	letter-spacing:0;
	line-height:3.5em;
}
section#recruit_requirements h5 em {
	padding:0.1em 0;
}
section#recruit_requirements dl.r_contact {
	margin:4em 0;
}
section#recruit_requirements p.senior {
	font-size: 1.75em;
	font-weight: bold;
}	
section#infinite_slide {
	background-image:url(../img/recruit/recruit_slide_bg.png);
	background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
div.arrow {
	margin-left:14em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.9em 0.9em 0 0.9em;
	border-color: #000000 transparent transparent transparent;
}



#main_slide{
	margin-top:0.8em;
	margin-bottom:1.5em;
}

#main_slide ul,
#main_slide li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_slide img{
    display: block;
    padding: 2em 0 4em 0;
    height: 14em;
}

/**************** contact ****************/
section.main_visual04 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 1.7em;
    left: 24%;
    font-size: 2.9em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
}
section.main_visual04 p span {
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 0.3em 0.2em 0.2em 0.2em;
    margin: 0.4em;
    background-color: #FFFF00;
}
header#header section.main_visual04 img.item1 {
    align-self: flex-start;
    width: 23%;
}
header#header section.main_visual04 img.item2 {
    width: 45%;
	margin:2% 2% 0 7%;
}

section.main_visual04 div.flex {
    padding: 4em 0 5em 0;
}

section#contact_form {
    background-image: url(../img/bg/green.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 2em 0 3em 0;
}
section#contact_form h5 {
	margin-bottom:2em;
}
section#contact_form h5 span {
	letter-spacing:0;
	line-height:3.5em;
}
section#contact_form h5 em {
	padding:0.1em 0;
}

section#contact_form form table {
	width:93%;
	margin-left:auto;
	margin-right: auto;
}

section#contact_form form table th {
	width:28%; background-color:#F0EEE4; border-bottom:solid 3px transparent;
	padding:12px 2% 12px 2%; text-align:right;
	font-weight: 400;
	color: #331929;
}
section#contact_form form table td {
	padding:12px 2% 12px 2%;
}
section#contact_form form table td input {
	width:80%; padding:1%; font-size:1em;
}
section#contact_form form table td textarea {
	width:80%; padding:1%; height:80px; font-size:1em;
}

section#contact_form form input[type=submit] {
	border-radius:0;
	-webkit-appearance: none;
	width:40%; margin:30px auto 30px auto; height:3em; font-size:1.25em;
	background-color:#FFFF00; border:solid 1px #FFFF00;
	cursor:pointer;
	margin-bottom:50px;
	margin-top: 3.5em;
	color: #111111;
	font-weight: 600;
	letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    overflow: hidden; 	
}

form a.back {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	line-height:52px;
	width:40%; margin-bottom:31px; height:52px; font-size:1.1875em;
	background-color:#3E9900; border:#3E9900 solid 1px;
	color:#FFF; cursor:pointer;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top:3em;
}
form a.post {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	line-height:52px;
	width:40%; margin-bottom:31px; height:52px; font-size:1.1875em;
	background-color:#FFFF00; border:solid 1px #FFFF00;
	color:#111111; cursor:pointer;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top:3em;
}

span.h {
	background-color:#E80032;
	color:#FFF; font-size:0.7em; font-weight:normal;
	display:inline-block;
	padding:1px 8px 0px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

span.n {
	background-color:#036EB8;
	color:#FFF; font-size:0.7em; font-weight:normal;
	display:inline-block;
	padding:1px 8px 0px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
section#contact_form div.form_inner {
	width:640px;
}
	
/******************** コンテンツページ end ******************************/

/********************************** footer start ****************************************/
footer#footer {
	background-color:#FFF;
	padding-top:4em
}
footer p.declaration {
	margin-top: 0;
	font-size:1.2em;
	letter-spacing:0.4em;
	line-height: 1.7em;
}

footer#footer div.footer_logo img {
	width: 16em;
}

footer#footer h6 {
	margin-bottom: 1em;
}

footer p.copy {
	margin-top:0; margin-bottom:0;
	padding:2.7em 0 2.7em 0;
	font-size:0.8em;
	font-family:"Montserrat"
	
}

#f_nav {
	list-style: none;
	padding: 0.25em 0 0.5em 0;
}
#f_nav li {
	display: inline-block;
	margin: 0 0.5em;
}
#f_nav li a {
    padding: 0.5em 0.75em;	
	color: #0B8000;
}
/******************************************** footer end **********************************************/


/*************** iPad *********************************************************************/

@media (min-width: 1024px) and (max-width: 1200px) {
	body { font-size:14px; }
	header#header nav {
    max-width: 620px;
	}
	header#header {
    background-size: 150%;
}
	header#header section.main_visual01 img.top_cow {
    width: 30%;
}
	header#header nav ul#nav li {
    padding: 0 0.8em;
	}
	div.skiptranslate div.goog-te-gadget-simple {
    padding-top: 0px;
    padding-bottom: 1px;
	}
	section#top_about div.txt{
	margin-top:5em;
	}
	section#top_access h5 img,
	section#top_contact h6 img,
	section#about_company h5 img {
    margin-bottom: 0.2em;
    width: 4%;
	}
	section.main_visual02 div.flex,
	section.main_visual03 div.flex,
	section.main_visual04 div.flex,
	section.main_visual05 div.flex {
    padding: 2em 0 0 0;
}
	section#recruit_farm dl {
    margin: 1.5em 0;
    padding-left: 8em;
	}
	section#recruit_farm div.arrow {
    margin-left: 20em;
	
	}
	section.main_visual01 p {
    font-size: 1.2em;
	top: 3em;
	}
/*************about********************/	
	section.main_visual02 p {
	font-size: 1.75em;
	}
	
/*****************  staff  *******************/
	section.main_visual05 p {
	font-size: 1.75em;
	}
	#staff_content div.staff p {
    right: 0%;
    top: 73%;
}
/**************recruit***********************/	
	section.main_visual03 p {
    font-size: 1.75em;
	}
	
/**************contact***********************/		
	section.main_visual04 p {
    font-size: 1.75em;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	body { font-size:12px; }
	header#header {
    background-size: 170%;
}
	header#header section.main_visual01 img.top_cow {
    width: 30%;
}
	header#header nav {
    display: block;
    max-width: 500px;
    padding: 1.5em 0em 1.5em 4em;
	}
	header#header nav ul#nav li {
    padding: 0 1em;
    letter-spacing: 0.02em;
	}
	header#header div#google_translate_element {
    position: absolute;
    right: 1.5em;
    top: 6.5em;
	}
	div.skiptranslate div.goog-te-gadget-simple {
    padding-top: 0px;
    padding-bottom: 1px;
	}
	section.main_visual02 div.flex,
	section.main_visual03 div.flex,
	section.main_visual04 div.flex,
	section.main_visual05 div.flex {
    padding: 2em 0 0 0;
	}
	section#top_contact div.contact_img {
    height: 9em;
	}
	
	section.main_visual01 div.flex {
    padding: 3em 0 6em 0;
	}
	section.main_visual01 p {
    font-size: 1.1em;
	top: 2em;
	}
	
	
	
	
/*************about********************/	
	section.main_visual02 p {
	font-size: 1.75em;
	}
/*****************  staff  *******************/
	section.main_visual05 p {
	font-size: 1.75em;
	}
	#staff_content div.staff p {
    right: 0%;
    top: 73%;
}
/**************recruit***********************/	
	section.main_visual03 p {
    font-size: 1.75em;
	}
	
/**************contact***********************/		
	section.main_visual04 p {
    font-size: 1.75em;
	}
	

}

@media (min-width: 1201px) and (max-width: 1515px){
	header#header {
    background-size: 130%;
}
	section.main_visual01 p {
    top: 3em;
    font-size: 1.2em;
}
	section.main_visual02 p,
	section.main_visual05 p {
    font-size: 2.5em;
	}
}