#gFooter {
	padding: 72px 30px 24px;
	position: relative;
	text-align: center;
	background: #f0ede8;
	border-bottom: 10px solid #64bcfc;
}

#gFooter .fNaviList {
	margin-bottom: 41px;
}

#gFooter .fNaviList li {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#gFooter .fNaviList li .mynavi {
	display: inline-block;
	width: 52px;
	margin-top: -14px;
}

#gFooter .fNaviList li a {
	margin: 0 6px;
	color: #000;
	letter-spacing: 0.05em;
}

#gFooter .fNaviList li a span {
	font-size: 12px;
}

#gFooter .fNaviList li a:hover {
	text-decoration: underline;
}

#gFooter .fSnsList {
	margin-bottom: 21px;
}

#gFooter .fSnsList li {
	margin: 0 5px;
}

#gFooter .fSnsList li a:hover {
	opacity: 0.7;
}

#gFooter .fLogo {
	margin-bottom: 28px;
}

#gFooter .fLogo a {
	margin: 0 10px;
}

#gFooter address {
	color: #000;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}

.pageTop.on {
	position: absolute;
	top: -70px;
	bottom: auto;
}

.pageTop.on1 {
	top: -123px;
}

.pageTop a:hover {
	opacity: 0.7;
}

#gFooter.recruit {
	background: #e0e4e7;
	border-color: #82cccd;
	border-width: 8px;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 28px 10px 12px;
		border-bottom-width: 5px;
	}

	#gFooter .fSnsList {
		margin-bottom: 8px;
	}

	#gFooter .fSnsList li {
		margin: 0 2px 0 3px;
		width: 20px;
	}

	#gFooter .fLogo {
		margin-bottom: 14px;
	}

	#gFooter .fLogo img {
		width: 94px;
	}

	#gFooter address {
		font-size: 8px;
	}

	#gFooter.recruit {
		border-width: 4px;
	}

	.pageTop {
		width: 35px;
	}

	.pageTop.on {
		top: -35px;
	}

	.pageTop.on1 {
		top: -70px;
	}
}


@media all and (max-width: 420px) {
	#gFooter .fLogo a {
		margin: 0 8px;
	}

	#gFooter .fLogo a img {
		width: 34%;
	}

	.sp420u {
		display: block;
	}
}



.site-footer {
    background-color: #e0e4e7;
    padding: 40px 20px;
    font-family: sans-serif;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

/* **上段・下段共通の行スタイル** */
.footer-nav-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* **各メニュー列のスタイル** */
.nav-column {
    /* 3列で均等幅にする */
    width: calc(100% / 3 - 20px); 
    /* 最後の列（掲載）のバナー画像を下に揃えるための設定 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 項目を上寄せにする */
    
    padding-right: 20px; /* 項目間のスペーシング用 */
}

/* 最後の列の右パディングは不要 */
.footer-nav-row .nav-column:last-child {
    padding-right: 0;
}

/* メニューのタイトルスタイル (変更なし) */
.nav-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}

/* メニューの項目リスト (変更なし) */
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-list li {
    margin-bottom: 5px;
    position: relative; 
    padding-left: 15px;
}
.nav-list li::before {
    content: '›'; /* または '>' */
    color: #555;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.nav-list a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: block;
}


.nav-list a:hover {
    color: #000;
    text-decoration: underline;
}

/* 掲載ブロック内のマイナビバナーの調整 */
.nav-column-banner {
    /* 「掲載」ブロックだけ、下にあるバナーエリアを考慮して上端に寄せる */
    justify-content: flex-start;
}
.mynavi-banner-img {
    width: 150px;
    height: auto;
    margin-top: 5px;
}


.footer-banners {
    text-align: center;
    margin: 40px 0 30px;
}
.banner-img {
    width: auto;
    height: 60px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

/* SNSアイコンエリアとコピーライト (変更なし) */
.footer-social {
    text-align: center;
    margin-bottom: 30px;
}
.social-icon {
    width: 35px;
    height: 35px;
    margin: 0 8px;
    vertical-align: middle;
}
.copyright {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin: 0;
}
.under {
	padding: 1.5rem;
	background-color: #82cccd;
}

/* --- レスポンシブ対応 (SP表示) --- */
@media (max-width: 600px) {
    .footer-nav-row {
        /* 上段・下段の行全体を縦並びにする */
        flex-direction: column;
    }
    .nav-column {
        /* 各メニューを横幅いっぱいに広げ、縦並びにする */
        width: 100%;
        margin-bottom: 25px; /* メニュー間の間隔を広げる */
        padding-right: 0;
    }
    
    /* マイナビバナーは中央寄せに */
    .nav-column-banner {
        text-align: center;
        justify-content: flex-start;
    }
    .mynavi-banner-img {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* バナーも縦並びにする */
    .banner-img {
        display: block;
        margin: 10px auto;
    }
}