@charset "UTF-8"; /* 文字コードの指定 */
@import url("common.css");



.main-con{
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
   
    
}
.main-con{
    background: linear-gradient(180deg, rgba(234, 216, 183,0.24) , rgba(241,230,208,0.24),rgba(255, 255, 255, 0));

    width: 1214px;
    background-position: center;
   
    margin-bottom: 0px;
}
.catchCp{
    
    padding: 103px 217px 0px 217px;
}
.concept-inner {
    display: flex;
    flex-direction: row;
}
.sub-cp{
    font-size: 36px;
}
p.sub-cp {
    line-height: 55px;
}
.text-con{
    font-size: 24px;
    margin-top: 44px;
    letter-spacing: 0.018em;
    line-height: 45px;
    padding: 0 32px 0 0;
}
.text-box-con {
    
    margin: 164px 0px 0px 50px;
}

