@charset "UTF-8";

html,html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	font-size: 15px;
	font-weight: 400; /* Regular */
	color: #535353;
	background: #eeeeee;
	max-width: 1200px;
	margin: 0 auto;
}
h2,h3,h4,h5,h6 {
	font-weight: 500; /* Medium */
}
strong {
	font-weight: 700; /* Semi-bold */
}
a {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main { background: #FFF; }

/* h2見出し */
div.container h2.ttl {
	padding: 20px 15px;
	margin-bottom: 10px;
}

/* 矢印アイコン */
div.more {
	text-align: right;
}
div.more a {
	display: inline-block;
	background: url(../img/icon_arrow.png) no-repeat left center;
	padding: 6px 8px 6px 16px;
	color: #535353;
}
div.more a:hover {
	text-decoration: underline;
}

/* ヘッダー・フッター */
header,footer {
	width: 100%;
	height: auto;
	background: #009944;
}
header a,footer a {
	color: #FFF;
}
/* ヘッダー */
header h1 {
	font-size: 15px;
	font-weight: 400; /* Regular */
	line-height: 24px;
	height: 24px;
	padding: 0 15px 0 28px;
	margin: 13px 0px 13px 15px;
	background: url(../img/header_logo.png) no-repeat left center;
}
header .container {
	max-width: 1190px;
	margin: 0 auto;
}

/* グローバルメニュー */
.globalMenu ul li {
	border-top: 1px solid #FFF;
}
.globalMenu a {
	display: block;
	padding: 15px;
	font-size: 12px;
}
.globalMenu a:hover {
	background-color: rgba(0,0,0,0.3);
}

/* トグルボタン */
#nav_toggle {
	display: block;
	position: relative;
	right: 10px;
	width: 42px;
	height: 40px;
	border: 1px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	text-align: center
}
#nav_toggle span {
	display: block;
	position: absolute;
	left: 6px;
	width: 30px;
	border-bottom: 3px solid #FFF;
	transition: 0.35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 9px;
}
#nav_toggle span:nth-child(2) {
	top: 18px;
}
#nav_toggle span:nth-child(3) {
	top: 27px;
}
.open #nav_toggle span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}
.open #nav_toggle span:nth-child(2),
.open #nav_toggle span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}

/* フッター */
footer div.container {
	color: #FFF;
	text-align: center;
	padding: 30px 20px;
}
footer div.container p {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 10px;
}
footer div.container p.copy {
	margin-bottom: 0px;
}
footer div.container div.footer-box {
	margin-bottom: 10px;
}
footer div.container div.footer-box img {
	margin-bottom: 10px;
}
footer div.container nav.sns ul {
	display: flex;
	justify-content: center;
}
footer div.container nav.sns ul li {
	margin-right: 5px;
}
footer div.container nav.sns ul li:last-child {
	margin-right: 0px;
}
footer div.container nav.sns ul li img {
	width: 38px;
	height: 38px;
}
footer nav.footerMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer nav.footerMenu a {
	display: block;
	padding: 15px;
	font-size: 13px;
}
footer nav.footerMenu a:hover {
	background-color: rgba(0,0,0,0.3);
}

/* ヒーローエリア */
section.hero img {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* 404 NOT FOUND */
section.not_found div.container {
	max-width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 20px;
}

section.not_found div.container h2,
section.not_found div.container p {
	text-align: center;
}

section.not_found div.container h2 {
	margin-bottom: 10px;
}
section.not_found div.container h2 span {
	font-size: 14px;
}

section.not_found div.container a {
	color: #535353;
	text-decoration: underline;
}

/* タブレット */
@media(min-width:768px) {
	/* h2見出し */
	div.container h2.ttl {
	padding: 0 10px;
	}
	/* ヘッダー */
	header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	/* グローバルメニュー */
	.globalMenu {
	display: block !important ;
	}
	.globalMenu ul {
	display: flex;
	}
	.globalMenu ul li {
	border-top: none;
	}
	/* トグルボタン */
	#nav_toggle {
	display: none;
	}
	/* フッター */
	footer div.container {
	max-width: 740px;
	margin: 0 auto;
	text-align: right;
	padding: 50px 0px;
	}
	footer div.container div.footer-box {
	display: flex;
	align-items: center;
	}
	footer div.container div.text p.copy {
	text-align: left;
	}
	footer div.container nav.sns {
	margin-left: 30px;
	}
	footer div.container div.footer-box img {
	display: block;
	width: 50px;
	height: 48px;
	margin-right: 10px;
	}
	footer div.container nav.sns ul {
	justify-content: flex-end;
	}
	footer nav.footerMenu ul {
	justify-content: flex-end;
	}
	/* ヒーローエリア */
	section.hero img.pc {
	display: block !important ;
	}
	section.hero img.tb {
	display: none;
	}
	section.hero img.sp {
	display: none;
	}
}
@media(min-width:640px) {
	/* ヒーローエリア */
	section.hero img.pc {
	display: none;
	}
	section.hero img.sp {
	display: none;
	}
}

/* モバイル */
@media (max-width: 767px) {
	/* ヘッダー */
	header .container-small {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	/* グローバルメニュー */
	.globalMenu {
	display: none;
	}
}
@media (max-width: 639px) {
	/* ヒーローエリア */
	section.hero img.pc {
	display: none;
	}
	section.hero img.tb {
	display: none;
	}
}
