@charset "UTF-8";

/*----- MVに代表写真追加 -----*/
#mv:before {
    position: absolute;
    content: "";
    background-image: url(/common/upload_data/kaitai-lifenetcom/image/20250123102910.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 180px;
    height: 230px;
    bottom: 1px;
    left: auto;
    z-index: 10;
    right: 45px;
}
#mv:after {
    position: absolute;
    content: "高林 元明 社長";
    background-color: var(--i_sub_color);
    color: #fff;
    width: 190px;
    height: 35px;
    top: auto;
    bottom: 1px;
    left: auto;
    z-index: 11;
    right: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 900px) {
    #mv:after, #mv:before {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }
    #mv:before {
        height: 120px;
    }
    #mv:after {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    #mv:before, #mv:after {
        width: 110px;
    }
    #mv:after {
        height: 28px;
    }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
    #mv:before, #mv:after {
        display: none;
    }
}
/*----- 代表挨拶、背景追加 -----*/
#top_gr + section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background: #228FCE;
    clip-path: polygon(70% 0, 0 0, 0 100%);
    pointer-events: none;
}
@media screen and (max-width: 900px) {
    #top_gr + section:before {
        height: 70vw;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    }
}
/*----- ブログ調整 -----*/
#top_blog + .block_news_1.add_design6 {
    color: #ffffff;
}
#top_blog + .block_news_1.add_design6 ul li, #top_blog + .block_news_1.add_design6 .content_wrapper li a span {
    border-radius: 12px;
}
/*----- インスタ「さらに読み込む」ボタン非表示 -----*/
a.insta_more {
    display: none;
}
/*----- レイアウト調整(2025/02/03) -----*/
#mv:before {
    background-image: url(/common/upload_data/kaitai-lifenetcom/image/20250203172622.png);
    width: 190px;
    height: 300px;
}
#mv:after {
    content: "高林 元明 代表";
}
@media screen and (max-width: 900px) {
    #mv {
        min-height: 500px !important;
    }
    #mv:after, #mv:before {
        left: auto;
        right: 10px;
        transform: initial;
        width: 250px;
    }
    #mv:before {
        /*height: 240px;*/
        height: 100%;
    }
}
@media only screen and (max-width: 500px) {
    #mv {
        min-height:300px !important;
    }
    #mv:before, #mv:after {
        /*width: 140px;*/
        width: 160px;
    }
    #mv:before {
        /*height: 210px;*/
    }
}