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



#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: 32.549vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.275vw;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 87.451vw;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_title div{
    display: flex;
    align-items: center;
    margin-bottom: 1.176vw;
}
.main_title div p:first-child{
    font-size: 1.412vw;
    margin-right: 2.353vw;
    line-height: 1;
}
.main_title div p:last-child{
    font-size: 1.412vw;
    border: solid 1px #FFF;
    border-radius: 3.922vw;
    padding: 0.392vw 1.569vw;
    line-height: 1;
}
.main_title h1{
    font-size: 2.667vw;
    margin-bottom: 4.314vw;
}
.main_copy{
    width: 67.843vw;
    margin: 125px auto;
    font-size: 1.412vw;
}
.member{
    width: 79.216vw;
    margin: 0 auto 15vw;
}
.member h2{
    font-size: 2.824vw;
    margin-bottom: 5.882vw;
}
.member_con{
    display: flex;
    margin-left: auto;
    width: 75.686vw;
    justify-content: space-between;
    margin-bottom: 6.275vw;
}
.member_con img{
    width: 13.725vw;
    height: 13.725vw;
    border-radius: 7.843vw;
}
.member_con div{
    width: 58.824vw;
}
.member_con h3{
    color: #FFF;
    font-size: 1.569vw;
    margin-bottom: 1.569vw;
}
.member_con p{
    font-size: 1.098vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.dialogue{
    width: 79.216vw;
    margin: 0 auto;
}
.dialogue h2{
    position: relative;
    font-size: 2.51vw;
    padding-left: 2.353vw;
    margin-bottom: 5.49vw;
}
.dialogue h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.471vw;
    height: 100%;
    background: #fff;
}
.dialogue_con{
    display: flex;
    margin-left: auto;
    width: 73.725vw;
    justify-content: space-between;
    margin-bottom: 6.275vw;
}
.dialogue_con img{
    width: 7.843vw;
    height: 7.843vw!important;
    border-radius: 7.843vw;
}
.dialogue_con p{
    width: 62.745vw;
    font-size: 1.412vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.img{
    position: relative;
    width: 100%;
    height: 37.255vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9.804vw;
}
.img_{
    margin-bottom: 1.961vw;
}
.img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.other_con{
    width: 87.451vw;
    margin: 0 auto;
}
.other_con h2{
    font-size: 2.824vw;
    text-align: center;
    margin: 0 auto 100px;
}

.con_list{
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto 100px;
}
.con_list_{
    margin: 0 auto 30px;
}
.con_list::after{
    position: absolute;
    content: "";
    display: block;
    width: 1.176vw;
    height: 2.353vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 2.353vw;
    top: 50%;
    transform: translateY(-50%);
}
.con_list .con_listimg{
    width: 35%;
}
.con_list .con_listcopy{
    width: 65%;
    display: flex;
    background-color: rgba(161, 161, 161, 0.15);
    align-items: center;
    padding-left: 6.275vw;
}
.con_list .con_listcopy h3{
    display: inline-block;
    font-size: 1.412vw;
    min-width: 18.431vw;
    padding: 0.784vw 3.922vw;
    line-height: 1;
    color: #FFF;
    border: solid 1px #FFF;
    border-radius: 7.843vw;
    margin-bottom: 1.176vw;
}
.con_list .con_listcopy p{
    font-size: 1.725vw;
    font-weight: 500;
}


}