/* special01_s01 */
.special01_s01 {
    padding: 300px 0px;
    color: #333;
    text-align: center;
}
.sub_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_menu > * {
    margin-right: 10px;
}
.sub_menu p {
    font-size: 15px;
    font-weight: 500;
    color: #9b9b9b;
}
.sub_menu p.active {
    font-weight: 700;
    color: #333;
}
.special01_s01 h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.special01_s01 h2 {
    margin-bottom: 130px;
    font-size: 60px;
    font-weight: 700;
}

/* special01_s02 */
.special01_s02 {
    text-align: center;
    color: #333;
}
.special01_s02 h2 {
    font-size: 42px;
    font-weight: 400;
}
.special01_s02_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 43px 0px 50px;
}
.special01_s02_list > span {
    display: inline-block;
    line-height: 74px;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    font-size: 24px;
    font-weight: 500;
    background-color: #fff;
}
.special01_s02_con {
    position: relative;
}
.special01_s02_con p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 53px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
