@charset "UTF-8";

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/


/* ------ common ----------------------------------- */

.top_wrap {
    max-width: 1240px;
    margin: auto;
}

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

    .course>.inner,
    .qualification>.inner,
    .method>.inner,
    .treatment>.inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course>.inner>.inner,
    .qualification>.inner>.inner,
    .method>.inner>.inner,
    .treatment>.inner>.inner {
        max-width: 1000px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
}

h2.sub_ttl {
    border-radius: 15px;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
    line-height: 1.3;
    margin: calc(70 / 750 * 100%) auto 1em;
    padding: 1em 0;
}

h3.num {
    position: relative;
    font-size: 105%;
    line-height: 1.3;
    background: #f2f2f2;
    border-radius: 15px;
    vertical-align: middle;
    padding: 0.8em 1em;
    font-weight: bold;
    counter-increment: count;
    margin-bottom: calc(40 / 750 * 100%);
    /* margin-left: 3em; */
    text-align: left;
}

@media screen and (min-width: 768px) {
    h3.num {
        margin-bottom: calc(30 / 1856 * 100%);
    }
}


/* h3.num:before {
    display: none;
    content: counter(count);
    font-size: 8rem;
    line-height: 1;
    font-family: "Concert One";
    font-weight: normal;
    color: #ff8ca9;
    vertical-align: middle;
    position: absolute;
    left: -1.1em;
    display: block;
    top: 0;
    width: 1em;
    text-align: center;
} */

@media screen and (min-width: 768px) {
    h3.num:before {
        display: none;
        font-size: 6rem;
        width: calc(180 / 1856 * 100%);
        left: 0;
        margin-left: calc(180 / 1856 * 100% * -1);
    }
}

.ng_txt_box {
    /* padding: 0 0 0 calc(150 / 750 * 100%); */
    text-align: left;
}


/* @media screen and (min-width: 768px) {
    .ng_txt_box {
        padding: 0 0 0 calc(100 / 1240 * 100%);
    }
} */

p.catch {
    color: #ff3b6c;
    font-size: 120%;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    padding: calc(60 / 750 * 100%) 0 calc(80 / 750 * 100%);
}

.natusaiyou_box {
    width: 100%;
    max-width: 300px;
    padding: 5px;
    background-color: #00bfff;
    font-size: 105%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    p.catch {
        padding: calc(60 / 1240 * 100%) 0 calc(80 / 1240 * 100%);
    }
}

p.shimekiri {
    text-align: left;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    p.shimekiri {
        padding-top: 1em;
    }
}

p.shimekiri span {
    display: block;
    color: #ff3b6c;
    font-size: 105%;
}

.hissu {
    font-size: 105%;
    font-weight: bold;
    display: inline-block;
    padding: 1em 2em;
    margin: auto;
    background: url(../images/newgraduate/bg_point.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
    .hissu {
        margin: 1em auto;
    }
}


/* ------ course 募集 ----------------------------------- */

.course h4 {
    border: 1px solid #cccccc;
    padding: 0.5em 1em;
}

.course ul {
    margin: 1em 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.course ul li {
    margin: 0.5em 0;
    line-height: 1.4;
    width: 50%;
}

.course ul li:last-child {
    /* width: 100%; */
}

@media screen and (min-width: 768px) {
    .course ul li {
        width: 25%;
    }

    .course ul li:last-child {
        /* width: 100%; */
    }
}

.course ul li:before {
    content: "● ";
    color: #ff8ca9;
}


/* ------ qualification 応募資格・締め切り ----------------------------------- */

.qualification .trigger {
    background: #ff8ca9;
    cursor: pointer;
    font-size: 105%;
    font-weight: bold;
    padding: 0.8em 1em;
    padding-right: 2.8em;
    border-radius: 15px;
    line-height: 1.2;
}

.gray {
    background: #f2f2f2 !important;
}

.qualification .trigger span {
    display: inline-block;
    color: #ff3b6c;
    background: #fff;
    border-radius: 4rem;
    font-size: 88%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: 0.2em 1em;
}

.qualification .trigger span.end {
    display: block;
    color: #000;
    background: none;
    padding: 0.4em 0 0;
}

@media screen and (min-width: 768px) {
    .qualification .trigger span.end {
        display: inline-block;
    }
}

.qualification .trigger:before,
.qualification .trigger:after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: black;
    border-radius: 10px;
    position: absolute;
}

.qualification .trigger:after {
    top: 50%;
    right: 20px;
}

.qualification .trigger:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.qualification .trigger.is-open:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.qualification .content {
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden;
    max-height: 0;
}

.qualification .content.is-open {
    max-height: var(--max-height);
}

.qualification ul.acoddion {
    list-style: none;
    margin: 0 auto;
}

.qualification ul.acoddion li {
    margin: 1.5em 0 0;
}


/* ------ method 応募方法 ----------------------------------- */

.method a {
    display: block;
    line-height: 3.6;
    border-radius: 5em;
    background: #ffe730;
    font-weight: bold;
    font-size: 105%;
    text-align: center;
    position: relative;
    margin: 1em 0 3em;
}

@media screen and (min-width: 768px) {
    .method a {
        max-width: 360px;
        margin: 1em auto 3em;
    }
}

.method a:after {
    content: "\e902";
    font-family: 'icomoon' !important;
    font-weight: normal;
    position: absolute;
    right: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.method a:hover:after {
    right: 30px;
}

.method a.mypage {
    background: #ff8ca9;
}

@media screen and (min-width: 768px) {
    .method p {
        width: 85%;
        margin: auto;
    }
}


/* ------ treatment 待遇 ----------------------------------- */

.treatment {
    padding-bottom: 4em;
}

.treatment dl {
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .treatment dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.treatment dl dt,
.treatment dl dd {
    font-size: 95%;
    line-height: 1.8;
    padding: 1.3em 0;
}

.treatment dl dt {
    font-weight: bold;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .treatment dl dt {
        border-bottom: 1px solid #cccccc;
        width: 10em;
    }
}

.treatment dl dd {
    border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
    .treatment dl dd {
        width: calc(100% - 10em);
    }
}