#footer .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}

#footer .cont-item {
    display: block;
    width: calc(100% / 2.65);
}

#footer .nav a {
    display: block;
}

#footer .nav .ttl {
    display: block;
    margin: 30px 0 6px;
    font-weight: bold;
    font-family: yugoth;
    font-size: 14px;
    letter-spacing: 0.143rem;
    line-height: 1.47;
}
#footer .nav .ttl:first-child {
    font-size: 17px;
}

#footer .nav .ttl:first-child {
    margin-top: 0;
}

#footer .nav .ttl+.ttl {
    margin-top: 10px;
}

#footer .nav ul {
    display: block;
    font-size: 12px;
    line-height: 2;
}

#footer .nav li {
    display: block;
    font-size: 12px;
    line-height: 2;
}

#footer .nav li:first-child {
    margin-top: 0;
}

#footer .nav li ul {
    margin: 0 0 0 2em;
}

#footer .nav li li {
    position: relative;
}

#footer .nav li li:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background-color: #fff;
}

#footer .company {
    display: block;
    margin-top: 62px;
}

#footer .logo img {
    width: 120px;
}

#footer .address {
    display: block;
    margin: 28px 0 0;
    font-size: 12px;
    line-height: 2;
    color: #ccc;
}

.footer-borderline {
    border-bottom: 1px solid #FFF;
}

.footer-ul {
    list-style: none;
    font-style: 17px;
    font-weight: bold;
    letter-spacing: 0.143rem;
    line-height: 2.64;
    display: flex;
    margin-bottom: 20px;
}

.footer-li {
    border-left: 1px #FFF solid;
    padding: 0 15px;
    font-family: 'yugoth';
    letter-spacing: 0.143rem;
    line-height: 2.64;
}

.content-wrap-fullwidth {
    width: 100%;
    display: flex;
}

footer {
    color: #FFF;
}

.footer-container {
    max-width: 872px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.footer-container:first-child {
    border-bottom: 1px solid #FFF;
   	padding-bottom: 25px;
	margin-top: 45px;
}

.footer-container:nth-child(2) {
    flex-direction: column;
    margin-top: 30px;
}

.footer-leftside {
    width: 50%;
    max-height: 762px;
    background-image: url(../img/footer/footer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-rightside {
    width: 50%;
    max-height: 762px;
}

.inquiry-btn {
    font-family: yugoth;
    background-color: #FFF;
    color: #4AA7C2;
    width: 303px;
    height: 73px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 2px 4px 8px rgba(115, 215, 246, 1);
}

.phone-text {
    font-family: kozuka;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.093rem;
    line-height: 1;
    margin-bottom: 25px;
}

.phone-num {
    font-family: kozuka;
    font-size: 44px;
    letter-spacing: 0.043rem;
    line-height: 0.97;
    text-shadow: 0px 0.1px 6px rgba(0, 0, 0, 0.16);
}

.inquiry-icon {
    width: 48px;
    height: 48px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 44px;
    width: 100%;
}

.footer-text-yugoth {
    font-family: yugoth;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.143rem;
    line-height: 1.47;
}

.copyright {
    font-family: kozuka;
    font-size: 15px;
    letter-spacing: 0.143rem;
    line-height: 3;
}

@media screen and (max-width: 1770px) {
    .content-wrap-fullwidth {
        flex-direction: column;
    }
    .footer-leftside {
        width: 100%;
        max-height: 100%;
    }
    .footer-rightside {
        width: 100%;
    }
    .footer-container:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 35px;
        margin-top: 35px;
    }
    .footer-container:nth-child(2) {
        width: 90%;
    }
    #footer .cont {}
    #footer .cont-item {
        width: calc(100% / 2);
    }
    .footer-li {
        border-left: none;
        border-top: 1px solid #fff;
    }
    .footer-li:last-child {
        border-bottom: 1px solid #fff;
    }
    .footer-ul {
        flex-direction: column;
    }
    .phone-num {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .phone-text {
        font-size: 22px;
    }
    .inquiry-btn {
        max-width: 85%;
        margin: 0 auto;
    }
    .footer-text-yugoth {
        font-size: 14px;
    }
    #footer .nav .ttl {
        font-size: 14px;
    }
    .footer-li {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    .footer-rightside iframe {
        height: 100vh;
    }
    .footer-rightside iframe {
        height: 40vh;
    }
    .footer-logo {
        max-width: 110px;
        right: 7px;
        position: relative;
    }
    #footer .cont-item {
		width: 100%;
		margin-bottom: 20px;
	}
    #footer .cont-item:last-child{
		margin-bottom: 0;
	}
	#footer .cont {
		flex-wrap: wrap;
	}
}