@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px) {
    /* メディアクエリー */

    /*----------------------------------------------------------------


共通


----------------------------------------------------------------*/


    .repSec {
        margin-bottom: 50px;
        padding: 0 5%;
    }

    .repSec .imageArea,
    .repSec .textArea {}

    .repSec .imageArea {
        margin-bottom: 15px;
    }

    .repSec .imageArea img {
        width: 100%;
    }

    .repSec .textArea {
        position: relative;
    }

    .repSec .textArea .heading {
        font-size: 20px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .repSec .num {
        font-size: 200px;
        font-family: "Akrobat-ExtraBold";
        opacity: 0.1;
        position: absolute;
        right: 0px;
        top: 0px;
        line-height: 1;
    }


    .repSec .textArea ul {
        overflow: hidden;
    }

    .repSec .textArea ul:before,
    .repSec .textArea ul:after {
        display: none;
    }

    .repSec .textArea ul li {
        position: relative;
        padding: 0 0 8px 17px;
        margin-bottom: 10px;
        font-weight: bold;
        border-bottom: 1px dashed #ccc;
    }

    .repSec .textArea ul li:before {
        content: "●";
        font-size: 60%;
        position: absolute;
        top: 6px;
        left: 0;
        color: #b42121;
    }



    .textArea table {
        border-collapse: collapse;
    }

    .textArea table th,
    .textArea table td {
        padding: 15px;
        border-bottom: 1px solid #555;
    }

    .textArea table th {
        min-width: 8em;
        text-align: left;
    }

    .textArea table td {}


    /*----------------------------------------------------------------


アニメーション


----------------------------------------------------------------*/

    .animation,
    .animationKV {
        display: inline-block;
        position: relative;
        overflow: hidden;
        background-color:
            transparent !important;
        padding: 0 !important;

        animation-duration: 1s;
        animation-fill-mode: both;
        transform: translate3d(0px, 0px, 0px);
    }

    .animationKV {
        padding-bottom: 15px !important;
    }

    .animation:before,
    .animationKV:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
        top: 0;
        left: 0;
        z-index: 150;
    }

    .is-show .animation:before {
        -webkit-animation-name: obiStart, obiEnd;
        animation-name: obiStart, obiEnd;

        -webkit-animation-duration: .5s, .5s;
        animation-duration: .5s, .5s;

        -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
        animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);

        -webkit-animation-delay: 0s, .5s;
        animation-delay: 0s, .5s;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .animationInner {
        opacity: 0;
    }

    .is-show .animationInner {
        -webkit-animation-name: obiInner;
        animation-name: obiInner;

        -webkit-animation-duration: 0s;
        animation-duration: 0s;

        -webkit-animation-delay: .5s;
        animation-delay: .5s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;

        transform: translate3d(0, 0, 0);
    }


    .is-show .animation-2:before {
        -webkit-animation-delay: .2s, .8s;
        animation-delay: .2s, .8s
    }

    .is-show .animation-2 .animationInner {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .is-show .animation-3:before {
        -webkit-animation-delay: .5s, 1.1s;
        animation-delay: .5s, 1.1s
    }

    .is-show .animation-3 .animationInner {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s
    }












    .is-show .animationKV:before {
        -webkit-animation-name: obiStart, obiEnd2;
        animation-name: obiStart, obiEnd2;

        -webkit-animation-duration: .5s, .5s;
        animation-duration: .5s, .5s;

        -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
        animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);

        -webkit-animation-delay: 0s, .5s;
        animation-delay: 0s, .5s;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .is-show .animationKV .animationInner {
        -webkit-animation-name: obiInner;
        animation-name: obiInner;

        -webkit-animation-duration: 0s;
        animation-duration: 0s;

        -webkit-animation-delay: .5s;
        animation-delay: .5s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;

        transform: translate3d(0, 0, 0);
    }

    .is-show .animation-5:before {
        -webkit-animation-delay: 1.3s, 1.8s;
        animation-delay: 1.3s, 1.8s
    }

    .is-show .animation-5 .animationInner {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }

    .is-show .animation-6:before {
        -webkit-animation-delay: 2.6s, 3.1s;
        animation-delay: 2.6s, 3.1s
    }

    .is-show .animation-6 .animationInner {
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s
    }




    /*********************
* テキストの帯アニメーション
*********************/

    @-webkit-keyframes obiStart {
        0% {
            -webkit-transform: translateX(-101%);
            transform: translateX(-101%)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes obiStart {
        0% {
            -webkit-transform: translateX(-101%);
            transform: translateX(-101%)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @-webkit-keyframes obiEnd {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(101%);
            transform: translateX(101%)
        }
    }

    @keyframes obiEnd {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(101%);
            transform: translateX(101%)
        }
    }


    @-webkit-keyframes obiEnd2 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateY(94%);
            transform: translateY(94%);
        }
    }

    @keyframes obiEnd2 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateY(94%);
            transform: translateY(94%)
        }
    }



    @-webkit-keyframes obiInner {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes obiInner {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }




    /*----------------------------------------------------------------


トップ


----------------------------------------------------------------*/



    .omoi {
        margin: 0 auto 60px;
    }

    .omoi:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .omoi .heading {
        font-size: 10vw;
        font-weight: 800;
        line-height: 1.2;
        font-feature-settings: "palt";
        padding: 0 7vw;
        margin-bottom: 20px;
    }

    .omoi .headingEN {
        color: #4d4d4d;
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .omoi .imageArea,
    .omoi .textArea {}

    .omoi .imageArea {
        margin-bottom: 30px;
    }

    .omoi .imageArea img {
        width: 100%;
    }

    .omoi .textArea {
        padding: 0 7vw;
        position: relative;
    }


    section .more {
        margin: 40px 0;
    }

    section .more>.inner {
        overflow: hidden;
        position: relative;
        border: 3px solid #fff;
    }

    section .more a {
        text-align: center;
        display: block;
        color: #fff;
        padding: 10px 76px;
        letter-spacing: 0.1em;

        transition: all .5s ease;
        z-index: 2;
        position: relative;
    }



    .header01 {
        margin-bottom: 10px;
    }

    .header01 .heading {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .header01 .EN {
        font-size: 16px;
        font-weight: 800;
    }


    #pickupstaff {
        margin-bottom: 60px;
        padding: 0 5%;
    }

    #pickupstaff .header01 .heading {
        color: #363636;
        font-size: 40px;
        margin-bottom: 0;
    }

    #pickupstaff .inner {}

    #pickupstaff .staffList {}

    #pickupstaff .staffList li {
        margin-bottom: 40px;
    }

    #pickupstaff .staffList li a {
        display: block;
        position: relative;
    }

    #pickupstaff .staffList li .postTitle {
        color: #fff;
        font-size: 22px;
        margin-bottom: 5px;
    }

    #pickupstaff .staffList li .postTitle,
    #pickupstaff .staffList li .name {
        position: relative;
        z-index: 1;
    }

    #pickupstaff .staffList li .name {
        color: #363636;
        font-weight: 800;

        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #pickupstaff .staffList li a:hover .name {
        color: #fff;
    }

    #pickupstaff .staffList li .num {
        font-size: 100px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        color: #363636;
        font-weight: 800;
        line-height: 1;
    }


    #pickupstaff .staffList li .eyeCatch {
        margin-bottom: 35px;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 95% 0 0;
    }

    #pickupstaff .staffList li .eyeCatch .eyeCatchInner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #pickupstaff .staffList li .eyeCatch img {
        cursor: pointer;
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }

    #pickupstaff .staffList li .eyeCatch img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


    #whatwedo>.inner {
        position: relative;
        padding-bottom: 20vw;
    }

    #whatwedo header .EN {
        font-size: 30px;
        font-weight: 800;
        color: #363636;
        line-height: 1;
        margin-bottom: 40px;
    }

    #whatwedo .heading {
        font-size: 20px;
    }

    #whatwedo .textArea {
        position: relative;
        z-index: 2;
        margin-top: 127vw;
        padding: 0 5%;
    }

    #whatwedo .bg-1 {
        background: url(../images/contents/top/service-1.jpg) no-repeat center center;
        background-size: cover;
        width: 82.13333vw;
        height: 109.2vw;
        top: 0;
        left: -6.66667vw;
        position: absolute;
    }

    /*
    #whatwedo .bg-2 {
        background: url(../images/contents/top/service-2.jpg) no-repeat center center;
        background-size: cover;
        width: 35.46667vw;
        height: 24.53333vw;
        bottom: 104.66667vw;
        left: 64.66667vw;
        position: absolute;
    }

    #whatwedo .bg-3 {
        background: url(../images/contents/top/service-3.jpg) no-repeat center center;
        background-size: cover;
        width: 33.86667vw;
        height: 45.73333vw;
        bottom: 34vw;
        left: 0;
        position: absolute;
    }
*/


    #news {
        margin-bottom: 60px;
        padding: 0 5%;
    }

    #news>.inner {
        position: relative;
    }

    #news .header01 {
        margin: 0;
        display: flex;
    }

    #news .header01 .heading {
        margin-right: 30px;
    }

    #news ul {}

    #news li {
        border-bottom: 1px solid #353535;
    }

    #news li:first-child {
        border-top: 1px solid #353535;
    }

    #news li a {
        color: #fff;
        padding: 20px 0;
        position: relative;
        line-height: 1.5;
        display: block;
    }

    #news li time {
        letter-spacing: 0.1em;
    }

    #news li p {
        margin: 0;
    }

    #news li i.fa {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        opacity: 0.3;

        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #news li a:hover i.fa {
        right: 0px;
        opacity: 1;
    }

    #news .more {
        text-align: right;
    }




    #FBbox {
        padding: 0 5%;
        margin-bottom: 60px;
    }





    /*----------------------------------------------------------------


	求人情報


----------------------------------------------------------------*/

    #contents.contents-recruit #recruit {
        text-align: center;
    }

    #contents.contents-recruit h2 {
        padding: 80px 0 20px;
    }

    #contents.contents-recruit h2 span.EN {
        display: block;
        font-size: 40px;
        font-family: "Akrobat-Bold";
        letter-spacing: 0.1em;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #contents.contents-recruit h2 span.JP {
        display: block;
        font-size: 16px;
    }

    #contents.contents-recruit #recruit>.inner {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    #contents.contents-recruit #recruit .catch {
        font-size: 9vw;
    }

    #contents.contents-recruit #recruit .heading-S {
        font-size: 20px;
    }

    .page-recruit .profile-separate .left h4 {
        text-align: right;
        font-size: 4vw;
        font-weight: bold;
        font-family: 'Noto Sans JP';
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 50px 0;
    }

    .page-recruit .profile-separate .left h4 span.role {
        font-size: 70%;
        margin-right: 20px;
    }

    .page-recruit .profile-separate .left h4:before {
        width: 83px;
        border-top: 1px solid #fff;
        color: #fff;
        content: '';
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .page-recruit .profile-separate .left h4 .alphabet {
        color: #777;
        font-family: 'Montserrat';
    }



    #interview {
        margin-bottom: 100px;
    }

    #interview .header01 {
        text-align: center;
        margin-bottom: 90px;
        position: relative;
        z-index: 1;
    }

    #interview .staff {
        position: relative;
        margin-bottom: 150px;
        padding: 0 5%;
    }

    #interview .staff:last-child {
        margin-bottom: 0;
    }

    #interview .staff:before {
        content: "";
        background: #262626;
        height: calc(100% + 100px);
        width: 80vw;
        position: absolute;
        z-index: 0;
        left: 0;
        top: -60px;
    }

    #interview .staff .textArea,
    #interview .staff .imageArea {
        position: relative;
        z-index: 1;
    }

    #interview .staff .imageArea {
        margin-bottom: 40px;
        padding: 0 5%;
    }

    #interview .staff .textArea {}

    #interview .staff .name {
        margin-bottom: 40px;
    }

    #interview .staff .name .JP {
        font-size: 24px;
        margin-right: 30px;
    }

    #interview .staff .name .EN {
        font-size: 16px;
    }

    #interview .staff .qualification {
        background: url(https://usudaseiko.com/wp/wp-content/themes/usuda/images/contents/recrit/qualification.png) no-repeat left top;
        background-size: 64px 40px;
        min-height: 40px;
        padding: 0 0 0 80px;
        margin-bottom: 50px;
    }

    #interview .staff .qualification ul li {
        display: inline-block;
        background: #fff;
        color: #353535;
        font-weight: bold;
        text-align: center;
        padding: 0 20px;
        margin: 0 5px 10px 0;
        border-radius: 15px;
        font-size: 14px;
    }

    #interview .staff .interview {}

    #interview .staff .interview dt {
        font-weight: bold;
        color: #888;
        font-size: 16px;
    }

    #interview .staff .interview dt:before {
        content: "Q";
        font-size: 30px;
        font-family: "Akrobat-Bold";
        margin-right: 20px;
        line-height: 1;
        position: relative;
        top: 3px;
    }

    #interview .staff .interview dd {
        margin-bottom: 30px;
    }


    #contents.contents-recruit .repSec .lead {
        font-weight: bold;
        margin: 50px 0;
    }

    #contents.contents-recruit .repSec .lead h4 {
        font-size: 18px;
    }



    .gallery {
        margin-bottom: 100px;
    }


    .entrySec {
        text-align: center;
        margin: -40px 0 100px;
    }



    /*----------------------------------------------------------------

	プライバシーポリシー


----------------------------------------------------------------*/

    #contents.contents-privacy-policy {
        padding: 0 5%;
    }

    #contents.contents-privacy-policy h3 {
        margin: 40px 0 10px;
    }



    /*----------------------------------------------------------------


	施工事例


----------------------------------------------------------------*/


    /* シングル
----------------------------------------------- */

    .workSec {
        margin: 0 auto 40px;
        padding: 0 5%;
    }

    .workSec>.inner {}

    .workSec .heading {
        font-size: 20px;
        text-align: center;
    }

    #bxSliderProperty {
        margin-bottom: 60px;
    }

    #bxSliderProperty .bx-wrapper {
        margin-bottom: 10px;
    }

    #bxSliderProperty li img {
        margin: 0 auto;
    }

    .workSec .comment {
        margin: 0 auto 100px;
    }

    .workSec .comment h3 {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px;
        font-family: "Akrobat-Bold";
        letter-spacing: 0.1em;
        text-align: center;
    }

    .beforeAfter {
        display: flex;
        position: relative;
        margin-bottom: 60px;
    }

    .beforeAfter .before {
        flex-basis: 45%;
        padding-right: 20px;
    }

    .beforeAfter .before:before {
        content: "BEFORE";
        background: #000;
        color: #fff;
        padding: 2px 20px;
        font-size: 14px;
    }

    .beforeAfter .after {
        flex-basis: 55%;
    }

    .beforeAfter .after:before {
        content: "AFTER";
        background: #000;
        color: #fff;
        padding: 2px 20px;
        font-size: 14px;
    }

    .beforeAfter .arrow {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 28vw;
        width: 8vw;
    }




    /*----------------------------------------------------------------


	ブログ


----------------------------------------------------------------*/



    /* 一覧
----------------------------------------------- */

    .secHeadline {
        margin: 0 auto 40px;
        padding: 0 5%;
    }

    .secHeadline>.inner {
        overflow: hidden;
        padding: 0 4%;
    }

    .secHeadline .artHeadline {
        margin: 0 0 27px;
        padding: 0 20px;
        vertical-align: top;

        font-size: 16px;
    }

    .secHeadline .artHeadline img {
        width: 100%;
        height: auto;
    }

    .secHeadline .artHeadline a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .secHeadline .artHeadline a:hover {
        color: #4d4d4d;
    }

    .secHeadline .artHeadline a:hover {}

    .secHeadline .artHeadline .TRcontainer {
        overflow: hidden;
    }

    .secHeadline .artHeadline .TRcontainer time {
        float: left;
        margin-right: 10px;
    }

    .secHeadline .artHeadline .TRcontainer .catList {
        margin: 0;
    }



    .secHeadline .artHeadline h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .secHeadline .artHeadline .eyeCatch {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 55% 0 0;
        background: #f0f0f0 url("https://usudaseiko.com/wp/wp-content/themes/usuda/images/contents/shop/blank.png") no-repeat center center;
    }

    .secHeadline .artHeadline .eyeCatch .eyeCatchInner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .secHeadline .artHeadline .eyeCatch img {
        cursor: pointer;
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }

    .secHeadline .artHeadline .eyeCatch img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }



    /*-----　シングル　-----*/

    .secPost {
        position: relative;
        z-index: 1;
        margin: 0 auto 40px;
        padding: 0 5%;
    }

    .secPost>.inner {}

    .artPost {
        overflow: hidden;
        *zoom: 1;
    }

    .artPost>header {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .artPost>header time {
        letter-spacing: 1px;
        font-size: 18px;
        float: left;
        margin-right: 15px;
    }

    .artPost>header time span {
        font-size: 80%;
        margin-left: 5px;
    }

    .artPost .postTitle {
        font-size: 24px;
    }

    .artPost .textArea {
        font-size: 18px;
        line-height: 2;
    }



    /* ページャー
----------------------------------------------- */

    .pagination {
        margin: 40px 0;
        font-size: 12px;
        text-align: center;
    }

    .pagination ul {
        margin: 0;
        padding-top: 5px;
        overflow: hidden;
        *zoom: 1;
        text-align: center;
    }

    .pagination li {
        display: inline-block;

        margin: 0 3px 6px;
        font-weight: bold;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

    }

    .pagination li.current {
        background: #353535;
        color: #fff;
        padding: 0 15px;
        line-height: 36px;
        border-radius: 18px;


    }

    .pagination li a {
        color: #fff;

        padding: 0px 15px;
        font-weight: bold;

        display: inline-block;

        line-height: 36px;
        border-radius: 18px;

    }

    .pagination li a:hover {
        background: #eee;
        color: #353535;
    }




    /*----------------------------------------------------------------


	MW WP FORM


----------------------------------------------------------------*/


    .formSec {
        padding: 0 4%;
    }


    .mw_wp_form {}

    .mw_wp_form table,
    .mw_wp_form table tbody,
    .mw_wp_form table tr,
    .mw_wp_form table th,
    .mw_wp_form table td {
        display: block;
    }

    .mw_wp_form table {
        border: none;
    }

    .mw_wp_form table th,
    .mw_wp_form table td {
        border: none;
        background: none;
        padding: 10px 0;
    }

    .mw_wp_form table th {
        text-align: left;
        padding: 10px 0 0;
    }

    .mw_wp_form table td:not(.radio) input,
    .mw_wp_form table td textarea,
    .mw_wp_form table td select {
        border: none;
        outline: none;
        background: none;

        background: #eee;
        color: #353535;
        border-radius: 6px;

        padding: 15px;
        width: 100%;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mw_wp_form table td input.p-postal-code,
    .mw_wp_form table td .WA {
        width: 50%;
        margin: 0 0 0 10px;
    }

    span.required,
    span.red {
        color: #fff;
        background: #e50012;
        margin: 0 10px;

        padding: 3px 14px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        border-radius: 3px;
        position: relative;
        top: -2px;
    }



    .mw_wp_form .submit {
        text-align: center;
        margin: 40px auto;
    }

    .mw_wp_form input[type="submit"] {
        -webkit-appearance: none;

        cursor: pointer;

        border: 2px solid #fff;
        background: #000;
        color: #fff;

        display: inline-block;
        font-weight: bold;
        width: 150px;
        padding: 14px 0;
        margin: 0 10px;

        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "meiryo", "ＭＳ Ｐゴシック", sans-serif;


        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;

        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);

    }

    .contactMessage {
        margin: 0 auto 10px;
        padding: 0 4%;
        text-align: center;
    }



    /*----------------------------------------------------------------


	会社案内


----------------------------------------------------------------*/


    .page-common {
        margin: 80px 0;
        position: relative;
    }

    .recruit-adjust {
        margin: 80px 0 0 0;
    }

    .page-common .common-en {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 11vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 7px;
        line-height: 1;
    }

    .page-common h2 {
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        letter-spacing: 7px;
    }

    .page-company figure {
        margin: 0 0 130px 0;
    }


    .profile-separate {
        text-align: center;
        padding: 0 7vw;
    }

    .profile-separate table {
        color: #fff;
        font-family: 'Noto Sans JP';
        border-collapse: collapse;
        margin: 30px 0 0 0;
        text-align: left;

    }

    .profile-separate table tr {
        border-bottom: 1px solid #2c2e2f;
    }


    .profile-separate table th {
        width: 30%;
        padding: 11px 0 11px 10px;
        box-sizing: border-box;
    }

    .profile-separate table td {
        padding: 11px 0;
        box-sizing: border-box;
    }


    .page-company_profile {
        margin: 0 0 70px 0;
    }


    .profile-separate .en-title {
        color: #fff;
        font-size: 13vw;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 0;
        opacity: 0.1;
    }

    .profile-separate .opacity-adjust {
        opacity: 0.4;
    }


    .profile-separate h3 {
        font-size: 5vw;
    }


    .page-company_map {
        margin: 0 0 70px 0;
    }

    .page-company_map .g-map {
        width: 100%;
        height: 200px;
    }

    .page-company_facility {
        margin: 0 0 70px 0;
    }



    .facility-right .animation {
        width: 100%;
    }

    .facility-right_row {
        border-bottom: 1px solid #fff;
        padding: 12px 0;
    }

    .facility-right_row dl {
        margin: 0;
        display: flex;
        justify-content: space-between;
        text-align: left;
        line-height: 1.5;
    }

    .facility-right_row dl dd {
        padding: 0 0 0 10px;
        min-width: 3em;
        text-align: right;
    }


    /*----------------------------------------------------------------


事業紹介


----------------------------------------------------------------*/


    .page-service {
        margin: 0 0 70px 0;
    }

    .page-service>p.EN {
        padding: 0 7vw;
        color: #363636;
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
    }

    .page-service_separate {
        padding: 0 7vw;
        margin: 0 0 70px 0;
    }




    .page-service_separate .left h3 {

        font-size: 5vw;
        font-family: 'Noto Sans JP';
    }


    .page-service_separate .left p {

        font-family: 'Noto Sans JP';
    }


    .page-service_separate .right .bx-wrapper {
        margin: 0 0 20px 0;
    }



    /*----------------------------------------------------------------


バナナ農園


----------------------------------------------------------------*/
    .page-common_farm {
        margin-top: 140px;
        position: relative;
        margin-bottom: 130px;
        background: url(../images/farm/bg_title.jpg) center no-repeat;
        background-size: cover;
        text-align: center;
        padding: 120px 25px;
    }

    .recruit-adjust {
        margin-bottom: 0;
    }


    .page-common_farm .common-en {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1;
    }

    .page-common_farm h2 {
        font-size: 1.5vw;
        font-weight: bold;
        color: #fff;
    }

    .page-farm_section {
        padding: 0 7vw;
        margin: 0 0 120px 0;
    }
    .page-farm_section .left .nobunaga_logo {
        width: 50%;
        margin: 0 0 45px;
    }


    .page-farm_section .left h3 {

        font-size: 5vw;
        font-family: 'Noto Sans JP';
    }


    .page-farm_section .left p {

        font-family: 'Noto Sans JP';
    }


    .page-farm_section .right .bx-wrapper {
        margin: 0 0 20px 0;
    }



    .page-farm_top {
        padding: 0 25px;
        margin: -190px auto 90px;
        z-index: 1;
        position: relative;
    }

    .page-farm_top h2 {
        max-width: 50%;
        width: 200px;
        margin: 0 auto 60px;
        z-index: 1;

    }


    .farm_section {
        width: 100%;
        margin: 0 0 120px 0;
        padding: 0 7vw;

    }

    .farm_section_title {
        text-align: center;
    }

    .farm_section_title h3 {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .farm_section_title p {
        font-size: 1.5vw;
        font-weight: bold;
        color: #fff;
    }

    .farm_section_txt {
        max-width: 980px;
        margin: 60px auto 90px;
    }

    .farm_section_txt p a {
        color: #fff;
        ;
    }

    .farm_section_txt h4 {
        font-size: 30px;
        font-weight: bold;
    }

    .farm_section_img img {
        width: 100%;
    }


    .farm_section_txt {
        max-width: 980px;
        margin: 45px auto 60px;
    }

    .farm_section_txt .img {
        max-width: 120px;
        margin: -0 auto 45px;
    }

    .access_map p {
        text-align: center;
    }

    .googlemap iframe {
        width: 100%;
        height: 260px;
        margin-bottom: 60px;
    }

    /*----------------------------------------------------------------


ニュース


----------------------------------------------------------------*/

    .page-news {
        padding: 0 7vw;
        margin: 0 0 100px 0;
    }

    .news-cat {
        padding: 15px;
        border: 3px solid #fff;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .news-cat p {
        display: inline-block;
        border-bottom: 1px solid #fff;
        line-height: 1.5;
        margin: 0;
    }



    .news-cat_right {
        display: flex;
        margin: 0;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .news-cat_right .animationInner {
        display: flex;
        justify-content: center;
    }

    .news-cat_right .animation {
        width: 100%;
    }

    .news-cat_right li {
        margin: 0 5% 0 0;
    }

    .news-cat_right li a {
        color: #fff;
        font-weight: bold;
    }

    .news-cat_right li:last-of-type {
        margin: 0;
    }

    .news-content figure {
        margin: 0 0 10px 0;
    }

    .date-separate {
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-weight: bold;
    }

    .date-separate p {
        margin: 0;
    }

    .news-content h3 {
        font-size: 4.5vw;
        font-weight: bold;
        color: #fff;
        font-family: 'Noto Sans JP';
        margin: 0;
    }

    .news-content a {
        margin: 0 0 50px 0;
        display: block;
    }



    .news-content a:nth-of-type(3n+3) {
        margin: 0 0 75px 0;
    }

    .wp-pagenavi {
        display: flex;
        justify-content: center;

    }

    .wp-pagenavi .current {
        color: #000;
        padding: 3px 19px;
        font-size: 16px;
        background: #fff;
        font-weight: bold;
        box-sizing: border-box;
        margin: 0 15px 0 0;
        display: inline-block;
        text-align: center;
    }

    .wp-pagenavi a {
        color: #fff;
        padding: 0 15px;
        font-size: 16px;
        border: 3px solid #fff;
        font-weight: bold;
        box-sizing: border-box;
        margin: 0 15px 0 0;
        display: inline-block;
        text-align: center;
    }

    .wp-pagenavi a:hover {
        color: #000;
        background: #fff;
    }

    .single-news_separate {
        padding: 0 7vw;
    }



    .single-news_separate .left figure {
        margin: 0 0 30px 0;
    }

    .single-news_separate .left .date {
        display: inline-block;
        margin: 0 5% 0 0;
    }


    .single-news_separate .left .cat {
        display: inline-block;
    }

    .single-news_separate .left h3 {
        font-size: 5vw;
        font-family: 'Noto Sans JP';
    }

    .single-news_separate .news-text {
        margin: 0 0 100px 0;
    }

    .single-news_separate .news-text p {
        font-family: 'Noto Sans JP';
        font-weight: 400;
    }

    .single-news_separate .btn-news {
        font-family: 'Noto Sans JP';
    }


    .single-news_separate .left a {
        color: #fff;
        font-weight: bold;
        border: 3px solid #fff;
        padding: 0px 15px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .single-news_separate .left .next-link {
        margin: 0 0 50px 0;
    }

    .single-news_separate .btn-news_back {
        margin: 0 0 20px 0;
    }

    .single-news_separate .right {
        width: 100%;
        text-align: center;
    }

    .single-news_separate .right h2 {
        font-size: 5vw;
        font-weight: bold;
        padding: 0 0 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        margin: 0;
    }

    .single-news_separate .right ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        display: block;
        padding: 10px 0;
        color: #fff;
    }

    /*----------------------------------------------------------------


採用情報


----------------------------------------------------------------*/

    .js-move {
        background-image: url(../images/contents/recruit/president-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0;
        background-position: center;
    }

    .page-recruit .profile-separate {
        justify-content: space-between;
        margin: 0 auto 50px;
    }

    .js-move .surfin-separate {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .page-recruit .surfin-separate figure {
        margin: 0 10px;
    }


    .js-move {
        margin: 0 0 70px 0;
    }

    .js-move .en-title {
        text-align: left;
    }

    .js-move .heading {
        text-align: left;
    }

    .js-move p {
        text-align: left;
    }

    .adjust-recruit .en-title {
        font-size: 10vw;
        text-align: left;
    }

    .adjust-recruit .heading {
        text-align: left;
    }

    .adjust-recruit table {
        margin: 0 0 50px 0;
    }

    .adjust-recruit .btn-entry {
        padding: 8px 0;
        border: 3px solid #fff;
        font-weight: bold;
        font-size: 5vw;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    /*----------------------------------------------------------------


インタビュー


----------------------------------------------------------------*/


    .interview-adjust .profile-separate {}

    .interview-adjust .left .heading {
        font-size: 5vw;
        font-weight: bold;
        font-family: 'Noto Sans JP';
    }

    .interview-adjust .left h4 {
        text-align: right;
        font-size: 4vw;
        font-weight: bold;
        font-family: 'Noto Sans JP';
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 50px 0;
    }

    .interview-adjust .left h4:before {
        width: 83px;
        border-top: 1px solid #fff;
        color: #fff;
        content: '';
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .interview-adjust .left h4 .alphabet {
        color: #777;
        font-family: 'Montserrat';
    }

    .interview-adjust .faq-block .faq-q {
        font-size: 5vw;
        font-weight: bold;
        text-align: left;
        font-family: 'Noto Sans JP';
        display: flex;
        line-height: 1.5;
    }

    .interview-adjust .faq-block .faq-q:before {
        content: 'Q.';
        font-size: 8vw;
        color: #777;
        margin: 0 5% 0 0;
        font-family: 'Montserrat';
        line-height: 1;
    }

    .interview-adjust .faq-block .faq-q .animation {
        line-height: 1.5;
    }


    .interview-adjust .faq-block .faq-a {
        font-family: 'Noto Sans JP';
        font-weight: normal;
        text-align: left;
    }

    .interview-adjust .faq-block:last-of-type {
        margin: 0 0 40px 0;
    }


    .interview-adjust .btn-entry {
        padding: 18px 0;
        border: 3px solid #fff;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-align: center;
        color: #fff;
        margin: 0 0 30px 0;
    }


    .interview-adjust figure {
        margin: 0 0 40px 0;
        text-align: center;
    }

    .interview-adjust h5 {
        font-size: 5vw;
        text-align: left;
    }

    .interview-adjust .mb-adjust {
        margin: 0 0 50px 0;
        text-align: left;
    }

    .profile-detail {
        margin: 0 0 50px 0;
    }

    .profile-detail dl {
        display: flex;
        border-bottom: 1px solid #2c2e2f;
    }

    .profile-detail dt {
        width: 30%;
        padding: 11px 0 11px 10px;
        display: flex;
        align-items: center;
        text-align: left;

    }

    .profile-detail dd {
        width: 70%;
        padding: 11px 0 11px 10px;
        display: flex;
        align-items: center;
        text-align: left;
    }


    .faq-separate {
        padding: 0 7vw;
        margin: 0 0 100px 0;
    }

    .faq-separate .right h5 {
        border-bottom: 2px solid #fff;
        padding-bottom: 16px;
    }



    /*----------------------------------------------------------------

お問い合わせ

----------------------------------------------------------------*/

    .adjust-center {
        width: 100%;
        text-align: center;
    }

    #adjust-center1 {
        width: 100%;
        text-align: center;
        top: 70%;
    }


    .contact-content {
        margin: 0 0 50px 0;
    }


    .contact-content .title {
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        padding: 0 4%;
    }

    .contact-content p {
        margin: 0;
    }

    .contact-content .hissu {
        color: #fff;
        background: #e50012;
        margin: 0 10px;
        padding: 3px 14px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        border-radius: 3px;
        position: relative;
        top: -2px;
    }


    .contact-content .hissu-none {
        color: #fff;
        background: #e50012;
        margin: 0 10px;
        padding: 3px 14px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        border-radius: 3px;
        position: relative;
        top: -2px;
        opacity: 0;
    }

    .contact-content .hissu-none.js-appear {
        opacity: 1;
    }

    .contact-content .check {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .contact-content .back {
        background: none;
        border: none;
        margin: 0 15px 0 0;
        text-decoration: underline;
        cursor: pointer;
        outline: none;
        color: #fff;
    }

    .contact-thks {
        text-align: center;
        padding: 0 4%;
    }

    .thks-title {
        margin: 0;
    }


    /*----------------------------------------------------------------

プライバシーポリシー


----------------------------------------------------------------*/

    #privacy-adjust {
        text-align: center;
        width: 100%;
        top: 75%;
    }

    .privacy-en {
        text-align: center;
    }

    .privacy-content {
        padding: 0 7vw;
    }

    .privacy-content .title {
        font-weight: bold;
        font-size: 18px;
    }

    .privacy-content p {
        line-height: 2;
    }


    .privacy-content a {
        color: #36a652;
    }

    .privacy-content a:hover {
        text-decoration: underline;
    }

    /*----------------------------------------------------------------

スタッフ紹介


----------------------------------------------------------------*/

    #introduction-adjust {
        font-size: 8vw;
    }



}

/* メディアクエリー閉じタグ */