@charset "UTF-8";

/* =============================
common
================================ */
.article__header {
    height: 200px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/campany_profile_2__sp.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.article__header h2 {
    order: 2;
    color: var(--base-white);
    font-family: "Noto Serif JP";
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 6.4px;
}

.article__header p {
    order: 1;
    color: var(--base-white);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2.1px;
    margin: 4px 0;
}

/* common pc */
@media screen and (min-width:769px) {
    .article__header{
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/campany_profile_2.jpg);
    }
    .nav__item:nth-child(2) {
        background-color: var(--base-green);
        color: var(--base-white);
    }

    .article__header {
        height: 380px;
    }

    .article__header h2 {
        font-size: 4.8rem;
        letter-spacing: 9.6px;
    }

    .article__header p {
        font-size: 2rem;
        letter-spacing: 3px;
    }

    .nav__item.line:nth-child(2)::before {
        background: var(--base-white);
    }
}

/* pc 769px */

/* =============================
profile
================================ */
.section__profile {
    padding: 48px 0;
    background: var(--base-white);
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* profile pc */
@media screen and (min-width:769px) {
    .section__profile {
        padding: 64px 0 96px;
        gap: 48px;
    }
}

/* pc 769px */
/* =============================
topmesseage
================================ */
.topMesseage {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 38px auto 302px;
    background-image: url(../images/topMesseage_sp.jpg);
    background-size: cover;
}

.subTopic__topMesseage {
    position: absolute;
    top: -38px;
}

.topMesseage__txt {
    padding: 0 var(--contentPadding);
    position: absolute;
    top: 200px;
    display: flex;
    padding: 15px var(--contentPadding) 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.topMesseage__catch {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 700;
}

.topMesseage__content {
    font-family: "Noto Sans";
    font-size: 1.4rem;
}

.topMesseage__name {
    width: 100%;
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 600;
}

/* topmesseage pc */
@media screen and (min-width:769px) {
    .topMesseage {
        position: relative;
        width: 100%;
        height: 500px;
        margin: 58px auto 0;
        background-image: url(../images/topMesseage.jpg);
        background-size: cover;
    }

    .subTopic__topMesseage {
        position: absolute;
        top: -58px;
    }

    .topMesseage__txt {
        padding: 0 var(--contentPadding);
        position: absolute;
        top: 50%;
        left: 13.9%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.75);
        width: 525px;
        display: flex;
        padding: 25px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .topMesseage__catch {
        width: 100%;
        text-align: start;
        font-family: "Noto Serif JP";
        font-size: 2rem;
        font-weight: 700;
    }

    .topMesseage__content {
        font-family: "Noto Sans";
        font-size: 1.4rem;
    }

    .topMesseage__name {
        width: 100%;
        text-align: right;
        font-family: "Noto Serif JP";
        font-size: 1.6rem;
        font-weight: 600;
    }
}

/* pc 769px */
/* =============================
company profile
================================ */
.companyProfile {
    position: relative;
    background-image: url(../images/backImage.png);
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    background-size: cover;
    margin-top: 48px;
}

.subTopic__companyProfile {
    position: absolute;
    top: -31px;
}

.profile__table {
    padding: 79px var(--contentPadding) 0;
    padding-bottom: 48px;
}

.profile__item {
    display: flex;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid var(--base-gray);
}
.profile__item.br{
    align-items: start;
}


.profile__item:last-child {
    border-bottom: 1px solid var(--base-gray);
}

.profile__item__topic {
    width: 38%;
    margin: 10px 0 10px 20px;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.profile__item__content {
    width: 53.6%;
    margin: 10px 0;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1.6px;
}


/* campany profile pc */
@media screen and (min-width:769px) {
    .companyProfile {
        position: relative;
        background-image: url(../images/backImage.png);
        background-color: transparent;
        background-size: contain;
        background-blend-mode: normal;
        background-repeat: no-repeat;
        background-position: top right;
        margin-top: 48px;
    }

    .subTopic__companyProfile {
        position: absolute;
        top: 64px;
    }

    .profile__table {
        padding: 241px 0;
        padding-bottom: 96px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile__item {
        display: flex;
        align-items: center;
        width: 69.4%;
        min-height: 80px;
        border-top: 1px solid var(--base-gray);
    }

    .profile__item:last-child {
        border-bottom: 1px solid var(--base-gray);
    }

    .profile__item__topic {
        width: 30%;
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .profile__item__content {
        width: 70%;
        font-size: 2rem;
        letter-spacing: 2px;
    }

}

/* pc 769px */
/* =============================
history
================================ */
.history__table{
    padding: 36px var(--contentPadding) 0;
}
.history__item{
    padding: 18px 0;
    border-bottom: 1px solid var(--line-gray);
}
.history__item:last-child{
    border-bottom: none;
}
.history__date{
    padding-left: 10px;
    border-left: 5px solid var(--base-green);
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 3.2px;
}
.history__content{
    margin-top: 8px;
    padding: 10px 15px;
    font-family: "Noto Sans";
    font-size: 1.4rem;
    background-color: #EAEAEA;
}

/* history pc */
@media screen and (min-width:769px) {
    .history__table {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 64px 0 0;
        background-image: url(../images/logo_color.png);
        background-color: rgba(253, 253, 253, 0.8);
        background-blend-mode: lighten;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: calc(100% + 129px) top;

    }

    .history__item {
        display: flex;
        padding: 0;
        border-bottom: none;
    }

    .history__date {
        width: 250px;
        margin-top: 30px;
        font-family: "Noto Serif JP";
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 4px;
        border-left: none;
    }

    .history__line {
        width: 6px;
        margin: 0 50px;
        background-color: var(--base-green);
    }
    .history__item:first-child .history__line{
        background: linear-gradient(180deg, #FDFDFD 0%, #5A5 20.5%);
    }

    .history__content {
        width: 655px;
        margin-top: 30px;
        padding: 10px 15px;
        position: relative;
        font-family: "Noto Sans";
        font-size: 1.6rem;
    }

    .history__content::before {
        display: inline-block;
        content: '';
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: var(--base-green);
        position: absolute;
        top: 12px;
        left: -53px;
        transform: translate(-50%, -50%);
    }


}

/* pc 769px */