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


#Contents{
    background:url("../images/session/session_back.jpg") center/cover no-repeat;
    color: #FFF;
    padding-bottom: 150px!important;
}

section{
    margin: 0 auto;
}

.con_2clum{
    display: flex;
}

.main{
    position: relative;
    width: 100%;
    height: 64vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8vw;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 90vw;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5vw;
}
.main_title div{
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
}
.main_title div p:first-child{
    font-size: 3.2vw;
    margin-right: 3vw;
}
.main_title div p:last-child{
    font-size: 3.2vw;
    border: solid 1px #FFF;
    border-radius: 5vw;
    padding: 0.5vw 5vw;
}
.main_title h1{
    font-size: 5vw;
    margin-bottom: 0;
    line-height: 1.4;
}
.main_copy{
    font-size: 3.2vw;
    width: 85vw;
    margin: 15vw auto;
}
.member{
    width: 100vw;
    margin: 0 auto 30vw;
}
.member h2{
    text-align: center;
    font-size: 4.5vw;
    margin-bottom: 10vw;
}
.member_con{
    display: flex;
    margin-left: auto;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10vw;
    flex-direction: column;
    align-items: center;
}
.member_con img{
    width: 30vw;
    height: 17.606vw;
    border-radius: 20vw;
    margin-bottom: 5vw;
}
.member_con div{
    width: 85vw;
}
.member_con h3{
    color: #FFF;
    font-size: 3.8vw;
    margin-bottom: 5vw;
}
.member_con p{
    font-size: 3.2vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.dialogue{
    width: 85vw;
    margin: 0 auto;
}
.dialogue h2{
    position: relative;
    font-size: 4.2vw;
    padding-left: 5vw;
    margin-bottom: 10vw;
}
.dialogue h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1vw;
    height: 100%;
    background: #fff;
}
.dialogue_con{
    display: flex;
    margin-left: auto;
    width: 85vw;
    justify-content: space-between;
    margin-bottom: 10vw;
    flex-direction: column;
}
.dialogue_con img{
    width: 15vw;
    height: 15vw!important;
    border-radius: 15vw;
    margin-bottom: 3vw;
}
.dialogue_con p{
    width: 85vw;
    font-size: 3.2vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.img{
    position: relative;
    width: 100%;
    height: 50vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15vw;
    margin-bottom: 12.575vw;
}
.img img{
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}


.other_con{
    width: 85vw;
    margin: 0 auto;
}
.other_con h2{
    text-align: center;
    margin: 0 auto 100px;
}
.other_con h2.other{
    margin: 15vw auto 10vw;
    font-size: 4.5vw;
}


.con_list{
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto 10vw;
    flex-direction: column;
}
.con_list_{
    margin: 0 auto 5vw;
}
.con_list::after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 5vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 5vw;
    transform: translateY(-50%);
}
.con_list .con_listimg{
    width: 100%;
}
.con_list .con_listcopy{
    position: relative;
    width: 100%;
    display: flex;
    background-color: rgba(161, 161, 161, 0.15);
    align-items: center;
    padding: 5vw 6vw;
}
.con_list .con_listcopy h3{
    position: absolute;
    top: -10vw;
    left: 5vw;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 3.2vw;
    min-width: 25vw;
    padding: 1vw 5vw;
    line-height: 1;
    border: solid 1px #FFF;
    border-radius: 10vw;
    margin-bottom: 3vw;
}
.con_list .con_listcopy p{
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5vw;
}

.con_list .con_listcopy .sp{
    display: block;
    width: 40vw;
    padding: 3vw 0;
    border: solid 1px #FFF;
    border-radius: 6vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 3.2vw;
}

}