@charset "utf-8";

/* profile PC */
.section__profile{
    /* background-color: #FAF5DE; */
    background-image: url(../../images/creamwave.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 100px 0 ;
}
.topic__title{
    padding: 120px 0;
}
.profile_img{
   width: 300px;
   height: 400px;
   display: block;
   margin: 0 auto;
}
.p__title{
    font-size: 2.4rem;
    display: block;
    text-align: center;
    margin: 40px 0 ;
}
.p__title span{
    font-size: 1.8rem;
    margin-left: 20px;
}
.p_txt{
    font-size: 2rem;
    display: block;
    text-align: center;
}
.p_title_s{
    font-size: 2.4rem;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-top: 40px;
}
.p_txt_s{
    font-size: 2rem;
    display: block;
    text-align: center;
    margin: 40px 0 ;
}

.topic__title{
    position: relative;
    z-index: 2;
}

.topic__title::after{
    position: absolute;
    content: "";
    background-color:rgba(188, 176, 176, 0.4);
    width: 455px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: -1;
}