/* =========================================================
   フッター：縦並び（3カラム）レイアウト  ※PC（769px以上）
   ========================================================= */

.footer-inner { align-items: flex-start; }

.footer-main { flex: 1 1 auto; }

.footer-cols {
    display: flex;
    gap: 0;
}
.footer-col:first-child{
	width: 32%;
}
.footer-col{
	width: 24%;
}


.footer-col-ttl {
    font-size: 1.8rem!important;
    font-weight: 700!important;
    letter-spacing: 0.7px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}
.footer-col-ttl a { color: #fff !important; }


.footer-col-list { list-style: none; }
.footer-col-list li { line-height: 1.5; margin-bottom: 14px; }
.footer-col-list li:last-child { margin-bottom: 0; }
.footer-col-list li a {
    color: #fff !important;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
}
/* トラクター用ゴムクローラー（農機部品事業の子）を少しインデント */
.footer-col-list li.is-child { padding-left: 12px; }

/* 3列目（営業所案内・採用情報・お問い合わせ）は見出しサイズで縦並び */
.footer-col-list--top li { margin-bottom: 20px; }
.footer-col-list--top li a {
    font-size: 1.8rem !important;
    font-weight: 700;
    letter-spacing: 0.7px;
}

/* 右カラム：上＝言語切替 / 下＝SNS */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;   /* footer-inner の高さいっぱいに伸ばす */
    flex: 0 0 auto;
}
.footer-right .footer_Social { margin-bottom: 0; }

.pagetop{
    right: 0!important;
}
