/* footer */
footer {width: 100%; height: auto; padding: 93px 0 107px; margin-top: 120px; background: var(--pr);}
footer .container {display: flex; align-items: center; justify-content: space-between;}
footer .f_logo {width: 258px; height: auto;}
footer .f_logo img {width: 100%; height: auto;}
footer .copyright {margin-top: 20px; font-size: 14px; font-weight: 500; line-height: 1.15; color: var(--wt); opacity: 0.6; white-space: nowrap;}
footer .copyright.mo {display: none;}

footer .address {}
footer .address ul {display: flex; align-items: flex-start; gap: 70px;}
footer .address ul li {}
footer .address ul li .child-box {}
footer .address ul li .child-box .tit {position: relative; font-size: 20px; font-weight: bold; line-height: 1.15; color: var(--wt);}
footer .address ul li .child-box .tit span {padding-bottom: 3px; border-bottom: 2px solid #b0a9f6;}
footer .address ul li .child-box .txt {margin-top: 20px; font-size: 14px; font-weight: 500; line-height: 1.3; color: var(--wt);}
footer .address ul li .child-box .link_box {display: flex; flex-flow: column; gap: 15px; margin-top: 20px;}
footer .address ul li .child-box .link_box a {font-size: 14px; font-weight: 500; line-height: 1.3; color: var(--wt);}