#main .topContent {
    padding: 73px 0;
    width: 100%;
    background: url(../img/message/bg_img01.jpg) no-repeat;
    background-size: cover;
}

#main .topContent .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
}

#main .topContent .wrap .ttl {
    font-size: 5.2rem;
}

#main .careerBox {
    padding: 100px 0 80px;
    width: 100%;
    aspect-ratio: 1600/822;
    background: url(../img/message/bg_img02.jpg) no-repeat center;
    background-size: cover;
}

#main .careerBox .wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

#main .careerBox .wrap .box {
    background: rgba(255, 255, 255, 0.9);
    width: 540px;
    padding: 37px 40px 50px;
}

#main .careerBox .wrap .box .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    line-height: 1;
}

#main .careerBox .wrap .box .ttl::before {
    position: absolute;
    width: 10rem;
    height: 0.2rem;
    content: "";
    background: #06264A;
    bottom: -2rem;
    left: 0;
}

#main .careerBox .wrap .box .ttl::after {
    position: absolute;
    width: 100%;
    height: 0.2rem;
    content: "";
    background: rgba(76, 100, 128, 0.4);
    bottom: -2rem;
    left: 0;
}

#main .careerBox .wrap .box .timeline {
    position: relative;
    padding: 57px 0 0;
}

#main .careerBox .wrap .box .timeline .item {
    position: relative;
    display: flex;
}

#main .careerBox .wrap .box .timeline .item dt {
    width: 130px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.5;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    border-left: solid 2px #26ABC3;
}

#main .careerBox .wrap .box .timeline .item .lastBlock {
    border-left: solid 2px #fff;
}

#main .careerBox .wrap .box .timeline .item dt::before {
    position: absolute;
    top: 7.5px;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    content: "";
    background: url(../img/message/career_icon01.png) no-repeat;
    background-size: contain;
}

#main .careerBox .wrap .box .timeline .item dt small {
    font-size: 1.6rem;
}

#main .careerBox .wrap .box .timeline .item dd {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: calc(26/16);
    margin: -10px 0 40px;
}

#main .careerBox .wrap .box .timeline .item dd strong {
    color: #2087C7;
    font-weight: 400;
}

#main .careerBox .wrap .box .timeline .item .lastTxt {
    margin: -10px 0 10px;
}

#main .careerBox .wrap .name {
    position: absolute;
    bottom: 0;
    right: 0;
}

#main .careerBox .wrap .name p {
    text-align: right;
    color: #fff;
    font-size: 3.6rem;
}

#main .careerBox .wrap .name .small {
    font-size: 1.8rem;
}

#main .challengeBox {
    position: relative;
    padding: 160px 0 150px;
    background: linear-gradient(to right, #419ECF, #2A4E94);
}

#main .challengeBox::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/message/bg_img03.png) no-repeat;
    background-size: cover;
}

#main .challengeBox .wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 10;
    padding: 0 60px;
}

#main .challengeBox .wrap .ttl {
    display: block;
    max-width: 86.1rem;
    width: 100%;
    margin: 0 auto 70px;
}

#main .challengeBox .wrap .txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: calc(42/22);
    font-size: 2.2rem;
    margin: 0 auto 62px;
}

#main .challengeBox .wrap .name {
    width: 26.1rem;
    margin: 0 auto 10px;
}

#main .challengeBox .wrap .logo {
    width: 47.2rem;
    margin: 0 auto;
}

#main .backGroundBox {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(to right, #D9E9F0, #fff, #D9E9F0);
    overflow: hidden;
}

#main .backGroundBox::after {
    position: absolute;
    top: 113px;
    right: -42px;
    content: "";
    width: 501px;
    height: 298.78px;
    background: url(../img/message/bg_img04.png) no-repeat;
    background-size: contain;
    z-index: 1;
}

#main .backGroundBox .wrap {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

#main .backGroundBox .wrap .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    line-height: 1;
    margin: 0 0 58px;
}

#main .backGroundBox .wrap .ttl::before {
    position: absolute;
    width: 10rem;
    height: 0.2rem;
    content: "";
    background: #06264A;
    bottom: -2rem;
    left: 0;
}

#main .backGroundBox .wrap .ttl::after {
    position: absolute;
    width: 100%;
    height: 0.2rem;
    content: "";
    background: rgba(76, 100, 128, 0.4);
    bottom: -2rem;
    left: 0;
}

#main .backGroundBox .wrap li {
    margin: 0 0 35px;
}

#main .backGroundBox .wrap .innerTtl {
    font-size: 1.8rem;
    background: linear-gradient(to right, #153B7D, #2B5EA3);
    display: block;
    width: fit-content;
    color: #fff;
    font-weight: 400;
    padding: 3px 20px 4px;
    margin: 0 0 15px;
}

#main .backGroundBox .wrap .l-feeling {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#main .backGroundBox .wrap .innerTxt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
}

#main .backGroundBox .wrap .l-feeling .innerTxt {
    display: block;
    width: 65%;
}

#main .backGroundBox .wrap .l-feeling .logo {
    width: 300px;

}

@media screen and (max-width: 1400px) {
    #main .careerBox .wrap .name {
        right: 60px;
    }
}

@media screen and (max-width: 1100px) {
    #main .careerBox .wrap .name {
        bottom: 30px;
        right: 60px;
    }
}

@media all and (max-width: 896px) {
    #main .topContent {
        padding: 38px 0 37px;
        width: 100%;
        background: url(../img/message/bg_img01_sp.jpg) no-repeat right;
        background-size: cover;
    }

    #main .topContent .wrap {
        max-width: 375px;
        padding: 0 20px;
    }

    #main .topContent .wrap .ttl {
                font-size: 2.4rem;
    }

    #main .careerBox {
        position: relative;
        padding: 0;
        aspect-ratio: 375 / 278;
        width: 100%;
        background: url(../img/message/bg_img02_sp.jpg) no-repeat;
        background-size: cover;
    }

    #main .careerBox .wrap {
        display: contents;
    }

    #main .careerBox .wrap .name {
        bottom: 15px;
        right: 20px;
    }

    #main .careerBox .wrap .name .small {
        font-size: 1.4rem;
        letter-spacing: 0.04em;
        line-height: calc(28/14);
    }

    #main .careerBox .wrap .name .txt {
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: calc(28/20);
    }

    #main .careerBoxSp {
        padding: 36px 0 24px;
        background: #fff;
    }

    #main .careerBoxSp .wrap {
        max-width: 375px;
        margin: 0 auto;
        padding: 0 20px;
    }

    #main .careerBoxSp .ttl {
        position: relative;
        font-size: 2.6rem;
        font-weight: 700;
    }

    #main .careerBoxSp .ttl::before {
        position: absolute;
        width: 6rem;
        height: 0.2rem;
        content: "";
        background: #06264A;
        bottom: -1rem;
        left: 0;
    }

    #main .careerBoxSp .ttl::after {
        position: absolute;
        width: 100%;
        height: 0.2rem;
        content: "";
        background: rgba(76, 100, 128, 0.4);
        bottom: -1rem;
        left: 0;
    }

    #main .careerBoxSp .timeline {
        position: relative;
        padding: 40px 0 0;
    }

    #main .careerBoxSp .timeline .item {
        margin: 0 0 0 10px;
        padding-left: 18px;
        border-left: solid #26ABC3 2px;
    }

    #main .careerBoxSp .timeline .item:last-of-type {
        border-left: solid #fff 2px;
    }

    #main .careerBoxSp .timeline .item dt {
        position: relative;
        width: 160px;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 14px;
        line-height: 0.5;
    }

    #main .careerBoxSp .timeline .item dt::before {
        position: absolute;
        top: 52%;
        left: -19px;
        transform: translate(-50%, -50%);
        content: "";
        width: 22px;
        height: 22px;
        background: url(../img/message/career_icon01.png) no-repeat;
        background-size: contain;
    }

    #main .careerBoxSp .timeline .item dd {
        padding: 0 0 36px;
        font-size: 1.6rem;
    }

    #main .careerBoxSp .timeline .item dd strong {
        font-weight: 400;
        color: #2087C7;
    }

    #main .challengeBox {
        padding: 80px 0 100px;
    }

    #main .challengeBox::after {
        background: url(../img/message/bg_img03_sp.png) no-repeat;
        background-size: cover;
    }

    #main .challengeBox .wrap {
        max-width: 375px;
        margin: 0 auto;
        padding: 0 20px;
    }

    #main .challengeBox .wrap .ttl {
        width: 302px;
        margin: 0 auto 27px;
    }

    #main .challengeBox .wrap .txt {
        font-size: 1.6rem;
        line-height: calc(30/16);
        letter-spacing: 0;
        margin: 0 auto 36px;
    }

    #main .challengeBox .wrap .name {
        width: 153px;
    }

    #main .challengeBox .wrap .logo {
        width: 274.79px;
    }

    #main .backGroundBox {
        padding: 50px 0;
        overflow: hidden;
    }

    #main .backGroundBox::after {
        top: 43px;
        right: -20px;
        width: 196.66px;
        height: 117px;
    }

    #main .backGroundBox .wrap {
        max-width: 375px;
        padding: 0 20px;
    }

    #main .backGroundBox .wrap .ttl {
        font-size: 2.6rem;
        margin: 0 0 36px;
        line-height: calc(38/26);
    }

    #main .backGroundBox .wrap .ttl::before {
        position: absolute;
        width: 6rem;
        height: 0.2rem;
        content: "";
        background: #06264A;
        bottom: -1rem;
        left: 0;
    }

    #main .backGroundBox .wrap .ttl::after {
        position: absolute;
        width: 100%;
        height: 0.2rem;
        content: "";
        background: rgba(76, 100, 128, 0.4);
        bottom: -1rem;
        left: 0;
    }

    #main .backGroundBox .wrap .l-feeling {
        flex-direction: column;
    }

    #main .backGroundBox .wrap .innerTtl {
        font-size: 1.6rem;
        padding: 3px 14px 5px;
        margin: 0 0 14px;
    }

    #main .backGroundBox .wrap .innerTxt {
        font-size: 1.6rem;
        letter-spacing: 0.04em;
        line-height: 1.8;
    }

    #main .backGroundBox .wrap .l-feeling .innerTxt {
        width: 100%;
    }

    #main .backGroundBox .wrap .l-feeling .logo {
        margin: 20px auto 0;
        width: 280px;
    }

    #main .backGroundBox .wrap li {
        margin: 0 0 28px;
    }

    #main .backGroundBox .wrap li:last-of-type {
        margin: 0;
    }
}

@media screen and (max-width: 1100px) and (min-width: 897px) {
    #main .careerBox {
        background: url(../img/message/bg_img02.jpg) no-repeat right;
        background-size: cover;
    }

    #main .careerBoxSp {
        padding: 36px 60px 24px;
        background: #fff;
    }

    #main .careerBoxSp .wrap {
        width: 100%;
        margin: 0 auto;
    }

    #main .careerBoxSp .ttl {
        position: relative;
        font-size: 2.6rem;
        font-weight: 700;
    }

    #main .careerBoxSp .ttl::before {
        position: absolute;
        width: 6rem;
        height: 0.2rem;
        content: "";
        background: #06264A;
        bottom: -1rem;
        left: 0;
    }

    #main .careerBoxSp .ttl::after {
        position: absolute;
        width: 100%;
        height: 0.2rem;
        content: "";
        background: rgba(76, 100, 128, 0.4);
        bottom: -1rem;
        left: 0;
    }

    #main .careerBoxSp .timeline {
        position: relative;
        padding: 40px 0 0;
    }

    #main .careerBoxSp .timeline .item {
        margin: 0 0 0 10px;
        padding-left: 18px;
        border-left: solid #26ABC3 2px;
    }

    #main .careerBoxSp .timeline .item:last-of-type {
        border-left: solid #fff 2px;
    }

    #main .careerBoxSp .timeline .item dt {
        position: relative;
        width: 160px;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 14px;
        line-height: 0.5;
    }

    #main .careerBoxSp .timeline .item dt::before {
        position: absolute;
        top: 52%;
        left: -19px;
        transform: translate(-50%, -50%);
        content: "";
        width: 22px;
        height: 22px;
        background: url(../img/message/career_icon01.png) no-repeat;
        background-size: contain;
    }

    #main .careerBoxSp .timeline .item dd {
        padding: 0 0 36px;
        font-size: 1.6rem;
    }

    #main .careerBoxSp .timeline .item dd strong {
        font-weight: 400;
        color: #2087C7;
    }

    #main .careerBox .wrap .name {
        bottom: -58vw;
    }
}