@charset "UTF-8";

/*--------MV下3カラムパーツ---------*/
main{
    position: relative;
    z-index: 6;
    overflow: visible;
}

#top_banner+ .contents_box01{
    padding-top: 170px;
}
/*MVページネーション*/
#mv .mv_pointer {
    display: none;
}

#top_3c+.composite_box01{
    position: absolute;
    content: "";
    width: auto;
    height: fit-content;
    top: -120px;
    right: 0;
    z-index: 1;
    overflow: visible;
}
#top_3c+.composite_box01 .content_wrapper{
    width: 60%;
    margin-right: 0;
    min-width: 700px;
}
#top_3c+.composite_box01 .content_wrapper .inner_item{
    border: 1px solid var(--i_sub2_color);
}
#top_3c+.composite_box01 .content_wrapper .inner_item a{
    background-color:  var(--i_main_color);
    pointer-events: none;
    max-height: 150px;
}
#top_3c+.composite_box01 .content_wrapper .inner_item_img{
    width: fit-content;
    height: 100%;
}
#top_3c+.composite_box01 .inner_item_img img{
    object-fit: cover;
    height: auto!important;
    width: 70%!important;
}

#top_3c+.composite_box01 .inner_item:nth-child(3) .inner_item_img img{
    filter: brightness(100);
}

#top_3c+.composite_box01 .inner_item_txt{
    margin-bottom: 0;
    background: #fff;
    padding: 0.5rem;
    border-bottom:  1px solid var(--i_sub2_color);
}

#top_3c+.composite_box01 .inner_item_txt .heading.block_header_4 .h {
    color: var(--i_main_color);
    font-size: 2rem;
}

@media screen and (max-width: 900px){
#top_3c+.composite_box01 {
    width: 100%;
}
#top_3c+.composite_box01 .content_wrapper {
    margin-right: auto;
    width: 100%;
    max-width: 700px!important;
    min-width: auto;
    padding: 0 10px;
}
#top_3c+.composite_box01 .inner_item{
    width: 33%!important;
    margin: 0!important;
}
#top_3c+.composite_box01 .heading.block_header_4 .h {
    font-size: min(3vw,1.8rem)!important;
}
#top_3c+.composite_box01 .inner_item_img img {
    height: 90%!important;
    width: auto!important;
    margin: auto;
}
}
@media screen and (max-width: 500px){
#top_banner+ .contents_box01 {
    padding-top: 30vw;
}
#top_3c+.composite_box01 {
    top: -100px;
}
#top_3c+.composite_box01 .content_wrapper .inner_item_img {
    padding: 1rem;
}
}

/*--------トップサービス---------*/
#top_service + .composite_box01.block_images_4 .inner_item_img{
    padding-top: 70%;
    width: 70%;
}
#top_service + .composite_box01 .inner_item .heading.block_header_4 .h{
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 10px;
    margin-top: 1rem;
    background: var(--i_noimg_bg_color);
}
@media screen and (max-width: 700px){
#top_service + .composite_box01 .wrapper_item {
    justify-content: center;
}
#top_service + .composite_box01 .inner_item{
    width: 31% !important;
}
#top_service + .composite_box01.block_images_4 .inner_item:nth-of-type(2n){
    margin-left: 0 !important;
}
}
@media screen and (max-width: 500px){
#top_service + .composite_box01 .inner_item {
    width: 100%!important;
    max-width: 350px;
}
}

/*--------料金表・FAQ---------*/
#top_2c+.composite_box01 .content_wrapper {
    padding: 0;
}
#top_2c+.composite_box01.block_images_7 .inner_item_txt {
    background: rgb(62 119 212 / 60%);
}
@media screen and (max-width: 1200px){
#top_2c+.composite_box01{
    padding: 0;
}
}

/*--------MV画像追加---------*/
#mv:before{
    position: absolute;
    content: "";
    background-image: url(/common/upload_data/lifenet-hokkaidojp/image/20231205113459.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 260px;
    height: 340px;
    bottom: 100px;
    left: auto;
    z-index: 10;
    right: 45px;
}
#mv:after{
    position: absolute;
    content: "高林 元明 社長";
    background-color: var(--i_sub_color);
    color: #fff;
    width: 270px;
    height: 35px;
    top: auto;
    bottom: 100px;
    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%);
}
}

@media screen and (max-width: 900px){
#mv:after {
    font-size: 15px;
}
}

@media screen and (max-width: 500px){
#mv:before,
#mv:after{
    width: 110px;
    bottom: 80px;
}
#mv:before {
    height: 120px;
}
#mv:after{
    height: 28px;
}
}