@charset 'UTF-8';
html,
body
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    font-size: 18px;
    line-height: 1;

    text-align: center;

    color: #000;
}

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

    background-color: #fff;
}

a
{
    text-decoration: none;

    color: #000;
}

.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: 79.16667vw;
    max-width: 1520px;
    margin: 0 auto;
}

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

@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%;
    margin: 0 auto;
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding-left: 22px;

    background-color: #fff;

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

@media print, screen and (max-width: 1921px)
{
    .head__inner
    {
        height: 3.64583vw;
        padding-left: 1.14583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__inner
    {
        height: 6.83594vw;
        padding: 0 2.92969vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__inner
    {
        height: 9.33333vw;
        padding: 0 2.93333vw;
    }
}

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

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

.head__logoLink:hover
{
    opacity: .7;
}

.head__txt
{
    line-height: 1;

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

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

.head__logo
{
    width: 282px;

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

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

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

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

.head__logo > img
{
    display: block;

    width: 100%;
}

.head__txt
{
    font-size: 22px;
    font-weight: 700;

    margin-left: 22px;

    letter-spacing: .11em;

    color: #1c4388;
}

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

        margin-left: 1.14583vw;
    }
}

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

        margin-left: 1.75781vw;
    }
}

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

        margin-left: 2.93333vw;
    }
}

.head__txt > span
{
    display: block;

    margin-left: 25px;
}

@media print, screen and (max-width: 1921px)
{
    .head__txt > span
    {
        margin-left: 1.30208vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__txt > span
    {
        margin-left: 3.33333vw;
    }
}

.head__nav
{
    height: 100%;
}

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

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

    height: 100%;

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

.head__list
{
    height: 100%;
}

.head__link
{
    font-size: 16px;
    font-weight: 700;
    line-height: 70px;

    display: block;

    height: 100%;
    padding: 0 27px;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    color: #1c4388;
}

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

        padding: 0 1.40625vw;
    }
}

.head__link--active
{
    font-weight: bold;

    border-bottom: 2px solid black;
}

.head__link:hover
{
    background-color: #eaf1ff;
}

.head__spNav
{
    display: none;
}

@media print, screen and (max-width: 1025px)
{
    .head__spNav
    {
        position: relative;

        display: block;

        width: 4.49219vw;
        height: 1.75781vw;

        cursor: pointer;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__spNav
    {
        width: 6.13333vw;
        height: 2.93333vw;
    }
}

.head__spNav > span
{
    position: absolute;
    right: 0;
    left: 0;

    width: 46px;
    height: 4px;
    margin: 0 auto;

    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;

    background-color: #00529b;
}

@media print, screen and (max-width: 1921px)
{
    .head__spNav > span
    {
        width: 2.39583vw;
        height: .20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__spNav > span
    {
        width: 4.49219vw;
        height: .39062vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__spNav > span
    {
        width: 6.13333vw;
        height: .53333vw;
    }
}

.head__spNav > span:nth-of-type(1)
{
    top: 0;
}

.head__spNav > span:nth-of-type(2)
{
    bottom: 0;
}

.head__spNav--open > span
{
    background-color: #1c4388;
}

.head__spNav--open > span:nth-of-type(1)
{
    top: 9px;

    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}

@media print, screen and (max-width: 1921px)
{
    .head__spNav--open > span:nth-of-type(1)
    {
        top: .46875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__spNav--open > span:nth-of-type(1)
    {
        top: .87891vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__spNav--open > span:nth-of-type(1)
    {
        top: 1.2vw;
    }
}

.head__spNav--open > span:nth-of-type(2)
{
    top: 9px;

    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
}

@media print, screen and (max-width: 1921px)
{
    .head__spNav--open > span:nth-of-type(2)
    {
        top: .46875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__spNav--open > span:nth-of-type(2)
    {
        top: .87891vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__spNav--open > span:nth-of-type(2)
    {
        top: 1.2vw;
    }
}

.head__spMenu
{
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;

    overflow: scroll;

    width: 100%;
    height: 100vh;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 0;
    background-color: #eaf1ff;

    -webkit-overflow-scrolling: touch;
}

.head__spMenu--open
{
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.head__spMenu--open .head__menuContent
{
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;

    opacity: 0;
    /*0.2 秒遅らせて出現*/

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes gnaviAnime
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes gnaviAnime
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__spMenuContent
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding: 24.41406vw 2.92969vw 0vw 2.92969vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__spMenuContent
    {
            flex-direction: column;

        padding: 33.33333vw 4vw 33.33333vw 4vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.head__spMenuItem
{
    list-style-type: none;
}

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

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

.head__spMenuLink
{
    display: block;
}

@media print, screen and (max-width: 1025px)
{
    .head__spMenuLink
    {
        font-size: 1.95312vw;
        font-weight: bold;

        letter-spacing: .1em;

        color: #1c4388;
    }
}

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

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

    margin-top: 12px;
    margin-right: 7px;

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

@media print, screen and (max-width: 1921px)
{
    .head__linkBox
    {
        margin-top: .625vw;
        margin-right: .36458vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__linkBox
    {
        width: 100%;
        margin: 0;
    }
}

.head__linkTop
{
    font-size: 16px;
    font-weight: 700;
    line-height: 69px;

    display: block;

    width: 348px;
    height: 69px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    letter-spacing: 0;

    color: white;
    background-image: url(../youkou_images/img_head_link_blue.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

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

        width: 18.125vw;
        height: 3.59375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__linkTop
    {
        font-size: .97656vw;
        line-height: 4.19922vw;

        width: 21.24023vw;
        height: 4.19922vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__linkTop
    {
        font-size: 2.5641vw;
        line-height: 10.76923vw;

        width: 50%;
        height: 10.76923vw;

        background: -webkit-gradient(linear, left top, left bottom, from(#03112b), to(#1c4388));
        background: linear-gradient(to bottom, #03112b 0%, #1c4388 100%);
    }
}

.head__linkTop:hover
{
    background-image: url(../youkou_images/img_head_link_blue_hover.png);
}

@media print, screen and (max-width: 760px)
{
    .head__linkTop:hover
    {
        background: -webkit-gradient(linear, left top, left bottom, from(#03112b), to(#1c4388));
        background: linear-gradient(to bottom, #03112b 0%, #1c4388 100%);
    }
}

.head__linkTop--orange
{
    width: 347.27px;
    margin-left: -43px;

    background-image: url(../youkou_images/img_head_link_orange.png);
}

@media print, screen and (max-width: 1921px)
{
    .head__linkTop--orange
    {
        width: 18.08698vw;
        margin-left: -2.23958vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .head__linkTop--orange
    {
        width: 21.19141vw;
        margin-left: -2.53906vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .head__linkTop--orange
    {
        width: 50%;
        margin-left: 0;

        background-color: #ff6c00;
        background-image: none;
    }
}

.head__linkTop--orange:hover
{
    background-image: url(../youkou_images/img_head_link_orange_hover.png);
}

@media print, screen and (max-width: 760px)
{
    .head__linkTop--orange:hover
    {
        background-color: #ff6c00;
        background-image: none;
    }
}

.head__linkTop--orangeMv
{
    margin-left: -43px;

    background-image: url(../youkou_images/img_head_link_orange_mv.png);
}

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

.head__linkTop--orangeMv:hover
{
    background-image: url(../youkou_images/img_head_link_orange_mv_hover.png);
}

/* ============== .foot ============== */
.foot__topBlock
{
    padding: 45px 0 20px;

    background-color: #fff;
}

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

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

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

.foot__logoBlock
{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 19px;

    -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)
{
    .foot__logoBlock
    {
        margin-bottom: .98958vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__logoBlock
    {
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .foot__logoBlock
    {
        margin-bottom: 2.53333vw;
    }
}

.foot__logoBlock:hover
{
    opacity: .7;
}

.foot__logo
{
    width: 282px;
    margin-right: 28px;
}

@media print, screen and (max-width: 1921px)
{
    .foot__logo
    {
        width: 14.6875vw;
        margin-right: 1.45833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__logo
    {
        width: 22.46094vw;
        margin-right: 1.46484vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .foot__logo
    {
        width: 46.66667vw;
        margin-right: 3.73333vw;
    }
}

.foot__logo > img
{
    display: block;

    width: 100%;
}

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

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

.foot__logoTxtJa
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;

    margin-right: 15px;

    letter-spacing: .11em;

    color: #1c4388;
}

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

        margin-right: .78125vw;
    }
}

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

        margin-right: .97656vw;
    }
}

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

        margin-right: 2vw;
    }
}

.foot__logoTxtEn
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: .11em;

    color: #1c4388;
}

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

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

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

.foot__subTxt
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;

    margin-bottom: 44px;

    letter-spacing: .11em;

    color: #707070;
}

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

        margin-bottom: 2.29167vw;
    }
}

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

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

        margin-bottom: 5.86667vw;
    }
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 200px;
}

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

@media print, screen and (max-width: 1025px)
{
    .foot__txtBlock
    {
            flex-direction: column;

        width: 78.125vw;
        margin: 0 auto;
        padding-left: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

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

.foot__lBlock
{
    margin-right: 89px;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .foot__lBlock
    {
        margin-right: 4.63542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__lBlock
    {
        margin-right: 0;
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .foot__lBlock
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__rBlock
    {
        text-align: left;
    }
}

.foot__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    margin-bottom: 13px;

    letter-spacing: .11em;

    color: #707070;
}

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

        margin-bottom: .67708vw;
    }
}

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

@media print, screen and (max-width: 760px)
{
    .foot__txt
    {
        font-size: 3.73333vw;
        line-height: 1.5;

        margin-bottom: 1.33333vw;

        text-align: left;
    }
}

.foot__tel
{
    display: block;
}

.foot__tel:hover
{
    opacity: .7;
}

.foot__copy
{
    margin-bottom: 0;
    padding: 6px 0;

    color: #fff;
    background-color: #1c4388;
}

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

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

        padding: .8vw 0;

        text-align: center;
    }
}

.foot__privacy
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    display: block;

    margin-top: 20px;
    margin-bottom: 13px;

    text-align: left;
    text-decoration: underline;
    letter-spacing: .11em;

    color: #707070;
}

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

        margin-top: 1.04167vw;
        margin-bottom: .67708vw;
    }
}

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

@media print, screen and (max-width: 760px)
{
    .foot__privacy
    {
        font-size: 3.73333vw;
        line-height: 1.5;

        margin-bottom: 1.33333vw;

        text-align: left;
    }
}

.foot__privacy:hover
{
    opacity: .7;
}

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

    display: none;

    width: 100%;

    background-color: #eaf1ff;
}

.c-modal__wrp
{
    overflow: auto;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding-top: 186px;
    padding-bottom: 378px;

    -webkit-overflow-scrolling: touch;
}

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

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

.c-modal__overlay
{
    position: absolute;
    z-index: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background-color: #eaf1ff;
}

.c-modal__cont
{
    display: table;

    width: 1200px;
    height: 100%;
    margin: 0 auto;

    table-layout: fixed;
}

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

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

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

.c-modal__inner
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 48px;
}

@media print, screen and (max-width: 1921px)
{
    .c-modal__inner
    {
        width: 62.5vw;
        padding-bottom: 2.5vw;
    }
}

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

@media print, screen and (max-width: 760px)
{
    .c-modal__inner
    {
        width: 100%;
        padding-bottom: 6.4vw;
    }
}

.c-modal__close
{
    position: absolute;
    top: -160px;
    right: -340px;
}

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

@media print, screen and (max-width: 1025px)
{
    .c-modal__close
    {
        top: -7.8125vw;
        right: -8.78906vw;
    }
}

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

.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%;
}

.c-modal__closeTxt
{
    font-size: 20px;
    font-weight: 700;

    position: relative;

    padding-bottom: 5px;

    letter-spacing: .1em;

    color: #1c4388;
}

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

        padding-bottom: .26042vw;
    }
}

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

        padding-bottom: .48828vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-modal__closeTxt
    {
        font-size: 3.73333vw;

        padding-bottom: 1.33333vw;
    }
}

.c-modal__closeTxt::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #1c4388;
}

.c-modal__closeTxt:hover
{
    opacity: .7;
}

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

    width: 100%;
    height: 56.25vw;

    background-image: url("../youkou_images/img_mv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 760px)
{
    .mv
    {
        height: 174.35897vw;

        background-image: url(../youkou_images/img_mv_bg_sp_v2.png);
        background-position: bottom;
    }
}

.mv__txtBox
{
    position: absolute;
    top: 17.60417vw;
    left: 116px;

    text-align: left;
}

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

@media print, screen and (max-width: 1025px)
{
    .mv__txtBox
    {
        top: 28.20513vw;
        left: 0;

        width: 100%;

        text-align: center;
    }
}

.mv__topTxt
{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    margin-left: 0;
    padding: 16px 24px 15px 20px;

    letter-spacing: .04em;

    color: #1c4388;
    background-color: #fff;
}

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

        padding: .83333vw 1.25vw .78125vw 1.04167vw;
    }
}

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

        padding: 1.79487vw 3.84615vw;

        text-align: center;
    }
}

.mv__topTxt > span
{
    color: #ff6c00;
}

.mv__copy
{
    font-size: 85px;
    font-weight: 700;
    line-height: 1.22;

    margin-top: 35px;

    letter-spacing: .04em;

    color: #fff;
}

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

        margin-top: 1.82292vw;
    }
}

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

        text-align: center;
    }
}

.mv .head__linkBox
{
    margin-top: 30px;

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

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

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

    margin-top: 135px;
    margin-left: 30px;

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

@media print, screen and (max-width: 1921px)
{
    .mv__scrollBox
    {
        margin-top: 7.03125vw;
        margin-left: 1.5625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .mv__scrollBox
    {
        margin: 0 auto;
        margin-top: 94.87179vw;
    }
}

.mv__scrollTxt
{
    display: block;

    width: 106px;
}

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

@media print, screen and (max-width: 760px)
{
    .mv__scrollTxt
    {
        width: 13.40256vw;
    }
}

.mv__scrollArrow
{
    display: block;

    width: 10px;
    margin-top: 20px;

    -webkit-animation: move-y .7s infinite alternate ease-in-out;
            animation: move-y .7s infinite alternate ease-in-out;
}

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

@media print, screen and (max-width: 760px)
{
    .mv__scrollArrow
    {
        width: 1.32564vw;
    }
}

@-webkit-keyframes move-y
{
    from
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

@keyframes move-y
{
    from
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

/* ============== .entrySec ============== */
.entrySec
{
    padding: 107px 0 101px;

    background-color: #1c4388;
}

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

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

.entrySec__mainForm
{
    width: 888px;
    margin: 0 auto;
    margin-top: 52px;
}

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

@media print, screen and (max-width: 760px)
{
    .entrySec__mainForm
    {
        width: 100%;
        margin-top: 6.93333vw;
    }
}

.entrySec__main
{
    width: 100%;
    margin-bottom: 75px;
}

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

@media print, screen and (max-width: 760px)
{
    .entrySec__main
    {
        margin-bottom: 6.66667vw;
    }
}

.entrySec__th
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 342px;

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

    color: #fff;
}

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

        width: 17.8125vw;
    }
}

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

        display: block;

        width: 100%;
        margin-bottom: 2.66667vw;
    }
}

.entrySec__th > span
{
    position: relative;
}

.entrySec__th--last
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;

    vertical-align: top;
}

.entrySec__th--required > span::before
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    top: 0;
    right: -80px;
    bottom: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    margin: auto 0;
    padding: 5px;

    content: '必須';
    letter-spacing: .1em;

    color: white;
    background-color: #ff6c00;
}

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

        right: -4.16667vw;

        height: 1.5625vw;
        padding: .26042vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__th--required > span::before
    {
        font-size: 3.73333vw;

        right: -13.33333vw;

        height: 4.66667vw;
        padding: .66667vw;
    }
}

.entrySec__th--any > span::before
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    top: 0;
    right: -80px;
    bottom: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    margin: auto 0;
    padding: 5px;

    content: '任意';
    letter-spacing: .1em;

    color: #1c4388;
    background-color: #fff;
}

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

        right: -4.16667vw;

        height: 1.5625vw;
        padding: .26042vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__th--any > span::before
    {
        font-size: 3.73333vw;

        right: -13.33333vw;

        height: 4.66667vw;
        padding: .66667vw;
    }
}

.entrySec__td
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 546px;
    padding: 14px 0;
}

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

@media print, screen and (max-width: 760px)
{
    .entrySec__td
    {
        display: block;

        width: 100%;
        margin-bottom: 2.66667vw;
    }
}

.entrySec__arrow
{
    position: relative;
}

.entrySec__arrow::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    bottom: 0;

    width: 0;
    height: 0;
    margin: auto 0;

    content: '';
    pointer-events: none;

    border-width: 25px 14.5px 0 14.5px;
    border-style: solid;
    border-color: #1c4388 transparent transparent transparent;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__arrow::before
    {
        right: .78125vw;

        border-width: 1.30208vw .75521vw 0 .75521vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__arrow::before
    {
        right: 2vw;

        border-width: 3.33333vw 1.93333vw 0 1.93333vw;
    }
}

.entrySec__txt
{
    font-size: 20px;
    font-weight: 700;

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

    border: none;
    background-color: white;
}

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

        padding: 1.04167vw;
    }
}

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

        padding: 3.33333vw;

        border-radius: 0;
    }
}

.entrySec ::-webkit-input-placeholder
{
    color: #707070;
}

.entrySec ::-moz-placeholder
{
    color: #707070;
}

.entrySec ::-ms-input-placeholder
{
    color: #707070;
}

.entrySec ::placeholder
{
    color: #707070;
}

.entrySec__select
{
    font-size: 20px;
    font-weight: 700;

    position: relative;

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

    color: #707070;
    border: none;
    background-color: white;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

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

        padding: 1.04167vw;
    }
}

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

        padding: 3.33333vw;
    }
}

.entrySec__agreeCheck
{
    display: none;
}

.entrySec__agreeCheck:checked + span::after
{
    background-color: #1c4388;
}

.entrySec__agreeLabel
{
    position: relative;

    display: block;

    margin-right: 46px;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__agreeLabel
    {
        margin-right: 2.39583vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__agreeLabel
    {
        margin-right: 0;
        margin-bottom: 8vw;
    }
}

.entrySec__agreeLabel > span
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    padding-bottom: 10px;

    letter-spacing: 0;

    color: #f7faff;
}

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

        padding-bottom: .52083vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__agreeLabel > span
    {
        font-size: 4vw;

        margin-left: 8vw;
        padding-bottom: 1.33333vw;
    }
}

.entrySec__agreeLabel > span:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: auto 0;

    content: '';

    border-radius: 5px;
    background-color: #f8f8f8;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__agreeLabel > span:before
    {
        left: 8.85417vw;

        width: 1.5625vw;
        height: 1.5625vw;

        border-radius: .26042vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__agreeLabel > span:before
    {
        left: 14.66667vw;

        width: 4vw;
        height: 4vw;

        border-radius: .66667vw;
    }
}

.entrySec__agreeLabel > span:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 175px;

    width: 20px;
    height: 20px;
    margin: auto 0;

    content: '';

    border-radius: 5px;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__agreeLabel > span:after
    {
        left: 9.11458vw;

        width: 1.04167vw;
        height: 1.04167vw;

        border-radius: .26042vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__agreeLabel > span:after
    {
        left: 15.46667vw;

        width: 2.66667vw;
        height: 2.66667vw;

        border-radius: .66667vw;
    }
}

.entrySec__linkBlock
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 607px;
    margin: 0 auto;
    margin-top: 25px;

    cursor: pointer;
}

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

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBlock
    {
        width: 80.93333vw;
        margin-top: 4vw;
    }
}

.entrySec__linkBlock::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 105px 25px 0 0;
    border-style: solid;
    border-color: #1c4388 transparent transparent transparent;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__linkBlock::before
    {
        border-width: 5.46875vw 1.30208vw 0 0;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBlock::before
    {
        border-width: 14vw 3.33333vw 0 0;
    }
}

.entrySec__linkBlock::after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 105px 25px;
    border-style: solid;
    border-color: transparent transparent #1c4388 transparent;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__linkBlock::after
    {
        border-width: 0 0 5.46875vw 1.30208vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBlock::after
    {
        border-width: 0 0 14vw 3.33333vw;
    }
}

.entrySec__linkBox
{
    position: relative;

    display: block;

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

    cursor: pointer;
    -webkit-transition: .2s;
            transition: .2s;

    border: none;
    border: none;
    background-color: white;
}

.entrySec__linkBox::before
{
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: -1px;

    width: 36.18px;
    height: 36.18px;

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

    background-image: url(../youkou_images/img_entrySec_box.svg);
    background-size: contain;
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__linkBox::before
    {
        right: .26042vw;
        bottom: -.05208vw;

        width: 1.88437vw;
        height: 1.88437vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBox::before
    {
        right: .66667vw;
        bottom: -.13333vw;

        width: 4.824vw;
        height: 4.824vw;
    }
}

.entrySec__linkBox:disabled
{
    cursor: not-allowed;

    opacity: .7;
}

.entrySec__linkBox:disabled:hover
{
    -webkit-transition: .2s;
            transition: .2s;

    background-color: white !important;
}

.entrySec__linkBox:disabled:hover::before
{
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;

    background-image: url(../youkou_images/img_entrySec_box.svg) !important;
}

.entrySec__linkBox:disabled:hover .entrySec__link
{
    -webkit-transition: .2s;
            transition: .2s;

    color: #1c4388 !important;
    background-color: white !important;
}

.entrySec__linkBox:hover
{
    -webkit-transition: .2s;
            transition: .2s;

    background-color: #ff6c00;
}

.entrySec__linkBox:hover::before
{
    bottom: 0;

    -webkit-transition: .2s;
            transition: .2s;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);

    background-image: url(../youkou_images/img_entrySec_box_hover.svg);
}

@media print, screen and (max-width: 1921px)
{
    .entrySec__linkBox:hover::before
    {
        -webkit-transform: translateX(.41667vw);
                transform: translateX(.41667vw);
    }
}

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBox:hover::before
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.entrySec__linkBox:hover .entrySec__link
{
    -webkit-transition: .2s;
            transition: .2s;

    color: white;
    background-color: #ff6c00;
}

@media print, screen and (max-width: 760px)
{
    .entrySec__linkBox:hover .entrySec__link
    {
        -webkit-transition: .2s;
                transition: .2s;

        color: #1c4388;
        background-color: white;
    }
}

.entrySec__link
{
    font-size: 31px;
    font-weight: 600;
    line-height: 1;

    display: block;

    padding: 37px 0;

    -webkit-transition: .2s;
            transition: .2s;

    color: #1c4388;
    background-color: white;
}

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

        padding: 1.92708vw 0;
    }
}

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

        padding: 4.93333vw 0;
    }
}

.entrySec__comp
{
    padding-top: 300px;
    padding-bottom: 100px;
}

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

@media print, screen and (max-width: 760px)
{
    .entrySec__comp
    {
        padding-top: 40vw;
        padding-bottom: 13.33333vw;
    }
}

.entrySec__blueTxt
{
    font-size: 40px;
    font-weight: 700;

    margin-bottom: 86px;

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

    color: #1c4388;
}

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

        margin-bottom: 4.47917vw;
    }
}

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

        margin-bottom: 11.46667vw;
    }
}

.entrySec__compTxt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22;

    margin-bottom: 38px;

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

    color: #000;
}

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

        margin-bottom: 1.97917vw;
    }
}

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

        margin-bottom: 5.06667vw;
    }
}

/* ============== .newGradSec ============== */
.newGradSec
{
    width: 100%;
    padding: 103px 0 108px;

    background-color: #f7faff;
}

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

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

.newGradSec__link
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    position: relative;
    z-index: 0;

    display: block;

    width: 100%;
    margin-top: 50px;
    padding: 73px 0;

    letter-spacing: .1em;

    color: white;
    background-color: #1c4388;
}

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

        margin-top: 2.60417vw;
        padding: 3.80208vw 0;
    }
}

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

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 6.66667vw;
        padding: 8.66667vw 0;
        padding-left: 5.33333vw;

        text-align: left;
    }
}

.newGradSec__link::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-image: url(../youkou_images/img_newGrad_linkBg.png);
    background-position: center;
    background-size: cover;
}

.newGradSec__link:after
{
    position: absolute;
    top: 0;
    right: 48px;
    bottom: 0;

    width: 24px;
    height: 34px;
    margin: auto 0;

    content: '';

    background-image: url(../youkou_images/img_newGrad_arrow.svg);
    background-size: contain;
}

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

        width: 1.25vw;
        height: 1.77083vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .newGradSec__link:after
    {
        right: 4vw;

        width: 3.2vw;
        height: 4.53333vw;
    }
}

.newGradSec__link:hover::before
{
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 1;
}

/* ============== .recSec ============== */
.recSec
{
    width: 100%;
    padding-top: 270px;
    padding-bottom: 150px;
}

@media print, screen and (max-width: 1921px)
{
    .recSec
    {
        padding-top: 14.0625vw;
        padding-bottom: 7.8125vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recSec
    {
        padding-top: 26.66667vw;
        padding-bottom: 13.33333vw;
    }
}

.recSec__lead
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    margin-top: 90px;
    margin-bottom: 30px;

    letter-spacing: 0;

    color: #1c4388;
}

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

        margin-top: 4.6875vw;
        margin-bottom: 1.5625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recSec__lead
    {
        font-size: 4vw;
        line-height: 1.5;

        margin-top: 12vw;
        margin-bottom: 6.66667vw;
    }
}

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

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

@media print, screen and (max-width: 760px)
{
    .recSec__modalBlock
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.recSec__modal
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    position: relative;
    z-index: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 694px;
    padding: 75px 0;
    padding-left: 88px;

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

    color: #fff;
    background-color: #1c4388;
}

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

        width: 36.14583vw;
        padding: 3.90625vw 0;
        padding-left: 4.58333vw;
    }
}

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

        width: 39.0625vw;
    }
}

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

        width: 100%;
        padding: 7.33333vw 0;
        padding-left: 11.73333vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recSec__modal:nth-child(1)
    {
        margin-bottom: 6.66667vw;
    }
}

.recSec__modal::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 574px;
    height: 100%;

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

    opacity: 0;
    background-image: url(../youkou_images/img_newGrad_linkBg.png);
    background-position: left;
    background-size: cover;
}

@media print, screen and (max-width: 1921px)
{
    .recSec__modal::before
    {
        width: 29.89583vw;
    }
}

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

.recSec__modal:after
{
    position: absolute;
    top: 0;
    right: 48px;
    bottom: 0;

    width: 24px;
    height: 34px;
    margin: auto 0;

    content: '';

    background-image: url(../youkou_images/img_newGrad_arrow.svg);
    background-size: contain;
}

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

        width: 1.25vw;
        height: 1.77083vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recSec__modal:after
    {
        right: 6.4vw;

        width: 3.2vw;
        height: 4.53333vw;
    }
}

.recSec__modal:hover::before
{
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 1;
}

/* ============== .messageSec ============== */
.messageSec
{
    position: relative;
    z-index: -1;

    margin-top: -5px;
    padding: 165px 0 286px;

    background: -webkit-gradient(linear, left top, left bottom, from(#03112b), to(#3775e3));
    background: linear-gradient(#03112b 0%, #3775e3 100%);
}

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

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

@media print, screen and (max-width: 760px)
{
    .messageSec
    {
        margin-top: -58.66667vw;
        padding: 66.66667vw 0 38.13333vw;
    }
}

.messageSec:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 686px;
    height: 219px;
    margin: 0 auto;

    content: '';

    background-image: url(../youkou_images/img_messageSec_btm.png);
    background-repeat: no-repeat;
    background-size: contain;

    mix-blend-mode: multiply;
}

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

@media print, screen and (max-width: 1025px)
{
    .messageSec:after
    {
        width: 46.875vw;
        height: 14.94141vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .messageSec:after
    {
        z-index: -1;

        width: 91.46667vw;
        height: 29.2vw;
    }
}

.messageSec__topTxt
{
    font-size: 33px;
    font-weight: 700;
    line-height: 1;

    margin-top: 80px;

    letter-spacing: 0;

    color: #fff;
}

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

        margin-top: 4.16667vw;
    }
}

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

        margin-top: 5.85938vw;
    }
}

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

        margin-top: 10.66667vw;
    }
}

.messageSec__topTxt > span
{
    color: #ff6c00;
}

.messageSec__txt
{
    font-size: 18px;
    line-height: 2.22;

    margin-top: 40px;

    letter-spacing: 0;

    color: #fff;
}

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

        margin-top: 2.08333vw;
    }
}

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

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

        width: 92vw;
        margin: 0 auto;
        margin-top: 5.33333vw;
    }
}

.messageSec__txt > span
{
    font-weight: 700;
}

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

    padding: 172px 0 155px;
}

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

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

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

    width: 100%;
    height: 29.63542vw;

    content: '';

    background-image: url(../youkou_images/img_aboutSec_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

@media print, screen and (max-width: 760px)
{
    .aboutSec:after
    {
        height: 75.86667vw;
    }
}

.aboutSec__txt
{
    font-size: 18px;
    line-height: 2.22;

    margin-top: 50px;
    margin-bottom: 72px;

    text-align: left;
    letter-spacing: 0;
}

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

        margin-top: 2.60417vw;
        margin-bottom: 3.75vw;
    }
}

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

        margin-top: 3.90625vw;
        margin-bottom: 5.85938vw;
    }
}

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

        margin-top: 6.66667vw;
        margin-bottom: 9.6vw;
    }
}

.aboutSec__slide
{
    width: 420px;
    margin-left: 34px;

    text-align: center;

    color: #fff;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .16);
            box-shadow: 0 30px 30px rgba(0, 0, 0, .16);
}

@media print, screen and (max-width: 760px)
{
    .aboutSec__slide
    {
        width: 21.875vw;
        margin-left: 1.77083vw;

        -webkit-box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, .16);
                box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, .16);
    }
}

@media print, screen and (max-width: 760px)
{
    .aboutSec__slide
    {
        width: 56vw;
        margin-left: 4.53333vw;

        -webkit-box-shadow: 0 4vw 4vw rgba(0, 0, 0, .16);
                box-shadow: 0 4vw 4vw rgba(0, 0, 0, .16);
    }
}

.aboutSec__slide > img
{
    display: block;

    width: 100%;
}

.aboutSec .swiper
{
    width: 100%;
}

.aboutSec .infinite-slider .swiper-wrapper
{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
}

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

    padding-top: 80px;
}

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

@media print, screen and (max-width: 760px)
{
    .workSec
    {
        padding-top: 10.66667vw;
    }
}

.workSec:after
{
    position: absolute;
    z-index: -2;
    top: -93px;
    right: 0;

    width: 1720px;
    height: 1788px;

    content: '';

    background-image: url(../youkou_images/img_workSec_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

        width: 89.58333vw;
        height: 93.125vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec:after
    {
        top: -4.8vw;

        width: 89.46667vw;
        height: 93.06667vw;
    }
}

.workSec__itemBox
{
    margin-top: 86px;
}

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

@media print, screen and (max-width: 760px)
{
    .workSec__itemBox
    {
        margin-top: 11.46667vw;
    }
}

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

    margin-bottom: 50px;

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

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

@media print, screen and (max-width: 1025px)
{
    .workSec__item
    {
        margin-top: 3.90625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec__item
    {
            flex-direction: column;

        margin-bottom: 6.66667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.workSec__item:last-of-type
{
    margin-bottom: 0;
}

.workSec__photo
{
    display: block;

    width: 420px;

    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .06);
            box-shadow: 0 30px 30px rgba(0, 0, 0, .06);
}

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

        -webkit-box-shadow: 0vw 1.5625vw 1.5625vw rgba(0, 0, 0, .06);
                box-shadow: 0vw 1.5625vw 1.5625vw rgba(0, 0, 0, .06);
    }
}

@media print, screen and (max-width: 1025px)
{
    .workSec__photo
    {
        width: 28.32031vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec__photo
    {
        width: 100%;
    }
}

.workSec__txtBox
{
    width: 900px;
}

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

@media print, screen and (max-width: 1025px)
{
    .workSec__txtBox
    {
        width: 55.66406vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec__txtBox
    {
        width: 100%;
        margin-top: 2.66667vw;
    }
}

.workSec__numBox
{
    font-size: 28px;
    font-weight: 700;
    line-height: 1;

    position: relative;

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

    letter-spacing: .1em;

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

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

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

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

.workSec__numBox:after
{
    position: absolute;
    bottom: 0;
    left: 44px;

    width: 410px;
    height: 2px;

    content: '';

    background-color: #1c4388;
}

@media print, screen and (max-width: 1921px)
{
    .workSec__numBox:after
    {
        left: 2.29167vw;

        width: 21.35417vw;
        height: .10417vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec__numBox:after
    {
        left: 5.86667vw;

        width: 60vw;
        height: .26667vw;
    }
}

.workSec__num
{
    display: block;

    width: 44px;
    margin-right: 16px;

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

@media print, screen and (max-width: 1921px)
{
    .workSec__num
    {
        width: 2.29167vw;
        margin-right: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workSec__num
    {
        width: 2.92969vw;
        margin-right: 1.46484vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .workSec__num
    {
        width: 7.33333vw;
        margin-right: 2.66667vw;
    }
}

.workSec__txt
{
    font-size: 18px;
    line-height: 1.66;

    margin-top: 39px;
    margin-left: 60px;

    text-align: left;
    letter-spacing: 0;
}

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

        margin-top: 2.03125vw;
        margin-left: 3.125vw;
    }
}

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

        margin-top: 1.46484vw;
        margin-left: 1.95312vw;
    }
}

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

        margin: 4vw 1.33333vw 0;
    }
}

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

    padding-top: 196px;
}

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

@media print, screen and (max-width: 760px)
{
    .pointSec
    {
        padding-top: 20vw;
    }
}

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

    width: 1878px;
    height: 756px;
    margin: 0 auto;

    content: '';

    background-image: url(../youkou_images/img_pointSec_map.png);
    background-repeat: no-repeat;
    background-size: contain;
}

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

        width: 97.8125vw;
        height: 39.375vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .pointSec:after
    {
        top: 34.53333vw;

        width: 100%;
        height: 33.6vw;
    }
}

.pointSec:before
{
    position: absolute;
    z-index: -1;
    bottom: 65px;
    left: 0;

    width: 100%;
    height: 13.85417vw;

    content: '';

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

@media print, screen and (max-width: 1921px)
{
    .pointSec:before
    {
        bottom: 3.38542vw;

        height: 13.85417vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .pointSec:before
    {
        bottom: 8.66667vw;

        height: 35.46667vw;
    }
}

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

    margin-top: 83px;

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

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

@media print, screen and (max-width: 760px)
{
    .pointSec__itemBox
    {
            flex-direction: column;

        margin-top: 11.06667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.pointSec__item
{
    width: 680px;
    margin-bottom: 117px;

    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .16);
            box-shadow: 0 0 30px rgba(0, 0, 0, .16);
}

@media print, screen and (max-width: 1921px)
{
    .pointSec__item
    {
        width: 35.41667vw;
        margin-bottom: 6.09375vw;

        -webkit-box-shadow: 0 0 1.5625vw rgba(0, 0, 0, .16);
                box-shadow: 0 0 1.5625vw rgba(0, 0, 0, .16);
    }
}

@media print, screen and (max-width: 1025px)
{
    .pointSec__item
    {
        width: 39.0625vw;

        -webkit-box-shadow: 0 0 2.92969vw rgba(0, 0, 0, .16);
                box-shadow: 0 0 2.92969vw rgba(0, 0, 0, .16);
    }
}

@media print, screen and (max-width: 760px)
{
    .pointSec__item
    {
        width: 100%;
        margin-bottom: 6.66667vw;

        -webkit-box-shadow: 0 0 4vw rgba(0, 0, 0, .16);
                box-shadow: 0 0 4vw rgba(0, 0, 0, .16);
    }
}

.pointSec__item:nth-of-type(3)
{
    margin-bottom: 0;
}

@media print, screen and (max-width: 760px)
{
    .pointSec__item:nth-of-type(3)
    {
        margin-bottom: 6.66667vw;
    }
}

.pointSec__item:last-of-type
{
    margin-bottom: 0;
}

.pointSec__item > img
{
    display: block;

    width: 100%;
}

.pointSec__ttl
{
    font-size: 21px;
    font-weight: 700;
    line-height: 63px;

    height: 63px;

    letter-spacing: 0;

    color: #fff;
    background-color: #1c4388;
}

@media print, screen and (max-width: 1921px)
{
    .pointSec__ttl
    {
        font-size: 1.09375vw;
        line-height: 3.28125vw;

        height: 3.28125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .pointSec__ttl
    {
        font-size: 1.5625vw;
        line-height: 4.88281vw;

        height: 4.88281vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .pointSec__ttl
    {
        font-size: 3.86667vw;
        line-height: 10.66667vw;

        height: 10.66667vw;
    }
}

.pointSec__txt
{
    font-size: 18px;
    line-height: 1.66;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px 25px 36px 30px;

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

    background-color: #fff;
}

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

        padding: 1.66667vw 1.30208vw 1.875vw 1.5625vw;
    }
}

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

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

        padding: 4.26667vw 3.33333vw 4.8vw 4vw;
    }
}

.pointSec__txt > span
{
    font-weight: 700;
}

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

    padding-top: 236px;
}

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

@media print, screen and (max-width: 760px)
{
    .voiceSec
    {
        padding-top: 26.66667vw;
    }
}

.voiceSec:after
{
    position: absolute;
    z-index: -1;
    bottom: 246px;
    left: 0;

    width: 100%;
    height: 567px;

    content: '';

    background-image: url(../youkou_images/img_voiceSec_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec:after
    {
        bottom: 12.8125vw;

        height: 29.53125vw;
    }
}

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

    margin-top: 83px;

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

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

@media print, screen and (max-width: 760px)
{
    .voiceSec__inner
    {
            flex-direction: column;

        margin-top: 11.06667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.voiceSec__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (max-width: 760px)
{
    .voiceSec__item
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.voiceSec__item--top
{
    margin-bottom: 51px;
}

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

@media print, screen and (max-width: 760px)
{
    .voiceSec__item--top
    {
        margin-bottom: 6.8vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .voiceSec__item:nth-child(3)
    {
        margin-bottom: 6.8vw;
    }
}

.voiceSec__photo
{
    position: relative;

    width: 300px;
}

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

@media print, screen and (max-width: 760px)
{
    .voiceSec__photo
    {
        width: 100%;
    }
}

.voiceSec__photo:after
{
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;

    position: absolute;
    top: 0;
    left: 0;

    width: 107px;
    height: 35px;

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

    color: #fff;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__photo:after
    {
        font-size: 1.14583vw;
        line-height: 1.82292vw;

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

@media print, screen and (max-width: 760px)
{
    .voiceSec__photo:after
    {
        font-size: 4.26667vw;
        line-height: 7.33333vw;

        width: 26.66667vw;
        height: 7.33333vw;
    }
}

.voiceSec__photo--new:after
{
    content: '新卒入社';

    background-color: #ff6c00;
}

.voiceSec__photo--old:after
{
    content: '中途入社';

    background-color: #1c4388;
}

.voiceSec__photo > img
{
    display: block;

    width: 100%;
}

@media print, screen and (max-width: 760px)
{
    .voiceSec__photo > img
    {
        height: 84.61538vw;

        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
    }
}

.voiceSec__txtBox
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 434px;
    padding: 24px 37px 10px;

    text-align: left;

    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(160, 160, 160, .16);
            box-shadow: 0 0 30px rgba(160, 160, 160, .16);
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__txtBox
    {
        width: 22.60417vw;
        padding: 1.25vw 1.92708vw .52083vw;

        -webkit-box-shadow: 0 0 1.5625vw rgba(160, 160, 160, .16);
                box-shadow: 0 0 1.5625vw rgba(160, 160, 160, .16);
    }
}

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

@media print, screen and (max-width: 760px)
{
    .voiceSec__txtBox
    {
        width: 100%;
        padding: 3.2vw 4vw 2.66667vw;

        -webkit-box-shadow: 0 0 4vw rgba(160, 160, 160, .16);
                box-shadow: 0 0 4vw rgba(160, 160, 160, .16);
    }
}

.voiceSec__name
{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0;

    color: #1c4388;
}

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

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

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

.voiceSec__age
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    margin-top: 18px;
    margin-bottom: 12px;

    letter-spacing: 0;

    color: #1c4388;
}

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

        margin-top: .9375vw;
        margin-bottom: .625vw;
    }
}

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

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

        margin-top: 2.4vw;
        margin-bottom: 1.6vw;
    }
}

.voiceSec__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66;

    letter-spacing: 0;
}

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

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

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

.voiceSec__btn
{
    font-size: 18px;
    font-weight: 700;

    position: absolute;
    bottom: 49px;

    display: block;

    width: 300px;
    margin-top: 33px;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    color: #1c4388;
    border-bottom: 4px solid #1c4388;
}

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

        bottom: 2.55208vw;

        width: 15.625vw;
        margin-top: 1.71875vw;

        border-bottom: .20833vw solid #1c4388;
    }
}

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

    width: 10px;
    height: 14px;
    margin: auto 0;

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

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

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

.voiceSec__btn:hover
{
    opacity: .7;
}

.voiceSec__btn:hover:after
{
    right: -4px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__btn:hover:after
    {
        right: -.20833vw;
    }
}

.voiceSec__bg
{
    position: absolute;
    z-index: -1;

    display: block;

    pointer-events: none;
}

.voiceSec__bg--01
{
    top: 281px;
    left: 0;

    width: 760px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__bg--01
    {
        top: 14.63542vw;

        width: 39.58333vw;
    }
}

.voiceSec__bg--02
{
    top: 733px;
    right: 0;

    width: 1157px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__bg--02
    {
        top: 38.17708vw;

        width: 60.26042vw;
    }
}

.voiceSec__bg--03
{
    bottom: 145px;
    left: 0;

    width: 760px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__bg--03
    {
        bottom: 7.55208vw;

        width: 39.58333vw;
    }
}

.voiceSec__bg--04
{
    right: 0;

    width: 1157px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__bg--04
    {
        width: 60.26042vw;
    }
}

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

    margin-bottom: 180px;

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

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

.voiceSec__topL
{
    padding-top: 146px;
    padding-left: 78px;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__topL
    {
        padding-top: 7.60417w;
        padding-left: 4.0625vw;
    }
}

.voiceSec__modalName
{
    margin-top: 220px;
}

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

.voiceSec__topR
{
    width: 766px;
}

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

.voiceSec__topR > img
{
    display: block;

    width: 100%;
}

.voiceSec__modalTxtBox
{
    width: 1042px;
    margin: 0 auto;
    margin-bottom: 103px;

    text-align: left;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__modalTxtBox
    {
        width: 54.27083vw;
        margin-bottom: 5.36458vw;
    }
}

.voiceSec__modalTxtBox--02
{
    margin-bottom: 114px;
}

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

.voiceSec__modalTxtBoxTtl
{
    font-size: 26px;
    font-weight: 700;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 30px;
    padding-bottom: 33px;

    color: #1c4388;
    border-bottom: 1px solid #679eff;
}

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

        margin-bottom: 1.5625vw;
        padding-bottom: 1.71875vw;

        border-bottom: .05208vw solid #679eff;
    }
}

.voiceSec__modalTxtBoxTxt
{
    font-size: 18px;
    line-height: 2.22;

    letter-spacing: 0;
}

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

.voiceSec__modalPhoto
{
    display: block;

    width: 600px;
    margin-bottom: 103px;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__modalPhoto
    {
        width: 31.25vw;
        margin-bottom: 5.36458vw;
    }
}

.voiceSec__modalPhoto--l
{
    margin-right: auto;
    margin-left: 0;
}

.voiceSec__modalPhoto--r
{
    margin-right: 0;
    margin-bottom: 114px;
    margin-left: auto;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__modalPhoto--r
    {
        margin-bottom: 5.9375vw;
    }
}

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

    width: 800px;
    margin: 0 auto;

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

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

.voiceSec__modalTop
{
    font-size: 18px;
    font-weight: 700;

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

    width: 300px;
    padding-bottom: 6px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: right;
    letter-spacing: 0;

    color: #1c4388;
    border-bottom: 4px solid #1c4388;

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

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

        width: 15.625vw;
        padding-bottom: .3125vw;

        border-bottom: .20833vw solid #1c4388;
    }
}

.voiceSec__modalTop:hover
{
    opacity: .7;
}

.voiceSec__modalTop > img
{
    display: block;

    width: 10px;
    margin-left: 0;
}

@media print, screen and (max-width: 1921px)
{
    .voiceSec__modalTop > img
    {
        width: .52083vw;
    }
}

/* ============== .recDetail ============== */
.recDetail
{
    width: 100%;
}

.recDetail__ttl
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    margin-top: 72px;
    padding: 25px 0;

    letter-spacing: .1em;

    color: #fff;
    background-color: #ff6c00;
}

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

        margin-top: 3.75vw;
        padding: 1.30208vw 0;
    }
}

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

        padding: 1.95312vw 0;
    }
}

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

        margin-top: 9.6vw;
        padding: 3.33333vw 0;
    }
}

.recDetail__ttl--old
{
    color: #1c4388;
    background: -webkit-gradient(linear, left top, left bottom, from(#d5dcf9), to(#dffcff));
    background: linear-gradient(to bottom, #d5dcf9 0%, #dffcff 100%);
}

.recDetail__inner
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 48px 75px 0;
    padding-bottom: 30px;

    background-color: white;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__inner
    {
        padding: 2.5vw 3.90625vw 0;
        padding-bottom: 1.5625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__inner
    {
        padding: 6.4vw 4vw 0;
        padding-bottom: 6.66667vw;
    }
}

.recDetail__lead
{
    font-size: 20px;
    font-weight: 700;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 460px;
    margin: 0 auto;
    margin-bottom: 32px;
    padding: 12px 30px;

    letter-spacing: .1em;

    color: #1c4388;
    border: 1px solid #264283;
}

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

        width: 23.95833vw;
        margin-bottom: 1.66667vw;
        padding: .625vw 1.5625vw;
    }
}

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

        width: 34.17969vw;
        margin-bottom: 2.44141vw;
        padding: .97656vw 2.92969vw;
    }
}

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

        width: 100%;
        margin-bottom: 6.66667vw;
        padding: 2.66667vw 4vw;
    }
}

.recDetail__lead > span
{
    color: #ff6c00;
}

.recDetail__subLead
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;

    margin-top: 22px;

    letter-spacing: 0;

    color: #1c4388;
}

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

        margin-top: 1.14583vw;
    }
}

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

        margin-top: 1.46484vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__subLead
    {
        font-size: 3.73333vw;
        line-height: 1.75;

        margin-top: 2.93333vw;
    }
}

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

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

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBlock
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.recDetail__flowBlock--old
{
    width: 615px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBlock--old
    {
        width: 32.03125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .recDetail__flowBlock--old
    {
        width: 41.01562vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBlock--old
    {
        width: 100%;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBlock--old .recDetail__flowBox--03
    {
        margin-right: 5.33333vw;
    }
    .recDetail__flowBlock--old .recDetail__flowBox--03::before
    {
        display: block;
    }
}

@media print, screen and (max-width: 1025px)
{
    .recDetail__flowBlock--old .recDetail__flowBox--05 .recDetail__icon
    {
        margin-top: 1.46484vw;
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBlock--old .recDetail__flowBox--05 .recDetail__icon
    {
        margin-top: 6vw;
        margin-bottom: 5.33333vw;
    }
}

.recDetail__flowBox
{
    position: relative;

    width: 170px;
}

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

@media print, screen and (max-width: 1025px)
{
    .recDetail__flowBox
    {
        width: 11.71875vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox
    {
        width: 24vw;
        margin-right: 5.33333vw;
    }
}

.recDetail__flowBox::before
{
    position: absolute;
    top: 0;
    right: -37px;
    bottom: 0;

    width: 22px;
    height: 31px;
    margin: auto 0;

    content: '';

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

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox::before
    {
        right: -1.92708vw;

        width: 1.14583vw;
        height: 1.61458vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox::before
    {
        right: -4.4vw;

        width: 2.93333vw;
        height: 4.13333vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--01
    {
        margin-bottom: 6.66667vw;
    }
}

.recDetail__flowBox--01 .recDetail__stepImg
{
    width: 76px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--01 .recDetail__stepImg
    {
        width: 3.95833vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--01 .recDetail__stepImg
    {
        width: 12.13333vw;
    }
}

.recDetail__flowBox--01 .recDetail__box
{
    border-color: #679eff;
}

.recDetail__flowBox--01 .recDetail__icon
{
    width: 74px;
    margin-top: 19px;
    margin-bottom: 13px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--01 .recDetail__icon
    {
        width: 3.85417vw;
        margin-top: .98958vw;
        margin-bottom: .67708vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--01 .recDetail__icon
    {
        width: 9.86667vw;
        margin-top: 2.53333vw;
        margin-bottom: 1.73333vw;
    }
}

.recDetail__flowBox--01 .recDetail__btmTxt
{
    background-color: #679eff;
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--02
    {
        margin-bottom: 6.66667vw;
    }
}

.recDetail__flowBox--02 .recDetail__stepImg
{
    width: 79px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--02 .recDetail__stepImg
    {
        width: 4.11458vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--02 .recDetail__stepImg
    {
        width: 12.53333vw;
    }
}

.recDetail__flowBox--02 .recDetail__box
{
    border-color: #467cdb;
}

.recDetail__flowBox--02 .recDetail__icon
{
    width: 85px;
    margin-top: 32px;
    margin-bottom: 27px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--02 .recDetail__icon
    {
        width: 4.42708vw;
        margin-top: 1.66667vw;
        margin-bottom: 1.40625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--02 .recDetail__icon
    {
        width: 11.33333vw;
        margin-top: 4.93333vw;
        margin-bottom: 4.26667vw;
    }
}

.recDetail__flowBox--02 .recDetail__btmTxt
{
    background-color: #467cdb;
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--02 .recDetail__subTtl
    {
        margin-bottom: 2.66667vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--03
    {
        margin-right: 0;
        margin-bottom: 6.66667vw;
    }
    .recDetail__flowBox--03::before
    {
        display: none;
    }
}

.recDetail__flowBox--03 .recDetail__stepImg
{
    width: 79px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--03 .recDetail__stepImg
    {
        width: 4.11458vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--03 .recDetail__stepImg
    {
        width: 12.53333vw;
    }
}

.recDetail__flowBox--03 .recDetail__box
{
    border-color: #265bb9;
}

.recDetail__flowBox--03 .recDetail__icon
{
    width: 74px;
    margin-top: 18px;
    margin-bottom: 16px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--03 .recDetail__icon
    {
        width: 3.85417vw;
        margin-top: .9375vw;
        margin-bottom: .83333vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--03 .recDetail__icon
    {
        width: 9.86667vw;
        margin-top: 3.06667vw;
        margin-bottom: 2.8vw;
    }
}

.recDetail__flowBox--03 .recDetail__btmTxt
{
    background-color: #265bb9;
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--03 .recDetail__subTtl
    {
        margin-bottom: 2.66667vw;
    }
}

.recDetail__flowBox--04 .recDetail__stepImg
{
    width: 78px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--04 .recDetail__stepImg
    {
        width: 4.0625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--04 .recDetail__stepImg
    {
        width: 12.4vw;
    }
}

.recDetail__flowBox--04 .recDetail__box
{
    border-color: #1c4388;
}

.recDetail__flowBox--04 .recDetail__icon
{
    width: 72px;
    margin-top: 20px;
    margin-bottom: 14px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--04 .recDetail__icon
    {
        width: 3.75vw;
        margin-top: 1.04167vw;
        margin-bottom: .72917vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--04 .recDetail__icon
    {
        width: 9.6vw;
        margin-top: 2.66667vw;
        margin-bottom: 1.86667vw;
    }
}

.recDetail__flowBox--04 .recDetail__btmTxt
{
    background-color: #1c4388;
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--04 .recDetail__subTtl
    {
        margin-bottom: 1.33333vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--05
    {
        margin-right: 0;
    }
}

.recDetail__flowBox--05 .recDetail__stepImg
{
    width: 69px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--05 .recDetail__stepImg
    {
        width: 3.59375vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--05 .recDetail__stepImg
    {
        width: 9.2vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--05 .recDetail__stepImg
    {
        width: 10.93333vw;
    }
}

.recDetail__flowBox--05 .recDetail__box
{
    border-color: #ff6c00;
}

.recDetail__flowBox--05 .recDetail__icon
{
    width: 90px;
    margin-top: 22px;
    margin-bottom: 17px;
    margin-left: 50px;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__flowBox--05 .recDetail__icon
    {
        width: 4.6875vw;
        margin-top: 1.14583vw;
        margin-bottom: .88542vw;
        margin-left: 2.60417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .recDetail__flowBox--05 .recDetail__icon
    {
        margin-left: 3.90625vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__flowBox--05 .recDetail__icon
    {
        width: 12vw;
        margin-top: 4.66667vw;
        margin-bottom: 4vw;
        margin-left: 6.66667vw;
    }
}

.recDetail__flowBox--05 .recDetail__btmTxt
{
    background-color: #ff6c00;
}

.recDetail__flowBox--05::before
{
    content: none;
}

.recDetail__stepImg > img
{
    display: block;

    width: 100%;
}

.recDetail__box
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 7px;
    padding-bottom: 7px;

    border: 1px solid;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__box
    {
        margin-top: .36458vw;
        padding-bottom: .36458vw;
    }
}

.recDetail__icon
{
    margin: 0 auto;
}

.recDetail__icon > img
{
    display: block;

    width: 100%;
}

.recDetail__subTtl
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0;

    color: #1c4388;
}

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

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

@media print, screen and (max-width: 760px)
{
    .recDetail__subTtl
    {
        font-size: 3.2vw;
        line-height: 1.3;
    }
}

.recDetail__btmTxt
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

    padding: 12px 0;

    letter-spacing: 0;

    color: #fff;
}

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

        padding: .625vw 0;
    }
}

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

        padding: .78125vw 0;
    }
}

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

        padding: 2vw 0;
    }
}

.recDetail__cont
{
    width: 100%;
    margin-top: 44px;
}

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

@media print, screen and (max-width: 760px)
{
    .recDetail__cont
    {
        margin-top: 8vw;
    }
}

.recDetail__contTtl
{
    font-size: 26px;
    font-weight: 700;

    margin-bottom: 17px;

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

    color: #1c4388;
}

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

        margin-bottom: .88542vw;
    }
}

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

        margin-bottom: 1.66016vw;
    }
}

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

        margin-bottom: 4vw;
    }
}

.recDetail__table
{
    width: 100%;
}

.recDetail__tr
{
    width: 100%;

    border-top: 1px solid #679eff;
}

.recDetail__tr:last-child
{
    border-bottom: 1px solid #679eff;
}

.recDetail__th
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 135px;

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

    color: #1c4388;
}

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

        width: 7.03125vw;
    }
}

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

        width: 10.74219vw;
    }
}

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

        display: block;

        width: 100%;
        padding: 2vw 0 0 1.33333vw;
    }
}

.recDetail__td
{
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 915px;
    padding: 5px 0;

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

    color: #1c4388;
}

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

        width: 47.65625vw;
        padding: .26042vw 0;
    }
}

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

        padding: .48828vw 0;
    }
}

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

        display: block;

        width: 100%;
        padding: 0 1.33333vw 2vw 1.33333vw;
    }
}

.recDetail__blueBlock
{
    width: 906px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    background-color: #eaf1ff;
}

@media print, screen and (max-width: 1921px)
{
    .recDetail__blueBlock
    {
        width: 47.1875vw;
        margin-bottom: .52083vw;
        padding-bottom: .52083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .recDetail__blueBlock
    {
        width: 53.71094vw;
        margin-top: 1.46484vw;
        margin-bottom: 1.46484vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .recDetail__blueBlock
    {
        width: 100%;
        margin-top: 2.66667vw;
        margin-bottom: 2.66667vw;
        padding-bottom: 2.66667vw;
    }
}

.recDetail__blueTtl
{
    font-size: 20px;
    font-weight: 700;

    width: 141px;
    padding: 5px 0;

    text-align: center;

    color: #fff;
    background-color: #264283;
}

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

        width: 7.34375vw;
        padding: .26042vw 0;
    }
}

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

        width: 10.74219vw;
    }
}

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

        width: 26.66667vw;
        padding: .66667vw 0;
    }
}

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

    margin-top: 10px;
    margin-left: 24px;

    letter-spacing: 0;

    color: #1c4388;
}

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

        margin-top: .52083vw;
        margin-left: 1.25vw;
    }
}

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

        padding-right: .97656vw;
    }
}

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

        margin-top: 1.33333vw;
        margin-left: 3.2vw;
    }
}

.recDetail__linkBlock
{
    width: 100%;
    padding: 25px 0 30px;

    background-color: #1c4388;
}

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

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

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

.recDetail__linkTxt
{
    font-size: 20px;
    font-weight: 700;

    letter-spacing: .1em;

    color: #fff;
}

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

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

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

/* ============== .c-ttl ============== */
.c-ttl--modal
{
    display: inline-block;
}

.c-ttl__en
{
    margin-bottom: 14px;
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl__en
    {
        margin-bottom: .72917vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-ttl__en
    {
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-ttl__en
    {
        margin-bottom: 1.86667vw;
    }
}

.c-ttl__en > img
{
    display: block;

    width: 100%;
}

.c-ttl__en--message
{
    width: 359.14px;
    margin: 0 auto;
}

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

@media print, screen and (max-width: 1025px)
{
    .c-ttl__en--message
    {
        width: 24.51172vw;
        margin-bottom: .48828vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--message
    {
        width: 47.88533vw;
    }
}

.c-ttl__en--about
{
    width: 362.92px;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--about
    {
        width: 48.38933vw;
    }
}

.c-ttl__en--work
{
    width: 218.78px;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--work
    {
        width: 29.17067vw;
    }
}

.c-ttl__en--point
{
    width: 494.84px;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--point
    {
        width: 65.97867vw;
    }
}

.c-ttl__en--voice
{
    width: 222.83px;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--voice
    {
        width: 29.71067vw;
    }
}

.c-ttl__en--rec
{
    width: 587.72px;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--rec
    {
        width: 78.36267vw;
    }
}

.c-ttl__en--recModal
{
    margin: 0 auto;
    margin-bottom: 6px;
}

@media print, screen and (max-width: 1921px)
{
    .c-ttl__en--recModal
    {
        margin-bottom: .3125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-ttl__en--recModal
    {
        margin-bottom: .58594vw;
    }
}

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--recModal
    {
        margin-bottom: .8vw;
    }
}

.c-ttl__en--entry
{
    width: 218.35px;
    margin: 0 auto;
}

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

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

@media print, screen and (max-width: 760px)
{
    .c-ttl__en--entry
    {
        width: 29.11333vw;
    }
}

.c-ttl__ja
{
    font-size: 16px;
    font-weight: 700;

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

    color: #1c4388;
}

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

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

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

.c-ttl__ja--white
{
    color: white;
}

.c-ttl__ja--center
{
    text-align: center;
}
