#wpadminbar {
    display: none !important;
}

body {
    font-family: "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    font-weight: 400;
}

.mincho {
    font-family: "Yu Mincho", "YuMincho", serif;
}

.ttl-eng {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
}

.ttl-eng.uppercase {
    text-transform: uppercase;
}

.ttl-eng.capitalize {
    text-transform: capitalize;
}

::selection {
    color: #fff;
    background-color: #043b7b;
}

::-moz-selection {
    color: #fff;
    background: #043b7b;
}

/* common */
@media (min-width: 992px) {
    header .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.bg-gray {
    background-color: #f6f6f6 !important;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, .9) !important;
}

.bg-ci-light-color {
    background-color: #f2f5f7 !important;
}

.bg-ci-color {
    background-color: #043b7b !important;
}

.border-ci-color {
    border-color: #043b7b !important;
}

.txt-red {
    color: #cc1414;
}

.txt-ci-color {
    color: #043b7b;
}

.no-bg {
    background: none !important;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
    color: #fff;
}

a {
    color: #043b7b;
    transition: .5s ease all;
}

a:hover {
    color: #043b7b;
    text-decoration: underline;
    transition: .5s ease all;
}

.invert a {
    color: #fff;
}

.invert a:hover {
    color: #fff;
}

.table thead th {
    vertical-align: middle;
}

.table th {
    color: #043b7b;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table td,
.table th {
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

@media (max-width: 575px) {

    .table td,
    .table th {
        font-size: 11px;
        display: table-cell;
        padding: 3px;
    }

    .table tbody tr:last-child th {
        border-bottom: none;
    }

    .table-block thead,
    .table-block tbody {
        display: table;
        width: 100%;
    }

    .table-block thead th,
    .table-block thead td,
    .table-block tbody th,
    .table-block tbody td {
        display: block;
    }
}

@media (min-width: 768px) {

    .table td,
    .table th {
        padding: 1.5rem;
    }
}

.table td a:last-child {
    margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
    text-align: center;
}

.table-base dl dt,
.table-base dl dd {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border-top: 1px solid #b8d2e3;
    border-right: 1px solid #b8d2e3;
    border-left: 1px solid #b8d2e3;
}

.table-base dl dt {
    color: #343434;
    background-color: #f2f5f7;
    width: 100%;
}

.table-base dl dd {
    color: #565656;
}

.table-mini dl dt,
.table-mini dl dd {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-base dl:last-child dt {
        border-bottom: none;
    }

    .table-base dl:last-child dd {
        border-bottom: 1px solid #b8d2e3;
    }
}

@media (min-width: 576px) {

    .table-base dl:last-child dt,
    .table-base dl:last-child dd {
        border-bottom: 1px solid #b8d2e3;
    }

    .table-base dl dt {
        width: 210px;
        border-right: none;
    }

    .table-base dl dd {}
}

@media (min-width: 768px) {

    .table-base dl dt,
    .table-base dl dd {
        font-size: 1rem;
    }
}

.table-block dl dt,
.table-block dl dd {
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
}

.table-block dl dt {
    border: 1px solid #b8d2e3;
    border-bottom: none;
}

.table-block dl dd {
    border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
    display: none;
}

@media (min-width: 576px) {
    .table-block dl:last-child dt {
        border-bottom: none;
    }
}

.table-news dl {
    display: block;
    border-top: 1px solid #d6d6d6;
}

.table-news dl:first-child {
    border-top: none;
}

.table-news dl dt,
.table-news dl dd {
    line-height: 1;
    display: block;
    border: none;
}

.table-news dl dt {
    color: #000;
    background: #fff;
    width: inherit;
    padding: 0;
    padding-top: .5em;
}

.table-news dl dd {
    padding: .5em 0;
}

.table-news dl:first-child dt,
.table-news dl:first-child dd {
    border-top: none;
}

.table-news dl:last-child dt,
.table-news dl:last-child dd {
    border-bottom: none;
}

.table-news dl dt .date {
    font-size: .8em;
    line-height: 1;
    display: inline-block;
    background: #043b7b;
    padding: 5px;
}

.table-news dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-news dl dd a {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    padding: 0;
}

@media (min-width: 768px) {
    .table-news dl dt {
        width: 120px;
        min-width: inherit;
        padding: 1rem;
    }

    .table-news dl dt,
    .table-news dl dd {
        display: table-cell;
        vertical-align: middle;
    }
}

.table-news .category-name {
    font-size: 12px;
    color: #fff;
    background: #787878;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 15px;
    min-width: 90px;
    text-align: center;
}

@media (min-width: 768px) {
    .table-news .category-name {
        font-size: 1rem;
        min-width: 120px;
    }
}

.list-area {
    background: #f9f9f9;
    padding: 15px;
}

.list-area ul {
    padding-left: 0;
    margin-bottom: 0;
}

.list-area.big li {
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 10px;
    padding-left: 1.25em;
}

.list-area li {
    line-height: 1.25em;
    display: block;
    padding: 3px;
    padding-left: 12px;
    position: relative;
}

.list-area.main li {
    font-size: 1.1em;
    line-height: 2;
}

.list-area ul li::before {
    font-family: ionicons;
    content: '\f3d3';
    position: absolute;
    left: 0;
}

.list-area ol {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-area ol li {
    text-indent: 0;
    padding-left: inherit;
}

.list-area ol li:before {
    counter-increment: number;
    content: counter(number);
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #043b7b;
    width: 60px;
    height: 60px;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 0;
}

button:focus {
    outline: none;
}

.btn {
    font-weight: 400;
    min-width: 210px;
    padding: 1rem;
    line-height: 1;
    text-align: center;
    transition: .5s ease all;
    border-radius: 0;
    position: relative;
}

.btn .hydrated {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.btn.mini {
    text-align: left;
    min-width: inherit;
    padding: .5rem 2rem .5rem 1rem;
    border-radius: 30px;
}

.btn.mini .hydrated {
    right: .5rem;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {}

.btn::before,
.btn::after {
    content: '';
    transition: .5s ease all;
}

.btn::before {}

.btn::after {}

.invert .btn::after {}

.btn:hover::before,
.btn:hover::after,
.btn:active::before,
.btn:hover::after,
.btn:focus::before,
.btn:active::after {
    transition: .5s ease all;
}

.btn:hover::after,
.btn:focus::before,
.btn:active::after {}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
    .btn {
        padding-top: 1.5rem;
    }
}

.btn svg {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: scale(0.8) translateY(-50%);
    transition: .5s ease all;
}

.btn:hover svg {
    transform: scale(0.8) translateX(10px) translateY(-50%);
    transition: .5s ease all;
}

.btn .ttl-eng {
    font-size: 1.2em;
}

.btn-primary {
    color: #fff;
    background-color: #043b7b;
    border-color: #043b7b;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #043b7b;
    border-color: #043b7b;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: inherit;
    background-color: #043b7b;
    border-color: #043b7b;
}

.btn-outline-primary::before,
.btn-outline-primary::after {}

.btn-outline-primary::before {}

.btn-outline-primary::after {}

.btn-primary svg {
    fill: #fff;
}

.btn-light {
    color: #043b7b;
    background: #f6f6f6;
    border-color: #fff;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
    color: #043b7b;
    background: #f6f6f6;
    border-color: #fff;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #043b7b;
    background: #f6f6f6;
    border-color: #fff;
}

.btn-light svg {
    fill: #043b7b;
}

.btn-outline-light::before,
.btn-outline-light::after {}

.btn-outline-light::before {}

.btn-outline-light::after {}

.btn-lg {}

.btn-sm {}

.btn-link {
    color: #043b7b;
    text-decoration: underline;
    min-width: inherit;
    padding: 0;
}

.btn-link.nu {
    text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #043b7b;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
    color: #043b7b;
}

.invert .btn-link:not(:disabled):not(.disabled).active,
.invert .btn-link:not(:disabled):not(.disabled):active,
.show>.invert .btn-link.dropdown-toggle {
    color: #fff;
}

.btn-more::before {
    content: '→';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.btn-more:hover,
.btn-more:focus,
.btn-more.active {
    padding: 5px;
    padding-right: 24px;
    padding-left: 10px;
}

.btn-more:hover::before,
.btn-more:focus::before,
.btn-more:active::before,
.btn-more.active::before {
    right: 5px;
}

.invert .btn-more {
    color: #043b7b;
    background: #fff;
}

.invert .btn-more:hover,
.invert .btn-more:focus,
.invert .btn-more:active,
.invert .btn-more.active {
    color: #043b7b;
}

.blank::after {
    font-family: ionicons;
    content: '\f3ef';
    margin-left: 5px;
}

.ttl {
    line-height: 1.25;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .ttl.ttl-xs-mini {
        font-size: 1.1rem;
    }
}

.ttl a {
    color: #043b7b;
}

.invert .ttl,
.invert .ttl a {
    color: #fff;
}

.ttl.center {
    text-align: center;
}

.ttl.b0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bold {
    font-weight: 700;
}

.ttl.dark {
    color: #343434;
}

.invert .ttl.dark {
    color: #fff;
}

.ttl .ttl-eng {
    font-size: 1em;
    color: inherit;
    margin: 0;
}

.ttl::before,
.ttl::after {
    content: '';
    position: absolute;
}

.ttl-01 span {
    display: block;
}

.ttl-01 .ttl-eng {
    font-size: 1.5em;
}

.ttl-01 .ttl-jpn {
    font-size: .5em;
}

@media (max-width: 767px) {
    .ttl-01 span {
        text-align: center;
    }
}

.ttl-02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ttl-02 .num {
    color: #043b7b;
    margin-right: 1rem;
}

.invert .ttl-02 .num {
    color: #fff;
}

@media (max-width: 991px) {
    .ttl-02 .num {
        font-size: 1.2em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ttl-02 .num {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .ttl-02 .num {
        font-size: 2em;
    }
}

.ttl-02 .text {
    font-weight: 700;
}

.ttl-03 {
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .ttl-03 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .ttl-03 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.ttl-03 .bg-cont {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.ttl-03 svg {
    position: absolute;
    fill: #002e6e;
    z-index: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .ttl-03 svg {
        height: 90px;
    }
}

@media (min-width: 768px) {
    .ttl-03 svg {
        height: 120px;
    }
}

.ttl-04 {
    color: #fff;
    background-color: #000;
    padding: 10px;
}

.bg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
}

.bg-common::before,
.bg-common::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
    margin-bottom: 1rem;
}

.cont .metabox p:last-child {
    margin-bottom: 0;
}

.cont .round {
    border-radius: 15px;
}

@media (min-width: 992px) {
    .cont .round {
        border-radius: 30px;
    }
}

@media (min-width: 768px) {
    .cont-box-layar {
        margin-top: 180px;
    }

    section.bg-common:nth-child(odd) .cont-box-layar {
        margin-right: -280px;
    }

    section.bg-common:nth-child(even) .cont-box-layar {
        margin-left: -280px;
    }
}

@media (min-width: 992px) {
    .cont-box-layar {
        margin-top: 180px;
    }

    section.bg-common:nth-child(odd) .cont-box-layar {
        margin-right: -240px;
    }

    section.bg-common:nth-child(even) .cont-box-layar {
        margin-left: -240px;
    }
}

a.block-area,
a.block-area:hover {
    text-decoration: none;
}

a.block-area.perspective figure {
    -webkit-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
    transition: .5s ease all;
    opacity: 1;
}

section.bg-common:nth-child(odd) a.block-area.perspective:hover figure,
section.bg-common:nth-child(odd) a.block-area.perspective:focus figure,
section.bg-common:nth-child(odd) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(-5deg);
    transform: perspective(1000px) rotateY(-5deg);
    transition: .5s ease all;
    opacity: .5;
}

section.bg-common:nth-child(even) a.block-area.perspective:hover figure,
section.bg-common:nth-child(even) a.block-area.perspective:focus figure,
section.bg-common:nth-child(even) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(5deg);
    transform: perspective(1000px) rotateY(5deg);
    transition: .5s ease all;
    opacity: .5;
}

.cont-main .cont-item a.block-area.perspective figure {
    -webkit-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
    transition: .5s ease all;
    opacity: 1;
}

.cont-main .cont-item:nth-child(odd) a.block-area.perspective:hover figure,
.cont-main .cont-item:nth-child(odd) a.block-area.perspective:focus figure,
.cont-main .cont-item:nth-child(odd) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(-5deg);
    transform: perspective(1000px) rotateY(-5deg);
    transition: .5s ease all;
    opacity: .5;
}

.cont-main .cont-item:nth-child(even) a.block-area.perspective:hover figure,
.cont-main .cont-item:nth-child(even) a.block-area.perspective:focus figure,
.cont-main .cont-item:nth-child(even) a.block-area.perspective:active figure {
    -webkit-transform: perspective(1000px) rotateY(5deg);
    transform: perspective(1000px) rotateY(5deg);
    transition: .5s ease all;
    opacity: .5;
}

a.block-area.translate:hover figure,
a.block-area.translate:focus figure,
a.block-area.translate:active figure {
    opacity: 1;
}

a.block-area.translate figure div {
    overflow: hidden;
}

a.block-area.translate figure div img {
    transform: scale(1.1) translateX(-10px);
    transition: .5s ease all;
}

a.block-area.translate:hover figure div img {
    transform: scale(1.1) translateX(10px);
    transition: .5s ease all;
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate figure div img {
    transform: scale(1.1) translateX(-15px);
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate:hover figure div img {
    transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate figure div img {
    transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate:hover figure div img {
    transform: scale(1.1) translateX(-15px);
}

.step-area {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: section;
}

.step-area .cont-num::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
}

figure.border {
    border: 5px solid #d6d6d6 !important;
}

.slick-prev,
.slick-next {
    background-color: #1a51a3;
}

.slick-prev {
    left: -48px;
}

.slick-next {
    right: -48px;
}

.row-post .slick-dots {
    bottom: -36px;
}

/* header */
header {
    position: relative;
}

header .container-fluid.inner {
    position: relative;
}

header .navbar-header {
    width: 100%;
}

.navbar {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.other .navbar {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

@media (max-width: 991px) {
    header .navbar-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        height: 80px;
    }

    header .navbar-collapse {
        display: block;
        position: fixed;
        top: 80px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100% !important;
        opacity: 0;
        pointer-events: none;
    }

    header .navbar-collapse.collapsing {
        opacity: 0;
        pointer-events: all;
        transition: 0s ease all;
    }

    header .navbar-collapse.show {
        opacity: 1;
        transition: .5s ease all;
        pointer-events: all;
    }

    header .navbar-collapse::before {
        content: '';
        background-color: rgba(219, 231, 236, .95);
        position: fixed;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    header .navbar-collapse .header-menu {
        position: relative;
    }
}

@media (max-width: 767px) {
    header .contact-block.tel {
        position: absolute;
        top: 24px;
        right: 60px;
    }

    header .contact-block ul {
        padding: 0;
        margin: 0;
    }

    header .contact-block ul li {
        text-align: center;
        display: block;
    }

    header .contact-block ul .tel {
        margin-bottom: 10px;
    }

    header .contact-block ul .tel-box .title,
    .contact-block ul .tel-box .business-hours {
        display: block;
    }

    header .contact-block ul .tel-box .title {
        padding-bottom: 5px;
    }

    header .contact-block ul .tel-box .business-hours {
        padding-top: 5px;
    }

    header .contact-block ul .tel-box a {
        font-size: 28px;
        font-weight: 700;
        display: block;
        position: relative;
        background: none;
    }

    header .contact-block ul .tel-box a:hover {
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    header {
        width: 200px;
        height: 100vh;
        position: fixed;
    }

    header .navbar-header {
        text-align: center;
        display: block;
    }

    .navbar {
        display: block;
        position: relative;
    }
}

.navbar::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .5s ease all;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

@media (min-width: 992px) {
    .corporate.home .navbar::before {
        top: -100%;
        bottom: 100%;
        opacity: 0;
    }

    .corporate.home .navbar.fixed-top::before {
        top: 0;
        bottom: 0;
        opacity: 1;
        transition: .5s ease all;
    }
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar.bg-dark {}

.navbar-brand {
    color: #000 !important;
    font-weight: 700;
    padding: 15px 10px;
    margin-right: 0;
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 1rem;
        position: relative;
        z-index: 2;
    }
}

.navbar-brand .logo-image {
    display: inline-block;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand .logo-image {
        max-width: 210px;
    }
}

.navbar-brand .logo-image span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transition: .5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
    display: inline-block;
    transition: .5s ease all;
}

.navbar h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .navbar h1 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .navbar h1 .logo-image {
        width: 60px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .navbar h1 {
        font-size: 1.2rem;
        display: block;
    }

    .navbar h1 span {
        display: block;
    }

    .navbar h1 .logo-image {
        margin-bottom: 10px;
    }

    .navbar h1 .cn {
        margin-left: 0;
    }
}

.navbar-nav .nav-link {
    text-align: left;
    padding: 0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #043b7b;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #043b7b;
}

@media (min-width: 992px) {
    .header-menu {
        width: 100%;
    }

    header .navbar-nav {
        display: block;
        width: 100%;
    }

    header .navbar-nav li {
        border-top: 1px solid #e6e6e6;
    }

    header .navbar-nav .nav-link {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    header .navbar-nav .nav-link::after {
        bottom: .75rem;
        left: 0;
    }
}

.navbar-nav .nav-link .link-menu {
    display: block;
    padding: 20px;
}

@media (max-width: 991px) {
    header .navbar-nav>li {
        border-top: 1px solid #becfd6;
    }

    header .navbar-nav>li:last-child {
        border-bottom: 1px solid #becfd6;
    }
}

.navbar-toggler {
    position: absolute;
    margin-top: -20px;
    top: 50%;
    right: 10px;
    z-index: 11;
}

.navbar-toggler .icon-bar {
    background-color: #043b7b;
}

.dropdown-toggle::after {
    font-family: ionicons;
    content: '\f3d0';
    color: #fff;
}

@media (min-width: 992px) {
    .dropdown-toggle::after {
        color: #043b7b;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: static;
}

.dropdown.show>.dropdown-menu {
    background: none;
}

.dropdown.show>.dropdown-menu li .nav-link,
.dropdown:hover>.dropdown-menu li .nav-link {
    font-size: .8em;
    color: #fff;
    line-height: 1.5;
}

.dropdown>.dropdown-menu li .nav-link .link-menu,
.dropdown.show>.dropdown-menu li .nav-link .link-menu,
.dropdown:hover>.dropdown-menu li .nav-link .link-menu {
    display: block;
    padding: .5rem;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    background: #223377;
}

.dropdown>.dropdown-menu .container-fluid.inner .menu-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 33.33333%;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .dropdown>.dropdown-menu .container-fluid.inner li.item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle::before {
        background: #003b70;
    }
}

@media (min-width: 992px) {

    .dropdown-toggle:before,
    .dropdown-toggle:after {
        width: auto;
        top: inherit;
    }
}

header .navbar-nav .dropdown-menu .nav-link {
    color: #fff;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    transition: .5s ease all;
}

header .navbar-nav .dropdown-menu .nav-link img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .dropdown>.dropdown-menu .container-fluid.inner {
        padding-right: 0;
        padding-left: 0;
    }

    header .navbar-nav .dropdown-menu .nav-link .link-menu {
        padding: 3px 0;
    }

    .dropdown .dropdown-menu,
    .dropdown.show>.dropdown-menu {
        padding: 10px 5px;
        border-top: 1px solid #003b70;
    }

    header .navbar-nav .nav-link {
        color: #000;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .current_page_item .nav-link {
        color: #043b7b;
    }

    header .navbar-nav .nav-link .link-menu {
        text-align: left;
        padding: 1.5rem;
    }

    header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {}

    header .navbar-nav li.contact .nav-link .link-menu,
    header .navbar-nav li.entry .nav-link .link-menu {
        color: #fff;
        background: #043b7b;
    }

    .dropdown>.dropdown-menu,
    .dropdown>.dropdown-menu.show {
        background: none;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        background-color: #006ab5;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 0;
    }

    .dropdown>.dropdown-menu.show,
    .dropdown:hover>.dropdown-menu {
        padding-right: 0;
        padding-left: 0;
        top: 100%;
        opacity: 1;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .dropdown>.dropdown-menu::before {}

    .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

    header .navbar-nav .dropdown-menu>.nav-item:first-child {}

    .navbar-nav>li>.dropdown-menu>li:first-child,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

    header .navbar-nav .dropdown-menu li {
        position: static;
    }

    header .navbar-nav .dropdown-menu .nav-link .link-menu {
        line-height: 1;
    }

    header .navbar-nav .dropdown-menu .nav-link:hover {
        transition: .5s ease all;
    }

    .dropdown>.dropdown-menu::before {}

    .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

    header .navbar-nav .dropdown-menu>.nav-item:first-child {}

    .navbar-nav>li>.dropdown-menu>li:first-child,
    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

    header .navbar-nav .dropdown-menu li {
        position: static;
    }

    header .navbar-nav .dropdown-menu .nav-link {
        text-align: left;
        position: relative;
        transition: .5s ease all;
    }

    header .navbar-nav .dropdown-menu .nav-link:hover {
        transition: .5s ease all;
    }

    .corporate header {
        background-color: #fff;
        z-index: 100;
        box-shadow: 1px 0 #e6e6e6;
    }

    .dropdown .dropdown-menu li a {
        text-align: left;
    }

    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {}

    header .contact-block {
        position: absolute;
        top: 0;
        right: 0;
    }

    header .contact-block.tel {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        background-color: #fff;
        padding: 10px;
        position: fixed;
        top: inherit;
        right: 0;
        bottom: 0;
    }

    header .contact-block.tel .icon-cont a {
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #006ab5;
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    header .contact-block.tel .icon-cont a .icon {
        font-size: 3rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #343434;
        font-weight: 700;
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .nav-link .link-menu {
        font-size: .9rem;
        padding: 1rem .5rem;
    }
}

@media (min-width: 1200px) {
    header .navbar-nav .nav-link .link-menu {
        font-size: 1rem;
    }

    header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {}
}

@media (max-width: 991px) {
    main {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {

    main,
    footer {
        margin-left: 200px;
    }
}

main article section.bg-common:nth-child(odd) {
    background-color: #fff;
}

main article section.bg-common:nth-child(even) {
    background-color: #f2f5f7;
}

main article section.bg-common.bg-none:nth-child(odd),
main article section.bg-common.bg-none:nth-child(even) {
    background: none;
}

main article section.bg-common.bg-fix:nth-child(odd),
main article section.bg-common.bg-fix:nth-child(even) {
    background: none;
}

main article section.bg-common.archive:nth-child(odd) .row-archive .item .cont.bg-cont {
    background-color: #f2f5f7;
}

main article section.bg-common.archive:nth-child(even) .row-archive .item .cont.bg-cont {
    background-color: #fff;
}

@media (max-width: 767px) {
    .row-archive .item [class^="block_"] {
        padding-bottom: 30px !important;
    }
}

.bg-common.bg-fix::before,
.bg-common.bg-fix::after {
    position: fixed;
}

/* slider */
.slider-base {
    opacity: 1;
    transition: opacity .3s linear;
}

.slider-base.slick-initialized {
    opacity: 1;
}

@media (max-width: 767px) {
    .slider-area .main-catch {
        position: relative;
    }
}

.slider-area .catch {
    font-size: 1.5rem;
    font-weight: 700;
}

.slider-area .title {
    color: #000;
}

.slider-area .title span {
    line-height: 1;
}

.slider-area .title .bg-cont {
    display: block;
    margin: 5px 0;
    position: relative;
}

.slider-area .title .bg-cont {
    padding: 5px;
}

.slider-area .title .bg-cont .bg-white-area {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.slider-area .title .bg-cont .bg-white-area::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: -5px;
    right: -15px;
    bottom: 0;
    left: -15px;
    opacity: .8;
    transform: skewX(-15deg);
    z-index: 0;
}

.slider-area .subcatch .bg-cont .bg-white-area::before {
    top: 0;
}

.slider-area .title .bg-cont .bg-white-area span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.slider-area .subcatch {
    font-size: .5rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .slider-area .catch {
        font-size: 2.5rem;
    }

    .slider-area .subcatch {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .slider-area .catch {
        font-size: 3.5rem;
    }
}

.slider-area .main-catch-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.slider-area .main-catch {}

.slider-area .main-catch .title {
    margin-bottom: 0;
}

.slider-area .main-catch figure {
    margin-bottom: 2rem;
}

/* carousel-area */
@media (max-width: 767px) {
    .carousel-area {
        margin-right: -15px;
        margin-left: -15px;
        overflow: hidden;
    }

    .carousel-area .carousel-cont {
        padding-left: 8px;
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-area .carousel-cont>.row,
    .carousel-area .carousel-cont>.menu-row {
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
    }

    .carousel-area .carousel-cont>.row.center {
        justify-content: flex-start;
    }

    .carousel-area .carousel-cont>.row>.item,
    .carousel-area .carousel-cont>.menu-row>.item {
        width: 260px;
        max-width: 260px;
        min-width: 260px;
        display: table-cell;
        padding-right: 8px;
        padding-left: 8px;
    }

    .carousel-area .carousel-cont .row .item-image,
    .carousel-area .carousel-cont .row .item-text,
    .carousel-area .carousel-cont .menu-row .item-image,
    .carousel-area .carousel-cont .menu-row .item-text {
        width: auto;
        display: block;
    }
}

.corporate .section-ttl {
    font-size: 240px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 0;
    pointer-events: none;
}

.corporate .section-ttl .ttl-eng {
    color: #fff;
    z-index: -1;
}

.jumbotron-common {
    background-image: url(assets/img/bg/bg-jumbotron-common.jpg);
    position: relative;
}

.jumbotron-common .ttl-cont {
    height: 120px;
    z-index: 1;
    top: 0;
}

.jumbotron-common .bg-img {
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .jumbotron-common .bg-img {}
}

@media (min-width: 992px) {
    .jumbotron-common .ttl-cont {
        height: 200px;
        justify-content: flex-start;
    }

    .jumbotron-common .bg-img {}
}

@media (min-width: 1200px) {
    .jumbotron-common .bg-img {}
}

.jumbotron-common .link::before {
    bottom: -10px;
    left: -10px;
}

.jumbotron-common .ttl-cont .ttl-jpn {
    display: block;
}

@media (min-width: 992px) {
    .breadcrumb {
        justify-content: flex-end;
    }
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item,
.tab_item-02 {
    display: none;
}

.is-active-item {
    display: block;
}

.tab-item-area,
.tab-item-area-02 {
    position: relative;
}

.tab-menu .tab_btn,
.tab-menu .tab_btn-02 {
    cursor: pointer;
}

.intro-area {
    background-color: #efefef;
    position: relative;
}

.intro-area .ttl-area {
    font-size: 1.25em;
}

.intro-area .ttl-area .big {
    font-size: 1.5em;
}

.intro-area .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 240px;
    position: relative;
}

@media (min-width: 768px) {
    .intro-area .bg-img {
        height: 320px;
    }
}

@media (min-width: 992px) {
    .intro-area .bg-img {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        z-index: 0;
    }
}

/* home */
.page-home .jumbotron-common {
    background: none;
    margin-bottom: 0;
}

.page-home .main-slider .item {
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .page-home .main-slider .item {
        height: 360px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-home .main-slider .item {
        height: 540px;
    }
}

@media (min-width: 992px) {
    .page-home .main-slider .item {
        height: calc(100vh - 64px);
    }
}

@media (max-width: 767px) {
    .page-home .bg-common.strength {
        background-color: #dbe7ec;
    }
}

@media (min-width: 768px) {
    .page-home .bg-common.strength {
        background-image: url(assets/img/bg/bg-home-strength.jpg);
        overflow: visible;
    }

    .page-home .bg-common.strength::before {
        background-color: #dbe7ec;
        width: 75%;
        z-index: 0;
        transform: skewX(30deg);
        top: -60px;
        right: 50%;
        left: inherit;
    }

    .page-home .bg-common.strength .cont-box.top {
        padding-top: 0;
    }
}

.page-home .bg-common.business {
    background-image: url(assets/img/bg/bg-home-business.jpg);
}

.page-home .bg-common.business .bg-img {
    position: absolute;
    width: 1080px;
    height: 360px;
    bottom: 0;
    left: 0;
}

.page-home .bg-common.about-us::before {
    background-color: #f6f6f6;
    right: 50%;
    left: -50%;
    z-index: 0;
    transform: skewX(30deg);
}

.row-contents .item .cont-box.mini .bg-cont {
    z-index: 1;
    position: relative;
}

.row-contents .item .cont-box.mini .bg-cont {
    margin-top: -60px;
}

.row-contents .item .cont-box.mini .bg-cont.bg-cont-xs {
    margin-top: 0;
}

@media (max-width: 767px) {
    .row-contents .item .cont-box.mini .bg-cont {
        margin-top: -30px;
    }

    .row-contents .item .cont-box.mini .bg-cont.bg-cont-xs {
        margin-top: -30px;
    }
}

.img-frame {
    position: relative;
}

.img-frame::before,
.img-frame::after {
    content: '';
    border-style: solid;
    position: absolute;
}

.img-frame::before {
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    top: 0;
    left: 0;
}

.img-frame::after {
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    right: 0;
    bottom: 0;
}

/* strength */
.row-strength .item-text {
    background-color: #043b7b;
}

.row-strength .item-text .cont-box.top {
    padding-top: 0;
}

@media (min-width: 1480px) {
    .row-strength .item-text .cont-box.top {
        padding-left: 150px;
    }
}

.row-strength .item-text .ttl-area {
    position: relative;
}

.row-strength .item-text .ttl-area::before {
    content: '';
    background-color: #002e6e;
    transform: skewX(-45deg);
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    left: -50%;
}

@media (max-width: 767px) {
    .row-strength .item-text .ttl-area::before {
        right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-strength .item-text .ttl-area::before {
        right: 120px;
    }
}

.row-strength .item-text .ttl-area svg {
    position: absolute;
    fill: #002e6e;
    z-index: -1;
}

@media (max-width: 767px) {
    .row-strength .item-text .ttl-area svg {
        top: -30px;
        right: -36px;
        height: 150px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-strength .item-text .ttl-area svg {
        top: -30px;
        right: -18px;
        height: 250px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .row-strength .item-text .ttl-area svg {
        top: -30px;
        right: -200px;
    }
}

.row-strength .item-image {
    position: relative;
    z-index: 2;
}

.row-strength .item-image::before {
    content: '';
    background-image: url(assets/img/image/strength/bg-strength-image.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -150px;
    z-index: 0;
    pointer-events: none;
}

.row-strength .item>.cont {
    position: relative;
    z-index: 1;
}

/* faq */
.table-faq dl {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 991px) {
    .table-faq dl {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.table-faq dl:first-child {
    padding-top: 0;
}

.table-faq dl:last-child {
    padding-bottom: 0;
}

.table-faq dl dt,
.table-faq dl dd {
    color: #565656;
    position: relative;
}

.table-faq dl dt {
    font-weight: 400;
    padding: 1.5em;
    background-color: #f2f5f7;
    padding-left: 70px;
    border-radius: 0;
    box-shadow: 0 1px #b8d2e3;
    border: 1px solid #b8d2e3 !important;
    border-bottom: none !important;
    z-index: 1;
}

.table-faq dl dd {
    border-radius: 0;
    border: 1px solid #b8d2e3 !important;
    border-top: none !important;
    z-index: 0;
}

.table-faq dl dd {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.cp_actab input:checked~.cp_actab-content {
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

.table-faq dl dt::before,
.table-faq dl dd::before {
    content: '';
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    display: block;
    width: 38px;
    padding: 5px;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.table-faq dl dt::before {
    content: 'Q';
    color: #043b7b;
}

.table-faq dl dd::before {
    content: 'A';
    color: #aa0000;
}

.table-faq dl dt::after {}

.table-faq dl dt:hover::after,
.table-faq dl dt:active::after,
.table-faq dl dt:focus::after {}

.cp_actab {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    color: #000;
    font-weight: normal;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    height: 0;
    transition: .5s ease all;
    color: #565656;
    border: none !important;
    opacity: 0;
}

.cp_actab.faq .cp_actab-content {
    padding-left: 70px;
}

.cp_actab .cp_actab-content p {
    margin: 5px;
}

.faq-area [id^="faq-"] {
    margin-bottom: 30px;
}

.faq-area [id^="faq-"]:last-child {
    margin-bottom: 0;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
    height: auto;
    transition: .5s ease all;
    display: block;
    opacity: 1;
}

.cp_actab.faq input:checked~.cp_actab-content {
    padding-left: 70px;
    border-right: 1px solid #b8d2e3 !important;
    border-bottom: 1px solid #b8d2e3 !important;
    border-left: 1px solid #b8d2e3 !important;
}

@media (max-width: 991px) {
    .table-faq dl dt {
        padding-top: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
    }

    .table-faq dl dd {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .cp_actab input:checked~.cp_actab-content {
        padding-top: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .table-faq dl dt {
        font-size: .9em;
    }

    .table-faq dl dt::before,
    .table-faq dl dd::before {
        font-size: 1em;
        width: 30px;
        left: 10px;
    }

    .cp_actab.faq .cp_actab-content {
        padding-left: 50px !important;
    }
}

.row-point .item .in-cont {
    text-align: center;
    margin-bottom: 1rem;
}

.row-point .item .in-cont .num {
    font-size: 3em;
    color: #043b7b;
    font-weight: 400;
    line-height: 1;
    font-style: italic;
    display: inline-block;
}

.row-point .item .in-cont hr {
    border-color: #043b7b;
}

.row-flow .item .in-cont .num {
    font-size: 2em;
}

@media (min-width: 992px) {
    .row-point .metabox.autoheight {
        min-height: 240px;
    }
}

/* works */
#bg-works {
    background-image: url(assets/img/bg/bg-works.jpg);
}

.row-works>.item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (min-width: 576px) {
    .row-works>.item {
        margin-bottom: 15px;
    }
}

.row-works .item .term-slug-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
    margin-bottom: 1rem;
}

.row-works .item .term-slug-cont:last-child {
    margin-bottom: 0;
}

.containerr .mix::after {
    padding: 0 !important;
}

.row-works .item .term-slug {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background-color: #043b7b;
    padding: 3px;
    margin: 3px;
}

@media (max-width: 991px) {
    .row-works .item .ttl {
        font-size: 1rem;
    }
}

.category-list {
    margin-bottom: 30px;
}

.category-list li button {
    font-size: 12px;
    color: #043b7b;
    background: #f2f5f7;
    padding: 8px;
    border-radius: 0;
    border: 1px solid #b8d2e3;
    border-right: none;
}

.category-list li:last-child button {
    border-right: 1px solid #b8d2e3;
}

@media (min-width: 768px) {
    .category-list li button {
        font-size: 14px;
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .category-list li button {
        font-size: 14px;
        padding: 1.5rem 10px;
    }
}

@media (max-width: 575px) {
    .row-works .item .ttl {
        font-size: 14px;
        margin-bottom: .5rem;
    }
}

.row-works .item .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-list button.active {
    color: #fff;
    background: #043b7b;
}

.category-list button.active:hover,
.category-list button.active:active,
.category-list button.active:focus {
    color: #fff;
    background: #043b7b;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    top: 12px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    margin-top: 8px;
    border-bottom: 4px solid #37b32f;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    margin-left: -6px;
    border-bottom: 8px solid #37b32f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -8px;
}

.sp-button {
    border: 2px solid #37b32f;
}

.sp-selected-button {
    background-color: #37b32f;
}

.sp-full-screen-button {
    color: #fff;
}

/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-left: 5px solid #37b32f;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-right: 13px solid #37b32f;
}

/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
    top: 0;
}

.sp-vertical .sp-next-arrow {
    bottom: 0;
}

.image-list {
    background-color: #f6f6f6;
}

@media (max-width: 991px) {

    .row-works-single .item-table .table-base dl dt,
    .row-works-single .item-table .table-base dl dd {
        font-size: .8rem;
    }
}

@media (min-width: 992px) {
    .row-works-single .item-image figure {
        margin-right: -120px;
    }

    .row-works-single .item-table {
        margin-top: -180px;
    }

    .row-works-single .item-table .table-base dl dt {
        width: 120px;
        min-width: inherit;
    }

    .row-works-single .item-table .table-base dl dt,
    .row-works-single .item-table .table-base dl dd {
        font-size: .9rem;
        background: none;
    }
}

/* business */
@media (max-width: 767px) {
    .page-business .img-intro {
        margin-bottom: -60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-business .img-intro {
        margin-bottom: -120px;
    }
}

@media (min-width: 992px) {
    .page-business .img-intro {
        margin-bottom: -180px;
    }
}

.row-style-contents .item .bg-cont {
    background-color: #fff;
}

.row-style-contents .item .bg-cont .cont-box {
    position: relative;
}

.row-style-contents .item .bg-cont .frame {
    position: absolute;
}

.row-style-contents .item .bg-cont .frame.start {
    top: -15px;
    left: -15px;
}

.row-style-contents .item .bg-cont .frame.end {
    right: -15px;
    bottom: -15px;
}

.row-style-contents .item .bg-cont .frame svg {
    width: 60px;
    height: 60px;
    fill: #043b7b;
}

.row-results .item .bg-cont {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

/* company */
.page-philosophy .bg-common.detail {
    background-position: bottom center;
}

.president-area .position {
    display: block;
    margin-bottom: 5px;
}

.president-area .president-name {
    font-size: 2em;
}

.row-greeting .item-left {
    position: relative;
    z-index: 5;
}

.president-area {}

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.nav-list li {
    width: 100%;
    display: block;
}

.nav-list li button {
    width: 100%;
}

@media (max-width: 767px) {
    .nav-list {
        flex-wrap: wrap;
    }

    .nav-list li {
        width: 50%;
    }

    .category-list li button {
        border: none;
        border-top: 1px solid #b8d2e3;
        border-left: 1px solid #b8d2e3;
    }

    .category-list li:nth-child(even) button {
        border-right: 1px solid #b8d2e3;
    }

    .category-list li:nth-last-child(1) button,
    .category-list li:nth-last-child(2) button {
        border-bottom: 1px solid #b8d2e3;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav-list {
        flex-wrap: wrap;
    }

    .nav-list li {
        width: 33.333333%;
    }

    .category-list li button {
        border: none;
        border-top: 1px solid #b8d2e3;
        border-bottom: 1px solid #b8d2e3;
        border-left: 1px solid #b8d2e3;
    }

    .category-list li:nth-child(1) button,
    .category-list li:nth-child(2) button,
    .category-list li:nth-child(3) button {
        border-bottom: none;
    }

    .category-list li:nth-child(3) button {
        border-right: 1px solid #b8d2e3;
    }
}

.map iframe {
    width: 100%;
}

/* blog */
.bg-common.blog.home {
    border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-post-cont-box {
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-post-cont-box {
        padding-right: 45px;
        padding-bottom: 45px;
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .row-post-cont-box {
        padding-right: 60px;
        padding-bottom: 60px;
        padding-left: 60px;
    }
}

.card-blog .item .bg-cont {
    background-color: #fff;
}

.card-blog .item .ttl {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.card-blog .item .blog-info {
    font-size: 14px;
    margin-bottom: .5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

.card-blog .item .blog-info div {
    padding-right: 3px;
    padding-left: 3px;
}

.card-blog .item .metabox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-blog .item .metabox p {
    font-size: .8rem;
}

@media (max-width: 767px) {
    .carousel-area .carousel-cont>.card-blog>.item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-area img {
    max-width: 100%;
    height: auto;
}

.widget-area>div {
    margin-bottom: 30px;
}

.widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    display: block;
}

.widget {
    padding: 0;
}

.widget>ul {
    margin: 0;
}

.widget>ul>li {
    padding: 0;
    border-top: 1px solid #d6d6d6;
}

.widget>ul>li:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.widget>ul>li a {
    display: block;
    padding: 15px 0;
}

.widget>ul>li .date {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.widget>ul>li .metabox p {
    line-height: 1;
}

#searchform .btn {
    min-width: inherit;
}

.nav-below {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.nav-below .nav-next {
    float: left;
}

.nav-below .nav-previous {
    float: right;
}

.nav-below .nav-next a,
.nav-below .nav-previous a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}

.nav-below a:hover,
.nav-below a:active,
.nav-below a:focus {
    opacity: .5;
}

.nav-below .nav-next a {
    text-align: left;
}

.nav-below .nav-previous a {
    text-align: right;
}

.nav-below .nav-next a:before,
.nav-below .nav-previous a:before {
    font-family: ionicons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-below .nav-next a:before {
    content: '\f3d2';
    left: 1em;
}

.nav-below .nav-previous a:before {
    content: '\f3d3';
    right: 1em;
}

.nav-below span {
    text-align: center;
    width: 33.333333%;
}

.nav-below .nav-next,
.nav-below .nav-previous {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-below .nav-next {
    text-align: left;
}

.nav-below .nav-previous {
    text-align: right;
}

.nav-below .nav-next a {
    padding: 1em 1em 1em 2em;
}

.nav-below .archive a {
    padding: 1em;
}

.nav-below .nav-previous a {
    padding: 1em 2em 1em 1em;
}

.nav-below span a {
    display: inline-block;
    border: none;
    background: none;
}

@media (max-width: 767px) {
    .nav-below span {
        font-size: .8em;
    }
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"] {
    border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"]:last-child {
    border-bottom: none;
}

/* pagination */
.pagination {
    clear: both;
    padding: 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #777;
    background: #dedede;
    box-shadow: inset 1px 1px #dedede, inset -1px -1px #dedede;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
    color: #fff;
    background: #1a51a3;
    box-shadow: inset 1px 1px #043b7b, inset -1px -1px #043b7b;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #043b7b;
    color: #fff;
    box-shadow: inset 1px 1px #043b7b, inset -1px -1px #043b7b;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/* sitemap */
.sitemap-menu .dropdown-toggle::after {
    display: none;
}

.sitemap-menu .container-fluid.inner {
    max-width: inherit;
    padding: 0;
}

.sitemap-menu #menu-sitemap>li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    float: left;
}

.sitemap-menu .dropdown>.dropdown-menu .container-fluid.inner li.item {
    background-color: #f6f6f6;
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.sitemap-menu #menu-sitemap>li>a {
    display: inline-block;
}

.sitemap-menu #menu-sitemap>li>a .link-menu {
    padding: 1rem;
}

.sitemap-menu .navbar-nav .nav-link .link-menu {
    padding: 1rem;
}

.sitemap-menu .navbar-nav li .dropdown-menu {
    padding: 0;
    position: relative;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    opacity: 1;
    background: none;
    pointer-events: all;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li {
    display: block;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>a {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding: 1rem;
    border-left: 2px solid #dedede;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
    margin-bottom: 56px;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
    background: none;
    position: absolute;
    top: 56px;
    display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li>a {
    background: #f9f9f9;
}

@media (max-width: 767px) {
    .sitemap-menu #menu-sitemap li a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
        margin-bottom: 40px;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
        top: 40px;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li {
        display: block;
        width: 50%;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li {
        width: 33.333333%;
    }
}

/* contact */
.bg-common.bg-contact {
    background-image: url(assets/img/bg/bg-contact-area.jpg);
    background-size: cover;
    position: relative;
}

.bg-common.bg-contact::before {
    background-color: #000;
    right: -50%;
    left: 33%;
    z-index: 0;
    transform: skewX(-30deg);
    opacity: .2;
}

.ttl.contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ttl.contact {
    justify-content: center;
}

.ttl.contact svg {
    width: 32px;
    height: 32px;
    fill: #043b7b;
    margin-right: 10px;
}

.invert .ttl.contact svg {
    fill: #fff;
}

.contact-area ul {
    display: block;
    text-align: center;
    padding: 0;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .contact-area ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.contact-area ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-area .tel a,
.contact-area .mail a {
    margin: 0;
    border-radius: 0;
}

@media (min-width: 768px) {

    .contact-area .tel a,
    .contact-area .mail a {
        font-size: 1.1em;
    }
}

.contact-area .tel a {
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
}

.contact-area .tel a:hover {
    text-decoration: none;
}

.contact-area .mail a {
    min-width: 320px;
    padding: 1rem;
}

.contact-block ul {
    padding: 0;
    margin: 0;
}

.contact-block ul li {
    font-size: 14px;
    text-align: center;
    display: block;
}

.contact-block ul .tel {
    margin-bottom: 10px;
}

.contact-block.tel ul .tel {
    text-align: left;
    margin-bottom: 0;
}

.contact-block ul .tel-box .title,
.contact-block ul .tel-box .business-hours {
    display: block;
}

.contact-block ul .tel-box .title {
    padding-bottom: 5px;
}

.contact-block ul .tel-box .business-hours {
    padding-top: 5px;
}

.contact-block ul .tel-box a {
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.contact-block ul .tel-box a:hover {
    text-decoration: none;
}

.contact dl dt label {
    padding-right: 45px;
}

.contact dl.req dt label::after {
    color: #fff;
    content: "必須";
    background: #043b7b;
}

.contact dl.any dt label::after {
    color: #043b7b;
    content: "任意";
    background: #dedede;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
    font-size: .8em !important;
    color: #fff !important;
    background: #043b7b;
    padding: .25em;
    border-radius: 2px;
    position: absolute;
    top: -29px;
    left: 0;
}

span.wpcf7-not-valid-tip br {
    display: none;
}

span.wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25%;
    margin-left: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #043b7b transparent transparent transparent;
}

div.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    background: #043b7b;
    padding: 15px;
    margin: 0 0 30px !important;
    border: 1px solid #043b7b;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    background: #043b7b;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
}

div.wpcf7-response-output {
    padding: 15px !important;
    border: 2px solid #043b7b !important;
}

label {
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    margin: -4px 0.2rem 0 1rem;
}

input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 20px;
    cursor: pointer;
}

input[type="radio"]:checked {
    background: #043b7b;
    border-color: #003b70;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

/* page-top */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #043b7b;
    opacity: 1;
    z-index: 10;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a .hydrated {
    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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* footer */
footer {
    background: #000;
}

footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

footer .navbar-nav {
    text-align: center;
}

footer .company-data {
    padding-top: 10px;
}

@media (min-width: 992px) {
    footer .footer-top {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-right: -15px;
        margin-left: -15px;
    }

    footer .footer-top>div {
        padding-right: 15px;
        padding-left: 15px;
    }

    footer .footer-top .company-info {
        min-width: 360px;
    }
}

@media (max-width: 991px) {
    footer .footer-top #menu-footer.navbar-nav>li {
        border-top: 1px solid #343434;
    }

    footer .footer-top #menu-footer.navbar-nav>li:last-child {
        border-bottom: 1px solid #343434;
    }
}

/* recruit */
.page-recruit .jumbotron-common {
    background: none;
    z-index: 1;
}

.page-recruit .main-bg-back {
    background-image: url(assets/img/image/recruit/bg-recruit-main-back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
}

.page-recruit .main-bg-front {
    background-image: url(assets/img/image/recruit/bg-recruit-main-front.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.page-recruit .main-bg-contents {
    text-align: center;
}

@media (max-width: 767px) {
    .page-recruit .main-bg-contents {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .page-recruit .main-bg-contents .title {
        width: 240px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-recruit .main-bg-contents .text {
        width: 320px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-recruit .main-bg-front {
        background-position: center 18%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-recruit .main-bg-contents {
        padding-top: 240px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-recruit .main-bg-contents {
        padding-top: 240px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .page-recruit .main-bg-contents {
        padding-top: 360px;
        padding-bottom: 120px;
    }
}

.page-recruit .bg-common.message {
    background-image: url(assets/img/image/recruit/bg-recruit-message.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-top: 180px;
    margin-top: -180px;
}

.ttl-11 {
    color: #002e6e;
    font-weight: 700;
    font-style: italic;
    border-bottom: 1px solid #002e6e;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    position: relative;
}

.ttl-11::before,
.ttl-11::after {
    content: '';
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.ttl-11::before {
    background-color: #adc5e2;
    width: 90px;
    height: 90px;
    left: -30px;
    z-index: -1;
}

.ttl-11::after {
    background-color: #fff;
    width: 110px;
    height: 110px;
    border: 1px solid #adc5e2;
    left: -40px;
    z-index: -2;
}

.page-recruit .bg-common.interview {
    background-image: url(assets/img/image/recruit/bg-recruit-interview.jpg);
    background-size: cover;
    background-position: center bottom;
    border-top: 4px solid #9ab5db;
}

.row-interview .item .tape {
    width: 46px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    transform: rotate(-10deg);
    opacity: .5;
}

.row-interview .item:nth-child(4n+1) .tape {
    background-color: #b90306;
}

.row-interview .item:nth-child(4n+2) .tape {
    background-color: #e58425;
}

.row-interview .item:nth-child(4n+3) .tape {
    background-color: #12609e;
}

.row-interview .item:nth-child(4n+4) .tape {
    background-color: #389571;
}

.row-interview .item .metabox p {
    margin-bottom: 5px;
}

.row-interview .item .metabox p:last-child {
    margin-bottom: 0;
}

.tab-recruit .tab-btn-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.tab-recruit .tab-btn-area .tab_btn {
    font-size: 1rem;
    color: #043b7b;
    display: inline-block;
    background-color: #fff;
    padding: 1rem 1.5rem;
    margin-right: 5px;
    margin-left: 5px;
    border: 4px solid #043b7b;
    transition: .5s ease all;
}

@media (max-width: 575px) {
    .tab-recruit .tab-btn-area {
        margin-bottom: 1rem;
    }

    .tab-recruit .tab-btn-area .tab_btn {
        font-size: 12px;
        line-height: 1.2;
        padding: 5px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
    color: #fff;
    background-color: #043b7b;
    transition: .5s ease all;
}

.tab-recruit .tab-item-area .tab_item figure {
    position: relative;
    overflow: visible;
}

.tab-recruit .tab-item-area .tab_item figure figcaption {
    position: absolute;
}

@media (max-width: 767px) {
    .tab-recruit .tab-item-area .tab_item figure {
        margin-bottom: 15px;
    }

    .tab-recruit .tab-item-area .tab_item figure figcaption {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-recruit .tab-item-area .tab_item figure {
        margin-bottom: 30px;
    }

    .tab-recruit .tab-item-area .tab_item figure figcaption {
        bottom: -30px;
        left: 30px;
    }

    .tab-recruit .tab-item-area .tab_item figure figcaption .cont-box {
        width: 320px;
    }
}

@media (min-width: 992px) {
    .tab-recruit .tab-item-area .tab_item figure {
        margin-bottom: 60px;
    }

    .tab-recruit .tab-item-area .tab_item figure figcaption {
        bottom: -60px;
        left: 60px;
    }

    .tab-recruit .tab-item-area .tab_item figure figcaption .cont-box {
        width: 360px;
    }
}

.btn-entry-area {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .btn-entry-area {
        display: none;
    }

    .block-area.entry img {
        width: 120px;
    }
}

@media (min-width: 992px) {
    .recruit footer .footer-bottom .footer-address {
        margin-left: auto;
    }
}

.grecaptcha-badge {
    margin: 15px auto;
}

.biso-img a img {
    width: 50% !important;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link .link-menu {
        text-align: center;
    }

    .box.biso-img {
        text-align: center;
    }
}

.white {
    color: #fff;
}

.strong.btn.btn-light:hover {
    color: #000;
    text-decoration: underline;
}

.fs-small {
    font-size: 14px;
}






@media (min-width: 992px) {
    .biso-img {
        margin-top: 43px;
    }
}