/* 共通部分 */
/* レギュラー，普通，base */

/* 整体字体设置 */
.red-1 {
    color: #cb3c45;
}

.deep-yellow {
    color: #ffa82b;
}

.yellow-1 {
    color: #f1d23c;
}

.green {
    color: #aff13c;
}

.green-2 {
    color: #78f13c;
}

.green-3 {
    color: #3cf19a;
}

.blue {
    color: #3cf1eb;
}

.blue-2 {
    color: #3c84f1;
}

.blue-3 {
    color: #4d3cf1;
}

.white {
    color: #fff;
}

.red {
    color: #f13c3c;
}

.center {
    text-align: center;
}

.block_12 {
    padding: 180px 0;
}

@media screen and (min-width: 576px) {
    .block_11 {
        padding: 90px 0;
    }

}

@media screen and (max-width: 575px) {
    .waku-3 {
        position: relative;
        top: 50%;
        left: 58%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .btn-circle-5.red-1 {
        border-radius: 0px;
        display: flex;
        align-items: center;
        width: 166px;
        height: 46px;
        background: #cb3c45;
        color: #FFF;
        text-decoration: none;
        padding-left: 40px;
        margin-right: 0px;
        margin-top: 42px;
    }

    .btn-circle-5.red-1:hover {
        border-radius: 0px;
        display: flex;
        align-items: center;
        width: 166px;
        height: 46px;
        background: #ffa82b;
        color: #FFF;
        text-decoration: none;
        padding-left: 40px;
        margin-right: 0px;
        margin-top: 42px;
    }

    .block_11 {
        padding: 30px 0;
    }

}



* {
    font-family: 'Noto Sans JP', sans-serif;
}

.contact-area .ttl-eng {
    color: #fff;
}

.ttl-01 {
    font-weight: 700;
    font-size: 60px;
}

.ttl-02 {
    font-weight: 500;
    font-size: 30px;
}

.ttl-03 {
    font-weight: 500;
    font-size: 30px;
}

.ttl-04 {
    font-weight: 400;
    font-size: 24px;
}

.ttl-05 {
    font-weight: 500;
    font-size: 21px;
}

.ttl-06 {
    font-weight: 400;
    font-size: 21px;
}

.ttl-07 {
    font-size: 18px;
    font-weight: 500;
}

.ttl-08 {
    font-size: 16px;
    font-weight: 500;
}

.ttl-09 {
    font-size: 12px;
    font-weight: 500;
}

.ttl-10 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ttl-11 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.ttl-11.red {
    color: #cb3c45;
}

.name.ttl-11 {
    margin-top: 6px;
}

.ttl-12 {
    font-size: 36px;
    font-weight: 500;
}

.ttl-13 {
    font-size: 18px;
    font-weight: 400;
}

.ttl-14 {
    font-size: 30px;
    font-weight: 500;
}

.ttl-15 {
    font-size: 14px;
    font-weight: 400;
}

.ttl-16 {
    font-size: 24px;
    font-weight: 500;
}

.black {
    color: #000;
}

.yellow {
    color: #ffa82b;
}

/* top-entry */
.recruit-top-entry .bg-img {
    /* padding: 190px; */
    height: 605px;
    position: relative;
    bottom: 60px;
    margin-top: 65px;
}

.recruit-top-interview-information-img {
    text-align: center;
}

.waku-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.recruit-top-entry-img .button a {
    background-color: #fff;
    color: #cb3c45;
    border-radius: 0px;
    padding: 32px;
    min-width: 430px;
}

.recruit-top-entry-img .button {
    justify-content: center;
    margin-top: 108px;
}


.interview-personal-area .bg-white {
    /* width: 76%; */
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

/* .row-interview-area a::before {
    content: "";
    display: block;
    background: rgba(255, 168, 44, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
} */
.row-interview-area a:hover .interview-personal-img,
.row-interview-area a:hover .interview-ttl-area-all {

    transition: all 0.5s ease-out;
    box-shadow: 0px 5px 20px 0px rgb(59 65 65);

}

.row-interview-area a .interview-personal-img,
.row-interview-area a .interview-ttl-area-all {

    transition: all 0.5s ease-out;

}




.row-interview-area a:hover:before {
    opacity: 1;

}

.interview-area-all {
    margin-top: 30px;
}

.interview-title.red {
    color: #cb3c45;
    margin-bottom: 30px;
}

.ttl-eng {
    font-weight: 400;
    font-size: 12px;
}

.ttl-jpn {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}

.nav-item .nav-link {
    font-weight: 400;
    font-size: 14px;
}

p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;

}

.vertaical {
    writing-mode: vertical-rl;
    color: #000000;
}

.btn-red {
    background-color: #cd1723;
}

.btn-oblong {
    background-color: #cc3c46;
}

.btn-oblong.btn-danger {
    border-radius: 0;
    padding: 21px;
    min-width: 240px;
}

.btn-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 73px;
    background: #000;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.page-recruit-child .btn-primary {
    color: #fff;
    background-color: #cc3c46;
    border-color: #cc3c46;
}

.page-recruit-child .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-recruit-child .btn-outline-primary {
    color: #000;
    border-color: #000;
}

.btn-outline-primary {
    padding: 20px;
    border-color: #000;
    color: #000;

}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #cc3c46;
    border-color: #cc3c46;
}


/* headerのmenuの部分 */

@media only screen and (min-width: 992px) {
    .post-type-archive-works .jumbotron {
        margin-top: 155px;
    }

    .navbar.navbar-recruit.navbar-expand-lg.base.active {
        background-color: #fff;
    }

    .navbar.navbar-recruit.navbar-expand-lg.base.active .recruit-site,
    .navbar.navbar-recruit.navbar-expand-lg.base.active .header-menu .navbar-nav .nav-link,
    .navbar.navbar-recruit.navbar-expand-lg.base.active .header-contacts.co-color {
        color: #000;
    }

    .navbar.navbar-recruit.navbar-expand-lg.base.active .corporate-box .header-contacts {
        padding-bottom: 7px;
        border-bottom: 1px solid #000;
        border-radius: 0px;
    }

    .page-recruit .jumbotron-common .ttl-main .ttl .ttl-jpn {
        font-size: 60px;
        font-weight: 700;
    }

    /* 头部菜单右边线的部分 */
    .navbar .navbar-nav .nav-item {
        border-right: 1px solid black;
        /* ↑普通的按照这个取名 */
    }


    .navbar-recruit .navbar-nav .nav-item {
        border-right: 1px solid #fff;
        /* ↑采用的头按照这个取名 */
    }



    .navbar-nav .nav-item:last-child {
        border-right: none;
    }

    header .contact-block.base {
        position: absolute;
        top: 0;
        display: block;
        margin-right: 20px;
    }

    footer .contact-block.base {
        position: relative;
        top: 0;
        display: block;
        margin-right: 20px;
    }

    .contact-block.base .box {
        display: flex;
    }

    .contact-block .mail .btn {
        font-size: 14px;
        display: flex;
        justify-content: space-evenly;
    }

    header .contact-block-recruit .mail .btn {
        font-size: 14px;
        display: flex;
        justify-content: space-evenly;
        min-width: 146px;
    }

}

.mail .mail-box .btn.btn-danger {
    border-radius: 25px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.navbar-recruit .navbar-brand {
    padding: 0 10px;
}

footer .footer-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}


@media screen and (max-width: 991px) {
    .ttl-04 {
        font-size: 15px;
    }

    .ttl-jpn {
        font-weight: 500;
        font-size: 20px;
        color: #000000;
    }

    .navbar-recruit .tel .icon-box a svg {
        margin-right: 0;
    }

    .navbar-recruit .contact-block.contact-recruit.base .btn-light {
        /* padding: 9px; */
    }

    .navbar-recruit .contact-block.contact-recruit.base {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
    }

    .navbar .contact-block.base {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
    }

    header .contact-block.base ul .mail .mail-box {
        display: grid;
    }

    footer .btn {
        /* max-width: 250px; */
        padding: 15px;
        line-height: 1;
        text-align: center;
        transition: .5s ease all;
        border-radius: 0;
        position: relative;
        text-align: center;
    }

    footer .contact-area .tel a,
    footer .contact-area .mail a {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

.num {
    display: none;
}

.navbar .navbar .header-menu .navbar-nav .nav-link {
    color: #000000;
}



.footer-middle .contact-block.base .btn-light {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.contact-block.base .btn-light {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.footer-middle .contact-block.base .btn-light:hover {
    color: #fff;
    background-color: #bb3740;
    border-color: #bb3740;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.contact-block.base .btn-light:hover {
    color: #fff;
    background-color: #bb3740;
    border-color: #bb3740;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

header .contact-block.base .btn-danger {
    color: #fff;
    background-color: #cc3c46;
    /* border-color: #cc3c46; */
    font-size: 14px;
    border-radius: 25px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-danger {
    color: #fff;
    background-color: #cc3c46;
    /* border-color: #cc3c46; */
    border-radius: 25px;
}

.btn-danger {
    border-color: transparent;
}

.btn-area.text-center .btn-danger {
    color: #fff;
    background-color: #cc3c46;
    /* border-color: #cc3c46; */
    border-radius: 25px;
    padding: 16px;
}

.btn-area.text-center .btn-danger:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 25px;
    padding: 16px;
}

.btn-dark:hover {
    background-color: #cc3c46;
    border-color: #cc3c46;
}

.btn-danger:hover {
    background-color: #000;
    /* border-color: #000; */
    border-color: transparent;
}

.btn-outline-danger {
    padding: 16px;
    border-radius: 25px;
}

.contact-block.base .btn-danger:hover {
    background-color: #000;
}

.conporate-box .btn.btn-light:hover {
    background-color: #000;
    border-color: transparent;
    border-radius: 25px;
    padding: 8px;
    color: #fff;
}

.footer-top-area .contact-block.base .tel .btn:hover {
    background-color: #cc3c46;
    border-color: transparent;
    border-radius: 25px;
    padding: 4px;
}

footer .contact-area-recruit .tel .btn:hover {
    background-color: #cc3c46;
    border-color: transparent;
    border-radius: 25px;
}

footer .contact-area-recruit .tel .btn:hover .header-contacts {
    color: #fff;
}




@media screen and (max-width: 767px) {

    .page-for-families main {
        padding-top: 60px;
    }


    .row-interview-area {
        width: 80%;
    }

    .row-works-1 .box.bg-white {
        padding: 9px;
    }

    .row-family-1 .box.bg-white {
        padding: 9px;
    }

    .interview-area-all {
        margin-top: 0px;
    }

    .recruit-top-entry .bg-img {
        height: 270px;
    }

    .recruit-top-interview-information-img-all .btn-circle-4.yellow {
        border-radius: 0px;
        display: flex;
        align-items: center;
        width: 430px;
        height: 60px;
        background: #ffa82b;
        color: #FFF;
        text-decoration: none;
        padding-left: 40px;
        margin-right: 0px;
        margin-top: -19px;
        margin-left: 190px;
    }

    .recruit-top-entry-img .button a {
        background-color: #fff;
        color: #cb3c45;
        border-radius: 0px;
        padding: 25px;
        min-width: 220px;
    }

    .recruit-top-interview .ttl-12.red-1 {
        text-align: center;
        margin-left: 0px;
    }

    .jumbotron.jumbotron-common .ttl .ttl-eng {
        margin: 0;
        color: #fff;
        vertical-align: top;
        justify-content: center;
        display: flex;
        font-size: 12px;
        font-weight: 500;
        margin-top: 5px;
    }

    .part-bg-yellow {
        background-color: #eaeaea;
        border-radius: 0 0 0 100px;
        margin-left: 0;
    }

    header .contact-block.base ul,
    header .contact-block.base ul li,
    header .contact-block.base ul li .block-area {
        /* display: block; */
    }

    .contact-block.base ul .tel {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .logo-area {
        text-align: center;
    }

    footer .footer-middle {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
    }


    .contact-area .mail a {
        font-size: 14px;
        border-radius: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        max-width: 250px;
        margin: auto;
    }

    .contact-area .mail a {
        min-width: 250px;
        padding: 10px;
    }

    .ttl-07 {
        font-size: 15px;
    }

    footer .contact-area .mail a {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-top: 5px;
    }

    .bg-common.contact.page-contact-area .mail a {
        margin-top: 15px;
    }

    .contact-block.base ul,
    .contact-block.base ul li,
    .contact-block.base ul li .block-area {
        display: block;
    }


    .contact-block.base .icon-box svg {
        width: 30px;
        height: 30px;
        margin-left: 0px;
    }
}



footer a {
    color: #000000;
}

@media screen and (min-width: 992px) {

    footer .contact-area .tel a,
    footer .contact-area .mail a {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
    }

    footer .navbar-brand {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 15px 10px;
        margin-right: 0;
        position: relative;
        justify-content: center;
    }

    footer .navbar-nav .nav-item,
    footer .navbar-nav .nav-link {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* footerのmenuの部分 */
    /* 头部菜单右边线的部分 */
    footer .nav-item {
        border-right: 1px solid black;

    }

    footer .navbar-nav .nav-item:last-child {
        border-right: none;
    }

    /* footer .contact-block.base {
        position: absolute;
        top: 0;
        display: block;
        margin-right: 20px;
    } */

}



.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/* 第二个咨询部分设置 */
@media only screen and (min-width: 578px) {
    .bg-common.contact.page-contact-area .mail a {
        margin-top: 30px;
    }

}

.bg-common.contact.page-contact-area {
    background-color: #252525;
}

@media only screen and (min-width: 768px) {

    .recruit-top-interview .ttl-12.red-1 {
        text-align: center;
        margin-left: 445px;
    }

    .jumbotron.jumbotron-common .ttl .ttl-eng {
        margin: 0;
        color: #fff;
        vertical-align: top;
        justify-content: center;
        display: flex;
        font-size: 24px;
        font-weight: 500;
        margin-top: 5px;
    }

    .part-bg-yellow {
        background-color: #eaeaea;
        border-radius: 0 0 0 100px;
        margin-left: 10%;
    }
}


.part-bg-yellow-left {
    background-color: #eaeaea;
    border-radius: 0 0 100px 0;
    margin-right: 10%;
}

.bg-common.contact.page-contact-area .row img {
    border-radius: 65px 0 0 0;
}

.bg-common.contact.page-contact-area .contact-area {
    /* 
    display: flex;
    align-items: center; */
}

.bg-common.contact.page-contact-area .row-page-contact-area .title {
    margin-left: 10px;
    margin-top: 15px;
}



@media screen and (min-width: 992px) {


    .bg-common.contact.page-contact-area .contact-area .tel a {
        min-width: 320px;
    }

    .bg-common.contact.page-contact-area .contact-area .mail a {
        min-width: 320px;
    }
}

@media screen and (max-width: 991px) {

    footer .contact-area-recruit .mail .btn {
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin-right: 30px;
        align-items: center;
        min-width: 202px;
        border-radius: 0px;
        padding: 11px;
        margin: auto;
    }


    footer .contact-area .tel a,
    footer .contact-area .mail a {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-top: 5px;
    }

    footer .contact-area-recruit .tel a,
    footer .contact-area-recruit .mail a {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-top: 5px;
    }


}

.row.row-stretch.row-page-contact-area .ttl.ttl-02.b0,
.row.row-stretch.row-base .ttl.ttl-02.b0 {
    display: flex;
}

.center {
    text-align: center;
}

.ttl-red {
    color: #cd1723;
}

.navbar .jumbotron.jumbotron-common {
    margin-top: 45px;
}



.jumbotron.jumbotron-common .ttl-cont {
    justify-content: center;
}

.jumbotron.jumbotron-common .ttl .ttl-eng {
    text-transform: capitalize;
    justify-content: center;
}


.img-pump-03 {
    margin-left: 83%;
    margin-top: 10px;
}

/* archive-works页面 */
@media screen and (min-width: 992px) {
    .row-works .cont .cont-box.half {
        padding: 20px 20px 55px 20px;
    }
}

@media screen and (max-width: 991px) {


    .row-works .item .term-slug-cont {
        justify-content: center;
    }

    .row-works .cont .cont-box.half {
        padding: 10px 10px 35px 10px;
    }

    .row-works .item .ttl {
        text-align: center;
    }

    .image {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {


    .page-home .row-works .col-6.col-md-2.item:nth-child(even) .image {
        border-radius: 0 20px 0 0;
        margin-top: 20px;
    }



    .recruit-top-interview-information-img-all .btn-circle-4.yellow {
        border-radius: 0px;
        display: flex;
        align-items: center;
        width: 430px;
        height: 82px;
        background: #ffa82b;
        color: #FFF;
        text-decoration: none;
        padding-left: 40px;
        margin-right: 50px;
        margin-top: -57px;
    }

    .page-for-families .recruit-top-interview {
        padding-top: 120px;
    }

    .block_90 {
        padding-top: 90px;
        padding-bottom: 35px;
    }

    .row-works .cont figure {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 767px) {

    .bg-common.page.entry.contact.bg-yellow,
    .bg-common.contact {
        padding-top: 45px;
    }


    .recruit-top-interview-information h2 .diamond.yellow {
        width: 40px;
        height: 40px;
        background: #ffa82b;
        transform: rotate(45deg);
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .recruit-top-interview-information h2 .title.ttl-02.yellow {
        color: #ffa82b;
    }

    .page-for-families .recruit-top-interview {
        padding-top: 25px;
    }

    .ttl-12 {
        font-size: 19px;
    }

    .interview-personal-img {
        margin-top: 50px;
    }


    .row-works .cont figure {
        margin-bottom: 18px;
    }

    .row-works .item .term-slug {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        background-color: #cc3c46;
        padding: 5px;
    }

    .block_90 {
        margin-top: 70px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.breadcrumb {
    position: relative;
}

.breadcrumb-area {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
}

.breadcrumb li a {
    color: #000;
}


/* single-works的css */
.single-works .swiper-slide img {
    height: auto;
    width: 100%;
}

.single-works .ttl-03 {
    color: #000;
    background-color: #eaeaea;
    border-color: #cc3c46;
    border-left: 13px solid #cc3c46;
    border-bottom: 2px solid #cc3c46;
    border-right: 2px solid #cc3c46;
    border-top: 2px solid #cc3c46;
    padding: 10px 10px 10px 26px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.single-works .swiper {
    margin-left: inherit;
}

.single-works .slider-thumbnail .swiper-slide:first-child .image {
    text-align: initial;
}



.single-works .slider-thumbnail .swiper-slide img {}

/* 幻灯片 */
.single-works .slider-thumbnail .swiper-slide {
    opacity: 1;
    transition: opacity .5s;
    width: calc(100% / 3);
    padding: 0 10px;
}

.single-works .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.slider-thumbnail {
    margin-top: 20px;
}

/* レイアウトのためのスタイル */
.single-works .swiper {
    max-width: 800px;
    width: 100%;
}

.single-works .swiper-slide img {
    height: auto;
    width: 100%;
}

.single-works .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .b0.center .image::before {
    content: "";
    display: block;
    background: rgba(204, 60, 70, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.single-works .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .b0.center .image {
    position: relative;
}

.swiper-slide.swiper-slide-visible {
    cursor: pointer;

}

/* 第二张开始的 */




/* 表格 */
.single-works .works_text dt,
.single-works .works_text dd {
    padding: 15px;
}

.single-works .table-base dd,
.single-works .table-base dt {
    display: block;
}

.single-works .table-base dl dt {
    width: 100%;
}

.single-works .table-base dl {
    border-right: 1px solid #e6e6e6;
}

.single-works .table-base dl {
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 0;
}


.single-works .ttl-02.ttl-02-line {
    display: inline-block;
    border-bottom: 3px solid #cc3c46;
    padding-bottom: 5px;
    margin-bottom: 60px;
}

.single-works h2 {
    text-align: center;
}



@media screen and (max-width: 767px) {
    .footer-middle .logo-area .logo-image {
        width: 70%;
    }

    .single-works .ttl-03 {
        color: #000;
        background-color: #eaeaea;
        border-color: #cc3c46;
        border-left: 13px solid #cc3c46;
        border-bottom: 2px solid #cc3c46;
        border-right: 2px solid #cc3c46;
        border-top: 2px solid #cc3c46;
        padding: 10px;
        text-align: center;
        margin-bottom: 60px;
        margin-top: 20px;
        font-size: 20px;
    }

    .works_text {
        margin-top: 50px;
    }
}



/* recruit主页的css */
@media screen and (min-width: 992px) {
    .navbar.navbar-recruit {
        background: transparent;
        transition: all 0.5s ease-out;
    }

}

.navbar.navbar-recruit .jumbotron.jumbotron-common {
    margin-top: 0px;
}

footer .contact-area-recruit .tel .btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    align-items: center;
    padding: 8px;
    min-width: 202px;
    color: #000;
    margin: auto;
}

footer .contact-area-recruit .tel .btn {
    /* background-color: #cc3c46; */
    border-color: transparent;
    border-radius: 25px;
}

@media screen and (min-width: 992px) {
    footer .contact-area-recruit .mail .btn {
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin-right: 30px;
        align-items: center;
        min-width: 202px;
        border-radius: 0px;
        padding: 11px;
    }

    .navbar.navbar-recruit .header-menu .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-recruit .contact-block.contact-recruit .corporate-box a {
        background: none;
        margin-right: 5px;
        border-radius: 25px;
        padding: 4px;
    }

    .navbar-recruit .contact-block.contact-recruit .corporate-box a:hover {
        background: none;
        margin-right: 5px;
        border-radius: 25px;
        padding: 4px;
        background-color: #cc3c46;
    }

    footer .contact-area-recruit .corporate-box a {
        background: none;
        margin-right: 5px;
    }

    .contact-recruit .tel .btn {
        /* background-color: #cc3c46; */
        border-color: transparent;
        border-radius: 0px;
    }



    .navbar-recruit .corporate-box .header-contacts {
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        color: #fff;
    }

    .navbar-recruit .corporate-box .header-contacts:hover {
        padding-bottom: 7px;
        border-bottom: 1px solid #000;
        border-radius: 0px;
    }

    .contact-recruit .tel .btn:hover {
        background-color: #cc3c46;
        border-color: transparent;
        border-radius: 0px;
    }

}

@media screen and (max-width: 991px) {
    .contact-recruit.base .btn-light {
        padding: 9px;
    }

    .contact-block.contact-recruit.base ul {
        margin-top: 0px;
    }

    .contact-block.contact-recruit.base ul li {
        margin-top: 0px;
    }

    .contact-block.contact-recruit.base .btn-danger {
        padding: 15px;
    }

    .contact-block.contact-recruit.base .btn-light {
        padding: 17px;
    }

    .contact-recruit.base .tel .btn:hover {
        background-color: #cc3c46;
        border-color: transparent;
    }

}


/* 采用主页共通 */
.recruit-top-interview-information .title.ttl-02.yellow {
    justify-content: center;
    align-items: center;
}

.button a {
    /* 最后一个%是阴影的深淡调节 */
    box-shadow: 0px 5px 20px 0px rgb(59 65 65 / 25%);
}

.btn-circle-4.yellow:hover {
    background-color: rgba(203, 61, 70);

    box-shadow: 0px 5px 20px 0px #fff
}

.recruit-top-entry-img .button a:hover {
    background-color: rgba(59, 65, 65);
    box-shadow: 0px 5px 20px 0px #fff
}


.title.ttl-02.red-1,
.title.ttl-02.yellow {
    display: flex;
    margin-bottom: 25px;
}

.diamond {
    width: 40px;
    height: 40px;
    background: #cb3c45;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.diamond.yellow {
    width: 40px;
    height: 40px;
    background: #ffa82b;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.text-box {
    width: 40px;
    transform: rotate(-45deg);
    text-align: center;
    top: 55px;
    color: #fff
}



.btn-circle-4.yellow {
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 430px;
    height: 82px;
    background: #ffa82b;
    color: #FFF;
    text-decoration: none;
    padding-left: 40px;
    margin-right: 50px;
    margin-top: -57px;
}

.button {
    display: flex;
    justify-content: end;
}


@media screen and (max-width: 575px) {
    .bg-common.contact.page-contact-area .contact-area {
        /* position: absolute;
        left: 57%;
        top: 12%; */
        transform: translateX(-50%);
    }

    .title.ttl-12.white.center {
        font-size: 15px;
    }

    .row.direction .part-base-title {
        font-size: 22px;
    }

    .row.direction .box h2,
    .row.direction .box {
        text-align: center;
    }

    .row.direction .box a {
        margin: auto;
    }

    .row.direction .box .metabox {
        text-align: left;
    }

    .row.direction h2 .title.ttl-02,
    .recruit-top-interview h2 .title.ttl-02 {
        justify-content: center;
        align-items: center;
    }

    .title.ttl-02.red-1,
    .title.ttl-02.yellow {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .row-number .item .metabox p {
        font-size: 15px;
    }

}

.btn-circle-3.yellow:hover {
    background-color: rgba(203, 61, 70, .8);

}

.btn-circle-3:hover {
    background-color: rgba(255, 168, 43, .8);
}

.number-pump h2 .title.ttl-02.yellow.center {
    justify-content: center;
    align-items: center;
}

/* 下面有白色底的，暂时没用，可能名字不对 */
.navbar-header .page-for-families .logo-image {
    background-color: #fff;
    width: 57%;
    padding: 26px;
}

.page-for-families .jumbotron.jumbotron-common .ttl-cont,
.page-job-description .jumbotron.jumbotron-common .ttl-cont,
.page-recruit-child .jumbotron.jumbotron-common .ttl-cont,
.page-our-job .jumbotron.jumbotron-common .ttl-cont {
    justify-content: flex-start;
    /* margin-left: 70px; */
}

.page-for-families .jumbotron.jumbotron-common .ttl-eng,
.page-job-description .jumbotron.jumbotron-common .ttl-eng,
.page-recruit-child .jumbotron.jumbotron-common .ttl-eng,
.page-our-job .jumbotron.jumbotron-common .ttl-eng {
    justify-content: flex-start;
}

.bg-yellow {
    background-color: #fffde6;
}

/* recruit-works */
.row-works-1 [class^="col-"]:last-child {
    position: relative;
}

.row-family-1 [class^="col-"]:last-child {
    position: relative;
}

.btn-circle-4.yellow-1 {
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 194px;
    height: 64px;
    background: #ffa82b;
    color: #FFF;
    text-decoration: none;
    padding-left: 40px;
    margin-right: 0px;
    margin-top: 42px;
}

.btn-circle-5.red-1 {
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 194px;
    height: 64px;
    background: #cb3c45;
    color: #FFF;
    text-decoration: none;
    padding-left: 40px;
    margin-right: 0px;
    margin-top: 42px;
}

.row-works-1 .cont.bg-white {
    padding: 50px 50px 50px 35px;
}

.row-family-1 .cont.bg-white {
    padding: 50px 50px 50px 35px;
}

.row-works-1 .button {
    display: block;
}

.row-family-1 .button {
    display: block;
}


.row-works-1 [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row-family-1 [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row-works-1 .title {
    align-items: center;
}

.row-family-1 .title {
    align-items: center;
}

.about-pumptec-all {
    background-size: cover;
}

/* .row-works-1 .cont .cont-box {
    padding: 50px;
} */

/* .row-family-1 .cont .cont-box {
    padding: 60px;
} */

.navbar-recruit .logo-image {
    /* background-color: #fff; */
    padding: 13px;
}

.for-families-img img {
    object-fit: cover;
    height: 100%;
}

.row-works-1 .works-img img {
    height: 100%;
    object-fit: cover;
}

.row-family-1 .cont-box.bg-white {
    display: block;
}

.btn-circle-5.red-1:hover {
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 194px;
    height: 64px;
    background: #ffa82b;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    margin-right: 0px;
    margin-top: 42px;
}

.recruit-site {
    position: absolute;
    left: 200px;
    bottom: 60px;
    color: #fff;

}

@media screen and (max-width: 991px) {
    .recruit-site {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .navbar-recruit .logo-image {
        position: absolute;
        left: -79px;
        top: -48px;
    }
}

.bg-recruit-family-top {
    background-repeat: no-repeat;
}


.page-for-families .flex-container,
.page-our-job .flex-container,
.page-interview .flex-container {
    display: grid;
    flex-wrap: wrap;
}



.page-for-families .item1,
.page-our-job .item1,
.page-interview .item1 {
    order: 2;
}

.page-for-families .item2,
.page-our-job .item2,
.page-interview .item2 {
    order: 1;
}

.row-page-contact-area .ttl-jpn.ttl-02 {
    vertical-align: top;
}



.page-recruit .navbar-recruit .logo-image {
    background: none;
    padding: 12px;
}

.page-privacy-policy .ttl.ttl-04 {
    color: #000;
    border-bottom: 2px solid #cc3c46;
    padding-bottom: 17px;
}

.page-privacy-policy .bg-common {
    padding-top: 50px;
}

@media screen and (min-width: 576px) {
    .waku-3 {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .waku-3 {
        position: relative;
        top: 50%;
        left: 34%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 767px) {


    .recruit-top-entry .bg-img {
        height: 280px;
        background-size: cover;
    }
}

/* .row-page-contact-area .tel-box a:hover {
    text-decoration: none;
    background-color: #cc3c46;
    border-color: transparent;
    border-radius: 25px;
    padding: 16px;
    color: #fff;
} */

@media screen and (max-width: 575px) {
    .mail .mail-box .btn.btn-danger {
        border-radius: 25px;
        /* padding: 8px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        margin-top: 5px;
    }

    .navbar-collapse .contact-block.base ul .mail,
    .navbar-collapse .contact-block.base ul .tel {
        display: block;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.contact-block.base .tel-box .box .ttl-eng {
    font-weight: 700;
    font-size: 18px;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 0;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}



.page-our-job main,
.page-interview main,
.page-job-description main {
    padding-top: 0px;
}



.page-home .row-works .cont .cont-box.half {
    padding: 0;
}

.page-home .row-works .col-6.col-md-2.item:nth-child(odd) .image {
    border-radius: 20px 0 0 0;
}

.page-home .row-works .col-6.col-md-2.item:nth-child(even) .image {
    border-radius: 0 20px 0 0;
}

.page-home .row-works .item .bg-cont {
    background-color: transparent;
}

.corporate .slider-thumbnail .swiper-slide.swiper-slide-visible.swiper-slide-active.swiper-slide-thumb-active:first-child:last-child {
    display: none;
}

/* 实验隐私 */





/*========= モーダル表示のためのCSS ===============*/

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
    padding: 0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.page-privacy-policy .video-back-img {
    height: 175px;
    background-image: url(img/recruit/common/bg-entry-area.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;

}