@charset "UTF-8";
#company #contents {
    padding-bottom: 200px;
}
#profile {
    display: flex;
    padding-left: calc((100% - 1080px) / 2);
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: rgb(255 255 255 / 0.8);
}
@media screen and (max-width:1080px){
    #profile {
        padding-left: 0;
    }
}
#profile table{
    width: 53%;
    min-width: 390px;
    margin: 30px 0;
    font-size: 18px;
}
@media screen and (max-width:1080px){
#profile table{
    font-size: 16px;
}
}
#profile th, #profile td{
    padding: 30px;
    vertical-align: middle;
}
#profile th{
    text-align:center;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 6em
}
#profile td{
    border-left: 1px solid #989a9a;
}
#profile figure {
    width: 47%;
    position: relative;
    overflow: hidden;
}
#profile img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (orientation: portrait), (max-width: 1080px){
    #profile img {
        height: 100%;
        width: auto;
    }
}
