
#institution {
    margin: 0 auto;
}
@media all and (max-width: 1024px) {
    #institution {
        width:100%;
    }
}
@media (min-width: 1025px) {
    #institution {
        width: 100%;
        max-width: 1200px;
    }
}
#institution .title {
    text-align: center;
    color: #000;
    border-bottom: 1px solid #a5a5a5
}

#institution .title .tit {
    font-size: 45px;
    font-weight: 700;
    padding: 220px 0 0
}

#institution .title .tx {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 18px 0 27px
}

@media all and (max-width: 1024px) {
    #institution .title .tit {
        font-size:25px;
        padding: 100px 0 0
    }

    #institution .title .tx {
        font-size: 11px;
        line-height: 14px;
        padding: 6px 0 20px
    }
}

#institution .title2 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    margin: 80px 0 32px
}

#institution .title2 p {
    font-size: 35px;
    font-weight: 700;
    padding: 0px 0 13px
}

#institution .title2 a {
    background: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 200;
    padding: 9px 30px
}

#institution .title2 a span {
    color: #f3e873
}

@media all and (min-width: 1025px) {
    #institution .title2 a {
        position:absolute;
        right: 0;
        top: 14px;
    }
}

@media all and (max-width: 1024px) {
    #institution .title2 {
        font-size:11px;
        line-height: 14px;
        width: 94%;
        margin: 50px auto 0px
    }

    #institution .title2 .tit {
        padding-bottom: 8px
    }

    #institution .title2 p {
        font-size: 20px;
        padding: 0 0 8px
    }

    #institution .title2 a {
        display: inline-block;
        font-size: 11px;
        padding: 5px 15px
    }
}

.steps-box {
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    border: 1px solid #a5a5a5;
    border-radius: 1.5vw;
    margin-bottom: 126px
}

.steps-box .step {
    text-align: center;
    width: 16%;
    padding: 80px 0
}

.steps-box .number {
    display: block;
    width: 81%;
    line-height: 32px;
    height: 31px;
    border-radius: 2em;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}

.steps-box .step1 {
    background-color: #eb965f;
}

.steps-box .step2 {
    background-color: #84b7cb;
}

.steps-box .step3 {
    background-color: #da85a4;
}

.steps-box .im {
    width: 100%;
    aspect-ratio: 4/3.3;
    background-color: #fff;
    margin: 11% auto;
    border-radius: 30px;
    box-shadow: 0 0em 1em rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-box .im img {
    width: auto;
}

.steps-box .tx {
    line-height: 20px;
    font-size: 17px;
    color: #000;
}

.steps-box .arrow {
    padding: 0 2%
}

@media all and (max-width: 1024px) {
    .steps-box {
        width:96%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
        margin-top: 10px
    }

    .steps-box .step {
        text-align: center;
        width: 28%;
        padding: 30px 0
    }

    .steps-box .number {
        display: block;
        width: 88%;
        line-height: 22px;
        height: 22px;
        border-radius: 5em;
        font-size: 11px;
        font-weight: 500
    }

    .steps-box .im {
        width: 100%;
        margin: 15% auto 12%;
        border-radius: 10px;
        box-shadow: 0 0em 0.5em rgba(0,0,0,0.2);
    }

    .steps-box .im img {
        width: 55%;
        margin: 0 auto
    }

    .steps-box .tx {
        line-height: 12px;
        font-size: 9px;
        letter-spacing: -1px
    }

    .steps-box .arrow {
        padding: 0 0%;
        width: 4%;
        margin: 0 auto
    }

    .steps-box .arrow img {
        width: 100%;
        margin: 0 auto
    }
}

.inst-box {
    padding-top: 14px;
}

.inst-box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.inst-box .col1 {
    width: 21%;
}

.inst-box .col2 {
    width: 35%;
}

.inst-box .col3 {
    width: 22%;
}

.inst-box .col4 {
    width: 22%;
}

.inst-box th,.inst-box td {
    border: 1px solid #a5a5a5;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    word-wrap: break-word;
    white-space: normal;
}

.inst-box th {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    line-height: 64px;
}

.inst-box td img {
    max-width: 100%;
    height: auto;
    display: block;
}

.inst-box td:nth-child(2) {
    text-align: left;
    box-sizing: border-box;
    padding-left: 4%;
}

.inst-box td a {
    font-size: 15px;
    font-weight: 300;
    color: #1e9ace;
}

@media screen and (max-width: 1024px) {
    .inst-box {
        padding-top:0;
        width: 94%;
        margin: 0 auto;
    }

    .inst-box .col1 {
        width: 17%;
    }

    .inst-box .col2 {
        width: 25%;
    }

    .inst-box .col3 {
        width: 32%;
    }

    .inst-box .col4 {
        width: 26%;
    }

    .inst-box th,.inst-box td {
        font-size: 10px;
    }

    .inst-box td:nth-child(2) {
        padding: 0 2%;
    }

    .inst-box th {
        line-height: 14px;
        height: 40px;
    }

    .inst-box td a {
        font-size: 10px;
    }
}

#institution .title3 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    margin: 120px 0 32px;
    text-align: center;
}

#institution .title3 p {
    font-size: 35px;
    font-weight: 700;
    padding: 0px 0 13px
}

#institution .title3 a {
    position: absolute;
    right: 0;
    top: 14px;
    background: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 200;
    padding: 9px 30px
}

#institution .title3 a span {
    color: #f3e873
}

@media all and (max-width: 1024px) {
    #institution .title3 {
        font-size:11px;
        line-height: 14px;
        margin: 50px 0 10px;
    }

    #institution .title3 p {
        font-size: 20px;
        padding: 10px 0 10px
    }

    #institution .title3 a {
    }
}

#institution .info-box {
    background: #fafafa;
    border-radius: 40px;
    padding: 0 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px;
}

#institution .info-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 74%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#institution .info-item {
    text-align: center;
    color: #fff;
    flex: 1 1 0;
}

#institution .info-item img {
    display: block;
    width: auto;
    height: auto;
    margin: 95px auto 0
}

#institution .info-item p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.8px;
    padding: 14px 0 90px
}

#institution .info-item p span {
    display: block;
    font-weight: 500
}

@media (max-width: 1024px) {
    #institution .info-box {
        border-radius:20px;
        width: 94%;
        margin: 0 auto 50px;
    }

    #institution .info-container {
        width: 100%;
    }

    #institution .info-item img {
        width: 50%;
        margin: 25px auto 0
    }

    #institution .info-item p {
        font-size: 11px;
        line-height: 16px;
        padding: 8px 0 25px
    }
}