@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}

#wrapper {
    margin: auto;
}

img {
    width: 100%;
    vertical-align: middle;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

@media only screen and (max-width: 839px) {
    #wrapper {
        max-width: 700px;
        margin: auto;
    }
}

@media only screen and (min-width: 640px) {
    #wrapper {
        max-width: 1920px;
        max-width: 700px;
        margin: auto;
        box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.3);
    }
}

.cta img.abs {
    width: 94%;
    margin: auto;
    left: 0;
    right: 0;
    top: 9%;
}

.cta02 img.abs {
    width: 94%;
    margin: auto;
    left: 0;
    right: 0;
    top: 9%;
}

.cta img.abs,
.cta02 img.abs {
    animation: yureru-j 3s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.media {
    padding: 10% 0 14%;
}

/* メディアスライダー */
.media .slick-initialized .slick-slide {
    height: 200px;
    width: auto !important;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.media .abs {
    height: 200px;
    margin-bottom: 10px;
}

.media .abs img {
    height: 200px;
    width: auto;
    padding: 14px 10px;
    box-sizing: border-box;
}

.media .abs.slide {
    top: 45%;
    width: 100%;
}

.media .abs.slide02 {
    top: 66%;
    width: 100%;
}

@media screen and (max-width:699px) {
    .media .slick-initialized .slick-slide {
        height: 115px;
    }

    .media .abs {
        height: 115px;
    }

    .media .abs img {
        height: 115px;
        padding: 10px 5px;
    }
}


/* リクルートスライダー */
.recruit .slick-initialized .slick-slide {
    height: 55px;
    width: auto !important;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.recruit .abs.slide,
.recruit .abs.slide02,
.recruit .abs.slide03
{
    height: 55px;
    margin-bottom: 10px;
}

.recruit .abs.slide img,
.recruit .abs.slide02 img,
.recruit .abs.slide03 img
{
    height: 55px;
    width: auto;
    padding: 8px;
    box-sizing: border-box;
}

.recruit .abs.slide {
    top: 38%;
    width: 100%;
}

.recruit .abs.slide02 {
    top: 40%;
    width: 100%;
}

.recruit .abs.slide03 {
    top: 42%;
    width: 100%;
}

@media screen and (max-width:699px) {
    .recruit .slick-initialized .slick-slide {
        height: 30px;
        width: auto !important;
    }

    .recruit .abs.slide,
    .recruit .abs.slide02,
    .recruit .abs.slide03
    {
        height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    .recruit .abs.slide03 {
    top: 42.5%;
    width: 100%;
}

    .recruit .abs.slide img,
    .recruit .abs.slide02 img,
    .recruit .abs.slide03 img
    {
        height: 30px;
        width: auto;
        padding: 4px 8px;
    }
}

.absolute {
    position: absolute;
    right: 51px;
    bottom: 46%;
    width: 85%;
}

.absolute2 {
    position: absolute;
    margin-top: -60%;
}

@media screen and (max-width:699px) {
    .absolute {
        position: absolute;
        right: 27px;
        bottom: 655px;
        width: 85%;
    }
}



.instructor {
    padding: 10% 0;
}

.instructor .abs.slide {
    top: 30.5%;
    height: 220px;
    width: 100%;
}

.instructor .abs.slide02 {
    top: 42.5%;
    height: 220px;
    width: 100%;
}

.instructor .slick-slide {
    margin: 0 10px;
}

.anxiety_cta .abs {
    width: 88%;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
}


/* サンクスページ */
.thanks h2 {
    text-align: center;
    background-color: #ea5d70;
    color: #fff;
    padding: 20px 0;
}

.thanks p {
    width: 90%;
    margin: 5% auto;
}

#wrapper.thanks {
    padding-bottom: 30px;
    background: #fffbf0;
}

.thanks a.top {
    width: 40%;
    max-width: 200px;
    margin: auto;
    background-color: #ea5d70;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    display: block;
    text-align: center;
    padding: 10px 0;
}

/* フッター */
footer {
    background-color: #4f4f4f;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #fff;
}

footer p {
    margin: 0;
}

@media only screen and (max-width: 839px) {
    footer {
        font-size: 0.72rem;
    }
}

@media only screen and (max-width: 700px) {
    .pconly {
        display: none;
    }
}