@charset "utf-8";

/* ----------------------------------------------------------------------
STUDENTS
---------------------------------------------------------------------- */
#loader-bg {
    background:#fff;
}


#student01 #loader-bg {
    background:url(/special/hellow/img/01/load_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#student02 #loader-bg {
    background:url(/special/hellow/img/02/load_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#student03 #loader-bg {
    background:url(/special/hellow/img/03/load_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#loader-bg .logo {
    left:70%;
}

@media (max-width: 767px) {
    #loader-bg .logo {
        top:170px;
    }
}

/*
header
---------- */
header {
    padding: 50px 0 0;
    margin-bottom: 100px;
}

header > p {
    width: 520px;
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 1;
}

.mainvisual {
    position: relative;
}

.mainvisual .img {
    text-align: right;
}

.mainvisual .img img {
    max-width:80%;
}

.mainvisual .txt {
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -15%;
    left: 0;
    padding: 5%;
}

.mainvisual h1 {
    font-size: 2.7rem;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
}

.mainvisual h1:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(/special/hellow/img/co_ic_01.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.mainvisual h1:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(/special/hellow/img/co_ic_02.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mainvisual h1 + p {
    margin-left:10px;
}

@media (max-width: 1200px) {
    header {
        margin-bottom:200px;
    }

    header > p {
        width:400px;
        top: 30px;
        left: 30px;
    }

    .mainvisual .img img {
        max-width:90%;
    }

    .mainvisual h1 {
        font-size:2.2rem;
    }

    .mainvisual .txt {
        bottom:-25%;
    }
}

@media (max-width: 700px) {
    header {
        padding-top:100px;
        margin-bottom:30px;
    }

    header > p {
        max-width: 60%;
        top: 20px;
        left: 20px;
    }

    .mainvisual {
        text-align:center;
    }

    .mainvisual .img img {
        max-width:100%;
    }

    .mainvisual .txt {
        position:relative;
        bottom:0;
        padding:5% 0;
        text-align:left;
    }

    .mainvisual h1 {
        font-size:2rem;
    }
}

@media (max-width: 700px) {
    .mainvisual h1 {
        font-size:1.8rem;
    }
}

/*
main
---------- */
main {
    position: relative;
}

h2 {
    text-align: center;
}

h2 .num {
    margin-bottom: 50px;
    display:block;
}

h2 .txt {
    display:block;
}

#intro {
    position: relative;
    padding-top: 370px;
    margin-bottom: 200px;
}

#intro:before {
    position: absolute;
    left: 30%;
    top: 0;
    content: "";
    background: url(/special/hellow/img/co_ar_down_01.png) no-repeat bottom center;
    display: inline-block;
    width: 24px;
    height: 238px;
    background-size: contain;
}

#intro .img:first-child img {
    margin: 0 0 20px 10%;
}

#intro .img:last-child img {
    margin: 0 0 0 40%;
}

@media (max-width: 700px) {
    #intro {
        padding-top: 300px;
    }

    #intro .img:first-child img {
        max-width:80%;
    }
    #intro .img:last-child img {
        max-width:70%;
    }

    h2 .num img {
         width:103px;
     }

    h2 .name img {
        width:17px;
    }
}

@media (max-width: 500px) {
    #intro {
        margin-bottom:150px;
    }

    h2 .name img {
        width:11px;
    }

    #intro .img:first-child img {
        margin: 0 0 20px 5%;
    }

    #intro .img:last-child img {
        margin:0 0 0 35%;
    }
}

@media (max-width: 500px) {
    h2 .num {
        margin-bottom:20px;
    }
}

.story {
    background:url(/special/hellow/img/co_bg_01.jpg) no-repeat center bottom;
    background-size:auto 100%;
    padding-bottom:150px;
}

@media (max-width: 1200px) {
    .story {
        background:url(/special/hellow/img/co_bg_01.jpg) no-repeat center bottom;
        background-size:90% 100%;
    }
}

/*
section
---------- */
main section {
    width: 900px;
    max-width: 96%;
    margin: 0 auto 150px;
    text-align: center;
}

main section:last-child {
    margin-bottom:0;
}

main section .img {
    margin-bottom: 30px;
    position: relative;
}


main section .img:after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 160px;
    background: rgba(253, 227, 227, 0.7);
    border-radius: 80px;
    position: absolute;
    bottom: -80px;
}

#sec-01 .img:after, #sec-03 .img:after {
    left: -80px;
}

main #sec-02 .img:after {
    right: -80px;
}

main section .txt {
    display: inline-block;
    text-align: left;
}

main section h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    main section .img:after {
        width:100px;
        height:100px;
        border-radius:50px;
        bottom: -50px;
    }

    #sec-01 .img:after, #sec-03 .img:after {
        left: -50px;
    }

    main #sec-02 .img:after {
        right: -50px;
    }
}

@media (max-width: 700px) {
    main section h3 {
        font-size: 1.7rem;
    }

    main section .img:after {
        width:60px;
        height:60px;
        border-radius:30px;
        bottom: -30px;
    }

    #sec-01 .img:after, #sec-03 .img:after {
        left: -30px;
    }

    main #sec-02 .img:after {
        right: -30px;
    }
}


/*
middle-01
---------- */
#middle-01 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 200px;
    position: relative;
}

#middle-01 .img:first-child {
    margin-bottom: 30px;
}

#middle-01 .img:last-child {
    text-align: right;
}

#middle-01 .txt {
    margin: 100px auto 0;
}

#middle-01 .txt p {
    width:132px;
}

@media (max-width: 1200px) {
    #middle-01 .img:first-child {
        max-width: 70%;
        margin-bottom: 20px;
    }

    #middle-01 .l-flex .img {
        max-width: 50%;
    }

    #middle-01 .txt {
        margin: 70px auto 0;
    }
}

@media (max-width: 700px) {
    #middle-01 .img:first-child {
        margin-bottom: 10px;
    }

    #middle-01 .txt {
        margin: 40px auto 0;
    }
}

@media (max-width: 500px) {
    #middle-01 .txt {
        margin: 40% auto 0;
    }
}

/*
middle-02
---------- */
#middle-02 {
    margin-bottom: 150px;
    overflow-x: hidden;
}

#middle-02 .imgarea {
    margin-bottom: 50px;
    width: 120%;
    left: 0;
}

#middle-02 p {
    left: 70%;
    position: relative;
    width:170px;
}


.slick-slide img {
    border-left: 40px solid #fff;
    border-top: 40px solid #fff;
}

.slick-current img {
    border: none !important;
}

@media (max-width: 1200px) {
    .slick-slide img {
        border-left: 30px solid #fff;
        border-top: 30px solid #fff;
    }
}

@media (max-width: 767px) {
    #middle-02 .imgarea {
        width: 125%;
    }
}

@media (max-width: 500px) {
    .slick-slide img {
        border-left: 20px solid #fff;
        border-top: 20px solid #fff;
    }
}

@media (max-width: 700px) {
    #middle-02 p {
        left: 45%;
    }
}

/*
last
---------- */
#last {
    margin-bottom:100px;
}

#last .img {
    margin-bottom: 50px;
}

#last .img img {
    width: 100%;
    height: auto;
}


#last p img {
    display:inline-block;
    width:174px;
}

@media (max-width: 700px) {
}


/*
navarea
---------- */
.navarea .l-flex {
    margin-bottom:30px;
}

.navarea li {
    width:49%;
}

.navarea li a {
    box-shadow:0 0 12px 0 rgba(0,0,0,0.27);
}

.navarea li .img {
    width:50%;
}

.navarea li .txt {
    width:50%;
    text-align:center;
    padding:0 30px 0 20px;
    position:relative;
}

.navarea li .txt:after {
    content:"";
    display:inline-block;
    width:15px;
    height:26px;
    background:url(/special/hellow/img/co_ar_right_02.png) no-repeat center center;
    background-size:contain;
    position:absolute;
    right:20px;
    top:50%;
    -webkit-transform: translateY-50%);
    transform: translateY(-50%);
}

.navarea a {
    position:relative;
}

.navarea .num {
    position:absolute;
    width:100px;
    bottom:5px;
    left:50%;
    margin-left:-50px;
}

.pc .navarea .l-flex a:hover {
    box-shadow:0 0 2px 0 rgba(0,0,0,0.27);
    opacity:0.7;
}

.navarea .txt-c a {
    font-size:1.3rem;
    text-decoration:underline;
}

@media (max-width: 1200px) {
    .navarea li .img {
        width:40%;
    }

    .navarea li .txt {
        width:60%;
    }

    .navarea .num {
        width:70px;
        left:40%;
        margin-left:-35px;
    }
}

@media (max-width: 900px) {
    .navarea > .l-flex {
        display:block;
        text-align:center;
    }

    .navarea li {
        display:block;
        margin:0 auto 20px;
        width:80%;
    }

    .navarea li .img {
        width:50%;
    }

    .navarea li .txt {
        width:50%;
    }
}

@media (max-width: 700px) {
    .navarea > .l-flex {
        display:flex;
        text-align:center;
    }

    .navarea li .l-flex {
        display:block;
    }

    .navarea li {
        width:49%;
    }

    .navarea li .img {
        width:40%;
    }

    .navarea li .txt {
        width:100%;
        padding:10px;
        display:block;
    }

    .navarea li .txt:after {
        right:15px;
        width:12px;
        height:20px;
    }

    .navarea .num {
        left:10px;
        top:10px;
        margin-left:0;
    }

}

@media (max-width: 500px) {
    .navarea > .l-flex {
        display:block;
        text-align:center;
    }

    .navarea li {
        width:80%;
    }
}



.sec-note .img {
    margin-bottom:0;
}

.sec-note .img + p {
    margin-bottom:30px;
    position:relative;
}

.box-note {
    border:2px solid #fddcdc;
    padding:20px;
    display:inline-block;
    margin-top:40px;
    text-align:left;
    background:#fff;
}

.box-note h4 {
    font-size:1.5rem;
    margin-bottom:10px;
}

.box-note li {
    margin-bottom:3px;
}

.box-note li:last-child {
    margin-bottom:0;
}

.box-note li a {
    font-size:1.3rem;
}

.box-note li a:after {
    content:"";
    display:inline-block;
    background:url(/special/hellow/img/co_ar_right_02.png) no-repeat center center;
    width:10px;
    height:13px;
    background-size:contain;
    margin-left:5px;
    vertical-align:middle;
}
