.mainImage .fvLinkBox{
    position: absolute;
    z-index: 1;
    right: 83px;
    top: 50%;
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    transform: translateY(-50%);
    margin-top: 220px;
}

.mainImage .fvLinkBox a{
    color: #FFFFFF;
    font-size: 2.4rem;
    padding:9px 49px ;
    display: block;
    width: fit-content;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    font-weight: bold;
}


.about h2{
    margin-bottom: 172px;
}

.about p.name{
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 0.96;
    margin-bottom: 65px;
}


.about p.position{
    font-size: 2.4rem;
       font-weight: bold;
    line-height: 1.44;
    margin-bottom: 48px;
}
.about .detail p{
    font-size: 2.0rem;
    line-height: 2.08;
}

.about a.mediaKitUrl{
    color: #FFFFFF;
    font-size: 2.4rem;
    padding:9px 49px ;
    display: block;
    width: fit-content;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    font-weight: bold;
    margin: 72px auto 0;
}

.about .speakingTheme{
    margin: 162px 0 263px;
}

.about .speakingTheme h3{
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 0.96;
    margin-bottom: 25px;
}

.about .speakingTheme .speakingThemeBox{
    padding: 49px 0 32px;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.about .speakingTheme .speakingThemeBox p.catch{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 23px;    
}

.about .speakingTheme .speakingThemeBox p.detail{
     font-size: 2.4rem;
     font-weight: normal;
     line-height: 2.39;   
}


@media screen and (max-width: 820px){
    .mainImage .fvLinkBox{
        right: 35px;
        transform: translateY(0%);
        top: 380px;
        gap: 15px;
        margin-top: 0;
    }
    .mainImage .fvLinkBox a{
        font-size: 1.6rem;
        padding: 4px 30px;
    }
    .about h2{
        margin-bottom: 95px;
    }
    .about p.name{
        font-size: 2.0rem;
        margin-top: 60px;
    }
    .about p.position{
        font-size: 1.6rem;
        margin-bottom: 46px;
    }
    .about .detail p{
        font-size: 1.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .about .detail p.forPc{
        display: none!important;
    }
    .about .detail.all p{
        display: block;
    }
    
    .about .detail a.viewMore{
        font-size: 1.2rem;
        color: #FFFFFF;
        margin-top: 24px;
        text-decoration: none;
    }
    .about .detail a.viewMore span.close{
        display: none;
    }
    .about .detail.all a.viewMore span.show{
        display: none;
    }
    .about .detail.all a.viewMore span.close{
        display: block;
    }


    .about a.mediaKitUrl{
        font-size: 1.6rem;
        margin-top: 44px;
        padding: 8px 29px;
    }
    .about .speakingTheme{
        margin: 112px 0 124px;
    }
    .about .speakingTheme h3{
        margin-bottom: 52px;
        font-size: 2.0rem;
    }
    .about .speakingTheme .speakingThemeBox{
        padding-bottom: 52px;
    }
    .about .speakingTheme .speakingThemeBox p.catch{
        font-size: 2.0rem;
        line-height: 1.44;
        margin-bottom: 44px
    }
    .about .speakingTheme .speakingThemeBox p.detail{
        font-size: 1.2rem;
        line-height: 2.39;
    }

}
