footer {}

.footer-wrap {
    background-image: url(../images/common/fot-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 135px;
    padding: 60px 0 22px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: var(--font-w-regular);
    width: 1220px;
    max-width: 100%;
    margin: 0 auto 12px;
    padding: 0 60px;
}

.footer-info {
    padding-bottom: 34px;
    width: 44%;
}

.footer-info>a {
    width: 363px;
    display: block;
    margin-bottom: 52px;
}

.footer-add {
    font-size: .14rem;
    margin-bottom: 7px;
}

.footer-tel {
    margin-bottom: 4px;
}

.footer-tel__link{
	color: #000;
	text-decoration: none;
}

.footer-counter {
    margin-bottom: 6px;
	margin-left: -10px;
}

.footer-global__nav {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    width: 520px;
	    max-width: 54%;
    margin-bottom: 27px;
}

.footer-global__nav ul {
    border-left: solid 1px;
}

.footer-global__nav a {
    color: #000;
    font-size: .13rem;
    margin-bottom: 13px;
    display: block;
    line-height: 1;
}

.footer-global__nav li:last-of-type a {
    margin-bottom: 0;
}

.footer-global__nav li {
    line-height: 1.6;
    padding-left: 20px;
}

.footer-nav_box1 {
    width: 145px;
}

.footer-nav_box2 {
    width: 167px;
}

.footer-nav_box3 {}

.copyright {
    font-size: .13rem;
    text-align: center;
}

@media screen and (min-width:1360px){
	.footer-container {
		width: 1280px;
		max-width: 100%;
		margin: 0 auto 12px;
		padding: 0 20px 0 60px;
	}
}
@media screen and (max-width:800px){

.footer-wrap {
    background-image: url(../images/common/sp-fot-back.jpg);
    margin-top: 135px;
    padding: 60px 0 15px;
}


	.footer-container {
    	flex-direction: column;
		padding: 0 30px;
		margin: 0 auto 20px;
		    width: 375px;
	}
	
	.footer-info {
    	padding-bottom: 0px;
    	width: 100%;
}

.footer-info a {
    width: 308px;
    margin: 0 auto 54px;
}

.footer-counter {
    margin-bottom: 6px;
    margin-left: 0;
    text-indent: -0.6em;
    /* padding-left: 1em; */
}

.footer-counter span {
    margin-top: 6px;
    display: block;
    margin-left: 10px;
}

.footer-global__nav {
    width: 100%;
    max-width: 100%;
    display: none;
}

}