@charset "UTF-8";
.gHeaderWrap {}
.gHeader {}
.gHeader_title {
	width: 251px;
	position: absolute;
	top: 39px;
	left: 40px;
	z-index: 999;
}
.gHeader_title > a {
	text-decoration: none;
	color: var(--color-green);
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title-home > a {
	color: var(--color-white);
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	position: fixed;
	top: 40px;
	right: 40px;
	background-color: var(--color-green);
	color: var(--color-white);
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	z-index: 1000;
	padding-right: 30px;
	padding-left: 42px;
	max-width: 750px;
	width: calc(100% - 350px);
	box-sizing: border-box;
	line-height: 1.2;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
	padding: 0 5px;
}
.gNav_link {}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 13px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link_icon {
	display: block;
	width: 30px;
	height: 30px;
	fill: currentColor;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 67.76%;
}
.gBody {
	margin-bottom: -38px;
}
.gVisual {
	text-align: center;
	padding-top: 200px;
	position: relative;
	z-index: 1;
}
.gVisual_inner {}
.gVisual_subTitle {
	font-size: 100px;
	font-weight: 900;
	font-family: var(--font-albert);
	line-height: 1.2;
	margin-bottom: 20px;
}
.gVisual_title {
	font-size: 30px;
	font-weight: 900;
	line-height: 44px;
}
.gFooter {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 210px;
	position: relative;
	z-index: 1;
	font-weight: 500;
}
.gFooter_inner {}
.gFooter_areaLogo {
	display: flex;
	align-items: flex-start;
	column-gap: 90px;
	justify-content: center;
	margin-bottom: 67px;
}
.gFooter_logo {
	width: 276px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: var(--color-green);
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 67.76%;
}
.gFooter_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_logoCorp {}
.gFooter_logoCorp > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logoCorp > a > img {
	display: block;
}
.gFooter_addr {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 31px;
}
.gFooter_tel {
	font-size: 45px;
	line-height: 1.2;
	text-align: center;
	font-family: var(--font-albert);
	font-weight: bold;
	margin-bottom: 10px;
}
.gFooter_tel > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	font-weight: bold;
	font-size: 18px;
	justify-content: center;
	line-height: 1.444444444;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_snsList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 49px;
	column-gap: 33px;
	margin-bottom: 10px;
}
.gFooter_snsList > li {}
.gFooter_snsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList_icon {
	display: block;
	width: 60px;
	height: 60px;
	fill: currentColor;
}
.gFooter_list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 89px;
	margin-top: 37px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	display: block;
	color: inherit;
	padding: 10px 28px;
}
.gFooter_copyright {
	text-align: center;
}
.gBody_contents {
	background-color: var(--color-sky-blue);
	position: relative;
	overflow: hidden;
	margin-top: -96px;
	padding-bottom: 443px;
	padding-top: 357px;
}
.gBody_contents_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	fill: var(--color-white);
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.gBody_contents_bg-header {
	height: 290px;
	top: 0;
}
.gBody_contents_bg-footer {
	bottom: 0;
	height: 400px;
}
.gNav_list_text {
	display: block;
	position: relative;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: currentColor;
	width: 0;
	transition-duration: .3s;
	transition-property: width;
}
.gPankuzu {
	margin-bottom: 92px;
}
.gPankuzu_inner {
	max-width: 1320px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
	overflow: auto;
	line-height: 1;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 5px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 40px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixContact {
	position: fixed;
	z-index: 999;
	bottom: 40px;
	right: 40px;
	width: 150px;
}
.gFixContact > a {
	text-decoration: none;
	color: inherit;
	padding-bottom: 22px;
	display: block;
}
.gFixContact_circe {
	position: absolute;
	z-index: 0;
	width: 150px;
	height: 150px;
	border: 2px solid var(--color-dark-gray);
	box-sizing: border-box;
	border-radius: 50%;
	background-color: var(--color-yellow);
	left: 0;
	bottom: 0;
	transition-duration: .3s;
	transition-property: transform;
}
.gFixContact_image {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 106px;
	margin: 0 auto 1px;
}
.gFixContact_image > img {
	display: block;
	transform: translateX(10%);
}
.gFixContact_text {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 18px;
	text-align: center;
	font-weight: 900;
	line-height: 1.5;
}
.gHeader_link {
	display: none;
}
.gHeader_link > a {}
.gHeader_link_icon {}
.gBody_inner {}
.gBody_contents-step {
	background-color: var(--color-light-purple);
}
.gBody_contents-lineup {
	background-color: var(--color-light-yellow);
}
.gBody_contents-performance {
	background-color: var(--color-light-green);
}
.gBody_contents-concept {
	background-color: var(--color-light-purple);
}
.gBody_contents-topics {
	background-color: var(--color-light-pink);
}
.gBody_contents-home {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0);
}
.gBody-home {
	margin-bottom: 0;
}
@media screen and (max-width:1299px) {
	.gNav {
		right: 30px;
	}
	.gFixContact {
		right: 30px;
		bottom: 30px;
	}
	.gHeader_title {
		left: 30px;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_title {
		width: 220px;
	}
	.gNav {
		width: calc(100% - 310px);
		padding-right: 20px;
		padding-left: 30px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gPankuzu_oList > li > a:hover {
		color: var(--color-green);
	}
	.gFixContact > a:hover {}
	a:hover .gFixContact_circe {
		transform: scale(1.05);
	}
	a:hover .gNav_list_text::after {
		width: 100%;
		left: 0;
		right: auto;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	.gNav_link > a:hover {
		opacity: .7;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_logoCorp > a:hover {
		opacity: .7;
	}
	.gFooter_tel > a:hover {}
	.gFooter_snsList > li > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_title {
		top: 20px;
		left: 20px;
		width: 170px;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		top: 20px;
		right: 20px;
		font-size: 14px;
		width: calc(100% - 235px);
		padding-right: 17px;
		padding-left: 18px;
	}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 60px;
	}
	.gNav_link {}
	.gNav_link > a {
		padding: 0 7px;
	}
	.gNav_link_icon {
		width: 24px;
		height: 24px;
	}
	.gHeader_title_inner {}
	.gBody {}
	.gVisual {
		padding-top: 170px;
	}
	.gVisual_inner {}
	.gVisual_subTitle {
		font-size: 80px;
		margin-bottom: 14px;
	}
	.gVisual_title {
		font-size: 20px;
		line-height: 32px;
	}
	.gFooter {
		padding-bottom: 120px;
	}
	.gFooter_inner {}
	.gFooter_areaLogo {
		column-gap: 50px;
	}
	.gFooter_logo {
		width: 200px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_title_img {}
	.gFooter_logoCorp {
		width: 200px;
	}
	.gFooter_logoCorp > a {}
	.gFooter_logoCorp > a > img {}
	.gFooter_addr {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList_icon {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_copyright {}
	.gBody_contents {}
	.gBody_contents_bg {
		min-width: 1200px;
	}
	.gBody_contents_bg-header {}
	.gBody_contents_bg-footer {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gPankuzu {
		margin-bottom: 50px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: inherit;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gFixContact {
		width: 130px;
		bottom: 20px;
		right: 20px;
	}
	.gFixContact > a {}
	.gFixContact_circe {
		width: 130px;
		height: 130px;
	}
	.gFixContact_image {
		max-width: 99px;
	}
	.gFixContact_image > img {}
	.gFixContact_text {
		font-size: 14px;
	}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link_icon {}
	.gBody_contents-home {
		padding-bottom: 0;
		margin-top: 0;
		padding-top: 0;
	}
	.gBody-home {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_title {
		width: 100px;
	}
	.gHeader_title-home {
		width: 150px;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gMenuBtn {
		width: 60px;
		height: 60px;
		position: fixed;
		z-index: 1001;
		top: 20px;
		right: 20px;
		background-color: var(--color-green);
		display: block;
		border-radius: 50%;
		color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 30px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 9px 0;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(10px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-10px) rotate(-45deg);
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 0;
		top: 0;
		right: 0;
		font-size: 20px;
		box-sizing: border-box;
		overflow: auto;
		padding-top: 80px;
		padding-bottom: 50px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-sp {
		display: block;
	}
	.gNav_list > li > a {
		padding: 0;
		justify-content: center;
	}
	.gNav_link {
		display: none;
	}
	.gNav_link > a {}
	.gNav_link_icon {}
	.gHeader_title_inner {}
	.gBody {
		margin-bottom: -20px;
	}
	.gVisual {
		padding-top: 120px;
	}
	.gVisual_inner {}
	.gVisual_subTitle {
		font-size: 42px;
		margin-bottom: 9px;
	}
	.gVisual_title {
		font-size: 15px;
	}
	.gFooter {
		font-size: 12px;
		padding-bottom: 80px;
	}
	.gFooter_inner {}
	.gFooter_areaLogo {
		column-gap: 26px;
		margin-bottom: 26px;
		align-items: center;
	}
	.gFooter_logo {
		width: 120px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_title_img {}
	.gFooter_logoCorp {
		width: 120px;
	}
	.gFooter_logoCorp > a {}
	.gFooter_logoCorp > a > img {}
	.gFooter_addr {
		font-size: 16px;
		line-height: 1.625;
		margin-bottom: 20px;
	}
	.gFooter_tel {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.gFooter_tel > a {}
	.gFooter_dList {
		font-size: 14px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_snsList {
		column-gap: 20px;
		margin-top: 40px;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList_icon {
		width: 36px;
		height: 36px;
	}
	.gFooter_list {
		font-size: 12px;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 24px;
		margin-bottom: 19px;
		flex-wrap: wrap;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 10px 10px;
	}
	.gFooter_copyright {
		font-size: 12px;
	}
	.gBody_contents {
		margin-top: -10px;
		padding-top: 100px;
		padding-bottom: 180px;
	}
	.gBody_contents_bg {
		min-width: 0;
		height: 120px;
	}
	.gBody_contents_bg-header {
		height: 80px;
	}
	.gBody_contents_bg-footer {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gPankuzu {
		margin-bottom: 25px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 14px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gFixContact {
		width: 90px;
		z-index: 1003;
	}
	.gFixContact > a {
		padding-bottom: 15px;
	}
	.gFixContact_circe {
		width: 90px;
		height: 90px;
	}
	.gFixContact_image {
		max-width: 68px;
	}
	.gFixContact_image > img {}
	.gFixContact_text {
		font-size: 10px;
		line-height: 1.2;
	}
	.gHeader_link {
		display: block;
		position: fixed;
		z-index: 999;
		top: 86px;
		right: 20px;
		width: 60px;
	}
	.gHeader_link > a {
		display: flex;
		width: 100%;
		height: 60px;
		background-color: var(--color-green);
		color: var(--color-white);
		border-radius: 50%;
		align-items: center;
		justify-content: center;
	}
	.gHeader_link_icon {
		display: block;
		width: 30px;
		height: 30px;
		fill: currentColor;
	}
	.gBody_contents-home {
		padding-bottom: 0;
		margin-top: 0;
		padding-top: 0;
	}
	.gBody-home {
		margin-bottom: -20px;
	}
}
@media screen and (max-width:374px) {
	.gVisual_subTitle {
		font-size: 36px;
	}
}
