@charset "UTF-8";
.gHeaderWrap {
	height: 87px;
}
.gHeader {
	background-color: var(--color-black);
	color: var(--color-white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 1.8;
}
.gHeader_inner {
	max-width: 1287px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col-title {
	width: 250px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 87px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 270px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gNav {
	height: 100%;
	margin-left: auto;
	max-width: 790px;
}
.gNav_inner {
	display: flex;
	height: 100%;
	column-gap: 30px;
}
.gNav_list {
	flex-grow: 1;
	list-style: none;
	display: flex;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list_btn {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 20px;
	height: 100%;
	padding: 0 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_en {
	display: block;
	font-family: var(--font-lexend);
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 4px;
}
.gNav_list_ja {
	display: block;
}
.gNav_link {
	align-self: center;
	width: 150px;
	position: relative;
	top: 3px;
	margin-left: 12px;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	font-family: var(--font-lexend);
	font-weight: 600;
	display: flex;
	align-items: center;
	height: 35px;
	border: 1px solid var(--color-white);
	border-radius: 35px;
	padding: 0 10px;
	justify-content: center;
	box-sizing: border-box;
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_link > a > .icon {
	font-size: 18px;
	display: block;
	margin-right: 7px;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 11.6%;
	width: 100%;
}
.gFooter {
	padding-bottom: 132px;
	padding-top: 124px;
	line-height: 1.8;
}
.gFooter_logo {
	max-width: 250px;
	margin: 0 auto 40px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 11.6%;
	width: 100%;
}
.gFooter_logo_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_name {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 68px;
}
.gFooter_name > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	column-gap: 20px;
}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 24px;
	padding: 11px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 16px;
}
.gFooter_list > li > a > .icon {
	display: block;
	margin-left: 14px;
}
.gFooter_copyright {
	font-size: 12px;
	text-align: center;
	font-family: var(--font-lexend);
	font-weight: 300;
	margin-top: 66px;
	line-height: 15px;
}
.gBody {
	overflow: hidden;
}
.gHead {
	padding-top: 88px;
}
.gHead::after {
	content: "";
	display: block;
	height: 10px;
	background-image: linear-gradient(to right, #C1DCEB 33.3%, #EBD4C1 33.3%, #EBD4C1 66.6%, #C1EBD9 66.6%);
	margin-top: 40px;
}
.gHead_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gHead_en {
	font-size: 65px;
	font-family: var(--font-lexend);
	font-weight: 600;
	line-height: 81px;
	text-transform: uppercase;
}
.gHead_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
}
.gPankuzu {
	margin-bottom: 90px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 5px;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
}
.gMenu {
	position: absolute;
	top: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	padding-top: 12px;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_list {
	list-style: none;
	font-size: 15px;
	border: 1px solid var(--color-black);
	background-color: var(--color-white);
	color: var(--color-black);
	border-radius: 10px;
	padding: 10px 10px;
}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	min-height: 36px;
	padding: 5px 10px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_btn-spMenu {
	display: none;
}
.gNav_list_btn_icon {
	display: none;
}
.gHead_title-simple {
	font-size: 40px;
	text-align: center;
}
.gHead-simple {
	padding-top: 100px;
}
.gHead-simple::after {
	margin-top: 64px;
}
.gNav_corpLink {
	width: 173px;
}
.gNav_corpLink_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 10px;
	justify-content: center;
	align-items: flex-end;
}
.gNav_corpLink_are {
	display: block;
	max-width: 83px;
	width: 48%;
}
.gNav_corpLink_are > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_corpLink_are > a > img {
	display: block;
}
.gNav_corpLink_logo {
	display: block;
}
.gNav_corpLink_logo > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_corpLink_logo > a > img {
	display: block;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width:1099px) {
	.gNav_inner {
		column-gap: 10px;
	}
	.gNav_corpLink {
		width: 152px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gNav_corpLink_are > a:hover {
		opacity: .7;
	}
	.gNav_corpLink_logo > a:hover {
		opacity: .7;
	}
	.gMenu_list > li > a:hover {
		color: var(--color-sky-blue);
	}
	.gHeader_title > a:hover {
		color: var(--color-gray);
	}
	.gNav_list_btn:hover {
		color: var(--color-gray);
	}
	.gNav_link > a:hover {
		background-color: var(--color-white);
		color: var(--color-black);
	}
	.gFooter_logo > a:hover {
		color: var(--color-gray);
	}
	.gFooter_name > a:hover {
		color: var(--color-gray);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-gray);
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 70px;
	}
	.gHeader_inner {
		padding-right: 0;
		padding-left: 20px;
	}
	.gHeader_col-title {
		width: 200px;
	}
	.gHeader_title > a {
		height: 70px;
	}
	.gHeader_col-menu {
		max-width: 80px;
		width: calc(100% - 210px);
	}
	.gMenuBtn {
		display: block;
		width: 100%;
		height: 70px;
		color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 40px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no2 {
		margin-top: 12px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(7px) rotate(20deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: translateY(-6px) rotate(-20deg);
	}
	.gNav {
		position: fixed;
		background-color: rgba(114, 176, 212, 0.95);
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: calc(100% - 70px);
		top: 70px;
		box-sizing: border-box;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		max-width: 375px;
		left: auto;
		right: 0;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
		box-sizing: border-box;
		height: auto;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list_btn {
		font-feature-settings: "palt";
		font-size: 14px;
		line-height: 20px;
		padding: 12px 0 13px;
	}
	.gNav_list_en {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 4px;
	}
	.gNav_link {
		width: 110px;
		margin-left: 8px;
	}
	.gNav_link > a {
		font-size: 12px;
		height: 32px;
	}
	.gNav_link > a > .icon {
		font-size: 15px;
	}
	.gFooter_list {
		justify-content: center;
	}
	.gHead {
		padding-top: 75px;
	}
	.gHead::after {
		height: 8px;
	}
	.gHead_en {
		font-size: 55px;
		line-height: 66px;
	}
	.gHead_title {
		font-size: 24px;
	}
	.gPankuzu {
		margin-bottom: 50px;
	}
	.gMenu {
		pointer-events: inherit;
		position: static;
		transform: none;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition-duration: .3s;
		transition-property: max-height, visibility, opacity;
	}
	.gMenu.isShow {
		pointer-events: inherit;
		max-height: var(--height-menu, 128px);
	}
	.gMenu_list {
		border: none;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
	}
	.gMenu_list > li > a {
		font-size: 14px;
		min-height: 32px;
	}
	.gHead_title-simple {
		font-size: 30px;
	}
	.gHead-simple {
		padding-top: 72px;
	}
	.gNav_list_btn-spMenu {
		display: flex;
	}
	.gNav_list_btn-spBtn {
		padding: 0;
		line-height: inherit;
		position: absolute;
		top: 0;
		width: 40px;
		height: 72px;
		right: 0;
		z-index: 10;
	}
	.gNav_list_btn_icon {
		display: block;
		width: 14px;
		height: 1px;
		background-color: currentColor;
		position: relative;
		margin: 0 auto;
	}
	.gNav_list_btn_icon::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transform: rotate(90deg);
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	[aria-expanded="true"] > .gNav_list_btn_icon::before {
		transform: rotate(0deg);
	}
	.gNav_corpLink {
		width: 173px;
		margin: 18px auto 0;
	}
	.gNav_corpLink_inner {
		align-items: center;
		height: auto;
	}
	.gNav_list_btn-spBtn > .gNav_list_en {
		display: none;
	}
	.gNav_list_btn-spBtn > .gNav_list_ja {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.gNav {
		max-width: none;
	}
	.gNav_link {
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 11px;
	}
	.gNav_link > a {
		height: 35px;
		font-size: 14px;
	}
	.gNav_link > a > .icon {
		font-size: 18px;
	}
	.gFooter {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.gFooter_inner {
		max-width: 334px;
	}
	.gFooter_name {
		margin-bottom: 35px;
	}
	.gFooter_name > a {
		font-size: 16px;
	}
	.gFooter_list {
		display: block;
		border-top: 1px solid var(--color-border);
	}
	.gFooter_list > li > a {
		font-size: 14px;
		line-height: 20px;
		padding: 9px 0;
		justify-content: flex-start;
		border-bottom: 1px solid var(--color-border);
		position: relative;
		padding-right: 20px;
	}
	.gFooter_list > li > a > .icon {
		margin-left: 0;
		position: absolute;
		top: 50%;
		right: -1px;
		transform: translateY(-50%);
		font-size: 12px;
	}
	.gFooter_copyright {
		margin-top: 44px;
	}
	.gHead {
		padding-top: 25px;
	}
	.gHead::after {
		height: 5px;
		margin-top: 25px;
	}
	.gHead_cols {
		display: block;
	}
	.gHead_en {
		font-size: 30px;
		line-height: 30px;
	}
	.gHead_title {
		font-size: 15px;
		line-height: 24px;
		margin-top: 3px;
	}
	.gPankuzu {
		margin-bottom: 25px;
	}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li > a {
		height: 50px;
	}
	.gHead_title-simple {
		font-size: 18px;
		margin-top: 0;
	}
	.gHead-simple {
		padding-top: 34px;
	}
}
@media screen and (max-width:374px) {
	.gFooter_copyright {
		font-size: 10px;
	}
	.gHead_en {
		font-size: 24px;
	}
	.gHead_title {
		font-size: 13px;
	}
	.gHead_title-simple {
		font-size: 16px;
	}
}
