.crossword-bg {
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    padding: 56px 0;
}

.crossword-list {
    max-width: 456px;
    margin: 32px auto 0;
}

.crossword-list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.link-btn01 {
    max-width: 566px;
    width: 100%;
}

.link-btn01 a {
    width: 100%;
}

.ttl-box {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 13px;
    align-self: stretch;
    border-radius: 20px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
    margin-bottom: 24px;
}

.ttl-box .num-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 5px;
    box-sizing: border-box;
}

.ttl-box .num-box>span {
    display: block;
    color: #0055B8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.ttl-box .num-box>span.num {
    color: #0055B8;
    font-family: Dosis;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.ttl-box .text-box {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

#business.system.crossword .balloon {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 28px;
    position: relative;
    color: var(--baseColor);
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.30) 0, rgba(181, 189, 197, 0.30) 100%);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border-radius: 50px;
    padding: 22px;
    box-sizing: border-box;
    text-align: center;
}

#business.system.crossword .balloon::after {
    content: "";
    position: absolute;
    bottom: -11.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(105, 176, 207, 0.30);
}

#business.system.crossword #ac03 .col-2 {
    align-items: stretch;
}

#business.system.crossword .point-item {
    width: calc((100% - 4%) / 2);
    display: flex;
    flex-direction: column;
}

#business.system.crossword .point-item .text {
    flex-grow: 1;
}

#business.system.crossword .point-item .point-head {
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

#business.system.crossword .point-item .point-head .point-number-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    color: #0055B8;
    flex-shrink: 0;
}

#business.system.crossword .point-item .point-head .point-number-box .point {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

#business.system.crossword .point-item .point-head .point-number-box .number {
    font-family: Dosis;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

#business.system.crossword .point-item .point-head .point-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

#business.system.crossword .point-item .color-box {
    padding: 32px;
    margin-top: 20px;
}



#recruit.career .related-profile {
    display: flex;
    align-items: center;
    max-width: 512px;
    border-radius: 8px;
    overflow: hidden;
}

#recruit.career .related-link .slider-box {
    max-width: 492px !important;
    margin: 32px auto 0;
}

#recruit.career .related-link .slider-box .slick-slider {
    padding: 0;
}


#recruit.career .related-link .slick-slider .slider-item .slider-link {
    min-height: 158px;
    border-radius: 8px;
    overflow: hidden;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .name {
    display: inline-block;
    position: relative;
    padding-right: 28px;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .slider-textBox {
    align-items: flex-start;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .name::after {
    content: '';
    transition: all .3s;
    background: url(/shared/img/btn-arw-g.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    z-index: 2;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:979px) {

    #business.system.crossword #ac03 .col-2 {
        display: block;
    }

    #business.system.crossword .point-item {
        width: 100%;
    }

    #business.system.crossword .point-item .point-head {
        padding: 10px;
        gap: 10px;
        height: auto;
    }

    #business.system.crossword .point-item .point-head .point-number-box {
        width: 50px;
        height: 50px;
    }

    #business.system.crossword .point-item .point-head .point-number-box .point {
        font-size: 12px;
    }

    #business.system.crossword .point-item .point-head .point-number-box .number {
        font-size: 22px;
    }

    #business.system.crossword .point-item .point-head .point-text {
        font-size: 18px;
    }

    #business.system.crossword .balloon {
        font-size: 20px;
    }

}