@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

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

@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
:root {
	color: #000;
	font-size: 10px;
}

body {
	color: #000;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
	font-weight: 400;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 3.75vw;
	}
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
	font-weight: 400;
}

.mudium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

.minino {
	font-family: minion-3, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
}

@media (max-width: 995px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	max-width: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #000;
}
@media (min-width: 1200px) {
	a:hover {
		color: #000;
		text-decoration: underline;
	}
	a:visited {
		color: #000;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #979797;
	border-radius: 0px;
	background-color: #fff;
}

select {
	max-width: 100%;
	height: 2.6em;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #979797;
	background: #fff url("../img/arrow.svg") right center/2.6em 2.6em no-repeat;
	background-color: #fff;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

button {
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5em;
	background: #f9f9f9;
	border: 1px solid #3589B7;
	vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\2713";
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-indent: -0.1em;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	-webkit-box-shadow: 9999px 0 0 -5px #fff;
	box-shadow: 9999px 0 0 -5px #fff;
	-webkit-animation: dotPulse 1.5s infinite linear;
	animation: dotPulse 1.5s infinite linear;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}
.dot-pulse::before, .dot-pulse::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
}
.dot-pulse::before {
	-webkit-box-shadow: 9984px 0 0 -5px #fff;
	box-shadow: 9984px 0 0 -5px #fff;
	-webkit-animation: dotPulseBefore 1.5s infinite linear;
	animation: dotPulseBefore 1.5s infinite linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.dot-pulse::after {
	-webkit-box-shadow: 10014px 0 0 -5px #fff;
	box-shadow: 10014px 0 0 -5px #fff;
	-webkit-animation: dotPulseAfter 1.5s infinite linear;
	animation: dotPulseAfter 1.5s infinite linear;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}

@keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	overflow-x: hidden;
}

.wrap {
	position: relative;
	width: 1180px;
	margin: 0px auto;
}
@media (max-width: 1199px) {
	.wrap {
		width: auto;
		margin: 0px 50px;
	}
}
@media (max-width: 767px) {
	.wrap {
		margin: 0px 7vw;
	}
}

.linkbox {
	cursor: pointer;
}

.sp {
	display: none!important;
}
@media (max-width: 995px) {
	.sp {
		display: block!important;
	}
}

@media (max-width: 767px) {
	.spnone {
		display: none !important;
	}
}

.tb {
	display: none;
}
@media (max-width: 995px) {
	.tb {
		display: inherit;
	}
}

@media (max-width: 995px) {
	.pc {
		display: none !important;
	}
}

/*----------------------- header --------------------------*/
header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	z-index: 1000;
	background: #fff;
}
header .logo {
	padding: 0 25px;
	height: 100%;
	display: flex;
	align-items: center;
}
@media(max-width: 450px) {
	header .logo {
		padding: 0 4vw;
	}
	header .logo img {
		width: 80%;
	}
}
header #gnavi {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header #gnavi .gnavi-thumb {
	width: 100%;
	height: 65vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
header #gnavi .gnavi-thumb img {
	width: 100%;
	height: auto;
}
header .gnavi-logo {
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 3em 0;
}
header .gnavi-logo img {
	height: 100%;
	width: auto;
}
@media (max-width: 1279px) {
	header #gnavi {
		display: none;
		position: fixed;
		top: 75px;
		left: 0px;
		right: 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: #fff;
	}
}
@media (max-width: 995px) {
	header #gnavi {
		overflow: auto;
		bottom: 0;
	}
}
header #gnavi > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 995px) {
	header #gnavi > ul {
		display: block;
		padding-bottom: 40px;
	}
}
header #gnavi > ul > li {
	position: relative;
	border-left: 1px solid #bababa;
}
@media (max-width: 995px) {
	header #gnavi > ul > li {
		border-left: none;
	}
}
header #gnavi > ul > li > a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 80px;
	width: 160px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 995px) {
	header #gnavi > ul > li > a {
		display: block;
		width: auto;
		height: auto;
		padding: 1.2em 2em;
		text-align: center;
		font-size: 3rem;
	}
}
header #gnavi > ul > li > a .en {
	display: block;
	font-weight: 900;
	font-size: 0.7em;
	color: #013300;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 995px) {
	header #gnavi > ul > li > a .en {
		display: inline-block;
		font-size: 1.5em;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li > a .en {
		font-size: 3rem;
	}
	header #gnavi > ul > li > a {
		padding: 1em 1.5em;
		font-size: 3rem;
	}
}
@media (max-width: 600px) {
	header #gnavi > ul > li > a .en {
		font-size: 2.5rem;
	}
	header #gnavi > ul > li > a {
		font-size: 2.5rem;
	}
	header .gnavi-logo {
		height: 50px;
	}
}
@media(max-width: 450px) {
	header .gnavi-logo {
		height: 45px;
	}
	header #gnavi > ul > li > a {
		padding: 0.5em 1.5em;
		font-size: 2rem;
	}
	header #gnavi > ul > li > a .en {
		font-size: 2rem;
	}
}
@media(max-width: 400px) {
	header .gnavi-logo {
		height: 40px;
	}
	header #gnavi > ul > li > a {
		padding: 0.5em 1em;
	}
}

header #gnavi > ul > li > a:before, header #gnavi > ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
header #gnavi > ul > li > a:after {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 100%;
	background: #013300;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1200px) {
	header #gnavi > ul > li > a:hover {
		color: #fff;
	}
	header #gnavi > ul > li > a:hover .en {
		color: #fff;
	}
	header #gnavi > ul > li > a:hover:after {
		bottom: 0px;
	}
}
header #gnavi > ul > li:last-child a {
    border: 1px solid #013300;
    color: #fff;
}
header #gnavi > ul > li:last-child a .en {
    color: #fff;
}
header #gnavi > ul > li:last-child a .icon {
	padding-left: 30px;
    background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: left center;
    background-repeat: no-repeat;
}
header #gnavi > ul > li:last-child a:before {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -2;
    background: #013300;
}
header #gnavi > ul > li:last-child a:after {
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    background: #fff;
}
@media (min-width: 1200px) {
	header #gnavi > ul > li:last-child a:hover {
		color: #013300;
	}
	header #gnavi > ul > li:last-child a:hover .icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234eaa4e%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}
	header #gnavi > ul > li:last-child a:hover .en {
		color: #013300;
	}
	header #gnavi > ul > li:last-child a:hover:after {
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
}
@media(max-width: 995px) {
	header #gnavi > ul > li:last-child a {
		border: none;
		color: #013300;
	}
	header #gnavi > ul > li:last-child a:before {
		display: none;
	}
	header #gnavi > ul > li:last-child a:after {
		display: none;
	}
	header #gnavi > ul > li:last-child a .en {
		color: #013300;
	}
}
header .menu {
	display: none;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 32px;
	height: 28px;
	z-index: 3000;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1279px) {
	header .menu {
		display: block;
	}
}
@media (max-width: 450px) {
	header .menu {
		right: 15px;
	}
}
header .menu span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #333333;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span:nth-of-type(2) {
	top: 12px;
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1;
}
header .menu span:nth-of-type(3) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
/*----------------------- content --------------------------*/
article {
	position: relative;
	padding-top: 76px;
}
.pagetitle {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.pagetitle {
		margin-bottom: 10vw;
	}
}
.pagetitle .bg {
	background-color: #013300;
}
.pagetitle h1 {
	padding: 4em 0px 4.5em;
	text-align: left;
	color: #fff;
}
.pagetitle h1 span {
	display: block;
	font-size: 3em;
	font-weight: 500;
}
.pagetitle .pan {
	margin-top: 1em;
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	background: #013300;
}
.loading .loadbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------------- footer --------------------------*/
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 70px;
}
@media (max-width: 1199px) {
	.pagetop {
		bottom: 50px;
	}
}
@media (max-width: 767px) {
	.pagetop {
		right: 5vw;
		bottom: 5vw;
		width: auto;
	}
	.pagetop img {
		width: 15vw;
	}
}

footer {
	margin-top: 100px;
}
@media (max-width: 767px) {
	footer {
		margin-top: 10vw;
	}
	footer .map-area iframe {
		width: 90vw;
		height: 60vw;
	}
}
footer .map-area {
	text-align: center;
	margin-bottom: 3em;
}
footer .sdgs-area{
	text-align: center;
	margin-bottom: 3em;
}
footer .sdgs-area img{
	width: 350px;
}
footer .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 4em;
}
@media (max-width: 995px) {
	footer .wrap {
		display: block;
	}
}
@media (max-width: 767px) {
	footer .wrap {
		margin-bottom: 10vw;
	}
}
footer .sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 995px) {
	footer .sub {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	footer .sub {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
footer .sub li {
	margin-left: 2em;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	footer .sub li {
		font-size: 3.5vw;
		margin-left: 0px;
	}
}
@media (max-width: 995px) {
	footer .name {
		margin-top: 4em;
		text-align: center;
	}
}
@media (max-width: 767px) {
	footer .name {
		margin-top: 10vw;
	}
}
footer .name p {
	width: 260px;
}
@media (max-width: 995px) {
	footer .name p {
		margin: 0px auto;
	}
}
footer .name address {
	padding-top: 1em;
	font-size: 1.3rem;
	line-height: 2;
}
@media (max-width: 767px) {
	footer .name address {
		font-size: 3.25vw;
	}
}
footer .copy {
	padding: 1em 0px;
	background: #013300;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	footer .copy {
		font-size: 3.25vw;
	}
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 index
-----------------------------------------------------------*/
#top {
	background: url("../img/main.png") 100% no-repeat;
}
@media (max-width: 995px) {
	#top {
		background-size: auto 100%;
	}
}
#top .wrap {
	height: calc(100vh - 80px);
}
@media (max-width: 995px) {
	#top .wrap {
		height: 580px;
	}
}
@media (max-width: 767px) {
	#top .wrap {
		height: 90vw;
	}
}
#top .textbox {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	#top .textbox {
		top: 65%;
	}
}
#top .textbox .sub {
	font-size: 3.5rem;
	font-weight: 500;
	color: #013300;
}
@media (max-width: 995px) {
	#top .textbox .sub {
		font-size: 2.8rem;
	}
}
@media (max-width: 767px) {
	#top .textbox .sub {
		font-size: 4vw;
	}
}
#top .textbox .title {
	font-size: 8rem;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: 700;
	color: #013300;
}
@media (max-width: 995px) {
	#top .textbox .title {
		font-size: 6.5rem;
	}
}
@media (max-width: 767px) {
	#top .textbox .title {
		font-size: 10vw;
	}
}
#top .textbox .text {
	margin-bottom: 2em;
	font-size: 1.7rem;
	line-height: 2.65;
}
@media (max-width: 995px) {
	#top .textbox .text {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	#top .textbox .text {
		font-size: 3.25vw;
		line-height: 1.8;
	}
}
#top .textbox ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#top .textbox ul li {
	margin-right: 2em;
}
@media (max-width: 995px) {
	#top .textbox ul li {
		width: 90px;
	}
}
@media (max-width: 767px) {
	#top .textbox ul li {
		width: 14vw;
		margin-right: 2.5vw;
	}
}
#top .more {
	position: absolute;
	right: 0px;
	bottom: 70px;
}
@media (max-width: 995px) {
	#top .more {
		bottom: 30px;
	}
}
#top .more a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5.8em;
	height: 5.8em;
	border-radius: 50%;
	border: 1px solid #013300;
	background: #013300;
	color: #fff;
	font-size: 3.7rem;
	font-weight: 500;
	text-decoration: none;
}
@media (max-width: 995px) {
	#top .more a {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
	#top .more a {
		font-size: 4.25vw;
	}
}
@media (min-width: 1200px) {
	#top .more a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#top .more a:hover {
		background: #fff;
		color: #013300;
	}
}

#message h2, #join h2, #voice h2, #kyoiku h2 {
	font-size: 1.8rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	#message h2, #join h2, #voice h2, #kyoiku h2 {
		font-size: 3.5vw;
	}
}
#message h2 span, #join h2 span, #voice h2 span, #kyoiku h2 span {
	display: block;
	font-size: 3.9em;
	color: #013300;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#message h2 span, #join h2 span, #voice h2 span, #kyoiku h2 span {
		font-size: 3em;
	}
}
@media (max-width: 767px) {
	#message h2 span, #join h2 span, #voice h2 span, #kyoiku h2 span {
		font-size: 2.3em;
	}
}

#img, #join, #voice, #kyoiku {
	padding-top: 100px;
}
@media (max-width: 767px) {
	#img, #join, #voice, #kyoiku {
		padding-top: 10vw;
	}
}

#message {
	padding: 100px 0px;
	background: #013300;
}
@media (max-width: 767px) {
	#message {
		padding: 10vw 0px;
	}
}
#message h2 {
	margin-bottom: 2em;
	color: #fff;
}
#message h2 span {
	color: #fff;
}
#message .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}
@media (max-width: 995px) {
	#message .inbox {
		display: block;
	}
}
#message .inbox .navbox {
	width: 23%;
	padding-bottom: 1em;
}
@media (max-width: 995px) {
	#message .inbox .navbox {
		width: auto;
		padding: 2em 0px 0px;
	}
}
#message .inbox .navbox ul {
	border-top: 1px solid #fff;
}
#message .inbox .navbox ul li {
	border-bottom: 1px solid #fff;
}
#message .inbox .navbox ul li a {
	display: block;
	padding: 1em;
	background-size: 0.57em 1em;
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.06%2015.86%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.27%22%20y%3D%222.27%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.53%22%20y%3D%224.53%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.8%22%20y%3D%226.8%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20y%3D%2213.6%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.27%22%20y%3D%2211.33%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.53%22%20y%3D%229.06%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.8%22%20y%3D%226.8%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3C%2Fsvg%3E");
	color: #fff;
	text-decoration: none;
}
@media (min-width: 1200px) {
	#message .inbox .navbox ul li a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#message .inbox .navbox ul li a:hover {
		background-color: #fff;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.06%2015.86%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231e528b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.27%22%20y%3D%222.27%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.53%22%20y%3D%224.53%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.8%22%20y%3D%226.8%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20y%3D%2213.6%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.27%22%20y%3D%2211.33%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.53%22%20y%3D%229.06%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.8%22%20y%3D%226.8%22%20width%3D%222.27%22%20height%3D%222.27%22%2F%3E%3C%2Fsvg%3E");
		color: #013300;
	}
}
#message .inbox .textbox {
	width: 66%;
}
@media (max-width: 995px) {
	#message .inbox .textbox {
		width: auto;
	}
}
#message .inbox .textbox .read {
	margin-bottom: 0.5em;
	font-size: 3.6rem;
	font-weight: 700;
}
@media (max-width: 1199px) {
	#message .inbox .textbox .read {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
	#message .inbox .textbox .read {
		font-size: 5vw;
	}
}
#message .inbox .textbox .text {
	font-size: 1.4rem;
	line-height: 2.6;
}
@media (max-width: 767px) {
	#message .inbox .textbox .text {
		font-size: 3.5vw;
	}
}

#img figure {
	position: relative;
	overflow: hidden;
}
#img figure:after {
	background-color: #013300;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#img figure .inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	-o-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}
#img figure.wowend .inner {
	opacity: 1;
}
#img figure.wowend:after {
	-webkit-animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
	animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
}

#join .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 995px) {
	#join .inbox {
		display: block;
	}
}
#join .textbox {
	width: 50%;
}
@media (max-width: 995px) {
	#join .textbox {
		width: auto;
		margin-bottom: 2em;
	}
}
#join .textbox h2 {
	margin-bottom: 2em;
}
#join .textbox .read {
	margin-bottom: 1em;
	font-size: 3rem;
	font-weight: 700;
	color: #013300;
}
@media (max-width: 767px) {
	#join .textbox .read {
		font-size: 4.7vw;
	}
	#join .textbox ul li {
		font-size: 4.7vw;
	}
}
@media (max-width: 450px) {
	#join .textbox .read {
		font-size: 4.5vw;
	}
	#join .textbox ul li {
		font-size: 4.5vw;
	}
}
#join .textbox ul {
	margin-bottom: 2em;
}
#join .textbox ul li {
	margin-bottom: 0.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 3rem;
	font-weight: 700;
	color: #013300;
}
@media (max-width: 767px) {
	#join .textbox ul li {
		font-size: 5vw;
	}
}
@media (max-width: 450px) {
	#join .textbox ul li {
		font-size: 4.5vw;
	}
}
#join .textbox .text {
	line-height: 2;
}
#join .img {
	position: relative;
	overflow: hidden;
	width: 42%;
}
#join .img:after {
	background-color: #013300;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#join .img .inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	-o-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}
#join .img.wowend .inner {
	opacity: 1;
}
#join .img.wowend:after {
	-webkit-animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
	animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
}
@media (max-width: 995px) {
	#join .img {
		width: auto;
	}
}
#join .more {
	margin-top: 60px;
	text-align: center;
}
@media (max-width: 767px) {
	#join .more {
		margin-top: 10vw;
	}
}
#join .more a {
	position: relative;
	display: inline-block;
	font-size: 3rem;
}
#join .more a span {
	position: relative;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 540px;
	padding: 1.5em 0px;
	border: 6px solid #013300;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	color: #013300;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 767px) {
	#join .more a span {
		display: block;
		width: auto;
	}
}
#join .more a:before, #join .more a:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #013300;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#join .more a:before {
	left: 5px;
	bottom: -10px;
	width: 100%;
	height: 10px;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
}
#join .more a:after {
	right: -10px;
	top: 5px;
	width: 10px;
	height: 100%;
	-webkit-transform: skewY(45deg);
	-ms-transform: skewY(45deg);
	transform: skewY(45deg);
}
@media (max-width: 767px) {
	#join .more a {
		display: block;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	#join .more a:hover span {
		left: 10px;
		top: 10px;
		background-color: #d9e4ed;
	}
	#join .more a:hover:before {
		left: 10px;
		height: 0px;
	}
	#join .more a:hover:after {
		top: 10px;
		width: 0px;
	}
}
@media (max-width: 767px) {
	#join .more a {
		font-size: 5vw;
	}
}

#voice {
	overflow: hidden;
}
#voice h2 {
	margin-bottom: 2em;
}
#voice .items .item {
	position: relative;
	padding: 100px 0px;
	margin-bottom: 230px;
}
@media (max-width: 995px) {
	#voice .items .item {
		padding: 0px 0px 50px;
		margin-bottom: 70px;
		background-color: #013300;
	}
}
@media (max-width: 767px) {
	#voice .items .item {
		padding-bottom: 7vw;
		margin-bottom: 10vw;
	}
}
#voice .items .item:last-child {
	margin-bottom: 0px;
}
#voice .items .item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 45%;
	left: -webkit-calc(0px - (100vw - 1180px) / 2);
	left: calc(0px - (100vw - 1180px) / 2);
	bottom: 0px;
	z-index: -1;
	background: #013300;
}
@media (max-width: 1199px) {
	#voice .items .item:before {
		left: -50px;
	}
}
@media (max-width: 995px) {
	#voice .items .item:before {
		right: -50px;
	}
}
#voice .items .item .imgbox {
	position: absolute;
	right: 0px;
	top: -140px;
	width: 70%;
}
@media (max-width: 995px) {
	#voice .items .item .imgbox {
		position: static;
		width: auto;
		margin: 0px -50px;
	}
}
@media (max-width: 767px) {
	#voice .items .item .imgbox {
		margin: 0px -7vw;
	}
}
#voice .items .item figure {
	position: relative;
	overflow: hidden;
}
#voice .items .item figure:after {
	background-color: #013300;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#voice .items .item figure .inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	-o-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}
#voice .items .item figure.wowend .inner {
	opacity: 1;
}
#voice .items .item figure.wowend:after {
	-webkit-animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
	animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
}
#voice .items .item figure .num {
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	font-size: 9.5rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;
	text-align: right;
}
@media (max-width: 767px) {
	#voice .items .item figure .num {
		font-size: 12vw;
	}
}
#voice .items .item figure .num span {
	display: block;
	font-size: 0.175em;
}
#voice .items .item .name {
	margin-top: 1.5em;
	color: #013300;
	font-size: 1.4rem;
	display: flex;
    justify-content: flex-end;
	text-align: right;
}
#voice .items .item .name p {
	text-align: left;
}
@media (max-width: 995px) {
	#voice .items .item .name {
		padding: 0px 50px 1.5em;
		color: #fff;
		text-align: left;
	}
}
@media (max-width: 767px) {
	#voice .items .item .name {
		padding: 0px 7vw 5vw;
		font-size: 3.25vw;
	}
}
#voice .items .item .name span {
	display: block;
	font-size: 1.9em;
}
@media (max-width: 995px) {
	#voice .items .item .name span {
		display: inline-block;
		margin-right: 1em;
	}
}
#voice .items .item .textbox {
	position: relative;
	z-index: 10;
	width: 44%;
	color: #fff;
}
@media (max-width: 995px) {
	#voice .items .item .textbox {
		position: static;
		width: auto;
	}
}
#voice .items .item .textbox .read {
	margin-bottom: 1em;
	font-size: 3rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#voice .items .item .textbox .read {
		font-size: 5vw;
	}
}
#voice .items .item .textbox .text {
	line-height: 2.5;
}
@media (max-width: 767px) {
	#voice .items .item .textbox .text {
		line-height: 2;
	}
}

#kyoiku h2 {
	margin-bottom: 2em;
}
#kyoiku .key {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
#kyoiku .key:after {
	background-color: #013300;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#kyoiku .key .inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	-o-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}
#kyoiku .key.wowend .inner {
	opacity: 1;
}
#kyoiku .key.wowend:after {
	-webkit-animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
	animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
}
#kyoiku .key .inner {
	background: url(../img/img03.png) center/cover no-repeat;
}
#kyoiku .key p {
	padding: 4.7em 0px;
	font-size: 5.6rem;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 995px) {
	#kyoiku .key p {
		padding: 3em 0px;
		font-size: 4.5rem;
	}
}
@media (max-width: 767px) {
	#kyoiku .key p {
		font-size: 6vw;
	}
}
#kyoiku .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#kyoiku .items {
		display: block;
	}
}
#kyoiku .items .item {
	width: 23%;
}
@media (max-width: 995px) {
	#kyoiku .items .item {
		width: 48%;
		margin-bottom: 4%;
	}
}
@media (max-width: 767px) {
	#kyoiku .items .item {
		width: auto;
		margin-bottom: 7vw;
	}
	#kyoiku .items .item:last-child {
		margin-bottom: 0px;
	}
}
#kyoiku .items .item figure {
	margin-bottom: 1.5em;
	padding: 0px 1em;
}
@media (max-width: 995px) {
	#kyoiku .items .item figure {
		text-align: center;
	}
}
@media (max-width: 995px) {
	#kyoiku .items .item figure img {
		width: 60%;
	}
}
@media (max-width: 767px) {
	#kyoiku .items .item figure img {
		width: 30vw;
	}
}
#kyoiku .items .item h3 {
	margin-bottom: 0.75em;
	font-size: 2.2rem;
	text-align: center;
}
@media (max-width: 767px) {
	#kyoiku .items .item h3 {
		font-size: 5vw;
	}
}
#kyoiku .items .item .text {
	line-height: 2;
}
#kyoiku .more {
	margin-top: 100px;
	text-align: center;
}
@media (max-width: 767px) {
	#kyoiku .more {
		margin-top: 10vw;
	}
}
#kyoiku .more a {
	display: inline-block;
	width: 29.75em;
	padding: 3em 0px;
	background: url(../img/btnbg.svg) center/100% 100% no-repeat;
	text-align: center;
	color: #013300;
	text-decoration: none;
}
@media (max-width: 767px) {
	#kyoiku .more a {
		display: block;
		width: auto;
		font-size: 3vw;
	}
}
#kyoiku .more a span {
	display: block;
	font-size: 3.375em;
	font-weight: 500;
}
@media (min-width: 1200px) {
	#kyoiku .more a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#kyoiku .more a:hover {
		background-size: 90% 90%;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 entry
-----------------------------------------------------------*/
#entryform .read {
	margin: 0px auto 1.5em;
	line-height: 2;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .read {
		text-align: left;
	}
}
#entryform .att {
	margin-bottom: 3em;
	color: #c00;
	text-align: center;
}
#entryform .required {
	padding-right: 0.5em;
	color: #c00;
}
#entryform form {
	text-align: left;
}
#entryform table {
	width: 100%;
	table-layout: fixed;
}
#entryform table th, #entryform table td {
	padding: 0.7em 0px;
	border-top: 1px solid #979797;
}
#entryform table td label {
	margin-right: 20px;
}
#entryform table td button {
	padding: 0.5em;
	background-color: #013300;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #013300;
}
.mw_wp_form_confirm #entryform #search_address {
	display: none;
}
#entryform table td div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media (max-width: 767px) {
	#entryform table th, #entryform table td {
		display: block;
	}
}
#entryform table tr:first-child th, #entryform table tr:first-child td {
	border-top: none;
}
#entryform table tr.none th, #entryform table tr.none td {
	border-top: none;
	padding-top: 0px;
}
@media (max-width: 767px) {
	#entryform table tr.none td {
		padding-top: 0.5em;
	}
}
#entryform table th {
	width: 12em;
	padding: 1em;
	vertical-align: top;
	font-weight: 400;
}
@media (max-width: 767px) {
	#entryform table th {
		width: auto;
		padding: 1em 0px 0px;
	}
}
#entryform table th .note {
	display: block;
}
@media (max-width: 767px) {
	#entryform table td {
		padding-top: 0.5em;
		padding-bottom: 1em;
		border-top: none;
	}
}
#entryform dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#entryform dl dt, #entryform dl dd {
	margin-top: 0.7em;
}
#entryform dl dt:first-child, #entryform dl dd:first-child {
	margin-top: 0px;
}
#entryform dl dt:first-child + dd, #entryform dl dd:first-child + dd {
	margin-top: 0px;
}
#entryform dl dt {
	width: 4.5em;
}
#entryform dl dd {
	width: -webkit-calc(100% - 4.5em);
	width: calc(100% - 4.5em);
}
#entryform .mt {
	margin-top: 0.5em;
}
#entryform input {
	width: 50%;
}
@media (max-width: 767px) {
	#entryform input {
		width: 100%;
	}
}
#entryform input.datebox {
	width: 10em;
}
#entryform input[type=radio] {
	width: auto;
	margin-right: 0.25em;
}
@media (max-width: 767px) {
	#entryform input[type=radio] {
		width: 1.2em;
		height: 1.2em;
		margin-right: 0.5em;
	}
}
#entryform .mwform-radio-field {
	margin-right: 2em;
}
#entryform .mwform-zip-field input, #entryform .mwform-tel-field input {
	width: 5em;
}
#entryform #zip {
	width: 10em;
	margin: 0px 0.25em;
}
#entryform textarea {
	width: 100%;
	height: 10em;
}
#entryform .complete {
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .complete {
		text-align: left;
	}
}
#entryform .complete h2 {
	margin-bottom: 0.5em;
	color: #013300;
	font-size: 2.8rem;
}
@media (max-width: 767px) {
	#entryform .complete h2 {
		font-size: 5.75vw;
		text-align: center;
	}
}
#entryform .complete p {
	line-height: 2;
}
#entryform .privacy {
	margin-top: 2em;
	text-align: center;
	line-height: 2;
}
#entryform .privacy a {
	text-decoration: underline;
}
#entryform .send {
	padding-top: 50px;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .send {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 5vw;
	}
}
#entryform .send input, #entryform .send button, #entryform .send a {
	display: inline-block;
	width: 16em;
	padding: 1em 0px;
	background-color: #013300;
	border: 1px solid #013300;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#entryform .send input, #entryform .send button, #entryform .send a {
		font-size: 5vw;
	}
}
@media (min-width: 1200px) {
	#entryform .send input:hover, #entryform .send button:hover, #entryform .send a:hover {
		background-color: #fff;
		color: #013300;
	}
}
#entryform .send input[name=submitBack], #entryform .send button[name=submitBack], #entryform .send a[name=submitBack] {
	width: 6em;
	background: #000;
	color: #fff;
	margin-right: 1em;
}
@media (min-width: 1200px) {
	#entryform .send input[name=submitBack]:hover, #entryform .send button[name=submitBack]:hover, #entryform .send a[name=submitBack]:hover {
		background-color: #ddd;
		color: #000;
	}
}
@media (max-width: 767px) {
	#entryform .send input[name=submitBack], #entryform .send button[name=submitBack], #entryform .send a[name=submitBack] {
		width: 30%;
		margin-right: 5%;
	}
	#entryform .send input[name=submitBack] + button, #entryform .send button[name=submitBack] + button, #entryform .send a[name=submitBack] + button {
		width: 65%;
	}
}

#confirm .privacy {
	display: none;
}
#confirm .confnone {
	display: none;
}
#confirm .required {
	display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding-right: 2em;
}

.ui-datepicker select.ui-datepicker-year {
	width: 50%;
}

.ui-datepicker select.ui-datepicker-month {
	width: 40%;
}

.ui-datepicker .ui-datepicker-header {
	font-size: 1.4rem;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 data
-----------------------------------------------------------*/
#data .detail .item {
	margin-bottom: 60px;
}
#data .detail .item:last-child {
	margin-bottom: 0px;
}
#data .detail .item h2 {
	padding: 0.75em 1.25em;
	background: #013300;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	#data .detail .item h2 {
		font-size: 5vw;
	}
}
#data .detail .item .item-intro {
	font-size: 1.8rem;
	line-height: 2;
	padding: 1.25em 0;
}
#data .detail .item table {
	width: 100%;
	margin-bottom: 2em;
}
#data .detail .item table th, #data .detail .item table td {
	padding: 1em 2.5em;
	border-bottom: 1px solid #013300;
}
@media (max-width: 995px) {
	#data .detail .item table th, #data .detail .item table td {
		padding: 1em 0.5em;
	}
}
#data .detail .item table tr:first-child th, #data .detail .item table tr:first-child td {
	border-top: 1px solid #013300;
}
#data .detail .item table th {
	width: 7em;
	font-weight: 500;
	color: #013300;
}
#data .detail .item ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#data .detail .item ul {
		display: block;
	}
}
#data .detail .item ul li {
	width: 48%;
}
#data .detail .item ul li:last-child a span {
	position: relative;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 100%;
	padding: 1.5em 0px;
	border: 6px solid #013300;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	color: white;
	background-color: #013300;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 767px) {
	#data .detail .item ul li {
		width: auto;
		margin-bottom: 7vw;
	}
}
#data .detail .item ul li a {
	position: relative;
	display: inline-block;
	display: block;
	font-size: 1.8rem;
}
#data .detail .item ul li a span {
	position: relative;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 100%;
	padding: 1.5em 0px;
	border: 6px solid #013300;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	color: #013300;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 767px) {
	#data .detail .item ul li a span {
		display: block;
		width: auto;
	}
}
@media (max-width: 767px) {
	#data .detail .item ul li a {
		display: block;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	#data .detail .item ul li a:hover span {
		background-color: #013300;
		color: white;
	}
	#data .detail .item ul li:last-child a:hover span {
		background-color: white;
		color: #013300;
	}
}
@media (max-width: 767px) {
	#data .detail .item ul li a {
		font-size: 3.5vw;
	}
}
#data .more {
	margin-top: 100px;
	text-align: center;
}
@media (max-width: 767px) {
	#data .more {
		margin-top: 10vw;
	}
}
#data .more a {
	display: inline-block;
	width: 29.75em;
	padding: 3em 0px;
	background: url(../img/btnbg.svg) center/100% 100% no-repeat;
	text-align: center;
	color: #013300;
	text-decoration: none;
}
@media (max-width: 767px) {
	#data .more a {
		display: block;
		width: auto;
		font-size: 3vw;
	}
}
#data .more a span {
	display: block;
	font-size: 3.375em;
	font-weight: 500;
}
@media (min-width: 1200px) {
	#data .more a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#data .more a:hover {
		background-size: 90% 90%;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 privacy
-----------------------------------------------------------*/
#privacy .detail .read {
	margin-bottom: 2em;
	line-height: 2;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	#privacy .detail .read {
		font-size: 3.75vw;
	}
}
#privacy .detail dt {
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
	font-size: 2rem;
	color: #013300;
}
@media (max-width: 767px) {
	#privacy .detail dt {
		font-size: 4vw;
	}
}
#privacy .detail dd {
	margin-bottom: 2em;
	line-height: 2;
}
#privacy .detail .name {
	text-align: right;
}



/*# sourceMappingURL=style.css.map */
