@charset 'UTF-8';
/* ============== .c-ttl ============== */
/* ============== .login ============== */
.login
{
    padding: 230px 0 100px;

    background-color: #e9f3f2;
}

@media print, screen and (max-width: 1920px)
{
    .login
    {
        padding: 11.97917vw 0 5.20833vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .login
    {
        padding: 29.33333vw 0 0;
    }
}

.login__cont
{
    width: 900px;
    margin: 0 auto;

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

@media print, screen and (max-width: 1920px)
{
    .login__cont
    {
        width: 46.875vw;

        border-radius: .52083vw;
        -webkit-box-shadow: 0 .15625vw .52083vw rgba(0, 0, 0, .16);
                box-shadow: 0 .15625vw .52083vw rgba(0, 0, 0, .16);
    }
}

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

        border-radius: .97656vw;
        -webkit-box-shadow: 0 .29297vw .97656vw rgba(0, 0, 0, .16);
                box-shadow: 0 .29297vw .97656vw rgba(0, 0, 0, .16);
    }
}

@media print, screen and (max-width: 430px)
{
    .login__cont
    {
        width: 100%;

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

.login__ttl
{
    font-size: 36px;
    font-weight: 700;

    width: 100%;
    padding: 24px 0;

    text-align: center;
    letter-spacing: .1em;

    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .login__ttl
    {
        font-size: 1.875vw;

        padding: 1.25vw 0;

        border-radius: .52083vw .52083vw 0 0;
    }
}

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

        padding: 1.36719vw 0;

        border-radius: .97656vw .97656vw 0 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__ttl
    {
        font-size: 4.53333vw;

        padding: 2.4vw 0;

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

.login__errorWrp
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 660px;
    margin: 0 auto;
    margin-top: 28px;
    padding: 15px 0 15px 23px;

    border: 2px solid #ed0000;
    background-color: #f8e3e2;
}

@media print, screen and (max-width: 1920px)
{
    .login__errorWrp
    {
        width: 34.375vw;
        margin-top: 1.45833vw;
        padding: .78125vw 0 .78125vw 1.19792vw;

        border: .10417vw solid #ed0000;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__errorWrp
    {
        width: 39.0625vw;
        margin-top: 2.92969vw;
        padding: .97656vw 0 .97656vw 1.46484vw;

        border: .14648vw solid #ed0000;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__errorWrp
    {
        width: 74.66667vw;
        margin-top: 6.66667vw;
        padding: 1.6vw 0 1.6vw 2.66667vw;

        border: .26667vw solid #ed0000;
    }
}

.login__errorMsg
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;

    position: relative;

    padding-left: 26px;

    list-style: none;

    color: #ed0000;
}

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

        padding-left: 1.35417vw;
    }
}

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

        padding-left: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__errorMsg
    {
        font-size: 3.73333vw;
        line-height: 1.6;

        padding-left: 5.33333vw;
    }
}

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

    width: 18px;
    height: 16px;
    margin: auto 0;

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .login__errorMsg::before
    {
        width: .9375vw;
        height: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__errorMsg::before
    {
        width: 1.36719vw;
        height: 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__errorMsg::before
    {
        width: 4.53333vw;
        height: 4vw;
    }
}

.login__setMsg
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 660px;
    margin: 0 auto;
    margin-top: 28px;
    padding: 20px 0 20px 47px;

    color: #0024ed;
    border: 1px solid #0024ed;
    background-color: #e2eaf8;
}

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

        width: 34.375vw;
        margin-top: 1.45833vw;
        padding: .78125vw 0 .78125vw 2.44792vw;

        border: .05208vw solid #0024ed;
    }
}

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

        width: 39.0625vw;
        margin-top: 2.92969vw;
        padding: 1.17188vw 0 1.17188vw 3.61328vw;

        border: .09766vw solid #0024ed;
    }
}

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

        width: 74.66667vw;
        margin-top: 6.66667vw;
        padding: 2.66667vw 0 2.66667vw 8vw;

        border: .13333vw solid #0024ed;
    }
}

.login__setMsg::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 22px;

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

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .login__setMsg::before
    {
        left: 1.14583vw;

        width: .9375vw;
        height: .9375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__setMsg::before
    {
        left: 1.95312vw;

        width: 1.36719vw;
        height: 1.36719vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__setMsg::before
    {
        left: 2.66667vw;

        width: 4vw;
        height: 4vw;
    }
}

.login__wrp
{
    width: 660px;
    margin: 0 auto;
    padding: 60px 0;
}

@media print, screen and (max-width: 1920px)
{
    .login__wrp
    {
        width: 34.375vw;
        padding: 3.125vw 0;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .login__wrp
    {
        width: 80vw;
        padding: 5.33333vw 0;
    }
}

.login__wrp--01
{
    margin-top: 40px;
    padding-top: 0;
}

@media print, screen and (max-width: 1920px)
{
    .login__wrp--01
    {
        margin-top: 2.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .login__wrp--01
    {
        margin-top: 6.66667vw;
    }
}

.login__main
{
    width: 660px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .login__main
    {
        width: 34.375vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .login__main
    {
        width: 80vw;
    }
}

.login__main--confirmation
{
    margin-right: auto;
    margin-left: 0;
}

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

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

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

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

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

    width: 156px;
    padding-top: 15px;
    padding-bottom: 15px;

    text-align: left;
}

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

        width: 8.125vw;
        padding-top: .78125vw;
        padding-bottom: .78125vw;
    }
}

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

        width: 12.69531vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__th
    {
        font-size: 3.6vw;
        line-height: 1.6;

        width: 100%;
    }
}

.login__th--confirmation
{
    width: 127px;
}

@media print, screen and (max-width: 1920px)
{
    .login__th--confirmation
    {
        width: 6.61458vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__th--confirmation
    {
        width: 9.76562vw;
    }
}

.login__td
{
    width: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media print, screen and (max-width: 1920px)
{
    .login__td
    {
        width: 26.04167vw;
        padding-top: .78125vw;
        padding-bottom: .78125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__td
    {
        width: 33.20312vw;
        padding-bottom: 1.36719vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__td
    {
        width: 100%;
        padding-right: 2.66667vw;
        padding-bottom: 5.33333vw;
    }
}

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

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

    border: 1px solid #c7c7c7;
    border-radius: 4px;
}

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

        padding: .625vw 0 .625vw .625vw;
    }
}

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

        padding: .97656vw 0 .97656vw .78125vw;
    }
}

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

        padding: 1.33333vw 0 1.33333vw 2.13333vw;
    }
}

.login__agreeBox
{
    padding-left: 25px;

    text-align: center;
}

@media print, screen and (max-width: 1920px)
{
    .login__agreeBox
    {
        padding-left: 1.30208vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__agreeBox
    {
        padding-left: 1.75781vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__agreeBox
    {
        padding-left: 4.26667vw;
    }
}

.login__agreeLabel
{
    position: relative;

    display: inline-block;

    cursor: pointer;
}

.login__agreeLabel::before
{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -25px;

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

    content: '';

    border: 1px solid #c7c7c7;
    border-radius: 2px;
    background-color: white;
}

@media print, screen and (max-width: 1920px)
{
    .login__agreeLabel::before
    {
        left: -1.30208vw;

        width: .83333vw;
        height: .83333vw;

        border-radius: .10417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__agreeLabel::before
    {
        left: -1.95312vw;

        width: 1.17188vw;
        height: 1.17188vw;

        border-radius: .19531vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__agreeLabel::before
    {
        left: -4.53333vw;

        width: 2.66667vw;
        height: 2.66667vw;

        border-radius: .26667vw;
    }
}

.login__agreeLabel::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -21px;

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

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .login__agreeLabel::after
    {
        left: -1.09375vw;

        width: .625vw;
        height: .41667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__agreeLabel::after
    {
        left: -1.66016vw;

        width: .87891vw;
        height: .58594vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__agreeLabel::after
    {
        left: -3.73333vw;

        width: 2vw;
        height: 1.33333vw;
    }
}

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

    letter-spacing: 0;
}

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

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

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

.login__agreeCheck
{
    display: none;
}

.login__agreeCheck:checked + ::before
{
    background-color: #248c98;
}

.login__agreeCheck:checked + ::after
{
    opacity: 1;
}

.login__buttonBox
{
    line-height: 50px;

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 50px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: left;

    border: 1px solid #096974;
    border-radius: 4px;
    background-color: #248c98;
    -webkit-box-shadow: 0 4px 0 #096974;
            box-shadow: 0 4px 0 #096974;
}

@media print, screen and (max-width: 1920px)
{
    .login__buttonBox
    {
        line-height: 2.60417vw;

        width: 14.58333vw;
        height: 2.60417vw;
        margin-top: 2.08333vw;
        padding-left: 2.60417vw;

        border-radius: .20833vw;
        -webkit-box-shadow: 0 .20833vw 0 #096974;
                box-shadow: 0 .20833vw 0 #096974;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__buttonBox
    {
        line-height: 3.90625vw;

        width: 19.53125vw;
        height: 3.90625vw;
        margin-top: 2.92969vw;
        padding-left: 2.92969vw;

        border-radius: .39062vw;
        -webkit-box-shadow: 0 .39062vw 0 #096974;
                box-shadow: 0 .39062vw 0 #096974;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__buttonBox
    {
        line-height: 9.6vw;

        width: 58.66667vw;
        height: 9.6vw;
        margin-top: 5.33333vw;
        padding-left: 8vw;

        border-radius: .53333vw;
        -webkit-box-shadow: 0 .8vw 0 #096974;
                box-shadow: 0 .8vw 0 #096974;
    }
}

.login__buttonBox::before
{
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;

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

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .login__buttonBox::before
    {
        right: .72917vw;

        width: 1.19792vw;
        height: 1.19792vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__buttonBox::before
    {
        right: .97656vw;

        width: 1.75781vw;
        height: 1.75781vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__buttonBox::before
    {
        right: 2.66667vw;

        width: 4.8vw;
        height: 4.8vw;
    }
}

.login__buttonBox:hover
{
    -webkit-transform: translateY(4px);
            transform: translateY(4px);

    -webkit-box-shadow: unset;
            box-shadow: unset;
}

@media print, screen and (max-width: 1920px)
{
    .login__buttonBox:hover
    {
        -webkit-transform: translateY(.20833vw);
                transform: translateY(.20833vw);
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__buttonBox:hover
    {
        -webkit-transform: translateY(0vw);
                transform: translateY(0vw);
    }
}

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

    color: #fff;
}

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

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

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

.login__txtBox
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    padding: 28px 46px;

    background: linear-gradient(-60deg, #faefdd, #f7f1e9, #faefdd);
}

@media print, screen and (max-width: 1920px)
{
    .login__txtBox
    {
        margin-top: 2.60417vw;
        padding: 1.45833vw 2.39583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__txtBox
    {
        margin-top: 2.92969vw;
        padding: 1.95312vw 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__txtBox
    {
        margin-top: 8vw;
        padding: 4vw;
    }
}

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

    margin-bottom: 16px;
    padding: 5px;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #248c98;
}

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

        margin-bottom: .83333vw;
        padding: .26042vw;
    }
}

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

        margin-bottom: 1.17188vw;
        padding: .29297vw;
    }
}

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

        margin-bottom: 2.13333vw;
        padding: 1.33333vw;
    }
}

.login__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    margin-bottom: 30px;
}

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

        margin-bottom: 1.5625vw;
    }
}

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

        margin-bottom: 2.92969vw;
    }
}

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

        margin-bottom: 4vw;
    }
}

.login__txt--red
{
    margin: 24px 0 30px;

    color: #ed0000;
}

@media print, screen and (max-width: 1920px)
{
    .login__txt--red
    {
        margin: 1.25vw 0 1.5625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__txt--red
    {
        margin: 1.95312vw 0 2.34375vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__txt--red
    {
        margin: 4vw 0 5.33333vw;
    }
}

.login__txt > span
{
    padding-bottom: 6px;

    color: #00655a;
    border-bottom: 1px solid #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .login__txt > span
    {
        padding-bottom: .3125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__txt > span
    {
        padding-bottom: .39062vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__txt > span
    {
        padding-bottom: .8vw;
    }
}

.login__link
{
    position: relative;
}

.login__link > span
{
    font-size: 18px;

    padding-bottom: 4px;

    color: #00655a;
    border-bottom: 1px solid #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .login__link > span
    {
        font-size: .9375vw;

        padding-bottom: .20833vw;
    }
}

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

        padding-bottom: .39062vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__link > span
    {
        font-size: 3.73333vw;
        line-height: 1.6;

        padding-bottom: .4vw;
    }
}

.login__link--02
{
    padding-left: 17px;
}

@media print, screen and (max-width: 1920px)
{
    .login__link--02
    {
        padding-left: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__link--02
    {
        padding-left: 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__link--02
    {
        padding-left: 2.66667vw;
    }
}

.login__link--02 > span
{
    position: relative;
}

.login__link--02 > span::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;

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

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .login__link--02 > span::before
    {
        left: -.88542vw;

        width: .52083vw;
        height: .9375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__link--02 > span::before
    {
        left: -1.17188vw;

        width: .78125vw;
        height: 1.36719vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__link--02 > span::before
    {
        top: -5.86667vw;
        left: -2.66667vw;

        width: 1.6vw;
        height: 2.93333vw;
    }
}

.login__link:hover
{
    opacity: .7;
}

.login__passTxtBox
{
    margin-top: -10px;
    margin-left: 216px;
}

@media print, screen and (max-width: 1920px)
{
    .login__passTxtBox
    {
        margin-top: -.52083vw;
        margin-left: 11.25vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .login__passTxtBox
    {
        margin-top: -.78125vw;
        margin-left: 18.75vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .login__passTxtBox
    {
        margin-top: 0;
        margin-left: 0;
    }
}

.login__passTxt
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

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

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

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

.login__passTxt > span
{
    font-size: 18px;
}

@media print, screen and (max-width: 1920px)
{
    .login__passTxt > span
    {
        font-size: .9375vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .login__passTxt > span
    {
        font-size: 3.73333vw;
    }
}

/* ============== .confirmation ============== */
.confirmation__buttonBox
{
    line-height: 40px;

    position: relative;

    display: block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    border: 1px solid #096974;
    border-radius: 4px;
    background-color: #248c98;
}

@media print, screen and (max-width: 1920px)
{
    .confirmation__buttonBox
    {
        line-height: 2.08333vw;

        width: 14.58333vw;
        height: 2.08333vw;
        margin-top: 1.5625vw;

        border-radius: .20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .confirmation__buttonBox
    {
        line-height: 3.90625vw;

        width: 19.53125vw;
        height: 3.90625vw;
        margin-top: 2.34375vw;

        border-radius: .39062vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .confirmation__buttonBox
    {
        line-height: 9.6vw;

        width: 58.66667vw;
        height: 9.6vw;
        margin-top: 5.33333vw;

        border-radius: .53333vw;
    }
}

.confirmation__buttonBox:hover
{
    border: 1px solid #096974;
    background-color: #fff;
}

.confirmation__buttonBox:hover .confirmation__button
{
    color: #096974;
}

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

    color: #fff;
}

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

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

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

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

    position: relative;

    display: block;

    margin-top: 23px;
    padding-left: 15px;

    color: #00655a;
}

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

        margin-top: 1.19792vw;
        padding-left: .78125vw;
    }
}

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

        margin-top: 1.95312vw;
        padding-left: 1.17188vw;
    }
}

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

        margin-top: 4vw;
        padding-left: 4vw;
    }
}

.confirmation__returnBtn::before
{
    position: absolute;
    top: 6px;
    left: 0;

    width: 5px;
    height: 13px;

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .confirmation__returnBtn::before
    {
        top: .3125vw;

        width: .26042vw;
        height: .67708vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .confirmation__returnBtn::before
    {
        top: .39062vw;

        width: .39062vw;
        height: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .confirmation__returnBtn::before
    {
        top: 1.2vw;

        width: 1.33333vw;
        height: 2.66667vw;
    }
}

.confirmation__returnBtn:hover
{
    opacity: .7;
}

.confirmation__txtBox
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    padding: 28px 46px;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .confirmation__txtBox
    {
        margin-top: 2.60417vw;
        padding: 1.45833vw 2.39583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .confirmation__txtBox
    {
        margin-top: 2.92969vw;
        padding: 1.95312vw 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .confirmation__txtBox
    {
        margin-top: 6.66667vw;
        padding: 4vw;
    }
}

.confirmation__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    text-align: center;
}

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

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

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

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

    width: 620px;
    margin-bottom: 14px;

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

@media print, screen and (max-width: 1920px)
{
    .confirmation__areaWrp
    {
        width: 32.29167vw;
        margin-bottom: .72917vw;
    }
}

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

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

        width: 74.66667vw;
        margin-bottom: 2.66667vw;

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

.confirmation__areaWrp:first-of-type
{
    margin-top: 28px;
}

@media print, screen and (max-width: 1920px)
{
    .confirmation__areaWrp:first-of-type
    {
        margin-top: 1.45833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .confirmation__areaWrp:first-of-type
    {
        margin-top: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .confirmation__areaWrp:first-of-type
    {
        margin-top: 4vw;
    }
}

.confirmation__areaWrp:last-child
{
    margin-bottom: 0;
}

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

    color: #00655a;
}

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

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

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

@media print, screen and (max-width: 430px)
{
    .confirmation__areaTtl > span
    {
        display: none;
    }
}

.confirmation__areaTxt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    text-align: center;
}

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

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

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

        margin-top: 1.33333vw;

        text-align: left;
    }
}

/* ============== .mypage ============== */
.mypage
{
    margin-top: 90px;
    padding: 150px 0 150px;
}

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

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

@media print, screen and (max-width: 430px)
{
    .mypage
    {
        padding: 20vw 0vw 20vw;
    }
}

.mypage__inner
{
    width: 1100px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__inner
    {
        width: 57.29167vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .mypage__inner
    {
        width: 93.33333vw;
    }
}

.mypage__title
{
    font-size: 36px;

    width: 100%;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__title
    {
        font-size: 1.875vw;
        line-height: 3.22917vw;

        padding-left: 1.875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__title
    {
        font-size: 2.92969vw;
        line-height: 6.05469vw;

        padding-left: 3.32031vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__title
    {
        font-size: 5.33333vw;
        line-height: 8.8vw;

        padding-left: 4.8vw;
    }
}

.mypage__nameBox
{
    width: 100%;
    margin-top: 50px;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__nameBox
    {
        margin-top: 2.60417vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .mypage__nameBox
    {
        margin-top: 6.66667vw;
    }
}

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

    margin-left: 20px;
    padding: 10px 0;

    letter-spacing: 0;

    color: #4e4e4e;
}

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

        margin-left: 1.04167vw;
        padding: .52083vw 0vw;
    }
}

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

        margin-left: 1.95312vw;
        padding: .97656vw 0vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__nametxt
    {
        font-size: 4.26667vw;

        margin-left: 2.66667vw;
        padding: 1.33333vw 0vw;
    }
}

.mypage__subttlBox
{
    position: relative;

    margin-top: 60.7px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__subttlBox
    {
        margin-top: 3.16146vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .mypage__subttlBox
    {
        margin-top: 8.09333vw;
    }
}

.mypage__subttlTxt
{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: .05em;

    color: #00655a;
}

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

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

@media print, screen and (max-width: 430px)
{
    .mypage__subttlTxt
    {
        font-size: 4.53333vw;
    }
}

.mypage__subttlLine
{
    position: absolute;
    top: 37px;
    left: 0;

    width: 1100px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__subttlLine
    {
        top: 1.92708vw;
        left: 0vw;

        width: 57.29167vw;
    }
}

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

        width: 70.60547vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__subttlLine
    {
        top: 5.46667vw;
        left: 0vw;

        width: 100%;
        height: 1.06667vw;

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

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

    width: calc(100%/1);
    padding-top: 54.3px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 44px 0;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__content
    {
        padding-top: 2.82812vw;

        gap: 2.29167vw 0vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__content
    {
        padding-top: 5.30273vw;

        gap: 4.29688vw 2.63672vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

        padding-top: 7.24vw;
    }
}

.mypage__box
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 348px;
    padding: 26px 16px;

    border: solid #00655a 2px;
    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__box
    {
        width: 18.125vw;
        padding: 1.35417vw .83333vw;

        border: solid #00655a .10417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__box
    {
        width: 33.98438vw;
        padding: 2.53906vw 1.5625vw;

        border: solid #00655a .19531vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__box
    {
        width: 100%;
        margin-top: 27px;
        padding: 3.46667vw 2.13333vw;

        border: solid #00655a .26667vw;
    }
    .mypage__box:first-child
    {
        margin-top: 0;
    }
}

.mypage__boxInbox
{
    width: auto;
    margin-bottom: 20px;
    padding: 20px 9px;

    background-color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__boxInbox
    {
        margin-bottom: 1.04167vw;
        padding: 1.04167vw 0vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .mypage__boxInbox
    {
        margin-bottom: 2.66667vw;
        padding: 2.66667vw 0vw;
    }
}

.mypage__txtBox
{
    position: relative;

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

    margin-bottom: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtBox
    {
        margin-bottom: 1.04167vw;
    }
}

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

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

        margin-bottom: 4vw;
    }
}

.mypage__txtBox:after
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    width: 298px;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-bottom: .5px dashed #b1b1b1;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtBox:after
    {
        bottom: -.52083vw;

        width: 15.52083vw;
    }
}

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

        width: 29.10156vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtBox:after
    {
        bottom: -1.33333vw;

        width: 86vw;
    }
}

.mypage__txtBox:last-child
{
    margin-bottom: 0;

    border: none;
}

.mypage__txtBox:last-child:last-child::after
{
    border: none;
}

.mypage__txtcont
{
    margin-left: 14px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtcont
    {
        margin-left: .72917vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txtcont
    {
        margin-left: 1.36719vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtcont
    {
        margin-left: 1.86667vw;
    }
}

.mypage__txtcont--2txt
{
    margin-left: 42px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtcont--2txt
    {
        margin-left: 2.1875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txtcont--2txt
    {
        margin-left: 4.10156vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtcont--2txt
    {
        margin-left: 1.33333vw;
    }
}

.mypage__txt
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;

    letter-spacing: 0;

    color: #000;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txt
    {
        font-size: .72917vw;
    }
}

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

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

.mypage__txt--small
{
    font-size: 12px;
    line-height: 1;

    position: relative;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txt--small
    {
        font-size: .625vw;
    }
}

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

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

        margin-bottom: 10.5px;
    }
}

.mypage__txt--small::after
{
    position: absolute;
    top: -1px;
    right: -8.7px;

    height: 15px;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-right: 1px dotted #707070;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txt--small::after
    {
        top: -.05208vw;
        right: -.45312vw;

        height: .78125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txt--small::after
    {
        top: -.09766vw;
        right: -.84961vw;

        height: 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txt--small::after
    {
        display: none;
    }
}

.mypage__txt--small:nth-child(2)
{
    margin-left: 16px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txt--small:nth-child(2)
    {
        margin-left: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txt--small:nth-child(2)
    {
        margin-left: 1.5625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txt--small:nth-child(2)
    {
        margin-left: 0vw;
    }
}

.mypage__txt--small:nth-child(3)::after
{
    border: none;
}

.mypage__txt--green
{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    margin-left: 10px;

    white-space: nowrap;

    color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txt--green
    {
        font-size: .72917vw;

        margin-left: .52083vw;
    }
}

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

        margin-left: .97656vw;
    }
}

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

        margin-left: 1.33333vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txt--greenSp
    {
        margin-bottom: 2vw;
    }
}

.mypage__txt--btn
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

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

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

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

@media print, screen and (max-width: 430px)
{
    .mypage__txt--btn
    {
        font-size: 4.8vw;
    }
}

.mypage__txtTop:first-child
{
    font-size: 16px;

    margin: 0 0 12.5px 0;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtTop:first-child
    {
        font-size: .83333vw;

        padding: 0vw .65104vw 0vw 0vw;
    }
}

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

        padding: 0vw 1.2207vw 0vw 0vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtTop:first-child
    {
        font-size: 4.26667vw;
    }
}

.mypage__txtTop:nth-child(2)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (max-width: 1920px)
{
    .mypage__txtTop:nth-child(2)
    {
        margin-bottom: .54688vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txtTop:nth-child(2)
    {
        margin-bottom: 1.02539vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtTop:nth-child(2)
    {
        display: block;

        margin-bottom: 2vw;
    }
}

.mypage__txtTop:last-child
{
    margin-bottom: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__txtTop:last-child
    {
        margin-bottom: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__txtTop:last-child
    {
        margin-bottom: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__txtTop:last-child
    {
        margin-bottom: 2.66667vw;
    }
}

.mypage__btn
{
    position: relative;

    display: block;

    padding: 15.5px 0;

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

    color: #fff;
    border-radius: 40px;
    background-color: #f39815;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__btn
    {
        padding: .80729vw 0vw;
    }
}

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

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

@media (min-width: 1024px)
{
    .mypage__btn:hover
    {
        color: #f39815;
        outline: 1px solid #f39815;
        outline-offset: -1px;
        background-color: #fff;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) and (max-width: 430px)
{
    .mypage__btn:hover
    {
        display: none;
    }
}

@media (min-width: 1024px)
{
    .mypage__btn:hover .mypage__icon
    {
        opacity: 0;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) and (max-width: 430px)
{
    .mypage__btn:hover .mypage__icon
    {
        display: none;
    }
}

@media (min-width: 1024px)
{
    .mypage__btn:hover .mypage__icon--orange
    {
        opacity: 1;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) and (max-width: 430px)
{
    .mypage__btn:hover .mypage__icon--orange
    {
        display: none;
    }
}

.mypage__icon
{
    position: absolute;
    top: 18px;
    left: 74.4px;

    width: 20px;

    opacity: 1;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__icon
    {
        top: .9375vw;
        left: 3.875vw;

        width: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__icon
    {
        top: 1.75781vw;
        left: 7.26563vw;

        width: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__icon
    {
        top: 3vw;
        left: 23.25333vw;

        width: 4.66667vw;
    }
}

.mypage__icon--orange
{
    opacity: 0;
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 52.3px;
    padding: 30px 40px;

    border: 2px solid #00655a;
    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__underBox
    {
        margin-top: 2.72396vw;
        padding: 1.5625vw 2.08333vw;

        border: .10417vw solid #00655a;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__underBox
    {
        margin-top: 5.10742vw;
        padding: 2.92969vw 3.90625vw;

        border: .19531vw solid #00655a;
    }
}

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

        margin-top: 6.97333vw;
        padding: 4vw 5.33333vw;

        border: .26667vw solid #00655a;
    }
}

.mypage__txtBlock
{
    width: 100%;
}

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

    margin-left: 76px;

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

@media print, screen and (max-width: 1920px)
{
    .mypage__btnBlock
    {
        margin-left: 3.95833vw;
    }
}

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

        margin-left: 7.42188vw;
    }
}

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

        margin-top: 3.46667vw;
        margin-left: 15.80333vw;
    }
}

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

    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 170px;
    padding: 10px 0 11px;

    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;
    letter-spacing: .05em;

    color: #fff;
    border-radius: 2px;
    background-color: #2c8c98;
}

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

        width: 8.85417vw;
        padding: .52083vw 0vw .57292vw;
    }
}

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

        width: 16.60156vw;
        padding: .97656vw 0vw 1.07422vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__btn02txt
    {
        font-size: 4.26667vw;

        width: 49.33333vw;
        padding: 2.66667vw 0vw 2.8vw;
    }
}

@media (min-width: 1024px)
{
    .mypage__btn02txt:hover
    {
        color: #2c8c98;
        outline: 1px solid #2c8c98;
        outline-offset: -1px;
        background-color: #fff;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) and (max-width: 430px)
{
    .mypage__btn02txt:hover
    {
        display: none;
    }
}

@media (min-width: 1024px)
{
    .mypage__btn02txt:hover::after
    {
        border-top: solid 1px #2c8c98;
        border-right: solid 1px #2c8c98;
    }
}

.mypage__btn02txt::after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 151.8px;

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

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__btn02txt::after
    {
        top: 0vw;
        left: 7.90625vw;

        width: .3125vw;
        height: .3125vw;

        border-top: solid .05208vw #fff;
        border-right: solid .05208vw #fff;
    }
}

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

        width: .58594vw;
        height: .58594vw;

        border-top: solid .09766vw #fff;
        border-right: solid .09766vw #fff;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__btn02txt::after
    {
        top: 0vw;
        left: 44vw;

        width: 1.6vw;
        height: 1.6vw;

        border-top: solid .26667vw #fff;
        border-right: solid .26667vw #fff;
    }
}

.mypage__btn02txt--right
{
    margin-left: 6px;

    color: #2c8c98;
    outline: 1px solid #2c8c98;
    background-color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__btn02txt--right
    {
        margin-left: .3125vw;

        outline: .05208vw solid #2c8c98;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__btn02txt--right
    {
        margin: 1.5625vw 0vw 0vw 0vw;

        outline: .09766vw solid #2c8c98;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__btn02txt--right
    {
        margin: 2.13333vw 0vw 0vw 0vw;

        outline: .13333vw solid #2c8c98;
    }
}

.mypage__btn02txt--right::after
{
    border-top: solid 1px #2c8c98;
    border-right: solid 1px #2c8c98;
}

@media (min-width: 1024px)
{
    .mypage__btn02txt--right:hover
    {
        color: #fff;
        outline: none;
        outline-offset: none;
        background-color: #2c8c98;
    }
    .mypage__btn02txt--right:hover::after
    {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}

.mypage__topTtl
{
    font-size: 36px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13px 0 13px 36px;

    letter-spacing: .1em;

    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#196a77), to(#88e0cc));
    background: linear-gradient(to right, #196a77, #88e0cc);
}

@media print, screen and (max-width: 1920px)
{
    .mypage__topTtl
    {
        font-size: 1.875vw;

        padding: .67708vw 0 .67708vw 1.875vw;
    }
}

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

        padding: 1.26953vw 0 1.26953vw 3.51562vw;
    }
}

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

        padding: 1.73333vw 0 1.73333vw 4.8vw;
    }
}

.mypage__subTtlBox
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 50px;
    padding: 10px 0 10px 20px;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__subTtlBox
    {
        margin-top: 2.60417vw;
        padding: .52083vw 0 .52083vw 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__subTtlBox
    {
        margin-top: 3.90625vw;
        padding: .97656vw 0 .97656vw 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__subTtlBox
    {
        margin-top: 6.66667vw;
        padding: 1.33333vw 0 1.33333vw 2.66667vw;
    }
}

.mypage__subTtlTxt
{
    font-size: 28px;
    font-weight: 700;

    color: #4e4e4e;
}

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

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

@media print, screen and (max-width: 430px)
{
    .mypage__subTtlTxt
    {
        font-size: 4.26667vw;
    }
}

.mypage__aside
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 370px;
    padding: 40px 25px;

    background-color: #f7f1e7;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__aside
    {
        width: 19.27083vw;
        padding: 2.08333vw 1.30208vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .mypage__aside
    {
        position: fixed;
        z-index: 100;
        top: 12vw;
        left: 0;

        width: 100%;
        padding: 0;
    }
}

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

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

@media print, screen and (max-width: 430px)
{
    .mypage__nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.mypage__navLink
{
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;

    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 320px;
    height: 58px;
    margin-bottom: 13px;
    padding-left: 74px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #fff;
    border-radius: 2px;
    background-color: #408c83;
    -webkit-box-shadow: 0 3px 0 #00655a;
            box-shadow: 0 3px 0 #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__navLink
    {
        font-size: 1.04167vw;
        line-height: 3.02083vw;

        width: 16.66667vw;
        height: 3.02083vw;
        margin-bottom: .67708vw;
        padding-left: 3.85417vw;

        -webkit-box-shadow: 0 .15625vw 0 #00655a;
                box-shadow: 0 .15625vw 0 #00655a;
    }
}

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

        width: 18.55469vw;
        height: 3.90625vw;
        margin-bottom: 1.26953vw;
        padding-left: 3.90625vw;

        -webkit-box-shadow: 0 .29297vw 0 #00655a;
                box-shadow: 0 .29297vw 0 #00655a;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__navLink
    {
        font-size: 4vw;
        line-height: 10.66667vw;

        width: 50%;
        height: 10.66667vw;
        margin-bottom: 0;
        padding-left: 10.4vw;

        letter-spacing: .05em;

        border-bottom: 1px solid #fff;
        -webkit-box-shadow: 0 0 0 #00655a;
                box-shadow: 0 0 0 #00655a;
    }
    .mypage__navLink:nth-child(2n)
    {
        border-right: 1px solid #fff;
    }
}

.mypage__navLink:hover
{
    -webkit-transform: translateY(3px);
            transform: translateY(3px);

    -webkit-box-shadow: none;
            box-shadow: none;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__navLink:hover
    {
        -webkit-transform: translateY(.15625vw);
                transform: translateY(.15625vw);
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__navLink:hover
    {
        -webkit-transform: translateY(.29297vw);
                transform: translateY(.29297vw);
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__navLink:hover
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        -webkit-box-shadow: 0 0 0 #00655a;
                box-shadow: 0 0 0 #00655a;
    }
}

.mypage__navLink:last-child
{
    margin-bottom: 0;
}

.mypage__navLink::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 17px;
    bottom: 0;

    width: 7px;
    height: 12.5px;
    margin: auto 0;

    content: '';

    background-image: url(../images/mypage/mypage_icon_nav_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__navLink::after
    {
        right: .88542vw;

        width: .36458vw;
        height: .65104vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__navLink::after
    {
        right: 1.17188vw;

        width: .48828vw;
        height: .87891vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__navLink::after
    {
        right: 2.66667vw;

        width: 1.6vw;
        height: 2.8vw;
    }
}

.mypage__navLink::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 13px;

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

    content: '';

    background-image: url(../images/mypage/mypage_icon_nav_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .mypage__navLink::before
    {
        left: .67708vw;

        width: 1.875vw;
        height: 1.875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .mypage__navLink::before
    {
        left: .78125vw;

        width: 2.14844vw;
        height: 2.14844vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__navLink::before
    {
        left: 2.4vw;

        width: 5.86667vw;
        height: 5.86667vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .mypage__navLink--01
    {
        width: 100%;
    }
}

.mypage__navLink--02::before
{
    background-image: url(../images/mypage/mypage_icon_nav_02.svg);
}

.mypage__navLink--02::before
{
    background-image: url(../images/mypage/mypage_icon_nav_02.svg);
}

.mypage__navLink--03::before
{
    background-image: url(../images/mypage/mypage_icon_nav_03.svg);
}

.mypage__navLink--04::before
{
    background-image: url(../images/mypage/mypage_icon_nav_04.svg);
}

.mypage__navLink--05::before
{
    background-image: url(../images/mypage/mypage_icon_nav_05.svg);
}

.mypage__navLink--06::before
{
    background-image: url(../images/mypage/mypage_icon_nav_06.svg);
}

/* ============== .message ============== */
.message
{
    margin-top: 90px;
    padding: 150px 0;
}

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

@media print, screen and (max-width: 1025px)
{
    .message
    {
        margin-top: 6.83594vw;
        padding: 4.88281vw 0 9.76562vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .message
    {
        margin-top: 12vw;
        padding: 10.66667vw 0 18.66667vw;
    }
}

.message__cont
{
    margin-top: 60px;
    padding: 50px 0;

    border: 2px solid #00655a;
    border-radius: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .message__cont
    {
        margin-top: 3.125vw;
        padding: 2.60417vw 0;

        border: .10417vw solid #00655a;
        border-radius: 1.04167vw;
    }
}

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

        border: .19531vw solid #00655a;
        border-radius: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .message__cont
    {
        margin-top: 8vw;
        padding: 6.66667vw 0;

        border: .26667vw solid #00655a;
        border-radius: 2.66667vw;
    }
}

.message__inner
{
    width: 1000px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .message__inner
    {
        width: 52.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .message__inner
    {
        width: 84vw;
    }
}

.message__ttl
{
    font-size: 20px;
    font-weight: 700;
}

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

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

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

.message__listWrp
{
    margin-top: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .message__listWrp
    {
        margin-top: 2.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .message__listWrp
    {
        margin-top: 5.33333vw;
    }
}

.message__li
{
    padding: 20px 0;

    list-style-type: none;

    border-bottom: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .message__li
    {
        padding: 1.04167vw 0;

        border-bottom: .10417vw solid #ebebeb;
    }
}

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

        border-bottom: .19531vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 430px)
{
    .message__li
    {
        padding: 4vw 0;

        border-bottom: .26667vw solid #ebebeb;
    }
}

.message__li:first-child
{
    padding-top: 0;
}

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

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

@media print, screen and (max-width: 1025px)
{
    .message__list
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

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

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

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

    width: 227px;

    color: #818181;
}

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

        width: 11.82292vw;
    }
}

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

        width: 18.26172vw;
    }
}

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

        width: 100%;
    }
}

.message__branch
{
    font-size: 18px;
    font-weight: 500;
}

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

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

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

        margin: 1.86667vw 0 .53333vw;
    }
}

.message__listTtl
{
    line-height: 1.2;

    margin-bottom: 3px;
    margin-left: 4px;
}

@media print, screen and (max-width: 1920px)
{
    .message__listTtl
    {
        margin-bottom: .15625vw;
        margin-left: .20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .message__listTtl
    {
        margin-bottom: .19531vw;
        margin-left: .29297vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .message__listTtl
    {
        margin-bottom: .4vw;
        margin-left: .53333vw;
    }
}

.message__listTtl > span
{
    font-size: 18px;
    font-weight: 500;

    padding-bottom: 5px;

    color: #18655a;
    border-bottom: 1px solid #18655a;
}

@media print, screen and (max-width: 1920px)
{
    .message__listTtl > span
    {
        font-size: .9375vw;

        padding-bottom: .26042vw;
    }
}

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

        padding-bottom: .39062vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .message__listTtl > span
    {
        font-size: 3.73333vw;

        padding-bottom: .53333vw;
    }
}

.message__listTtl:hover
{
    opacity: .7;
}

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

    width: 1560px;
    margin: 0 auto;

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

@media print, screen and (max-width: 1920px)
{
    .message__flex
    {
        width: 81.25vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .message__flex
    {
            flex-direction: column-reverse;

        width: 100%;

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

.message__lBox
{
    width: 1100px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .message__lBox
    {
        width: 57.29167vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .message__lBox
    {
        width: 93.33333vw;
    }
}

/* ============== .messageDetail ============== */
.messageDetail__table
{
    margin-top: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .messageDetail__table
    {
        margin-top: 2.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .messageDetail__table
    {
        margin-top: 5.33333vw;
    }
}

.messageDetail__row
{
    border-bottom: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .messageDetail__row
    {
        border-bottom: .10417vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 1025px)
{
    .messageDetail__row
    {
        border-bottom: .19531vw solid #ebebeb;
    }
}

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

        border-bottom: .26667vw solid #ebebeb;

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

.messageDetail__row:first-child .messageDetail__th::before
{
    top: 5px;
}

@media print, screen and (max-width: 1920px)
{
    .messageDetail__row:first-child .messageDetail__th::before
    {
        top: .26042vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .messageDetail__row:first-child .messageDetail__th::before
    {
        top: .39062vw;
    }
}

.messageDetail__row:first-child .messageDetail__td
{
    padding-top: 0;
}

@media print, screen and (max-width: 430px)
{
    .messageDetail__row:first-child .messageDetail__td
    {
        padding-top: 1.86667vw;
    }
}

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

    position: relative;

    width: 104px;

    text-align: left;
}

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

        width: 5.41667vw;
    }
}

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

        width: 9.76562vw;
    }
}

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

        width: 100%;
        padding-top: 4vw;
    }
}

.messageDetail__th::before
{
    position: absolute;
    top: 25px;
    right: 0;

    content: '：';
}

@media print, screen and (max-width: 1920px)
{
    .messageDetail__th::before
    {
        top: 1.30208vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .messageDetail__th::before
    {
        top: 1.95312vw;
    }
}

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

.messageDetail__td
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 896px;
    padding: 20px 20px 20px 30px;

    text-align: left;
}

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

        width: 46.66667vw;
        padding: 1.04167vw 1.04167vw 1.04167vw 1.5625vw;
    }
}

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

        width: 62.5vw;
        padding: 1.5625vw 1.5625vw 1.5625vw 2.34375vw;
    }
}

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

        width: 100%;
        padding: 1.86667vw 0 4vw;
    }
}

.messageDetail__btn
{
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;

    display: block;

    width: 280px;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .messageDetail__btn
    {
        font-size: .9375vw;
        line-height: 2.08333vw;

        width: 14.58333vw;
        height: 2.08333vw;
        margin-top: 2.08333vw;
    }
}

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

        width: 23.4375vw;
        height: 3.90625vw;
        margin-top: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .messageDetail__btn
    {
        font-size: 3.73333vw;
        line-height: 9.33333vw;

        width: 64vw;
        height: 9.33333vw;
        margin-top: 6.66667vw;
    }
}

.messageDetail__btn:hover
{
    opacity: .7;
}

/* ============== .manage ============== */
.manage
{
    margin-top: 90px;
    padding: 150px 0;
}

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

@media print, screen and (max-width: 1025px)
{
    .manage
    {
        margin-top: 6.83594vw;
        padding: 4.88281vw 0 9.76562vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage
    {
        margin-top: 40vw;
        padding: 50.66667vw 0 18.66667vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage.staff
    {
        margin-top: 42.66667vw;
        padding: 24vw 0 18.66667vw;
    }
}

.manage__cont
{
    margin-top: 60px;
    padding: 50px 0;

    border: 2px solid #00655a;
    border-radius: 20px;
    background-color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .manage__cont
    {
        margin-top: 3.125vw;
        padding: 2.60417vw 0;

        border: .10417vw solid #00655a;
        border-radius: 1.04167vw;
    }
}

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

        border: .19531vw solid #00655a;
        border-radius: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__cont
    {
        margin-top: 8vw;
        padding: 6.66667vw 0;

        border: .26667vw solid #00655a;
        border-radius: 2.66667vw;
    }
}

.manage__cont--noMargin
{
    padding-top: 0;
}

.manage__inner
{
    width: 1000px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .manage__inner
    {
        width: 52.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .manage__inner
    {
        width: 84vw;
    }
}

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

    margin-bottom: 26px;
}

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

        margin-bottom: 1.35417vw;
    }
}

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

        margin-bottom: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__ttl
    {
        font-size: 4.26667vw;

        margin-bottom: 3.46667vw;
    }
}

.manage__subTtl
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.611111111;

    margin-bottom: 10px;
    padding-left: 7px;

    border-left: 3px solid #00655a;
}

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

        margin-bottom: .52083vw;
        padding-left: .36458vw;

        border-left: .15625vw solid #00655a;
    }
}

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

        margin-bottom: .78125vw;
        padding-left: .48828vw;

        border-left: .19531vw solid #00655a;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__subTtl
    {
        font-size: 4.26667vw;

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

        border-left: .4vw solid #00655a;
    }
}

.manage__txt
{
    font-size: 18px;
    line-height: 1.666666667;

    margin-bottom: 15px;
}

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

        margin-bottom: .78125vw;
    }
}

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

        margin-bottom: 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__txt
    {
        font-size: 4.26667vw;

        margin-bottom: 2vw;
    }
}

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

    display: inline-block;

    margin-bottom: 15px;

    text-decoration: underline;

    color: #00655a;
}

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

        margin-bottom: .78125vw;
    }
}

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

        margin-bottom: 1.17188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__link
    {
        font-size: 4.26667vw;

        margin-bottom: 2vw;
    }
}

.manage__link:hover
{
    opacity: .7;
}

.manage__item
{
    margin-bottom: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .manage__item
    {
        margin-bottom: 2.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .manage__item
    {
        margin-bottom: 5.33333vw;
    }
}

.manage__areaBox
{
    margin-top: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .manage__areaBox
    {
        margin-top: 2.08333vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .manage__areaBox
    {
        margin-top: 5.33333vw;
    }
}

.manage__areaItem
{
    padding: 40px 0;

    border-top: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .manage__areaItem
    {
        padding: 2.08333vw 0;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .manage__areaItem
    {
        padding: 5.33333vw 0;
    }
}

.manage__areaItem:last-child
{
    border-bottom: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .manage__areaItem:last-child
    {
        border-bottom: .10417vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 1025px)
{
    .manage__areaItem:last-child
    {
        border-bottom: .19531vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__areaItem:last-child
    {
        border-bottom: .26667vw solid #ebebeb;
    }
}

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

    margin-bottom: 27px;

    color: #00655a;
}

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

        margin-bottom: 1.40625vw;
    }
}

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

        margin-bottom: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__areaTtl
    {
        font-size: 4.26667vw;

        margin-bottom: 3.6vw;
    }
}

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

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

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

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

.manage__area
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666667;

    width: 180px;
}

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

        width: 9.375vw;
    }
}

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

        width: 13.67188vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__area
    {
        font-size: 4.26667vw;

        width: 100%;
    }
}

.manage__mail
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.666666667;

    margin-bottom: 10px;

    text-decoration: underline;
}

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

        margin-bottom: .52083vw;
    }
}

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

        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__mail
    {
        font-size: 4.26667vw;

        margin-bottom: 1.33333vw;
    }
}

.manage__mail:hover
{
    opacity: .7;
}

.manage__address
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666667;

    margin-bottom: 10px;
}

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

        margin-bottom: .52083vw;
    }
}

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

        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__address
    {
        font-size: 4.26667vw;

        margin-bottom: 1.33333vw;
    }
}

.manage__deleteBox
{
    margin-top: 30px;

    text-align: right;
}

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

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

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

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

    text-decoration: underline;

    color: #00655a;
}

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

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

@media print, screen and (max-width: 430px)
{
    .manage__delete
    {
        font-size: 4.26667vw;
    }
}

.manage__delete:hover
{
    opacity: .7;
}

.manage__table02
{
    width: 100%;
}

.manage__table02 tr
{
    border-bottom: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .manage__table02 tr
    {
        border-bottom: .10417vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 1025px)
{
    .manage__table02 tr
    {
        border-bottom: .19531vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table02 tr
    {
        border-bottom: .26667vw solid #ebebeb;
    }
}

.manage__table02 tr:last-child
{
    border-bottom: none;
}

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

    position: relative;

    width: 250px;
    padding: 20px 0;

    text-align: left;
    vertical-align: top;
}

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

        width: 13.02083vw;
        padding: 1.04167vw 0;
    }
}

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

        width: 19.53125vw;
        padding: 1.5625vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table02Th
    {
        font-size: 4.26667vw;

        display: block;

        width: 100%;
        padding: 2.66667vw 0;
    }
}

.manage__table02Th::before
{
    position: absolute;
    top: 20px;
    right: 10px;

    content: '：';
}

@media print, screen and (max-width: 1920px)
{
    .manage__table02Th::before
    {
        top: 1.04167vw;
        right: .52083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .manage__table02Th::before
    {
        top: 1.5625vw;
        right: .78125vw;
    }
}

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

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

    padding: 20px 0;

    text-align: left;
}

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

        padding: 1.04167vw 0;
    }
}

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

        padding: 1.5625vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table02Td
    {
        font-size: 4.26667vw;

        display: block;

        padding: 2.66667vw 0;
    }
}

.manage__deleteTxtarea
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666667;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 282px;
    padding: 15px;

    resize: vertical;
}

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

        height: 14.6875vw;
        padding: .78125vw;
    }
}

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

        height: 27.53906vw;
        padding: 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__deleteTxtarea
    {
        font-size: 4.26667vw;

        height: 37.6vw;
        padding: 2vw;
    }
}

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

    margin-top: 40px;

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

@media print, screen and (max-width: 1920px)
{
    .manage__submitWrp
    {
        margin-top: 2.08333vw;
    }
}

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

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

        margin-top: 5.33333vw;

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

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

    width: 280px;
    height: 40px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #00655a;
}

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

        width: 14.58333vw;
        height: 2.08333vw;

        border-radius: .20833vw;
    }
}

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

        width: 23.4375vw;
        height: 3.90625vw;

        border-radius: .39062vw;
    }
}

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

        width: 64vw;
        height: 9.33333vw;
        margin-bottom: 2.66667vw;

        border-radius: .53333vw;
    }
}

.manage__submitBtn:hover
{
    opacity: .7;
}

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

    margin-bottom: 60px;
    padding: 17px 50px;

    color: #fff;
    border-radius: 16px 16px 0 0;
    background-color: #00655a;
}

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

        margin-bottom: 3.125vw;
        padding: .88542vw 2.60417vw;

        border-radius: .83333vw .83333vw 0 0;
    }
}

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

        margin-bottom: 3.90625vw;
        padding: 1.66016vw 4.88281vw;

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

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

        margin-bottom: 8vw;
        padding: 2.26667vw 6.66667vw;

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

.manage__table01
{
    width: 100%;
}

.manage__table01 tr
{
    border-top: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .manage__table01 tr
    {
        border-top: .10417vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 1025px)
{
    .manage__table01 tr
    {
        border-top: .19531vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01 tr
    {
        border-top: .26667vw solid #ebebeb;
    }
}

.manage__table01 tr:last-child
{
    border-bottom: 2px solid #ebebeb;
}

.manage__table01Th
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.666666667;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 270px;
    padding: 25px 0 25px 30px;

    text-align: left;
    vertical-align: top;
}

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

        width: 14.0625vw;
        padding: 1.30208vw 0 1.30208vw 1.5625vw;
    }
}

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

        display: block;

        width: 100%;
        padding: .97656vw 0 .97656vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01Th
    {
        font-size: 4.26667vw;

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

.manage__table01Td
{
    font-size: 18px;
    line-height: 1.666666667;

    padding: 25px 0;
}

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

        padding: 1.30208vw 0;
    }
}

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

        display: block;

        padding: 1.95312vw 0 .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01Td
    {
        font-size: 4.26667vw;

        padding: 3.33333vw 0;
    }
}

.manage__table01Td--required
{
    position: relative;
}

.manage__table01Td--required::before
{
    position: absolute;
    top: 30px;
    left: -75px;

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

    width: 56px;
    height: 24px;

    content: '必須';

    color: #fff;
    border-radius: 2px;
    background-color: #f39815;

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

@media print, screen and (max-width: 1920px)
{
    .manage__table01Td--required::before
    {
        top: 1.5625vw;
        left: -3.90625vw;

        width: 2.91667vw;
        height: 1.25vw;
    }
}

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

        top: -.97656vw;
        left: 0;

        width: 5.46875vw;
        height: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01Td--required::before
    {
        font-size: 3.73333vw;

        top: -8vw;
        right: 0vw;
        left: auto;

        width: 10.66667vw;
        height: 5.33333vw;
    }
}

.manage__table01TdInner
{
    font-size: 18px;
    font-weight: 500;
}

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

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

@media print, screen and (max-width: 430px)
{
    .manage__table01TdInner
    {
        font-size: 4.26667vw;
    }
}

.manage__mdlTxt
{
    font-size: 18px;

    width: 190px;
    margin-right: 5px;
    padding: 9px 16px;

    border: 1px solid #000;
}

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

        width: 9.89583vw;
        margin-right: .26042vw;
        padding: .46875vw .83333vw;
    }
}

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

        width: 13.67188vw;
        margin-right: .48828vw;
        padding: .87891vw 1.5625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__mdlTxt
    {
        font-size: 4.26667vw;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 90%;
        margin-top: 2vw;
        margin-right: .66667vw;
        margin-bottom: 1.33333vw;
        margin-bottom: 2vw;
        padding: 1.2vw 2.13333vw;
    }
}

.manage__mdlTxt:last-child
{
    margin-left: 5px;
}

@media print, screen and (max-width: 1920px)
{
    .manage__mdlTxt:last-child
    {
        margin-left: .26042vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .manage__mdlTxt:last-child
    {
        margin-left: .48828vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__mdlTxt:last-child
    {
        margin-left: 0;
    }
}

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

    margin-bottom: 20px;
}

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

        margin-bottom: 1.04167vw;
    }
}

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

        margin-bottom: 1.5625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01TdRow
    {
        font-size: 4.26667vw;

        margin-bottom: 2.66667vw;
    }
}

.manage__table01TdRow:last-child
{
    margin-bottom: 0;
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 591px;
    height: 36px;
    padding: 0 15px;
}

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

        width: 30.78125vw;
        height: 1.875vw;
        padding: 0 .78125vw;
    }
}

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

        width: 39.0625vw;
        height: 3.51562vw;
        padding: 0 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__select01
    {
        font-size: 4.26667vw;

        width: 100%;
        height: 10.66667vw;
        padding: 0 2vw;
    }
}

.manage__table01TdCont
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666667;
}

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

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

@media print, screen and (max-width: 430px)
{
    .manage__table01TdCont
    {
        font-size: 4.26667vw;
    }
}

.manage__table01Note
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.666666667;
}

@media print, screen and (max-width: 1920px)
{
    .manage__table01Note
    {
        font-size: .72917vw;
    }
}

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

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

.manage__table01Link
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.666666667;

    text-decoration: underline;

    color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .manage__table01Link
    {
        font-size: .72917vw;
    }
}

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

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

.manage__table01Link:hover
{
    opacity: .7;
}

.manage__table01TdCheck
{
    font-size: 18px;

    display: block;

    margin-bottom: 5px;
}

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

        margin-bottom: .26042vw;
    }
}

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

        margin-bottom: .48828vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01TdCheck
    {
        font-size: 4.26667vw;

        margin-bottom: .66667vw;
    }
}

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

    margin-right: 20px;
}

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

        margin-right: 1.04167vw;
    }
}

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

        display: block;

        margin-right: 1.95312vw;
        margin-bottom: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01TdRadio
    {
        font-size: 4.26667vw;

        margin-right: 2.66667vw;
    }
}

.manage__year
{
    font-size: 16px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 148px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0 15px;
}

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

        width: 7.70833vw;
        height: 1.875vw;
        margin: 0 .52083vw 0 0;
        padding: 0 .78125vw;
    }
}

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

        width: 11.71875vw;
        height: 3.51562vw;
        margin: 0 .97656vw 0 0;
        padding: 0 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__year
    {
        font-size: 4.26667vw;

        width: 19.73333vw;
        height: 4.8vw;
        margin: 0 1.33333vw 0 0;
        padding: 0 2vw;
    }
}

.manage__month
{
    font-size: 16px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 148px;
    height: 36px;
    margin: 0 10px 0 10px;
    padding: 0 15px;
}

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

        width: 7.70833vw;
        height: 1.875vw;
        margin: 0 .52083vw 0 .52083vw;
        padding: 0 .78125vw;
    }
}

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

        width: 11.71875vw;
        height: 3.51562vw;
        margin: 0 .97656vw 0 .97656vw;
        padding: 0 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__month
    {
        font-size: 4.26667vw;

        width: 16vw;
        height: 4.8vw;
        margin: 0 1.33333vw 0 1.33333vw;
        padding: 0 2vw;
    }
}

.manage__day
{
    font-size: 16px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 148px;
    height: 36px;
    margin: 0 10px 0 10px;
    padding: 0 15px;
}

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

        width: 7.70833vw;
        height: 1.875vw;
        margin: 0 .52083vw 0 .52083vw;
        padding: 0 .78125vw;
    }
}

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

        width: 11.71875vw;
        height: 3.51562vw;
        margin: 0 .97656vw 0 .97656vw;
        padding: 0 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__day
    {
        font-size: 4.26667vw;

        width: 19.73333vw;
        height: 4.8vw;
        margin: 0 1.33333vw 0 1.33333vw;
        padding: 0 2vw;
    }
}

.manage__reasonTxt
{
    font-size: 18px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 534px;
    height: 36px;
    padding: 9px 20px;

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

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

        width: 27.8125vw;
        height: 1.875vw;
        padding: .46875vw 1.04167vw;
    }
}

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

        width: 52.14844vw;
        height: 3.51562vw;
        padding: .87891vw 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__reasonTxt
    {
        font-size: 4.26667vw;

        width: 71.2vw;
        height: 8vw;
        padding: 1.2vw 2.66667vw;
    }
}

.manage__table01ThDesc
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;

    margin-right: 20px;
}

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

        margin-right: 1.04167vw;
    }
}

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

        margin-right: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table01ThDesc
    {
        font-size: 4.26667vw;

        margin-right: 2.66667vw;
    }
}

.manage__mdlTxtArea
{
    font-size: 18px;
    line-height: 1.4;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 206px;
    padding: 22px;

    resize: vertical;

    border: none;
    background: #f7f7f7;
}

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

        height: 10.72917vw;
        padding: 1.14583vw;
    }
}

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

        height: 20.11719vw;
        padding: 2.14844vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__mdlTxtArea
    {
        font-size: 4.26667vw;

        height: 40vw;
        padding: 2.93333vw;
    }
}

.manage__table03
{
    width: 100%;
}

.manage__table03Th
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.555555556;

    width: 250px;
    padding: 20px 0;

    text-align: left;
}

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

        width: 13.02083vw;
        padding: 1.04167vw 0;
    }
}

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

        display: block;

        width: 100%;
        padding: 1.95312vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table03Th
    {
        font-size: 4.26667vw;

        width: 100%;
        padding: 2.66667vw 0;
    }
}

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

    padding: 20px 0;

    text-align: left;
}

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

        padding: 1.04167vw 0;
    }
}

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

        display: block;

        width: 100%;
        padding: 1.95312vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table03Td
    {
        font-size: 4.26667vw;

        padding: 2.66667vw 0;
    }
}

.manage__table03TdTxt
{
    font-size: 18px;
    line-height: 1.555;

    margin-bottom: 10px;
}

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

        margin-bottom: .52083vw;
    }
}

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

        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__table03TdTxt
    {
        font-size: 4.26667vw;

        margin-bottom: 1.33333vw;
    }
}

.manage__inpuTxt2
{
    font-size: 18px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 15px;

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

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

        margin-bottom: .52083vw;
        padding: .46875vw .78125vw;
    }
}

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

        margin-bottom: .97656vw;
        padding: .87891vw 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .manage__inpuTxt2
    {
        font-size: 4.26667vw;

        margin-bottom: 1.33333vw;
        padding: 2.66667vw 2vw;
    }
}

.errorTxt
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

    padding-left: 25px;

    color: #ed0000;
}

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

        padding-left: 1.30208vw;
    }
}

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

        padding-left: 2.44141vw;
    }
}

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

        padding-left: 6vw;
    }
}

.errorTxt::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 18px;
    height: 16px;
    margin: auto 0;

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .errorTxt::before
    {
        width: .9375vw;
        height: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .errorTxt::before
    {
        width: 1.75781vw;
        height: 1.5625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .errorTxt::before
    {
        width: 4.8vw;
        height: 4.26667vw;
    }
}

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

    margin-top: 90px;
    padding: 227px 0 200px 0;

    background-color: #fcfcf7;
}

@media print, screen and (max-width: 1920px)
{
    .staff
    {
        margin-top: 4.6875vw;
        padding: 11.82292vw 0 10.41667vw 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff
    {
        margin-top: 6.83594vw;
        padding: 13.67188vw 0 9.76562vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff
    {
        margin-top: 12vw;
        padding: 24vw 0 24vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff--message
    {
        padding: 42.66667vw 0 24vw 0;
    }
}

.staff::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 693px;
    height: 562px;

    content: '';

    background-image: url(../images/mypage/mypage_bg_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .staff::before
    {
        width: 36.09375vw;
        height: 29.27083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff::before
    {
        width: 39.0625vw;
        height: 30.85938vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff::before
    {
        width: 41.33333vw;
        height: 30.13333vw;
    }
}

.staff::after
{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;

    width: 438px;
    height: 388px;

    content: '';

    background-image: url(../images/mypage/mypage_bg_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .staff::after
    {
        width: 22.8125vw;
        height: 20.20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff::after
    {
        width: 22.94922vw;
        height: 19.72656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff::after
    {
        width: 26vw;
        height: 22.93333vw;
    }
}

.staff__inner
{
    width: 1100px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .staff__inner
    {
        width: 57.29167vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .staff__inner
    {
        width: 93.33333vw;
    }
}

.staff__wrp
{
    margin-top: 70px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__wrp
    {
        margin-top: 3.64583vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .staff__wrp
    {
        margin-top: 10.66667vw;
    }
}

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

    width: 1560px;
    margin: 0 auto;

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

@media print, screen and (max-width: 1920px)
{
    .staff__flex
    {
        width: 81.25vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .staff__flex
    {
            flex-direction: column-reverse;

        width: 100%;

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

.staff__lBox
{
    width: 1100px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .staff__lBox
    {
        width: 57.29167vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__lBox
    {
        width: 93.33333vw;
    }
}

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

    margin: 60px 0 70px 0;

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

@media print, screen and (max-width: 1920px)
{
    .staff__linkWrp
    {
        margin: 3.125vw 0 3.64583vw 0;
    }
}

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

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

        margin: 5.33333vw 0 6.66667vw 0;
    }
}

.staff__linkWrp--center
{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.staff__linkBox
{
    position: relative;
    top: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 344px;
    padding: 10px 0 12px 13px;

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

    border-radius: 2px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkBox
    {
        width: 17.91667vw;
        padding: .52083vw 0 .625vw .67708vw;

        border-radius: .10417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkBox
    {
        width: 22.46094vw;
        padding: .97656vw 0 1.17188vw 1.17188vw;

        border-radius: .19531vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkBox
    {
        width: 100%;
        margin-bottom: 4vw;
        padding: 2.66667vw 0 2.66667vw 2.66667vw;
    }
}

.staff__linkBox--01
{
    border: 1px solid #2f6653;
    background-color: #5ecba5;
    -webkit-box-shadow: 0 5px 0 #2f6653;
            box-shadow: 0 5px 0 #2f6653;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkBox--01
    {
        border: .05208vw solid #2f6653;
        -webkit-box-shadow: 0 .26042vw 0 #2f6653;
                box-shadow: 0 .26042vw 0 #2f6653;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkBox--01
    {
        border: .09766vw solid #2f6653;
        -webkit-box-shadow: 0 .48828vw 0 #2f6653;
                box-shadow: 0 .48828vw 0 #2f6653;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkBox--01
    {
        border: .13333vw solid #2f6653;
        -webkit-box-shadow: 0 1.33333vw 0 #2f6653;
                box-shadow: 0 1.33333vw 0 #2f6653;
    }
}

.staff__linkBox--02
{
    border: 1px solid #704f19;
    background-color: #e09d31;
    -webkit-box-shadow: 0 5px 0 #704f19;
            box-shadow: 0 5px 0 #704f19;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkBox--02
    {
        border: .05208vw solid #704f19;
        -webkit-box-shadow: 0 .26042vw 0 #704f19;
                box-shadow: 0 .26042vw 0 #704f19;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkBox--02
    {
        border: .09766vw solid #704f19;
        -webkit-box-shadow: 0 .48828vw 0 #704f19;
                box-shadow: 0 .48828vw 0 #704f19;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkBox--02
    {
        border: .13333vw solid #704f19;
        -webkit-box-shadow: 0 1.33333vw 0 #704f19;
                box-shadow: 0 1.33333vw 0 #704f19;
    }
}

.staff__linkBox--03
{
    border: 1px solid #174361;
    background-color: #2d86c1;
    -webkit-box-shadow: 0 5px 0 #174361;
            box-shadow: 0 5px 0 #174361;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkBox--03
    {
        border: .05208vw solid #174361;
        -webkit-box-shadow: 0 .26042vw 0 #174361;
                box-shadow: 0 .26042vw 0 #174361;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkBox--03
    {
        border: .09766vw solid #174361;
        -webkit-box-shadow: 0 .48828vw 0 #174361;
                box-shadow: 0 .48828vw 0 #174361;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkBox--03
    {
        border: .13333vw solid #174361;
        -webkit-box-shadow: 0 1.33333vw 0 #174361;
                box-shadow: 0 1.33333vw 0 #174361;
    }
}

.staff__linkBox:hover
{
    top: 5px;

    -webkit-box-shadow: 0 0 0 #2f6653;
            box-shadow: 0 0 0 #2f6653;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkBox:hover
    {
        top: .26042vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkBox:hover
    {
        top: .48828vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkBox:hover
    {
        top: 1.33333vw;
    }
}

.staff__linkCont
{
    position: relative;

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

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

.staff__linkCont::after
{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;

    width: 5.4px;
    height: 9.65px;
    margin: auto 0;

    content: '';

    background-image: url(../images/mypage/mypage_button_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkCont::after
    {
        right: .78125vw;

        width: .28125vw;
        height: .5026vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkCont::after
    {
        right: 1.46484vw;

        width: .52734vw;
        height: .94238vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkCont::after
    {
        right: 3.33333vw;

        width: 1.44vw;
        height: 2.57333vw;
    }
}

.staff__linkCircle
{
    position: relative;

    width: 36px;
    height: 36px;

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

@media print, screen and (max-width: 1920px)
{
    .staff__linkCircle
    {
        width: 1.875vw;
        height: 1.875vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .staff__linkCircle
    {
        width: 4.8vw;
        height: 4.8vw;
    }
}

.staff__linkImg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}

.staff__linkImg--01
{
    width: 16px;
    height: 22px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkImg--01
    {
        width: .83333vw;
        height: 1.14583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkImg--01
    {
        width: 1.5625vw;
        height: 2.14844vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkImg--01
    {
        width: 2.13333vw;
        height: 2.93333vw;
    }
}

.staff__linkImg--02
{
    width: 22px;
    height: 22px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkImg--02
    {
        width: 1.14583vw;
        height: 1.14583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkImg--02
    {
        width: 2.14844vw;
        height: 2.14844vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkImg--02
    {
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

.staff__linkImg--03
{
    width: 17px;
    height: 17px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__linkImg--03
    {
        width: .88542vw;
        height: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__linkImg--03
    {
        width: 1.66016vw;
        height: 1.66016vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__linkImg--03
    {
        width: 2.26667vw;
        height: 2.26667vw;
    }
}

.staff__linkImg > img
{
    display: block;

    width: 100%;
}

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

    margin-left: 20px;

    color: #fff;
}

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

        margin-left: 1.04167vw;
    }
}

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

        margin-left: 1.5625vw;
    }
}

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

        margin-left: 2.66667vw;
    }
}

.staff__box
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    padding: 28px 0 30px 40px;

    border-top: 4px solid #00655a;
    background-color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .staff__box
    {
        margin-bottom: 2.08333vw;
        padding: 1.45833vw 0 1.5625vw 2.08333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__box
    {
        margin-bottom: 2.92969vw;
        padding: 1.95312vw 5.17578vw 1.95312vw 5.17578vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__box
    {
        margin-bottom: 4vw;
        padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
    }
}

.staff__box:last-child
{
    margin-bottom: 0;
}

.staff__ttl
{
    font-size: 28px;
    font-weight: 700;

    position: relative;

    margin-bottom: 23px;

    color: #00655a;
}

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

        margin-bottom: 1.19792vw;
    }
}

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

        margin-bottom: 1.75781vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__ttl
    {
        font-size: 4.26667vw;

        margin-bottom: 3.06667vw;
    }
}

@media print, screen and (max-width: 1920px)
{
    .staff__ttl::before
    {
        content: none;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__ttl::before
    {
        position: absolute;
        top: 50%;
        right: 0;

        width: 15px;
        height: 2px;

        content: '';
        /* 線を縦に */
        -webkit-transition: -webkit-transform .3s ease-in-out;
                transition: -webkit-transform .3s ease-in-out;
                transition:         transform .3s ease-in-out;
                transition:         transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        /* 線の位置を縦中央に */
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);

        background: #196a77;
    }
}

@media print, screen and (max-width: 1920px)
{
    .staff__ttl::after
    {
        content: none;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__ttl::after
    {
        position: absolute;
        top: 50%;
        right: 0;

        width: 15px;
        height: 2px;

        content: '';
        /* 線の位置を縦中央に */
        -webkit-transition: opacity .3s ease-in-out;
                transition: opacity .3s ease-in-out;

        background: #196a77;
    }
}

.staff__ttl.open::before
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.staff__ttl.open::after
{
    opacity: 0;
}

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

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

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media print, screen and (max-width: 1025px)
{
    .staff__itemWrp
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.staff__item
{
    position: relative;

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 330px;
    height: 112px;
    margin-right: 17px;
    padding: 20px 0 20px 17px;

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

    border: 1px solid #222;
    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .staff__item
    {
        width: 17.1875vw;
        height: 5.83333vw;
        margin-right: .88542vw;
        padding: 1.04167vw 0 1.04167vw .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__item
    {
        width: 29.29688vw;
        height: 10.9375vw;
        margin-right: 0;
        padding: 1.95312vw 0 1.95312vw 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__item
    {
        width: 43.2vw;
        height: 31.33333vw;
        margin-right: 0;
        margin-bottom: 2vw;
        padding: 2.4vw 1.86667vw 0 2.13333vw;
    }
}

.staff__item--none
{
    display: none;
}

.staff__item::before
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 32px;
    height: 32px;

    content: '';

    background-image: url(../images/mypage/mypage_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .staff__item::before
    {
        width: 1.66667vw;
        height: 1.66667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__item::before
    {
        width: 3.125vw;
        height: 3.125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__item::before
    {
        width: 4.26667vw;
        height: 4.26667vw;
    }
}

.staff__item:nth-child(3n)
{
    margin-right: 0;
}

@media print, screen and (max-width: 1025px)
{
    .staff__item:nth-child(2n+3):not(:first-child)
    {
        margin-top: 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__item:nth-child(2n+3):not(:first-child)
    {
        margin-top: 2vw;
    }
}

.staff__item:nth-child(n+4)
{
    margin-top: 17px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__item:nth-child(n+4)
    {
        margin-top: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__item:nth-child(n+4)
    {
        margin-top: 1.46484vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__item:nth-child(n+4)
    {
        margin-top: 2vw;
    }
}

.staff__item:last-child
{
    margin-right: 0;
}

.staff__item:hover
{
    background-color: #18655a;
}

.staff__item:hover .staff__txt
{
    color: #fff;
}

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

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

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

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

.staff__imgCircle
{
    position: relative;

    width: 72px;
    height: 72px;

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

@media print, screen and (max-width: 1920px)
{
    .staff__imgCircle
    {
        width: 3.75vw;
        height: 3.75vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .staff__imgCircle
    {
        width: 9.6vw;
        height: 9.6vw;
    }
}

.staff__img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}

.staff__img--01
{
    width: 30px;
    height: 50px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--01
    {
        width: 1.5625vw;
        height: 2.60417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--01
    {
        width: 2.92969vw;
        height: 4.88281vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--01
    {
        width: 4vw;
        height: 6.66667vw;
    }
}

.staff__img--02
{
    width: 48.84px;
    height: 37.83px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--02
    {
        width: 2.54375vw;
        height: 1.97031vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--02
    {
        width: 4.76953vw;
        height: 3.69434vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--02
    {
        width: 6.512vw;
        height: 5.044vw;
    }
}

.staff__img--03
{
    width: 33px;
    height: 39px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--03
    {
        width: 1.71875vw;
        height: 2.03125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--03
    {
        width: 3.22266vw;
        height: 3.80859vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--03
    {
        width: 4.4vw;
        height: 5.2vw;
    }
}

.staff__img--04
{
    width: 41px;
    height: 38px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--04
    {
        width: 2.13542vw;
        height: 1.97917vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--04
    {
        width: 4.00391vw;
        height: 3.71094vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--04
    {
        width: 5.46667vw;
        height: 5.06667vw;
    }
}

.staff__img--05
{
    width: 41.21px;
    height: 29.5px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--05
    {
        width: 2.14635vw;
        height: 1.53646vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--05
    {
        width: 4.02441vw;
        height: 2.88086vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--05
    {
        width: 5.49467vw;
        height: 3.93333vw;
    }
}

.staff__img--06
{
    width: 31.18px;
    height: 40.12px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--06
    {
        width: 1.62396vw;
        height: 2.08958vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--06
    {
        width: 3.04492vw;
        height: 3.91797vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--06
    {
        width: 4.15733vw;
        height: 5.34933vw;
    }
}

.staff__img--07
{
    width: 37px;
    height: 39px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--07
    {
        width: 1.92708vw;
        height: 2.03125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--07
    {
        width: 3.61328vw;
        height: 3.80859vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--07
    {
        width: 4.93333vw;
        height: 5.2vw;
    }
}

.staff__img--08
{
    width: 48.84px;
    height: 38.43px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--08
    {
        width: 2.54375vw;
        height: 2.00156vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--08
    {
        width: 4.76953vw;
        height: 3.75293vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--08
    {
        width: 6.512vw;
        height: 5.124vw;
    }
}

.staff__img--09
{
    width: 27.98px;
    height: 43.8px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--09
    {
        width: 1.45729vw;
        height: 2.28125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--09
    {
        width: 2.73242vw;
        height: 4.27734vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--09
    {
        width: 3.73067vw;
        height: 5.84vw;
    }
}

.staff__img--10
{
    width: 48.84px;
    height: 33.69px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--10
    {
        width: 2.54375vw;
        height: 1.75469vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--10
    {
        width: 4.76953vw;
        height: 3.29004vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--10
    {
        width: 6.512vw;
        height: 4.492vw;
    }
}

.staff__img--11
{
    width: 34.97px;
    height: 45.09px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--11
    {
        width: 1.82135vw;
        height: 2.34844vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--11
    {
        width: 3.41504vw;
        height: 4.40332vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--11
    {
        width: 4.66267vw;
        height: 6.012vw;
    }
}

.staff__img--12
{
    width: 38.52px;
    height: 43.21px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--12
    {
        width: 2.00625vw;
        height: 2.25052vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--12
    {
        width: 3.76172vw;
        height: 4.21973vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--12
    {
        width: 5.136vw;
        height: 5.76133vw;
    }
}

.staff__img--13
{
    width: 50.72px;
    height: 35.88px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--13
    {
        width: 2.64167vw;
        height: 1.86875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--13
    {
        width: 4.95312vw;
        height: 3.50391vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--13
    {
        width: 6.76267vw;
        height: 4.784vw;
    }
}

.staff__img--14
{
    width: 37.85px;
    height: 38.09px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--14
    {
        width: 1.97135vw;
        height: 1.98385vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--14
    {
        width: 3.69629vw;
        height: 3.71973vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--14
    {
        width: 5.04667vw;
        height: 5.07867vw;
    }
}

.staff__img--15
{
    width: 45.09px;
    height: 34.87px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--15
    {
        width: 2.34844vw;
        height: 1.81615vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--15
    {
        width: 4.40332vw;
        height: 3.40527vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--15
    {
        width: 6.012vw;
        height: 4.64933vw;
    }
}

.staff__img--16
{
    width: 45.09px;
    height: 34.87px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--16
    {
        width: 2.34844vw;
        height: 1.81615vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--16
    {
        width: 4.40332vw;
        height: 3.40527vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--16
    {
        width: 6.012vw;
        height: 4.64933vw;
    }
}

.staff__img--17
{
    width: 33.4px;
    height: 38.95px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--17
    {
        width: 1.73958vw;
        height: 2.02865vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--17
    {
        width: 3.26172vw;
        height: 3.80371vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--17
    {
        width: 4.45333vw;
        height: 5.19333vw;
    }
}

.staff__img--18
{
    width: 33.45px;
    height: 44.44px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--18
    {
        width: 1.74219vw;
        height: 2.31458vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--18
    {
        width: 3.2666vw;
        height: 4.33984vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--18
    {
        width: 4.46vw;
        height: 5.92533vw;
    }
}

.staff__img--19
{
    width: 29.36px;
    height: 39px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--19
    {
        width: 1.52917vw;
        height: 2.03125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--19
    {
        width: 2.86719vw;
        height: 3.80859vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--19
    {
        width: 3.91467vw;
        height: 5.2vw;
    }
}

.staff__img--20
{
    width: 42.7px;
    height: 34.9px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--20
    {
        width: 2.22396vw;
        height: 1.81771vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--20
    {
        width: 4.16992vw;
        height: 3.4082vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--20
    {
        width: 5.69333vw;
        height: 4.65333vw;
    }
}

.staff__img--21
{
    width: 28.64px;
    height: 42.5px;
}

@media print, screen and (max-width: 1920px)
{
    .staff__img--21
    {
        width: 1.49167vw;
        height: 2.21354vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .staff__img--21
    {
        width: 2.79688vw;
        height: 4.15039vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .staff__img--21
    {
        width: 3.81867vw;
        height: 5.66667vw;
    }
}

.staff__img > img
{
    display: block;

    width: 100%;
}

.staff__txt
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;

    margin-left: 20px;

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

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

        margin-left: 1.04167vw;
    }
}

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

        margin-left: 1.36719vw;
    }
}

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

        margin-top: .8vw;
        margin-left: 0;

        text-align: center;
    }
}

/* ============== .page404 ============== */
.page404
{
    padding: 330px 0 200px;

    background-color: #e9f3f2;
}

@media print, screen and (max-width: 1920px)
{
    .page404
    {
        padding: 17.1875vw 0 10.41667vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .page404
    {
        padding: 56vw 0 26.66667vw;
    }
}

.page404__ttl
{
    font-size: 60px;
    font-weight: 700;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: .01em;
}

@media print, screen and (max-width: 1920px)
{
    .page404__ttl
    {
        font-size: 3.125vw;

        margin-bottom: 2.60417vw;
    }
}

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

        margin-bottom: 4.88281vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .page404__ttl
    {
        font-size: 10.66667vw;

        margin-bottom: 6.66667vw;
    }
}

.page404__txt
{
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 40px;

    text-align: center;
    letter-spacing: .01em;
}

@media print, screen and (max-width: 1920px)
{
    .page404__txt
    {
        font-size: 1.25vw;

        margin-bottom: 2.08333vw;
    }
}

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

        margin-bottom: 3.90625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .page404__txt
    {
        font-size: 4.26667vw;

        margin-bottom: 5.33333vw;
    }
}

.page404__goHomeWrp
{
    text-align: center;
}

.page404__goHome
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

    letter-spacing: .005em;

    color: #00655a;
}

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

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

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

.page404__goHome::before
{
    font-size: 16px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;

    margin: auto;

    content: '＜';
}

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

        left: -1.5625vw;
    }
}

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

        left: -2.92969vw;
    }
}

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

        left: -4vw;
    }
}

.page404__goHome:hover
{
    opacity: .7;
}

/* ============== .start ============== */
.start__cont
{
    width: 100%;
    margin-top: 50px;
    padding: 40px 0;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .start__cont
    {
        margin-top: 2.60417vw;
        padding: 2.08333vw 0;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .start__cont
    {
        margin-top: 6.66667vw;
        padding: 6.66667vw 0;
    }
}

.start__ttl > span
{
    font-size: 24px;
    font-weight: 700;

    padding: 9.5px 32px;

    color: #fff;
    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .start__ttl > span
    {
        font-size: 1.25vw;

        padding: .49479vw 1.66667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .start__ttl > span
    {
        font-size: 2.14844vw;

        padding: .58594vw 2.73438vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .start__ttl > span
    {
        font-size: 4.26667vw;

        padding: 1.26667vw 4.26667vw;
    }
}

.start__inner
{
    width: 1036px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .start__inner
    {
        width: 53.95833vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .start__inner
    {
        width: 88vw;
    }
}

.start__leadTxt
{
    margin: 40px 0;
}

@media print, screen and (max-width: 1920px)
{
    .start__leadTxt
    {
        margin: 2.08333vw 0;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .start__leadTxt
    {
        margin: 4vw 0;
    }
}

.start__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6666;
}

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

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

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

.start__img
{
    width: 298px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .start__img
    {
        width: 15.52083vw;
        margin-bottom: 2.08333vw;
    }
}

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

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

.start__img > img
{
    display: block;

    width: 100%;
}

.start__item
{
    position: relative;

    margin-bottom: 40px;
    padding-left: 32px;
}

@media print, screen and (max-width: 1920px)
{
    .start__item
    {
        margin-bottom: 2.08333vw;
        padding-left: 1.66667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .start__item
    {
        margin-bottom: 2.92969vw;
        padding-left: 2.73438vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .start__item
    {
        margin-bottom: 4vw;
        padding-left: 6.66667vw;
    }
}

.start__item:last-child
{
    margin-bottom: 0;
}

.start__item::before
{
    position: absolute;
    top: 3px;
    left: 0;

    width: 22px;
    height: 22px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .start__item::before
    {
        top: .15625vw;

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

@media print, screen and (max-width: 1025px)
{
    .start__item::before
    {
        top: .19531vw;

        width: 1.95312vw;
        height: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .start__item::before
    {
        top: .4vw;

        width: 5.06667vw;
        height: 5.06667vw;
    }
}

.start__item--01::before
{
    background-image: url(../images/mypage/mypage_start_num_01.svg);
}

.start__item--02::before
{
    background-image: url(../images/mypage/mypage_start_num_02.svg);
}

.start__item--03::before
{
    background-image: url(../images/mypage/mypage_start_num_03.svg);
}

.start__item--04::before
{
    background-image: url(../images/mypage/mypage_start_num_04.svg);
}

.start__item--05::before
{
    background-image: url(../images/mypage/mypage_start_num_05.svg);
}

.start__item--06::before
{
    background-image: url(../images/mypage/mypage_start_num_06.svg);
}

.start__itemTtl > span
{
    font-size: 18px;
    font-weight: 700;

    padding-bottom: 5px;

    color: #18655a;
    border-bottom: 1px solid #18655a;
}

@media print, screen and (max-width: 1920px)
{
    .start__itemTtl > span
    {
        font-size: .9375vw;

        padding-bottom: .26042vw;

        border-bottom: .05208vw solid #18655a;
    }
}

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

        padding-bottom: .29297vw;

        border-bottom: .09766vw solid #18655a;
    }
}

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

        padding-bottom: .66667vw;

        border-bottom: .13333vw solid #18655a;
    }
}

.start__itemTxtBox
{
    width: 972px;
    margin-top: 15px;
}

@media print, screen and (max-width: 1920px)
{
    .start__itemTxtBox
    {
        width: 50.625vw;
        margin-top: .78125vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .start__itemTxtBox
    {
        width: 80vw;
        margin-top: 1.33333vw;
    }
}

.start__innerItem
{
    width: 880px;
    margin: 0 auto;
    margin-top: 30px;
}

@media print, screen and (max-width: 1920px)
{
    .start__innerItem
    {
        width: 45.83333vw;
        margin-top: 1.5625vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .start__innerItem
    {
        width: 80vw;
        margin-top: 4vw;
    }
}

/* ============== .workingstaff ============== */
.workingstaff
{
    margin-top: 112px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff
    {
        margin-top: 5.83333vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff
    {
        margin-top: 11.66667vw;
    }
}

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

    width: 1560px;
    margin: 0 auto;
    margin-top: 136px;

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

@media print, screen and (max-width: 1920px)
{
    .workingstaff__inner
    {
        width: 81.25vw;
        margin-top: 7.08333vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff__inner
    {
            flex-direction: column-reverse;

        width: 92vw;

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

.workingstaff__sticky
{
    position: sticky;
    top: 100px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff__sticky
    {
        top: 5.20833vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff__sticky
    {
        position: static;
    }
}

.workingstaff__topicWrp
{
    list-style: none;
}

.workingstaff__topicWrp a
{
    font-size: 18px;

    color: #18655a;
    border-bottom: 1px solid #18655a;
}

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

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

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

.workingstaff__navBox
{
    overflow: hidden;
}

.workingstaff__navLink
{
    line-height: 1.333;
}

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

    width: 364px;
    margin-bottom: 14px;
    padding: 10px 0;

    text-align: center;
    letter-spacing: .08em;

    color: #fff;
    background-color: #00655a;
}

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

        width: 18.95833vw;
        margin-bottom: .72917vw;
        padding: .52083vw 0;
    }
}

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

        width: 23.24219vw;
        margin-bottom: .97656vw;
        padding: .97656vw 0;
    }
}

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

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

.workingstaff__ttl
{
    margin-bottom: 50px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff__ttl
    {
        margin-bottom: 2.604166667vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff__ttl
    {
        margin-bottom: 5.604166667vw;
    }
}

.workingstaff__ul
{
    list-style: none;
}

.workingstaff__ul span
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.workingstaff03__td ul
{
    font-weight: 500;
    line-height: 1.6;

    padding-left: 1.5em;

    list-style: unset;
}

.workingstaff__disc
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    list-style: unset;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__td ul li
    {
        font-size: .9375vw;
    }
    .workingstaff__ul li
    {
        font-size: .9375vw;
    }
    .workingstaff__ul span
    {
        font-size: .9375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff03__td ul li
    {
        font-size: 1.26953vw;
    }
    .workingstaff__ul li
    {
        font-size: 1.26953vw;
    }
    .workingstaff__ul span
    {
        font-size: 1.26953vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff03__td ul li
    {
        font-size: 3.73333vw;
    }
    .workingstaff__ul li
    {
        font-size: 3.73333vw;
    }
    .workingstaff__ul span
    {
        font-size: 3.73333vw;
    }
}

.workingstaff__ul .disc
{
    padding-left: 1.5em;

    list-style: disc;
}

.workingstaff__disc li
{
    padding-left: 1.5em;
}

.workingstaff__download
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    list-style: unset;
}

.workingstaff__download li
{
    padding-left: 1.5em;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff__ttl
    {
        margin-bottom: 2.604166667vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff__ttl
    {
        margin-bottom: 5.604166667vw;
    }
}

/* ============== .workingstaff01 ============== */
.workingstaff__ttlWrp .c-ttl03
{
    margin-bottom: 30px;
}

.workingstaff01__cont
{
    margin-top: 40px;
    padding-bottom: 160px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__cont
    {
        margin-top: 2.08333vw;
        padding-bottom: 8.33333vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff01__cont
    {
        margin-top: 8vw;
        padding-bottom: 10.66667vw;
    }
}

.workingstaff01__lead
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    margin-bottom: 40px;
}

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

        margin-bottom: 2.08333vw;
    }
}

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

        margin-bottom: 2.92969vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff01__lead
    {
        font-size: 3.73333vw;
        line-height: 1.6;

        margin-bottom: 2.66667vw;
    }
}

.workingstaff01__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
    padding: 24px 0;

    border-bottom: 2px solid #ebebeb;

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

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__item
    {
        padding: 1.25vw 0;

        border-bottom: .10417vw solid #ebebeb;
    }
}

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

        border-bottom: .19531vw solid #ebebeb;
    }
}

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

        padding: 4vw 0;

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

.workingstaff01__item:first-of-type
{
    border-top: 2px solid #ebebeb;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__item:first-of-type
    {
        border-top: .10417vw solid #ebebeb;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff01__item:first-of-type
    {
        border-top: .19531vw solid #ebebeb;
    }
}

.workingstaff01__item.is-hidden
{
    visibility: hidden;

    height: 0;
    margin: 0;
    padding: 0;

    opacity: 0;
}

.workingstaff01__dateBox
{
    width: 190px;
    padding-top: 6px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__dateBox
    {
        width: 9.89583vw;
        padding-top: .3125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff01__dateBox
    {
        width: 12.69531vw;
        padding-top: .48828vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff01__dateBox
    {
        width: 100%;
        padding-top: 0;
        padding-bottom: 1.33333vw;
    }
}

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

    color: #818181;
}

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

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

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

.workingstaff01__ttlBox
{
    width: 910px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__ttlBox
    {
        width: 47.39583vw;
    }
}

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

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

.workingstaff01__ttl
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

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

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

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

.workingstaff01__link
{
    color: #18655a;
    border-bottom: 1px solid #18655a;
}

.workingstaff01__link:hover
{
    opacity: .7;
}

.workingstaff01__button
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: block;

    width: 150px;
    margin: 0 auto;
    margin-top: 40px;

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

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

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

        width: 7.8125vw;
        margin-top: 2.08333vw;
    }
}

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

        width: 11.71875vw;
        margin-top: 1.95312vw;
    }
}

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

        width: 29.33333vw;
        margin-top: 5.33333vw;
    }
}

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

    width: 12.44px;
    height: 7.68px;
    margin: auto 0;

    content: '';

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

@media print, screen and (max-width: 1920px)
{
    .workingstaff01__button:after
    {
        width: .64792vw;
        height: .4vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff01__button:after
    {
        width: 1.01953vw;
        height: .55469vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff01__button:after
    {
        width: 2.45867vw;
        height: 1.29067vw;
    }
}

.workingstaff01__button:before
{
    content: 'もっと見る';
}

/* ============== .workingstaff02 ============== */
.workingstaff02__cont
{
    margin-top: 40px;
    padding-bottom: 30px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__cont
    {
        margin-top: 2.08333vw;
        padding-bottom: 1.77083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__cont
    {
        margin-top: 2.92969vw;
        padding-bottom: 2.3125vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__cont
    {
        margin-top: 8vw;
        padding-bottom: 2.66667vw;
    }
}

.workingstaff02__cont h4
{
    font-size: 28px;
    font-weight: 700;

    margin-bottom: 30px;
    padding: 10px 0 10px 20px;

    color: #00655a;
    background-color: #f7f7f7;
}

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

        margin-bottom: 1.5625vw;
        padding: .52083vw 0 .52083vw 1.04167vw;
    }
}

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

        margin-bottom: 2.34375vw;
        padding: .78125vw 0 .78125vw 1.5625vw;
    }
}

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

        margin-bottom: 4vw;
        padding: 1.86667vw 0 1.86667vw 2.66667vw;
    }
}

.workingstaff02__cont h4
{
    line-height: 1.4;
}

.workingstaff02__cont h5
{
    font-size: 24px;
    font-weight: 700;

    position: relative;

    margin-bottom: 30px;
    padding-left: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__cont h5
    {
        font-size: 1.25vw;

        margin-bottom: 1.5625vw;
        padding-left: 1.04167vw;
    }
}

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

        margin-bottom: 1.95312vw;
        padding-left: 1.5625vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__cont h5
    {
        font-size: 4.26667vw;

        margin-bottom: 4vw;
        padding-left: 2.66667vw;
    }
}

.workingstaff02__cont h5:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 7.66px;
    height: 7.66px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__cont h5:before
    {
        width: .39896vw;
        height: .39896vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__cont h5:before
    {
        width: .55273vw;
        height: .55273vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__cont h5:before
    {
        width: 1.42133vw;
        height: 1.42133vw;
    }
}

.workingstaff02__ttlBox
{
    width: 100%;
    padding-bottom: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__ttlBox
    {
        padding-bottom: 1.04167vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff02__ttlBox
    {
        padding-bottom: 2.66667vw;
    }
}

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

    position: relative;

    margin-bottom: 20px;
    padding-left: 44px;
}

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

        margin-bottom: 1.04167vw;
        padding-left: 2.29167vw;
    }
}

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

        margin-bottom: 1.36719vw;
        padding-left: 2.92969vw;
    }
}

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

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

.workingstaff02__ttl::before
{
    position: absolute;
    top: 0;
    left: 20px;

    width: 14px;
    height: 17px;

    content: '';

    background-image: url(../images/workingstaff/img_report_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__ttl::before
    {
        left: 1.04167vw;

        width: .72917vw;
        height: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__ttl::before
    {
        left: .97656vw;

        width: .97656vw;
        height: 1.17188vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__ttl::before
    {
        left: 2.66667vw;

        width: 3.73333vw;
        height: 4.53333vw;
    }
}

.workingstaff02__ttl--dot
{
    padding-left: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__ttl--dot
    {
        padding-left: 2.08333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__ttl--dot
    {
        padding-left: 2.92969vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__ttl--dot
    {
        padding-left: 8vw;
    }
}

.workingstaff02__ttl--dot::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;

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

    content: '';

    border-radius: 50%;
    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__ttl--dot::before
    {
        left: 1.5625vw;

        width: .15625vw;
        height: .15625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__ttl--dot::before
    {
        left: 1.95312vw;

        width: .19531vw;
        height: .19531vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__ttl--dot::before
    {
        left: 5.33333vw;

        width: .66667vw;
        height: .66667vw;
    }
}

.workingstaff02__ttl--report::before
{
    position: absolute;
    top: 0;
    left: 20px;

    width: 14px;
    height: 17px;

    content: '';

    background-image: url(../images/workingstaff/img_report_report.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__ttl--report::before
    {
        left: 1.04167vw;

        width: .72917vw;
        height: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__ttl--report::before
    {
        left: .97656vw;

        width: .97656vw;
        height: 1.17188vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__ttl--report::before
    {
        left: 2.66667vw;

        width: 3.73333vw;
        height: 4.53333vw;
    }
}

.workingstaff02__link
{
    color: #18655a;
    border-bottom: 1px solid #18655a;
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__link
    {
        line-height: 1.4;
    }
}

.workingstaff02__link:hover
{
    opacity: .7;
}

.workingstaff02__topTxt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;

    text-align: left;
}

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

        margin-bottom: 30px;
    }
}

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

        margin-bottom: 2.34375vw;
    }
}

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

        margin-bottom: 4vw;
    }
}

.workingstaff02__topTxt > a
{
    position: relative;

    color: #00655a;
}

.workingstaff02__topTxt > a::after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff02__topTxt > a::after
    {
        bottom: -.15625vw;

        height: .05208vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff02__topTxt > a::after
    {
        bottom: -.29297vw;

        height: .09766vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff02__topTxt > a::after
    {
        bottom: -.4vw;

        height: .13333vw;
    }
}

.workingstaff02__topTxt > a:hover
{
    opacity: .7;
}

/* ============== .workingstaff03 ============== */
.workingstaff03__cont
{
    margin-top: 40px;
    padding-bottom: 120px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__cont
    {
        margin-top: 2.08333vw;
        padding-bottom: 6.25vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff03__cont
    {
        margin-top: 8vw;
        padding-bottom: 8vw;
    }
}

.workingstaff03__cont > h4
{
    font-size: 28px;
    font-weight: 700;

    margin-bottom: 40px;
    padding: 10px 0 10px 20px;

    color: #00655a;
    background-color: #f7f7f7;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__cont > h4
    {
        font-size: 1.45833vw;

        margin-bottom: 2.08333vw;
        padding: .52083vw 0 .52083vw 1.04167vw;
    }
}

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

        margin-bottom: 2.34375vw;
        padding: .78125vw 0 .78125vw 1.5625vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff03__cont > h4
    {
        font-size: 5.33333vw;

        margin-bottom: 5.33333vw;
        padding: 1.86667vw 0 1.86667vw 2.66667vw;
    }
}

.workingstaff03__cont > h5
{
    font-size: 24px;
    font-weight: 700;

    position: relative;

    margin-bottom: 30px;
    padding-left: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__cont > h5
    {
        font-size: 1.25vw;

        margin-bottom: 1.5625vw;
        padding-left: 1.04167vw;
    }
}

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

        margin-bottom: 1.95312vw;
        padding-left: 1.5625vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff03__cont > h5
    {
        font-size: 4.26667vw;

        margin-bottom: 4vw;
        padding-left: 2.66667vw;
    }
}

.workingstaff03__cont > h5:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 7.66px;
    height: 7.66px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__cont > h5:before
    {
        width: .39896vw;
        height: .39896vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff03__cont > h5:before
    {
        width: .55273vw;
        height: .55273vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff03__cont > h5:before
    {
        width: 1.42133vw;
        height: 1.42133vw;
    }
}

.workingstaff03__txtBox
{
    margin-bottom: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__txtBox
    {
        margin-bottom: 2.08333vw;
    }
}

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

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

.workingstaff03__txtBox--02
{
    margin-bottom: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__txtBox--02
    {
        margin-bottom: 1.04167vw;
    }
}

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

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

.workingstaff03__txt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

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

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

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

.workingstaff03__link
{
    font-size: 18px;

    color: #18655a;
    border-bottom: 1px solid #18655a;
}

.workingstaff03__link:hover
{
    opacity: .7;
}

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

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

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

.workingstaff03__table
{
    margin-bottom: 30px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff03__table
    {
        margin-bottom: 1.5625vw;
    }
}

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

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

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

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

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

    width: 190px;

    text-align: left;
}

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

        width: 9.89583vw;
    }
}

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

        width: 11.71875vw;
    }
}

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

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

.workingstaff03__td
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    padding: 6px 0;
}

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

        padding: .3125vw 0;
    }
}

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

        padding: .58594vw 0;
    }
}

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

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

/* ============== .workingstaff04 ============== */
.workingstaff04__cont
{
    margin-top: 40px;
    padding-bottom: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__cont
    {
        margin-top: 2.08333vw;
        padding-bottom: 2.27083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__cont
    {
        margin-top: 2.92969vw;
        padding-bottom: 2.8125vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__cont
    {
        margin-top: 8vw;
        padding-bottom: 2.66667vw;
    }
}

.workingstaff04__cont h4
{
    font-size: 28px;
    font-weight: 700;

    margin-bottom: 30px;
    padding: 10px 0 10px 20px;

    color: #00655a;
    background-color: #f7f7f7;
}

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

        margin-bottom: 1.5625vw;
        padding: .52083vw 0 .52083vw 1.04167vw;
    }
}

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

        margin-bottom: 2.34375vw;
        padding: .78125vw 0 .78125vw 1.5625vw;
    }
}

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

        margin-bottom: 4vw;
        padding: 1.86667vw 0 1.86667vw 2.66667vw;
    }
}

.workingstaff04__cont h4
{
    line-height: 1.4;
}

.workingstaff04__cont h5
{
    font-size: 24px;
    font-weight: 700;

    position: relative;

    margin-bottom: 30px;
    padding-left: 20px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__cont h5
    {
        font-size: 1.25vw;

        margin-bottom: 1.5625vw;
        padding-left: 1.04167vw;
    }
}

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

        margin-bottom: 1.95312vw;
        padding-left: 1.5625vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__cont h5
    {
        font-size: 4.26667vw;

        margin-bottom: 4vw;
        padding-left: 2.66667vw;
    }
}

.workingstaff04__cont h5:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 7.66px;
    height: 7.66px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__cont h5:before
    {
        width: .39896vw;
        height: .39896vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__cont h5:before
    {
        width: .55273vw;
        height: .55273vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__cont h5:before
    {
        width: 1.42133vw;
        height: 1.42133vw;
    }
}

.workingstaff04__ttlBox
{
    width: 100%;
    padding-bottom: 24px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__ttlBox
    {
        padding-bottom: 1.25vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .workingstaff04__ttlBox
    {
        padding-bottom: 2.66667vw;
    }
}

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

    position: relative;

    margin-bottom: 16px;
    padding-left: 24px;
}

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

        margin-bottom: .83333vw;
        padding-left: 1.25vw;
    }
}

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

        margin-bottom: 1.17188vw;
        padding-left: 1.95312vw;
    }
}

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

        margin-bottom: 2.13333vw;
        padding-left: 4.66667vw;
    }
}

.workingstaff04__ttl::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 17px;

    content: '';

    background-image: url(../images/workingstaff/img_report_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__ttl::before
    {
        width: .72917vw;
        height: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__ttl::before
    {
        width: .97656vw;
        height: 1.17188vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__ttl::before
    {
        width: 3.73333vw;
        height: 4.53333vw;
    }
}

.workingstaff04__ttl--dot
{
    padding-left: 40px;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__ttl--dot
    {
        padding-left: 2.08333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__ttl--dot
    {
        padding-left: 2.92969vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__ttl--dot
    {
        padding-left: 8vw;
    }
}

.workingstaff04__ttl--dot::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;

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

    content: '';

    border-radius: 50%;
    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__ttl--dot::before
    {
        left: 1.5625vw;

        width: .15625vw;
        height: .15625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__ttl--dot::before
    {
        left: 1.95312vw;

        width: .19531vw;
        height: .19531vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__ttl--dot::before
    {
        left: 5.33333vw;

        width: .66667vw;
        height: .66667vw;
    }
}

.workingstaff04__ttl--report::before
{
    position: absolute;
    top: 0;
    left: 20px;

    width: 14px;
    height: 17px;

    content: '';

    background-image: url(../images/workingstaff/img_report_report.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__ttl--report::before
    {
        left: 1.04167vw;

        width: .72917vw;
        height: .88542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__ttl--report::before
    {
        left: .97656vw;

        width: .97656vw;
        height: 1.17188vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__ttl--report::before
    {
        left: 2.66667vw;

        width: 3.73333vw;
        height: 4.53333vw;
    }
}

.workingstaff04__link > span
{
    color: #18655a;
    border-bottom: 1px solid #18655a;
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__link > span
    {
        line-height: 1.4;
    }
}

.workingstaff04__link:hover
{
    opacity: .7;
}

.workingstaff04__topTxt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 20px;

    text-align: left;
}

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

        margin-bottom: 30px;
        padding-left: 1.04167vw;
    }
}

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

        margin-bottom: 2.34375vw;
        padding-left: 1.5625vw;
    }
}

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

        margin-bottom: 4vw;
        padding-left: 2.66667vw;
    }
}

.workingstaff04__topTxt > a
{
    position: relative;

    color: #00655a;
}

.workingstaff04__topTxt > a::after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #00655a;
}

@media print, screen and (max-width: 1920px)
{
    .workingstaff04__topTxt > a::after
    {
        bottom: -.15625vw;

        height: .05208vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .workingstaff04__topTxt > a::after
    {
        bottom: -.29297vw;

        height: .09766vw;
    }
}

@media print, screen and (max-width: 768px)
{
    .workingstaff04__topTxt > a::after
    {
        bottom: -.4vw;

        height: .13333vw;
    }
}

.workingstaff04__topTxt > a:hover
{
    opacity: .7;
}

/* ============== .c-modalCont ============== */
.c-modalCont
{
    width: 550px;
}

@media print, screen and (max-width: 1920px)
{
    .c-modalCont
    {
        width: 28.64583vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .c-modalCont
    {
        width: 100%;
    }
}

.c-modalCont__item
{
    display: inline-block;

    margin-bottom: 30px;

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

@media print, screen and (max-width: 1920px)
{
    .c-modalCont__item
    {
        margin-bottom: 1.5625vw;
    }
}

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

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

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

.c-modalCont__img
{
    width: 550px;
}

@media print, screen and (max-width: 1920px)
{
    .c-modalCont__img
    {
        width: 28.64583vw;
    }
}

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

@media print, screen and (max-width: 768px)
{
    .c-modalCont__img
    {
        width: 100%;
    }
}

.c-modalCont__img > img
{
    display: block;

    width: 100%;
}

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

    display: none;

    width: 100%;

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

.c-modal__wrp
{
    overflow: auto;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding-top: 262px;
    padding-bottom: 500px;

    -webkit-overflow-scrolling: touch;
}

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

@media print, screen and (max-width: 768px)
{
    .c-modal__wrp
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-top: 34.93333vw;
        padding-bottom: 66.66667vw;

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

.c-modal__cont
{
    display: table;

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

    table-layout: fixed;

    background-color: #fff;
}

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

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

@media print, screen and (max-width: 768px)
{
    .c-modal__cont
    {
        width: 100%;
        height: auto;
    }
}

.c-modal__inner
{
    height: 100%;
}

/* ============== .videoDetail ============== */
.videoDetail
{
    width: 100%;
    height: 100%;
}

.videoDetail__video
{
    width: 100%;
    height: 100%;
}
