@charset 'utf-8';

body{
    margin:0;
    padding:0;
}
#wrap{
    border-top:10px solid #669766;
}
header{
    max-width:960px;
    margin:20px auto 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.head img{
    width:80px;
}
.head{
    display:flex;
    align-items:center;
}
.title{
    margin-left:10px;
}
.title h1{
    font-size:2.4em;
    color: #1E4E0E
}
.title p{
    font-size:1.6em;
    margin-top:5px;
    color:#1E4E0E;
}
.contact{
    text-align:right;
    font-size:1.3em;
    font-weight:bold;
}
.contact p{
    margin-bottom:5px;
    
}
.contact a:visited,
.contact a:link{
    text-decoration:none;
    color:#000;
}
.contact a{
    display:block;
    margin-top:-7px;
}
.tel::before,.mail::before{
    font-family:FontAwesome;
    margin-right:5px;
    vertical-align:middle;
    font-size:0.7em;
}
.tel::before{
    content:'\f095';
}
.mail::before{
    content:'\f0e0';
}
nav{
    background-color:#1E4E0E;
}
nav ul{
    max-width:960px;
    display:flex;
    margin:0 auto;
    justify-content:space-between;
    padding:4px 0 4px 0;
}
nav ul li{
    width:20%;
    border-left:1px solid #fff;
}
nav ul li:nth-last-child(1){
    border-right:1px solid #fff;
}
nav ul li a{
    width:100%;
    display:block;
    text-align:center;
    font-size:1.3em;
    padding:10px 0 10px 0;
    transition:all .3s;
    font-weight: 600

}
nav ul li a:visited,
nav ul li a:link{
    color:#fff;
    text-decoration:none;
}
nav ul li a:hover{
    background:rgba(255,255,255,0.2);
}
.main_img img{
    width:100%;
}
.main{
    max-width:960px;
    margin:0 auto;
    display:flex;
}
.main_area{
    margin-bottom:70px;
    width:70%;
    padding-right:15px;
}
.main_area img{
max-width: 100%;
height: auto;
}

.about{
    position:relative;
}
.about h2{
    position:absolute;
    width:150px;
    height:160px;
    text-align:center;
    background:#1E4E0E;
    top:-120px;
    color:#fff;
    padding-top:110px;
    font-size:1.4em;
    letter-spacing:1px;
}
/*.about p{
    border:10px solid #dddddd;
    padding:40px 30px;
    font-size:1.3em;
    margin:60px 0 50px 40px;
}*/
.link_list{
    margin-bottom:20px;
}
.link_list img{
    width:100%;
}

.news_area .scroll {
	width:auto;
	height:380px;
	overflow:scroll;
	overflow-x: hidden;
}
.news_area{
    width:30%;
    padding-left:15px;
}
.news_area h2{
    margin-top:50px;
    font-size:1.6em;
    border-bottom:6px solid #1E4E0E;
}
.news_box{
    border-bottom:1px dotted #1E4E0E;
    padding:20px 5px 20px 5px;
    font-size:1.1em;
}
.news_box time::before{
    font-family:FontAwesome;
    content:'\f017';
    font-size:0.8em;
    margin-right:2px;
}
.news_box p{
    padding:5px 10px;
}
footer{
    background:#669766;
    height:60px;
    margin-top:100px;
}
footer p{
    color:#fff;
    text-align:center;
    line-height:5;
}


#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 100%;
}

#page-top a {
	background: #1E4E0E;
	border: #fff 1px solid;
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
}
.info_img{
width: 260px;
margin-top: 20px
}
/*--------------------
	下層ページ
--------------------*/
.page .main_area{
	width:100%;
	padding:15px;
	margin-bottom:0;
}
.page .contents{
	margin-bottom:30px;
}


.page .contents h2{
	font-size:1.5em;
	border-left:4px solid #1E4E0E;
	border-bottom:1px dotted #1E4E0E;
	letter-spacing:1px;
	padding-left:8px;
}

.page .contents h3{
position: relative;
	font-size:1.3em;
	font-weight:bold;
	border-left:4px solid #669766;
	padding-left:8px;
	margin:30px 0 10px 0;
}
p.face img {
      margin: -5em 80px 20px;
      width: 75px;
      text-align: right;
}
p.face02 img {
      margin: -5em 120px 20px;
      width: 75px;
      text-align: right;
}
.page .contents p{
	font-size:1.2em;
	padding-top:5px;
	line-height:2;
}

.page table{
	font-size:1.2em;
	padding-top:5px;
	line-height:1.6;
}

.img_waku img{
   border: 1px #CFCFCF solid
}
.contents a img{
   width: 100%
}


.job_img a img {
   width: 26%!important;
}
.job_img a:hover {
   opacity: 0.7
}
.table_sp th{
	background: #F7F9E5;
}

.table_bg td {
	background: #F7F9E5;
}
.table_bg tr:nth-child(odd) td {
	background: #fff;
}
.link_btn{
	display:block;
	margin:0 auto;
}
.link_btn a{
	display:block;
	color:#ffffff;
	padding:15px 0;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#1E4E0E;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.link_btn a:hover{
	opacity:0.7;
}

h3.i_name{
    margin-top: 50px;
    position: relative;
    margin-left: 8rem!important;
}
h3.i_name span{
    display: block;
    font-size: 0.9em;
}
h3.i_name img{
    position: absolute;
    bottom: 0;
    left: -8rem!important;
    width: 75px;
}


@media screen and (max-width:579px){
    .head img{
        width:60px;
    }
    .title h1{
        font-size:1.4em;
    }
    .title p{
        font-size:1.3em;
    }
    .contact{
        font-size:1.1em;
    }
    nav ul li a{
        font-size:0.8em;
    }
    nav ul li:nth-last-child(1){
        border-right:none;
    }
    nav ul li:nth-child(1){
        border-left:none;
    }
    .main{
        display:block;
    }
    .main_area{
        width:100%;
        padding:0;
        margin:0;
    }
    .about p{
        margin:10px;
        padding:20px;
    }
    .about h2{
        height:50px;
        top:-30px;
        padding-top:10px;
    }
    .link_list{
        margin:20px;
    }
    .news_area{
        width:100%;
        padding:10px;
    }
    .news_area h2{
        margin-top:20px;
    }
    footer{
        margin-top:60px;
    }

   footer p{
   color: #fff;
   padding:10px;
   line-height: 1.8em
    }

.job_img a img {
   width: 100%!important
}


.info_img{
width: 100%;
margin-top: 20px
}    
.map iframe{
max-width: 100%;
height: auto;
}

.link_btn{
	display:block;
	margin:0 auto;
}
.link_btn a{
	display:block;
	color:#ffffff;
	padding:15px 0;
    margin: 15px 0;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#1E4E0E;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.link_btn a:hover{
	opacity:0.7;
}

.table_sp{
width: 100%;
}

.table_sp td{
    display: block;
    text-align: center;
}  
.table_sp th{
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
}
#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 60%;
}

#page-top a {
	background: #1E4E0E;
	border: #fff 1px solid;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
}

h3.i_name img{
    left: auto;
    right: 0.5rem;
}

}