.inner001 {
    @media screen and (max-width: 767px) {
        margin: auto;
    }
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: right;
    color: #6cbf3c;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.pc-off {
    display: none;

    @media screen and (max-width: 767px) {
        display: block;
    }
}

.sp-off {
    display: block;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

/* CONTAINER-1 */

.hr-message-container-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 40px;
    padding-bottom: 50px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        padding-bottom: 30px;
    }
}

.mv_img {
    /* flex: 0 0 50%; */
    width: 50%;
    display: flex;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.mv_img img {
    max-width: 100%;
    height: auto;
}

.mv_txt_content {
    /* flex: 0 0 50%; */
    width: 50%;

    @media screen and (max-width: 767px) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.mv_txt_content_tag {
    display: inline-block;
    background-color: #8fc652;
    padding: 4px 12px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.mv_txt_content_subheading {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 5px;

    @media screen and (max-width: 767px) {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.mv_txt_content_heading {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 30px;

    @media screen and (max-width: 767px) {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.mv_txt_content_des {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
}

/* CONTAINER-2 */

.hr-message-container-2 {
    background-color: #f5f5f5;
    padding: 50px 0;

    @media screen and (max-width: 767px) {
        padding: 30px 0;
    }
}

.hr-message-profile {
    display: flex;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;

    @media screen and (max-width: 940px) {
        flex-direction: column;
        align-items: center;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column;
        width: 100%;
    }
}

.profile-left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
    margin-right: 55px;
    width: 350px;
    gap: 25px;

    @media screen and (max-width: 940px) {
        flex-direction: column;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
        gap: 10px;
    }
    /* @media screen and (max-width: 767px) {
        flex-direction: column;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
        gap: 10px;
    } */
}

/* .profile-image {
    width: 150px;
    height: 120px;
    border-radius: 50%;
    margin-left: 20px;
    flex-shrink: 0;
    background-color: #fff;
} */

.profile-text {
    flex: 1;
}

.profile-name {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 2px;
}

.profile-joined {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #8fc652;
    margin-bottom: 15px;
}

.profile-dept {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #000000;
}

.profile-right {
    width: 66%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-info-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #8fc652;
    margin-bottom: 5px;
}

.profile-info-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #000000;
}

.toc-container {
    box-sizing: border-box;
    width: 100%;
    /* height: 364px; */
    /* left: 260px; */
    /* top: 1217px; */
    background: #ffffff;
    border: 3px solid #8fc652;
    border-radius: 210px;

    @media screen and (max-width: 767px) {
        padding: 20px;
        border-radius: 20px;
        width: 100%;
        box-sizing: border-box;
        max-height: 400px;
    }
}

.toc-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 35px 0;

    @media screen and (max-width: 767px) {
        width: 88%;
        padding: 0px 0 20px;
    }
}

.toc-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #8fc652;
    margin-bottom: 20px;

    @media screen and (max-width: 767px) {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.toc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        padding: 15px 0;
    }
}

.toc-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toc-num {
    background-color: #6cbf3c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
}

.toc-label {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #8fc652;

    @media screen and (max-width: 767px) {
        font-size: 14px;
        line-height: 24px;
    }
}

/* CONTAINER-3 */

.hr-message-container-3 {
    padding: 50px 0;

    @media screen and (max-width: 767px) {
        padding: 30px 0;
    }
}

.con3-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.con3-title.last {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;

    @media screen and (max-width: 767px) {
        padding-bottom: 10px;
    }
}

.con3-title-num {
    background-color: #6cbf3c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

.con3-title1 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #8fc652;
}

.con3-subtitle {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;

    @media screen and (max-width: 767px) {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

.con3-content {
    width: 100%;
    display: flex;
    gap: 35px;
    padding: 30px 0;
    margin-bottom: 40px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 15px;
        padding: 20px 0;
        margin-bottom: 20px;
    }
}

.con3-inv-des {
    width: 50%;

    @media screen and (max-width: 767px) {
        width: 100%;
        order: 1;
    }
}

.con3-inv-img {
    width: 50%;
    position: sticky;
    top: 135px;
    height: fit-content;

    @media screen and (max-width: 767px) {
        width: 100%;
        order: 0;
        position: static;
    }
}

.con3-inv-ques {
    padding: 0 0 0 15px;
    border-left: 5px solid #6cbf3c;
    margin-bottom: 20px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #000000;
    flex: none;
    flex-grow: 0;

    @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 30px;
    }
}

.con3-inv-ans {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 45px;

    &:last-child {
        margin-bottom: 0;
    }

    @media screen and (max-width: 767px) {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

#footer {
    background-color: #f6f9eb;
}
