@charset "utf-8";
/* ====================================
common
=====================================*/

:root {
    --primary-white: #F9F5EF;
    --primary-whiteLow: #8D5904; /* 薄さ15％にして活用　主にメニューや悩み、FAQとかの背景 */
    --primary-black: #231815;
    --primary-beige: #9F804D; /* 薄さ70％にして活用　SNSの部分 */
    --primary-red: #A03E22;
    --contentWidth: 80%; /* sp サイドの余白 */
    --contentPadding: 10%; /* sp サイドの余白 */
}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Shippori Mincho",
        "Libre Caslon Text",
         serif;
    color: var(--primary-black, #231815);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}




/* ====================================
section--fnc--top
=====================================*/

.section--fnc--top {
    background-image: url(../images/about04_sp.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index:-1;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
}

.fnc__txt__group {
    padding: 220px 6%;
    /* width: 330px; */
}

.fnc--topic__sub {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.064rem;
}

.fnc--topic__main {
    margin-top: 6px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.08rem;
}

.fnc__txt {
    margin-top: 60px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--fnc--top {
        background-image: url(../images/bl_about04.png);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index:-1;
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center center;
        background-size: cover;
    }
    
    .fnc__txt__group {
        padding: 220px 24%;
        /* width: 330px; */
    }
    
    .fnc--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
    }
    
    .fnc--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
    }
    
    .fnc__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }

 }



/* ==============================================================
section--fnc--top pc
================================================================*/
@media screen and (min-width: 960px){

    .section--fnc--top {
        background-image: url(../images/background01.png);
        position: fixed;
        width: 100%;
        padding: 0 0 0 16.31%;
        background-size: cover;
    }
    
    .fnc__txt__group {
        background-image: url(../images/bl_about04.png);
        background-size: cover;
        padding: 200px 0 156px 11.12%;
    }
    
    .fnc--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-left: 3px;
    }
    
    .fnc--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.128rem;
    }
    
    .fnc__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 240%; /* 29.4px */
        letter-spacing: 0.128rem;
        width: 330px;
    }


}




/* ====================================
案内 section--fnc
=====================================*/

.section--fnc {
    background-image: url(../images/background01.png);
    padding: 60px 6%;
}

.fnc__list {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 5px 0;
}

.fnc__item {
    /* margin-top: 30px; */
    padding: 0 4%;
    margin: 0 auto;
}

.fnc__item__img {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    padding-top: 40px;
}

.fnc__item__txt {
    margin-top: 30px;
}

.fnc__topic {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.064rem;
}

.fnc__topic span {
    color: var(--primary-red);
    font-family: "Libre Caslon Text";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08rem;
    margin-right: 20px;
}

.fnc__txt2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.056rem;
    margin-top: 16px;
    margin-bottom: 40px;
}

.fnc__btn {
    margin-top: 30px;   
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.fnc__btn__out {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 180px;
    height: 36px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 8px 0px 36px;
}

.fnc__btn__out::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 0 0 15px;
}

.fnc__btn__out:hover::after {
    background-image: url(../images/external-link.svg);
}

.fnc__btn__out:hover {
    background: rgba(249, 245, 239, 0.50);
    color: var(--primary-black);
    transition: 0.4s;
}

.fnc__list hr {
    width: 90%;
    border: solid 1px rgba(35, 24, 21, 0.20);
    margin: 0 auto;
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--fnc {
        background-image: url(../images/background01.png);
        padding: 60px 14%;
    }
    
    .fnc__list {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 5px 0;
    }
    
    .fnc__item {
        /* margin-top: 30px; */
        padding: 0 14%;
        margin: 0 auto;
    }
    
    .fnc__item__img {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
        padding-top: 40px;
    }
    
    .fnc__item__txt {
        margin-top: 30px;
    }
    
    .fnc__topic {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.064rem;
    }
    
    .fnc__topic span {
        color: var(--primary-red);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.08rem;
        margin-right: 20px;
    }
    
    .fnc__txt2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
        margin-top: 16px;
        margin-bottom: 40px;
    }
    
    .fnc__btn {
        margin-top: 30px;   
        display: flex;
        justify-content: center;
        margin-bottom: 80px;
    }
    
    .fnc__btn__out {
        position: absolute;
        color: var(--primary-black);
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.14rem;
        display: flex;
        align-items: center;
        width: 180px;
        height: 36px;
        border: 1px solid rgba(35, 24, 21, 0.50);
        border-radius: 50px;
        padding: 0 8px 0px 36px;
    }
    
    .fnc__btn__out::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(../images/external-link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 0 0 15px;
    }

    .fnc__btn__out:hover::after {
        background-image: url(../images/external-link.svg);
    }

    .fnc__btn__out:hover {
        background: rgba(249, 245, 239, 0.50);
        color: var(--primary-black);
        transition: 0.4s;
    }
    
    .fnc__list hr {
        width: 90%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin: 0 auto;
    }

 }





/* ==============================================================
案内 section--fnc pc
================================================================*/
@media screen and (min-width: 960px){

    .section--fnc {
        background-image: url(../images/background01.png);
        padding: 100px 9.8% 100px 25.69%;
    }
    
    .fnc__list {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 30px 2%;
    }

    .fnc__item:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    .fnc__item:nth-of-type(4) {
        flex-direction: row-reverse;
    }
    
    .fnc__item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10%;
        padding: 0 3.8%;
    }
    
    .fnc__item__img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        padding-top: 60px;
    }
    
    .fnc__item__txt {
        margin-top: 60px;
    }
    
    .fnc__topic {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.16rem;
    }
    
    .fnc__topic span {
        color: var(--primary-red);
        font-family: "Libre Caslon Text";
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.16rem;
        margin-right: 20px;
    }
    
    .fnc__txt2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.064rem;
        margin-top: 16px;
        margin-bottom: 40px;
    }
    
    .fnc__btn {
        margin-top: 30px;   
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .fnc__btn__out {
        position: absolute;
        color: var(--primary-black);
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.14rem;
        display: flex;
        align-items: center;
        width: 240px;
        height: 46px;
        border: 1px solid rgba(35, 24, 21, 0.50);
        border-radius: 50px;
        padding: 0 8px 2px 48px;
    }
    
    .fnc__btn__out::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../images/external-link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 2px 0 0 15px;
    }
    
    .fnc__btn__out:hover::after {
        background-image: url(../images/external-link.svg);
    }

    .fnc__btn__out:hover {
        background: rgba(249, 245, 239, 0.50);
        color: var(--primary-black);
        transition: 0.4s;
    }

    .fnc__list hr {
        width: 100%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin-top: 60px;
    }

}






