@charset 'UTF-8';
/* p-introduction
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px)
{
    .p-introduction
    {
        padding-top: 8vw;
        padding-bottom: 13.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-introduction
    {
        padding: 70px 0 70px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction
    {
        padding-bottom: 110px;
    }
}

.p-introduction__heading
{
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-introduction__heading
    {
        padding-bottom: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-introduction__heading
    {
        padding-bottom: 60px;
    }
}

.p-introduction__title
{
    color: #399aa9;
}

@media screen and (max-width: 767px)
{
    .p-introduction__title
    {
        font-size: 42px;
        font-size: 5.6vw;
        line-height: 1.5; 

        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-introduction__title
    {
        font-size: 34px;
        font-size: 3.4rem; 

        margin-bottom: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__title
    {
        line-height: 1.5;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__title br
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__text
    {
        line-height: 1.8; 

        padding-right: 5.33vw;
        padding-left: 5.33vw;

        text-align: left;
    }
}

@media screen and (min-width: 768px)
{
    .p-introduction__text
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__text
    {
        padding: 0 20px;

        text-align: left;
    }
}

@media screen and (max-width: 1023px)
{
    .p-introduction__text br
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px)
{
    .p-introduction__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item
    {
        margin-bottom: .25%;
    }
}

.p-introduction__item img
{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px)
{
    .p-introduction__item:nth-child(1)
    {
        width: 100%;
        margin-bottom: .8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__item:nth-child(1)
    {
        width: 100%;
        margin-bottom: .4%;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item:nth-child(1)
    {
        width: 49.9%; 
        margin-right: .25%;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__item:nth-child(2)
    {
        width: 100%;
        margin-bottom: .8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__item:nth-child(2)
    {
        width: 100%;
        margin-bottom: .4%;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item:nth-child(2)
    {
        width: 49.85%;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__item:nth-child(3)
    {
        width: 49%;
        width: 49.6vw;
        margin-right: .8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__item:nth-child(3)
    {
        width: 49.8%;
        margin-right: .4%;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item:nth-child(3)
    {
        width: 25%;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__item:nth-child(4)
    {
        margin-top: .8vw; 

        -webkit-box-ordinal-group: 6; 

            -ms-flex-order: 5; 

                order: 5;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__item:nth-child(4)
    {
        margin-top: .4%;

        -webkit-box-ordinal-group: 6;

            -ms-flex-order: 5;

                order: 5;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item:nth-child(4)
    {
        width: 49.5%;
        margin-right: .25%; 
        margin-left: .25%;
    }
}

@media screen and (max-width: 767px)
{
    .p-introduction__item:nth-child(5)
    {
        width: 49.6vw; 

        -webkit-box-ordinal-group: 5; 

            -ms-flex-order: 4; 

                order: 4;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-introduction__item:nth-child(5)
    {
        width: 49.8%;

        -webkit-box-ordinal-group: 5;

            -ms-flex-order: 4;

                order: 4;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__item:nth-child(5)
    {
        width: 25%;
    }
}

/*p-introduction*/
@media screen and (max-width: 767px)
{
    .p-introduction__sub
    {
        padding-bottom: 8vw;
    }
}

@media screen and (min-width: 1024px)
{
    .p-introduction__sub
    {
        padding-bottom: 60px;
    }
}

.p-introduction__sub .p-introduction__heading
{
    padding-bottom: 0 !important;
}

/*p-members*/
.p-members
{
    margin-top: 80px;
    margin-top: 6.45161vw;
}

@media screen and (min-width: 1240px)
{
    .p-members
    {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-members
    {
        margin-top: 60px;
        margin-top: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-members
    {
        margin-top: 40px;
        margin-top: 10.41667vw;
    }
}

/*sub_ttl*/
.sub_ttl
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
    margin-bottom: 2.41935vw; 

    text-align: left;

    -webkit-box-align: center;

        -ms-flex-align: center;

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

@media screen and (min-width: 1240px)
{
    .sub_ttl
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px)
{
    .sub_ttl
    {
        margin-bottom: 30px;
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_ttl
    {
        margin-bottom: 30px;
        margin-bottom: 7.8125vw;
    }
}

@media screen and (max-width: 1023px)
{
    .sub_ttl
    {
        display: block;
    }
}

.sub_ttl__title
{
    font-weight: 800; 

    letter-spacing: .1em;
}

@media screen and (max-width: 1023px)
{
    .sub_ttl__title
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    .sub_ttl__title
    {
        font-size: 80px;
        font-size: 10.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .sub_ttl__title
    {
        font-size: 62px;
        font-size: 6.2rem;
    }
}

@media screen and (min-width: 1024px)
{
    .sub_ttl__title
    {
        font-size: 70px;
        font-size: 7rem; 

        margin-right: 20px;
    }
}

@media screen and (min-width: 768px)
{
    .sub_ttl__title br
    {
        display: none;
    }
}

.sub_ttl__em
{
    color: #af8f70;
}

.sub_ttl__desc
{
    font-weight: bold;

    display: inline-block;
}

@media screen and (max-width: 767px)
{
    .sub_ttl__desc
    {
        margin-top: 1.33vw;
        padding: 1.33vw 1.33vw 1.33vw 1.33vw;

        border: .26667vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .sub_ttl__desc
    {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;

        margin-top: 10px;
        padding: 5px 10px;

        border: 2px solid #000;
    }
}

@media screen and (min-width: 1024px)
{
    .sub_ttl__desc
    {
        line-height: 60px;

        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px)
{
    .sub_ttl__desc br
    {
        display: none;
    }
}

/*sp*/
@media screen and (max-width: 1023px)
{
    .pc
    {
        display: none;
    }
}

@media screen and (min-width: 1024px)
{
    .tb
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .tb
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    .sp
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .pc_tb
    {
        display: none;
    }
}

@media screen and (min-width: null)
{
    .tb_sp
    {
        display: none;
    }
}

.pagemenu
{
    max-width: 1240px;
    margin-top: 80px;
    margin-top: 6.45161vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px; 
    padding-left: 20px;
}

@media screen and (min-width: 1240px)
{
    .pagemenu
    {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu
    {
        margin-top: 60px;
        margin-top: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu
    {
        margin-top: 40px;
        margin-top: 10.41667vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

.pagemenu ul
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}

.pagemenu ul li
{
    margin-right: 10px;
    margin-right: .80645vw; 
    margin-left: 10px;
    margin-left: .80645vw;

    text-align: center;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li
    {
        width: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li
    {
        width: 50px;
        width: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li
    {
        width: 40px;
        width: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li
    {
        width: 30px;
        width: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li
    {
        height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li
    {
        height: 50px;
        height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li
    {
        height: 40px;
        height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li
    {
        height: 30px;
        height: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li
    {
        line-height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li
    {
        line-height: 50px;
        line-height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li
    {
        line-height: 40px;
        line-height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li
    {
        line-height: 30px;
        line-height: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li
    {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li
    {
        margin-left: 5px;
        margin-left: .48828vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li
    {
        margin-left: 2px;
        margin-left: .52083vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li
    {
        margin-right: 5px;
        margin-right: .48828vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li
    {
        margin-right: 2px;
        margin-right: .52083vw;
    }
}

.pagemenu ul li.pagemenu__f
{
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f
    {
        width: 100px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f
    {
        width: 100px;
        width: 8.06452vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f
    {
        width: 80px;
        width: 7.8125vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f
    {
        width: 30px;
        width: 7.8125vw;
    }
}

.pagemenu ul li.pagemenu__f:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -7.5px;
    margin-top: -.60484vw;
    margin-left: -5px;
    margin-left: -.40323vw;

    content: '';
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        width: 16px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        width: 16px;
        width: 1.29032vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        width: 14px;
        width: 1.36719vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        width: 10px;
        width: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        height: 16px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        height: 16px;
        height: 1.29032vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        height: 14px;
        height: 1.36719vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        height: 10px;
        height: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-left: -5px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-left: -5px;
        margin-left: -.48828vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-left: -3px;
        margin-left: -.78125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-top: -7.5px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-top: -6.5px;
        margin-top: -.63477vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        margin-top: -5px;
        margin-top: -1.30208vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        border-top: .8vw solid #fff;
        border-right: .8vw solid #fff;
    }
}

@media screen and (min-width: 768px)
{
    .pagemenu ul li.pagemenu__f:after
    {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}

.pagemenu ul li.pagemenu__l
{
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l
    {
        width: 100px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l
    {
        width: 100px;
        width: 8.06452vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l
    {
        width: 80px;
        width: 7.8125vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l
    {
        width: 30px;
        width: 7.8125vw;
    }
}

.pagemenu ul li.pagemenu__l:after
{
    position: absolute;
    top: 50%;
    right: 50%;

    display: block;

    margin-top: -7.5px;
    margin-top: -.60484vw;
    margin-right: -5px;
    margin-right: -.40323vw;

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

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        width: 16px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        width: 16px;
        width: 1.29032vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        width: 14px;
        width: 1.36719vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        width: 10px;
        width: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        height: 16px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        height: 16px;
        height: 1.29032vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        height: 14px;
        height: 1.36719vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        height: 10px;
        height: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-right: -5px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-right: -5px;
        margin-right: -.48828vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-right: -3px;
        margin-right: -.78125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-top: -7.5px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-top: -6.5px;
        margin-top: -.63477vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        margin-top: -5px;
        margin-top: -1.30208vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        border-top: .8vw solid #fff;
        border-right: .8vw solid #fff;
    }
}

@media screen and (min-width: 768px)
{
    .pagemenu ul li.pagemenu__l:after
    {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}

.pagemenu ul li.pagemenu__f2
{
    position: relative;

    margin-right: 50px;
    margin-right: 4.03226vw;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f2
    {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f2
    {
        margin-right: 40px;
        margin-right: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f2
    {
        margin-right: 30px;
        margin-right: 7.8125vw;
    }
}

.pagemenu ul li.pagemenu__f2:after
{
    position: absolute;
    top: 0;
    left: 100%; 

    display: block;

    content: '…';
    text-align: center;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        width: 60px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        width: 60px;
        width: 4.83871vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        width: 50px;
        width: 4.88281vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        width: 32px;
        width: 8.33333vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        height: 50px;
        height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        height: 40px;
        height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        height: 30px;
        height: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        line-height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        line-height: 50px;
        line-height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        line-height: 40px;
        line-height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__f2:after
    {
        line-height: 30px;
        line-height: 7.8125vw;
    }
}

.pagemenu ul li.pagemenu__l2
{
    position: relative;

    margin-left: 50px;
    margin-left: 4.03226vw;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l2
    {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l2
    {
        margin-left: 40px;
        margin-left: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l2
    {
        margin-left: 30px;
        margin-left: 7.8125vw;
    }
}

.pagemenu ul li.pagemenu__l2:before
{
    position: absolute;
    top: 0;
    right: 100%; 

    display: block;

    content: '…';
    text-align: center;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        width: 60px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        width: 60px;
        width: 4.83871vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        width: 50px;
        width: 4.88281vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        width: 32px;
        width: 8.33333vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        height: 50px;
        height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        height: 40px;
        height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        height: 30px;
        height: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        line-height: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        line-height: 50px;
        line-height: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        line-height: 40px;
        line-height: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li.pagemenu__l2:before
    {
        line-height: 30px;
        line-height: 7.8125vw;
    }
}

.pagemenu ul li a,
.pagemenu ul li span
{
    font-weight: bold;

    display: block;

    color: #fff;
}

@media screen and (min-width: 1240px)
{
    .pagemenu ul li a,
    .pagemenu ul li span
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 1239px)
{
    .pagemenu ul li a,
    .pagemenu ul li span
    {
        font-size: 20px;
        font-size: 1.6129vw;
    }
}

@media screen and (max-width: 1023px)
{
    .pagemenu ul li a,
    .pagemenu ul li span
    {
        font-size: 20px;
        font-size: 1.95313vw;
    }
}

@media screen and (max-width: 767px)
{
    .pagemenu ul li a,
    .pagemenu ul li span
    {
        font-size: 16px;
        font-size: 4.16667vw;
    }
}

.pagemenu ul li a
{
    text-decoration: none; 

    background-color: #8cbfc7;
}

.pagemenu ul li span
{
    background-color: #af8f70;
}

/* ==========================================================================
   voice
   ========================================================================== */
/* p-voiceEntriesGroup
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-voiceEntriesGroup__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-voiceEntriesGroup__list
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-voiceEntriesGroup__list::after
    {
        display: block;

        width: 32.16%; 

        content: '';
    }
}

@media screen and (max-width: 767px)
{
    .p-voiceEntriesGroup__item
    {
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntriesGroup__item
    {
        width: 46%;
        margin-bottom: 1.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-voiceEntriesGroup__item
    {
        margin-right: 2%; 
        margin-bottom: 6%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1024px)
{
    .p-voiceEntriesGroup__item
    {
        width: 32.16%;
    }
}

@media screen and (max-width: 767px)
{
    .p-voiceEntriesGroup__item:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-voiceEntriesGroup__item:last-child
    {
        margin-bottom: 0;
    }
}

/* p-voiceEntries
   ----------------------------------------------------------------- */
.p-voiceEntries__link
{
    display: block;

    text-decoration: none;
}

.p-voiceEntries__image
{
    position: relative;

    display: block;
    overflow: hidden;
}

@media screen and (max-width: 767px)
{
    .p-voiceEntries__image
    {
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntries__image
    {
        margin-bottom: 20px;
    }
}

.p-voiceEntries__image img
{
    width: 100%;
}

@media screen and (max-width: 767px)
{
    .p-voiceEntries__image > img
    {
        width: 100%;
        height: 64.86667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntries__image > img
    {
        width: 100%;
        height: 282px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-voiceEntries__image > img
    {
        width: 100%;
        height: 243px;
    }
}

.p-voiceEntries__image > img.outset
{
    font-family: 'object-fit: cover;'; 

    -o-object-fit: cover; 

       object-fit: cover;
}

.p-voiceEntries__image > img.inset
{
    font-family: 'object-fit: contain;'; 

    -o-object-fit: contain; 

       object-fit: contain;
}

.p-voiceEntries__label
{
    position: absolute;
}

.p-voiceEntries__label--new
{
    left: 0;
}

@media screen and (max-width: 767px)
{
    .p-voiceEntries__label--new
    {
        top: 0;

        width: 24vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntries__label--new
    {
        top: 0;

        width: 142px;
        height: 92px;
    }
}

@media screen and (max-width: 767px)
{
    .p-voiceEntries__label--event
    {
        font-size: 40px;
        font-size: 5.33vw; 

        right: 4vw;
        bottom: 4vw;

        width: 18.66667vw;
        height: 18.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntries__label--event
    {
        right: 10px;
        bottom: 18px;
    }
}

.p-voiceEntries__heading
{
    font-weight: bold; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-voiceEntries__heading
    {
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px)
{
    .p-voiceEntries__heading
    {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
}

/*header*/
@media screen and (min-width: 1024px)
{
    .p-main__heading--staff
    {
        background: url('../staff/img/ttl.jpg') no-repeat bottom center;
    }
}

@media screen and (max-width: 1023px)
{
    .p-main__heading--staff
    {
        background: url('../staff/img/ttl_sp.jpg') no-repeat 30% 60%;
        background-size: 200vw 148vw;
    }
}

/*staff_list*/
@media screen and (min-width: 768px)
{
    #staff_list
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

#staff_list ul
{
    list-style-type: none;
}

#staff_list ul li
{
    position: relative; 

    margin-top: 90px;
    margin-top: 7.25806vw;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li
    {
        margin-top: 90px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li
    {
        margin-top: 80px;
        margin-top: 7.8125vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li
    {
        margin-top: 40px;
        margin-top: 10.41667vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li
    {
        padding-top: 0;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li
    {
        padding-top: 0;
        padding-top: 0vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li
    {
        padding-top: 40px;
        padding-top: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li
    {
        padding-top: 20px;
        padding-top: 5.20833vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li
    {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li
    {
        padding-bottom: 0;
        padding-bottom: 0vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li
    {
        padding-bottom: 40px;
        padding-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li
    {
        padding-bottom: 20px;
        padding-bottom: 5.20833vw;
    }
}

#staff_list ul li:hover
{
    opacity: .8 !important;
}

#staff_list ul li:nth-child(1)
{
    margin-top: 0;
}

#staff_list ul li:nth-child(2n+1):before
{
    background-color: #e1f5f8;
}

#staff_list ul li:nth-child(2n+1):after
{
    background-color: #399aa9;
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li:nth-child(2n+1) a:before
    {
        background-color: #399aa9;
    }
}

#staff_list ul li:nth-child(2n):before
{
    background-color: #f9eddb;
}

#staff_list ul li:nth-child(2n):after
{
    background-color: #af8f70;
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li:nth-child(2n) a:before
    {
        background-color: #af8f70;
    }
}

#staff_list ul li:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;

    display: block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 300%;
    height: 100%;

    content: '';

    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li:before
    {
        border: 0;
    }
}

#staff_list ul li:after
{
    position: absolute;
    z-index: -1;
    bottom: 60px; 
    left: -100%;

    display: block;

    width: 300%;

    content: '';
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li:after
    {
        height: 70px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li:after
    {
        height: 70px;
        height: 5.64516vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li:after
    {
        height: 70px;
        height: 6.83594vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li:after
    {
        height: 70px;
        height: 18.22917vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li:after
    {
        display: none;
    }
}

#staff_list ul li a
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    text-decoration: none;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

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

@media screen and (min-width: 1240px)
{
    #staff_list ul li a
    {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a
    {
        padding-bottom: 0;
        padding-bottom: 0vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a
    {
        padding-bottom: 90px;
        padding-bottom: 8.78906vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a
    {
        padding-bottom: 70px;
        padding-bottom: 18.22917vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a
    {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

#staff_list ul li a:before
{
    font-weight: bold;

    position: absolute;
    bottom: 60px; 
    left: 0;

    display: block;

    width: 100%;

    content: '詳しく見る';
    text-align: right;

    color: #fff;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:before
    {
        height: 70px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:before
    {
        height: 70px;
        height: 5.64516vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:before
    {
        height: 60px;
        height: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:before
    {
        height: 50px;
        height: 13.02083vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:before
    {
        line-height: 70px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:before
    {
        line-height: 70px;
        line-height: 5.64516vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:before
    {
        line-height: 60px;
        line-height: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:before
    {
        line-height: 50px;
        line-height: 13.02083vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:before
    {
        padding-right: 525px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:before
    {
        padding-right: 525px;
        padding-right: 42.33871vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:before
    {
        padding-right: 0;
        padding-right: 0vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:before
    {
        padding-right: 0;
        padding-right: 0vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:before
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:before
    {
        font-size: 24px;
        font-size: 1.93548vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:before
    {
        font-size: 24px;
        font-size: 2.34375vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:before
    {
        font-size: 24px;
        font-size: 6.25vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:before
    {
        bottom: 0;
        left: -100%;

        width: 300%;

        text-align: center;
    }
}

#staff_list ul li a:after
{
    position: absolute;
    bottom: 87px; 

    display: block;

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

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:after
    {
        width: 12px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:after
    {
        width: 12px;
        width: .96774vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:after
    {
        width: 12px;
        width: 1.17188vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:after
    {
        width: 10px;
        width: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:after
    {
        height: 12px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:after
    {
        height: 12px;
        height: .96774vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:after
    {
        height: 12px;
        height: 1.17188vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:after
    {
        height: 10px;
        height: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a:after
    {
        right: 490px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:after
    {
        right: 490px;
        right: 39.51613vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:after
    {
        right: 0;
        right: 0vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:after
    {
        right: 0;
        right: 0vw;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a:after
    {
        margin-bottom: -.2vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a:after
    {
        bottom: 2.4vw; 

        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a:after
    {
        bottom: 4vw; 

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

@media screen and (min-width: 768px)
{
    #staff_list ul li a:after
    {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}

#staff_list ul li a:hover
{
    opacity: 1 !important;
}

#staff_list ul li a h3
{
    width: 59.1%;
    margin-bottom: 0;
    margin-bottom: 0vw; 
    padding-bottom: 70px;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3
    {
        margin-bottom: 40px;
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3
    {
        margin-bottom: 20px;
        margin-bottom: 5.20833vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3
    {
        width: 100%;
        padding-bottom: 0;

        text-align: left;
    }
}

#staff_list ul li a h3 > span:nth-child(1)
{
    display: block;

    margin-bottom: 30px;
    margin-bottom: 2.41935vw;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        font-size: 24px;
        font-size: 1.93548vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        font-size: 30px;
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        font-size: 22px;
        font-size: 5.72917vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        margin-bottom: 25px;
        margin-bottom: 2.44141vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(1)
    {
        margin-bottom: 10px;
        margin-bottom: 2.60417vw;
    }
}

#staff_list ul li a h3 > span:nth-child(2)
{
    display: inline-block;

    margin-right: 50px;
    margin-right: 4.03226vw; 

    vertical-align: middle;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        font-size: 60px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        font-size: 60px;
        font-size: 4.83871vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        font-size: 75px;
        font-size: 7.32422vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        font-size: 56px;
        font-size: 14.58333vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        margin-right: 60px;
        margin-right: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        margin-right: 0;
        margin-right: 0vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(2)
    {
        display: block;

        margin-bottom: 2vw;
    }
}

#staff_list ul li a h3 > span:nth-child(3)
{
    font-family: 'Big Shoulders Display', cursive; 

    display: inline-block;

    vertical-align: middle;
}

@media screen and (min-width: 1240px)
{
    #staff_list ul li a h3 > span:nth-child(3)
    {
        font-size: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_list ul li a h3 > span:nth-child(3)
    {
        font-size: 50px;
        font-size: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a h3 > span:nth-child(3)
    {
        font-size: 63px;
        font-size: 6.15234vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a h3 > span:nth-child(3)
    {
        font-size: 40px;
        font-size: 10.41667vw;
    }
}

#staff_list ul li a h3 > span:nth-child(3) span
{
    color: #af8f70;
}

#staff_list ul li a > p
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 33.3%;
}

@media screen and (max-width: 1023px)
{
    #staff_list ul li a > p
    {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px)
{
    #staff_list ul li a > p img
    {
        width: 100%;
        height: 86.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    #staff_list ul li a > p img
    {
        width: 100%;
        height: 399.59px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    #staff_list ul li a > p img
    {
        width: 100%;
        height: 500px;
    }
}

#staff_list ul li a > p img.outset
{
    font-family: 'object-fit: cover;'; 

    -o-object-fit: cover; 

       object-fit: cover;
}

#staff_list ul li a > p img.inset
{
    font-family: 'object-fit: contain;'; 

    -o-object-fit: contain; 

       object-fit: contain;
}

/*staff_detail_info*/
#staff_detail_info
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 60px;
    margin-top: 4.83871vw;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

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

@media screen and (min-width: 768px)
{
    #staff_detail_info
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info
    {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info
    {
        margin-top: 50px;
        margin-top: 4.88281vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info
    {
        margin-top: 30px;
        margin-top: 7.8125vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info
    {
        padding-top: 0;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info
    {
        padding-top: 0;
        padding-top: 0vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info
    {
        padding-top: 40px;
        padding-top: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info
    {
        padding-top: 20px;
        padding-top: 5.20833vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info
    {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info
    {
        padding-bottom: 0;
        padding-bottom: 0vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info
    {
        padding-bottom: 40px;
        padding-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info
    {
        padding-bottom: 20px;
        padding-bottom: 5.20833vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info
    {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

#staff_detail_info:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;

    display: block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 300%;
    height: 100%;

    content: '';

    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info:before
    {
        border: 0;
    }
}

#staff_detail_info > div:nth-child(1)
{
    width: 58.3%;
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1)
    {
        width: 100%;
    }
}

#staff_detail_info > div:nth-child(1) h3
{
    margin-bottom: 30px;
    margin-bottom: 2.41935vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3
    {
        margin-bottom: 30px;
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3
    {
        margin-bottom: 20px;
        margin-bottom: 5.20833vw;
    }
}

#staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
{
    display: block;

    margin-bottom: 30px;
    margin-bottom: 2.41935vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        font-size: 24px;
        font-size: 1.93548vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        font-size: 30px;
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        font-size: 22px;
        font-size: 5.72917vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        margin-bottom: 25px;
        margin-bottom: 2.44141vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(1)
    {
        margin-bottom: 10px;
        margin-bottom: 2.60417vw;
    }
}

#staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
{
    display: inline-block;

    margin-right: 50px;
    margin-right: 4.03226vw; 

    vertical-align: middle;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        font-size: 60px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        font-size: 60px;
        font-size: 4.83871vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        font-size: 75px;
        font-size: 7.32422vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        font-size: 56px;
        font-size: 14.58333vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        margin-right: 60px;
        margin-right: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        margin-right: 0;
        margin-right: 0vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(2)
    {
        display: block;

        margin-bottom: 2vw;
    }
}

#staff_detail_info > div:nth-child(1) h3 > span:nth-child(3)
{
    font-family: 'Big Shoulders Display', cursive; 

    display: inline-block;

    vertical-align: middle;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(3)
    {
        font-size: 50px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(3)
    {
        font-size: 50px;
        font-size: 4.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(3)
    {
        font-size: 63px;
        font-size: 6.15234vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) h3 > span:nth-child(3)
    {
        font-size: 40px;
        font-size: 10.41667vw;
    }
}

#staff_detail_info > div:nth-child(1) h3 > span:nth-child(3) span
{
    color: #af8f70;
}

#staff_detail_info > div:nth-child(1) table
{
    width: 100%;
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table
    {
        border-top: 1px solid #cadcdf;
    }
}

#staff_detail_info > div:nth-child(1) table th,
#staff_detail_info > div:nth-child(1) table td
{
    line-height: 1.5; 

    text-align: left;
    vertical-align: bottom;

    border-bottom: 1px solid #cadcdf;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-top: 20px;
        padding-top: 1.6129vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-top: 15px;
        padding-top: 1.46484vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-top: 10px;
        padding-top: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-bottom: 15px;
        padding-bottom: 1.20968vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-bottom: 10px;
        padding-bottom: .97656vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        padding-bottom: 10px;
        padding-bottom: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 1239px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        font-size: 16px;
        font-size: 1.29032vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        font-size: 21px;
        font-size: 2.05078vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table th,
    #staff_detail_info > div:nth-child(1) table td
    {
        font-size: 16px;
        font-size: 4.16667vw;
    }
}

#staff_detail_info > div:nth-child(1) table th
{
    width: 15%;
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table th
    {
        display: block;

        width: 100%;

        text-align: center;

        background-color: #fff;
    }
}

#staff_detail_info > div:nth-child(1) table td
{
    width: 35%;
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(1) table td
    {
        display: block;

        width: 100%;

        text-align: center;
    }
}

#staff_detail_info > div:nth-child(2)
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 37.5%;
    margin-top: 0;
    margin-top: 0vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_info > div:nth-child(2)
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(2)
    {
        margin-top: 30px;
        margin-top: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(2)
    {
        margin-top: 20px;
        margin-top: 5.20833vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(2)
    {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_info > div:nth-child(2) img
    {
        width: 100%;
        height: 113.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    #staff_detail_info > div:nth-child(2) img
    {
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    #staff_detail_info > div:nth-child(2) img
    {
        width: 100%;
        height: 610px;
    }
}

#staff_detail_info > div:nth-child(2) img.outset
{
    font-family: 'object-fit: cover;'; 

    -o-object-fit: cover; 

       object-fit: cover;
}

#staff_detail_info > div:nth-child(2) img.inset
{
    font-family: 'object-fit: contain;'; 

    -o-object-fit: contain; 

       object-fit: contain;
}

.staff_detail_info__blue:before
{
    background-color: #e1f5f8;
}

.staff_detail_info__beige:before
{
    background-color: #f9eddb;
}

/*staff_detail_message*/
#staff_detail_message
{
    margin-top: 90px;
    margin-top: 7.25806vw;
    margin-bottom: 60px;
    margin-bottom: 4.83871vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_message
    {
        margin-top: 90px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message
    {
        margin-top: 80px;
        margin-top: 7.8125vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_message
    {
        margin-top: 50px;
        margin-top: 13.02083vw;
    }
}

@media screen and (min-width: 1240px)
{
    #staff_detail_message
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message
    {
        margin-bottom: 70px;
        margin-bottom: 6.83594vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_message
    {
        margin-bottom: 70px;
        margin-bottom: 18.22917vw;
    }
}

@media screen and (min-width: 768px)
{
    #staff_detail_message
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_message
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

#staff_detail_message > div
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -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 screen and (max-width: 1023px)
{
    #staff_detail_message > div
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

#staff_detail_message > div p
{
    line-height: 1.8;

    width: 67%;
    margin-bottom: 0;
    margin-bottom: 0vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_message > div p
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message > div p
    {
        margin-bottom: 30px;
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_message > div p
    {
        margin-bottom: 20px;
        margin-bottom: 5.20833vw;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message > div p
    {
        width: 100%;
    }
}

#staff_detail_message > div > div
{
    width: 30%;
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message > div > div
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;

        -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 screen and (max-width: 767px)
{
    #staff_detail_message > div > div
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #staff_detail_message > div > div img
    {
        width: 100%;
    }
}

#staff_detail_message > div > div img:nth-child(1)
{
    margin-bottom: 20px;
    margin-bottom: 1.6129vw;
}

@media screen and (min-width: 1240px)
{
    #staff_detail_message > div > div img:nth-child(1)
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px)
{
    #staff_detail_message > div > div img:nth-child(1)
    {
        margin-bottom: 0;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 767px)
{
    #staff_detail_message > div > div img:nth-child(1)
    {
        margin-bottom: 10px;
        margin-bottom: 2.60417vw;
    }
}

/*staff_detail_tolist*/
.staff_detail_tolist
{
    margin-top: 40px;
    margin-top: 3.22581vw;

    text-align: center;
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist
    {
        margin-top: 40px;
        margin-top: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist
    {
        margin-top: 20px;
        margin-top: 5.20833vw;
    }
}

@media screen and (min-width: 768px)
{
    .staff_detail_tolist
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

.staff_detail_tolist a
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    text-decoration: none;
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a
    {
        width: 360px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a
    {
        width: 360px;
        width: 29.03226vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a
    {
        width: 360px;
        width: 35.15625vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        width: 240px;
        width: 62.5vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a
    {
        height: 60px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a
    {
        height: 60px;
        height: 4.83871vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a
    {
        height: 60px;
        height: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        height: 40px;
        height: 10.41667vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a
    {
        line-height: 56px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a
    {
        line-height: 56px;
        line-height: 4.51613vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a
    {
        line-height: 56px;
        line-height: 5.46875vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        line-height: 36px;
        line-height: 9.375vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a
    {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a
    {
        padding-right: 20px;
        padding-right: 1.6129vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a
    {
        padding-right: 20px;
        padding-right: 1.95313vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        padding-right: 10px;
        padding-right: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a
    {
        font-size: 24px;
        font-size: 1.93548vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a
    {
        font-size: 28px;
        font-size: 2.73438vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        font-size: 18px;
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a
    {
        border: .26667vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .staff_detail_tolist a
    {
        border: 2px solid #000;
    }
}

.staff_detail_tolist a:after
{
    position: absolute;
    top: 50%;

    display: block;

    margin-top: -5px;
    margin-top: -.40323vw;

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

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a:after
    {
        width: 12px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a:after
    {
        width: 12px;
        width: .96774vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a:after
    {
        width: 12px;
        width: 1.17188vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a:after
    {
        width: 10px;
        width: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a:after
    {
        height: 12px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a:after
    {
        height: 12px;
        height: .96774vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a:after
    {
        height: 12px;
        height: 1.17188vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a:after
    {
        height: 10px;
        height: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a:after
    {
        right: 25px;
    }
}

@media screen and (max-width: 1239px)
{
    .staff_detail_tolist a:after
    {
        right: 25px;
        right: 2.01613vw;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a:after
    {
        right: 25px;
        right: 2.44141vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a:after
    {
        right: 10px;
        right: 2.60417vw;
    }
}

@media screen and (min-width: 1240px)
{
    .staff_detail_tolist a:after
    {
        margin-top: -5px;
    }
}

@media screen and (max-width: 1023px)
{
    .staff_detail_tolist a:after
    {
        margin-top: -5px;
        margin-top: -.48828vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a:after
    {
        margin-top: -5px;
        margin-top: -1.30208vw;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail_tolist a:after
    {
        border-top: .53333vw solid #000;
        border-right: .53333vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .staff_detail_tolist a:after
    {
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }
}

.staff_detail__image
{
    position: relative;
}

.staff_detail__image_in
{
    position: relative;
}

.staff_detail__image_in:nth-child(1) .staff_detail__lavel
{
    background: #399aaa;
}

.staff_detail__image_in:nth-child(2) .staff_detail__lavel
{
    background: #ae8f70;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .staff_detail__image_in
    {
        width: 48%;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail__image_in > img
    {
        width: 100%;
        height: 64.86667vw;
    }
}

@media screen and (min-width: 768px)
{
    .staff_detail__image_in > img
    {
        width: 100%;
        height: 240px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .staff_detail__image_in > img
    {
        width: 100%;
        height: 32vw;
    }
}

.staff_detail__image_in > img.outset
{
    font-family: 'object-fit: cover;'; 

    -o-object-fit: cover; 

       object-fit: cover;
}

.staff_detail__image_in > img.inset
{
    font-family: 'object-fit: contain;'; 

    -o-object-fit: contain; 

       object-fit: contain;
}

.staff_detail__lavel
{
    position: absolute;
    right: 0;
    bottom: 40px;

    min-width: 140px;
    padding: 7px 10px;

    text-align: center; 

    color: #fff;
}

@media screen and (max-width: 1023px)
{
    .staff_detail__lavel
    {
        bottom: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .staff_detail__lavel
    {
        bottom: 30px;
    }
}
