/*
Theme Name: Client
Author: CordialPleasure Co.,Ltd.
Author URI: http://c-pleasure.jp/
Description: 専用テーマ
*/
/* original css */
body {
    font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-feature-settings: "palt";
    line-height: 1;
    font-weight: 300;
    overflow-x: hidden;
}

body.en-US {
    font-family: 'Roboto', sans-serif;
}

body.en-US .ttl {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    text-transform: capitalize;
}

body.en-US .ttl-eng {
    font-size: 1.2em !important;
    font-family: 'Allura', cursive;
}

body.en-US li, body.en-US dt, body.en-US .button, .capitalize {
    text-transform: capitalize;
}

body::before {}

.bogo-language-switcher {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    margin-left: 15px;
}

.bogo-language-switcher .ja {
    order: 1;
}

.bogo-language-switcher li {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: #275589;
    padding: 5px !important;
    margin: 3px;
    border-radius: 3px;
}

.bogo-language-switcher li a {
    color: #fff;
}

.bogo-language-switcher li.current {
    opacity: .5;
}

.bogo-language-switcher .en-US {
    order: 2;
}

@media (max-width: 991px) {
    .bogo-language-switcher {
        position: absolute;
        right: 60px;
        top: 24px;
    }
}

main article section.bg-common {
    content: '';
}

main article section.bg-common:nth-child(odd) {
    z-index: 1;
}

main article section.bg-common:nth-child(odd)::before {}

main article section.bg-common:nth-child(even) {
    background-color: #ebeff3;
    z-index: 1;
}

main article section.bg-common:nth-child(even)::before {}

.bg-common.fixed::before {
    position: fixed;
}

.bg-white-transparent {
    background: rgba(255, 255, 255, .8);
}

.bg-ci-color {
    background-color: #275589;
}

.bg-01::before, .bg-01::after {
    background-image: url(assets/img/bg/bg-01.png);
    background-repeat: no-repeat;
    background-size: 453px 336px;
    width: 453px;
    height: 336px;
}

.bg-01::before {
    background-position: left bottom;
    top: inherit;
    right: inherit;
}

.bg-01::after {
    background-position: top right;
    left: inherit;
    bottom: inherit;
    z-index: 0;
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .bg-01::before, .bg-01::after {
        background-size: 227px 168px;
        width: 227px;
        height: 168px;
    }
}

#bg-service {
    background-image: url(assets/img/bg/bg-service.jpg);
}

#bg-company {
    background-image: url(assets/img/bg/bg-company.jpg);
}

#bg-works {
    background-image: url(assets/img/bg/bg-works.jpg);
}

/* common */
.jumbotron-common {
    background-position: center top;
    overflow: visible;
}

.jumbotron-common::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -960px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 360px 960px 0 960px;
    border-color: rgba(39, 85, 137, .2) transparent transparent transparent;
}

.jumbotron-common .ttl-main {
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.jumbotron-common .ttl-main-eng {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.jumbotron-common .ttl-main .title, .jumbotron-common .ttl-main-eng .title {
    margin: 0;
}

.jumbotron-common .ttl-cont {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.jumbotron-common .ttl-cont .ttl-eng {
    font-size: 1em;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
}

.jumbotron-common .ttl-jpn {
    font-size: 1em;
    color: #fff;
}

@media (max-width: 991px) {
    .jumbotron-common {
        padding-bottom: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .jumbotron-common::before {
        margin-left: -640px;
        border-width: 210px 640px 0 640px;
    }

    .jumbotron-common .ttl-cont {
        height: 180px;
    }

    .jumbotron-common .ttl-main-eng {
        right: 30px;
        bottom: inherit;
    }

    .jumbotron-common .ttl-cont .ttl-eng {
        font-size: 3rem;
    }
}

/* common */
@media (min-width: 1300px) {
    .container-fluid.inner.wide {
        width: 100%;
        max-width: 1560px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .container-fluid.slick {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .no-padding-sm {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding: 0 !important;
    }
}

.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.row [class^="col-"] {
    margin-right: -.3px;
    margin-left: -.3px;
}

.row [class^="col-"] [class^="block_"], .row [class^="col-"] .cont, .row [class^="col-"] .metabox .item .title {
    width: 100%;
}

.row-fix {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.row-fix .cont {}

.row-fix .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.row-fix .item [class^="block_"], .row-fix .item .cont, .row-fix .item .metabox .item .title {
    width: 100%;
}

.row-narrow {
    margin: -5px;
}

.row-narrow [class^="col-"] {
    padding: 5px;
}

.row-narrow-fix {
    margin: 0;
}

.row-narrow-fix [class^="col-"] {
    padding: 0;
}

@media (min-width: 768px) {
    .row-step .item:nth-child(odd) {
        margin-bottom: 30px;
    }

    .row-step .item:nth-child(even) {
        margin-top: 30px;
    }

    .row-narrow.row-step .item:nth-child(odd) {
        margin-bottom: 10px;
    }

    .row-narrow.row-step .item:nth-child(even) {
        margin-top: 10px;
    }
}

.row-wide {
    margin-right: -30px;
    margin-left: -30px;
}

.row-wide [class^="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .row-wide {
        margin-right: -8px;
        margin-left: -8px;
    }

    .row-wide [class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-reverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.row-end {
    justify-content: flex-end;
}

.v-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.v-middle.center {
    justify-content: center;
}

.v-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

.works-list.row {
    display: block;
}

.row .slick-list [class^="col-"], .works-list.row [class^="col-"] {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .row-layar .item.item-image .cont figure {
        margin-bottom: 60px;
    }

    .cont-main .cont-item:nth-child(odd) .row-layar .item.item-text .cont .cont-box {
        margin-right: -60px;
    }

    .cont-main .cont-item:nth-child(even) .row-layar .item.item-text .cont .cont-box {
        margin-left: -60px;
    }

    .row-layar.row-reverse .item.item-text .cont .cont-box {
        margin-right: -60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-layar .item.item-image .cont figure {
        margin-bottom: 0;
    }

    .row-layar .item.item-text .cont .cont-box {
        margin-left: 0;
    }

    .row-layar.row-reverse .item.item-text .cont .cont-box {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1480px) {
    .ttl-area .ttl {
        font-size: 1.1em;
    }
}

.ttl-area.style02 {
    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;
    margin-bottom: 15px;
}

.ttl-area.style02 .more {
    margin-left: auto;
}

.ttl {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #275589;
    line-height: 1.25;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .ttl {
        letter-spacing: 2px;
    }
}

.mincho {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en-US .mincho {
    font-family: 'Roboto', sans-serif;
}

.ttl-eng {
    font-family: 'Allura', cursive;
    color: #275589;
    letter-spacing: 0;
}

.ttl.dark {
    color: #343434;
}

.ttl a {
    color: #343434;
}

.ttl.center {
    text-align: center;
}

.ttl.b0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ttl.bold {
    font-weight: bold;
}

.ttl .ttl-eng {
    font-size: 1em;
    color: inherit;
    margin: 0;
}

.ttl-01 {
    color: #343434;
}

.ttl-01 .ttl-eng {
    color: #275589;
}

.invert .ttl-01, .invert .ttl-01 .ttl-eng {
    color: #fff;
}

.ttl-02 {
    color: #275589;
    padding-right: 35px;
}

.ttl-02 .arrow {
    position: relative;
}

a.block-area .ttl-02::before, a.block-area .ttl-02::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    left: inherit;
    transform: translateY(-50%);
}

a.block-area .ttl-02::before {
    background: #275589;
    z-index: 0;
}

a.block-area .ttl-02::after {
    content: '\f3d3';
    font-family: ionicons;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding-left: 5px;
}

.ttl-03 span {
    display: inline-block;
}

.ttl-03 .ttl-eng {
    font-size: 1.5em;
    margin-right: 15px;
}

.ttl-03 .ttl-jpn {
    font-size: .5em;
    color: #343434;
    letter-spacing: 0;
}

.ttl-04::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 110px 80px;
    border-color: transparent transparent #e9eef3 transparent;
    position: absolute;
    z-index: 0;
    transform: rotate(30deg);
    top: -20px;
    left: 0px;
}

.invert .ttl-04::before {
    border-color: transparent transparent #3d6695 transparent;
}

.ttl-04 span {
    position: relative;
    z-index: 1;
}

.ttl-05 .arrow {
    display: inline-block;
    position: relative;
}

.ttl-05 .arrow::before, .ttl-05 .arrow::after {
    font-family: ionicons;
    font-size: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ttl-05 .arrow::before {
    content: '\f3d2';
    left: -30px;
}

.ttl-05 .arrow::after {
    content: '\f3d3';
    right: -30px;
}

.ttl-05 .ttl-jpn, .ttl-05 .ttl-eng {
    display: block;
}

.ttl-05 .ttl-jpn {}

.ttl-05 .ttl-eng {
    font-size: .8em;
    padding-top: 5px;
}

.cont .cont-step-num {
    color: #275589;
    background: none;
    width: auto;
    height: auto;
}

.cont .cont-step-area {
    right: 0;
    left: inherit;
}

a.block-area {
    width: 100%;
}

a.block-area figure {
    transition: .5s ease all;
    opacity: 1;
}

a.block-area:hover figure, a.block-area:active figure, a.block-area:focus figure {
    transition: .5s ease all;
    opacity: .5;
}

.row-post-list a.block-area:hover, .row-post-list a.block-area:active, .row-post-list a.block-area:focus, .row-post-list a.block-area:hover figure, .row-post-list a.block-area:active figure, .row-post-list a.block-area:focus figure {
    opacity: 1;
}

.row-product a.block-area:hover, .row-product a.block-area:active, .row-product a.block-area:focus, .row-product a.block-area:hover figure, .row-product a.block-area:active figure, .row-product a.block-area:focus figure {
    opacity: 1;
}

.row-post-list a.block-area figure::before {
    content: '';
    background-color: rgba(210, 65, 70, .8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease all;
}

.row-post-list a.block-area:hover figure::before, .row-post-list a.block-area:active figure::before, .row-post-list a.block-area:focus figure::before {
    opacity: 1;
    transition: .5s ease all;
}

.row-post-list a.block-area figure figcaption {
    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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease all;
}

.row-post-list a.block-area:hover figure figcaption, .row-post-list a.block-area:active figure figcaption, .row-post-list a.block-area:focus figure figcaption {
    opacity: 1;
    transition: .5s ease all;
}

.row-post-list a.block-area figure figcaption span {
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
}

body {
    position: relative;
}

hr {
    border-color: #343434;
}

.text-link {
    color: #275589;
    text-decoration: underline;
}

.text-link:hover, .text-link:active, .text-link:focus {
    color: #275589;
}

.text-link.nu {
    text-decoration: none;
}

.button-left, .button-center, .button-right {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .button-left, .button-center, .button-right {
        text-align: center;
    }
}

.button-paint {
    color: #fff;
    font-weight: normal;
    text-align: center;
    min-width: 210px;
    padding: 16px;
    border-radius: 30px;
    border: 2px solid #275589;
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
    .button-paint {
        padding-top: 28px;
    }
}

.button-paint:hover, .button-paint:active, .button-paint:focus {
    color: #275589;
    background: #fff;
    opacity: 1;
}

.button-paint::before, .button-paint::after {
    content: '';
    transition: .5s ease all;
}

.button-paint::before {}

.button-paint::after {}

.button-paint:hover::before, .button-paint:hover::after {
    transition: .5s ease all;
}

.invert .button-paint::before {}

.invert .button-paint::after {}

@media (max-width: 991px) {
    .button-paint {
        font-size: .8rem;
    }
}

.button-paint.red {
    color: #fff;
    background: #cb387d;
    border-color: #cb387d;
}

.button-more {
    font-size: .8em;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    background: #275589;
    min-width: inherit;
    height: auto;
    padding: 5px;
    padding-right: 24px;
    padding-left: 10px;
    border-radius: 15px;
}

.button-more::before {
    content: '→';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.button-more:hover, .button-more:focus, .button-more.active {
    padding: 5px;
    padding-right: 24px;
    padding-left: 10px;
}

.button-more:hover::before, .button-more:focus::before, .button-more:active::before, .button-more.active::before {
    right: 5px;
}

.invert .button-more {
    color: #275589;
    background: #fff;
}

.invert .button-more:hover, .invert .button-more:focus, .invert .button-more:active, .invert .button-more.active {
    color: #275589;
}

main {
    padding-top: 100px;
}

.bg-common {
    background-size: auto;
}

.cont figure {
    margin-bottom: 1em;
}

.cont figure.b0 {
    margin-bottom: 0;
}

.cont figure.visible {
    overflow: visible;
}

.cont figure.box-shadow {
    overflow: visible;
}

.cont figure.round {
    border-radius: 30px;
}

.cont.border {
    border: 1px solid #dedede;
}

.cont.right {
    text-align: right;
}

.cont figure.border {
    border: none;
    border-bottom: 2px solid #275589;
}

.cont .cont-box {
    padding: 60px;
}

.cont .cont-box.half {
    padding: 30px;
}

.cont .cont-box.mini {
    padding: 15px;
}

.cont .title {
    margin-bottom: 0;
}

.cont .metabox {
    margin-bottom: 1.5em;
}

.cont .metabox.b0 {
    margin-bottom: 0;
}

.cont .metabox.main p {
    line-height: 2;
}

@media (min-width: 992px) {
    .cont .metabox.main p {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cont .cont-box {
        padding: 45px;
    }
}

@media (min-width: 768px) {
    .cont .metabox.center p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cont .metabox p {
        font-size: 14px;
    }
}

.b0 {
    margin-bottom: 0;
}

.box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.box-shadow-border {
    box-shadow: none;
}

.box-shadow-border::after {
    content: '';
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f5d4d2), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f5d4d2), color-stop(.75, #f5d4d2), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

.box-shadow-flat {
    box-shadow: 5px 5px #f6f6f6;
}

.no-box-shadow {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    main {
        padding-top: 80px;
    }

    .bg-common {
        background-size: cover;
    }

    .cont .cont-box {
        padding: 45px;
    }

    .cont .cont-box.half {
        padding: 20px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }

    .cont .cont-box.half p {
        font-size: .8rem;
    }
}

@media (max-width: 767px) {
    .cont.right {
        text-align: left;
    }

    .cont .cont-box {
        padding: 15px;
    }

    .cont .cont-box.half {
        padding: 15px;
    }

    .cont .cont-box.mini {
        padding: 15px;
    }
}

.cont-main {
    position: relative;
    z-index: 1;
}

.cont-main .cont-item:nth-child(odd) .row-cross {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.cont-main .cont-item:nth-child(even) .row-cross {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bg-img.main {
    height: 300px;
}

@media (max-width: 767px) {
    .bg-img.main {
        height: 210px;
    }
}

.caption-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.caption-area figure {
    margin-right: 15px;
}

/*タブ切り替え全体のスタイル*/
.tab-area {
    overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
    display: inline-block;
    float: none;
    min-width: inherit;
    margin: 3px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    opacity: .8;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    overflow: hidden;
    transition: .5s ease all;
    opacity: 0;
    height: 0;
}

.tab_content figure {
    margin-bottom: 1em;
}

/*選択されているタブのコンテンツのみを表示*/
#info1:checked~#info1_content, #info2:checked~#info2_content, #info3:checked~#info3_content, #info4:checked~#info4_content {
    display: block;
    transition: .5s ease all;
    opacity: 1;
    height: inherit;
    overflow: visible;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    opacity: 1;
}

.tabs.nav-list {
    display: block;
    text-align: center;
}

.table-base dl dt, .table-base dl dd {
    color: #343434;
    background: none;
    border-right: none;
}

.table-base dl dt {
    color: #343434;
    background: #f6f6f6;
    border-top: none;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.table-base dl dd {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.table-base dl:first-child dt {
    border-top: 1px solid #d6d6d6;
}

.table-base dl:first-child dd {
    border-top: 1px solid #d6d6d6;
}

.table-base dl dd {
    border-left: none;
}

@media (max-width: 767px) {
    .table-base dl dt {
        border-right: 1px solid #d6d6d6;
    }

    .table-base dl dd {
        border-left: 1px solid #d6d6d6;
    }

    .table-base dl:first-child dd {
        border-top: none;
    }
}

@media (min-width: 768px) {
    .table-no-frame dl dt, .table-no-frame dl dd {
        border-top: none;
    }

    .table-no-frame dl:first-child dt {
        border-top: none;
    }

    .table-no-frame dl:last-child dt, .table-no-frame dl:last-child dd {
        border-bottom: none;
    }
}

.table-block dl dt, .table-block dl dd {
    padding: 1.5em;
}

@media (max-width: 767px) {
    .table-history.table-no-frame .item:first-child dl:last-child dd {
        border-bottom: none;
    }
}

.table-news dl {
    padding: 15px;
}

.table-news dl:first-child {
    border-top: none;
}

.table-news dl {
    display: block;
    border-top: 1px solid #e6e6e6;
}

.table-news dl dt, .table-news dl dd {
    background: none;
    display: block;
    padding: 0;
    border: none;
}

.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 {
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}

.table-news dl dt .date {
    font-size: .8em;
    line-height: 1;
    display: inline-block;
    background: #275589;
    padding: 5px;
}

.table-news dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-news dl dd a {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    padding: 0;
}

@media (max-width: 991px) {
    .table-news dl dd a {
        font-size: 14px;
    }
}

.table>thead>tr>th {
    border-bottom: 1px solid #e0f6ff;
    background: #f1fbff;
}

.table-shaping>tbody>tr>td, .table-shaping>tbody>tr>th, .table-shaping>tfoot>tr>td, .table-shaping>tfoot>tr>th, .table-shaping>thead>tr>td, .table-shaping>thead>tr>th {
    padding: 15px;
    border: 1px solid #e0f6ff;
    vertical-align: middle;
}

.table-shaping>caption+thead>tr:first-child>td, .table-shaping>caption+thead>tr:first-child>th, .table-shaping>colgroup+thead>tr:first-child>td, .table-shaping>colgroup+thead>tr:first-child>th, .table-shaping>thead:first-child>tr:first-child>td, .table-shaping>thead:first-child>tr:first-child>th {
    color: #2eb7eb;
    text-align: center;
    border-top: 1px solid #e0f6ff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.table-hover>tbody>tr:hover {
    background-color: #f1fbff;
}

@media (max-width: 991px) {
    .table-shaping>tbody>tr>td, .table-shaping>tbody>tr>th, .table-shaping>tfoot>tr>td, .table-shaping>tfoot>tr>th, .table-shaping>thead>tr>td, .table-shaping>thead>tr>th {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 767px) {
    .table-shaping>tbody>tr>td:last-child, .table-shaping>tbody>tr>th:last-child, .table-shaping>tfoot>tr>td:last-child, .table-shaping>tfoot>tr>th:last-child, .table-shaping>thead>tr>td:last-child, .table-shaping>thead>tr>th:last-child {
        min-width: 60px;
    }

    .table-shaping>tbody>tr>td, .table-shaping>tbody>tr>th, .table-shaping>tfoot>tr>td, .table-shaping>tfoot>tr>th, .table-shaping>thead>tr>td, .table-shaping>thead>tr>th {
        font-size: 14px;
        padding: 10px;
    }
}

.table-fixed {
    table-layout: fixed;
}

/* header */
header {
    background: #fff;
    position: fixed;
    transition: .5s ease all;
    z-index: 100;
}

header.navbar-fixed-top {
    background: #fff;
    transition: .5s ease all;
}

.navbar-default {
    transition: .5s ease all;
}

header.navbar-fixed-top .navbar-default {
    transition: .5s ease all;
}

@media (min-width: 992px) {
    .navbar-default {
        height: 100px;
    }
}

.navbar-header a {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0;
    background: none;
    position: relative;
    transition: .5s ease all;
}

.navbar-header a:hover, .navbar-header a:focus, .navbar-header a:active {
    opacity: 1;
}

.navbar-header a img {
    transition: .5s ease all;
    opacity: 1;
}

.navbar-header a:hover img, .navbar-header a:focus img, .navbar-header a:active img {
    transition: .5s ease all;
    opacity: .5;
}

.navbar-header a .cn {
    font-size: 16px;
    color: #275589;
    line-height: 1;
    margin-top: 5px;
}

.navbar-header a span {
    display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-header a {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    header .navbar-header a .logo-image img {
        width: auto;
        height: 30px;
    }
}

@media (max-width: 991px) {
    header.navbar-fixed-top .navbar-default {
        height: auto;
    }

    .navbar-header {
        background: #fff;
        height: 80px;
    }

    .navbar-header a {
        font-size: .8rem;
        margin: 0;
        width: auto;
        padding: 10px;
        z-index: 1;
    }

    header.navbar-fixed-top .navbar-header a {
        width: auto;
    }

    header.navbar-fixed-top .navbar-header a .logo-image img {
        width: auto;
    }

    header .navbar-collapse {
        background: rgba(255, 255, 255, .9);
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        transition: .2s ease-out all;
    }

    header .navbar-collapse.collapse {}

    header .navbar-collapse.collapsing {
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        transition: 0s ease-in all;
        transition: .2s ease-out all;
    }

    header .navbar-collapse.collapse.in {
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 1;
        transition: .2s ease-out all;
    }

    header .header-menu {
        top: 80px;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    header .navbar-nav {
        max-width: 480px;
        margin: 30px auto;
    }

    .navbar-default .navbar-toggle {
        z-index: 1;
    }

    .navbar-default .navbar-toggle .icon-bar {}

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #275589;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        justify-content: flex-end;
        width: auto;
        margin-left: auto;
        position: static;
        transition: .5s ease all;
    }

    header.navbar-fixed-top .navbar-default .navbar-collapse {
        transition: .5s ease all;
    }

    header .navbar-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .navbar-default .navbar-nav>li.contact {
        margin-left: 15px;
    }

    .navbar-default .navbar-nav>li.contact>a {
        color: #fff;
        background: #cb387d;
        border-radius: 25px;
    }

    .navbar-default .navbar-nav>li.contact.active>a, .navbar-default .navbar-nav>li.contact>a:hover, .navbar-default .navbar-nav>li.contact>a:focus, .navbar-default .navbar-nav>li.contact>a:active {
        color: #fff;
    }

    .navbar-default .navbar-nav>li.contact>a::before, .navbar-default .navbar-nav>li.contact>a::after {}

    .navbar-default .navbar-nav>li.contact>a::before {}

    .navbar-default .navbar-nav>li.contact>a::after {}

    .navbar-default .navbar-nav>li.contact>a:hover::before, .navbar-default .navbar-nav>li.contact>a:focus::before, .navbar-default .navbar-nav>li.contact>a:active::before, .navbar-default .navbar-nav>li.contact>a:hover::after, .navbar-default .navbar-nav>li.contact>a:focus::after, .navbar-default .navbar-nav>li.contact>a:active::after {}
}

.navbar-default .navbar-nav>li {
    float: none;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1rem;
    color: #343434;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #275589;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #275589;
}

.navbar-default .invert .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .invert .navbar-nav>.active>a, .navbar-default .invert .navbar-nav>.active>a:focus, .navbar-default .invert .navbar-nav>.active>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li>a .ttl-eng {
    color: #b18857;
    font-weight: 400;
    line-height: 1;
}

.archive.category .navbar-default .navbar-nav>.current_page_parent>a, .archive.category .navbar-default .navbar-nav>.current_page_parent>a:focus, .archive.category .navbar-default .navbar-nav>.current_page_parent>a:hover, .single-post .navbar-default .navbar-nav>.current_page_parent>a, .single-post .navbar-default .navbar-nav>.current_page_parent>a:focus, .single-post .navbar-default .navbar-nav>.current_page_parent>a:hover {
    color: #275589;
}

.archive.category .navbar-default .navbar-nav>.current_page_parent>a:hover .link-menu:after, .archive.category .navbar-default .navbar-nav>.current_page_parent>a .link-menu:after, .single-post .navbar-default .navbar-nav>.current_page_parent>a:hover .link-menu:after, .single-post .navbar-default .navbar-nav>.current_page_parent>a .link-menu:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

header .link-menu {
    padding: 15px 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    header .link-menu {
        padding: 15px 8px;
    }
}

.dropdown-menu>li>a .link-menu {
    padding: 15px 20px;
}

.navbar-nav>li>.dropdown-menu {
    margin: 0;
}

@media (min-width: 992px) {
    .navbar-nav li .dropdown-menu {
        display: block;
        border-radius: 0;
        overflow: hidden;
        overflow: visible;
    }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:active {
    background: #275589;
    border: none;
}

.dropdown-menu>.active:first-child>a, .dropdown-menu>.active:first-child>a:focus, .dropdown-menu>.active:first-child>a:hover, .dropdown-menu>.active:first-child>a:active {
    border: none;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-menu>li>a {
    font-size: 1rem;
    font-weight: normal;
    background: none;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active, .dropdown-menu>li>a:focus {
    color: #fff;
    background: #275589;
    left: 0;
    opacity: 1;
}

.dropdown-menu>li>a .link-menu:after {}

.dropdown-menu>li>a:hover .link-menu:after, .dropdown-menu>li.active>a .link-menu:after {}

.dropdown-menu>li.active>a .link-menu:before {}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    display: block;
    background: none;
    top: 0;
    left: 100%;
    margin: 0;
}

@media (min-width: 1200px) {
    header .contact-area li.tel a {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        left: 0;
    }

    .dropdown-menu>li>a {
        color: #343434;
        line-height: 1;
        text-align: center;
        display: block;
        background: #f6f6f6;
        box-shadow: inset 0 -1px #e6e6e6;
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active {
        color: #275589;
        background: #dedede;
    }

    .dropdown-menu>li>a::before {}

    .dropdown-menu>li:first-child>a {
        border: none;
    }
}

@media (max-width: 991px) {
    header {
        background: none;
    }

    header .link-menu {
        padding: 30px;
    }

    header .contact-area {
        position: relative;
    }

    header .header-menu {
        background: none;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: left;
        border-top: 1px dotted #d6d6d6;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        border-color: #d6d6d6;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {}

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {}

    header .nav>li.dropdown>a.dropdown-toggle {
        overflow: hidden;
    }

    header .nav>li.dropdown>a.dropdown-toggle:before, header .nav>li.dropdown>a.dropdown-toggle:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 42px;
    }

    header .nav>li.dropdown>a.dropdown-toggle:before {
        content: '';
        background: none;
        left: inherit;
    }

    header .nav>li.dropdown>a.dropdown-toggle:after {
        font-family: ionicons;
        content: '\f3d0';
        color: #275589;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0deg);
        transition: .5s ease all;
    }

    header .nav>li.dropdown.open>a.dropdown-toggle:after {
        transform: rotate(180deg);
        transition: .5s ease all;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #275589;
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        font-size: 1rem;
        color: #275589;
        background: none;
        text-align: left;
        background: none;
        border-top: 1px dotted #d6d6d6;
        font-weight: 300;
    }

    .navbar-nav>li>.dropdown-menu {
        float: none;
        text-align: left;
    }

    .navbar-nav .open .dropdown-menu {
        background: none;
    }

    .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        display: block;
        background: none;
    }

    .dropdown-menu>li>a .link-menu {
        padding: 15px 30px;
    }

    .dropdown-menu>li>a .link-menu:after {
        display: none;
    }
}

@media (max-width: 767px) {}

@media (min-width: 992px) {
    .header_top-menu {
        background: #275589;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-default .header_top-menu .navbar-nav>li>a {}

    header.navbar-fixed-top .navbar-default .header_top-menu .navbar-nav>li>a {
        font-size: 14px;
    }

    header .header_top-menu .link-menu {
        padding: 10px;
    }
}

/* slider */
.slider-base {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider-base.slick-initialized {
    opacity: 1;
}

.main-slider .item {
    background-size: cover;
}

.main-slider .item figure {
    margin: 0;
    transform: skewY(-5deg);
}

.row-slider .item {
    padding: 36px 0;
}

.row-slider .item.item-left figure {
    margin-right: -60px;
}

.row-slider .item.item-right figure {
    margin-left: -60px;
}

.main-slider .slick-prev, .main-slider .slick-next {
    font-size: 3em;
    color: #275589;
    background: none;
}

.main-slider .slick-dots {
    bottom: -30px;
}

.main-slider .slick-dots li {
    margin: 0 10px !important;
}

.main-slider .slick-dots li button {
    border-radius: 100%;
}

@media (max-width: 991px) {
    .main-slider .slick-dots li {
        margin: 0 5px !important;
    }
}

.slider-area {
    position: relative;
}

.slider-area .main-catch {
    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: 3;
    pointer-events: none;
}

.slider-area .main-catch figure {
    width: 340px;
}

@media (max-width: 767px) {
    .slider-area .main-catch figure {
        width: 180px;
    }
}

.slider-area .slick-slider .item .main-catch {
    font-size: 1.5rem;
    color: #275589;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 15px;
    left: 110px;
    z-index: 2;
}

.slider-area .slick-slider .item .main-catch span {
    position: relative;
}

.slider-area .slick-slider .item .main-catch span::before {
    content: '';
    border-bottom: 10px solid #dedede;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.slider-area .slick-slider .item img {
    width: 100%;
    height: auto;
}

.slider-area .slick-slider .item .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.slider-area .slick-slider .item .cont .cont-box {
    padding: 0;
    margin-top: 80px;
}

.slider-area .slick-slider .item .cont .cont-box .main-caption {
    font-size: 9rem;
    color: #275589;
    line-height: 1;
}

/* slick */
.slick-slide {
    height: inherit;
}

.slick-arrows {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slick-prev, .slick-next {
    font-size: 2em;
    color: #fff;
    line-height: 48px;
    text-indent: -9999px;
    text-align: center;
    background: rgba(68, 174, 52, .8);
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.slick-prev {
    left: 1em;
}

.slick-next {
    right: 1em;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next:hover, .slick-next:active, .slick-next:focus {
    outline: 0;
}

.slick-prev:before, .slick-next:before {
    font-family: ionicons;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .5s ease all;
}

.slick-prev:before {
    content: '\f3d2';
}

.slick-next:before {
    content: '\f3d3';
}

.slick-prev:hover:before, .slick-next:hover:before {
    transition: .5s ease all;
}

.slick-prev:hover:before {
    left: -15px;
}

.slick-next:hover:before {
    left: 15px;
}

.slick-dots {
    position: absolute;
    bottom: -21px;
    z-index: 5;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    font-size: 0;
    margin: 0 5px !important;
}

.slick-dots>li:first-child:last-child {
    display: none;
}

.slick-dots li button {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: #275589;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    outline: 0;
    overflow: hidden;
    opacity: .5;
}

.slick-dots li.slick-active button, .slick-dots li button:hover, .slick-dots li button:active, .slick-dots li button:focus {
    background: #275589;
    opacity: 1;
}

@media (max-width: 767px) {
    .card-item {
        margin-bottom: 45px;
    }
}

/* breadcrumbs */
.breadcrumb-area {
    background: #fff;
}

.breadcrumb-cont {
    background: none;
}

.breadcrumb li {
    font-size: 14px;
    display: inline;
    z-index: 5;
    position: relative;
}

/* page-home */
.border-common {
    border: 2px solid;
}

.page-home .jumbotron-common {
    max-width: 1920px;
    margin: auto;
    padding-top: 100px;
    background: none;
    padding-bottom: 75px;
    z-index: 3;
}

.page-home .jumbotron-common .bg-img {
    background-position: center;
    width: auto;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 150px;
    pointer-events: none;
}

.page-home .jumbotron-common::before {
    display: none;
    background: none;
}

.page-home main {
    padding-top: 0;
}

@media (max-width: 991px) {
    .page-home .jumbotron-common {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .page-home main {
        padding-top: 0;
    }

    .page-home .jumbotron-common .bg-img {
        height: 75px;
    }
}

.bg-common.intro {
    margin-top: 60px;
}

.bg-common.intro .cont-intro {
    margin-top: -60px;
}

.row-intro .cont {
    margin: auto;
}

@media (min-width: 992px) {
    .row-intro .cont {
        max-width: 580px;
        min-height: 540px;
    }
}

.bg-common.intro .bg-img {
    width: 50%;
}

.bg-common.intro .bg-img.left {
    right: 50%;
    left: 0;
}

.bg-common.intro .bg-img.right {
    left: 50%;
    right: 0;
}

.bg-common.contents {
    margin-bottom: -180px;
    z-index: 3 !important;
    background: none !important;
}

.bg-common.bg-contact .cont-main {
    margin-top: 120px;
}

/* service */
.page-product .cont-main [id^="service-"] {
    padding-top: 100px;
    margin-top: -100px;
}

.bg-common.service.archive {
    overflow: hidden;
}

.bg-common.service.archive::before, .bg-common.service.archive .cont-archive::before {
    content: '';
    background-color: #fff;
    width: 920px;
    height: 920px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-common.service.archive::before, .bg-common.service.archive .cont-archive::before {
        width: 740px;
        height: 740px;
    }
}

.bg-common.service.archive::before {
    opacity: .2;
}

.bg-common.service.archive .cont-archive {
    overflow: hidden;
}

.bg-common.service.archive .cont-archive::before {
    opacity: 1;
}

@media (min-width: 768px) {
    .row-service-archive {
        background-image: url(assets/img/bg/bg-service-archive.png);
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 1200px) {
    .row-service-archive {
        background-size: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-service-archive {
        background-size: 320px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-service-archive {
        background-size: 240px;
    }
}

.row-service-archive .item:nth-child(odd) .row-inner {}

.row-service-archive .item:nth-child(even) .row-inner {
    justify-content: flex-end;
}

.page-service-child .bg-img {
    width: auto;
    left: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .page-service-child .bg-img {
        width: auto;
        height: 240px;
        margin-bottom: -60px;
        position: relative;
        left: 0;
    }
}

/* product */
.page-product .cont-main [id^="product-"] {
    padding-top: 100px;
    margin-top: -100px;
}

/* company */
.row-greeting .item-image {
    position: relative;
    z-index: 1;
}

.row-greeting .item-image figure {
    border: 20px solid #f6f6f6;
}

.row-greeting .item-text {
    position: relative;
    z-index: 0;
}

.row-greeting .item-text .cont.border {
    border: 4px solid #275589;
}

@media (min-width: 992px) {
    .row-greeting .item-image figure {
        margin-left: -60px;
    }

    .row-greeting .item-text .cont .cont-box {
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-greeting .item-image figure {
        margin-left: -45px;
    }

    .row-greeting .item-text .cont .cont-box {
        margin-right: 45px;
    }
}

@media (max-width: 767px) {
    .president-area .item-text .cont {
        text-align: center;
    }
}

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
}

.nav-list li {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

.row-about-child {
    position: relative;
}

.row-about-child::before, .row-about-child::after {
    display: block;
    position: absolute;
    top: -30px;
    bottom: 30px;
    pointer-events: none;
    z-index: 1;
}

.row-about-child::before {
    border-top: 3px solid #275589;
}

.row-about-child::after {
    border-bottom: 3px solid #275589;
}

.cont-main .cont-item:nth-child(odd) .row-about-child::after {
    border-left: 3px solid #275589;
}

.cont-main .cont-item:nth-child(even) .row-about-child::after {
    border-right: 3px solid #275589;
}

.cont-main .cont-item:nth-child(odd) .row-about-child::before, .cont-main .cont-item:nth-child(odd) .row-about-child::after {
    right: 0;
    left: 30px;
}

.cont-main .cont-item:nth-child(even) .row-about-child::before, .cont-main .cont-item:nth-child(even) .row-about-child::after {
    right: 30px;
    left: 0;
}

@media (max-width: 991px) {
    .row-about-child::before, .row-about-child::after {
        top: -15px;
        bottom: 15px;
    }

    .cont-main .cont-item:nth-child(odd) .row-about-child::before, .cont-main .cont-item:nth-child(odd) .row-about-child::after {
        left: 15px;
    }

    .cont-main .cont-item:nth-child(even) .row-about-child::before, .cont-main .cont-item:nth-child(even) .row-about-child::after {
        right: 15px;
    }
}

/* works */
.category-list button {
    color: #275589;
    background: #ededed;
    padding: 15px 20px;
    border-radius: 30px;
}

.category-list button.active {
    color: #fff;
    background: #275589;
}

.category-list button.active:hover, .category-list button.active:active, .category-list button.active:focus {
    color: #fff;
    background: #275589;
}

.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 #275589;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    margin-left: -6px;
    border-bottom: 8px solid #275589;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -8px;
}

.sp-button {
    border: 2px solid #275589;
}

.sp-selected-button {
    background-color: #275589;
}

.sp-full-screen-button {
    color: #fff;
}

@media (max-width: 767px) {
    .row-works .item .cont .cont-box.mini {
        padding-right: 0;
        padding-left: 0;
    }

    .row-works .item .cont .cont-box.mini .ttl {
        font-size: 14px;
    }

    .term-slug {
        font-size: 12px;
    }
}

/* faq */
.table-faq dl dt, .table-faq dl dd {
    padding-left: 60px;
}

.table-faq dl dt::before, .table-faq dl dd::before {
    font-size: 2em;
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.table-faq dl dt::before {
    content: 'Q';
}

.table-faq dl dd::before {
    content: 'A';
    color: #275589;
}

@media (max-width: 767px) {
    .table-faq dl dt, .table-faq dl dd {
        font-size: .8em;
        padding-right: 0;
        padding-left: 40px;
    }

    .table-faq dl dt::before, .table-faq dl dd::before {
        font-size: 1.5em;
        left: 10px;
    }
}

/* blog */
.post .cont figure, .post .cont figure a {
    display: inline-block;
}

.row-blog .cont .cont-box.border {
    border: 1px solid #343434;
}

.row-blog .blog-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: -5px;
}

.row-blog .blog-info>div {
    padding: 5px;
}

.row-blog .cont.post h1, .row-blog .cont.post h2, .row-blog .cont.post h3, .row-blog .cont.post h4, .row-blog .cont.post h5, .row-blog .cont.post h6 {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #343434;
}

.row-blog .cont.post .metabox p {
    margin-bottom: 2em;
}

.row-blog .cont.post .metabox p:last-child {
    margin-bottom: 0;
}

.row-blog table {
    width: 100% !important;
}

.row-blog table tr th, .row-blog table tr td {
    padding: 15px;
    border: 1px solid #343434;
}

.row-blog table tr th {
    background: #d6d6d6;
}

.blog-ttl-area {
    display: block;
    margin-bottom: 30px;
}

.blog-ttl-area .date-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    float: left;
    width: 90px;
    height: 90px;
    padding: 10px;
    margin-right: 15px;
    border: 1px solid #275589;
    position: absolute;
}

.blog-ttl-area .date-area .date-cont {
    margin: 0;
}

.blog-ttl-area .date-area .date-cont span {
    font-size: 1.5rem;
    color: #275589;
    display: block;
}

.blog-ttl-area .title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 120px;
    border: none !important;
}

.cont figure.eye-catch {
    margin-bottom: 30px;
}

.widget-area {
    margin: 0;
}

.widget-area [id^="custom_html"] {
    margin-bottom: 30px;
}

.widget-area [id^="custom_html"]:last-child {
    margin-bottom: 0;
}

.widget {
    padding: 0;
}

.widget>ul {
    margin: 0;
}

.widget>ul>li {
    padding: 0;
    border-top: 1px solid #343434;
}

.widget>ul>li:last-child {
    border-bottom: 1px solid #343434;
}

.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;
}

/* sitemap */
.page-sitemap .jumbotron-common .ttl-cont {
    height: 120px;
}

@media (min-width: 992px) {
    .page-sitemap .jumbotron-common .ttl-cont {
        height: 180px;
    }
}

.sitemap-menu #menu-sitemap>li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    float: left;
    margin: 5px;
}

.sitemap-menu #menu-sitemap>li>a {
    display: inline-block;
    width: auto;
    padding: 10px;
    border-left: 2px solid #1c9ac9;
}

.sitemap-menu .navbar-nav {
    float: none;
    overflow: hidden;
}

.sitemap-menu .navbar-nav li .dropdown-menu {
    position: relative !important;
    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;
    padding: 0;
    transform: none !important;
}

.sitemap-menu .navbar-nav li .dropdown-menu .container-fluid.inner {
    justify-content: flex-start;
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li {
    display: block;
}

.sitemap-menu .navbar-nav li .dropdown-menu li {
    display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>a {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding: 10px;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>a .link-menu {
    padding: 0;
}

.sitemap-menu .navbar-nav li .dropdown-menu li a {
    border-left: 2px solid #d6d6d6;
    text-align: left;
    background: none;
    box-shadow: none;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
    margin-bottom: 0;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li>a {
    background: none;
    box-shadow: none;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li>a .link-menu {
    padding: 0;
}

.sitemap-menu #menu-sitemap li a.dropdown-toggle::before, .sitemap-menu #menu-sitemap li a.dropdown-toggle::after {
    display: none;
}

@media (max-width: 767px) {
    .sitemap-menu #menu-sitemap li a {
        font-size: 14px;
        width: 100%;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
        margin-bottom: 0;
    }

    .sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
        top: 0;
    }

    .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%;
    }
}

@media (min-width: 992px) {
    .sitemap-menu .navbar-nav li .dropdown-menu .container-fluid.inner li {
        width: auto;
        padding: 0;
        border-top: none;
    }
}

/* contact */
.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: center;
}

.contact-area .tel a, .contact-area .mail a {
    font-size: 1.5em;
    margin: 0;
    min-width: 360px;
}

@media (max-width: 991px) {
    .contact-area .tel a, .contact-area .mail a {
        font-size: 1.1em;
        margin: 0;
        min-width: 240px;
    }
}

.contact-check {
    font-size: 18px;
}

.contact-check input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.contact dl.req dt label::after {
    background: #275589;
}

.contact dl.any dt label::after {
    color: #343434;
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
    .contact dl.req dt label::after {
        padding-top: 7px;
    }

    .contact dl.any dt label::after {
        padding-top: 7px;
    }
}

#pageTop {
    z-index: 10000;
}

#pageTop a {
    border-radius: 100%;
}

/* footer */
footer .footer-top-area {
    background: none;
}

@media (min-width: 992px) {
    footer .footer-top-area .footer-top {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
    }

    footer .footer-top-area .footer-top h1 {
        margin-bottom: 0;
    }

    footer .navbar-collapse {
        margin-left: auto;
    }

    footer .company-data {
        padding-top: 15px;
        margin-left: 15px;
    }
}

footer .navbar-nav>li>a .link-menu {
    padding: 5px 10px;
}

footer .ttl-eng {
    margin: 0;
    display: none;
}

footer .footer-top .navbar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    footer .footer-top-area .footer-top {
        text-align: center;
    }

    footer .footer-top-area .footer-top .logo-image {
        display: inline-block;
    }

    footer .footer-top-area .footer-top .recruit-name {
        display: block;
    }

    footer .footer-top-area .footer-top .company-info {
        text-align: center;
    }

    footer .footer-top-area .footer-top .company-info a {
        display: inline-block;
    }

    footer .footer-top-area .footer-top .company-info a h1 {
        margin: 0;
    }

    footer .footer-top-area .footer-top .logo-image img {
        margin: auto;
        height: 30px;
        width: auto;
    }

    footer .navbar-collapse {
        margin-bottom: 0;
    }

    footer .navbar-nav>li>a {
        border-top: 1px solid #d6d6d6;
    }

    footer .navbar-nav>li>a .link-menu {
        padding: 10px;
    }

    footer .footer-top .navbar-nav li {
        width: 100%;
    }

    footer .company-data {
        margin-bottom: 15px;
    }

    footer .company-data .cont .metabox p {
        text-align: center;
    }
}

footer .footer-top .navbar-nav li .dropdown-menu {
    background: none;
    opacity: 1;
    position: relative;
    top: 0;
    display: block;
    left: 0;
    pointer-events: all;
    margin-top: 10px;
}

footer .footer-top .navbar-nav li .dropdown-menu a {
    color: #000;
    line-height: 1.5rem;
    font-weight: normal;
    display: inline-block;
    padding-left: 12px;
    position: relative;
}

footer .footer-top .navbar-nav li .dropdown-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 1px;
    background: #000;
    top: 50%;
}

footer .footer-top .navbar-nav li .dropdown-menu>li>a .link-menu:after {
    display: none;
}

footer .footer-top .navbar-nav li .dropdown-menu>li>.dropdown-menu {
    padding-left: 1rem;
    margin-top: 0;
}

footer .footer-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

footer .footer-middle .footer-company a {
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0;
}

footer .footer-middle .footer-company a span {
    display: block;
}

footer .footer-middle .footer-company a span:first-child {
    margin-right: 15px;
}

footer .footer-middle .footer-subnav .navbar-nav>li>a {
    font-size: 12px;
    display: inline-block;
    padding: 0 8px;
}

footer .footer-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

footer .footer-bottom .footer-address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

footer .footer-bottom-area {
    border: none;
}

footer .footer-copy a, footer .footer-by a, footer .footer-copy, footer .footer-by {
    color: #000;
    line-height: 1;
}

footer .invert .footer-copy a, footer .invert .footer-by a, footer .invert .footer-copy, footer .invert .footer-by {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
    footer .footer-middle .footer-company {
        margin-right: 15px;
    }

    footer .footer-middle .footer-subnav {
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    footer .footer-middle .footer-subnav {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    footer .footer-company {
        text-align: center;
    }

    footer .navbar-nav {
        width: 100%;
    }

    footer .footer-company .footer-company-info .cont .metabox {
        text-align: center;
    }

    .navbar-collapse {
        border: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    footer .footer-top #menu-footer.navbar-nav>li {}

    footer .footer-top #menu-footer.navbar-nav>li:last-child {
        border-bottom: none;
    }

    footer .footer-middle .footer-company a {
        justify-content: center;
    }

    footer .footer-middle .footer-company, footer .footer-middle .footer-subnav {
        width: 100%;
    }

    footer .nav>li>a.dropdown-toggle {
        display: inline-block;
    }

    footer .footer-top .navbar-nav li .dropdown-menu a {
        display: inline-block;
    }

    footer .footer-middle .footer-subnav .navbar-nav>li>a {
        display: inline-block;
    }

    footer .footer-copy {
        margin-bottom: 10px;
    }

    footer .footer-by {
        margin: 0;
    }

    footer .footer-bottom .footer-address {
        display: block;
    }
}

/* recruit */
body.recruit {
    font-family: 'Noto Sans JP', 'Roboto', "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-feature-settings: "palt";
    line-height: 1;
    overflow-x: hidden;
}

body.recruit::before {
    background-image: url(assets/img/bg/bg-recruit.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    body.recruit::before {
        background-size: contain;
    }
}

.recruit ::selection {
    color: #fff;
    background-color: #cb387d;
    /* Safari */
}

.recruit ::-moz-selection {
    color: #fff;
    background: #cb387d;
    /* Firefox */
}

.recruit.page-recruit main {
    padding-top: 0;
}

@media (max-width: 991px) {
    .recruit.page-recruit main {
        padding-top: 0;
    }
}

.recruit main article section.bg-common:nth-child(odd) {
    background-color: #f3f6fa;
    z-index: 1;
}

.recruit .ttl-eng {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-style: italic;
    letter-spacing: 0;
    text-transform: uppercase;
}

.recruit .bg-cont {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.recruit main article section.bg-common:nth-child(odd)::before {
    display: none;
}

.recruit main article section.bg-common:nth-child(even) {
    background-color: #f6f6f6;
}

.recruit main article section.bg-common:nth-child(even)::before {
    display: none;
}

.recruit main article section.bg-common.bg-02 {
    background: none;
    background-image: url(assets/img/bg/bg-02.jpg);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center;
    z-index: 2;
}

.recruit main article section.bg-common.entry-area {
    background-image: url(assets/img/bg/bg-entry-area.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

@media (max-width: 991px) {
    .recruit .navbar-header a span {
        font-size: 11px;
    }
}

.recruit .jumbotron-common {
    background-image: url(assets/img/bg/bg-recruit-main.jpg);
}

.recruit .recruit-home-area .recruit-main {
    display: -webkit-flex;
    display: flex;
    width: 100vw;
    left: 50%;
    position: absolute;
    margin-left: -50vw;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
}

.recruit .recruit-home-area .recruit-main.front {
    z-index: 2;
}

.recruit .recruit-home-area .recruit-main.back {
    z-index: 1;
}

.recruit .recruit-home-area .recruit-main img:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.recruit .recruit-home-area .recruit-main.front img:first-child {
    -webkit-animation: loop 150s -75s linear infinite;
    animation: loop 150s -75s linear infinite;
}

.recruit .recruit-home-area .recruit-main.front img+img {
    -webkit-animation: loop2 150s linear infinite;
    animation: loop2 150s linear infinite;
}

.recruit .recruit-home-area .recruit-main.back img:first-child {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
}

.recruit .recruit-home-area .recruit-main.back img+img {
    -webkit-animation: loop2 100s linear infinite;
    animation: loop2 100s linear infinite;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit .recruit-home-area .recruit-main img {
        width: auto;
        height: 480px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit .recruit-home-area .recruit-main img {
        width: auto;
        height: 420px;
    }
}

@media (max-width: 767px) {
    .recruit .recruit-home-area .recruit-main img {
        width: auto;
        height: 320px;
    }
}

/*アニメーション*/
@-webkit-keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

.recruit #bg-recruit::before {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 240px;
    margin: 0;
    border: none;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.recruit .jumbotron-common .ttl-jpn {
    color: #000;
}

.recruit .jumbotron-common .ttl-eng {
    font-size: .8em;
    color: #fff;
    line-height: 1;
    display: inline-block;
    background: #000;
    padding: 6px 6px 3px 3px;
}

.recruit .jumbotron-common.recruit-home-area {
    padding-top: 100px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .recruit .jumbotron-common.recruit-home-area {
        padding-top: 60px !important;
    }
}

.recruit .jumbotron-common.recruit-home-area .main-catch-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 720px;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area {
        height: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area {
        height: 360px;
    }
}

.recruit .jumbotron-common.recruit-home-area .main-catch-area .container-fluid.inner {
    width: 100%;
}

.recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .catch {
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .catch {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .catch {
        font-size: 2.75rem;
    }
}

@media (max-width: 767px) {
    .recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .catch {
        font-size: 1.5rem;
    }
}

.recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .catch span {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 5px;
}

.recruit .jumbotron-common.recruit-home-area .main-catch-area .main-catch .sub-catch {
    color: #000;
    font-style: italic;
}

.recruit-slider::before {
    content: '';
    background-image: url(assets/img/bg/bg-recruit-slider-front.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.recruit .jumbotron-common::before {
    display: none;
}

.recruit .bg-common.message {
    background-position: center;
    background-size: cover;
    z-index: 10 !important;
}

.recruit .bg-common.recruit-company {
    overflow: hidden;
}

.recruit .navbar-header a .logo-image {
    margin-bottom: 5px;
}

.recruit .navbar-header a .recruit-name {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #cb387d;
    padding: 3px;
}

.recruit .navbar-default .navbar-nav>li>a {
    line-height: 1;
}

.recruit .navbar-default .navbar-nav>li>a:hover, .recruit .navbar-default .navbar-nav>li>a:focus, .recruit .navbar-default .navbar-nav>li>a:active {
    color: #cb387d;
}

.recruit .navbar-default .navbar-nav>.active>a, .recruit .navbar-default .navbar-nav>.active>a:focus, .recruit .navbar-default .navbar-nav>.active>a:hover {
    color: #cb387d;
}

.recruit .navbar-default .navbar-nav>li>a .ttl-eng {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .recruit header .navbar-header {
        position: relative;
    }

    .recruit header .navbar-default .navbar-nav>li {
        padding-right: 0;
        padding-left: 0;
    }

    .recruit header .navbar-nav {
        justify-content: flex-end;
    }

    .recruit .navbar-default .navbar-nav>li>a .link-menu:after {
        display: none;
    }

    .recruit .navbar-default .navbar-nav>li>a:after {
        top: 50%;
        right: 0;
        border-right: 1px solid #333;
        height: 15px;
        margin-top: -7px;
    }

    .recruit .navbar-default .navbar-nav>li.entry>a:after {
        display: none;
    }

    .recruit .navbar-default .navbar-nav>li.entry {
        margin-left: 20px;
    }

    .recruit .navbar-default .navbar-nav>li.entry a {
        color: #fff;
        background: #cb387d;
    }

    .recruit .navbar-default .navbar-nav>li>a .link-menu {
        padding: 20px;
    }

    .recruit .recruit-slider {}

    .recruit .recruit-slider .slick-dots {
        margin-left: 180px;
        bottom: 30px;
    }

    .recruit .navbar-header a {
        padding: 10px;
    }

    .recruit .navbar-header a::before {
        display: none;
    }
}

.recruit .jumbotron-common .catch-area {
    position: absolute;
    right: 50%;
    z-index: 10;
    top: 50%;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .recruit .jumbotron-common .catch-area {
        right: 0;
        left: 0;
        bottom: inherit;
        margin: auto;
        margin-top: -25px;
    }

    .recruit .jumbotron-common .catch-area .title img {
        width: auto;
        height: 100px;
        margin: auto;
    }
}

.recruit main.home {
    padding-top: 0;
}

.recruit .cont figure.border {
    display: inline-block;
    margin-bottom: 2em;
    border: none;
    overflow: visible;
}

.recruit .cont figure.border::before, .recruit .cont figure.border::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.recruit .cont figure.border::before {
    top: 15px;
    left: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.recruit .cont figure.border::after {
    right: -15px;
    bottom: -15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.recruit .ttl {
    font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    font-style: italic;
    letter-spacing: 0;
}

.recruit .invert .ttl {
    color: #fff;
}

.recruit .ttl-11 {
    color: #000;
    font-weight: 700;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
}

.recruit .ttl-11:first-letter {
    color: #cb387d;
}

.recruit .ttl-11::before {
    content: '';
    background: #cb387d;
    width: 10px;
    height: 40px;
    top: -80px;
    right: inherit;
    bottom: inherit;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit .ttl-11::before {
        top: -60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit .ttl-11::before {
        top: -60px;
    }
}

@media (max-width: 767px) {
    .recruit .ttl-11::before {
        width: 5px;
        height: 20px;
        top: -25px;
    }
}

.recruit .invert .ttl-11 {
    border-bottom: 1px solid #fff;
}

.recruit .ttl-12 {
    position: relative;
}

.recruit .ttl-12 .bg-black {
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 2px;
    margin: 2px;
    position: relative;
}

.recruit .invert .ttl-12 span {
    border-color: #fff;
}

.recruit .ttl-13 span {
    position: relative;
}

.recruit .ttl-13 .border::before {
    content: '';
    background: #2b4e8e;
    width: 60px;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -.5em;
    left: 0;
}

@media (max-width: 767px) {
    .recruit .button-left, .recruit .button-center, .recruit .button-right {
        text-align: center;
    }
}

.recruit .button-paint {
    color: #fff;
    text-align: center;
    background: #000;
    padding: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.recruit .button-paint:hover, .recruit .button-paint:focus, .recruit .button-paint:active {
    color: #fff;
    background: #cb387d;
    border: none;
    box-shadow: none;
}

.recruit .button-paint::before, .recruit .button-paint::after {
    display: none;
}

.recruit .invert .button-paint {
    color: #cb387d;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.recruit .invert .button-paint:hover, .recruit .invert .button-paint:focus, .recruit .invert .button-paint:active {
    color: #fff;
    background: #cb387d;
    border: none;
    box-shadow: none;
}

.recruit .invert .button-paint::before, .recruit .invert .button-paint::after {
    display: none;
}

.recruit .jumbotron-common {
    padding-bottom: 270px;
    margin-bottom: 0;
    overflow: hidden;
}

.recruit.page-home .jumbotron-common {
    padding-bottom: 0;
}

.recruit main.other .jumbotron-common::before, .recruit main.other .jumbotron-common::after {
    content: '';
    display: block;
    position: absolute;
    top: inherit;
    bottom: 0;
}

.recruit main.other .jumbotron-common::before {
    background: #fff;
    height: 90px;
    right: -50%;
    left: 180px;
    transform: skewX(-30deg);
}

.recruit .jumbotron-common .ttl-cont {
    height: 300px;
    padding-bottom: 90px;
    z-index: 1;
}

@media (max-width: 991px) {
    .recruit .jumbotron-common .ttl-cont {
        height: 180px;
        padding-bottom: 0px;
        z-index: 1;
    }
}

.recruit .jumbotron-common .bg-img {
    width: 100%;
    max-width: 1280px;
    height: 320px;
    margin: 0 auto 60px;
    top: inherit;
    overflow: visible;
}

.recruit .jumbotron-common .bg-img::before, .recruit .jumbotron-common .bg-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.recruit .jumbotron-common .bg-img::before {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    top: 60px;
    right: 0;
    left: 0;
}

.recruit .jumbotron-common .bg-img::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 0;
    bottom: -60px;
    left: 0;
}

.recruit .jumbotron-common .bg-img .bg-img-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    .recruit .jumbotron-common .bg-img {
        height: 240px;
        margin-bottom: 30px;
    }

    .recruit .jumbotron-common .bg-img .bg-img-area {
        margin: 0 30px;
    }

    .recruit .jumbotron-common .bg-img::before {
        top: 30px;
    }

    .recruit .jumbotron-common .bg-img::after {
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .recruit .jumbotron-common {
        padding-bottom: 180px;
    }

    .recruit #bg-recruit::before {
        height: 120px;
    }

    .recruit .jumbotron-common .ttl-cont {
        height: 120px;
    }

    .recruit .jumbotron-common .bg-img {
        height: 150px;
    }
}

.recruit .bg-common .bg-catch {
    position: absolute;
    pointer-events: none;
    right: 0;
    left: 0;
    opacity: .05;
    z-index: 1;
}

.recruit .bg-common .bg-catch .title {
    font-size: 104px;
    line-height: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit .bg-common .bg-catch .title {
        font-size: 96px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit .bg-common .bg-catch .title {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .recruit .bg-common .bg-catch .title {
        font-size: 46px;
    }
}

.recruit .bg-common .bg-img.bg-home {
    height: 480px;
}

.recruit.page-recruit .bg-common .cont-main.mt {
    margin-top: 240px;
}

.recruit .bg-common .bg-catch .title, .recruit .bg-common .bg-catch [class^="ttl"] {
    margin-bottom: 0;
}

.recruit .bg-common .bg-catch .ttl-eng {
    font-size: 1em;
    color: #000;
    font-weight: 700;
}

.recruit .bg-common.message .bg-catch {
    top: 50%;
    transform: translateY(-50%);
    right: inherit;
}

.recruit .bg-common.company .bg-catch {
    bottom: 90px;
    right: inherit;
    left: 30px;
}

.recruit .bg-common.interview .bg-catch {
    bottom: 90px;
    right: 30px;
    left: inherit;
}

.recruit .bg-common.interview [id^="interview-"] {
    padding-top: 100px;
    margin-top: -100px;
}

.recruit .bg-common.entry-area .bg-catch {
    top: 60px;
}

.recruit .bg-common.entry-area .bg-catch .ttl-eng {
    color: #fff;
}

.recruit .bg-common.entry-area .row .item.item-ttl .cont {
    background: #34373e;
}

.recruit .bg-common.entry-area .row .item.item-info .cont {
    background: #000;
}

.recruit .bg-common.entry-area .row .item.item-entry .cont {
    background: #cb387d;
}

.recruit .bg-common.entry-area .row .item .ttl-eng {
    font-size: .8em;
    color: #fff;
}

.recruit .breadcrumb-area {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.slick-slide img {
    margin: auto;
}

.recruit .tab_item {
    color: #cb387d;
    background: #fff;
    padding: 18px;
}

.recruit .tabs input:checked+.tab_item {
    color: #fff;
    background: #cb387d;
    padding: 18px;
    opacity: 1;
}

.recruit .cont-main .cont-item.line {
    position: relative;
}

.recruit .cont-main .cont-item.line::before, .recruit .cont-main .cont-item.line::after {
    content: '';
    width: 960px;
    height: 100%;
    margin: auto;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.recruit .cont-main .cont-item.line::before {
    border-top: 5px solid #cb387d;
}

.recruit .cont-main .cont-item.line:nth-child(odd)::after {
    border-left: 5px solid #cb387d;
}

.recruit .cont-main .cont-item.line:nth-child(even)::after {
    border-right: 5px solid #cb387d;
}

@media (max-width: 767px) {
    .row-recruit-greeting .item .cont-box.half {
        background-color: rgba(255, 255, 255, .8);
    }
}

@media (min-width: 1200px) {
    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-image .cont-box {
        margin-left: -360px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-image .cont-box {
        margin-right: -360px;
    }

    .recruit.page-interview .cont-main .cont-item .row-interview .item-text .cont-box {
        margin-top: 640px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-text .cont-box {
        margin-right: -360px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-text .cont-box {
        margin-left: -360px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-image .cont-box {
        margin-left: -360px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-image .cont-box {
        margin-right: -360px;
    }

    .recruit.page-interview .cont-main .cont-item .row-interview .item-text .cont-box {
        margin-top: 540px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-text .cont-box {
        margin-right: -360px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-text .cont-box {
        margin-left: -360px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-image .cont-box {
        margin-left: -320px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-image .cont-box {
        margin-right: -320px;
    }

    .recruit.page-interview .cont-main .cont-item .row-interview .item-text .cont-box {
        margin-top: 420px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(odd) .row-interview .item-text .cont-box {
        margin-right: -320px;
    }

    .recruit.page-interview .cont-main .cont-item:nth-child(even) .row-interview .item-text .cont-box {
        margin-left: -320px;
    }
}

.recruit.page-interview .row-interview .item-text .ttl-11::before {
    display: none;
}

.recruit #pageTop a {
    background: #cb387d;
}

@media (max-width: 991px) {
    .recruit footer .footer-bottom {
        display: block;
    }

    .recruit footer .footer-bottom .footer-address {
        justify-content: center;
    }
}

@media print {
    header {
        position: relative;
    }

    .bogo-language-switcher {
        display: none;
    }
}
