@charset 'UTF-8';

.subhead {
    position: relative;
    background-image: url(../img/profile/subhead_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    margin: 80px 0 0 0;
}

.subhead_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #006532;
}

h2.subhead_font {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

span.subhead_font_jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.common_profile {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    flex-wrap: wrap;
}

.profile_img {
    width: 48%;
}

.profile_img img {
    max-width: 400px;
}

.profile_text {
    width: 48%;
}

p.profile_name {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #006532;
    border-bottom: 1px solid #000;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

span.profile_name_hiragana {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #006532;
}

p.profile_detail {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.3;
    padding-left: 1em;
    text-indent: -1em;
    font-feature-settings: "palt";
}

span.profile_object_gn {
    color: #006532;
}

.career {
    background-color: #fafffc;
    padding: 50px 0;
}

.career_wrap {}

.career_title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #006532;
    margin: 0 0 50px 0;
}

.career_title_jp {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 0.9;
}

.career_title_en {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24em;
}

.career_detail_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 50px 0;
    flex-wrap: wrap;
}

.career_text {
    width: 48%;
}

p.career_subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #000;
    color: #006532;
}

.career_detail {
    display: flex;
    justify-content: space-between;
}

.career_detail_inner {}

.career_detail_text {}

p.career_detail_font {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}

.career_wrap .career_detail_contents:nth-last-of-type(1) p.career_detail_font {
    padding-left: 0em;
    text-indent: 0em;
}

.career_img {
    width: 49%;
}

.br950-650-500 {
    display: none;
}

.br_950 {
    display: none;
}

@media(max-width:1650px) {
    .career_title_jp {
        font-size: 28px;
    }

    .career_title_en {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .subhead {
        margin: 60px 0 0 0;
    }

    .career_detail {
        flex-direction: column;
    }

    .career_detail_contents {
        align-items: center;
    }

    .career_title_jp {
        font-size: 24px;
    }

    .career_title_en {
        font-size: 12px;
    }
}

@media(max-width:950px) {
    .br950-650-500 {
        display: block;
    }

    .br_950 {
        display: block;
    }

}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    p.profile_name {
        font-size: 35px;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
    }

    span.profile_name_hiragana {
        font-size: 16px;
    }

    p.profile_detail {
        font-size: 16.65px;
    }

    p.career_subtitle {
        font-size: 18px;
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
    }

    p.career_detail_font {
        font-size: 15px;
    }


    .profile_img {
        width: 100%;
    }

    .profile_text {
        width: 100%;
    }

    .profile_img img {
        max-width: none;
    }

    .profile_img {
        margin-bottom: 20px;
    }

    .br_950 {
        display: none;
    }

    p.profile_name {
        font-size: 30px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .career_detail_contents {
        flex-direction: column;
    }

    .career_text {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .career_detail {
        flex-direction: initial;
    }

    .career_img {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .br950-650-500 {
        display: none;
    }

    .profile_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .profile_text {
        width: 100%;
    }

    p.profile_name {
        /* font-size: 30px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0; */
    }

    span.profile_name_hiragana {}

    p.profile_detail {
        font-size: 14.65px;
    }


    .career_detail_contents {
        margin-bottom: 40px;
    }

    .career_text {
        width: 100%;
        order: 2;
        margin: 0 0 10px 0;
    }

    .career_img {
        width: 100%;
        margin-bottom: 20px;
    }

    p.career_subtitle {
        font-size: 16px;
    }

    p.career_detail_font {
        font-size: 14px;
    }

    .career_detail_contents {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 650px) {

    .career_detail {
        flex-direction: column;
    }

    .career_detail_contents {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 450px) {
    .br950-650-500 {
        /* display: block; */
    }
}