@charset "utf-8";

/*==========================
works
==========================*/
.detail {
    display: flex;
    flex-direction: column-reverse;
    padding: var(--contentPadding);
}

.detail a {
    max-width: 600px;
    margin: 0 auto;
}

.detail_txt {
    margin: 20px 0 60px;
}

.detail_txtLp {
    text-transform: uppercase;
}

.detail_item {
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (min-width:769px) {
    .container {
        display: flex;
        justify-content: center;
        gap: 60px;
        padding: 0 9.5% 84px;
    }

    .detail {
        padding: 0;
    }

    .detail a {
        max-width: 550px;
    }

    .detail_txt {
        margin: 10px 0 60px;
    }


}

/* pc 769px */



/*==========================
skill
==========================*/
.skill_detail {
    padding: 0 15.4% 60px;
    text-align: center;
}

.skill_detail dt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 12px 0;
    text-transform: capitalize;
}

.skill_detail dt.upper,
.skill_detail span.upper {
    text-transform: uppercase;
}

.skill_detail dd {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
    width: 100%;
}

@media screen and (min-width:769px) {
    .skill_wrap {
        display: flex;
        gap: 80px;
        padding: 0 9.5% 80px;
        max-width: 1300px;
        margin: 0 auto;
    }

    .skill_detail {
        /* max-width: 540px; */
        padding: 0;
        width: calc(50% - 40px);
    }

    .skill_item {
        display: flex;
        align-items: flex-end;
        gap: 22px;
    }

    .skill_head {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 20%;
    }

    .skill_txt {
        max-width: 440px;
    }

    .skill_head img {
        width: 100%;
    }

    .skill_detail dd {
        width: 80%;
    }
}

/* pc 769px */


/*==========================
about
==========================*/
.profile_about {
    padding: 0 30px;
}

.profile_name img {
    max-width: 345px;
}

.profile_nameTxt {
    margin-top: 40px;
    font-weight: 500;
}

.en {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 40px;
}

.ja {
    font-size: 2.5rem;
    line-height: 1;
}

.profile_txt {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.profile_qualification,
.profile_mbti {
    font-size: 1.6rem;
    line-height: 1.3;
}

.qualification_item,
.mbti_item {
    display: inline-block;
    padding: 6px 10px;
    border: #333, solid, 1px;
    text-transform: uppercase;
    margin-top: 32px;
}

.profile_qualification p,
.profile_mbti p {
    margin-top: 5px;
}

@media screen and (min-width:769px) {
    .profile_about {
        display: flex;
        gap: 170px;
        justify-content: center;
        align-items: center;
        padding: 0 9.7% 80px;
    }

    .profile_photo {
        max-width: 450px;
    }

    .profile_txt {
        max-width: 510px;
    }

}

/* pc 769px */


/*==========================
career
==========================*/
.career_item {
    padding: 0 10.7%;
    margin-bottom: 60px;
    line-height: 1;
}

.era {
    font-size: 2.0rem;
    font-weight: 500;
}

.name {
    margin-top: 10px;
    font-size: 2.0rem;
    font-weight: 500;
}

.career_itemTxt {
    margin-top: 28px;
    font-size: 1.6rem;
    line-height: 1.2;
}


/* pc 769px */

/*==========================
like
==========================*/
.like_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 61.6px;
}

.section_like img {
    max-width: 110px;
}

.box {
    position: relative;
}

.box .caption {
    font-size: 110%;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    line-height: 1;
}

.box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box:hover .mask {
    opacity: 1;
}



@media screen and (min-width:769px) {
    .section_like img {
        max-width: 200px;
    }


    .box .caption {
        font-size: 130%;
        text-align: center;
        padding-top: 95px;
        color: #fff;
    }
}

/* pc 769px */