/* ==========================================================================
   toppage
   ========================================================================== */
/* p-mv
----------------------------------------------------------------- */
.p-mv
{
    position: relative;

    overflow: hidden;

    width: 100%;
    max-height: 820px;

    background-color: #000;
}
@media screen and (max-width: 1479px) and (min-width: 1024px)
{
    .p-mv
    {
        margin-top: -2px;
    }
}
.p-mv__bg
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    width: 995px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__bg
    {
        width: 57.8488372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__bg
    {
        width: 67.2297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__bg
    {
        width: 106.884765625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__bg
    {
        width: 129.5572916667vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-mv__bg
    {
        width: 800px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__bg
    {
        width: 46.511627907vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__bg
    {
        width: 54.0540540541vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__bg
    {
        width: 85.9375vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-mv__bg
    {
        width: 104.1666666667vw;
    }
}
.p-mv__slider
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100vw;
    height: 100%;

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

            transform: translateX(-50%);

    background-color: #000;
}
@media screen and (max-width: 767px)
{
    .p-mv__slider
    {
        height: 100%;
    }
}
.p-mv__slide
{
    position: relative;

    width: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.p-mv__slide--01
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01.jpg);
        background-position: center 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--01:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.p-mv__slide--02
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02.jpg);
        background-position: center 5%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--02:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.p-mv__slide--03
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03.jpg);
        background-position: center 35%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--03:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.p-mv__slide--04
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04.jpg);
        background-position: center center;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--04:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.p-mv__content
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.p-mv__innerWrap
{
    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 (min-width: 768px) and (max-width: 1479px)
{
    .p-mv__innerWrap
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 10px;
        padding-right: 2.67vw;
        padding-left: 2.67vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__innerWrap
    {
        padding-top: .523255814vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__innerWrap
    {
        padding-top: .5405405405vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        padding-top: 1.171875vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 2.6041666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-mv__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.p-mv__title
{
    position: relative;

    margin-bottom: 150px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title
    {
        margin-bottom: 7.8488372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title
    {
        margin-bottom: 8.1081081081vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title
    {
        margin-bottom: 16.11328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title
    {
        margin-bottom: 37.109375vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title
    {
        margin-bottom: 180px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title
    {
        margin-bottom: 9.4186046512vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title
    {
        margin-bottom: 9.7297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title
    {
        margin-bottom: 19.3359375vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px)
{
    .p-mv__title
    {
        margin-bottom: 44.53125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title
    {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title
    {
        margin-bottom: 3.9244186047vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title
    {
        margin-bottom: 4.0540540541vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title
    {
        margin-bottom: 8.7890625vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-mv__title
    {
        margin-bottom: 19.53125vw;
    }
}
.p-mv__title .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;

    position: relative;
    z-index: 10;

    text-align: right;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-mv__title .en
    {
        font-size: 80px;
        font-size: 8rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en
    {
        font-size: 4.6511627907vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en
    {
        font-size: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en
    {
        font-size: 8.5365853659vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title .en
    {
        font-size: 8.8541666667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title .en
    {
        padding-bottom: 5px;
    }
}
.p-mv__title .jp
{
    font-weight: 400;

    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: right;

    color: #fff;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-mv__title .jp
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .jp
    {
        font-size: 2.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .jp
    {
        font-size: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .jp
    {
        font-size: 5.487804878vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title .jp
    {
        font-size: 6.5104166667vw;
    }
}
.p-mv__title .jp:before
{
    display: block;

    width: 0;
    width: 300px;
    height: 1px;
    margin-right: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    opacity: 1;
    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .jp:before
    {
        margin-right: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .jp:before
    {
        margin-right: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .jp:before
    {
        margin-right: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title .jp:before
    {
        margin-right: 5.2083333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .jp:before
    {
        width: 17.4418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .jp:before
    {
        width: 20.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .jp:before
    {
        width: 29.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__title .jp:before
    {
        width: 22.03125vw;
    }
}
.p-mv__bgImage
{
    position: absolute;
}
@media screen and (min-width: 1024px)
{
    .p-mv__bgImage
    {
        right: -3%;
        bottom: 0;

        height: 100%;
    }
    .p-mv__bgImage img
    {
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }
}
@media screen and (max-width: 1023px)
{
    .p-mv__bgImage
    {
        top: 0;
        left: 10%;

        width: 100%;
        height: 100%;
    }
    .p-mv__bgImage img
    {
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__bgImage
    {
        top: 0;
        left: 15%;
    }
}

.sub_mv
{
    display: block;
    overflow: hidden;

    width: 100%;
    padding-top: 115px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv
    {
        padding-top: 6.0174418605vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv
    {
        padding-top: 6.2162162162vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv
    {
        padding-top: 13.4765625vw;
    }
}
@media screen and (max-width: 767px)
{
    .sub_mv
    {
        padding-top: 29.9479166667vw;
    }
}
@media screen and (max-width: 1023px)
{
    .sub_mv
    {
        padding-top: 8.5vw;
    }
}
@media screen and (max-width: 767px)
{
    .sub_mv
    {
        padding-top: 13vw;
    }
}
.sub_mv__inner
{
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .sub_mv__inner
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .sub_mv__inner
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.sub_mvInner
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-height: 400px;

    -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: 1023px)
{
    .sub_mvInner
    {
        min-height: 55vw;
    }
}
@media screen and (max-width: 767px)
{
    .sub_mvInner
    {
        min-height: 70vw;
    }
}
.sub_mvImage
{
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.sub_mvImage:before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .5);
}
.sub_mvImage img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 50%;

       object-position: 50% 50%;
}
.sub_mvImage.project img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 65%;

       object-position: 50% 65%;
}
.sub_mvImage.contact img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 70%;

       object-position: 50% 70%;
}
.sub_mvImage.error img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 65%;

       object-position: 50% 65%;
}
.sub_mvImage.faq img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 90%;

       object-position: 50% 90%;
}
.sub_mvImage.privacy img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 45%;

       object-position: 50% 45%;
}
.sub_mvImage.greeting img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 45%;

       object-position: 50% 45%;
}
.sub_mvImage.history img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 60%;

       object-position: 50% 60%;
}
.sub_mvImage.associated img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 70%;

       object-position: 50% 70%;
}
.sub_mvImage.proposal img
{
    width: 100%;
    height: 100%;

    -o-object-position: 50% 70%;

       object-position: 50% 70%;
}
.sub_mvImageList
{
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.sub_mvImageList:before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .5);
}
.sub_mvImageList img
{
    width: 33.3333333333%;
    height: 50%;
}
.sub_mvImageList.osaka img,
.sub_mvImageList.sagamihara img
{
    width: 50%;
    height: 100%;
}
.sub_mvImageList.bespoke img
{
    width: 25%;
    height: 100%;
}
.sub_mv__barItem
{
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
}
.sub_mv__barItem img
{
    width: auto;
    max-width: none;
    height: 100%;
}
@media screen and (min-width: 1024px)
{
    .sub_mv__barItem
    {
        right: 5%;

        height: 200%;
    }
}
@media screen and (max-width: 1023px)
{
    .sub_mv__barItem
    {
        right: -15%;
    }
}
@media screen and (max-width: 767px)
{
    .sub_mv__barItem
    {
        right: -10%;
    }
}

@-webkit-keyframes fadezoom
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
    }
}

@keyframes fadezoom
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
    }
}
.slick-animation
{
    -webkit-animation: fadezoom 10s linear 0s normal both;
            animation: fadezoom 10s linear 0s normal both;
}

/* p-pickup
-------------------------------------------------------------------------- */
.p-pickup
{
    position: relative;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(17%, rgba(0, 0, 0, 0)), color-stop(17%, rgb(244, 244, 244)), to(rgb(244, 244, 244)));

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgb(244, 244, 244) 17%, rgb(244, 244, 244) 100%);
}
@media screen and (max-width: 1023px)
{
    .p-pickup
    {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(10%, rgb(244, 244, 244)), to(rgb(244, 244, 244)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgb(244, 244, 244) 10%, rgb(244, 244, 244) 100%);
    }
}
@media screen and (min-width: 1024px)
{
    .p-pickup__wrap
    {
        position: relative;

        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: 1023px)
{
    .p-pickup__wrap
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__wrap
    {
        margin-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__wrap
    {
        margin-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__wrap
    {
        margin-bottom: 3.515625vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-pickup__wrap
    {
        margin-bottom: 7.8125vw;
    }
}
.p-pickup__item
{
    position: relative;

    display: block;

    width: 100%;

    text-decoration: none;
}
.p-pickup__item:nth-child(1) .p-pickup__textArea,
.p-pickup__item:nth-child(2) .p-pickup__textArea
{
    position: relative;
    z-index: 20;

    display: -webkit-box;

    display: -ms-flexbox;

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

    width: 100%;
    padding: 20px 50px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea,
    .p-pickup__item:nth-child(2) .p-pickup__textArea
    {
        padding: 20px;
    }
}
.p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
.p-pickup__item:nth-child(2) .p-pickup__textArea .jp
{
    font-weight: 400;
    line-height: 1;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

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

    margin-top: 30px;

    text-align: right;
    white-space: nowrap;

    color: #fff;

    -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 (min-width: 1480px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp
    {
        font-size: 2.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp
    {
        font-size: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp
    {
        font-size: 4.8780487805vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp
    {
        font-size: 7.8125vw;
    }
}
.p-pickup__item:nth-child(1) .p-pickup__textArea .jp:after,
.p-pickup__item:nth-child(2) .p-pickup__textArea .jp:after
{
    display: block;

    width: 2em;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;

    content: '';

    background: #fff;
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .jp:after,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .jp:after
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.p-pickup__item:nth-child(1) .p-pickup__textArea .en,
.p-pickup__item:nth-child(2) .p-pickup__textArea .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;

    text-align: right;
    white-space: nowrap;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .en,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .en
    {
        font-size: 30.25px;
        font-size: 3.025rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .en,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .en
    {
        font-size: 1.7587209302vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .en,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .en
    {
        font-size: 2.0439189189vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .en,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .en
    {
        font-size: 3.6890243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(1) .p-pickup__textArea .en,
    .p-pickup__item:nth-child(2) .p-pickup__textArea .en
    {
        font-size: 6.25vw;
    }
}
.p-pickup__item:nth-child(3) .p-pickup__textArea
{
    position: relative;
    z-index: 20;

    display: -webkit-box;

    display: -ms-flexbox;

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

    width: 100%;
    padding: 20px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-pickup__item:nth-child(3) .p-pickup__textArea .jp
{
    font-weight: 300;
    line-height: 1;

    position: relative;

    width: 100%;

    text-align: center;
    white-space: nowrap;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .jp
    {
        font-size: 27.5px;
        font-size: 2.75rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .jp
    {
        font-size: 1.5988372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .jp
    {
        font-size: 1.8581081081vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .jp
    {
        font-size: 3.3536585366vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .jp
    {
        font-size: 5.2083333333vw;
    }
}
.p-pickup__item:nth-child(3) .p-pickup__textArea .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;

    text-align: center;
    white-space: nowrap;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .en
    {
        font-size: 49.5px;
        font-size: 4.95rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .en
    {
        font-size: 2.8779069767vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .en
    {
        font-size: 3.3445945946vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .en
    {
        font-size: 6.0365853659vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(3) .p-pickup__textArea .en
    {
        font-size: 9.1145833333vw;
    }
}
.p-pickup__item:nth-child(4) .p-pickup__textArea
{
    position: relative;
    z-index: 20;

    display: -webkit-box;

    display: -ms-flexbox;

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

    width: 100%;
    padding: 20px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-pickup__item:nth-child(4) .p-pickup__textArea .jp
{
    font-weight: 400;
    line-height: 1;

    position: relative;

    width: 100%;

    text-align: center;
    white-space: nowrap;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .jp
    {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .jp
    {
        font-size: 2.5581395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .jp
    {
        font-size: 2.972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .jp
    {
        font-size: 5.3658536585vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .jp
    {
        font-size: 7.2916666667vw;
    }
}
.p-pickup__item:nth-child(4) .p-pickup__textArea .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: center;
    white-space: nowrap;

    color: #fff;

    -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 (min-width: 1480px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en
    {
        font-size: 1.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en
    {
        font-size: 1.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en
    {
        font-size: 2.6829268293vw;
    }
}
.p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
{
    margin-right: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        margin-right: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        margin-right: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        margin-right: 1.171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        margin-right: 2.6041666667vw;
    }
}
.p-pickup__item:nth-child(4) .p-pickup__textArea .en:after
{
    margin-left: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after
    {
        margin-left: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after
    {
        margin-left: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after
    {
        margin-left: 1.171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after
    {
        margin-left: 2.6041666667vw;
    }
}
.p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
.p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
{
    display: block;

    width: 0;
    width: 15px;
    height: 1px;
    margin-bottom: 3px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: .8720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 1.0135135135vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 1.46484375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 1.1015625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 30px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 1.7441860465vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 2.027027027vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 3.22265625vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:after,
    .p-pickup__item:nth-child(4) .p-pickup__textArea .en:before
    {
        width: 3.90625vw;
    }
}
.p-pickup__item:nth-child(-n+2) .p-pickup__content
{
    aspect-ratio: 72/33;
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(-n+2) .p-pickup__content
    {
        aspect-ratio: 72/43;
    }
}
.p-pickup__item:nth-child(n+3) .p-pickup__content
{
    aspect-ratio: 72/20;
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(n+3) .p-pickup__content
    {
        aspect-ratio: 72/30;
    }
}
@media screen and (min-width: 1024px)
{
    .p-pickup__item
    {
        width: calc(50% - 30px);
    }
    .p-pickup__item:nth-child(n+3)
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-pickup__item:nth-child(n+2)
    {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-pickup__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-pickup__item:nth-child(n+2)
    {
        margin-top: 30px;
    }
}
.p-pickup__content
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;
}
.p-pickup__imageArea
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-pickup__imageArea img
{
    display: block;

    width: 100%;
    height: 100%;
}
.p-pickup__imageArea.blue:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 56, 158, .3);
}
.p-pickup__imageArea.black:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .65);
}
.p-pickup__imageArea.black img
{
    font-family: 'object-fit: cover; object-position: 50% 50%;';

    -o-object-position: 50% 50%;

       object-position: 50% 50%;
}
.p-pickup__imageArea.navy:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(44, 75, 130, .6);
}
.p-pickup__imageArea.purple:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(62, 62, 136, .6);
}
.p-pickup__imageArea .list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}
.p-pickup__imageArea .list .item
{
    overflow: hidden;

    width: 25%;
}
.p-pickup__imageArea .bg
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;

    display: block;

    width: auto;
    height: 100%;
}
.p-pickup__imageArea .bg img
{
    width: auto !important;
    max-width: none;
    height: 100% !important;
}
.p-pickup__btmtext
{
    margin-top: 15px;
}

.p-culm__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (max-width: 767px)
{
    .p-culm__list
    {
        padding: 5.33vw 0vw 5.33vw 0vw;
    }
}
.p-culm__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    padding: 10px 25px 10px 15px;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-culm__item:nth-child(4n+4),
.p-culm__item:nth-child(4n+1)
{
    background: #f7f7f7;
}
@media screen and (min-width: 1480px)
{
    .p-culm__item
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm__item
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm__item
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm__item
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-culm__item
    {
        font-size: 16px;

        padding: 15px 10px;
    }
}
.p-culm__item .icon
{
    width: 15px;
}
@media screen and (min-width: 768px)
{
    .p-culm__item .icon
    {
        width: 26px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm__item .icon
    {
        width: 1.511627907vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm__item .icon
    {
        width: 1.7567567568vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm__item .icon
    {
        width: 2.5390625vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-culm__item .icon
    {
        width: 1.909375vw;
    }
}

.p-culm2imageFull
{
    overflow: hidden;

    width: 100%;
}
.p-culm2imageFull__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-culm2imageFull__inner
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-culm2imageFull__inner
    {
        position: absolute;
        right: 0;
        left: 0;

        width: 100%;
        max-width: 1540px;
        height: 100%;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.p-culm2imageFull__wrap
{
    position: relative;

    overflow: hidden;
}
.p-culm2imageFull__wrap:nth-child(odd) .p-culm2imageFull__imageArea
{
    margin-left: auto;
}
.p-culm2imageFull__wrap:nth-child(even) .p-culm2imageFull__inner
{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.p-culm2imageFull__wrap:nth-child(even) .p-culm2imageFull__imageArea
{
    margin-right: auto;
}
.p-culm2imageFull__item
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: calc(50% - 60px);
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-culm2imageFull__item
    {
        width: 100%;
        padding-top: 150px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm2imageFull__item
    {
        padding-top: 7.8488372093vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm2imageFull__item
    {
        padding-top: 8.1081081081vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm2imageFull__item
    {
        padding-top: 14.6484375vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-culm2imageFull__item
    {
        padding-top: 19.53125vw;
    }
}
.p-culm2imageFull__imageArea
{
    overflow: hidden;

    aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px)
{
    .p-culm2imageFull__imageArea
    {
        z-index: 5;

        width: 50%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-culm2imageFull__imageArea
    {
        width: 100%;
        margin-top: 90px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 9.66796875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 12.890625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 60px;

        aspect-ratio: 4/3;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-culm2imageFull__imageArea
    {
        margin-top: 8.59375vw;
    }
}
.p-culm2imageFull__image
{
    position: relative;

    width: 100%;
    height: 100%;
}
.p-culm2imageFull__image img
{
    width: 100%;
    max-width: none;
    height: 100%;
}
.p-culm2imageFull__image .list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.p-culm2imageFull__image .list .item
{
    width: 33.3333333333%;
}
.p-culm2imageFull__bgImage
{
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 480px;

    opacity: .4;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm2imageFull__bgImage
    {
        width: 27.9069767442vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm2imageFull__bgImage
    {
        width: 32.4324324324vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm2imageFull__bgImage
    {
        width: 46.875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-culm2imageFull__bgImage
    {
        width: 35.25vw;
    }
}
.p-culm2imageFull__bgImage img
{
    max-width: 100%;
}

/* p-tab
-------------------------------------------------------------------------- */
.p-tab
{
    margin-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab
    {
        margin-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab
    {
        margin-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab
    {
        margin-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab
    {
        margin-top: 16.9270833333vw;
    }
}
.p-tab__btnList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #1729ac;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .p-tab__btnList
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-tab__btn
{
    font-size: 20px;
    font-weight: 400;

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

    width: calc(25% - 40px);
    margin: 0 2.5px;
    padding: 15px 0;

    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    color: #1729ac;
    border-top: 1px solid #1729ac;
    border-right: 1px solid #1729ac;
    border-left: 1px solid #1729ac;
    border-radius: 0 10px 0 0;
    background: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-tab__btn.en
{
    font-family: 'Josefin Sans', sans-serif;

    padding-bottom: 10px;
}
@media screen and (max-width: 767px)
{
    .p-tab__btn.en
    {
        padding-bottom: 5px;
    }
}
.p-tab__btn.active
{
    color: #fff;
    background: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .p-tab__btn
    {
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__btn
    {
        width: 50%;
        margin: 0;

        border-radius: 0;
    }
    .p-tab__btn:nth-child(2n+2)
    {
        border-left: 0;
    }
}
@media screen and (min-width: 1480px)
{
    .p-tab__btn
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__btn
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__btn
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__btn
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__btn
    {
        padding: 10px 0;
    }
}
.p-tab__contentWrap
{
    width: 100%;
    padding-bottom: 60px;

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

    transition: all .3s ease 0s;

    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-right: 3.1395348837vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-right: 3.2432432432vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-right: 6.4453125vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-right: 8.59375vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-left: 3.1395348837vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-left: 3.2432432432vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-left: 6.4453125vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-left: 8.59375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-tab__contentWrap
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/* p-topics
   ----------------------------------------------------------------- */
.btn_box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 30px;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}

.p-topics
{
    background: #f5f6fd;
}
.p-topics__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-topics__item
{
    width: calc(50% - 10px);
    padding-top: 50px;
    padding-bottom: 50px;

    border-bottom: 1px #3e3e88 solid;
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        width: 100%;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__item
    {
        padding-top: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__item
    {
        padding-top: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__item
    {
        padding-top: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        padding-top: 7.1614583333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__item
    {
        padding-bottom: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__item
    {
        padding-bottom: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__item
    {
        padding-bottom: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        padding-bottom: 7.1614583333vw;
    }
}
.p-topics__itemWrap
{
    display: block;

    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__itemWrap
    {
        padding-left: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__itemWrap
    {
        padding-left: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__itemWrap
    {
        padding-left: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__itemWrap
    {
        padding-left: 2.1484375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__itemWrap
    {
        padding-right: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__itemWrap
    {
        padding-right: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__itemWrap
    {
        padding-right: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__itemWrap
    {
        padding-right: 2.1484375vw;
    }
}
.p-topics__article
{
    text-decoration: none;
}
.p-topics__article[href]:hover
{
    opacity: 1;
}
.p-topics__article[href]:hover .p-topics__title
{
    text-decoration: underline;

    color: #515fc1;
}
@media screen and (min-width: 1024px)
{
    .p-topics__article
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px)
{
    .p-topics__head
    {
        width: 40%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-topics__head
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-topics__head .label
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    width: 150px;
    height: 24px;
    padding: 0 5px 2px;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-topics__head .label
    {
        width: 130px;
        margin-left: 10px;
    }
}
.p-topics__head .label span
{
    position: relative;
    z-index: 10;
}
.p-topics__head .label:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 5%;

    display: block;

    width: 26px;
}
.p-topics__head .label.new
{
    background: #6b81b9;
}
.p-topics__head .label.new:after
{
    content: url(../image/topics/01.svg);
}
.p-topics__head .label.release
{
    background: #4783cc;
}
.p-topics__head .label.release:after
{
    content: url(../image/topics/02.svg);
}
.p-topics__head .label.media
{
    background: #5ca5b2;
}
.p-topics__head .label.media:after
{
    content: url(../image/topics/03.svg);
}
.p-topics__title
{
    font-weight: 300;
}
@media screen and (min-width: 1024px)
{
    .p-topics__title
    {
        width: 60%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-topics__title
    {
        margin-top: 15px;
    }
}
.p-topics__date
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    color: #515fc1;
}
@media screen and (min-width: 1480px)
{
    .p-topics__date
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__date
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__date
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__date
    {
        font-size: 2.4390243902vw;
    }
}
.p-topics__new
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    margin-left: 10px;
}
@media screen and (min-width: 1480px)
{
    .p-topics__new
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__new
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__new
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__new
    {
        font-size: 2.4390243902vw;
    }
}
.p-topics__meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.p-topics__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.p-topics__btnArea .morebtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

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

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;

    white-space: nowrap;

    color: #515fc1;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-topics__btnArea .morebtn span
{
    margin-left: 10px;

    color: #515fc1;
}

/* ===============================================
#p-fcArea
=============================================== */
.p-fcArea
{
    position: relative;

    display: block;
    overflow: hidden;
}
.p-fcArea:before
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .45);
}
.p-fcArea__bg
{
    font-family: 'object-fit: cover; object-position: 50% 57%;';

    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: 50% 57%;
       object-position: 50% 57%;
}
.p-fcArea__barbg
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-fcArea__barItem
{
    position: absolute;
    top: 0;
    left: -20%;

    width: 850px;
    height: 100%;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__barItem
    {
        width: 49.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__barItem
    {
        width: 57.4324324324vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__barItem
    {
        width: 91.30859375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__barItem
    {
        width: 110.6770833333vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-fcArea__barItem img
    {
        width: auto;
        max-width: none;
        height: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__barItem
    {
        left: -40%;
    }
}
.p-fcArea__inner
{
    padding-top: 170px;
    padding-bottom: 170px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__inner
    {
        padding-top: 8.8953488372vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__inner
    {
        padding-top: 9.1891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__inner
    {
        padding-top: 16.6015625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__inner
    {
        padding-top: 22.1354166667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__inner
    {
        padding-bottom: 8.8953488372vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__inner
    {
        padding-bottom: 9.1891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__inner
    {
        padding-bottom: 16.6015625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__inner
    {
        padding-bottom: 22.1354166667vw;
    }
}
.p-fcArea__wrap
{
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 1024px)
{
    .p-fcArea__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
.p-fcArea__item
{
    width: 50%;
}
@media screen and (max-width: 1023px)
{
    .p-fcArea__item
    {
        width: 100%;
    }
}
.p-fcArea__title
{
    font-size: 20px;
    font-weight: 400;

    text-align: center;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-fcArea__title
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__title
    {
        font-size: 1.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__title
    {
        font-size: 1.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__title
    {
        font-size: 2.6829268293vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-fcArea__title
    {
        margin-top: 40px;
    }
}
.p-fcArea__btnList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
}
.p-fcArea__btnList .jpBtn
{
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 8px 0 12px;

    color: #fff;
    background: #3e57dc;

    -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 (min-width: 1480px)
{
    .p-fcArea__btnList .jpBtn
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__btnList .jpBtn
    {
        font-size: 1.4534883721vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__btnList .jpBtn
    {
        font-size: 1.6891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__btnList .jpBtn
    {
        font-size: 3.0487804878vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__btnList .jpBtn
    {
        line-height: 1.3;

        text-align: center;
    }
}
.p-fcArea__btnList .enBtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 12px 0 8px;

    color: #fff;
    background: #1729ac;

    -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 (min-width: 1480px)
{
    .p-fcArea__btnList .enBtn
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-fcArea__btnList .enBtn
    {
        font-size: 1.4534883721vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-fcArea__btnList .enBtn
    {
        font-size: 1.6891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-fcArea__btnList .enBtn
    {
        font-size: 3.0487804878vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-fcArea__btnList .enBtn
    {
        line-height: 1.3;

        text-align: center;
    }
}
