@charset "utf-8";
/* default PC */
.works-area th {
    width: 8em;
    text-align: center;
    font-family: "futura-pt", sans-serif, "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-size: 100%;
    font-weight: 500;
    letter-spacing: .1em;
}

.profile-area .img-2box {
    width: 24%;
}

.profile-area .img-2box-txt {
    margin-left: 40px;
    width: calc(76% - 50px);
}

#contents .profile-area .table-02 {
    font-family: "futura-pt", sans-serif, "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-weight: 500;
    margin: 60px 0 0 0;
}

#contents .profile-area h3 {
    font-size: 26px;
    margin: 10px 0 25px 0;
}

#contents .profile-area h3 .name {
    font-size: 240%;
    display: block;
    letter-spacing: 0.05em;
    font-weight: 500;
    background: url(../image/contents/profile/bg-name.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.2;
    margin: 10px auto 0 auto;
}

#contents .profile-area .table-02 th,#contents .profile-area .table-02 td {
    border: 0;
    font-size: 18px;
}

#contents .profile-area .table-02 tr {
    border-bottom: 1px solid #dedede;
}

#contents .profile-area .table-02 tr:first-child {
    border-top: 1px solid #dedede;
}

#contents .profile-area .table-02 th {
    font-size: 105%;
    width: 7em;
    padding: 0 30px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

.profile-area .img-2box-txt {
    width: 100%;
    margin: 0 20px;
}

.profile-area .img-2box {
    width: 70%;
    margin: 0 auto 15px auto;
}

#contents .profile-area h3 {
    padding: 0;
}	

#contents .profile-area .table-02 th {
    padding: 0 20px;
}

.works-area th {
    width: 4.5em;
    font-size: 100%;
    letter-spacing: 0;
    padding: 0;
}

}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

