@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
TBUDRGothic Std R
font-family: tbudrgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
TBUDRGothic Std B
font-family: tbudrgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
TBUDRGothic Std H
font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
font-style: normal;
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
TBUDMincho Std H
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.fontSize ul {
    display: flex;
    justify-content: space-between;
}
.fontSize ul li {
    padding: .2em .5em;
    border: 1px solid #85c171;
    border-radius: 25%;
    background-color: #fff;
    transition: .2s;
}
.fontSize ul li.current,
.fontSize ul li:hover {
    color: #fff;
    background-color: #85c171;
    cursor: pointer;
}
/*====================*/

.grecaptcha-badge { visibility: hidden; }

*{
	position:relative;
	box-sizing:border-box;
}

body,input,select,textarea{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-family: 'Kosugi Maru';
    font-weight: 400;
    font-style: normal;
    font-size:18px;
    line-height:1.5;
    letter-spacing:0.08em;
    color:#333;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
}

a{
	color:#666;
}

/*記事内の画像*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

table.aligncenter,
table.alignright,
table.alignleft{
    display:table;
}

table.flex_table.aligncenter,
table.flex_table.alignright,
table.flex_table.alignleft{
    float:none;
}

.mincho{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn a{
    display:inline-block;
    padding:.2em .5em;
    color:#fff;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight:500;
    text-decoration:none;
    background-color:#0068b7;
    border:1px solid #0068b7;
    border-radius:5px;
    transition:.2s;
}

.btn a:hover{
    color:#0068b7;
    background-color:#fff;
}

.noborder{
	border:0 !important;
	box-shadow:none !important;
}

/* 画面外にいる状態 */
.animate {
	opacity : 0;
	transform : translate(0, 50px);
	-webkit-transform : translate(0, 50px);
	transition : all 700ms;
}

/* 画面内に入った状態 */
.animate.scrollin {
	opacity : 1 !important;
	transform : translate(0, 0);
	-webkit-transform : translate(0, 0);
}

/* オープニングアニメーション */
.anime {
    position:fixed;
    display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
}

.anime p{
    position: absolute;
    margin: auto;
    bottom: 0;
}

.anime p img{
    width: 100vw;
    height: 100vh;
}

#page .anime{
    display: none;
}

.scroll-prevent{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* head */
header{
}

#main_image_wrap{
    padding-top:47%;
    height:0;
}

#main_image_wrap:before{
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background-image:url(./img/main_image_over.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:100;
}

#main_image{
    position:absolute;
    margin:auto;
    width:70%;
    height:100%;
    top:0;
    right:0;
}

#main_image *{
    height:100%;
}

#main_image .slide{
    text-indent:-9999px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

#main_image_wrap h1{
    position:absolute;
    display: flex;
    justify-content: flex-end;
    margin:auto;
    padding:36px 20% 74px;
    width:70%;
    bottom:0;
    right:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px -10px 10px rgb(255 255 255 / 60%);
}

#main_image_wrap h1 span{
    display: inline-block;
    padding-left:80px;
    font-size:110%;
    font-weight:500;
    white-space: nowrap;
    background-image:url(./img/logo_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#top .search {
    display: none;
}

#main_menu{
    background:#196e33;
    box-shadow:2px 2px 10px #ccc;
}

#main_menu nav{
    max-width:1200px;
    margin:auto;
    padding:0 3em;
}

#main_menu nav ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}

#main_menu nav ul li{
    width: 100%;
}

#main_menu nav ul li a{
    display: block;
    padding:1em 0;
    width: 100%;
    color:#fff;
    text-align: center;
    text-decoration: none;
    transition:.2s;
}

#main_menu nav ul li a:hover{
    color:#196e33;
    background:#fff;
}

#main_menu nav .fontSize,
#main_menu nav .search{
    display: none;
}

#main_secwrap{
    display: flex;
    flex-direction: column;
}

#news_wrap{
    padding:2em 1em 100px;
    background-image:url(./img/news_bg_5.jpg);
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center;
}

#news_wrap .content_wrap{
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding:1em;
    max-width:1200px;
    background:#fff;
    border-radius: 8px;
    box-shadow:2px 2px 10px #ccc;
}

#news_wrap .content_wrap section{
    padding:1em;
    width:100%;
}

#news_wrap .content_wrap h3{
    padding:.5em 1em .5em 50px;
    font-size:130%;
    background-image: url(./img/h3_bg.jpg);
    background-repeat: no-repeat;
    background-size: 37px auto;
    background-position: left bottom;
}

#news_wrap .content_wrap h3:before{
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:3px;
    bottom:0;
    left:0;
    background-image:url(./img/h3_under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:100;
}  

#news_wrap .content_wrap section#ig_wrap > p {
    text-align: center;
}

#news_wrap .content_wrap section#ig_wrap h3,
#news_wrap .content_wrap section#ig_wrap h3:before{
    background: none;
}


#news_wrap .content_wrap ul li{
    padding:1em 1em .5em;
    border-bottom:1px dotted #ccc;
}

#news_wrap .content_wrap ul li span{
    display:block;
    padding:0 .5em;
}

#news_wrap .content_wrap ul li span.news_date{
    color: #603813;
    font-size:80%;
    text-align: right;
}

#news_wrap .content_wrap #news_list {
    padding: 1em .5em;
    text-align: right;
}

#photogallery_wrap{
    background-image: url(./img/photogallery_bg.png);
    background-size: auto 100%;
    background-position:right  center;
    margin:-60px 0;
    padding:50px 0;
    z-index:10;
}

#photogallery_wrap h3{
    display: table;
    margin: 0 auto 3em;
}

#photogallery_wrap h3 span{
    display: inline-block;
    padding:1em .5em 1em 240px;
    color:#85c171;
    font-size:180%;
    background-image: url(./img/tractor_sekisai.svg);
    background-repeat: no-repeat;
    background-size: 225px auto;
    background-position: left bottom;
}


#photogallery_wrap h3 span:before{
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:3px;
    bottom:0;
    left:0;
    background-image:url(./img/h3_under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:100;
}  

#sub_slide{
    margin-bottom:80px;
}

.slick-initialized .slick-slide{
    padding: 1em;
}

button.slick-next.slick-arrow{
    display: none!important;
}

#sub_slide .slick-slide img{
    margin:1em auto;
    box-shadow: 5px 5px 0 #85c171;
    max-width:100%;
    height:auto;
}

.slick-dots{
    bottom:-50px;
}

.slick-dots li{
        width:15px;
    height:15px;
    margin:0 .5em;
    border:2px solid #85c171;
        border-radius:50%;
}

.slick-dots li button,
.slick-dots li button:before{
    width:10px;
    height:10px;
}

.slick-dots li button:before{
    content: '';
    border-radius:50%;
}

.slick-dots li.slick-active button:before{
    border:1px solid #196e33;
    background:#196e33;
}

#recruit_wrap{
    padding-top:100px;
    background-image: url(./img/recruit_bg.png);
}

#recruit_wrap .content_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    max-width:1200px;
}


#recruit_wrap h3{
    display: table;
    margin: 0 auto 3em;
    width: 100%;
    text-align:center;
}

#recruit_wrap h3 > span{
    display: inline-block;
    padding:3em .5em 1em 240px;
    color:#196e33;
    font-size:180%;
    font-weight: 500;
    background-image: url(./img/tractor_cutting.svg);
    background-repeat: no-repeat;
    background-size: 225px auto;
    background-position: left bottom;
}


#recruit_wrap h3 > span:before{
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:3px;
    bottom:0;
    left:0;
    background-image:url(./img/h3_under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:100;
}  

#recruit_wrap h3#jigyoutai_title > span{
    background-image: url(./img/truck.svg);
}

#recruit_wrap .content_wrap > p{
    margin-bottom: 1.5em;
    width: 100%;
    color:#196e33;
    text-align: center;
    font-size:180%;
    font-weight: 500;
}

#recruit_wrap .content_wrap section{
    margin-bottom:1.5em;
    padding: 0;
    width:32%;
    background-color: #fff;
    border-radius:8px;
}

#recruit_wrap .content_wrap section h3 {
    margin:0;
}

#recruit_wrap .content_wrap section h3 a{
    display:block;
    padding:180px 1em 1em;
}

#recruit_wrap .content_wrap section h3 a::before {
    content: '';
    background-image: url(./img/ringyouman_3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 250px;
    height: 160px;
    display: block;
    position: absolute;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

#recruit_wrap .content_wrap section#jigyoutai h3 a::before{
    background-image:url(./img/jigyoutai_2.png);
}

#recruit_wrap .content_wrap section#works h3 a::before{
    background-image:url(./img/syokugyou.svg);
    width: 168px;
}
#recruit_wrap .content_wrap h3#jigyoutai_title,
#recruit_wrap .content_wrap section#jigyoutai_sp h3 a{
    display: none;
}

#recruit_wrap .content_wrap section h3 a span{
    display: inline-block;
    padding:.5em;
    padding-left:60px;
    color:#196e33;
    font-size:150%;
    background-image:url(./img/reaf_icon.JPG);
    background-position: left center;
    background-repeat: no-repeat;
}

footer .content_wrap{
    max-width: 1200px;
    margin: auto;
}

footer .content_wrap ul{
    display: flex;
    justify-content: space-around;
    margin-bottom:1.5em;
}

footer .content_wrap ul li{
    margin:1em;
    font-size: 90%;
}

footer .content_wrap ul li a:hover{
    text-decoration:none;
}

address{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1.5em;
    font-style:normal;
}

address p{
    font-size: 80%;
}

address #sns {
    display: flex;
    gap: 15px;
    padding-left: 80px;
    margin-bottom: .5em;
}

address #foot_logo{
    display: flex;
    margin:0 auto 1em;
    font-size: 80%;
}

address #foot_logo span{
    display: inline-block;
    padding-left:80px;
    font-size:110%;
    font-weight:700;
    white-space: nowrap;
    background-image:url(./img/logo_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

small{
    display: inline-block;
    padding:.5em;
    width: 100%;
    text-align: center;
    font-size:80%;
}

/* page */
/* 認定事業体ここから */
#area_morioka,#area_kenpoku,#area_engan_kita,#area_engan_minami,#area_kennnan,#area_hanakita{
    position: absolute;
}
#area_morioka a,#area_kenpoku a,#area_engan_kita a,#area_engan_minami a,#area_kennnan a,#area_hanakita a{
    padding: .2em .5em;
    background-color: #fff;
    border-radius: .3em;
    box-shadow: 4px 4px 7px #777;
    text-decoration: none;
}

#area_morioka a:hover, #area_kenpoku a:hover, #area_engan_kita a:hover, #area_engan_minami a:hover, #area_kennnan a:hover, #area_hanakita a:hover {
    color: #fff;
    background-color: #196e33;
}

p#area_morioka {
    top: 37%;
    left: 34%;
}
p#area_kenpoku {
    top: 14%;
    left: 40%;
}
p#area_engan_kita {
    top: 37%;
    left: 58%;
}
p#area_engan_minami {
    top: 65%;
    left: 53%;
}
p#area_kennnan {
    top: 78%;
    left: 37%;
}
p#area_hanakita {
    top: 60%;
    left: 33%;
}
/* 事業体スライド */
#page .thumb-item {
    max-width: 640px;
    margin: 0 auto 5px;
    padding: 0 5px;
}

#page .slick-prev {
    left: 0;
}

#page .slick-prev,
#page .slick-next {
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 15px;
    z-index: 9999;
}

#page .slick-next {
    right: 0;
}

#page button.slick-next.slick-arrow{
    display: inline-block !important;
}

#page .slick-prev::before,
#page .slick-prev::after,
#page .slick-next::before,
#page .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}

#page .slick-prev::before,
#page .slick-next::before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #434b53;
}

#page .slick-prev::after {
    right: 8px;
    box-sizing: border-box;
    width: 8px;
    height: 6px;
    border: 5px solid transparent;
    border-right: 8px solid #fff;
}

#page .slick-next::after {
    left: 8px;
    box-sizing: border-box;
    width: 8px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

#page .slick-list {
    overflow: visible;
}

#page #main .content_wrap ul.thumb-item li,
#page #main .content_wrap ul.thumb-item-nav li{
    margin: 0 1.5em;
    border-bottom: none;
    cursor: pointer;
}

#page #main .content_wrap ul.thumb-item li:before,
#page #main .content_wrap ul.thumb-item-nav li:before {
    background-color: #fff;
}

#page .content_wrap > ul.thumb-item li a {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#page .thumb-item-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page #cont :not(#result) ul li:not(.slick-slide) {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin-bottom: 5px;
}

#page .content_wrap > .thumb-item-nav li {
    width: calc(20% - 6px ) !important;
    height: 100px;
    background-size: cover;
    background-position: center;
}

#page .content_wrap > .thumb-item-nav li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    outline-width: 0;
}

#page .thumb-item-nav li {
    width: 25%;
}

/* 認定事業体ここまで */

#page #main_image_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: auto;
    height: auto;
    max-width: 1200px;
}

#page #main_image_wrap:before{
    display:none;
}

#page #main_image_wrap h1{
    position: relative;
    display: block;
    padding: .5em 1em .5em 3em;
    margin: 0;
    width: auto;
}

#page #main_image_wrap h1 span {
    display: inline-block;
    padding-left:80px;
    font-size: 100%;
}

#page #breadcrumb{
	display:flex;
	justify-content:flex-end;
	font-size:80%;
    margin:auto;
    padding:0 3em 1em;
    max-width:1200px;

}

#page #breadcrumb li{
	margin-left: .5em;
	padding:0 !important;
	margin-bottom:0;
	padding-left: 0;
}

#page #breadcrumb li:after{
	margin-left: .5em;
	content: '＞';
}

#page #breadcrumb li:last-child:after{
	content:'';
}

#page #breadcrumb li:before{
	display:none;
}

#page #pagetitle {
	background-image:url(./img/slide3.jpg);
}

#page #pagetitle:before {
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.9);
    top:0;
    left:0;
}

#page #pagetitle h2{
    margin:auto;
    padding:1em 3em .2em;
    max-width:1200px;
    font-size:150%;
}

#main {
    padding:1em;
    min-height:500px;
    background-image: url(./img/recruit_bg.png);
}

#main .content_wrap{
    margin:auto;
    padding:1em 3em;
    max-width:1200px;
    background:#fff;
    border-radius: 8px;
    box-shadow:2px 2px 10px #ccc;
}

#main .content_wrap h3{
    clear:both;
    margin-bottom:1.3em;
    padding:.5em 1em .5em 50px;
    font-size:130%;
    background-image: url(./img/h3_bg.jpg);
    background-repeat: no-repeat;
    background-size: 37px auto;
    background-position: left bottom;
}

#main .content_wrap h3:before{
    position:absolute;
    content:'';
    margin:auto;
    width:100%;
    height:3px;
    bottom:0;
    left:0;
    background-image:url(./img/h3_under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:100;
} 

#main .content_wrap h4{
    clear:both;
    margin-bottom:1.3em;
    padding:.5em;
    padding-left:60px;
    color:#196e33;
    font-size:120%;
    background-image:url(./img/reaf_icon.JPG);
    background-position: left center;
    background-repeat: no-repeat;
}

#main .content_wrap h5{
    clear:both;
    margin-bottom:1.5em;
    padding:.5em;
    color:#196e33;
    font-size:110%;
}

#main .content_wrap h6{
    clear:both;
    margin-bottom:1.5em;
    padding:.5em;
    color:#196e33;
    font-size:110%;
    border-bottom:1px dotted #ccc;
}

#main .content_wrap p{
	margin-bottom:1.5em;
}

#main .content_wrap ul li{
	margin-left:1.5em;
	margin-bottom:.5em;
	padding:.2em;
	border-bottom:1px dotted #ccc;
}

#main .content_wrap ul li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: .5em;
	height: .5em;
	background-color: #85c171;
	border-radius:25px;
	top:.7em;
	left: -1.5em;
}

#main .content_wrap ol{
	margin-bottom:1.5em;
}

#main .content_wrap ol li{
	margin-left:1.5em;
	margin-bottom:.5em;
	padding:.2em;

	counter-increment: olNum1;
	border-bottom:1px dotted #ccc;

}

#main .content_wrap ol li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: 1em;
	height: 1em;
//	background-color: #333;
	border-radius:5px;
	top:.25em;
	left: -1.5em;
}

#main .content_wrap ol > li:after{
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 1em;
	height: 1em;
	border-radius: 25px;
    color:#196e33;
	top: .4em;
	left: -1.5em;
	content: counter(olNum1);
}

#main .content_wrap ul li :last-child,
#main .content_wrap ol li :last-child{
	margin-bottom:0;
}

#main .content_wrap table{
	margin-bottom:1.5em;
	background:#f8f6ef;
}

#main .content_wrap table th,
#main .content_wrap table td{
	vertical-align:top;
	padding:1em;
	border-bottom:1px solid #ccc;
}

#main .content_wrap table th{
	padding:1em;
	word-break:keep-all;
	color:#fff;
	background:#196e33;
	border-right:1px dotted #5db0d9;
}


#main .content_wrap table tr > th > :last-child,
#main .content_wrap table tr > td > :last-child{
	margin-bottom:0;
}

#main .content_wrap table.cont_table th,
#main .content_wrap table.cont_table td{
	vertical-align:top;
	padding:.5em;
	border-bottom:none;
}

#main .content_wrap table.cont_table th{
    color: #196e33;
    text-align: left;
    background: transparent;
    border-right: none;
}

#main .content_wrap table.flex_table,
#main .content_wrap table.flex_table > tbody{
	display:block;
	max-width:100%;
	border:0;
	background:transparent;
}

#main .content_wrap table.flex_table > tbody > tr{
	display:flex;
}

#main .content_wrap table.flex_table > tbody > tr > td{
	display:block;
	padding:1em;
	width:auto !important;
	border:0;
}

#main .content_wrap table.flex_table > tbody > tr > td table.flex_table td{
	padding:.5em;
}

#main .content_wrap table.flex_table.aligncenter > tbody > tr{
	justify-content:center;
}

#main .content_wrap table.flex_table.aligncenter > tbody > tr > td{
	width:auto !important;
}

#main .content_wrap table.flex_table.alignright > tbody > tr{
	justify-content:flex-end;
}


#main .content_wrap table.flex_table.al_center > tbody > tr{
	align-items:center;
}

#main .content_wrap table.flex_table.eq_width > tbody > tr > td{
	width:100% !important;
}



/* form */
input,textarea,select{
	padding:.5em;
	border:1px solid #ccc;
	border-radius:8px;
}

input[type='submit']{
	padding:.5em 1em;
	color:#fff;
	background-color:#85c171;
	border:1px solid #85c171;
	border-radius:8px;
	transition:.2s;
}

input[type='submit']:hover{
	color:#196e33;
	background-color:#fff;
}

#sp_toggle{
	display:none;
}

@media screen and (max-width:1370px){
    #main_image_wrap h1{
        padding: 36px 20% 40px;
    }
}


@media screen and (max-width:1024px){
/*記事内の画像*/
.alignleft {
	float: none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignright {
	float: none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}



#main_image_wrap h1{
    justify-content: center;
    padding: 36px 20% 36px;
}

#main_image_wrap h1 span{
    font-size: 100%;
    background-size: 15%;
    background-position: 5% 5px;
}

#main_image_wrap .fontSize,
#main_image_wrap .search {
    font-size: 80%;
}
.search input {
    font-size: 100%;
}

}

@media screen and (max-width:768px){
.anime {
    display: none;
}

#sp_toggle{
	position:relative;
	display:table;
	margin: 0 0 0 auto;
	padding:1.5em;
	font-size:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	cursor:pointer;
}

#sp_toggle #sp_toggle_icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 4px;
  margin: -1px 0 0 -.5em;
  background: #8c6239;
  transition: .2s;
}

#sp_toggle #sp_toggle_icon:before,
#sp_toggle #sp_toggle_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 4px;
  background: #006837;
  transition: .3s;
}

#sp_toggle #sp_toggle_icon:before{
  margin-top: -8px;
}

#sp_toggle #sp_toggle_icon:after{
  margin-top: 4px;
}

#sp_toggle #sp_toggle_icon.close{
  background: transparent;
}

#sp_toggle #sp_toggle_icon.close:before, #panel-btn .close:after{
  margin-top: 0;
}

#sp_toggle #sp_toggle_icon.close:before{
  margin-top: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#sp_toggle #sp_toggle_icon.close:after{
  margin-top: -1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#main_menu{
    position:fixed;
    top:0;
    right:0;
    padding: 0;
    background:rgba(255,255,255,.9);
    z-index:9999;
    max-height: 100%;
    overflow: scroll;
}

#main_menu.menuopen{
    width:100%;
}

#main_menu nav{
    padding: 0;
}

#main_menu nav ul#main_menu_inner{
    display:none;
    flex-direction: column;
    width:100vw;
}

#main_menu nav ul li a{
    margin-bottom:1.5em;
    padding-left: 1em;
    text-align:left;
    color:#333;
}

#main_image_wrap:before{
    background-image: url(./img/main_image_tab.png);
}
#main_image_wrap h1{
    padding: 25px 39% 18px;
}
#main_image_wrap h1 span {
    font-size: 90%;
    padding: 0 0 .5em 80px;
}

#main_image_wrap .fontSize,
#main_image_wrap .search{
    display: none;
}

#main_menu .fontSize{
    background: rgb(133 193 113 / 50%);
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
}
#main_menu .fontSize p{
    margin-bottom: 1em;
}
#main_menu .fontSize ul{
    gap: .5em;
}
#main_menu .fontSize ul li{
    text-align: center;
    border-radius: 8px;
}

#main_menu .search{
    padding: 0 1em;
    margin-bottom: 5em;
}

#news_wrap{
    background-size: 250% auto;
}
#news_wrap .content_wrap{
    flex-direction: column;
}
#news_wrap .content_wrap section#ig_wrap{
    width: 100%;
}
#photogallery_wrap{
    background-position: center;
}

#recruit_wrap .content_wrap{
    flex-direction: column;
}

#recruit_wrap .content_wrap section{
    width: 90%;
    margin: 0 auto 1.5em;
}
footer .content_wrap ul{
    display: none;
}
/* page */
#main .content_wrap table.flex_table > tbody > tr{
    flex-wrap: wrap;
}

#main .content_wrap table.cont_table th,
#main .content_wrap table.cont_table td {
    display: inline-block;
    width: 50%;
}

img {
    max-width: 100%;
    height: auto;
}

iframe{
    width: 100%;
}


body{
    font-size: 16px;
}

#main_menu nav ul li:first-of-type a{
    padding-left: 1em;
    background-image:none;
}

#main_image{
    width: 75%;
}

#top #main_image_wrap {
    padding-top: 60%;
    margin-bottom: 3.8em;
}

#main_image_wrap:before {
    background-image: url(./img/main_sp2.png);
}

#top #main_image_wrap h1 {
    width: 100%;
    padding: .5em 0;
    background: #bfdea8;
    box-shadow: none;
    bottom: -4em;
}

#news_wrap{
    order: 2;
}
#recruit_wrap{
    order: 1;
}
#photogallery_wrap{
    order: 3;
    margin-bottom: .5em;
}

#recruit_wrap {
    padding-top: 0;
    padding-bottom: 3em;
}

#recruit_wrap h3{
        margin: 0 auto 2em;
}

#recruit_wrap h3 > span{
    font-size: 150%;
    background-size: 150px auto;
    padding: 1.5em .5em 1em 160px;
}

#recruit_wrap .content_wrap > p{
    font-size: 120%;
    padding: 0 1em ;
}

#recruit_wrap .content_wrap section h3 a{
    padding: 1em;
    background-position: center;
    background-size: auto 87px;
}
#recruit_wrap .content_wrap h3#jigyoutai_title,
#recruit_wrap .content_wrap section#jigyoutai_sp h3 a{
    display: block;
}

#recruit_wrap .content_wrap section h3 a::before {
    width: 87px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    opacity: .3;
}

#recruit_wrap .content_wrap section#recruit h3 a::before {
    width: 175px;
}

#recruit_wrap .content_wrap section#jigyoutai h3 a::before{
    width: 180px;
    height: 92px;
}

#recruit_wrap .content_wrap section#jigyoutai_sp h3 a::before {
    display: block;
    background-image: url(./img/jigyoutai_sp.svg);
    opacity: .6;
}

#photogallery_wrap h3 span{
    font-size: 150%;
}

#news_wrap {
    background-size: cover;
}

.fb_iframe_widget span {
    height: 350px !important;
}

.fb_iframe_widget iframe {
    position: absolute;
    height: 100% !important;
}

address p{
    padding: 1em;
}

address #sns p {
    padding: 0;
}

address #foot_logo span{
    text-shadow: 1px 2px 1px #fff;
    white-space: normal;
}
/* page */
#page #main_image_wrap h1{
    bottom: 0;
    padding: .5em 3em 1em 0;
    width: 100%;
}
#page #main_image_wrap h1 span{
    font-size: 85%;
    white-space: normal;
    padding: .5em 0 .5em 80px;
}
#page #pagetitle h2{
    padding: 1em 1em .2em;
}
#main .content_wrap h3{
    font-size: 120%;
}
#main .content_wrap{
    padding: 1em;
    overflow: hidden;
}
#main .content_wrap table th,
#main .content_wrap table td{
    display: block;
    width: 100%!important;
}
}