@charset "utf-8";

/* ---------------------------------------------------- */
/* .sec_message */
/* ---------------------------------------------------- */
.sec_message {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_message .ttl_1 {
    margin-bottom: 50px;
}
.sec_message .desc_1 {
    width: 580px;
    line-height: 2;
}
.sec_message .img_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
}
.sec_message .img_1 figcaption {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: right;
}
@media (max-width: 999px) {
    .sec_message {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_message .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_message .desc_1 {
        width: auto;
    }
    .sec_message .img_1 {
        position: static;
        margin: 20px auto 0;
        width: 90%;
    }
    .sec_message .img_1 figcaption {
        text-align: center;
    }
}
/* ---------------------------------------------------- */
/* .sec_profile */
/* ---------------------------------------------------- */
.sec_profile {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 10px 10px 0;
    background-color: var(--co_6);
}
.sec_profile .ttl_1 {
    margin-bottom: 30px;
}

.sec_profile * + .ttl_1 {
    margin-top: 100px;
}

.sec_profile .ttl_2 {
    margin-bottom: 20px;
    font-weight: 700;
}
.sec_profile * + .ttl_2 {
    margin-top: 30px;
}

.sec_profile .list_1 > ul > li {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--co_5);
}
.sec_profile .list_1 > ul > li + li {
    margin-top: 15px;
}

.sec_profile .list_2 > ul > li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--co_5);
}
.sec_profile .list_2 > ul > li + li {
    margin-top: 15px;
}
.sec_profile .list_2 .year {
    flex: none;
    width: 200px;
    font-weight: 700;
}
@media (max-width: 999px) {
    .sec_profile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_profile .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_profile * + .ttl_1 {
        margin-top: 50px;
    }

    .sec_profile .ttl_2 {
        margin-bottom: 10px;
        font-weight: 700;
    }
    .sec_profile * + .ttl_2 {
        margin-top: 20px;
    }

    .sec_profile .list_1 > ul > li {
        font-size: 13px;
    }

    .sec_profile .list_2 > ul > li {
        display: block;
        font-size: 13px;
    }
    .sec_profile .list_2 .year {
        margin-bottom: 5px;
        width: auto;
    }
}
