@charset "UTF-8";
.gFooter {
	background-color: var(--color-dark-blue);
	color: var(--color-white);
	font-size: 14px;
	line-height: 1.5;
	padding-top: 100px;
}
.gFooter_nav {}
.gFooter_nav_inner {
	max-width: 1494px;
}
.gFooter_logo {
	margin-bottom: 86px;
	max-width: 271px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a > img {
	display: block;
}
.gFootNav {}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {
	width: 24%;
	max-width: 340px;
}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list_item {}
.gFootNav_list_item:nth-child(n+2) {
	margin-top: 16px;
}
.gFootNav_list_btn {
	display: none;
}
.gFootNav_list_btn_icon {}
.gFootNav_cList {
	list-style: none;
	margin-top: 20px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li > a {
	text-decoration: none;
	display: block;
	color: rgba(255, 255, 255, 0.60);
	padding: 4px 0;
	line-height: 20px;
	transition-duration: .3s;
	transition-property: color;
}
.gFootNav_list_item > a {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	display: flex;
	min-height: 60px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
}
.gFootNav_list_item_arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 13px;
}
.gFootNav_list_item-hasChild {}
.gFootNav_list_item-hasChild > a {}
.gFooter_contents {
	border-top: 1px solid rgba(255, 255, 255, 0.50);
	padding-top: 39px;
	padding-bottom: 49px;
	margin-top: 26px;
}
.gFooter_contents_inner {
	max-width: 1494px;
}
.gFooter_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1461px;
}
.gFooter_col {}
.gFooter_col-sns {}
.gFooter_link {
	margin-bottom: 7px;
}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	font-family: var(--font-jetbranins);
	font-size: 16px;
	font-weight: bold;
	display: flex;
	height: 25px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_link > a > .icon {
	display: block;
	font-size: 25px;
	margin-left: 24px;
}
.gFooter_list {
	list-style: none;
	display: flex;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	height: 15px;
	width: 1px;
	background-color: var(--color-white);
	opacity: .5;
	margin: 0 26px;
}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 9px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-info {
	padding-top: 3px;
}
.gFooter_sponsor {
	display: flex;
	align-items: center;
}
.gFooter_sponsor_image {
	display: block;
	margin-right: 30px;
}
.gFooter_sponsor_image > img {
	display: block;
}
.gFooter_sponsor_text {}
.gFooter_copyright {
	font-size: 12px;
	margin-top: 13px;
}
.gFootNav_cList_arrow {
	display: inline-block;
	font-size: 10px;
	margin-left: 6px;
}
.gPageTop {}
.gPageTop_inner {
	max-width: 1799px;
}
.gPageTop_button {
	display: block;
	width: 64px;
	margin-left: auto;
}
.gPageTop_button_box {
	display: flex;
	width: 64px;
	height: 64px;
	background-color: var(--color-white);
	border-radius: 6px;
	color: var(--color-dark-blue);
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button_box_arrow {}
.gPageTop_button_box_arrow > .icon {}
.gPageTop_button_text {
	display: block;
	font-family: var(--font-jetbranins);
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1;
	margin-top: 7px;
}
.gHeaderWrap {
	line-height: 1.8;
	font-size: 15px;
}
.gHeader {
	padding-top: 22px;
	padding-bottom: 22px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition-duration: .3s;
	transition-property: background-color, color, padding-top, padding-bottom, box-shadow;
}
.isMegaOpen .gHeader {
	background-color: var(--color-white);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.gHeader-scrolled {
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--color-white);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.gHeader_inner {
	max-width: 1874px;
	padding-left: 20px;
	padding-right: 20px;
}
.gHeader_cols {
	display: flex;
	max-width: 1808px;
	margin-left: auto;
}
.gHeader_col {}
.gHeader_col-title {
	width: 199px;
	transition-duration: .3s;
	transition-property: width;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	height: 86px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeader_col-menu {
	width: calc(100% - 228px);
	margin-left: auto;
	transition-duration: .3s;
	transition-property: width;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gNav {
	height: 100%;
	max-width: 1170px;
	margin-left: auto;
	transition-duration: .3s;
	transition-property: max-width;
}
.gHeader-scrolled .gNav {
	max-width: 1102px;
}
.gNav_inner {
	display: flex;
	height: 100%;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list_item {
	display: flex;
	text-decoration: none;
	color: var(--color-dark-blue);
	font-weight: 600;
	font-size: 17px;
	height: 100%;
	align-items: center;
	line-height: 1.2;
	justify-content: center;
	transition-duration: .3s;
	transition-property: font-size;
	white-space: nowrap;
}
.gHeader-scrolled .gNav_list_item {
	font-size: 15px;
}
.gNav_list_item-hidden {
	display: none;
}
.gNav_list_item-toggle {}
.gNav_list_icon {
	display: block;
	width: 8px;
	height: 2px;
	background-color: currentColor;
	position: relative;
	margin-left: 8px;
}
.gNav_list_icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_item[aria-expanded="true"] .gNav_list_icon::before {
	transform: rotate(0deg);
}
.gNav_btnList {
	list-style: none;
	display: grid;
	column-gap: 5px;
	grid-template-columns: repeat(2, 1fr);
	align-self: center;
	width: 265px;
	margin-left: 25px;
}
.gNav_btnList > li {}
.gNav_btnList_btn {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 50px;
	background-color: var(--color-dark-blue);
	color: var(--color-white);
	font-family: var(--font-jetbranins);
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0 14px;
	justify-content: center;
}
.gNav_btnList_btn-recruit {}
.gNav_btnList_arrow {
	font-size: 10px;
	margin-left: 10px;
}
.gNav_btnList_arrow-recruit {}
.gNav_btnList_btn-contact {
	background-color: var(--color-blue);
}
.gNav_btnList_arrow-contact {}
.gNav_list_item_text {}
.gNav_list_item_text-toggle {}
.gMenu {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	height: calc(100vh - 100%);
	backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_inner {
	max-width: 1490px;
}
.gMenu_cols {
	display: flex;
}
.gMenu_col {}
.gMenu_col-title {
	width: 396px;
}
.gMenu_title {}
.gMenu_title > a {
	text-decoration: none;
	color: var(--color-dark-blue);
	font-weight: 600;
	line-height: 1.2;
	display: block;
	padding-top: 12px;
	font-size: 16px;
}
.gMenu_title_main {
	font-family: var(--font-jetbranins);
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.gMenu_title_sub {
	display: block;
}
.gMenu_col-list {
	list-style: none;
	width: calc(100% - 396px);
}
.gMenu_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 19px;
	column-gap: 3.5%;
}
.gMenu_list > li {}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	font-size: 14px;
	color: var(--color-dark-blue);
	display: flex;
	position: relative;
	min-height: 33px;
	align-items: center;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	line-height: 1.4;
}
.gMenu_list > li > a > br {
	display: none;
}
.gMenu_list > li > a > br.-pc {
	display: inline;
}
.gMenu_arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	font-size: 11px;
}
.gMenu_arrow > .icon {}
.gMenu_title_arrow {
	width: auto;
}
.gMenu_contents {
	padding-bottom: 79px;
	padding-top: 80px;
	background-color: var(--color-white);
}
.gHeader_col-titleScrolled {
	width: 188px;
}
.gHeader_col-menuScrolled {
	width: calc(100% - 217px);
}
.gContact {
	background-color: var(--color-light-blue);
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	line-height: 1.8;
	font-size: 15px;
}
.gContact_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2542px;
	height: 1348px;
	transform: translate(-50%, -50%);
	margin-left: 40px;
	margin-top: 12px;
	pointer-events: none;
}
.gContact_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gContact_inner {
	max-width: 1490px;
}
.gContact_box {
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(26, 115, 240, 0.07);
	backdrop-filter: blur(15px);
	padding: 105px 20px 97px;
	color: var(--color-dark-blue);
	text-align: center;
}
.gContact_title {
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.gContact_title_main {
	display: block;
}
.gContact_title_sub {
	display: block;
	font-size: 70px;
	font-family: var(--font-jetbranins);
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}
.gContact_text {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
}
.gContact_link {
	max-width: 232px;
	margin: 50px auto 0;
}
.gContact_link > a {}
.gNav_link {
	display: none;
}
.gNav_copy {
	display: none;
}
.gFooterNav_menu {}
.gBody {
	position: relative;
	overflow: hidden;
	padding-bottom: 134px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gPankuzu {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 128px;
	position: relative;
	z-index: 1;
}
.gPankuzu-noMb {
	margin-bottom: 0;
}
.gPankuzu_inner {
	max-width: 1490px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-dark-blue);
	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;
	width: 5px;
	height: 1px;
	background-color: var(--color-blue);
	margin: 0 10px;
	position: relative;
	top: -2px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	opacity: .5;
	display: flex;
	align-items: center;
	height: 60px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHead {
	position: relative;
	padding-top: 229px;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 40px;
}
.gHead_bg {
	color: var(--color-light-blue);
	width: 791px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 450px;
}
.gHead_bg_inner {
	position: relative;
	padding-bottom: 69.53%;
}
.gHead_bg_img {
	fill: currentColor;
	fill-opacity: .5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gHead_inner {
	max-width: 1500px;
}
.gHead_areaTitle {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 174px;
	justify-content: flex-end;
}
.gHead_title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--color-dark-blue);
}
.gHead_subTitle {
	line-height: 24px;
	color: var(--color-white);
	background-color: var(--color-blue);
	font-weight: 500;
	font-family: var(--font-jetbranins);
	padding: 0 2px;
	margin-top: 6px;
	font-size: 16px;
}
.gHead_nav {
	margin-top: 57px;
}
.gHead_list {
	list-style: none;
	font-size: 14px;
	color: var(--color-dark-blue);
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.gHead_list > li {
	min-width: 120px;
}
.gHead_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-right: 21px;
	display: flex;
	min-height: 34px;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.gHead_list_arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) scale(0.9);
	font-size: 10px;
	color: var(--color-blue);
}
.gHead_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 550px;
	z-index: -1;
}
.gHead-noTitle {
	padding-top: 203px;
}
.gPankuzu-noBorder {
	border-bottom: none;
	margin-bottom: 0;
}
.gHeadWrap {
	overflow: hidden;
	position: relative;
}
.gHeadWrap_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gHeadWrap_bg_contents {
	position: relative;
	height: 3000px;
	width: 100%;
	left: 0;
	z-index: -2;
	overflow: hidden;
}
.gHeadWrap_bg_contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 12.28%, #FFFFFF 48.83%);
	height: 100%;
}
.gHeadWrap_circle {
	position: absolute;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	width: 1400px;
	height: 1400px;
	background-image: radial-gradient(circle, rgba(193, 220, 251, 1.0) 0%, rgba(193, 220, 251, 0.8) 20%, rgba(193, 220, 251, 0.4) 40%, rgba(193, 220, 251, 0.1) 60%, rgba(193, 220, 251, 0.0) 70%);
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 0;
}
.gHeadWrap_circle-no1 {
	top: -100px;
	margin-left: 230px;
}
.gHeadWrap_circle-no2 {
	top: 400px;
	margin-left: 780px;
}
.gHeadWrap_circle-no3 {
	top: 670px;
	margin-left: -900px;
	width: 1200px;
	height: 1200px;
}
.gHeadWrap_bg_line {
	width: 950px;
	position: absolute;
	top: -113px;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 163px;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.gHeadWrap_bg_line_inner {
	position: relative;
	padding-bottom: 111.05%;
}
.gHeadWrap_bg_line_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gHeadWrap-mb {
	margin-bottom: 130px;
}
.gHeadWrap-visible {
	overflow: visible;
}
.gHead-noMb {
	margin-bottom: 0;
}
.gHead_areaTitle-ttl {}
.gHead_ttlEn {
	font-size: 90px;
}
.gHead_ttlJa {
	font-size: 16px;
	font-weight: 600;
}
.gHeadWrap-mbS {
	margin-bottom: 45px;
}
.gBody-business {
	overflow: visible;
}
.gHeadWrap_bg_lineWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1100px;
	overflow: hidden;
}
.gBody-home {
	padding-bottom: 0;
	overflow: visible;
}
@media screen and (max-width:1719px) {
	.gPageTop {
		margin-top: 26px;
	}
}
@media screen and (max-width:1499px) {
	.gNav_list_item {
		font-size: 15px;
	}
	.gNav {
		max-width: 1000px;
	}
	.gHeader-scrolled .gNav {
		max-width: 1000px;
	}
	.gHeader_col-title {
		width: 188px;
	}
	.gHeader_col-menu {
		width: calc(100% - 217px);
	}
	.gNav_btnList {
		margin-left: 15px;
	}
	.gMenu_col-title {
		width: 320px;
	}
	.gMenu_col-list {
		width: calc(100% - 320px);
	}
	.gMenu_list {
		row-gap: 13px;
		column-gap: 15px;
	}
	.gMenu_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1299px) {
	.gNav_list_item {
		font-size: 14px;
	}
	.gHeader-scrolled .gNav_list_item {
		font-size: 14px;
	}
	.gNav_btnList_btn {
		padding-left: 10px;
		font-size: 14px;
		padding-right: 10px;
	}
	.gNav_btnList {
		width: 200px;
		margin-left: 10px;
	}
	.gNav_btnList_arrow {
		margin-left: 6px;
	}
	.gMenu_title_main {
		font-size: 40px;
	}
	.gMenu_col-title {
		width: 250px;
	}
	.gMenu_col-list {
		width: calc(100% - 250px);
	}
}
@media screen and (max-width:1249px) {
	.gFootNav_col {
		width: auto;
		max-width: none;
	}
	.gFootNav_cols {
		display: grid;
		grid-template-columns: repeat(4, auto);
		justify-content: normal;
		column-gap: 25px;
	}
	.gFootNav_list_item > a {
		min-height: 50px;
	}
	.gFootNav_list_item:nth-child(n+2) {
		margin-top: 10px;
	}
	.gMenu_list > li > a > br {
		display: inline;
	}
}
@media screen and (max-width:1199px) {
	.gHead_title {
		font-size: 55px;
	}
	.gHeader_col-title {
		width: 160px;
	}
	.gHeader_col-menu {
		width: calc(100% - 180px);
	}
	.gNav_list_icon {
		margin-left: 5px;
	}
	.gHeader {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gHeaderWrap {}
	.gHeader-scrolled {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width:1099px) {
	.gNav_btnList_btn {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.gNav_btnList {
		width: 175px;
	}
	.gHeader_col-title {
		width: 150px;
	}
	.gHeader_col-menu {
		width: calc(100% - 165px);
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHead_list > li > a:hover {}
	.gPankuzu_oList > li > a:hover {
		opacity: 1;
	}
	.gContact_link > a:hover {}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_btnList_btn:hover {}
	.gMenu_title > a:hover {}
	.gMenu_list > li > a:hover {}
	.gPageTop_button:hover {}
	.gPageTop_button:hover .gPageTop_button_box {
		background-color: var(--color-dark-blue);
		color: var(--color-white);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list_btn:hover {}
	.gFootNav_cList > li > a:hover {
		color: var(--color-white);
	}
	.gFootNav_list_item > a:hover {
		color: rgba(255, 255, 255, 0.60);
	}
	.gFooter_link > a:hover {
		color: rgba(255, 255, 255, 0.60);
	}
	.gFooter_list > li > a:hover {
		color: rgba(255, 255, 255, 0.60);
	}
}
@media screen and (max-width: 999px) {
	.gFooter {}
	.gFooter_nav {}
	.gFooter_nav_inner {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFootNav {}
	.gFootNav_cols {
		column-gap: 15px;
	}
	.gFootNav_col {}
	.gFootNav_list {}
	.gFootNav_list_item {}
	.gFootNav_list_item:nth-child(n+2) {}
	.gFootNav_list_btn {}
	.gFootNav_list_btn_icon {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {
		line-height: 18px;
	}
	.gFootNav_list_item > a {}
	.gFootNav_list_item_arrow {}
	.gFootNav_list_item-hasChild {}
	.gFootNav_list_item-hasChild > a {}
	.gFooter_contents {}
	.gFooter_contents_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-sns {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a > .icon {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {
		margin: 0 15px;
	}
	.gFooter_list > li > a {}
	.gFooter_col-info {}
	.gFooter_sponsor {}
	.gFooter_sponsor_image {
		margin-right: 15px;
	}
	.gFooter_sponsor_image > img {}
	.gFooter_sponsor_text {}
	.gFooter_copyright {}
	.gFootNav_cList_arrow {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_button {}
	.gPageTop_button_box {}
	.gPageTop_button_box_arrow {}
	.gPageTop_button_box_arrow > .icon {}
	.gPageTop_button_text {}
	.gHeaderWrap {}
	.gHeader {
		padding-top: 0;
		padding-bottom: 0;
	}
	.isMegaOpen .gHeader {}
	.gHeader-scrolled {}
	.isMenuOpen .gHeader {
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
		background-color: var(--color-white);
	}
	.gHeader_inner {}
	.gHeader_cols {
		align-items: center;
	}
	.gHeader_col {}
	.gHeader_col-title {
		width: 126px;
		transition: none;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 76px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 46px;
		transition: none;
	}
	.gMenuBtn {
		width: 46px;
		height: 46px;
		background-color: var(--color-blue);
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		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-top: 8px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(5px) rotate(20deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: translateY(-4px) rotate(-20deg);
	}
	.gNav {
		position: fixed;
		top: 76px;
		left: auto;
		z-index: 1000;
		width: 100%;
		height: calc(100% - 76px);
		overflow: auto;
		background-color: var(--color-white);
		max-width: none;
		right: 0;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		background-color: rgba(0, 0, 0, 0.50);
		backdrop-filter: blur(5px);
	}
	.gHeader-scrolled .gNav {
		max-width: none;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gHeader-scrolled .gNav {}
	.gNav_inner {
		height: auto;
		display: block;
		background-color: var(--color-white);
		padding-top: 24px;
		padding-bottom: 50px;
		overflow: auto;
		box-sizing: border-box;
		height: 100%;
		max-width: 415px;
		margin-left: auto;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {
		position: relative;
	}
	.gNav_list > li.-sp {
		display: block;
	}
	.gNav_list_item {
		min-height: 68px;
		box-sizing: border-box;
		font-size: 16px;
		transition: none;
		justify-content: flex-start;
		padding: 0 20px;
		position: relative;
	}
	.gNav_list_item-blank {
		position: relative;
		padding-right: 60px;
	}
	.gNav_list_item-blank > .icon-blank {
		font-size: 15px;
		position: absolute;
		top: 50%;
		right: 29px;
		transform: translateY(-50%);
		margin-top: 3px;
	}
	.gNav_list_item::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #E5E5E5;
	}
	.gHeader-scrolled .gNav_list_item {
		font-size: 16px;
	}
	.gNav_list_item-hidden {
		display: flex;
	}
	.gNav_list_item-toggle {
		position: absolute;
		top: 0;
		right: 10px;
		height: 68px;
		padding: 0px 20px;
		z-index: 10;
	}
	.gNav_list_icon {
		width: 15px;
		margin: 0;
	}
	.gNav_list_icon::before {}
	.gNav_list_item[aria-expanded="true"] .gNav_list_icon::before {}
	.gNav_btnList {
		display: none;
		width: auto;
		padding: 0 20px;
		margin-left: 0;
		margin-top: 40px;
	}
	.gNav_btnList > li {}
	.gNav_btnList_btn {
		font-size: 16px;
		height: 68px;
	}
	.gNav_btnList_btn-recruit {}
	.gNav_btnList_arrow {}
	.gNav_btnList_arrow-recruit {}
	.gNav_btnList_btn-contact {}
	.gNav_btnList_arrow-contact {}
	.gNav_list_item_text {}
	.gNav_list_item_text-toggle {
		display: none;
	}
	.gMenu {
		position: static;
		width: auto;
		background-color: rgba(255, 255, 255, 0);
		backdrop-filter: none;
		pointer-events: inherit;
		height: auto;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		max-height: 0;
		transition-duration: .3s;
		transition-property: opacity, visibility, max-height;
	}
	.gMenu.isShow {
		max-height: 1000px;
		pointer-events: inherit;
	}
	.gMenu-solution.isShow {
		max-height: var(--height-menu-solution, 1000px);
	}
	.gMenu-product.isShow {
		max-height: var(--height-menu-product, 1000px);
	}
	.gMenu-company.isShow {
		max-height: var(--height-menu-company, 1000px);
	}
	.gMenu_inner {}
	.gMenu_cols {
		display: block;
	}
	.gMenu_col {
		width: auto;
	}
	.gMenu_col-title {
		display: none;
	}
	.gMenu_title {}
	.gMenu_title > a {}
	.gMenu_title_main {}
	.gMenu_title_sub {}
	.gMenu_col-list {}
	.gMenu_list {
		display: block;
	}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		min-height: 39px;
		color: rgba(4, 55, 111, 0.70);
		padding: 0;
		border: none;
	}
	.gMenu_list > li > a > br {
		display: none;
	}
	.gMenu_list > li > a > br.-pc {
		display: none;
	}
	.gMenu_list > li > a > br.-sp {
		display: inline;
	}
	.gMenu_arrow {
		display: none;
	}
	.gMenu_arrow > .icon {}
	.gMenu_title_arrow {}
	.gMenu_contents {
		background-color: rgba(255, 255, 255, 0);
		padding-top: 20px;
		padding-bottom: 19px;
	}
	.gHeader_col-titleScrolled {}
	.gHeader_col-menuScrolled {}
	.gContact {}
	.gContact_bg {}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_box {}
	.gContact_title {}
	.gContact_title_main {}
	.gContact_title_sub {}
	.gContact_text {}
	.gContact_link {}
	.gContact_link > a {}
	.gNav_link {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 40px;
	}
	.gNav_link > a {}
	.gNav_copy {
		display: block;
		font-size: 10px;
		color: var(--color-dark-blue);
		padding-left: 20px;
		margin-top: 22px;
	}
	.gFooterNav_menu {}
	.gBody {
		padding-bottom: 100px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gPankuzu {
		margin-bottom: 80px;
		margin-top: 20px;
	}
	.gPankuzu-noMb {
		margin-bottom: 0;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 45px;
	}
	.gHead {
		padding-top: 160px;
	}
	.gHead_bg {
		width: 500px;
		margin-left: 280px;
	}
	.gHead_bg_inner {}
	.gHead_bg_img {}
	.gHead_inner {}
	.gHead_areaTitle {
		min-height: 136px;
	}
	.gHead_title {
		font-size: 44px;
		line-height: 53px;
	}
	.gHead_subTitle {}
	.gHead_nav {}
	.gHead_list {}
	.gHead_list > li {}
	.gHead_list > li > a {}
	.gHead_list_arrow {}
	.gHead_canvas {}
	.gHead-noTitle {
		padding-top: 100px;
	}
	.gPankuzu-noBorder {
		margin-bottom: 0
	}
	.gHeadWrap {}
	.gHeadWrap_bg {}
	.gHeadWrap_bg_contents {}
	.gHeadWrap_circle {}
	.gHeadWrap_circle-no1 {}
	.gHeadWrap_circle-no2 {}
	.gHeadWrap_circle-no3 {}
	.gHeadWrap_bg_line {
		width: 750px;
		margin-left: 120px;
	}
	.gHeadWrap_bg_line_inner {}
	.gHeadWrap_bg_line_svg {}
	.gHeadWrap-mb {
		margin-bottom: 60px;
	}
	.gHead-noMb {
		margin-bottom: 0;
	}
	.gHead_areaTitle-ttl {}
	.gHead_ttlEn {
		font-size: 70px;
	}
	.gHead_ttlJa {}
	.gHeadWrap-mbS {}
	.gBody-business {
		overflow: hidden;
	}
	.gHeadWrap_bg_lineWrap {
		height: 835px;
	}
	.gBody-home {
		padding-bottom: 0;
	}
}
@media screen and (max-width:767px) {
	.gFooter {
		padding-top: 59px;
		padding-bottom: 42px;
	}
	.gFooter_nav {}
	.gFooter_nav_inner {}
	.gFooter_logo {
		max-width: 224px;
		margin-bottom: 41px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFootNav {}
	.gFootNav_cols {
		display: block;
	}
	.gFootNav_col {}
	.gFootNav_list {}
	.gFootNav_list_item {}
	.gFootNav_list_item:nth-child(n+2) {}
	.gFootNav_list_btn {
		display: block;
		position: absolute;
		top: 0;
		height: 68px;
		right: -10px;
		z-index: 10;
		padding: 0 20px;
	}
	.gFootNav_list_btn_icon {
		display: block;
		width: 15px;
		height: 1px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
	}
	.gFootNav_list_btn_icon::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: currentColor;
		transform: rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gFootNav_list_btn[aria-expanded="true"] .gFootNav_list_btn_icon::before {
		transform: rotate(0deg);
	}
	.gFootNav_cList {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 19px;
	}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {
		padding: 0;
		line-height: 1.4;
		min-height: 39px;
		display: flex;
		align-items: center;
	}
	.gFootNav_list_item > a {
		min-height: 68px;
		box-sizing: border-box;
	}
	.gFootNav_list_item_arrow {}
	.gFootNav_list_item-hasChild {
		position: relative;
	}
	.gFootNav_list_item-hasChild > a {}
	.gFooter_contents {
		border-top: none;
		padding: 0;
		padding-bottom: 0;
		margin: 0;
	}
	.gFooter_contents_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-sns {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a > .icon {}
	.gFooter_list {
		display: block;
		font-size: 12px;
		margin-top: 26px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {
		display: none;
	}
	.gFooter_list > li > a {}
	.gFooter_col-info {
		padding: 0;
		margin-top: 28px;
	}
	.gFooter_sponsor {
		font-size: 12px;
	}
	.gFooter_sponsor_image {}
	.gFooter_sponsor_image > img {}
	.gFooter_sponsor_text {}
	.gFooter_copyright {
		font-size: 10px;
		margin-top: 22px;
	}
	.gFootNav_cList_arrow {}
	.gPageTop {
		margin-top: 49px;
		margin-bottom: -74px;
	}
	.gPageTop_inner {}
	.gPageTop_button {
		position: relative;
		z-index: 10;
	}
	.gPageTop_button_box {
		width: 50px;
		height: 50px;
		margin: 0 auto;
	}
	.gPageTop_button_box_arrow {}
	.gPageTop_button_box_arrow > .icon {}
	.gPageTop_button_text {
		font-size: 12px;
		margin-top: 13px;
	}
	.gHeaderWrap {}
	.gHeader {}
	.isMegaOpen .gHeader {}
	.gHeader-scrolled {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gNav {
		background-color: rgba(255, 255, 255, 0);
		backdrop-filter: none;
	}
	.gHeader-scrolled .gNav {}
	.gNav_inner {
		max-width: none;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list_item {}
	.gHeader-scrolled .gNav_list_item {}
	.gNav_list_item-hidden {}
	.gNav_list_item-toggle {}
	.gNav_list_icon {}
	.gNav_list_icon::before {}
	.gNav_list_item[aria-expanded="true"] .gNav_list_icon::before {}
	.gNav_btnList {}
	.gNav_btnList > li {}
	.gNav_btnList_btn {}
	.gNav_btnList_btn-recruit {}
	.gNav_btnList_arrow {}
	.gNav_btnList_arrow-recruit {}
	.gNav_btnList_btn-contact {}
	.gNav_btnList_arrow-contact {}
	.gNav_list_item_text {}
	.gNav_list_item_text-toggle {}
	.gMenu {}
	.gMenu.isShow {}
	.gMenu_inner {}
	.gMenu_cols {}
	.gMenu_col {}
	.gMenu_col-title {}
	.gMenu_title {}
	.gMenu_title > a {}
	.gMenu_title_main {}
	.gMenu_title_sub {}
	.gMenu_col-list {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {}
	.gMenu_list > li > a > br {}
	.gMenu_arrow {}
	.gMenu_arrow > .icon {}
	.gMenu_title_arrow {}
	.gMenu_contents {}
	.gHeader_col-titleScrolled {}
	.gHeader_col-menuScrolled {}
	.gContact {
		padding: 60px 0;
	}
	.gContact_bg {
		width: 670px;
		height: 734px;
		margin-left: -114px;
		margin-top: -63px;
	}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_box {
		padding: 47px 20px 40px;
	}
	.gContact_title {
		font-size: 14px;
		margin-bottom: 43px;
	}
	.gContact_title_main {}
	.gContact_title_sub {
		font-size: 35px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.gContact_text {
		text-align: left;
		font-size: 16px;
	}
	.gContact_link {
		max-width: 294px;
		margin-top: 36px;
	}
	.gContact_link > a {}
	.gFooterNav_menu {
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		max-height: 0;
		transition-duration: .3s;
		transition-property: opacity, visibility, max-height;
	}
	.gFooterNav_menu.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gFooterNav_menu-solution.isShow {
		max-height: var(--height-footer-solution, 1000px);
	}
	.gFooterNav_menu-product.isShow {
		max-height: var(--height-footer-product, 1000px);
	}
	.gFooterNav_menu-company.isShow {
		max-height: var(--height-footer-company, 1000px);
	}
	.gBody {
		padding-bottom: 60px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gPankuzu {
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.gPankuzu-noMb {
		margin-bottom: 0;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
		justify-content: flex-start;
		margin-right: -20px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {
		overflow: visible;
		padding-right: 20px;
	}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		margin: 0 6px;
		top: 0px;
	}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gHead {
		padding-top: 100px;
		margin-bottom: 25px;
	}
	.gHead_bg {
		width: 300px;
		margin-left: 120px;
		top: 40px;
	}
	.gHead_bg_inner {}
	.gHead_bg_img {}
	.gHead_inner {}
	.gHead_areaTitle {
		min-height: 96px;
	}
	.gHead_title {
		font-size: 29px;
		line-height: 35px;
	}
	.gHead_title-small {
		font-size: 27px;
	}
	.gHead_subTitle {
		font-size: 12px;
		line-height: 20px;
	}
	.gHead_nav {
		margin-top: 23px;
	}
	.gHead_list {
		column-gap: 8px;
		font-size: 13px;
	}
	.gHead_list > li {
		min-width: 0;
	}
	.gHead_list > li > a {
		padding-right: 17px;
	}
	.gHead_list_arrow {}
	.gHead_canvas {}
	.gHead-noTitle {
		margin-bottom: 0;
	}
	.gPankuzu-noBorder {
		margin-bottom: 0;
	}
	.gHeadWrap {}
	.gHeadWrap_bg {}
	.gHeadWrap_bg_contents {}
	.gHeadWrap_circle {
		width: 500px;
		height: 500px;
	}
	.gHeadWrap_circle-no1 {
		margin-left: 50px;
		top: -40px;
	}
	.gHeadWrap_circle-no2 {
		margin-left: 0;
		top: 240px;
		margin-left: 240px;
	}
	.gHeadWrap_circle.gHeadWrap_circle-no2 {}
	.gHeadWrap_circle-no3 {
		top: 220px;
		margin-left: -280px;
	}
	.gHeadWrap_bg_line {
		width: 475px;
		top: -80px;
		margin-left: 80px;
	}
	.gHeadWrap_bg_line_inner {}
	.gHeadWrap_bg_line_svg {}
	.gHeadWrap-mb {
		margin-bottom: 35px;
	}
	.gHead-noMb {
		margin-bottom: 0;
	}
	.gHead_areaTitle-ttl {}
	.gHead_ttlEn {
		font-size: 44px;
	}
	.gHead_ttlJa {
		font-size: 14px;
	}
	.gHeadWrap-mbS {}
	.gHeadWrap_bg_lineWrap {
		height: 530px;
	}
	.gBody-home {
		padding-bottom: 0;
	}
}
@media screen and (max-width:374px) {
	.gHead_title {
		font-size: 24px;
	}
}
