@charset "utf-8";

/* process PC */
.process{
    background-color: #f5f5f5;
    padding: 0 0 100px 0 ;
}
.topic__title{
    padding: 120px 0;
}
.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;
}
.process__menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.process__unit{
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    background-color:#d9d9d9 ;
    width: 350px;
    height: 100px;
    border-radius: 30px;
    padding: 20px 0 ;
    box-shadow: 5px 5px 5px #969393;
    margin-bottom: 40px;
}
.process_txt{
    display: block;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 30px 0 ;
}
.process_txts{
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 60px 0 0 0 ;
}
.chart{
    width:1160px;
    display: block;
    margin: 0 auto 80px;
}
.process_sample{
    margin: 0 auto;
    width: 862px;
}

.process__title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.process__detail{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.process__title:first-of-type{
    margin-top: 40px;

}
