/* ==========================================================================
   reportDetailpage
   ========================================================================== */
/* p-messageImage-left
-------------------------------------------------------------------------- */
.p-messageImage-left
{
    position: relative;
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-left__inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
    }
}
.p-messageImage-left__container
{
    position: relative;
    z-index: 2;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    max-width: 590px;
    min-height: 500px;
    padding: 40px 40px 40px 0;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1279px)
{
    .p-messageImage-left__container
    {
        max-width: 510px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-messageImage-left__container
    {
        max-width: 100%;
        min-height: auto;
        margin-bottom: 40px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-messageImage-left__container
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
.p-messageImage-left__visual
{
    position: relative;

    overflow: hidden;
}
@media screen and (max-width: 767px)
{
    .p-messageImage-left__visual
    {
        height: 73.3333333333vw;
    }
    .p-messageImage-left__visual img
    {
        height: 73.3333333333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-left__visual
    {
        height: 500px;
    }
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-left__visual
    {
        width: 50%;
        height: 100%;
    }
}
.p-messageImage-left__image
{
    width: 100%;
    height: 100%;
}

/* p-messageImage-right
-------------------------------------------------------------------------- */
@media screen and (min-width: 1024px)
{
    .p-messageImage-right
    {
        position: relative;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
    }
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-right__inner
    {
        width: 50%;
    }
}
.p-messageImage-right__container
{
    position: relative;
    z-index: 2;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    max-width: 600px;
    min-height: 500px;
    padding: 40px 0 40px 40px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1279px)
{
    .p-messageImage-right__container
    {
        max-width: 510px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-messageImage-right__container
    {
        max-width: 100%;
        min-height: auto;
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-messageImage-right__container
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
.p-messageImage-right__body
{
    width: 100%;
}
.p-messageImage-right__visual
{
    position: relative;

    overflow: hidden;
}
@media screen and (max-width: 1023px)
{
    .p-messageImage-right__visual
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-messageImage-right__visual
    {
        height: 73.3333333333vw;
    }
    .p-messageImage-right__visual img
    {
        height: 73.3333333333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-right__visual
    {
        height: 500px;
    }
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-right__visual
    {
        width: 50%;
        height: 100%;
    }
}
.p-messageImage-right__image
{
    width: 100%;
    height: 100%;
}

/* p-messageImage-center
-------------------------------------------------------------------------- */
@media screen and (min-width: 1024px)
{
    .p-messageImage-center
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 767px)
{
    .p-messageImage-center__visual
    {
        width: 100%;
        height: 70vw;
    }
    .p-messageImage-center__visual img
    {
        width: 100%;
        height: 70vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-center__visual
    {
        height: 550px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-messageImage-center__visual
    {
        width: 100%;
        height: 70vw;
        max-height: 533px;
    }
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-center__visual
    {
        width: 50%;
        height: 600px;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-center__image
    {
        width: 100%;
        height: 100%;
    }
}

/* p-messageImage-4culm
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-messageImage-4culm
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .p-messageImage-4culm__visual
    {
        width: 100%;
        height: 60vw;
    }
    .p-messageImage-4culm__visual img
    {
        width: 100%;
        height: 60vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-4culm__visual
    {
        width: 50%;
        height: 410px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-messageImage-4culm__visual
    {
        width: 50%;
        height: 33vw;
        max-height: 252px;
    }
}
@media screen and (min-width: 1024px)
{
    .p-messageImage-4culm__visual
    {
        width: 50%;
        height: 415px;
    }
}
@media screen and (min-width: 768px)
{
    .p-messageImage-4culm__image
    {
        width: 100%;
        height: 100%;
    }
}

/* ===============================================
#p-reportDetail
=============================================== */
.p-reportDetail__lead
{
    font-size: 30px;
    font-size: 3rem;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__lead
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.p-reportDetail__lead.center
{
    margin-bottom: 65px;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__lead.center
    {
        margin-bottom: 40px;
    }
}
.p-reportDetail__lead .en
{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;

    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 9px;

    letter-spacing: .05em;
}
.p-reportDetail__text
{
    position: relative;
}
.p-reportDetail__text:before
{
    position: absolute;
    z-index: -10;
    top: 0;
    left: -150%;

    display: block;

    width: 200vw;
    height: 100%;

    content: '';

    background: #f5f5f5;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__text:before
    {
        left: -20%;
    }
}
.p-reportDetail__container-left
{
    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)
{
    .p-reportDetail__container-left
    {
        margin-bottom: 65px;

        -ms-flex-wrap: wrap-reverse;

            flex-wrap: wrap-reverse;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__container-left
    {
        margin-bottom: 40px;
    }
}
.p-reportDetail__container-right
{
    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)
{
    .p-reportDetail__container-right
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-reportDetail__img
{
    position: relative;

    overflow: hidden;

    width: 50%;

    aspect-ratio: 4/3;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__img
    {
        width: 80%;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__img
    {
        width: 100%;
    }
}
.p-reportDetail__img img
{
    width: 100%;
    height: 100%;
}
.p-reportDetail__textarea
{
    width: calc(50% - 50px);
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__textarea
    {
        width: 100%;
    }
}
.p-reportDetail__place-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 22px 20px;

    background-color: rgba(153, 153, 153, .1);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__place-container
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-reportDetail__place-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 320px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__place-left
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__place-left
    {
        width: 100%;
        margin-bottom: 20px;

        -webkit-box-pack: start;

            -ms-flex-pack: start;

                justify-content: flex-start;
    }
}
.p-reportDetail__place-left .c-headline__left
{
    margin-bottom: 0;
}
.p-reportDetail__place-left .c-headline__en
{
    font-size: 46px;
    font-size: 4.6rem;
}
.p-reportDetail__place-left .c-headline__en::after
{
    display: none;
}
.p-reportDetail__place-img
{
    position: relative;

    width: 30%;
    padding-top: 22.5%;
}
.p-reportDetail__place-img img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__place-img
    {
        width: 50%;
        padding-top: 37.1%;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__place-img
    {
        width: 100%;
        padding-top: 75%;
    }
}
.p-reportDetail__place-textarea
{
    width: 33%;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__place-textarea
    {
        width: 100%;
        margin-top: 20px;
    }
}
.p-reportDetail__message-container
{
    padding: 70px 40px 70px 70px;

    border: 1px solid #999;
    background-color: #fff;
}
@media screen and (min-width: 1024px)
{
    .p-reportDetail__message-container
    {
        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 screen and (max-width: 1023px)
{
    .p-reportDetail__message-container
    {
        padding: 30px 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__message-container
    {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 1024px)
{
    .p-reportDetail__message-left
    {
        width: 246px;

        border-right: 1px solid #999;
    }
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__message-left
    {
        margin-bottom: 20px;
        padding-bottom: 20px;

        border-bottom: 1px solid #999;
    }
}
.p-reportDetail__message-left .c-headline__left
{
    margin-bottom: 0;
}
.p-reportDetail__message-left .c-headline__en
{
    font-size: 46px;
    font-size: 4.6rem;
}
.p-reportDetail__message-left .c-headline__en::after
{
    display: none;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__message-left .c-headline__en
    {
        display: block;
    }
}
@media screen and (min-width: 1024px)
{
    .p-reportDetail__message-right
    {
        width: calc(100% - 280px);
    }
}
.p-reportDetail__title-en
{
    font-family: 'Jost', sans-serif;
    font-size: 80px;
    font-size: 8rem;
    font-weight: 400;
    line-height: 1.1;

    margin-bottom: 8px;
    padding-left: 17px;

    text-align: center;
    text-indent: -.5em;
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__title-en
    {
        font-size: 60px;
        font-size: 6rem;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-reportDetail__btn-black
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
.p-reportDetail__btn-text
{
    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .p-reportDetail__btn-text
    {
        text-align: left;
    }
}
.p-reportDetail__btn
{
    margin: 65px auto;
}
@media screen and (max-width: 767px)
{
    .p-reportDetail__btn
    {
        margin: 40px auto;
    }
}

.p-reportBtmtext
{
    padding: 40px;

    border: solid 1px #999;
}
@media screen and (max-width: 1023px)
{
    .p-reportBtmtext
    {
        padding: 20px;
    }
}
.p-reportBtmtext__lead
{
    font-size: 30px;
    font-size: 3rem;

    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: solid 1px #999;
}
@media screen and (max-width: 1023px)
{
    .p-reportBtmtext__lead
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1024px)
{
    .p-reportBtmtext__lead
    {
        text-align: center;
    }
}
@media screen and (max-width: 767px)
{
    .p-reportBtmtext__lead
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.p-reportBtmtext__lead .en
{
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;

    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 auto 9px;

    letter-spacing: .05em;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-reportBtmtext__lead .en span
{
    margin: 0 15px;
}
.p-reportBtmtext__text
{
    position: relative;
}


/* headline
-------------------------------------------------------------------------- */
.new_box .c-headline__left
{
    position: relative;

    margin-bottom: 22px;

    text-align: left;
}
.new_box .c-headline__left.border .c-headline__en
{
    display: inline-block;
}
.new_box .c-headline__left.border .c-headline__en::after
{
    position: absolute;
    top: 50%;
    left: 100%;

    min-width: 140px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .new_box .c-headline__left.border .c-headline__en::after
    {
        min-width: 50px;
    }
}
.new_box .c-headline__en
{
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    color: #0a64f0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            letter-spacing: normal;
}
@media screen and (max-width: 767px)
{
    .new_box .c-headline__en
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
.new_box .c-headline__en::after
{
    height: 2px;
    margin-left: 15px;

    content: '';

    border-bottom: 1px solid #999;

    -webkit-box-flex: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
}
.new_box .c-headline__en.select::after
{
    border-bottom: 1px solid #2b3e8d;
}
.new_box .c-headline__en.smart::after
{
    border-bottom: 1px solid #e9a115;
}
.new_box .c-headline__en.zero::after
{
    border-bottom: 1px solid #11973f;
}
.new_box .c-headline__jp
{
    font-weight: 300;
    display: block;
    font-size: 17px;
}
.new_box .c-headline__center
{
    margin-bottom: 60px;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .new_box .c-headline__center
    {
        margin-bottom: 40px;
    }
}
.new_box .c-headline__center .c-headline__en
{
    display: inline-block;
}
.new_box .c-headline__center .c-headline__en::after
{
    position: absolute;
    top: 50%;

    min-width: 140px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .new_box .c-headline__center .c-headline__en::after
    {
        min-width: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .new_box .c-headline__center .c-headline__jp
    {
        display: block;

        text-align: left;
    }
}

.p-messageImage-right {
    margin-bottom: 50px;
}

.c-btn__black

{

    background-color: #0a64f0;
}
.p-reportDetail__title-en ,
.p-reportBtmtext__lead span ,
.p-reportDetail__lead span ,
.c_blue span {
    color: #0a64f0;
}
.c_blue span {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 42px;
    font-size: 4.2rem;
}




.c_blue {
    text-align: right;
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c_blue {
        text-align: left;
        font-size: 6.27vw;
        line-height: 1.2;
        margin-top: 5vw;
    }
    .c_blue span {
        font-size: 10vw;
    }
}
    
.detail__table-top {
    font-size: 17px;
    font-size: 1.7rem;
    color: #333;
    font-weight: 300;
    width: 100%;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid #BEC5F1;
  }

  .detail__table-top th {
    width: 180px;
    font-weight: 500;
    color: #3343AB;
    background: #F3F8FB;
    border: 1px solid #BEC5F1;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .detail__table-top td {
    padding: 15px;
        display: block;
        width: 100%;
        line-height: 1.8;

    }
    .detail__table-top th ,
    .detail__table-top td {
   
    }
  
  @media screen and (max-width: 767px) {
    .detail__table-top th ,
    .detail__table-top td {
        display: block;
        width: 100%;
        margin-top: -1px;
        font-size: 4.27vw;
    }
    .detail__table-top th {
    border: none;
    border-bottom: 1px solid #BEC5F1; 
    }

}
 
  .detail__table-top li {
    float: left;
    margin-right: 20px;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
    }




    .p-staffMain__bg
{
    background: #f5f5f5;
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__bg
    {
        padding: 1.27vw 0vw 1.27vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__bg
    {
        padding: 3.27vw 0vw 6.67vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__bg
    {
        padding: 4vw 0vw 8vw 0vw;
    }
}
.p-staffMain__links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (min-width: 768px)
{
    .p-staffMain__links
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 1023px)
{
    .p-staffMain__links
    {
        max-width: 500px;
        margin-top: 40px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__links:before
    {
        display: block;

        width: 33.3333333%;

        content: '';

        -webkit-box-ordinal-group: 2;

            -ms-flex-order: 1;

                order: 1;
    }
    .p-staffMain__links:after
    {
        display: block;

        width: 33.3333333%;

        content: '';
    }
}
.p-staffMain__links.mg-bottom
{
    margin-top: 0;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__links.mg-bottom
    {
        margin-top: 0;
        margin-bottom: 40px;
    }
}
.p-staffMain__link
{
    line-height: 1;

    text-align: center;
}
.p-staffMain__link a
{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
}
.p-staffMain__link a:hover
{
    border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__link
    {
        margin-right: 25px;
        padding-right: 25px;

        border-right: 1px solid #999;
    }
    .p-staffMain__link:last-of-type
    {
        margin-right: 0;
        padding-right: 0;

        border-color: transparent;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__link
    {
        width: 33.3333333%;

        border-right: 1px solid #999;
    }
    .p-staffMain__link:nth-of-type(n + 4)
    {
        margin-top: 15px;
    }
    .p-staffMain__link:nth-of-type(3n)
    {
        border-color: transparent;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__link
    {
        width: 50%;
    }
    .p-staffMain__link:nth-of-type(n + 3)
    {
        margin-top: 15px;
    }
    .p-staffMain__link:nth-child(odd)
    {
        border-right: 1px solid #999;
    }
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__wrapper
    {
        padding: 5.23vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__wrapper
    {
        padding: 13.03vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__wrapper
    {
        padding: 16vw 0vw 0vw 0vw;
    }
}
.p-staffMain__cards
{
    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 (max-width: 767px)
{
    .p-staffMain__cards
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-staffMain__cards.center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-staffMain__cards.center::before,
.p-staffMain__cards.center::after
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__cards.center
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-staffMain__cards::before
{
    display: block;

    content: '';

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__cards::before
    {
        width: calc(25% - 22.5px);
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__cards::before
    {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__cards::before
    {
        width: 100%;
    }
}
.p-staffMain__cards::after
{
    display: block;

    content: '';
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__cards::after
    {
        width: calc(25% - 22.5px);
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__cards::after
    {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__cards::after
    {
        width: 100%;
    }
}
.p-staffMain__cards2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 1023px)
{
    .p-staffMain__cards2
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__cards2
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-staffMain__cards2.center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-staffMain__cards2.center::before,
.p-staffMain__cards2.center::after
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__cards2.center
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__card
    {
        width: calc(25% - 22.5px);
    }
    .p-staffMain__card:not(:nth-of-type(4n + 1))
    {
        margin-left: 30px;
    }
    .p-staffMain__card:nth-of-type(n + 5)
    {
        margin-top: 65px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__card
    {
        width: calc(50% - 15px);
    }
    .p-staffMain__card:not(:nth-of-type(2n + 1))
    {
        margin-left: 30px;
    }
    .p-staffMain__card:nth-of-type(n + 3)
    {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card
    {
        width: 100%;
    }
    .p-staffMain__card:nth-of-type(n + 2)
    {
        margin-top: 40px;
    }
}
.p-staffMain__card.column
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (min-width: 1024px)
{
    .p-staffMain__card.column
    {
        width: calc(25% - 22.5px);
    }
    .p-staffMain__card.column:not(:nth-of-type(4n + 1))
    {
        margin-left: 0;
    }
    .p-staffMain__card.column:nth-of-type(n + 5)
    {
        margin-top: 0;
    }
    .p-staffMain__card.column:nth-child(n+2)
    {
        width: 33vw;
        max-width: 587px;
    }
    .p-staffMain__card.column:nth-child(3)
    {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-staffMain__card.column
    {
        width: 100%;
    }
    .p-staffMain__card.column:nth-of-type(n + 2)
    {
        margin-top: 40px;
    }
    .p-staffMain__card.column:not(:nth-of-type(2n + 1))
    {
        margin-left: 0;
    }
    .p-staffMain__card.column:nth-child(n+2)
    {
        width: 100%;
        max-width: 587px;
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column
    {
        width: 100%;
    }
    .p-staffMain__card.column:nth-of-type(n + 2)
    {
        margin-top: 20px;
    }
}
.p-staffMain__card.column .p-staffMain__img
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    height: 100%;
}
.p-staffMain__card.column .p-staffMain__img img
{
    width: 50%;
    height: 100%;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__img img
    {
        font-family: 'object-fit: cover; object-position: 80% 50%;';

        aspect-ratio: 1/1.2;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 80% 50%;
           object-position: 80% 50%;
    }
    .p-staffMain__card.column .p-staffMain__img img:nth-child(1)
    {
        font-family: 'object-fit: cover; object-position: 45% 50%;';

        -o-object-position: 45% 50%;

           object-position: 45% 50%;
    }
}
.p-staffMain__card.column .p-staffMain__img:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, .6)), color-stop(50%, rgba(51, 51, 51, .6)), color-stop(50%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));

    background: linear-gradient(to right, rgba(51, 51, 51, .6) 0%, rgba(51, 51, 51, .6) 50%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .6) 100%);
}
.p-staffMain__card.column .p-staffMain__text
{
    height: 2em;
}
.p-staffMain__card.column .p-staffMain__textArea
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-staffMain__card.column .p-staffMain__job
{
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;

    text-align: center;

    color: #fff;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__job
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.p-staffMain__card.column .p-staffMain__name
{
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;

    margin-top: 0;

    text-align: center;

    color: #fff;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__name
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
.p-staffMain__card.column .p-staffMain__body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__body
    {
        aspect-ratio: 4/2.5;
    }
}
.p-staffMain__card.column .p-staffMain__title-en
{
    font-family: 'Jost', sans-serif;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.1;

    margin-bottom: 8px;
    padding-left: 17px;

    text-align: center;
    text-indent: -.5em;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__title-en
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
.p-staffMain__card.column .p-staffMain__lead
{
    font-size: 20px;

    margin-top: 0;
    margin-bottom: 9px;
    padding: 1px 5px 3px;

    border: 1px solid #000;
}
.p-staffMain__card.column .p-staffMain__lead.center
{
    text-align: center;
}
.p-staffMain__card.column .p-staffMain__lavel
{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 400;

    position: absolute;
    right: -40px;
    bottom: 15px;

    width: 200px;
    margin-bottom: 9px;
    padding: 1px 7px 2px;

    -webkit-transform: rotate(-35deg);

            transform: rotate(-35deg);
    text-align: center;
    text-align: center;

    color: #fff;
    background: #d4b529;
}
@media screen and (max-width: 767px)
{
    .p-staffMain__card.column .p-staffMain__lavel
    {
        right: -60px;
        bottom: 5px;
    }
}
.p-staffMain__card-img
{
    position: relative;

    margin-bottom: 8px;
    padding-top: 130%;
}
.p-staffMain__card-img img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-staffMain__position
{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
}
.p-staffMain__position span
{
    color: #999;
}
.p-staffMain__name
{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
}
.p-staffMain__btn-text
{
    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .p-staffMain__btn-text
    {
        text-align: left;
    }
}
