@charset "UTF-8";

.support_concept {
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.support_concept .item {
    flex-basis: 45%;
}

.support_concept .item img{
    border-radius: 50px 0 50px 0;
}

.support_concept .item p {
    font-size: 15px;
    line-height: 1.8em;
}

.support_concept .item p.form {
    border-left: 5px solid #0F9A27;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    padding-left: 15px;
    margin-bottom: 80px;
}

.support_concept .item p.title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.support_content {
    padding-top: 120px;
}

.support_content p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 80px;
}

.support_content p.title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.support_content figure img {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.support_links {
    padding-top: 80px;
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.support_links .item {
    flex-basis: 49%;
}


.support_links .item a .img {
    display: block;
    width: 100%;
    padding-top: 50%;
    position: relative;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}

.support_links .item a .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support_links .item a .title {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    color: #fff;
    background: #0090E6;
    text-align: left;
    padding: 25px 40px;
    position: relative;
    border-radius: 0 0 50px 0;
}

.support_links .item:nth-of-type(2) a .title {
    background: #0F9A27;
}

.support_links .item a .title::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../img/common/arrow_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .support_concept {
        padding: 50px 0;
        display: block;
    }

    .support_concept .item {
        margin-bottom: 30px;
    }

    .support_concept .item p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .support_concept .item p.form {
        font-size: 18px;
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .support_concept .item p.title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .support_content {
        padding-top: 60px;
    }

    .support_content p {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
    }

    .support_content p.title {
        font-size: 24px;
        text-align: left;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .support_links {
        padding-top: 60px;
        margin-bottom: 80px;
        display: block;
    }

    .support_links .item {
        margin-bottom: 30px;
    }

    .support_links .item a .title {
        font-size: 18px;
        padding: 20px 40px;
    }

    .support_links .item:nth-of-type(2) a .title {
        background: #0F9A27;
    }

    .support_links .item a .title::after {
        width: 30px;
        height: 30px;
    }
}


/* career */

.support_intro {
    padding: 120px 0;
}

.support_intro p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}

.support_intro p.title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .support_intro {
        padding: 60px 0;
    }

    .support_intro p {
        text-align: left;
        font-size: 14px;
        line-height: 1.8em;
    }

    .support_intro p.title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

#careerpath #sec01,
#careerpath #sec02,
#careerpath #sec03 {
    padding-top: 100px;
    margin-top: -20px;
}

#careerpath .nav-page {
    gap: 20px 2%;
}

#careerpath .nav-page .nav-page-link {
    width: 32%;
}

#careerpath .nav-page .nav-page-link .btn {
    display: block;
    position: relative;
    border-bottom: solid 1px #D0D0D0;
    border-radius: 10px 10px 0px 0px;
    background-color: #f6f6f6;
    padding: 35px 70px 35px 37px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #000;
    text-align: left;
}

#careerpath .nav-page .nav-page-link .btn::after {
    content: "";
    width: 41px;
    height: 41px;
    background-image: url(../img/support/career/ico_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#careerpath .bgLGry {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 96px;
}

#careerpath .bgLGry .inner {
    background: #fff;
    padding: 78px;
    border-radius: 10px;
}

#careerpath .training .secTitle {
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 7px;
}

#careerpath .training .secTitle+p {
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 58px;
}

#careerpath .training .label {
    background-color: #6f6f6f;
    border-radius: 10px;
    padding: 16px;
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

#careerpath .training-ability {
    gap: 20px 2%;
    margin-bottom: 80px;
    padding-top: 44px;
}

#careerpath .training-ability .item {
    background: #fff;
    border-radius: 10px;
    width: 49%;
    padding-bottom: 50px;
    position: relative;
}

#careerpath .training-ability .item:before {
    content: "";
    position: absolute;
    top: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 14px solid #6F6F6F;
    border-bottom: 0;
}

#careerpath .training-ability .item .label {
    border-radius: 10px 10px 0 0;
    background: #0f9a27;
}

#careerpath .training-ability .item .head,
#careerpath .training-ability .item .mid {
    margin: 0 56px;
}

#careerpath .training-ability .item .head {
    background-image: radial-gradient(circle, #6f6f6f 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
}

#careerpath .training-ability .item .head span {
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    color: #0f9a27;
    display: block;
    margin: 49px 0 0;
}

#careerpath .training-ability .item .head p {
    text-align: center;
    padding-bottom: 46px;
}

#careerpath .training-ability .item .list .title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 45px 0 32px;
}

#careerpath .training-ability .item .list .list-item {
    position: relative;
    border-radius: 50px;
    background-color: #f7faf7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 22px 15px 32px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

#careerpath .training-ability .item .list .list-item:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0f9a27;
}

#careerpath .training-ability .item.green .head span {
    margin-bottom: 46px;
}

#careerpath .training-ability .item.green .head p {
    padding-bottom: 75px;
}

#careerpath .training-ability .item.blue .head span {
    color: #0090e6;
    margin-bottom: 21px;
}

#careerpath .training-ability .item.blue .list .list-item {
    background-color: #f4f8fb;
}

#careerpath .training-ability .item.blue .label,
#careerpath .training-ability .item.blue .list .list-item:before {
    background-color: #0090e6;
}

#careerpath .scroll {
    padding-bottom: 30px;
    overflow-x: scroll;
}

#careerpath .scroll::-webkit-scrollbar {
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 8px;
}

#careerpath .scroll::-webkit-scrollbar-button {
    display: none;
}

#careerpath .scroll::-webkit-scrollbar-thumb {
    background: #0090E6;
    border-radius: 8px;
}

#careerpath .training .scroll {
    margin-top: 33px;
}

#careerpath .training .scroll img {
    width: 1430px;
    max-width: none;
}

#careerpath .newemployee .inner {
    margin-bottom: 50px;
}

#careerpath .newemployee .secTitle,
#careerpath .career .secTitle {
    font-size: 28px;
    line-height: 150%;
    font-weight: 500;
}

#careerpath .newemployee .secTitle {
    margin-bottom: 60px;
}

#careerpath .newemployee .secTitle span,
#careerpath .career .secTitle span {
    display: inline-block;
    border-radius: 50px;
    background-color: #6f6f6f;
    padding: 1px 16px;
    margin-bottom: 17px;
    position: relative;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-family: "Marcellus", serif;
}

#careerpath .newemployee .secSubTitle,
#careerpath .career .flow .secSubTitle {
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
    color: #0090e6;
    display: inline-block;
    margin-bottom: 43px;
}

#careerpath .newemployee .scroll {
    margin-bottom: 74px;
}

#careerpath .newemployee .scroll img {
    width: 1882px;
    max-width: none;
}

#careerpath .newemployee .example {
    gap: 44px 4%;
    margin-top: 45px;
}

#careerpath .newemployee .example .item {
    width: 30.6%;
}

#careerpath .newemployee .example .item .img {
    position: relative;
    overflow: hidden;
}

#careerpath .newemployee .example .item .img .num {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0090e6;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    font-family: "Marcellus", serif;
}

#careerpath .newemployee .example .item .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 22px 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d0d0d0;
}

#careerpath .newemployee .example .item .title+p {
    font-size: 14px;
    line-height: 180%;
}

#careerpath .skill {
    gap: 20px 2%;
    justify-content: center;
}

#careerpath .skill .item {
    justify-content: center;
    align-items: center;
    background: #f4f9fd;
    border-radius: 5px;
    width: 32%;
    min-height: 190px;
    padding: 20px;
    position: relative;
}

#careerpath .skill .item .title {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

#careerpath .career {
    margin-bottom: 168px;
}

#careerpath .career .secTitle {
    margin-bottom: 35px;
}

#careerpath .career .secTitle+p {
    margin-bottom: 66px;
}

#careerpath .career .inner {
    margin-bottom: 50px;
}

#careerpath .career .management {
    padding-top: 43px;
    padding-bottom: 43px;
}

#careerpath .career .management .flex {
    gap: 20px 5%;
    align-items: center;
}

#careerpath .career .management .flex .txt {
    width: 42%;
}

#careerpath .career .management .flex .img {
    width: 53%;
}

#careerpath .career .management .secSubTitle {
    font-size: 26px;
    line-height: 150%;
    font-weight: 500;
    color: #0090e6;
    text-align: left;
    display: block;
    background-image: radial-gradient(circle, #6f6f6f 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

#careerpath .career .management .secSubTitle span {
    font-size: 14px;
    line-height: 150%;
    font-family: Marcellus;
    color: rgba(0, 0, 0, 0.8);
}

#careerpath .career .system .intro {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 45px;
}

#careerpath .career .system .system-list {
    align-items: center;
    border-radius: 5px;
    background-color: #f6faf7;
    padding: 50px;
    margin-bottom: 10px;
    gap: 20px 5%;
}

#careerpath .career .system .system-list .title {
    width: 30%;
}

#careerpath .career .system .system-list .title p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #0f9a27;
    text-align: center;
    display: block;
    margin-bottom: 47px;
}

#careerpath .career .system .system-list .list {
    width: 65%;
}

#careerpath .career .system .system-list .list .list-item {
    border-radius: 3px;
    background-color: #fff;
    padding: 20px 22px 20px 34px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    position: relative;
}

#careerpath .career .system .system-list .list .list-item:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 27px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0f9a27;
}

#careerpath .career .system .system-list.blue {
    background-color: #f4f9fd;
}

#careerpath .career .system .system-list.blue .title p {
    color: #0090e6;
}

#careerpath .career .system .system-list.blue .list .list-item:before {
    background-color: #0090e6;
}

#careerpath .career .flow {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    #careerpath .nav-page {
        gap: 10px 2%;
    }

    #careerpath .nav-page .nav-page-link {
        width: 100%;
    }

    #careerpath .nav-page .nav-page-link .btn {
        padding: 16px 60px 16px 30px;
    }

    #careerpath .nav-page .nav-page-link .btn::after {
        width: 30px;
        height: 30px;
    }

    #careerpath .bgLGry {
        padding: 30px;
    }

    #careerpath .training .secTitle {
        font-size: 24px;
    }

    #careerpath .training .secTitle+p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #careerpath .training .label {
        padding: 12px;
        font-size: 18px;
    }

    #careerpath .training-ability {
        margin-bottom: 0;
        padding-top: 20px;
    }

    #careerpath .training-ability .item {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    #careerpath .training-ability .item:before {
        display: none;
    }

    #careerpath .training-ability .item .label {
        font-size: 16px;
    }

    #careerpath .training-ability .item .head,
    #careerpath .training-ability .item .mid {
        margin: 0 20px;
    }

    #careerpath .training-ability .item .head span {
        font-size: 18px;
        margin: 30px 0 0;
    }

    #careerpath .training-ability .item .list .title {
        font-size: 16px;
        margin: 30px 0 32px;
    }

    #careerpath .training-ability .item .list .list-item {
        padding: 10px 22px 10px 32px;
    }

    #careerpath .training-ability .item.green .head span {
        margin-bottom: 20px;
    }

    #careerpath .training-ability .item.green .head p {
        padding-bottom: 30px;
    }

    #careerpath .training-ability .item.blue {
        margin-bottom: 30px;
    }

    #careerpath .bgLGry .inner {
        padding: 20px;
    }

    #careerpath .training .scroll img {
        width: 790px;
    }

    #careerpath .newemployee .secTitle,
    #careerpath .career .secTitle {
        font-size: 24px;
    }

    #careerpath .newemployee .secTitle span,
    #careerpath .career .secTitle span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #careerpath .newemployee .secTitle {
        margin-bottom: 30px;
    }

    #careerpath .newemployee .secSubTitle,
    #careerpath .career .flow .secSubTitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #careerpath .newemployee .scroll {
        margin-bottom: 30px;
    }

    #careerpath .newemployee .scroll img {
        width: 992px;
    }

    #careerpath .newemployee .example .item {
        width: 48%;
    }

    #careerpath .newemployee .example .item .title {
        padding: 12px 0 12px;
    }

    #careerpath .skill .item {
        width: 48%;
        min-height: auto;
    }

    #careerpath .career .secTitle+p {
        margin-bottom: 40px;
    }

    #careerpath .career .management .flex .txt,
    #careerpath .career .management .flex .img {
        width: 100%;
    }

    #careerpath .career .management .flex .img {
        max-width: 452px;
        margin: 0 auto;
    }

    #careerpath .career .management .secSubTitle {
        font-size: 22px;
    }

    #careerpath .career .system .intro {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #careerpath .career .system .system-list {
        padding: 30px 10px 10px;
    }

    #careerpath .career .system .system-list .title,
    #careerpath .career .system .system-list .list {
        width: 100%;
    }

    #careerpath .career .system .system-list .title p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #careerpath .career .flow .scroll img {
        width: 450px;
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    #careerpath .newemployee .example .item {
        width: 100%;
    }

    #careerpath .skill .item {
        width: 100%;
    }
}

/* welfare */
#welfare .sec-welfare{
    padding-top: 90px;
    margin-bottom: 110px;
}
#welfare .sec-welfare.first{
    border-top: solid 1px #D0D0D0;
}
#welfare .sec-welfare.end{
    margin-bottom: 200px;
}
#welfare .sec-welfare>.flex {
    gap: 20px 5%;
}

#welfare .sec-welfare .title {
    width: 32%;
}

#welfare .sec-welfare .list {
    width: 63%;
}

#welfare .sec-welfare .secTitle {
    display: block;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    border-left: solid 4px #0f9a27;
    padding-left: 9px;
    margin-bottom: 38px;
}

#welfare .sec-welfare .list .item {
    background-color: #f7faf7;
    padding: 25px 34px 25px 44px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    position: relative;
}

#welfare .sec-welfare .list .item:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 35px;
    left: 27px;
    border-radius: 50%;
    background-color: #0f9a27;
}
#welfare .sec-welfare .img{
    margin-top: 90px;
}
#welfare .sec-welfare .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 50px 0;
}
#welfare .sec-welfare .list .flex.col2{
    flex-wrap: wrap;
    gap: 10px 3%;
    margin-right: 0;
}
#welfare .sec-welfare .list .flex.col2.img{
    gap: 36px 3%;
}
#welfare .sec-welfare .list .flex.col2 li{
    width: 48.5%;
}
@media screen and (max-width: 768px) {
    #welfare .sec-welfare {
        padding-top: 50px;
        margin-bottom: 60px;
    }
    #welfare .sec-welfare:nth-last-of-type(1) {
        margin-bottom: 100px;
    }
    #welfare .sec-welfare .title,
    #welfare .sec-welfare .list {
        width: 100%;
    }
    #welfare .sec-welfare .img {
        margin-top: 40px;
    }
}
@media screen and (max-width: 480px) {
    #welfare .sec-welfare .secTitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #welfare .sec-welfare .list .item {
        padding: 16px 20px 16px 34px;
        font-size: 14px;
    }
    #welfare .sec-welfare .list .item:before {
        top: 22px;
        left: 20px;
    }
}