@charset "utf-8";



/* ##### 共通 ##### */

html {
    font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: 'Noto Sans Japanese';
    }
}

.fead-mv {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: .8s;
    transition: .8s;
}

.mv {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

a {
    color: #000;
}

a:hover {
    opacity: 0.8;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

img {
    width: 100%;
}

figure {
    margin: 0;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

.content {
    width: 100%;
}

.page-cont {
    margin-top: 7.8rem;
}

.main {
    padding: 5.0rem 0;
}

.inner {
    width: 1000px;
    max-width: 92%;
    margin: 0 auto;
    padding: 10.0rem 0;
}

.inner73 {
    width: 1000px;
    max-width: 92%;
    margin: 0 auto;
    padding: 10.0rem 0;
}

.inner73 .box73 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.0rem;
}

.inner73 .box73:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.inner73 .box73 .inner-cont-text {
    width: 68%;
    margin: 0 1%;
}

.example .inner73 .box73 .inner-cont-text {
    width: 98%;
    margin: 0 1%;
}

.inner73 .box73 .inner-cont-img {
    width: 28%;
    margin: 0 1%;
}

.inner-cont2 {
    width: 48%;
    margin: 0 1%;
}

.inner-cont3 {
    width: 31%;
    margin: 0 1%;
}

.main-heading {
    width: 100%;
    text-align: center;
    background-color: #d8e1e4;
    margin-bottom: 5.0rem;
}

.main-heading .heading-p,
.top-message h3 .heading-p {
    width: 60%;
    height: 5.0rem;
    margin: 0 auto;
    background-color: #fff;
    font-size: 2.4rem;
    letter-spacing: 1.0rem;
    color: #3e6876;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.main-heading .heading-p:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #d8e1e4 transparent transparent transparent;
    _border-color: #d8e1e4 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0;
}

.main-heading .heading-p:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff #d8e1e4 #d8e1e4 #d8e1e4;
    _border-color: #fff #d8e1e4 #d8e1e4 #d8e1e4;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    right: 0;
}

.main-heading .heading-p .inner-main-heading,
.top-message h3 .heading-p .inner-main-heading {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    color: #000;
    display: block;
    margin-top: 5px;
}

.trans-heading {
    width: 100%;
    margin: 5.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trans-heading .trans-heading-p {
    width: 35%;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 1.0rem;
    color: #fff;
    text-align: center
}

.trans-heading .trans-heading-p .inner-main-heading {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    color: #fff;
    display: block;
}

.trans-heading:before {
    content: "";
    display: block;
    width: 32.5%;
    height: 5.0rem;
    background-color: rgba(216, 225, 228, 0.2);
}

.trans-heading:after {
    content: "";
    display: block;
    width: 32.5%;
    height: 5.0rem;
    background-color: rgba(216, 225, 228, 0.2);
}

.trans-heading .trans-heading-p:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: rgba(216, 225, 228, 0.2) transparent transparent transparent;
    _border-color: rgba(216, 225, 228, 0.2) #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0;
}

.trans-heading .trans-heading-p:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: transparent rgba(216, 225, 228, 0.2) rgba(216, 225, 228, 0.2) rgba(216, 225, 228, 0.2);
    _border-color: transparent rgba(216, 225, 228, 0.2) rgba(216, 225, 228, 0.2) rgba(216, 225, 228, 0.2);
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    right: 0;
}

.arrow-heading {
    font-size: 1.8rem;
    color: #77939c;
    margin: 1.0rem 0;
}

.arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 3rem;
}

.arrow-left:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
    background-color: #3e6876;
    border: solid 1px #3e6876;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 1.0rem;
    position: absolute;
    top: 4px;
    left: 0;
}

a:hover .arrow-left:before {
    color: #3e6876;
    background-color: #fff;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.normal-heading {
    width: 100%;
    font-size: 3.0rem;
    letter-spacing: 1.5rem;
    margin: 3.0rem 0;
    text-align: center;
}

.first-letter {
    font-size: 1.6rem;
    font-weight: 600;
}

.first-letter:first-letter {
    font-size: 2.4rem;
    font-weight: bold;
    color: #77939c;
    margin-right: 0.2rem;
}

.list322 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list322 li {
    width: 48%;
    margin-bottom: 1.5rem;
}

.list322 li {
    width: 31%;
}

.list322 li a {
    display: block;
}

.list322 li a p {
    font-size: 1.4rem;
}

.service-img1>img,
.service-img2>img {
    width: 100% !important;
    height: auto !important;
}

.service .list322 .js-trimming:after {
    padding-top: 32.5%;
}

.check {
    width: 100%;
    margin: 5.0rem 0;
    padding: 0 15.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check li {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3.0rem;
    padding-left: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    margin-right: 1.0rem;
    background-color: #3e6876;
    color: #fff;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.merit-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merit-list li {
    width: 48%;
    margin-bottom: 5.0rem;
    border-top: 5px solid #3e6876;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#eff3f4));
    background: linear-gradient(to bottom, #ffffff 1%, #eff3f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff3f4', GradientType=0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.merit-list li .inner-cont-heading {
    width: 20%;
    padding: 3.0rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.merit-list li .inner-cont-desc {
    width: 80%;
    padding: 3.0rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.merit-list li .inner-cont-heading h5 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #cecece;
    letter-spacing: 0.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 20.0rem;
}

.merit-list li .inner-cont-desc h6 {
    color: #77939c;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.merit-list li .inner-cont-desc p {
    font-size: 1.4rem;
    font-weight: 600;
}

.merit-list li .inner-cont-heading:after {
    content: "";
    position: absolute;
    top: 3.0rem;
    right: 0;
    width: 1px;
    height: 60%;
    background: #dcdcdc;
    background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(transparent));
    background: linear-gradient(to bottom, #dcdcdc 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='transparent', GradientType=0);
}

.brackets-list {
    width: 100%;
    margin: 3.0rem 0;
}

.brackets-list li {
    width: 100%;
    margin: 5.0rem 0 15.0rem 0;
    position: relative;
}

.brackets-list li h5 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3.0rem;
}

.brackets-list li p {
    font-size: 1.5rem;
    font-weight: 500;
}

.brackets-list li:before {
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: -1.5rem;
    left: -6.0rem;
}

.brackets-list li:after {
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    bottom: -4.5rem;
    right: -6.0rem;
}

.box-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-list li {
    width: 30%;
    margin: 1.5%;
    background-color: #fff;
    position: relative;
}

.box-list li .function-img {
    display: block;
}

.function-img {
    display: block;
}

.function-img:after {
    padding-top: 66.6%;
}

.box-list li .arrow-heading {
    margin: 1.5rem 1.5rem 0 1.5rem;
}

.box-list li p {
    max-width: 100%;
    font-variant-position: 1.2rem;
    margin: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.box-list li:before {
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    background-color: #3e6876;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-paper.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: -3.0rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

.grey-box {
    background-color: #d8e1e4;
    padding: 5.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

.counter {
    counter-reset: number;
    list-style: none;
    margin: 0;
}

.counter li {
    margin-bottom: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter li::before {
    counter-increment: number;
    content: counter(number);
    color: #000;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 1.6rem;
    position: relative;
}

.bk-outer,
.bk-outer2,
.bk-outer3,
.bk-outer4 {
    position: relative;
    padding: 5.0rem 0;
}

.bk-outer {
    z-index: 1;
}

.bk-outer4 {
    background: -moz-linear-gradient(left, #2c5664, #305a68);
    background: -webkit-gradient(linear, left center, right center, from(#2c5664), to(#305a68));
    z-index: 1;
}

@media all and (-ms-high-contrast: none) {
    .bk-outer4 {
        background: #305a68;
    }
}

.bk-outer .inner,
.bk-outer .inner73,
.bk-outer2 .inner,
.bk-outer2 .inner73,
.bk-outer3 .inner,
.bk-outer3 .inner73,
.bk-outer4 .inner,
.bk-outer4 .inner73 {
    position: relative;
    margin: auto;
    padding: 3.0rem 0;
    z-index: 1;
}

.bk-outer .bk-img,
.bk-outer2 .bk-img2,
.bk-outer3 .bk-img3,
.bk-outer4 .bk-img4 {
    width: 100%;
}

.bk-outer .bk-img img {
    max-width: initial !important;
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bk-outer2 .bk-img2 img {
    max-width: initial !important;
    width: 100% !important;
    height: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bk-outer3 .bk-img3 img,
.bk-outer4 .bk-img4 img {
    max-width: initial !important;
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-upper-text {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
}

.sp-br>br {
    display: none;
}

@media (max-width: 1200px) {
    .brackets-list li {
        width: 80%;
        margin: 3.0rem auto 10.0rem auto;
    }
}

@media (max-width: 1024px) {
    .page-cont {
        margin-top: 0;
    }

    .main {
        padding: 5.0rem 0;
    }

    .inner {
        padding: 5.0rem 0;
        max-width: 93%;
    }

    .inner73 {
        padding: 5.0rem 0;
        max-width: 93%;
    }

    .inner73 .box73 .inner-cont-text {
        width: 58%;
        margin: 0 1%;
    }

    .inner73 .box73 .inner-cont-img {
        width: 38%;
        margin: 0 1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .main-heading .heading-p,
    .top-message h3 .heading-p {
        width: 50%;
    }

    .arrow-heading {
        font-size: 1.4rem;
        margin: 0.5rem 0;
    }

    .normal-heading {
        font-size: 2.4rem;
        letter-spacing: 1.0rem;
    }

    .trans-heading {
        margin: 3.0rem 0;
    }

    .check {
        padding: 0 5.0rem;
    }

    .check li {
        font-size: 1.4rem;
        position: relative;
        padding-left: 3.0rem;
    }

    .check li:before {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.6rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .list322 {
        max-width: 768px;
        margin: auto;
    }

    .box-list {
        max-width: 768px;
        margin: auto;
    }

    .merit-list {
        max-width: 768px;
        margin: auto;
    }

    .merit-list_voice {
        /*max-width: 768px;*/
        margin: auto;
    }

    .brackets-list {
        max-width: 768px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .main-heading .heading-p {
        width: 65%;
    }

    .trans-heading .trans-heading-p {
        width: 50%;
    }

    .trans-heading:before,
    .trans-heading:after {
        width: 25%;
    }

    .box-list li {
        width: 48%;
        margin: 1% 1% 8.0rem 1%;
    }

    .box-list li:last-of-type {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 599px) {
    .main {
        padding: 3.0rem 0;
    }

    .inner {
        padding: 3.0rem 0;
        max-width: 94%;
    }

    .inner73 {
        padding: 3.0rem 0;
        max-width: 94%;
    }

    .inner-cont2 {
        width: 98%;
    }

    .inner-cont3 {
        width: 48%;
        margin: 0 1%;
    }

    .inner73 .box73 .inner-cont-text {
        width: 98%;
    }

    .inner73 .box73 .inner-cont-img {
        width: 60%;
        margin: 5% auto;
    }

    .inner73 .box73 {
        padding: 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inner73 .box73:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: reverse;
        flex-direction: reverse;
        background-color: #f5f5f5;
    }

    .main-heading .heading-p,
    .top-message h3 .heading-p {
        width: 100%;
        letter-spacing: 0.2rem;
    }

    .trans-heading .trans-heading-p {
        width: 100%;
    }

    .trans-heading:before,
    .trans-heading:after {
        display: none;
    }

    .normal-heading {
        font-size: 2.0rem;
        letter-spacing: 0.2rem;
    }

    .list322 {
        max-width: 450px;
        margin: auto;
    }

    .list322 li:nth-of-type(-n+3) {
        width: 100%;
    }

    .list322 li {
        width: 100%;
    }

    .check {
        margin: 3.0rem 0;
        padding: 0;
    }

    .check+p {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5rem;
    }

    .merit-list {
        max-width: 450px;
    }

    .merit-list li {
        width: 98%;
        margin: 0 auto 5.0rem auto;
    }

    .merit-list li .inner-cont-heading h5 {
        font-size: 2.0rem;
    }

    .merit-list li .inner-cont-desc h6 {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        margin-bottom: 1.5rem;
    }

    /* .merit-list_voice {
        max-width: 450px;
    } */

    .merit-list_voice li {
        width: 98%;
        margin: 0 auto 5.0rem auto;
    }

    .merit-list_voice li .inner-cont-heading h5 {
        font-size: 2.0rem;
    }

    .merit-list_voice li .inner-cont-desc h6 {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        margin-bottom: 1.5rem;
    }

    .brackets-list li:before {
        left: -3.0rem;
    }

    .brackets-list li:after {
        right: -3.0rem;
    }

    .box-list {
        max-width: 450px;
    }

    .box-list li {
        width: 98%;
        margin: 1% 1% 5.0rem 1%;
    }

    .box-list li:last-of-type {
        width: 98%;
    }

    .grey-box {
        padding: 1.5rem;
        text-align: left;
    }

    .grey-box br {
        display: none;
    }

    .bk-outer,
    .bk-outer2,
    .bk-outer3,
    .bk-outer4 {
        padding: 3.0rem 0;
    }

    .sp-left {
        text-align: left !important;
    }

    .sp-br>br {
        display: block;
    }
}

/* ##### 共通ここまで ##### */



/* ##### flexbox ##### */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_jc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

/* ##### flexboxここまで ##### */



/* ##### nav ##### */

/* drawerのリセット */

.drawer-nav {
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.page-cont .drawer-nav {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 225, 228, 0.7)), color-stop(58%, rgba(216, 225, 228, 0.7)), color-stop(58%, transparent), to(transparent));
    background: linear-gradient(rgba(216, 225, 228, 0.7) 0%, rgba(216, 225, 228, 0.7) 58%, transparent 58%, transparent 100%);
}

.page-cont .colored {
    background: rgba(216, 225, 228, 0.7);
}

.drawer-nav[data-element-id] {
    position: static !important;
}

.drawer--right .drawer-nav {
    width: 100%;
}

.drawer-hamburger {
    display: none;
    width: 3.0rem;
}

@media (max-width: 1024px) {
    .drawer-nav {
        position: fixed;
        width: 50%;
        height: auto;
    }

    .page-cont .drawer-nav {
        background: #fff;
    }

    .drawer-nav[data-element-id] {
        position: static !important;
    }

    .drawer--right .drawer-nav {
        right: -60%;
        width: 60%;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .drawer-hamburger {
        display: block;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 60%;
    }

    .drawer-menu {
        padding: 1.5rem;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .drawer-menu li {
        width: 100%;
    }

    .drawer-menu li a {
        color: #3e6876;
    }

}

/* drawerのリセットここまで */

.drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.drawer-menu li {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drawer-menu>li:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.4rem;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: auto;
}

.page-cont .drawer-menu li:after {
    border-right: 1px solid #b1b8bb;
}

.drawer-menu li:last-of-type:after {
    display: none;
}

.drawer-menu li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}

.page-cont .drawer-menu li a {
    color: #000;
}

.drawer-menu li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.top-cont .drawer-menu li a:after {
    background: #fff;
}

.drawer-menu li a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #bac8cc;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    background-color: #fff;
}

.sp-subnav {
    display: none;
}

.drawer--right .drawer-nav[data-element-id] {
    overflow: visible;
}

.sp-subnav[data-element-id] {
    display: block;
}

.dropmenu[data-element-id] {
    *zoom: 1;
}

.dropmenu[data-element-id] .dropdown[data-element-id] {
    position: relative;
}

.dropmenu[data-element-id] .dropdown[data-element-id] ul[data-element-id] {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 200%;
    background-color: rgba(255, 255, 255, 0.5);
}

.dropmenu[data-element-id] .dropdown[data-element-id]:hover ul[data-element-id]:before {
    content: "こちらはモバイル端末のドロワーメニューに表示されるサブメニューです。";
    position: absolute !important;
    left: 20.0rem;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#dropmenu[data-element-id] .dropdown[data-element-id] ul[data-element-id] li[data-element-id] {
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

#dropmenu[data-element-id] .dropdown[data-element-id]:hover ul[data-element-id] li[data-element-id] {
    overflow: visible;
    height: 38px;
    padding: 0;
}

#dropmenu[data-element-id] .dropdown[data-element-id]:hover ul[data-element-id] li[data-element-id] a {
    color: #000;
}

/* スクロール後 */

header .colored {
    background-color: rgba(216, 225, 228, 0.7);
    height: 10.0rem;
}

/* header .colored .smaller a {
    padding: 1rem 1rem 1.3rem 1rem !important;
}

header .colored .smaller a img {
    width: auto !important;
    height: 100% !important;
    display: block;
    margin: auto;
} */

header .colored .inner {
    height: 100%;
}

/* header .colored .drawer-menu {
    height: 100%;
} */

header .colored .drawer-menu>li:after {
    border-right: 1px solid #000;
}

header .colored .drawer-menu li a {
    color: #000;
}

.top-cont .colored .drawer-menu li a:after {
    background: #000;
}

/* スクロール後ここまで */

@media (max-width: 1200px) {
    .drawer-menu {
        padding: 4.0rem 3.0rem;
    }
}

@media (max-width: 1024px) {
    .drawer-menu {
        padding: 1.0rem;
    }

    .drawer-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        ;
    }

    .drawer-menu li:after {
        display: none;
    }

    .drawer-menu li a {
        color: #3e6876;
        font-size: 1.6rem;
    }

    .drawer-menu li a:after {
        display: none;
    }

    .sp-subnav {
        display: block;
    }

    .drawer-menu {
        padding: 0.5rem;
        display: block;
    }

    .drawer-menu>li {
        margin-bottom: 1.0rem;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .drawer-menu li a {
        font-size: 1.4rem;
    }

    .drawer-menu li>ul {
        width: 100%;
    }

    .drawer-menu li>ul>li {
        width: 49%;
        padding: 0 1% 0 0;
        float: left;
    }

    .drawer-menu li>ul>li a {
        font-size: 1.4rem;
        font-weight: normal;
    }
}

@media (max-width: 599px) {
    .drawer--right .drawer-nav {
        right: -100%;
        width: 100%;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 0;
    }

    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        background-color: #3e6876;
    }

    .drawer-hamburger {
        padding: 10px .75rem 30px;
    }
}

@media (max-width: 375px) {
    .drawer-menu {
        padding: 0.5rem;
    }

    .drawer-menu li {
        padding: 0 1.0rem;
    }

    .drawer-menu li a {
        font-size: 1.2rem;
    }
}

@media (max-width: 320px) {
    .drawer-menu li>ul>li a {
        font-size: 1.2rem;
    }
}

/* ##### navここまで ##### */



/* ##### header ##### */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

header nav .inner {
    padding: 0;
}

header nav .inner .header-logo {
    width: 20%;
}

header nav .inner .contact_free {
    display: none;
}

header nav .inner .header-nav {
    width: 80%;
}

header nav .inner .header-logo a {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 1.0rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

header nav .inner .header-logo a img {
    width: 100%;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    margin: 0 auto;
}

header nav .inner .header-logo a h1 {
    font-size: 1.2rem;
    letter-spacing: 0.4rem;
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

header nav .inner .header-logo a h1 .logo-text {
    font-size: 2.5rem;
    color: #3e6876;
    display: block;
    letter-spacing: 0.8rem;
    display: block;
}

/* .smaller>a>h1 {
    height: 0;
} */

header nav .inner .header-logo.smaller a {
    padding: 1.5rem;
}

header nav .inner .header-logo.smaller a img {
    width: 54%;
}

header nav .inner .header-logo.smaller a h1 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
}

@media (max-width: 1024px) {
    header nav .inner {
        display: block;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    header nav .inner .header-logo {
        width: 50%;
        margin: auto;
    }

    header nav .inner .contact_free {
        display: block;
        background-color: #3e6876;
        border: 1px solid #3e6876;
        margin: 1.5rem 0;
    }

    header nav .inner .contact_free a {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        padding: 1rem;
        text-align: center;
    }

    header nav .inner .header-nav {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 599px) {
    header nav .inner .header-logo {
        width: 50%;
    }
}

@media (max-width: 375px) {
    header nav .inner .header-logo a h1 {
        letter-spacing: 0.2rem;
    }
}

@media (max-width: 320px) {
    header nav .inner .header-logo {
        width: 60%;
    }
}

/* ##### headerここまで ##### */



/* ##### footer ##### */

footer {
    width: 100%;
}

footer .footer-inq {
    width: 100%;
    padding: 5.0rem 0;
    background-color: #3e6876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

footer .footer-inq p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 3.0rem;
}

footer .footer-inq a {
    display: block;
    background-color: #fff;
    color: #3e6876;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 1.5rem 0;
    padding: 1.5rem 12.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

footer .footer-inq a:hover {
    opacity: 1;
}

footer .footer-inq .tel a {
    background-color: inherit;
    color: #fff;
    font-size: 4.0rem;
    font-weight: bold;
    letter-spacing: -0.2rem;
    margin-top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .footer-inq .tel .phone-icon {
    display: inline-block;
    margin-right: 1.0rem;
    width: 20%;
}

footer .footer-nav>.inner ul li a {
    font-size: 1.4rem;
    color: #3e6876;
}

footer .footer-nav>.inner>ul {
    width: 100%;
}

footer .footer-nav>.inner>ul>li {
    width: 20%;
    float: left;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

footer .footer-nav>.inner>ul>li:nth-of-type(1) {
    width: 10%;
}

footer .footer-nav>.inner>ul>li:nth-of-type(2) ul li {
    /*float: left;
    width: 50%;*/
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .footer-nav>.inner>ul>li:nth-of-type(n+5) {
    width: 15%;
}

footer .footer-nav>.inner>ul>li>ul {
    margin-top: 1.0rem;
    padding-left: 3.2rem;
}

footer .footer-nav>.inner>ul>li>ul>li {
    margin-bottom: 0.5rem;
}

footer .footer-nav>.inner>ul>li>ul>li>a {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 2.0rem;
}

footer .footer-nav>.inner>ul>li>ul>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.4rem;
    height: 25px;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #3e6876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.copyright {
    clear: left;
    background-color: #9a9fa0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    footer .footer-nav>.inner>ul>li {
        width: 25%;
        margin: 0 1.0rem 1.0rem 1.0rem;
    }

    /* footer .footer-nav>.inner>ul>li:nth-of-type(2) {
        width: 50%;
    } */

    footer .footer-nav>.inner>ul>li:nth-of-type(4) {
        clear: left;
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(n+4) {
        width: 29%;
    }

    footer .footer-nav>.inner>ul>li>ul>li>a {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    footer .footer-inq .tel {
        width: 60%;
    }

    footer .footer-nav>.inner>ul>li>ul {
        padding-left: 0.5rem;
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(2) ul li {
        padding: 0 0.2rem;
    }

    footer .footer-nav>.inner>ul>li>ul>li>a {
        font-size: 1.0rem;
    }
}

@media (max-width: 599px) {
    footer .footer-inq {
        padding: 3.0rem 0;
    }

    footer .footer-inq a {
        font-size: 1.6rem;
        font-weight: 600;
        margin: 1.0rem 0;
        padding: 1.0rem 3.0rem;
    }

    footer .footer-inq p {
        font-size: 1.6rem;
    }

    footer .footer-inq .tel {
        width: 100%;
    }

    footer .footer-inq .tel a {
        font-size: 3.0rem;
        letter-spacing: 0;
    }

    footer .footer-inq .tel .phone-icon {
        width: 15%;
    }

    footer .footer-nav>.inner>ul>li {
        margin: 0 0.5rem 0.5rem 0.5rem;
    }

    footer .footer-nav>.inner>ul>li {
        width: 100%;
        margin-bottom: 1.5rem
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(1) {
        width: 100%;
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(2) {
        width: 100%;
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(n+4) {
        width: 100%;
    }

    footer .footer-nav>.inner>ul>li>ul>li>a:before {
        width: 1.2rem;
    }

    footer .footer-nav>.inner>ul>li:nth-of-type(2) ul li,
    footer .footer-nav>.inner>ul>li:nth-of-type(3) ul li,
    footer .footer-nav>.inner>ul>li:nth-of-type(4) ul li {
        float: left;
        width: 50%;
        padding: 0 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* ##### footerここまで ##### */



/* ##### main-img ##### */

.main-img {
    width: 100%;
    position: relative;
}

.main-img .inner-main-img {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #fff;
}

.main-img .js-trimming2+.inner-main-img {
    color: #000;
    text-shadow:
        white 2px 0px 2px, white -2px 0px 2px,
        white 0px -2px 2px, white -2px 0px 2px,
        white 2px 2px 2px, white -2px 2px 2px,
        white 2px -2px 2px, white -2px -2px 2px,
        white 1px 2px 2px, white -1px 2px 2px,
        white 1px -2px 2px, white -1px -2px 2px,
        white 2px 1px 2px, white -2px 1px 2px,
        white 2px -1px 2px, white -2px -1px 2px,
        white 1px 1px 2px, white -1px 1px 2px,
        white 1px -1px 2px, white -1px -1px 2px;
}

.main-img .js-trimming:after {
    padding-top: 20%;
}

.main-img .js-trimming2:after {
    padding-top: 20%;
}

.main-img .inner-main-img h2 {
    font-size: 3.0rem;
    font-weight: 600;
    letter-spacing: 2.0rem;
    margin-bottom: 3.0rem;
    color: #fff;
    text-align: center;
}

.main-img .js-trimming2+.inner-main-img h2 {
    color: #000;
}

.main-img .inner-main-img h2+p {
    font-size: 1.8rem;
    letter-spacing: 1.0rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .main-img .js-trimming:after {
        padding-top: 25%;
    }

    .main-img .js-trimming2:after {
        padding-top: 25%;
    }

    .main-img .inner-main-img h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .main-img .inner-main-img h2 {
        font-size: 2.6rem;
        letter-spacing: 1.0rem;
        margin-bottom: 1.0rem;
    }

    .main-img .inner-main-img h2+p {
        font-size: 1.6rem;
        letter-spacing: 0.5rem;
    }
}

@media (max-width: 599px) {
    .main-img .js-trimming:after {
        padding-top: 50%;
    }

    .main-img .js-trimming2:after {
        padding-top: 50%;
    }

    .main-img .inner-main-img h2 {
        letter-spacing: 0.2rem;
        margin-bottom: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2rem;
    }

    .main-img .inner-main-img h2+p {
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
    }
}

/* ##### main-imgここまで ##### */



/* ##### main-img（トップページのみ） ##### */

.top-main-img .js-trimming:after {
    padding-top: 39%;
}

.top-main-img .js-trimming2:after {
    padding-top: 39%;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .main-img .inner-main-img {
        position: absolute;
        top: 60%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .main-img .inner-main-img {
        position: absolute;
        top: 65%;
    }
}

@media (max-width: 599px) {
    .top-main-img .js-trimming:after {
        padding-top: 60%;
    }

    .top-main-img .js-trimming2:after {
        padding-top: 60%;
    }
}

/* ##### main-img（トップページのみ）ここまで ##### */



/* ##### top-message ##### */

.top-message .inner {
    padding: 10.0rem 0 0 0;
}

.top-message .mask {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.top-message .p {
    margin: 3.0rem auto;
    width: 80%;
    /*background-image: url(/import/tenant_1/153.126.208.246/html/images/common/logo_001.jpg);*/
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-message .mask .text,
.top-message .mask .text p {
    text-align: center;
}

@media (max-width: 768px) {
    .top-message .inner {
        padding: 3.0rem 0 0 0;
    }

    .top-message .p {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .top-message .p {
        background-size: auto 40%;
    }
}

/* ##### top-messageここまで ##### */



/* ##### top-point ##### */

.top-point {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/top/top-point-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.top-point .inner ol {
    width: 100%;
    margin-top: 6.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-point .inner ol li {
    width: 31%;
    color: #77939c;
    font-weight: 600;
    margin-bottom: 6.0rem;
    background-color: #fff;
    padding: 4.5rem 3.0rem 3.0rem 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.top-point .inner ol li:before {
    width: 6.0rem;
    height: 6.0rem;
    background-color: #3e6876;
    color: #fff;
    font-size: 3.6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

@media (max-width: 1024px) {
    .top-point .inner ol {
        max-width: 768px;
        margin: 6.0rem auto 0 auto;
    }
}

@media (max-width: 768px) {
    .top-point .inner ol li {
        padding: 3.0rem 1.0rem 1.0rem 1.0rem;
        font-size: 1.4rem;
    }

    .top-point .inner ol li:before {
        font-size: 3.0rem;
        width: 4.6rem;
        height: 4.6rem;
    }
}

@media (max-width: 599px) {
    .top-point .inner ol {
        max-width: 450px;
    }

    .top-point .inner ol li {
        width: 48%;
        min-height: 10.6rem;
        margin-bottom: 4.5rem;
        padding: 3.0rem 1.0rem 1.0rem 1.0rem;
        font-size: 1.4rem;
    }
}

/* ##### top-pointここまで ##### */



/* ##### top-team ##### */

.team-slider figure {
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 200px;
    perspective: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.team-slider figure .js-trimming img {
    width: 100% !important;
}

.team-slider figure .js-trimming:after {
    padding-top: 260%;
}

.team-slider figure .team-mask {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(163, 163, 163, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

.team-slider figure:hover .team-mask {
    top: 0;
    left: 0;
}

.team-slider figure figcaption {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 90%;
    min-height: 30%;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team-slider figure figcaption h4 {
    font-size: 15px;
}

.team-slider figure figcaption h4,
.team-slider figure figcaption .balloon-comment {
    color: #fff;
}

.team-slider figure figcaption .balloon-comment {
    font-size: 1.2rem;
    line-height: 145%;
    display: block;
}

.team-slider figure figcaption .white-linebox {
    width: 95%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 2px solid #fff;
    margin-left: 1.0rem;
    padding: 0 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.team-slider figure:hover figcaption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    z-index: 10;
}

@media (max-width: 1024px) {
    .team-slider figure figcaption {
        background: rgba(51, 51, 51, 0.4);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        z-index: 10;
    }
}

@media (max-width: 599px) {

    .top-team .txt,
    .top-team .txt p {
        text-align: left;
    }

    .team-slider figure {
        padding: 0 1.0rem;
    }

    .team-slider figure .team-mask {
        display: none;
    }

    .team-slider figure .js-trimming {
        width: 70%;
        margin-left: 10%;
    }

    .team-slider figure .js-trimming img {
        width: 100% !important;
    }

    .team-slider figure .js-trimming:after {
        padding-top: 150%;
    }

    .team-slider figure figcaption {
        min-height: 20%;
        left: 5%;
        bottom: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .team-slider figure figcaption h4 {
        margin-bottom: 3.0rem;
    }

    .team-slider figure figcaption h4>br {
        display: none;
    }
}

/* ##### top-teamここまで ##### */



/* ##### top-howto ##### */

.top-howto ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-howto .inner {
    padding-bottom: 0;
}

.top-howto ul li {
    margin-bottom: 5.0rem;
    width: 25%;
}

.top-howto ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.top-howto ul li a:hover {
    opacity: 1;
}

.top-howto ul li a figure {
    width: 100%;
}

.top-howto ul li a .figure-inner {
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
    width: 100%;
    height: 170px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-howto ul li a .figure-inner h3 {
    width: 100%;
    text-align: center;
}

.top-howto ul li a .howto-img {
    width: 70px;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-howto ul li a figcaption {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-howto ul li a .howto-img {
    z-index: 2;
    margin: 1.5rem auto;
}

.top-howto ul li a figcaption {
    width: 100%;
    height: 100%;
    background: #3e6876;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-howto ul li a figure:hover .figure-inner,
.top-howto ul li a figcaption {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.top-howto ul li a figcaption h3 {
    color: #fff;
}

.top-howto ul li a .top-howto ul li a img {
    width: 6.0rem;
    height: auto;
    margin-bottom: 1.5rem;
}

.top-howto ul li a .top-howto ul li a p {
    text-align: center;
    color: #77939c;
    font-weight: 600;
}

@media (max-width: 599px) {
    .top-howto ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-howto ul li {
        margin-bottom: 3.0rem;
    }

    .top-howto ul li:nth-of-type(-n+3) {
        width: 48%;
    }

    .top-howto ul li:nth-of-type(n+4) {
        width: 48%;
    }

    .top-howto ul li a p {
        font-weight: 500;
        font-size: 1.4rem;
    }

    .top-howto ul li a .figure-inner h3 {
        font-size: 1.4rem;
        height: 3.2rem;
        padding: 0 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

/* ##### top-howtoここまで ##### */



/* ##### top-voice ##### */

.top-voice .inner .slider {
    width: 100%;
}

.top-voice .inner .slider li {
    position: relative;
}

.example.voice ul.voice_ul li a img.pc {
    display: none;
}

.example.voice ul.voice_ul li a img.sp {
    display: block;
}

.example.voice ul.voice_ul li a img.pc {
    display: none;
}

.example.voice ul.voice_ul li a img.sp {
    display: block;
}

[data-element-id] .top-voice .inner .slider li {
    display: none;
}

[data-element-id] .top-voice .inner .slider li:nth-of-type(1) {
    display: block;
}

.top-voice .inner .slider li .box {
    border: 1px solid #dcdcdc;
}

.top-voice .inner .slider li .box img.sp {
    display: none;
}

.top-voice .inner .slider li .top-voice-box {
    width: 100%;
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top-voice .inner .slider li .top-voice-box .voice-box-header {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-voice .inner .slider li .top-voice-box p {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    padding-left: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-voice .inner .slider li .top-voice-box h6 {
    font-size: 2.2rem;
    color: #32606f;
    margin: 0.5rem 0;
    font-weight: bold;
}

.top-voice .inner .slider li .top-voice-box dl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.top-voice .inner .slider li .top-voice-box dl dt {
    font-size: 1.4rem;
    font-weight: bold;
}

.top-voice .inner .slider li .top-voice-box dl dd a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #77929c;
}

.slick-prev {
    width: 4.0rem;
    height: 4.0rem;
    left: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.slick-next {
    width: 4.0rem;
    height: 4.0rem;
    right: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: inherit;
    background: #3e6876;
}

@media (max-width: 1024px) {
    .top-voice .inner .slider li .top-voice-box {
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 0 auto;
        padding: 1.0rem 3.5rem !important;
        background-color: #fff;
    }

    .top-voice .inner .slider li .top-voice-box .voice-box-header {
        font-size: 1.4rem;
    }

    .top-voice .inner .slider li .top-voice-box h6 {
        font-size: 1.6rem;
    }

    .top-voice .inner .slider li>.box {
        position: relative;
    }

    .example.voice ul.voice_ul li .top-voice-box {
        padding: 1.0rem 3.5rem !important;
        position: relative !important;
        -webkit-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
    }

    .voice_main_img .main_title {
        width: auto !important;
        font-size: 2.8rem !important;
        margin-left: auto !important;
        left: 10px !important;
    }

    .voice_main_img .main_img img {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
    }
}

@media (max-width: 768px) {
    .top-voice .inner .slider li .top-voice-box p {
        font-weight: 500;
    }

    .top-voice .inner .slider li .top-voice-box dl {
        margin-top: 1.0rem
    }

    .slick-prev {
        left: 0.2rem;
        width: 3.0rem;
        height: 3.0rem;
    }

    .slick-prev:before {
        font-size: 2.0rem;
    }

    .slick-next {
        right: 0.2rem;
        width: 3.0rem;
        height: 3.0rem;
    }

    .slick-next:before {
        font-size: 2.0rem;
    }
}

@media (max-width: 720px) {
    .top-voice .inner .slider li .top-voice-box {
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 0 auto;
        padding: 1.0rem 3.5rem;
        background-color: #fff;
    }
}

@media (max-width: 599px) {
    .top-voice .inner .slider li .box img.pc {
        display: none;
    }

    .top-voice .inner .slider li .box img.sp {
        display: block;
    }
}

/* ##### top-voiceここまで ##### */

/* ##### top-column ##### */

.top-column {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.top-column .inner {
    width: 100%;
    max-width: 100%;
}

.top-column .inner h3 {
    width: 1000px;
    max-width: 92%;
    margin: 5.0rem auto;
}

.top-column .inner ul {
    width: 100%;
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.top-column .inner ul:after {
    content: "";
    display: block;
    clear: both;
}

.top-column .inner ul li p span {
    text-align: left;
    background: #ccc;
    color: #fff;
    margin: 5px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 80%;
    display: inline-block;
}

.top-column .inner ul li {
    background-color: #fff;
    width: 28%;
    margin: 0 1.0rem;
    float: left;
}

.top-column .inner ul li a {
    display: block;
}

.top-column .inner ul li .txt {
    display: none;
}

.top-column .inner ul li .arrow-heading {
    font-size: 1.2rem;
    margin: 1.0rem;
}

.top-column .inner ul li .arrow-heading .arrow-left {
    padding-top: 5px;
}

.column-slider[data-element-id] .slick-track {
    width: 100% !important;
}

.column-slider[data-element-id] .slick-track div {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-column[data-element-id] .inner ul li {
    width: 15%;
}

.top-column[data-element-id] .inner ul li:nth-of-type(n+6) {
    display: none;
}

@media (max-width: 1024px) {
    .top-column .inner ul {
        padding: 0 2.5rem;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

@media (max-width: 599px) {
    .top-column .inner ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-column .inner ul li {
        width: 48%;
        height: auto;
        position: relative !important;
    }

    .top-column .inner ul li:nth-of-type(1) {
        width: 98%;
    }

    .top-column .inner ul li:nth-of-type(2),
    .top-column .inner ul li:nth-of-type(4) {
        padding-left: 0;
    }
}

/* ##### top-columnここまで ##### */

/* ##### top-case ##### */

.top-case .inner ul {
    width: 100%;
    margin-bottom: 3.0rem;
}

.top-case .inner ul li {
    width: 31%;
}

.top-case .inner ul li {
    display: block;
}

.top-case .inner ul li .js-trimming:after {
    padding-top: 74%;
}

.top-case .inner .top-case-list figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.top-case .inner .top-case-list figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-case .inner .top-case-list figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.top-case .inner .top-case-list figcaption h4 {
    color: #fff;
}

.top-case .inner ul li p {
    font-size: 1.4rem;
    color: #fff;
}

.top-case .inner .top-case-list figcaption a {
    width: 80%;
    display: block;
    margin: auto;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.top-case .inner .top-case-list figcaption a:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
}

@media (max-width: 1024px) {
    .top-case .inner ul {
        max-width: 768px;
        margin: auto;
    }

    .top-case .inner .top-case-list figcaption {
        position: static;
        opacity: 1;
        background-color: transparent;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .top-case .inner .top-case-list figcaption h4 {
        color: #77939c;
    }

    .top-case .inner ul li p {
        color: #000;
    }

    .top-case .inner .top-case-list figcaption a {
        width: 90%;
        margin-top: 3.0rem;
        padding: 0.5rem;
        color: #77939c;
        border: 2px solid #77939c;
    }
}

@media (max-width: 599px) {
    .top-case .inner ul {
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-case .inner ul li {
        width: 98%;
        margin: 1% 1% 5% 1%;
    }

    .top-case .inner ul li:nth-of-type(even) {
        background-color: #f5f5f5;
    }

    .top-case .inner ul li a .arrow-left:before {
        position: absolute;
        top: 0;
        left: 0;
    }

    .top-case .inner ul li a p {
        font-weight: normal;
    }
}

/* ##### top-caseここまで ##### */

.top_list {
    max-width: 380px;
    display: block;
    background-color: #fff;
    color: #3e6876;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3rem auto;
    padding: 1.5rem 12.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3e6876;
}

@media (max-width: 599px) {
    .top_list {
        padding: 1.5rem 0;
        width: 90%;
    }
}

/* ##### SERVICE ##### */

.service-top .inner73 .normal-heading {
    color: #3e6876;
}

.attract {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.service-intro {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_002.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #2f5967;
}

.a-bisu {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_003.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
}

.attract,
.service-intro,
.a-bisu {
    padding: 5.0rem 0;
}

.attract .inner h3 {
    color: #fff;
}

.attract .inner h3+p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.service-intro .normal-heading {
    color: #fff;
    margin-bottom: 10.0rem;
}

.service-intro .inner .inner-cont2 {
    width: 45%;
    margin: 0 2.5%;
    background-color: #fff;
    position: relative;
}

.service-intro .inner .inner-cont2 .service-list-img {
    padding: 0;
}

.service-intro .inner .inner-cont2 p {
    padding: 3.0rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.service-intro .inner .inner-cont2:before {
    content: "";
    display: block;
    width: 6.5rem;
    height: 6.5rem;
    background-color: #3e6876;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-pencil.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: -3.25rem;
    left: 0;
    right: 0;
    margin: auto;
}

.service-intro .inner .inner-cont2:nth-of-type(2):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-document.png);
}

.consulting .normal-heading {
    color: #3e6876;
}

.consulting .grey-box {
    margin-bottom: 3.0rem;
}

.a-bisu .a-bisu-logo {
    width: 50%;
    display: block;
    margin: 3.0rem auto;
}

.a-bisu .a-bisu-logo+p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 5.0rem 0;
}

.a-bisu .box73 p {
    font-size: 1.6rem;
    font-weight: 600;
}

.a-bisu .bk-img>img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1024px) {
    .service-intro .inner .inner-cont2 {
        width: 48%;
        margin: 0 1%;
    }
}

@media (max-width: 599px) {

    .attract,
    .service-intro,
    .a-bisu {
        padding: 3.0rem 0;
    }

    .service-intro .inner .inner-cont2 {
        width: 98%;
        margin: 0 1% 8.0rem 1%;
    }

    .service-intro .inner .inner-cont2:last-of-type {
        margin: 0 1%;
    }

    .service-intro .normal-heading {
        margin-bottom: 5.0rem;
    }

    .a-bisu .a-bisu-logo+p {
        font-weight: bold;
        text-align: center;
        margin: 3.0rem 0;
    }


}

/* ##### SERVICEここまで ##### */



/* ##### WEB ##### */

.trouble {
    padding: 10.0rem 0;
}

.trouble .inner {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.trouble .inner .bk-img {
    width: 100%;
}

.trouble .inner .bk-img img {
    max-width: initial !important;
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.trouble .inner h4 {
    background-color: #fff;
    font-size: 3.0rem;
    color: #3e6876;
    letter-spacing: 2.0rem;
    text-align: center;
    width: 99.5%;
    margin: 0 0.25%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 5px solid #77939c;
    -webkit-box-shadow: 0px 4px 6px 2px #dcdcdc;
    box-shadow: 0px 4px 6px 2px #dcdcdc;
}

.balloon-cont {
    width: 100%;
    margin: 3.0rem 0;
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.balloon-cont:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.balloon-cont img {
    width: auto;
}

.balloon-cont p {
    width: 50%;
    position: relative;
    display: inline-block;
    margin-left: 6.0rem;
    padding: 3.0rem;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    background: #d3e4e9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.balloon-cont p a {
    text-decoration: underline;
}

.balloon-cont p:before {
    content: "";
    position: absolute;
    top: 4.0rem;
    left: -58px;
    margin-top: -16px;
    border: 16px solid transparent;
    border-right: 42px solid #d3e4e9;
}

.balloon-cont:nth-of-type(even) p {
    margin-left: 0;
    margin-right: 6.0rem;
}

.balloon-cont:nth-of-type(even) p:before {
    left: inherit;
    right: -58px;
    border: 16px solid transparent;
    border-left: 42px solid #d3e4e9;
}

.original-design {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.original-design .inner h3 {
    color: #fff;
}

.original-design .inner h3+p {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.inner-original-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.original-design .inner-cont2 {
    width: 50%;
    margin: 5.0rem 0 0 0;
    background-color: #fff;
}

.original-design .inner-cont2:nth-of-type(1) {
    background-color: #abd6e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.original-design .inner-cont2:nth-of-type(2) {
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.original-design .inner-cont2 p {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.strength {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.strength .inner73 .normal-heading {
    color: #77939c;
}

@media (max-width: 1024px) {
    .trouble {
        padding: 5.0rem 0;
    }

    .balloon-cont p {
        width: 65%;
    }

    .original-design .inner-cont2:nth-of-type(2) {
        padding: 1.5rem;
    }

    .original-design .inner-cont2 p {
        font-size: 1.1rem;
        letter-spacing: 0;
    }
}

@media (max-width: 768px) {
    .balloon-cont img {
        width: 6.0rem;
    }

    .balloon-cont p {
        width: 63%;
        margin-left: 3.0rem;
        font-size: 1.6rem;
        padding: 1.5rem;
    }

    .balloon-cont:nth-of-type(even) p {
        margin-right: 3.0rem;
    }

    .balloon-cont p:before {
        top: 3.0rem;
        left: -30px;
        border: 10px solid transparent;
        border-right: 20px solid #d3e4e9;
    }

    .balloon-cont:nth-of-type(even) p:before {
        right: -30px;
        border: 10px solid transparent;
        border-left: 20px solid #d3e4e9;
    }
}

@media (max-width: 599px) {
    .trouble {
        padding: 3.0rem 0;
    }

    .trouble .inner h4 {
        font-size: 2.0rem;
        letter-spacing: 0.5rem;
    }

    .balloon-cont {
        margin: 0 0 1.5rem 0;
        padding: 1.5rem;
    }

    .balloon-cont img {
        width: 4.0rem;
    }

    .original-design .inner-cont2 {
        width: 100%;
        margin: 0;
    }

    .original-design .inner-cont2:nth-of-type(1) {
        margin-top: 5.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #abd6e3;
    }

    .original-design .inner-cont2:nth-of-type(1)>img {
        width: 80%;
    }
}

/* ##### WEBここまで ##### */



/* ##### WRITING ##### */

.create-design .inner73 .normal-heading {
    color: #3e6876;
}

.attractive-text {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5rem 0;
}

.attractive-text .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.attractive-text .inner h3 {
    color: #fff;
}

.attractive-text .inner h3+p {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.attractive-text .inner img+p {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    background-color: #fff;
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5.0rem;
}

.writer {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 1.5rem 0;
}

.writer .normal-heading {
    color: #77939c;
}

.writer .normal-heading+p {
    margin: 5.0rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.writer .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.writer .inner ul li {
    width: 22.0rem;
    height: 22.0rem;
    margin: 1.5rem;
    background-color: #d8e1e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.writer .inner ul li h5 {
    font-size: 3.0rem;
    color: #3e6876;
}

.writer .inner ul+.writer-text {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 3.0rem 0;
}

@media (max-width: 1024px) {
    .writer .inner ul li {
        width: 20.0rem;
        height: 20.0rem;
    }
}

@media (max-width: 599px) {
    .attractive-text .inner img+p {
        padding: 1.5rem;
        letter-spacing: 0;
    }

    .attractive-text .inner {
        padding: 0;
    }

    .writer .inner {
        padding: 0;
    }

    .writer .inner ul li {
        width: 13.0rem;
        height: 13.0rem;
        margin: 1.0rem;
    }

    .writer .inner ul li h5 {
        font-size: 2.5rem;
    }
}

/* ##### WRITINGここまで ##### */



/* ##### CMS ##### */

.solution .inner73 .normal-heading {
    color: #77939c;
}

.solution .inner73 ul {
    width: 100%;
    margin: 5.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.solution .inner73 ul li {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solution .inner73 ul li img {
    width: auto;
    display: block;
    margin: 0 auto;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
}

.solution .inner73 ul li h4 {
    max-width: 100%;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.solution .inner73 ul li p {
    max-width: 100%;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
}

.solution .grey-box {
    margin-bottom: 5.0rem;
}

.about-cms {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_006.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5rem 0;
}

.about-cms .box73 .inner-cont-text .first-letter {
    color: #fff;
}

.about-cms .box73 .inner-cont-text .first-letter:first-letter {
    color: #fff;
}

.about-cms .box73 .inner-cont-text,
.about-cms .box73 .inner-cont-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cando {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.cando .inner .normal-heading {
    color: #77939c;
}

.cando .inner .normal-heading>img {
    width: 18.0rem;
    height: auto;
    display: inline-block;
    margin-right: 1.0rem;
}

.cando .inner .normal-heading+p {
    font-size: 1.6rem;
    text-align: center;
}

.cando .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cando .inner ul li {
    width: 22.0rem;
    height: 22.0rem;
    margin: 1.5rem;
    background-color: #d8e1e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cando .inner ul li h5 {
    font-size: 2.5rem;
    color: #3e6876;
    text-align: center;
}

.cando .inner ul li h5 .bigger-font {
    font-size: 7.0rem;
}

.cando .inner ul+p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 3.0rem 0;
}

.cando-text {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.function {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_002.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #2f5967;
}

.function .normal-heading {
    color: #fff;
}

.function ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.function ul li {
    width: 30%;
    margin: 1.5% 1.5% 5.0rem 1.5%;
    background-color: #fff;
    position: relative;
}

.function ul li .arrow-heading {
    margin: 1.5rem 1.5rem 0 1.5rem;
}

.function ul li p {
    max-width: 100%;
    font-variant-position: 1.2rem;
    margin: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.function ul li:before {
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    background-color: #3e6876;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-document.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: -3.0rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

.function ul li:nth-of-type(2):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-pencil.png);
}

.function ul li:nth-of-type(3):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-star.png);
}

.function ul li:nth-of-type(4):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-stick.png);
}

.function ul li:nth-of-type(5):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-clock.png);
}

@media (max-width: 1024px) {
    .solution .inner73 ul li p {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .function ul {
        max-width: 768px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .function ul li {
        width: 31%;
        margin: 1% 1% 8.0rem 1%;
    }
}

@media (max-width: 599px) {
    .solution .inner73 ul li {
        width: 98%;
        padding: 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1% 1% 5% 1%;
    }

    .solution .inner73 ul li:nth-of-type(even) {
        background-color: #f5f5f5;
    }

    .about-cms .inner73 {
        padding: 0;
    }

    .about-cms .inner73 .box73:nth-of-type(even) {
        background-color: transparent;
    }

    .cando .inner .normal-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cando .inner .normal-heading>img {
        display: block;
    }

    .cando .inner ul li {
        width: 14.0rem;
        height: 14.0rem;
        margin: 1.0rem;
    }

    .cando .inner ul li h5 {
        font-size: 2.0rem;
    }

    .cando .inner ul li h5 .bigger-font {
        font-size: 5.0rem;
    }

    .cando .inner ul+p {
        font-size: 1.6rem;
    }

    .cando-text {
        margin-bottom: 3.0rem;
    }

    .function .normal-heading {
        margin-bottom: 5.0rem;
    }

    .function ul {
        max-width: 450px;
    }

    .function ul li {
        width: 98%;
        margin: 1% 1% 8.0rem 1%;
    }

    .function ul li:last-of-type {
        margin: 1%;
    }
}

/* ##### CMSここまで ##### */



/* ##### MOVIE ##### */

.movie-appeal .inner73 .normal-heading {
    color: #3e6876;
}

.merit {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5rem 0;
}

.merit .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.merit .inner h3 {
    color: #fff;
}

.merit .inner h3+p {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.merit .inner img+p {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    background-color: #fff;
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5.0rem;
}

.movie-production {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 1.5rem 0;
}

.movie-production .normal-heading {
    color: #77939c;
}

.movie-production .normal-heading+p {
    margin: 5.0rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.movie-production .inner ul {
    width: 100%;
    margin-bottom: 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.movie-production .inner ul li {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .movie-production .inner ul {
        max-width: 768px;
        margin: 0 auto 5.0rem auto;
    }
}

@media (max-width: 768px) {
    .movie-production .inner ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .movie-production .inner ul li {
        width: 48%;
        margin: 1% 1% 3% 1%;
    }
}

@media (max-width: 599px) {
    .merit .inner img+p {
        padding: 1.5rem;
        letter-spacing: 0;
    }

    .merit .inner {
        padding: 0;
    }

    .movie-production .inner {
        padding: 0;
    }

    .movie-production .inner ul {
        max-width: 450px;
    }

    .movie-production .inner ul li {
        width: 98%;
        margin: 1% 1% 3% 1%;
    }

    .movie-production .inner ul li h5 {
        font-size: 2.5rem;
    }
}

/* ##### MOVIEここまで ##### */



/* ##### LISTING ##### */

.what-listing .inner73 .normal-heading {
    color: #77939c;
}

.what-listing .inner73 ul {
    width: 100%;
    margin: 5.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.what-listing .inner73 ul li {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.what-listing .inner73 ul li img {
    width: auto;
    display: block;
    margin: 0 auto;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
}

.what-listing .inner73 ul li h4 {
    max-width: 100%;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.what-listing .inner73 ul li p {
    max-width: 100%;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.what-listing .grey-box {
    margin-bottom: 5.0rem;
}

.what-listing .inner73 ul+p {
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 3.0rem 0;
}

.knowhow {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.knowhow .inner .normal-heading {
    color: #fff;
}

.knowhow .inner .normal-heading+p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 5.0rem 0;
}

.method {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.method .normal-heading,
.owned-merit .normal-heading {
    color: #77939c;
    margin-top: 0;
}

.method .normal-heading+p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 3.0rem 0;
}

@media (max-width: 1024px) {
    .what-listing .inner73 ul {
        max-width: 768px;
        margin: 5.0rem auto 0 auto;
    }

    .solution .inner73 ul li p {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

@media (max-width: 599px) {
    .what-listing .inner73 ul {
        max-width: 450px;
    }

    .what-listing .inner73 ul li {
        width: 98%;
        padding: 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1% 1% 5% 1%;
    }

    .what-listing .inner73 ul li:nth-of-type(even) {
        background-color: #f5f5f5;
    }

    .what-listing .inner73 ul+p {
        font-size: 1.6rem;
    }

    .knowhow .inner .normal-heading+p {
        margin: 3.0rem 0;
    }

    .method .normal-heading+p {
        margin: 3.0rem 0;
    }
}

/* ##### LISTINGここまで ##### */



/* ##### USE ##### */

.importance .inner73 .normal-heading {
    color: #3e6876;
}

.importance .inner73 .box73 .inner-cont-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.importance .inner73 .box73 ul {
    width: 100%;
    margin: 3.0rem 0;
}

.importance .inner73 .box73 ul li {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.importance .inner73 .box73 ul li:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 6.0rem;
    color: #d8e1e4;
    margin: 1.0rem;
}

.importance .inner73 .box73 ul li:last-of-type:after {
    display: none;
}

.importance .inner73 .box73 ul+p {
    font-size: 1.4rem;
    font-weight: 600;
}

.support {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5rem 0;
}

.support .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.support .inner h3 {
    color: #fff;
}

.support .inner h3+p {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

.support .inner img+p {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    background-color: #fff;
    padding: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5.0rem;
}

.support-content {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.support-content .normal-heading {
    color: #77939c;
}

.support-content .normal-heading+p {
    margin: 5.0rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.support-content box-list li:nth-of-type(2):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-pencil.png);
}

.support-content box-list li:nth-of-type(3):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-star.png);
}

@media (max-width: 599px) {
    .importance .inner73 .box73 ul li:after {
        font-size: 5.0rem;
        margin: 0.5rem;
    }

    .support .inner img+p {
        padding: 1.5rem;
        letter-spacing: 0;
    }

    .support .inner {
        padding: 0;
    }
}

/* ##### USEここまで ##### */



/* ##### CONSTRUCT_SITE ##### */

.construct-intro .bk-outer .bk-img img {
    height: 80% !important;
    left: inherit;
}

.construct-intro .normal-heading {
    color: #3e6876;
}

.construct-intro p {
    margin: 3.0rem 0;
    font-size: 1.6rem;
    text-align: center;
}

.site-list_01 {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_003.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    padding: 1.5rem 0;
}

.site-list_01 .bk-img img {
    max-width: initial !important;
    width: 100% !important;
    height: auto !important;
}

.site-list_01 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-list_01 ul li {
    width: 48%;
    padding-bottom: 10.0rem;
    background-color: #fff;
    position: relative;
    margin-bottom: 7.0rem;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-list_01 ul li .arrow-heading {
    margin: 1.5rem 1.5rem 0 1.5rem;
}

.site-list_01 ul li .const-img {
    display: block;
    width: 100%;
}

.site-list_01 ul li p {
    max-width: 100%;
    font-variant-position: 1.2rem;
    margin: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.site-list_01 ul li:before {
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    background-color: #3e6876;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-shop.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: -3.0rem;
    left: 0;
    right: 0;
    margin: auto;
}

.site-list_01 ul li:nth-of-type(2):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-office.png);
}

.site-list_01 ul li:nth-of-type(3):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-college.png);
}

.site-list_01 ul li:nth-of-type(4):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-clinic.png);
}

.site-list_01 ul li:nth-of-type(5):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-hospital.png);
}

.site-list_01 ul li:nth-of-type(6):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-recurit.png);
}

.site-list_01 ul li:nth-of-type(7):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-media.png);
}

.site-list_01 ul li:nth-of-type(8):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-lp.png);
}

.site-list_01 ul li .more {
    display: block;
    width: 80%;
    background-color: #77939c;
    color: #fff;
    margin: 3.0rem auto 1.5rem auto;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.site-list_01 ul li .more .arrow-left:before {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 1.0rem;
    background-color: rgba(250, 250, 250, 0.8);
    color: #77939c;
    border: 1px solid rgba(250, 250, 250, 0.8);
    top: 6px;
}

@media (max-width: 1024px) {
    .bk-img img {
        height: 65% !important;

    }

    .construct-intro .bk-img {
        display: none;
    }

    .site-list_01 ul {
        max-width: 768px;
        margin: auto;
    }
}

@media (max-width: 599px) {
    .example .inner73 .box73:nth-of-type(even) {
        background-color: transparent;
    }

    .construct-intro p {
        margin: 1.5rem 0;
    }

    .site-list_01 ul {
        max-width: 450px;
    }

    .site-list_01 ul li {
        width: 100%;
    }
}

/* ##### CONSTRUCT_SITEここまで ##### */



/* ##### CONSTRUCT共通 ##### */

.preview-pc {
    width: 640px;
    height: 557px;
    margin: 3.0rem auto 8.0rem auto;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/mac.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.preview-pc .outer-preview-img {
    width: 588px;
    position: absolute;
    top: 24px;
    left: 25px;
    overflow: hidden;
}

.preview-pc .preview-img-pc {
    display: block;
    width: 605px;
    height: 324px;
    padding-right: 17px;
    overflow-y: scroll;
}

.preview-tab,
.preview-sp {
    display: none;
}

.preview-tab[data-element-id],
.preview-sp[data-element-id] {
    display: block;
}

.preview-tab[data-element-id]:before {
    content: "こちらはタブレット（画面幅1024px～768px）でのみ表示されます。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.preview-sp[data-element-id]:before {
    content: "こちらはスマホ（画面幅414px以下）でのみ表示されます。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.preview-tab[data-element-id] {
    display: block;
    width: 440px;
    height: 600px;
    margin: 3.0rem auto 8.0rem auto;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/ipad.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.preview-tab[data-element-id] .outer-preview-img {
    width: 368px;
    height: 492px;
    position: absolute;
    top: 49px;
    left: 32px;
    overflow: hidden;
}

.preview-tab[data-element-id] .preview-img-tab {
    display: block;
    width: 385px;
    height: 492px;
    padding-right: 17px;
    overflow-y: scroll;
}

.preview-tab[data-element-id] .preview-img-tab>img {
    width: 368px;
    height: auto;
}

.preview-sp[data-element-id] {
    display: block;
    width: 250px;
    height: 516px;
    margin: 3.0rem auto 8.0rem auto;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/iphone.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.preview-sp[data-element-id] .outer-preview-img {
    width: 204px;
    height: 362px;
    position: absolute;
    top: 85px;
    left: 22px;
    overflow: hidden;
}

.preview-sp[data-element-id] .preview-img-sp {
    display: block;
    width: 221px;
    height: 600px;
    padding-right: 17px;
    overflow-y: scroll;
}

.preview-sp[data-element-id] .preview-img-sp>img {
    width: 204px;
    height: auto;
}

.preview-pc .preview-img>img {
    width: 588px;
    height: auto;
}

.example .inner73 .box73 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.example .inner73 .box73 .inner-cont-text p {
    font-size: 1.5rem;
    font-weight: 500;
}

.example .inner73 .box73 .inner-cont-img {
    border: 5px solid #d8e1e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem;
}

.example .inner73 .box73 .inner-cont-img ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.example .inner73 .box73 .inner-cont-img ul li {
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
}

.example .inner73 .box73 .inner-cont-img ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 1.0rem;
}

.operation {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_002.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #2f5967;
}

.operation .inner .normal-heading {
    color: #fff;
}

.operation .inner .normal-heading+p {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin: 3.0rem 0;
}

.operation .inner .circle-cont {
    width: 640px;
    margin: 3.0rem auto;
    position: relative;
}

.operation .inner .circle-cont p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
}

.operation .inner .circle-cont p:nth-of-type(1) {
    top: 44px;
    right: 160px;
}

.operation .inner .circle-cont p:nth-of-type(2) {
    top: 230px;
    right: 35px;
}

.operation .inner .circle-cont p:nth-of-type(3) {
    top: 448px;
    right: 168px;
}

.operation .inner .circle-cont p:nth-of-type(4) {
    bottom: 44px;
    right: 408px;
}

.operation .inner .circle-cont p:nth-of-type(5) {
    bottom: 230px;
    right: 543px;
}

.operation .inner .circle-cont p:nth-of-type(6) {
    top: 119px;
    right: 411px;
}

.about-construct {
    background-image: url(/upload/tenant_1/23851112b944e9f84b63669b731d4f64.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.about-construct .normal-heading {
    color: #77939c;
}

.about-construct .inner .check+p {
    font-size: 1.6rem;
    text-align: center;
    margin: 3.0rem 0 5.0rem 0;
}

.about-construct2 .normal-heading {
    color: #77939c;
}

.about-construct2 .inner-cont-text p {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 1024px) {

    .preview-pc,
    .preview-sp {
        display: none;
    }

    .preview-tab {
        display: block;
        width: 440px;
        height: 600px;
        margin: 3.0rem auto 8.0rem auto;
        background-image: url(/import/tenant_1/153.126.208.246/html/images/common/ipad.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .preview-tab .outer-preview-img {
        width: 368px;
        height: 492px;
        position: absolute;
        top: 49px;
        left: 32px;
        overflow: hidden;
    }

    .preview-tab .preview-img-tab {
        display: block;
        width: 368px;
        height: 493px;
        padding-right: 17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .preview-tab .preview-img-tab>img {
        width: 368px;
        height: auto;
    }
}

@media (max-width: 900px) {
    .about-construct .merit-list li .inner-cont-heading h5 {
        font-size: 2.5rem;
    }

    .about-construct .merit-list li .inner-cont-desc h6 {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .operation .inner .circle-cont {
        width: 300px;
    }

    .operation .inner .circle-cont p {
        font-size: 1.2rem;
    }

    .operation .inner .circle-cont p:nth-of-type(1) {
        top: 16px;
        right: 69px;
    }

    .operation .inner .circle-cont p:nth-of-type(2) {
        top: 105px;
        right: 9px;
    }

    .operation .inner .circle-cont p:nth-of-type(3) {
        top: 207px;
        right: 74px;
    }

    .operation .inner .circle-cont p:nth-of-type(4) {
        bottom: 16px;
        right: 185px;
    }

    .operation .inner .circle-cont p:nth-of-type(5) {
        bottom: 106px;
        right: 249px;
    }

    .operation .inner .circle-cont p:nth-of-type(6) {
        top: 55px;
        right: 185px;
    }
}

@media (max-width: 599px) {

    .preview-pc,
    .preview-tab {
        display: none;
    }

    .preview-sp {
        display: block;
        width: 250px;
        height: 516px;
        margin: 3.0rem auto 8.0rem auto;
        background-image: url(/import/tenant_1/153.126.208.246/html/images/common/iphone.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .preview-sp .outer-preview-img {
        width: 204px;
        height: 362px;
        position: absolute;
        top: 84px;
        left: 22px;
        overflow: hidden;
    }

    .preview-sp .preview-img-sp {
        display: block;
        width: 204px;
        height: 364px;
        padding-right: 17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .preview-sp .preview-img-sp>img {
        width: 204px;
        height: auto;
    }

    .example .inner73 .box73 .inner-cont-img {
        width: 80%;
    }
}

/* ##### CONSTRUCT共通ここまで ##### */



/* ##### CAMPUS ##### */

.campus-cont .inner73 .box73 .inner-cont-text,
.campus-cont .inner73 .box73 .inner-cont-img {
    width: 48%;
    border: none;
}

.campus-cont .operation .inner>img {
    display: block;
    margin-top: 5.0rem;
}

@media (max-width: 599px) {

    .campus-cont .inner73 .box73 .inner-cont-text,
    .campus-cont .inner73 .box73 .inner-cont-img {
        width: 98%;
    }
}

/* ##### CAMPUSここまで ##### */



/* ##### MEDICAL INSTITUTE ##### */

.medical-cont .point {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_003.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
}

.medical-cont .point .normal-heading {
    color: #3e6876;
}

.medical-cont .operation {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #315565;
}

.medical-cont .brackets-list li h5 {
    color: #fff;
}

.medical-cont .brackets-list li p {
    color: #fff;
}

.medical-cont .brackets-list li:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.medical-cont .brackets-list li:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media (max-width: 599px) {
    .medical-cont .inner73 .box73 .inner-cont-img {
        width: 80%;
    }
}

/* ##### MEDICAL INSTITUTEここまで ##### */



/* ##### RECRUIT ##### */

.recruit-cont .about-construct2 .normal-heading {
    margin-top: 0;
}

.acquisition {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_003.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
}

.acquisition .normal-heading {
    color: #3e6876;
}

.acquisition .normal-heading+p {
    margin: 3.0rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.acquisition .check+p {
    width: 100%;
    margin: 3.0rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.troubleshooting {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_002.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #2c5664;
}

.troubleshooting .normal-heading {
    color: #fff;
}

.troubleshooting .check li {
    color: #fff;
}

.troubleshooting .check li:before {
    background-color: #fff;
    color: #3e6876;
}

.troubleshooting .check+p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 3.0rem 0;
}

.troubleshooting .graph {
    width: 70%;
    margin: 0 auto;
}

.troubleshooting .graph .inner-cont2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.troubleshooting .graph .inner-cont2 ul {
    padding-left: 3.0rem;
}

.troubleshooting .graph .inner-cont2 ul li {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.troubleshooting .graph .inner-cont2 ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    margin-right: 1.0rem;
}

.produce {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_002.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #2c5664;
}

.produce .normal-heading {
    color: #fff;
}

.produce .normal-heading+p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 3.0rem 0;
}

.produce .box-list li:nth-of-type(2):before,
.produce .box-list li:nth-of-type(5):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-camera.png);
}

.produce .box-list li:nth-of-type(3):before,
.produce .box-list li:nth-of-type(6):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-movie.png);
}

.recruit-commit {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_003.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
}

.recruit-commit .normal-heading {
    color: #3e6876;
}

.recruit-commit .inner .inner-recruit-commit h5 {
    font-size: 1.8rem;
    color: #77939c;
    text-align: center;
    margin-bottom: 3.0rem
}

.recruit-commit .inner .inner-recruit-commit p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5.0rem;
}

.recruit-commit .inner .brackets-list li h5 {
    color: #77939c;
}

.recruit-commit .inner .brackets-list li:before {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.recruit-commit .inner .brackets-list li:after {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

@media (max-width: 1024px) {
    .troubleshooting .graph {
        width: 90%;
    }

    .troubleshooting .graph .inner-cont2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .troubleshooting .graph .inner-cont2>img {
        width: 70%;
    }

    .merit-list li .inner-cont-heading h5 {
        font-size: 2.5rem;
    }

    .merit-list_voice li .inner-cont-heading h5 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .merit-list li .inner-cont-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .merit-list_voice li .inner-cont-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .troubleshooting .graph .inner-cont2 ul li {
        font-size: 1.4rem;
    }
}

@media (max-width: 599px) {
    .troubleshooting .check+p {
        font-size: 1.4rem;
    }

    .troubleshooting .graph .inner-cont2 ul {
        padding-left: 1.5rem;
        padding: 1.5rem;
    }

    .troubleshooting .graph .inner-cont2 ul li {
        font-size: 1.4rem;
    }

    .produce .normal-heading+p {
        margin-bottom: 8.0rem;
    }
}

/* ##### RECRUITここまで ##### */



/* ##### MRDIA ##### */

.owned-merit .inner-cont-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owned-merit .inner-cont-text ul {
    width: 100%;
    margin: 5.0rem 0;
    padding-left: 3.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.owned-merit .inner-cont-text ul li {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    padding-left: 2.8rem;
    margin-bottom: 1.0rem;
}

.owned-merit .inner-cont-text ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.2rem;
    background-color: #3e6876;
    color: #fff;
    border: 1px solid #3e6876;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 1.0rem;
    position: absolute;
    top: 6px;
    left: 0;
}

.owned-merit .inner-cont-text ul+p {
    font-size: 1.4rem;
    font-weight: 600;
}

@media (max-width: 599px) {
    .owned-merit .inner-cont-text ul {
        margin: 1.5rem 0;
        padding-left: 0;
    }
}

/* ##### MRDIAここまで ##### */



/* ##### LP ##### */

.lp-cont .produce .box-list li:nth-of-type(2):before,
.lp-cont .produce .box-list li:nth-of-type(3):before {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/icon-paper.png);
}

.check-point {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_005.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.check-point .normal-heading {
    color: #3e6876;
}

.check-point .brackets-list li h5 {
    color: #77939c;
}

.check-point .brackets-list li:before {
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

.check-point .brackets-list li:after {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.lp-construction .normal-heading {
    color: #3e6876;
}

.lp-construction .inner-cont-text p {
    font-size: 1.6rem;
    font-weight: 600;
}

/* ##### LPここまで ##### */



/* ##### TEAM共通 ##### */

.team-top .normal-heading {
    color: #3e6876;
}

.team-top .normal-heading+p {
    font-size: 1.6rem;
    text-align: center;
    color: #565b5e;
    margin: 3.0rem 0;
    font-weight: 600;
}

.team-about {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-about .normal-heading {
    color: #fff;
}

.team-about ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-about ul li {
    width: 31%;
    margin-bottom: 3.0rem;
}

.team-about ul li h5 {
    color: #fff;
}

.team-about ul li h5 .arrow-left:before {
    background-color: #fff;
    color: #3e6876;
}

.team-desc {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_005.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom left;
}

.team-desc .normal-heading {
    color: #3e6876;
}

.team-desc .normal-heading+p {
    font-size: 1.6rem;
    text-align: center;
    color: #565b5e;
    margin: 3.0rem 0;
    font-weight: 600;
}

.team-desc .brackets-list li:before {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.team-desc .brackets-list li:after {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

@media (max-width: 1024px) {
    .team-about ul {
        max-width: 768px;
        margin: auto;
    }
}

@media (max-width: 599px) {
    .team-top .normal-heading+p {
        margin: 1.5rem 0;
    }

    .team-about ul {
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team-about ul li {
        width: 48%;
        margin: 0 1% 1.5rem 1%;
    }

    .team-desc .normal-heading+p {
        margin: 1.5rem 0;
    }

    .team-desc .brackets-list li h5 {
        color: #77939c;
    }
}

/* ##### TEAM共通ここまで ##### */



/* ##### TEAM ##### */

.team-box {
    width: 632px;
    margin: 3.0rem auto;
    position: relative;
}

.team-box p {
    display: inline-block;
    text-align: center;
    color: #77939c;
    font-size: 1.8rem;
    font-weight: 600;
    position: absolute;
}

.team-box p a {
    color: #77939c;
    font-size: 1.8rem;
    font-weight: 600;
}

.team-box p a:hover {
    text-decoration: underline;
}

.team-box p:nth-of-type(1) {
    top: 346px;
    right: 181px;
}

.team-box p:nth-of-type(2) {
    top: 6px;
    right: 97px;
}

.team-box p:nth-of-type(3) {
    top: 226px;
    right: -65px;
}

.team-box p:nth-of-type(4) {
    bottom: 18px;
    right: 93px;
}

.team-box p:nth-of-type(5) {
    bottom: 40px;
    left: -98px;
}

.team-box p:nth-of-type(6) {
    top: 234px;
    left: -123px;
}

.team-flow {
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/bg_006.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-flow .trans-heading+p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    margin: 3.0rem 0;
}

.flow-list {
    width: 100%;
    margin: 10.0rem 0 3.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flow-list li {
    width: 23%;
    background-color: #fff;
    position: relative;
    padding: 4.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow-list li:nth-of-type(2),
.flow-list li:nth-of-type(3) {
    width: 27%;
}

.flow-list li:after {
    content: "";
    width: 7.0rem;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/team/team-arrow_001.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: -3.0rem;
    z-index: 1;
}

.flow-list li:first-of-type {
    padding-left: 3.0rem;
}

.flow-list li:first-of-type:before {
    content: "";
    width: 7.0rem;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/team/team-arrow_004.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: -5.4rem;
    z-index: 1;
}

.flow-list li:last-of-type {
    padding-right: 1.0rem;
}

.flow-list li:last-of-type:after {
    content: "";
    width: 7.0rem;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/team/team-arrow_003.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: -5.4rem;
    z-index: 1;
}

.flow-list li h5 {
    font-size: 2.4rem;
    color: #77939c;
    margin: 3.0rem 0;
}

.flow-list li p {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow-list li .flow-list-icon {
    display: block;
    width: 8.0rem;
    height: 8.0rem;
    background-color: #3e6876;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -70px;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.flow-list li:nth-of-type(2) .flow-list-icon,
.flow-list li:nth-of-type(3) .flow-list-icon {
    left: -5.0rem;
}

.flow-list li:last-of-type .flow-list-icon {
    left: -30px;
}

.flow-list li .flow-list-icon>img {
    width: 70%;
}

.service-introduce .normal-heading {
    color: #3e6876;
}

.service-introduce .box73 .inner-cont-text p {
    font-size: 1.6rem;
}

@media (max-width: 1100px) {
    .flow-list {
        width: 90%;
        margin: 10.0rem auto 3.0rem auto;
    }

    .flow-list li:first-of-type:before {
        left: -5.7rem;
    }

    .flow-list li:last-of-type:after {
        right: -5.7rem;
    }
}

@media (max-width: 1024px) {
    .team-box {
        width: 500px;
        margin: 3.0rem auto;
    }

    .team-box p {
        font-size: 1.6rem;
    }

    .team-box p a {
        font-size: 1.6rem;
    }

    .team-box p:nth-of-type(1) {
        top: 267px;
        right: 133px;
    }

    .team-box p:nth-of-type(2) {
        top: 6px;
        right: 68px;
    }

    .team-box p:nth-of-type(3) {
        top: 253px;
        right: 7px;
    }

    .team-box p:nth-of-type(4) {
        bottom: 11px;
        right: 67px;
    }

    .team-box p:nth-of-type(5) {
        bottom: -41px;
        left: -4px;
    }

    .team-box p:nth-of-type(6) {
        top: 97px;
        left: -43px;
    }
}

@media (max-width: 1023px) {
    .flow-list {
        width: 600px;
    }

    .flow-list li {
        width: 100%;
        margin-bottom: 6.0rem;
        padding: 1.5rem 1.5rem 1.5rem 7.0rem;
    }

    .flow-list li:nth-of-type(2),
    .flow-list li:nth-of-type(3) {
        width: 100%;
    }

    .flow-list li:first-of-type {
        padding-left: 7.0rem;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        content: "";
        display: block;
        width: 7.0rem;
        height: 100%;
        background-image: url(/import/tenant_1/153.126.208.246/html/images/team/team-arrow_004.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        left: 265px;
        right: 0;
        top: -325px;
        height: 600px;
        z-index: 1;
    }

    .flow-list li:last-of-type {
        padding-right: 1.5rem;
        margin-bottom: 0;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        background-image: none;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 300px 0 300px;
        border-color: #fff transparent transparent transparent;
        top: calc(100% + 48px);
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .flow-list li:last-of-type:after {
        background-image: none;
    }

    .flow-list li .flow-list-icon,
    .flow-list li:nth-of-type(2) .flow-list-icon,
    .flow-list li:nth-of-type(3) .flow-list-icon,
    .flow-list li:last-of-type .flow-list-icon {
        left: -40px;
        right: initial;
        top: 60px;
    }

    .flow-list li h5 {
        font-size: 2.4rem;
        margin: 3.0rem 0 0 0;
    }
}

@media (max-width: 700px) {
    .flow-list {
        width: 550px;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        height: 550px;
        left: 240px;
        top: -299px;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        border-width: 50px 275px 0 275px;
    }
}

@media (max-width: 650px) {
    .flow-list {
        width: 500px;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        height: 500px;
        left: 215px;
        top: -272px;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        border-width: 50px 250px 0 250px;
    }
}

@media (max-width: 599px) {
    .team-box {
        width: 300px;
        margin: 3.0rem auto 1.0rem auto;
    }

    .team-box p {
        font-size: 1.2rem;
    }

    .team-box p a {
        font-size: 1.2rem;
    }

    .team-box p:nth-of-type(1) {
        top: 147px;
        right: 77px;
    }

    .team-box p:nth-of-type(2) {
        top: -9px;
        right: 37px;
    }

    .team-box p:nth-of-type(3) {
        top: 149px;
        right: -3px;
    }

    .team-box p:nth-of-type(4) {
        bottom: -2px;
        right: 21px;
    }

    .team-box p:nth-of-type(5) {
        bottom: 17px;
        left: 45px;
    }

    .team-box p:nth-of-type(6) {
        top: 39px;
        left: -5px;
    }

    .team-flow .trans-heading+p {
        margin: 1.5rem 0;
    }

    .flow-list {
        width: 350px;
    }

    .flow-list li {
        margin-bottom: 4.0rem;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        height: 350px;
        left: 140px;
        top: -190px;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        border-width: 30px 175px 0 175px;
        top: calc(100% + 30px);
    }

    .flow-list li .flow-list-icon,
    .flow-list li:nth-of-type(2) .flow-list-icon,
    .flow-list li:nth-of-type(3) .flow-list-icon,
    .flow-list li:last-of-type .flow-list-icon {
        width: 7.0rem;
        height: 7.0rem;
        top: 40px;
        left: -20px;
    }

    .flow-list li h5 {
        font-size: 2.2rem;
        margin: 1.0rem 0;
    }
}

@media (max-width: 400px) {
    .flow-list {
        width: 300px;
    }

    .flow-list li {
        margin-bottom: 3.5rem;
        padding: 1.5rem 1.5rem 1.5rem 5.0rem;
    }

    .flow-list li:first-of-type {
        padding-left: 5.0rem;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        height: 300px;
        left: 115px;
        top: -163px;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        border-width: 25px 150px 0 150px;
        top: calc(100% + 25px);
    }

    .flow-list li .flow-list-icon,
    .flow-list li:nth-of-type(2) .flow-list-icon,
    .flow-list li:nth-of-type(3) .flow-list-icon,
    .flow-list li:last-of-type .flow-list-icon {
        width: 6.0rem;
        height: 6.0rem;
        top: 40px;
        left: -20px;
    }
}

@media (max-width: 350px) {
    .flow-list {
        width: 250px;
    }

    .flow-list li {
        margin-bottom: 3.0rem;
    }

    .flow-list li:first-of-type {
        padding-left: 5.0rem;
    }

    .flow-list li:first-of-type:before,
    .flow-list li:before {
        height: 250px;
        left: 90px;
        top: -136px;
    }

    .flow-list li:after,
    .flow-list li:last-of-type:after {
        border-width: 20px 125px 0 125px;
        top: calc(100% + 20px);
    }
}

/* ##### TEAMここまで ##### */



/* ##### CONTACT ##### */

.must {
    background-color: #dc143c;
    border: solid 2px #dc143c;
    text-shadow: 0px 1px 2px #933;
    padding: 0 7px;
    font-size: 10px;
    height: 20px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-size: 100% 100%;
    position: absolute;
    top: 1.5rem;
    margin: auto;
    left: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.contact .main-heading .heading-p {
    width: 40%;
}

.contact dl {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact dl:nth-of-type(even) {
    background-color: rgba(216, 225, 228, 0.5);
}

.contact dl dt {
    font-size: 1.4rem;
    width: 30%;
    font-weight: 600;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.contact .must-list dt {
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
}

.contact dl dd {
    font-size: 1.4rem;
    width: 70%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact dl dd input[type="text"] {
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact dl dd input[type="checkbox"] {
    margin-right: 5px;
}

.contact dl dd textarea {
    width: 100%;
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact dl dd ul {
    text-align: center;
    letter-spacing: -0.4em;
}

.contact dl dd li {
    display: inline-block;
    width: 50%;
    letter-spacing: 0;
    vertical-align: top;
}

.contact dl dd dl dt,
.contact dl dd dl dd {
    font-size: 1.4rem;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact dl dd dl dd input {
    width: 50%;
}

.contact dl dd .zip1,
.contact dl dd .zip2 {
    width: 9.0rem;
    margin: 0 5px;
}


.outer-zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outer-zip div {
    display: inline;
}

.formbtn {
    width: 100%;
}

.formbtn li {
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formbtn li button {
    background-color: #3e6876;
    border: 1px solid #3e6876;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    margin: 1.5rem;
    padding: 1.5rem 10.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.formbtn li button:hover {
    background-color: #fff;
    color: #3e6876;
    cursor: pointer;
}

.back-to-top {
    width: 39.0rem;
    max-width: 100%;
    background-color: #77939c;
    border: 1px solid #77939c;
    color: #fff;
    margin: 5.0rem auto 1.5rem auto;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.back-to-top .arrow-left:before {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3e6876;
}

.back-to-top:hover {
    background-color: #fff;
    color: #77939c;
}

.back-to-top:hover .arrow-left:before {
    background-color: #3e6876;
    border: 1px solid #fff;
    color: #fff;
}

.contact .alart input[type="text"] {
    background-color: #dc143c;
    border-width: 1px !important;
}

@media (max-width: 768px) {
    .contact .main-heading .heading-p {
        width: 60%;
    }

    .contact dl dd input[type="text"],
    .contact dl dd dl dd input,
    .form-text textarea {
        width: 100%;
    }

    .contact dl dd li {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .contact .main-heading .heading-p {
        width: 100%;
    }

    .contact dl dt {
        width: 100%;
        padding-bottom: 0;
    }

    .contact dl dd {
        width: 100%;
    }

    .contact dl dd dl {
        margin-top: 1.5rem;
    }

    .formbtn li button {
        padding: 1.0rem;
        width: 100%;
    }
}

/* ##### CONTACTここまで ##### */
.totop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.totop a {
    display: block;
}

@media (max-width: 599px) {
    .totop {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

.team-about .pro ul:nth-of-type(1) li {
    width: 48%;
}

.team-about .pro ul:nth-of-type(2) li span {
    height: auto !important;
}

.example.voice ul.voice_ul li {
    position: relative;
    margin-bottom: 50px;
}

/* .example.voice ul.voice_ul li .top-voice-box {
    width: 100%;
    height: 100%;
    padding: 1.5rem 20.0rem 1.5rem 5.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
} */
/* .example.voice ul.voice_ul li:nth-of-type(even) .top-voice-box {
    padding: 1.5rem 5.0rem 1.5rem 20.0rem;
} */
.example.voice ul.voice_ul li .top-voice-box {
    width: 100%;
    height: 100%;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
}

.example.voice ul.voice_ul li .top-voice-box .voice-box-header {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.example.voice ul.voice_ul li .top-voice-box h6 {
    font-size: 2.2rem;
    color: #32606f;
    margin: 0.5rem 0;
    font-weight: bold;
}

.example.voice ul.voice_ul li .top-voice-box p {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    padding-left: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.example.voice ul.voice_ul li .top-voice-box dl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.example.voice ul.voice_ul li .top-voice-box dl dt {
    font-size: 1.4rem;
    font-weight: bold;
}

.example.voice ul.voice_ul li .top-voice-box dl dd a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #77929c;
}

.bk-outer3.voice {
    overflow: hidden;
}

.page_nav {
    clear: both;
}

.page_nav ul {
    max-width: 320px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_nav ul li a {
    font-weight: bold;
    color: #3e6876;
}

.page_nav ul li.pre a,
.page_nav ul li.nex a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.page_nav ul li.pre a {
    width: 4.0rem;
    height: 4.0rem;
    left: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.page_nav ul li.nex a {
    width: 4.0rem;
    height: 4.0rem;
    right: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.page_nav ul li.pre a:before,
.page_nav ul li.nex a:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page_nav ul li.pre a:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.page_nav ul li.nex a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.voice_main_img {
    position: relative;
    width: 100%;
}

.voice_main_img:before {
    content: "";
    display: block;
    padding-top: 32.6%;
}

.voice_main_img .main_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.voice_detail_wrap .inner {
    padding-bottom: 0;
}

.voice_main_img .main_title {
    width: 1200px;
    max-width: 100%;
    text-align: left;
    font-size: 38px;
    color: #fff;
    text-shadow: 0 0 6px #000;
    letter-spacing: -0.05em;
    font-weight: 900;
    line-height: 120%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.example.voice article .introduction p {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.example.voice article .introduction dl {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.example.voice article .introduction {
    margin-bottom: 50px;
}

.example.voice article .introduction dl dt,
.example.voice article .introduction dl dd {
    display: inline-block;
}

.example.voice article .introduction dl dd+dt {
    margin-left: 2em;
}

.example.voice .interview_content {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

.example.voice .interview_content h3 {
    color: #77939c;
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    padding: 25px 40px;
    border-top: 5px solid #3e6876;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#eff3f4));
    background: linear-gradient(to bottom, #ffffff 1%, #eff3f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff3f4', GradientType=0);
}

.example.voice .interview_content .txt .question {
    color: #bbbbbb;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 35px;
    font-size: 20px;
}

.example.voice .interview_content .txt img {
    width: 600px !important;
    height: auto !important;
    float: right;
    margin: 0 0 20px 25px;
}

.example.voice .interview_content:nth-child(2n) .txt img {
    width: 600px !important;
    float: left;
    margin: 0 25px 20px 0;
}

.example.voice .shop_info {
    display: inline-block;
    padding: 4% 3%;
    margin: 0 0 60px;
    width: 94%;
    border: solid 2px #3e6876;
}

.example.voice .shop_info:after {
    content: "";
    display: blcok;
    clear: both;
}

.example.voice .shop_info h3 {
    width: 45%;
    color: #77939c;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.example.voice .shop_info h3 span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #333;
}

.example.voice .shop_info .thumb {
    width: 45%;
    float: left;
    margin-right: 5%;
    height: 300px;
    overflow-y: auto;
}

.example.voice .shop_info a {
    display: block;
    margin-bottom: 20px;
}

.example.voice .shop_info ul {
    margin-top: 20px !important;
}

.example.voice .shop_info ul li {
    line-height: 30px;
    font-size: 12px;
    padding: 0 1em;
    background: #ccc;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px 5px 0;
}

.example.voice .voice_banner li {
    display: none;
    width: 48%;
    margin-bottom: 2%;
}

.example.voice .voice_banner li.contact {
    display: block;
}

.example.voice .voice_banner.美容LP li.beauty {
    display: block;
}

.example.voice .voice_banner.医療LP li.medical {
    display: block;
}

.example.voice .voice_banner.教育LP li.education {
    display: block;
}

[data-element-id] .example.voice .voice_banner li {
    display: block;
}

.example.column:after {
    content: "";
    display: block;
    clear: both;
}

.example.column .colum_main {
    width: 70%;
    margin-bottom: 50px;
}

.example.column .colum_main .info-head {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.example.column .colum_main .info-head:after {
    content: "";
    display: block;
    clear: both;
}

.example.column .colum_main .info-head h1 {

    font-size: 2.4rem;
    font-weight: bold;

}

.example.column .colum_main .info-head h1 .sub {
    padding-top: 8px;
    font-size: 0.75rem;
    font-weight: normal;
    color: #D2D2D2;
    display: block;
}

.example.column .colum_main .info-head .info-status span {
    margin: 5px;
    padding: 0 5px;
    float: right;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #ccc;
    font-size: 1.25rem;
}

.example.column .colum_main .infop table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    padding: 0;
    table-layout: fixed;
}

.example.column .colum_main .infop table tr {
    background-color: #e6f2f5;
    border-bottom: 2px solid #fff;
}

.example.column .colum_main .infop table th, .example.column .colum_main .infop table td {
    padding: 10px;
    border-right: 2px solid #fff;
}

.example.column .colum_main .infop table thead tr {
    background-color: #167F92;
    color:#fff;
}

.example.column .colum_main .infop table thead td {
    background:#fff
}

.example.column .colum_main .infop table tbody th {
    background: #78bbc7;
    color: #fff;
}

.example.column .colum_main .infop .related-article {
    margin: 30px 0;
}

.example.column .colum_main .infop .related-article .left {
    width: 33%;
}

.example.column .colum_main .infop .related-article .right {
    width: 64%;
    align-self: center;
}

.example.column .colum_main .infop .related-article > * {
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
}

.example.column .colum_main .infop .related-article .label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #167f92;
    padding: 4px 10px;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 5;
}

.example.column .colum_main .infop .related-article .img span:after {
    padding-top: 70%;
}

.example.column .colum_main .infop .related-article .tit {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.example.column .colum_main .infop .related-article .txt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.example.column .colum_main .infop .mockup {
    margin: 30px 0;
}

.example.column .colum_main .infop .mockup dt {
    color: #77939c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.example.column .colum_main .infop .mockup-pc {
    width: 700px;
    height: 383px;
    margin: 20px auto;
    background-image: url(/upload/tenant_1/51bd19ba11039fe443880d953bf598bf.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.example.column .colum_main .infop .mockup-pc .outer-mockup-img {
    width: 511px;
    position: absolute;
    top: 22px;
    left: 94px;
    overflow: hidden;
}

.example.column .colum_main .infop .mockup-pc .mockup-img-pc {
    display: block;
    width: 512px;
    height: 320px;
    padding-right: 13px;
    overflow-y: scroll;
}

.example.column .colum_main .infop .mockup-sp {
    display: block;
    width: 250px;
    height: 516px;
    margin: 20px auto;
    background-image: url(/import/tenant_1/153.126.208.246/html/images/common/iphone.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.example.column .colum_main .infop .mockup-sp .outer-mockup-img {
    width: 204px;
    height: 363px;
    position: absolute;
    top: 84px;
    left: 22px;
    overflow: hidden;
}

.example.column .colum_main .infop .mockup-sp .mockup-img-sp {
    display: block;
    width: 204px;
    height: 364px;
    padding-right: 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.example.column .colum_main .infop .tag-bnr {
    margin: 30px 0;
}

.example.column .colum_main .tag-bnr > * {
    background: linear-gradient(90deg, #f7c727 0%, #f98404 100%);
    border: solid 3px #2c86eb;
    padding: 20px;
    position: relative;
}

.example.column .colum_main .infop .tag-bnr .tbox {
    width: 55%;
}

.example.column .colum_main .infop .tag-bnr .pic {
    width: 40%;
    height: 200px;
}

.example.column .colum_main .infop .tag-bnr .pic img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.example.column .colum_main .infop .tag-bnr .tit {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.example.column .colum_main .infop .tag-bnr .more {
    width: 250px;
    max-width: 100%;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, #3bd2ff 0%, #2c86eb 100%);
    border-radius: 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 8px 0;
    margin: auto;
    text-align: center;
}

.example.column .colum_main .infop .tag-bnr .more:after {
    display: inline-block;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.example.column .colum_main .infop .abisu-bnr > * {
    background: #fce861;
    border: solid 3px #00b2cc;
}

.example.column .colum_main .infop .abisu-bnr .tit {
    color: #00b2cc;
}

.example.column .colum_main .infop .abisu-bnr .more {
    background: #00b2cc;
}

.example.column .colum_main .infop .info-bnr {
    margin: 30px 0;
}

.example.column .colum_main .infop .info-bnr > * {
    display: block;
    border: solid 3px #ccc;
    padding: 20px;
    position: relative;
}

.example.column .colum_main .infop .info-bnr .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.example.column .colum_main .infop .info-bnr .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.example.column .colum_main .infop .info-bnr .pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.example.column .colum_main .infop .info-bnr .tbox {
    position: relative;
    z-index: 5;
}

.example.column .colum_main .infop .info-bnr .tit {
    /* color: #77939c; */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
}

.example.column .colum_main .infop .info-bnr .more {
    width: 220px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #3e6876;
    border-radius: 100px;
    padding: 10px 0;
    text-align: center;
}

.example.column .colum_main .infop .info-bnr .more:after {
    display: inline-block;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.example.column .colum_side {
    width: 25%;
}

.example.column .colum_side .box {
    margin-bottom: 50px;
}

.example.column .colum_side .box h4 {
    margin-bottom: 20px;
    text-align: center;
}

.example.column .colum_side .box h4 span.heading-p_cate {
    font-size: 1.9rem;
    letter-spacing: 1.0rem;
    color: #3e6876;
}

.example.column .colum_side .box h4 span.heading-p_cate .inner-main-heading {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    color: #000;
    display: block;
    margin-top: 5px;
}

.example.column .colum_side .box ul li {
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

.example.column .colum_side .box ul li a {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 2.0rem;
}

.example.column .colum_side .box ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.4rem;
    height: 25px;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #3e6876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.example.column .colum_side .box.arc ul {
    height: auto;
}

.example.column .columlist {
    border-bottom: 2px solid #9A9A9A;
    padding: 0 0 20px;
    margin-bottom: 50px;
}

.example.column .columlist:after {
    content: "";
    display: block;
    clear: both;
}

.example.column .columlist .info {
    margin-bottom: 20px;
}

.example.column .columlist .info dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #d2d2d2;
}

.example.column .columlist .info dd span {
    text-align: center;
    background: #ccc;
    color: #fff;
    margin: 5px;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}

.example.column .columlist .box .pic {
    width: 30%;
}

.example.column .columlist .box dl {
    width: 65%;
}

.example.column .columlist .tit {
    margin-bottom: 10px;
    font-weight: bold;
}

.example.column .columlist .txt {
    color: #000;
    height: 128px;
    width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.example.column .columlist .txt img {
    display: none;
}

.example.column .memberbox {
    width: 31%;
    margin-bottom: 4%;
}

.example.column .memberbox .icon {
    width: 35%;
}

.example.column .memberbox .icon .js-trimming {
    border-radius: 100%;
    overflow: hidden;
}

.example.column .memberbox dl {
    width: 60%;
}

.example.column .memberbox dd {
    font-weight: bold;
}

[data-element-id] .sub_reco .inner ul li {
    display: none;
}

[data-element-id] .sub_reco .inner ul li:nth-of-type(1) {
    display: block;
}

.sub_reco .inner ul li a {
    display: block;
}

.sub_reco .inner ul li a .js-trimming:after {
    padding-top: 74%;
}

.sub_reco .inner ul li a p {
    font-size: 1.4rem;
    font-weight: bold;
}

.slick-initialized .slick-slide {
    margin: 0 10px;
}

.column-detail-slider .arrow-left,
.column-detail-slider2 .arrow-left,
.customer-list-slider .arrow-left,
.case-list-slider .arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub_reco .inner ul li a p.c-category span {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    background: #ccc;
    color: #fff;
    margin: 5px 5px 0 5px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 80%;
    ;
    display: inline-block;
}

@media (max-width: 1024px) {
    .voice_main_img .main_title {
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 0 auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sub_reco .inner ul {
        margin: auto;
    }

    .example.column .colum_main {
        width: 100%;
    }

    .example.column .colum_side {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .example.column .colum_side .box {
        width: 48%;
    }

    .example.column .colum_side .box.arc ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .example.column .colum_side .box.arc ul li {
        width: 48%;
    }

    .example.column .memberbox .icon {
        width: 70%;
        margin: auto;
        margin-bottom: 10px;
    }

    .example.column .memberbox dl {
        width: 100%;
    }

    .example.column .memberbox dt {
        text-align: center;
    }

    .example.column .memberbox dd {
        text-align: center;
    }
}

@media (max-width: 599px) {
    .example.voice .voice_banner li {
        width: 90%;
        margin: auto;
        margin-bottom: 4%;
    }

    .voice_main_img .main_title {
        font-size: 2.0rem !important;
    }

    .example.column .columlist .box .pic {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .example.column .columlist .box dl {
        width: 100%;
    }

    .example.column .colum_side .box {
        width: 100%;
    }

    .example.column .memberbox {
        width: 48%;
    }

    .sub_reco .inner ul li a .arrow-left:before {
        position: absolute;
        top: 0;
        left: 0;
    }

    .sub_reco .inner ul li a p {
        font-weight: normal;
    }

    .example.column .colum_side {
        float: none;
        width: 100%;
        height: auto;
    }

    .example.column .colum_main .info-head h1 {
        width: 100%;
    }
    
    .example.column .colum_main .infop table tr {
        display: block;
        padding: 5px;
    }
    
    .example.column .colum_main .infop table tr + * {
        margin-top: 10px;
    }
    
    .example.column .colum_main .infop table thead {
        display: none;
    }
    
    .example.column .colum_main .infop table th, .example.column .colum_main .infop table td {
        display: block;
    }
    
    .example.column .colum_main .infop table th {
        font-size: 14px;
    }
    
    .example.column .colum_main .infop table td {
        font-size: 14px;
    }
    
    .example.column .colum_main .infop table td + * {
        border-top: 1px solid #bbb;
    }
    
    .example.column .colum_main .infop table td:before {
        display: block;
        content: attr(data-label);
        color: #167F92;
        font-weight: bold;
    }
    
    .example.column .colum_main .infop .tag-bnr > * {
        padding: 10px;
    }
    
    .example.column .colum_main .infop .tag-bnr .pic {
        height: 150px;
    }
    
    .example.column .colum_main .infop .tag-bnr .tit {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .example.column .colum_main .infop .tag-bnr .more {
        width: 180px;
        font-size: 14px;
    }
    
    .example.column .colum_main .infop .info-bnr > * {
        padding: 10px;
    }
    
    .example.column .colum_main .infop .info-bnr .tit {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .example.column .colum_main .infop .info-bnr .more {
        width: 200px;
        font-size: 14px;
        padding: 8px 0;
    }
    
    .example.column .colum_main .infop .mockup-pc {
        width: 320px;
        height: 175px;
    }
    
    .example.column .colum_main .infop .mockup-pc .outer-mockup-img {
        width: 235px;
        top: 10px;
        left: 43px;
    }
    
    .example.column .colum_main .infop .mockup-pc .mockup-img-pc {
        width: 234px;
        height: 147px;
    }
}

.sub_reco .flex-direction-nav,
.bk-outer3.voice .flex-direction-nav {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.sub_reco .flex-direction-nav .flex-next,
.sub_reco .flex-direction-nav .flex-prev,
.bk-outer3.voice .flex-direction-nav .flex-next,
.bk-outer3.voice .flex-direction-nav .flex-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1;
}

.sub_reco .flex-direction-nav .flex-next,
.bk-outer3.voice .flex-direction-nav .flex-next {
    width: 4.0rem;
    height: 4.0rem;
    right: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.sub_reco .flex-direction-nav .flex-prev,
.bk-outer3.voice .flex-direction-nav .flex-prev {
    width: 4.0rem;
    height: 4.0rem;
    left: -2.0rem;
    background-color: #3e6876;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.sub_reco .flex-direction-nav .flex-next:before,
.sub_reco .flex-direction-nav .flex-prev:before,
.bk-outer3.voice .flex-direction-nav .flex-next:before,
.bk-outer3.voice .flex-direction-nav .flex-prev:before {
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub_reco .flex-direction-nav .flex-next:before,
.bk-outer3.voice .flex-direction-nav .flex-next:before {
    content: "\f105" !important;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.sub_reco .flex-direction-nav .flex-prev:before,
.bk-outer3.voice .flex-direction-nav .flex-prev:before {
    content: "\f104" !important;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
}

.flex-viewport {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sub_reco .flexslider:hover .flex-direction-nav .flex-next,
.bk-outer3.voice .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -20px;
}

.sub_reco .flexslider:hover .flex-direction-nav .flex-prev,
.bk-outer3.voice .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -20px;
}

.merit-list_voice li .inner-cont-heading h5.voice_num {
    height: auto;
}

.merit-list_voice {
    width: 100%;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merit-list_voice li {
    width: 48%;
    margin-bottom: 5.0rem;
    border-top: 5px solid #3e6876;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#eff3f4));
    background: linear-gradient(to bottom, #ffffff 1%, #eff3f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff3f4', GradientType=0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.merit-list_voice li .inner-cont-heading {
    width: 20%;
    padding: 3.0rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
}

.merit-list_voice li .inner-cont-desc {
    width: 80%;
    padding: 3.0rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.merit-list_voice li .inner-cont-heading h5 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #cecece;
    letter-spacing: 0.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 20.0rem;
}

.merit-list_voice li .inner-cont-desc h6 {
    color: #77939c;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.merit-list_voice li .inner-cont-desc p {
    font-size: 1.4rem;
    font-weight: 600;
}

.merit-list_voice li .inner-cont-heading:after {
    content: "";
    position: absolute;
    top: 3.0rem;
    right: 0;
    width: 1px;
    height: 60%;
    background: #dcdcdc;
    background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(transparent));
    background: linear-gradient(to bottom, #dcdcdc 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='transparent', GradientType=0);
}

.flexslider {
    background: none !important;
    margin: 0 !important;
    border: none !important;
}

.is-web {
    background: #e78584 !important;
}

.is-sp {
    background: #63a8bf !important;
}

.is-seo {
    background: #bbda71 !important;
}

.is-writing {
    background: #73c59c !important;
}

.is-support {
    background: #ebb785 !important;
}

.is-system {
    background: #b281d8 !important;
}

.is-medical {
    background: #63a8bf !important;
}

.is-beauty {
    background: #e78584 !important;
}

@media (max-width: 599px) {

    .sub_reco .flex-direction-nav .flex-prev,
    .bk-outer3.voice .flex-direction-nav .flex-prev {
        left: -0.5rem;
        top: 30%;
        width: 3.0rem;
        height: 3.0rem;
    }

    .sub_reco .flex-direction-nav .flex-next,
    .bk-outer3.voice .flex-direction-nav .flex-next {
        right: -0.5rem;
        top: 30%;
        width: 3.0rem;
        height: 3.0rem;
    }

    .sub_reco .flex-direction-nav .flex-prev:before,
    .bk-outer3.voice .flex-direction-nav .flex-prev:before {
        font-size: 2.5rem;
    }
}

/*--20180627------------*/

.top-team .txt {
    text-align: center;
    margin-bottom: 5.0rem;
}

.heightLine-local {
    min-height: 22px;
}



/*コラム本文の装飾 */
.colum_main_txt h3 {
    margin: 40px 0px 10px 0px;
}

.colum_main_txt h4 {
    margin: 15px 0px 10px 0px;
}

.colum_main_txt p {
    margin-bottom: 20px;
}

.colum_main_txt ol,
.colum_main_txt ul {
    list-style-type: decimal;
    margin: 25px 0px 25px 30px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

/*ライター部分 */
.editer {
    background-color: white;
    border: 1px solid #222;
    margin-top: 60px;
}

.editer div.leftimg {
    float: left;
    margin: 10px;
    width: 110px;
}

.editer h5 {
    height: 30px;
    background: #222 url(../images.0f807f0b93d8c7e6c37c89a36abdd0ac/icon_writter.png) no-repeat 18px 7px;
    color: #fff !important;
    padding: 10px 0 0 45px
}

.editer div img.faceimg {
    border: none !important;
    display: block;
    width: 100px;
    height: auto;
}

.editer h6 {
    /*  float:left;*/
    font-size: 169% !important;
    width: 440px;
    margin: 20px 0 8px
}

.editer p {
    font-size: 93% !important;
    width: 95%;
    margin: 0 0 20px
}

img.thumbnail {
    display: block;
    margin: auto auto 20px auto;
}

.cyellow,
.yellow {
    -webkit-box-shadow: -3px -10px 0 -3px #ffff00 inset;
    box-shadow: -3px -10px 0 -3px #ffff00 inset;
}

/* トップページのTEAM */
.object-fit {
    width: 100%;
    display: block;
    position: relative;
}

.object-fit::after {
    content: "";
    display: block;
    padding-top: 245.6249%;
}

.object-fit img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 20220809column追加 */

.marker-y{
 background-color: #ff9; 
 font-weight: bold;
}

.colum_main_txt .infop h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #3e6876;
    box-shadow: 5px 5px 0 #84b2c1;
    font-size: 24px;
    margin-top: 30px;
}

.colum_main_txt .infop h3 {
    padding: 1rem 2rem;
    border-left: 5px solid #3e6876;
    background: #f4f4f4;
    font-size: 20px;
}

.colum_main_txt .infop li {
    list-style: initial;
  
}

.text_link{
  color: #0000cd;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0000cd；
}

@media (max-width: 599px) {
  .colum_main_txt .infop h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  
  .colum_main_txt .infop h3 {
    font-size: 18px;
  }
  
  .example.column .colum_main .infop .related-article > * {
    padding: 26px 10px;
  }

}
