@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 .en {
    font-size: 3.2vw;
    margin-bottom: 3vw;
    line-height: 1;
}
.main_title div{
    display: flex;
    align-items: center;
    margin-bottom: 1.589vw;
}
.main_title div p:first-child{
    font-size: 1.907vw;
    margin-right: 2.119vw;
}
.main_title div p:last-child{
    font-size: 1.907vw;
    border: solid 1px #FFF;
    border-radius: 5.297vw;
    padding: 0 2.119vw;
}
.main_title h1{
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 0;
}



.link{
    width: 85vw;
    margin: 10vw auto;
}
.link p{
    font-size: 3.2vw;
    width: 85vw;
    margin: 10vw auto;
}
.link .link_btn{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.link .link_btn a{
    position:relative;
    width: 100%;
    height: 12vw;
    display: flex;
    border: solid 1px #FFF;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.link .link_btn a::after{
    position: absolute;
    content: "";
    display: block;
    width: 1.589vw;
    height: 1.589vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 3.178vw;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.profile{
    background-color: #000000;
    padding: 15.89vw 0;
}
.profile_inner{
    width: 85vw;
    margin: 0 auto;
}
.profile h2{
    position: relative;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 7.945vw;
}
.profile h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 12.712vw;
    height: 0.106vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.589vw;
}
.profile_con{
    display: flex;
    margin-left: auto;
    width: 85vw;
    justify-content: space-between;
    margin-bottom: 8vw;
    align-items: center;
    flex-direction: column;
}
.profile_con img{
    width: 30vw;
    height: 100%;
    border-radius: 10vw;
    margin-bottom: 5vw;
}
.profile_con div{
    width: 77.331vw;
}
.profile_con h3{
        color: #FFF;
        font-size: 4.2vw;
        margin-bottom: 2vw;
}
.profile_con h4{
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 500;
    margin-bottom: 1vw;
}
.profile_con p{
    font-size: 1.483vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}


.dialogue{
    width: 85vw;
    margin: 15.89vw auto;
}
.dialogue h2.en{
    position: relative;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 15.89vw;
    padding-left: 0;
}
.dialogue h2.en::before{
    width: 0;
}
.dialogue h2.en::after{
    position: absolute;
    content: "";
    display: block;
    width: 12.712vw;
    height: 0.106vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.589vw;
}

.dialogue h2{
    position: relative;
    font-size: 4.2vw;
    padding-left: 3vw;
    margin-bottom: 10vw;
}
.dialogue h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.604vw;
    height: 1em;
    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 .other{
    text-align: center;
    font-weight: 500;
    margin: 0 auto 5vw;
}
.other_con .other.en{
    font-weight: 600;
}
.other_con h2.other{
    margin: 15vw auto 5vw;
    font-size: 4.5vw;
}


.con_list{
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto 10vw;
    flex-direction: column;
}
.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;
}

.con_btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vw;
    flex-direction: column;
}
.con_btn li{
    width: 100%;
    margin-bottom: 4vw;
}


}