.p-mv {
    position: relative;
    height: 100vh
}

.p-mv-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 30px;
    width: 30vw;
    max-width: 400px;
    z-index: 105;
    transform: translate3d(0, 0, 0);
    transition: transform .3s
}

.p-mv-logo.js-hide {
    transform: translate3d(0, -93%, 0)
}

@media screen and (max-width: 1200px) {
    .p-mv-logo {
        padding: 24px;
        max-width: 260px;
    }

    .is-transparent .l-header-logo {
        transform: translate3d(0, 0, 0);
    }

    .l-header-tel {
        position: relative;
        width: 200px;
        height: 50px;
        background-color: #2387ef;
        margin-left: auto;
        transition: .3s;
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-logo {
        padding: 20px 40px;
        width: 220px
    }
}

@media screen and (max-width: 768px) {
    .p-mv-logo {
        padding: 20px 30px;
        width: 190px
    }

    .l-header-tel {
        width: 60px;
        height: 60px;
    }

}

@media screen and (max-width: 500px) {
    .p-mv-logo {
        padding: 12px;
        width: 160px
    }

    .l-header-tel {
        width: 50px;
        height: 48px;
    }
}

@media screen and (max-width: 350px) {
    .p-mv-logo {
        width: 150px
    }

    .l-header-tel {
        width: 42px;
        height: 42px;
    }
}

.p-mv-counter {
    position: absolute;
    left: -102px;
    bottom: -65px;
    height: var(--dia);
    width: var(--dia);
    z-index: 3
}

.p-mv-logo img {
    width: 100%;
}

.p-mv-counter-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 176px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .p-mv-counter-texts {
        width: 164px
    }
}

@media screen and (max-width: 768px) {
    .p-mv-counter-texts {
        width: 140px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-counter-texts {
        width: 110px
    }
}

.p-mv-counter-texts .texts-item {
    text-align: center;
    transform: translate3d(0, 108%, 1px);
    opacity: 0;
    transition: transform .4s 1s, opacity .4s cubic-bezier(0.19, 1, 0.22, 1)
}

.p-mv-counter-texts .texts-item .text-ja {
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .4), 0px 0px 6px rgba(0, 0, 0, .4)
}

@media screen and (max-width: 1024px) {
    .p-mv-counter-texts .texts-item .text-ja {
        font-size: 3rem
    }
}

@media screen and (max-width: 768px) {
    .p-mv-counter-texts .texts-item .text-ja {
        font-size: 2.8rem
    }
}

@media screen and (max-width: 500px) {
    .p-mv-counter-texts .texts-item .text-ja {
        font-size: 2.4rem;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, .4), 0px 0px 4px rgba(0, 0, 0, .4)
    }
}

.p-mv-counter-texts .texts-item .text-en {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .4), 0px 0px 6px rgba(0, 0, 0, .4)
}

.p-mv-catch {
    position: absolute;
    top: 53%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding-left: 150px;
    z-index: 5;
    width: 1000px
}

@media screen and (max-height: 660px)and (min-width: 1025px) {
    .p-mv-catch {
        padding-left: 110px
    }
}

@media screen and (max-width: 1200px) {
    .p-mv-catch {
        padding-left: 110px
    }

    .p-mv-catch {
        position: absolute;
        top: 53%;
        left: 40%;
        transform: translate(-50%, -50%);
        padding-left: 150px;
        z-index: 5;
        width: 1000px
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch {
        padding-left: 80px;
        width: 90%;
    }

    .p-mv-catch img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch {
        padding-left: 60px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-catch {
        padding-left: 45px
    }
}

@media screen and (max-width: 350px) {
    .p-mv-catch {
        padding-left: 36px
    }
}

.p-mv-catch-icon {
    position: absolute;
    content: "";
    left: 0;
    top: 36px;
    height: 130px;
    width: 130px
}

@media screen and (max-height: 660px)and (min-width: 1025px) {
    .p-mv-catch-icon {
        top: 32px;
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 1200px) {
    .p-mv-catch-icon {
        top: 32px;
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch-icon {
        top: 24px;
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch-icon {
        top: 18px;
        height: 50px;
        width: 50px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-catch-icon {
        top: 12px;
        width: 34px;
        height: 34px
    }
}

@media screen and (max-width: 350px) {
    .p-mv-catch-icon {
        width: 28px;
        height: 28px
    }
}

.p-mv-catch-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 14px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    .p-mv-catch-icon::before {
        width: 10px
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch-icon::before {
        width: 8px
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch-icon::before {
        width: 6px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-catch-icon::before {
        width: 4px
    }
}

.p-mv-catch-icon::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    .p-mv-catch-icon::after {
        height: 10px
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch-icon::after {
        height: 8px
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch-icon::after {
        height: 6px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-catch-icon::after {
        height: 4px
    }
}

.p-mv-catch-en {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17rem;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-height: 660px)and (min-width: 1025px) {
    .p-mv-catch-en {
        font-size: 14rem
    }
}

@media screen and (max-width: 1200px) {
    .p-mv-catch-en {
        font-size: 14rem
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch-en {
        font-size: 10rem
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch-en {
        font-size: 8.2rem
    }
}

@media screen and (max-width: 500px) {
    .p-mv-catch-en {
        font-size: 6.4rem
    }
}

@media screen and (max-width: 350px) {
    .p-mv-catch-en {
        font-size: 5.6rem
    }
}

.p-mv-catch-ja {
    color: #fff;
    font-size: 3.6rem;
    white-space: nowrap
}

@media screen and (max-height: 660px)and (min-width: 1025px) {
    .p-mv-catch-ja {
        font-size: 3rem
    }
}

@media screen and (max-width: 1200px) {
    .p-mv-catch-ja {
        font-size: 3rem
    }
}

@media screen and (max-width: 1024px) {
    .p-mv-catch-ja {
        font-size: 2rem
    }
}

@media screen and (max-width: 600px) {
    .p-mv-catch-ja {
        margin-top: 12px;
        font-size: 1.8rem
    }

    .inou img {
        width: 50%;
    }
}

@media screen and (max-width: 350px) {
    .p-mv-catch-ja {
        font-size: 1.6rem
    }
}

.p-mv-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 2px;
    height: 70px;
    background-color: #898989
}

@media screen and (max-width: 768px) {
    .p-mv-scroll {
        height: 50px
    }
}

@media screen and (max-width: 500px) {
    .p-mv-scroll {
        width: 1px;
        height: 40px
    }
}

.p-mv-scroll::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #363636;
    transform: scaleY(0);
    animation: scrollDown 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
}

.p-precious {
    padding: 50px 0;
    background-color: #f5f5f5
}

@media screen and (max-width: 768px) {
    .p-precious {
        padding: 40px 0
    }
}

@media screen and (max-width: 500px) {
    .p-precious {
        padding: 30px 0
    }
}

.p-precious-banner {
    display: block;
    width: 90%;
    margin: auto;
    transition: .3s
}

@media screen and (max-width: 500px) {
    .p-precious-banner {
        width: 100%
    }
}

.p-precious-banner:hover {
    opacity: .8
}

.p-precious-banner img {
    width: 100%
}

.p-precious-banner:hover {
    opacity: .8
}

.p-about {
    padding: 90px 0 120px
}

@media screen and (max-width: 1024px) {
    .p-about {
        padding: 100px 0 100px
    }
}

@media screen and (max-width: 768px) {
    .p-about {
        padding: 50px 0
    }
}

@media screen and (max-width: 500px) {
    .p-about {
        padding: 30px 0
    }
}

.p-about .p-titleA {
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .p-about .p-titleA {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-about .p-titleA {
        margin-bottom: 30px;
        text-align: center;
        margin: 0 auto 30px auto;
        justify-content: center;
        display: flex;
    }

    .c-titleA-ja img {
        width: 70%;
    }

    .top_catch {
        width: 100%;
        max-width: 1500px;
        height: auto;
        margin: auto;
    }

    .top_catch2 {
        width: 100%;
        justify-content: flex-end;
        display: flex;
        max-width: 1500px;
        height: auto;
        margin: auto;
    }
}

.p-about .p-textArea {
    position: relative;
    flex: 0 0 47%;
    max-width: 47%;
    padding: 40px 0 40px 70px
}

@media screen and (max-width: 1024px) {
    .p-about .p-textArea {
        padding: 30px 0 30px 40px
    }
}

@media screen and (max-width: 768px) {
    .p-about .p-textArea {
        max-width: none;
        width: 75%;
        padding: 30px 0;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .p-about .p-textArea {
        width: 100%;
        padding: 24px 0
    }
}

.p-about .p-textArea::before {
    position: absolute;
    content: "";
    height: 120%;
    width: 60vw;
    top: -10%;
    right: calc(100% - 50vw);
    background-color: #f2f4f7;
    z-index: -1
}


@media screen and (max-width: 768px) {
    .p-about .p-textArea::before {
        height: 130%;
        top: -20%;
        width: 90vw;
        right: calc(50% - 50vw)
    }
}

@media screen and (max-width: 500px) {
    .p-about .p-textArea::before {
        width: 100vw;
        height: 125%
    }
}

.p-about .p-textArea .p-buttonMore {
    margin-top: 50px;
    margin-left: auto
}

@media screen and (max-width: 768px) {
    .p-about .p-textArea .p-buttonMore {
        margin-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-about .p-textArea .p-buttonMore {
        margin-top: 20px
    }
}

@media screen and (max-width: 768px) {
    .p-about-content {
        display: block
    }
}

.p-about-image {
    width: calc(50vw + 3%);
    height: 420px;
    margin-top: 40px;
    margin-left: calc(50% - 50vw);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 1024px) {
    .p-about-image {
        height: 360px
    }
}

@media screen and (max-width: 768px) {
    .p-about-image {
        height: 260px;
        width: 75%;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .p-about-image {
        width: 100%;
        height: 200px
    }
}

.p-staff {
    padding: 0 0 140px
}

@media screen and (max-width: 1024px) {
    .p-staff {
        padding: 60px 0 120px
    }
}

@media screen and (max-width: 768px) {
    .p-staff {
        padding: 50px 0
    }
}

@media screen and (max-width: 500px) {
    .p-staff {
        padding: 30px 0
    }
}

.p-staff .p-titleA--right {
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .p-staff .p-titleA--right {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 500px) {
    .p-staff .p-titleA--right {
        margin-bottom: 24px
    }
}

.p-staff .p-textArea {
    position: relative;
    flex: 0 0 47%;
    max-width: 47%;
    padding: 40px 70px 40px 0;
    order: 1
}

@media screen and (max-width: 1024px) {
    .p-staff .p-textArea {
        padding: 30px 40px 30px 0
    }
}

@media screen and (max-width: 768px) {
    .p-staff .p-textArea {
        max-width: none;
        width: 75%;
        padding: 30px 0;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .p-staff .p-textArea {
        width: 100%;
        padding: 24px 0
    }
}

.p-staff .p-textArea::before {
    position: absolute;
    content: "";
    height: 110%;
    width: 64vw;
    top: -5%;
    left: calc(90% - 50vw);
    background-color: #f5f5f5;
    z-index: -1
}


@media screen and (max-width: 768px) {
    .p-staff .p-textArea::before {
        height: 110%;
        width: 90vw;
        left: calc(50% - 50vw)
    }
}

@media screen and (max-width: 500px) {
    .p-staff .p-textArea::before {
        width: 100vw;
        height: 105%
    }
}

.p-staff .p-textArea .p-buttonMore {
    margin-top: 50px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .p-staff .p-textArea .p-buttonMore {
        margin-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-staff .p-textArea .p-buttonMore {
        margin-top: 20px;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .p-staff-content {
        display: block
    }
}

.p-staff-image {
    position: relative;
    width: calc(50vw + 3%);
    height: 420px;
    margin-right: calc(50% - 50vw);
    order: 2
}

@media screen and (max-width: 1024px) {
    .p-staff-image {
        height: 360px
    }
}

@media screen and (max-width: 768px) {
    .p-staff-image {
        height: 260px;
        width: 75%;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .p-staff-image {
        width: 100%;
        height: 200px
    }
}

.p-staff-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.p-service {
    padding-top: 50px
}

@media screen and (max-width: 768px) {
    .p-service {
        padding-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-service {
        padding-top: 30px
    }
}

.p-service .p-titleA {
    margin-bottom: 80px
}

@media screen and (max-width: 1024px) {
    .p-service .p-titleA {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .p-service .p-titleA {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-service .p-titleA {
        margin-bottom: 30px
    }
}

.p-service .p-textArea {
    padding: 70px 0;
    background-color: #f5f5f5
}

@media screen and (max-width: 1024px) {
    .p-service .p-textArea {
        padding: 60px 0
    }
}

@media screen and (max-width: 768px) {
    .p-service .p-textArea {
        padding: 50px 0
    }
}

@media screen and (max-width: 500px) {
    .p-service .p-textArea {
        padding: 30px 0
    }
}

@media screen and (max-width: 768px) {
    .p-service-list {
        flex-wrap: wrap
    }
}

.p-service-item {
    position: relative;
    flex: 0 0 25%
}

@media screen and (max-width: 768px) {
    .p-service-item {
        flex: 0 0 50%
    }
}

.p-service-item:nth-child(1) .p-service-link-icon img {
    width: 75px
}

@media screen and (max-width: 1024px) {
    .p-service-item:nth-child(1) .p-service-link-icon img {
        width: 65px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item:nth-child(1) .p-service-link-icon img {
        width: 55px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item:nth-child(1) .p-service-link-icon img {
        width: 45px
    }
}

.p-service-item:nth-child(2) .p-service-link-icon img {
    width: 80px
}

@media screen and (max-width: 1024px) {
    .p-service-item:nth-child(2) .p-service-link-icon img {
        width: 70px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item:nth-child(2) .p-service-link-icon img {
        width: 60px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item:nth-child(2) .p-service-link-icon img {
        width: 50px
    }
}

.p-service-item:nth-child(3) .p-service-link-icon img {
    width: 80px
}

@media screen and (max-width: 1024px) {
    .p-service-item:nth-child(3) .p-service-link-icon img {
        width: 70px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item:nth-child(3) .p-service-link-icon img {
        width: 60px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item:nth-child(3) .p-service-link-icon img {
        width: 50px
    }
}

.p-service-item:nth-child(4) .p-service-link-icon img {
    width: 95px
}

@media screen and (max-width: 1024px) {
    .p-service-item:nth-child(4) .p-service-link-icon img {
        width: 85px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item:nth-child(4) .p-service-link-icon img {
        width: 75px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item:nth-child(4) .p-service-link-icon img {
        width: 65px
    }
}

.p-service-item .p-service-link {
    position: relative;
    display: block;
    padding: 50px 0;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .p-service-item .p-service-link {
        padding: 30px 0
    }
}

@media screen and (max-width: 500px) {
    .p-service-item .p-service-link {
        padding: 20px 0
    }
}

@media screen and (min-width: 1025px) {
    .p-service-item .p-service-link:hover::before {
        opacity: 0
    }
}

.p-service-item .p-service-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: -1;
    transition: opacity .2s
}

.p-service-item .p-service-link .p-service-link-image {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: -2;
    filter: blur(2px)
}

.p-service-item .p-service-link-icon {
    position: relative;
    display: block;
    height: 140px;
    width: 140px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-color: #fff
}

@media screen and (max-width: 1024px) {
    .p-service-item .p-service-link-icon {
        height: 120px;
        width: 120px;
        margin: 0 auto 24px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item .p-service-link-icon {
        height: 90px;
        width: 90px;
        margin: 0 auto 16px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item .p-service-link-icon {
        height: 80px;
        width: 80px;
        margin: 0 auto 12px
    }
}

.p-service-item .p-service-link-icon::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    height: 128px;
    width: 128px;
    border: 1px solid #363636;
    border-radius: 50%
}

@media screen and (max-width: 1024px) {
    .p-service-item .p-service-link-icon::before {
        height: 108px;
        width: 108px
    }
}

@media screen and (max-width: 768px) {
    .p-service-item .p-service-link-icon::before {
        top: 4px;
        left: 4px;
        height: 80px;
        width: 80px
    }
}

@media screen and (max-width: 500px) {
    .p-service-item .p-service-link-icon::before {
        height: 70px;
        width: 70px
    }
}

.p-service-item .p-service-link-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.p-service-item .p-service-link-ja {
    display: block;
    font-size: 4.4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .4), 0px 0px 6px rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 1.3
}

@media screen and (max-width: 1024px) {
    .p-service-item .p-service-link-ja {
        font-size: 4rem
    }
}

@media screen and (max-width: 768px) {
    .p-service-item .p-service-link-ja {
        font-size: 3.6rem
    }
}

@media screen and (max-width: 500px) {
    .p-service-item .p-service-link-ja {
        font-size: 3rem
    }
}

.p-service-item .p-service-link-en {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .4), 0px 0px 6px rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .p-service-item .p-service-link-en {
        font-size: 2.2rem
    }
}

@media screen and (max-width: 500px) {
    .p-service-item .p-service-link-en {
        font-size: 2rem
    }
}

.p-service-buttonArea {
    padding: 50px 0;
    background-color: #f5f5f5
}

@media screen and (max-width: 768px) {
    .p-service-buttonArea {
        padding: 40px 0
    }
}

@media screen and (max-width: 500px) {
    .p-service-buttonArea {
        padding: 30px 0
    }
}

.p-service-buttonArea .p-buttonMore {
    margin: auto
}

.p-information {
    padding: 80px 0 50px;
    background-color: #f2f4f7;
}

@media screen and (max-width: 1024px) {
    .p-information {
        padding: 60px 0 50px
    }
}

@media screen and (max-width: 768px) {
    .p-information {
        padding: 40px 0
    }
}

@media screen and (max-width: 500px) {
    .p-information {
        padding: 30px 0
    }
}

.p-information .p-titleA--center {
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 50px auto;
}

@media screen and (max-width: 1024px) {
    .p-information .p-titleA--center {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .p-information .p-titleA--center {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-information .p-titleA--center {
        margin-bottom: 30px;
        width: 95%;
    }

    .p-titleA--center img {
        width: 100%;
    }
}

.p-information .p-buttonMore {
    margin: 50px auto 0
}

@media screen and (max-width: 768px) {
    .p-information .p-buttonMore {
        margin: 40px auto 0
    }
}

@media screen and (max-width: 500px) {
    .p-information .p-buttonMore {
        margin: 20px auto 0
    }
}

.p-column {
    padding: 60px 0 70px
}

@media screen and (max-width: 1024px) {
    .p-column {
        padding: 50px 0
    }
}

@media screen and (max-width: 768px) {
    .p-column {
        padding: 40px 0
    }
}

@media screen and (max-width: 500px) {
    .p-column {
        padding: 30px 0
    }
}

.p-column::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 128px);
    height: 60%;
    background-color: #f5f5f5
}

@media screen and (max-width: 768px) {
    .p-column::before {
        width: 85%
    }
}

.p-column .p-titleA--center {
    margin-bottom: 80px
}

@media screen and (max-width: 1024px) {
    .p-column .p-titleA--center {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .p-column .p-titleA--center {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .p-column .p-titleA--center {
        margin-bottom: 30px
    }
}

.p-column .p-buttonMore {
    margin: 70px auto 0
}

@media screen and (max-width: 1024px) {
    .p-column .p-buttonMore {
        margin: 50px auto 0
    }
}

@media screen and (max-width: 768px) {
    .p-column .p-buttonMore {
        margin: 40px auto 0
    }
}

@media screen and (max-width: 500px) {
    .p-column .p-buttonMore {
        margin: 24px auto 0
    }
}

.p-recruit {
    padding: 130px 0 220px
}

@media screen and (max-width: 1024px) {
    .p-recruit {
        padding: 130px 0 140px
    }
}

@media screen and (max-width: 768px) {
    .p-recruit {
        padding: 130px 0 100px
    }
}

@media screen and (max-width: 500px) {
    .p-recruit {
        padding: 80px 0 60px
    }
}

.p-recruit-banner {
    padding: 0 50px
}

@media screen and (max-width: 1024px) {
    .p-recruit-banner {
        padding: 0 40px
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-banner {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .p-recruit-banner {
        display: block;
        padding: 0 20px
    }
}

.p-recruit-banner:first-child {
    justify-content: space-between;
}

.p-recruit-banner:nth-child(n+2) {
    margin-top: 30px
}

.p-recruit-banner-link {
    flex: 0 0 45%;
    display: block;
    transition: opacity .2s
}

@media screen and (min-width: 1025px) {
    .p-recruit-banner-link:hover {
        opacity: .8
    }
}

@media screen and (max-width: 600px) {
    .p-recruit-banner-link:nth-child(n+2) {
        margin-top: 50px
    }
}

@media screen and (max-width: 500px) {
    .p-recruit-banner-link:nth-child(n+2) {
        margin-top: 30px
    }
}

.p-recruit-banner-link img {
    width: 100%
}

.l-mv {
    position: relative;
    margin-top: 115px;
    width: 100%;
    margin-left: auto;
    background-image: url(../en-img/top_bg.jpg);
    height: 55vw !important;
    background-size: cover;
}

@media screen and (max-width: 1013px) {
    .l-mv {

        margin-top: 103px;

    }
}

@media screen and (max-width: 768px) {
    .p-mv-slider {
        width: 100%;
        height: calc(100% - 80px)
    }

    .l-mv {

        margin-top: 80px;

    }
}

@media screen and (max-width: 710px) {

    .l-mv {

        margin-top: 79px;

    }
}

@media screen and (max-width: 500px) {
    .p-mv-slider {
        width: 100%;
        height: calc(100% - 60px)
    }

    .l-mv {

        margin-top: 69px;

    }
}

.flex {
    border-collapse: separate;
    border-spacing: 50px 0;
    margin-left: -30px;
    display: table;
    margin-top: 90px;
    width: 100%;
}

.lbtn {
    width: 370px;
    height: 90px;
    background: #2387ef;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    display: table-cell;
}

.lbtn2 {
    width: 370px;
    height: 90px;
    background: #004a8f;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    margin-left: 30px;
    display: table-cell;
}

.lbtn a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 370px;
    padding: 30px 30px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    color: #fff;
}

.lbtn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.lbtn2 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 370px;
    padding: 30px 30px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    color: #fff;
}

.lbtn2 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 950px) {
    .lbtn a {
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 370px;
        padding: 30px 30px;
        transition: 0.3s ease-in-out;
        color: #fff;
        font-size: 2rem;
    }

    .lbtn a:after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }

    .lbtn2 a {
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 370px;
        padding: 30px 30px;
        font-size: 2rem;
        transition: 0.3s ease-in-out;
        color: #fff;
    }

    .lbtn2 a:after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }

    .flex {
        border-collapse: separate;
        border-spacing: 50px 0;
        margin-left: -30px;
        display: table;
        margin-top: 30px;
        width: 120%;
    }
}


@media screen and (max-width: 660px) {
    .lbtn a {

        font-size: 1.5rem;
        padding: 15px 0 10px;
    }



    .lbtn2 a {

        font-size: 1.5rem;
        padding: 15px 0 10px;

    }

    .p-mv-catch {

        left: 42%;

    }

    .lbtn {

        height: 42px;
        width: 40%;

    }

    .lbtn2 {

        height: 42px;
        width: 40%;

    }

    .lbtn a:after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        right: 10px;

    }

    .lbtn2 a:after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        right: 10px;

    }

    .flex {
        border-collapse: separate;
        border-spacing: 5px 0;
        margin-left: 0px;
        display: table;
        margin-top: 10px;
        width: 110%;
    }
}

@media screen and (max-width: 420px) {
    .p-mv-catch {
        left: 39%;
    }
}
