@charset "utf-8";

/*===========================================================
フッター
===========================================================*/

.footer {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 7.3rem 0 5.3rem;
    position: relative;
}

.footer-illust01 {
    max-width: 83.7rem;
    width: 100%;
    position: absolute;
    top: -8rem;
    left: -34rem;
    margin: 0 auto;
    z-index: 3;
    pointer-events: none;
}

.footer-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    max-width: 37.7rem;
    width: 34%;
}

.footer-logo {
    max-width: 22.4rem;
    width: 100%;
    margin: 0 auto;
}

.footer-tel-area {
    margin: 3.4rem 0 0;
}

.footer-sns-area {
    display: flex;
    justify-content: center;
    margin: 3.5rem 0 0;
}

.footer-right {
    max-width: 67.5rem;
    width: 63%;
}

.footer-nav-area {
    width: 100%;
}

.footer-nav-block {
    margin: 2.5rem 0 0;
    display: flex;
    align-items: center;
    gap: 2.5rem 6rem;
}

.footer-nav-block:first-child {
    margin: 0;
}

.footer-nav-link a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white);
}

.footer-nav-link a:hover {
    text-decoration: underline;
}

.footer-address-area {
    margin: 3rem 0 0;
	padding: 4rem 0 0;
    background-image: linear-gradient(to right, var(--white) 4px, transparent 4px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: left top;
}

.footer-address-row {
    margin: 2rem 0 0;
    display: flex;
    align-items: flex-start;
}

.footer-address-th {
    width: 15%;
}

.footer-address-td {
    width: 84%;
    display: flex;
    align-items: flex-end;
}

.footer-address-text {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5625;
}

.footer-address-row:first-child {
    margin: 0;
}

.copyright-area {
    margin: 2rem 0 0;
    text-align: right;
}

.copyright {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================

===========================================================*/



} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {


/*===========================================================
フッター
===========================================================*/

.footer {
    padding: 5.5rem 0 6.3rem;
}

.footer-illust01 {
    max-width: 45.2rem;
    width: 100%;
    top: -4rem;
    left: -26rem;
}

.footer-container {
    flex-direction: column;
}

.footer-left {
    display: contents;
}

.footer-logo {
    max-width: 18.3rem;
    width: 100%;
    order: 1;
}

.footer-tel-area {
    margin: 4rem 0 0;
    order: 4;
}

.footer-sns-area {
    margin: 3rem 0 0;
    order: 3;
}

.footer-right {
    display: contents;
}

.footer-nav-area {
    margin: 4rem 0 0;
    order: 2;
}

.footer-nav-block {
    margin: 1.6rem 0 0;
    flex-direction: column;
}

.footer-address-row {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.footer-address-th {
    width: 100%;
    text-align: center;
}

.footer-address-td {
    text-align: center;
	flex-direction: column;
    align-items: center;
}

.footer-address-area {
    order: 5;
    max-width: 39rem;
    width: 100%;
}

.copyright-area {
    margin: 5rem 0 0;
    text-align: center;
    order: 6;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */