@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

* {

	box-sizing: border-box;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.container {
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}

#main .container {
	max-width: 1500px;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0;
	position: relative;
}

#gHeader .logo {
	margin-top:2px
}

#gHeader .logo img.small {
	display: none;
}

#gHeader .form {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0;
	width: 260px;
	font-size: 16px;
	box-sizing: border-box;
	border-left: 1px solid #efefef;
}

#gHeader .form strong {
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 90px;
	font-size: 26px;
	color: #565656;
}

#gHeader .form strong img {
	width: 37px;
	margin-right: 4px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
	width: 60%;
	margin-right: 160px;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

#gNavi li>a {
	display: block;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
}

#gNavi li.on>a {
	color: #038c4a;
	font-weight: 600;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background: #fff;
	z-index: 100;
	padding: 30px 6%;
	border-top: 1px solid #eee;
	text-align: center;
	display: none;
}

#gNavi li .drop a {
	display: inline-block;
	padding: 8px 15px;
	background: #f0f7f3;
	color: #333;
	margin: 8px 10px;
	font-size: 15px;
	border-radius: 5px;
}

#gNavi li .drop a.on {
	background: #038c4a;
	color: #fff;
}

.sec .title {
	padding: 50px 0 20px;
	color: #444;
	position: relative;
}

.sec .title h2 {
	font-size: 44px;
	letter-spacing: 4px;
}

.sec .title h2 span {
	display: inline-block;
	width: 64px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #f7f7f7;
	color: #038c4a;
	font-size: 62px;
	margin-right: 6px;
	border-radius: 4px;
}

.sec .title strong {
	font-size: 26px;
	color: #555;
	font-weight: 500;
}

.sec .title strong p {
	font-size: 15px;
	display: inline-block;
	color: #999;
}

.sec .title a {
	display: block;
	width: 120px;
	line-height: 34px;
	background: #f7f7f7;
	color: #3a3f3d;
	text-align: center;
	border-radius: 17px;
	position: absolute;
	right: 0;
	top: 90px;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 60px 0 10px;
	background: url(../../images/bg5-1.jpg) no-repeat;
	background-size: cover;
}

#gFooter .ul7 {
	padding: 40px 40px 30px;
}

#gFooter .ul7 li {
	float: left;
	width: 22%;
	position: relative;
	padding-left: 60px;
	color: rgb(71, 71, 71);
	font-size: 15px;
}

#gFooter .ul7 li span {
	display: block;
	width: 52px;
	height: 52px;
	background: rgb(3 140 74 / 70%);
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}

#gFooter .ul7 li span img {
	width: 34px;
	vertical-align: middle;
}

#gFooter .ul7 li:last-child {
	width: 34%;
}

#gFooter .ul7 li strong {
	display: block;
	font-size: 18px;
	opacity: 0.9;
}

#gFooter .container {
	background: rgba(255, 255, 255, .5);
	border-radius: 8px;
}

#gFooter .container .fTop {
	padding: 0px 30px 0px 40px;
}

#gFooter .flBox {
	width: 70%;
	padding-top: 10px;
}

#gFooter .fTop .fNav {
	width: 70%;
}

#gFooter .fTop .fNav li {
	width: 11.11%;
	float: left;
	text-align: right;
}

#gFooter .fTop .fNav li a {
	display: block;
	font-size: 15px;
	line-height: 60px;
}

#gFooter .fBot .dl1 {
	width: 20%;
}

#gFooter .fBot .dl2 {
	width: 60%;
}

#gFooter .fBot dl dt {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 8px;
	margin-bottom: 10px;
	line-height: 32px;
}

#gFooter .fBot dl dt:after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 0;
	background: linear-gradient(to right, #037c42, rgb(3 140 74 / 20%) 80%);
}

#gFooter .fBot dd a {
	display: block;
	line-height: 28px;
	font-size: 14px;
}

#gFooter .fBot .dl2 dd a {
	display: block;
	width: 33.33%;
	float: left;
}

#gFooter .frBox {
	width: 30%;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	padding: 10px 0 50px 40px;
}

#gFooter .frBox h3 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 8px;
	margin-bottom: 10px;
	line-height: 32px;
}

#gFooter .frBox h3:after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 0;
	background: linear-gradient(to right, #037c42, rgb(3 140 74 / 20%) 80%);
}

#gFooter .frBox form {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	border-radius: 4px;
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto 12px;
}

#gFooter .frBox form input[type="text"] {
	width: 100%;
	background: none;
	border: none;
	line-height: 34px;
	padding: 0 65px 0 7px;
	box-sizing: border-box;
}

#gFooter .frBox form input[type="submit"] {
	width: 60px;
	line-height: 34px;
	background: rgb(3 140 74 / 80%);
	color: #fff;
	text-align: center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#gFooter .frBox p {
	font-size: 14px;
	line-height: 28px;
	color:#999
}

#gFooter .frBox .ewm div {
	width: 48%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

#gFooter .frBox .ewm div img {
	width: 130px;
	margin: 0 auto 8px;
	display: block;
}

#gFooter .fLink {
	border-top: 1px solid #eee;
	padding: 20px 35px 20px;
}

#gFooter .fLink h4 {
	font-size: 18px;
	margin-bottom: 6px;
	color: #fff;
	opacity: 0.5;
}

#gFooter .fLink a {
	color: #fff;
	opacity: 0.5;
	display: inline-block;
	margin-left: 4px;
}

#gFooter .fbot {
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

#gFooter .fbot img {
	width: 20px;
	vertical-align: middle;
	margin: 0 5px;
}

#gFooter .fbot a {
	color: #fff;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	transform: translateY(-30%);
	display: none;
}

.fixed li {
	margin-top: 20px;
	position: relative;
}

.fixed li span {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #fefefe;
	text-align: center;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.fixed li span img {
	width: 28px;
	vertical-align: middle;
}

.fixed li .box {
	position: absolute;
	left: 70px;
	right: 46px;
	background: #fafffd;
	color: #454545;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	top: 0;
	transition: 0.3s;
	z-index: 1;
}

.fixed li .box img {
	width: 120px;
	margin: 12px 0;
}

.fixed li:hover span {
	border-left: 1px solid rgba(206, 206, 206, .2);
	box-shadow: none;
}

.fixed li:hover .box {
	left: -160px;
}

.fixed li:last-child:hover span {
	border-left: none;
}

.fixed li:last-child span {
	cursor: pointer;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}


.img01 {
	position:fixed;
	left:0;
	top:30%;
	z-index:999;
	width:7%
}
.img01 span.clos1 {
	display:block;
	position:absolute;
	right:0;
	top:0px;
	font-size:30px;
	color:#555;
	width:36px;
	line-height:30px;
	background:#fafafa;
	text-align:center;
	cursor:pointer;
}
.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	#main .container {
		max-width: inherit;
	}

}


@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gHeader {
		padding: 15px 0;
	}

	#gHeader .logo {
		width:230px
	}

	#gNavi li>a {
		line-height: 60px;
	}

	#gHeader .form {
		width: 240px;
	}

	#gFooter .ul7 li {
		width: 20%
	}

	#gFooter .ul7 li:nth-child(3) {
		width: 26%
	}

	#gHeader .form strong {
		line-height: 90px;
	}

	#gHeader .form strong img {
		width: 30px;
	}

	.sec .title strong {
		font-size:24px
	}
	#gFooter .container {
		width:84%
	}

}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader .container {
		width: 92%;
	}

.container {
		width: 88%;
	}

	#gNavi {
		margin-right: 160px;
	}

	#gNavi li>a {
		line-height: 60px;
	}

	#gHeader .form {
		width: 220px;
	}

	#gHeader .form strong {
		font-size: 25px;
	}

	#gFooter .ul7 {
		padding: 30px 30px;
	}

	#gFooter .ul7 li strong {
		font-size: 17px;
	}

	#gFooter .ul7 li span {
		width: 48px;
		line-height: 44px;
		height: 48px;
	}

	#gFooter .ul7 li span img {
		width: 30px;
	}

	#gFooter .frBox .ewm div img {
		width: 120px;
	}

	#gFooter .frBox {
		padding-bottom: 20px;
	}

	.sec .title a {
		width: 110px;
		line-height: 30px;
		top: 93px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	#gHeader .container {
		width: 94%;
	}

	#gNavi {
		margin-right: 190px;
		width: 57%;
	}

	#gFooter .ul7 li {
		width: 20%;
	}

	#gFooter .ul7 li:nth-child(3) {
		width: 26%;
	}

	#gFooter .ul7 li:last-child strong {
		font-size: 16px;
	}

	#gFooter .fBot dl dt {
		font-size: 17px;
	}

	#gFooter .fLink h4 {
		font-size: 16px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.container {
		width: 94%;
	}

	#gHeader .logo {
		width: 220px;
		margin-top:0
	}

	#gHeader .logo img {
		margin-top: 3px;
	}

	#gFooter .frBox {
		padding: 20px 0 30px 20px;
		width: 26%;
	}

	#gFooter .flBox {
		width: 74%;
	}

	#gFooter .frBox .ewm div img {
		width: 100px;
	}

	#gFooter .frBox .ewm div {
		font-size: 13px;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}

	.container {
		width: 100%;
	}

	#main .container {
		max-width: inherit;
		padding: 0 12px
	}

	/*------------------------------------------------------------
		头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 12px;
	}

	#gHeader .logo {
		width: 200px;
		margin-top:0
	}

	#gHeader .menu {
		background: #038c4a url(../../images/icon31.png) no-repeat center;
		background-size: 30px;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		position: absolute;
		right: 12px;
		top: 18px;
	}

	#gHeader .ss {
		width: 40px;
		height: 40px;
		background: #038c4a url(../../images/ss.png) no-repeat center;
		background-size: cover;
		background-size: 24px;
		border-radius: 5px;
		position: absolute;
		right: 62px;
		top: 18px;
	}

	#gHeader .form {
		position: absolute;
		right: 0px;
		top: 70px;
		bottom: inherit;
		left: 0;
		width: inherit;
		font-size: 14px;
		color: #fff;
		background: #038c4a;
		box-sizing: border-box;
		padding: 25px 30px;
		display: none;
		z-index: 100;
	}

	#gHeader .form form {
		width: 100%;
	}

	#gHeader .form input[type="text"] {
		height: 32px;
		line-height: 32px;
		border: 1px solid rgba(255, 255, 255, .8);
		border-radius: 4px;
		padding: 0 40px 0 5px;
	}

	#gHeader .form input[type="text"]::placeholder {
		opacity: 0.9;
	}

	#gHeader .form input[type="submit"] {
		width: 36px;
		height: 32px;
		line-height: 32px;
		background-size: 24px;
		opacity: 1;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		float: inherit;
		width: 100%;
		margin-right: 0px;
		padding: 12px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 70px;
		right: 0;
		border-top: 1px solid #efefef;
		z-index: 999;
		background: #fff;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li>a {
		line-height: 40px;
		font-size: 15px;
		text-align: left;
		background: url(../../images/icon28.png) no-repeat right center;
		background-size: 24px;
	}

	#gNavi li.on>a {
		background-image: url(../../images/icon30.png);
	}

	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a {
		background-image: url(../../images/icon29.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: #fff;
		z-index: 100;
		padding: 10px 0;
		border-top: none;
		overflow: hidden;
	}

	#gNavi li .drop a {
		float: left;
		display: block;
		padding: 0;
		width: 48%;
		color: #333;
		line-height: 36px;
		margin: 5px 1%;
		font-size: 14px;
	}

	.sec .title {
		padding: 30px 0 16px;
		text-align: center;
	}

	.sec .title h2 {
		font-size: 38px;
		letter-spacing: 2px;
	}

	.sec .title h2 span {
		width: 54px;
		height: 60px;
		line-height: 60px;
		font-size: 48px;
		margin-right: 4px;
	}

	.sec .title strong {
	font-size:22px;
	margin-bottom:10px;
	display:block
	}

	.sec a.more {
		display: block;
		width: 110px;
		line-height: 32px;
		background: #038c4a;
		color: #fff;
		text-align: center;
		border-radius: 16px;
		margin: 20px auto 10px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 40px 10px 10px;
	}

	#gFooter .ul7 {
		padding: 20px 10px;
	}

	#gFooter .ul7 li {
		width: 50%;
		padding: 0 0 8px 46px;
		font-size: 14px;
	}

	#gFooter .ul7 li span {
		width: 40px;
		height: 40px;
		border-radius: 3px;
		line-height: 40px;
	}

	#gFooter .ul7 li span img {
		width: 28px;
	}

	#gFooter .ul7 li:last-child {
		width: 100%;
	}

	#gFooter .ul7 li strong {
		display: block;
		font-size: 16px;
		opacity: 1;
	}

	#gFooter .container .fTop {
		padding: 0 10px;
	}

	#gFooter .flBox {
		width: 100%;
		padding-top: 0px;
	}

	#gFooter .fBot .dl1 {
		width: 100%;
	}

	#gFooter .fBot .dl2 {
		width: 100%;
		margin: 15px 0;
	}

	#gFooter .fBot dl dt {
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 30px;
	}

	#gFooter .fBot dl dt:after {
		width: 20px;
		height: 20px;
		left: -5px;
		top: 5px;
	}

	#gFooter .fBot dd {
		overflow: hidden;
	}

	#gFooter .fBot dd a {
		display: block;
		width: 25%;
		float: left;
		line-height: 28px;
		font-size: 14px;
	}

	#gFooter .fBot .dl2 dd a {
		display: block;
		width: 50%;
		float: left;
	}

	#gFooter .fBot .dl dl:nth-child(3) dd a {
		width: 50%;
	}

	#gFooter .frBox {
		width: 100%;
		border-left: none;
		padding: 20px 10px;
	}

	#gFooter .frBox h3 {
		font-size: 17px;
		margin-bottom: 8px;
		line-height: 30px;
	}

	#gFooter .frBox h3:after {
		width: 20px;
		height: 20px;
		left: -5px;
		top: 5px;
	}

	#gFooter .frBox p {
		font-size: 13px;
		line-height: 25px;
	}

	#gFooter .frBox .ewm div {
		font-size: 13px;
	}

	#gFooter .frBox .ewm div img {
		width: 110px;
	}

	#gFooter .power {
		line-height: 26px;
	}

	#gFooter .fLink {
		padding: 10px 10px;
	}

	#gFooter .fLink h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}




}