#wpadminbar {
    display: none !important;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #565656;
}

main {
    opacity: 0;
    transition: .5s ease all;
}

main.active {
    opacity: 1;
    transition: .5s ease all;
}

*::-ms-backdrop, main {
    opacity: 1;
}

.ttl-eng {
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
}

.ttl-eng.uppercase {
    text-transform: uppercase;
}

.ttl-eng.capitalize {
    text-transform: capitalize;
}

::selection {
    color: #fff;
    background-color: #108d4e;
}

::-moz-selection {
    color: #fff;
    background: #108d4e;
}

/* common */
@media (min-width: 992px) {
    header .container-fluid.parents {
        padding-right: 0;
    }
}

.no-bg {
    background: none !important;
}

.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: #108d4e !important;
}

.border-ci-color {
    border-color: #108d4e !important;
}

.txt-red {
    color: #cc1414;
}

.txt-ci-color {
    color: #108d4e;
}

.no-bg {
    background: none !important;
}

.invert, .invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p {
    color: #fff;
}

a {
    color: #108d4e;
    transition: .5s ease all;
}

a:hover {
    color: #108d4e;
    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: #108d4e;
    font-weight: 300;
}

.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: #108d4e;
    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: #108d4e;
    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 !important;
    padding-left: 12px !important;
    position: relative;
}

@media (max-width: 767px) {
    .list-area li {
        font-size: 14px;
    }
}

.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: 300;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #108d4e;
    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: 3px;
    position: relative;
}

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 {}

.btn-success {
    color: #fff;
    background: none;
    border-color: #108d4e;
    overflow: hidden;
}

.btn-success::before {
    content: '';
    background: linear-gradient(177deg, #009b4d 74%, #006a35 76%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20%;
    left: 0;
    transition: .5s ease all;
}

.btn-success:hover::before {
    top: -50%;
    bottom: 0;
    transition: .5s ease all;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background: none;
    border-color: #108d4e;
    outline: none;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background: none;
    border-color: #108d4e;
}

.btn-success::before, .btn-success::after {}

.btn-success::before {}

.btn-success::after {}

.btn-success span {
    position: relative;
    z-index: 1;
}

input.btn-success {
    color: #fff;
    background: #108d4e;
    border-color: #108d4e;
}

input.btn-success:hover, input.btn-success:active, input.btn-success:focus {
    color: #fff;
    background: #108d4e;
    border-color: #108d4e;
}

input.btn-success:not(:disabled):not(.disabled).active, input.btn-success:not(:disabled):not(.disabled):active, .show>input.btn-success.dropdown-toggle {
    color: #fff;
    background: #108d4e;
    border-color: #108d4e;
}

.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: #108d4e;
    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: #108d4e;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show>.btn-link.dropdown-toggle {
    color: #108d4e;
}

.btn-more {
    color: #108d4e;
    text-decoration: none;
    min-width: inherit;
    padding: 0;
    position: relative;
}

.btn-more::after {
    content: '';
    background-color: #108d4e;
    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;
}

.btn-instagram {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    background: url(assets/img/common/bg-instagram.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: none;
}

.btn-instagram:hover {
    color: #fff;
    opacity: .8;
}

.btn-instagram img {
    width: 26px;
    margin-right: 8px;
    filter: invert(1);
}

.ttl {
    line-height: 1.25;
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .ttl.ttl-xs-mini {
        font-size: 1.1rem;
    }
}

.ttl a {
    color: #108d4e;
}

.invert .ttl, .invert .ttl a {
    color: #fff;
}

.ttl.center {
    text-align: center;
}

.ttl.b0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ttl.bold {
    font-weight: 300;
}

.ttl.normal {
    font-weight: 300;
}

.ttl.dark {
    color: #343434;
}

.invert .ttl.dark {
    color: #fff;
}

.ttl .ttl-eng {
    font-size: 1em;
    color: inherit;
    margin: 0;
}

.ttl::before, .ttl::after {
    content: '';
    position: absolute;
}

.ttl-01 [class^="ttl-"] {
    color: #108d4e;
    display: block;
}

.ttl-01 .ttl-eng {
    font-size: 1.1rem;
    padding-top: 1em;
}

.ttl-01 .ttl-jpn {
    font-size: 1.5em;
}

.ttl-01 .ttl-jpn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ttl-01 .ttl-jpn .outbox {
    display: block;
    overflow: hidden;
}

.ttl-01 .ttl-jpn .inbox {
    display: block;
}

@media (min-width: 1201px) {
    .ttl-01 .ttl-jpn {
        font-size: 2em;
    }
}

.invert .ttl-01 .ttl-eng {
    color: #fff;
}

.invert .ttl-01 .ttl-jpn {
    color: #fff;
}

.ttl-02 [class^="ttl-"] {
    display: block;
}

.ttl-02.center [class^="ttl-"] {
    text-align: center;
}

.ttl-02 .ttl-eng {
    font-size: .8em;
    line-height: 1;
    text-transform: capitalize;
    padding-top: 30px;
    position: relative;
}

.ttl-02 .ttl-eng::before, .ttl-02 .ttl-eng::after {
    content: '';
    width: 32px;
    height: 10px;
    margin-right: auto;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.ttl-02.center .ttl-eng::before, .ttl-02.center .ttl-eng::after {
    margin-left: auto;
}

.ttl-02 .ttl-eng::before {
    border-style: solid;
    border-width: 5px 32px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.ttl-02 .ttl-eng::after {
    background: #108d4e;
}

.ttl-02 .ttl-jpn {
    font-size: 1em;
    color: #108d4e;
}

.ttl-03 [class^="ttl-"] {
    display: block;
    text-align: center;
}

.ttl-03 .ttl-eng {
    font-size: .8em;
    line-height: 1;
    text-transform: capitalize;
    padding-top: 32px;
    position: relative;
}

.ttl-03 .ttl-eng::before {
    content: '';
    background: #fff;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
}

.ttl-03 .ttl-jpn {
    font-size: 1.2em;
    padding-top: 8px;
}

@media (min-width: 768px) {
    .ttl-03 .ttl-eng {
        padding-top: 75px;
    }

    .ttl-03 .ttl-eng::before {
        height: 60px;
    }
}

.ttl-04 {
    font-size: 1.25em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.ttl-04 .bg-cont {
    display: block;
    padding-left: 0.75em;
    position: relative;
}

.ttl-04 .bg-cont::before {
    content: '';
    background: #108d4e;
    width: 5px;
    height: 100%;
    transform: skewX(15deg);
    position: absolute;
    top: 2px;
    left: 0;
}

.ttl-04 .num {
    font-size: 2.5em;
    color: #108d4e;
    line-height: 1;
    display: block;
}

.ttl-05 {
    color: #108d4e;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #108d4e;
}

.ttl-06.num {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #108d4e;
}

.ttl-06.num span {
    color: #108d4e;
}

.ttl-06.num .ttl-eng {
    font-size: 1.2em;
    margin-right: 5px;
}

.img-frame {
    mask-image: url(assets/img/common/img-frame.svg);
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url(assets/img/common/img-frame.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100%;
}

.img-frame-works {
    mask-image: url(assets/img/common/img-frame-works.svg);
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url(assets/img/common/img-frame-works.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100%;
}

.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 .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;
        -ms-align-items: center;
        align-items: center;
    }
}

.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-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 11;
    }

    .navbar.scroll {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar {
        display: block;
    }

    .navbar {
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: .5s ease all;
    }

    .navbar.active {
        opacity: 1;
        pointer-events: all;
        transition: .5s ease all;
    }

    .navbar.scroll {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }
}

.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) {
    .navbar-brand {
        display: inline-block;
        z-index: 1;
    }

    .navbar-brand {
        padding: 15px 10px;
        margin-right: 0;
    }

    .navbar-brand .logo-image img {
        width: auto;
        height: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 0;
        z-index: 15;
    }

    header .navbar-brand {
        height: 100px;
    }
}

@media (min-width: 992px) {
    header .navbar-brand .logo-image {
        width: 210px;
    }
}

@media (min-width: 1201px) {
    header .navbar-brand .logo-image {
        width: 240px;
    }
}

.navbar-brand .logo-image {
    display: inline-block;
    position: relative;
}

.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: #108d4e;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #108d4e;
}

.navbar-nav .nav-link .link-menu {
    display: block;
}

@media (max-width: 767px) {
    .footer-menu-02 {
        margin-top: -10px;
    }

    footer .footer-top-area .footer-top .company-info .cont {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar-nav>li {
        border-bottom: none;
    }

    .navbar-nav>li:first-child {
        border-top: none;
    }

    .navbar-nav .nav-link .link-menu {
        padding: 15px;
    }
}

@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 {
        padding: 20px;
    }
}

.navbar-toggler {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    padding: 19px 15px;
    background-color: #006a35;
    border-radius: 0;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

@media (max-width: 991px) {
    .navbar-toggler.collapsed+.bg-menu {
        right: 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;
        transition: .5s ease all;
    }
}

.dropdown-toggle::after {
    font-family: ionicons;
    content: '\f3d0';
    color: #fff;
}

@media (min-width: 992px) {
    .dropdown-toggle::after {
        color: #108d4e;
    }
}

.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: #108d4e;
    font-weight: 300;
}

.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: 15px;
}

.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: 100%;
    padding-right: 0;
    padding-left: 0;
}

.dropdown>.dropdown-menu li .nav-link .cont, .dropdown.show>.dropdown-menu li .nav-link .cont, .dropdown:hover>.dropdown-menu li .nav-link .cont {
    width: 100%;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame {
    position: relative;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu span {
    color: #fff;
    display: block;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu .ttl-eng {
    font-size: 12px;
    order: 1;
    padding-top: 0;
    padding-bottom: 8px;
}

.dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu .ttl-jpn {
    font-size: 12px;
    order: 2;
}

@media (min-width: 992px) {
    .dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu .ttl-eng {
        font-size: 1.2em;
        padding-bottom: 15px;
    }

    .dropdown>.dropdown-menu li .nav-link .cont figure.img-frame .link-menu .ttl-jpn {
        font-size: 2em;
    }
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu .title {
    color: #108d4e;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
    font-size: 14px;
    color: #565656;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item, .dropdown>.dropdown-menu .container-fluid.inner li.item a {
    display: block;
}

@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>.dropdown-menu .container-fluid.inner li.item {
        width: 50%;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item a {
        padding: 8px;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item:nth-of-type(odd) a {
        padding-right: 4px;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item:nth-of-type(even) a {
        padding-left: 4px;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item a {
        border-top: 1px solid #d6d6d6;
    }

    .dropdown-toggle::before {
        background: #108d4e;
    }

    .dropdown-toggle:before, .dropdown-toggle:after {
        width: 56px;
    }
}

@media (min-width: 992px) {
    .dropdown>.dropdown-menu .container-fluid.inner li.item a {
        padding: 15px;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item:nth-of-type(odd) a {
        padding-right: 8px;
    }

    .dropdown>.dropdown-menu .container-fluid.inner li.item:nth-of-type(even) a {
        padding-left: 8px;
    }

    .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: block;
    }

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
        text-align: left;
    }

    .dropdown>.dropdown-menu li .nav-link .cont figure {}

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {}
}

@media (min-width: 1201px) {
    .dropdown>.dropdown-menu li .nav-link .cont figure {}

    .dropdown>.dropdown-menu li .nav-link .cont .link-menu {}
}

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: 48px;
    height: 48px;
    fill: #108d4e;
}

.invert .contact-block.base .icon-box svg {
    fill: #fff;
}

header .contact-block.base .title {
    padding-right: 15px;
    padding-bottom: 0;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

header .contact-block.base svg {
    display: none;
}

header .contact-block.base .title span {
    display: block;
}

header .contact-block.base .title .ttl-eng {
    font-size: 16px;
}

header .contact-block.base .title .ttl-jpn {
    font-size: 14px;
}

header .contact-block.base .icon-box svg {
    fill: #fff;
}

header .contact-block.base .block-area {
    color: #fff;
    background: #108d4e;
    height: 100px;
    padding: 12px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    display: block;
    height: auto;
}

@media (min-width: 992px) {
    header .contact-block.base .tel-box>.block-area::before {
        content: '';
        border-style: solid;
        border-width: 0 0 70px 15px;
        border-color: transparent transparent #108d4e transparent;
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
    }
}

header .contact-block.base .tel-box .business-hours {
    font-size: 14px;
}

header .contact-block.base .tel-box a, header .contact-block.base .tel-box .business-hours {
    color: #fff;
}

header .contact-block.base .tel-box .block-area .tel-01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

header .contact-block.base .tel-box .block-area .tel-01 .block-area {
    padding: 0;
}

@media (max-width: 767px) {
    header .contact-block.base .tel-box .block-area .tel-01 {
        justify-content: center;
    }
}

header .contact-block.base .tel-box .block-area .tel-02 {
    font-size: 12px;
    padding-top: 6px;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

header .contact-block.base .tel-box .block-area .tel-02 .block-area {
    padding: 0;
    font-size: 12px;
    display: block;
}

header .contact-block.base .tel-box .block-area .tel-02 .num {
    font-size: 14px;
    padding-top: 3px;
}

@media (max-width: 991px) {
    header .navbar-collapse {
        background-color: #f6f6f6;
    }
}

@media (min-width: 992px) {
    header .navbar-collapse {
        justify-content: flex-end;
    }
}

.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 {
    height: 90px;
}

@media (max-width: 991px) {
    header .contact-block.base ul .tel {
        width: 100%;
        display: block;
    }

    header .contact-block.base .block-area {
        justify-content: center;
    }
}

.contact-block ul .tel-box .title, .contact-block ul .tel-box .business-hours {
    display: block;
}

.contact-block ul .tel-box .business-hours {
    padding-top: 2px;
    line-height: 1;
}

.contact-block ul .tel-box a {
    font-size: 28px;
    font-weight: 300;
    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: #108d4e;
    display: block;
    padding: 12px;
}

header .contact-block.tel .num {
    font-size: 18px;
    color: #fff;
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .contact-block.tel ul .tel a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    header .contact-block.tel .num {
        display: block;
    }
}

.contact-block.tel li {
    margin: 0;
}

.contact-block.tel svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

header .navbar-nav .nav-link .link-menu {
    text-align: left;
}

header .navbar-nav .nav-link .link-menu {}

header .navbar-nav .nav-link .link-menu .box, header .navbar-nav .nav-link .link-menu [class^="ttl-"] {
    display: block;
    pointer-events: none;
}

header .navbar-nav .nav-link .link-menu .ttl-jpn {
    color: #108d4e;
}

header .navbar-nav .nav-link .link-menu .ttl-eng {
    font-size: 12px;
    color: #a3a3a3;
    text-transform: capitalize;
    padding-top: 4px;
}

header .navbar-nav .nav-link .link-menu .title {
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .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: 0;
    }

    header .navbar-nav .nav-link {
        color: #fff;
        border-top: 1px solid #d6d6d6;
    }

    header .corporate-contact .item {
        width: 50%;
    }

    header .corporate-contact .item a {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .contact-block.tel {
        display: none;
    }

    header .navbar-collapse {
        padding-left: 15px;
    }

    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 {}

    .dropdown>.dropdown-menu, .dropdown>.dropdown-menu.show {
        background: none;
        overflow: hidden;
        display: block;
        background-color: #f6f6f6;
        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;
    }

    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: 0;
    }

    .navbar .navbar-nav .nav-link {
        font-weight: 300;
        padding-right: 0;
        padding-left: 0;
    }

    header .navbar-nav .nav-link .link-menu {
        font-size: 14px;
        padding: 10px 6px;
    }

    header .contact-block.base {
        top: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .navbar-nav .nav-link .link-menu {}

    .contact-block.base .icon-box svg {
        width: 36px;
        height: 36px;
    }

    header .corporate-contact .item a {
        font-size: 12px;
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1201px) {
    header .navbar-nav .nav-link .link-menu {
        font-size: 1rem;
        padding: 10px;
    }
}

@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;
}

.breadcrumb-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

@media (min-width: 992px) {
    .breadcrumb {
        justify-content: flex-start;
    }
}

/* 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: 300;
}

.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, #108d4e, #15700f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-area .catch {
    font-size: 1.5rem;
}

.slider-area .subcatch {
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .slider-area .catch {
        font-size: 2rem;
    }

    .slider-area .subcatch {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .slider-area .catch {
        font-size: 2rem;
    }

    .slider-area .subcatch {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .slider-area .catch {
        font-size: 2.5rem;
    }
}

@media (min-width: 1480px) {
    .slider-area .catch {
        font-size: 3.5rem;
    }
}

.slider-area .main-catch-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.slider-area .main-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.slider-area .main-catch .title {
    margin-bottom: 1rem;
}

.slider-area .main-catch .catch {
    text-shadow: 0 0 5px #000;
}

.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: #108d4e;
    padding: 2px 6px;
}

.slider-area .main-catch figure {
    margin-bottom: 2rem;
}

@media (max-width: 575px) {
    .slider-area .main-catch {
        margin-top: 30px;
        left: 10%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider-area .main-catch {
        left: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-area .main-catch {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider-area .main-catch {
        left: 40%;
    }
}

/* 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;
    }
}

.section-ttl {
    font-size: 240px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 0;
    pointer-events: none;
}

.section-ttl .ttl-eng {
    color: #fff;
    z-index: -1;
}

.jumbotron-common {
    background-image: url(assets/img/common/bg-jumbotron.jpg);
    position: relative;
}

.other .jumbotron-common::before {
    content: '';
    background: #fff;
    width: 50%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: -15px;
    transform: skewX(15deg);
    overflow: hidden;
}

.jumbotron-common .ttl-cont {
    justify-content: flex-start;
    height: 180px;
    z-index: 1;
    top: 0;
}

.jumbotron-common .ttl-cont {
    width: 60%;
    height: 320px;
}

@media (min-width: 768px) {
    .other .jumbotron-common::before {
        height: 60px;
        left: -30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jumbotron-common .ttl-cont {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .jumbotron-common .ttl-cont {
        height: 540px;
        margin-bottom: 0;
    }

    .jumbotron-common .ttl-main .title {
        font-size: 3em;
        margin-bottom: 1em;
    }

    .jumbotron-common .ttl-main .metabox p {
        font-size: 1.25em;
        line-height: 2;
    }
}

@media (min-width: 1201px) {
    .jumbotron-common .ttl-cont {
        height: calc(100vh - 100px);
        max-height: 640px;
        margin-bottom: 0;
    }
}

.jumbotron-common .bg-img {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.jumbotron-common .bg-img::before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent #f6faf9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .jumbotron-common .bg-img::before {
        border-width: 320px 0 0 40px;
    }

    .jumbotron-common .ttl-main .metabox p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jumbotron-common .bg-img::before {
        border-width: 480px 0 0 120px;
    }
}

@media (min-width: 992px) {
    .jumbotron-common .bg-img::before {
        border-width: 1080px 0 0 240px;
        transform: translateY(-59%);
    }
}

.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 .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: #108d4e;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s ease all;
}

.row .item .zoom svg {
    width: 24px;
    height: 24px;
    margin: auto;
    fill: #fff;
}

.row .item .block-area:hover .zoom {
    width: 48px;
    height: 48px;
    transition: .5s ease all;
}

.row .item .block-area:hover .zoom svg {
    width: 32px;
    height: 32px;
    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 #108d4e !important;
    border-left: 3px solid #108d4e !important;
}

.tos-close span:after, .tos-next span {
    border-top: 3px solid #108d4e !important;
    border-right: 3px solid #108d4e !important;
}

@media (min-width: 992px) {
    .tos-caption {
        color: #000 !important;
        text-shadow: none !important;
    }
}

/* home */
.page-home .jumbotron-common {
    background-image: url(assets/img/home/bg-home-slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 90px;
    overflow: hidden;
}

.main-catch-area {
    padding: 30px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
}

@media (max-width: 575px) {
    .main-catch-area {
        width: 100%;
        bottom: 0;
        left: 0;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .main-catch-area {
        width: 480px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-catch-area {
        width: 540px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-catch-area {
        width: 600px;
    }
}

@media (min-width: 1201px) {}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

@media (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

.swiper-container .swiper-slide {
    opacity: 0.5;
    overflow: hidden;
    transition: .7s;
    transform: scale(.9);
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.page-home .bg-common.about-us {
    min-height: calc(100vh - 100px);
}

.page-home .bg-common.about-us::after {
    content: '';
    background-color: #e9ebe8;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 10%;
    left: 50%;
    transform: skewX(-10deg);
    z-index: -1;
}

.page-home .bg-common.about-us .outbox {
    position: relative;
}

.page-home .bg-common.about-us .bg-img {
    box-shadow: 5px 5px 15px rgb(0 0 0 /15%);
}

@media (max-width: 767px) {
    .page-home .bg-common.about-us .bg-img {
        position: relative;
    }

    .page-home .bg-common.about-us .bg-img.img-01 {
        margin: 0 0 30px 7%;
        width: 55%;
    }

    .page-home .bg-common.about-us .bg-img.img-02 {
        width: 30%;
        margin: -60px 0 30px 65%;
    }

    .page-home .bg-common.about-us .bg-img.img-03 {
        width: 30%;
        margin: 30px 0 30px 65%;
    }

    .page-home .bg-common.about-us .bg-img.img-04 {
        margin: -60px 0 30px 7%;
        width: 55%;
    }
}

@media (min-width: 768px) {
    .page-home .bg-common.about-us .bg-img {
        margin-bottom: 0;
        position: absolute;
    }

    .page-home .bg-common.about-us .bg-img.img-01 {
        left: 55%;
        top: -65px;
        width: 268px;
        width: min(25.7%, 268px);
        transition-delay: .4s;
    }

    .page-home .bg-common.about-us .bg-img.img-02 {
        right: 5%;
        top: 45px;
        width: 144px;
        width: min(13.84%, 144px);
    }

    .page-home .bg-common.about-us .bg-img.img-03 {
        left: 65%;
        top: 147px;
        width: 210px;
        width: min(22.11%, 210px);
    }

    .page-home .bg-common.about-us .bg-img.img-04 {
        left: 62%;
        top: 320px;
        width: 400px;
        width: min(48.65%, 400px);
    }
}

.row-about-us.home {
    padding: 30px;
}

.row-contents.home {
    margin: 0;
}

.row-contents.home .item {
    padding: 5px;
}

.row-contents.home .item .block-area {
    position: relative;
    transform: scale(.95);
    z-index: 1;
}

.row-contents.home .item .block-area:hover {
    transform: scale(1);
    z-index: 2;
}

.row-contents.home .item .block-area::before {
    content: '';
    background: #009b4d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    z-index: 1;
    transition: .5s ease all;
}

.row-contents.home .item .block-area:hover::before {
    background: #000;
    opacity: .5;
    transition: .5s ease all;
}

.row-contents.home .item .block-area:hover .btn {
    color: #fff;
    background: linear-gradient(177deg, #009b4d 74%, #006a35 76%);
    border-color: #009b4d;
}

.row-contents.home .item figure figcaption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .row-contents.home .item .block-area .metabox {
        display: none;
    }
}

@media (min-width: 992px) {
    .row-contents.home .item:nth-of-type(1) .block-area {
        right: -2.5%;
    }

    .row-contents.home .item:nth-of-type(2) .block-area {
        left: -2.5%;
    }
}

.row-instagram {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.row-instagram .item {
    padding: 30px;
}

.row-instagram .item .block-area {
    border: 3px solid #fff;
    border-radius: 3px;
}

/* about-us */
@media (min-width: 992px) {
    .contents-container section.bg-common {
        min-height: calc(100vh - 100px);
    }
}

.contents-container section.bg-common:nth-of-type(odd) {
    background-image: url(assets/img/common/bg-jumbotron-invert.jpg);
}

.contents-container section.bg-common:nth-of-type(even) {
    background-image: url(assets/img/common/bg-jumbotron.jpg);
}

@media (max-width: 767px) {
    .contents-container section.bg-common .ttl {
        font-size: 1.2rem;
    }

    .contents-container section.bg-common .bg-img {
        background: none !important;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .contents-container section.bg-common .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contents-container section.bg-common .bg-img {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .contents-container section.bg-common .bg-img {
        width: 40%;
    }

    .contents-container section.bg-common .bg-img::before {
        content: '';
        border-style: solid;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .contents-container section.bg-common:nth-of-type(odd) .bg-img::before {
        border-color: #f6faf9 transparent transparent transparent;
        border-width: 1080px 240px 0 0;
    }

    .contents-container section.bg-common:nth-of-type(even) .bg-img::before {
        border-color: transparent transparent transparent #f6faf9;
        border-width: 1080px 0 0 240px;
    }
}

.contents-container section.bg-common .text-cont .text-area {
    padding-top: 15px;
}

.contents-container section.bg-common .text-cont .text-area .item {
    width: 100%;
    max-width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contents-container section.bg-common .text-cont .text-area .item .cont-box {
    background: #e6f1ee;
}

.contents-container section.bg-common .text-cont .text-area .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: auto;
}

.contents-container section.bg-common .text-cont .text-area .item:nth-of-type(2) {
    margin-left: auto;
}

.contents-container section.bg-common .text-cont .text-area .item:nth-of-type(3) {
    padding-bottom: 0;
    margin-right: auto;
}

@media (min-width: 768px) {
    .contents-container section.bg-common .text-cont {
        width: 60%;
    }

    .contents-container section.bg-common .text-cont .text-area .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contents-container section.bg-common .text-cont .text-area .item:nth-of-type(1) {
        margin-right: 30px;
    }
}

/* service */
.row-contract-construction-intro {
    -ms-align-items: center;
    align-items: center;
}

.row-contract-construction-intro .item-text .bg-cont .cont-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-contract-construction-intro .item-text .bg-cont .cont-box {
        min-height: 160px;
        margin-right: -60px;
    }
}

@media (min-width: 992px) {
    .row-contract-construction-intro .item-text .bg-cont .cont-box {
        min-height: 320px;
        margin-right: -120px;
    }
}

.row-contract-construction-intro .item-text {
    z-index: 0;
}

.row-contract-construction-intro .item-image {
    z-index: 1;
}

.ttl-area.service-works {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .ttl-area.service-works .btn {
        display: none;
    }
}

.cont-main.flow>.cont-item>.bg-cont {
    background: #f6faf9;
}

/* works */
#bg-works {
    background-image: url(assets/img/works/bg-works.jpg);
}

.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.list .item figure {
    position: relative;
}

.row-works.list .item .block-area figure figcaption {
    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: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: .5s ease all;
}

.row-works.list .item .block-area figure figcaption::before {
    content: '';
    background: #009b4d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
}

.row-works.list .item .block-area:hover figure figcaption {
    opacity: 1;
    transition: .5s ease all;
}

.row-works.list .item .block-area figure figcaption .box {
    position: relative;
}

.row-works.list .item .block-area .terms-area {
    text-align: center;
}

.row-works.list .item .block-area .terms-area span {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 3px;
    margin: 2px;
    border: 1px solid #fff;
}

.containerr .mix::after {
    padding: 0 !important;
}

.row-works .item .term-slug {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #108d4e;
    padding: 5px;
}

@media (max-width: 991px) {
    .row-works .item .ttl {
        font-size: 1rem;
    }
}

.category-list {
    background: #f5faf8;
    padding: 15px;
    margin-bottom: 30px;
}

.category-list li button {
    font-size: 14px;
    color: #108d4e;
    background: #fff;
    padding: 8px;
    border-radius: 0;
    border: 1px solid #108d4e;
}

@media (min-width: 768px) {
    .category-list li button {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .row-works .item .ttl {
        font-size: 14px;
        margin-bottom: .5rem;
    }
}

.row-works .item .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-list button.active {
    color: #fff;
    background: linear-gradient(177deg, #009b4d 74%, #006a35 76%);
}

.category-list button.active:hover, .category-list button.active:active, .category-list button.active:focus {
    color: #fff;
    background: linear-gradient(177deg, #009b4d 74%, #006a35 76%);
}

.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 #009b4d;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    margin-left: -6px;
    border-bottom: 8px solid #009b4d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -8px;
}

.sp-button {
    border: 2px solid #009b4d;
}

.sp-selected-button {
    background-color: #009b4d;
}

.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 #009b4d;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-right: 13px solid #009b4d;
}

/*縦スライド時の矢印の位置*/
.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;
}

.single-works .jumbotron-common .ttl-cont {
    height: 240px;
}

.single-works .jumbotron-common .ttl-main .title {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .row-works-single .item:nth-of-type(2) {
        margin-top: 60px;
    }
}

.row-works-single .item .block-area figcaption {
    color: #fff;
    line-height: 40px;
    display: block;
    background: rgb(0 0 0 / 50%);
    height: 40px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    transition: .5s ease all;
}

.row-works-single .item .block-area:hover figcaption {
    bottom: 0;
    transition: .5s ease all;
}

@media (max-width: 767px) {
    .row-works-in .item-image {
        padding: 0;
    }
}

/* company */
.page-company .jumbotron-common::before {
    display: none;
}

.page-company .bg-common.greeting {
    overflow: visible;
}

.page-company .bg-common.greeting .bg-item::before {
    background-image: url(assets/img/bg/bg-section-01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    top: 60px;
    right: 60px;
    bottom: 0;
    left: 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 (min-width: 768px) {
    .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;
    }

    .president-area .position {
        margin-right: 8px;
        margin-bottom: 3px;
    }
}

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin: -5px
}

.nav-list li {
    display: block;
    padding: 5px;
}

@media (max-width: 767px) {
    .nav-list {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav-list {
        flex-wrap: wrap;
    }
}

.map iframe {
    width: 100%;
}

/* faq */
@media (min-width: 768px) {
    .faq .accordion_one {
        margin: 0 auto;
    }
}

.faq .accordion_one {
    line-height: 1.5;
}

.faq .accordion_one .accordion_header {
    color: #009b4d;
    background-color: #f5faf8;
    font-size: 26px;
    padding-left: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 1px solid #d4ebdf;
}

.faq .accordion_one:first-child .accordion_header {
    border-top: 1px solid #d4ebdf;
}

.faq .accordion_one .head {
    font-size: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 14px;
    left: 12px;
}

.faq .accordion_one .accordion_header .head {
    background-color: #009b4d;
    color: #fff;
}

.faq .accordion_one .accordion_header.open .head, .faq .accordion_one .accordion_header:hover .head {
    background-color: #f5faf8;
    color: #009b4d;
}

.faq .accordion_one .accordion_inner .head {
    background-color: #f4c452;
    color: #fff;
    opacity: 0;
    transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open+.accordion_inner .head, .faq .accordion_one .accordion_header.stay+.accordion_inner .head {
    opacity: 1;
    transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open, .faq .accordion_one .accordion_header.stay {
    color: #fff;
    background-color: #009b4d;
}

.faq .accordion_one .accordion_header:hover {
    color: #fff;
    background-color: #009b4d;
    opacity: .8;
}

.faq .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.faq .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.faq .accordion_one .accordion_header .i_box .one_i:before, .faq .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #009b4d;
    border-radius: 10px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before, .faq .accordion_one .accordion_header.open .i_box .one_i:after, .faq .accordion_one .accordion_header.stay .i_box .one_i:before, .faq .accordion_one .accordion_header.stay .i_box .one_i:after, .faq .accordion_one .accordion_header:hover .i_box .one_i:before, .faq .accordion_one .accordion_header:hover .i_box .one_i:after {
    background-color: #f5faf8;
}

.faq .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 18px;
    top: 0;
    left: 8px;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
}

.faq .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq .accordion_one .accordion_inner {
    display: none;
    box-sizing: border-box;
    padding: 18px;
    padding-left: 60px;
    background-color: #f5faf8;
    box-shadow: inset 0 0 #e6e6e6, inset 0 -1px #e6e6e6;
    position: relative;
}

.faq .accordion_one .accordion_inner.block {
    display: block;
}

.faq .accordion_one .accordion_inner.stay {
    display: block;
}

.faq .accordion_one .accordion_inner p.txt_a_ac {
    padding: 0;
    margin: 0;
}

.faq .accordion_one .accordion_header {
    text-align: left;
    padding: 18px 60px;
}

@media (max-width: 767px) {
    .faq .accordion_one .accordion_inner p.txt_a_ac, .faq .accordion_one .accordion_header {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .faq .accordion_one .accordion_inner p.txt_a_ac, .faq .accordion_one .accordion_header {
        font-size: 18px;
    }
}

/* 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 #108d4e, inset -1px -1px #108d4e;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #108d4e;
    color: #fff;
    box-shadow: inset 1px 1px #108d4e, inset -1px -1px #108d4e;
}

@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: 300;
    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);
    background-position: center left;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.bg-common.bg-contact.closing::after {
    content: '';
    background-image: url(assets/img/common/bg-contact-area-front.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 66.6666667%;
}

@media (max-width: 767px) {
    .bg-common.bg-contact.closing {
        background-position: center right;
        background-size: auto;
    }

    .bg-common.bg-contact.closing::after {
        background-size: 90px auto;
        width: 90px;
        height: 120px;
        top: 0;
    }
}

@media (min-width: 768px) {
    .bg-common.bg-contact.closing {
        background-size: 75% auto;
        min-height: 640px;
    }

    .bg-common.bg-contact.closing::after {
        background-size: 516px auto;
        width: 516px;
        height: 681px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.contact-area .tel .icon-box {
    margin-right: 5px;
}

.contact-area .tel .icon-box svg {
    width: 48px;
    height: 48px;
    fill: #fff;
}

.contact-area .tel .icon-box+.box {
    width: auto;
}

.contact-area .tel .tel-box .business-hours {
    text-align: left;
    display: block;
}

.contact-area .mail .btn {
    color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}

.contact-area .mail svg {
    margin-right: 5px;
    fill: #fff;
}

.contact-area ul {
    display: block;
    text-align: center;
    padding: 0;
    margin: -15px;
}

@media (min-width: 768px) {
    .contact-area ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.contact-area ul li {
    padding: 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: 300;
    text-decoration: none;
}

.contact-area .tel a:hover {
    text-decoration: none;
}

.contact-area .mail a {
    padding: 1rem;
}

.contact-area .mail a {
    min-width: 240px;
}

.bg-common.contact.closing .contact-area .mail a {
    min-width: 320px;
}

.contact-area .outbox .eng {
    font-size: 2em;
    color: #108d4e;
}

.contact-area .outbox .link-box .num {
    display: block;
    line-height: 1;
}

.contact-area .outbox .link-box .business-hours .num {
    display: inline-block;
}

.contact-area .outbox .link-box .business-hours {
    font-size: 14px;
    display: block;
}

.contact-area .outbox .link-box .business-hours .block-area.sub {
    font-size: 14px;
    display: inline;
}

.contact-area .outbox.tel .link-box .block-area {
    font-size: 2.5rem;
    font-weight: 300;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.contact-area .outbox.mail {
    text-align: left;
}

.contact-area .outbox.mail .btn svg {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    top: inherit;
    right: inherit;
    transform: none;
    z-index: 1;
}

.contact-area .outbox.mail .btn svg:last-child {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.contact-area .outbox.tel .link-box .block-area svg {
    display: block;
    width: 48px;
    height: 48px;
    fill: #108d4e;
}

@media (max-width: 767px) {
        {
        min-height: 360px;
    }

    .contact-area .tel {
        justify-content: center;
    }

    .contact-area .tel a {
        font-size: 28px;
    }

    .contact-area .mail .btn {
        padding: 10px;
    }

    .contact-area .outbox {
        text-align: center;
    }

    .contact-area .outbox .ttl-box {
        text-align: center;
        border-bottom: 1px solid #108d4e;
        padding-bottom: 10px;
    }

    .contact-area .outbox .link-box {
        padding-top: 10px;
    }

    .contact-area .outbox.tel .link-box .block-area {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .contact-area .outbox {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-align: left;
        -ms-flex: 0 0 440px;
        flex: 0 0 440px;
        max-width: 440px;
    }

    .contact-area .outbox .ttl-box {
        border-right: 1px solid #108d4e;
    }

    .contact-area .outbox.tel .ttl-box {
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }

    .contact-area .outbox.mail .ttl-box {
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }

    .contact-area .outbox .link-box {
        padding-left: 20px;
    }
}

.contact dl dt label {
    padding-right: 45px;
}

.contact dl.req dt label::after {
    color: #fff;
    content: "必須";
    background: #108d4e;
}

.contact dl.any dt label::after {
    color: #108d4e;
    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: #108d4e;
    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: #108d4e transparent transparent transparent;
}

div.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    background: #108d4e;
    padding: 15px;
    margin: 0 0 30px !important;
    border: 1px solid #108d4e;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    background: #108d4e;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
}

div.wpcf7-response-output {
    padding: 15px !important;
    border: 2px solid #108d4e !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: #108d4e;
    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: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #108d4e;
    opacity: 1;
    z-index: 10;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a .hydrated {
    margin: auto;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

*::-ms-backdrop, #page_top a::before {
    content: '›';
    font-size: 2em;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    right: 3px;
    bottom: 0;
    left: -3px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* footer */
footer {
    position: relative;
}

footer::before, footer::after {
    content: '';
    background-color: #f6f6f6;
    width: 240px;
    height: 240px;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

footer::before {
    top: 50%;
    left: 0;
}

footer::after {
    bottom: 50%;
    right: 0;
}

footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

footer .navbar-nav>li {
    border-bottom-color: #d6d6d6;
}

footer .navbar-nav>li:first-child {
    border-top-color: #d6d6d6;
}

@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;
}

@media (min-width: 992px) {
    footer .navbar-nav {}

    footer .footer-top {}

    footer .footer-top>div {}

    footer .footer-top .company-info {}
}

@media (min-width: 992px) {
    footer .footer-top #menu-footer.navbar-nav>li:last-child {
        border: none;
    }
}

@media (max-width: 991px) {
    footer .footer-top-area {
        padding: 15px 0 8px;
    }

    footer .footer-bottom-area {
        padding: 8px 0 15px;
    }
}

@media (min-width: 992px) {
    footer .footer-top-area {
        padding: 30px 0 15px;
    }

    footer .footer-bottom-area {
        padding: 15px 0 30px;
    }
}

footer .footer-bottom-area {
    border-top: 1px solid #108d4e;
}

footer .row-footer-menu .item [class^="footer-menu-"] .nav .nav-item, footer .row-footer-menu .item [class^="footer-menu-"] .nav .nav-item .nav-link .link-menu {
    display: block;
    padding: 0;
}

footer .row-footer-menu .item [class^="footer-menu-"] .nav .nav-item .nav-link {
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
}

footer .row-contents-footer .item .block-area figure figcaption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

footer .row-contents-footer .item .block-area figure::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
}

footer .row-contents-footer .item .block-area .ttl [class^="ttl-"] {
    display: block;
    text-align: center;
}

footer .row-contents-footer .item .block-area .ttl .ttl-eng {
    font-size: 14px;
    text-transform: uppercase;
}

footer .row-contents-footer .item .block-area .ttl .ttl-jpn {
    font-size: 16px;
}

footer .row-contents-footer .item .block-area .text-link {
    color: #fff;
}

@media (max-width: 767px) {
    footer .row-contents-footer .item .block-area .ttl {
        margin-bottom: 0;
    }

    footer .row-contents-footer .item .block-area .ttl .ttl-eng {
        font-size: 11px;
    }

    footer .row-contents-footer .item .block-area .ttl .ttl-jpn {
        font-size: 12px;
    }

    footer .row-contents-footer .item .block-area .text-link {
        font-size: 11px;
    }
}

/* 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: #108d4e;
    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: #108d4e;
    font-weight: 300;
}

.recruit .ttl-12 .bg-cont {
    background: linear-gradient(transparent 70%, #f6faf9 0%);
    display: inline;
    padding: 0 2px 0;
}

.recruit .ttl-13 {
    color: #000;
    border-bottom: 2px solid #f6faf9;
}

.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: #108d4e;
}

.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: #108d4e;
}

@media (max-width: 991px) {
    header .navbar-nav .entry .nav-link {
        background-color: #fff !important;
    }

    header .navbar-nav .entry .nav-link .link-menu .title {
        color: #108d4e !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: #108d4e;
        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: #108d4e 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 .jumbotron-common::before {
    display: none;
}

.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 #108d4e;
    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: #108d4e;
    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: #108d4e;
    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 #108d4e;
    }
}

@media (min-width: 768px) {
    .tab-recruit .tab-btn-area .tab_btn {
        border: 4px solid #108d4e;
    }
}

@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: #108d4e;
    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 #f6faf9;
    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 #f6faf9;
}

#tab-recruit-info .tab-item-area .cont-main {
    border: 4px solid #f6faf9;
}

.bg-ci-color-gradient {
    background-image: linear-gradient(165deg, #f8fafb 25%, #eff4f7 25%);
}

.bg-ci-light-color {
    background-color: #f6faf9;
}

.border-ci-light-color {
    border: 4px solid #f6faf9;
}

.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: 300;
}

.row-data .item .num-area .text {
    font-weight: 300;
}

.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;
    }
}

.grecaptcha-badge {
    margin: 15px auto;
}
