@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container {overflow: hidden;}
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img {display: block;text-align: center;}
.kv_m,.kv_s { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m {display: block;width: 100%;}
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}





















/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:20px;
	box-sizing: border-box;
	background: #07684F;
	opacity:0.95;
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
	border:1.5px solid #f7edcd;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#004B44;
	opacity:0.95; 
	color: #f6f5e5;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 10px 10px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav a{
	display: block;
	padding: 10px 4px;
	color: #000;
	text-decoration: none;
	position: relative;
	font-size:15px;	
	font-weight: 500;
	letter-spacing:1px;
	line-height:20px;
}
.side-menu2 nav p.name_menu {
    padding: 10px 0;
    font-size: 1.5em;
    line-height: 1em;
    border-bottom: 3px solid;
    border-color: #004B44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}
.side-menu2 nav ul.area1 {
    margin-bottom: 150px;
}
.side-menu2 nav ul.area1 li {
    width: 50%;
    float: left;
    border-bottom: 1px dotted #004B44;
}

.side-menu2 nav ul.area1 li {
    width: 50%;
    float: left;
    border-bottom: 1px dotted #004B44;
}
.side-menu2 nav ul.area1 li:nth-child(even) {
    border-right: 1px dotted #04414b;
}

.side-menu2 nav ul.area2 li {
    border-bottom: 1px dotted #004B44;
}
.side-menu2 nav ul.area1 li:nth-last-child(1),
nav ul.area1 li:nth-last-child(1),
nav ul.area2 li:nth-last-child(1) {
    border-bottom: none;
}
.side-menu2 nav ul.area1 li:nth-child(14) {
    width: 100%;
    border-right: none;
}

@media screen and (max-width: 991px) {
    .side-menu2 {
        display: none;
    }
}








/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #004B44;
}
.nav-pills a:hover{
	color:#FAD3B0;
	background: #004B44;
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}



/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;/* text-align: center; */border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 55px;color: #fff;opacity:0.5;background: url(../images/top.png) center no-repeat;background-size:50%;background-position: 75% 0;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}





/* -- Ida css -- */
header{
    width: 100%; 
	height:30px;
	display: block;
	background: url("../images/head_logo_bg.jpg");
}
.side-menu2{
	background:url("../images/green.jpg") top center no-repeat;
	border: 2px solid #fff;
}
.side-menu2 label{
	background:#004B44;
	color: #fff;
}
.side-menu2 nav a{
	color: #fff;
}
.side-menu2 nav p.name_menu {
    border-color: #004B44;
    color: #fff;
}
.side-menu2 nav ul.area1 li {
    border-bottom: 1px dotted #004B44;
}

.side-menu2 nav ul.area1 li {
    border-bottom: 1px dotted #004B44;
}
.side-menu2 nav ul.area1 li:nth-child(even) {
    border-right: 1px dotted #04414b;
}

.side-menu2 nav ul.area2 li {
    border-bottom: 1px dotted #004B44;
}
.half ul{background: url("../images/bg.jpg") center top repeat;}
.hightlight .font h4 {background: #004B44;}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover {
    color: #FAD3B0;
    background-color: #1D4842;
}
.nav-pills a:hover{
	color:#FAD3B0;
	background: #1D4842;
}

.head_bg{
    width:100%;
    background:url("../images/hea_bg.jpg") top center no-repeat;
    background-size: 100%;
}
.title{
    width: 36%;
    margin: 2% 0 6.5% 30%;
    position: absolute;
}
.title img,.word img{
    width: 100%;
}
.word{
	width: 22%;
	margin: 20.5% 0 11% 37%;
	position: relative;
}
.bg1,.bg2,.bg3,.bg4,.bg5{
    width:100%;
    padding: 15px 0;
}
.bg1{
    background: url("../images/bg1.jpg") center bottom no-repeat!important;
    background-size: 100%!important;
}
.bg2{
    background: url("../images/bg2.jpg") center bottom no-repeat!important;
    background-size: 100%!important;
}
.bg3{
    background: url("../images/bg3.jpg") center top no-repeat!important;
     background-size: 100%!important;
}
.bg4{
    background: url("../images/bg4.jpg") center top no-repeat!important;
     background-size: 100%!important;
}
.bg5{
    background: url("../images/bg5.jpg") center top no-repeat!important;
     background-size: 100%!important;
}
.hightlight li {
    margin-bottom:20px;
}
.titleB h2{
	padding: 0 50px 0 60px;
	margin-bottom:20px;
	background: url("../images/page_title.png") center top no-repeat;
	width:1300px;
	height:165px;
	color:#fff;
	line-height: 190px;
	letter-spacing: 6px;
}
.titleB h2:before, .titleB h2:after {background-color: #fff;opacity: 0;}
.hightlight{margin: 20px auto 30px;}
.side-menu2{	
    z-index:1000;
}
.wrap{
    width: 1160px;
    border-radius:20px;
    background-color:#fff;
    margin:0 auto;
    padding: 15px 0 10px 0;
	background: url("../images/wrap_bg.jpg") center top repeat;
}
footer{
    color: #fff;
    font-size:0.6rem;
    text-align: center;
    margin: 0 auto;
    line-height:21px;
    background: url("../images/footer_bg.jpg") center top repeat;
    padding:10px 0;
}
@media screen and ( max-width: 991px ){
.bg1,.bg2,.bg3,.bg4,.bg5{
    width:100%;
    background: url("../images/bg1.jpg") center top no-repeat;
    background-size: cover!important;
    padding: 15px 0;
}
.wrap{
    width: 100%;
}
.titleB h2{
	padding: 0 50px 0 60px;
	margin-bottom:0;
	width:100%;
	height:auto;
	line-height: 120px;
	background-size: 100%;
	font-size: 30px;
	letter-spacing: 2px;
}
.hightlight{margin: 0 auto;}
.bg1{
    background: url("../images/bg1.jpg") right bottom repeat!important;
    background-size:cover;
}
.bg2{
    background: url("../images/bg3.jpg") left bottom repeat!important;
    background-size:cover;
}
.bg3{
    background: url("../images/bg3.jpg") right bottom repeat!important;
}
.bg4{
    background: url("../images/bg4.jpg")left top no-repeat!important;
    background-size: cover!important;
}
.wrap{
    width: 98%;
}
}

@media screen and ( max-width: 480px ){	
.titleB h2{
	line-height: 100px;
	background-size: 160%;
	font-size: 26px;
}	
}