@charset "UTF-8";

.freshers h2 {
    font-family: Roboto, sans-serif !important;
    color: #000000;
    text-align: center;
    font-size: 4rem;
    line-height: 120%;
    margin: 1rem auto;
}

.first-view {
    position: relative;
    text-align: center;
    padding-bottom: 2rem;
}

.first-view .first-view-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
    z-index: 999;
}

.first-view .first-view-logo img {
    max-width: 190px;
}

.pc-fv {
    position: relative;
}

.pc-fv .fv-txt {
    position: absolute;
    width: 50%;
    max-width: 400px;
    bottom: 0;
}

.first-view span {
    background: linear-gradient(transparent 40%, #fffd9a 40%);
}

.present {
    text-align: center;
    background: #000000;
    padding: 2rem 0;
}

.present .amazon {
    margin-bottom: 2rem !important;
    max-width: 700px;
    width: 95%;
}

.present p {
    font-size: 1.2rem;
    font-weight: bold;
}

.howto {
    text-align: center;
    padding: 2rem 0;
}

.howto ul {
    list-style: none;
    margin: 1rem auto;
    padding: 0;
    display: flex;
    text-align: center;
    width: 90%;
    max-width: 900px;
    justify-content: space-between;
}

.howto li {
    position: relative;
}

.howto li:first-child:after {
    content: "≫";
    color: #000000;
    font-size: 3rem;
    position: absolute;
    top: 28%;
    right: -2.7rem;
}

.howto p {
    width: 90%;
    margin: auto;
    max-width: 900px;
    text-align: left;
}

.twitter_bn {
    display: inline-block;
    background: #1da1f2;
    color: #fff;
    text-decoration: none !important;
    margin: 1rem auto;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 2.5rem;
}

.twitter_bn:hover {
    color: #fff;
}

.twitter_bn img {
    vertical-align: middle !important;
    margin-right: 10px !important;
}

.model {
    text-align: center;
    background: #c4c4c4;
    padding: 2rem 0 5rem;
}

.model ul {
    width: 90%;
    list-style: none;
    margin: 1rem auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.model ul li {
    width: calc(100%/2 - 28px);
    margin: 14px auto;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px;
}

.model ul li a {
    color: #000000;
    text-decoration: none !important;
    font-size: 1.5rem;
    text-align: left;
    line-height: 120%;
}

.model ul li p {
    margin: 1rem auto 0;
    position: relative;
}

.model ul li p:after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    background: url(img/next.png);
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btm_btn {
    text-align: center;
    margin: 4rem auto;
    width: 100%;
    max-width: 500px;
}

.btm_btn_tw {
    color: #1da1f2;
    background: #fff;
    display: block;
    border: solid 5px;
    padding: 10px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    margin-bottom: 2rem;
}

.btm_btn_tw:before {
    content: url(img/btm_tw.png);
    position: absolute;
    left: 15px;
    top: 17%;
}

.btm_btn_tw:hover {
    color: #1da1f2;
}

.btm_btn_back {
    color: #fff !important;
    background: #545454;
    display: block;
    padding: 10px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 2rem;
}

.btm_btn_back:hover {
    color: #fff;
}

#footerbox001 {
    max-width: 1000px;
    border-bottom: solid 1px #ccc;
    margin: 30px auto 30px !important;
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
}

#footerlogo {
    float: left;
}

#footercopy {
    float: left;
    margin: 50px 0 0 50px;
}

#footer-sns {
    float: right;
    margin: 50px 0 0 0;
}

#copybox {
    width: 100%;
    background-color: #404040;
    margin: 0 auto;
    padding: 8px 0;
}

#copybox p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 90%;
    color: #e8e8e8;
}

#outlinebox {
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

#outline-title {
    margin: 0 auto 70px;
    width: 480px !important;
}

.outlinedl {
    margin: 0 auto 50px;
    padding: 0 0 50px 0;
    border-bottom: solid 1px #ccc;
    text-align: center;
    max-width: 640px;
}

.outlinedl dt {
    font-weight: bold;
    font-size: 110%;
    margin: 0 auto 20px;
    padding: 0;
    color: #000000;
}

.outlinedl dd {
    margin: 0 auto;
    padding: 0;
    line-height: 1.7em;
    color: #626262;
}


.sp-fv {
    display: none;
}


.forsp {
    display: none;
}

.first-view p {
    margin: 3rem auto;
}



@media screen and (max-width: 480px) {
    .corp-container {
        padding: 0 !important;
    }

    .first-view .first-view-logo {
        top: 10px;
    }

    .freshers h2 {
        font-size: 2rem;
    }

    .pc-fv {
        display: none;
    }

    .forpc {
        display: none;
    }

    .sp-fv {
        position: relative;
        display: block;
    }

    .sp-fv .fv-txt {
        position: absolute;
        width: 50%;
        max-width: 400px;
        bottom: 0;
    }

    .first-view p {
        width: 90%;
        margin: 2rem auto;
        text-align: left;
    }

    .present {
        padding: 2rem 1rem;
    }

    .present p {
        font-size: 1rem;
    }

    .howto {
        padding: 2rem 1rem;
    }

    .howto ul {
        flex-direction: column;
    }

    .howto li:first-child {
        margin-bottom: 3rem;
    }

    .howto li:first-child:after {
        top: unset;
        right: 45%;
        bottom: -65px;
        transform: rotate(90deg);
    }

    .twitter_bn {
        font-size: 1.2rem;
    }

    .twitter_bn img {
        height: 30px;
    }

    .model ul li {
        width: 100%;
        margin: 7px auto;
    }

    .model ul li a {
        font-size: 1rem;
    }

    .model ul li p:after {
        width: 20px;
        height: 20px;
    }
}





.model-hd {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    background: #fff;
}

.model-hd img {
    width: 100%;
    max-width: 650px !important;
}

.page-model {
    padding: 6rem 0;
}

.model_flex {
    display: flex;
    justify-content: space-between;
}

.model_img {
    width: 45%;
    text-align: center;
    position: relative;
}

.model_no {
    position: absolute;
    top: -30px;
    left: 20px;
    display: block;
    width: 110px;
    height: 110px;
    margin: auto;
    background-image: url(img/number-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
    font-family: Robota, sans-serif;
    line-height: 200%;
    box-sizing: border-box;
    padding: 15px 0 0 5px;
    z-index: 999;
}

.model_no img {
    width: 90%;
}

.model_no span {
    font-size: 3rem;
}

.model_txt {
    width: 50%;
}

.model_txt table {
    border-collapse: separate;
    border-spacing: 0 5px;
    border: none;
    color: #ffffff;
}

.model_txt table th {
    width: 30%;
    border-bottom: 1px solid #dde414;
    text-align: left;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.model_txt table td {
    border: none;
    border-bottom: 1px solid;
}

.model_point {
    border: solid 1px #dde414;
    padding: 15px;
    margin: 1rem auto;
    color: #ffffff;
}

.model_point p {
    margin: auto;
}

.model_point span {
    font-weight: bold;
    display: block;
    text-align: center;
}


@media screen and (max-width: 480px) {
    .model-hd {
        padding: 1rem;
    }

    .page-model {
        padding: 4rem 1rem;
    }

    .model_flex {
        flex-direction: column;
    }

    .model_img {
        width: 100%;
    }

    .model_txt {
        width: 100%;
        margin: 2rem auto;
    }
}


.slider {
    position: relative;
    z-index: 1;
    height: 600px;
    padding: 0 45px;
    margin: auto;
}


.slider-item01-model001 {
    background: url(img/model001-01.jpg);
}

.slider-item02-model001 {
    background: url(img/model001-02.jpg);
}

.slider-item03-model001 {
    background: url(img/model001-03.jpg);
}

.slider-item04-model001 {
    background: url(img/model001-04.jpg);
}



.slider-item01-model002 {
    background: url(img/model002-01.jpg);
}

.slider-item02-model002 {
    background: url(img/model002-02.jpg);
}

.slider-item03-model002 {
    background: url(img/model002-03.jpg);
}

.slider-item04-model002 {
    background: url(img/model002-04.jpg);
}



.slider-item01-model003 {
    background: url(img/model003-01.jpg);
}

.slider-item02-model003 {
    background: url(img/model003-02.jpg);
}

.slider-item03-model003 {
    background: url(img/model003-03.jpg);
}

.slider-item04-model003 {
    background: url(img/model003-04.jpg);
}



.slider-item01-model004 {
    background: url(img/model004-01.jpg);
}

.slider-item02-model004 {
    background: url(img/model004-02.jpg);
}

.slider-item03-model004 {
    background: url(img/model004-03.jpg);
}

.slider-item04-model004 {
    background: url(img/model004-04.jpg);
}




.slider-item01-model005 {
    background: url(img/model005-01.jpg);
}

.slider-item02-model005 {
    background: url(img/model005-02.jpg);
}

.slider-item03-model005 {
    background: url(img/model005-03.jpg);
}

.slider-item04-model005 {
    background: url(img/model005-04.jpg);
}




.slider-item01-model006 {
    background: url(img/model006-01.jpg);
}

.slider-item02-model006 {
    background: url(img/model006-02.jpg);
}

.slider-item03-model006 {
    background: url(img/model006-03.jpg);
}

.slider-item04-model006 {
    background: url(img/model006-04.jpg);
}




.slider-item01-model007 {
    background: url(img/model007-01.jpg);
}

.slider-item02-model007 {
    background: url(img/model007-02.jpg);
}

.slider-item03-model007 {
    background: url(img/model007-03.jpg);
}

.slider-item04-model007 {
    background: url(img/model007-04.jpg);
}




.slider-item01-model008 {
    background: url(img/model008-01.jpg);
}

.slider-item02-model008 {
    background: url(img/model008-02.jpg);
}

.slider-item03-model008 {
    background: url(img/model008-03.jpg);
}

.slider-item04-model008 {
    background: url(img/model008-04.jpg);
}





.slider-item01-model009 {
    background: url(img/model009-01.jpg);
}

.slider-item02-model009 {
    background: url(img/model009-02.jpg);
}

.slider-item03-model009 {
    background: url(img/model009-03.jpg);
}

.slider-item04-model009 {
    background: url(img/model009-04.jpg);
}




.slider-item01-model010 {
    background: url(img/model010-01.jpg);
}

.slider-item02-model010 {
    background: url(img/model010-02.jpg);
}

.slider-item03-model010 {
    background: url(img/model010-03.jpg);
}

.slider-item04-model010 {
    background: url(img/model010-04.jpg);
}





.slider-item01-model011 {
    background: url(img/model011-01.jpg);
}

.slider-item02-model011 {
    background: url(img/model011-02.jpg);
}

.slider-item03-model011 {
    background: url(img/model011-03.jpg);
}

.slider-item04-model011 {
    background: url(img/model011-04.jpg);
}

.slider-item05-model011 {
    background: url(img/model011-05.jpg);
}




.slider-item01-model012 {
    background: url(img/model012-01.jpg);
}

.slider-item02-model012 {
    background: url(img/model012-02.jpg);
}

.slider-item03-model012 {
    background: url(img/model012-03.jpg);
}

.slider-item04-model012 {
    background: url(img/model012-04.jpg);
}





.slider-item01-model013 {
    background: url(img/model013-01.jpg);
}

.slider-item02-model013 {
    background: url(img/model013-02.jpg);
}

.slider-item03-model013 {
    background: url(img/model013-03.jpg);
}

.slider-item04-model013 {
    background: url(img/model013-04.jpg);
}



.slider-item01-model014 {
    background: url(img/model014-01.jpg);
}

.slider-item02-model014 {
    background: url(img/model014-02.jpg);
}

.slider-item03-model014 {
    background: url(img/model014-03.jpg);
}

.slider-item04-model014 {
    background: url(img/model014-04.jpg);
}



.slider-item01-model015 {
    background: url(img/model015-01.jpg);
}

.slider-item02-model015 {
    background: url(img/model015-02.jpg);
}

.slider-item03-model015 {
    background: url(img/model015-03.jpg);
}

.slider-item04-model015 {
    background: url(img/model015-04.jpg);
}



.slider-item01-model016 {
    background: url(img/model016-01.jpg);
}

.slider-item02-model016 {
    background: url(img/model016-02.jpg);
}

.slider-item03-model016 {
    background: url(img/model016-03.jpg);
}

.slider-item04-model016 {
    background: url(img/model016-04.jpg);
}


.slider-item {
    width: 100%;
    height: 600px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 45%;
    cursor: pointer;
    outline: none;
    /* border-top: 2px solid #ccc; */
    /* border-right: 2px solid #ccc; */
    height: 35px;
    width: 35px;
}

.slick-prev {
    left: 0;
    /* transform: rotate(-135deg); */
    background: url(img/prev.png);
    background-size: cover;
}

.slick-next {
    right: 0;
    /* transform: rotate(45deg); */
    background: url(img/next.png);
    background-size: cover;
}


.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    padding: 0;
}

.slick-dots .slick-active button {
    background: #dde414;
}









@media screen and (max-width: 480px) {
    .slider {
        height: auto;
    }

    .slider-item {
        height: 450px !important;
    }
}


@media screen and (max-width:768px) {

    #footerlogo {
        float: none;
        text-align: center;
    }

    #footercopy {
        float: none;
        margin: 20px auto;
        text-align: center;
    }

    #footer-sns {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #footer-sp {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .footer-sp-p img {
        margin: 0 auto 10px;
        padding: 0;
        max-width: 90% !important;
    }

    #copybox p {
        font-size: 80%;
    }

    #outlinebox {
        background: none !important;
        padding: 0 !important;
    }

    #outlineboxsp {
        background: #fff;
        padding: 50px 0;
    }

    #outline-title {

        margin: 0 auto 30px !important;
        width: 80% !important;
    }

    .outlinedl {
        margin: 0 auto 50px;
        padding: 0 0 50px 0;
        border-bottom: solid 1px #ccc;
        text-align: center;
        max-width: 90% !important;
    }


}

@media screen and (min-width:769px) {

    #footer-sp {
        display: none;
    }

}
