@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("fontawesome-all.min.css");

/*
	Miniport by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		padding-top: 3.5em;
		position: relative;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #888;
		font-weight: 300;
		font-size: 13pt;
	}

	a {
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		color: #43B3E0;
		text-decoration: underline;
	}

		a:hover {
		color: #fff !important;
		/*background: #383838;*/

		}

		a img {
			border: 0;
		}

	b, strong {
		font-weight: 600;
		color: #3e3e3e;
	}

	i, em {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.75em #eee;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #3e3e3e;
		margin: 0 0 0.75em 0;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

	h1 {
		font-size: 3.25em;
		letter-spacing: -0.025em;
		font-weight: 300;
	}

		h1 strong {
			font-weight: 700;
		}

	h2 {
		font-size: 2em;
		letter-spacing: -0.015em;
	}

	h3 {
		font-size: 1.5em;
		letter-spacing: -0.015em;
	}

	em, i {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	hr {
		border: 0;
		border-top: solid 1px #444;
		border-top-color: rgba(0, 0, 0, 0.35);
		box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
		height: 1px;
		margin: 3em 0;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}


/* Sections/Article */

header {
	margin-bottom: 1em;
}

	header p {
		display: block;
		margin: 1em 0 0 0;
		padding: 0 0 0.5em 0;
	}

footer {
	margin-top: 0em;
}









/* Header */

#header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	background: #00D700;
	height: 8em;
	line-height: 5em;
	box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}



	.logo a img{
	height:1.4em;
	position:fixed;
	top:1.5%;
	left:3%;
	}

	.logo_sp a img{
		height:1.4em;
		position:fixed;
		top:0.7%;
		left:3%;
		}


/*popup*/

.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #00d7006b;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
	width: 65%;
	top: 30%;
	max-width: 800%;
	padding: 2% 4% 0% 7%;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#00D700;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #00D700;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
}
.open_btn:hover{
    background:#00D700;
    color:#fff;
    transition: .3s ease;
}
/*popup end*/

	#header h1 {
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 3em;
		cursor: default;
	}

		#header h1 a {
			font-size: 1.25em;
		}

	#header nav {
		position: absolute;
		right: 1.5em;
		top: 2em;
		height: 3em;
		line-height: 3em;
	}

		#header nav ul {
			margin: 0;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 0.9em;
			}

				#header nav ul li a {
					position: relative;
					display: block;
					color: #fff;
					font-weight: 600;
					border: 2.5px solid #ffffff;

					text-decoration: none;
					height: 2.5em;
					line-height: 2.5em;
					padding: 0 1.3em 0 1.3em;
					outline: 0;
				}







	@media screen and (max-width: 736px) {

		#header {
			height: 4.5em;
			line-height: 2.5em;
		}

			#header h1 {
				text-align: center;
				position: relative;
				left: 0;
				top: 0;
				height: 2.5em;
				line-height: 2.5em;
			}

				#header h1 a {
					font-size: 1em;
				}

			#header nav {
				display: none;
			}

	}

body {
	padding-top: 3em;
}

/* spnav */

/* ===============
  This hamburger button was generated by Zarigani Design Office Hamburger Button Generator.

  Zarigani Design Office's Hamburger Button
  Copyright: 2019 Zarigani Design Office
  URL: https://zarigani-design-office.com/hamburger/
  This software is released under the MIT License.
  http://opensource.org/licenses/mit-license.php
  ================*/

/*+++ Reset +++*/
.zdo_drawer_button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
  }
  
  .zdo_drawer_button {
	display: block;
	padding: 0;
	width: 40px;
	height: 17px;
	position: relative;
	background: none;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
  }
  
  .zdo_drawer_button .zdo_drawer_bar {
	display: block;
	width: 40px;
	height: 2px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
  }
  
  .zdo_drawer_button .zdo_drawer_bar1 {
	top: 0;
  }
  
  .zdo_drawer_button .zdo_drawer_bar2 {
	top: 50%;
  }
  
  .zdo_drawer_button .zdo_drawer_bar3 {
	top: 100%;
  }
  
  .zdo_drawer_button.active .zdo_drawer_bar {
	width: 24.04px;
	left: 11.5px
  }
  
  .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(0.7853981633974483rad) translateY(-50%);
	top: 0px
  }
  
  .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
  }
  
  .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-0.7853981633974483rad) translateY(-50%);
	top: calc(100% - 0px)
  }
  
  .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
  }
  
  .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
  }
  
  .zdo_drawer_text {
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	font-size: 10px;
  }
  
  .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
  }
  
  /*+++ Default Button Color +++*/
	.zdo_drawer_button {
	color: #ffffff;
  }
  
  .zdo_drawer_button .zdo_drawer_bar {
	background-color: #ffffff;
  }
  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top: 1.3%;
	right: 4%;
	z-index: 1001;
  }
  .zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
  }
  .zdo_drawer_menu a:visited {
	color: inherit;
  }
  .zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: -150px;
	z-index: 1000;
	background-color: #00D700;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
  }
  .zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
  }
  
  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
	padding: 112px 24px;
  }
  .zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 16px;
	margin-bottom: 15px;
  }
  








	@media screen and (max-width: 736px) {

		body {
			padding-top: 2.5em;
		}

	}




/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 0px);
		width: 1200px;
		
	}

		.container.medium {
			width: 900px;
		}

		@media screen and (max-width: 3000px) {

			.container {
				width: 1200px;
			}

				.container.medium {
					width: 900px;
				}

		}


		@media screen and (max-width: 736px) {

			.container {
				width: 70%;
				max-width: calc(100% - 30px);
			}

				.container.medium {
					width: 100%;
				}

		}

/* Row */

	.row {
		display: block;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33%;
			display: inline-flex;

		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}
		/*
		.row > .col-8 {
			width: 66.66667%;
		}*/

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -6.25px;
			margin-left: -6.25px;
		}

			.row.gtr-25 > * {
				padding: 6.25px 0 0 6.25px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -6.25px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 6.25px;
				}

		.row.gtr-50 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-50 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-uniform > * {
					padding-top: 25px;
				}

		.row.gtr-150 {
			margin-top: -37.5px;
			margin-left: -37.5px;
		}

			.row.gtr-150 > * {
				padding: 37.5px 0 0 37.5px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -37.5px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 37.5px;
				}

		.row.gtr-200 {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row.gtr-200 > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 50px;
				}

		@media screen and (max-width: 3000px) {

			.row {
				display: block;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}


				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 5em 2.5em 0em 4em;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}


		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 50%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -3.75px;
					margin-left: -3.75px;
				}

					.row.gtr-25 > * {
						padding: 3.75px 0 0 3.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -3.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 3.75px;
						}

				.row.gtr-50 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-50 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row > * {
						padding: 10% 5% 0 5%;
					}

					.row.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-uniform > * {
							padding-top: 15px;
						}

				.row.gtr-150 {
					margin-top: -22.5px;
					margin-left: -22.5px;
				}

					.row.gtr-150 > * {
						padding: 22.5px 0 0 22.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -22.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 22.5px;
						}

				.row.gtr-200 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-200 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 30px;
						}

		}

/* Form */

	form label {
		color: #3e3e3e;
		font-weight: 700;
		display: block;
		margin: 0 0 0.5em 0;
	}

	form input[type=text],
	form input[type=email],
	form input[type=password],
	form select,
	form textarea {
		-moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
		-webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
		-ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
		transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		padding: 0.75em;
		font-size: 1em;
		border-radius: 8px;
		border: solid 1px #ddd;
		background: #fff;
		color: #bbb;
		box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
		width: 100%;
	}

		form input[type=text]:focus,
		form input[type=email]:focus,
		form input[type=password]:focus,
		form select:focus,
		form textarea:focus {
			background: #fafafa;
			/*box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025), inset 0px 0px 2px 1px #43bff0;*/
		}

	form textarea {
		height: 15em;
	}

	form .actions:last-child {
		margin-bottom: 0;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 1px #eee;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				font-weight: 600;
				margin: 0 0 1em 0;
			}

			table.default thead {
				background: #4f4f4f;
				color: #fff;
			}

/* Section/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		display: inline-block;
		position: relative;
		max-width: 3000px;
		width: 100%;
	}

		.image img {
			display: block;
			width: 100%;
			margin: 0 auto;
		}


		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}



		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}




/* List */

	ul {
		list-style: none;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			color: #fff;
			font-weight: bold;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}


/* Box */

	.box {
		background: #fff;
		text-align: center;
		padding: 2em;
	}

		.box.style1 {
			padding: 0% 0% 0% 0%;
		}

		.box.style3 {
			padding: 0% 0% 20% 0%;
		}

			.box.style1 h3 {
				margin-bottom: 0.5em;
			}

		.box.style2 h3 {
			margin-bottom: 0.25em;
		}

		.box.style2 .image {
			position: relative;
			left: 2em;
			top: 2em;
			margin: -4em 0 4em -4em;
			width: auto;
		}


/* Wrappers */

	.wrapper {
		display: block;
		position: relative;
	}

		.wrapper.style1 {	
			background-image: none;
			background-color: #fff;
		}

		.wrapper.style2 {
			display: inline;
		}

		.wrapper.style3 {
			background-color: #f4f4f4;
			text-shadow: 1px 1px 0px #fff;
		}

		.wrapper.style4 {
			background-color: #303030;
			color: #999;
			text-shadow: -1px -1px 0px #181818;
		}

			.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
				color: #fff;
			}

			.wrapper.style4 form input[type=text],
			.wrapper.style4 form input[type=password],
			.wrapper.style4 form select,
			.wrapper.style4 form textarea {
				border: none;
				background: #282828;
			}

				.wrapper.style4 form input[type=text]:focus,
				.wrapper.style4 form input[type=password]:focus,
				.wrapper.style4 form select:focus,
				.wrapper.style4 form textarea:focus {
					background: #252525;
				}



				.about{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
				}

				.about_logo{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
/*画像横スクロール*/



body {
  align-items: center;
	justify-content: center;
}

@keyframes scroll{
  0% {
    transform: translateX(0);
  }
  100% {
		transform: translateX(calc(-250px * 12));
  }
}

.slider {
	width: 100%;
	height: 100%;
  margin: auto;
  overflow:hidden;
	position: relative;
	padding-top: 10%;
}

.slider-wrap {
    animation: scroll 40s linear infinite;
    width:100%;
    height:100%;
  }
.slide-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.slide{
  width:450%;
  height:100%;
  text-align:center;
}


.slider_ {
	width: 100%;
	height: 100%;
  margin: auto;
  overflow:hidden;
	position: relative;
	padding-top: 10%;
}

.slider-wrap_ {
    animation: scroll 60s linear infinite;
    width: 100%;
    height:100%;
  }
.slide-image_{
  width:200%;
  height:100%;
  object-fit:cover;
}
.slide_{
  width:450%;
  height:100%;
  text-align:center;
}

.studio{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-bottom: 1%;
}

.studio_{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-bottom: 1%;

}

.hikae01{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4% 0% 1% 0;

}

.hikae01_{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4% 0% 1% 0;

}

.hikae02{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4% 0% 1% 0;

}

.hikae02_{
	color: #00D700;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4% 0% 1% 0;

}

/*ここまでスクロール*/





				.privacy_text{
					padding: 10%;
					color: #00D700;
				}

				.p_title{
					max-width:3000px;
					width: 100%;
					height:auto;
					margin: 5% 5% 5% 0%;
					display: block;
					text-align: center;
					font-weight: bold;
					font-size: large;
					font-feature-settings: "palt";
				}

				.p_title_{
					max-width: 736px;
					height: auto;
					padding: 4%;
					margin-bottom: 5%;
					display: block;
					text-align: center;
					font-weight: bold;
					font-size: large;
					font-feature-settings: "palt";
					border: 1px solid; 
					border-color: #00D700;
				}

				.p_text{
					text-align: left;
					font-feature-settings: "palt";
				}




				.about_figure{
					width: 30%;
					height:auto;
					display: block;
					position:absolute;
					top:12.3%;
					left:10%;
					z-index: 1;
							}

				.about_figure_text{
					width: 50%;
					height:auto;
					display: block;
					position:absolute;
					top:12.5%;
					left:42%;
				}


				.all1 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				.all1 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			

				.all11 img {
					max-width: 3000px;
					width: 50%;
					height: auto;
					display: block;
					padding-top: 10em;
					padding-bottom: 6em;
				}

				.all11 a img {
					max-width: 3000px;
					width: 50%;
					height: auto;
					display: block;
					padding-top: 10em;
					padding-bottom: 6em;
				}

				.all11_ img {
					max-width: 736px;
					width: 50%;
					height: auto;
					display: block;
					padding-top: 10em;
					padding-bottom: 6em;
				}

				.all11_ a img {
					max-width: 736px;
					width: 50%;
					height: auto;
					display: block;
					padding-top: 10em;
					padding-bottom: 6em;
				}

				.all2 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				.all2 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				
				.all3 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				.all3 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				.all4 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				.all4 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				.all1_ img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				.all1_ a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			

				.all2_ img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				.all2_ a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}

				.all3_ img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				.all3_ a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}


				.all4_ img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				.all4_ a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}

				.all5_ img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				.all5_ a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}


				/*二個目*/
				
				#all1 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
					padding-bottom: 25%;

				}
			
				#all1 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8%;
				}
			


				#all2 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				#all2 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				
				#all3 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				#all3 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				#all4 img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}
			
				#all4 a img{
					max-width:3000px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 8em;
				}

				#all01 img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				#all01 a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			

				#all02 img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				#all02 a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}

				#all03 img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				#all03 a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}


				#all04 img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				#all04 a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}

				#all05 img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}
			
				#all05 a img{
					max-width:736px;
					width: 100%;
					height:auto;
					display: block;
					padding-top: 10%;
				}

								.hf{
                    max-width:1680px;
                    width: 50%;
                    height:auto;
                    float: left;
                    text-align: center;
                }
            
                .hf a img{
                    max-width:1680px;
                    width: 50%;
                    height:auto;
                    display: block;
                }
            
                .hf_{
                    max-width:736px;
                    width: 100%;
                    height:auto;
                    float: left;
                    text-align: center;
                }
            
                .hf_ a img{
                    max-width:736px;
                    width: 100%;
                    height:auto;
                    display: block;
                }

                .hf2{
                    max-width:1680px;
                    width: 50%;
                    height:auto;
                    float: left;
                    text-align: center;
                }
            
                .hf2 a img{
                    max-width:1680px;
                    width: 50%;
                    height:auto;
                    display: block;
                }
            
                .hf2_{
                    max-width:736px;
                    width: 100%;
                    height:auto;
                    float: left;
                    text-align: center;
                }
            
                .hf2_ a img{
                    max-width:736px;
                    width: 100%;
                    height:auto;
                    display: block;
				}
				

				.sns{
					z-index: 30000;
					float: right;
					margin-right: 5%;
				}


				#footer_text{
					text-align: center;
					color: #00D700;
					font-weight: bold;
					font-size: 50%;

				}
			
				#footer_text a{
					text-decoration: none;
					color: #00D700;
					font-weight: bold;

				}

				#footer_text a:hover {
					color: red;
				}
/* Articles */

	body > article {
		margin-bottom: 0;
	}

	#top {
		padding: 10em 0 10em 0;
		text-align: center;
	}

		#top .image {
			margin: 0;
		}


		#top h1 {
			margin-top: 0.35em;
		}

		#top p {
			font-size: 1.5em;
			line-height: 1.75em;
		}

			#top p a {
				color: inherit;
			}

	#contact footer {
		font-size: 0.9em;
	}

/* Copyright */

	#copyright {
		color: #fff;
		font-size: 1em;
		line-height: 1em;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

		#copyright li {
			display: inline-block;
			border-left: solid 1px rgba(0, 0, 0, 0.5);
			box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
			padding: 0 0 0 0em;
			margin: 0 0 0 0em;
		}

			#copyright li:first-child {
				border: 0;
				box-shadow: none;
				padding-left: 0;
				margin-left: 0;
			}

		#copyright a {
			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
			color: inherit;
		}

			#copyright a:hover {
				color: #777;
			}

/* Large */

	@media screen and (max-width: 3000px) {


		.zdo_drawer_menu{
			display:none;
		  }


		/* Basic */

			body {
				font-size: 11pt;
			}

			input, textarea, select {
				font-size: 11pt;
			}

			header {
				margin: 0 0 4em 0;
			}

		/* Wrappers */

			.wrapper {
				padding: 1em 0 1em 0;
				text-align: center;
			}

				.wrapper.style4 .row-special {
					margin: 2em 0 0 0;
					padding: 1em 0 1em 0;
				}

		/* Articles */

			#top {
				padding: 8em 0;
			}

				#top .image {
					width: 24em;
					height: 24em;
					margin: 0;
				}

	}


/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body {
				padding-top: 44px;
			}

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 10pt;
				letter-spacing: 0;
			}

			h1, h2, h3, h4, h5, h6 {
				font-size: 1.25em;
				margin: 0 0 0.4em 0;
			}

			h1 {
				font-size: 2.25em;
				line-height: 1.25em;
			}

			header {
				margin: 0 0 2em 0;
			}

				header > p {
					font-size: 1.25em;
				}

			footer {
				margin: 2.5em 0 0 0;
			}

				footer > p {
					font-size: 1.25em;
				}

			hr {
				margin: 1.5em 0 2em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				text-align: center;
				font-size: 1.2em;
				width: 100%;
				padding: 1em 0 1em 0;
			}

				input[type="button"].large,
				input[type="submit"].large,
				input[type="reset"].large,
				button.large,
				.button.large {
					font-size: 1.2em;
					letter-spacing: 0;
				}


		/* Actions */

			ul.actions {
				margin: 0;
			}

				ul.actions li {
					display: block;
					margin: 15px 0 0 0;
				}

					ul.actions li:first-child {
						margin-top: 0;
					}

		/* Box */

			.box {
				padding: 30px 20px 30px 20px;
				margin: 0 0 20px 0 !important;
			}

				.box h3 {
					margin-bottom: 0.25em;
				}

				.box .image.centered {
					margin-bottom: 1em;
				}

				.box .image.featured {
					position: relative;
					left: 20px;
					top: 20px;
					margin: -50px 0 50px -40px;
					width: auto;
				}

				.box.style1 {
					max-width: 32em;
					margin-left: auto !important;
					margin-right: auto !important;
				}

				.box.style2 {
					max-width: 32em;
					margin-left: auto !important;
					margin-right: auto !important;
				}

		/* Wrappers */

			.wrapper {
				padding: 3em 0;
				text-align: center;
			}

		/* Nav */


		.zdo_drawer_menu{
			display:block;
		  }


			#nav {
				height: 44px;
				line-height: 44px;
			}

				#nav a {
					padding: 0 0.75em;
					height: inherit;
					line-height: inherit;
					border-radius: 0;
				}

					#nav a:hover {
						background-color: transparent;
					}

		/* Articles */

			#top {
				padding: 3em 0;
			}

				#top .image {
					width: 15em;
					height: 15em;
					margin-bottom: 0;
				}

				#top p {
					font-size: 1em;
				}

			#contact footer {
				margin: 0;
			}

		/* Copyright */

			#copyright {
				font-size: 1em;
				margin: 0;
			}

				#copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					box-shadow: none;
					border-left: 0;
				}

					#copyright li:first-child {
						margin-top: 0;
					}

	}




	/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 736px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.outer{margin-bottom: 20%;}
.a-box{width: 100%; margin: 0; padding:10px 10px 0 10px; border:3px solid #00FF00; box-sizing: border-box; margin-bottom: 10px;}
.a-box img{width: 100%; margin: 0; padding: 0; vertical-align: bottom;}
.a-box .pict{overflow:hidden; }
.a-box .pict img{ transition:1s all;}
.a-box .pict img:hover{transform:scale(1.2,1.2);transition:1s all;}
.a-box a{color: #00d700;text-decoration: none; }
.a-box h3{margin: 0;color: #00d700; padding: 15px 5px}
.a-box h3 span{font-size: 18px;}
.inline-block{display: inline-block!important; vertical-align: top;}
.sns-box{text-align: right;}
span.sns {display: inline-block!important; /*float: none;*/ margin-right: 0; margin-left:12px;}
span.sns img{width: 30px;vertical-align: middle;}


@media only screen and (max-width: 736px) {
.a-box{ margin-bottom:3px;}
span.sns img{width: 20px;}
.container.w80{width: 80% !important;}
.a-box h3{font-size:1.5em; padding: 10px 2px;line-height: 1.4;}
.a-box h3 span{font-size:0.9em;}
}

.note-inner{max-width: 1100px;margin: 0 auto; width: 90%;}
.note-inner .subtit{font-size: 17px;text-align: center;margin-top: 50px;font-weight: bold;margin-bottom: 30px;}
.note-inner .copy{text-align: center;}
.note-inner .copy2{text-align: right; font-size: 12px;}

@media only screen and (max-width: 736px) {
.note-inner .copy{text-align: left; font-size: 13px;}
.note-inner .copy2{text-align: right; font-size: 10px;}
}

@media only screen and (max-width: 736px) {
.a-box{padding:  5px 5px 0 5px}
.a-box h3{font-size:0.7em;line-height: 1.4;}
.a-box h3 span{font-size:0.7em;}
}




