@charset "UTF-8";
@media screen and (max-width: 767px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }




/* ここから共通 */

.inner{
    width: 100%;
    float: left;
}

.inner_2{
    width: 90vw;
    height: auto;
    margin: 0 auto;
}
 
    
.inner_2_{
    width: 90vw;
    height: 210vw;
    margin: 0 auto;
}    
    

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

.inner_4{
    width: 92vw;
    margin: 0 auto;
    border-top: solid 0.3vw #DDDDDD;
}

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

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



a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}


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

.back_1_img{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    margin-left:0;
    max-width: 100vw;
    width: 100vw;
}


.back_2_img{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    margin-left:0;
    max-width: 100vw;
    width: 100vw;
}

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

.back_3{
    background-image: url(../images/back_2.png);
    background-size: cover;
}




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

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


/* ここまで共通 */



/* ここからsec1 */


h1{
    width: 57vw;
    height: auto;
    margin: 65vw auto 15vw;
}

.sec01_2{
    width: 90%;
    margin: 80px auto;
}

.sec01_3{
    margin: 80px auto 120px;
    color: #000;
    font-size: 3.5vw;
    line-height: 7.5vw;
    text-align: center;
    padding: 0;
}

.sec01_3 p{
    width: 90%;
    margin: 0 auto;
}
    
    
/* ここまでsec1 */



/* ここからsec2 */

.sec02{
    margin-bottom: 15.645vw;
}

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

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

.sec02_1{
    color: #000;
    display: flex;
    width: 90vw;
    margin-bottom: 3vw;
}

.sec02_1_1{
    margin-right: 5vw;
    width: 25vw;
}

.sec02_1_2{
    padding: 3vw 0;
    width: 60vw;
}

.sec02_1_belongs{
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 3.5vw auto 1vw;
    white-space: nowrap;
    text-align: left;
}

.sec02_1_belongs_2{
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 1.5vw auto 1vw;
    white-space: nowrap;
}

.sec02_1_name{
    font-size: 4.5vw;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
}

.sec02_1_copy{
    font-size: 3vw;
    line-height: 5vw;
    text-align: left;
    margin-bottom: 5vw;
}

.sec02_2{
    color: #000;
    display: flex;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.sec02_2_2{
    padding: 3vw 0;
    width: 60vw;
    text-align: left;
    margin: 0 auto;
}

.sec02_photo img{
    border-radius: 0;
}

.sec02_photo{
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/* ここまでsec2 */


/* ここからsec3 */

.sec03_con{
    padding-bottom: 3.911vw;
}

.sec03 h2{
    width: 76vw;
    position: relative;
    margin: 0 auto 10vw;
}

.sec03 h3::before{
    position: absolute;
    top: 3vw;
    left: 0;
    width: 5vw;
    height: 0.2vw;
    content: '';
    background: #000;
    }


.sec03 h3{
    position: relative;
    font-size: 4.0vw;
    text-align: left;
    margin: 0 auto 7vw;
    font-weight: bold;
    padding-left: 8vw;
}

.sec03_copy{
    font-size: 3.5vw;
    line-height: 6.5vw;
    margin-bottom: 10vw;
    text-align: justify;
    text-justify: inter-ideograph;
}

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

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


/* ここまでsec3 */



/* ここからsec5 */

.sec05{
    padding: 15vw 0 5vw;
}

.sec05 h2{
    font-size: 9vw;
    margin-bottom: 6vw;
    margin-left: 4vw;
}
    
    
    
.slick-track{
    display: flex;
    width: auto;
}


.sec05_img{
    width: auto;
    height: auto;
    overflow: hidden;
}

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


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


/* ここまでsec5 */









}