@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.059vw;
    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: 1.569vw;
}
.main_title div p:last-child{
    font-size: 1.412vw;
    border: solid 1px #FFF;
    border-radius: 3.922vw;
    padding: 0 1.569vw;
}
.main_title h1{
    font-size: 2.667vw;
    margin-bottom: 4.314vw;
}



.link{
    width: 67.843vw;
    margin: 125px auto;
}
.link p{
    font-size: 1.412vw;
    margin-bottom: 7.843vw;
}
.link .link_btn{
    display: flex;
    justify-content: space-between;
}
.link .link_btn a{
    position:relative;
    width: 32.314vw;
    height: 5.176vw;
    display: flex;
    border: solid 1px #FFF;
    justify-content: center;
    align-items: center;
}
.link .link_btn a::after{
    position: absolute;
    content: "";
    display: block;
    width: 1.176vw;
    height: 1.176vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 2.353vw;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.profile{
    background-color: #000000;
    padding: 11.765vw 0;
}
.profile_inner{
    width: 79.216vw;
    margin: 0 auto;
}
.profile h2{
    position: relative;
    font-size: 3.608vw;
    text-align: center;
    margin-bottom: 5.882vw;
}
.profile h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 9.412vw;
    height: 0.078vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.176vw;
}
.profile_con{
    display: flex;
    margin-left: auto;
    width: 82.353vw;
    justify-content: space-between;
    margin-bottom: 6.275vw;
    align-items: center;
}
.profile_con img{
    width: 20vw;
    height: 100%;
    border-radius: 7.843vw;
}
.profile_con div{
    width: 57.255vw;
}
.profile_con h3{
    color: #FFF;
    font-size: 2.039vw;
    margin-bottom: 1.961vw;
}
.profile_con h4{
    color: #FFF;
    font-size: 1.176vw;
    font-weight: 500;
    margin-bottom: 0.235vw;
}
.profile_con p{
    font-size: 1.098vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}


.dialogue{
    width: 79.216vw;
    margin: 170px auto;
}
.dialogue h2.en{
    position: relative;
    font-size: 3.608vw;
    text-align: center;
    margin-bottom: 11.765vw;
    padding-left: 0;
}
.dialogue h2.en::before{
    width: 0;
}
.dialogue h2.en::after{
    position: absolute;
    content: "";
    display: block;
    width: 9.412vw;
    height: 0.078vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.176vw;
}

.dialogue h2{
    position: relative;
    font-size: 2.51vw;
    padding-left: 1.882vw;
    margin-bottom: 5.49vw;
}
.dialogue h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.471vw;
    height: 1em;
    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 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.other_con{
    width: 87.451vw;
    margin: 0 auto;
}
.other_con .other{
    font-size: 2.824vw;
    text-align: center;
    margin: 5vw auto 3vw;
}

.con_list{
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto 100px;
}
.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{
    color: #FFF;
    display: inline-block;
    font-size: 1.412vw;
    min-width: 18.431vw;
    padding: 0.784vw 3.922vw;
    line-height: 1;
    border: solid 1px #FFF;
    border-radius: 7.843vw;
    margin-bottom: 1.176vw;
    text-align: center;
}
.con_list .con_listcopy p{
    font-size: 1.725vw;
    font-weight: 500;
}

.con_btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 9vw;
}
.con_btn li{
    width: 27.843vw;
}


}