@charset "utf-8";

/* ---------------- body */
body {
    font-family: 'Noto Sans JP',sans-serif;
    background-color: #F1F1F1;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}

/* TOPへ戻る */
.pagetop_fixed {
    display: none;
}
.pagetop_fixed .toPageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.pagetop_fixed img {
    max-width: 100%;
}

/* 768px以上 */
@media only screen and (min-width: 768px), print {
    .pagetop_fixed .toPageTop {
        width: 60px;
        height: 60px;
    }
}


/* ---------------- パンくずリスト */
.breadcrumbs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    clear: both;
    font-size: 11px;
    font-size: 1.1rem;
    width: 100%;
    max-width: calc(1100px);
    margin: 0 auto;
    -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
    display: none;
}
.breadcrumbs ol {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1% 5%;
    list-style: none;
    text-align: left;
    color: #000;
    font-size: 11px;
}
.breadcrumbs ol li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs ol li:nth-child(n+2):before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 2px 0;
    border: 1px solid #a7a8aa;
    border-width: 0 1px 1px 0;
    font-size: 12px;
    font-size: 1.2rem;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumbs__content .breadcrumbs-link__sp {
    display: none;
}


/* ---------------- 在宅特集共通 */
main {
    margin-bottom: 100px;
}
p {
    font-size: 15px;
    line-height: 1.8;
}
.bgColor {
    position: absolute;
    width: 100%;
    height: 330px;
    background-color: #ffffff;
    z-index: -1;
}
.common-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.flexInner {
    display: flex;
}

.link-box p{
    margin-bottom: 4px;
}

/* 記事一覧 */
.common-articles h2 {
    margin: 40px 0;
}
.common-articles .articleItem {
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.common-articles .articleItem:not(:last-child) {
    margin-bottom: 30px;
}
.common-articles .articleItem a {
    text-decoration: none;
    color: #000;
}
.common-articles .articleItem a:hover .flexInner img {
    opacity: 0.8;
}
.common-articles .articleItem a:hover .flexInner .textArea h3 {
    color: #CC0033;
}
.common-articles .articleItem .flexInner {
    position: relative;
    justify-content: left;
}
.common-articles .articleItem img {
    width: 317px;
    height: 220px;
    flex-shrink: 0;
}
.common-articles .articleItem .textArea {
    position: relative;
    margin: 0 50px 0 30px;
}
.common-articles .articleItem .textArea h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    transition: 0.1s ease-out;
}
.common-articles .articleItem .textArea .more{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #CC0033;
    text-align: right;
}
.common-articles .articleItem .textArea .more:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.common-articles .articleItem .textArea .threeDots {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 記事一覧 forIE */
@media all and (-ms-high-contrast: none) {
    .common-articles .articleItem .textArea .threeDots {
        position: relative;
        height: 72px;
        overflow: hidden;
        line-height: 1.6;
    }
    .common-articles .articleItem .textArea .threeDots:before,
    .common-articles .articleItem .textArea .threeDots:after {
        position: absolute;
    }
    .common-articles .articleItem .textArea .threeDots:before {
        content: "…";
        bottom: 0;
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
        padding-left: 1em;
    }
    .common-articles .articleItem .textArea .threeDots:after {
        content: "";
        width: 100%;
        height: 100%;
        margin-left: -1em;
        background: #FFF;
    }
  }

/* 物件を探す */
.lp-telework-column .common-search,
.page-telework-column .page-article .common-search {
    margin-top: 100px;
    padding: 30px 40px;
    text-align: center;
    border-top: 10px solid #CC0033;
    border-right: 1px solid #CC0033;
    border-bottom: 1px solid #CC0033;
    border-left: 1px solid #CC0033;
    background-color: #fff;
}
.common-search h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.common-search h2:before {
    content: '';
    position: absolute;
    left: -35px;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    background-image: url(/static_contents/20250722-101144/contents/telework-column/imgs/icon_telework_search.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.common-search > p {
    margin-bottom: 30px;
}
.common-search .flexInner {
    justify-content: space-between;
}
.common-search .items:not(:last-child) {
    margin-bottom: 20px;
}
.common-search .items .item {
    display: block;
    position: relative;
    cursor: pointer;
}
.common-search .items .item:first-child {
    margin-right: 20px;
}
.common-search .items .item:hover {
    opacity: 0.8;
}
.common-search .items .item img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.common-search .items .item .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
}
.common-search .items .item .bg .l-center {
    position: relative;
    height: 50px;
}
.common-search .items .item p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    color: #fff;
}
.common-search .items .item p {
    font-size: 16px;
}

/* フッター */
footer p {
    font-size: inherit;
    line-height: inherit;
}

/* フッター forIE */
@media all and (-ms-high-contrast: none) {
    footer {
        margin-top: 100px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    /* ページ共通 */
    main {
        margin-bottom: 50px;
    }
    p {
        font-size: 16px;
        line-height: 2;
    }
    .bgColor {
        position: absolute;
        width: 100%;
        height: 368px;
        background-color: #ffffff;
        z-index: -1;
    }
    .sp_size {
        max-width: 100%;
    }
    .flexInner {
        display: block;
    }
    .lp-telework-column .inner_sp,
    .page-telework-column .page-article .inner_sp,
    .page-telework-column .common-articles.inner_sp {
        margin-right: 10px;
        margin-left: 10px;
    }

    /*  パンくずリスト */
    .breadcrumbs {
        margin-bottom: 0;
    }
    .breadcrumbs ol {
        width: 95%;
        padding: 8px 0;
        font-size: 10px;
    }
    .breadcrumbs__content .breadcrumbs-link__pc {
        display: none;
    }
    .breadcrumbs__content .breadcrumbs-link__sp {
        display: inline;
    }
    .breadcrumbs__content.pc_only:not(:last-child)::before {
        display: none;
    }
    /* 記事一覧 */
    .common-articles {
        margin-bottom: 40px;
    }
    .common-articles > h2 {
        margin: 30px 0 15px;
        font-size: 15px;
        text-align: left;
        line-height: 1.8;
    }
    .common-articles .articleItem {
        position: relative;
        padding: 10px;
    }
    .common-articles .articleItem .flexInner {
        display: flex;
        align-items: center;
    }
    .common-articles .articleItem img {
        width: 50%;
        height: 50%;
    }
    .common-articles .articleItem .textArea{
        position: static;
        margin: 0;
    }
    .common-articles .articleItem .textArea h3 {
        margin: 0 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        transition: none;
    }
    .common-articles .articleItem .textArea p {
        font-size: 15px;
        line-height: 1.6;
    }
    .common-articles .articleItem .textArea p:first-child {
        margin: 10px 0 40px;
    }
    .common-articles .articleItem .textArea .more{
        bottom: 10px;
        right: 35px;
        font-size: 16px;
    }
    .common-articles .articleItem .textArea .more:after {
        top: 45%;
        right: -20px;
    }
    .common-articles .articleItem .textArea .threeDots {
        -webkit-line-clamp: 2;
    }

    /* 物件を探す */
    .lp-telework-column .common-search,
    .page-telework-column .page-article .common-search  {
        margin-top: 50px;
        padding: 10px;
        text-align: left;
    }
    .lp-telework-column .common-search h2,
    .page-telework-column .common-search h2 {
        margin: 10px auto;
        margin-left: 15%;
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }
    .common-search h2:before {
        left: -42px;
        width: 30px;
        height: 30px;
        margin-top: 13px;
    }
    .common-search > p {
        margin-bottom: 25px;
    }
    .common-search .items .item:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .common-search .items .item img {
        width: 100%;
    }
    .common-search .items .item .bg .l-center {
        text-align: center;
    }
    .common-search .items .item p {
        font-size: 18px;
    }
}



/* ---------------- LP固有 */
/* メインビジュアル */
.lp-mv .mv {
    width: 100%;
    background-image: url(/static_contents/20250722-101144/contents/telework-column/imgs/img_telework_FV1000x556.jpg);
    background-position: right;
}
.lp-mv .mv img {
    margin-left: 35px;
}
.lp-mv .mv p {
    max-width: 490px;
    padding: 30px 35px 65px;
}

/* 記事一覧 */
.lp-telework-column h1 {
    padding: 65px 35px 30px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
}
.lp-telework-column h2 {
    font-size: 18px;
    text-align: center;
}


/* SP */
@media screen and (max-width: 767px) {
    /* mv */
    .lp-mv .mv {
        max-width: 100%;
        background-image: none;
    }
    .lp-mv .mv h1 {
        padding: 30px 0 15px;
        font-size: 31px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
    }
    .lp-mv .mv img {
        width: 100%;
        margin-left:0;
    }
    .lp-mv .mv p {
        padding: 15px 0 20px;
        font-size: 15px;
    }
    .lp-telework-column h2 {
        font-size: 16px;
        text-align: left;
    }
}


/* ---------------- 記事ページ固有 */
/* 記事ヘッダー */
.page-telework-column .page-article{
    margin-bottom: 50px;
    padding-bottom: 75px;
    border-top: 20px solid #CC0033;
    background-color: #fff;
}
.page-telework-column .page-article section,
.page-telework-column .page-detail .detail_inner  {
    max-width: 750px;
    margin: 0 auto;
}
.page-telework-column .page-title h1{
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
}
.page-telework-column .page-detail {
    padding: 20px 0 30px;
    border-top: 1px solid #E1E1E1;
}
.page-telework-column .page-detail .flexInner {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.page-telework-column .page-detail .detail_inner time {
    display: inline-block;
    font-size: 12px;
    color: #5F5F5F;
}

/* sns */
.page-telework-column .page-detail .detail_inner .sns ul {
    display: flex;
    border-spacing: 2px 0;
}
.page-telework-column .page-detail .detail_inner .sns ul li {
    width: 150px;
    margin-right: 10px;
}
.page-telework-column .page-detail .detail_inner .sns .facebook a,
.page-telework-column .page-detail .detail_inner .sns .twitter a,
.page-telework-column .page-detail .detail_inner .sns .line a {
    display: block;
    width: 100%;
    padding: 1%;
    border-radius: 4px;
}
.page-telework-column .page-detail .detail_inner .sns .facebook a {
    background: #1778f2;
}
.page-telework-column .page-detail .detail_inner .sns .twitter a {
    background: #1b95e0;
}
.page-telework-column .page-detail .detail_inner .sns .line a {
    background: #00b900;
}
.page-telework-column .page-detail .detail_inner .sns .facebook a > p::before,
.page-telework-column .page-detail .detail_inner .sns .twitter a > p::before,
.page-telework-column .page-detail .detail_inner .sns .line a > p::before {
    content: "";
    display: inline-block;
    height: 1.2em;
    width: 1.5em;
    vertical-align: middle;
    margin: 0 0 0.2em 0;
}
.page-telework-column .page-detail .detail_inner .sns .facebook a > p::before {
    background: url(/static_contents/20250722-101144/contents/telework-column/imgs/ico_facebook_share.svg) no-repeat;
    background-size: contain;
}
.page-telework-column .page-detail .detail_inner .sns .twitter a > p::before {
    background: url(/static_contents/20250722-101144/contents/telework-column/imgs/ico_twitter_share.svg) no-repeat;
    background-size: contain;
}
.page-telework-column .page-detail .detail_inner .sns .line a > p::before {
    background: url(/static_contents/20250722-101144/contents/telework-column/imgs/ico_line_send.png) no-repeat;
    background-size: contain;
}
.page-telework-column .page-detail .detail_inner .sns .facebook a > p,
.page-telework-column .page-detail .detail_inner .sns .twitter a > p,
.page-telework-column .page-detail .detail_inner .sns .line a > p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.page-telework-column .page-detail .detail_inner .sns ul li > a {
    text-decoration: none;
}
.page-telework-column .page-detail .detail_inner .sns ul li > a span {
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 1px;
}

/* 記事導入部分 */
.page-telework-column .page-intro img {
    width: 100%;
    margin-bottom: 30px;
}
.page-telework-column .page-intro .lead {
    margin-bottom: 30px;
}
.page-telework-column .page-intro .contentsList {
    padding: 15px 20px 30px;
    background-color: #F8F8F8;
}
.page-telework-column .page-intro .contentsList .contentsList_title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.page-telework-column .page-intro .contentsList ol {
    list-style-type: none;
    font-size: 15px;
    line-height: 1.8;
    counter-reset: ol_li;
}
.page-telework-column .page-intro .contentsList ol li {
    margin-bottom: 5px;
    color: #2929E5;
}
.page-telework-column .page-intro .contentsList ol > li::before {
    margin-right: 10px;
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #000;
}
.page-telework-column .page-intro .contentsList ol li a{
    text-decoration: none;
}

.page-telework-column .page-intro .contentsList ol li a:hover {
    text-decoration: underline;
}
.page-telework-column .page-intro .contentsList ul {
    margin-left: 18px;
}


/* 記事詳細部分 */
.page-telework-column .page-contentsItem .titleLine {
    padding-bottom: 5px;
    border-bottom: 1px solid #EDEDED;
}
.page-telework-column .page-contentsItem .h2Area {
    margin: 50px 0 30px;
}
.page-telework-column .page-contentsItem h2 {
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 5px solid #CC0033;
}
.page-telework-column .page-contentsItem h3 {
    margin: 30px 0 20px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #F8F8F8;
}
.page-telework-column .page-contentsItem h4 {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #000
    ;
}
.page-telework-column .page-contentsItem .h4Area {
    margin: 30px 0 20px;
}
.page-telework-column .page-contentsItem figure {
    margin-right: 25px;
}
.page-telework-column .page-contentsItem figure figcaption {
    font-size: 12px;
    color: #262626;
    line-height: 1.8;
}
.page-telework-column .page-contentsItem .textBelow {
    margin: 30px 0 0;
}
.page-telework-column .page-contentsItem figure figure {
    margin-right: 0;
    justify-content: space-between;
}

/* 関連記事 */
.page-telework-column .common-articles {
    max-width: 1000px;
}
.page-telework-column .common-articles h2 {
    margin: 20px 0;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #929292;
}


/* SP */
@media screen and (max-width: 767px) {
    .page-telework-column .page-article {
        padding-bottom: 10px;
    }
    .page-telework-column .page-title h1 {
        font-size: 22px;
        line-height: 1.4;
    }
    .page-telework-column .page-detail {
        padding: 5px 0 20px;
    }
    .page-telework-column .page-detail .detail_inner {
        display: block;
        text-align: right;
    }
    .page-telework-column .page-detail .detail_inner time {
        margin-bottom: 10px;
    }
    .page-telework-column .page-detail .detail_inner .sns ul li {
        width: 100px;
    }
    .page-telework-column .page-intro img {
        margin-bottom: 20px;
    }
    .page-telework-column .page-intro .contentsList ol {
        font-size: 15px;
        line-height: 1.6;

    }
    .page-telework-column .page-contentsItem .h2Area {
        margin: 50px 0 20px;
    }
    .page-telework-column .page-contentsItem h2 {
        font-size: 21px;
    }
    .page-telework-column .page-contentsItem h3 {
        margin: 20px 0 10px;
        padding: 10px;
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .page-telework-column .page-contentsItem figure {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .page-telework-column .page-contentsItem figure img {
        width: 100%;
    }
    .page-telework-column .page-contentsItem figure.textBelow,
    .page-telework-column .page-contentsItem figure.textBelow figure  {
        margin-bottom: 0;
    }
    .page-telework-column .page-contentsItem figure.textBelow figure img:first-child {
        margin-bottom: 10px;
    }
    .page-telework-column .page-contentsItem h4 {
        line-height: 1.6;
    }
    .page-telework-column .common-articles h2 {
        font-size: 14px;
    }
}
