#wpadminbar {
    display: none !important;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}

main {
    opacity: 0;
    transition: .5s ease all;
}

main.active {
    opacity: 1;
    transition: .5s ease all;
}

.ttl-eng {
    font-family: 'Roboto', sans-serif;
}

.ttl-eng.uppercase {
    text-transform: uppercase;
}

.ttl-eng.capitalize {
    text-transform: capitalize;
}

::selection {
    color: #000;
    -webkit-text-stroke-width: 0;
    background-color: #9bf2a8;
}

::-moz-selection {
    color: #000;
    -webkit-text-stroke-width: 0;
    background: #9bf2a8;
}

/* common */
@media (min-width: 992px) {
    header .container-fluid.parents {
        padding-right: 0;
    }
}

.bg-white {
    background-color: #fff !important;
}

.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: #003670 !important;
}

.border-ci-color {
    border-color: #003670 !important;
}

.txt-red {
    color: #cc1414;
}

.txt-ci-color {
    color: #000;
}

.no-bg {
    background: none !important;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
    color: #fff;
}

a {
    color: #000;
    transition: .5s ease all;
}

a:hover {
    color: #000;
    text-decoration: underline;
    transition: .5s ease all;
}

a svg {
    transition: .5s ease all;
}

a:hover svg {
    transition: .5s ease all;
}

.invert a {
    color: #fff;
}

.invert a:hover {
    color: #fff;
}

.table {
    background-color: #fff;
}

.table thead th {
    vertical-align: middle;
}

.table th {
    color: #003670;
    font-weight: 700;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
    border-bottom: 1px solid #e6e6e6;
}

.table td,
.table th {
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}

@media (max-width: 575px) {

    .table td,
    .table th {
        font-size: 11px;
        display: table-cell;
        padding: 3px;
    }

    .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-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
    color: #000;
    background-color: #f6f6f6;
    width: 100%;
}

.table-base dl dd {
    color: #565656;
    border-left: 1px solid #e6e6e6;
}

.table-mini dl dt,
.table-mini dl dd {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-base dl:first-child dt {
        border-top: 1px solid #e6e6e6;
    }

    .table-base dl dd {
        border-left: none;
    }
}

@media (min-width: 576px) {

    .table-base dl:first-child dt,
    .table-base dl:first-child dd {
        border-top: 1px solid #e6e6e6;
    }

    .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: #003670;
    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: #003670;
    width: 60px;
    height: 60px;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 0;
}

button:focus {
    outline: none;
}

.btn {
    min-width: 210px;
    padding: 15px;
    line-height: 1;
    text-align: left;
    transition: .5s ease all;
    border-radius: 0;
    position: relative;
}

.btn.long {
    min-width: 240px;
}

@media (min-width: 992px) {
    .btn {
        padding: 20px 30px;
    }
}

input.btn {
    text-align: center;
}

.btn svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    fill: #fff;
}

.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 {}

*::-ms-backdrop,
.btn {
    padding-top: 1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #003670;
    border-color: #003670;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #003670;
    border-color: #003670;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003670;
    border-color: #003670;
}

.btn-primary::before,
.btn-primary::after {}

.btn-primary::before {}

.btn-primary::after {}

.btn-success {
    color: #000;
    background: none;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
}

.btn-success::before,
.btn-success::after {
    content: '';
    position: absolute;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #000;
    background: none;
    border-color: #000;
    outline: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background: none;
    border-color: #000;
}

.btn-success::before {
    background-image: linear-gradient(90deg, #fff 0%, #9bf2a8 25%, #9bf2a8 75%, #fff 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    transition: .5s ease all;
}

.btn-success:hover::before,
.btn-success:active::before,
.btn-success:focus::before {
    background-image: linear-gradient(90deg, #fff 0%, #9bf2a8 25%, #9bf2a8 75%, #fff 100%);
    top: 0;
    right: -100%;
    bottom: 0;
    left: 0;
    transition: .5s ease all;
}

.btn-success::after {
    background-color: #000;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: 0;
}

.btn-success span {
    position: relative;
    z-index: 1;
}

.btn-light {
    color: #000;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
    color: #000;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
}

.btn-light::before,
.btn-light::after {}

.btn-light::before {}

.btn-light::after {}

.btn-warning {
    color: #000;
    background-color: #fbde22;
    border-color: #fbde22;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    color: #000;
    background-color: #fbde22;
    border-color: #fbde22;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fbde22;
    border-color: #fbde22;
}

.btn-lg {}

.btn-sm {}

.btn-link {
    color: #000;
    text-decoration: underline;
    min-width: inherit;
    padding: 0;
    position: relative;
}

.btn-link.nu {
    text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #000;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
    color: #000;
}

.btn-more {
    color: #000;
    text-decoration: none;
    min-width: inherit;
    padding: 0;
    position: relative;
}

.btn-more::after {
    content: '';
    background-color: #000;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}

.btn-more .ttl-eng {
    text-transform: uppercase;
}

.blank::after {
    font-family: ionicons;
    content: '\f3ef';
    margin-left: 5px;
}

.ttl {
    line-height: 1.25;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .ttl.ttl-xs-mini {
        font-size: 1.1rem;
    }
}

.ttl a {
    color: #000;
}

.invert .ttl,
.invert .ttl a {
    color: #fff;
}

.ttl.center {
    text-align: center;
}

.ttl.b0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ttl.bold {
    font-weight: 700;
}

.ttl.normal {
    font-weight: 400;
}

.ttl.dark {
    color: #000;
}

.invert .ttl.dark {
    color: #fff;
}

.ttl .ttl-eng {
    font-size: 1em;
    color: inherit;
    margin: 0;
}

.ttl::before,
.ttl::after {
    content: '';
    position: absolute;
}

.ttl-01 [class^="ttl-"] {
    display: block;
}

.ttl-01 .ttl-eng {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.ttl-01 .ttl-jpn {
    font-weight: bold;
    margin-bottom: 30px;
}

.ttl-02 [class^="ttl-"] {
    display: block;
}

.ttl-02 .ttl-eng {
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ttl-02 .ttl-jpn {
    font-size: 16px;
    font-weight: normal;
}

.ttl-03 {
    position: relative;
}

.ttl-03::after {
    content: '';
    background-color: #9c9c9c;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.ttl-03 span {
    background-color: #fff;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.ttl-04 [class^="ttl-"] {
    display: block;
}

.ttl-04 .ttl-eng {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ttl-04 .ttl-jpn {
    font-size: 16px;
    font-weight: normal;
}

.ttl-05 {
    padding: 15px 25px;
    border: 2px solid #000;
}

.ttl-06 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.ttl-07 {
    font-weight: normal;
    display: block;
    padding: 10px;
    padding-right: 45px;
    border: 1px solid #9c9c9c;
    position: relative;
}

.ttl-07::after {
    content: '';
    background: #000;
    width: 30px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
}

.bg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
    z-index: 0;
}

.bg-common.cover {
    background-size: cover;
}

.box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
    margin-bottom: 1rem;
}

.cont .metabox.main {
    margin-bottom: 2rem;
}

.cont .metabox p:last-child {
    margin-bottom: 0;
}

.cont .metabox.main p {
    line-height: 2.5;
}

.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;
}

.ttl-single {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ttl-single .bg-cont {
    border-bottom: 4px double #fff;
}

/* header */
header {
    position: relative;
}

header .container-fluid.inner {
    position: relative;
}

header .navbar-header {
    width: 100%;
}

@media (min-width: 992px) {
    header .navbar-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.navbar {
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

@media (max-width: 991px) {
    header .navbar-collapse .header-menu {
        position: relative;
    }
}

@media (max-width: 767px) {
    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;
        display: block;
        position: relative;
        background: none;
    }

    header .contact-block ul .tel-box a:hover {
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .navbar.base {
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
    }

    .navbar.scroll {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar {
        display: block;
    }

    .navbar {
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: 1s ease all;
    }

    .navbar.active {
        opacity: 1;
        pointer-events: all;
        transition: 1s ease all;
    }

    .navbar.scroll {
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        z-index: 100;
        transition: 1s ease all;
        transition-delay: 1s;
    }

    .navbar.scroll.active {
        top: 0;
        transition: 1s ease all;
    }
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar.bg-dark {}

.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: 10px;
    position: relative;
}

header .navbar-brand::before {}

@media (max-width: 991px) {
    header .navbar-brand {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        min-height: 60px;
        z-index: 1;
    }

    header .navbar-brand .cn {
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 0;
        z-index: 15;
    }

    header .navbar-brand {
        height: 100px;
    }
}

.navbar-brand .logo-image {
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .navbar-brand .logo-image {
        width: 160px;
    }
}

@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: 16px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .navbar h1 {
        font-size: 1.2rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .navbar h1 .cn {
        margin-left: 10px;
    }
}

.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: #003670;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #003670;
}

@media (min-width: 992px) {
    header .navbar-nav {}

    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) {
    .navbar-nav>li {
        border-bottom: 1px solid #e6e6e6;
    }

    .navbar-nav>li:first-child {
        border-top: 1px solid #e6e6e6;
    }
}

.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    padding: 19px 15px;
    background-color: #232323;
    border-radius: 0;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

@media (max-width: 991px) {
    .navbar-toggler.collapsed+.bg-menu {
        left: 100%;
        opacity: 0;
        transition: .5s ease all;
        transition-delay: .5s;
    }

    .navbar-toggler+.bg-menu {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        transition: .5s ease all;
    }
}

.dropdown-toggle::after {
    font-family: ionicons;
    content: '\f3d0';
    color: #fff;
}

@media (min-width: 992px) {
    .dropdown-toggle::after {
        color: #fff;
    }
}

.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 {
    color: #003670;
    font-weight: 700;
    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;
    justify-content: center;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 50%;
    padding-right: 7px;
    padding-left: 7px;
}

.dropdown>.dropdown-menu li .nav-link .cont,
.dropdown.show>.dropdown-menu li .nav-link .cont,
.dropdown:hover>.dropdown-menu li .nav-link .cont {
    background-color: #fff;
    width: 100%;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu .title {
    color: #003670;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
    font-size: 14px;
    color: #565656;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item,
.dropdown>.dropdown-menu .container-fluid.inner li.item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 767px) {
    .dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
        display: none;
    }
}

@media (min-width: 768px) {
    .dropdown>.dropdown-menu .container-fluid.inner li.item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle::before {
        background: #003670;
    }

    .dropdown-toggle:before,
    .dropdown-toggle:after {
        width: 56px;
    }
}

@media (min-width: 992px) {

    .dropdown-toggle:before,
    .dropdown-toggle:after {
        width: auto;
        top: inherit;
    }

    .dropdown>.dropdown-menu li .nav-link .cont,
    .dropdown.show>.dropdown-menu li .nav-link .cont,
    .dropdown:hover>.dropdown-menu li .nav-link .cont {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
        text-align: left;
    }

    .dropdown>.dropdown-menu li .nav-link .cont figure {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 15px;
    }
}

@media (min-width: 1201px) {
    .dropdown>.dropdown-menu li .nav-link .cont figure {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding: 15px;
    }
}

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;
}

.contact-block.base .icon-box {
    margin-right: 10px;
}

.contact-block.base .icon-box svg {
    width: 24px;
    height: 24px;
    fill: #000;
}

.invert .contact-block.base .icon-box svg {
    fill: #fff;
}

header .contact-block.base .icon-box svg {
    fill: #000;
}

header .contact-block.base .tel-box a,
header .contact-block.base .tel-box .title,
header .contact-block.base .tel-box .business-hours {
    color: #000;
}

header .contact-block.base .tel-box a {
    font-size: 21px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border: 2px solid #000;
}

header .contact-block.base .tel-box a .mini {
    font-size: 16px;
}

header .contact-block.base .tel-box .title,
header .contact-block.base .tel-box .business-hours {
    font-size: 14px;
}

header .contact-block.base .mail-box a {
    color: #9bf2a8;
    background-color: #000;
    padding: 15px;
}

header .contact-block.base .mail-box a .icon-box {
    margin-right: 0;
}

header .contact-block.base .mail-box a svg {
    fill: #9bf2a8;
    margin-bottom: 6px;
}

header .contact-block.base .mail-box a:hover {
    color: #000;
    background-color: #9bf2a8;
}

header .contact-block.base .mail-box a:hover svg {
    fill: #000;
}

.corporate header .navbar-collapse .header-menu {
    transition: .5s ease all;
}

header .navbar-collapse {
    background: none;
}

@media (min-width: 1201px) {
    .corporate header .navbar-collapse .header-menu {
        margin-right: 330px;
        transition: .5s ease all;
    }
}

.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.base ul .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
}

header .contact-block.base ul .tel {}

.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;
    line-height: 1;
}

.contact-block ul .tel-box a {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.contact-block ul .tel-box a:hover {
    text-decoration: none;
}

.contact-block.tel {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 11;
}

header .contact-block.tel ul .tel {
    margin: 0;
}

header .contact-block.tel ul .tel a {
    background-color: #000;
    display: block;
    padding: 16px;
}

header .contact-block.tel ul .tel a .num {
    display: none;
}

.contact-block.tel li {
    margin: 0;
}

.contact-block.tel svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #000;
}

header .navbar-nav .nav-link .link-menu .title {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .contact-block.tel ul .tel a {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 21px 12px;
        text-decoration: none !important;
    }

    header .contact-block.tel ul .tel a .num {
        display: block;
        padding-top: 2px;
        margin-left: 5px;
    }

    header .contact-block.tel ul .tel a svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    header .contact-block.base ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .contact-block.base ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    header .contact-block.base {
        position: relative;
        z-index: 1;
    }

    .contact-block.base ul .tel {
        text-align: center;
        justify-content: center;
    }

    .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 #003670;
    }

    header .navbar-nav .nav-link {
        color: #fff;
    }

    header .corporate-contact .item {
        width: 50%;
    }

    header .corporate-contact .item a {
        padding: 1rem;
    }

    header .contact-block.base ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    header .contact-block.base ul .tel {
        display: block;
    }
}

@media (min-width: 992px) {
    .contact-block.tel {
        display: none;
    }

    .corporate header .navbar-collapse {
        justify-content: flex-end;
    }

    header .corporate-contact {
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 11;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    header .navbar-nav .nav-link .link-menu {
        text-align: center;
    }

    .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-image: url(assets/img/bg/bg-dropmenu.jpg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        padding-top: 30px;
        padding-bottom: 30px;
        z-index: 12;
    }

    .dropdown>.dropdown-menu {
        top: 90px;
    }

    .dropdown>.dropdown-menu.show,
    .dropdown:hover>.dropdown-menu {
        padding-right: 0;
        padding-left: 0;
        top: 100px;
        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 {
        z-index: 100;
    }

    .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;
        transition: .5s ease all;
    }

    .contact-block.base {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        transition: .5s ease all;
    }

    header .contact-block.base {
        position: absolute;
        right: 10px;
    }

    header .contact-block.base ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .navbar .navbar-nav .nav-link {
        font-weight: 400;
        padding-right: 0;
        padding-left: 0;
    }

    header .navbar-nav .nav-link .link-menu {
        font-size: 1rem;
        padding: 42px 15px;
    }

    header .contact-block.base ul .tel {
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .contact-block.base {
        top: 112px;
    }
}

@media (min-width: 1201px) {
    header .contact-block.base {
        top: 12px;
    }
}

@media (max-width: 991px) {
    main {
        padding-top: 60px;
    }
}

main article {
    overflow: hidden;
}

main article section.bg-common:nth-child(odd) {}

main article section.bg-common:nth-child(even) {}

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;
}

@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;
}

@media (min-width: 992px) {
    .breadcrumb {
        justify-content: flex-end;
    }
}

/* slider */
.slider-base {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider-base.slick-initialized {
    opacity: 1;
}

@media (max-width: 767px) {
    .slider-area .main-catch {
        position: relative;
    }
}

.slider-area .catch,
.slider-area .subcatch {
    color: #fff;
}

.slider-area .catch {
    font-weight: 700;
}

.slider-area .catch span {
    line-height: 1;
}

.slider-area .catch .bg-cont {
    display: block;
    margin: 5px 0;
}

.slider-area .catch .bg-cont .bg-white {
    padding: 5px;
}

.slider-area .catch .bg-cont span {
    display: inline-block;
}

.slider-area .catch .bg-cont .bg-white span {
    background: -webkit-linear-gradient(0deg, #003670, #15700f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-area .catch {
    font-size: 2rem;
}

.slider-area .subcatch {
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .slider-area .catch {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .slider-area .catch {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .slider-area .catch {
        font-size: 4rem;
    }
}

@media (min-width: 1480px) {
    .slider-area .catch {
        font-size: 4.5rem;
    }
}

.slider-area .main-catch-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.slider-area .main-catch-area .cont,
.slider-area .main-catch-area .cont .cont-box {
    height: 100%;
}

.slider-area .main-catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-area .main-catch .title {}

.slider-area .main-catch .catch {}

.slider-area .main-catch .catch .text {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

*::-ms-backdrop,
.slider-area .main-catch .catch .text {
    color: #fff;
}

.slider-area .main-catch .catch .text .color {
    font-size: 1.25em;
    color: #9bf2a8;
    -webkit-text-stroke-width: 0;
}

.slider-area .main-catch .subcatch {
    margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text {
    display: block;
    margin-bottom: 5px;
}

.slider-area .main-catch .subcatch .text:last-child {
    margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text .bg-cont {
    display: inline-block;
    background-color: #003670;
    padding: 2px 6px;
}

.slider-area .main-catch figure {
    margin-bottom: 2rem;
}

@media (max-width: 575px) {
    .slider-area .main-catch {}
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider-area .main-catch {}
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-area .main-catch {}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider-area .main-catch {}
}

/* 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::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 2px;
    }

    .carousel-area .carousel-cont::-webkit-scrollbar-track {}

    .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
        background: #d6d6d6;
    }

    .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-color: #f2f5f7;
    position: relative;
}

.jumbotron-common .ttl-cont {
    justify-content: center;
    height: 180px;
    z-index: 1;
    top: 0;
}

.corporate .jumbotron-common .ttl-cont {}

.corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
    font-size: 2.5em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9bf2a8;
    text-transform: uppercase;
}

*::-ms-backdrop,
.corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
    color: #9bf2a8;
}

.corporate .jumbotron-common .ttl-main .ttl .ttl-jpn {
    font-size: 20px;
    color: #fff;
}

.corporate .jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
    display: inline-block;
    background-color: #003670;
    padding: 8px;
}

@media (min-width: 768px) {
    .corporate .jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
        padding: 15px;
    }

    .jumbotron-common .ttl-cont {
        height: 280px;
    }
}

@media (min-width: 992px) {
    .jumbotron-common .ttl-cont {
        height: 360px;
        margin-bottom: 0;
    }

    .corporate .jumbotron-common .ttl-cont {}

    .corporate .jumbotron-common .ttl-main {}

    .jumbotron-common .bg-img {}
}

@media (min-width: 1201px) {
    .jumbotron-common .bg-img {}
}

.jumbotron-common .ttl-cont .ttl-jpn {
    display: block;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item {}

.tab_item>.cont-main {
    opacity: 0;
    transition: .5s ease all;
    position: relative;
    top: 120px;
    height: 0;
}

.tab_item.is-active-item>.cont-main {
    opacity: 1;
    transition: .5s ease all;
    position: relative;
    top: 0;
    height: auto;
}

.tab-item-area {
    position: relative;
}

.tab-menu .tab_btn {
    cursor: pointer;
}

.row .item figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.row .item .zoom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #003670;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s ease all;
}

.row .item .zoom svg {
    width: 32px;
    height: 32px;
    margin: auto;
    fill: #fff;
}

.row .item .block-area:hover .zoom {
    width: 60px;
    height: 60px;
    transition: .5s ease all;
}

.row .item .block-area:hover .zoom svg {
    width: 36px;
    height: 36px;
    transition: .5s ease all;
}

.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.tos-close,
.tos-next,
.tos-prev {
    background-color: #d6d6d6 !important;
}

.tos-close span:before,
.tos-prev span {
    border-bottom: 3px solid #003670 !important;
    border-left: 3px solid #003670 !important;
}

.tos-close span:after,
.tos-next span {
    border-top: 3px solid #003670 !important;
    border-right: 3px solid #003670 !important;
}

@media (min-width: 992px) {
    .tos-caption {
        color: #000 !important;
        text-shadow: none !important;
    }
}

.other .jumbotron-common {
    background-color: #000;
}

.other .jumbotron-common .container-fluid.inner {
    position: relative;
    z-index: 1;
}

.other .bg-img {
    max-width: 1480px;
    margin-left: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.other .jumbotron-common::before,
.other .jumbotron-common::after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 0;
}

.other .jumbotron-common::before {
    top: 0;
    right: 0;
    left: 0;
}

.other .jumbotron-common::after {
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .other .bg-img {
        height: 180px;
        margin-left: 30px;
    }

    .other .jumbotron-common {
        padding-bottom: 30px;
    }

    .other .jumbotron-common::before {
        height: 15px;
    }

    .other .jumbotron-common::after {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .other .bg-img {
        height: 280px;
        margin-left: 60px;
    }

    .other .jumbotron-common {
        padding-bottom: 60px;
    }

    .other .jumbotron-common::before {
        height: 30px;
    }

    .other .jumbotron-common::after {
        width: 60px;
    }
}

@media (min-width: 992px) {
    .other .jumbotron-common::before {
        height: 60px;
    }

    .other .jumbotron-common::after {
        width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1509px) {
    .other .bg-img {
        height: 360px;
        margin-left: 120px;
    }

    .other .jumbotron-common {
        padding-bottom: 60px;
    }
}

@media (min-width: 1510px) {
    .other .bg-img {
        height: 360px;
        margin-left: auto;
    }

    .other .jumbotron-common {
        padding-bottom: 60px;
    }
}

/* home */
.page-home .jumbotron-common {
    background-color: #000;
    margin-bottom: 0;
    position: relative;
}

.page-home .jumbotron-common .slider-area::before,
.page-home .jumbotron-common .slider-area::after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
}

.page-home .jumbotron-common .slider-area::before {
    width: 100%;
    left: 0;
}

.page-home .jumbotron-common .slider-area::after {
    height: 100%;
    right: 0;
    bottom: 0;
}

.page-home .main-slider {
    max-width: 1480px;
    margin-left: auto;
    z-index: 1;
}

.page-home .main-slider::before,
.page-home .main-slider::after {
    content: '';
    position: absolute;
    z-index: 0;
}

.page-home .main-slider::before {
    top: 0;
    right: 0;
    left: 0;
}

@media (max-width: 767px) {
    .page-home .main-slider {
        padding-bottom: 30px;
        margin-left: 30px;
    }

    .page-home .jumbotron-common .slider-area::before {
        height: 15px;
    }

    .page-home .jumbotron-common .slider-area::after {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-home .main-slider {
        padding-bottom: 60px;
        margin-left: 60px;
    }

    .page-home .jumbotron-common .slider-area::before {
        height: 30px;
    }

    .page-home .jumbotron-common .slider-area::after {
        width: 60px;
    }
}

@media (min-width: 992px) {
    .page-home .jumbotron-common .slider-area::before {
        height: 60px;
    }

    .page-home .jumbotron-common .slider-area::after {
        width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1509px) {
    .page-home .main-slider {
        padding-bottom: 60px;
        margin-left: 120px;
    }
}

@media (min-width: 1510px) {
    .page-home .main-slider {
        padding-bottom: 60px;
        margin-left: auto;
    }
}

.slider-area .slick-slider .item {
    position: relative;
    z-index: 1;
}

.cont-main.service .outbox {
    overflow: hidden;
}

.cont-main.service .outbox .inbox {
    position: relative;
}

.cont-main.service .outbox .inbox::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
}

.cont-main.service .outbox .inbox .box {
    position: relative;
    z-index: 1;
}

.cont-main.service .outbox .inbox .box .btn-more::after {
    width: 200%;
    height: 2px;
}

.ttl-tscalibur [class^="ttl-"] {
    display: block;
}

.ttl-tscalibur .ttl-jpn {
    margin-bottom: 10px;
}

.ttl-tscalibur .ttl-eng {
    font-size: 18px;
}

.row-home-contents .item .ttl-area {
    position: relative;
}

.row-home-contents .item .ttl-area::after {
    content: '';
    background: #000;
    width: 30px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
}

/* tscalibur */

@media (max-width: 767px) {
    .bg-common.auto-shin-calibur.intro .ttl-area {
        margin-top: -60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-common.auto-shin-calibur.intro .ttl-area {
        margin-top: -120px;
    }
}

@media (min-width: 992px) {
    .bg-common.auto-shin-calibur.intro .ttl-area {
        margin-top: -180px;
    }
}

.bg-common.auto-shin-calibur .metabox.main p {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .bg-common.auto-shin-calibur .metabox.main p {
        font-size: 18px;
    }

    .bg-common.auto-shin-calibur .metabox.main .big {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .bg-common.auto-shin-calibur .metabox.main p {
        font-size: 21px;
    }

    .bg-common.auto-shin-calibur .metabox.main .big {
        font-size: 28px;
    }
}

.row-tscalibur-comparison {
    margin: -15px;
}

.row-tscalibur-comparison .item {
    padding: 15px;
}

.row-tscalibur-comparison .item .num-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.row-tscalibur-comparison .item .num-area .num {
    color: #000;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #9bf2a8;
}

.row-tscalibur-comparison .item .num-area .num {
    font-size: 1.5em;
    flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 40px;
}

.row-tscalibur-comparison .item .num-area .text {
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .row-tscalibur-comparison .item .num-area .num {
        font-size: 2em;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        border-radius: 40px;
    }

    .row-tscalibur-comparison .item .num-area .text {
        font-size: 19px;
        text-align: initial;
    }
}

/* works */
#bg-works {
    background-image: url(assets/img/works/bg-works.jpg);
}

#thumbnail-list {
    max-width: 66.666666%;
    padding-bottom: 10px;
}

#thumbnail-list .item {
    display: block;
    cursor: pointer;
    transition: .5s ease all;
}

#thumbnail-list .item:hover {
    opacity: .8;
    transition: .5s ease all;
}

#thumbnail-list .item::before {
    content: '';
    background-color: #9bf2a8;
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease all;
}

#thumbnail-list .item.thumbnail-current::before {
    opacity: .8;
    transition: .5s ease all;
}

#slider {
    background-color: #f6f6f6;
}

#slider .slide-item img {
    margin: 0 auto;
}

@media (max-width: 767px) {
    #slider .slide-item img {
        max-height: 320px;
    }
}

@media (min-width: 768px) {
    #slider .slide-item img {
        max-height: 480px;
    }
}

#slider .slick-prev,
#slider .slick-next {
    line-height: 44px;
    color: #000;
    background-color: #f6f6f6;
    border: 2px solid #000;
    top: -58px;
    transform: none;
}

#slider .slick-prev {
    right: 52px;
    left: inherit;
}

#slider .slick-next {
    right: 0;
    left: inherit;
}

@media (max-width: 767px) {
    #thumbnail-list {
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .row-works-single .item .cont .box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .row-works-single .item #slider {
        width: 100%;
        order: 1;
    }

    .row-works-single .item #thumbnail-list {
        width: 100%;
        margin-left: 0;
        order: 2;
    }
}

.row-works>.item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.row-works .item .bg-cont {
    background-color: #f6f6f6;
}

.row-works .item figure {
    overflow: visible;
}

.row-works .item .term-slug-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.row-works .item .term-slug-cont:last-child {
    margin-bottom: 0;
}

.containerr .mix::after {
    padding: 0 !important;
}

.row-works .item .term-slug {
    font-size: 16px;
    color: #000;
    display: inline-block;
    background-color: #9bf2a8;
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .row-works .item .ttl {
        font-size: 1rem;
    }

    .row-works .item .term-slug {
        font-size: 12px;
    }
}

.row-works .item figure {
    margin-bottom: 0;
}

.category-list {
    margin-bottom: 30px;
}

.category-list li button {
    font-size: 12px;
    color: #003670;
    background: #fff;
    padding: 8px;
    border-radius: 0;
    border: 1px solid #003670;
}

@media (min-width: 768px) {
    .category-list li button {
        font-size: 14px;
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .category-list li button {
        font-size: 16px;
        padding: 1rem;
    }
}

@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: #000;
    background-image: linear-gradient(90deg, #9bf2a8 75%, #fff 100%);
}

.category-list button.active:hover,
.category-list button.active:active,
.category-list button.active:focus {
    color: #000;
    background-image: linear-gradient(90deg, #9bf2a8 75%, #fff 100%);
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1479px) {
    .row-works .slick-prev {
        left: 15px;
    }

    .row-works .slick-next {
        right: 15px;
    }
}

@media (min-width: 1480px) {
    .row-works .slick-prev {
        left: 10%;
    }

    .row-works .slick-next {
        right: 10%;
    }
}

.row-works .slick-dots {
    bottom: -22px;
    margin: 0;
}

.works-slider-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.thumb-item {
    width: 100%;
    margin-top: 10px;
    order: 2;
}

.thumb-item-nav {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    order: 1;
}

.thumb-item-nav .item {
    cursor: pointer;
}

/* company */
.page-company .bg-common.greeting {
    overflow: visible;
}

.president-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    justify-content: center;
}

.president-area .position {
    margin-right: 15px;
    margin-bottom: 0;
}

.table-qualification tr td {
    text-align: right;
}

.page-philosophy .bg-common.detail {
    background-position: bottom center;
}

.president-area .position {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .president-area .item-text .cont {
        text-align: center;
    }

    .president-area .cont {
        text-align: center;
    }
}

.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;
    padding: 0;
    margin: -5px
}

.nav-list li {
    display: block;
    padding: 5px;
}

@media (max-width: 767px) {
    .nav-list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-list li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .nav-list li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.nav-list li button {
    color: #000;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000;
    transition: .5s ease all;
}

.nav-list li button.active {
    background-image: linear-gradient(90deg, #9bf2a8 75%, #fff 100%);
    border: 2px solid #000;
    transition: .5s ease all;
}



@media (max-width: 767px) {
    .nav-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav-list {
        flex-wrap: wrap;
    }
}

.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: 1201px) {
    .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 #003670, inset -1px -1px #003670;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #003670;
    color: #fff;
    box-shadow: inset 1px 1px #003670, inset -1px -1px #003670;
}

@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;
    top: 0;
    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.closing {
    background-image: url(assets/img/common/bg-contact-area.jpg);
    min-height: 480px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.corporate .bg-common.bg-contact.closing::before,
.bg-common.bg-contact.closing::after {
    display: none !important;
}

.bg-common.bg-contact.closing .contact-area .tel {}

@media (max-width: 767px) {
    .bg-common.bg-contact.closing {
        min-height: 360px;
    }

    .bg-common.bg-contact.closing .contact-area .tel {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .bg-common.bg-contact.closing .contact-area .tel a {
        font-size: 28px;
    }

    .bg-common.bg-contact.closing .contact-area .mail .btn {
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-common.bg-contact.closing .contact-area .tel a {
        font-size: 32px;
    }
}

.bg-common.bg-contact.closing .outbox {
    position: relative;
    overflow: hidden;
}

.bg-common.bg-contact.closing .outbox::before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.bg-common.bg-contact.closing .outbox .inbox {
    position: relative;
}

.bg-common.bg-contact.closing .outbox .inbox::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.bg-common.bg-contact.closing .contact-area .tel a {
    color: #fff;
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box {}

.bg-common.bg-contact.closing .contact-area .tel .icon-box svg {
    width: 48px;
    height: 48px;
    fill: #fff;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .business-hours {
    text-align: left;
    display: block;
}

.bg-common.bg-contact.closing .contact-area .mail .btn {
    color: #000;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    max-width: 320px;
    min-width: inherit;
    padding: 20px 30px;
    margin-right: auto;
    margin-left: auto;
}

.bg-common.bg-contact.closing .contact-area .mail svg {
    width: 48px;
    height: 48px;
    fill: #fff;
}

.bg-common.bg-contact.closing .contact-area .item .icon-box svg {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.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: 400;
    text-decoration: none;
}

.contact-area .tel a:hover {
    text-decoration: none;
}

.contact-area .mail a {
    min-width: 320px;
    padding: 1rem;
}

.contact dl dt label {
    padding-right: 45px;
    cursor: text;
}

.contact dl.req dt label::after {
    color: #000;
    content: "必須";
    background: #9bf2a8;
}

.contact dl.any dt label::after {
    color: #000;
    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: #003670;
    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: #003670 transparent transparent transparent;
}

div.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    background: #003670;
    padding: 15px;
    margin: 0 0 30px !important;
    border: 1px solid #003670;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    background: #003670;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
}

div.wpcf7-response-output {
    padding: 15px !important;
    border: 2px solid #003670 !important;
}

dl dd label {
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    margin: -4px 0.2rem 0 .2rem;
}

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: #003670;
    border-color: #003b70;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {}

.mwform-tel-field input {
    text-align: center;
}

@media (max-width: 767px) {
    .mwform-tel-field input {
        width: 30% !important;
    }
}

input::placeholder {
    color: #898989 !important;
}

/* page-top */
#page_top {
    width: 40px;
    height: 120px;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 10;
}

@media (min-width: 768px) {
    #page_top {
        right: 30px;
        bottom: 30px;
    }
}

#page_top::after {
    content: '';
    background: #000;
    width: 2px;
    height: 30px;
    margin-left: -1px;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

#page_top a {
    font-size: 12px;
    position: relative;
    display: block;
    text-decoration: none;
    transform: rotate(-90deg);
    width: 120px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 40px -40px;
}

#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 a span {}

/* footer */
.corporate footer {
    background-color: #fff;
}

footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

footer .footer-top-area {
    background: #000;
}

footer .footer-bottom-area {
    background: #383838;
}

footer .footer-top-area .footer-top h1 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

footer .navbar-nav>li {
    border-bottom-color: #383838;
}

footer .navbar-nav>li:first-child {
    border-top-color: #383838;
}

@media (max-width: 991px) {
    footer .navbar-nav .nav-link .link-menu {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    footer .navbar-nav .nav-link .link-menu {
        padding: 5px 10px;
    }
}

footer .company-data {
    padding-top: 10px;
}

footer .navbar-brand .cn {
    font-size: 18px;
}

@media (max-width: 991px) {
    footer .navbar-brand {
        padding: 0;
        margin-right: 0;
        display: block;
    }

    footer .navbar-brand h1 {
        margin-bottom: 0;
    }

    footer .navbar-brand .cn {
        display: block;
    }

    footer .footer-top-area .footer-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer .footer-bottom-area .footer-bottom {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    footer .navbar-nav {}

    footer .footer-top-area {
        margin-bottom: -60px;
        position: relative;
        z-index: 1;
    }

    footer .footer-top-area::before,
    footer .footer-top-area::after {
        content: '';
        position: absolute;
    }

    footer .footer-top-area::before {
        background-color: #fff;
        width: 146px;
        height: 146px;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    footer .footer-top-area::after {
        background-color: #383838;
        width: 146px;
        height: 60px;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    footer .footer-top {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
    }

    footer .footer-top>div {
        padding-right: 15px;
        padding-left: 15px;
    }

    footer .footer-top .company-info {
        min-width: 360px;
    }

    footer .footer-bottom {
        justify-content: flex-start;
    }

    footer .footer-bottom .footer-address {
        display: block;
        text-align: right;
        margin-left: auto;
    }

    footer .footer-bottom .footer-address .footer-by {
        padding-top: 5px;
    }

    footer .footer-bottom-area {
        padding-top: 90px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    footer .footer-top #menu-footer.navbar-nav>li:last-child {
        border: none;
    }
}

.corporate footer .footer-bottom-area {}

/* recruit */
@media (min-width: 992px) {
    .recruit header .navbar-brand {
        position: absolute;
    }

    .recruit header .collapse {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .recruit.page-recruit .jumbotron-common {
        margin-bottom: 0;
    }

    .recruit .slider-area .main-catch {
        margin-top: 0;
    }
}

.recruit.page-recruit main {
    padding-top: 0;
}

.recruit .slider-area .container-fluid.inner {
    position: relative;
}

.recruit .recruit-slider {
    width: 100%;
    margin-left: auto;
    right: 0;
}

@media (max-width: 767px) {
    .recruit .recruit-slider {
        max-width: 360px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .recruit .recruit-slider {
        max-width: 480px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .recruit .recruit-slider {
        max-width: 640px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1201px) {
    .recruit .recruit-slider {
        max-width: 720px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.recruit .slider-area .main-catch-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.recruit .slider-area .main-catch-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.recruit .slider-area .main-catch {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.recruit .slider-area .catch .ttl {}

.recruit-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .recruit-main {
        top: 100px;
    }
}

.recruit .slider-area .slick-initialized .slick-slide {}

.recruit .slider-area .slick-initialized .slick-slide.slick-active {}

.recruit .ttl-11 {
    margin-bottom: 2rem;
}

.recruit .ttl-11 [class^="ttl-"] {
    display: block;
}

.recruit .ttl-11 .ttl-eng {
    font-size: 1.5em;
    color: #003670;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.recruit .ttl-11 .ttl-eng .bg-cont {
    display: inline-block;
    position: relative;
}

.recruit .ttl-11 .ttl-eng .bg-cont::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.recruit .ttl-11 .ttl-jpn {
    font-size: 1rem;
    color: #000;
}

.recruit .invert .ttl-11 .ttl-eng,
.recruit .invert .ttl-11 .ttl-jpn {
    color: #fff;
}

.recruit .invert .ttl-11 .ttl-eng .bg-cont::before {
    opacity: .2;
}

.recruit .ttl-12 {
    color: #003670;
    font-weight: 700;
}

.recruit .ttl-12 .bg-cont {
    background: linear-gradient(transparent 70%, #e6ecf3 0%);
    display: inline;
    padding: 0 2px 0;
}

.recruit .ttl-13 {
    color: #000;
    border-bottom: 2px solid #e6ecf3;
}

.recruit .ttl-13 .bg-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.recruit .ttl-13 .bg-cont svg {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    max-width: 56px;
    width: 48px;
    height: 48px;
}

@media (max-width: 991px) {
    .recruit .jumbotron-common {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {

    .recruit .jumbotron-common::before,
    .recruit .jumbotron-common::after {
        content: '';
        border-style: solid;
        position: absolute;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
    }

    .recruit .jumbotron-common::before {
        border-width: 120px 0 0 120px;
        border-color: transparent transparent transparent #fff;
        left: 0;
    }

    .recruit .jumbotron-common::after {
        border-width: 0 0 120px 120px;
        border-color: transparent transparent #fff transparent;
        right: 0;
    }
}

.recruit .jumbotron-common .ttl-cont {
    justify-content: center;
}

.recruit .jumbotron-common .ttl-cont .title {
    text-align: center;
}

.recruit .navbar .navbar-nav .entry {
    text-transform: uppercase;
}

.recruit header .navbar-nav .entry .nav-link {
    background-color: #003670;
}

.page-recruit header .navbar-nav .entry .nav-link {
    background-color: #fff;
}

.recruit header .navbar-nav .entry .nav-link .link-menu {
    padding: 20px;
}

.recruit header .navbar-nav .entry .nav-link .link-menu .title {
    font-size: 2rem;
    color: #fff;
}

.page-recruit header .navbar-nav .entry .nav-link .link-menu .title {
    color: #003670;
}

@media (max-width: 991px) {
    header .navbar-nav .entry .nav-link {
        background-color: #fff !important;
    }

    header .navbar-nav .entry .nav-link .link-menu .title {
        color: #003670 !important;
    }
}

@media (min-width: 992px) {
    .recruit .navbar::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .page-recruit .navbar::after {
        background-color: #003670;
        opacity: .9;
    }

    .page-recruit-child .navbar::after {
        background-color: #f6f6f6;
        opacity: 1;
    }

    .recruit .navbar .navbar-nav .entry {
        min-width: 200px;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .recruit header .navbar-nav .entry .nav-link {
        border-radius: 0 0 5px 5px;
    }
}

.page-recruit .recruit-main-top {
    background: none;
}

.page-recruit .recruit-main-top {
    background-image: url(assets/img/recruit/home/bg-recruit-home.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (min-width: 992px) {
    .page-recruit .bg-common.message {
        background-image: url(assets/img/recruit/home/bg-recruit-home-message.jpg);
    }
}

.page-recruit .bg-common.data {
    background-image: url(assets/img/recruit/home/bg-recruit-home-data.jpg);
}

.bg-common.about-us.related {
    background-image: url(assets/img/recruit/home/bg-recruit-home-about-us.jpg);
}

@media (max-width: 767px) {
    .bg-common.interview.related {
        background-image: url(assets/img/recruit/home/bg-recruit-home-interview.jpg);
    }
}

@media (min-width: 768px) {
    .bg-common.interview.related .cont-main {
        background-image: url(assets/img/recruit/home/img-recruit-home-interview.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 360px;
        position: relative;
    }

    .bg-common.interview.related .cont-main::after {
        content: '';
        border-style: solid;
        border-width: 360px 240px 0 240px;
        border-color: #003670 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .bg-common.interview.related .cont-main {
        height: 480px;
    }

    .bg-common.interview.related .cont-main::after {
        border-width: 480px 360px 0 360px;
    }
}

.bg-common.interview.related .cont-main .cont-box {
    position: relative;
    z-index: 0;
}

/* about-us */
.page-about-us .bg-common.intro {
    background-image: url(assets/img/recruit/about-us/bg-recruit-about-us-intro.jpg);
}

.row-checklist .item .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .row-checklist .item svg {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 768px) {
    .row-checklist .item svg {
        -ms-flex: 0 0 72px;
        flex: 0 0 72px;
        max-width: 72px;
        width: 64px;
        height: 64px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item-image {
        z-index: 1;
    }

    .page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item-text {
        z-index: 2;
    }

    .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(odd) .row-contents-list .item-image {
        order: 2;
    }

    .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(odd) .row-contents-list .item-text {
        order: 1;
    }

    .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(even) .row-contents-list .item-image {
        order: 1;
    }

    .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(even) .row-contents-list .item-text {
        order: 2;
    }
}

.page-about-us .bg-common.contents .contents-list .bg-cont {
    background-image: url(assets/img/recruit/about-us/bg-recruit-about-us-contents-item.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.page-about-us .bg-common.contents .contents-list .bg-cont::before {
    content: '';
    border: 1px solid #003670;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .page-about-us .bg-common.contents .contents-list .bg-cont::before {
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
    }
}

@media (min-width: 768px) {
    .page-about-us .bg-common.contents .contents-list .bg-cont::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

.page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item .cont .cont-box {
    background-color: #fff;
}

/* interview */
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
}

#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name,
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
    display: block;
}

@media (max-width: 767px) {
    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
        text-align: center;
        padding: 5px;
    }

    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
        padding: 10px;
    }

    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 767px) {
    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding: 15px;
    }

    #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.bg-common.entry-area {
    background-image: url(assets/img/recruit/common/bg-entry-area.jpg);
}

.page-recruit .recruit-main-top .ttl-area {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.recruit .bg-common {
    background-color: #fff;
}

@media (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1479px) {
    .recruit .bg-common.recruit-cont {
        height: calc(100vh - 100px);
    }
}

@media (min-width: 1480px) {
    .recruit .bg-common.recruit-cont {
        height: 100vh;
    }
}

.recruit .btn {
    padding: 20px;
}

.recruit .btn-light {
    color: #003670;
    background-color: #fff;
    border: none;
    border-radius: 50px;
}

.recruit .btn-light:hover {
    border: none;
}

.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: #003670;
    display: inline-block;
    background-color: #fff;
    padding: 1rem 1.5rem;
    margin-right: 5px;
    margin-left: 5px;
    transition: .5s ease all;
}

@media (max-width: 767px) {
    .tab-recruit .tab-btn-area .tab_btn {
        border: 2px solid #003670;
    }
}

@media (min-width: 768px) {
    .tab-recruit .tab-btn-area .tab_btn {
        border: 4px solid #003670;
    }
}

@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: #003670;
    transition: .5s ease all;
}

#tab-recruit-interview .tab-item-area .tab_item figure {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    overflow: visible;
}

#tab-recruit-interview .tab-item-area .tab_item figure::before {
    content: '';
    border: 4px solid #e6ecf3;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    pointer-events: none;
}

#tab-recruit-interview .tab-item-area .tab_item figure .image {
    order: 2;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
    order: 1;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure .image {
    margin-left: auto;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure .image {
    margin-right: auto;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
    position: absolute;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
    width: 75%;
    left: 0;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
    width: 50%;
    right: 0;
}

@media (max-width: 767px) {
    #tab-recruit-interview .tab-item-area .tab_item figure {
        display: block;
    }

    #tab-recruit-interview .tab-item-area .tab_item figure::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #tab-recruit-interview .tab-item-area .tab_item figure figcaption {
        position: relative;
    }

    #tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
        width: 100%;
    }

    #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #tab-recruit-interview .tab-item-area .tab_item figure .image {
        width: 75%;
    }

    #tab-recruit-interview .tab-item-area .tab_item .interview-end figure {
        -ms-align-items: flex-end;
        align-items: flex-end;
    }

    #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
        width: 50%;
    }
}

.interview-list {
    border: 4px solid #e6ecf3;
}

#tab-recruit-info .tab-item-area .cont-main {
    border: 4px solid #e6ecf3;
}

.bg-ci-color-gradient {
    background-image: linear-gradient(165deg, #f8fafb 25%, #eff4f7 25%);
}

.bg-ci-light-color {
    background-color: #e6ecf3;
}

.border-ci-light-color {
    border: 4px solid #e6ecf3;
}

.row-data .item .bg-cont {
    background-color: #fff;
}

.row-data .item svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.row-data .item .num-area {
    text-align: center;
    display: block;
}

.row-data .item .num-area .num {
    color: #ff9f00;
    font-weight: 400;
}

.row-data .item .num-area .text {
    font-weight: 700;
}

.row-data .item .metabox p {
    font-size: 12px;
}

@media (max-width: 991px) {
    .row-data .item svg {
        width: 64px;
        height: 64px;
        margin-bottom: .5rem;
    }

    .row-data .item .num-area {
        margin-bottom: .5rem;
    }

    .row-data .item .num-area .num {
        font-size: 2em;
    }

    .row-data .item .num-area .text {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .row-data .item svg {
        width: 128px;
        height: 128px;
        margin-bottom: 1rem;
    }

    .row-data .item .num-area {
        margin-bottom: 1rem;
    }

    .row-data .item .num-area .num {
        font-size: 4em;
    }

    .row-data .item .num-area .text {
        font-size: 1.5em;
    }
}

.row-entry .item .btn {
    box-shadow: 0 0 5px #fff;
}

.recruit footer {
    background-color: #232323;
}

.recruit footer .navbar-nav>li:first-child {
    border-top-color: #565656;
}

.recruit footer .navbar-nav>li {
    border-bottom-color: #565656;
}

@media (max-width: 767px) {
    .recruit footer #menu-footer_recruit_bottom {
        margin-top: -31px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit footer #menu-footer_recruit_bottom {
        margin-top: -41px;
    }
}

@media (max-width: 991px) {
    .recruit footer #menu-footer_recruit_bottom {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .recruit footer .footer-bottom .footer-address {
        margin-right: 60px;
        margin-left: auto;
    }
}

.plan-title {
    font-weight: 300;
    font-size: 24px;
}

.grecaptcha-badge {
    margin: 15px auto;
}

.all-comparison {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.row-tscalibur-comparison .item .num-area {
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid #9bf2a8;
}





.feature-title-all {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


.plan-title-all .number {
    color: #9ff2ac;
    font-size: 36px;

}

.plan-title-all {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}



.row-base .metabox {
    margin-top: 10px;
    line-height: 25px;
}

/* slider */

.swiper img {
    width: 100%;
}

.swiper_thumbnail .swiper-slide {
    cursor: pointer;
}


.swiper_thumbnail img {
    vertical-align: bottom;
}




.swiper_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .image {
    position: relative;
}


.swiper_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .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;
    z-index: 9;
}

.swiper_main .swiper-wrapper {
    /* margin-top: 20px; */
}

.swiper_main .swiper_thumbnail .swiper-slide {
    padding: 20px;
}



.row-base .metabox {
    line-height: 30px;
}

.video-title-all {
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.video-number {
    font-size: 36px;
    font-weight: 500;
    color: #fb7050;
}



.yajirushi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-all {
    position: relative;
}

#yajirushi {
    cursor: pointer;
}

/* .video-all::before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.video-all {
    position: relative;
} */

@media (max-width: 767px) {
    .video-title {
        font-size: 22px;
        font-weight: 500;
        margin-left: 20px;
    }


    .plan-title-all .plan-title {
        font-size: 14px;
        font-weight: 300;
        margin-left: 15px;
        line-height: 20px;
    }

    .swiper_thumbnail .swiper-slide {
        width: calc(100% / 3);
        padding: 10px 5px;
    }

    .feature-title-all .number {
        color: #fb6542;
        font-size: 30px;

    }

    .feature-title-all .feature-title {
        font-size: 19px;
        font-weight: 500;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .video-title {
        font-size: 32px;
        font-weight: 500;
        margin-left: 20px;
    }


    .plan-title-all .plan-title {
        font-size: 24px;
        font-weight: 300;
        margin-left: 15px;
    }

    .swiper_thumbnail .swiper-slide {
        width: calc(100% / 3);
        padding: 20px 10px;
    }

    .feature-title-all .number {
        color: #fb6542;
        font-size: 72px;

    }

    .feature-title-all .feature-title {
        font-size: 40px;
        font-weight: 500;
        margin-left: 15px;
    }
}