html,
body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1;

    position: relative;

    text-align: center;

    color: #402a2a;
}

.main
{
    position: relative;
    z-index: 0;

    background-color: #fff;
}

a
{
    text-decoration: none;

    color: #402a2a;
}

.sp
{
    display: none !important;
}

@media print, screen and (max-width: 760px)
{
    .sp
    {
        display: block !important;
    }
}

.pc
{
    display: block;
}

@media print, screen and (max-width: 760px)
{
    .pc
    {
        display: none !important;
    }
}

.spi
{
    display: none;
}

@media print, screen and (max-width: 760px)
{
    .spi
    {
        display: inline;
    }
}

.pci
{
    display: inline;
}

@media print, screen and (max-width: 760px)
{
    .pci
    {
        display: none;
    }
}

br
{
    font-size: 0;
}

/* ============== .l-sec ============== */
.l-sec
{
    width: 100%;
}

.l-sec__inner
{
    width: 68.75vw;
    max-width: 1320px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1025px)
{
    .l-sec__inner
    {
        width: 80%;
    }
}

@media print, screen and (max-width: 760px)
{
    .l-sec__inner
    {
        width: 89.33333vw;
    }
}

.l-sec--fixed
{
    overflow: hidden;
}

/* ============== .head ============== */
.head
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;

    background-color: #fff;
}

.head.active .head__lBox
{
    width: 140px;
    height: 110px;
}

@media print, screen and (max-width: 1921px)
{
    .head.active .head__lBox
    {
        width: 7.29167vw;
        height: 5.72917vw;
    }
}

.head.active .head__logo
{
    width: 80px;
}

@media print, screen and (max-width: 1921px)
{
    .head.active .head__logo
    {
        width: 4.16667vw;
    }
}

.head.active .head__logoTxt
{
    font-size: 14px;
    font-weight: 500;
}

@media print, screen and (max-width: 1921px)
{
    .head.active .head__logoTxt
    {
        font-size: .72917vw;
    }
}

.head__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.head__lBox
{
    position: absolute;
    top: 0;
    left: 0;

    width: 258px;
    height: 215px;

    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 0 0 70px 0;
    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .head__lBox
    {
        width: 13.4375vw;
        height: 11.19792vw;

        border-radius: 0 0 3.64583vw 0;
    }
}

.head__lBoxInner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head__logo
{
    display: block;

    width: 120px;

    -webkit-transition: .3s;
            transition: .3s;
}

@media print, screen and (max-width: 1921px)
{
    .head__logo
    {
        width: 6.25vw;
    }
}

.head__logoTxt
{
    font-size: 18px;
    font-weight: 500;

    -webkit-transition: .3s;
            transition: .3s;
}

@media print, screen and (max-width: 1921px)
{
    .head__logoTxt
    {
        font-size: .9375vw;
    }
}

.head__rBox
{
    height: 110px;
    padding-right: 32px;

    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .head__rBox
    {
        height: 5.72917vw;
        padding-right: 1.66667vw;
    }
}

.head__nav
{
    height: 100%;
}

.head__ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

.head__li:last-of-type
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 23px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 1921px)
{
    .head__li:last-of-type
    {
        margin-left: 1.19792vw;
    }
}

.head__navLink
{
    font-size: 20px;
    font-weight: 500;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 0 30px;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: .05em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 1921px)
{
    .head__navLink
    {
        font-size: 1.04167vw;

        padding: 0 1.5625vw;
    }
}

.head__navLink:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 5px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
    background-color: #9dd652;
}

@media print, screen and (max-width: 1921px)
{
    .head__navLink:after
    {
        height: .26042vw;
    }
}

.head__navLink.active
{
    background-color: rgba(246, 237, 209, .7);
}

.head__navLink.active:after
{
    opacity: 1;
}

.head__navLink:hover
{
    background-color: rgba(246, 237, 209, .7);
}

.head__navLink:hover:after
{
    opacity: 1;
}

.head__entry
{
    font-size: 20px;
    font-weight: 500;

    position: relative;
    z-index: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 268px;
    height: 56px;

    letter-spacing: .05em;

    color: #fff;
    border-radius: 28px;
    background-color: #9dd652;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 1921px)
{
    .head__entry
    {
        font-size: 1.04167vw;
    }
}

.head__entry:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    background-color: #f6edd1;
}

.head__entry:hover
{
    color: #402a2a;
}

.head__entry:hover:after
{
    width: 100%;
}

/* ============== .foot ============== */
.foot
{
    padding: 15px 0;

    background-color: #000;
}

@media print, screen and (max-width: 1921px)
{
    .foot
    {
        padding: .78125vw 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot
    {
        padding: 1.46484vw 0;
    }
}

@media print, screen and (max-width: 760px)
{
    .foot
    {
        padding: 1.31579vw 0;
    }
}

.foot__txt
{
    font-size: 16px;
    font-weight: bold;

    text-align: center;
    letter-spacing: 0;

    color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .foot__txt
    {
        font-size: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__txt
    {
        font-size: 1.36719vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .foot__txt
    {
        font-size: 2.63158vw;
    }
}

/* ============== .c-modal ============== */
.c-modal
{
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: rgba(0, 0, 0, .73);
}

.c-modal__wrp
{
    overflow: auto;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding-top: 141px;
    padding-bottom: 149px;

    -webkit-overflow-scrolling: touch;
}

@media print, screen and (max-width: 1921px)
{
    .c-modal__wrp
    {
        padding-top: 7.34375vw;
        padding-bottom: 7.76042vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-modal__wrp
    {
        padding-top: 13.15789vw;
        padding-bottom: 13.15789vw;
    }
}

.c-modal__cont
{
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1700px;
    height: 100%;
    margin: 0 auto;

    table-layout: fixed;

    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .c-modal__cont
    {
        width: 88.54167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-modal__cont
    {
        width: 92.77344vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-modal__cont
    {
        width: 92.55814vw;
        height: 220.93023vw;
    }
}

.c-modal__inner
{
    position: relative;

    width: 85.9375vw;
    margin: 0 auto;
}

.c-modal__close
{
    position: absolute;
    top: -80px;
    right: -100px;
}

@media print, screen and (max-width: 1921px)
{
    .c-modal__close
    {
        top: -4.16667vw;
        right: -5.20833vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-modal__close
    {
        top: -9.86842vw;
        right: -2.63158vw;
    }
}

.c-modal__closeBtn
{
    display: block;

    width: 40.81px;
    height: 40.81px;
}

@media print, screen and (max-width: 1921px)
{
    .c-modal__closeBtn
    {
        width: 2.12552vw;
        height: 2.12552vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-modal__closeBtn
    {
        width: 2.44141vw;
        height: 2.44141vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-modal__closeBtn
    {
        width: 5.36974vw;
        height: 5.36974vw;
    }
}

.c-modal__closeBtn > img
{
    width: 100%;
}

/* ============== .mv ============== */
.mv
{
    position: relative;

    display: block;

    width: 1741px;
    height: 968px;
    margin: 0 auto;
    margin-top: 110px;

    -o-object-fit: contain;
       object-fit: contain;
}

@media print, screen and (max-width: 1921px)
{
    .mv
    {
        width: 90.67708vw;
        height: 50.41667vw;
        margin-top: 5.72917vw;
    }
}

.mv img
{
    display: block;

    width: 100%;
    margin: 0 auto;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    -webkit-transition-timing-function: easeInSine;
            transition-timing-function: easeInSine;

    opacity: 0;

    -o-object-fit: contain;
       object-fit: contain;
}

.mv.active img
{
    opacity: 1;
}

.mv.active .mv__copy
{
    opacity: 1;
}

.mv__copy
{
    font-family: kiwi-maru, sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;

    position: absolute;
    top: 50px;
    left: 120px;

    -webkit-transition: 1.4s;
            transition: 1.4s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-timing-function: easeInSine;
            transition-timing-function: easeInSine;
    text-align: left;
    letter-spacing: .05em;
        -ms-writing-mode: tb-rl;

    opacity: 0;
    text-shadow: 0 3px 4px rgba(255, 255, 255, .3);

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}

@media print, screen and (max-width: 1921px)
{
    .mv__copy
    {
        font-size: 2.60417vw;

        top: 2.60417vw;
        left: 6.25vw;
    }
}

.mv__copy span
{
    position: relative;
}

.mv__copy span:after
{
    position: absolute;
    top: 0;
    right: -5px;

    width: 7px;
    height: 100%;

    content: '';

    background-image: url(../images/img_mv_dot.svg);
    background-repeat: repeat-y;
    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .mv__copy span:after
    {
        right: -.26042vw;

        width: .36458vw;
    }
}

.mv__copy span:nth-of-type(2)
{
    margin-top: 200px;
}

@media print, screen and (max-width: 1921px)
{
    .mv__copy span:nth-of-type(2)
    {
        margin-top: 10.41667vw;
    }
}

.mv__copy span:nth-of-type(3)
{
    margin-top: 365px;
}

@media print, screen and (max-width: 1921px)
{
    .mv__copy span:nth-of-type(3)
    {
        margin-top: 19.01042vw;
    }
}

/* ============== .entrySec ============== */
.entrySec
{
    position: relative;

    padding: 10.41667vw 0 90px;

    background-color: #9dd652;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec
    {
        padding: 10.41667vw 0 4.6875vw;
    }
}

.entrySec:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5.52083vw;

    content: '';

    background-image: url(../images/img_entry_sec_top.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.entrySec__inner
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
    padding: 110px 0;

    border-radius: 20px;
    background-color: rgba(255, 255, 255, .4);
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__inner
    {
        padding: 5.72917vw 0;

        border-radius: 1.04167vw;
    }
}

.entrySec__mainForm
{
    width: 80%;
    margin: 0 auto;
    margin-top: 65px;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__mainForm
    {
        margin-top: 3.38542vw;
    }
}

.entrySec__main
{
    width: 100%;
}

.entrySec__th
{
    font-size: 20px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30%;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__th
    {
        font-size: 1.04167vw;
    }
}

.entrySec__th > span
{
    position: relative;
}

.entrySec__td
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    padding: 20px 0;
}

.entrySec__txt
{
    font-size: 18px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;

    border: none;
    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__txt
    {
        font-size: .9375vw;

        padding: 1.04167vw;
    }
}

.entrySec__txt ::-webkit-input-placeholder
{
    color: #d9d9d9;
}

.entrySec__txt ::-moz-placeholder
{
    color: #d9d9d9;
}

.entrySec__txt ::-ms-input-placeholder
{
    color: #d9d9d9;
}

.entrySec__txt ::placeholder
{
    color: #d9d9d9;
}

.entrySec__textarea
{
    font-size: 18px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 20px;

    border: none;
    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__textarea
    {
        font-size: .9375vw;

        height: 10.41667vw;
        padding: 1.04167vw;
    }
}

.entrySec__textarea ::-webkit-input-placeholder
{
    color: #d9d9d9;
}

.entrySec__textarea ::-moz-placeholder
{
    color: #d9d9d9;
}

.entrySec__textarea ::-ms-input-placeholder
{
    color: #d9d9d9;
}

.entrySec__textarea ::placeholder
{
    color: #d9d9d9;
}

/* ============== .aboutSec ============== */
.aboutSec
{
    position: relative;

    padding: 150px 0 95px;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec
    {
        padding: 7.8125vw 0 4.94792vw;
    }
}

.aboutSec .l-sec__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutSec__circle
{
    position: absolute;

    display: block;
}

.aboutSec__circle--l
{
    z-index: 1;
    bottom: -200px;
    left: 0;

    width: 300px;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec__circle--l
    {
        bottom: -10.41667vw;

        width: 15.625vw;
    }
}

.aboutSec__circle--r
{
    top: -26px;
    right: 0;

    width: 272px;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec__circle--r
    {
        top: -1.35417vw;

        width: 14.16667vw;
    }
}

.aboutSec__lBox
{
    width: 614px;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec__lBox
    {
        width: 31.97917vw;
    }
}

.aboutSec__lBox img
{
    display: block;

    width: 100%;
}

.aboutSec__rBox
{
    width: 565px;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec__rBox
    {
        width: 29.42708vw;
    }
}

.aboutSec__txt
{
    font-size: 16px;
    line-height: 2.9;

    margin-top: 45px;
}

@media print, screen and (max-width: 1921px)
{
    .aboutSec__txt
    {
        font-size: .83333vw;

        margin-top: 2.34375vw;
    }
}

/* ============== .c-ttl ============== */
.c-ttl
{
    font-family: kiwi-maru, sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;

    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl
    {
        font-size: 2.08333vw;
    }
}

.c-ttl--about span:after
{
    width: 250px;

    background-image: url(../images/img_c_ttl_about_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--about span:after
    {
        width: 13.02083vw;
    }
}

.c-ttl--system span:after
{
    width: 286px;

    background-image: url(../images/img_c_ttl_system_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--system span:after
    {
        width: 14.89583vw;
    }
}

.c-ttl--schedule span:after
{
    width: 185px;

    background-image: url(../images/img_c_ttl_schedule_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--schedule span:after
    {
        width: 9.63542vw;
    }
}

.c-ttl--interview
{
    color: #fff;
}

.c-ttl--interview span:after
{
    width: 334px;

    background-image: url(../images/img_c_ttl_interview_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--interview span:after
    {
        width: 17.39583vw;
    }
}

.c-ttl--job span:after
{
    width: 166px;

    background-image: url(../images/img_c_ttl_job_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--job span:after
    {
        width: 8.64583vw;
    }
}

.c-ttl--entry span:after
{
    width: 369px;

    background-image: url(../images/img_c_ttl_entry_dot.svg);
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl--entry span:after
    {
        width: 19.21875vw;
    }
}

.c-ttl span
{
    position: relative;

    padding-bottom: 10px;
}

.c-ttl span:after
{
    position: absolute;
    bottom: 0;
    left: 3px;

    height: 8px;

    content: '';

    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl span:after
    {
        left: .15625vw;

        height: .41667vw;
    }
}

/* ============== .systemSec ============== */
.systemSec
{
    position: relative;
    z-index: 0;

    padding: 5.10417vw 0 8.125vw;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec
    {
        padding: 5.10417vw 0 8.125vw;
    }
}

.systemSec:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5.15625vw;

    content: '';

    background-image: url(../images/img_system_sec_top.svg);
    background-position: top;
    background-size: cover;
}

.systemSec:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 8.17708vw;

    content: '';

    background-image: url(../images/img_system_sec_btm.svg);
    background-position: bottom;
    background-size: cover;
}

.systemSec__inner
{
    padding-top: 19px;

    background-color: #f6edd1;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__inner
    {
        padding-top: .98958vw;
    }
}

.systemSec .l-sec__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 130px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec .l-sec__inner
    {
        margin-top: 6.77083vw;
    }
}

.systemSec__item
{
    position: relative;

    width: 400px;
    height: 500px;

    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__item
    {
        width: 20.83333vw;
        height: 26.04167vw;

        border-radius: 1.04167vw;
    }
}

.systemSec__num
{
    font-family: kiwi-maru, sans-serif;
    font-size: 30px;
    line-height: 50px;

    position: absolute;
    top: -23px;
    left: 0;

    width: 100px;
    height: 50px;

    letter-spacing: .05em;

    color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__num
    {
        font-size: 1.5625vw;
        line-height: 2.60417vw;

        top: -1.19792vw;

        width: 5.20833vw;
        height: 2.60417vw;
    }
}

.systemSec__num--01
{
    background-color: #8cd8ff;
}

.systemSec__num--02
{
    background-color: #ffbad2;
}

.systemSec__num--03
{
    background-color: #9dd652;
}

.systemSec__icon
{
    display: block;

    margin: 0 auto;
}

.systemSec__icon--01
{
    width: 123px;
    margin-top: 51px;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__icon--01
    {
        width: 6.40625vw;
        margin-top: 2.65625vw;
    }
}

.systemSec__icon--02
{
    width: 135px;
    margin-top: 65px;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__icon--02
    {
        width: 6.40625vw;
        margin-top: 3.38542vw;
    }
}

.systemSec__icon--03
{
    width: 96px;
    margin-top: 60px;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__icon--03
    {
        width: 5vw;
        margin-top: 3.125vw;
    }
}

.systemSec__ttl
{
    font-size: 30px;
    font-weight: 500;

    position: absolute;
    top: 197px;
    right: 0;
    left: 0;

    margin: 0 auto;

    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__ttl
    {
        font-size: 1.5625vw;

        top: 10.26042vw;
    }
}

.systemSec__ttl--01
{
    color: #8cd8ff;
}

.systemSec__ttl--02
{
    color: #ffbad2;
}

.systemSec__ttl--03
{
    color: #9dd652;
}

.systemSec__txt
{
    font-size: 16px;
    line-height: 2.3;

    position: absolute;
    top: 266px;
    right: 0;
    left: 0;

    width: 330px;
    margin: 0 auto;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .systemSec__txt
    {
        font-size: .83333vw;

        top: 13.85417vw;

        width: 17.1875vw;
    }
}

/* ============== .scheduleSec ============== */
.scheduleSec__inner
{
    position: relative;

    width: 68.75vw;
    margin: 0 auto;
    padding-top: 50px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__inner
    {
        padding-top: 2.60417vw;
    }
}

.scheduleSec__photo
{
    position: absolute;

    display: block;

    width: 380px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__photo
    {
        width: 19.79167vw;
    }
}

.scheduleSec__photo--01
{
    top: 160px;
    left: 80px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__photo--01
    {
        top: 8.33333vw;
        left: 4.16667vw;
    }
}

.scheduleSec__photo--02
{
    top: 407px;
    left: 200px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__photo--02
    {
        top: 21.19792vw;
        left: 10.41667vw;
    }
}

.scheduleSec__photo--03
{
    top: 654px;
    left: 45px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__photo--03
    {
        top: 34.0625vw;
        left: 2.34375vw;
    }
}

.scheduleSec__photo--04
{
    top: 901px;
    left: 175px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__photo--04
    {
        top: 46.92708vw;
        left: 9.11458vw;
    }
}

.scheduleSec__circle
{
    position: absolute;
    z-index: -1;
}

.scheduleSec__circle--01
{
    top: 246px;
    left: -61px;

    width: 317px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__circle--01
    {
        top: 12.8125vw;
        left: -3.17708vw;

        width: 16.51042vw;
    }
}

.scheduleSec__circle--02
{
    top: 928px;
    left: -40px;

    width: 336px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__circle--02
    {
        top: 48.33333vw;
        left: -2.08333vw;

        width: 17.5vw;
    }
}

.scheduleSec__timeBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 70px;
    margin-right: 112px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__timeBox
    {
        margin-top: 3.64583vw;
        margin-right: 5.83333vw;
    }
}

.scheduleSec__itemBox
{
    position: relative;

    padding: 96px 0 215px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__itemBox
    {
        padding: 5vw 0 11.19792vw;
    }
}

.scheduleSec__itemBox:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    content: '';

    background-color: #9dd652;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__itemBox:after
    {
        width: .15625vw;
    }
}

.scheduleSec__itemBox:before
{
    position: absolute;
    top: 0;
    left: -17.5px;

    width: 35px;
    height: 35px;

    content: '';

    border-radius: 50%;
    background-color: #9dd652;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__itemBox:before
    {
        left: -.91146vw;

        width: 1.82292vw;
        height: 1.82292vw;
    }
}

.scheduleSec__item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 65px;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item
    {
        padding-left: 3.38542vw;
    }
}

.scheduleSec__item:after
{
    position: absolute;
    top: 8px;
    left: -11.5px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 25px;

    content: '';

    border: 3px solid #9dd652;
    border-radius: 50%;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item:after
    {
        top: .41667vw;
        left: -.59896vw;

        width: 1.30208vw;
        height: 1.30208vw;

        border: .15625vw solid #9dd652;
    }
}

.scheduleSec__item--01
{
    margin-bottom: 70px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--01
    {
        margin-bottom: 3.64583vw;
    }
}

.scheduleSec__item--02
{
    margin-bottom: 82px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--02
    {
        margin-bottom: 4.27083vw;
    }
}

.scheduleSec__item--03
{
    margin-bottom: 48px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--03
    {
        margin-bottom: 2.5vw;
    }
}

.scheduleSec__item--04
{
    margin-bottom: 48px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--04
    {
        margin-bottom: 2.5vw;
    }
}

.scheduleSec__item--05
{
    margin-bottom: 88px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--05
    {
        margin-bottom: 4.58333vw;
    }
}

.scheduleSec__item--06
{
    margin-bottom: 70px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--06
    {
        margin-bottom: 3.64583vw;
    }
}

.scheduleSec__item--07
{
    margin-bottom: 70px;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__item--07
    {
        margin-bottom: 3.64583vw;
    }
}

.scheduleSec__time
{
    font-size: 38px;
    font-weight: 500;

    width: 162px;

    text-align: left;
    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__time
    {
        font-size: 1.97917vw;

        width: 8.4375vw;
    }
}

.scheduleSec__txtBox
{
    text-align: left;
}

.scheduleSec__itemTtl
{
    font-size: 28px;
    font-weight: 500;

    padding-top: 5px;

    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__itemTtl
    {
        font-size: 1.45833vw;

        padding-top: .26042vw;
    }
}

.scheduleSec__itemTxt
{
    font-size: 18px;
    font-weight: 400;

    margin-top: 17px;

    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .scheduleSec__itemTxt
    {
        font-size: .9375vw;

        margin-top: .88542vw;
    }
}

/* ============== .scheduleSec ============== */
.interviewSec
{
    position: relative;
    z-index: 0;

    padding-bottom: 5.46875vw;
}

.interviewSec:after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 9.53125vw;

    content: '';

    background-image: url(../images/img_interview_sec_btm.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.interviewSec__ttlBox
{
    position: relative;

    padding-top: 28px;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__ttlBox
    {
        padding-top: 1.45833vw;
    }
}

.interviewSec__ttlBox:after
{
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 0;
    left: 0;

    width: 925px;
    height: 309px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/img_interview_sec_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__ttlBox:after
    {
        top: -2.60417vw;

        width: 48.17708vw;
        height: 16.09375vw;
    }
}

.interviewSec__ttlSpeech
{
    font-family: kiwi-maru, sans-serif;
    font-size: 22px;
    font-weight: 500;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 394px;
    height: 57px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 11px;

    letter-spacing: .1em;

    background-image: url(../images/img_interview_sec_speech.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__ttlSpeech
    {
        font-size: 1.14583vw;

        width: 20.52083vw;
        height: 2.96875vw;
        margin-bottom: .77519vw;
        padding-top: .57292vw;
    }
}

.interviewSec__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1572px;
    margin: 0 auto;
    margin-top: 210px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__inner
    {
        width: 81.875vw;
        margin-top: 10.9375vw;
    }
}

.interviewSec__item
{
    position: relative;

    display: block;

    width: 483px;
    height: 430px;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__item
    {
        width: 25.15625vw;
        height: 22.39583vw;
    }
}

.interviewSec__item:hover .interviewSec__photo img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.interviewSec__photo
{
    display: block;
    overflow: hidden;

    width: 453px;
    margin-right: 0;
    margin-left: auto;

    border-radius: 20px;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__photo
    {
        width: 23.59375vw;

        border-radius: 1.04167vw;
    }
}

.interviewSec__photo img
{
    display: block;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
}

.interviewSec__txtBox
{
    position: absolute;
    bottom: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 453px;
    height: 205px;
    padding-right: 30px;
    padding-left: 28px;

    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__txtBox
    {
        width: 23.59375vw;
        height: 10.67708vw;
        padding-right: 1.5625vw;
        padding-left: 1.45833vw;

        border-radius: 1.04167vw;
    }
}

.interviewSec__num
{
    font-family: kiwi-maru, sans-serif;
    font-size: 105px;
    font-weight: 500;

    position: absolute;
    top: -74px;
    left: 0;

    letter-spacing: 0;

    color: #8cd8ff;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__num
    {
        font-size: 5.46875vw;

        top: -3.85417vw;
    }
}

.interviewSec__num--02
{
    color: #ffbad2;
}

.interviewSec__num--03
{
    color: #fde971;
}

.interviewSec__topBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 43px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__topBox
    {
        margin-top: 2.23958vw;
    }
}

.interviewSec__join
{
    font-size: 20px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 113px;
    height: 35px;

    letter-spacing: .05em;

    color: #fff;
    background-color: #8cd8ff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__join
    {
        font-size: 1.04167vw;

        width: 5.88542vw;
        height: 1.82292vw;
    }
}

.interviewSec__join--02
{
    background-color: #ffbad2;
}

.interviewSec__join--03
{
    background-color: #fde971;
}

.interviewSec__name
{
    font-size: 22px;
    font-weight: 500;

    margin-left: 18px;

    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__name
    {
        font-size: 1.14583vw;

        margin-left: .9375vw;
    }
}

.interviewSec__txt
{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;

    margin-top: 14px;

    text-align: left;
    letter-spacing: .05em;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__txt
    {
        font-size: 1.14583vw;

        margin-top: 1.08527vw;
    }
}

.interviewSec__more
{
    font-family: kiwi-maru, sans-serif;
    font-size: 18px;

    position: relative;

    margin-top: 5px;
    padding-right: 25px;

    text-align: right;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__more
    {
        font-size: .9375vw;

        margin-top: .26042vw;
        padding-right: 1.30208vw;
    }
}

.interviewSec__more:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 6px;
    height: 12px;
    margin: auto 0;

    content: '';

    background-image: url(../images/ico_interview_sec_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .interviewSec__more:after
    {
        width: .3125vw;
        height: .625vw;
    }
}

/* ============== .jobSec ============== */
.jobSec
{
    padding-bottom: 100px;

    background-color: #f6edd1;
}

@media print, screen and (max-width: 1921px)
{
    .jobSec
    {
        padding-bottom: 5.20833vw;
    }
}

.jobSec__inner
{
    margin-top: 65px;
    padding: 73px 0;

    border-radius: 20px;
    background-color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .jobSec__inner
    {
        margin-top: 3.38542vw;
        padding: 3.80208vw 0;

        border-radius: 1.55039vw;
    }
}

.jobSec__table
{
    width: 1080px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1921px)
{
    .jobSec__table
    {
        width: 56.25vw;
    }
}

.jobSec__tr:last-of-type
{
    padding-bottom: 0;
}

.jobSec__th
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 320px;
    padding: 25px 47px;

    text-align: left;
    letter-spacing: .05em;

    background-image: linear-gradient(to right, #9dd652 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 12px 1px;
}

@media print, screen and (max-width: 1921px)
{
    .jobSec__th
    {
        font-size: 1.04167vw;

        width: 16.66667vw;
        padding: 1.30208vw 2.44792vw;
        padding-left: 2.44792vw;
    }
}

.jobSec__td
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 759px;
    padding: 25px 10px 25px 0;

    text-align: left;
    letter-spacing: .05em;

    background-image: linear-gradient(to right, #9dd652 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 12px 1px;
}

@media print, screen and (max-width: 1921px)
{
    .jobSec__td
    {
        font-size: 1.04167vw;

        width: 39.53125vw;
        padding: 1.30208vw .52083vw 1.30208vw 0;
    }
}
