@charset "utf-8";

/* ==========================================
header
========================================== */

.inHLogo {
    max-width: 15rem;
    width: 100%;
    display: none;
    position: absolute;
    left: 2rem;
    top: 6.9rem;
    z-index: 99;
}

.hContWr {
    max-width: 50rem;
    width: 100%;
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 1.9rem;
    right: 4rem;
}

.hContTit {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}

.hContTitBox {
    text-align: center;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #fff;
    margin-bottom: 1.3rem;
}

.hLinkSetBox01 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.hBtn01 {
    max-width: 24rem;
    width: 100%;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0.2rem 2rem rgb(0 0 0 / 20%);
    border: 1px solid #fff;
    background-color: rgb(255 255 255 / 45%);
    color: #fff;
}

.hBtn01.telBtn {
    gap: 1.6rem;
    font-size: 2rem;
}

.hBtn01.telBtn>figure {
    max-width: 1.8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBtn01.telBtn:hover {
    text-decoration: underline;
}

.hBtn01.webBtn {
    gap: 2.3rem;
    font-size: 1.8rem;
    transition: all .5s;
}

.hBtn01.webBtn>figure {
    max-width: 2.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBtn01.webBtn:hover {
    transition: all .5s;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.hBtn01.webBtn:hover>figure {
    filter: brightness(1) invert(1);
    transition: all .5s;
}


.hLinkSetBox02 {
    width: 100%;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

.hBtn02 {
    max-width: 23rem;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

.hBtn02.telBtn {
    gap: 1.6rem;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    font-size: 1.8rem;
}

.hBtn02.telBtn>figure {
    max-width: 1.8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBtn02.telBtn:hover {
    text-decoration: underline;
}

.hBtn02.webBtn {
    gap: 2.3rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.8rem;
    transition: all .5s;
}

.hBtn02.webBtn>figure {
    max-width: 2.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBtn02.webBtn:hover {
    transition: all .5s;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.hBtn02.webBtn:hover>figure {
    filter: brightness(1) invert(1);
    transition: all .5s;
}


.hLinkSetBox03 {
    width: 100%;
    max-width: 41.8rem;
    margin: 2.4rem auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
}

.hBtn03 {
    max-width: 20rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #333;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 0 auto;
}

.hBtn03.hMap {
    gap: 3.33rem;
}

.hBtn03.hSns {
    gap: 1.75rem;
}

.hBtn03.hMap>figure {
    max-width: 2.22rem;
    width: 100%;
}

.hBtn03.hSns>figure {
    max-width: 2.7rem;
    width: 100%;
}

.hBtn03:hover {
    text-decoration: underline;
}

/* ==========================================
footer
========================================== */

footer {
    max-width: 192rem;
    width: 100%;
    margin: 15rem auto 0;
    position: relative;
    background-color: #FFF8EE;
}

footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../../../../uploads/decoMask01.png) repeat;
    background-size: auto;
    background-position: top left;
    z-index: 1;
}

.fContBoxWr {
    max-width: 100rem;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 7rem 2rem 6.4rem;
    margin: 0 auto;
}

.fContBox {
    max-width: 67.5rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.fContTextBox01 {
    max-width: 61rem;
    width: 100%;
    line-height: 1.875em;
    margin: 3.3rem auto 0;
    text-align: center;
}

.fLinkSetBox01.fContLinkSetBox {
    max-width: 52rem;
    margin: 5rem auto 0;
}

.fContTitBox {
    color: #5E4227;
    text-align: center;
}

.fContTitBox:after {
    content: "";
    max-width: 45rem;
    width: 100%;
    height: 1px;
    display: block;
    background: #333333;
    background: linear-gradient(260deg, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 1) 100%);
    margin: 3rem auto 0;
}

.fContTit {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.615em;
}

.fContTextBox02 {
    border: 0.1rem solid #707070;
    padding: 4.5rem 1.5rem 3.6rem;
    margin: 8.4rem auto 0;
}

.fContSubTitBox {
    position: absolute;
    top: -1.4rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.fContSubTit {
    color: #5E4227;
    padding: 0 4rem;
    background-color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
}

.fContText02 {
    line-height: 2.188em;
    text-align: center;
}

.fContText02.fContLsitSetBox02 {
    line-height: 1.875em;
    margin-top: 2rem;
}

.fContLsitSet02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap !important;
}

.fContTextMg01 {
    margin-top: 2rem;
}

.fContBoxWr:before {
    content: "";
    position: absolute;
    width: 27rem;
    height: 27rem;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: url(../../../../uploads/f_cont_deco_left.png) no-repeat;
    background-size: contain;
}

.fContBoxWr:after {
    content: "";
    position: absolute;
    width: 56rem;
    height: 27rem;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: url(../../../../uploads/f_cont_deco_right.png) no-repeat;
    background-size: contain;
}

.footer {
    background: url(../../../../uploads/top_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 15.2rem 0 6.86rem;
}

.fWr:before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #333333;
    background: linear-gradient(260deg, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 1) 100%);
    display: block;
    margin-bottom: 4.9rem;
}

.fWr {
    max-width: 180rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fWrBox {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.fLeftBox {
    max-width: 52rem;
    width: 48%;
}

.fRightBox {
    max-width: 56.5rem;
    width: 48%;
    margin: 8.5rem 0 0;
}

.fLogo {
    max-width: 20.1rem;
    width: 100%;
    margin: 0 auto;
}

.fLinkSetBox01 {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.fLinkSetBox02 {
    width: 100%;
    max-width: 41.8rem;
    margin: 3.4rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
}

.fBtn01 {
    max-width: 24rem;
    width: 100%;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

.fBtn01.telBtn {
    gap: 1.6rem;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    font-size: 2rem;
}

.fBtn01.telBtn>figure {
    max-width: 1.8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fBtn01.telBtn:hover {
    text-decoration: underline;
}

.fBtn01.webBtn {
    gap: 2.3rem;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    font-size: 1.8rem;
    transition: all .5s;
}

.fBtn01.webBtn>figure {
    max-width: 2.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fBtn01.webBtn:hover {
    transition: all .5s;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
}

.fBtn01.webBtn:hover>figure {
    filter: brightness(1) invert(1);
    transition: all .5s;
}

.copyright {
    text-align: center;
    margin-top: 3.7rem;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}

.fBtn02 {
    max-width: 20rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #333;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.fBtn02.fMap {
    gap: 3.33rem;
}

.fBtn02.fSns {
    gap: 1.75rem;
}

.fBtn02.fMap>figure {
    max-width: 2.22rem;
    width: 100%;
}

.fBtn02.fSns>figure {
    max-width: 2.7rem;
    width: 100%;
}

.fBtn02:hover {
    text-decoration: underline;
}

.fTownListSet {
    display: flex;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin-top: 2rem;
}

.fTownBox .fTownListSet:first-child {
    margin-top: 0;
}

.tel.fTownListTd>a:hover {
    text-decoration: underline;
}

.fTownListTd {
    flex: 1;
}

.fRecruitLink {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 3.33rem 0.7rem 0.5rem;
    margin: 4.88rem auto 0;
    box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 25%);
    transition: all .5s;
}

.fRecruitLink:hover {
    transform: translateY(-1.5rem);
    transition: all .5s;
}

.fRecruitLink:after {
    content: "";
    width: 100%;
    height: 1.6rem;
    display: block;
    margin: 3.2rem 0 0;
    background: url(../../../../uploads/f_recruit_deco.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: repeat-x;
}

.fRecruitText {
    text-align: center;
    margin: 1.9rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.fRecruitTit {
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .hContWr {
        max-width: 45rem;
    }

    .inHLogo {
        max-width: 15rem;
        left: 2rem;
        top: 2rem;
    }

    .fContBoxWr {
        max-width: 92rem;
    }
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .hBtn02.telBtn {
        pointer-events: unset;
    }

    footer {
        margin: 6rem auto 0;
    }

    .fContBoxWr {
        padding: 3.3rem 2rem 4rem;
    }

    .fContTitBox:after {
        margin: 2rem auto 0;
    }

    .fContTextBox01 {
        margin: 2.2rem auto 0;
    }

    .fLinkSetBox01.fContLinkSetBox {
        margin: 2rem auto 0;
    }

    .fLinkSetBox01 {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .fBtn01 {
        max-width: 23rem;
        height: 6rem;
    }

    .fContTextBox02 {
        padding: 3rem 1.5rem 1.6rem;
        margin: 5.5rem auto 0;
    }

    .fContSubTit {
        padding: 0;
        font-size: 2rem;
    }
    
    .fContBoxWr:before {
        background: url(../../../../uploads/f_cont_deco_left_sp.png) no-repeat;
        background-size: contain;
    }
    
    .fContBoxWr:after {
        width: 27rem;
        background: url(../../../../uploads/f_cont_deco_right_sp.png) no-repeat;
        background-size: contain;
    }

    .fWrBox {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .fLeftBox {
        width: 100%;
    }
    
    .fRightBox {
        width: 100%;
        margin: 4.1rem 0 0;
    }

    .fTownSetBox {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 4rem;
    }

    .fRecruitLink {
        padding: 2.2rem 0.9rem 0.9rem;
        margin: 0 auto;
    }

    .fTownListSet {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        margin-top: 1.7rem;
        flex-direction: column;
        text-align: center;
    }

    .fTownBox {
        max-width: 22.6rem;
    }

    .footer {
        padding: 6rem 0 3rem;
    }

    .fLinkSetBox02 {
        margin: 3rem auto 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.8rem;
    }
    
    .fBtn02 {
        margin: 0 auto;
    }

    .fBtn01.telBtn {
        pointer-events: unset;
    }

    .fWr:before {
        margin-bottom: 1.3rem;
    }

    .fContTit {
        font-size: 2.2rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


    .inHLogo {
        max-width: 12rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {


    .fContSubTit {
        font-size: 1.6rem;
    }

    .fLogo {
        max-width: 12.3rem;
    }

    .inHLogo {
        max-width: 10rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */