@charset "utf-8";

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

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

.footer-container {
	gap: 10px;
}

.footer .tel-box02 {
	margin: 40px auto 0;
	justify-content: center;
}

.footer-nav-area {
	gap: 10px;
}

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

.footer-nav-link01 {
	margin: 35px 0 0;
    display: block;
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.4531)), 20px);
    font-family: var(--font-family01);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--secondary);
    position: relative;
}

.footer-nav-link01 p {
    display: inline;
    position: relative;
}

.footer-nav-link01:hover {
    color: var(--secondary);
}

.footer-nav-link01 p::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.footer-nav-link01:hover p::before {
    width: 100%;
}

.footer-nav-link-box {
	margin: 20px 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
}

.footer-nav-link-box:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #4B4947;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}

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

.footer-nav-link02 {
	margin: 15px 0 0;
    display: block;
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-family: var(--font-family01);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--tertiary);
    position: relative;
}

.footer-nav-link02 p {
    display: inline;
    position: relative;
}

.footer-nav-link02:hover {
    color: var(--tertiary);
}

.footer-nav-link02 p::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--tertiary);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.footer-nav-link02:hover p::before {
    width: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


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

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



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


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

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



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


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

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

.footer .tel-box02 {
	margin: 40px 0 0;
	justify-content: flex-start;
}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


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

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



} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


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

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



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


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

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



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

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