@charset "utf-8";

/* ================================
 PC
================================ */
.bold{font-weight: 500!important;}
.center{text-align: center!important;}
.right{text-align: right!important;}
.left{text-align: left!important;}
.mt00{margin-top: 0!important;}
.mb00{margin-bottom: 0!important;}

/* base
-------------------------------- */
body{
	min-width: 1120px;
}
img,iframe{
	max-width: 100%;
	height: auto;
}
img{
	transition: all 0.4s ease;
}
a:hover img{
	opacity: 0.75;
}
section .sectionInner{
	width: 1120px;
	margin: 0 auto;
}
.pc-none{
	display: none;
}
.headType01{
	font-size: 28px;
	font-size: 2.8rem;
	margin: 40px 0 0;
	padding: 4px 5px;
	border-bottom: solid 1px #d22300;
}
.headType01:first-letter{
	color: #cb1418;
}
.headType02{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 30px 0 0;
	padding: 2px 0 0 10px;
	border-left: solid 4px #cb1418;
	background: #f9f9f9;
}
.headType03{
	color: #cb1418;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 30px 0 0;
}
.textBox{
	margin: 25px 0 0;
}
.textBox p{
	margin: 15px 0 0;
}
.note{
	margin: 20px 0 0;
}
.note li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 5px 0 0;
}
.tableBox{
	margin: 30px 0 0;
}
.tableBox th,
.tableBox td{
	padding: 10px;
	border: solid 1px #fff;
}
.tableBox th{
	background: #f0f0f0;
	width: 25%;
}
.tableBox td{
	background: #f9f9f9;
}
.imageBox{
	margin: 40px 0 0;
}
.imageBox .imgLeft{
	float: left;
	max-width: 500px;
	margin: 0 30px 0 0;
}
.imageBox .imgRight{
	float: right;
	max-width: 500px;
	margin: 0 0 0 30px;
}
.imageBox .txtRight,
.imageBox .txtLeft{
	overflow: hidden;
}
.imageBox .txtRight p,
.imageBox .txtLeft p{
	margin: 15px 0 0;
}
.imageBox .txtRight p:first-child,
.imageBox .txtLeft p:first-child{
	margin: 0;
}
.imageBox:before,
.imageBox:after{
	display: table;
	content: "";
}
.imageBox:after{
	clear: both;
}
.imageBox{
	zoom: 1;
}
.column2wrap{
	margin: 40px 0 0;
}
.column2wrap .fLeft{
	width: 48%;
	float: left;
}
.column2wrap .fRight{
	width: 48%;
	float: right;
}
.column2wrap:before,
.column2wrap:after{
	display: table;
	content: "";
}
.column2wrap:after{
	clear: both;
}
.column2wrap{
	zoom: 1;
}
.cmnBtn{
	text-align: center;
	margin: 40px 0 0;
}
.cmnBtn a{
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	background: #d22300;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
	display: inline-block;
	transition: all 0.7s ease;
}
.cmnBtn a:hover{
	opacity: 0.7;
}
/* form */
#contact .required,
#contact .error-text{
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}
#contact .error-text{
	font-weight: 500;
}
#contact .submit-btn ul{
	font-size: 0;
	text-align: center;
}
#contact .submit-btn li{
	font-size: 16px;
	font-size: 1.6rem;
	background: #f0f0f0;
	margin: 30px 0 0 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	box-shadow: 0 1px 1px #999;
	transition: all 0.4s ease;
}
#contact .submit-btn li:first-child{
	margin-left: 0;
}
#contact .submit-btn li:hover{
	opacity: 0.7;
}
#contact .submit-btn input[type="submit"]{
	padding: 15px 20px;
	background: transparent;
	border: none;
}
#contact input[type="radio"],
#contact input[type="checkbox"]{
	margin-right: 10px;
}
#contact #radio02{
	margin-top: 20px;
}
/* pagenation */
.pagenation{
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.pagenation li{
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.pagenation li span,
.pagenation li a{
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background: #eee;
	border: solid 1px #fff;
	border-radius: 5px;
}
.pagenation .current span,
.pagenation li a:hover{
	color: #fff;
	background: #cb1418;
}
/* page_btn */
.page_btn{
	min-height: 34px;
	margin: 50px auto 0;
	position: relative;
}
.page_btn p{
	background: #eee;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
}
.page_btn .index{
	margin: 0 auto;
	width: 76px;
}
.page_btn .next,
.page_btn .back{
	display: inline-block;
	position: absolute;
	top: 0;
}
.page_btn .next{
	right: 20%;
}
.page_btn .back{
	left: 20%;
}
.page_btn p:hover{
	opacity: 0.7;
}
.page_btn a{
	text-decoration: none;
	padding: 5px 20px;
	display: block;
}
/* 2column */
.container{
	margin: 40px 0 0;
}
.container .mainContents{
	width: 800px;
	float: left;
}
.container .sideContents{
	font-size: 15px;
	font-size: 1.5rem;
	width: 270px;
	float: right;
}
/* blog */
.article > li{
	padding: 0 0 40px;
	border-bottom: dotted 1px #ccc;
}
.article > li:first-child .ttl{
	margin-top: 0;
}
.article .ttl{
	color: #cb1418;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 0;
}
.article .ttl a{
	text-decoration: none;
}
.article .ttl a:hover{
	text-decoration: underline;
}
.article .date{
	color: #999;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 0;
}
.article .txt{
	margin: 20px 0 0;
	max-height: 72px;
	overflow: hidden;
}
.article .txt span{
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
.article .txt img,
.article .txt iframe{
	display: none;
}
.article .tag{
	margin-top: 10px;
}
.article .tag li{
	margin: 5px;
	padding: 0;
	border: none;
	display: inline-block;
}
.article .tag li a{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	border-radius: 5px;
	background: #999;
	transition: all 0.4s ease;
}
.article .tag li a:hover{
	opacity: 0.6;
}
.article .article-body{
	margin: 20px 0 0;
}
.article .article-body p{
	margin-top: 10px;
}
.article .article-body:before,
.article .article-body p:before,
.article .article-body:after,
.article .article-body p:after{
	display: table;
	content: "";
}
.article .article-body:after,
.article .article-body p:after{
	clear: both;
}
.article .article-body,
.article .article-body p{
	zoom: 1;
}

/* news */
.article dl{
	margin: 40px 0 0;
}
.article dt{
	color: #999;
	float: left;
	margin-top: 20px;
	padding: 20px 15px 0 0;
	border-top: dotted 1px #ddd;
}
.article dd{
	margin-top: 20px;
	padding: 20px 0 0 15px;
	border-top: dotted 1px #ddd;
	overflow: hidden;
}
.article dl a{
	text-decoration: none;
}
.article dl a:hover{
	text-decoration: underline;
}
.article dt:nth-child(1),
.article dd:nth-child(2){
	margin: 0;
	padding-top: 0;
	border: none;
}

/* page-body-sidebar */
.page-body-sidebar .side-ttl{
	color: #fff;
	margin-bottom: 20px;
	padding: 3px 5px 1px;
	background: #999;
	border-radius: 3px;
}
.page-body-sidebar .page-body-sidebar li{
	margin-bottom: 5px;
}
.page-body-sidebar .styled-post-list01,
.page-body-sidebar .side-tag-list{
	margin-bottom: 30px;
}
.page-body-sidebar .styled-post-list01 a,
.page-body-sidebar .side-tag-list a{
	display: block;
	overflow: hidden;
}
.page-body-sidebar .styled-post-list01 li::before,
.page-body-sidebar .side-tag-list li::before{
	content: '・';
	float: left;
}

/* sitemap */
#site ul{
	margin: 30px 0 0;
}
#site ul li{
	margin: 20px 0 0;
	border-bottom: dotted 1px #999;
}
#site ul li a{
	text-decoration: none;
	display: block;
	padding: 8px 35px;
	background: url(../img/ico_tomato.png) no-repeat 0 45%;
	background-size: 24px;
}
#site ul li a:hover{
	color: #d22300;
}

/* header
-------------------------------- */
header{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	padding: 30px 0 0;
	position: relative;
}
header .inner{
	background: #fff;
}
header #logo{
	text-align: center;
}
header .contact{
	position: absolute;
	top: 0;
	right: 0;
}
header .contact{
	background: #f0ebe6;
}
header .number{
	font-weight: bold;
	text-align: right;
	padding: 10px 21px;
	float: left;
}
header .mail{
	float: right;
}
nav{
	margin-top: 25px;
}
nav ul{
	text-align: center;
}
nav li{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 15px;
	display: inline-block;
}
nav li a{
	text-decoration: none;
}
nav li a:hover{
	color: #cb1417;
	border-bottom: solid 1px #cb1417;
}

/* footer
-------------------------------- */
#main{
	position: relative;
}
#pagetop{
	position: fixed;
	bottom: 5%;
	right: 2%;
}
footer{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	padding: 55px 0 8%;
	background: url(../img/f_bg.jpg) no-repeat 50% 100%;
	background-size: cover;
}
footer .logo{
	text-align: center;
}
footer .info{
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 40px;
}
footer .info .number{
	margin-top: 12px;
}
footer .info .number .tel,
footer .info .number .mobile{
	margin: 0 20px;
	display: inline-block;
}
footer .info .number a{
	text-decoration: none;
	pointer-events: none;
}
footer .nav{
	text-align: center;
	margin-top: 55px;
}
footer .nav li{
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 10px;
	display: inline-block;
}
footer .nav li a{
	text-decoration: none;
}
footer .nav li a:hover{
	text-decoration: underline;
}
footer .copyright{
	text-align: center;
	margin-top: 45px;
}
footer .copyright small{
	font-size: 13px;
	font-size: 1.3rem;
}

/* top
-------------------------------- */
body#top{
	min-width: 1200px;
}
#top .mv{
	margin-top: 20px;
	padding: 140px 0 150px;
	background-position: 50% 50%;
	background-size: cover;
}
#top .catch{
	width: 840px;
	margin: 0 auto;
}
#top #main{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	overflow: hidden;
}
#top .sectionInner{
	width: 1200px;
}
#top .more a{
	background: url(../../img/top/arrow.png) no-repeat 95% 50%;
	background-size: 16px;
	transition: all 0.4s ease;
}
#top .more a:hover{
	background-color: #a71b00!important;
}
#top .sec01{
	min-height: 610px;
	margin-top: 65px;
	position: relative;
}
#top .sec01 .txt{
	font-size: 0;
	float: right;
	width: 510px;
	height: 568px;
	background: url(../../img/top/txt01.png) no-repeat 50% 0;
}
#top .object01{
	min-width: 920px;
	position: absolute;
	right: 50%;
}
#top .sec02{
	margin-top: 80px;
	background: url(../../img/top/bg01.jpg) no-repeat 50% 0;
	background-size: cover;
}
#top .sec02 .inner{
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0 110px;
	position: relative;
}
#top .sec02 .headline{
	text-align: center;
}
#top .sec02 .txt{
	color: #fff;
	text-align: center;
	line-height: 2.2;
	margin-top: 32px;
}
#top .sec02 .more{
	margin-top: 55px;
}
#top .sec02 .more a{
	text-decoration: none;
	padding: 8px 35px;
	background-color: #d12200;
	display: inline-block;
}
#top .object02{
	position: absolute;
	top: -150px;
	left: -360px;
}
#top .object03{
	position: absolute;
	bottom: -90px;
	right: -360px;
}
#top .sec03{
	padding: 90px 0 45px;
}
#top .sec03 .headline{
	width: 190px;
	height: 572px;
	background: url(../../img/top/heading02.png) no-repeat 50% 0;
	float: left;
	position: relative;
}
#top .sec03 h2{
	font-size: 0;
}
#top .sec03 .headline .more{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
}
#top .sec03 .headline .more a{
	text-decoration: none;
	padding: 14px 0;
	background-color: #d12200;
	display: block;
}
#top .sec03 ul{
	padding-top: 100px;
}
#top .sec03 li{
	text-align: center;
	width: 290px;
	margin: 0 0 0 40px;
	float: left;
}
#top .sec03 li:first-child{
	margin: 0 0 0 60px;
}
#top .sec03 li a{
	text-decoration: none;
}
#top .sec03 li a:hover{
	text-decoration: underline;
}
#top .sec03 .img img{
	width: 290px;
	height: 290px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /* IE */
}
#top .sec03 .date{
	margin: 25px 0 0;
}
#top .sec03 .ttl{
	margin: 20px 0 0;
}
#top .sec04{
	padding: 85px 0 45px;
	background: #f8f5f2;
}
#top .sec04 .headline{
	width: 190px;
	height: 350px;
	margin-left: 90px;
	background: url(../../img/top/heading03.png) no-repeat 50% 0;
	float: right;
	position: relative;
}
#top .sec04 h2{
	font-size: 0;
}
#top .sec04 .headline .more{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
}
#top .sec04 .headline .more a{
	text-decoration: none;
	padding: 14px 0;
	background-color: #d12200;
	display: block;
}
#top .sec04 dl{
	padding-left: 75px;
}
#top .sec04 dt{
	color: #d12200;
	margin: 32px 20px 0 0;
	padding: 32px 0 0;
	border-top: solid 1px #d12200;
	float: left;
}
#top .sec04 dd{
	margin: 32px 0 0;
	padding: 32px 0 0;
	border-top: solid 1px transparent;
	overflow: hidden;
}
#top .sec04 dt:first-child,
#top .sec04 dd:nth-child(2){
	border: 0;
}
#top .sec04 dd a{
	text-decoration: none;
}
#top .sec04 dd a:hover{
	text-decoration: underline;
}
#top .sec05 .map{
	height: 380px;
}
#top .sec05 .map iframe{
	width: 100%;
	height: 100%;
}

/* lower
-------------------------------- */
#lower #main{
	margin: 80px 0;
}
#lower .headline{
	text-align: center;
	margin: 25px auto 0;
	width: 98%;
	max-width: 1920px;
	border-radius: 10px;
	background: url(../img/lower_head.jpg) no-repeat 50% 0;
	background-attachment: fixed;
}
#lower .headline h2{
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 500;
	text-shadow: 1px 1px 1px #0052de;
	padding: 78px 0;
}
/* farm */
#farm .map{
	margin: 30px 0 0;
	height: 450px;
}
#farm .map iframe{
	width: 100%;
	height: 100%;
}
/* kodawari */
#kodawari .flow{
	margin: 30px 0 0;
}
#kodawari .flow > li{
	margin-bottom: 30px;
	padding-bottom: 50px;
	background: url(../img/arrow01.png) no-repeat 50% 100%;
}
#kodawari .flow > li:last-child{
	margin: 0;
	padding: 0;
	background: none;
}
#kodawari .flow .ttl{
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0 0 2px 35px;
	background: url(../img/ico_tomato.png) no-repeat 0 10%;
	background-size: 24px;
	border-bottom: solid 1px #ddd;
}
#kodawari .flow .txt{
	margin: 10px 0 0;
}
#kodawari .gallery{
	margin: 10px 0 0;
}
#kodawari .gallery li{
	width: 260px;
	float: left;
	margin: 20px 0 0 20px;
}
#kodawari .gallery li img{
	width: 258px;
	height: 258px;
	object-fit: cover;
	border: solid 1px #ddd;
	font-family: 'object-fit: cover;'; /* IE */
}
#kodawari .gallery li:nth-child(4n+1){
	margin-left: 0;
}
/* recruit */
#recruit .flow{
	margin: 30px 0 0;
}
#recruit .flow > li{
	margin-bottom: 30px;
	padding-bottom: 50px;
	background: url(../img/arrow01.png) no-repeat 50% 100%;
}
#recruit .flow > li:last-child{
	margin: 0;
	padding: 0;
	background: none;
}
#recruit .flow .ttl{
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0 0 2px 35px;
	background: url(../img/ico_tomato.png) no-repeat 0 10%;
	background-size: 24px;
	border-bottom: solid 1px #ddd;
}
#recruit .flow .txt{
	margin: 10px 0 0;
}
#recruit .tableBox th,
#recruit .tableBox td{
	white-space: pre-line;
}
#recruit .not-recruit{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 30px;
}
/* contact */
#contact .tableBox th{
	width: 30%;
}

/* ================================
 SP
================================ */
@media screen and (max-width:1199px){
/* base
-------------------------------- */
body{
	min-width: auto;
}
section .sectionInner{
	width: auto;
	padding: 0 10px;
}
/* menu button */
#menuButton{
	position: fixed;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 45px;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
#menuButton.active .top{
	-webkit-transform: translateY(16px) translateX(0) rotate(45deg);
	transform: translateY(16px) translateX(0) rotate(45deg);
}
#menuButton.active .middle{
	opacity: 0;
}
#menuButton.active .bottom{
	-webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
	transform: translateY(-14px) translateX(0) rotate(-45deg);
}
#menuButton span{
	background: #cb1417;
	border: none;
	height: 8px;
	width: 100%;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#menuButton span:nth-of-type(2){
	top: 15px;
}
#menuButton span:nth-of-type(3){
	top: 30px;
}
/* parts */
.pc-none{
	display: inherit;
}
.sp-none{
	display: none;
}
.headType01{
	font-size: 22px;
	font-size: 2.2rem;
}
.headType02{
	font-size: 20px;
	font-size: 2.0rem;
}
.headType03{
	font-size: 18px;
	font-size: 1.8rem;
}
.tableBox th,
.tableBox td{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.imageBox .imgLeft,
.imageBox .imgRight{
	float: none;
	max-width: auto;
	margin: 0 0 15px;
}
.column2wrap .fLeft,
.column2wrap .fRight{
	margin: 30px 0 0;
	width: auto;
	float: none;
}
/* form */
#contact .submit-btn ul{
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#contact .submit-btn li{
	margin: 30px 10px 0;
}
#contact .submit-btn li:first-child{
	margin-left: 10px;
}
#contact input,
#contact textarea{
	width: 100%;
	box-sizing: border-box;
}
#contact input[type="radio"],
#contact input[type="checkbox"]{
	width: auto;
}
/* page_btn */
.page_btn{
	max-width: 280px;
}
.page_btn .next{
	right: 0;
}
.page_btn .back{
	left: 0;
}

/* 2column */
.container .mainContents{
	width: auto;
	float: none;
}
.container .sideContents{
	margin-top: 40px;
	width: auto;
	float: none;
}

/* blog */
.article .ttl{
	font-size: 20px;
	font-size: 2.0rem;
}

/* news */
.article dt{
	float: none;
	padding: 20px 0 0;
}
.article dd{
	margin-top: 0;
	padding: 20px 0 0;
	border-top: none;
}
.article dd:nth-child(2){
	padding-top: 20px;
}

/* header
-------------------------------- */
header{
	padding: 0;
}
header .inner{
	width: 100%;
	box-shadow: 0 1px 3px #999;
	position: fixed;
	top: 0;
	z-index: 10;
}
header #logo{
	padding: 8px 0;
}
header #logo img{
	width: 150px;
}
header .contact{
	display: none;
}
nav{
	display: none;
	margin: 0;
	border-top: solid 1px #ddd;
}
nav li{
	margin: 0;
	border-top: dotted 1px #ddd;
	display: block;
}
nav li:first-child{
	border: 0;
}
nav li a{
	padding: 20px 0;
	display: block;
}
nav li a:hover{
	color: inherit;
	border: none;
}

/* footer
-------------------------------- */
#pagetop{
	width: 40px;
}
#pagetop a:hover img{
	opacity: 1;
}
footer{
	padding: 40px 0 160px;
}
footer .logo img{
	width: 150px;
}
footer .add span{
	display: inline-block;
}
footer .info .number .mobile{
	margin-top: 10px;
}
footer .info .number a{
	text-decoration: underline;
	pointer-events: auto;
}
footer .nav{
	max-width: 420px;
	margin: 30px auto 0;
}
footer .nav ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
footer .nav li{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 15px 0 0;
	width: 50%;
	display: block;
}
footer .copyright{
	margin-top: 40px;
}
footer .copyright small{
	font-size: 12px;
	font-size: 1.2rem;
}

/* top
-------------------------------- */
body#top{
	min-width: auto;
}
#top .mv{
	margin: 0;
	padding: 0;
	height: 100vh;
}
#top .catch{
	width: auto;
	padding: 30vh 5% 0;
}
#top .catch img{
	width: 100px;
}
#top .sectionInner{
	width: auto;
}
#top .sec01{
	min-height: auto;
	margin-top: 40px;
}
#top .sec01 .txt{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	float: none;
	width: auto;
	height: auto;
	background: none;
}
#top .sec01 .txt span{
	color: #e00303;
}
#top .object01{
	margin-top: 30px;
	min-width: auto;
	position: inherit;
}
#top .sec02 .inner{
	width: auto;
	padding: 60px 0 60px;
}
#top .object02{
	width: 150px;
	top: -130px;
	left: 5px;
}
#top .sec02 .txt{
	line-height: 1.8;
}
#top .object03{
	width: 150px;
	bottom: -115px;
	right: 5px;
}
#top .sec03 .headline{
	width: auto;
	height: auto;
	background: none;
	float: none;
	position: inherit;
}
#top .sec03{
	margin-top: 170px;
	padding: 0 0 70px;
	position: relative;
}
#top .sec03 h2{
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 10px;
	position: relative;
}
#top .sec03 h2:first-letter{
	color: #e00303;
}
#top .sec03 h2::after{
	content: '';
	width: 120px;
	height: 1px;
	display: block;
	background: #222;
	position: absolute;
	bottom: 0;
}
#top .sec03 .headline .more{
	width: 90%;
	max-width: 400px;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
}
#top .sec03 ul{
	margin-top: 10px;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
#top .sec03 li{
	margin: 30px auto 0;
	padding: 0 10px;
	float: none;
}
#top .sec03 li:first-child{
	margin: 30px auto 0;
}
#top .sec03 .img img{
	height: auto;
}
#top .sec04{
	margin-top: 40px;
	padding: 40px 0 120px;
	position: relative;
}
#top .sec04 .headline{
	margin-left: 0;
	width: auto;
	height: auto;
	background: none;
	float: none;
	position: inherit;
}
#top .sec04 h2{
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 10px;
	position: relative;
}
#top .sec04 h2:first-letter{
	color: #e00303;
}
#top .sec04 h2::after{
	content: '';
	width: 120px;
	height: 1px;
	display: block;
	background: #222;
	position: absolute;
	bottom: 0;
}
#top .sec04 .headline .more{
	width: 90%;
	max-width: 400px;
	margin: auto;
	bottom: 30px;
	right: 0;
	left: 0;
}
#top .sec04 dl{
	padding-left: 0;
}
#top .sec04 dt{
	margin: 20px 0 0;
	padding: 20px 0 0;
	float: none;
}
#top .sec04 dt:first-child{
	margin-top: 40px;
	padding: 0;
}
#top .sec04 dd{
	margin: 10px 0 0;
	padding: 0;
}

/* lower
-------------------------------- */
#lower .headline{
	margin: 65px auto 0;
	background-position: 15% 0;
}
#lower .headline h2{
	font-size: 23px;
	font-size: 2.3rem;
	padding: 40px 0;
}
#lower #main{
	margin: 40px 0;
}
/* kodawari */
#kodawari .flow > li{
	background-size: 40px auto;
}
#kodawari .gallery{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: center;
}
#kodawari .gallery li{
	margin: 20px 20px 0 20px;
}
#kodawari .gallery li:nth-child(4n+1){
	margin-left: 20px;
}
/* recruit */
#recruit .textBox{
	line-height: 1.8;
}
#recruit .flow > li{
	background-size: 40px auto;
}
/* contact */
#contact .tableBox th{
	width: auto;
}

}