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

ol{
    list-style: decimal !important;
	padding-left: 25px !important;
}

ol li{
	margin-bottom: 30px;
}


.sp_mv{
	display:none;
}
.mv{
padding-top: 80px;
margin-bottom: 150px;
}
@media screen and (max-width:768px){
	.mv{
	display:none;

}
.sp_mv{
	display:block;
    padding-top: 17vw;
}	
}

@media screen and (max-width:400px){
.sp_mv{
    padding-top: 20vw;
}		
}

.mainv{
     display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/mainv01.jpg);
    background-position: 35% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    height: 360px;
    margin-bottom: 40px;
    position: relative;
	display:none;
}

.mainv_text{
	width: 340px;
    position: absolute;
	top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.mainv p span{
	margin-bottom: 50px;
}

.green,.orange{
	margin-bottom: 100px;
}

.green ul a,.orange ul a{
	display: block;
	color: #000;
	border: #000 3px solid;
	background-color: #fff;
	text-align: center;
	transition: 0.5s;
	box-shadow: 10px 10px #ccc;
	margin-top: 30px;
	padding: 20px;
}

.green ul a:hover{
	color: #fff;
    background-color: #aa8d78;
	text-decoration: none;
}

.orange ul a:hover{
	color: #fff;
background-color: #aa8d78;
	text-decoration: none;
}

.green ul a:after,.orange ul a:after{
	content: '>>';
	display: inline-block;
	margin-left: 20px;
}

.message{
    position: relative;
    background-image:url('../images/back1.png');
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
    background-position:top left;
    background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 160px;
    padding: 100px 10px;
	text-align: center;
}

.message h2{
	font-size: 1.2em !important;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 30px;
	
}
.message p{
	
}


.orange{
    position: relative;
    background-image:url('../images/back1.png');
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
    background-position:top left;
    background-repeat: no-repeat;
    padding: 100px 10px;
}

.green{
    position: relative;
    background-image:url('../images/back2.png');
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
    background-position:top right;
    background-repeat: no-repeat;
    padding: 100px 10px;
}

.message section,.green section .text,.orange section .text{
    color: #000;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;	
	display: inline-block;
    text-align: left;
	margin-top: 30px;
}

.green .image,.orange .image{
	margin-top: 50px;
}

.recruit{
    position: relative;
    background-image:url('../images/back1.png');
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
    background-position:top left;
    background-repeat: no-repeat;
	margin-bottom: 100px;
    padding: 100px 10px;
}

.recruit h2 img{
	transition: 0.5s;
}

.recruit h2 img:hover{
	opacity: 0.5;
}

@media screen and (min-width:768px){
	
.mainv_text {
/* 	top: 46%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
@media screen and (min-width:992px){
.mainv {
    background-size: cover;
    margin-bottom: 150px;
    height: 650px;
    background-position: 30% 40% !important;
    margin-top: 150px;
}
	.mainv_text {
    top: 47%;
		    width: 480px;
		    left: 65%;
}

	
	.message h2{
		font-size: 2.1em !important;
		line-height: 1.7;
	}
	
    .green,.orange{
        height: 800px;
        margin-bottom: 100px;
		    margin-bottom: 200px;
    }
    
    .green .image{
        right:150px;
    }

    .orange .image{
        left:150px;
    }
    
    .green section{
        left: 150px;
    }
    
    .orange section{
        right: 150px;
    }
    
    .recruit section h2{
        position: absolute;
        bottom: 150px;
        right: 150px;
    }
    
    .green .image,.orange .image{
        position: absolute;
        top:150px;
        z-index: 0;
		margin-top: 0;
    }

    .orange section,.green section{
        width: 40%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

	.green ul a, .orange ul a{
		width: 60%;	
	}
	
	.message,.green,.orange,.recruit{
		background-color:rgba(255,255,255,1);
		background-blend-mode:normal;
		padding-left:0;
		padding-right: 0;
	}
	.container {
	margin-bottom: 200px;
}
}

@media screen and (max-width:400px) {
		.mainv p{
			    font-size: 1.5em !important;
	   
		}
	.mainv{
		    margin-top: 50px
	}
}
@media screen and (max-width:992px) {
	.message{
	    margin-bottom: 100px;	
	}
	.container {
    margin-bottom: 80px;
	}
	.green, .orange {
    margin-bottom: 0px;
}
}
/*お知らせ*/
.news .scroll{
	overflow-y: scroll;
	height: 300px;
}
.news .row{
	border-bottom: 1px solid #333;
	padding: 20px;
}
.container {
	    border:solid 2px #d3a46d;
}
.news .container{
	padding-right: 0px;
}
.news_h2{
	text-align:center;
}
.news_h2 span{
    padding: 15px 45px;	
    background-color: #d3a46d;
	color: #fff;
    font-size: 1.5rem;
  
}

@media screen and (max-width:600px) {
	.news_h2 span{
		font-size: 1.4rem !important;
}

}
/*//お知らせ*/
.h2_box{
background-color: #d3a46d;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-size: 2.5rem;
    padding: 15px 42px;
    width: fit-content;
}
.h2_box a{
 color: #fff;	
}
.rec_h2{
font-size: 3.5rem;
}
@media screen and (max-width:600px) {
	.h2_box{
	   font-size: 1.5rem;	
	}	

}