/* top css*/
.mv-inner {
    max-width: 1380px;
    margin: auto;
    padding: 0 50px;
}
.mv li {
    position: relative;
}
.mv-cap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px black;
}
.mv-cap-l {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px black;
}
.mv-cap.black,
.mv-cap-l.black {
    color: black;
    text-shadow: 0 0 5px white;
}
.slick-sp {
    display: none;
}
@media (max-width: 768px) {
    .mv-inner {
        padding: 0;
    }
    .slick-sp {
        display: block;
        margin-bottom: 40px !important;
    }
    .slick-pc {
        display: none;
    }
    .mv-cap,.mv-cap-l {
        font-size: 10px;
    }
}

.point ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
}
.point ul li {
    width: 23%;
    margin: 1%;
    border-bottom: 1px solid #333333;
    text-align: center;
    padding-bottom: 5px;
}
.point ul li small {
    font-size: 13px;
}
.point ul li a:hover {
    opacity: 0.6;
}
.point ul li strong{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em;
}
.point ul li:nth-child(2){
    font-size: 24px;
    line-height: 1.4em;
}
@media (max-width: 768px) {
    .point ul {
        margin: 70px -2% 0;
    }
    .point ul li {
        width: 98%;
        margin: 2%;
    }
}
@media (max-width: 767px) {
    .point ul {
        margin: 20px 0;
    }
    .point ul li {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .point ul li small {
        font-size: 10px;
    }
    .point ul li strong{
        font-size: 20px;
    }
}

.consept {
    background: url(../img/top/concept.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    margin: 40px 0;
}

.consept h2 {
    color: #001848;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.consept h2 small {
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.consept p {
    color: #001848;
    text-align: center;
}
.consept a {
    display: inline-block;
    background: #001848;
    border: 1px solid #001848;
    color: white;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 15px;
    padding: 5px;
    max-width: 300px;
    width: 100%;
}
.consept a:hover {
    background: white;
    color: #001848;
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -15px 0;
}
.panel ul li {
    width: 33.3333%;
    padding: 30px 15px;
}
.panel ul li h3 {
    color: #014177;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.panel ul li h3 span {
    display: block;
    font-size: 18px;
}
.panel ul li img {
    padding-bottom: 20px;
}
.panel ul li a > span {
    display: block;
    background: #001848;
    border: 1px solid #001848;
    color: white;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 15px;
    padding: 5px;
}
.panel ul li a{
    display: block;
    transition: all .3s ease-in-out;
    text-align: center;
}
.panel ul li a:hover span {
    background: white;
    color: #001848;
}


.panel ul li.out a {
    pointer-events: none;
    color: gray;
}
.panel ul li.out h3 {
    color: gray;
}
.panel ul li.out a > span {
    background: gray;
    border-color: gray;
}
.panel ul li.out img{
    filter: grayscale(1);
    opacity: 0.6;
}
@media (max-width: 767px) {
    .panel {
        margin: 40px 0 0;
    }
    .panel ul {
        margin: -15px 0;
    }
    .panel ul li {
        width: 50%;
        padding: 15px;
    }
    .panel ul li h3 {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .panel ul li h3 span{
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1em;
        letter-spacing: 0;
    }
    .panel ul li img {
        padding-bottom: 10px;
    }
    .panel ul li a > span {
        font-size: 12px;
        padding: 0;
    }
}


/* zeh画像 */
.zeh{
    text-align: center;
    margin-top: 50px;
}