@charset "UTF-8";

:root {
	--i_main_color: #379e4c;
}

/* 背景 */
body,
main {
	background: transparent;
}

body::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/common/upload_data/d1zemicom/image/bg.jpg.webp) no-repeat 70% center / cover;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0.8;
	pointer-events: none;
}

/* 見出し虹イラスト */
.heading.block_header_1 p,
.heading.block_header_6 .h {
	font-size: 3.9rem !important;
	line-height: 1.4;
	position: relative;
	color: var(--i_main_color);
	font-weight: 600;
	border-bottom: 4px dotted var(--i_main_color);
	padding-bottom: 6px;
	margin-bottom: 8px;
	padding-top: 5px;
}

.heading.block_header_1 p::before,
.heading.block_header_6 .h:before {
	content: '';
	background: url(/common/upload_data/d1zemicom/image/icon.png.webp)no-repeat right center / 80px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	right: -60px;
	z-index: -1;
}

@media screen and (max-width: 800px) {

	.heading.block_header_1 p::before,
	.heading.block_header_6 .h:before {
		background-size: 100px;
		top: 0px;
		right: -20px;
		opacity: 0.5;
	}
}

/* 同じカテゴリー箇所から下は反映しない */
main>section:not([class*="pt"]) {
	background: #fff;
}

main>section:not([class*="pt"]) .heading.block_header_1 p,
main>section:not([class*="pt"]) .heading.block_header_6 .h {
	color: #da2121;
	border-bottom: 4px dotted #da2121;
	padding-top: 0;
}

main>section:not([class*="pt"]) .heading.block_header_1 p::before,
main>section:not([class*="pt"]) .heading.block_header_6 .h:before {
	display: none;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
    padding: 3rem 0 0;
}
.heading.block_header_1 p::before,
.heading.block_header_6 .h:before {
    background: url(/common/upload_data/d1zemicom/image/20260609112031.png) no-repeat right center / 110px;
}
/*------イラスト配置------*/
@media screen and (min-width: 901px) {
    main:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        left: 3%;
        top: 5%;
        background: url(/common/upload_data/d1zemicom/image/20260609103539_2.png) no-repeat;
        background-size: contain;
    }
    main:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        right: 1%;
        top: 71%;
        background: url(/common/upload_data/d1zemicom/image/20260609103539_1.png) no-repeat;
        background-size: contain;
    }
}