@charset "UTF-8";

.top-image {
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/img/top-image-bg.png);
    background-attachment: scroll;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 64px;
}

.top-image h1 {
    margin-bottom: 39px;
    font-size: 46px;
    font-weight: bold;
    line-height: 66px;
    color: #ffffff;
    text-align: center;
}

.top-image .sub {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.top-image .button {
    margin: 0 auto;
    width: 288px;
    height: 52px;
    border-radius: 100px;
    background-color: #22c0d8;
    color: #ffffff;
    border-color: #22c0d8;
    text-align: center;
}

.top-image .button a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
}

.osusume {
    text-align: center;
    margin: 135px auto 100px auto;
    width: 90vw;
}

h2.heading {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 32px;
}

.osusume .row {
    /* display: flex; */
}

.osusume .col {
    width: 30vw;
    float: left;
}

.osusume .col .image::before {
    content: '';
    display: block;
    padding-top: 14.6vw;
}

.osusume .col .image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 26vw;
    background-color: #fff;
}

.osusume .col .image img {
    position: absolute;
    width: 100%;
    /* height: 14.6vw; */
    /* min-width: 100%;
    min-height: 100%; */
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.osusume .col .text {
    margin: 0 auto;
    width: 26vw;
    /* height: 20vw; */
    text-align: left;
    background-color: #f9f9f9;
    padding: 12px;
    height: calc(100% - 14.6vw);
    position: relative;
    padding-bottom: 72px;
}

.osusume .col .text h3 {
    margin-bottom: 18px;
}

.osusume .col .text p {
    color: #777777;
}

.osusume .col .text a {
    color: #fff;
    background-color: #F4524D;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 24px;
    position: absolute;
    bottom: 12px;
}

.osusume .col .text a:hover {
    color: #f2f2f2;
    background-color: #f22d27;
}

.osusume .list-button {
    display: inline-block;
    margin-top: 48px;
    background-color: #6eca06;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}

.interview {
    text-align: center;
    background-color: #e5e5e5;
    background-image: url(/img/title-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 64px 0;
}

.interview .item {
    width: 70vw;
    margin: 0 auto;
}

.interview .item .image {
    margin: 0 auto;
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.interview .item .koe {
    line-height: 1.88;
    color: #777;
    margin: 32px 0;
}

.interview .item h3 {
    line-height: 1.88;
    color: #000;
    font-weight: normal;
    margin: 32px 0;
}

.interview .slick-dots {
    position: static !important;
}

.interview .list-button {
    display: inline-block;
    margin-top: 48px;
    background-color: #22c0d8;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}


.nagare {
    text-align: center;
    margin: 135px auto 100px auto;
    width: 90vw;
}

.nagare .col {
    width: 250px;
    float: left;
}

.nagare .col .image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 250px;
    height: 150px;
}

.nagare .col .image img {
    position: absolute;
    width: auto;
    height: auto;
    /* min-width: 100%;
    min-height: 100%; */
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.nagare .col .text {
    margin: 0 auto;
    width: 250px;
    /* height: 20vw; */
    text-align: center;
    padding: 12px;
}

.nagare .col .text h3 {
    margin-bottom: 18px;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.nagare .col .text p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 30px;
}

.nagare .list-button {
    display: inline-block;
    margin-top: 48px;
    background-color: #22c0d8;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}


.merit {
    text-align: center;
    background-image: url(/img/merit-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 64px 0;
}

.merit h2 {
    color: #000000;
    text-shadow:0px 1px 2px #fff;
}

.merit .inner {
    width: 90vw;
    margin: 0 auto;
}

.merit .col {
    width: 30vw;
    float: left;
    padding: 24px;
}

.merit .col .inner {
    border-radius: 5px;
    background-color: #ffffff;
    width: 26vw;
}

.merit .col .image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 26vw;
    height: 250px;
}

.merit .col .image img {
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
    margin-top: 24px;
    width: 150px;
    max-width: 100%;
}

.merit .col .text {
    margin: 0 auto;
    width: 26vw;
    height: 150px;
    text-align: center;
    padding: 12px;
}

.merit .col .text h3 {
    margin-bottom: 18px;
    font-weight: normal;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.merit .col .text p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 30px;
}

.merit .list-button {
    display: inline-block;
    margin-top: 48px;
    background-color: #6eca06;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}


.minasan {
    text-align: center;
    padding: 64px 0;
}

.minasan h3 {
    font-family: 'times new roman', times, serif;
    font-size: 18pt;
    font-weight: normal;
    line-height: 1.88;
    color: #777;
    margin-bottom: 24px;
}

.minasan p {
    font-size: 12pt;
    line-height: 1.88;
    color: #777;
    margin-bottom: 24px;
}

.minasan .list-button {
    display: inline-block;
    margin-top: 48px;
    background-color: #22c0d8;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}


@media (max-width: 1050px) {
    .osusume .row {
        display: block;
    }

    .osusume .col {
        width: 100%;
        margin-bottom: 24px;
    }

    .osusume .col .image::before {
        padding-top: 35.4vw;
    }
    
    .osusume .col .image {
        width: 63vw;
    }

    .osusume .col .text {
        width: 63vw;
    }

    .merit .col {
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }

    .merit .col .inner {
        width: 90%;
    }

    .merit .col .image {
        width: 90%;
    }

    .merit .col .text {
        width: 90%;
    }
}

@media (max-width: 640px) {
    .osusume .col .image {
        width: 90%;
    }
    
    .osusume .col .text {
        width: 90%;
    }
}