/* intro03_s01 */
.intro03_s01 {
    padding-top: 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;
}
.intro03_s01 h3 {
    margin: 50px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.intro03_s01 h2 {
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: 700;
}
.intro03_s01_txt {
    border-radius: 20px;
    padding: 40px 172px;
    width: fit-content;
    margin: 0 auto 50px;
}
.intro03_s01_txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #4a4a4a;
}
.intro03_s01_con span {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 20px;
    display: block;
}
.intro03_s01_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 178px;
    max-width: 1122px;
    width: 100%;
}

/* intro03_s02 */
.intro03_s02 {
    padding: 200px 0px 0px;
}
.intro03_s02 > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
}
.intro03_s02 > div > div:last-child {
    margin-bottom: 0;
}
.intro03_s02 > div > div:nth-child(even) {
    justify-content: flex-start;
}
.intro03_s02 > div > div:nth-child(even) > div {
    margin-left: 67px;
}
.intro03_s02_txt h3 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.intro03_s02_txt h3 span {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    background-color: #034580;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.intro03_s02_txt h2 {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 15px 0px 20px;
    line-height: 140%;
}
.intro03_s02_txt p {
    font-size: 20px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 160%;
}
.intro03_s02_txt b {
    color: #333;
}
