@charset "utf-8";

/*-------------------------
header
---------------------------*/
header {
	position: relative;
	overflow: hidden;
}
#hgroup {
	width: 100%;
	max-width: 830px;
	padding: 10vw 40px 0;
	margin: 0 auto;
}
h1 img {
	display: block;
	width: 100%;
}
#hgroup p {
	text-align: center;
	padding: 0 40px;
	margin-top: 1rem;
}
h1+p {
	color: #005020;
	font-size: 2.5rem !important;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 90px !important;
}
@media screen and (max-width: 640px) {
	#hgroup {
		background: url("../img/img_keyvisual_sp.jpg") no-repeat center top;
		background-size: cover;
		padding-bottom: 60px;
	}
	#hgroup p {
		font-size: .875rem;
		text-align: justify;
	}
	#hgroup p br {
		display: none;
	}
	h1+p {
		font-size: 1.3rem !important;
		margin-top: 20px !important;
	}
}
header > div:last-child {
	background: url("../img/img_keyvisual_pc.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*-------------------------
Navi
---------------------------*/
nav {
	width: 100%;
	padding: 20px 0;
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-transition: .2s;
	transition: .2s;
}
@media screen and (max-width: 640px) {
	nav {
		display: none;
	}
}
nav.navSticky {
	background-color: rgba(255,255,255,.9);
	padding: 10px 0;
}
nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
nav li {
	border-right: 1px solid #fff;
}
nav li:first-child {
	border-left: 1px solid #fff;
}
nav.navSticky li {
	border-color: #005020;
}
nav a {
	display: block;
	color: #fff;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
	padding: 0 1em;
	position: relative;
}
nav.navSticky a {
	color: #005020;
}
nav a:after {
	content: "";
	background-color: #fff;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: .2s;
	transition: .2s;
}
nav.navSticky a:after {
	background-color: #005020;
}
nav a:hover:after {
	width: calc(100% - 1em);
	left: .5em;
}

/*-------------------------
spNavi
---------------------------*/
#spNavi {
	display: none;
}
@media screen and (max-width: 640px) {
	#spNavi {
		display: block;
	}
}
#menu {
	background-color: #005020;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 20;
	cursor: pointer;
}
#menu span {
	height: 0;
	padding-top: 2px;
	overflow: hidden;
}
#menu span,
#menu:before,
#menu:after {
	display: block;
	background-color: #fff;
	width: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#menu:before,
#menu:after {
	content: "";
	height: 2px;
}
#menu:before {
	top: calc(50% - 7px);
}
#menu:after {
	top: calc(50% + 7px);
}
#menu.close-button span {
	opacity: 0;
}
#menu.close-button:before,
#menu.close-button:after {
	top: 50%;
}
#menu.close-button:before {
	-webkit-transform: translate(-50%,-50%) rotate(-135deg);
	transform: translate(-50%,-50%) rotate(-135deg);
}
#menu.close-button:after {
	-webkit-transform: translate(-50%,-50%) rotate(135deg);
	transform: translate(-50%,-50%) rotate(135deg);
}
#spMenu {
	background-color: rgba(255,255,255,.9);
	width: 100%;
	padding: 60px 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#spMenu.open-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#spMenu li a {
	display: block;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

/*-------------------------
title
---------------------------*/
h2 {
	color: #005020;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 3rem;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-bottom: 40px;
}
h2 span {
	display: block;
	color: #000;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	h2 {
		font-size: 2.15rem;
		margin-bottom: 20px;
	}
}

/*-------------------------
main
---------------------------*/
article {
	background-color: #fff;
	padding: 100px 0;
}
@media screen and (max-width: 640px) {
	article {
		padding: 60px 0;
	}
}
main > *:last-child {
	padding-bottom: 0;
}

/* news */
#news {
	padding: 160px 0 130px;
}
#news .anchor01 {
	font-size: 1.3rem;
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	#news {
		background: #fff url("../img/line01.svg") no-repeat center top;
		background-size: contain;
		padding: 60px 0;
	}
	#news .anchor01 {
		font-size: 1.3rem;
		margin-top: 20px;
	}
}

/* team */
#team {
	background: #f0f0f0 url("../img/line02.svg") no-repeat center top;
	background-size: contain;
}
#team div.flex dl:last-child {
	position: relative;
}
#team div.flex dl:last-child:before {
	content: "";
	background-color: #005020;
	width: 2px;
	height: calc(100% - 1.5em);
	position: absolute;
	top: 0;
	left: -1px;
}
#team > div > dl {
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
	#team div.flex dl:last-child:before {
		width: 0;
		height: 0;
	}
	#team > div > dl {
		padding-top: 1em;
		border-top: 2px solid #005020;
	}
}

/* achieve */
#achieve {
	background: url("../img/line01.svg") no-repeat center top;
	background-size: contain;
}
#achieve h2 {
	padding: 0 20px;
}
#achieve .slides dl {
	padding: 0 20px;
}
#achieve .slides img {
	display: block;
	margin-bottom: 20px;
	border-radius: 10px;
}
#achieve .slides dt {
	color: #005020;
	font-weight: bold;
	font-size: 1.5rem;
}
#achieve .slides dd {
	font-size: .875rem;
	text-align: justify;
	margin-top: .5em;
}
@media screen and (max-width: 780px) {
	#achieve .slides dt {
		font-size: 1.125rem;
	}
}

/* field */
.field h2 {
	padding: 0 20px;
	margin-bottom: 0;
}
.field h2 span {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 1rem;
}
.field h2+p {
	text-align: center;
	padding: 0 20px;
}
.field .map {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	.field h2 span {
		font-size: 1rem;
	}
}

/*-------------------------
footer
---------------------------*/
footer {
	background-color: #f0f0f0;
}
footer img {
	display: block;
	width: 100%;
}
footer > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .75rem;
	max-width: 980px;
	padding: 70px 20px;
	margin: 0 auto;
}
footer > div > div {
	width: 50%;
	padding: 0 40px;
}
footer > div > div:first-child {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer dt {
	font-size: 1rem;
	font-weight: bold;
}
footer ul {
	text-align: left;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}
footer li {
	display: inline-block;
	line-height: 1.2;
	padding-right: 1em;
	margin: 0 .5em .5em 0;
	border-right: 1px solid #ccc;
}
footer li a {
	display: block;
}
footer li a:hover {
	color: #005020;
}
@media screen and (max-width: 640px) {
	footer > div > div {
		width: 100%;
		padding: 0;
	}
	footer > div > div:first-child {
		margin-bottom: 30px;
	}
}
footer p {
	background-color: #005020;
	color: #fff;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: .5em 0;
}
footer p small {
	font-size: 1rem;
}