@charset "utf-8";

.topProblemTxt strong {
    font-weight: 400 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 3px;
}

.topGuidH strong {
    font-weight: 400 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.topGuidTxt01 strong {
    position: relative;
    font-weight: 400 !important;
    border-bottom: 1px solid #fff;
}

.topGuidLink {
    position: relative;
}

.topGuidLink::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #547B47;
    opacity: .9;
    pointer-events: none;
    transition-duration: .5s;
}

.topGuidLink:hover::before {
    background-color: #4d4d4d;
}

.topWorksImgBox>img+span {
    display: none;
}

.swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.topNews {
    position: relative;
}

.topNews::before {
    content: "";
    position: absolute;
    max-width: 1600px;
    width: 100%;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #656565;
    background-size: cover;
    z-index: -1;
}

.topContact {
    position: relative;
}

.topContact::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #547B47;
    opacity: .8;
}

.viewMoreBtn:hover {
    background-color: #141418;
}

.viewMoreBtn:hover .viewMoreBtnP {
    color: #fff;
}

.viewMoreBtn:hover .viewMoreBtnArrow {
    background-image: url(/system_panel/uploads/images/white_arrow.svg);
}

.topContactMail:hover {
    background-color: #141418;
}

.topContactMail:hover .topContactMailP {
    color: #fff;
}

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

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

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

    .topBusinessImg01,
    .topBusinessImg02 {
        max-width: none;
    }

    .topNews::before {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

    .topProblemTxt strong {
        font-weight: 400 !important;
        background-position: top left 0px;
        background-repeat: repeat-x;
        background-size: 1.0em 1.3em;
        background-image: radial-gradient(4px 4px at center center, #fff, #fff 100%, transparent, transparent);
        padding-top: 20px;
    }

    .topGuidH {
        position: relative;
    }

    .topGuidH::before,
    .topGuidH::after {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        width: 144px;
        top: 50%;
        background-color: #ccc;
    }

    .topGuidH::before {
        left: 0;
    }

    .topGuidH::after {
        right: 0;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

    .fViewTxt {
        font-size: 32px !important;
        line-height: 50px !important;
    }

    .topBusinessBx01 {
        width: 46% !important;
    }

    .topBusinessBx02 {
        width: 41% !important;
    }

    .topNews::before {
        width: 100% !important;
    }

    .topGuidLink {
        padding-top: 70px !important;
    }

    .topGuidLinkNum {
        top: -100px !important;
        font-size: 120px !important;
    }

    .topGuidLinkTxt01 {
        font-size: 24px !important;
    }

    .topGuidLinkTxt02 {
        margin: 24px 0 0 !important;
        line-height: 32px !important;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1600px) {

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

    .topNews::before {
        width: 100% !important;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */