@charset "UTF-8";

/* -------------------------
      代表挨拶
--------------------------*/
.page-content {
    margin: auto;
}
.message-fv__img--pc {
    display: block;
}
.message-fv__img--sp {
    display: none;
}
.message__container {
    margin: auto;
    padding: 80px 0;
}
.message__container--text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.message__container--sign {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 26px;
    font-weight: 700;
    margin-top: 40px;
    text-align: end;
}
@media (max-width: 788px) {
    .message-fv__img--pc {
        display: none;
    }
    .message-fv__img--sp {
        display: block;
    }
    .message__container{
        width: 86%;
        padding: 50px 0;
    }
}

/* -------------------------
      会社概要
--------------------------*/
.company-content {
    padding: 70px 0 160px;
}
@media (max-width: 788px) {
    .company-content {
        padding: 70px 0 40px 0;
    }
}
/* 概要・沿革大枠 */
.company-block {
    width: 66%;
    max-width: 1000px;
    margin: auto;
}
.company-block:not(:first-child) {
    padding-top: 80px;
}
.company-common {
    /* width: 82%; */
    margin: auto;
}
.company__info {
    margin: 50px 0 0;
}
.company-info-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}
.company-info-block:not(:last-child) {
    border-bottom: 1px solid #C7C7C7;
}
.company-info-block__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 20%;
}
.company-info-block__day {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    width: 20%;
}
.company-info-block__text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 26px;
    width: 80%;
}
@media (max-width: 788px) {
    .company-block {
        width: 100%;
    }
    .company-block:not(:first-child) {
        padding-top: 40px;
    }
    .company-common {
        width: 90%;
    }
    .company__info {
        margin: 10px 0 0;
    }
    .company-info-block {
        align-items: baseline;
    }
    .company-info-block:not(.company__history .company-info-block) {
        flex-direction: column;
    }
    .company-info-block__title {
        width: 100%;
        margin-bottom: 6px;
    }
    .company-info-block__text {
        width: 100%;
    }
    .company-info-block:last-child {
        border-bottom: 1px solid #C7C7C7;
    }
    .company-info-block__day {
        width: 40%;
    }
}
/* 概要・沿革 dl */
.company-info-block__common {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.company-info-block__common-title {
    font-weight: 300;
    width: 25%;
}
.company-info-block__common-text {
    width: 75%;
}
@media (max-width: 788px) {
    .company-info-block__common-title {
        width: 40%;
    }
    .company-info-block__common-text {
        width: 60%;
    }
}
/* 概要・沿革 ol */
.company-info-block__number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.company-info-block__number-list {
    list-style: decimal;
    list-style-position: inside;
}
/* 概要・沿革 ul */
.company-info-block__normal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* 数字で見るリビングコーポレーション */
.company-info-img {
    margin-top: 24px;
}
/* アクセスマップ */
.access-container--row {
    display: flex;
    flex-direction: row;
}
.access-container--row-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.access-container__map {
    width: 50%;
}
.access-container__block {
    display: flex;
    width: 50%;
    height: 480px;
}
.access-container__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 77%;
    margin: auto;
}
.access-container__info-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    padding-bottom: 20px;
}
.access-container__info-address {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 30px;
}
.access-container__info-tel {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    margin-top: 30px;
}
.access-container__info-tel-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 16%;
}
.access-container__info-tel-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 84%;
}
.access-container__info-access {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    margin-top: 30px;
}
.access-container__info-access-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 16%;
}
.access-container__info-access-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 84%;
}
@media (max-width: 788px) {
    .access-container--row {
        flex-direction: column;
    }
    .access-container--row-reverse {
        flex-direction: column;
    }
    .access-container__map {
        width: 100%;
    }
    .access-container__map iframe {
        height: 274px;
    }
    .access-container__block {
        width: 100%;
        height: auto;
    }
    .access-container__info {
        margin: 60px auto;
        width: 84%;
        line-height: 18px;
    }
    .access-container__info-tel-title {
        width: 26%;
    }
    .access-container__info-access-title {
        width: 26%;
    }
    .access-comtainer__info-access-text {
        width: auto;
    }
    .access-container__info-title{
        padding-bottom: 17px;
        font-size: 15px;
    }
    .access-container__info-address{
        margin-top: 21px;
        
    }
    .access-container__info-tel{
        margin-top: 27px;
    }
    .access-container__info-access{
        margin-top: 18px;
    }
    .access-container__info{
        margin: 58px auto 49px auto;
    }
}