@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
	--font_sans: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "IPA Pゴシック", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	--font_serif: "Noto Serif JP", "ヒラギノ明朝", "Hiragino Mincho", "IPA P明朝", "游明朝体", "ＭＳ Ｐ明朝", serif;
	--font_mono: "Noto Sans Mono", "IPAゴシック", "Osaka-等幅", "ＭＳ ゴシック", monospace;
}

/* .u-inner {
	width: 100%;
} */


.vis-sp{
	display: none;
}
.hide-sp{
	display: block;
}
.gHeaderWrap {
	height: 109px;
}

.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #ffffff;
}

.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 20px;
}

.gHeader_cols {
	display: flex;
	align-items: center;
}

.gHeader_col {
}

.gHeader_col-no1 {
}

.gHeader_title {
}

.gHeader_title > a {
	display: flex;
	align-items: center;
	height: 109px;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.gHeader_title > a::before {
	content: "";
}

.gHeader_title > a::after {
	content: "";
}

.gHeader_title_img {
	display: block;
	width: 531px;
	height: 54px;
}

.gHeader_col-no2 {
	margin-right: 32px;
	margin-left: auto;
}

.gHeader_telLink {
	white-space: nowrap;
}

.gHeader_telLink-sp {
	display: none;
}

.gHeader_telLink > a {
	display: flex;
	align-items: center;
	color: #0e63b7;
	font-size: 28px;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.gHeader_telLink > a > .icon {
	display: block;
	margin-right: 5px;
}

.gHeader_telLink > a::before {
}

.gHeader_telLink > a::after {
}

.gHeader_col-no3 {
	width: 164px;
}

.gHeader_link {
}

.gHeader_link-sp {
	display: none;
}

.gHeader_link > a {
}

.gHeader_link > a::before {
	content: "";
}

.gHeader_link > a::after {
	content: "";
}

.gHeader_link > a > b {
}

.gHeader_col-no4 {
	width: 109px;
}

.gHeader_list {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.gHeader_list li {
	list-style: none;
}

.gHeader_list li a {
	text-decoration: none;
	font-weight: bold;
	transition-duration: .5s;
}

.gHeader_list li a:hover {
	color: #6AD0FA;
}

.gMenuBtn {
	display: block;
	width: 109px;
	height: 109px;
	color: #0e63b7;
	line-height: 1;
}

.gMenuBtn::before {
	content: "";
}

.gMenuBtn::after {
	content: "";
}

.gMenuBtn > b {
	display: block;
	margin-top: 9px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

.gMenuBtn_barWrap {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.gMenuBtn_bar {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transition-property: top, width, -webkit-transform;
	transition-property: transform, top, width;
	transition-property: transform, top, width, -webkit-transform;
	transition-duration: 0.3s;
}

.gMenuBtn_bar-no1 {
}

.gMenuBtn_bar-no2 {
	margin-top: 12px;
}

.isShow .gMenuBtn_bar-no1 {
	top: 7px;
	        transform: rotate(-45deg) scale(0.7, 1);

	-webkit-transform: rotate(-45deg) scale(0.7, 1);
}

.isShow .gMenuBtn_bar-no2 {
	top: -7px;
	        transform: rotate(45deg) scale(0.7, 1);

	-webkit-transform: rotate(45deg) scale(0.7, 1);
}

.gNav {
	opacity: 0;
	position: fixed;
	top: 109px;
	left: 0;
	z-index: 1001;
	width: 100%;
	max-height: calc(100vh - 109px);
	padding-top: 70px;
	padding-bottom: 57px;
	overflow: auto;
	box-sizing: border-box;
	background-color: rgba(14, 99, 183, 0.95);
	color: #ffffff;
	pointer-events: none;
	        transform: scale(1, 0);
	        transform-origin: center top;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: 0.5s, 0s, 0s;
	transition-delay: 0s, 0.5s, 0.5s;

	-webkit-transform: scale(1, 0);
	-webkit-transform-origin: center top;
}

.gNav.isShow {
	opacity: 1;
	pointer-events: auto;
	        transform: scale(1);
	transition-delay: 0s, 0s, 0s;

	-webkit-transform: scale(1);
}

.gNav_inner {
	max-width: 1240px;
}

.gNav_cols {
	display: flex;
	justify-content: space-between;
}

.gNav_col {
	padding-top: 5px;
}

.gNav_col-no1 {
}

.gNav_list {
	list-style: none;
	font-size: 112.5%;
}

.gNav_list > li {
}

.gNav_list > li:first-child {
}

.gNav_list > li:last-child {
}

.gNav_list > li:nth-child(2n+1) {
}

.gNav_list > li:nth-child(n+3) {
}

.gNav_list > li > a {
	display: block;
	color: inherit;
	font-weight: bold;
	line-height: 1.22;
	text-decoration: none;
	transition-property: opacity, text-shadow;
	transition-duration: 0.3s;
}

.gNav_list > li > a::before {
	content: "";
}

.gNav_list > li > a::after {
	content: "";
}

.gNav_col-no2 {
}

.gNav_cList {
	list-style: none;
	margin-top: 19px;
	padding-left: 1em;
}

.gNav_cList > li {
}

.gNav_cList > li:first-child {
}

.gNav_cList > li:last-child {
}

.gNav_cList > li:nth-child(2n+1) {
}

.gNav_cList > li:nth-child(n+3) {
}

.gNav_cList > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gNav_cList > li > a::before {
	content: "";
}

.gNav_cList > li > a::after {
	content: "";
}

.gNav_cList > li > a > .icon {
	top: -0.1em;
	margin-left: 4px;
	font-size: 90%;
}

.gNav_col-no3 {
}

.gNav_col-no4 {
}

.gNav_col-no5 {
}

.gNav_subList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 40px;
}

.gNav_subList > li {
	margin-right: 40px;
}

.gNav_subList > li:first-child {
}

.gNav_subList > li:last-child {
	margin-right: 0;
}

.gNav_subList > li:nth-child(2n+1) {
}

.gNav_subList > li:nth-child(n+3) {
}

.gNav_subList > li > a {
	display: block;
	padding: 11px 0;
	color: inherit;
	text-decoration: none;
}

.gNav_subList > li > a::before {
	content: "";
}

.gNav_subList > li > a::after {
	content: "";
}

.gNav_subList > li > a > .icon {
	margin-right: 6px;
	font-size: 10px;
}

.gNav_hr {
	width: 1px;
	height: auto;
	margin: 0 15px;
	border: none;
	background-color: currentColor;
}

.gNav_hr:first-child {
	margin-left: 0;
}

.gNav_hr:last-child {
	margin-right: 0;
}

.gNav_headSNS {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	top: 320px;
	left: 0;
	z-index: 50;
	width: 79px;
	padding: 30px 0;
	/* box-shadow: 3px 0 5px #00000030;
	background: #ffffff; */
}

.gNav_headSNS .-catch {
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.25em;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;

	    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: sideways;
}

.gNav_headSNSList {
	list-style: none;
}

.gNav_headSNSList li {
	margin-bottom: 20px;
}

.gNav_headSNSList li:last-child {
	margin-bottom: 0;
}

.gNav_headSNSList a {
	display: block;
}

.gNav_headSNSList img {
	filter: drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 3px #ffffff);
}

.gFixNav {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 423px;
}

.gFixNav_list {
	display: flex;
	list-style: none;
}

.gFixNav_list_item {
	width: 50%;
}

.gFixNav_list_item-open {
}

.gFixNav_list_item > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 77px;
	border: 1px solid #6ad0fa;
	box-sizing: border-box;
	background-color: #6ad0fa;
	color: inherit;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	transition-property: background-color, color;
	transition-duration: 0.3s;
}

.gFixNav_list_item-contact {
}

.gFixNav_list_item-contact > a {
	border-color: #0e63b7;
	background-color: #0e63b7;
	color: #ffffff;
}

.gPageTop {
	position: relative;
	z-index: 10;
}

.gPageTop_button {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 1;
	width: 80px;
	padding: 10px 0;
	color: #2f63b1;
}

.gPageTop_button::before {
	content: "";
}

.gPageTop_button::after {
	content: "";
}

.gPageTop_button > .icon {
	display: block;
	top: 0;
	margin-bottom: 8px;
	font-size: 25px;
	transition-property: top;
	transition-duration: 0.3s;
}

.gPageTop_button > b {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;

	    -ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}

.gFootBnrNav {
	position: relative;
	z-index: 0;
	padding: 71px 0 75px;
	background-color: #f2f2f2;
}

.gFootBnrNav_inner {
	max-width: 1240px;
}

.gFootBnrNav_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.gFootBnrNav_list > li {
	width: 18.96%;
	margin-left: 1.3%;
}

.gFootBnrNav_list > li:first-child {
}

.gFootBnrNav_list > li:last-child {
}

.gFootBnrNav_list > li:nth-child(5n+1) {
	margin-left: 0;
}

.gFootBnrNav_list > li:nth-child(n+6) {
	margin-top: 1.4%;
}

.gFootBnrNav_list > li > a {
	display: block;
	background-color: #ffffff;
	color: inherit;
	text-decoration: none;
}

.gFootBnrNav_list > li > a::before {
	content: "";
}

.gFootBnrNav_list > li > a::after {
	content: "";
}

.gFootBnrNav_list > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.gFooter {
	padding-bottom: 87px;
	font-size: 14px;
}

.gFooter::before {
	content: "";
	display: block;
	height: 7px;
	margin-bottom: 55px;
	background-image: linear-gradient(to right, #0e63b6, #6acff9);
}

.gFooter_inner {
	max-width: 1030px;
	padding-right: 80px;
	padding-left: 80px;
}

.gFootNav {
	margin-bottom: 45px;
}

.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}

.gFootNav_col {
	margin-left: 15px;
}

.gFootNav_col-no1 {
	margin-left: 0;
}

.gFootNav_list {
	list-style: none;
}

.gFootNav_list > li {
}

.gFootNav_list > li:first-child {
}

.gFootNav_list > li:last-child {
}

.gFootNav_list > li:nth-child(2n+1) {
}

.gFootNav_list > li:nth-child(n+3) {
}

.gFootNav_list > li > a {
	display: block;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	transition-property: background-color, color;
	transition-duration: 0.3s;
}

.gFootNav_list > li > a::before {
	content: "";
}

.gFootNav_list > li > a::after {
	content: "";
}

.gFootNav_col-no2 {
}

.gFootNav_col-no3 {
}

.gFootNav_cList {
	list-style: none;
	margin-top: 6px;
}

.gFootNav_cList > li {
}

.gFootNav_cList > li:first-child {
}

.gFootNav_cList > li:last-child {
}

.gFootNav_cList > li:nth-child(2n+1) {
}

.gFootNav_cList > li:nth-child(n+3) {
}

.gFootNav_cList > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gFootNav_cList > li > a::before {
	content: "";
}

.gFootNav_cList > li > a::after {
	content: "";
}

.gFootNav_cList > li > a > .icon {
	top: -0.1em;
	margin-left: 0.3em;
}

.gFootNav_col-no4 {
}

.gFootNav_col-no5 {
}

.gFootNav_col-no6 {
}

.gFooter_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.gFooter_list > li {
}

.gFooter_list > li:first-child {
}

.gFooter_list > li:last-child {
}

.gFooter_list > li:nth-child(2n+1) {
}

.gFooter_list > li:nth-child(n+3) {
}

.gFooter_list > li > a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 3px 37px;
	color: inherit;
	text-decoration: none;
}

.gFooter_list > li > a::before {
	content: "";
}

.gFooter_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 1px;
	height: 24px;
	background-color: #707070;
	        transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}

.gFooter_list > li:first-child > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 1px;
	height: 24px;
	background-color: #707070;
	        transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}

.gFooter_dList {
	list-style: none;
	max-width: 531px;
	margin: 40px auto 21px;
	text-align: center;
}

.gFooter_dList > dt {
	margin-bottom: 24px;
}

.gFooter_dList > dt > a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.gFooter_dList > dt > a::before {
	content: "";
}

.gFooter_dList > dt > a::after {
	content: "";
}

.gFooter_dList > dt > a > img {
	width: 531px;
	height: 54px;
}

.gFooter_dList > dd {
}

.gFooter_dList > dd > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gFooter_dList > dd > a::before {
	content: "";
}

.gFooter_dList > dd > a::after {
	content: "";
}

.gFooter_exLinksList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.gFooter_exLinksList > li {
}

.gFooter_exLinksList > li:first-child {
}

.gFooter_exLinksList > li:last-child {
}

.gFooter_exLinksList > li:nth-child(2n+1) {
}

.gFooter_exLinksList > li:nth-child(n+3) {
}

.gFooter_exLinksList > li > a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.gFooter_exLinksList > li > a::before {
	content: "";
}

.gFooter_exLinksList > li:first-child > a::before {
	content: "|";
	margin: 0 0.5em;
}

.gFooter_exLinksList > li > a::after {
	content: "|";
	display: block;
	margin: 0 0.5em;
}

.gFooter_copyright {
	margin-top: 30px;
}

.gFooter_copyright > small {
	display: block;
	color: #bfbfbf;
	font-size: inherit;
	text-align: center;
}

.gBody {
	position: relative;
	z-index: 0;
	padding-top: 47px;
	padding-bottom: 0 !important;
	overflow: hidden;
}

.gBody-noPb {
	padding-bottom: 0;
}

.gBody-negativeMb {
	z-index: 1;
	margin-bottom: -20px;
}

.gBody-noPt {
	padding-top: 0;
}

.gVisual {
	margin-bottom: 55px;
}

.gVisual_inner {
}

.gVisual_title {
	line-height: 1;
	text-align: center;
}

.gVisual_title > img {
	display: block;
	margin: 0 auto;
}

.gVisual_title > small {
	display: block;
	font-size: 20px;
}

.gInfoList {
	list-style: none;
}

.gInfoList > li {
	margin-top: 9px;
}

.gInfoList > li:first-child {
	margin-top: 0;
}

.gInfoList > li:last-child {
}

.gInfoList > li:nth-child(2n+1) {
}

.gInfoList > li:nth-child(n+3) {
}

.gInfoList > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 77px;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #6ad0fa;
	color: inherit;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transition-property: color, background-color;
	transition-duration: 0.3s;
}

.gInfoList > li:first-child > a {
	background: #0e63b7;
	color: #ffffff;
	font-weight: normal;
	font-size: 33px;
}

.gInfoList > li > a::before {
	content: "";
}

.gInfoList > li > a::after {
	content: "";
}

.gInfoList > li > a > .icon {
	display: block;
	position: relative;
	top: 2px;
	z-index: 1;
	margin-right: 5px;
	font-size: 30px;
}

.gSelWrap {
	border-color: #e0e0e0;
	border-radius: 0;
}

.gSelWrap::before {
	right: 18px;
	border-top-width: 9px;
}

.gSelWrap > select {
	height: 42px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
}

.gSelWrap > select > option {
}

.gPager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 62px;
}

.gPager > a,
.gPager > span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	min-width: 35px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	color: inherit;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transition-property: color, background-color;
	transition-duration: 0.3s;
}

.gPager > .current::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 15px;
	height: 3px;
	background: currentColor;
	        transform: translateX(-50%);
	transition-property: color, background-color;
	transition-duration: 0.3s;

	-webkit-transform: translateX(-50%);
}

.gPager > .previouspostslink {
}

.gPager > .previouspostslink > .icon {
	color: #6ad0fa;
	font-size: 19px;
	transition-property: -webkit-transform;
	transition-property:         transform;
	transition-property:         transform, -webkit-transform;
	transition-duration: 0.3s;
}

.gPager > .current {
	color: #0e63b7;
}

.gPager > .extend {
	border: none;
}

.gPager > .nextpostslink {
}

.gPager > .nextpostslink > .icon {
	display: block;
	color: #6ad0fa;
	font-size: 19px;
	transition-property: -webkit-transform;
	transition-property:         transform;
	transition-property:         transform, -webkit-transform;
	transition-duration: 0.3s;
}

.gPageNav {
	margin-bottom: 100px;
}

.gPageNav_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.gPageNav_list > li {
	width: 23.5%;
	margin-left: 2%;
}

.gPageNav_list > li:first-child {
	margin-left: 0;
}

.gPageNav_list > li:last-child {
}

.gPageNav_list > li:nth-child(2n+1) {
}

.gPageNav_list > li:nth-child(n+3) {
}

.gPageNav_list > li > a {
}

.p-student-open .gPageNav_list > li > a.-open,
.p-student-admission .gPageNav_list > li > a.-admission,
.p-student-tuition .gPageNav_list > li > a.-tuition {
	background-color: #effaff;
}

.gPageNav_list > li > a::before {
	content: "";
}

.gPageNav_list > li > a::after {
	content: "";
}

.gPageNav_list > li > a > b {
}

.gPageNav_list > li > a > b > .icon {
}

.gVisual_title > small > b {
	color: #0e63b7;
	font-weight: bold;
	font-size: 230%;
	vertical-align: baseline;
}


.bnr_list {
	background: #EFFAFF;
	padding: 90px 0;
}

.bnr_list.bg-white {
	background: #fff;
}

.bnr_list_wrap {
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 20px;
}
.bnr_list_wrap a {
	transition-duration: .5s;
	display: block;
	width: 100%;
	max-width: 690px;
}

.bnr_list_wrap a img {
	width: 100%;
	max-width: 690px;
}

.bnr_list_wrap a:hover {
	opacity: 0.8;
}

.anchor_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
	padding: 0 20px;
}

.anchor_wrap a {
	width: 100%;
	max-width: 245px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 20px 25px;
	background: #6AD0FA;
	text-decoration: none;
	color: #000;

}

.anchor_wrap a::after {
	content: '';
	width: 16px;
	height: 18px;
	background: url(/assets/img/common/icon-arrow_anchor.svg) no-repeat center center;
	background-size: contain;
	transition-duration: .5s;
}

.anchor_wrap a:hover::after {
	transform: translateY(5px);
}


/* page_link */

.page_link {
	padding: 60px 20px;
	border-top: solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
}

.page_link_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.page_link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 232px;
	padding: 20px 16px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #000;
	text-decoration: none;
}

.page_link a::before {
	content: '';
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #6ACFF9, #0E63B6); 
	position: absolute;
	left: 0;
	bottom: 0;
}

.page_link a.-active {
	background: #EFFAFF;
}

.page_link a::after {
	content: '';
	width: 13px;
	height: 17px;
	background: url(/assets/img/common/icon-arrow_pagelink.svg) no-repeat center center;
	background-size: contain;
	transition-duration: .5s;
}

.page_link a:hover::after {
	transform: translateX(5px);
}

@media screen and (max-width:1199px) {
	.gHeader_title_img {
		width: 453px;
		height: 46px;
	}

	.gHeader_inner {
		padding-left: 20px;
	}
}

@media screen and (min-width:1000px) {
	.gHeader_title > a:hover {
		opacity: 0.7;
	}

	.gHeader_telLink > a:hover {
	}

	.gHeader_link > a:hover {
	}

	.gHeader_list li a {
		font-size: 14px;
	}

	.gMenuBtn:hover {
	}

	.gMenuBtn:not(.isShow):hover .gMenuBtn_bar-no2 {
		width: 80%;
	}

	.gNav_list > li > a:hover {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.67);
	}

	.gNav_cList > li > a:hover {
		text-decoration: underline;
	}

	.gNav_subList > li > a:hover {
		text-decoration: underline;
	}

	.gFixNav_list_item > a:hover {
		background-color: #ffffff;
		color: #6ad0fa;
	}

	.gFixNav_list_item-contact > a:hover {
		color: #0e63b7;
	}

	.gPageTop_button:hover {
	}

	.gPageTop_button:hover > .icon {
		top: -5px;
	}

	.gFootBnrNav_list > li > a:hover {
	}

	.gFootBnrNav_list > li > a:hover > img {
		opacity: 0.7;
	}

	.gFootNav_list > li > a:hover {
		color: #2f63b1;
	}

	.gFootNav_cList > li > a:hover {
		text-decoration: underline;
	}

	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}

	.gFooter_dList > dt > a:hover {
		opacity: 0.7;
	}

	.gFooter_dList > dd > a:hover {
	}

	.gFooter_exLinksList > li > a:hover {
		text-decoration: underline;
	}

	.gPager > a:hover {
		color: #0e63b7;
	}

	.gPager > a:hover::before {
		background: #0e63b7;
	}

	.gPager > .previouspostslink:hover::before {
		display: none;
	}

	.gPager > .nextpostslink:hover::before {
		display: none;
	}

	.gPager > .previouspostslink:hover > .icon {
		        transform: translateX(-8px);

		-webkit-transform: translateX(-8px);
	}

	.gPager > .nextpostslink:hover > .icon {
		        transform: translateX(8px);

		-webkit-transform: translateX(8px);
	}

	.gPageNav_list > li > a:hover {
	}

	.gInfoList > li > a:hover {
		background: #0e63b7;
		color: #ffffff;
	}




	/* page */

	.page_link a {
		font-size: 14px;
	}
}

@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 80px;
	}

	.gHeader {
	}

	.gHeader_inner {
	}

	.gHeader_cols {
		justify-content: space-between;
	}

	.gHeader_col {
	}

	.gHeader_col-no1 {
	}

	.gHeader_title {
	}

	.gHeader_title > a {
		height: 80px;
	}

	.gHeader_title > a::before {
	}

	.gHeader_title > a::after {
	}

	.gHeader_title_img {
		width: 325px;
		height: 33px;
	}

	.gHeader_col-no2 {
		margin-right: 17px;
	}

	.gHeader_telLink {
	}

	.gHeader_telLink-sp {
	}

	.gHeader_telLink > a {
		font-size: 25px;
	}

	.gHeader_telLink > a > .icon {
	}

	.gHeader_telLink > a::before {
	}

	.gHeader_telLink > a::after {
	}

	.gHeader_col-no3 {
		width: 140px;
	}

	.gHeader_link {
	}

	.gHeader_link-sp {
	}

	.gHeader_link > a {
	}

	.gHeader_link > a::before {
	}

	.gHeader_link > a::after {
	}

	.gHeader_link > a > b {
	}

	.gHeader_col-no4 {
		width: 80px;
	}

	.gHeader_list {
		display: none;
	}

	.gMenuBtn {
		width: 80px;
		height: 80px;
	}

	.gMenuBtn::before {
	}

	.gMenuBtn::after {
	}

	.gMenuBtn > b {
		margin-top: 7px;
		font-size: 18px;
	}

	.gMenuBtn_barWrap {
		width: 40px;
	}

	.gMenuBtn_bar {
	}

	.gMenuBtn_bar-no1 {
	}

	.gMenuBtn_bar-no2 {
		margin-top: 8px;
	}

	.isShow .gMenuBtn_bar-no1 {
		top: 5px;
	}

	.isShow .gMenuBtn_bar-no2 {
		top: -5px;
	}

	.gNav {
		top: 80px;
		max-height: calc(100vh - 80px);
	}

	.gNav.isShow {
	}

	.gNav_inner {
	}

	.gNav_cols {
	}

	.gNav_col {
	}

	.gNav_col-no1 {
	}

	.gNav_list {
		font-size: inherit;
	}

	.gNav_list > li {
	}

	.gNav_list > li:first-child {
	}

	.gNav_list > li:last-child {
	}

	.gNav_list > li:nth-child(2n+1) {
	}

	.gNav_list > li:nth-child(n+3) {
	}

	.gNav_list > li > a {
	}

	.gNav_list > li > a::before {
	}

	.gNav_list > li > a::after {
	}

	.gNav_col-no2 {
	}

	.gNav_cList {
	}

	.gNav_cList > li {
	}

	.gNav_cList > li:first-child {
	}

	.gNav_cList > li:last-child {
	}

	.gNav_cList > li:nth-child(2n+1) {
	}

	.gNav_cList > li:nth-child(n+3) {
	}

	.gNav_cList > li > a {
	}

	.gNav_cList > li > a::before {
	}

	.gNav_cList > li > a::after {
	}

	.gNav_cList > li > a > .icon {
	}

	.gNav_col-no3 {
	}

	.gNav_col-no4 {
	}

	.gNav_col-no5 {
	}

	.gNav_subList {
	}

	.gNav_subList > li {
	}

	.gNav_subList > li:first-child {
	}

	.gNav_subList > li:last-child {
	}

	.gNav_subList > li:nth-child(2n+1) {
	}

	.gNav_subList > li:nth-child(n+3) {
	}

	.gNav_subList > li > a {
	}

	.gNav_subList > li > a::before {
	}

	.gNav_subList > li > a::after {
	}

	.gNav_subList > li > a > .icon {
	}

	.gNav_hr {
		margin: 0 10px;
	}

	.gNav_hr:first-child {
	}

	.gNav_hr:last-child {
	}

	.gFixNav {
		width: 320px;
	}

	.gFixNav_list {
	}

	.gFixNav_list_item {
	}

	.gFixNav_list_item-open {
	}

	.gFixNav_list_item > a {
		height: 60px;
	}

	.gFixNav_list_item-contact {
	}

	.gFixNav_list_item-contact > a {
	}

	.gPageTop {
	}

	.gPageTop_button {
		width: 50px;
	}

	.gPageTop_button::before {
	}

	.gPageTop_button::after {
	}

	.gPageTop_button > .icon {
	}

	.gPageTop_button > b {
	}

	.gFootBnrNav {
		padding: 50px 0;
	}

	.gFootBnrNav_inner {
	}

	.gFootBnrNav_list {
	}

	.gFootBnrNav_list > li {
	}

	.gFootBnrNav_list > li:first-child {
	}

	.gFootBnrNav_list > li:last-child {
	}

	.gFootBnrNav_list > li:nth-child(5n+1) {
	}

	.gFootBnrNav_list > li:nth-child(n+6) {
	}

	.gFootBnrNav_list > li > a {
	}

	.gFootBnrNav_list > li > a::before {
	}

	.gFootBnrNav_list > li > a::after {
	}

	.gFootBnrNav_list > li > a > img {
	}

	.gFooter {
		font-size: 13px;
	}

	.gFooter::before {
	}

	.gFooter_inner {
		padding-right: 50px;
		padding-left: 50px;
	}

	.gFootNav {
	}

	.gFootNav_cols {
	}

	.gFootNav_col {
		margin-left: 10px;
	}

	.gFootNav_col-no1 {
		margin-left: 0;
	}

	.gFootNav_list {
	}

	.gFootNav_list > li {
	}

	.gFootNav_list > li:first-child {
	}

	.gFootNav_list > li:last-child {
	}

	.gFootNav_list > li:nth-child(2n+1) {
	}

	.gFootNav_list > li:nth-child(n+3) {
	}

	.gFootNav_list > li > a {
	}

	.gFootNav_list > li > a::before {
	}

	.gFootNav_list > li > a::after {
	}

	.gFootNav_col-no2 {
	}

	.gFootNav_col-no3 {
	}

	.gFootNav_cList {
	}

	.gFootNav_cList > li {
	}

	.gFootNav_cList > li:first-child {
	}

	.gFootNav_cList > li:last-child {
	}

	.gFootNav_cList > li:nth-child(2n+1) {
	}

	.gFootNav_cList > li:nth-child(n+3) {
	}

	.gFootNav_cList > li > a {
	}

	.gFootNav_cList > li > a::before {
	}

	.gFootNav_cList > li > a::after {
	}

	.gFootNav_cList > li > a > .icon {
	}

	.gFootNav_col-no4 {
	}

	.gFootNav_col-no5 {
	}

	.gFootNav_col-no6 {
	}

	.gFooter_list {
	}

	.gFooter_list > li {
	}

	.gFooter_list > li:first-child {
	}

	.gFooter_list > li:last-child {
	}

	.gFooter_list > li:nth-child(2n+1) {
	}

	.gFooter_list > li:nth-child(n+3) {
	}

	.gFooter_list > li > a {
		padding: 3px 15px;
	}

	.gFooter_list > li > a::before {
	}

	.gFooter_list > li > a::after {
	}

	.gFooter_list > li:first-child > a::before {
	}

	.gFooter_dList {
	}

	.gFooter_dList > dt {
	}

	.gFooter_dList > dt > a {
	}

	.gFooter_dList > dt > a::before {
	}

	.gFooter_dList > dt > a::after {
	}

	.gFooter_dList > dt > a > img {
		width: 403px;
		height: 41px;
	}

	.gFooter_dList > dd {
	}

	.gFooter_dList > dd > a {
	}

	.gFooter_dList > dd > a::before {
	}

	.gFooter_dList > dd > a::after {
	}

	.gFooter_exLinksList {
	}

	.gFooter_exLinksList > li {
	}

	.gFooter_exLinksList > li:first-child {
	}

	.gFooter_exLinksList > li:last-child {
	}

	.gFooter_exLinksList > li:nth-child(2n+1) {
	}

	.gFooter_exLinksList > li:nth-child(n+3) {
	}

	.gFooter_exLinksList > li > a {
		padding: 4px 7px;
	}

	.gFooter_exLinksList > li > a::before {
		display: none;
	}

	.gFooter_exLinksList > li:first-child > a::before {
	}

	.gFooter_exLinksList > li > a::after {
		display: none;
	}

	.gFooter_copyright {
	}

	.gFooter_copyright > small {
		font-size: 12px;
	}

	.gBody {
		padding-top: 35px;
	}

	.gBody-noPt {
		padding-top: 0;
	}

	.gVisual {
	}

	.gVisual_inner {
	}

	.gVisual_title {
	}

	.gVisual_title > img {
	}

	.gVisual_title > small {
		font-size: 16px;
	}

	.gBody-noPb {
		padding-bottom: 0;
	}

	.gInfoList {
	}

	.gInfoList > li {
	}

	.gInfoList > li:first-child {
	}

	.gInfoList > li:last-child {
	}

	.gInfoList > li:nth-child(2n+1) {
	}

	.gInfoList > li:nth-child(n+3) {
	}

	.gInfoList > li > a {
		height: 70px;
		font-size: 18px;
	}

	.gInfoList > li:first-child > a {
		font-size: 28px;
	}

	.gInfoList > li > a::before {
	}

	.gInfoList > li > a::after {
	}

	.gInfoList > li > a > .icon {
		font-size: 24px;
	}

	.gSelWrap {
	}

	.gSelWrap > select {
		padding-left: 20px;
	}

	.gSelWrap > select > option {
	}

	.gPager {
	}

	.gPager > a,
	.gPager > span {
	}

	.gPager > .previouspostslink {
	}

	.gPager > .previouspostslink > .icon {
	}

	.gPager > .current {
	}

	.gPager > .extend {
	}

	.gPager > .nextpostslink {
	}

	.gPager > .nextpostslink > .icon {
	}

	.gPageNav {
	}

	.gPageNav_list {
	}

	.gPageNav_list > li {
	}

	.gPageNav_list > li:first-child {
	}

	.gPageNav_list > li:last-child {
	}

	.gPageNav_list > li:nth-child(2n+1) {
	}

	.gPageNav_list > li:nth-child(n+3) {
	}

	.gPageNav_list > li > a {
	}

	.gPageNav_list > li > a::before {
	}

	.gPageNav_list > li > a::after {
	}

	.gPageNav_list > li > a > b {
	}

	.gPageNav_list > li > a > b > .icon {
	}

	.gNav_headSNS {
		top: 200px;
		width: 65px;
	}
}

@media screen and (max-width:767px) {
	.vis-sp{
		display: block;
	}
	.hide-sp{
		display: none;
	}
	.gHeaderWrap {
		height: 62px;
	}

	.gHeader {
	}

	.gHeader_inner {
		padding-left: 11px;
	}

	.gHeader_cols {
	}

	.gHeader_col {
	}

	.gHeader_col-no1 {
	}

	.gHeader_title {
	}

	.gHeader_title > a {
		height: 62px;
	}

	.gHeader_title > a::before {
	}

	.gHeader_title > a::after {
	}

	.gHeader_title_img {
		width: 232px;
		height: 24px;
	}

	.gHeader_col-no2 {
		display: none;
	}

	.gHeader_telLink {
	}

	.gHeader_telLink-sp {
		display: block;
	}

	.gHeader_telLink > a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 72px;
		border: 4px solid #ffffff;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 28px;
	}

	.gHeader_telLink > a > .icon {
	}

	.gHeader_telLink > a::before {
	}

	.gHeader_telLink > a::after {
	}

	.gHeader_col-no3 {
		display: none;
	}

	.gHeader_link {
	}

	.gHeader_link-sp {
		display: block;
		margin-bottom: 18px;
	}

	.gHeader_link > a {
		background-image: none;
		background-color: #effaff;
		color: #0e63b7;
		font-size: 16px;
	}

	.gHeader_link > a::before {
	}

	.gHeader_link > a::after {
	}

	.gHeader_link > a > b {
	}

	.gHeader_col-no4 {
		width: 72px;
		margin-left: auto;
	}

	.gMenuBtn {
		width: 100%;
		height: 62px;
	}

	.gMenuBtn::before {
	}

	.gMenuBtn::after {
	}

	.gMenuBtn > b {
		font-size: 15px;
	}

	.gMenuBtn_barWrap {
		width: 32px;
	}

	.gMenuBtn_bar {
	}

	.gMenuBtn_bar-no1 {
	}

	.gMenuBtn_bar-no2 {
		margin-top: 7px;
	}

	.isShow .gMenuBtn_bar-no1 {
		top: 4px;
	}

	.isShow .gMenuBtn_bar-no2 {
	}

	.gNav {
		top: 62px;
		max-height: calc(100vh - 62px);
		padding-top: 32px;
		padding-bottom: 69px;
	}

	.gNav.isShow {
	}

	.gNav_inner {
		max-width: 290px;
		padding-right: 15px;
		padding-left: 15px;
		box-sizing: content-box;
	}

	.gNav_cols {
		display: block;
	}

	.gNav_col {
	}

	.gNav_col-no1 {
	}

	.gNav_list {
		font-size: 18px;
	}

	.gNav_list > li {
	}

	.gNav_list > li:first-child {
	}

	.gNav_list > li:last-child {
	}

	.gNav_list > li:nth-child(2n+1) {
	}

	.gNav_list > li:nth-child(n+3) {
	}

	.gNav_list > li > a {
	}

	.gNav_list > li > a::before {
	}

	.gNav_list > li > a::after {
	}

	.gNav_col-no2 {
	}

	.gNav_cList {
		margin-top: 12px;
	}

	.gNav_cList > li {
	}

	.gNav_cList > li:first-child {
	}

	.gNav_cList > li:last-child {
	}

	.gNav_cList > li:nth-child(2n+1) {
	}

	.gNav_cList > li:nth-child(n+3) {
	}

	.gNav_cList > li > a {
	}

	.gNav_cList > li > a::before {
	}

	.gNav_cList > li > a::after {
	}

	.gNav_cList > li > a > .icon {
	}

	.gNav_col-no3 {
	}

	.gNav_col-no4 {
	}

	.gNav_col-no5 {
	}

	.gNav_subList {
		display: block;
		margin-top: 23px;
		margin-bottom: 21px;
		font-size: 18px;
	}

	.gNav_subList > li {
	}

	.gNav_subList > li:first-child {
	}

	.gNav_subList > li:last-child {
	}

	.gNav_subList > li:nth-child(2n+1) {
	}

	.gNav_subList > li:nth-child(n+3) {
	}

	.gNav_subList > li > a {
		padding: 4px 0;
	}

	.gNav_subList > li > a::before {
	}

	.gNav_subList > li > a::after {
	}

	.gNav_subList > li > a > .icon {
	}

	.gNav_hr {
		width: 190px;
		height: 1px;
		margin: 20px 0;
	}

	.gNav_hr:first-child {
		display: none;
	}

	.gNav_hr:last-child {
		margin-bottom: 0;
	}

	.gNav_headSNS {
		top: auto;
		bottom: 80px;
		width: 45px;
	}

	.gNav_headSNS .-catch {
		font-size: 13px;
	}

	.gNav_headSNSList a {
		width: 25px;
	}

	.gFixNav {
		width: 100%;
	}

	.gFixNav_list {
	}

	.gFixNav_list_item {
	}

	.gFixNav_list_item-open {
	}

	.gFixNav_list_item > a {
		height: 55px;
		line-height: 1.29;
	}

	.gFixNav_list_item-contact {
	}

	.gFixNav_list_item-contact > a {
	}

	.gPageTop {
		display: none;
	}

	.gPageTop_button {
	}

	.gPageTop_button::before {
	}

	.gPageTop_button::after {
	}

	.gPageTop_button > .icon {
	}

	.gPageTop_button > b {
	}

	.gFootBnrNav {
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.gFootBnrNav_inner {
	}

	.gFootBnrNav_list {
		max-width: 293px;
		margin-right: auto;
		margin-left: auto;
	}

	.gFootBnrNav_list > li {
		width: 48%;
		margin-left: 4%;
	}

	.gFootBnrNav_list > li:first-child {
	}

	.gFootBnrNav_list > li:last-child {
	}

	.gFootBnrNav_list > li:nth-child(5n+1) {
		margin-left: 4%;
	}

	.gFootBnrNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.gFootBnrNav_list > li:nth-child(n+3) {
		margin-top: 4%;
	}

	.gFootBnrNav_list > li > a {
	}

	.gFootBnrNav_list > li > a::before {
	}

	.gFootBnrNav_list > li > a::after {
	}

	.gFootBnrNav_list > li > a > img {
	}

	.gFooter {
		padding-top: 53px;
		padding-bottom: 80px;
	}

	.gFooter::before {
		display: none;
	}

	.gFooter_inner {
		padding-right: 10px;
		padding-left: 10px;
	}

	.gFootNav {
		display: none;
	}

	.gFootNav_cols {
	}

	.gFootNav_col {
	}

	.gFootNav_col-no1 {
	}

	.gFootNav_list {
	}

	.gFootNav_list > li {
	}

	.gFootNav_list > li:first-child {
	}

	.gFootNav_list > li:last-child {
	}

	.gFootNav_list > li:nth-child(2n+1) {
	}

	.gFootNav_list > li:nth-child(n+3) {
	}

	.gFootNav_list > li > a {
	}

	.gFootNav_list > li > a::before {
	}

	.gFootNav_list > li > a::after {
	}

	.gFootNav_col-no2 {
	}

	.gFootNav_col-no3 {
	}

	.gFootNav_cList {
	}

	.gFootNav_cList > li {
	}

	.gFootNav_cList > li:first-child {
	}

	.gFootNav_cList > li:last-child {
	}

	.gFootNav_cList > li:nth-child(2n+1) {
	}

	.gFootNav_cList > li:nth-child(n+3) {
	}

	.gFootNav_cList > li > a {
	}

	.gFootNav_cList > li > a::before {
	}

	.gFootNav_cList > li > a::after {
	}

	.gFootNav_cList > li > a > .icon {
	}

	.gFootNav_col-no4 {
	}

	.gFootNav_col-no5 {
	}

	.gFootNav_col-no6 {
	}

	.gFooter_list {
		display: none;
	}

	.gFooter_list > li {
	}

	.gFooter_list > li:first-child {
	}

	.gFooter_list > li:last-child {
	}

	.gFooter_list > li:nth-child(2n+1) {
	}

	.gFooter_list > li:nth-child(n+3) {
	}

	.gFooter_list > li > a {
	}

	.gFooter_list > li > a::before {
	}

	.gFooter_list > li > a::after {
	}

	.gFooter_list > li:first-child > a::before {
	}

	.gFooter_dList {
		max-width: 300px;
		margin-top: 0;
		margin-bottom: 16px;
	}

	.gFooter_dList > dt {
	}

	.gFooter_dList > dt > a {
	}

	.gFooter_dList > dt > a::before {
	}

	.gFooter_dList > dt > a::after {
	}

	.gFooter_dList > dt > a > img {
		width: 300px;
		height: 30px;
	}

	.gFooter_dList > dd {
	}

	.gFooter_dList > dd > a {
	}

	.gFooter_dList > dd > a::before {
	}

	.gFooter_dList > dd > a::after {
	}

	.gFooter_exLinksList {
		max-width: 330px;
		margin: 0 auto;
	}

	.gFooter_exLinksList > li {
	}

	.gFooter_exLinksList > li:first-child {
	}

	.gFooter_exLinksList > li:last-child {
	}

	.gFooter_exLinksList > li:nth-child(2n+1) {
	}

	.gFooter_exLinksList > li:nth-child(n+3) {
	}

	.gFooter_exLinksList > li > a {
		padding: 4px 0;
	}

	.gFooter_exLinksList > li > a::before {
		display: block;
	}

	.gFooter_exLinksList > li:first-child > a::before {
	}

	.gFooter_exLinksList > li:nth-child(5) > a::before,
	.gFooter_exLinksList > li:nth-child(3) > a::before {
		content: "|";
		margin: 0 0.5em;
	}

	.gFooter_exLinksList > li > a::after {
		display: block;
	}

	.gFooter_copyright {
		margin-top: 18px;
	}

	.gFooter_copyright > small {
		font-size: 10px;
	}

	.gBody {
		padding-top: 16px;
		padding-bottom: 50px;
	}

	.gBody-noPt {
		padding-top: 0;
	}

	.gVisual {
		margin-bottom: 35px;
	}

	.gVisual_inner {
	}

	.gVisual_title {
	}

	.gVisual_title > img {
	}

	.gVisual_title > small {
		font-size: 14px;
	}

	.gBody-noPb {
		padding-bottom: 0;
	}

	.gInfoList {
	}

	.gInfoList > li {
	}

	.gInfoList > li:first-child {
	}

	.gInfoList > li:last-child {
	}

	.gInfoList > li:nth-child(2n+1) {
	}

	.gInfoList > li:nth-child(n+3) {
	}

	.gInfoList > li > a {
		height: 50px;
		font-size: 14px;
	}

	.gInfoList > li:first-child > a {
		font-size: 23px;
	}

	.gInfoList > li > a::before {
	}

	.gInfoList > li > a::after {
	}

	.gInfoList > li > a > .icon {
		top: 1px;
		font-size: 22px;
	}

	.gSelWrap {
	}

	.gSelWrap > select {
		font-size: 13px;
	}

	.gSelWrap > select > option {
	}

	.gPager {
		margin-top: 45px;
	}

	.gPager > a,
	.gPager > span {
		height: 36px;
		font-size: 17px;
	}

	.gPager > .previouspostslink {
	}

	.gPager > .previouspostslink > .icon {
		font-size: 14px;
	}

	.gPager > .current {
	}

	.gPager > .current::before {
		height: 2px;
	}

	.gPager > .extend {
	}

	.gPager > .nextpostslink {
	}

	.gPager > .nextpostslink > .icon {
		font-size: 14px;
	}

	.gPageNav {
	}

	.gPageNav_list {
		display: block;
	}

	.gPageNav_list > li {
		width: auto;
		margin-left: 0;
	}

	.gPageNav_list > li:first-child {
	}

	.gPageNav_list > li:last-child {
	}

	.gPageNav_list > li:nth-child(2n+1) {
	}

	.gPageNav_list > li:nth-child(n+3) {
	}

	.gPageNav_list > li > a {
	}

	.gPageNav_list > li > a::before {
	}

	.gPageNav_list > li > a::after {
	}

	.gPageNav_list > li > a > b {
	}

	.gPageNav_list > li > a > b > .icon {
	}

	.gVisual_title > small > b {
		font-size: 200%;
	}


	.anchor_wrap {
		flex-flow: column;
		gap: 10px;
		align-items: center;
		margin-bottom: 50px !important;
	}

	.anchor_wrap a {
		padding: 10px 20px;
	}


	.page_link {
		flex-flow: column;
		gap: 0;
		align-items: center;
	}

	.bnr_list {
		padding: 50px 0;
	}

	.bnr_list_wrap {
		flex-flow: column;
		gap: 10px;
	}

	.page_link_wrap {
		flex-flow: column;
		gap: 0;
	}

	.page_link a {
		max-width: 90%;
	}
}

@media screen and (max-width:374px) {
	.gFooter_exLinksList {
		font-size: 12px;
	}

	.gNav_list {
		font-size: 16px;
	}

	.gVisual_title > small > b {
		font-size: 150%;
	}
}
