@media screen and (min-width:768px){
#contentsBox {
	width: 100%;
	border-top: 5px #f1c40f solid;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	height: auto;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header {
	width: 100%;
	display: inline-block;
	height: 118px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#headerInner {
	width: 100%;
	display: inline-block;
	position: absolute;
	height: 116px;
	margin-left: 75px;
	text-align: left;
}




#contentsArea {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	height: auto;
	margin-left: 0px;
}
.wrap {
	display: flex;
	background-color: #D7EFE0;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	top: 63px;
	margin-top: 0px;
}
.box {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 410px;
	height: 240px;
	text-align: left;
	margin-right: 5px;
}
.box a:hover {
	opacity: 0.46;
}

.gloNav-list {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	padding-left: 0px;
	margin-left: -75px;

}
.gloNav {
	display: none;
	width: 100%;
	position: relative;
	z-index: 90;
	background-color: #FFFFFF;
	height: 100%;
}

#spHeaderNav {
	display: none;
}

.button {
	position: relative;
	-webkit-perspective: 240px;
	perspective: 240px;
	width: 100%;
	font-weight: bold;
	color: #205527;
}
.button span {
	width: 140px;
	border: 2px solid #333;
	height: 30px;
	text-align: center;
	line-height: 29px;
	-webkit-transition: all 1.3s;
	transition: all 1.3s;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.button2 span {
	border: 2px solid #333;
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	-webkit-transition: all 1.3s;
	transition: all 1.3s;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 17px;
}

.button span:nth-child(1) {
	background-color: #165817;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	list-style-image: none;
	list-style-type: none;
	transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -12px;
	-moz-transform-origin: 50% 50% -12px;
	transform-origin: 50% 50% -12px;
}

.gloNav_btn span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	list-style-image: none;
	list-style-type: none;
	transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -12px;
	-moz-transform-origin: 50% 50% -12px;
	transform-origin: 50% 50% -12px;
}
.secure {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #4C6751;
	font-size: 12px;
}


.button span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -12px;
	-moz-transform-origin: 50% 50% -12px;
	transform-origin: 50% 50% -12px;
}
.button2 span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -12px;
	-moz-transform-origin: 50% 50% -12px;
	transform-origin: 50% 50% -12px;
}

.gloNav_btn span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -12px;
	-moz-transform-origin: 50% 50% -12px;
	transform-origin: 50% 50% -12px;
}

.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button2:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.gloNav_btn:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.button:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.button2:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

#headerInner article h1 {
}
article h1 {
	width: 100%;
	text-align: center;
	font-size: x-large;
}
.footer {
    background-color: #9FC4E2;
    position: relative;
    top: 1856px;
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.gloNav-list li {
	display: inline-block;
	width: 140px;
	position: relative;
	padding-left: 0px;
	left: auto;
}
.logo_01 {
	font-size: xx-large;
	padding-top: 10px;
	margin-left: -75px;
	font-weight: bolder;
	text-align: center;
}
.wrap_01 {
	display: none;
	background-color: #888B93;
}
.main_photo_it01 {
    position: relative;
    width: 100%;
    height: 742px;
    background-image: url(../images/newmalumalu.jpg);
    background-repeat: no-repeat;
    margin-right: 0px;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: -20px;
}
.information_it {
	width: 410px;
	height: 240px;
	text-align: center;
	line-height: 42px;
	z-index: 10;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.continue_it {
	text-align: center;
	width: 410px;
	margin-top: 30px;
}
.continue_it:hover {
	opacity: 0.48;
}

.continue_it a {
	font-weight: bold;
	color: #166E8E;
	text-align: center;
}

.title_it {
	text-align: center;
	font-weight: bolder;
	font-size: xx-large;
	color: #287050;
	padding-left: 0px;
	margin-left: -31px;
}
.message_it {
	text-align: center;
	font-weight: normal;
	color: #7D7126;
	width: 410px;
	line-height: 25px;
}
.message02_it {
	text-align: center;
	font-weight: bold;
	color: #1C435F;
	width: 410px;
	line-height: 22px;
	margin-top: 20px;
}
.title_it:hover {
	opacity: 0.46;
}
.wrap_it {
	display: flex;
	background-color: #D7EFE0;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	top: 63px;
	margin-top: 0px;
	margin-left: 75px;
	width: 1280px;
}
.main_it01_p {
	width: 100%;
	color: #A2A2A2;
	margin-top: 20px;
	z-index: 49;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-left: 555px;


}
.title_it_theme {
}
.mouseHvr {
	width: 410px;
	height: 240px;
	color: #6FB571;


}
.main_it02_p {
	width: 100%;
	color: #a2a2a2;
	margin-top: 0px;
	padding-top: 10px;
	z-index: 49;
	display: block;
	font-weight: bold;
	margin-left: 555px;
	text-align: center;
}

.mouseHvr:hover {
	opacity: 0.51;
	color: #D18F69;
}
.ue:hover {
	opacity: 0.45;

}
.ue {
	text-decoration: underline;
}
.hi {
	text-decoration: underline;
}
.hi:hover {
	opacity: 0.44;
}
.keiei:hover {
	opacity: 0.45;
	text-decoration: underline;
}
.kigyo:hover {
	text-decoration: underline;
	opacity: 0.42;
}
.tukin:hover {
	text-decoration: underline;
	opacity: 0.43;
}
.seminar:hover {
	opacity: 0.43;
	text-decoration: underline;
}
.public:hover {
	opacity: 0.44;
	text-decoration: underline;
}
.kakutei:hover {
	opacity: 0.42;
	text-decoration: underline;
}
.aioi:hover {
	opacity: 0.45;
	text-decoration: underline;
}
.wrap_footer {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 296px;
    justify-content: space-around;
    position: absolute;
    margin-right: 0px;
    flex-wrap: wrap;
}
.information_footer {
	width: 154px;
	height: 211px;
	text-align: left;
	line-height: 16px;
	margin-top: 17px;
	margin-bottom: 5px;
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
}
.menu_footer {
	width: 1280px;
	text-align: center;
	position: absolute;
	top: 261px;
	letter-spacing: 3px;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 75px;
}
.dogHvr:hover {
	opacity: 0.5;
}
.owarinokotoba {
    position: absolute;
    top: 361px;
    text-align: center;
    color: #FFFFFF;
    font-size: small;
    left: 524px;
}
.title_it_footer {
	text-align: center;
	font-weight: bolder;
	font-size: 75%;
	color: #287050;
	padding-left: 0px;
	margin-left: -10px;
	width: 157px;
	position: absolute;
}
.title_it_footer a {
	color: #188417;
}


.message_it_footer {
	text-align: left;
	font-weight: normal;
	color: #7D7126;
	font-size: 66%;
	width: 147px;
	height: 62px;
	min-height: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	top: 12px;
}
.message02_it_footer {
	font-size: 66%;
	font-weight: bold;
	text-align: left;
	color: #1c435f;
	width: 147px;
	height: 166px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	cursor: pointer;
	margin-top: 81px;
}
.continue_it_footer {
	font-weight: bold;
	color: #166E8E;
	text-align: center;
	font-size: 66%;
	width: 157px;
	padding-left: 0px;
	position: absolute;
	top: 224px;
}
.title_it a {
	color: #227F13;
	font-weight: bold;
	font-size: xx-large;
}
.surface {
	width: 450px;
	height: 325px;
	background-image: url(../images/surface.jpg);
	z-index: 85;
}
.surface a {
	color: #fff;
	z-index: 61;
}
.main_it03_p {
	width: 100%;
	text-align: center;
	color: #BAA536;
	margin-top: 0px;
	padding-top: 10px;
	z-index: 49;
	display: block;
	font-weight: bold;
	margin-left: 555px;
}
.gloNav_btn {
	position: relative;
	-webkit-perspective: 240px;
	perspective: 240px;
	color: #0F4524;
	font-weight: bold;
}
.gloNav_btn span {
	display: block;
	position: absolute;
	border: 2px solid #333;
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1.3s;
	transition: all 1.3s;
}
.gloNav_btn:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.wrap_header {
	display: flex;
	flex-direction: row;
	width: 1280px;
	height: 320px;
	justify-content: space-between;
	position: relative;
	margin-right: 0px;
	flex-wrap: wrap;
	padding-left: 115px;
	z-index: 55;
}
.menu_header {
    width: 100%;
    text-align: center;
    top: 307px;
    letter-spacing: 3px;
    font-size: 85%;
    font-weight: bold;
    color: #497848;
    margin-right: 0px;
    margin-top: 19px;
    position: absolute;
}
.information_header {
    width: 154px;
    height: 285px;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 22px;
    z-index: 99;
    text-indent: 0px;
    text-align: center;
    margin-top: 5px;
    display: block;
}
nav .gloNav-list ul {
	margin-top: 14px;
	margin-right: px;
	margin-bottom: px;
	padding: 0px;
	position: absolute;
	z-index: 17;
	margin-left: -157px;
	display: none;
}
nav .gloNav-list li:hover ul {
	display: block;
	margin-left: 0px;
}
.main_it04_p {
	width: 100%;
	text-align: center;
	color: #BAA536;
	margin-top: 10px;
	padding-top: 0px;
	z-index: 49;
	display: block;
	margin-left: 555px;
	line-height: 0px;
	-webkit-box-shadow: 0px 0;
	box-shadow: 0px 0;
}
.main_it05 {
	width: 100%;
	text-align: center;
	color: #BAA536;
	margin-top: 10px;
	padding-top: 0px;
	z-index: 49;
	display: block;
	font-weight: bold;
	margin-left: 555px;
	line-height: 0px;
}
.hidden {
	display: none;
	margin-top: 0px;
}
.message02_it_footer ul {
	list-style-type: none;
	margin-top: -118px;
	background-color: #F9F9F9;
	z-index: 31;
}
.message02_it_footer h3 {
	font-weight: bold;
	color: #127E46;
	width: 147px;
	height: auto;
	margin-right: 5px;
	margin-left: 0px;
	top: 5px;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-top: 3px;
}
.message02_it_header h3 {
	font-weight: bold;
	color: #127E46;
	width: 156px;
	height: auto;
	margin-right: 5px;
	margin-left: 0px;
	cursor: pointer;
	position: relative;
	margin-top: 0px;
	font-size: 130%;
	padding-top: 0px;
	z-index: 20;
}
.message02_it_header ul {
	margin-top: 0px;

}


.message02_it_footer h3:hover {
	text-decoration: underline;
}
.secure:hover {
	opacity: 0.45;
	text-decoration: underline;
}
.message02_it_header:hover {
}
.message02_it_header {
	font-size: 66%;
	font-weight: bold;
	text-align: left;
	color: #1c435f;
	width: 147px;
	height: 200px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	cursor: pointer;
}
.hidden {

}
.main_it04_p:hover {
	opacity: 0.4;
}
.message02_it_header .hidden li {
	z-index: 100;

}
.logo_01:hover {
	opacity: 0.5;
}
.button2 {
    position: relative;
    -webkit-perspective: 240px;
    perspective: 240px;
    width: 100%;
    color: #205527;
    font-weight: bold;
}
.title_malumalu {
	text-align: center;
	font-weight: bolder;
	border: 10px solid #9F5B2C;
	width: 370px;
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box_malu-malu {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 1230px;
	height: 520px;
	text-align: left;
	margin-right: 5px;
}
.box_malu-malu2 {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 1280px;
	height: 30px;
	text-align: left;
	margin-right: 5px;
}
.message_malu-malu {
	width: 100%;
	text-align: center;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	color: #14380E;
}
#gloNav {
	display: none;
	width: 100%;
	position: relative;
	z-index: 90;
	top: 0px;
	background-color: #FFFFFF;
	height: 100%;
}
ul .secure a {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #4C6751;
	font-size: 12px;
}
.message02_it_header h3:hover {
	opacity: 0.6;
}
.message02_it_header02 {
	width: 156px;
	height: 270px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 22px;
	z-index: 99;
	text-indent: 0px;
	text-align: center;
	margin-top: 5px;
}
.button2 span:nth-child(1) {
    color: #fff;
    -webkit-transform: rotateX(90deg);
    list-style-image: none;
    list-style-type: none;
    transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -12px;
    -moz-transform-origin: 50% 50% -12px;
    transform-origin: 50% 50% -12px;
    background-color: #176016;
}



































































































}

@media screen and (max-width:767px){
#contentsBox {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
#contentsArea {
	width: 100%;
}

.wrap {
	display: flex;
	background-color: #D1E7F7;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 100%;
	height: 300px;
	background-color: #E1FFF2;
	font-size: 88%;
}
.gloNav {
	display: none;


}
#spHeaderNav {
	height: 30px;
	display: block;
	margin-right: 0px;
	line-height: 19px;
	font-size: large;
	z-index: 999;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 41px;
	padding-left: 0px;
	padding-top: 0px;
	top: 0px;
	width: 380px;
	text-align: center;
	color: #273C42;
	margin-top: 13px;
	background-color: #CCE0E4;
}
.wrap_01 {
	width: 310px;
	display: flex;
	flex-direction: row;
}


#nav-toggle {
	width: 40px;
	height: 40px;
	margin-left: 312px;
	padding-top: 0px;
	cursor: pointer;
	z-index: 124;
	padding-left: 0px;
	margin-top: -29px;
	display: block;
	top: auto;
}
#nav-toggle div {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: -8px;
	cursor: pointer;
}
#nav-toggle span {
	width: 100%;
	display: block;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color: #4C77C4;
}
#nav-toggle span:nth-child(1) {
	width: 25px;
	margin-left: 7px;
	z-index: 20;
	top: auto;
	margin-top: 14px;
	height: 2px;
}
#nav-toggle span:nth-child(2) {
	width: 25px;
	margin-left: 7px;
	z-index: 20;
	margin-top: 20px;
	height: 2px;
}
#nav-toggle span:nth-child(3) {
	width: 25px;
	z-index: 20;
	margin-left: 7px;
	margin-top: 26px;
	height: 2px;
}
.open nav {
	-webkit-transform: translateY(350px);
	-moz-transform: translateY(350px);
	transform: translateY(350px);
}
.open #nav-toggle span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 21px;
}
.open #nav-toggle span:nth-child(2) {
	-webkit-transform: rotarte(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 21px;
}
.open #nav-toggle span:nth-child(3) {
	-webkit-transform: rotarte(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 21px;
}
.sp_gloNav {
}
.sp_gloNav nav {
	width: 160px;
	-webkit-transition: .5s easein-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #333;
	z-index: 104;
	opacity: 0.82;
	height: 188px;
	text-align: center;
	margin-top: -460px;
	position: absolute;
	display: block;
	padding-top: 16px;
	margin-left: -173px;
}
.sp_gloNav nav ul {
	position: static;
	list-style: none;
	bottom: 0;
	font-size: 14px;
	float: none;
}
nav ul {
	float: none;
	position: static;
	width: 160px;
	display: block;
	color: #E0B82C;
	margin-top: 0px;
	top: 9px;
	z-index: 125;
	opacity: 1;
	height: 31px;
}
nav ul li {
	width: 100%;
	display: block;
	color: #E0B82C;
	margin-top: 0px;
}
.spBt {
	width: 100%;
	display: block;
	color: #E0B82C;
	line-height: 31px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}

nav {
	width: 160px;
	-webkit-transition: .5s easein-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #333;
	z-index: 104;
	opacity: 0.82;
	height: 188px;
	text-align: center;
	margin-top: -340px;
	position: absolute;
	display: block;
	padding-top: 0px;
	margin-left: -173px;
}
article h1 {
	display: none;

}
#header {
	width: 100%;
	background-color: #C2F4FF;
	text-align: center;
	margin-top: 10px;
	color: #477C4F;
}
#headerInner {
	width: 100%;
}
.main {
	background-color: dodgerblue;
	width: 100%;
}
.logo {
	width: 212px;
	font-weight: bold;
	font-size: large;
	color: #3A6580;
}
.box_01 {
	width: 172px;
	background-color: #cce0e4;
}
.box_02 {
	width: 132px;
	text-align: right;
	background-color: #CCE0E4;
}
.wrap_it {
	display: flex;
	background-color: #D3ECF7;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap_footer {
	display: none;
}
.menu_footer {
	font-size: small;
	color: #FFFFFF;
	top: 7px;
	position: relative;
}
.owarinokotoba {
	text-align: center;
	font-size: small;
	color: #FFFFFF;
}

.dogHvr:hover {
	opacity: 0.5;
	color: #FFFFFF;

}
.surface {
	width: 450px;
	height: 325px;
	background-image: url(../images/surface.jpg);
	z-index: 92;
}
.surface a {
	color: #fff;
	text-align: center;
	font-size: medium;
	margin-left: 68px;
	z-index: 97;
}
.gloNav_btn {
	display: none;
}
.message_malu-malu {
	width: 100%;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #16461D;
}
.message_it {
	text-align: center;
	color: #55340C;
	font-weight: bold;
}
.message02_it {
	text-align: center;
	color: #181F2A;
	font-weight: bold;
}
.latest_it {
	margin-bottom: 10px;
	text-align: center;
	color: #0A370E;
	font-weight: bold;
}
.continue_it {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #792A0F;
}
.title_malumalu {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #335395;
	font-weight: bold;
}
.box_malu-malu {
	width: 30%;
}
















































}
