*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

body {
	background-color: #f5f4ea;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

a {
	transition: opacity 0.3s;
}

.header {
	align-items: center;
	display: flex;
	height: 96px;
	justify-content: space-between;
	left: 0;
	padding: 0px 25px 0px 19px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.js-header {
	transition: background-color 0.3s;
}

.js-header.is-fixed {
	background-color: rgba(66, 140, 55, 0.8);
	transition: background-color 0.3s;
}

.header__inner {
	width: 100%;
}

.header__meta {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	gap: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.header__project {
	border-left: 1px solid #ffffff;
	margin-top: 10px;
	padding-left: 20px;
}

.header__nav {
	display: none;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: 24px;
}

.header__nav-link {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.drawer-icon__bars {
	aspect-ratio: 30/20;
	display: block;
	position: relative;
	width: 30px;
}

.drawer-icon__bar {
	background: #ffffff;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 10px;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 20px;
}

.drawer-icon__bars.is-active .drawer-icon__bar:nth-of-type(1) {
	opacity: 0;
	transform: translateY(7px);
}

.drawer-icon__bars.is-active .drawer-icon__bar:nth-of-type(2) {
	top: 7px;
	transform: rotate(45deg);
}

.drawer-icon__bars.is-active .drawer-icon__bar:nth-of-type(3) {
	top: 7px;
	transform: rotate(-45deg);
}

.drawer-icon__text {
	color: #ffffff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 8px;
}

.drawer__nav {
	height: 100%;
	left: 0;
	padding-top: 96px;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
	z-index: 90;
}

.drawer__nav.is-active {
	transform: translateY(0);
}

.drawer__nav-list {
	background-color: rgba(97, 97, 97, 0.6);
	height: 100%;
	width: 100%;
}

.drawer__nav-item {
	background-color: rgba(66, 140, 55, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 75px;
	width: 100%;
}

.drawer__nav-link {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 100%;
}

.inner {
	margin-inline: auto;
	padding: 0 30px;
}

.header-sub {
	background-color: #428c37;
	background-image: url(../../assets/img/header-sub-bg-img.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-sub__brand-img {
	aspect-ratio: 189/44;
	max-width: 189px;
	width: 100%;
}

.header-sub__brand-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.header-sub__meta {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	gap: 5px;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 9px;
}

.header-sub__organizer {
	font-size: 14px;
}

.header-sub__project {
	font-size: 14px;
	margin-top: 0;
	padding-left: 5px;
}

.footer {
	margin-top: 100px;
}

.footer {
	background-color: #428c37;
	padding-top: 53px;
}

.footer__inner {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 58px;
}

.footer__logo {
	aspect-ratio: 312/73;
	max-width: 312px;
	width: 82.1%;
}

.footer__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__contact {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 30px;
}

.footer__address {
	display: flex;
	gap: 4px;
	margin-top: 24px;
}

.footer__info {
	display: flex;
	gap: 4px;
	margin-top: 24px;
}

.footer__info-item a {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__info-item a::after {
	background-color: #ffffff;
	bottom: 2px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-top: 24px;
}

.footer__sns img {
	aspect-ratio: 1/1;
	height: 20px;
	width: 20px;
}

.footer__menu-box {
	display: flex;
	gap: 24px;
	margin-top: 65px;
}

.footer__menu-support-title {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.footer__menu-support-nav {
	margin-top: 18px;
}

.footer__menu-support-nav-item:not(:first-child) {
	margin-top: 10px;
}

.footer__menu-support-nav-link {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.footer__menu-project-title {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.footer__menu-project-nav {
	margin-top: 10px;
}

.footer__menu-project-item:not(:first-child) {
	margin-top: 18px;
}

.footer__menu-project-link {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.footer__subnav {
	margin-top: 37px;
}

.footer__subnav-nav-list {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 16px;
}

.footer__subnav-nav-link {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.5;
	position: relative;
}

.footer__copyright {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding-bottom: 26px;
	padding-top: 32px;
	text-align: center;
}

.copyright__inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.copyright__subnav {
	display: none;
}

.copyright__subnav-nav-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 24px;
	column-gap: 24px;
	padding-left: 50px;
	row-gap: 10px;
}

.copyright__subnav-nav-link {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.5;
	position: relative;
}

@media screen and (min-width: 768px) {

.inner {
	max-width: 1653px;
	padding: 0 20px;
	width: 100%;
}

.footer {
	padding-top: 80px;
}

.footer__inner {
	padding-bottom: 80px;
}

.footer__wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.footer__contact {
	margin-top: 0;
}

.footer__address {
	margin-top: 0px;
}

.footer__menu-box {
	margin-top: 0;
	padding-right: 69px;
}

.footer__menu-support-title {
	font-size: 15px;
}

.footer__menu-support-nav-link {
	font-size: 14px;
}

.footer__menu-project-title {
	font-size: 15px;
}

.footer__menu-project-link {
	font-size: 14px;
}

.footer__subnav {
	display: none;
}

.footer__copyright {
	font-size: 14px;
	padding-bottom: 32px;
	padding-top: 45px;
	text-align: left;
}

.footer__copyright small {
	text-align: left;
	white-space: nowrap;
}

.copyright__inner {
	justify-content: space-between;
}

.copyright__subnav {
	display: block;
}

.copyright__subnav-nav-link {
	font-weight: bold;
}

}

@media screen and (min-width: 1024px) {

.header {
	height: 130px;
	padding: 0px 20px 0px 20px;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 2080px;
	padding: 0 30px;
}

.header__meta {
	align-items: center;
	display: flex;
}

.header__project {
	margin-top: 0;
}

.header__nav {
	display: block;
	height: inherit;
}

.header__nav-list {
	align-items: center;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-link {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__drawer-icon {
	display: none;
}

.header-sub__brand {
	align-items: center;
	display: flex;
	gap: 36px;
}

.header-sub__brand-img {
	aspect-ratio: 417/97;
	max-width: 417px;
}

.header-sub__meta {
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 0;
}

.header-sub__project {
	padding-left: 15px;
}

.header-sub__nav {
	padding-left: 20px;
	white-space: nowrap;
}

.header-sub__inner {
	padding-left: 0;
	padding-right: 60px;
}

}

