footer{
    font-size: .14rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

footer a{
    font-size: .14rem;
    color: #000;
}

.fot-back {
    padding-top: 54px;
    background-image: url(../images/common/footer-back2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    margin-top: 100px;
}
/*
.fot-back {
    padding-top: 54px;
    background-image: url(../images/common/footer-back2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 39vw;
    padding-bottom: 100px;
    background-attachment: fixed;
}
*/
.fot-contents {
    width: calc(100% - 169px);
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fot-top {
    display: flex;
    flex-direction: column;
    width: 332px;
}

.fot-top__logo {
    width: 318px;
    display: block;
}

.fot-top-right {
    width: fit-content;
    margin: 26px 0 0 27px;
}
.fot-address {
    width: fit-content;
}

.fot-address__tel {
}

.fot-address__tel a{
    margin-right: 25px;
}

.fot-bottom {
    width: 800px;
    max-width: 100%;
}

.fot-home{
    margin-bottom: 25px;
	display: inline-block;
    font-weight: 600;
}

.fot-nav__container {
    margin: 63px auto 50px;
    display: flex;
    justify-content: space-between;
}

.fot-bottom .mokuji-link {
    display: block;
    font-size: .14rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.fot-nav_1 .mokuji-link{
    margin-bottom: 22px;
}

.fot-nav_1 .mokuji-link:nth-of-type(2){
    margin-bottom: 13px;
}

.fot-nav_item li {
    margin-bottom: 9px;
}

.fot-nav_item.fot-nav_1 {
	width: fit-content;
}

.fot-nav_item.fot-nav_2 {
	width: fit-content;
}

.fot-nav_item.fot-nav_3 {
	width: fit-content;
}

.fot-nav_item.fot-nav_4 {
	width: fit-content;
}

.fot-nav_item.fot-nav_4 .mokuji-link{
    margin-bottom: 21px;
}


.fot-banner_box {
    align-items: center;
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.fot-banner_box a{
    display: inline-block;
}

.b-job{
    max-width: 19%;
}

.b-manabi{
    max-width: 19%;
}

.b-pro{
    max-width: 19.1%;
}

.b-kyoukai{
    max-width: 32%;
}

.competency {
    color: #fff;
    background-color: #2d91c9;
    text-align: center;
    font-size: .12rem;
    font-weight: 500;
    padding: 9px 0;
    letter-spacing: 0.08em;
}

@media screen and (max-width:800px) {
	.fot-back {
		background-image: url(../images/common/footer-back-sp.jpg);
	}
	.fot-contents {
    	width: calc(100% - 30px);
	}
    .fot-top {
        flex-direction: column;
        margin-bottom: 46px;
		width: 100%;
    }
	
	.fot-bottom {
    	display: none;
	}

    .fot-top__logo {
        max-width: 100%;
        margin: 0 auto 28px;
    }

	.fot-back {
        padding-top: 0;
        padding-bottom: 5.4%;
    }

    .fot-address__tel {
        margin-right: 0px;
        flex-direction: column;
        margin: 11px auto 0;
		text-align: center;
    }

    .fot-top-right {
	    margin: 0 auto;
        max-width: 100%;
    }

    .fot-top-right p {
        text-align: center;
        margin: 0 auto;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }

    .fot-address>p span {
        display: block;
        margin: 0 auto;
    }

    .fot-address {
        margin-top: 10px;
    }

    .fot-address__tel a {
        margin-right: 0;
        /* display: block; */
        letter-spacing: 0.1em;
    }

    .fot-nav__container,
    .fot-home{
        display: none;
    }

	.fot-address__tel a,
	.fot-address__tel p {
		letter-spacing: 0.25em;
		display: inline-block;
		text-align: center;
	}

	.fot-banner_box {
		flex-direction: column;
	}

	.b-job,
	.b-manabi,
	.b-pro{
        width: 218px;
		max-width: 100%;
	}
	
	.b-kyoukai {
        width: 255px;
		max-width: 100%;
	}

	.fot-banner_box a {
		display: inline-block;
		margin-bottom: 25px;
	}

	.competency {
		padding: 7px 0;
	}

}