/* 202009xx ホームのお知らせをタブで切り替える */

#home-news-menu .tab_item {
    display: none;
}

#home-news-menu .is-active-item {
    display: block;
}

.tab-item-area {
    position: relative;
}

.no-articles {
    margin-top: 20px;
}

.cont-box.half.tab-item-area.bg-white {
    background-color: transparent !important;
}

.tab-menu .tab_btn {
    cursor: pointer;
}

/* home-news-menuの全部のcss */

#home-news-menu .tab-btn-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-top: 1px solid #e8f1f5;
}

#home-news-menu .tab-btn-area .tab_btn {
    font-size: 14px;
    color: #0084ca;
    text-align: center;
    width: 100%;
    padding: 1rem;
    border-left: 1px solid #e8f1f5;
}

@media (max-width: 575px) {
    #home-news-menu .tab-btn-area .tab_btn {
        font-size: 15px;
        line-height: 1.2;
        padding: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    #home-news-menu .tab-btn-area .tab_btn {
        font-size: 1rem;
        padding: 15px;
    }
}

#home-news-menu .tab-btn-area .tab_btn:first-child {
    border-left: none;
}

#home-news-menu .tab-btn-area .tab_btn.is-active-btn {
    color: #fff;
    background-color: #0084ca;
    border-right-color: #0084ca;
    border-left-color: #0084ca;
}

#home-news-menu .category-name {
    font-size: 12px;
    color: #0084ca;
    background: #e8f1f5;
    padding: 3px 6px;
    display: inline;
    border-radius: 2px;
    margin-right: 15px;
    min-width: 90px;
    text-align: center;
}

@media (min-width: 768px) {
    #home-news-menu .category-name {
        font-size: 14px;
        min-width: auto;
    }
}

/* end */
@media screen and (min-width: 576px) {
    #home-news-menu .table-base dl dt {
        width: 168px;
        border-right: none;
        min-width: 168px;
        padding-right: 5px;
        border-top: transparent;
    }
}

.all-1 {
    display: flex;
}

.all-1 .image-02 {
    margin-top: 95px;
}

.bg-common.catch .item-image .box .image:nth-child(3) {
    margin-left: 85px;
    margin-top: 30px;
}


.row-net .text {
    color: #fff;
    background-color: #16a6c1;
    padding: 15px;
    width: 127px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.row-net .text-title {
    color: #16a6c1;
    font-weight: 500;
    text-align: center;
}

.row-net .box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.row-net .box a:hover::before {
    opacity: 1;
}

.row-net .box a::before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
}

@media screen and (max-width: 767px) {
    .row-catch .button-area {
        text-align: center;
    }

    .bg-common.net-product h2 {
        margin-bottom: 30px;
    }

    .row-catch .metabox {
        width: 100%;
        line-height: 29px;
    }

    .bg-common.catch .item-image .box .image:nth-child(2) {
        width: 65%;
    }

    .bg-common.catch .item-image .box .image:nth-child(3) {
        width: 65%;
    }
}

@media screen and (min-width: 768px) {
    .swiper.add-slider {
        width: 610px;
    }

    .bg-common.catch .item-image .box .image:nth-child(2) {
        margin-left: 110px;
    }



}

/* service-slider */
.service-slider .swiper-wrapper {
    transition-timing-function: linear;
}

@media screen and (min-width: 992px) {
    .row-catch .metabox {
        width: 68%;
        line-height: 29px;

    }

    .page-home main .jumbotron.jumbotron-common {
        height: 100%;
    }

    .row-service .item:nth-child(2) .cont {
        margin-top: 60px;
    }



}

@media screen and (max-width: 991px) {
    .row-service h2 {
        margin-top: 30px;
    }


    .row-catch .metabox {

        margin: auto;
    }

    .bg-common.service .item:nth-child(2) .cont {
        margin: auto;
    }

    .row-service .item:nth-child(2) .cont {
        margin-top: 30px;
    }

    .row-service .metabox {
        margin: auto;
        line-height: 37px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.service-slider img {
    width: 100%;
}

/* 临时关闭 */
.bg-common.service .swiper {
    /* overflow: visible; */
    /* width: 70%; */
}




.row-service .button-area {
    text-align: center;
}

.row-service .button-area a {
    min-width: 218px;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

/* row-link-area */

.row-link .box {
    position: relative;
}

.row-link .link-title::before {
    background: #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    right: -27px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

.row-link a:hover .link-title::before {
    background: #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    right: -27px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
    transition: .5s ease all;
}

.title-big-jpn {
    border-bottom: 1px solid;
}

.row-link a:hover {
    color: #fff;
    transition: .5s ease all;
}

.row-link a {
    transition: .5s ease all;

}

@media screen and (min-width: 992px) {

    .row-link .text-all .title-big-jpn {
        font-size: 32px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .row-link .text-all {
        position: absolute;
        left: 95px;
        bottom: 40px;
    }

    .row-link .link-title {
        position: absolute;
        right: 105px;
        top: 40px;
        z-index: 9;
    }
}

@media screen and (max-width: 767px) {
    .right-content {
        width: 100%;
    }

    .swiper.add-slider {
        width: 100%;
    }

    .row-link .text-all .title-big-jpn {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .row-link .link-title {
        position: absolute;
        right: 85px;
        top: 23px;
        font-size: 11px;
        z-index: 9;
    }

    .row-link .text-all {
        position: absolute;
        left: 38px;
        bottom: 20px;
    }

    .title-big-eng {
        font-size: 15px;
    }
}

.row-catch .button-area {
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .row-catch .metabox {
        line-height: 29px;
        margin: auto;
    }

    .row-service .metabox {
        margin: auto;
        line-height: 37px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .row-catch h1 {
        text-align: left;
    }

    .row-link .text-all .title-big-jpn {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .row-link .link-title {
        position: absolute;
        right: 62px;
        top: 40px;
        font-size: 14px;
    }

    .row-link .text-all {
        position: absolute;
        left: 50px;
        bottom: 40px;
    }

    .title-big-eng {
        font-size: 15px;
    }
}


.row-introduce a .img::before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(22, 166, 193, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.row-introduce a .img:hover::before {
    opacity: 0;

}

.row-introduce a .img {
    position: relative;
}

.right-content .content:nth-child(2) .button-area {

    position: absolute;
    bottom: 17px;
    right: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.right-content .title-all .ttl-eng {
    text-align: left;
}

.right-content .content:nth-child(1) .button-area {
    position: absolute;
    bottom: 19px;
    right: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.right-content .content:nth-child(2) {
    margin-top: 20px;
}

.row-introduce .all-text .ttl-jpn,
.row-introduce .all-text .ttl-eng {
    color: #fff;
}

.btn.btn-outline-primary.bg-white-button {
    color: #000;
    border: 2px solid #16a6c1;
    background-color: #fff;
}

.row-introduce a:hover .btn.btn-outline-primary.bg-white-button {
    color: #fff;
    border: 2px solid #16a6c1;
    background-color: #16a6c1;
}

.content {
    position: relative;
}

.row-introduce .btn.btn-outline-primary.bg-white-button {
    max-width: 258px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    min-width: 210px;
}

.img-section .img {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .row-introduce .all-text .ttl-jpn {
        margin-bottom: 10px;
    }

    .right-content .content:nth-child(1) .title-all {
        position: absolute;
        bottom: -13px;
        left: 18%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .right-content .content:nth-child(2) .title-all {
        position: absolute;
        bottom: -13px;
        left: 23%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .img-section .img .title {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #000;
        font-weight: 500;
    }

    .right-content .content:nth-child(1) .button-area {
        position: absolute !important;
        bottom: 8px !important;
        right: 5px !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .right-content .title-all .ttl-eng {
        text-align: left;
    }

    .right-content .content:nth-child(2) .button-area {
        position: absolute !important;
        bottom: 8px !important;
        right: -5px !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .right-content .content:nth-child(2) {
        margin-top: 20px;
    }

}

@media screen and (min-width: 768px) {
    .row-introduce .all-text .ttl-jpn {
        margin-bottom: 24px;
    }

    .right-content .content:nth-child(1) .title-all {
        position: absolute;
        bottom: -10px;
        left: 15%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    /* .right-content .content:nth-child(1) .title-all {
        position: absolute;
        bottom: -18px;
        left: 14%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    } */

    .right-content .content:nth-child(2) .title-all {
        position: absolute;
        bottom: -12px;
        left: 19%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .img-section .img .title {
        position: absolute;
        top: 65px;
        left: 155px;
        color: #000;
        font-weight: 500;
        font-size: 24px;
    }
}


.bg-commom.blog h2 .ttl-jpn,
.bg-commom.ins h2 .ttl-jpn {
    font-size: 32px;
    font-weight: 500;
    display: block;
    color: #16a6c1;
}

.bg-commom.blog h2 .ttl-eng,
.bg-commom.ins h2 .ttl-eng {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.bg-commom.blog h2,
.bg-commom.ins h2 {
    margin-bottom: 20px;
    position: relative;

}



/* blog-slider */
.blog-slider {
    width: 90%;
}

.blog-slider img {
    width: 100%;
}

.bg-commom.blog .blog-slider .post-item,
.bg-commom.ins .blog-slider .post-item {
    padding: 15px;
    background-color: #e4f2f5;
}

.bg-commom.blog .button-area .btn-outline-primary,
.bg-commom.ins .button-area .btn-outline-primary {
    min-width: 210px;
    padding: 20px 43px 20px 20px;
    text-align: center;
    margin-top: 30px;
}

.bg-commom.blog .news-info,
.bg-commom.ins .news-info {
    color: #16a6c1;
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-commom.blog .news-text,
.bg-commom.ins .news-text {
    font-weight: 500;
    font-size: 15px;
    color: #16a6c1;
    margin-bottom: 10px;
    margin-top: 8px;
}


.swiper-button-prev {
    color: #fff;
    background: #16a6c1;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 64px;
    top: inherit;
    transform: none;
    transition: 0.5s ease all;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-100%);
    -ms-transform: translateY(-50%);
}

.swiper-button-next {
    color: #fff;
    background: #16a6c1;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 64px;
    top: inherit;
    transform: none;
    transition: 0.5s ease all;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-100%);
    -ms-transform: translateY(-50%);
}

.more {
    font-weight: 400;
    color: #000;

}

.news-image img {
    border-radius: 5px;
}

.news-content {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.more-link {
    text-align: center;
    position: relative;

}

.more-link .more {
    position: relative;
}

.more-link .more::before {
    background: #16a6c1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

.bg-common.net-product .ttl-area {
    margin-bottom: 40px;
}

.top-slider {
    width: 100%;
}

.top-slider img {
    width: 100%;
}



.top-slider {
    position: relative;
}



.bg-common.catch {
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .row-catch .item:nth-child(1) .cont {
        margin-left: 50px;
    }

    .page-home main {
        padding-top: 103px;
    }

    .bg-common.service .item:nth-child(2) .cont {
        width: 65%;
    }

    .catch-slider {
        position: absolute;
        bottom: 25px;
        z-index: 8;
        left: 155px;
        width: 40%;
    }

}

@media screen and (max-width: 767px) {
    .page-home main {
        padding-top: 60px;
    }

    .catch-slider {
        position: absolute;
        bottom: 10px;
        z-index: 8;
        left: 30px;
        width: 70%;
    }
}

.page-home .bg-common.service a {
    min-width: 190px;
    padding-left: 34px;
}

/* 火狐 */
@-moz-document url-prefix() {
    @media screen and (min-width: 768px) {
        .row-introduce .all-text .ttl-jpn {
            margin-bottom: 24px !important;
        }

        .right-content .content .title-all {
            position: relative !important;
            bottom: 65px !important;
            left: 55% !important;
            text-align: left !important;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

        .right-content .title-all .ttl-eng {
            text-align: inherit !important;
        }


        .all-text center {
            position: absolute;
        }

        .right-content .content .button-area {
            position: relative !important;
            bottom: 112px !important;
            right: -257px !important;
            text-align: right !important;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }
    }
}



/* Safariのみ */
::-webkit-full-page-media,
:future,
:root .right-content .content:nth-child(1) .button-area {
    position: absolute;
    bottom: 30px !important;
    right: 40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

::-webkit-full-page-media,
:future,
:root .right-content .content:nth-child(2) .button-area {
    position: absolute;
    bottom: 30px;
    right: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

    ::-webkit-full-page-media,
    :future,
    :root .right-content .content:nth-child(1) .title-all {
        position: absolute;
        bottom: -15px;
        left: 20%;
    }

    ::-webkit-full-page-media,
    :future,
    :root .right-content .content:nth-child(2) .title-all {
        position: absolute;
        bottom: -15px;
        left: 23%;

    }
}

.right-content a:hover .ttl-jpn {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7), -4px 0px 8px rgba(0, 0, 0, 0.7);
}

.right-content a:hover .ttl-eng {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7), -4px 0px 8px rgba(0, 0, 0, 0.7);
}

.right-content a:hover .link-title-2 {
    color: #fff;
}

.row-introduce .right-content a:hover .link-title-2::before {
    background: #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    right: -27px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
    transition: .5s ease all;
}


.row-link a:hover .link-title {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7), -4px 0px 8px rgba(0, 0, 0, 0.7);
    color: #fff;

}



.row-link a:hover .text-all {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7), -4px 0px 8px rgba(0, 0, 0, 0.7);
    color: #fff;


}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease all;
}

.row-link a:hover .img-cover {
    opacity: 0;
    transition: .5s ease all;
}

.img-cover-2 {
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s ease all;
}

.row-link a:hover .img-cover-2 {
    opacity: 0;
    transition: .5s ease all;
}

/* 12.26新追加 */
.box.half.tab-item-area.bg-white {
    display: block;
}

.row-blog {
    align-items: center;
}

.row-blog .button-area .btn-outline-primary {
    min-width: 187px;
}

.row-blog .button-area .btn .icon::before {
    background: #16a6c1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -46px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

.table-dl.table-base.table-home-news {}

.row-blog .table-base dl dt {
    background-color: #fff;
    color: #16a6c1;
}




@media (min-width: 768px) {
    .row-blog .table-base dl dd {
        border-left: transparent;
        padding-left: 5px;
        border-top: transparent;
    }

    .row-blog {
        padding: 60px;
        box-shadow: 1px 6px 10px 0px rgb(232 234 231);

        background-color: #fff;
    }


    .row-blog .button-area {
        margin-top: 31px;
        margin-bottom: -42px;
    }

}

@media (max-width: 767px) {
    .row-blog .table-base dl dd {
        border-left: transparent;
        border-top: transparent;
    }

    .row-blog .button-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row-blog {
        padding: 43px 0 25px 0;
        box-shadow: 1px 6px 10px 0px rgb(232 234 231);
        background-color: #fff;
    }


}

.bg-commom.recruit {
    background-image: url('../img/home-test/bg-recruit-area.png');
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    margin: 0 16px;

}

.bg-commom.recruit h2,
.bg-commom.recruit a {
    position: relative;
    z-index: 1;
    color: white;
}

.container-fluid.inner.recruit-bnr {
    position: relative;
    padding-top: 20px;
}

.bg-commom.recruit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.btn .btn-outline-recruit {
    border: 2px solid #ffffff;
}

.recruit_banner_text_jpn {
    display: flex;
    justify-content: center;
}

.recruit_banner_text_eng {
    display: flex;
    justify-content: center;
}

h2.top-recruit-ttl::before {
    background: #fff;
}

.recruit-link {
    border: 1px solid #fff;
    padding: 10px 42px 10px 35px;
    font-size: 18px;
    border-radius: 3px;
    position: relative;
}

.recruit-link:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 44%;
    right: 20px;
    background: #fff;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .recruit-link {
        border: 1px solid #fff;
        padding: 10px 37px 10px 15px;
        font-size: 13px;
        border-radius: 3px;
        position: relative;
    }
}