
.add-content-1 {
    padding: 80px 0 90px;
    background: #000;
    color: #fff;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.vertical {
    align-items: center;
}

.add-title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.comp-cont {
    margin-top: 50px;
    padding: 30px 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    text-align: center;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        margin-right: 20px;
    }
    @media only screen and (max-width: 767px) {
        display: block;
        font-size: 20px;
        text-align: center;
        img {
            margin: 0 auto;
            margin-bottom: 20px;
            display: block;
        }
    }
}

.wpcf7-spinner {
    display: none !important;
}

.add-left {
    width: 25%;
}

.add-right {
    width: 69%;
    position: relative;
    p {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

.add-right:after {
    content: '';
    width: 30%;
    aspect-ratio: 290/331;
    background: url('../img/service/item-logo.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.add-check-list {
    list-style: none;
    li {
        margin: 18px 0;
        padding-left: 35px;
        position: relative;
        font-size: 18px;
        line-height: 1.4;
        font-weight: bold;
    }
    li:before {
        content: '';
        width: 24px;
        height: 24px;
        background: url('../img/service/icon-check.png') no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.add-content-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    max-width: 100%;
}

.add-content-2 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.reason-box {
    margin-bottom: 30px;
    width: 31%;
    text-align: center;
    .icon {
        margin-bottom: 20px;
        img {
            width: 45%;
        }
    }
    p {
        font-size: 14px;
        color: #9D9D9D;
    }
    p.catch {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
}

.info-btn {
    margin-top: 30px;
    display: inline-block;
    font-weight: bold;
    img {
        margin-left: 10px;
    }
}

.service-cap {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 24px;
}

.cat-list {
    margin:  0 0 10px;
    list-style: none;
    li {
        a {
            padding: 3px 20px;
            display: inline-block;
            background: #44B4AB;
            color: #fff;
            font-size: 12px;
            border-radius: 20px;
        }
    }
    li + li {
        margin-left: 10px;
    }
}

.list-category {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    li {
        border-right: 1px solid #A0A0A0;
        a {
            padding: 0 20px;
            display: inline-block;
            color: #A0A0A0;
            font-size: 18px;
            transition: color .5s ease;
        }
        a:hover {
            color: #000;
        }
    }
    li.current-cat {
        a {
            color: #000;
        }
    }
    li:last-child {
        border-right: none;
    }
}

.store-wrapper {
    margin-top: 50px;
}

.store-list-nav {
    margin: 15px 0 60px;
    list-style: none;
    li {
        margin-right: 12px;
        display: inline-block;
        button {
            margin: 0;
            padding: 10px 15px;
            appearance: none;
            border-radius: 0;
            line-height: 1.2;
            font-weight: 500;
            border: 1px solid #0D23C4;
            background: #fff;
            vertical-align: middle;
            font-size: 15px;
            color: #0D23C4;
            cursor: pointer;
            outline: none;
        }
    }
    li.current {
        button {
            background: #0D23C4;
            color: #fff;
        }
    }
}

.store-box {
    h3 {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    table {
        width: 100%;
        font-size: 15px;
        tr {
            border-bottom: 1px solid #D5D5D5;
            th {
                padding-top: 20px;
                padding-bottom: 20px;
                width: 120px;
                line-height: 1.6;
                color: #858C96;
                vertical-align: top;
            }
            td {
                padding-top: 20px;
                padding-bottom: 20px;
                line-height: 1.6;
                font-weight: 500;
                a {
                    color: #0D23C4;
                }
            }
        }
    }
    + .store-box {
        margin-top: 50px;
    }
}

.faq-wrapper {
    padding-bottom: 150px;
}

.faq-box {
    margin-bottom: 0;
    padding: 20px;
    border: 2px solid #DFDFDF;
    dt {
        padding: 10px 0 20px 60px;
        min-height: 65px;
        border-bottom: 1px solid #DFDFDF;
        line-height: 1.6;
        position: relative;
        font-weight: bold;
    }
    dt:before {
        content: '';
        width: 45px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 0;
        left: 0;
        background: url('../img/faq/icon-q.svg') no-repeat center;
        background-size: 100% 100%;
    }
    dd {
        padding: 20px 0 0 60px;
        line-height: 1.6;
        position: relative;
        font-size: 15px;
    }
    dd:before {
        content: '';
        width: 45px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 20px;
        left: 0;
        background: url('../img/faq/icon-a.svg') no-repeat center;
        background-size: 100% 100%;
    }
    + .faq-box {
        margin-top: 45px;
    }
}

.faq-contact {
    text-align: center;
    margin-top: 70px;
    p {
        margin-bottom: 25px;
        text-align: center;
    }
}

#company .spec .store-box table tr td img {
    margin-top: 0;
}

#company #store.spec {
    padding-bottom: 150px;
}

.page-navigation {
    margin-bottom: -90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1326px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    li {
        width: 23%;
        a {
            padding: 20px;
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            background: #44B4AB;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }
    }
}

@media only screen and (max-width: 767px) {
   /* top */

    .page-navigation {
        flex-wrap: wrap;
        li {
            width: 50%;
            border: 1px solid #fff;
            a {
                font-size: 14px;
            }
        }
    }

   .list-category {
    li {
        width: 50%;
        border-color: #fff;
        a {
            padding: 10px;
            text-align: center;
            display: block;
            background: #44B4AB;
            color: #fff;
        }
    }
    li.current-cat {
        a {
            background: rgba(51, 51, 51, 0.8);
            color:  #fff;
        }
    }
    li:nth-child(2n) {
        border: none;
    }
    li:nth-child(n+3) {
        border-top: 1px solid #fff;
    }
   }

   #top .fv-section {
        width: 100%;
        /* height: auto;
        background-image: url("../img/top/slide-sp-1.jpg");
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 160px 30px 110px; */
    }

    #top .fv-section h2 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 26px;
        text-align: left;
        color: #fff;
        line-height: 1.4;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 2;
    }

    #top .fv-section p {
        margin-bottom: 15px;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: left;
        font-weight: bold;
        color: #fff;
        position: relative;
        z-index: 2;
    }

    #top .fv-section p.ad-cap {
        padding: 15px 10px;
        text-align: center;
        border: 2px solid #fff;
    }

    #top .fv-section::before {
/*         content: ''; */
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, .3);
    }

    /* top-service */

    .top-service {
        padding: 50px 0 0;
    }

    .top-service .title-group {
        margin-bottom: 50px;
    }

    .top-service .service {
        margin-bottom: 40px;
    }

    .top-service .service .bg {
        background-size: cover;
        background-position: center center;
        height: 225px;
    }

    .top-service .service.service1 .bg {
        background-image: url(../img/top/service1.jpg);
    }

    .top-service .service.service2 .bg {
        background-image: url(../img/top/service2.jpg);
    }

    .top-service .service.service3 .bg {
        background-image: url(../img/top/service3.jpg);
    }
    .top-service .service.service4 .bg {
        background-image: url(../img/top/service4.jpg);
    }

    .top-service .service span {
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        margin-top: -20px;
        padding: 20px 10px;
        position: relative;
        display: block;
        padding-bottom: 40px;
    }

    .top-service .service span h2 {
        
        font-size: 26px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        padding-bottom: 20px;
        position: relative;
    }

    .top-service .service span h2::before {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 1px;
        background-color: var(--font-color);
        position: absolute;
        bottom: 13px;
    }

    .top-service .service span p {
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #333;
    }

/*     .top-service .service span::after {
        width: 35px;
        height: 35px;
        background-size: cover;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        background-image: url(../img/top/arrow.png);
        transition: all .5s;
    }

 */    /* top-work-voice */

    .top-work-voice {
        padding-top: 50px;
        padding-bottom: 50px;
        background: linear-gradient(to right, #48B4A7, #BABE41);
    }

    .top-work-voice .wrap {
        margin: auto;
        max-width: 94%;
    }


    .top-work-voice a .bg {
        height: 150px;
        background-size: cover;
        background-position: center center;
        transition: all .5s;
    }

    #v {
        margin-top: 190px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0px;
        background: #E6EFEE;
    }

    #v .wrap {
        position: relative;
        top: -90px;
    }

    .top-work-voice a.work .bg {
        background-image: url(../img/top/work_none.jpg);
    }

    .top-work-voice a.voice .bg {
        background-image: url(../img/top/voice_none.jpg);
    }

    .top-work-voice a .txt-box {
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        padding: 20px;   
        margin-bottom: 50px;
    }

    .top-work-voice a.voice .txt-box {
        margin-bottom: 0;
    }


    .top-work-voice a .txt-box h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    /*  */

    .top-landsearch {
        padding: 30px 0 60px;
    }

    .top-landsearch .wrap {
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
        max-width: 94%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .top-landsearch .wrap .txt-box {
        padding: 20px;
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .top-landsearch .wrap .txt-box h2 {
        font-size: 20px;
        text-align: center;
        
        padding-bottom: 20px;
    }

    .top-landsearch .wrap .bg {
        background-image: url(../img/top/land.jpg);
        background-size: cover;
        background-position: center center;
        height: 150px;
    }

    #service .top-landsearch .txt-box {
        background: transparent;
        padding: 0;
        padding: 20px 0;
    }

    #service .top-landsearch .wrap .bg {
        background-image: url(../img/service/search-land.jpg);
    } 

    /* .youtube-blog */

    .youtube-blog {
        padding: 50px 0;
        z-index: 1;
    }

    .youtube-blog::before {
        width: 100%;
        height: 70%;
        background: linear-gradient(to right, rgba(68,180,171,1) 0%,rgba(190,190,62,1) 100%); 
        position: absolute;
        left: 0;top: 0;
        content: '';
        z-index: 0;
    }

    .tr {
        text-align: center;
    }

    .youtube-blog .iframe {
        width: 100%;
        height: 211px;
    }

    .youtube-blog .wrap {
        max-width: 94%;
        margin: auto;
        z-index: 2;
        position: relative;
    }

    .youtube-blog .wrap > div {
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .youtube-blog .wrap > div h2 {
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        font-size: 34px;
        letter-spacing: 0.05em;
        text-align: left;
        text-align: center;
        color: #333;
    }

    .youtube-blog .blog .blog-wrap {
        width: 90%;
        margin: auto;
    }

    .youtube-blog .blog .blog-wrap a {
        display: block;
        margin-bottom: 30px;
        border-bottom: 1px solid #000;
    }

    .youtube-blog .blog .blog-wrap a time,
    .youtube-blog .blog .blog-wrap a span {
        display: block;
        font-weight: bold;
    }

    .youtube-blog .blog .blog-wrap a time {
        color: #44B4AB;
    }

    .youtube-blog .blog .blog-wrap a span {
        padding: 10px 0 15px;
    }

    .youtube-blog .blog .blog-wrap a .bg {
        height: 128px;
        background-size: cover !important;
        background-position: center center;
        transition: all .5s;
        margin-bottom: 10px;
    }

    .top-contact {
        padding: 90px 0 150px;
    }

    #contact .row input[type="radio"] {
        width: auto;
    }

    #contact .row input[type="submit"] {
        background: linear-gradient(to right, rgba(68,180,171,1) 0%,rgba(190,190,62,1) 100%); 
        border:  none;
        border-radius: 30px;
        font-family: "Noto Sans CJK JP";
        font-size: 20px;
        color: #fff;
        height: 60px;
        width: 100%;
        margin: auto
    }

    #contact .row label {
        display: block;
    }

    /* service */

    #service .bg-title {
        height: 200px;
        position: relative;
        width: 100%;
        background-size: cover !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #service .bg-title h2 {
        
        font-size: 36px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
    }

    .service-detail {
        margin-bottom: 50px;
    }

    .service-detail .wrap {
        padding: 50px 0 0;
    }

    #service1-1,
    #service1-2,
    #service1-3,
    #service1-4 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .page-navigation {
        margin-bottom: 0;
    }

    .service-detail .wrap .txt-box {
        padding: 20px 0 0;
    }

    .service-detail .wrap .txt-box h2 {
        
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }

    .service-detail .wrap .txt-box h2 .in {
        padding-right: 20px;
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .service-detail .wrap .txt-box h2 .flex {
        display: flex;
        align-items: center;
    }

    .service-detail .wrap .txt-box h2 .num {
        margin-right: 15px;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        color: #44B4AB;
        vertical-align: middle;
    }


    .service-detail .wrap .txt-box h2::before {
        height: 1px ;
        width: 65%;
        position: absolute;
        content: '';
        background-color: #ccc;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .add-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .flex {
        display: block;
    }

    .add-left,
    .add-right {
        width: 100%;
    }

    .add-left {
        margin-bottom: 25px;
        img {
            aspect-ratio: 360/275;
            width: 100%;
            object-fit:  cover;
        }
    }

    .add-right:after {
        width: 60%;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        translate: -50% -50%;
    }

    .add-check-list {
        li {
            font-size: 15px;
        }
    }

    .reason-box {
        margin-bottom: 0;
        padding: 30px;
        width: 100%;
    }

    /* blog-section */

    .blog-section .unit {
        width: 100%;
        margin-bottom: 50px;
    }

    .blog-section .unit .img-box {
        width: 100%;
    }

    .blog-section .unit .img-box image{
        width: 100%;
    }

    .blog-section .unit .img-box .op {
        width: 100%;
    }

    .blog-section .unit .txt-box {
        padding-top: 20px;
    }
    
    .blog-section .txt-box h2 {
        font-size: 20px;
        letter-spacing: 0.05em;
        
        color: #333;
    }

    .blog-section .txt-box time {
        
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: left;
        line-height: 50px;
        color: #333;
    }

    .blog-section .txt-box .all {
        margin: auto;
        margin-top: 30px;
    }

    /* blog-detail */

    .blog-detail {
        padding-bottom: 100px;
    }

    .blog-detail h2 {
        
        font-size: 20px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #333;
    }

    .blog-detail time {
        
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: right;
        color: #333;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        display: block;
    }

    .blog-detail .content {
        margin-top: 20px;
    }

    .pagenav {
        max-width: 94%;
        margin: auto;
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .pagenav li.back {
        text-decoration: underline;
    }

    .pagenav .active a , .pagenav li:first-child a , .pagenav li:last-child a , .pagenav .back a {
        color: var(--font-color);
    }

    .pagenav li a {
        color: #A0A0A0;
    }

    /* company */

    #company .spec {
        background: #F5F7FA;
        padding-bottom:  50px;
        margin-top: 100px;
    }

    #company .spec img {
        margin-top: -50px;
    }

    #company .spec p {
        font-size: 18px;
        line-height: 30px;
    }

    .company-profile {
        padding: 70px 0;
    }

    .company-profile .outline div {
        padding: 10px 0;
        font-weight: bold;
        em {
            color: #0D23C4;
            font-style: normal;
        }
    }

    .company-profile .outline div:nth-child(2n){
        border-bottom: 1px solid #ccc;
        padding-top: 0;
    }

    /* contact-section */

    .contact-section {
        margin-top: 30px;
        padding-bottom: 150px;
    }

    .contact-section .wrap {
        border-radius: 20px;
        background: #E6EFEE;
        padding: 30px 20px;
    }

    #contact .row textarea {
        height: 180px;
        resize:  vertical;
    }

    #contact .fvl-section > p {
        
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        margin-top: 60px;
    }

    #contact .row {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 30px;
        text-align: left;
        color: #333;
        
    }

    #contact .row div {
        padding: 10px 0;
    }

    #contact .row div:nth-child(2) {
        padding-top: 0;
    }

    #contact .row input ,     #contact .row textarea {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #707070;
        width: 100%;
    }

    #contact .all {
        border: none;
        background: linear-gradient(to right, rgba(68,180,171,1) 0%,rgba(190,190,62,1) 100%); 
        font-size: 20px;
        font-weight: bold;
        height: 60px;
        width: 100%;
        margin: auto;
        font-family: "Noto Sans CJK JP";
        border: none;
    }

}






.wpcf7 form .wpcf7-response-output {
    font-size: 20px;
}







@media only screen and (min-width: 768px) {
    /* top */

    #top .fv-section {
        width: 100%;
        /* height: 100vh;
        background-image: url("../img/top/slide1.jpg");
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column; */
        picture {
            display: block;
            width: 100%;
            img {
                width: 100%;
            }
        }
    }

    #top .fv-section h2 {
        padding-left: 100px;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 45px;
        color: #fff;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 2;
    }

    #top .fv-section p {
        margin-bottom: 20px;
        font-size: 27px;
        letter-spacing: 0.1em;
        color: #fff;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

    #top .fv-section p.ad-cap {
        padding-left: 100px;
        font-size: 20px;
        font-weight: bold;
    }

    #top .fv-section p.ad-cap span {
        padding: 15px 20px;
        display: inline-block;
        border: 2px solid #fff;
    }


    /* top-service */

    .top-service {
        padding: 100px 8.75% 0;
    }

    .top-service .title-group {
        margin-bottom: 50px;
    }

    .top-service .service {
        margin-bottom: 70px;
    }

    .top-service .service .bg {
        background-size: cover;
        height: 500px;
        background-position: center center;
    }

    .top-service .service.service1 .bg {
        background-image: url(../img/top/service1.jpg);
    }

    .top-service .service.service2 .bg {
        background-image: url(../img/top/service2.jpg);
    }

    .top-service .service.service3 .bg {
        background-image: url(../img/top/service3.jpg);
    }

    .top-service .service.service4 .bg {
        background-image: url(../img/top/service4.jpg);
    }

    .top-service .service span {
        height: auto;
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        margin-top: -70px;
        padding: 20px 40px;
        position: relative;
    }

    .top-service .service span h2 {
        font-size: 25px;
        letter-spacing: 0.05em;
        text-align: left;
        font-weight: bold;
        color: #333;
        width: 30%;
    }

    .top-service .service span p {
        font-size: 16px;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        text-align: left;
        color: #333;
        padding-left: 2%;
        padding-right: 15%;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 70%;
        border-left: 1px solid #333;
    }

/*     .top-service .service span::after {
        width: 50px;
        height: 50px;
        content: '';
        right: 50px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        background-image: url(../img/top/arrow.png);
        transition: all .5s;
        background-size: cover;
    }

    .top-service .service span:hover::after {
        right: 40px;
    }
 */
    /* top-work-voice */

    .top-work-voice {
        padding-top: 110px;
        padding-bottom: 90px;
        padding-left: 140px;
        padding-right: 140px;
        background: linear-gradient(to right, #48B4A7, #BABE41);
    }

    .top-work-voice a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .top-work-voice a .bg {
        height: 280px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    #v {
        margin-top: 190px;
        padding: 0 140px;
        padding-bottom: 60px;
    }

    #v .wrap {
        position: relative;
        top: -75px;
    }

    .top-work-voice a .bg::before {
        background-size: cover;
        background-position: center center;
        transition: all .5s;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50% , -50%);
    }

    .top-work-voice a.work .bg::before {
        background-image: url(../img/top/work_none.jpg);
    }

    .top-work-voice a.voice .bg::before {
        background-image: url(../img/top/voice_none.jpg);
    }

    .top-work-voice a .txt-box {
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        padding: 30px;   
        flex: 1;
    }

    .top-work-voice a .txt-box h2 {
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .top-work-voice a .txt-box p {
        letter-spacing: 0.1rem;
        line-height: 1.6;
    }

    .top-work-voice a:hover .bg::before {
        left: 50%;
        top: 50%;
        transform: scale(1.1) translate(-50%,-50%);
    }

    .top-work-voice .wrap {
        display: flex;
        justify-content: space-between;
    }

    .top-work-voice .wrap .col-md-6-col-12 {
        width: 49%;
    }

    /*  */

    .top-landsearch {
        padding: 100px 0;
    }

    .top-landsearch .wrap {
        display: flex;
        justify-content: space-between;
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
    }

    .top-landsearch .wrap .txt-box {
        width: 35%;
        padding: 30px;
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #service .top-landsearch .txt-box {
        background: transparent;
        padding: 0;
        padding-right: 50px;
    }

    .top-landsearch .wrap .txt-box h2 {
        font-size: 36px;
        text-align: center;
        
        padding-bottom: 20px;
        
    }
    .top-landsearch .wrap .txt-box p {
        letter-spacing: 0.1rem;
        line-height: 1.6;
    }

    .top-landsearch .wrap .bg {
        background-image: url(../img/top/land.jpg);
        background-size: cover;
        background-position: center center;
        height: 380px;
        width: 65%;
    }

    #service .top-landsearch .wrap .bg {
        background-image: url(../img/service/search-land.jpg);
    } 

    /* .youtube-blog */

    .youtube-blog {
        padding: 100px 0;
        z-index: 1;
        background: linear-gradient(to right, #48B4A7, #BABE41);
    }

    .youtube-blog::before {
        width: 100%;
        height: 370px;
        background-image: url(../img/top/youtube-bg.jpg);
        background-size: cover;
        position: absolute;
        left: 0;top: 0;
        content: '';
        z-index: 0;
    }

    .youtube-blog .wrap {
        display: flex;
        z-index: 2;
        position: relative;
        justify-content: space-between;
    }

    .youtube-blog .wrap > div {
        background: #fff;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
        width: 49%;
        padding: 30px 50px;
    }

    .tr {
        margin-right: 30px;
        text-align: right;
    }

    .top-contact {
        padding: 100px 150px 150px;
    }

    .youtube-blog .wrap > div h2 {
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        font-size: 34px;
        letter-spacing: 0.05em;
        text-align: left;
        text-align: center;
        color: #333;
    }

    .youtube-blog .blog .blog-wrap {
        display: flex;
        justify-content: space-between;
    }

    .youtube-blog .blog .blog-wrap + .blog-wrap {
        border-top: 1px solid #707070;;
    }

    .youtube-blog .blog .blog-wrap a {
        padding: 20px 0;
        display: flex;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }

    .youtube-blog .blog .blog-wrap a time {
        display: inline-block;
        width: 20%;
        color: #44B4AB;
    }
    .youtube-blog .blog .blog-wrap a span {
        display: inline-block;
        width: 80%;
        font-weight: bold;
    }

    .youtube-blog .blog .blog-wrap a .bg {
        height: 128px;
        background-size: cover !important;
        background-position: center center;
        transition: all .5s;
        margin-bottom: 10px;
    }

    .youtube iframe{
        width: 380px;
        height: 211px;
        margin: 0 auto;
        display: block;
    }




    /* service */

    #service .bg-title {
        height: 354px;
        position: relative;
        width: 100%;
        background-size: cover !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #service .bg-title h2 {
        
        font-size: 40px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
    }

    .service-detail {
        margin-bottom: 60px;
    }

    .service-detail .wrap {
        display: flex;
        align-items: center;
        padding: 50px 0 30px;
    }

    .service-detail .wrap .img-box {
        width:50% ;
    }

    .service-detail .wrap .txt-box {
        padding: 50px 30px;
        width: 50%;
    }

    .service-detail .wrap .txt-box h2 {
        
        font-size: 20px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }

    .service-detail .wrap .txt-box h2 .in {
        padding-right: 20px;
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .service-detail .wrap .txt-box h2 .flex {
        display: flex;
        align-items: center;
    }

    .service-detail .wrap .txt-box h2 .num {
        margin-right: 15px;
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        color: #44B4AB;
        vertical-align: middle;
    }

    .service-detail .wrap .txt-box h2::before {
        height: 1px ;
        width: 70%;
        position: absolute;
        content: '';
        background-color: #44B4AB;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .service-detail .wrap.direction-r {
        flex-direction: row-reverse;
    }

    /* blog-section */

    .blog-section .unit {
        display: flex;
        width: 100%;
        margin-bottom: 60px;
    }

    .blog-section .unit .img-box {
        width: 40%;
        height: fit-content;
    }

    .blog-section .unit .img-box .op {
        width: 100%;
    }

    .blog-section .unit .txt-box {
        width: 60%;
        padding: 0 40px;
    }
    
    .blog-section .txt-box h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
        
        color: #333;
    }

    .blog-section .txt-box time {
        
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.05em;
        text-align: left;
        line-height: 50px;
        color: #333;
    }

    /* blog-detail */

    .blog-detail {
        padding-bottom: 100px;
    }

    .blog-detail h2 {
        
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #333;
    }

    .blog-detail time {
        
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #333;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        display: block;
    }

    .blog-detail .content {
        margin-top: 40px;
    }

    .blog-detail .content p{
        margin-top: 40px;
        line-height: 1.6rem;
    }

    .two_column{
        display: flex;
        margin-top: 40px;
    }

    .pagenav {
        width: 300px;
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        font-weight: bold;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .pagenav li.back {
        text-decoration: underline;
        margin: 0 50px;
    }

    .pagenav .active a , .pagenav li:first-child a , .pagenav li:last-child a , .pagenav .back a {
        color: var(--font-color);
    }

    .pagenav li a {
        color: #A0A0A0;
    }

    /* company */

    #company .spec {
        background: #F5F7FA;
        padding-bottom:  50px;
        margin-top: 150px;
    }

    #company .spec img {
        margin-top: -50px;
    }

    #company .spec p {
        font-size: 18px;
        line-height: 30px;
    }

    .company-profile {
        padding: 100px 0;
    }

    .company-profile .outline div {
        padding: 20px 0;
        line-height: 1.6;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        em {
            color: #0D23C4;
            font-style: normal;
        }
        a {
            text-decoration: underline;
        }
        a:hover {
            text-decoration: none;
        }
    }

    /* contact-section */

    .contact-section {
        margin-top: 30px;
        margin-bottom: 150px;
    }

    .contact-section .wrap {
        margin-top: 70px;
        border-radius: 20px;
        background: #E6EFEE;
        padding: 50px 100px;
    }

    #contact .fvl-section > p {
        
        font-size: 24px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333;
        margin-top: 100px;
    }

    #contact .row {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 50px;
        text-align: left;
        color: #000;
        font-weight: bold;
    }

    #contact .row div {
        padding: 10px 0;
    }

    #contact .row input ,     #contact .row textarea {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #707070;
        width: 100%;
    }

    #contact .row input[type="radio"] {
        width: auto;
    }

    #contact .row textarea {
        height: 230px;
        resize: vertical;
    }

    #contact .all {
        background: linear-gradient(to right, rgba(68,180,171,1) 0%,rgba(190,190,62,1) 100%); 
        border:  none;
        border-radius: 30px;
        font-family: "Noto Sans CJK JP";
        font-size: 20px;
        color: #fff;
        height: 60px;
        width: 400px;
        margin: auto
    }

    #contact .row input[type="submit"] {
        background: linear-gradient(to right, rgba(68,180,171,1) 0%,rgba(190,190,62,1) 100%); 
        border:  none;
        border-radius: 30px;
        font-family: "Noto Sans CJK JP";
        font-size: 20px;
        color: #fff;
        height: 60px;
        width: 400px;
        margin: auto
    }
}