@charset "utf-8";

/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
.fla {
	margin: 0 auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	overflow: hidden;
}

#mainvisual {
	width: 100%;
	max-width: 100%;
	min-height: 800px;
	max-height: 800px;
	margin: 0px auto;
	background-position: center center;
}

#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0px auto;
	background-position: center center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.fla {
	margin-top: 50px;
}

#mainvisual2 {
	min-height: 550px;
	max-height: 550px;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.fla {
	height: 350px;
	background-attachment: scroll;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainvisual2 {
	min-height: 350px;
	max-height: 500px;
	margin: 0px auto;
	background-position: center;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.fla {
	height: 250px;
}

#mainvisual2 {
	min-height: 250px;
	max-height: 250px;
	background-position: center;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:80px 0 0 0;
	clear: both;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.view_pc{display:block;}
.view_sp{display:none;}

h3.tit{
	font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	color: #004000;
	margin-bottom: 20px;
}

h3.tit span{
	display: block;
	font-size: 18px;
	margin-top: -10px;
}

.link_btn,
.link_btn02{
	font-family: 'Noto Serif JP', serif;
	width: 220px;
	margin-top: 30px;
}

.link_btn a,
.link_btn02 a{
	display: block;
	color: #FFF;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #004000;
	text-align: center;
}

.link_btn a:hover,
.link_btn02 a:hover{
	background-color: #006400;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.view_pc{display:none;}
.view_sp{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:900px){
#wrapper{
	margin:30px 0 0 0;
}

h3.tit{
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}

h3.tit span{
	font-size: 13px;
	margin-top: -5px;
}

.link_btn{
	width: 80%;
	margin: 30px auto 0;
}

.link_btn02{
	width: 70%;
	margin: 30px auto 0;
}
}

/*-------------------------------------------------------------------
　about
-------------------------------------------------------------------*/
#about_wrap{
	width:1100px;
	margin:80px auto 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#aboutPh{
	width: 55%;
}

#about_Det{
	width: 40%;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
#about_wrap{
	width:90%;
	margin:0 auto 80px;
	align-items:flex-start;
}

#aboutPh{
	width: 40%;
}

#about_Det{
	width: 55%;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:900px){
#about_wrap{
	width:90%;
	margin:0 auto 50px;
	display: flex;
	flex-direction: column-reverse;
}

#aboutPh,
#about_Det{
	width: 100%;
}

#aboutPh{
	margin-top: 40px;
}
}

/*-------------------------------------------------------------------
　business
-------------------------------------------------------------------*/
#business_wrap{
	width: 100%;
	padding-top: 100px;
	margin-bottom: 30px;
	background-image: url(../images/green_bg.jpg);
	background-repeat: repeat-x;
}

#businessIn{
	width: 1100px;
	margin: 0 auto;
	padding: 50px;
	background-color: #FFF;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}

#businessPh{
	width: 61%;
	display: flex;
	justify-content: space-between;
}

#business_Det{
	width: 35%;
}

.phBox{
	width: 30%;
	background-color: #F9EDB2;
	margin-top: 40px;
}

.phBox img {
	display: block;
	width: 100%;
	height: auto;
}

.phBox h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	text-align: center;
	padding: 7px 0;
}

.phBox h4 span {
	display: block;
	font-size: 13px;
	margin-top: -5px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
#businessIn{
	width: 90%;
	padding: 50px;
	display: flex;
	align-items: flex-start;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:900px){
#business_wrap{
	padding-top: 50px;
}

#businessIn{
	width: 90%;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

#businessPh{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#business_Det{
	width: 100%;
}

.phBox h4 {
	font-size: 16px;
	padding: 7px 0;
}

.phBox h4 span {
	display: none;
}
}

/*-------------------------------------------------------------------
　recruit
-------------------------------------------------------------------*/
#rec_wrap{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background-image: url(../images/rec_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

#recBox{
	width: 1100px;
	margin: 0 auto;
}

#recIn{
	width: 500px;
	background-color: #FFF;
	float: right;
	margin-right: 0;
	padding: 50px;
	box-sizing: border-box;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
#rec_wrap{
	padding: 80px 0;
	background-image: url(../images/rec_bg1200.jpg);
}

#recBox{
	width: 90%;
	margin: 0 auto;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:900px){
#rec_wrap{
	width: 100%;
	height: auto;
	padding: 300px 0 0;
	background-image: url(../images/rec_bg900.jpg);
	background-size: contain;
}

#recIn{
	width: 100%;
	background-color: #FFF;
	float: none;
	margin-right: 0;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
#rec_wrap{
	width: 100%;
	height: auto;
	padding: 180px 0 0;
}

#footer_wrap{
	font-size: 13px;
}
}


