.regu {
    font-family: "Yu Mincho", "YuMincho";
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

a {
    color: #000;
}

a:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        pointer-events: all;
        cursor: pointer;
    }
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.6rem;
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

p {
    line-height: 3.0rem;
}

.wrapper-outter {
    max-width: 1720px;
    width: 87%;
    margin: 0 auto;
}

.wrapper {
    max-width: 1000px;
    width: 97%;
    margin: 0 auto;
}

.sub-wrapper {
    max-width: 1200px;
    width: 87%;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 76px;
}

.sec-title span {
    font-size: 1.8rem;
    display: block;
    padding-top: 22px;
    color: #DAE0E4;
}

.sec-title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 40px;
    top: 75px;
    left: 50%;
    background: -webkit-linear-gradient(#009EE7, #0069E7);
    background: -moz-linear-gradient(#009EE7, #0069E7);
    background: -ms-linear-gradient(#009EE7, #0069E7);
    background: linear-gradient(#009EE7, #0069E7);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sec-title2 {
    position: relative;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 76px;
}

.sec-title2 span {
    margin-top: 10px;
    background-image: url(img/under-bar2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 1.8rem;
    display: block;
    padding-top: 22px;
    color: #DAE0E4;
}

h2.u-bar {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    line-height: 5.5rem;
    background: url(img/under-bar2.png) no-repeat bottom center / 410px 5px;
    margin-bottom: 80px;
}

h2.con-title {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 28px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 2px solid #929292;
    margin-bottom: 40px;
    font-weight: bold;
    margin-top: 4em;
}

h3.g-title {
    text-align: center;
    font-size: 3.6rem;
    color: #DAE0E4;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 50px;
}

h3.l-bar {
    font-size: 2.6rem;
    padding-left: 10px;
    border-left: 6px solid #000;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
}

h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

h5::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    margin-right: 7px;
}

h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

.t-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.t-bold {
    font-weight: bold;
}

.fl-h {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.fl-al-ce {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.fl-jc-ce {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.arrow {
    position: relative;
}

.arrow-right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-up::before {
    content: "";
    position: absolute;
    top: 19px;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn {
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/*--
.btn::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 1px;
    top: 50%;
    background-color: #6f818c;
    right: 0;
}
---*/

.btn a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn a:hover {
    background-color: #B8C1C7;
    color: #fff;
    opacity: 1;
}

.btn:hover::after,
.btn.active::after {
    background-color: #fff;
}

.btn250 {
    width: 250px;
    height: 40px;
    line-height: 4.0rem;
}

.btn450 {
    width: 450px;
    height: 60px;
    line-height: 6.0rem;
}

.btn-sh {
    box-shadow: 0px 0px 15px -5px #5b5b5b;
}

.d-btn {
    background-color: #00537A;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.d-btn a {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 22px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.d-btn:hover {
    background-color: #018ed0;
}

.pdf-btn {
    background-image: url(img/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 39px 39px;
    padding-left: 50px;
}

/*
.box-shadow {
    box-shadow: 2px 0 6px 1px #666666;
}
*/

.line-blue {
    position: relative;
}

.line-blue::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 8px;
    height: 87px;
    top: 130px;
    left: -40px;
    background: -webkit-linear-gradient(#009EE7, #0069E7);
    background: -moz-linear-gradient(#009EE7, #0069E7);
    background: -ms-linear-gradient(#009EE7, #0069E7);
    background: linear-gradient(#009EE7, #0069E7);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.center {
    text-align: center;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.b-gray {
    background-color: #B8C1C7
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.is-fixed {
    position: fixed;
    z-index: 150;
    top: 0;
}

.fade-in {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.dl05 {
    animation-delay: 0.5s;
}

.dl1 {
    animation-delay: 1s;
}

.dl2 {
    animation-delay: 2s;
}

.dl3 {
    animation-delay: 3s;
}

.text-box-line {
    width: 70%;
    border: 2px solid #009FE8;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
}


@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 767px) {
    body {
        min-width: 300px;
        font-size: 1.4rem;
    }

    .wrapper {
        width: 96%;
    }

    .fl-md {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }

    .fl-st-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fl-wr-md {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .fl-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fl-bt-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .pdf-btn {
        background-size: 29px 29px;
        background-position: left 14px center;
        padding-left: 40px;
    }

    iframe {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .sec-title {
        font-size: 2.1rem;
    }

    .sec-title2 {
        font-size: 2.1rem;
    }

    .sec-title span {
        font-size: 1.2rem;
        padding-top: 10px;
    }

    .sec-title2 span {
        font-size: 1.2rem;
        padding-top: 10px;
    }


    .sec-title::after {
        top: 50px;
        height: 30px;
    }

    h2.u-bar {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 40px;
        background-size: 60% 5px;
    }

    h2.con-title {
        font-size: 1.8rem;
        padding: 8px 0;
    }

    h3.l-bar {
        font-size: 1.7rem;
        padding-left: 5px;
        border-left: 3px solid #000;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    h4 {
        font-size: 1.7rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.4rem;
    }

    .fl-column-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*----------------------------------
---------------- Top ---------------
------------------------------------*/

/* ------------ header --------------*/

header {
    width: 100%;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 1px;
    order: 1;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 8px 8px -5px #f2f2f2;
}

.header-menu .wrapper-outter {
    width: 97%;
    margin: 0 auto;
    margin-top: 0px;
}

.header-left .h-logo {
    width: 235px;
    margin-right: 20px;
    float: left;
    margin-top: 16px;
}

.header-left .h-logo img {
    width: 100%;
}

.header-left .has-sub {
    margin-right: 30px;
    margin-top: 10px;
    font-weight: bold;
}


.header-left {
    margin-right: 0px;
    margin-top: 10px;
    font-weight: bold;
    float: right;
    display: inherit;
}

.header-tel-sp {
    display: none;
}

header h1 {
    font-size: 12px;
    color: #6d6d6d;
    display: block;
    line-height: 120%;
    margin-top: 9px;
    margin-bottom: 8px;
}

.txt-head {
    display: block;
}

.nav ul li:hover > a {
    opacity: 1;
    color: #666;
}

.nav ul li a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 22px;
    font-size: 90%;
    color: #000;
    transition: 0.3s;
    position: relative;
    border-left: 1px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.nav ul li:last-child a {
    border-right: 0px solid #fff;
}

.nav ul li a span::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transform: scaleX(0);
}

.nav ul li:hover span::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.nav ul li:hover .sub-menu {
    max-height: 500px;
    transition: max-height ease 0.6s 1ms;
    -webkit-transition: max-height ease 0.6s 1ms;
    -moz-transition: max-height ease 0.6s 1ms;
    -ms-transition: max-height ease 0.6s 1ms;
}

.main-nav {
    position: relative;
}

.nav ul .sub-menu {
    position: absolute;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.6s 1ms;
    -webkit-transition: max-height ease 0.6s 1ms;
    -moz-transition: max-height ease 0.6s 1ms;
    -ms-transition: max-height ease 0.6s 1ms;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.nav ul .sub-menu li {
    margin: 10px 0 10px 2.2%;
    width: 22%;
    border: 1px solid #ccc;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.nav ul .sub-menu li a {
    color: #000;
    padding: 15px 10px;
    height: 100%;
    width: 100%;
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.nav ul .sub-menu li a:hover {
    color: #333;
    display: block;
    background-color: #eee;
}

.header-right .h-contact-btn {
    width: 100px;
    height: 100px;
    background: #918232;
    font-size: 1.4rem;
    position: relative;
    background-image: url(img/s-mail-icon.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}

.header-right .h-contact-btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.header-right .h-contact-btn a span {
    position: absolute;
    display: block;
    width: 100%;
    top: 65%;
    text-align: center;
}

.header-right .header-tel {
    padding-right: 12px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #918232;
}

.header-right .header-tel a {
    font-size: 1.8rem;
    pointer-events: none;
    color: #918232;
    background-image: url(img/free-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}

.header-right .header-blog {
    padding-right: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #918232;
}

.header-right .header-blog a {
    font-size: 1.6rem;
    color: #918232;
    background-image: url(img/blog-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 18px;
}

.header-right .h-contact-btn:nth-child(2) a {
    background: url(img/top-icon1.png) no-repeat center top 20px;
}

.header-right .h-contact-btn:nth-child(3) a {
    background: url(img/top-icon2.png) no-repeat center top 20px;
}

.header-right .h-contact-btn2 {
    width: 100px;
    height: 100px;
    background: #043459;
    font-size: 1.4rem;
    position: relative;
    background-image: url(img/s-file-icon.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}

.header-right .h-contact-btn2 a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.header-right .h-contact-btn2 a span {
    position: absolute;
    display: block;
    width: 100%;
    top: 65%;
    text-align: center;
}

@media screen and (max-width: 1660px) {
    .header-left .h-logo {
        width: 180px;
        margin-right: 25px;
    }

    .header-left .has-sub {
        margin-right: 20px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1550px) {
    .header-left .h-logo {
        margin-top: 10px;
    }
    header h1 {
        margin-top: 0px;
    }
    .nav ul li a {
        font-size: 80%;
    }
    .header-right .header-tel a {
        font-size: 1.6rem;
    }

    .header-right .header-blog a {
        font-size: 1.4rem;
    }
    .header-right .h-contact-btn {
        width: 80px;
        height: 80px;
        font-size: 1.2rem;
    }
    .header-right .h-contact-btn2 {
        width: 80px;
        height: 80px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1390px) {
    .header-left {
        margin-top: 12px;
    }
    .header-left .h-logo {
        width: 140px;
        margin-top: 10px;
    }
    header h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .header-menu .wrapper-outter {
        width: 97%;
        margin: 0 auto;
        * margin-top: 12px;
    }
}


@media screen and (max-width: 1350px) {
    .header-right .header-tel {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-right .header-blog {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .nav-sp {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .header-right .h-contact-btn {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        background-size: 30%;
    }
    .header-right .h-contact-btn2 {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        background-size: 20%;
    }
    .nav ul li a {
        font-size: 74%;
    }
    .header-left {
        margin-top: 2px;
    }
    header h1 {
        margin-top: 10px;
        font-size: 10px;
        font-weight: normal;
    }
}

@media screen and (max-width: 1024px) {
    .header-left .h-logo {
        margin-right: 20px;
    }
    .header-right .header-tel {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    header {
        width: 1000px;
    }
}

@media screen and (max-width: 767px) {
    header {
        order: 0;
        z-index: 150;
        position: fixed;
        box-shadow: 2px 0 6px 1px #666666;
    }

    .h-contact-btn {
        display: none;
    }

    .h-contact-btn2 {
        display: none;
    }
    .header-left {
        margin-top: 10px;
    }
    .header-left .h-logo {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .header-tel-sp {
        display: block;
        margin-right: 80px;
        margin-top: 8px;
        font-size: 1.6rem;
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: bold;
    }
    .header-tel-sp a {
        pointer-events: none;
        color: #918232;
        background-image: url(img/free-icon.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 25px;
    }
    .mean-nav h1 {
        display: none;
    }
    .nav-sp {
        display: block;
    }
}

/* ---------------- main-visual -------------------*/

.main-visual {
    position: relative;
    background-color: #E2E9ED;
    overflow: hidden;
    order: 0;
}

.main-finger {
    width: 100%;
    margin: 0 auto;
}

.main-visual-logo {
    text-align: center;
    padding: 50px 0 60px;
}

.main-visual-logo img {
    width: 12%;
    max-width: 160px;
}

.main-visual .main-finger img {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-align: center;
}

.mv-news-slide {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    padding: 30px 40px 50px;
    font-size: 1.4rem;
    background-color: #fff;
    width: 40%;
    margin-left: auto;
}

.mv-news-item {
    margin-top: 20px;
}


.mv-news-slide {
    font-weight: bold;
    line-height: 2.0rem;
}

.mv-date {
    color: #918232;
    margin-bottom: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.mv-news-text {
    line-height: 2.0rem;
    font-weight: bold;
}

.mv-line-block {
    position: absolute;
    top: 560px;
    width: 100%;
}

.mv-line-block .mv-line-inner {
    max-width: 1720px;
    margin: 0 auto;
}

.mv-line-left,
.mv-line-right {
    position: relative;
}

.mv-line-right .line-item,
.mv-line-left .line-item {
    position: absolute;
    z-index: 100;
    bottom: 46%;
    width: 30px;
    height: 0;
    background: -webkit-linear-gradient(#009EE7, #0069E7);
    background: -moz-linear-gradient(#009EE7, #0069E7);
    background: -ms-linear-gradient(#009EE7, #0069E7);
    background: linear-gradient(#009EE7, #0069E7);
    animation: bar-animation 1s ease-in-out forwards;
    -webkit-animation: bar-animation 1s ease-in-out forwards;
}

.mv-line-left .line-item {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 50% 100%;
    -o-transform: rotate(45deg);
}

.mv-line-left .line-item:nth-child(1) {
    left: 11%;
    animation-delay: 0.5s;
}

.mv-line-left .line-item:nth-child(2) {
    left: 19%;
    animation-delay: 1.0s;
}

.mv-line-left .line-item:nth-child(3) {
    left: 27%;
    animation-delay: 1.5s;
}

.mv-line-right .line-item {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 50% 100%;
    -o-transform: rotate(-45deg);
}

.mv-line-right .line-item:nth-child(1) {
    left: 71%;
    animation-delay: 1.5s;
}

.mv-line-right .line-item:nth-child(2) {
    left: 79%;
    animation-delay: 1s;
}

.mv-line-right .line-item:nth-child(3) {
    left: 87%;
    animation-delay: 0.5s;
}

@keyframes bar-animation {
    0% {
        height: 0px;
    }

    100% {
        height: 365px;
    }
}

@media screen and (max-width: 767px) {
    main-visual {
        order: 1;
    }
}


@media screen and (max-width: 767px) {

    .t-header,
    .pt-sub-header {
        padding-top: 0;
    }

    .main-visual {
        margin-top: 62px;
        margin-bottom: -60px;
    }

    .main-visual-logo {
        padding: 12px 0 15px;
    }

    .main-visual-text {
        font-size: 0.75rem;
        top: 87px;
    }

    .mv-line-right .line-item,
    .mv-line-left .line-item {
        width: 7px;
        bottom: 69px;
    }

    @keyframes bar-animation {
        100% {
            height: 87px;
        }
    }

    .mv-news-slide {
        position: relative;
        width: 100%;
        padding: 20px 20px 35px;
    }
    .mv-news-item a {
        display: block;
    }
    .container {
        position: static;
    }
}

.breadcrum {
    font-size: 14px;
}

.mean-container .mean-bar {
    background-color: transparent;
}

.work .slide-work .slick-arrow {
    top: 0;
    height: 0;
    width: 0;
}

.mt10 {
    margin-top: 10px;
}

footer {
    background: #072134;
    padding: 0px 0 30px;
}

.footer-t {
    background-color: #EAEAEA;
    padding: 60px 0 40px;
}

footer .top-footer .left-ft .logo-ft .txt-ft {
    color: #000;
}

footer .bot-footer .block-menu ul li {
    background: url(img/icon04.png) no-repeat 0px 9px;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 0px 0 65px;
    }
    .footer-t {
        padding: 20px 0 20px;
    }
}
