.hero {
    background-image: url("../img/index01.jpg");
}
@media screen and (max-width: 768px) {
    .hero{
        background-image: url("../img/index01_sp.jpg");
    }
}

.challenge .inner > div:nth-child(2){
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .challenge .inner > div:nth-child(2){
        padding-bottom: 2rem;
    }
}

.challenge .text {
    font-size: 1.25rem;
    line-height: 2em;
    font-weight: bold;
}

.challenge .challenge-swiper {
    background-color: #fff;
}

.challenge .challenge-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.challenge .challenge-swiper .swiper-wrapper .swiper-slide {
    /* aspect-ratio: 3/2;
    display: flex;
    justify-content: center; */
    aspect-ratio: 3 / 2; /* 縦横比を固定 */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* はみ出た部分を隠す */
}

.challenge .challenge-swiper .swiper-wrapper .swiper-slide img {
    /* height: 100%;
    width: auto; */
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の縦横比を保持してトリミング */
}

@media screen and (max-width: 768px) {
    .hero.index .inner {
        padding: 0 1rem;
    }
    .hero.index .catch {
        bottom: unset;
        top: 7.5svh;
    }
    .hero.index .catch p {
        font-size: calc((100vw - 5rem)* 0.162);
    }
    .challenge .text {
        font-size: 1rem;
    }
    .challenge-swiper {
        padding: 1rem 0;
        margin: 0 -1.5rem;
    }
}


.work-flow .text,
.environment .text {
    font-size: 1.25rem;
    line-height: 2em;
}

.work-flow hr,
.environment hr {
    color: #A0A0A0;
}

.work-flow .image,
.environment .image {
    padding: 3.5rem 0;
}

.work-flow .image img,
.environment .image img {
    width: 100%;
    border-radius:.75rem;
}

.interview-outer{
    overflow-y: hidden;
}

.interview .text {
    font-size: 1.25rem;
    line-height: 2em;
}

.interview hr {
    margin-right: 8rem;
    color: #A0A0A0;
}

@media screen and (max-width: 768px) {
    .interview .text {
        font-size: 1rem;
    }
}


.requirements.qanda .inner {
    max-width: 1200px;
    padding: 0;
    border-radius: 0.75rem;
    background-color: #002C6C;
    color: #fff;
}

.requirements.qanda .inner>div.column2-flex {
    padding: 2.5rem;
    flex: 1;
    width:unset;
}

.requirements.qanda .inner>div.column2-flex .image {
    width: 35%;
}
.requirements.qanda img {
    border-radius:0.75rem;
}

.requirements.qanda .inner>div.column2-flex .info {
    width:65%;
    text-align: right;
}

.requirements.qanda .inner>div.column2-flex .info .mini-button {
    margin-left: auto;
}
@media screen and (max-width: 1200px) {
    
    .requirements.qanda .inner {
        display:block;
    }
    .requirements.qanda .inner>div.column2-flex {
        padding: 2rem 4rem;
    }
    .mini-label p:nth-child(1) {
        justify-content: flex-start;
    }
    .requirements.qanda .inner>div.column2-flex .info {
        text-align: left;
    }
    .requirements.qanda .inner>div.column2-flex .info .mini-button {
        margin-left: unset;
        margin-right: auto;
    }
    .requirements.qanda .inner>div.column2-flex .image {
        width: 30%;
        margin-right: 1rem;
    }
    .requirements.qanda .inner>div.column2-flex .info {
        width:65%;
    }
}

@media screen and (max-width: 768px) {
    .requirements.qanda .inner>div.column2-flex {
        padding: 1rem;
    }
    .work-flow .text, .environment .text {
        font-size: 1rem;
        line-height: 1.5em;
    }
    .work-flow .image, .environment .image {
        width:100%;
    }
}

@media screen and (max-width: 768px) {
    .left-column{
        width:100%;
    }
    .right-column{
        display:none;
    }
    .work-flow .image, .environment .image {
        padding:0;
        margin-bottom:2rem;
    }
}