@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */
#conceptP [data-aos] {
transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
#content_Wrap {
    color: #170c06;
    background-color: #f9f8f8;
}
.lower_ttl {
    padding: 0;
    position: relative;
    text-align: center;
}
.lower_ttl h2 {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #998a7a;
    font-family: 'Cinzel', serif !important;
    font-size: clamp(22px, calc(2.9259259259259258vw), 30px);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-shadow: 0px 0px 5px #fff;
    z-index: 2;
}
.lower_ttl .line {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-left: 1px solid #998a7a;
    /* border-left: 1px solid #fff; */
    height: 30px;
    box-shadow: 1px 0px 3px #fff;
    z-index: 2;
}
.lower_ttl h2 img { 
    width: fit-content;
    }
.lower_ttl figure {
    position: relative;
    }


/* concept */
.w_bg {
    background: url(../img/bg_concept.jpg) top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.w_bg::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
}

.c_wrap {
    position: relative;
    z-index: 3;
}

.c_wrap .page_ttl {
    text-align: center;
     width: fit-content;
     margin: 0 auto 50px;
     max-width: 500px;
     width: 70%;

}
.c_wrap .page_ttl h2 {
    /* filter: drop-shadow(0px 0px 4px rgba(38, 43, 52, 0.5));} */
}
.c_wrap .page_ttl h2 img { 
    width: fit-content;
    }

p {
    text-align: center;
    line-height: 2.2;
    font-size: clamp( 14px, calc( 2.5259259259259258vw ), 17px );
    letter-spacing: 0.08em;
}
p.name {
    line-height: 4.0;
}

.lead_text {
    margin: 0px auto;
    width: 90%;
    padding: 100px 0 80px;
}

.c_area .txt_area {
    /* flex-wrap: wrap;
    justify-content: right;
    align-items: center; */
    margin-bottom: 100px;
}
.c_area .l_txt {
    /* width: 45%; */
    /* background-size: contain; */
    /* margin: 0 2% 0 8%; */
    margin: 0 auto;
    text-align: center;
}
.c_area .l_txt .b_bg {
    /* background-color: #e8f2f6; */
    border-top: 1px solid #c1b3a5;
    border-bottom: 1px solid #c1b3a5;
    padding: 4% 8%;
    width: fit-content;
    margin: 0 auto;

}
/* .c_area .l_txt .b_bg::before,
.c_area .l_txt .b_bg::after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 50%;
}
.c_area .l_txt .b_bg::before {
    background: url(../img/ashirai02.png) no-repeat left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -2%;
    bottom: -3%;
}
.c_area .l_txt .b_bg::after {
    background: url(../img/ashirai01.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: -2%;
    top: -3%;
} */

.c_area .l_txt p {
    text-align: center;
    font-size: clamp( 13px, calc( 2.0259259259259258vw ), 15px );
    letter-spacing: 0.05em;
}
.c_area .l_txt p.name02 {
    margin-bottom: 2em;
    text-indent: -0.4em;
}
.c_area .l_txt p span {
    margin-left: -0.4em;
}
.c_area .r_img {
    width: 60%;
    text-align: right;
    margin: 80px 0;
    margin-left: auto;
}

.c_area .img_area {
    margin: 80px 3% 30px;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.c_area .img_area figure {
    width: calc(100% / 3 - 4.5%);
    height: fit-content;
}
.c_area .img_area .two {
    margin-top: 8%;
}
.c_area .img_area .three {
    margin-top: 16%;
}

/*=============================
タブレット
=============================*/
@media screen and (max-width: 1300px) {
    /* .c_area .l_txt {
        width: 45%;
        margin: 0 3% 0 0; 
    }
    .c_area .l_txt .b_bg {
        padding: 4% 8%;
    }
    .c_area .r_img {
        width: 48%;
        text-align: right;
    } */
}
@media screen and (max-width: 1090px) {
    .c_area .txt_area{
        flex-direction: column-reverse;
    }

.c_area .r_img {
    /* width: 100%; */
    margin-top: 80px;
}
.c_area .l_txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
}
.c_area .l_txt .b_bg {
    margin: 0 auto;
}
}

/*=============================
spから
=============================*/

@media only screen and (max-width: 767px) {
    #content_Wrap {
        /* padding: 0 0 50px; */
    }

    p.name.n1 {
        margin-top: 1.5em;
    }
    p.name {
        line-height: 3.0;
    }
    .lower_ttl h2 {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .lower_ttl .line {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        height: 20px;
    }

    .c_wrap .page_ttl {
        width: 90%;
        margin-bottom: 30px;
    }

.lead_text {
    padding: 50px 0 70px;
}
.c_area .txt_area{
    flex-direction: column-reverse;
    margin-bottom: 0px;
}
.c_area {
    margin: 0 auto;
}
.c_area .r_img {
    width: 100%;
}
.c_area .l_txt {
    width: 95%;
    margin: 0 auto;
    margin-top: 0px;
}
.c_area .l_txt .b_bg {
    margin: 0 auto;
    padding: 8%;
}
.c_area .l_txt .b_bg::before, .c_area .l_txt .b_bg::after {
    width: 40%;
    height: 28%;
}
.c_area .l_txt .b_bg::before {
    left: -2%;
    bottom: -1%;
}
.c_area .l_txt .b_bg::after {
    right: -2%;
    top: -2%;
}
.c_area .l_txt p {
    margin: 0 auto;
    text-align: center;
}
.c_area .l_txt p.name02 {
    margin-bottom: 1em;
    text-indent: 0em;
}
.c_area .l_txt p span {
    margin-left: 0em;
}
.c_area .r_img {
    margin: 60px auto 0;
}

.c_area .img_area {
    width: 90%;
    margin: 40px auto 0;
    }
.c_area .img_area figure {
    height: fit-content;
    width: calc(100% / 2 - 3%);
}
.c_area .img_area .two {
    margin-top: 10%;
}
.c_area .img_area .three  {
    margin-top: 3%;
}
.notes_Wrap {
    margin: 30px auto 0;
    padding-bottom: 80px;
}

}