@charset "utf-8";

.benefits-title-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background: url(../images/benefit_title.png) center center no-repeat;
        background-size: 100% auto;
        margin: 4rem auto;
}

.benefits-title-box h2 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.15);
        font-size: 3rem;
        letter-spacing: 0.5rem;
        color: #fff;
}

.main-contents:nth-child(even) {
        background-color: #efefef;
}

.main-contents-box {
        width: 100%;
        max-width: 1240px;
        padding: 4rem;
        margin: 0 auto;
}

.sub-contents-title {
        display: flex;
        align-items: center;
        padding-bottom: 1rem;
}
.sub-contents-title-img01 {
        width: 2.5rem;
        height: 2.5rem;
        background: url(../images/mini_icon_red.png) center center no-repeat;;
        background-size: 100% auto;
}
.sub-contents-title-img02 {
        width: 2.5rem;
        height: 2.5rem;
        background: url(../images/mini_icon_blue.png) center center no-repeat;
        ;
        background-size: 100% auto;
}
.sub-contents-title-img03 {
        width: 2.5rem;
        height: 2.5rem;
        background: url(../images/mini_icon_green.png) center center no-repeat;
        ;
        background-size: 100% auto;
}
.sub-contents-title span {
        font-size: 24px;
        padding-left: 0.5rem;
}
.sub-contents-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
}
.sub-contents-box {        
        position: relative;
        padding: 2rem 3rem;
        margin-bottom: 2rem;
        width: calc(100%/2 - 1rem);
}
.sub-contents-box01 {
        background-color: #efefef;
}
.sub-contents-box02 {
        background-color: #fff;
}
.sub-contents-icon {
        position: absolute;
        height: 2rem;
        top: 1rem;
        right: 0.7rem;
}
.sub-contents-icon svg {
        height: 100%;
}
.sub-contents-icon img {
        height: 100%;
}
.sub-contents-box dt{
        font-size: 20px;
        padding-bottom: 0.2rem;
}
.sub-contents-box dd {
        line-height: 1.4;
}
.sub-contents-dl {
        width: 30%;
}
.sub-contents-dl dl {
        display: flex;
}
.sub-contents-dl dt {
        padding-right: 1rem;
}
.sub-contents-training {
        width: 70%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.sub-contents-training img {
        width: calc(100%/3 - 0.5rem);
        margin-bottom: 1rem;
}

.office {
        width: 100%;
        margin: 4rem auto 8rem;
}
.office p {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: var(--sub-color01);
}
.swiper {
        width: 100vw;
        height: 300px;
}
.swiper-wrapper {
        transition-timing-function: linear;
}
.swiper-slide {
        width: auto !important;
        height: 300px !important;        
}
.swiper img {
        width: auto;
        height: 100%;
}
.interview-title-container {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
}

.st0 {
        fill: none;
}

.st1 {
        fill: #005bac;
}

.st2 {
        clip-path: url(#clippath);
}


@media screen and (max-width:767px) {
        .main-contents-box {
                padding: 2rem;
        }
        .benefits-title-box {
                height: 15rem;
                margin: 0 auto;
        }

        .sub-contents-container {
                display: block;
        }
        .sub-contents-box {
                width: 100%;
        }
        .sub-contents-dl {
                width: 100%;
                padding-bottom: 2rem;
        }
        .sub-contents-training {
                width: 100%;
        }
        .sub-contents-training img {
                width: calc(100%/2 - 0.25rem);
                margin-bottom: 0.5rem;
        }
        .office {
                margin: 2rem auto;
        }
        .swiper {
                height: 200px;
                margin: 1rem 0 3rem;
        }
        .swiper img {
                height: 60.5vw;
        }

}