/* MV */
.mv{
    padding: 120px 0 110px;
    background-image: url('../img/mvbg-blue_pc.jpg');
    background-size: cover;
}
.mv h1{
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.mv h1 .min{
    color: #fff;
    font-size: 24px;
    display: block;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media screen and (max-width: 767px){
    .mv{
        padding: 80px 0;
        background-position: center;
        background-image: url('../img/mvbg-blue_sp.jpg');
    }
    .mv h1{
        line-height: 1.5;
        font-size: 32px;
    }
    .mv h1 .min{
        font-size: 14px;
    }
}
/* MV */

/* VOICE_SLIDER */
.voice{
    padding: 60px 0 100px;
    background-color: #F5F5F5;
}
.voice_slider_wrapper{
    position: relative;
    margin-top: 30px;
}
.voice_slider .slick-track{
    margin-left: 300px;
}
.voice_slider .voice_slider_child{
    border-radius: 20px;
    overflow: hidden;
    min-height: 450px;
    margin-right: 15px;
    background-color: #fff;
}
.voice_slider .voice_slider_child>img{
    width: 100%;
}
.voice_slider .voice_slider_child .voice_slider_content{
    padding: 20px;
}
.voice_slider .voice_slider_child .voice_slider_content .name{
    font-size: 16px;
    font-weight: bold;
    color: #2a99d8;
    margin-bottom: 15px;
}
.voice_slider .voice_slider_child .voice_slider_content .txt{
    text-align: justify;
    line-height: 2;
}
.voice_slider .voice_slider_child.last{
    background: none;
}
.voice_slider .voice_slider_child.last .box{
    width: 300px;
}
.voice_slider_wrapper .prev-arrow,
.voice_slider_wrapper .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
}
.voice_slider_wrapper .prev-arrow {
    left: 17%;
}
.voice_slider_wrapper .next-arrow {
    right: 17%;
}
.voice_slider_wrapper .prev-arrow.disabled,
.voice_slider_wrapper .next-arrow.disabled {
    display: none;
}
@media screen and (max-width: 1600px){
    .voice_slider .voice_slider_child{
        min-height: 500px;
    }
}
@media screen and (max-width: 1200px){
    .voice_slider .voice_slider_child{
        min-height: 480px;
    }
}
@media screen and (max-width: 767px){
    .voice_slider_wrapper{
        padding-left: 20px;
    }
    .voice_slider .slick-track{
        margin: 0;
    }
    .voice_slider_wrapper .prev-arrow,
    .voice_slider_wrapper .next-arrow{
        display:  none !important;
    }
}
/* VOICE_SLIDER */