/* special04_s01 */
.special04_s01 {
    padding: 300px 0px 300px;
    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;
}
.special04_s01 h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.special04_s01 h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 130px;
}

/* special04_s02 */
.special04_s02 {
    padding-bottom: 150px;
}
.special04_s02 > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.special04_s02 h2 {
    font-size: 42px;
    font-weight: 400;
    color: #333;
    line-height: 140%;
}
.special04_s02 p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 30px auto 45px;
    line-height: 160%;
}
.special04_s02_mark {
    display: flex;
    align-items: center;
}
.special04_s02_mark > div {
    margin-right: 13px;
    text-align: center;
    width: 112px;
}
.special04_s02_mark > div:last-child {
    margin-right: 0px;
}
.special04_s02_mark span {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-top: 13px;
    display: block;
}

/* special04_s03 */
.special04_s03 {
    padding: 82px 0px 76px;
    background-color: #f5f5f5;
}
.special04_s03 > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.special04_s03_title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #034580;
}
.special04_s03_title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 10px 0px 20px;
}
.special04_s03_title p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
    margin-bottom: 33px;
}
.special04_s03_tag {
    display: flex;
    align-items: center;
}
.special04_s03_tag > span {
    background-color: #034580;
    color: #fff;
    line-height: 59px;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.special04_s03_tag02 {
    margin: 0px 12px;
}

/* special04_s04 */
.special04_s04 {
    padding: 130px 0px 112px;
    color: #333;
    overflow: hidden;
}
.special04_s04 > div > h3 {
    font-size: 18px;
    font-weight: 500;
    color: #034580;
}
.special04_s04 > div > h2 {
    font-size: 42px;
    font-weight: 400;
    margin: 13px 0px 20px;
}
.special04_s04 > div > p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 40px;
    line-height: 160%;
}
.special04_s04_swiper {
    text-align: center;
    cursor: url('../img/sub/drag.png'), auto;
}
.special04_s04_swiper h4 {
    margin: 20px auto 10px;
    font-size: 24px;
    font-weight: 700;
}
.special04_s04_swiper p {
    line-height: 160%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.special04_s04_page {
    margin-top: 50px;
    height: 8px;
    background-color: #eeeeee;
}
.special04_s04_page .swiper-scrollbar-drag {
    background-color: #034580;
    border-radius: 0px;
}
