#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 {
    display: none;
}
#main .news {
    position: relative;
}
#main .news::before {
    content: "";
    display: inline-block;
    background-image: url("../../_common/img/news_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .news .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .news .container {
        width: 92vw;
    }
}
@media screen and (max-width: 859px) {
    #main .news .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container {
        row-gap: 20px;
    }
}
#main .news .container .news_title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#main .news .container .news_title::before {
    content: "";
    display: inline-block;
    margin-top: 1px;
    width: 1px;
    height: 17px;
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_title::before {
        height: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_title::before {
        height: 14px;
    }
}
#main .news .container .news_title .text {
    padding: 0 0.7em 0 1em;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.3em;
    font-weight: 600;
    color: #c6171e;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#main .news .container .news_title .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_title .text {
        font-size: 16.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_title .text {
        font-size: 15px;
    }
}
#main .news .container .news_title::after {
    content: "";
    display: inline-block;
    margin-top: 1px;
    width: 1px;
    height: 17px;
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_title::after {
        height: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_title::after {
        height: 14px;
    }
}
#main .news .container .news_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-right: 100px;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_content {
        margin-right: 0;
    }
}
#main .news .container .news_content .article_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 18px;
}
#main .news .container .news_content .article_ul > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 1fr;
    grid-template-columns: 100px auto 1fr;
    padding-top: 18px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_content .article_ul > li {
        -ms-grid-columns: 80px auto 1fr;
        grid-template-columns: 80px auto 1fr;
    }
}
@media screen and (max-width: 859px) {
    #main .news .container .news_content .article_ul > li {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }
    #main .news .container .news_content .article_ul > li > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    #main .news .container .news_content .article_ul > li > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    #main .news .container .news_content .article_ul > li > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    #main .news .container .news_content .article_ul > li > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_content .article_ul > li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .news .container .news_content .article_ul > li::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    position: absolute;
    top: 0;
    left: 0;
}
#main .news .container .news_content .article_ul > li .date {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .news .container .news_content .article_ul > li .date span {
    font-weight: 600;
}
@media screen and (max-width: 859px) {
    #main .news .container .news_content .article_ul > li .date {
        -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;
        line-height: 1em;
    }
}
#main .news .container .news_content .article_ul > li .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;
    width: 150px;
    height: 20px;
    position: relative;
}
@media screen and (max-width: 859px) {
    #main .news .container .news_content .article_ul > li .category {
        -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;
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_content .article_ul > li .category {
        margin-top: 12px;
    }
}
#main .news .container .news_content .article_ul > li .category::before {
    content: "";
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .news .container .news_content .article_ul > li .category .text {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#main .news .container .news_content .article_ul > li .category .text span {
    font-weight: 500;
}
#main .news .container .news_content .article_ul > li .content {
    margin-left: 20px;
}
@media screen and (max-width: 859px) {
    #main .news .container .news_content .article_ul > li .content {
        -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: 639px) {
    #main .news .container .news_content .article_ul > li .content {
        -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;
        margin-left: 0;
        margin-top: 12px;
    }
}
#main .news .container .news_content .article_ul > li .content .head h5 {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 3px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .news .container .news_content .article_ul > li .content .head h5 span {
    font-weight: 600;
}
@media screen and (max-width: 859px) {
    #main .news .container .news_content .article_ul > li .content .head h5 {
        padding-top: 0;
    }
}
#main .news .container .news_content .article_ul > li .content .body {
    padding-top: 10px;
}
#main .news .container .news_content .article_ul > li .content .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0em;
}
#main .news .container .news_content .article_ul > li .content .body p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #c6171e;
    text-decoration: underline;
}
@media screen and (min-width: 1079px) {
    #main .news .container .news_content .article_ul > li .content .body p a:hover {
        opacity: 0.7;
    }
}
#main .news .container .news_content .article_ul > li .content .body p span.t_title {
    display: inline-block;
    padding-top: 5px;
    font-weight: 700;
}
#main .news .container .news_content .article_ul > li .content .body p span.t_new {
    padding-right: 0.3em;
    font-weight: 700;
    color: #c6171e;
}
#main .news .container .news_content .article_ul > li .content .body p a.a_black {
    color: #000000;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    padding-top: 10px;
}
@media screen and (max-width: 1299px) {
    #main .news .container .news_content .article_ul > li .content .body .photo_ul {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        row-gap: 17px;
    }
}
@media screen and (max-width: 1079px) {
    #main .news .container .news_content .article_ul > li .content .body .photo_ul {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 639px) {
    #main .news .container .news_content .article_ul > li .content .body .photo_ul {
        -ms-grid-columns: 1fr 4vw 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
        row-gap: 14px;
    }
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li {
    cursor: pointer;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li .photo {
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li .photo::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    display: inline-block;
    background-color: #c9c9c9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li .cap {
    padding-top: 5px;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li .cap .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.05em;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul li .cap .text span {
    font-weight: 500;
}
@media screen and (min-width: 1079px) {
    #main .news .container .news_content .article_ul > li .content .body .photo_ul li:hover .photo::before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media screen and (min-width: 1079px) {
    #main .news .container .news_content .article_ul > li .content .body .photo_ul li:hover .cap .text {
        color: #c6171e;
    }
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(1) .photo::before {
    background-image: url("../../_common/img/news/news_241031/1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(2) .photo::before {
    background-image: url("../../_common/img/news/news_241031/2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(3) .photo::before {
    background-image: url("../../_common/img/news/news_241031/3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(4) .photo::before {
    background-image: url("../../_common/img/news/news_241031/4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(5) .photo::before {
    background-image: url("../../_common/img/news/news_241031/5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(6) .photo::before {
    background-image: url("../../_common/img/news/news_241031/6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(7) .photo::before {
    background-image: url("../../_common/img/news/news_241031/7.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li .content .body .photo_ul_241031 li:nth-child(8) .photo::before {
    background-image: url("../../_common/img/news/news_241031/8.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .news .container .news_content .article_ul > li:nth-of-type(1) {
    padding-top: 0;
}
#main .news .container .news_content .article_ul > li:nth-of-type(1)::before {
    display: none;
}
#main .news .container .news_content .article_ul > li.fadeElem::before, #main .news .container .news_content .article_ul > li.fadeFvElem::before {
    width: 0;
}
#main .news .container .news_content .article_ul > li.fadeIn::before {
    -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 .news .container .news_content .btn {
    -ms-grid-column-align: end;
        justify-self: end;
    margin-top: 20px;
}
#main .news .container .news_content .btn a {
    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;
}
#main .news .container .news_content .btn a .text,
#main .news .container .news_content .btn a .arrow {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
}
#main .news .container .news_content .btn a .text span,
#main .news .container .news_content .btn a .arrow span {
    font-weight: 600;
}
#main .news .container .news_content .btn a .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 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: 5px;
}
@media screen and (min-width: 1079px) {
    #main .news .container .news_content .btn a:hover .arrow {
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .news.fadeElem::before {
    opacity: 0;
}
#main .news.fadeIn::before {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}
#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_download .section_content .download_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 500px 60px 500px;
    grid-template-columns: 500px 500px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 60px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul {
        -ms-grid-columns: 450px 45px 450px;
        grid-template-columns: 450px 450px;
        -webkit-column-gap: 45px;
           -moz-column-gap: 45px;
                column-gap: 45px;
        row-gap: 45px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul {
        -ms-grid-columns: 350px 40px 350px;
        grid-template-columns: 350px 350px;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        row-gap: 40px;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_download .section_content .download_ul {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .section.section_download .section_content .download_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
}
#main .section.section_download .section_content .download_ul li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#main .section.section_download .section_content .download_ul li > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#main .section.section_download .section_content .download_ul li > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
#main .section.section_download .section_content .download_ul li .title h3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0.2em 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 0.2em;
       -moz-column-gap: 0.2em;
            column-gap: 0.2em;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .section.section_download .section_content .download_ul li .title h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li .title h3 {
        font-size: 14.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li .title h3 {
        font-size: 13px;
    }
}
#main .section.section_download .section_content .download_ul li .photo {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li .photo {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li .photo {
        margin-top: 30px;
    }
}
#main .section.section_download .section_content .download_ul li .photo img {
    height: auto;
}
#main .section.section_download .section_content .download_ul li .btn {
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li .btn {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li .btn {
        margin-top: 30px;
    }
}
#main .section.section_download .section_content .download_ul li .btn a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    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;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #c6171e;
    border-radius: 18px;
}
#main .section.section_download .section_content .download_ul li .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    color: #c6171e;
}
#main .section.section_download .section_content .download_ul li .btn a .text span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li .btn a .text {
        font-size: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li .btn a .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li .btn a .text span.t_pc {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li .btn a .text span.t_pc {
        display: inline-block;
    }
}
@media screen and (max-width: 419px) {
    #main .section.section_download .section_content .download_ul li .btn a .text span.t_pc {
        display: none;
    }
}
@media screen and (min-width: 1079px) {
    #main .section.section_download .section_content .download_ul li .btn a:hover {
        background-color: #c6171e;
    }
}
@media screen and (min-width: 1079px) {
    #main .section.section_download .section_content .download_ul li .btn a:hover .text {
        color: #ffffff;
    }
}
#main .section.section_download .section_content .download_ul li.li_mcs2024_floor_map .photo img {
    width: 310px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_floor_map .photo img {
        width: 279px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_floor_map .photo img {
        width: 217px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_floor_map .photo img {
        width: 235.6px;
    }
}
#main .section.section_download .section_content .download_ul li.li_mcs2024_news_release_241023 .photo img {
    width: 220.44px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_news_release_241023 .photo img {
        width: 198.396px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_news_release_241023 .photo img {
        width: 154.308px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_news_release_241023 .photo img {
        width: 167.5344px;
    }
}
#main .section.section_download .section_content .download_ul li.li_chairman .photo img {
    width: 300px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_chairman .photo img {
        width: 270px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_chairman .photo img {
        width: 210px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li.li_chairman .photo img {
        width: 228px;
    }
}
#main .section.section_download .section_content .download_ul li.li_mcs2024_outline .photo img {
    width: 210.6px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_outline .photo img {
        width: 189.54px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_outline .photo img {
        width: 147.42px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_outline .photo img {
        width: 160.056px;
    }
}
#main .section.section_download .section_content .download_ul li.li_mcs2024_logo .photo img {
    width: 307px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_logo .photo img {
        width: 276.3px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_logo .photo img {
        width: 214.9px;
    }
}
#main .section.section_download .section_content .download_ul li.li_mcs2024_banner_logo .photo img {
    width: 258px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_banner_logo .photo img {
        width: 232.2px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_mcs2024_banner_logo .photo img {
        width: 180.6px;
    }
}
#main .section.section_download .section_content .download_ul li.li_2022 .photo img {
    width: 206px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_download .section_content .download_ul li.li_2022 .photo img {
        width: 185.4px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_download .section_content .download_ul li.li_2022 .photo img {
        width: 144.2px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_download .section_content .download_ul li.li_2022 .photo img {
        width: 156.56px;
    }
}
#main .section.section_contact .section_content .name {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .section.section_contact .section_content .name span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_contact .section_content .name {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_contact .section_content .name {
        font-size: 15px;
        text-align: center;
    }
}
#main .section.section_contact .section_content .mail {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 10px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    color: #c6171e;
}
#main .section.section_contact .section_content .mail span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_contact .section_content .mail {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_contact .section_content .mail {
        font-size: 13px;
        text-align: center;
    }
}
#main .section.section_contact .section_content .mail a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #c6171e;
}
@media screen and (min-width: 1079px) {
    #main .section.section_contact .section_content .mail a:hover {
        opacity: 0.5;
    }
}
#main .popup {
    -webkit-transition: left 0s 1s, right 0s 1s;
    transition: left 0s 1s, right 0s 1s;
    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: fixed;
    top: 0;
    bottom: 0;
    left: 200vw;
    right: 0;
    overflow: hidden;
    z-index: 110;
}
#main .popup > .bg {
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
    opacity: 0;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
#main .popup .popup_container {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: relative;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
@media screen and (max-width: 859px) {
    #main .popup .popup_container {
        margin-top: 60px;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
    }
}
#main .popup .popup_container .popup_content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 130px 0;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup .popup_container .popup_content {
        padding: 100px 0;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .popup_container .popup_content {
        padding: 10px 0 70px;
    }
}
#main .popup .popup_container .popup_content .popup_content_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .popup .close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .popup .close {
        width: 35px;
        height: 35px;
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 4vw;
    }
}
#main .popup .close::before, #main .popup .close::after {
    content: "";
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 45px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 1299px) {
    #main .popup .close::before, #main .popup .close::after {
        width: 40px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .close::before, #main .popup .close::after {
        width: 35px;
    }
}
#main .popup .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#main .popup .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1079px) {
    #main .popup .close:hover::before, #main .popup .close:hover::after {
        background-color: #999999;
    }
}
#main .popup.active {
    -webkit-transition: left 0s 0s, right 0s 0s;
    transition: left 0s 0s, right 0s 0s;
    left: 0;
    right: 0;
}
#main .popup.active > .bg {
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s;
    opacity: 0.85;
}
#main .popup.active .popup_container {
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
    opacity: 1;
}
#main .popup.active .close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul {
    margin: 0 auto;
    width: 800px;
    position: relative;
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul {
        width: calc(100vw - 200px);
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul {
        width: 92vw;
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li {
    position: absolute;
    top: -1000vh;
    left: -1000vw;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .photo {
    -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 100%;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .photo img {
    width: 100%;
    height: auto;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap {
    -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s;
    transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    padding-top: 20px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap {
        padding-top: 18px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap {
        padding-top: 20px;
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap .text {
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.05em;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap .text span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li .cap .text {
        font-size: 12px;
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li.active {
    position: relative;
    top: 0;
    left: 0;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li.posRelative {
    -webkit-transition: top 0s, left 0s, position 0s;
    transition: top 0s, left 0s, position 0s;
    position: relative;
    top: 0;
    left: 0;
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li.fadeIn .photo {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#main .popup.popup_news_photo .popup_container .popup_content .news_photo_ul > li.fadeIn .cap {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow {
    -webkit-transition: opacity 0.5s, top 0s 0.5s;
    transition: opacity 0.5s, top 0s 0.5s;
    opacity: 0;
    top: -200vh;
    pointer-events: none;
    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: 30px;
    height: 30px;
    position: fixed;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2px;
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow svg.svg_pc {
        display: none;
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow svg.svg_mb {
    display: none;
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow svg.svg_mb {
        display: block;
    }
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow:hover svg {
        stroke: #999999;
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow.fadeIn {
    -webkit-transition: opacity 0.5s, top 0s;
    transition: opacity 0.5s, top 0s;
    opacity: 1;
    top: 50%;
    pointer-events: auto;
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow.fadeIn {
        top: calc(50% + 25.875vw + 10px);
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_prev {
    right: calc(50% + 400px + 30px);
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_prev {
        right: calc(50% + (100vw - 200px) / 2 + 35px);
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_prev {
        right: calc(50% + 46vw - 30px + 9px);
    }
}
#main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_next {
    left: calc(50% + 400px + 30px);
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_next {
        left: calc(50% + (100vw - 200px) / 2 + 35px);
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news_photo .popup_container .popup_content .slide_arrow_next {
        left: calc(50% + 46vw - 30px + 9px);
    }
}
/*# sourceMappingURL=style.css.map */