@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1200px){


/* ここまでリセットcss */


/* ここから共通 */

.inner{
    width: 91.215vw;
    margin: 0 auto;
}

.inner_2{
    width: 91.215vw;
    margin: 0 auto;
}

.inner_3{
    width: 100vw;
    margin: 0 auto;
    background-color: #000c18;
}

.inner_4{
    width: 91.215vw;
    margin: 0 auto;
    border-top: solid 1px #DDDDDD;
    padding-top: 5vw;
}

.inner_5{
    width: 55.344vw;
    margin: 0 auto;
}

.inner_6{
    width: 91.215vw;
    margin: 0 auto;
}



a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}


.back{
    width: 100vw;
    background-color: #FFF;
    position: relative;
    z-index: -1;
}

.back_2_img{
    position: absolute;
    top: 0;
    left:50%;
    right: 0;
    margin-left:-67.848vw;
    max-width: 135.695vw;
    width: 135.695vw;
    background-color: #FFF;
}

.back_2{
    width: 100vw;
/*    background-color: #FFF;*/
}

.btn{
    opacity: 1;
    transition: 0.8s;
}

.btn:hover{
    opacity: 0.5;
    transition: 0.8s;
}


/* ここまで共通 */


/* ここからsec1 */


h1{
    width: 28.525vw;
    height: 5.062vw;
    margin: 50vw auto 9vw;
}

.sec01_2{
    width: 71.667vw;
    margin: 5vw auto;
}

.sec01_3{
    margin: 6.667vw auto 10vw;
    color: #000;
    font-size: 1.5vw;
    line-height: 3vw;
    text-align: center;
    padding: 0 20.417vw;
}

/* ここまでsec1 */



/* ここからsec2 */

.sec02{
    margin-bottom: 10vw;
}

.sec02 h2{
    margin: 120px auto 40px;
    color: #000;
    font-size: 2.167vw;
    padding-bottom: 0.667vw;
    text-align: left;
    border-bottom: solid 1px #000;
}

.sec02_con{
    display: flex;
    justify-content: space-between;
}

.sec02_1{
    color: #000;
    display: block;
    width: 16.667vw;
}

.sec02_1_1{
    margin-right: 4.167vw;
    width: 16.667vw;
}

.sec02_1_2{
    width: 13.75vw;
    text-align: center;
    margin: 0 auto;
}

.sec02_1_belongs{
    font-size: 1vw;
    margin: 24px auto 15px;
}

.sec02_1_belongs_2{
    font-size: 1vw;
    margin: 3.5vw auto 1vw;
}


.sec02_1_name{
    font-size: 1.5vw;
    margin-bottom: 2.917vw;
    font-weight: bold;
}

.sec02_1_copy{
    font-size: 1vw;
    line-height: 1.75vw;
}


/* ここまでsec2 */


/* ここからsec3 */

.sec03_con{
    padding-bottom: 2.5vw;
}

.sec03 h2{
    width: 83.333vw;
    position: relative;
    font-size: 2.917vw;
    text-align: left;
    margin: 0 auto 80px;
}

.sec03 h3::before{
    position: absolute;
    top: 1.5vw;
    left: 0;
    width: 3.333vw;
    height: 0.167vw;
    content: '';
    background: #000;
    }


.sec03 h3{
    position: relative;
    font-size: 1.833vw;
    text-align: left;
    margin: 0 auto 40px;
    font-weight: bold;
    padding-left: 5vw;
}

.sec03_copy{
    font-size: 1.5vw;
    line-height: 3vw;
    margin-bottom: 8.333vw;
    text-align: justify;
    text-justify: inter-ideograph;
}

.sec03_copy2{
    font-size: 1.5vw;
    line-height: 3vw;
    margin-bottom: 2.8vw;
    text-align: justify;
    text-justify: inter-ideograph;
}

.sec03_annotation{
    font-size: 1vw;
    line-height: 1.667vw;
    color: #FFF;
    margin-bottom: 5vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


/* ここまでsec3 */



/* ここからsec5 */

.sec05{
    padding: 9.151vw 0;
}

.sec05 h2{
    font-size: 3.367vw;
    margin-bottom: 2.928vw;
}

    
.sec05{
    padding: 10.417vw 0;
}

.sec05 h2{
    font-size: 3.833vw;
    margin-bottom: 3.333vw;
}

.sec05_1 li{
    display: inline-block;    
    margin-right: 1.667vw;
}    

.sec05_1 li p{
    display: inline-block;  
    width: 28.2vw;
    font-size: 1.5vw;
    margin-top: 0vw;
}    


.sec05_img{
    width: 32.083vw;
    height: 15.3vw;
    overflow: hidden;
}

.sec05_img img{
    transform: scale(1.0);
    transition-duration: 0.5s;
}


.sec05 ul li:hover .sec05_img img{
    transform: scale(1.1);
    transition-duration: 0.5s;     
    
}



/* ここまでsec5 */





}
