@charset "UTF-8";
.gBody {
	overflow: hidden;
}
.gHeaderWrap {
	height: auto;
	font-weight: bold;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.gHeader_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gHeader_logo_inner {
	background-color: var(--color-white);
	box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
	width: 250px;
	height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 40px;
	box-sizing: border-box;
	padding-right: 27px;
	padding-bottom: 7px;
}
.gHeader_title {
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeader_inner {
	max-width: 1723px;
	padding-right: 50px;
	padding-left: 50px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_textWrap {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	padding-top: 41px;
	padding-left: 250px;
}
.gNav_inner {
	margin-right: -13px;
}
.gNav_list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 26px 13px;
}
.gNav_list_item {
	display: flex;
	font-size: 18px;
	line-height: 1.2;
	min-height: 28px;
	background-color: rgba(255, 255, 255, 0.80);
	border-radius: 10px;
	align-items: center;
	padding: 0 13px;
	box-sizing: border-box;
	min-width: 116px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixNav {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.gFixNav_list {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	row-gap: 15px;
}
.gFixNav_list > li {}
.gFixNav_list_item {
	text-decoration: none;
	font-size: 18px;
	width: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-sky-blue);
	color: var(--color-white);
	padding: 20px 0;
	box-sizing: content-box;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	letter-spacing: 0.12em;
	transition-duration: .3s;
	transition-property: padding-right;
}
.gFixNav_list_item-recruit {
	background-color: var(--color-odakyu-blue2);
	min-height: 140px;
}
.gFixNav_list_text {
	display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.gFixNav_list_item-contact {
	min-height: 140px;
}
.gFootBack {
	margin-top: 22px;
}
.gFootBack_bg {
	background-image: url(/assets/img/common/bg-town.svg);
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 171px;
}
.gFootBack_areaText {
	background-color: var(--color-odakyu-blue2);
	padding-bottom: 55px;
	position: relative;
}
.gFootBack_areaText_inner {
	max-width: 652px;
}
.gFootBack_message {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	transform: translate(-50%, -50%);
}
.gFootBack_message > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFooter {
	padding-top: 100px;
	box-shadow: 0 100vh 0 100vh var(--color-odakyu-blue2);
	font-weight: bold;
	line-height: 1.538;
}
.gFooter_inner {
	max-width: 1020px;
	padding-right: 65px;
	padding-left: 65px;
}
.gFooter_logo {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-odakyu-blue2);
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	display: flex;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	font-weight: inherit;
}
.gFooter_grid {
	display: grid;
	grid-template-columns: repeat(5, auto);
	column-gap: 15px;
	row-gap: 13px;
	justify-content: space-between;
}
.gFooter_cell {}
.gFooter_cell-no1 {
	grid-row: span 2;
	order: 0;
}
.gFooter_list {
	list-style: none;
	color: var(--color-blue);
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.gFooter_list > li {}
.gFooter_list > li:nth-child(n+2) {
	margin-top: 10px;
}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 10px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_cList {
	list-style: none;
	font-size: 13px;
	color: var(--color-footer-text);
	letter-spacing: 0.1em;
	margin-top: -7px;
	font-weight: normal;
}
.gFooter_cList > li {}
.gFooter_cList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_cell-no2 {
	grid-row: span 2;
	order: 1;
}
.gFooter_cell-no3 {
	order: 2;
}
.gFooter_cell-no4 {
	order: 3;
}
.gFooter_cell-no5 {
	order: 5;
}
.gFooter_cell-no6 {
	order: 6;
}
.gFooter_copyright {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.gNav_list_icon {
	display: none;
}
.gNav_list_icon_svg {}
.gNav_btnList {
	display: none;
	list-style: none;
}
.gNav_btnList > li {}
.gNav_btnList_btn {
	display: block;
}
.gNav_btnList_btn-recruit {}
.gNav_btnList_btn-contact {}
.gNav_foot {
	display: none;
}
.gNav_link {
	display: none;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_cList-sub {
	margin-top: 0;
}
.gNav_list > li.-sp {
	display: none;
}
.gHeaderWrap-second {
	height: 80px;
}
.gHeader_title-second {}
.gHeader_title_img-portrait {
	display: none;
}
.gHeader_title_img-landscape {}
.gHeader_logo_inner-second {
	width: auto;
	height: auto;
	display: block;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	border-radius: 0;
}
.gHeader_logo-second {
	position: relative;
	width: 342px;
}
.gNav-second {
	padding-left: 0;
	padding-top: 0;
}
.gHeader_inner-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}
.gNav_list_item-second {
	background-color: var(--color-blue-nav);
	font-weight: 500;
}
.gHeader-second {
	background-color: var(--color-white);
}
.gBody-second {
	position: relative;
}
.gBody-second::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue-bg);
	z-index: -2;
}
.gNav_hasSub {
	position: static;
}
.gNav_hasSub::after {
	display: none;
}
.gNav_hasSub a {
	position: relative;
}
.gNav_hasSub a .gNav_list_item {
	padding-right: 40px;
}
.gNav_subList {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 30;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 16px 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.gNav_subList li {
	list-style: none;
	flex: 0 0 auto;
}
.gNav_subList a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	line-height: 1.5;
	white-space: nowrap;
	border-radius: 9999px;
}
.gNav_subList a:hover,
.gNav_subList a:focus {
	background: rgba(0, 0, 0, 0.05);
}
.gNav_hasSub:hover > .gNav_subList,
.gNav_hasSub:focus-within > .gNav_subList,
.gNav_hasSub.is-open > .gNav_subList {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.gNav_list_icon_pc {
	position: absolute;
	display: block;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.gNav_list_icon_pc .gNav_list_icon_svg {
	width: 15px;
	height: 15px;
	fill: #0082cd;
	transform: rotate(90deg);
}
a:hover .gNav_list_icon_pc .gNav_list_icon_svg {
	fill: #FFF;
}
.gNav_list_icon_under .gNav_list_icon_svg {
	display: none;
}
.gBody_bg {
	background-image: linear-gradient(to bottom, #47ADE3 0%, #79BBE0 27.6%, #f0f7f7 100%);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 880px;
}
.gPankuzu {
	color: var(--color-white);
	padding: 50px 0 50px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
	font-weight: bold;
	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;
	font-weight: normal;
	margin: 0 4px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-weight: normal;
	min-height: 40px;
	align-items: center;
}
.gBody_inner {}
.gBody_enTitle {
	color: var(--color-white);
	font-family: var(--font-montserrat);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 2px;
}
.gBody_title {
	font-size: 42px;
	line-height: 1.45;
	font-weight: bold;
	color: var(--color-white);
	border-bottom: 1px solid currentColor;
	padding-bottom: 15px;
}
.gBody_box {}
.gBody_box_inner {}
.gFooter-second {
	position: relative;
	padding-top: 179px;
}
.gFooter-second::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom, var(--color-blue-bg), rgba(255, 255, 255, 0));
}
.gBody_areaTitle {
	margin-bottom: 60px;
}
.gFootBack_copy {
	background-color: var(--color-footer-green);
	color: var(--color-footer-text);
	padding: 11px 0;
}
.gFootBack_copy_inner {}
.gFooter_cell-no7 {
	order: 4;
	grid-row: span 2;
}
.gFooter_cList_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	fill: currentColor;
	vertical-align: middle;
	margin-left: 3px;
	position: relative;
	transform: translateY(-10%);
}
.gBody_indent {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1299px) {
	.gNav_list_item {
		font-size: 16px;
		min-width: 106px;
	}
	.gNav_list > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.gNav_inner {
		margin-right: -8px;
	}
}
@media screen and (max-width:1199px) {
	.gNav {
		max-width: 1099px;
		margin-left: auto;
		margin-right: auto;
	}
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gNav-second {
		margin: 0;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_logo-second {
		width: 280px;
	}
	.gNav_list_item {
		font-size: 15px;
		min-width: 100px;
	}
}
@media screen and (min-width:1000px) and (max-height:699px) {
	.gFixNav {
		transform: none;
		top: 120px;
	}
	.gHeader_logo_inner {
		width: 190px;
		border-bottom-right-radius: 20px;
		height: 110px;
		padding-right: 18px;
		box-shadow: 4px 4px 15px rgba(0, 0, 0, .5);
	}
	.gHeader_title {
		max-width: 158px;
	}
	.gNav_list_item {
		font-size: 14px;
		min-width: 0;
		border-radius: 7px;
	}
	.gNav_list > li > a {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.gNav {
		padding-left: 199px;
		padding-top: 10px;
	}
	.gNav_inner {
		margin-right: -5px;
	}
	.gFixNav_list_item {
		font-size: 14px;
		width: 36px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gFixNav_list_item-recruit {
		min-height: 120px;
	}
	.gFixNav_list_text {}
	.gFixNav_list_item-contact {
		min-height: 80px;
	}
	.gFooter_cList > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.gFootBack_message {}
	.gFootBack_areaText {}
	.gFooter {
		padding-top: 70px;
	}
	.gHeader_logo_inner-second {
		width: auto;
		border-radius: 0;
		height: auto;
		padding: 0;
		box-shadow: none;
	}
	.gNav-second {
		padding: 0;
	}
	.gHeader_title-second {
		max-width: none;
	}
	.gHeader_logo-second {
		width: 280px;
	}
	.gHeaderWrap-second {
		height: 64px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
	.gHeader_logo > a:hover {}
	a:hover .gHeader_title {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	a:hover .gNav_list_item {
		background-color: var(--color-odakyu-blue2);
		color: var(--color-white);
	}
	.gFixNav_list_item:hover {
		padding-right: 10px;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		color: var(--color-odakyu-blue2);
	}
	.gFooter_cList > li > a:hover {
		color: var(--color-odakyu-blue2);
	}
}
@media screen and (max-width:999px) {
	.gBody {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo_inner {
		width: 200px;
		border-bottom-right-radius: 20px;
		height: 120px;
		padding-right: 18px;
		box-shadow: 4px 4px 15px rgba(0, 0, 0, .5);
	}
	.gHeader_title {
		max-width: 170px;
	}
	.gHeader_title_img {}
	.gHeader_inner {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_textWrap {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		padding-left: 199px;
		padding-top: 20px;
	}
	.gNav_inner {
		margin-right: -5px;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.gNav_list_item {
		font-size: 14px;
		min-width: 0;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 7px;
	}
	.gFixNav {
		top: 120px;
		transform: none;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list_item {
		font-size: 14px;
		width: 36px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gFixNav_list_item-recruit {
		min-height: 120px;
	}
	.gFixNav_list_text {}
	.gFixNav_list_item-contact {
		min-height: 80px;
	}
	.gFootBack {}
	.gFootBack_bg {
		padding-bottom: 150px;
	}
	.gFootBack_areaText {}
	.gFootBack_areaText_inner {}
	.gFootBack_message {}
	.gFootBack_message > img {}
	.gFooter {}
	.gFooter_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_grid {
		grid-template-columns: repeat(4, auto);
	}
	.gFooter_cell {}
	.gFooter_cell-no1 {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:nth-child(n+2) {}
	.gFooter_list > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.gFooter_cList {
		margin-top: 0;
	}
	.gFooter_cList > li {}
	.gFooter_cList > li > a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.gFooter_cell-no2 {}
	.gFooter_cell-no3 {}
	.gFooter_cell-no4 {
		order: 3;
	}
	.gFooter_cell-no5 {
		order: 4;
	}
	.gFooter_cell-no6 {
		order: 5;
	}
	.gFooter_copyright {}
	.gNav_list_icon {}
	.gNav_list_icon_svg {}
	.gNav_btnList {}
	.gNav_btnList > li {}
	.gNav_btnList_btn {}
	.gNav_btnList_btn-recruit {}
	.gNav_btnList_btn-contact {}
	.gNav_foot {}
	.gNav_link {}
	.gNav_link > a {}
	.gFooter_cList-sub {}
	.gHeaderWrap-second {}
	.gHeader_title-second {
		max-width: none;
	}
	.gHeader_title_img-portrait {}
	.gHeader_title_img-landscape {}
	.gHeader_logo_inner-second {
		width: auto;
		height: auto;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}
	.gHeader_logo-second {
		width: 230px;
	}
	.gNav-second {
		padding: 0;
	}
	.gHeader_inner-second {}
	.gNav_list_item-second {}
	.gHeader-second {}
	.gBody-second {}
	.gBody-second::before {}
	.gBody_bg {}
	.gPankuzu {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_inner {}
	.gBody_enTitle {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.gBody_title {
		font-size: 38px;
		padding-bottom: 17px;
	}
	.gBody_box {}
	.gBody_box_inner {}
	.gFooter-second {
		padding-top: 120px;
	}
	.gFooter-second::before {}
	.gBody_areaTitle {
		margin-bottom: 40px;
	}
	.gFootBack_copy {}
	.gFootBack_copy_inner {}
	.gFooter_cell-no7 {
		order: 6;
		grid-row: span 1;
		grid-column: span 4;
	}
	.gFooter_cList_icon {}
	.gBody_indent {}
}
@media screen and (max-width: 767px) {
	.gBody {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo_inner {
		width: 123px;
		height: 64px;
		padding-bottom: 0;
		padding-right: 14px;
		padding-top: 8px;
		box-shadow: 4px 4px 15px rgba(0, 0, 0, .5);
		background-color: var(--color-white);
		border-bottom-right-radius: 20px;
	}
	.gHeader_title {
		max-width: 103px;
	}
	.gHeader_title_img {}
	.gHeader_inner {
		padding-top: 14px;
	}
	.gMenuBtn {
		display: flex;
		width: 89px;
		height: 32px;
		background-color: var(--color-odakyu-blue2);
		margin-left: auto;
		border-radius: 6px;
		color: var(--color-white);
		font-size: 12px;
		font-weight: 500;
		font-family: var(--font-montserrat);
		align-items: center;
		justify-content: center;
		column-gap: 5px;
		position: relative;
		z-index: 1001;
	}
	.gMenuBtn[aria-expanded="true"] {
		background-color: var(--color-gray-cancel);
		color: var(--color-text);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 18px;
	}
	.gMenuBtn_bar {
		height: 1px;
		display: block;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(5px) rotate(-35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-5px) rotate(35deg);
	}
	.gMenuBtn_textWrap {
		display: block;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.gMenuBtn_text {
		display: block;
		transition-duration: .3s;
		transition-property: opacity, visibility, transform;
	}
	.gMenuBtn_text-open {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
		transform: translateY(-50%);
		visibility: hidden;
		opacity: 0;
	}
	.gMenuBtn_text-hidden {
		transform: translateY(50%);
		visibility: hidden;
		opacity: 0;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-hidden {
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
	}
	.gNav {
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-white);
		padding-top: 95px;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 45px;
		overflow: auto;
		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;
		margin-bottom: 10px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding: 0;
		display: flex;
		align-items: center;
		font-size: 18px;
		padding: 20px 27px;
		line-height: 20px;
		column-gap: 9px;
	}
	.gNav_list_item {
		background-color: rgba(255, 255, 255, 0);
		min-height: 0;
		padding: 0;
		font-size: inherit;
	}
	.gFixNav {
		display: none;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list_item {}
	.gFixNav_list_item-recruit {}
	.gFixNav_list_text {}
	.gFixNav_list_item-contact {}
	.gFootBack {
		margin-top: 27px;
	}
	.gNav_list_icon_pc {
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.gNav_hasSub a .gNav_list_item {
		padding-right: 0;
	}
	.gNav_hasSub {
		position: relative;
	}
	.gNav_subList {
		position: static;
		left: auto;
		top: auto;
		width: calc(100% - 28px);
		transform: none;
		margin: 0;
		padding: 0 0 0 28px;
		display: block;
		background: rgba(255, 255, 255, 0);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-radius: 0;
		max-height: 0;
		overflow: hidden;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: max-height 0.3s ease;
	}
	.gNav_hasSub.is-open .gNav_list_icon_pc .gNav_list_icon_svg {
		fill: #0082cd !important;
		transform: rotate(-90deg) !important;
	}
	a:hover .gNav_list_icon_pc .gNav_list_icon_svg {
		fill: #0082cd;
	}
	.gNav_hasSub.is-open > .gNav_subList {
		max-height: 500px;
	}
	.gNav_subList li {
		margin: 0;
		border-bottom: 1px solid #aaa;
	}
	.gNav_subList li.-sp {
		font-size: 16px;
		border-bottom: none;
	}
	.gNav_subList li + li {
		margin-top: 8px;
	}
	.gNav_subList li a {
		color: #000;
		display: flex;
		align-items: center;
		padding: 6px 0;
		background: rgba(255, 255, 255, 0);
		border-radius: 0;
		white-space: normal;
		justify-content: space-between;
	}
	.gNav_subList li.-sp a {
		justify-content: flex-start;
		column-gap: 9px;
	}
	.gFootBack_bg {
		padding-bottom: 50px;
	}
	.gFootBack_areaText {
		padding-bottom: 40px;
	}
	.gFootBack_areaText_inner {}
	.gFootBack_message {
		width: 220px;
	}
	.gFootBack_message > img {}
	.gFooter {
		padding-top: 39px;
	}
	.gFooter_inner {}
	.gFooter_logo {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.gFooter_logo > a {}
	.gFooter_grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 23px;
		column-gap: 10px;
	}
	.gFooter_cell {}
	.gFooter_cell-no1 {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:nth-child(n+2) {
		margin-top: 19px;
	}
	.gFooter_list > li > a {}
	.gFooter_cList {
		font-size: 12px;
		margin-top: -3px;
	}
	.gFooter_cList > li {}
	.gFooter_cList > li > a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.gFooter_cell-no2 {}
	.gFooter_cell-no3 {}
	.gFooter_cell-no4 {}
	.gFooter_cell-no5 {}
	.gFooter_cell-no6 {}
	.gFooter_copyright {
		font-size: 10px;
		line-height: 13px;
	}
	.gNav_list_icon {
		background-color: var(--color-pink);
		color: var(--color-white);
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
	.gNav_list_icon_svg {
		width: 9px;
		height: 9px;
		fill: currentColor;
	}
	.gNav_list_icon_under .gNav_list_icon_svg {
		display: block;
		width: 15px;
		height: 15px;
		fill: #0082cd;
	}
	.gNav_btnList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 12px;
	}
	.gNav_btnList > li {}
	.gNav_btnList_btn {
		background-color: var(--color-odakyu-blue2);
		color: var(--color-white);
		text-decoration: none;
		min-height: 60px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-indent: .1em;
	}
	.gNav_btnList_btn-recruit {}
	.gNav_btnList_btn-contact {
		background-color: var(--color-sky-blue);
	}
	.gNav_foot {
		display: block;
		border-top: 1px solid currentColor;
		margin-top: 25px;
	}
	.gNav_link {
		display: block;
		font-size: 14px;
		line-height: 20px;
	}
	.gNav_link > a {
		display: flex;
		padding: 20px 27px;
		align-items: center;
		column-gap: 6px;
	}
	.gNav_link_icon {
		display: block;
		width: 16px;
		height: 16px;
		fill: currentColor;
	}
	.gFooter_cList-sub {
		margin-top: 16px;
	}
	.gNav_list > li.-sp {
		display: block;
	}
	.gHeaderWrap-second {
		height: auto;
	}
	.gHeader_title-second {}
	.gHeader_title_img-portrait {
		display: block;
	}
	.gHeader_title_img-landscape {
		display: none;
	}
	.gHeader_logo_inner-second {}
	.gHeader_logo-second {
		width: auto;
		position: absolute;
	}
	.gNav-second {}
	.gHeader_inner-second {}
	.gNav_list_item-second {
		font-weight: inherit;
	}
	.gHeader-second {
		background-color: rgba(255, 255, 255, 0);
	}
	.gBody-second {
		padding-top: 112px;
	}
	.gBody-second::before {}
	.gBody_bg {}
	.gPankuzu {
		display: none;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_inner {}
	.gBody_enTitle {}
	.gBody_title {
		font-size: 34px;
	}
	.gBody_box {}
	.gBody_box_inner {}
	.gFooter-second {
		padding-top: 100px;
	}
	.gFooter-second::before {}
	.gBody_areaTitle {
		padding-left: 10px;
		padding-right: 10px;
	}
	.gFootBack_copy {
		padding: 8px 0;
	}
	.gFootBack_copy_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.gFooter_cell-no7 {
		grid-column: span 2;
	}
	.gFooter_cList_icon {}
	.gBody_indent {}
}
@media screen and (max-width:374px) {
	.gFooter_cList {
		font-size: 11px;
		letter-spacing: 0;
	}
	.gFooter_list {
		font-size: 14px;
	}
	.gBody_enTitle {
		font-size: 18px;
	}
	.gBody_title {
		font-size: 30px;
	}
	.gBody_areaTitle {
		padding-left: 0;
		padding-right: 0;
	}
}
