<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0);
	line-height: 1.8;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-white);
}
.gHeader_inner {
	max-width: none;
	padding-right: 276px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	display: flex;
	align-items: center;
}
.gHeader_titleWrap {
	margin-right: 20px;
}
.gHeader_title {
	width: 157px;
}
.gHeader_title &gt; a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 90px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 22.293%;
	width: 100%;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gLangNav {
	position: relative;
	width: 124px;
}
.gLangNav_btn {
	display: flex;
	align-items: center;
	color: var(--color-teal-blue);
	background-color: var(--color-white);
	font-weight: normal;
	min-height: 38px;
	border-radius: 5px;
	padding: 3px 5px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid var(--color-white);
	transition-duration: .3s;
	transition-property: border-color, background-color, color;
}
.gLangNav_btn-colord {
	background-color: var(--color-teal-blue);
	color: var(--color-white);
	border-color: var(--color-teal-blue);
}
.gLangNav_btn[aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.gLangNav_btn_icon {
	display: block;
	height: 14px;
	fill: currentColor;
	width: 14px;
	margin-right: 5px;
}
.gLangNav_list {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gLangNav_list.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gLangNav_list &gt; li {}
.gLangNav_list &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 30px;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-dark-gray);
	text-align: center;
}
.gLangNav_list &gt; li:nth-last-child(n+2) &gt; a {
	border-bottom: 1px solid var(--color-medium-gray);
}
.gHeader_col-menu {
	width: calc(100% - 320px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	height: 100%;
}
.gNav_inner {
	height: 100%;
	max-width: 637px;
	margin-left: auto;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
}
.gNav_list &gt; li {
	flex-grow: 1;
	position: relative;
}
.gNav_list &gt; li.-sp {
	display: none;
}
.gNav_list &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 16px;
}
.gNav_list_icon {
	display: block;
	width: 10px;
	height: 5px;
	stroke: currentColor;
	stroke-width: 1px;
	fill: none;
	margin-left: 4px;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list &gt; li &gt; a[aria-expanded="true"] .gNav_list_icon {
	transform: rotate(180deg);
}
.gFixNav {
	position: fixed;
	top: 0;
	right: 0;
	width: 257px;
	z-index: 1000;
	line-height: 1.8;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list &gt; li {}
.gFixNav_list_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: var(--color-white);
	color: var(--color-teal-blue);
	height: 90px;
	box-sizing: border-box;
	padding: 10px 5px;
	line-height: 1.2;
	padding-bottom: 15px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.gFixNav_list_item-contact {
	border: 1px solid var(--color-white);
}
.gFixNav_list_item-colord {
	background-color: var(--color-teal-blue);
	color: var(--color-white);
	border-color: var(--color-teal-blue);
}
.gFixNav_list_icon {
	display: block;
	fill: currentColor;
	width: 31px;
	height: 31px;
}
.gFixNav_list_text {
	display: block;
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 16px;
	margin-top: 0px;
}
.gFixNav_list_item-tel {
	background-color: var(--color-deep-teal);
	padding-bottom: 12px;
}
.gFixNav_list_item-tel[href^="tel:"] {
	color: var(--color-white);
}
.gFixNav_list_tel {
	display: block;
	font-family: var(--font-mincho);
	font-size: 29px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.gFixNav_list_open {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-top: 9px;
}
.gBody {
	overflow: hidden;
}
.gBody-sticky {
	overflow: visible;
}
.gNav_list_text {}
.gContact {
	line-height: 1.75;
	margin-bottom: 73px;
}
.gContact_inner {
	max-width: 1222px;
}
.gContact_contents {
	position: relative;
	padding-top: 139px;
	padding-bottom: 128px;
}
.gContact_contents_inner {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.gContact_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--color-white);
	border-bottom: 10px solid var(--color-deep-teal);
	box-sizing: border-box;
}
.gContact_cols {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	max-width: 1055px;
	padding-right: 20px;
}
.gContact_col {}
.gContact_col-txt {
	padding-top: 14px;
}
.gContact_title {
	font-size: 40px;
}
.gContact_text {}
.gContact_col-link {
	width: calc(100% - 520px);
	max-width: 460px;
}
.gContact_link {}
.gContact_link &gt; a {
	min-height: 100px;
	font-size: 20px;
}
.gContact_telLink {
	margin-bottom: 41px;
}
.gContact_telLink &gt; a {
	display: block;
	line-height: 1;
	text-align: center;
	color: var(--color-teal-blue);
}
.gContact_telLink_num {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 47px;
	font-weight: 500;
	font-family: var(--font-mincho);
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.gContact_telLink_num_icon {
	display: block;
	width: 42px;
	height: 42px;
	fill: currentColor;
	margin-right: 5px;
}
.gContact_telLink_text {
	display: block;
	font-weight: 500;
	font-size: 16px;
	margin-top: 13px;
}
.gFooter {
	padding-bottom: 60px;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-txt {
	width: 301px;
}
.gFooter_group {
	max-width: 93px;
	margin-bottom: 22px;
}
.gFooter_group &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_group &gt; a &gt; img {
	display: block;
}
.gFooter_logo {
	max-width: 189px;
	position: relative;
	left: 4px;
	margin-bottom: 37px;
}
.gFooter_logo &gt; 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: 22.293%;
}
.gFooter_logo_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList:nth-last-child(n+2) {
	border-bottom: 1px solid var(--color-medium-dark-gray);
	padding-bottom: 26px;
	margin-bottom: 24px;
}
.gFooter_dList &gt; dt {}
.gFooter_dList &gt; dd {}
.gFooter_dList &gt; dd &gt; a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-nav {
	width: calc(100% - 330px);
	margin-left: auto;
	padding-top: 96px;
}
.gFooter_nav {
	display: flex;
	justify-content: space-between;
	max-width: 462px;
	margin-left: auto;
	padding-right: 35px;
}
.gFooter_list {
	list-style: none;
	font-size: 18px;
	font-family: var(--font-mincho);
	font-weight: 600;
}
.gFooter_list &gt; li {}
.gFooter_list &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 14px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_cList {
	list-style: none;
	padding-left: 1em;
	margin-top: -7px;
}
.gFooter_cList &gt; li {}
.gFooter_cList &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 6px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_gcList {
	list-style: none;
	font-size: 16px;
	margin-top: -5px;
	padding-left: 1.8em;
}
.gFooter_gcList &gt; li {}
.gFooter_gcList &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 4px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_snsList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-top: 70px;
	column-gap: 18px;
}
.gFooter_snsList &gt; li {}
.gFooter_snsList &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList_icon {
	display: block;
	width: 54px;
	height: 54px;
}
.gFooter_snsList_icon-fb {
	fill: #1877F2;
}
.gFooter_snsList_icon-insta {}
.gFooter_copyright {
	color: var(--color-medium-dark-gray);
	font-weight: 500;
	text-align: right;
	margin-top: 30px;
}
.gNav_list_text &gt; br {
	display: none;
}
.gFixNav_list_tel_icon {
	display: none;
}
.gNav_list_arrow {
	display: none;
}
.gNav_list_toggle {
	display: none;
}
.gFixBg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-light-gray);
	mix-blend-mode: multiply;
}
.gFixBg_item {
	background-image: url(/assets/img/common/bg-paper.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVisual {
	color: var(--color-white);
	position: relative;
	overflow: hidden;
}
.gVisual_deco {
	width: 1689px;
	height: 450px;
	fill: var(--color-deep-teal);
	fill-opacity: .16;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.gVisual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: var(--color-teal-blue);
}
.gVisual_inner {
	min-height: 323px;
	padding-top: 60px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.gVisual_title {
	font-size: 45px;
	font-family: var(--font-mincho);
	font-weight: 600;
	line-height: 1.4;
}
.gPankuzu {
	margin-top: 52px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList &gt; li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList &gt; li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList &gt; li:nth-last-child(n+2)::after {
	content: "ー";
	display: block;
	margin: 0 6px;
}
.gPankuzu_oList &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 66px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gVisual_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.gVisual_image &gt; img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVisual-hasMb {
	margin-bottom: 90px;
}
.gSimpleHead {
	padding-top: 180px;
}
.gMegaMenu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--color-teal-blue);
	color: var(--color-white);
	padding: 19px 23px;
	font-family: var(--font-mincho);
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
	min-width: 197px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMegaMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMegaMenu::before {
	content: "";
	border: 7px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	bottom: 100%;
	left: 30px;
	border-bottom-color: var(--color-teal-blue);
	border-top-width: 0;
	border-bottom-width: 9px;
}
.gMegaMenu_list {
	list-style: none;
}
.gMegaMenu_list &gt; li {}
.gMegaMenu_list &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.gMegaMenu_cList {
	list-style: none;
	padding-left: 1em;
}
.gMegaMenu_cList &gt; li {}
.gMegaMenu_cList &gt; li &gt; a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gHeader-colord {
	color: var(--color-teal-blue);
}
.gHeader-scrolled {
	background-color: var(--color-white);
	color: var(--color-teal-blue);
}
.gHeader-scrolled .gLangNav_btn {
	background-color: var(--color-teal-blue);
	color: var(--color-white);
	border-color: var(--color-teal-blue);
}
.gHeader-scrolled ~ .gFixNav .gFixNav_list_item-contact {
	background-color: var(--color-teal-blue);
	color: var(--color-white);
	border-color: var(--color-teal-blue);
}
.gBody-bgBlue {
	position: relative;
	padding-bottom: 240px;
	margin-bottom: -240px;
}
.gBody-bgBlue::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: var(--color-teal-blue);
}
.gPankuzu-white {
	color: var(--color-white);
}
.gContact-top {
	z-index: 1;
	position: relative;
	margin-top: -240px;
}
.gHeader_titleWrap-top {
	overflow: hidden;
	max-width: 0;
	margin-right: 0;
	transition-duration: 0.4s;
	transition-property: max-width, margin-right, opacity, visibility;
	opacity: 0;
	visibility: hidden;
}
.gHeader-scrolled .gHeader_titleWrap-top {
	max-width: 157px;
	margin-right: 20px;
	visibility: visible;
	opacity: 1;
}
#gt-nvframe {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}
@media screen and (max-width:1199px) {
	.gFixNav {
		width: 200px;
	}
	.gFixNav_list_text {
		font-size: 14px;
		margin-top: 2px;
	}
	.gFixNav_list_tel {
		font-size: 23px;
	}
	.gHeader_inner {
		padding-right: 210px;
	}
	.gNav_inner {
		max-width: 570px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list &gt; li &gt; a {
		font-size: 15px;
	}
	.gLangNav {
		width: 100px;
	}
	.gLangNav_btn {
		font-size: 14px;
	}
	.gHeader_col-menu {
		width: calc(100% - 284px);
	}
	.gFixNav {
		width: 175px;
	}
	.gHeader_inner {
		padding-right: 200px;
	}
	.gFixNav_list_text {
		font-size: 13px;
	}
	.gFixNav_list_icon {
		width: 26px;
		height: 26px;
	}
	.gFixNav_list_tel {
		font-size: 21px;
	}
	.gFixNav_list_open {
		font-size: 12px;
	}
	.gHeader_inner {
		padding-right: 185px;
	}
	.gHeader_title {
		width: 140px;
	}
	.gHeader_titleWrap {
		margin-right: 14px;
	}
	.gLangNav_list {
		font-size: 14px;
	}
	.gContact_link &gt; a {
		font-size: 18px;
	}
	.gContact_col-link {
		max-width: 410px;
	}
	.gHeader_titleWrap-top {
		margin-right: 0;
	}
	.gHeader-scrolled .gHeader_titleWrap-top {
		max-width: 140px;
		margin-right: 14px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader-scrolled .gLangNav_btn:hover {
		background-color: var(--color-white);
		color: var(--color-teal-blue);
	}
	.gPankuzu_oList &gt; li &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gPankuzu_oList-white &gt; li &gt; a:hover {
		color: rgba(255, 255, 255, 0.80);
	}
	.gFixNav_list_item-contact:hover {
		background-color: var(--color-teal-blue);
		color: var(--color-white);
		border-color: var(--color-teal-blue);
	}
	.gFixNav_list_item-colord:hover {
		background-color: var(--color-white);
		color: var(--color-teal-blue);
	}
	.gHeader-scrolled ~ .gFixNav .gFixNav_list_item-contact:hover {
		background-color: var(--color-white);
		color: var(--color-teal-blue);
	}
	.gHeader_title &gt; a:hover {
		opacity: .7;
	}
	.gLangNav_btn:hover {
		background-color: var(--color-teal-blue);
		color: var(--color-white);
		border-color: var(--color-teal-blue);
	}
	.gLangNav_btn-colord:hover {
		background-color: var(--color-white);
		color: var(--color-teal-blue);
	}
	.gLangNav_list &gt; li &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gMenuBtn:hover {}
	.gNav_list &gt; li &gt; a:hover {}
	.gContact_link &gt; a:hover {}
	.gFooter_group &gt; a:hover {
		opacity: .7;
	}
	.gFooter_logo &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gFooter_dList &gt; dd &gt; a:hover {
		color: var(--color-teal-blue);
		text-decoration: underline;
	}
	.gFooter_list &gt; li &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gFooter_cList &gt; li &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gFooter_gcList &gt; li &gt; a:hover {
		color: var(--color-teal-blue);
	}
	.gFooter_snsList &gt; li &gt; a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_inner {
		padding-right: 20px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_titleWrap {}
	.gHeader_title {}
	.gHeader_title &gt; a {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gLangNav {}
	.gLangNav_btn {}
	.gLangNav_btn[aria-expanded="true"] {}
	.gLangNav_btn_icon {}
	.gLangNav_list {}
	.gLangNav_list.isShow {}
	.gLangNav_list &gt; li {}
	.gLangNav_list &gt; li &gt; a {}
	.gLangNav_list &gt; li:nth-last-child(n + 2) &gt; a {}
	.gHeader_col-menu {
		width: calc(100% - 275px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {
		max-width: 460px;
	}
	.gNav_list {}
	.gNav_list &gt; li {}
	.gNav_list &gt; li &gt; a {
		line-height: 1.3;
	}
	.gNav_list_icon {}
	.gFixNav {
		top: auto;
		bottom: 0;
		width: 400px;
	}
	.gFixNav_list {
		display: flex;
	}
	.gFixNav_list &gt; li {
		width: 50%;
	}
	.gFixNav_list_item {
		padding: 10px 5px;
		height: 70px;
		color: var(--color-white);
	}
	.gFixNav_list_item-contact {
		background-color: var(--color-teal-blue);
		border: none;
	}
	.gFixNav_list_icon {}
	.gFixNav_list_text {}
	.gFixNav_list_item-tel {}
	.gFixNav_list_item-tel[href^="tel:"] {}
	.gFixNav_list_tel {}
	.gFixNav_list_open {}
	.gBody {
		overflow: hidden;
	}
	.gNav_list_text {}
	.gContact {}
	.gContact_inner {}
	.gContact_contents {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.gContact_contents_inner {}
	.gContact_bg {}
	.gContact_cols {
		display: block;
	}
	.gContact_col {
		width: auto;
	}
	.gContact_col-txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0;
	}
	.gContact_title {}
	.gContact_text {}
	.gContact_col-link {
		margin: 40px auto 0;
	}
	.gContact_link {}
	.gContact_link &gt; a {}
	.gContact_telLink {
		margin-bottom: 25px;
	}
	.gContact_telLink &gt; a {}
	.gContact_telLink_num {}
	.gContact_telLink_num_icon {}
	.gContact_telLink_text {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-txt {
		width: 280px;
	}
	.gFooter_group {}
	.gFooter_group &gt; a {}
	.gFooter_group &gt; a &gt; img {}
	.gFooter_logo {}
	.gFooter_logo &gt; a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_dList {}
	.gFooter_dList:nth-last-child(n + 2) {}
	.gFooter_dList &gt; dt {}
	.gFooter_dList &gt; dd {}
	.gFooter_dList &gt; dd &gt; a {}
	.gFooter_col-nav {
		width: calc(100% - 310px);
	}
	.gFooter_nav {}
	.gFooter_list {
		font-size: 16px;
	}
	.gFooter_list &gt; li {}
	.gFooter_list &gt; li &gt; a {}
	.gFooter_cList {}
	.gFooter_cList &gt; li {}
	.gFooter_cList &gt; li &gt; a {}
	.gFooter_gcList {
		font-size: 14px;
	}
	.gFooter_gcList &gt; li {}
	.gFooter_gcList &gt; li &gt; a {}
	.gFooter_snsList {
		margin-top: 30px;
	}
	.gFooter_snsList &gt; li {}
	.gFooter_snsList &gt; li &gt; a {}
	.gFooter_snsList_icon {}
	.gFooter_snsList_icon-fb {}
	.gFooter_snsList_icon-insta {}
	.gFooter_copyright {}
	.gNav_list_text &gt; br {
		display: inline;
	}
	.gFixNav_list_tel_icon {}
	.gNav_list_arrow {}
	.gFixBg {}
	.gFixBg_item {}
	.gVisual {}
	.gVisual_deco {
		width: 1000px;
		height: 266px;
	}
	.gVisual_bg {}
	.gVisual_inner {}
	.gVisual_title {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList &gt; li {}
	.gPankuzu_oList &gt; li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList &gt; li &gt; a {}
	.gVisual_image {}
	.gVisual_image &gt; img {}
	.gVisual-hasMb {
		margin-bottom: 70px;
	}
	.gSimpleHead {
		padding-top: 90px;
	}
	.gMegaMenu {
		font-size: 14px;
		line-height: 32px;
		min-width: 180px;
	}
	.gMegaMenu.isShow {}
	.gMegaMenu::before {}
	.gMegaMenu_list {}
	.gMegaMenu_list &gt; li {}
	.gMegaMenu_list &gt; li &gt; a {
		font-size: inherit;
	}
	.gMegaMenu_cList {}
	.gMegaMenu_cList &gt; li {}
	.gMegaMenu_cList &gt; li &gt; a {}
	.gContact-top {}
	.gHeader_titleWrap-top {}
	.gHeader-scrolled .gHeader_titleWrap-top {}
}
@media screen and (max-width:767px) {
	.gHeader {
		position: absolute;
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader_inner {
		padding-right: 75px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_titleWrap {}
	.gHeader_title {
		width: 117px;
	}
	.gHeader_title &gt; a {
		height: 54px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gLangNav {
		width: 111px;
	}
	.gLangNav_btn {}
	.gLangNav_btn[aria-expanded="true"] {}
	.gLangNav_btn_icon {}
	.gLangNav_list {}
	.gLangNav_list.isShow {}
	.gLangNav_list &gt; li {}
	.gLangNav_list &gt; li &gt; a {}
	.gLangNav_list &gt; li:nth-last-child(n + 2) &gt; a {}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 75px;
		height: 75px;
		background-color: var(--color-white);
		color: var(--color-teal-blue);
		z-index: 1002;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 30px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		border-radius: 1px;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 9px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(10px) rotate(40deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-10px) rotate(-40deg);
	}
	.gNav {
		position: fixed;
		background-color: var(--color-deep-teal);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		color: var(--color-white);
		box-sizing: border-box;
		padding-top: 104px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		overflow: auto;
		padding-bottom: 50px;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		max-width: none;
		height: auto;
	}
	.gNav_list {
		height: auto;
		display: block;
		position: relative;
	}
	.gNav_list::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 22px;
		width: calc(100% - 44px);
		height: 1px;
		background-color: currentColor;
	}
	.gNav_list &gt; li {}
	.gNav_list &gt; li &gt; a {
		font-size: 16px;
		font-weight: 600;
		justify-content: flex-start;
		color: inherit;
		height: 50px;
		position: relative;
		padding: 0 31px;
	}
	.gNav_list &gt; li &gt; a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 22px;
		width: calc(100% - 44px);
		height: 1px;
		background-color: currentColor;
	}
	.gNav_list_icon {
		display: none;
	}
	.gFixNav {
		z-index: 998;
		width: 100%;
	}
	.gFixNav_list {
		flex-direction: row-reverse;
	}
	.gFixNav_list &gt; li {
		position: relative;
	}
	.gFixNav_list &gt; li:nth-last-child(n + 2)::after {
		content: "";
		display: block;
		width: 1px;
		height: 33px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%);
		background-color: var( --color-white);
		pointer-events: none;
	}
	.gFixNav_list_item {
		height: 53px;
	}
	.gFixNav_list_item-contact {
		background-color: var(--color-deep-teal);
		border: none;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.gFixNav_list_icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.gFixNav_list_text {
		margin-top: 0;
	}
	.gFixNav_list_item-tel {}
	.gFixNav_list_item-tel[href^="tel:"] {}
	.gFixNav_list_tel {
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.gFixNav_list_open {
		display: none;
	}
	.gBody {}
	.gNav_list_text {}
	.gNav_list_text &gt; br {
		display: none;
	}
	.gContact {
		margin-bottom: 64px;
	}
	.gContact_inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.gContact_contents {
		padding-top: 58px;
	}
	.gContact_contents_inner {}
	.gContact_bg {}
	.gContact_cols {
		display: block;
		padding-right: 25px;
	}
	.gContact_col {}
	.gContact_col-txt {
		display: block;
		text-align: left;
	}
	.gContact_title {
		font-size: 24px;
		margin-right: -10px;
	}
	.gContact_text {}
	.gContact_col-link {
		margin-top: 41px;
	}
	.gContact_link {
		margin-left: -5px;
	}
	.gContact_link &gt; a {
		line-height: 1.5;
		justify-content: flex-start;
		text-align: left;
		padding-left: 23px;
		font-size: 20px;
	}
	.gContact_telLink {
		margin-bottom: 30px;
	}
	.gContact_telLink &gt; a {}
	.gContact_telLink_num {
		font-size: 30px;
	}
	.gContact_telLink_num_icon {
		width: 27px;
		height: 27px;
	}
	.gContact_telLink_text {}
	.gFooter {
		padding-bottom: 80px;
	}
	.gFooter_inner {
		max-width: 300px;
	}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
		padding: 0;
	}
	.gFooter_col-txt {
		border-bottom: 1px solid var(--color-medium-dark-gray);
		padding-bottom: 22px;
		margin-bottom: 54px;
	}
	.gFooter_group {
		margin: 0 auto 20px;
		max-width: 60px;
	}
	.gFooter_group &gt; a {}
	.gFooter_group &gt; a &gt; img {}
	.gFooter_logo {
		margin-left: auto;
		margin-right: auto;
		max-width: 137px;
		margin-bottom: 31px;
	}
	.gFooter_logo &gt; a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_dList {}
	.gFooter_dList:nth-last-child(n + 2) {}
	.gFooter_dList &gt; dt {}
	.gFooter_dList &gt; dd {}
	.gFooter_dList &gt; dd &gt; a {}
	.gFooter_col-nav {}
	.gFooter_nav {
		display: block;
		padding: 0;
	}
	.gFooter_list {
		font-size: 18px;
	}
	.gFooter_list &gt; li {}
	.gFooter_list &gt; li &gt; a {
		padding: 6px 0;
	}
	.gFooter_cList {
		padding-left: 1.2em;
	}
	.gFooter_cList &gt; li {}
	.gFooter_cList &gt; li &gt; a {
		padding: 4px 0;
	}
	.gFooter_gcList {
		font-size: 16px;
	}
	.gFooter_gcList &gt; li {}
	.gFooter_gcList &gt; li &gt; a {
		padding: 3px 0;
	}
	.gFooter_snsList {
		justify-content: center;
		margin-top: 21px;
	}
	.gFooter_snsList &gt; li {}
	.gFooter_snsList &gt; li &gt; a {}
	.gFooter_snsList_icon {}
	.gFooter_snsList_icon-fb {}
	.gFooter_snsList_icon-insta {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 12px;
	}
	.gFixNav_list_tel_icon {
		display: block;
		width: 26px;
		height: 26px;
		fill: currentColor;
		margin-right: 2px;
	}
	.gNav_list_arrow {
		display: block;
		width: 15px;
		height: 15px;
		fill: currentColor;
		position: absolute;
		top: 50%;
		right: 33px;
		transform: translateY(-50%);
	}
	.gNav_list &gt; li.-sp {
		display: block;
	}
	.gNav_list_toggle {
		display: block;
		width: 16px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		right: 32px;
		transform: translateY(-50%);
	}
	.gNav_list_toggle::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 &gt; li &gt; a[aria-expanded="true"] .gNav_list_toggle::before {
		transform: rotate(0deg);
	}
	.gFixBg {}
	.gFixBg_item {
		background-size: 720px 513px;
		background-repeat: repeat;
	}
	.gVisual {}
	.gVisual_deco {
		width: 500px;
		height: 133px;
		top: 60px;
	}
	.gVisual_bg {}
	.gVisual_inner {
		min-height: 160px;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gPankuzu {
		font-size: 14px;
		margin-top: 35px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList &gt; li {}
	.gPankuzu_oList &gt; li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList &gt; li &gt; a {
		height: 50px;
	}
	.gVisual_image {}
	.gVisual_image &gt; img {}
	.gVisual-hasMb {
		margin-bottom: 40px;
	}
	.gSimpleHead {
		padding-top: 75px;
	}
	.gMegaMenu {
		position: static;
		padding: 0;
		font-weight: inherit;
		display: none;
		pointer-events: inherit;
		background-color: var(--color-white);
		color: var(--color-dark-gray);
		font-size: 16px;
		line-height: 35px;
		padding: 16px 0 24px;
	}
	.gMegaMenu.isShow {
		display: block;
		pointer-events: inherit;
		margin-top: -1px;
	}
	.gMegaMenu::before {
		display: none;
	}
	.gMegaMenu_list {}
	.gMegaMenu_list &gt; li {}
	.gMegaMenu_list &gt; li &gt; a {
		font-size: 18px;
		padding: 0 50px;
	}
	.gMegaMenu_cList {
		padding: 0;
	}
	.gMegaMenu_cList &gt; li {}
	.gMegaMenu_cList &gt; li &gt; a {
		padding-left: 72px;
		padding-right: 50px;
	}
	.gHeader-scrolled {
		color: var(--color-white);
	}
	.gHeader-colord {
		color: var(--color-teal-blue);
	}
	.gHeader-scrolled .gLangNav_btn {
		background-color: var(--color-white);
		border-color: var(--color-white);
		color: var(--color-teal-blue);
	}
	.gHeader-scrolled .gLangNav_btn-colord {
		background-color: var(--color-teal-blue);
		color: var(--color-white);
		border-color: var(--color-teal-blue);
	}
	.gHeader-scrolled ~ .gFixNav .gFixNav_list_item-contact {
		background-color: var(--color-deep-teal);
		border: none;
	}
	.gContact-top {
		margin-top: 77px;
	}
	.gHeader_titleWrap-top {
		max-width: 117px;
		margin-right: 14px;
	}
	.gHeader-scrolled .gHeader_titleWrap-top {
		max-width: 117px;
		visibility: hidden;
		opacity: 0;
	}
}
@media screen and (max-width:374px) {
	.gFixNav_list_tel {
		font-size: 16px;
	}
	.gMenuBtn {
		width: 60px;
		height: 60px;
	}
	.gHeader_inner {
		padding-right: 60px;
	}
	.gHeader_title {
		width: 100px;
	}
	.gContact_link &gt; a {
		font-size: 16px;
	}
}
</pre></body></html>