.index_banner {
    flex-grow: 1;
    width: 100%;
    display: block;
    overflow: hidden;
}

.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .swiper-slide__content {
    position: absolute;
    top: 50%;
    left: 4.375%;
    transform: translate(0, -50%);
}

.index_banner .swiper-slide__section {
    padding-left: 12px;
}

.index_banner .swiper-slide__section h3 {
    text-align: left;
    font-size: clamp(30px, 2.604vw, 50px);
    font-weight: bold;
    color: #00125e;
}

.index_banner .swiper-slide__section .info_news_see {
    max-width: 120px;
    margin-top: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 999px;
}

.info_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.info_banner_img {
    flex-grow: 1;
    display: block;
}

.info_banner_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.info_banner_nav {
    width: 32.7vw;
    min-width: 32.7vw;
    min-height: 29.375vw;
    padding: 100px 0 30px;
    display: block;
    background: url("../images/info_banner_bg.jpg") right bottom no-repeat;
    background-size: cover;
}

.info_banner_nav.info_content_nav {
    background: #f6f6f6;
    position: relative;
    /*background: url("../images/info_bg_01.png") right bottom  no-repeat;*/
}

.info_banner_nav.info_content_nav::before {
    content: '';
    width: 26vw;
    height: 26vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/info_bg_01.png") right bottom no-repeat;
    background-size: cover;
}

.info_banner_nav dl {
    width: 100%;
    display: block;
    padding: 10px 13.39% 0;
}

.info_banner_nav dl dt {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 86px;
    color: #eb6100;
    border-bottom: 2px solid #8c98b9;
}

.info_banner_nav dl dd {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    border-bottom: 2px solid #8c98b9;
}

.info_banner_nav dl dd a {
    color: #fff;
    display: block;
    padding: 0 26px;
    position: relative;
}

.info_banner_nav dl dd.on a {
    color: #eb6100;
    background-size: 20px;
}

.info_banner_nav dl dd.on a::before {
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.info_banner_nav dl dd.on a::after {
    content: '';
    background: url("../images/icon_08.png") right center no-repeat;
    background-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 20px;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .info_banner_nav {
        display: none;
    }
}

.info_content_nav {
    padding-top: 70px;
    max-height: calc(100vh - 100px);
    position: sticky !important;
    top: 100px;
    left: 0;
}

.info_content_nav dl {
    position: relative;
    z-index: 3;
}

.info_content_nav dl dt {
    line-height: 1;
    border-bottom: 0;
    color: #00125e;
}

.info_content {
    width: 100%;
}

.info_location {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedfe4;
}

.info_location_left {
    display: block;
    flex-grow: 1;
}

.info_location_right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #dedfe4;
}

.info_location_right a {
    width: auto;
    display: block;
    line-height: 60px;
    padding: 0 2.0833vw;
    font-size: 14px;
    color: #000;
}

.info_location_right a {
    background: url("../images/icon_06.png") left center no-repeat;
    background-size: 12px;
}

.info_location_right a:first-child {
    background: unset;
}

@media screen and (max-width: 750px) {
    .info_location_right a {
        padding-left: 4vw;
    }
}

.info_location_right img {
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (max-width: 750px) {
    .info_location_left {
        display: none;
    }
}

.info_content_text {
    width: 74%;
    margin: 0 auto;
    display: block;
    padding: 35px 0 40px;
}

.info_content_detail {
    width: 100%;
    font-size: 12px;
    color: #3e3a39;
    display: block;
}

.info_content_detail p {
    text-indent: 2em;
    line-height: 2;
}

.info_content_detail p,
.info_content_detail a {
    color: #3e3a39;
}

.info_content_detail img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.info_content_case {
    width: 64.24%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto 65px;
}

.info_content_case_title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
}

.info_content_case_title p {
    color: #3e3a39;
    font-size: 15px;
    line-height: 1;
    margin-right: 7px;
}

.info_content_case_title span {
    color: #595757;
    font-size: 10px;
    line-height: 1;
}

.info_content_case_left {
    width: 45.3%;
    display: block;
}

.info_content_case_left_img,
.info_content_case_left_img img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.info_content_case_right {
    width: 42%;
}

.info_content_case_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.info_content_case_box .item {
    width: 42.85%;
    display: block;
    margin-right: 7%;
    margin-bottom: 5px;
}

.info_content_case_box .item img {
    width: 100%;
    height: 5.208vw;
    max-height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.info_content_case_box .item p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #3e3a39;
    display: block;
}

@media screen and (max-width: 750px) {
    .info_content_case {
        display: block;
    }

    .info_content_case_left {
        margin-bottom: 2vw;
    }

    .info_content_case_left,
    .info_content_case_right {
        width: 100%;
    }

    .info_content_case_box {
        align-items: flex-start;
    }

    .info_content_case_box .item {
        width: 47%;
        margin-right: 6%;
    }

    .info_content_case_box .item:nth-child(2n) {
        margin-right: 0;
    }

    .info_content_case_box .item img {
        height: auto;
        max-height: unset;
    }
}

.mask_project {
    width: 46.3%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 1vw;
    padding: 2.083vw;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mask_project_img {
    width: 16.4vw;
    min-width: 16.4vw;
    display: block;
}

.mask_project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.mask_project_text {
    width: 21vw;
    display: block;
}

.mask_project_text_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask_project_text_title span {
    width: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
    background: #eb6100;
    color: #fff;
    border-radius: 14px;
    display: block;
}

.mask_project_text_content {
    width: 100%;
    display: block;
    color: #3e3a39;
    font-size: 12px;
    line-height: 2;
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .mask_project {
        width: 80%;
    }

    .mask_project_img {
        width: 40%;
    }

    .mask_project_text {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .mask_project {
        width: 80%;
        display: block;
        max-height: 80vh;
        overflow-y: auto;
    }

    .mask_project_img {
        width: 100%;
        margin-bottom: 10px;
    }

    .mask_project_text {
        width: 100%;
    }

    .mask_project_text_content {
        margin-top: 15px;
    }
}

.info_team {
    width: 100%;
    display: block;
}

.info_team_list {
    padding: 0 9.89vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
}

.info_team_list:nth-child(odd) {
    background: #fff;
}

.info_team_list:nth-child(even) {
    background: #efefef;
}

.info_item_list_name {
    width: 8.59vw;
    font-size: 32px;
    line-height: 1.5;
    padding: 34px 0;
}

.info_item_list_name .inner-text {
    max-width: 100%;
    width: 3em;
    text-align-last: justify;
}

.info_item_list_intro {
    flex-grow: 1;
    display: block;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 5%;
}

@media screen and (max-width: 1500px) and (min-width: 750px) {
    .info_item_list_name {
        font-size: 2.133vw;
        width: 13vw;
    }
}

@media screen and (max-width: 750px) {
    .info_team_list {
        padding: 0 4vw;
    }

    .info_item_list_name {
        width: 30vw;
        white-space: nowrap;
    }
}

.info_news {
    width: 100%;
    display: block;
}

.info_news_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25vw 20% 1.25vw 5.4%;
    border-bottom: 1px solid #f3f3f5;
}

.info_news_time {
    width: auto;
    white-space: nowrap;
    display: block;
}

.info_news_time p {
    font-size: 35px;
    line-height: 1;
    color: #00125e;
}

.info_news_time span {
    font-size: 12px;
    line-height: 1.5;
    color: #00125e;
}

.info_news_title {
    width: auto;
    flex-grow: 1;
    display: block;
    padding: 0 4.7%;
    font-size: 14px;
    line-height: 1.5;
    color: #00125e;
}

.info_news_see {
    width: auto;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
    background: #00125e;
    color: #fff;
    padding: 0 20px;
}

@media screen and (max-width: 750px) {
    .info_news_list {
        padding: 3vw 4vw;
    }
}

.info_detail_nav {
    background: #f6f6f6;
}

.info_detail_list {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.info_detail_list a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.1875vw 0 2.1875vw 16.5%;
    border-bottom: 1px solid #ececef;
}

.info_detail_list_left {
    width: auto;
    display: block;
    white-space: nowrap;
}

.info_detail_list_time {
    font-size: 21px;
    display: block;
    line-height: 38px;
    color: #595757;
}

.info_detail_list_see {
    font-size: 12px;
    display: block;
    line-height: 1;
    color: #00125e;
}

.info_detail_list_title {
    width: auto;
    flex-grow: 1;
    padding: 4px 5.57%;
    display: block;
    font-size: 21px;
    line-height: 30px;
    color: #595757;
}

.article_detail {
    width: 100%;
    display: block;
    padding: 4.6875vw 0;
}

.article_detail h1 {
    width: 100%;
    display: block;
    font-size: 21px;
    line-height: 1.5;
    color: #00125e;
    font-weight: normal;
    text-align: center;
}

.article_detail_source {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #3e3a39;
    display: block;
    text-align: center;
}

.article_detail_box {
    width: 100%;
    padding: 0 2%;
    max-width: 750px;
    margin: 3.6458vw auto 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #3e3939;
}

.article_detail_box p {
    text-indent: 2em;
}

.article_detail_box p,
.article_detail_box a {
    color: #3e3939;
    display: block;
}

.article_detail_box table {
    width: calc(100% - 2em);
    margin-left: 2em;
    overflow-x: auto;
}

.article_detail_box table tr:first-child {
    white-space: nowrap;
}

.article_detail_box table td {
    padding: 11px 3px;
}

@media screen and (max-width: 750px) {
    .article_detail_box table {
        width: 100%;
        margin-left: 0;
        overflow-x: auto;
    }
}

.finance_detail {
    width: 100%;
    max-width: 1094px;
    padding: 3.35vw 2%;
    display: block;
    margin: 0 auto;
}

.finance_detail table {
    width: 100%;
}

.finance_detail table tr {
    border-bottom: 1px solid #ededf1;
    display: flex;
    align-items: center;
}

.finance_detail table tr td {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 30px 2.85%;
}

.finance_detail table tr td a:hover {
    color: #00125e;
    font-weight: bold;
}

.finance_detail table tr:first-child {
    width: 100%;
    background: linear-gradient(to right, #2c417e 0, #949ebd 100%);
}

.finance_detail table tr:first-child td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 2.85%;
    color: #fff;
}

.finance_list {
    width: 100%;
    display: table;
}

.finance_list_thead,
.finance_list_tbody {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.finance_list_thead {
    background: linear-gradient(to right, #2c417e 0, #949ebd 100%);
    color: #fff;
}

.finance_list_thead p {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 2.85%;
}

.finance_list_thead p:first-child,
.finance_list_td:first-child,
.finance_detail table tr td:first-child {
    width: 30.867%;
    flex-grow: 1;
}

.finance_list_thead p:nth-child(2),
.finance_list_td:nth-child(2),
.finance_detail table tr td:nth-child(2) {
    width: 18.264%;
    max-width: 18.264%;
}

.finance_list_thead p:nth-child(3),
.finance_list_td:nth-child(3),
.finance_detail table tr td:nth-child(3) {
    width: 15.068%;
    max-width: 15.068%;
}

.finance_list_thead p:nth-child(4),
.finance_list_td:nth-child(4),
.finance_detail table tr td:nth-child(4) {
    width: 18%;
    max-width: 18%;
}

.finance_list_thead p:nth-child(5),
.finance_list_td:nth-child(5),
.finance_detail table tr td:nth-child(5) {
    width: 16.698%;
    max-width: 16.698%;
}

.finance_list_tbody {
    border-bottom: 1px solid #ededf1;
}

.finance_list_td {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
    padding: 30px 2.85%;
}

.finance_list_td span {
    display: none;
}

.info_contact_box.info_banner_nav {
    overflow: hidden;
    min-height: 19.53vw;
}

.info_contact {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info_contact_left {
    width: 49.92%;
    min-width: 49.92%;
    display: block;
}

.info_contact_left img {
    width: 100%;
    display: block;
}

.info_contact_right {
    width: auto;
    flex-grow: 1;
    padding: 5.417%;
}

.info_contact_right h2 {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 23px;
    line-height: 1.4;
    color: #00125e;
    margin-bottom: 20px;
}

.info_contact_right p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

@media screen and (max-width: 750px) {
    .info_contact {
        display: block;
    }

    .info_contact_left,
    .info_contact_right {
        width: 100%;
    }
}

.no_data {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    display: block;
    text-align: center;
    margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
    .info_content_text {
        width: 90%;
    }
}

.dialog {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
}

.dialog-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.toast-box {
    max-width: 1080px;
    width: 90vw;
    height: 60vh;
    background: #fff;
    padding: 12px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.toast-box .toast-box__header {
    text-align: center;
    position: relative;
    padding: 12px 0;
    flex: 0 0 auto;
}

.toast-box .toast-box__header::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
}

.toast-box .toast-box__title {
    font-size: 24px;
    font-weight: bold
}

.toast-box .toast-box__desc {
    font-size: 16;
}

.toast-box .toast-box__main {
    text-indent: 2em;
    text-align: justify;
    padding-top: 12px;
    flex: 1 0 0;
    overflow: auto;
}

.dialog-overlay {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.dialog .close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .toast-box .toast-box__title {
        font-size: 20px;
        font-weight: bold
    }
    .toast-box .toast-box__desc {
        font-size: 14px;
    }
}