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

.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: 65px;
	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%;
}

.header__nav-item--services {
	position: relative;
}

.header__nav-link--services-menu {
	left: -130px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(-20px);
	transition: all 0.3s;
	width: 300px;
}

.header__nav-item--services:hover .header__nav-link--services-menu,
.header__nav-item--services:focus-within .header__nav-link--services-menu {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.header__submenu-item {
	height: 63px;
}

.header__submenu-link {
	align-items: center;
	background-color: rgba(104, 151, 74, 0.8);
	border-bottom: 1px solid #548635;
	color: #ffffff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: inherit;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.3s;
	width: 100%;
}

.header__submenu-link:hover {
	opacity: 0.7;
}

.drawer__submenu-link {
	align-items: center;
	background-color: rgba(104, 151, 74, 0.8);
	border-bottom: 1px solid #548635;
	color: #ffffff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: inherit;
	height: 53px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	transition: all 0.3s;
	width: 100%;
}

.drawer__submenu-link:hover {
	opacity: 0.7;
}

.header__nav-link--services-menu-sub {
	left: -98px;
}

.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;
}

.main-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 96px;
	padding-left: 20px;
	padding-right: 20px;
}

.main-visual__title {
	margin-top: -50px;
}

.main-visual__title-ja {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
}

.main-visual__title-en {
	color: #ffffff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}

/* ============================
   Services ボタン共通
   ============================ */

.services-image-wrap p {
	margin: 0;
	padding: 0;
}

.services-button-wrap {
	text-align: center;
}

@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;
}

.main-visual__title-ja {
	font-size: 48px;
}

.main-visual__title-en {
	font-size: 26px;
	margin-top: 15px;
}

.sp-only--mainview {
	display: none;
}

.main-visual__title-ja {
	font-size: 48px;
}

.main-visual__title-en {
	font-size: 26px;
	margin-top: 15px;
}

.sp-only--mainview {
	display: none;
}

.services-button-wrap a.button.large-size {
	font-size: 32px;
}

}

@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;
}

.main-visual {
	margin-top: 130px;
}

.main-visual {
	margin-bottom: 130px;
}

.main-visual.margin-bottom-zero {
	margin-bottom: 0;
}

}

