.footer-top-area {
    background-color: #f2f7ff;
}

* {
    font-family: 'Noto Serif JP', serif;

}

header .contact-block.base ul li .tel-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-common.single-works .works_text .table-base dl dt {
    font-weight: normal;
    width: 22%;
    min-width: 120px !important;
    padding: 1.5em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .person-interview .all {
        text-align: center;
    }

    .ttl-area .ttl .ttl-jpn {
        font-size: 25px;
        font-weight: 400;
    }

    .contact-area .mail {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .person-interview .text {
        line-height: 30px;
        margin-bottom: 0;
    }

    .person-interview .image {
        flex: 0 0 21%;
        max-width: 21%;
        margin-right: 30px;
    }

    .person-interview .all {
        display: flex;
        align-items: center;
    }

    .mirror {
        flex-direction: row-reverse;
    }
}

.white {
    color: #fff;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}

.in-page-link {
    pointer-events: none;
    padding-top: 80px;
    margin-top: -80px;
}

.blue {
    color: #11273e;
}

.page-privacy-policy .jumbotron .ttl-eng {
    color: #fff;
}

.page-privacy-policy .jumbotron .ttl-jpn {
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .works-all {
        padding: 15px;
    }

    .breadcrumb>.active {
        color: #fff;
    }

    .breadcrumb li a {
        color: #fff;
    }


    .contact-block.base ul .mail-box {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .contact-block.base ul .mail-box a {
        width: 100%;
    }

    .contact-block.base ul .tel-box {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

.contact-block.tel .tel {
    display: none;
}

.page-template-page-home-php .jumbotron-common {
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .works-all {
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }


    footer .logo-area a,
    footer .logo-area .company-data {
        padding: 20px;
    }

    footer .logo-area {
        display: flex;
    }

    .footer-menu .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bg-common.contact {
    /* background-color: #1c3c68; */
}

.btn-outline-primary {
    color: #1c3c68;
    border-color: #1c3c68;
    background-color: #fff;
    border-radius: 50px;
}

.bg-common.contact h2 .ttl-eng {
    display: block;
    font-size: 16px;
}

.bg-common.contact h2 .ttl-jpn {
    font-size: 32px;
}

.bg-common.contact h2 {
    margin-bottom: 34px;
}

.contact-area a:hover svg {
    fill: #fff;
}

.contact-block.base ul li a {
    border-radius: 34px;
    padding: 11px 22px;
}

header .contact-block.base .mail-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .contact-block.base .mail-box svg {
    fill: #fff;
}

header .contact-block.base .mail-box .btn-primary:hover {
    color: #1c3c68;
    background-color: #fff;
    border-color: #1c3c68;
}

header .contact-block.base .mail-box .btn-primary:hover svg {
    fill: #1c3c68;
}

header .contact-block.base .mail {
    margin-right: 60px;
}

header .contact-block.base .tel {
    margin-right: 32px;
}


@media screen and (max-width: 1235px) {
    header .contact-block.base .tel {
        margin-right: 0px;
    }

    header .contact-block.base .mail {
        margin-right: 0px;
        margin-top: 10px;
    }

    header .contact-block.base ul {
        justify-content: end;
        display: block;
    }

}

.btn-light:hover {
    color: #fff;
    background-color: #11273E;
    border-color: #11273E;
}

.btn-light:hover .icon-box svg {
    fill: #fff;
}

.btn.btn-outline-dark:hover svg {
    fill: #fff;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #11273e;
    border-color: #11273e;
}


.btn-primary svg {
    fill: #fff;
}

.btn.btn-outline-dark {
    max-width: 166px;
    padding: 15px 10px;
    border-radius: 50px;
}

header .btn {
    min-width: 216px;
    padding: 16px;
    line-height: 1;
    text-align: center;
    transition: 0.5s ease all;
    border-radius: 2px;
    position: relative;
}

.button-area a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-area a svg {
    /* margin-right: 0;
    margin-left: 15px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.button-area a .icon::before {
    background: #11273e;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}



.button-area a .icon::before {
    content: '';
    position: absolute;
    border-radius: 40px;
}

.button-area a .icon {
    flex: 0 0 38px;
    max-width: 38px;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    position: relative;
}

.button-area .btn.btn-outline-dark svg {
    width: 12px;
    height: 12px;
    display: none;
}

.button-area .btn.btn-outline-dark:hover svg {
    display: initial;
}

.ttl-area h2 {
    color: #11273e;

}


.ttl-area .ttl .ttl-eng {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.white {
    color: #fff;
}

/* button-area */
.button-area.fill .btn-outline-dark {
    color: #192e45;
    border-color: #fff;
    background-color: #ffff;
}



.button-area.fill a .icon::before {
    background: #192e45;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}

.button-area.fill a:hover .icon::before {
    background: #11273e;
    /* 黑色背景 */
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}

.bule {
    color: #1c3c68;
}

.button-area.fill .btn-outline-dark:hover {
    color: #fff;
    background-color: #11273e;
    border-color: #11273e;

}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}

.row.row-works .bw {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}






.row.row-works a {
    transition: .5s ease all;
}

@media screen and (min-width: 768px) {
    .row.row-works a:hover .icon {
        border: 1px solid #1c3c68;
        margin-left: 40px;
        border-radius: 50px;
        padding: 15px;
        width: 50px;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        background-color: #1c3c68;
        color: #fff;

    }

    .works-all .icon {
        border: 1px solid #1c3c68;
        margin-left: 40px;
        border-radius: 50px;
        padding: 15px;
        width: 50px;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .ttl-area .ttl .ttl-jpn {
        font-size: 32px;
        font-weight: 400;
    }



}

.bg-common.single-works .table-base dl:first-child dt {
    border-top: none;
}

.bg-common.single-works h3 {
    color: #1c3c68;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 22px;
    padding-left: 25px;
}

.bg-common.img-area .ttl-jpn {
    color: #000;
}

.ttl-jpn.white,
.ttl-eng.white {
    color: #fff !important;
}

.bg-common.single-works .table-base dl dt {
    border-bottom: 1px solid #1c3c68;
}

@media screen and (max-width: 767px) {
    .person-interview .text {
        line-height: 25px;
        font-size: 15px;
    }

    .person-interview .image {
        max-width: 50%;
        margin: auto;
        margin-bottom: 16px;
    }

    .row.row-works a:hover .icon {
        border: 1px solid #1c3c68;
        margin: auto;
        border-radius: 50px;
        padding: 15px;
        width: 40px;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        background-color: #1c3c68;
        color: #fff;
        margin-top: 10px;
        transition: .5s ease all;
    }

    .works-all .icon {
        border: 1px solid #1c3c68;
        margin: auto;
        border-radius: 50px;
        padding: 15px;
        width: 40px;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }



    .works-all {
        padding: 15px;

    }
}

.bg-common.single-works .button-return {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-common.single-works .button-return .icon {
    border: 1px solid #1c3c68;
    margin-left: 40px;
    border-radius: 50px;
    padding: 15px;
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.bg-common.single-works .button-return {
    color: #11273E;

}



.bottom-slider img {
    width: 100%;
}

.bottom-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.bottom-slider-2 img {
    width: 100%;
}

.bottom-slider-2 .swiper-wrapper {
    transition-timing-function: linear;
}

.slider-thumbnail .swiper-wrapper {
    margin-top: 20px;
}

.slider-thumbnail .b0 {
    padding-left: 15px;
    padding-right: 15px;
}

.single-works .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .b0.center .image::before {
    content: "";
    display: block;
    background: rgba(28, 60, 103, 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;
}



.person-interview {
    padding: 15px;
    background-color: #f0f7ff;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    margin-top: 100px;
}

.person-interview .title {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}



.bg-common.contact .table-base dl dt {
    color: #fff;
    background-color: #0066ca;
}

.page-template-page-recruit-entry-select-completion .button-center a {
    width: 200px;
    display: flex;
    margin: auto;
    padding: 25px;
    justify-content: center;
}

.bg-common.contact .btn-area.text-center button {
    min-width: 210px;
}

.breadcrumb-area {
    margin-top: -2px;
}

#page_top a {
    margin: auto;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#page_top a svg {
    width: 25px;
    height: 25px;
}