/**
 *  index CSS
 */
a:hover {
    text-decoration: none;
}
.content {
    padding: 0;
}
.page {
    background-color: #fff;
}
.navbar .left .language-btn {
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #ffca16;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}
.navbar .title h1 {
    margin-top: 0.5rem;
}
.navbar .title img {
    width: 70%;
}
.navbar .right .menu-btn {
    width: 1.8rem;
}
.top-download-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10rem 0 0 0;
}
.panel-right .links-list {
    margin: 0;
}
.panel-right .navbar {
    background-color: var(--base-color);
    color: #fff;
}

/** スワイプ **/
.index-slide-top p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding: 2.5rem 0;
    line-height: 2rem;
}


/** What's APP **/
.whats-app-box .block-header {
    font-size: 1.2rem;
    color: #111;
}

/** setp-matching-box **/
.setp-matching-box {
    background-color: #ffca16;
}
.setp-matching-box .block-header {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding: 1.6rem 0 1.2rem 0;
}
.setp-matching-box .step-detail-box {
    background-color: #fff;
    padding: 1rem 0;
    color: #ffca16;
    text-align: center;
    margin-bottom: 15px;
}
.setp-matching-box .step-detail-box h3 {
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.setp-matching-box .step-detail-box img {
    width: 28%;
    margin: 1rem 0;
}
.setp-matching-box .step-detail-box span {
    display: block;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
}

/** Why need **/
.why-need-box .block-header {
    font-size: 1.2rem;
    color: #111;
}



/** Find job **/
.find-job-box {
    background-color: var(--body-color);
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
    margin-bottom: 0;
}
.find-job-box .block-header {
    font-size: 1.2rem;
    color: #111;
}
.job-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.job-card-header-pic .card-content-padding .date{
    color: #8e8e93;
}


/** Sing up **/
.sing-up-box {
    background-image: url('/company/img/footer_img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
.sing-up-text {
    font-size: 1.3rem;
    font-weight: bold;
}
.sing-up-btn {
    background-color: #E53C6D;
    color: #fff;
    width: 80%;
    border-radius: 18px;
    font-size: 1.2rem;
    min-height: 36px;
}
.sing-up-download-box {
    margin: 0 auto;
}




/** フッター **/
.footer-content {
    background-color: #ffca16;
}
.footer-content ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.footer-content ul li a {
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
}
.footer-content ul li:nth-child(odd) {
    border-right: 1px solid #fff;
}
.footer-logo-box {
    text-align: center;
    padding: 15px 0;
}
.sns-icons img {
    width: 100%;
}
.copyright-text {
    color: #fff;
    font-size: 0.8rem;
    padding: 15px 0 0 0;
    display: block;
    text-align: center;
}








.top-img-box {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-img-box img {
    width: 100%;
}
.top-img-li {
    height: 73vw;
    background-image: url(/img/index/top_img1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    position: relative;
}
.japan-btn {
    margin: 0;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 80%;
    cursor: pointer;
    z-index: 10;
}
.overlay {
    display: block;
    width: 100%;
    height: 35vw;
    background-color: rgba(0,0,0,0.4);
    position: relative;
    cursor: pointer;
}
.ssw-btn {
    background-image: url("/img/index/top_img2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -4vw;
}
.ssw-btn h3 {
    color: #fff;
    padding: 0.5rem;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ti-btn {
    background-image: url("/img/index/top_img3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -4vw;
}
.ti-btn h3 {
    color: #fff;
    padding: 0.5rem;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-text {
    position: absolute;
    top: 57vw;
    left: 12vw;
    display: block;
    font-size: 3.8vw;
    font-weight: bold;
}
#join-facebook {
    margin-top: 0;
}
#collection-next-page,
#training-next-page {
    margin-top: 0;
}

@media screen and (min-width: 1024px) {
    .top-img-li {
        height: 47vw;
    }
    .overlay {
        height: 32vw;
    }
    .ssw-btn h3 {
        padding: 2rem;
        font-size: 2.7rem;
    }
    .ti-btn h3 {
        padding: 2rem;
        font-size: 2.7rem;
    }
    .top-text {
        top: 72vw;
        left: 5vw;
    }
}
