
.about {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.about h3 {
    margin-top: 45px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 60px;
}

.about h4 {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 42px;
}

.about .text_box + h4 {
    margin-top: 54px;
}

.about .text1 {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 42px;
}

.about .text2 {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 34px;
}

.about .section.n00:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 547px;
    background: url(../images/about/section00_bg.png) no-repeat center / cover;
    transform: translateX(-50%);
}

.about .section.n00 .wrap {
    max-width: 813px;
    padding-top: 128px;
}

.about .section.n00 .text {
    font-size: 2rem;
    line-height: 42px;
}

.about .section.n00 .text > span {
    display: inline;
    font-weight: 600;
}

.about .section.n00 .text > span span {
    position: relative;
    z-index: 1;
}

.about .section.n00 .text > span span:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 16px;
    background-color: #80a3dd;
}

.about .section.n00 ul {
    margin-top: 79px;
}

.about .section.n00 ul li {
    display: inline-block;
    width: 220px;
    height: 260px;
    padding-top: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    transition: padding-top .25s ease-in-out;
}

.about .section.n00 ul li + li {
    margin-left: 46px;
}

.about .section.n00 ul li div {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    transition: margin-top .25s ease-in-out;
}

.about .section.n00 ul li p {
    opacity: 0;
    margin-top: 7px;
    font-size: 20px;
    line-height: 34px;
    transition: opacity .25s ease-in-out;
}

.about .section.n00 ul li:hover {
    padding-top: 27px;
}

.about .section.n00 ul li:hover div {
    margin-top: 21px;
}

.about .section.n00 ul li:hover p {
    opacity: 1;
}

.about .section.n00 .btn {
    display: block;
    width: 170px;
    height: 45px;
    margin: 44px auto 0 auto;
    margin-top: 44px;
    border: none;
    background-color: #0047ba;
    color: #fff !important;
    font-size: 20px;
    line-height: 45px;
}

.about .section.n01 .list1 {
    margin-top: 19px;
}

.about .section.n01 .list1 li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 455px;
    height: 180px;
    margin-bottom: 30px;
    padding: 26px 0 0 213px;
    border: 1px solid #ccc;
    border-radius: 5px;
    vertical-align: top;
}

.about .section.n01 .list1 li.en {
    padding-top: 15px;
}

.about .section.n01 .list1 li:nth-child(2n) {
    margin-left: 30px;
}

.about .section.n01 .list1 li img {
    position: absolute;
    top: -1px;
    left: -1px;
}

.about .section.n01 .list1 li .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}

.about .section.n01 .list1 li .rank {
    font-size: 20px;
    line-height: 28px;
    white-space: pre-line;
}

.about .section.n01 .list1 li p {
    font-size: 15px;
    line-height: 22px;
}

.about .section.n01 .list1 li p:first-of-type {
    margin-top: 6px;
}

.about .section.n01 .text_box {
    overflow: hidden;
    position: relative;
    height: 180px;
    padding: 80px 0 0 31px;
    border-radius: 5px;
    background: url(../images/about/text_box_bg.png) no-repeat center / cover;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.about .section.n01 .text_box span {
    font-size: 48px;
    line-height: 48px;
}

.about .section.n01 .list2 {
    margin: 30px 0 65px 0;
}

.about .section.n01 .list2 li {
    display: inline-block;
    height: 310px;
    border-radius: 5px;
    vertical-align: top;
}

.about .section.n01 .list2 li + li {
    margin-left: 20px;
}

.about .section.n01 .list2 li.item {
    width: 225px;
    padding-top: 33px;
    border: 1px solid #ccc;
    text-align: center;
}

.about .section.n01 .list2 li.item .name {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
}

.about .section.n01 .list2 li.item .rank {
    font-size: 20px;
    line-height: 34px;
}

.about .section.n01 .list2 li.bg {
    width: 450px;
    padding: 128px 0 0 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.about .section.n01 .list2 li.bg span {
    font-size: 48px;
    line-height: 34px;
    margin-top: 14px;
}

.about .section.n01 .list2.n1 li.bg {
    background: url(../images/about/section01_2_3.png) no-repeat center / cover;
}

.about .section.n01 .list2 li.bg2 {
    width: 100%;
    height: 180px;
    padding: 40px 0 0 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.about .section.n01 .list2.n2 li.bg2 {
    background: url(../images/about/section01_3_3.png) no-repeat center / cover;
}

.about .section.n01 .list2 li.bg2 span {
    font-size: 48px;
    line-height: 48px;
}

.about .section.n02 .history {
    margin-top: 56px;
}

.about .section.n02 .history .history_list li {
    opacity: 1 !important;
    position: relative;
    padding: 37px 0 30px 265px;
}

.about .section.n02 .history .history_list li:before {
    display: block;
    position: absolute;
    top: 116px;
    left: 191px;
    bottom: 13px;
    width: 1px;
    background-color: #ccc;
    transition: background-color 1s ease-in-out;
}

.about .section.n02 .history .history_list li .year {
    position: absolute;
    top: 0;
    left: 141px;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 98px;
    transition: all 1s ease-in-out;
}

.about .section.n02 .history .history_list li .box {
    color: #ccc;
    font-size: 1.25rem;
    line-height: 1.5rem;
    transition: color 1s ease-in-out;
}

.about .section.n02 .history .history_list li .box span {
    position: relative;
    z-index: 1;
}

.about .section.n02 .history .history_list li .box span:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    z-index: -1;
    height: 16px;
    transition: background-color 1s ease-in-out;
}

.about .section.n02 .history .history_list li.aos-animate:before {
    background-color: #0047ba;
}

.about .section.n02 .history .history_list li.aos-animate .year {
    border-color: #0047ba;
    background-color: #0047ba;
    color: #fff;
}

.about .section.n02 .history .history_list li.aos-animate .box {
    color: #000;
}

.about .section.n02 .history .history_list li.aos-animate .box span:before {
    background-color: #80a3dd;
}

.about .section.n03 .wrap {
    overflow: hidden;
    margin: 0 -30px;
}

.about .section.n03 .wrap:before,
.about .section.n03 .wrap:after {
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    z-index: 1;
    width: 198px;
}

.about .section.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 73px 0 94px 0;
}

.about .section.news .container {
}

#title_banner_en {
    font-size: 15px;
}

#profile_card_sub_en {
    font-size: 15px;
}

#team_member_summary_en {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .about .section.n00 ul {
        display: flex;
        justify-content: space-between;
    }

    .about .section.n00 .text .highlight {
        display: inline;
    }

    .about .section.n00 ul li {
        width: 180px;
    }

    .about .section.n00 ul li + li {
        margin-left: 0;
    }

    .about .section.n01 .list1 li {
        width: 100%;
        padding: 26px 0 0 213px;
    }

    .about .section.n01 .list1 li:nth-child(2n) {
        margin-left: 0;
    }

    .about .section.n01 .list2 li.item {
        width: 190px;
    }

    .about .section.n01 .list2 li.bg {
        width: calc(100% - 380px - 40px); /* 40px is margin, 380px is card item */
    }

    .about .section.n01 .list2 li + li {
        margin-left: 15px;
    }

    .about .section.n01 .list2 li.bg2 {
        width: 100%;
        padding: 40px 0 0 25px;
    }

    .about .section.n02 .history .history_list li .box .highlight {
        display: inline;
    }
}