@charset "UTF-8";

/* アイコン入れ込み(2025/10/16) */
a[id="seo"] + section .heading.block_header_2 .h:before {
    content: '';
    position: absolute;
    display: block;
    top: -90px;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%);
    background-image: url(/common/upload_data/makoto-kensoucom/image/20251017095606.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
a[id="service"] + section .heading.block_header_1 p,
a[id="g2"] + div .heading.block_header_1 p,
a[id="feature"] + section .heading.block_header_1 p {
    width: 100%;
}
a[id="service"] + section .heading.block_header_1 p:before,
a[id="g2"] + div .heading.block_header_1 p:before,
a[id="feature"] + section .heading.block_header_1 p:before {
    content: '';
    position: absolute;
    display: block;
    top: 40%;
    left: 0;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
    background-image: url(/common/upload_data/makoto-kensoucom/image/20251017095606.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
a[id="g2"] + div .heading.block_header_1 p:before,
a[id="feature"] + section .heading.block_header_1 p:before {
    left: initial;
    right: 0;
}
@media only screen and (max-width: 900px) {
    a[id="seo"] + section .heading.block_header_2 .h {
        width: 100%;
    }
    a[id="seo"] + section .heading.block_header_2 .h:before {
        top: 30%;
        width: 50px;
        height: 50px;
        left: initial;
        right: 0;
        transform: translateY(-50%);
    }
    a[id="feature"] + section .heading.block_header_1 p {
        text-align: center;
    }
    a[id="service"] + section .heading.block_header_1 p:before,
    a[id="g2"] + div .heading.block_header_1 p:before,
    a[id="feature"] + section .heading.block_header_1 p:before {
            top: 30%;
            width: 50px;
            height: 50px;
    }
    a[id="feature"] + section .heading.block_header_1 p:before {
        left: 0;
        right: initial;
    }
}

/* MV調整(2025/11/28) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 30%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    aspect-ratio: 280 / 58;
    left: 55%;
    width: 70%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 35%;
    }
}