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



.clearfix:after {
  	content: ".";  
  	display: block; 
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
ul,ol {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.fa-li {
    top: calc(50% - .5em) !important;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	color: #222;
	font-family: "Noto Sans Japanese";
	font-size: 14px; font-size: 1.4rem;
	line-height: 2;
	margin: 0;
	letter-spacing: 1px;
}
h2 {
	color: #007749;
}
h2.under {
	font-size: 30px;
    line-height: 1.25;
}
h2.under span {
	display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #007749;
}
h2.bar {
	position: relative;
	padding-left: 55px;
	font-size: 24px;
}
h2.bar:before {
	content: "";
    width: 40px;
    height: 3px;
    background: #007749;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
h2.border {
	border-bottom: 3px solid #d5d9e2;
}
h2.border2 {
	position: relative;
	text-align: center;
}
h2.border2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h2.border2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #007749;
}

h3.border {
	position: relative;
	text-align: center;
}
h3.border span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h3.border::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d9e2;
}

h3.bar {
	color: #007749;
	position: relative;
	padding-left: 40px;
	font-size: 20px;
}
h3.bar:before {
	content: "";
    width: 25px;
    height: 2px;
    background: #d5d9e2;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.en {
	font-family: 'Fjalla One', sans-serif;
}
.mincho {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-nowrap {
	white-space: nowrap;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #007749;
	text-decoration:none;
	outline: none;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a:visited {
}
a:hover,
a:focus {
	text-decoration: none;
	color: #ccc;
}
/* =Layout
-----------------------------------------------------------------------------*/
.container {
	max-width: 1140px;
    margin: 0 auto;
}
/* =Header
-----------------------------------------------------------------------------*/
#header {
	border-top: 3px solid #007749;
}
#header h1#logo {
	width: 220px;
	margin: 0 30px;
	padding: 20px 15px;
	float: left;
}
#header h1#logo img {
	width: 240px;
}
/* =Global navi
-----------------------------------------------------------------------------*/
#global-nav {
	float: right;
	margin-right: 20px;
}
#global-nav ul li {
	float: left;
	border-bottom: 3px solid #fff;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
#global-nav ul li:hover {
	border-bottom: 3px solid #f7931e;
}
#global-nav ul li a {
	display: block;
	padding: 33px 30px;
	font-size: 14px;font-size: 1.4rem;
	font-weight: bold;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 18px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #007749;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
.overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.25;
        filter: alpha(opacity=25);
        -ms-filter: "alpha(opacity=70)";
        z-index: 99;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 4px solid #007749;
}
#footer .address {
	font-size: 13px;font-size: 1.3rem;
	line-height: 1.5;
}
#footer #footer-navi ul {
	text-align: center;
	margin-bottom: 0;
}
#footer #footer-navi ul li {
	display: inline-block;
	border-left: 1px solid #007749;
}
#footer #footer-navi ul li:last-child {
	border-right: 1px solid #007749;
}
#footer #footer-navi ul li a {
	display: block;
	padding: 0 1.5em;
	font-size: 13px;font-size: 1.3rem;
	font-weight: bold;
	font-family: 'Fjalla One', sans-serif;
}
#copyright {
	padding: .75em 10px;
	background: #007749;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
/* トップへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    margin: 0;
    text-align: center;
}
#page-top a {
	display: block;
    background: #007749;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 44px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .8;
}

/* =Misc
-----------------------------------------------------------------------------*/
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
.gray {
	background: #f7f7f7;
}
.color-red {
	color: #c7025d;
}
/* =Buttons
-----------------------------------------------------------------------------*/
a.button {
	display: inline-block;
	width: 260px;
	font-size: 18px;
    font-weight: normal;
    text-decoration:none;   
    text-align: center;
    color: #fff;
    background: #007749;
    border:1px solid #007749;
    padding: .5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.button:hover {
	color: #007749;
	background: transparent;
}
a.button2 {
	display: inline-block;
	width: 260px;
	font-size: 18px;
    font-weight: normal;
    text-decoration:none;   
    text-align: center;
    color: #007749;
    background: transparent;
    border:1px solid #007749;
    padding: .5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.button2:hover {
	color: #fff;
	background: #007749;
}
/* =Tables
-----------------------------------------------------------------------------*/
table {
	margin: 0;
	padding: 0;
	width:100%;
}
table.table th {
	padding: 1em 1em 1em 0px !important;
}
table.table td {
	padding: 1em 1em !important;
}
table.table,table.table-blue {
	 border-bottom: 1px solid #ddd;
}
table.table-blue {
	border-top: 1px solid #007749;
}
table.table-blue th {
	border-bottom: 1px solid #ddd;
	padding: 1em 2em;
	text-align: center;
	background: #f7f7f7;
}
table.table-blue td {
	border-bottom: 1px solid #ddd;
	padding: 1em 1em 1em 1.5em;
}

/* =Visual
-----------------------------------------------------------------------------*/
#visual {
	width: 100%;
	height: 300px;
	display: table;
	background: url(images/bg.jpg) center center no-repeat;
	background-size: cover;
}
#visual h1 {
	display: table-cell;
	color: #fff;
	font-size: 3em;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	vertical-align: middle;
	line-height: 1.5;
}

/* =Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb {
	background: #f7f7f7;
	padding: 10px 0;
	font-size: 13px;font-size: 1.3rem;
}
/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar > h3 {
	margin: 0;
	border-bottom: 3px solid #007749;
}
#sidebar ul li {
	border-bottom: 1px dotted #d5d9e2;
}
#sidebar ul li a {
	display: block;
	padding: .65em .65em .65em 40px;
	position: relative;
}
#sidebar ul li a:before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #d5d9e2;
	position: absolute;
	top: calc(50% - 1px);
	left: 13px;
}
/* =Contents
-----------------------------------------------------------------------------*/
.img-left-content {
	height: 540px;
}
.img-left-content .container {
	position: relative;
}
.img-left-content h2 {
	position: absolute;
	right: 100px;
	top: 10px;
	text-align: right;
	font-weight: normal;
}
.img-left-content .container .img {
	position: absolute;
	right: 300px;
	width: 1080px;
	z-index: -1;
}
.img-left-content .container .text {
	position: absolute;
	right: 0;
	top: 160px;
	width: 400px;
	padding: 40px;
	background: #fff;
}

.img-right-content {
	height: 540px;
	overflow: hidden;
}
.img-right-content .container {
	position: relative;
}
.img-right-content h2 {
	position: absolute;
	left: 60px;
	top: 10px;
	font-weight: normal;
}
.img-right-content .container .img {
	position: absolute;
	left: 300px;
	width: 1080px;
	z-index: -1;
}
.img-right-content .container .text {
	position: absolute;
	left: 0;
	top: 160px;
	width: 400px;
	padding: 40px;
	background: #fff;
}

/* =Top page
-----------------------------------------------------------------------------*/
#top-sec5 {
	width: 100%;
	height: 160px;
	background: url(images/5.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#news table th {
	padding: .25em 1em .25em 0px !important;
	font-size: 13px;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    vertical-align: top;
}
#news table td {
	padding: .25em .25em !important;
}
#news table .box-link:hover th,#news table .box-link:hover td a {
	color: #f7931e;
}


@media (max-width: 767px) {
	.img-left-content {
		height: auto;
	}
	.img-left-content h2.under {
		position: static;
		text-align: left;
		font-size: 26px;
		margin-bottom: 0;
	}
	.img-left-content .container .img {
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
	.img-left-content .container .text {
		position: static;
		width: 100%;
		padding: 1em;
	}
	
	.img-right-content {
		height: auto;
	}
	.img-right-content h2.under {
		position: static;
		text-align: left;
		font-size: 26px;
		margin-bottom: 0;
	}
	.img-right-content .container .img {
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
	.img-right-content .container .text {
		position: static;
		width: 100%;
		padding: 1em;
	}
	#footer #footer-navi ul li {
		display: block;
		border-left: none;
		border-top: 1px solid #d5d9e2;
	}
	#footer #footer-navi ul li:last-child {
		border-right: none;
		border-bottom: 1px solid #d5d9e2;
	}
	#footer #footer-navi ul li a {
		display: block;
		padding: .25em 0;
	}
	#footer .text-right {
		text-align: center;
	}
	#page-top {
	    bottom: 0;
	    right: 0;
	}
	#page-top a {
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    display: block;
	    line-height: 24px;
	    font-size: 24px;
	}
	#visual {
		height: 150px;
	}
	#visual h1 {
		font-size: 2em;
	}
	#slider-wrap.mb-30 {
		margin-bottom: 0;
	}
}


@media (max-width: 959px) {
	#header {
		position: relative;
		z-index: 9999;
		background: #fff;
	}
	#header h1#logo {
	    width: 160px;
	    margin: 0 12px;
	    padding: 13px 0;
	    float: left;
	    position: relative;
	    z-index: 9999;
	    line-height: 1;
	}
	#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 30px;
        background: #007749;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
	    float: none;
	    border: none;
    }
    #global-nav ul li:hover {
	    border: none;
    }
    #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(25px);
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: .9;
         z-index: 999;
         visibility: visible;
    }

}