@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700');
/* Box sizing rules */
*, *::before, *::after {
	box-sizing: border-box;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] {
	list-style: none;
}
/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}
/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img, picture {
	max-width: 100%;
	display: block;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
	font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* 基本設定 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width:350px) {
	html {
		font-size: 50%;
	}
}
@media only screen and (min-width:351px) and (max-width:400px) {
	html {
		font-size: 55.5555%;
	}
}
@media only screen and (min-width:401px) and (max-width:650px) {
	html {
		font-size: 62.5%;
	}
}
@media only screen and (min-width:651px) and (max-width:960px) {
	html {
		font-size: 71.4286%;
	}
}
@media only screen and (min-width:961px) {
	html {
		font-size: 75.8929%;
	}
}
body {
	margin: 0 auto;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	/*background: #f0f7f4;*/
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7em;
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
a {
	color: #009a53;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a img {
	border-style: none;
}
img {
	vertical-align: bottom;
	width: 100%;
}
/* ON/OFF */
.sp {
	display: none;
}
@media screen and (max-width: 850px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* Clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
/* Form Reset */
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
select::-ms-expand {
	display: block;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	border: 0;
}

/* Header */

@media only screen and (max-width: 849px) {
	.sp_head {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		height: 100px;
		z-index: 99;
		background: #FFF;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.sp_head h1 {
		position: absolute;
		left: 5%;
		top: 20px;
		width: 120px;
		z-index: 99;
	}
	header {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	.sp_head {
		height: 90px;
	}
	.sp_head h1 {
		width: 100px;
	}
}
@media only screen and (max-width: 350px) {
	.sp_head {
		height: 80px;
	}
	.sp_head h1 {
		width: 90px;
	}
}
@media only screen and (min-width: 850px) {
	.hamburger_menu, .sp_nav, .sp_head {
		display: none;
	}
	header {
		padding: 0;
		padding: 40px 0 0 0 !important;
		z-index: 999;
		position: relative;
	}
	header .inner {
		margin: 0 50px 0 50px;
		height: 50px;
		border-bottom: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .inner h1 {
		width: 180px;
		float: none;
	}
	header .inner .pc_nav {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		width: 720px;
	}
	header .inner .pc_nav a {
		color: #009a53;font-weight: bold;
	}
	header .inner .pc_nav_menu {
		display: flex;
		list-style: none;
		float: right;
	}
	header .inner .pc_nav_item:not(:last-child) {
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #ccc;
	}
	header .inner .pc_nav_item.hasSubMenu {
		position: relative;
		padding-right: 20px;
	}
	header .inner .pc_nav_item.hasSubMenu span {
		cursor: pointer;
	}
	header .inner .pc_nav_item.hasSubMenu span:hover {
		opacity: 0.6;
	}
}
@media only screen and (min-width: 930px) {
	header .inner {
		height: 90px;
	}
	header .inner h1 {
		width: 240px;
	}
	header .inner .pc_nav {
		font-size: 15px;
		font-size: 1.5rem;
		width: 760px;
	}
}

/* Footer */
#container_footer {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0;
	bottom: 0;
}
#container_footer .character {
	width: 70%;
	max-width: 400px;
	padding: 0;
	margin: 0 auto;
}
footer {
	margin: 0;
	width: 100%;
	background-color: #009a53;
	position: relative;
}
footer::after {
	content: "";
	background-image: url("../img/img_skewed_green.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 50px;
	top: -49px;
	position: absolute;
}
footer .menu {
	margin: 0;
	padding: 10% 5% 10%;
	width: 100%;
}
footer .menu li {
	list-style: none;
	border-bottom: #51bb8a 1px solid;
}
footer .menu a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 17px 10px;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
}
footer .menu a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 6px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: skew(45deg);
}
footer .copyright {
	padding: 0 5% 10%;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	color: #FFF;
}
footer .copyright a {
	color: #FFF;
}
footer .copyright h2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	margin: 0 0 5px 0;
}
footer .copyright h3 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: normal;
}
footer .copyright h4 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
}
footer .copyright .logo {
	width: 40%;
	margin: 0 0 5% 0;
	max-width: 200px;
	text-align: right;
}
@media only screen and (min-width: 850px) {
	#container_footer .character {
		max-width: 520px;
	}
	footer .menu {
		margin: 0;
		padding: 50px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer .menu li {
		list-style: none;
		float: left;
		border-right: #51bb8a 1px solid;
		border-bottom: none;
	}
	footer .menu li:last-child {
		border-right: none;
	}
	footer .menu a {
		position: static;
		display: block;
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		border-bottom: none;
	}
	footer .menu a::after {
		display: none;
	}
	footer .copyright {
		padding: 0 50px 50px;
		text-align: center;
	}
	footer .copyright .logo {
		margin: 0 auto 30px auto;
		width: 250px;
		text-align: center;
	}
}