@charset "UTF-8";


.l-footer img {
	width: 100%;
	vertical-align: bottom;
}
.l-footer *,
.float_wrap * {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    box-sizing: border-box;
}
.l-footer * {
    color: #fff;
}
.l-footer a:hover {
    opacity: 1;
}
.l-footer {
    z-index: 10;
    padding: 0;
    background-color: #282828;
    padding: 95px 0 15px;
}

/*---------------------------------------------------

-----------------------------------------------------*/

.footer__main__inner {
    width: 1140px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.footer__info__wrap {
    width: 444px;
    margin-top: 11px;
}
.footer__logo__wrap {
    margin-bottom: 13px;
}
.footer__logo {
    width: 284px;
    margin-bottom: 10px;
    display: block;
}
.footer__logo__text {
    font-size: 12px;
}
.footer__add p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
}
.footer__info__tel {
    font-size: 24px;
    position: relative;
}
.footer__info__tel span {
    font-size: 20px;
}
.footer__info__tel2 {
    font-size: 18px;
    margin-bottom: 4px;
}
.footer__info__tel2 span {
    font-size: 16px;
}        
.footer__info__text {
    font-size: 14px;
}

.footer__contact__list {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 100px;
}
.footer__contact__item a {
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #fff;
    transition: .3s;
}
.footer__contact__item a:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 5px;
    mask-image: url(/images/top/arrow__icon.svg);
    -webkit-mask-image: url(/images/top/arrow__icon.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: currentColor;
    transition: all 0.3s ease;
    position: absolute;
    right: 25px;
    top: 28px;
}
.footer__contact__item a:hover {
    background-color: #fff;
    color: #282828;
    border: 1px solid #fff;
}

.footer__link__wrap {
    width: 564px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 58px;
    margin-top: 5px;
}
.footer__btm--link:not(:last-child){
    margin-bottom: 22px;
}
.footer__btm--link a {
    font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 1.7;
}
    .footer__btm--link a:before {
        background: #fff;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -5px;
        transform-origin: left top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
    .footer__btm--link a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/*------------------------------------------------------
フロートバナー
------------------------------------------------------*/
#pc-fixed-menu {
    position: fixed;
    right:0;
    top: 150px;
    z-index: 8;
}

[class*="float__item--"] a {
    width: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    font-size: 16px;
    color: #fff;
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    padding: 20px;
    letter-spacing: 3.5px;
    transition: .3s;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}
[class*="float__item--"]:not(:last-child) a {
    border-bottom: none;
}

[class*="float__item--"] a:hover {
    opacity: 1;
    background-color: #fff;
    color: #282828;
    border-bottom: none;
}
.l-contents .result-fixed {
    bottom: 10.5vw;
}
.l-detail__side .contact-card {
    padding-top: 30px!important;
}