@charset "UTF-8";
.gHeaderWrap {
	height: 141px;
}
.gHeader {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	z-index: 1000;
	box-shadow: 0px 2px 4px rgba(0, 56, 116, 0);
	transition-duration: .3s;
	transition-property: box-shadow, background-color, color;
}
.gHeader_inner {
	max-width: 1820px;
}
.gHeader_head {
	display: flex;
	align-items: center;
}
.gHeader_head_cell {}
.gHeader_head_cell-main {
	padding-top: 14px;
}
.gHeader_copy {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: var(--color-gray);
	white-space: nowrap;
}
.gHeader_copy > br {
	display: none;
}
.gHeader_head_cell-sub {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.gHeader_telLink {
	line-height: 1;
	white-space: nowrap;
}
.gHeader_telLink > a {
	text-decoration: none;
	color: inherit;
	font-family: var(--font-oswald);
	font-size: 20px;
	font-weight: 500;
}
.gHeader_telLink_prefix {
	margin-right: 0.3em;
	transform: translateY(-2%);
	display: inline-block;
}
.gHeader_telLink_num {
	font-size: 32px;
	letter-spacing: 0.02em;
}
.gHeader_dList {
	list-style: none;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--color-gray);
	letter-spacing: 0.06em;
	margin-left: 13px;
	white-space: nowrap;
}
.gHeader_dList > dt {}
.gHeader_dList > dd {}
.gHeader_link {
	width: 250px;
	margin-left: 21px;
}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 70px;
	background-color: var(--color-sub);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	column-gap: 4px;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_link > a > .icon {
	display: block;
	font-size: 12px;
}
.gHeader_foot {}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 283px;
}
.gHeader_title {
	height: 100%;
	display: flex;
	align-items: center;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	position: relative;
	display: block;
	width: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader_title_logo-main {
	opacity: 0;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 12.677%;
}
.gHeader_title_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}
.gHeader_title_logo-color {
	position: relative;
}
.gHeader_col-menu {
	width: calc(100% - 300px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {}
.gNav_inner {
	max-width: 857px;
	margin-left: auto;
}
.gNav_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-right: -10px;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 71px;
	font-size: 17px;
	font-weight: bold;
	align-items: center;
	letter-spacing: 0.06em;
	box-sizing: border-box;
	padding-top: 5px;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-black);
	justify-content: center;
}
.gNav_list > li > a > br {
	display: none;
}
.gBody {
	overflow: hidden;
	padding-bottom: 73px;
}
.gVisual {
	position: relative;
	padding: 20px 0;
}
.gVisual-entry {
	padding: 42px 0;
}
.gVisual_inner {
	padding-left: 60px;
	padding-right: 60px;
}
.gVisual_title {
	font-weight: 900;
	font-size: 46px;
	line-height: 66px;
	letter-spacing: 0.02em;
	color: #08367E;
	position: relative;
	z-index: 1;
	min-height: 132px;
	display: flex;
	align-items: center;
}
.gVisual_title::before {
	content: "";
	width: 100vw;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 100%;
	background-color: currentColor;
	transform: translateY(-50%);
	margin-right: 20px;
	margin-top: 2px;
}
.gPankuzu {
	margin-top: 16px;
	margin-bottom: 71px;
}
.gPankuzu-mbSmall {
	margin-bottom: 8px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	align-items: center;
	font-size: 16px;
	line-height: 29px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: ">";
	color: var(--color-gray);
	display: block;
	margin: 0 8px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody_inner {}
.gVisual_bg {
	position: absolute;
	width: calc(100% - 40px);
	top: 0;
	left: 20px;
	background-color: var(--color-bg);
	height: 100%;
	border-radius: 24px;
}
.gContact {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
}
.gContact_inner {}
.gContact_title {
	font-size: 32px;
	color: var(--color-sub);
	font-weight: 900;
	text-align: center;
	line-height: 61px;
	margin-bottom: 11px;
}
.gContact_title_main {
	color: var(--color-main);
	font-size: 150%;
	font-weight: inherit;
	margin-left: 0.2em;
}
.gContact_head {
	background-color: var(--color-sub);
	color: var(--color-white);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	box-sizing: border-box;
}
.gContact_headline {
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.gContact_body {
	background-color: var(--color-bg);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 40px 40px;
}
.gContact_cols {
	display: flex;
	max-width: 1024px;
	margin: 0 auto;
}
.gContact_col {}
.gContact_col-txt {
	padding-top: 4px;
}
.gContact_subhead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.46;
	color: var(--color-sub);
	margin-bottom: 15px;
	letter-spacing: 0.02em;
}
.gContact_telLinkWrap {
	display: flex;
	align-items: center;
	column-gap: 19px;
	flex-wrap: wrap;
	row-gap: 15px;
}
.gContact_telLink {
	line-height: 1;
}
.gContact_telLink > a {
	text-decoration: none;
	color: var(--color-main);
	font-family: var(--font-oswald);
}
.gContact_telLink_prefix {
	font-size: 28px;
	font-weight: 500;
	margin-right: 0.1em;
}
.gContact_telLink_num {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.035em;
}
.gContact_dList {
	list-style: none;
}
.gContact_dList > dt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.24;
	margin-bottom: 4px;
}
.gContact_dList > dd {
	font-family: var(--font-oswald);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.01em;
}
.gContact_dList_note {
	font-family: var(--font-gothic);
	font-size: 16px;
	margin-left: 0.2em;
}
.gContact_col-link {
	width: 432px;
	margin-left: auto;
}
.gContact_link {}
.gContact_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 110px;
	background-color: var(--color-yellow);
	align-items: center;
	justify-content: center;
	border-radius: 110px;
	font-size: 28px;
	color: var(--color-sub);
	font-weight: 900;
	line-height: 1.2;
	column-gap: 12px;
	letter-spacing: 0.02em;
	text-indent: -0.02em;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gContact_link > a > .icon {
	font-size: 16px;
}
.gContact_dList_span {
	font-family: var(--font-gothic);
	font-size: 18px;
}
.gPageTop {
	position: fixed;
	z-index: 999;
	bottom: 40px;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
}
.gPageTop_inner {
	max-width: 1840px;
}
.gPageTop_contents {
	width: 70px;
	margin-left: auto;
	position: relative;
}
.gPageTop_button {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	bottom: 0;
	background: rgba(8, 54, 126, 0.9);
	border-radius: 50%;
	color: var(--color-white);
	font-size: 20px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button > .icon {
	display: block;
}
.gFooter {
	background-color: var(--color-main);
	color: var(--color-white);
	font-size: 16px;
	padding-top: 80px;
	padding-bottom: 80px;
	box-shadow: 0 100vh 0 100vh var(--color-main);
	line-height: 1.8;
	letter-spacing: 0;
}
.gFooter_inner {
	max-width: 1632px;
}
.gFooter_logo {
	max-width: 238px;
	margin-bottom: 56px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 12.677%;
}
.gFooter_logo_image {
	display: block;
	fill: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-title {}
.gFooter_addr {
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.gFooter_tel {
	font-weight: 600;
	font-family: var(--font-oswald);
	margin-top: 33px;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
.gFooter_tel > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_tel_prefix {
	margin-right: 0.5em;
}
.gFooter_tel_num {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
}
.gFooter_tel_jp {
	font-size: 16px;
}
.gFooter_fax {
	font-weight: 600;
	font-family: var(--font-oswald);
	line-height: 1;
	letter-spacing: 0.03em;
}
.gFooter_fax_prefix {
	margin-right: 0.5em;
}
.gFooter_fax_num {
	font-size: 18px;
	letter-spacing: 0.06em;
}
.gFooter_dList {
	list-style: none;
	line-height: 1.6;
	margin-top: 30px;
	letter-spacing: 0.06em;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_col-nav {
	width: calc(100% - 379px);
	margin-left: auto;
	padding-top: 8px;
}
.gFooter_title {
	width: 136px;
	border: 1px solid currentColor;
	height: 30px;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 30px;
	margin-bottom: 12px;
	margin-top: 52px;
	letter-spacing: 0.04em;
	text-indent: -0.04em;
}
.gFooter_title:first-child {
	margin-top: 0;
}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 32px;
	align-items: center;
	padding: 0 15px;
	letter-spacing: 0.06em;
	text-indent: -0.06em;
}
.gFooter_subList {
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--color-line-blue);
	border-top: 1px solid var(--color-line-blue);
	margin-top: 57px;
}
.gFooter_subList > li {}
.gFooter_subList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 22px 27px;
	line-height: 30px;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
}
.gFooter_copyright {
	font-size: 13px;
	text-align: center;
	margin-top: 55px;
	letter-spacing: 0.06em;
	text-indent: .06em;
	line-height: 10px;
}
.gNav_title {
	display: none;
}
.gNav_link {
	display: none;
}
.gNav_link > a {}
.gNav_link > a > .icon {}
.gNav_telLink {
	display: none;
}
.gNav_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gNav_telLink_prefix {}
.gNav_telLink_num {}
.gNav_dList {
	display: none;
	list-style: none;
}
.gNav_dList > dt {}
.gNav_dList > dd {}
.gNav_dList_sub {}
.gNav_hr {
	display: none;
}
.gNav_list_arrow {
	display: none;
}
.gNav_list-sp {
	display: none;
}
.gNav_subList {
	list-style: none;
	display: none;
}
.gNav_subList > li {}
.gNav_subList > li > a {
	text-decoration: none;
	color: inherit;
}
.gNav_subList > li > a > .icon {}
.gNav_btn {
	display: none;
}
.gNav_btn > .icon {}
.gVisual_entry {
	position: relative;
	z-index: 1;
}
.gVisual_entry::before {
	content: "";
	width: 100vw;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 100%;
	background-color: var(--color-main);
	transform: translateY(-50%);
	margin-right: 20px;
	margin-top: 2px;
}
.gVisual_catList {}
.gVisual_catList > li {}
.gVisual_catList > li > a {}
.gVisual_catList > li > time {}
.gVisual_entryTitle {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 6px;
}
.gVisual_entryTitle-info {}
.gVisual_catWrap {
	display: flex;
	column-gap: 16px;
	row-gap: 6px;
	align-items: center;
}
.gVisual_update {}
.gVisual_update > time {}
.gHeaderWrap-home {
	height: auto;
}
.gHeader-home {
	color: var(--color-white);
	background-color: rgba(255, 255, 255, 0);
}
.gHeader_copy-home {
	color: inherit;
}
.gHeader_dList-home {
	color: inherit;
}
.gHeader_title_logo-mainHome {
	opacity: 1;
}
.gHeader_title_logo-colorHome {
	opacity: 0;
}
.gBody-home {}
.gHeader-scrolled {
	box-shadow: 0px 2px 4px rgba(0, 56, 116, 0.06);
	color: var(--color-black);
	background-color: var(--color-white);
}
.gNav_list-home > li > a {
	color: var(--color-white);
}
.gNav_list-scrolled > li > a {
	color: var(--color-black);
}
.gFooter_addr > a {
	text-decoration: none;
}
@media screen and (max-width:1299px) {
	.gHeader_copy > br {
		display: inline;
	}
}
@media screen and (max-width:1199px) {
	.gNav_list > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.gNav_list {
		margin-right: -5px;
	}
	.gContact_link > a {
		min-height: 100px;
	}
	.gContact_col-link {
		width: 390px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list > li > a {
		font-size: 16px;
	}
	.gHeader_link {
		width: 220px;
		margin-left: 12px;
	}
	.gHeader_telLink_num {
		font-size: 28px;
	}
	.gHeader_link > a {
		font-size: 16px;
	}
	.gHeader_col-title {
		width: 250px;
	}
	.gHeader_col-menu {
		width: calc(100% - 270px);
	}
	.gContact_telLink_num {
		font-size: 40px;
	}
	.gContact_telLinkWrap {
		column-gap: 13px;
	}
	.gContact_col-link {
		width: 360px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gFooter_addr > a:hover {
		text-decoration: underline;
	}
	.gVisual_catList > li > a:hover {}
	.gHeader_telLink > a:hover {}
	.gHeader_link > a:hover {
		background-color: var(--color-bar);
	}
	.gHeader_title > a:hover {
		opacity: 0.8;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-black-hover);
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-main);
	}
	.gContact_telLink > a:hover {}
	.gContact_link > a:hover {
		background-color: var(--color-label-4);
		color: var(--color-white);
	}
	.gPageTop_button:hover {
		background: rgba(8, 54, 126, 0.7);
	}
	.gFooter_logo > a:hover {
		opacity: 0.8;
	}
	.gFooter_tel > a:hover {}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_subList > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 126px;
	}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_head {}
	.gHeader_head_cell {}
	.gHeader_head_cell-main {}
	.gHeader_copy {
		font-size: 10px;
	}
	.gHeader_copy > br {}
	.gHeader_head_cell-sub {}
	.gHeader_telLink {}
	.gHeader_telLink > a {
		font-size: 16px;
	}
	.gHeader_telLink_prefix {}
	.gHeader_telLink_num {
		font-size: 24px;
		letter-spacing: 0;
	}
	.gHeader_dList {
		font-size: 10px;
	}
	.gHeader_dList > dt {}
	.gHeader_dList > dd {}
	.gHeader_link {
		width: 145px;
		margin-left: 10px;
	}
	.gHeader_link > a {
		font-size: 13px;
		min-height: 55px;
	}
	.gHeader_link > a > .icon {}
	.gHeader_foot {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 200px;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_logo {}
	.gHeader_title_logo-main {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title_logo-color {}
	.gHeader_col-menu {
		width: calc(100% - 215px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {
		max-width: 530px;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gNav_list > li > a > br {
		display: inline;
	}
	.gBody {}
	.gVisual {}
	.gVisual-entry {}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 40px;
		min-height: 100px;
	}
	.gVisual_title::before {}
	.gPankuzu {
		margin-bottom: 40px;
	}
	.gPankuzu-mbSmall {
		margin-bottom: 8px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_inner {}
	.gVisual_bg {}
	.gContact {}
	.gContact_inner {}
	.gContact_title {
		font-size: 26px;
	}
	.gContact_title_main {}
	.gContact_head {}
	.gContact_headline {
		font-size: 21px;
	}
	.gContact_body {
		padding: 25px 25px 25px;
	}
	.gContact_cols {
		max-width: 700px;
	}
	.gContact_col {}
	.gContact_col-txt {
		width: calc(100% - 240px);
	}
	.gContact_subhead {
		font-size: 17px;
	}
	.gContact_telLinkWrap {}
	.gContact_telLink {}
	.gContact_telLink > a {}
	.gContact_telLink_prefix {
		font-size: 22px;
	}
	.gContact_telLink_num {
		font-size: 34px;
	}
	.gContact_dList {}
	.gContact_dList > dt {
		font-size: 13px;
	}
	.gContact_dList > dd {
		font-size: 19px;
	}
	.gContact_dList_note {
		font-size: 13px;
	}
	.gContact_col-link {
		width: 230px;
	}
	.gContact_link {}
	.gContact_link > a {
		min-height: 70px;
		font-size: 19px;
	}
	.gContact_link > a > .icon {}
	.gContact_dList_span {
		font-size: 17px;
	}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gFooter {
		font-size: 15px;
	}
	.gFooter_inner {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_image {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-title {}
	.gFooter_addr {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_tel_prefix {}
	.gFooter_tel_num {}
	.gFooter_tel_jp {}
	.gFooter_fax {}
	.gFooter_fax_prefix {}
	.gFooter_fax_num {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_col-nav {
		width: calc(100% - 330px);
	}
	.gFooter_title {}
	.gFooter_title:first-child {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_subList {}
	.gFooter_subList > li {}
	.gFooter_subList > li > a {}
	.gFooter_copyright {}
	.gNav_title {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a > .icon {}
	.gNav_telLink {}
	.gNav_telLink > a {}
	.gNav_telLink_prefix {}
	.gNav_telLink_num {}
	.gNav_dList {}
	.gNav_dList > dt {}
	.gNav_dList > dd {}
	.gNav_dList_sub {}
	.gNav_hr {}
	.gNav_list_arrow {}
	.gNav_list-sp {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li > a {}
	.gNav_subList > li > a > .icon {}
	.gNav_btn {}
	.gNav_btn > .icon {}
	.gVisual_entry {}
	.gVisual_entry::before {}
	.gVisual_catList {}
	.gVisual_catList > li {}
	.gVisual_catList > li > a {}
	.gVisual_catList > li > time {}
	.gVisual_entryTitle {
		font-size: 30px;
	}
	.gVisual_entryTitle-info {}
	.gVisual_catWrap {}
	.gVisual_update {}
	.gVisual_update > time {}
	.gHeader_title_logo-mainHome {}
	.gHeader_title_logo-colorHome {}
	.gBody-home {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 66px;
	}
	.gHeader {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		background-color: var(--color-white);
		border-bottom: 1px solid var(--color-line);
	}
	.gHeader-home {
		color: inherit;
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_head {
		display: none;
	}
	.gHeader_head_cell {}
	.gHeader_head_cell-main {}
	.gHeader_copy {}
	.gHeader_copy > br {}
	.gHeader_head_cell-sub {}
	.gHeader_telLink {}
	.gHeader_telLink > a {}
	.gHeader_telLink_prefix {}
	.gHeader_telLink_num {}
	.gHeader_dList {}
	.gHeader_dList > dt {}
	.gHeader_dList > dd {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link > a > .icon {}
	.gHeader_foot {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_logo {}
	.gHeader_title_logo-main {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title_logo-color {}
	.gHeader_col-menu {
		width: 60px;
	}
	.gMenuBtn {
		display: block;
		width: 100%;
		height: 65px;
		box-sizing: border-box;
		color: var(--color-main);
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-left: 1px solid var(--color-line);
		transition-duration: .3s;
		transition-property: background-color, color;
		border-top-left-radius: 0;
	}
	.gMenuBtn[aria-expanded="true"] {
		background-color: var(--color-bg);
		border-left: none;
		border-top-left-radius: 6px;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 24px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 8px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(10px) rotate(-45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-10px) rotate(45deg);
	}
	.gNav {
		position: fixed;
		top: 66px;
		left: 0;
		width: 100%;
		height: calc(100% - 66px);
		box-sizing: border-box;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		background-color: rgba(8, 54, 126, 0.81);
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		padding: 26px 20px 32px;
		background-color: var(--color-bg);
		max-width: none;
	}
	.gNav_list {
		margin-right: 0;
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-spNone {
		display: none;
	}
	.gNav_list > li:nth-last-child(n+2) {
		border-bottom: 1px solid var(--color-line);
	}
	.gNav_list > li > a {
		padding: 0 24px;
		background-color: var(--color-white);
		color: var(--color-sub);
		font-size: 17px;
		line-height: 1.4;
		height: 59px;
		position: relative;
		padding-right: 48px;
	}
	.gNav_list > li > a > br {
		display: none;
	}
	.gBody {
		padding-top: 16px;
		padding-bottom: 40px;
	}
	.gVisual {}
	.gVisual-entry {
		padding: 22px 0 28px;
	}
	.gVisual_inner {
		padding-left: 39px;
		padding-right: 39px;
	}
	.gVisual_title {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: 0.02em;
		min-height: 60px;
	}
	.gVisual_title::before {
		margin-right: 8px;
		margin-top: 0px;
	}
	.gPankuzu {
		margin-top: 9px;
		margin-bottom: 20px;
	}
	.gPankuzu-mbSmall {}
	.gPankuzu_inner {
		padding-right: 0;
	}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_inner {}
	.gVisual_bg {
		width: calc(100% - 32px);
		left: 16px;
	}
	.gContact {
		margin-bottom: 40px;
	}
	.gContact_inner {}
	.gContact_title {
		line-height: 1;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.gContact_title_main {
		display: block;
		margin: 0;
		font-size: 30px;
		margin-top: 10px;
	}
	.gContact_head {
		padding: 8px 10px;
		min-height: 59px;
	}
	.gContact_headline {
		font-size: 15px;
	}
	.gContact_body {
		padding: 17px 20px 24px;
	}
	.gContact_cols {
		display: block;
	}
	.gContact_col {
		width: auto;
		max-width: none;
	}
	.gContact_col-txt {
		margin-bottom: 18px;
		padding: 0;
	}
	.gContact_subhead {
		font-size: 15px;
		line-height: 1.46;
		margin-bottom: 12px;
	}
	.gContact_telLinkWrap {
		display: block;
	}
	.gContact_telLink {
		text-align: center;
		margin-bottom: 9px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.gContact_telLink > a {}
	.gContact_telLink_prefix {
		font-size: 20px;
	}
	.gContact_telLink_num {
		font-size: 36px;
	}
	.gContact_dList {
		text-align: center;
	}
	.gContact_dList > dt {
		display: inline-block;
		margin: 0;
		font-size: 15px;
	}
	.gContact_dList > dd {
		display: inline-block;
		font-size: 20px;
	}
	.gContact_dList_note {
		font-size: 16px;
	}
	.gContact_col-link {}
	.gContact_link {}
	.gContact_link > a {
		font-size: 22px;
		min-height: 67px;
	}
	.gContact_link > a > .icon {}
	.gContact_dList_span {
		font-size: 16px;
	}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {
		width: 50px;
	}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 14px;
	}
	.gPageTop_button > .icon {}
	.gFooter {
		padding-top: 57px;
		font-size: 16px;
		padding-bottom: 58px;
	}
	.gFooter_inner {}
	.gFooter_logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 33px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_image {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
		max-width: none;
		padding: 0;
	}
	.gFooter_col-title {}
	.gFooter_addr {}
	.gFooter_tel {
		margin-top: 26px;
	}
	.gFooter_tel > a {}
	.gFooter_tel_prefix {}
	.gFooter_tel_num {}
	.gFooter_tel_jp {}
	.gFooter_fax {}
	.gFooter_fax_prefix {}
	.gFooter_fax_num {}
	.gFooter_dList {
		margin-top: 25px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_col-nav {
		margin-top: 29px;
	}
	.gFooter_title {
		margin-top: 25px;
	}
	.gFooter_title:first-child {}
	.gFooter_list {
		row-gap: 9px;
		column-gap: 10px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_subList {
		flex-wrap: wrap;
		margin-top: 34px;
		font-size: 15px;
		padding: 10px 0;
		column-gap: 8px;
	}
	.gFooter_subList > li {}
	.gFooter_subList > li > a {
		padding: 2px 3px;
	}
	.gFooter_copyright {
		margin-top: 32px;
		text-align: left;
	}
	.gNav_title {
		display: block;
		color: var(--color-sub);
		font-size: 15px;
		border: 1px solid currentColor;
		letter-spacing: 0.06em;
		width: 136px;
		height: 30px;
		border-radius: 30px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		margin-bottom: 12px;
	}
	.gNav_link {
		display: block;
		max-width: 280px;
		margin: 24px auto 0;
	}
	.gNav_link > a {
		display: flex;
		background-color: var(--color-yellow);
		min-height: 63px;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 63px;
		line-height: 1;
		font-weight: 900;
		color: var(--color-sub);
		font-size: 19px;
		letter-spacing: 0.06em;
		column-gap: 6px;
	}
	.gNav_link > a > .icon {
		font-size: 14px;
	}
	.gNav_telLink {
		display: block;
		font-family: var(--font-oswald);
		color: var(--color-main);
		line-height: 1;
		margin-top: 10px;
	}
	.gNav_telLink > a {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		display: block;
	}
	.gNav_telLink_prefix {}
	.gNav_telLink_num {
		font-weight: bold;
		letter-spacing: 0.02em;
		font-size: 32px;
	}
	.gNav_dList {
		display: block;
		text-align: center;
		font-weight: 500;
		font-size: 16px;
		line-height: 1;
		margin-top: 12px;
	}
	.gNav_dList > dt {
		display: inline-block;
	}
	.gNav_dList > dd {
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		font-family: var(--font-oswald);
	}
	.gNav_dList_sub {
		font-size: 16px;
		font-family: var(--font-gothic);
	}
	.gNav_hr {
		height: 1px;
		background-color: var(--color-line);
		margin: 25px 0 26px;
		display: block;
	}
	.gNav_list_arrow {
		display: block;
		position: absolute;
		top: 50%;
		right: 24px;
		font-size: 12px;
		transform: translateY(-50%);
	}
	.gNav_list-sp {}
	.gNav_subList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border-top: 1px solid var(--color-line);
		margin-top: 24px;
	}
	.gNav_subList > li {}
	.gNav_subList > li > a {
		display: flex;
		height: 100%;
		min-height: 53px;
		align-items: center;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.28;
		letter-spacing: 0.02em;
		color: #08367E;
		position: relative;
		border-bottom: 1px solid var(--color-line);
		padding-left: 18px;
		padding-right: 36px;
		padding-top: 5px;
		padding-bottom: 5px;
		box-sizing: border-box;
	}
	.gNav_subList > li:nth-child(2n+1) > a {
		border-right: 1px solid var(--color-line);
	}
	.gNav_subList > li > a > .icon {
		display: block;
		font-size: 12px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.gNav_btn {
		display: flex;
		width: 120px;
		height: 48px;
		background-color: var(--color-bar);
		color: var(--color-white);
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		font-size: 16px;
		margin: 24px auto 0;
		column-gap: 8px;
	}
	.gNav_btn > .icon {
		font-size: 12px;
		display: block;
	}
	.gVisual_entry {}
	.gVisual_entry::before {
		margin-right: 8px;
		margin-top: 10px;
	}
	.gVisual_catList {}
	.gVisual_catList > li {}
	.gVisual_catList > li > a {}
	.gVisual_catList > li > time {}
	.gVisual_entryTitle {
		font-size: 20px;
	}
	.gVisual_entryTitle-info {
		margin-top: 6px;
	}
	.gVisual_catWrap {}
	.gVisual_update {}
	.gVisual_update > time {}
	.gHeader_title_logo-mainHome {
		opacity: 0;
	}
	.gHeader_title_logo-colorHome {
		opacity: 1;
	}
	.gBody-home {
		padding-top: 0;
	}
}
@media screen and (max-width:374px) {
	.gContact_headline {
		font-size: 13px;
	}
	.gContact_telLink_num {
		font-size: 31px;
	}
	.gContact_dList > dt {
		font-size: 13px;
	}
	.gContact_dList > dd {
		font-size: 18px;
	}
	.gFooter_list {}
	.gNav_subList > li > a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 23px;
	}
	.gNav_subList > li > a > .icon {
		right: 5px;
	}
	.gContact_link > a {
		font-size: 20px;
		column-gap: 7px;
	}
	.gVisual_title {
		font-size: 22px;
	}
}
