@charset "UTF-8";


/*ご相談・ご連絡はこちら*/
.l-main .section__wrap--contact {
    margin-block: 0;
}
[class*="section__inner"]{
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
[class*="section__ttl"]{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    width: fit-content;
    margin: 0 auto 40px;
    position: relative;
}
[class*="section__ttl"]::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.section__wrap--contact [class*="section__ttl"] > span{
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: #fff;
    position: relative;
}
.section__wrap--contact{
    margin: 0;
    padding: 100px 0;
    background: url(/images/top/contact_bg.png) no-repeat center / cover;
}
.section__ttl--contact{
    color: #fff;
    margin-bottom: 38px;
}
.l-main .section__wrap--contact .section__ttl--contact::before{
    width: 298px;
    height: 95px;
    background-image: url(/images/top/ttl_contact.png);
    right: unset;
    left: -89px;
    bottom: 9px;
}
.contact__list{
    display: flex;
    gap: 8px;
}
[class*="contact__item"]{
    width: 279px;
    height: 279px;
    border: 1px solid #fff;
    background: #fff;
    padding: 15px;
    position: relative;
}
.contact__item--tel{
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px) brightness(1.15);
    padding: 47px 28px 28px;
}
.l-main .section__wrap--contact .tel__head{
    font-family: 'Zen Kaku Gothic New';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
}
.tel__list{
    margin-bottom: 26px;
}
.l-main .section__wrap--contact .tel__item{
    font-family: 'Zen Kaku Gothic New';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.tel__item span{
    font-family: 'Zen Kaku Gothic New';
    font-size: 30px;
    font-weight: 500;
    color: inherit;
    line-height: 1.2;
}
.l-main .section__wrap--contact .tel__eigyo{
    font-family: 'Zen Kaku Gothic New';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.contact__item--res{
    padding-top: 56px;
}
.contact__item--contact{
    padding-top: 58px;
}
.contact__item--login{
    padding-top: 53px;
}
.contact__icn{
    text-align: center;
    margin-bottom: 32px;
}
.contact__item--contact .contact__icn{
    margin-bottom: 36px;
}
.contact__item--login .contact__icn{
    margin-bottom: 30px;
}
.l-main .section__wrap--contact .contact__txt{
    font-family: 'Zen Kaku Gothic New';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 31px;
}
[class*="contact__item"] [class*="contact__btn--"]{
    color: #fff;
}
.l-main .section__wrap--contact .contact__catch{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #C1B265;
    text-align: center;
    font-family: 'Zen Kaku Gothic New';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.28;
    padding: 20px 0 0 1px;
    position: absolute;
    top: 9px;
    left: 9px;
}


.org-footer * {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.org-footer a:hover {
    opacity: 1;
    color: #006F38;
}
.org-footer .org-footer__btn a:hover {
    opacity: .7;
}
.org-footer {
    background: #E4ECE1;
    padding: 70px 0 20px;
    overflow: hidden;
}
    .org-footer__inner {
        width: 1140px;
        margin: 0 auto;
        position: relative;
    }
        .org-footer__maincontents {
            display: flex;
            justify-content: space-between;
            margin-bottom: 68px;
        }
            .org-footer__logo {
                margin-bottom: 25px;
            }
                .org-footer__logo a {
                    display: block;
                    max-width: 305px;
                }
                .org-footer__logo a:hover{
                    opacity: 1;
                }
            .org-footer__number-wrap {
                margin-bottom: 29px;
            }
                .org-footer__number {
                    display: flex;
                    align-items: flex-end;
                    gap: 3px;
                    font-size: 30px;
                    font-weight: 500;
                    line-height: 1;
                }
                .org-footer__number:not(:last-of-type) {
                    margin-bottom: 5px;
                }
                    .org-footer__number span {
                        margin-bottom: 3px;
                    }
            [class*="org-footer__text"] {
                line-height: 1.6;
                color: #A1AA96;
            }
            .org-footer__right {
                display: flex;
                justify-content: flex-end;
                gap: 60px;
            }
                .org-footer__link-title {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: 700;
                    color: #006F38;
                    line-height: 1.6;
                    margin-bottom: 17px;
                }
                    .org-footer__link-title::before {
                        content: '';
                        background: #006F38;
                        display: block;
                        width: 5px;
                        height: 5px;
                        border-radius: 50%;
                    }
                .org-footer__link-item:not(:last-child) {
                    margin-bottom: 19px;
                }
        .org-footer__default-list {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 41px;
            margin-bottom: 9px;
        }
            .org-footer__default-item {
                position: relative;
            }
                .org-footer__default-item:not(:last-child)::after {
                    content: '';
                    background: #8F9D8A;
                    width: 1px;
                    height: 20px;
                    position: absolute;
                    top: 50%;
                    right: -21px;
                    transform: translateY(-50%);
                }
        .copyright {
            color: #8F9D8A;
            font-weight: 400;
            text-align: center;
        }

.float__list{
    position: fixed;
    top: 203px;
    right: 0;
    display: flex;
    flex-flow: column;
    gap: 5px;
    z-index: 4;
}
.float__item{
    position: relative;
}
.float__item:first-child::before{
    content: '';
    display: block;
    width: 50px;
    height: 53px;
    background: url(/images/top/float_logo_white.png) no-repeat center bottom;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.is-change .float__item:first-child::before{
    background-image: url(/images/top/float_logo.png);
}
.org-footer__btn{
    position: absolute;
    left: 100%;
    bottom: 51px;
    width: 100px;
    height: 96px;
}