#main {
    padding-top: 80px;
}
@media screen and (max-width: 1299px) {
    #main {
        padding-top: 67px;
    }
}
@media screen and (max-width: 639px) {
    #main {
        padding-top: 54px;
    }
}
#main .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 280px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .fv {
        height: 240px;
    }
}
@media screen and (max-width: 1079px) {
    #main .fv {
        height: 210px;
    }
}
@media screen and (max-width: 859px) {
    #main .fv {
        height: 180px;
    }
}
@media screen and (max-width: 639px) {
    #main .fv {
        height: 150px;
    }
}
#main .fv .fv_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg .photo .photo_container {
    background-color: #c9c9c9;
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 859px) {
    #main .fv .fv_bg .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main .fv .fv_bg .photo::after {
    content: "";
    display: inline-block;
    opacity: 0.35;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg.fadeElem .photo::after {
    opacity: 0;
}
#main .fv .fv_bg.fadeIn .photo::after {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0.35;
}
#main .fv .page_title {
    position: relative;
}
#main .fv .page_title h1 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
#main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .fv .page_title h1 {
        font-size: 27px;
        line-height: 36.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .fv .page_title h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
#main .fv .section_bg {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .section_bg img {
    width: 100%;
    height: auto;
}
#main .fv .section_bg {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
#main .fv .section_bg.hide {
    opacity: 0;
}
#main .nav_tab {
    margin: 70px auto 0;
    width: 1200px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab {
        margin-top: 55px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab {
        margin-top: 40px;
    }
}
#main .nav_tab .nav_tab_ul {
    display: -ms-grid;
    display: grid;
}
#main .nav_tab .nav_tab_ul li .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 46px;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 310px;
        height: 45px;
        border-radius: 22.5px;
    }
}
@media screen and (max-width: 1079px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 300px;
    }
}
@media screen and (max-width: 859px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 290px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn {
        height: 44px;
        border-radius: 22px;
    }
}
#main .nav_tab .nav_tab_ul li .btn::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    border-radius: 23px;
    border: 1px solid #c6171e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn::before {
        border-radius: 22.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn::before {
        border-radius: 22px;
    }
}
#main .nav_tab .nav_tab_ul li .btn::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .nav_tab .nav_tab_ul li .btn .text,
#main .nav_tab .nav_tab_ul li .btn .arrow {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
    position: relative;
    z-index: 1;
}
#main .nav_tab .nav_tab_ul li .btn .text span,
#main .nav_tab .nav_tab_ul li .btn .arrow span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn .text,
    #main .nav_tab .nav_tab_ul li .btn .arrow {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn .text,
    #main .nav_tab .nav_tab_ul li .btn .arrow {
        font-size: 14px;
    }
}
#main .nav_tab .nav_tab_ul li .btn .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
#main .nav_tab .nav_tab_ul li .btn .arrow {
    -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 7px;
}
#main .nav_tab .nav_tab_ul li .btn.inactive {
    pointer-events: none;
}
#main .nav_tab .nav_tab_ul li .btn.inactive::before {
    background-color: #cccccc;
    border: none;
}
#main .nav_tab .nav_tab_ul li .btn.inactive .text,
#main .nav_tab .nav_tab_ul li .btn.inactive .arrow {
    color: #ffffff;
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive)::after {
        opacity: 1;
    }
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive) .text {
        color: #ffffff;
    }
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive) .arrow {
        color: #ffffff;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .nav_tab .nav_tab_ul li.active {
    pointer-events: none;
}
#main .nav_tab .nav_tab_ul li.active .btn::after {
    opacity: 1;
}
#main .nav_tab .nav_tab_ul li.active .btn .text {
    color: #ffffff;
}
#main .nav_tab .nav_tab_ul li.active .btn .arrow {
    color: #ffffff;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1079px) {
    #main .nav_tab {
        margin-top: 85px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab {
        margin-top: 70px;
    }
}
#main .nav_tab .nav_tab_ul {
    -ms-grid-columns: auto 50px auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}
@media screen and (max-width: 1079px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 859px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        row-gap: 20px;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
#main .nav_tab .pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    right: 0;
    overflow: hidden;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .pop {
        width: 115px;
        height: 115px;
    }
}
@media screen and (max-width: 1079px) {
    #main .nav_tab .pop {
        bottom: calc(100% + 30px);
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .pop {
        width: 100px;
        height: 100px;
        bottom: calc(100% + 20px);
    }
}
#main .nav_tab .pop::before {
    content: "";
    display: inline-block;
    background: linear-gradient(45deg, #fa1f0c 30%, #ffe200 120%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .nav_tab .pop .text {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#main .nav_tab .pop .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .pop .text {
        line-height: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .pop .text {
        line-height: 18px;
    }
}
#main > .intro {
    margin: 20px auto 0;
    padding-top: 50px;
    width: 1200px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main > .intro {
        margin-top: 15px;
        padding-top: 40px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro {
        margin-top: 10px;
        padding-top: 30px;
    }
}
#main > .intro .head h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0em;
    font-weight: 700;
}
#main > .intro .head h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main > .intro .head h3 {
        font-size: 23px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro .head h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main > .intro .body {
    padding-top: 30px;
}
@media screen and (max-width: 1299px) {
    #main > .intro .body {
        padding-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro .body {
        padding-top: 20px;
    }
}
#main > .intro .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main > .intro .body p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main > .intro .body p {
        font-size: 13.5px;
        line-height: 25.5px;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro .body p {
        font-size: 13px;
        line-height: 23px;
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro .body p span.b {
        display: inline;
    }
}
@media screen and (max-width: 639px) {
    #main > .intro .body p br {
        display: none;
    }
}
#main .section {
    margin: 20px auto 0;
    padding-top: 50px;
    width: 1200px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section {
        margin-top: 15px;
        padding-top: 40px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    #main .section {
        margin-top: 10px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#main .section .section_title h2 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section .section_title h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title h2 {
        font-size: 25px;
        line-height: 35.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title h2 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main .section .section_title::after {
    content: "";
    display: inline-block;
    margin-top: 12px;
    width: 100px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fa1f0c), to(#ffe200));
    background: linear-gradient(to right, #fa1f0c, #ffe200);
}
@media screen and (max-width: 1299px) {
    #main .section .section_title::after {
        width: 85px;
        height: 3px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title::after {
        margin-top: 15px;
        width: 70px;
        height: 2px;
    }
}
#main .section .section_title.fadeElem h2 {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
#main .section .section_title.fadeElem::after {
    width: 0;
}
#main .section .section_title.fadeIn h2 {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .section .section_title.fadeIn::after {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
    width: 100px;
}
#main .section .section_title_sub {
    margin-top: 30px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title_sub {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title_sub {
        margin-top: 20px;
    }
}
#main .section .section_title_sub p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section .section_title_sub p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title_sub p {
        font-size: 13.5px;
        line-height: 1.7em;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title_sub p {
        font-size: 13px;
        text-align: center;
    }
}
#main .section .section_content {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_content {
        margin-top: 30px;
    }
}
#main .section.section_keyperson .section_content {
    position: relative;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content {
        margin-left: -4vw;
        width: 100vw;
    }
}
#main .section.section_keyperson .section_content::before {
    content: "";
    display: inline-block;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul {
    padding: 50px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul {
        padding: 40px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul {
        padding: 35px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul {
        padding: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul {
        padding: 0 4vw 40px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -500vw;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    height: 70px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .num {
        width: 140px;
        height: 55px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .num {
        -ms-grid-column-align: center;
            justify-self: center;
        width: 120px;
        height: 40px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .num::before {
    content: "";
    display: inline-block;
    background: linear-gradient(45deg, #fa1f0c 30%, #ffe200 120%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .num .text {
    padding-left: 0.1em;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .num .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .num .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .num .text {
        font-size: 14px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .head {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .head h2 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .title .head h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .head h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .title .head h2 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content {
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content {
        margin-top: 30px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .head h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .head h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .head h3 {
        font-size: 22px;
        line-height: 30.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .head h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body {
    padding-top: 30px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body {
        padding-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body {
        padding-top: 20px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body p {
        font-size: 14px;
        line-height: 26.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body p {
        font-size: 13px;
        line-height: 23px;
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .body p span.b {
        display: inline;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame {
    margin: 50px auto 0;
    padding: 40px;
    width: 880px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame {
        margin-top: 40px;
        padding: 30px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame {
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame {
        margin-top: 30px;
        padding: 4vw;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame .photo {
    width: 100%;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .photo_frame .photo img {
    width: 100%;
    height: auto;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap {
    margin: 0 auto;
    padding-top: 20px;
    width: 880px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap {
        padding-top: 15px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap {
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap {
        padding-top: 10px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .intro .cap p span {
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa {
        margin-top: 30px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 60px auto 60px 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 60px;
    -ms-flex-line-pack: start;
        align-content: start;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul {
        row-gap: 35px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 30px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .q h4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 5px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .q h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .q h4 {
        font-size: 17.5px;
        line-height: 27.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .q h4 {
        font-size: 15px;
        line-height: 23px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .q h4 span.t span.t_num {
        display: none;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a {
    padding-top: 25px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a {
        padding-top: 22px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a {
        padding-top: 20px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: justify;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a p {
        font-size: 14px;
        line-height: 26.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .a p {
        font-size: 13px;
        line-height: 23px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame {
    padding: 40px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame {
        padding: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame {
        padding: 4vw;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame .photo {
    width: 100%;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .photo_frame .photo img {
    width: 100%;
    height: auto;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap {
    padding-top: 20px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap {
        padding-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap {
        padding-top: 10px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap p span {
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #c6171e;
    text-decoration: underline;
}
@media screen and (min-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li .cap p a:hover {
        opacity: 0.7;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .qa .qa_ul li:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px auto 40px 1fr;
    grid-template-columns: auto auto 1fr;
    -ms-grid-rows: auto 30px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
    margin-top: 60px;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        margin-top: 45px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet {
        -ms-grid-columns: auto 230px 1fr;
        grid-template-columns: auto 230px 1fr;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop {
        width: 115px;
        height: 115px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop {
        width: 100px;
        height: 100px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop::before {
    content: "";
    display: inline-block;
    background: linear-gradient(45deg, #fa1f0c 30%, #ffe200 120%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop .text {
    margin-block: calc((1em - 1lh) / 2);
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop .text span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop .text {
        font-size: 11.5px;
        line-height: 18.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop .text {
        font-size: 10px;
        line-height: 15px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title {
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title h4 {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title h4 span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title h4 {
        font-size: 16px;
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title::after {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: -40px;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title::after {
        left: -30px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title::after {
        left: 0px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title.fadeElem::after {
    right: calc(100% + 40px);
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title.fadeElem::after {
        right: calc(100% + 30px);
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title.fadeElem::after {
        right: 100%;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .title.fadeIn::after {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 15px;
    width: 140px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .category {
        margin-left: auto;
        margin-right: auto;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .category::before {
    content: "";
    display: inline-block;
    background-color: #c6171e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .category .text {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_title .category .text span {
    font-weight: 600;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p {
        font-size: 13.5px;
        line-height: 25.5px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p {
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p {
        font-size: 13px;
        line-height: 23px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p span.b {
        display: inline;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .p_content p br {
        display: none;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    position: relative;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person {
        margin-left: 80px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        margin-left: 0;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo {
    width: 220px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo {
        width: 200px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo {
        width: 180px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 419px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo {
        width: 160px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .photo img {
    width: 100%;
    height: auto;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text {
    margin-top: 15px;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_name {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_name span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_name {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_name {
        font-size: 16px;
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_title {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_title span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_title {
        padding-top: 12.5px;
        font-size: 11.5px;
        line-height: 18.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person > .text .p_title {
        padding-top: 10px;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .pop.pop_mb {
    display: none;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .pop.pop_mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 80px;
        right: calc(50% + 70px);
    }
}
@media screen and (max-width: 419px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .person .pop.pop_mb {
        top: 60px;
        right: calc(50% + 60px);
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head h3 span {
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head h3 {
        text-align: center;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head::after {
    display: none;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head::after {
        content: "";
        display: inline-block;
        margin-top: 15px;
        width: 100%;
        height: 1px;
        background-color: #cccccc;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head.fadeElem::after {
        width: 0;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .head.fadeIn::after {
        -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
        transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
        width: 100%;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body {
    padding-top: 20px;
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body {
        padding-top: 15px;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p {
        font-size: 13.5px;
        line-height: 25.5px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p {
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p {
        font-size: 13px;
        line-height: 23px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p span.b {
        display: inline;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .meet_content .body p br {
        display: none;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop.pop_pc {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: absolute;
    top: -50px;
}
@media screen and (max-width: 859px) {
    #main .section.section_keyperson .section_content .keyperson_ul > li > .content .meet .pop.pop_pc {
        display: none;
    }
}
#main .section.section_keyperson .section_content .keyperson_ul li.pos {
    position: relative;
    left: 0;
}
#main .section.section_keyperson .section_content .keyperson_ul li.fadeIn {
    opacity: 1;
}
#main .section.section_keyperson .section_content.fadeElem::before {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .section.section_keyperson .section_content.fadeIn::before {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .section.section_hotnews .tab_nav {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .tab_nav {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav {
        margin-top: 30px;
    }
}
#main .section.section_hotnews .tab_nav .tab_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .tab_nav .tab_ul {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 25px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_hotnews .tab_nav .tab_ul {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
        row-gap: 25px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_hotnews .tab_nav .tab_ul {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav .tab_ul {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        row-gap: 15px;
    }
}
#main .section.section_hotnews .tab_nav .tab_ul li {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 10px 20px 15px;
    min-height: 62px;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .tab_nav .tab_ul li {
        padding: 10px 15px 13px;
        min-height: 60px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav .tab_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 10px 10px 12px;
        min-height: 74px;
        border-radius: 15px 0 15px 0;
    }
}
#main .section.section_hotnews .tab_nav .tab_ul li::before {
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_hotnews .tab_nav .tab_ul li .date {
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}
#main .section.section_hotnews .tab_nav .tab_ul li .date span {
    font-weight: 500;
}
#main .section.section_hotnews .tab_nav .tab_ul li .name {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .section.section_hotnews .tab_nav .tab_ul li .name span {
    font-weight: 600;
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav .tab_ul li .name {
        padding-top: 8px;
    }
}
#main .section.section_hotnews .tab_nav .tab_ul li .text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 10px;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .section.section_hotnews .tab_nav .tab_ul li .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .tab_nav .tab_ul li .text {
        font-size: 14.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav .tab_ul li .text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        padding-top: 8px;
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .tab_nav .tab_ul li .text span.t_pc {
        display: none;
    }
}
@media screen and (min-width: 1079px) {
    #main .section.section_hotnews .tab_nav .tab_ul li:not(.inactive):hover {
        opacity: 0.7;
    }
}
#main .section.section_hotnews .tab_nav .tab_ul li.inactive {
    cursor: default;
}
#main .section.section_hotnews .tab_nav .tab_ul li.inactive::before,
#main .section.section_hotnews .tab_nav .tab_ul li.inactive .date,
#main .section.section_hotnews .tab_nav .tab_ul li.inactive .text {
    opacity: 0.3;
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content {
        margin-left: -4vw;
        width: 100vw;
    }
}
#main .section.section_hotnews .section_content .news_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 60px;
    margin-top: 60px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
        row-gap: 4vw;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_hotnews .section_content .news_ul {
        margin-top: 40px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_hotnews .section_content .news_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
        margin-top: 30px;
    }
}
#main .section.section_hotnews .section_content .news_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto 1fr;
    grid-template-rows: auto auto auto auto auto auto auto 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    padding: 20px 30px 30px;
    position: relative;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
#main .section.section_hotnews .section_content .news_ul li > *:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li {
        padding: 20px 3vw 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li {
        padding: 10px 4vw 20px;
    }
}
#main .section.section_hotnews .section_content .news_ul li::before {
    content: "";
    display: inline-block;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_hotnews .section_content .news_ul li .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    position: relative;
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .info {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}
#main .section.section_hotnews .section_content .news_ul li .info .category {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .section.section_hotnews .section_content .news_ul li .info .category span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .info .category {
        font-size: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .info .category {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin-top: 15px;
        font-size: 14px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .info .date {
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_hotnews .section_content .news_ul li .info .date span {
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .info .date {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .section.section_hotnews .section_content .news_ul li .head {
    padding-top: 50px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .head {
        padding-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .head {
        padding-top: 30px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .head h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section.section_hotnews .section_content .news_ul li .head h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .head h3 {
        font-size: 21px;
        line-height: 29px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .head h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main .section.section_hotnews .section_content .news_ul li .name {
    padding-top: 20px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .name {
        padding-top: 17.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .name {
        padding-top: 15px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .name h4 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .section.section_hotnews .section_content .news_ul li .name h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .name h4 {
        font-size: 21px;
        line-height: 29px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .name h4 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main .section.section_hotnews .section_content .news_ul li .name h4 a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: underline;
}
#main .section.section_hotnews .section_content .news_ul li .name h4 a:hover {
    opacity: 0.5;
}
#main .section.section_hotnews .section_content .news_ul li .catch {
    padding-top: 20px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .catch {
        padding-top: 17.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .catch {
        padding-top: 15px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .catch h5 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
}
#main .section.section_hotnews .section_content .news_ul li .catch h5 span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .catch h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .catch h5 {
        font-size: 14px;
        text-align: center;
    }
}
#main .section.section_hotnews .section_content .news_ul li .photo {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-top: 30px;
    padding-top: 58.8235294118%;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .photo {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .photo {
        margin-top: 20px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .photo .photo_container {
    background-color: #c9c9c9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_hotnews .section_content .news_ul li .p_text {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
    position: relative;
}
#main .section.section_hotnews .section_content .news_ul li .p_text span {
    font-weight: 500;
}
#main .section.section_hotnews .section_content .news_ul li .body {
    padding-top: 30px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .body {
        padding-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .body {
        padding-top: 20px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: justify;
}
#main .section.section_hotnews .section_content .news_ul li .body p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .body p {
        font-size: 14px;
        line-height: 26.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .body p {
        font-size: 13px;
        line-height: 23px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .logo {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-top: 30px;
    height: 21px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_hotnews .section_content .news_ul li .logo {
        margin-top: 25px;
        height: 18px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_hotnews .section_content .news_ul li .logo {
        margin-top: 20px;
        height: 15px;
    }
}
#main .section.section_hotnews .section_content .news_ul li .logo img {
    width: auto;
    height: 100%;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(1) .photo .photo_container {
    background-image: url("../img/news/news_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(2) .photo .photo_container {
    background-image: url("../img/news/news_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(3) .photo .photo_container {
    background-image: url("../img/news/news_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(4) .photo .photo_container {
    background-image: url("../img/news/news_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(5) .photo .photo_container {
    background-image: url("../img/news/news_5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(6) .photo .photo_container {
    background-image: url("../img/news/news_6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(7) .photo .photo_container {
    background-image: url("../img/news/news_7.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(8) .photo .photo_container {
    background-image: url("../img/news/news_8.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(9) .photo .photo_container {
    background-image: url("../img/news/news_9.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(10) .photo .photo_container {
    background-image: url("../img/news/news_10.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(11) .photo .photo_container {
    background-image: url("../img/news/news_11.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li:nth-last-of-type(12) .photo .photo_container {
    background-image: url("../img/news/news_12.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_hotnews .section_content .news_ul li.fadeElem::before {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .section.section_hotnews .section_content .news_ul li.fadeIn::before {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
/*# sourceMappingURL=style.css.map */