@charset "UTF-8";

/* common.css */
/*********************************
 footer 
*/

.l-footer {
    padding-top: 108px;
    padding-bottom: 108px;
    background-color: #181818;
}
@media screen and (max-width:768px) {
    .l-footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.l-footer__text {
    margin-bottom: 70px;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #fff;
}
@media screen and (max-width:768px) {
    .l-footer__text {
        margin-bottom: 50px;
    }
}
.l-footer__singleBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    box-sizing: border-box;
    border: 1px solid #464646;
    font-family: Padauk, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    color: #fff;
}
@media screen and (max-width:768px) {
    .l-footer__singleBox {
        margin-bottom: 50px;
        height: 58px;
        font-size: 1.4rem;
    }
}
.l-footer__singleBox--media {
    width: 734px;
    height: 65px;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width:768px) {
    .l-footer__singleBox--media {
        width: calc(285 / 375 * 100%);
        height: 58px;
    }
}
[lang=ja] .l-footer__singleBox--media {
    font-size: 1rem;
}
.l-footer__singleBox--address {
    width: 485px;
    height: 100px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .l-footer__singleBox--address {
        width: calc(285 / 375 * 100%);
        height: 78px;
    }
}
.l-footer__border {
    position: relative;
}
.l-footer__border::after,
.l-footer__border::before {
    position: absolute;
    border: 1px solid transparent;
    transform: scale(0);
    content: '';
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out;
}
@media screen and (max-width:768px) {
    .l-footer__border::after,
    .l-footer__border::before {
        display: none;
    }
}
.l-footer__border::before {
    border-top-color: #fff;
    border-left-color: #fff;
    top: -1px;
    left: -1px;
    transform-origin: top left;
}
.l-footer__border::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
    right: -1px;
    bottom: -1px;
    transform-origin: bottom right;
}
.l-footer__border:focus::after,
.l-footer__border:focus::before,
.l-footer__border:hover::after,
.l-footer__border:hover::before {
    transform: scale(1);
}
.l-footer__arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 24px;
    will-change: transform;
}
@media screen and (max-width:768px) {
    .l-footer__arrow {
        right: 16px;
    }
}
.l-footer__boxWrapper {
    display: flex;
    text-align: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .l-footer__boxWrapper {
        flex-direction: column;
        margin-right: auto;
        margin-left: auto;
        width: calc(285 / 375 * 100%);
    }
}
.l-footer__boxWrapper--mb70 {
    margin-bottom: 70px
}
@media screen and (max-width:768px) {
    .l-footer__boxWrapper--mb70 {
        margin-bottom: 50px;
    }
}
.l-footer__boxWrapper--mb30 {
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
    .l-footer__boxWrapper--mb30 {
        margin-bottom: 15px;
    }
}
.l-footer__box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #464646;
    width: 352px;
    height: 106px;
    font-family: Padauk, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    color: #fff;
}
@media screen and (max-width:768px) {
    .l-footer__box {
        width: 100%;
        height: 58px;
        font-size: 1.4rem;
    }
}
.l-footer__box+.l-footer__box {
    margin-left: 30px;
}
@media screen and (max-width:768px) {
    .l-footer__box+.l-footer__box {
        margin-top: 15px;
        margin-left: 0;
    }
}
.l-footer__tel {
    display: block;
    margin-bottom: 15px;
    font-size: 2rem;
}
@media screen and (max-width:768px) {
    .l-footer__tel {
        margin-bottom: 7.5px;
        font-size: 1.6rem;
    }
}
.l-footer__time {
    font-family: sans-serif;
    font-size: 1rem;
}
@media screen and (max-width:768px) {
    .l-footer__time {
        font-size: 0.9rem;
    }
}
.l-footer__notice {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.075em;
    color: #464646;
}
@media screen and (max-width:768px) {
    .l-footer__notice {
        letter-spacing: 0.12em;
    }
}
.l-footer__copyright {
    margin-bottom: 11px;
    font-size: 10px;
}
.l-footer__privacy {
    transition: color 0.5s ease-out;
    font-size: 10px;
}
.l-footer__privacy:focus,
.l-footer__privacy:hover {
    color: #848484;
}



/* style.css */
/*********************************
 footer 
*/

/** footer nav **/
.footer-nav{
	background: #fff;
	padding: 110px 0;
}

.footer-nav-logo{
	text-align: center;
	margin: 0 auto 50px;
}
.footer-nav-logo img{width: 222px;}

ul.nav-ft-01{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}

ul.nav-ft-01,
ul.nav-ft-02{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	font-size: 12px;
	margin: 0 auto 30px;
}

ul.nav-ft-01 li,
ul.nav-ft-02 li{
	margin: 0 17px;
}

ul.nav-ft-01 li a:hover,
ul.nav-ft-02 li a:hover{
	transition: color 0.5s ease-out;
}

.tit-nav-ft-03{
	font-size: 20px;
	margin: 30px 0;
}

.tit-nav-ft-03{position: relative;}

.tit-nav-ft-03 span{
	display: inline-block;
	margin-right: 0.5em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}
      
.tit-nav-ft-03::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 50%;
     height: 1px;
     background-color: #000;
}
 
.tit-nav-ft-03 span::after { right: 0;}

ul.nav-ft-03{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	font-size: 12px;
}

ul.nav-ft-03 li{
	width: 50%;
	line-height: 2.2;
}

/** footer contact **/
.footer-contact{
	padding: 108px 0;
	background-color: #181818;
}

ul.nav-ft-04{
	font-family: Padauk, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: 0 0 45px;
}

ul.nav-ft-04 li:nth-child(1){
	width: 45%;
	margin-inline: auto;
	margin-bottom: 25px;
}

ul.nav-ft-04 li:nth-child(1) a{
    display: block;
	border: 1px solid #464646;
	padding: 20px 0;
	width: 100%;
}

ul.nav-ft-04 li:nth-child(1) span{
	font-size: 0.6em;
	margin-top: 15px;
	display: block;
}

ul.nav-ft-04 li:nth-child(2){	
	width: 48%;
	margin-bottom: 25px;
}

ul.nav-ft-04 li:nth-child(2) a{	
	display: block;
	border: 1px solid #464646;
	padding: 35.5px 0;
}

ul.nav-ft-04 li:nth-child(3){
	width: 100%;
	font-size: 0.6em;
}

ul.nav-ft-04 li:nth-child(3) a{	
	display: block;
	border: 1px solid #464646;
	padding: 20px 0;
}

ul.nav-ft-04 li:nth-child(1) a:hover,
ul.nav-ft-04 li:nth-child(2) a:hover,
ul.nav-ft-04 li:nth-child(3) a:hover{
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	
	/** footer nav **/
	.footer-nav{padding: 110px 0 30px;}
	.footer-nav-logo{width: 70%;}
	.footer-nav-logo img{width: 100%;}
	
	ul.nav-ft-01{
		flex-direction: column;
		font-size: 16px;
		width: 70%;
		padding: 0;
	}
	
	ul.nav-ft-01 li{margin: 0 0 15px 0;}
	
	/** footer contact **/
	.footer-contact{padding: 70px 0;}
	
	ul.nav-ft-04 li:nth-child(1),
	ul.nav-ft-04 li:nth-child(2){
		/* width: 100%; */
		margin-bottom: 15px;
	}
	ul.nav-ft-04 li:nth-child(1){
		width: 65%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-nav-logo{width: 50%;}
	.tit-nav-ft-03::after{width: 62%;}
}


