@charset "utf-8";
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #005D9F;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.sp_only {
	display: none;
}
/* ==================================================
layout
================================================== */
#wrap {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
#about {
	width: 1180px;
	margin: 0 auto;
}
#slogan div {
	width: 1027px;
	margin: 0 auto;
}
#crew ul {
	width: 566px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
header {
	width: 100%;
	padding: 12px 2%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 20;
}
#hlogo h1 {
	font-size: 100%;
}
#hlogo img {
	width: 300px;
	height: auto;
}
/* hnavi
--------------------------- */
#hnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
}
#hnavi li {
	padding: 0 20px;
}
#hnavi li a {
	color: #3A6815;
	font-size: 113%;
	font-weight: bold;
	text-decoration: none;
}
#sp_menu {
	display: none;
}
/* ==================================================
main
================================================== */
h2 {
	margin: 0 0 4em;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
h2 strong {
	color: #3A6815;
	font-size: 225%;
	position: relative;
	display: inline-block;
}
h2 strong::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #E5801C;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -10px;
	left: -30px;
}
/* main
--------------------------- */
#main {
	margin-bottom: 50px;
	position: relative;
}
#main p.img img {
	width: 100%;
	aspect-ratio: 1920 / 910;
	object-fit: cover;
}
#main div.txt {
	position: absolute;
	bottom: 50px;
	left: 4.8%;
}
#main p.desc {
	margin-left: 65px;
	color: #fff;
	font-family: serif;
	font-size: 188%;
	font-weight: bold;
	line-height: 1.7;
	text-indent: -0.5em;
}
/* about
--------------------------- */
#about {
	margin-bottom: 90px;
	padding-top: 40px;
}
#about ol {
	margin: 0 0 30px;
	list-style: none;
	display: flex;
	column-gap: 16px;
}
#about li {
	flex: 1;
	line-height: 1.7;
}
#about li strong {
	margin-bottom: 0.5em;
	padding: 20px;
	background-color: #3A6815;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	line-height: 40px;
	display: block;
	position: relative;
}
#about li strong span {
	width: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #fff;
	color: #3A6815;
	font-size: 150%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#about li:nth-of-type(n+2) strong {
	padding-left: 50px;
}
#about li:nth-of-type(n+2) strong::before {
	content: "";
	border-left: 30px solid #fff;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 1;
}
#about li:nth-of-type(-n+3) strong::after {
	content: "";
	border-left: 23px solid #3A6815;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	top: 26px;
	right: -22px;
	z-index: 5;
}
#about li:nth-of-type(2) strong {
	background-color: #54A021;
}
#about li:nth-of-type(2) strong span {
	color: #54A021;
}
#about li:nth-of-type(2) strong::after {
	border-left-color: #54A021;
}
#about li:nth-of-type(3) strong {
	background-color: #86B820;
}
#about li:nth-of-type(3) strong span {
	color: #86B820;
}
#about li:nth-of-type(3) strong::after {
	border-left-color: #86B820;
}
#about li:nth-of-type(4) strong {
	background-color: #E5801C;
}
#about li:nth-of-type(4) strong span {
	color: #E5801C;
}
#about li:nth-of-type(4) strong::after {
	border-left-color: #E5801C;
}
#about tr {
	border-bottom: 20px solid #fff;
}
#about th {
	padding: 30px;
	background-color: #54A021;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
}
#about th strong {
	display: block;
	font-size: 200%;
	font-weight: 500;
}
#about td {
	padding: 10px 0 10px 40px;
}
#about td h3 {
	margin: 0 0 0.8em;
	padding: 0;
	color: #3A6815;
	font-size: 157%;
}
#about td p {
	line-height: 1.7;
}
#about td p.fill {
	margin-top: 20px;
	padding: 15px 25px;
	background-color: #F5F4EA;
	border-radius: 10px;
}
/* message
--------------------------- */
#message {
	margin-bottom: 50px;
	padding: 40px 0 30px;
	background: url("img/message.jpg") no-repeat center top;
}
#message p {
	margin-bottom: 0.5em;
	font-size: 125%;
	line-height: 1.8;
	text-align: center;
}
/* slogan
--------------------------- */
#slogan {
	margin-bottom: 70px;
	padding-top: 40px;
}
#slogan p.img img {
	width: 100%;
	height: auto;
}
#slogan div {
	margin-top: -100px;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #F5F4EA;
	background-image: url("img/circle.png"), url("img/circle.png"), url("img/circle.png"), url("img/circle.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left 15px top 15px, right 15px top 15px, left 15px bottom 15px, right 15px bottom 15px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
	position: relative;
	z-index: 1;
}
#slogan h3 {
	margin: 0 30px 1em;
	padding: 0 0 15px;
	border-bottom: 1px solid #000;
	color: #666;
	font-size: 125%;
	font-weight: bold;
}
#slogan h3 strong {
	display: block;
	color: #54A021;
	font-family: serif;
	font-size: 150%;
	line-height: 1.8;
}
#slogan div p {
	font-size: 138%;
	line-height: 1.7;
}
/* crew
--------------------------- */
#crew {
	margin-bottom: 90px;
	padding-top: 40px;
}
#crew ul {
	padding: 30px 60px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 10px;
	list-style: none;
}
#crew li {
	padding: 7px;
	border-bottom: 1px solid #808080;
	line-height: 2;
}
#crew li strong {
	width: 8em;
	margin-right: 2em;
	background-color: #54A021;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
/* ==================================================
footer
================================================== */
footer {
	border-bottom: 15px solid #3A6815;
	background-color: #f2f2f2;
}
footer p.img img {
	width: 100%;
	height: auto;
}
footer > div {
	padding: 30px 0;
	display: flex;
	justify-content: center;
	column-gap: 60px;
}
footer p.logo {
	margin-top: 20px;
}
footer p.logo img {
	width: auto;
	height: 36px;
}
footer p.info {
	margin: 0.8em 0;
	font-size: 120%;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #54A021;
	opacity: 0.7;
	transition-duration: 0.2s;
	text-indent: -9999px;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #CC0000;
	}
	#pagetop a:hover {
		opacity: 1;
	}
}