#p-concept .p-concept{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    padding: min(10vw,50px) 0;
}
#p-concept .p-concept .p-concept-bg{
    position: relative;
}
#p-concept .p-concept .p-concept-bg::before{
    position: fixed;
    content: "";
    background: url('/assets/img/concept/concept-bg.svg') no-repeat top center;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: -1;
}
@media screen and (max-width:1024px){
    #p-concept .p-concept{
        background-size: cover;
    }
}

.p-concept-top h2 svg{
    margin: 0 auto min(10vw,50px);
}


/* face */
#p-concept .concept-face{
    display: flex;
    max-width: 500px;
}
@media screen and (max-width:1024px){
    #p-concept .concept-face{
    max-width: none;
    width: 100%;
}
}

#p-concept .concept-face div:nth-child(2){
    margin-top: min(12vw,60px);
}
#p-concept .concept-face div:nth-child(3){
    margin-top: min(24vw,120px);
}
#p-concept .concept-face img{
    width: calc(100vw / 3);
    height: auto;
}
#p-concept .p-concept-main{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(50vw,50px);
    margin-bottom: min(20vw,100px);
}
#p-concept .p-concept-main p{
    color: #583B66;
    font-size: min(5.7vw,28px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
#p-concept .p-concept-main p span{
    position: relative;
    z-index: 1;
}
#p-concept .p-concept-main p .line::before{
    display: block;
    content: "";
    position: absolute;
    background: #FFF180;
    width: 98%;
    height: 21px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
}

/* text */

#p-concept .p-concept-text{
    text-align: center;
    line-height: 2;
    font-size: 20px;
    padding: 0 40px;
    letter-spacing: 0;
}
#p-concept .p-concept-text p{
    line-height: 2;
}
#p-concept .p-concept-text h2{
    margin-bottom: min(4vw,20px);
    font-size: 28px;
}
@media screen and (max-width:1024px){
    #p-concept .p-concept-text h2{
        margin-bottom: 4vw;
        font-size: 5.6vw;
    }
}
#p-concept .p-concept-text p{
    font-size: 20px;
}
@media screen and (max-width:1024px){
    #p-concept .p-concept-text p{
        font-size: 4vw;
    }
}

#p-concept .p-concept-text .icon{
    margin-inline: auto;
    margin-top: min(10vw,50px);
    margin-bottom: min(3vw,15px);
    display: flex;
    justify-content: center;
}
@media screen and (max-width:1024px){
    #p-concept .p-concept-text .icon{
        margin-top: 10vw;
        margin-bottom: 3vw;
        width: 6vw;
    }
}

#p-concept .c-logo{
    margin-top: min(8.2vw,41px);
    margin-bottom: min(15.2vw,75px);
    display: flex;
    justify-content: center;
    margin-inline: auto;
}

@media screen and (max-width:1024px){
    #p-concept .c-logo{
        margin-top: 8.2vw;
        margin-bottom: 15.2vw;
        width: 43vw;
    }
}