@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/
:root {
	--main: #dd732a;
	--sub:  #885806;
	--base: #faeadf;
	--base2:#eeb994;
	--text: #333333;
	--link: #ffaa00;
	--gradient-1: linear-gradient(45deg, #f9f341 0%, #dd732a 50%, #dd732a 100%);
	--gradient-2: linear-gradient(45deg, #f9f341 0%, #5ac263 50%, #5ac263 100%);
	--gradient-3: linear-gradient(to right, #fcffa7 0%, #eeb994 100%);
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-jp: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-en: "Roboto", sans-serif;
	--font-all: "Roboto", YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--ease: all 0.3s ease;
}
*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
html {
visibility: hidden;
}
html.wf-active {
visibility: visible;
}
::placeholder {
	color: #ccc;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	counter-reset: count;
	animation: fadeIn 2.5s ease 0s 1 normal;
	letter-spacing: normal;
	color: var(--text);
}
.content div {
	margin: 0;
}

/*構成*/
#all_wrap {
	width: calc(100%);
	padding: 0;
	margin: 0;
	position: relative;
	padding-top: 120px;
}
.widget {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*構成*/
	#all_wrap {
		width: calc(100%);
		padding: 0;
		margin: 0 auto;
		position: relative;
		padding-top: 50px;
	}
	.l-footer {
		width: calc(100%);
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.widget {
		margin-bottom: 0;
	}
}


.content a { color: var(--text); font-weight: 500; text-decoration: underline; transition: var(--ease); }
.content a:hover { color: var(--text); font-weight: 500; text-decoration: none; transition: var(--ease); }
img { width: 100%; height: auto; }

.content .size-full,
.content .size-large,
.content .size-medium,
.content .size-thumbnail {
	margin-bottom: 1em;
}

#all_wrap .content a.wp-block-button__link {
	display: block;
	width: 50%;
	color: #fff;
	transition: ease 0.2s;
	position: relative;
	padding: 10px 20px;
	margin: 0 auto;
}
#all_wrap .content a.wp-block-button__link:hover { text-decoration: none; opacity: 0.8; transition: ease 0.2s; }
#all_wrap .content a.wp-block-button__link::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transition: ease 0.2s;
}
#all_wrap .content a.wp-block-button__link:hover::after {
	right: 18px;
	transition: ease 0.2s;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

#all_wrap .single_content a { color: var(--text); font-weight: 500; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #var(--text); font-weight: 500; text-decoration: underline; transition: ease 0.2s; }


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap { position: relative; overflow: hidden; }
	#all_wrap .content a.wp-block-button__link {
		display: block;
		width: 90%;
		color: #fff;
		transition: ease 0.2s;
		position: relative;
		padding: 10px 50px;
		margin: 0 auto;
	}
}

/*ページトップ*/
#to_top {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 40px;
	height: 40px;
	background: var(--main);
	border-radius: 50%;
	position: fixed;
	bottom: 25px;
	right: 25px;
	transition: var(--ease);
	opacity: 0;
	visibility: hidden;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
#to_top.fixed {
	transition: var(--ease);
	opacity: 1;
	visibility: visible;
}
#to_top::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: rtranslate(-50%,-50%) rotate(-45deg);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページトップ*/
	#to_top {
		width: 30px;
		height: 30px;
		bottom: 65px;
		right: 15px;
	}
}

/*reCAPTCHA*/
.grecaptcha-badge {
	z-index: 999;
}


/************************************************************/
/*　共通
/************************************************************/
#all_wrap .contHead,
#all_wrap .content .contHead {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	border: none;
	background: none;
	text-align: center;
	z-index: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#all_wrap .contHead::after,
#all_wrap .content .contHead::after {
	content: '';
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 5px;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/ttl_bg.svg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
#all_wrap .contHead > h2,
#all_wrap .content .contHead > h2 {
	width: fit-content;
	padding: 15px 100px;
	margin: 0 auto;
	border: 2px solid var(--main);
	background: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: center;
	position: relative;
	border-radius: 60px;
}
#all_wrap .contHead > h2::before,
#all_wrap .contHead > h2::after,
#all_wrap .content .contHead > h2::before,
#all_wrap .content .contHead > h2::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: var(--main);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
}
#all_wrap .contHead > h2::after,
#all_wrap .content .contHead > h2::after {
	left: unset;
	right: 20px;
	transform: translate(0,-50%);
}
#all_wrap .contHead > p,
#all_wrap .content .contHead > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--text);
}
#all_wrap .contHead > h3,
#all_wrap .content .contHead > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	text-align: center;
	font-size: 45px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	font-style: italic;
}
#all_wrap .contHead > h3 > strong,
#all_wrap .content .contHead > h3 > strong {
	display: inline-block;
	background: linear-gradient(90deg, #dd732a 0%, #885806 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-style: italic;
	padding-right: 0.15em;
}
#all_wrap .contHead > h3 b,
#all_wrap .content .contHead > h3 b {
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
}
/*白*/
#all_wrap .contHead.white > h3,
#all_wrap .content .contHead.white > h3 {
	color: #fff;
	line-height: 1.4em;
}
#all_wrap .contHead.white > h3 strong,
#all_wrap .content .contHead.white > h3 strong {
	font-size: 1.4em;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color: #fcffa7;
	text-shadow:1px 1px 0 #dd732a, -1px -1px 0 #dd732a,
		-1px 1px 0 #dd732a, 1px -1px 0 #dd732a,
		0px 1px 0 #dd732a,  0-1px 0 #dd732a,
		-1px 0 0 #dd732a, 1px 0 0 #dd732a;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .contHead,
	#all_wrap .content .contHead {
		width: 100%;
		max-width: calc(100% - 60px);
		padding: 0;
		margin: 0 auto 20px;
		grid-row-gap: 10px;
	}
	#all_wrap .contHead::after,
	#all_wrap .content .contHead::after {
		top: 20px;
	}
	#all_wrap .contHead > h2,
	#all_wrap .content .contHead > h2 {
		width: fit-content;
		padding: 12px 30px;
		font-size: 15px;
		border-radius: 40px;
	}
	#all_wrap .contHead > h2::before,
	#all_wrap .contHead > h2::after,
	#all_wrap .content .contHead > h2::before,
	#all_wrap .content .contHead > h2::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background: var(--main);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(0,-50%);
	}
	#all_wrap .contHead > h2::after,
	#all_wrap .content .contHead > h2::after {
		left: unset;
		right: 10px;
		transform: translate(0,-50%);
	}
	#all_wrap .contHead > p,
	#all_wrap .content .contHead > p {
		font-size: 14px;
	}
	#all_wrap .contHead > h3,
	#all_wrap .content .contHead > h3 {
		font-size: 18px;
	}
	#all_wrap .contHead > h3 > strong,
	#all_wrap .content .contHead > h3 > strong {
		display: inline-block;
		background: linear-gradient(90deg, #dd732a 0%, #885806 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 700;
		font-style: italic;
		padding-right: 0.15em;
	}
	#all_wrap .contHead > h3 b,
	#all_wrap .content .contHead > h3 b {
		font-size: 1.2em;
	}
	/*白*/
	#all_wrap .contHead.white > h3,
	#all_wrap .content .contHead.white > h3 {
		color: #fff;
		line-height: 1.4em;
	}
	#all_wrap .contHead.white > h3 strong,
	#all_wrap .content .contHead.white > h3 strong {
		font-size: 1.4em;
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		color: #fcffa7;
		text-shadow:1px 1px 0 #dd732a, -1px -1px 0 #dd732a,
			-1px 1px 0 #dd732a, 1px -1px 0 #dd732a,
			0px 1px 0 #dd732a,  0-1px 0 #dd732a,
			-1px 0 0 #dd732a, 1px 0 0 #dd732a;
	}
}

/*sec*/
.sec {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.sec.mb100 {
	margin-bottom: 100px;
}

/*本文*/
#all_wrap .content {
	font-size: 15px;
	line-height: 2;
	padding: 0;
	margin: 0 auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*本文*/
	#all_wrap .content {
		font-size: 14px;
		line-height: 2;
		padding: 0;
		margin: 0 auto;
	}
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	font-style: normal;
}
#all_wrap .content p {
	font-size: 15px;
	line-height: 2;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}
#all_wrap img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}

/*下マージン*/
#all_wrap .content .mb0,
#all_wrap .content .mb0 { margin-bottom: 0px; }
#all_wrap .content .mb5,
#all_wrap .content .mb5 { margin-bottom: 5px; }
#all_wrap .content .mb10,
#all_wrap .content .mb10 { margin-bottom: 10px; }
#all_wrap .content .mb20,
#all_wrap .content .mb20 { margin-bottom: 20px; }
#all_wrap .content .mb30,
#all_wrap .content .mb30 { margin-bottom: 30px; }
#all_wrap .content .mb40,
#all_wrap .content .mb40 { margin-bottom: 40px; }
#all_wrap .content .mb50,
#all_wrap .content .mb50 { margin-bottom: 50px; }
#all_wrap .content .mb60,
#all_wrap .content .mb60 { margin-bottom: 60px; }
#all_wrap .content .mb70,
#all_wrap .content .mb70 { margin-bottom: 70px; }
#all_wrap .content .mb80,
#all_wrap .content .mb80 { margin-bottom: 80px; }
#all_wrap .content .mb90,
#all_wrap .content .mb90 { margin-bottom: 90px; }
#all_wrap .content .mb100,
#all_wrap .content .mb100 { margin-bottom: 100px; }
#all_wrap .content .mb150,
#all_wrap .content .mb150 { margin-bottom: 150px; }
#all_wrap .content .mb200,
#all_wrap .content .mb200 { margin-bottom: 200px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap p {
		font-size: 14px;
		line-height: 2em;
		font-weight: 500;
		font-feature-settings: "palt" 1;
		font-style: normal;
	}
	#all_wrap .content p {
		font-size: 14px;
		line-height: 2em;
		padding: 0;
		margin-bottom: 10px;
	}

	/*下マージン*/
	#all_wrap .content .mb0,
	#all_wrap .content .mb0 { margin-bottom: 0px; }
	#all_wrap .content .mb5,
	#all_wrap .content .mb5 { margin-bottom: 5px; }
	#all_wrap .content .mb10,
	#all_wrap .content .mb10 { margin-bottom: 10px; }
	#all_wrap .content .mb20,
	#all_wrap .content .mb20 { margin-bottom: 20px; }
	#all_wrap .content .mb30,
	#all_wrap .content .mb30 { margin-bottom: 30px; }
	#all_wrap .content .mb40,
	#all_wrap .content .mb40 { margin-bottom: 20px; }
	#all_wrap .content .mb50,
	#all_wrap .content .mb50 { margin-bottom: 25px; }
	#all_wrap .content .mb60,
	#all_wrap .content .mb60 { margin-bottom: 30px; }
	#all_wrap .content .mb70,
	#all_wrap .content .mb70 { margin-bottom: 35px; }
	#all_wrap .content .mb80,
	#all_wrap .content .mb80 { margin-bottom: 40px; }
	#all_wrap .content .mb90,
	#all_wrap .content .mb90 { margin-bottom: 45px; }
	#all_wrap .content .mb100,
	#all_wrap .content .mb100 { margin-bottom: 50px; }
	#all_wrap .content .mb150,
	#all_wrap .content .mb150 { margin-bottom: 70px; }
	#all_wrap .content .mb200,
	#all_wrap .content .mb200 { margin-bottom: 100px; }
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none !important; }
.sp_none { display: block !important; }
@media only screen and (max-width: 768px){
	.pc_none { display: block !important; }
	.sp_none { display: none !important; }
}

/************************************************************/
/*　JS
/************************************************************/

/*lightbox*/
.nivo-lightbox-effect-fade {
	visibility: hidden;
	opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	width: 20px;
	height: 20px;
}

/************************************************************/
/*　フェードアニメーション
/************************************************************/
/*フェードアップ*/
.fut {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fut.delay {
	animation-delay: 0.8s;
}
.fut.delay2 {
	animation-delay: 1.1s;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*フェードダウン*/
.fdt {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fdt.delay {
	animation-delay: 0.8s;
}
.fdt.delay2 {
	animation-delay: 1.1s;
}
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*フェードイン*/
.fade {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fade.delay {
	animation-delay: 0.8s;
}
.fade.delay2 {
	animation-delay: 1.1s;
}
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*フェードショー*/
.show::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right;
	z-index: 11;
	animation-delay: 0.7s;
}
.show.delay::before {
	animation-delay: 1s;
}
.show.delay2::before {
	animation-delay: 1.2s;
}
.showopen::before {
	animation-name: fadeShowAnime;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
	animation-fill-mode: forwards;
}
@keyframes fadeShowAnime {
	from {
		width: 100%;
	}
	to {
		width: 0%;
	}
}
/*ズームアウト（画像用）*/
.zoomout {
	animation-name: zoomout;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
@keyframes zoomout {
	from {
		transform: translate(-50%,-50%) scale(1.1);
		transform-origin: center;
	}
	to {
		transform: translate(-50%,-50%) scale(1);
		transform-origin: center;
	}
}

/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(100%);
	margin-bottom: 0;
	z-index: 1;
	position: static;
}
.top_wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#all_wrap .l-wrapper {
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}
#all_wrap .l-wrapper.single {
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}
.l-wrapper-full {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.l-wrapper-cat {
	position: relative;
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}

.wrapper {
	width: 100%;
	padding: 50px 0 100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.wrapper.cat {
	width: 100%;
	padding: 50px 0 100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}

#all_wrap .l-wrapper .l-main {
	width: 100%;
	min-width: 900px;
	padding: 0;
	margin: 0 auto;
	order: 1;
}
#all_wrap .l-wrapper-full .l-main {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
#all_wrap .l-wrapper-cat .l-main {
	width: 100%;
	padding: 0;
	margin: 0;
	order: 1;
}

.page {
	width: 100%;
}
.dividerBottom {
	margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
	padding: 0;
	margin: 0 auto;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
	margin: 0;
	padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto 100px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper .l-main {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap.main_page .l-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap.sub_page .l-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 30px;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 30px;
	}
	#all_wrap .l-wrapper.single {
		width: 100%;
		max-width: 100%;
		padding: 30px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		column-gap: 0;
	}

	#all_wrap .l-wrapper .l-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .l-wrapper-full .l-main {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.l-wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.l-wrapper-full {
		position:relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.l-wrapper-full.cat {
		position:relative;
		width: 100%;
		margin: 0 auto;
		padding: 30px;
	}
	.l-wrapper-cat {
		position: relative;
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
	}

	/*トップ構成*/
	.top_wrapper {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#topMain {
		width: calc(100%);
		padding: 0;
		margin: 0;
		overflow: hidden;
		background: #fff;
	}

	.side-banner {
		display: block;
		margin-bottom: 0 !important;
	}
	.side-contents {
		display: none;
	}

	.page {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.content {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.postContents {
		width: calc(100%);
		margin: 0 auto;
		padding: 0;
	}
	.pageContents .content,
	.archiveContents .content {
		padding: 0;
		margin: 0 auto;
	}

	/*グーグルマップ表示*/
	.l-wrapper iframe {
		width: 100%;
	}

}

#all_wrap .pager {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 50px;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
	font-family: var(--font-ttl);
	font-weight: 500;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	font-size: 1em;
}

/*ページビジュアル*/
#pagevisual {
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#pagevisual::before {
	content: '';
	display: block;
	width: 130px;
	height: auto;
	aspect-ratio: 28 / 56;
	background: rgba(221, 115, 42, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#pagevisual::after {
	content: '';
	display: block;
	width: 130px;
	height: auto;
	aspect-ratio: 40 / 80;
	background: rgba(221, 115, 42, 0.75);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#all_wrap #page_title {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	z-index: 10;
}
#all_wrap #page_title > em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-en);
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
#all_wrap #page_title > h1 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
}
#pagevisual > figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
#pagevisual > figure::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #dd732a 0%, #845824 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
}
#pagevisual > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページビジュアル*/
	#pagevisual {
		width: 100%;
		height: 120px;
	}
	#pagevisual::before {
		content: '';
		display: block;
		width: 70px;
		height: auto;
		aspect-ratio: 28 / 56;
		background: rgba(221, 115, 42, 0.75);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	}
	#pagevisual::after {
		content: '';
		display: block;
		width: 70px;
		height: auto;
		aspect-ratio: 40 / 80;
		background: rgba(221, 115, 42, 0.75);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	}
	#all_wrap #page_title {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 7px;
		z-index: 10;
	}
	#all_wrap #page_title > em {
		font-size: 30px;
	}
	#all_wrap #page_title > h1 {
		font-size: 12px;
	}
}

/*h2*/
#all_wrap .content h2 {
	display: block;
	width: 100%;
	padding: 0 0 10px;
	margin: 2em auto 1em;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	font-feature-settings: "palt" 1;
	font-style: normal;
	border: none;
	border-bottom: 1px solid var(--text);
	background: none;
	position: relative;
}
#all_wrap .content h2:first-of-type {
	margin-top: 0;
}
#all_wrap .content h2 small {
	font-size: 14px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h2*/
	#all_wrap .content h2 {
		display: block;
		width: 100%;
		padding: 0;
		margin: 1em auto 1em;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 700;
		color: var(--text);
		font-feature-settings: "palt" 1;
		font-style: normal;
		border: none;
		background: none;
		position: relative;
	}
	#all_wrap .content h2:first-of-type {
		margin-top: 0;
	}
}

/*h3*/
#all_wrap .content h3 {
	padding: 10px 10px 10px 15px;
	margin: 1em auto 1em;
	border: none;
	background: #fafafa;
	border-left: 5px solid var(--text);
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	position: relative;
}
#all_wrap .content h3:first-of-type {
	margin-top: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h3*/
	#all_wrap .content h3 {
		padding: 10px 10px 10px 10px;
		margin: 1em auto 1em;
		border: none;
		background: #fafafa;
		border-left: 5px solid var(--text);
		font-size: 15px;
		line-height: 1.4em;
		font-weight: 700;
		color: var(--text);
		position: relative;
	}
	#all_wrap .content h3:first-of-type {
		margin-top: 0;
	}
}

/*h4*/
#all_wrap .content h4 {
	display: block;
	padding: 0;
	margin: 1em auto 10px;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
	color: var(--text);
}
#all_wrap .content h4:first-of-type {
	margin-top: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h4*/
	#all_wrap .content h4 {
		display: block;
		padding: 0;
		margin: 1em auto 0.5em;
		position: relative;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.4em;
		position: relative;
		color: var(--text);
	}
}

/*h5*/
#all_wrap .content h5 {
	display: block;
	padding: 0;
	margin: 0.5em auto 5px;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
	color: var(--text);
}
#all_wrap .content h5:first-of-type {
	margin-top: 0;
}

/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.pager > li {
	line-height: 1;
	padding: 0;
	margin: 0 5px 0 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-feature-settings: "palt";
	color: var(--text);
	border: 1px solid var(--text);
}
.pager > li:hover {
	border: 1px solid var(--text);
	background: none;
}
.pager > li.pager__item-current {
	padding: 5px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--text);
	border: 1px solid var(--text);
	color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
	background: none;
	border-radius: 0;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-feature-settings: "palt";
}
.pager > li a {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	transition: ease 0.2s;
	line-height: 1;
	background: none;
}
.pager > li a:hover {
	background: var(--text);
	color: #fff;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	transition: ease 0.2s;
	line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
	width: calc(100%);
	max-width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	background: var(--base);
	border: none;
	overflow-x: scroll;
	position: relative;
	z-index: 5;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 10;
}
#all_wrap .breadcrumb .container {
	width: calc(100%);
	max-width: 1200px;
}
.breadcrumb::-webkit-scrollbar { 
	display:none;
}
.breadcrumb > ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	color: var(--text);
	justify-content: flex-start;
	font-family: var(--font-jp);
}
.breadcrumb a {
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-decoration: none;
	transition: var(--ease);
	color: var(--text);
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
}
.breadcrumb a:hover {
	text-decoration: none;
	transition: var(--ease);
	color: #fff;
}
.breadcrumb__list {
	padding: 0;
}
.breadcrumb__item {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10px;
	line-height: 1;
	color: var(--text);
}
.breadcrumb__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パンくず*/
	.breadcrumb {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
		margin: 0 auto;
		border: none;
		overflow-x: scroll;
		position: relative;
		z-index: 5;
		-ms-overflow-style: none;
		scrollbar-width: none;
		z-index: 10;
	}
	#all_wrap .breadcrumb .container {
		width: 100%;
		max-width: 100%;
	}
	.breadcrumb::-webkit-scrollbar {
		display: none;
	}
	.breadcrumb::before {
		display: none;
	}
	.breadcrumb::after {
		display: none;
	}
	.breadcrumb > ul {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 10px;
		background: none;
		justify-content: flex-start;
	}
	.breadcrumb a {
		font-size: 10px;
		line-height: 1;
		padding: 0;
		margin: 0;
		text-decoration: none;
		transition: ease 0.2s;
	}
	.breadcrumb a:hover {
		text-decoration: none;
		transition: ease 0.2s;
		opacity: 0.8;
	}
	.breadcrumb__list {
		padding: 0;
		display: block;
	}
	.breadcrumb__item {
		position: relative;
		display: table-cell;
		white-space: nowrap;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 10px;
		line-height: 1;
	}
	.breadcrumb__item::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
}


/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
	color: #fff;
}


/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.header_top {
	width: 100%;
	min-width: 1400px;
	padding: 10px 50px 0;
	margin: 0;
	position: relative;
	background: #fff;
	display: flex;
	;justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 15px;
}
.header_btm {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
/*ロゴ*/
.header_top > #logo {
	width: fit-content;
	padding: 0;
	margin: 0 auto 0 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 20px;
}
.header_top > #logo img {
	width: auto;
	height: 40px;
}
/*h1*/
#all_wrap .headerDesc {
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: lighter;
	text-align: left;
}
/*電話*/
#all_wrap .tel {
	width: 360px;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .tel > h2 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #dd732a;
	white-space: nowrap;
}
#all_wrap .tel > h2::before,
#all_wrap .tel > h2::after {
	content: '';
	display: block;
	width: auto;
	height: 14px;
	aspect-ratio: 10 / 18;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/slash.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#all_wrap .tel > h2::after {
	transform: scale(-1,1);
}
#all_wrap .tel > p {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#all_wrap .tel > p a {
	display: inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: baseline;
	column-gap: 5px;
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	position: relative;
	white-space: nowrap;
	transition: var(--ease);
}
#all_wrap .tel > p a::before {
	content: '';
	display: block;
	width: auto;
	height: 20px;
	aspect-ratio: 131 / 144;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_tel.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: var(--ease);
}
#all_wrap .tel > p a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
#all_wrap .tel > p span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: left;
	white-space: nowrap;
}
/*ボタン*/
#all_wrap .headerBtn {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 15px;
}
#all_wrap .headerBtn > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .headerBtn > li > a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 8px 25px 8px 8px;
	margin: 0;
	background: var(--gradient-1);
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	border-radius: 66px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	transition: var(--ease);
}
#all_wrap .headerBtn > li.line > a {
	background: var(--gradient-2);
}
#all_wrap .headerBtn > li.mail > a::before {
	content: '';
	display: block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	aspect-ratio 1/1;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_mail_btn.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
#all_wrap .headerBtn > li.line > a::before {
	content: '';
	display: block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	aspect-ratio 1/1;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_line_btn.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
#all_wrap .headerBtn > li > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
/*ナビ*/
#all_wrap #menu-header-menu {
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 0;
}
#all_wrap #menu-header-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-header-menu > li::before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#all_wrap #menu-header-menu > li:last-child::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
#all_wrap #menu-header-menu > li > a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 20px 30px;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-header-menu > li > a:hover {
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-header-menu > li > a::before {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: var(--main);
	position: absolute;
	bottom: -1px;
	left: 0;
	transform-origin: left;
	transition: var(--ease);
}
#all_wrap #menu-header-menu > li > a:hover::before {
	width: 100%;
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.header_top {
		width: 100%;
		min-width: 100%;
		height: 50px;
		padding: 10px 20px;
		column-gap: 10px;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.header_btm {
		display: none;
	}
	/*ロゴ*/
	.header_top > #logo {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0;
		column-gap: 10px;
	}
	.header_top > #logo img {
		width: auto;
		height: 30px;
	}
	/*h1*/
	#all_wrap .headerDesc {
		font-size: 0.8rem;
		line-height: 1.2em;
	}
	/*電話*/
	#all_wrap .tel {
		display: none;
	}
	/*ボタン*/
	#all_wrap .headerBtn {
		display: none;
	}
}


/************************************************************/
/*　ハンバーガーメニュー
/************************************************************/
/* ドロワーメニュー */
.navicon {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/* ドロワーメニュー */
	.navicon {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		width: 50px;
		height: 50px;
		min-width: 50px;
	}
	.humburger {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		background: )none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 12px;
	}
	.humburger > span {
		width: 20px;
		display: inline-block;
		transition: var(--ease);
		position: relative;
		height: 1px;
		background: #fff;
		margin: auto;
	}
	.humburger span::before {
		content: '';
		width: 100%;
		display: inline-block;
		transition: var(--ease);
		position: absolute;
		right: 0;
		height: 1px;
		background: #fff;
	}
	.humburger span::after {
		content: '';
		width: 100%;
		display: inline-block;
		transition: var(--ease);
		position: absolute;
		left: 0;
		height: 1px;
		background: #fff;
	}
	.humburger span::before {
		top: -5px;
	}
	.humburger span::after {
		top: 5px;
	}
	#navTgl:checked + .open .humburger span {
		background: #fff;
	}
	#navTgl:checked + .open .humburger span::before {
		width: 0;
		transition: var(--ease);
	}
	#navTgl:checked + .open .humburger span::after {
		width: 0;
		transition: var(--ease);
	}
	#navTgl:checked + .open .humburger {
		background: none;
	}

	#navTgl {
		display: none;
	}
	label.open,
	label.close {
		cursor: pointer;
	}
	.open {
		opacity: 1;
		z-index: 10001;
		width: 50px;
		height: 50px;
		padding: 10px 10px;
		color: #fff;
		background: var(--text);
		border-radius: 0;
		box-sizing: border-box;
		font-size: 3em;
		text-align: center;
		transition: var(--ease);
		position: relative;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 10px;
	}
	#navTgl:checked + .open,
	.open:hover {
		background: var(--main);
		transition: var(--ease);
	}
	.close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: var(--ease);
	}
	#navTgl:checked ~ .close {
		pointer-events: auto;
	}
}

/*パネル*/
#menu.menuNav {
	position: fixed;
	top: 0;
	right: 0;
	width: 500px;
	height: calc(100vh);
	background: none;
	transition: var(--ease);
	padding: 0;
	overflow: hidden;
	z-index: 99;
	transform: translateX(500px);
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navTgl:checked ~ #menu.menuNav {
	width: 500px;
	transition: var(--ease);
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/*メニュー*/
#menuNavBox {
	width: 100%;
	height: 100%;
	padding: 75px 50px 50px;
	margin: 0;
	background-color: #000;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
	position: fixed;
	top: 0;
	left: 0;
	transition: var(--ease);
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
#menuNavBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navTgl:checked ~ #menu.menuNav #menuNavBox {
	width: 100%;
	transition: var(--ease);
	visibility: visible;
	opacity: 1;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パネル*/
	#menu.menuNav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
	}
	#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#navTgl:checked ~ #menu.menuNav {
		width: 100%;
		transition: var(--ease);
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	/*メニュー*/
	#menuNavBox {
		width: 100%;
		height: 100%;
		padding: 90px 30px 70px;
		margin: 0;
		background: rgba(0,0,0, 0.7);
		backdrop-filter: blur(5px);
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
		position: fixed;
		top: 0;
		left: 0;
		transition: var(--ease);
		visibility: hidden;
		opacity: 0;
		display: flex;
		flex-direction: column;
		grid-row-gap: 30px;
	}
	#menuNavBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#navTgl:checked ~ #menu.menuNav #menuNavBox {
		width: 100%;
		transition: var(--ease);
		visibility: visible;
		opacity: 1;
	}
}

#all_wrap #menu-panel-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	border-top: 1px solid rgba(255,255,255,0.5);
}
#all_wrap #menu-panel-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-panel-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 15px 10px 15px 25px;
	margin: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-panel-menu > li > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%) rotate(45deg);
}
#all_wrap #menu-panel-menu > li > a:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
/*-段落ちメニュー*/
#all_wrap #menu-panel-menu .sub-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#all_wrap #menu-panel-menu .sub-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-panel-menu .sub-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 10px 10px 10px 45px;
	margin: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-panel-menu .sub-menu > li > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	border: none;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0,-50%);
}
#all_wrap #menu-panel-menu .sub-menu > li > a:hover {
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#mv {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.mv_top {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/mv_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}
.mv_top::before {
	content: '';
	display: block;
	width: 250px;
	height: auto;
	aspect-ratio: 28 / 56;
	background: rgba(221,115,42,0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.mv_top::after  {
	content: '';
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 40 / 80;
	background: rgba(221,115,42,0.75);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.mv_wrap {
	width: 1200px;
	padding: 50px 0 70px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.mv_wrap::before {
	content: '';
	display: block;
	width: auto;
	height: calc(100% - 100px);
	aspect-ratio: 500 / 607;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/mv_img_01.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.mv_info {
	width: calc(100% - 350px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
#all_wrap .mv_info > em {
	display: block;
	width: 65%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .mv_info > span {
	display: block;
	width: calc(35% - 20px);
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .mv_info > h2 {
	width: 95%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}
#all_wrap .mv_info > em img,
#all_wrap .mv_info > span img,
#all_wrap .mv_info > h2 img {
	width: 100%;
	height: auto;
}
#all_wrap .mv_info > p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	color: #fff;
}
#all_wrap .mv_info > p b {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
}
/*MV下部*/
.mv_btm {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	background: var(--sub);
	position: relative;
}
.mv_btm_wrap {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 30px;
}
#all_wrap .mv_btm_wrap > h2 {
	width: calc(50% - 15px);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-row-gap: 10px;
}
#all_wrap .mv_btm_wrap > h2 strong {
	width: 80%;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
#all_wrap .mv_btm_wrap > h2 span {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
#all_wrap .mv_btm_wrap > h2 strong img,
#all_wrap .mv_btm_wrap > h2 span img {
	width: 100%;
	height: auto;
}
/*メダル*/
#all_wrap .medalList {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 15px;
}
#all_wrap .mv_btm .medalList {
	width: calc(50% - 15px);
}
#all_wrap .medalList > li {
	width: calc(100% / 3 - 10px);
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .medalList > li img {
	width: 100%;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#mv {
		width: 100%;
	}
	.mv_top {
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/mv_bg_sp.webp');
	}
	.mv_top::before {
		content: '';
		display: block;
		width: 250px;
		height: auto;
		aspect-ratio: 28 / 56;
		background: rgba(221,115,42,0.75);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	}
	.mv_top::after  {
		content: '';
		display: none;
	}
	.mv_wrap {
		width: 100%;
		padding: 50px 30px;
	}
	.mv_wrap::before {
		content: '';
		width: 30%;
		background-image: url('https://hiromitsu-pestcontrol.co.jp//wp-content/uploads/mv_img_01_sp.webp');
		position: absolute;
		bottom: 0;
		right: -10px;
		z-index: -1;
	}
	.mv_info {
		width: calc(100%);
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .mv_info > em {
		display: block;
		width: 65%;
	}
	#all_wrap .mv_info > span {
		display: block;
		width: calc(35% - 20px);
	}
	#all_wrap .mv_info > h2 {
		width: 100%;
	}
	/*MV下部*/
	.mv_btm {
		width: 100%;
		padding: 20px 30px;
	}
	.mv_btm_wrap {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 15px;
	}
	#all_wrap .mv_btm_wrap > h2 {
		width: calc(100%);
		grid-row-gap: 10px;
	}
	#all_wrap .mv_btm_wrap > h2 strong {
		width: 80%;
	}
	/*メダル*/
	#all_wrap .medalList {
		width: 100%;
		column-gap: 15px;
	}
	#all_wrap .mv_btm .medalList {
		width: 100%;
	}
	#all_wrap .medalList > li {
		width: calc(100% / 3 - 10px);
	}
}

/************************************************************/
/*　サイドバー
/************************************************************/
.l-sidebar {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
.l-sidebar .widget.widget_nav_menu {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	z-index: 0;
	box-shadow: 8px 8px var(--base2);
}
#all_wrap .l-sidebar .widget.widget_nav_menu h2.heading-widget {
	width: 100%;
	padding: 15px 10px;
	margin: 0;
	background: var(--base);
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	color: var(--main);
	border-radius: 0;
	text-align: center;
}
#all_wrap .l-sidebar .widget.widget_nav_menu ul.menu {
	width: 100%;
	padding: 0 10px 30px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--base);
	border: none;
}
#all_wrap .l-sidebar .widget.widget_nav_menu ul.menu > li {
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}
#all_wrap .l-sidebar .widget.widget_nav_menu ul.menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	position: relative;
	padding: 10px;
	margin: 0;
	background: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--text);
	border: none;
	border-bottom: 1px solid var(--base);
	transition: var(--ease);
}
#all_wrap .l-sidebar .widget.widget_nav_menu ul.menu > li > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	transform: rotate(45deg);
}
#all_wrap .widget.widget_nav_menu ul.menu > li > a:hover {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--main);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.l-sidebar {
		display: none;
	}
}

/************************************************************/
/*　フッター
/************************************************************/
.footer_info {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .footer_info > h2 {
	width: 200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}
#all_wrap .footer_info > h2 img {
	width: 100%;
	height: auto;
}
#all_wrap .footer_info > tel {
	margin: 0 auto;
}
#all_wrap .footer_info > .headerBtn {
	margin: 0 auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.footer_info {
		width: 100%;
		padding: 30px 0;
		grid-row-gap: 10px;
	}
	#all_wrap .footer_info > h2 {
		width: 200px;
	}
	#all_wrap .footer_info > tel {
		margin: 0 auto;
		display: flex;
		width: calc(100% - 60px);
	}
	#all_wrap .footer_info > tel > h2 {
		font-size: 10px;
		justify-content: center;
		column-gap: 10px;
	}
	#all_wrap .footer_info > tel > p {
		display: flex;
		flex-wrap: wrap;
		grid-row-gap: 0;
		justify-content: center;
		margin: 0 auto 10px;
	}
	#all_wrap .footer_info > tel > p a {
		font-size: 40px;
	}
	#all_wrap .footer_info > tel > p span br {
		display: none;
	}
	#all_wrap .footer_info > .headerBtn {
		margin: 0 auto;
		display: flex;
		width: calc(100% - 60px);
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#all_wrap .footer_info > .headerBtn > li {
		width: 100%;
	}
}

/*メニュー*/
#footerNav {
	display: block;
	width: 100%;
	padding: 40px 0 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-style: normal;
	background: var(--text);
}
#all_wrap #menu-footer-menu {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 10px;
}
#all_wrap #menu-footer-menu > li {
	width: auto;
	padding: 0 15px;
	margin: 0;
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: lighter;
}
#all_wrap #menu-footer-menu > li::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#all_wrap #menu-footer-menu > li > a {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: lighter;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-footer-menu > li > a:hover {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: lighter;
	text-decoration: underline;
	transition: var(--ease);
}

/*コピーライト*/
.copyright {
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-style: normal;
	background: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*メニュー*/
	#footerNav {
		display: block;
		width: 100%;
		padding: 30px 0 0;
	}
	#all_wrap #menu-footer-menu {
		width: calc(100% - 60px);
		max-width: 100%;
	}
	#all_wrap #menu-footer-menu > li {
		width: auto;
		padding: 0 10px;
		font-size: 10px;
	}
	#all_wrap #menu-footer-menu > li > a {
		font-size: 10px;
	}
	#all_wrap #menu-footer-menu > li > a:hover {
		font-size: 10px;
	}
	/*コピーライト*/
	.copyright {
		display: block;
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		text-align: center;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		font-style: normal;
		background: var(--text);
	}
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/************************************************************/
/*　リスト
/************************************************************/
.content ul {
	list-style: none;
	padding: 0;
	margin: 5px auto 20px;
}
.content ul li {
	width: 100%;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	list-style: none;
	border: none;
	background: none;
	position: relative;
	line-height: 1.5em;
}
.content ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	margin: 0;
	background: var(--text);
	position: absolute;
	top: 0.7em;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	border-radius: 50%;
}

.content ol {
	list-style: none;
	padding: 0;
	margin: 10px auto 10px;
}
.content ol li {
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	list-style: none;
	border: none;
	background: none;
	position: relative;
	line-height: 1.8em;
}
.content ol li::before {
	font-family: var(--font-en);
	counter-increment: count;
	content: counter(count);
	background: #fff;
	border: 1px solid var(--text);
	color: var(--text);
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: lighter;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 1.6em;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	border-radius: 50%;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

	.l-wrapper-full .pageContents .content ul.harf li,
	.l-wrapper-full .postContents .content ul.harf li {
		width: 100%;
		margin: 0 auto 10px
	}
	.l-wrapper-full .pageContents .content ul.harf li:last-child,
	.l-wrapper-full .postContents .content ul.harf li:last-child {
		margin-bottom: 0;
	}
}


/************************************************************/
/*　テーブル
/************************************************************/

/*表*/
#all_wrap table {
	overflow: hidden;
	table-layout: fixed;
	border: none;
	background: none;
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 10px;
	border-radius: 0;
	background: #fff;
	border: 10px solid #e3e3e3;
}
#all_wrap table th {
	display: table-cell;
	font-style: normal;
	font-feature-settings: "palt";
	border: none;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	vertical-align: middle;
	font-family: var(--font-jp);
	font-size: 16px;
	font-weight: 900;
	background: none;
	color: var(--text);
	width: 30%;
	padding: 20px;
	margin: 0;
}
#all_wrap table td {
	display: table-cell;
	border: none;
	background: none;
	vertical-align: inherit;
	border-bottom: none;
	padding: 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
}
#all_wrap table td.ttl {
	display: table-cell;
	border: none;
	background: #fafafa;
	vertical-align: inherit;
	border-bottom: none;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid var(--text);
}
#all_wrap .content table td > p:last-of-type {
	margin-bottom: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*表*/
	#all_wrap table {
		overflow: hidden;
		table-layout: fixed;
		border: none;
		background: #fff;
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		border: none;
	}
	#all_wrap table th {
		font-style: normal;
		font-feature-settings: "palt";
		border: none;
		border-bottom: none;
		background: rgba(0,0,0,0.1);
		vertical-align: inherit;
		padding: 10px 15px;
		margin: 0;
		width: 100%;
		min-width: 100%;
		font-size: 14px;
		display: block;
		text-align: left;
	}
	#all_wrap table td {
		border: none;
		background: #fff;
		vertical-align: inherit;
		border-bottom: none;
		padding: 10px 15px;
		margin: 0;
		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		width: 100%;
		min-width: 100%;
		display: block;
	}
}

/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/

#contact {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #contact_info {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap #contact_info > p {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
}
#all_wrap .contact_wrap {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}
#all_wrap .contact_wrap .contact_box {
	width: calc(100% / 2 - 25px);
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .contact_wrap .contact_box > h2 {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	border: 2px solid #dd732a;
	background-color: #fff;
	border-radius: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--text);
}
#all_wrap .contact_wrap .contact_box > h2::before {
	content: "";
	display: block;
	width: 24px;
	height: 12px;
	background: var(--main);
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#all_wrap .contact_wrap .contact_box > h2::after {
	content: "";
	display: block;
	width: 24px;
	height: 12px;
	background: #fff;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/*-電話*/
#all_wrap .contact_wrap .contact_box tel {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#all_wrap .contact_wrap .contact_box tel a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: baseline;
	column-gap: 5px;
	font-family: var(--font-en);
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	transition: var(--ease);
}
#all_wrap .contact_wrap .contact_box tel a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
#all_wrap .contact_wrap .contact_box tel a::before {
	content: '';
	display: block;
	width: auto;
	height: 30px;
	aspect-ratio: 131 / 144;
	background-image: url(https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_tel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: var(--ease);
}
#all_wrap .contact_wrap .contact_box tel span {
	display: block;
	padding: 0;
	margin: 5px auto 0;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
	white-space: nowrap;
}
/*-LINE*/
#all_wrap .contact_wrap .contact_box > p {
	display: block;
	padding: 0;
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
	white-space: nowrap;
}
#all_wrap .contact_wrap .contact_box .lineBtn {
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 10px 50px 10px 70px;
	margin: 0;
	background: var(--gradient-2);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	transition: var(--ease);
}
#all_wrap .contact_wrap .contact_box .lineBtn::before {
	content: '';
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-image: url(https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_line_btn.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
#all_wrap .contact_wrap .contact_box .lineBtn::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%) rotate(45deg);
}

/*フォーム*/
#contact_form {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base2);
}
#all_wrap #contact_form > h2 {
	width: 100%;
	max-width: 800px;
	padding: 15px 20px;
	margin: 0 auto 30px;
	background: #fff;
	border: 2px solid var(--main);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	border-radius: 50px;
	text-align: center;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#contact {
		padding: 0;
		margin: 0;
		position: relative;
	}
	#all_wrap #contact_info {
		width: 100%;
		padding: 30px;
	}
	#all_wrap #contact_info > p {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 30px;
	}
	#all_wrap .contact_wrap {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	#all_wrap .contact_wrap .contact_box {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
		display: block;
	}
	#all_wrap .contact_wrap .contact_box > h2 {
		margin-bottom: 20px;
		padding: 10px;
		border-radius: 35px;
		font-size: 15px;
		position: relative;
	}
	/*-電話*/
	#all_wrap .contact_wrap .contact_box tel {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#all_wrap .contact_wrap .contact_box tel a {
		font-size: 45px;
	}
	#all_wrap .contact_wrap .contact_box tel a::before {
		height: 30px;
	}
	#all_wrap .contact_wrap .contact_box tel span {
		display: block;
		padding: 0;
		margin: 5px auto 0;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 700;
		color: var(--text);
		text-align: center;
		white-space: nowrap;
	}
	/*-LINE*/
	#all_wrap .contact_wrap .contact_box > p {
		display: block;
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 700;
		color: var(--text);
		text-align: center;
		white-space: nowrap;
	}
	#all_wrap .contact_wrap .contact_box .lineBtn {
		height: 40px;
		column-gap: 8px;
		padding: 15px 30px 15px 30px;
		font-size: 20px;
		border-radius: 30px;
	}
	#all_wrap .contact_wrap .contact_box .lineBtn::before {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}
	#all_wrap .contact_wrap .contact_box .lineBtn::after {
		display: none;
	}

	/*フォーム*/
	#contact_form {
		width: 100%;
		padding: 30px;
		margin: 0 auto;
		position: relative;
		background: var(--base2);
	}
	#all_wrap #contact_form > h2 {
		width: calc(100%);
		max-width: 100%;
		padding: 10px;
		margin: 0 auto 20px;
		font-size: 20px;
		border-radius: 30px;
	}
}


/*新フォーム*/
#all_wrap .content .contactform,
#all_wrap .contactform {
	width: 100%;
	max-width: 800px;
	padding: 50px;
	margin: 0 auto 40px;
	background: #fff;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-row-gap: 30px;
	border-radius: 20px;
}
#all_wrap .content .contactform > li {
	padding: 0 0 30px;
	margin: 0;
	position: relative;
	list-style: none;
	border-bottom: 1px dashed #e3e3e3;
}
#all_wrap .content .contactform > li.center {
	text-align: center;
}
#all_wrap .content .contactform > li:last-child {
	border: none;
	padding: 0;
}
#all_wrap .content .contactform > li::before,
#all_wrap .content .contactform > li::after {
	display: none;
}
#all_wrap .contactform > li p {
	margin: 0 auto;
}
#all_wrap .contactform > li h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	padding: 0;
	margin: 0 auto 15px;
	border: none;
	background: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#all_wrap .contactform > li h3 .att {
	display: inline;
	padding: 3px 7px;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background: #e03131;
	border-radius: 3px;
}
#all_wrap .contactform > li h3::before,
#all_wrap .contactform > li h3::after {
	display: none;
}
#all_wrap .contactform > li input {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 15px;
	padding: 15px;
}
#all_wrap .contactform > li input[type="radio"] {
	width: 12px;
}
#all_wrap .contactform > li.add span:first-of-type input {
	margin: 0 0 10px;
}
#all_wrap .contactform > li input[type="file"] {
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 15px;
	padding: 0;
}
#all_wrap .contactform > li input.wpcf7-text {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 1;
	background: #fafafa;
	outline: none;
}
#all_wrap .contactform > li input.wpcf7-text.w50 {
	width: 50%;
}
#all_wrap .contactform > li input.wpcf7-text.w25 {
	width: 25%;
}
/*ラジオボタン*/
#all_wrap .contactform > li .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
}
#all_wrap .contactform > li .wpcf7-list-item {
	display: inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 5px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
/*チェックボックス*/
#all_wrap .wpcf7-checkbox {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
	position: relative;
}
#all_wrap .wpcf7-checkbox span {
	cursor: pointer;
}
/*テキストエリア*/
#all_wrap .contactform > li textarea {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 2;
	background: #fafafa;
	outline: none;
}
#all_wrap .txt_cent {
	text-align: center;
}
#all_wrap .txt_cent input[type="submit"] {
	-webkit-appearance: none;
}
#all_wrap .txt_cent input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 15px 50px;
	margin: 0;
	background: var(--main);
	border-radius: 50px;
	font-family: var(--font-jp);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
	transition: var(--ease);
	cursor: pointer;
}
#all_wrap .txt_cent input[type="submit"]::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: var(--ease);
}
#all_wrap .txt_cent input[type="submit"]:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}

#all_wrap .wpcf7 .ajax-loader {
	display: none;
}
.wpcf7-spinner {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.contactform_area {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		background: #fafafa;
		position: relative;
	}
	/*新フォーム*/
	#all_wrap .content .contactform,
	#all_wrap .contactform {
		width: calc(100%);
		max-width: 100%;
		padding: 30px 20px;
		margin: 0 auto 20px;
		background: #fff;
		border-radius: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .contactform > li h3 {
		font-size: 15px;
		margin: 0 auto 10px;
	}
	#all_wrap .contactform > li input {
		font-size: 14px;
		padding: 10px;
	}
	#all_wrap .contactform > li.add span:first-of-type input {
		margin: 0 0 10px;
	}
	#all_wrap .contactform > li input[type="file"] {
		font-size: 14px;
	}
	#all_wrap .contactform > li input.wpcf7-text {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	#all_wrap .contactform > li input.wpcf7-text.w50 {
		width: 100%;
	}
	#all_wrap .contactform > li input.wpcf7-text.w25 {
		width: 50%;
	}
	/*ラジオボタン*/
	#all_wrap .contactform > li .wpcf7-radio {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 15px;
		grid-row-gap: 5px;
	}
	#all_wrap .contactform > li .wpcf7-list-item {
		display: inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 5px;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	/*チェックボックス*/
	#all_wrap .wpcf7-checkbox {
		column-gap: 20px;
		grid-row-gap: 5px;
		position: relative;
	}
	#all_wrap .wpcf7-checkbox span {
		cursor: pointer;
	}
	/*テキストエリア*/
	#all_wrap .contactform > li textarea {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	#all_wrap .txt_cent {
		text-align: center;
	}

	#all_wrap .wpcf7 .ajax-loader {
		display: none;
	}
	.wpcf7-spinner {
		display: none;
	}
}

/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

}


/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.access_info p {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.access_info p {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		font-size: 1.1em;
		line-height: 2em;
		margin-bottom: 20px;
		text-align: center;
	}
	.top_gmap iframe {
		height: 200px;
	}
}



/************************************************************/
/*　全体
/************************************************************/


/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap ul {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}
.sitemap ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.sitemap ul li a {
	display: block;
	padding: 15px 15px 15px 30px;
	margin: 0;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	transition: var(--ease);
	color: var(--text);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sitemap ul li a:hover {
	transition: var(--ease);
	opacity: 0.8;
}
.sitemap ul li a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: ease 0.2s;
}
.sitemap ul li a > span {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.sitemap ul {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.sitemap ul .sub-menu {
		padding: 0 0 0 10px;
	}
}

/*スマホ改行
------------------------------------------------------------*/

.pc { display:block !important; }
.sp { display:none !important; }
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.sp { display:block !important; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/

/*プラグイン*/
#swipebox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 90%;
	max-width: 90%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
/*ギャラリー*/
#all_wrap .content .gallery {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
#all_wrap .content .gallery::after {
	content: '';
	display: block;
	width: calc(100% / 3 - 13.4px);
}
#all_wrap .content .gallery dl {
	width: calc(100% / 3 - 13.4px);
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .content .gallery dt {
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .content .gallery dd {
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .content .gallery dl img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*閉じる*/
.tos-close {
	height: 40px;
	top: 10px;
	left: 10px;
	right: unset;
}
.tos-close span:after,
.tos-close span:before {
	width: 10px;
	height: 10px;
	margin-top: -4px;
	margin-left: 0;
	margin-right: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .content .gallery {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .content .gallery::after {
		content: '';
		display: none;
	}
	#all_wrap .content .gallery dl {
		width: calc(100% / 2 - 10px);
		grid-row-gap: 5px;
	}
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
	width:860px;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
	position: static;
	top: auto;
	left: auto;
	width: 860px;
	height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper .youtubeBox {
		width:100%;              /*横幅いっぱいにwidthを指定*/
		padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
		height:0px;              /*高さはpaddingで指定するためheightは0に*/
		position: relative;
	}
	#all_wrap .l-wrapper .youtubeBox > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/************************************************************/
/*　アーカイブ
/************************************************************/
#all_wrap .archiveList {
	width: calc(100%);
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .archiveList::after {
	content: '';
	display: block;
	width: 31%;
}
#all_wrap .archiveList > li {
	width: 31%;
	padding: 0;
	margin: 0 0 40px;
}
#all_wrap .archiveList > li::before,
#all_wrap .archiveList > li::after {
	display: none;
}
#all_wrap .archiveList > li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}
#all_wrap .archiveList > li figure::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
#all_wrap .archiveList > li figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .archiveList > li .date {
	display: inline-block;
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: lighter;
	line-height: 1em;
	color: #c8c8c8;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 0 5px;
}
#all_wrap .archiveList > li > h3,
#all_wrap .content .archiveList > li > h3 {
	padding: 0;
	margin: 0 auto 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
	font-style: normal;
	border: none;
	background: none;
}
#all_wrap .archiveList > li > p {
	font-size: 14px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .archiveList {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .archiveList::after {
		content: '';
		display: none;
	}
	#all_wrap .archiveList > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .archiveList > li::before,
	#all_wrap .archiveList > li::after {
		display: none;
	}
	#all_wrap .archiveList > li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
		text-align: center;
		overflow: hidden;
		border-radius: 5px;
	}
	#all_wrap .archiveList > li figure::before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
	#all_wrap .archiveList > li figure img {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	#all_wrap .archiveList > li .date {
		display: inline-block;
		font-family: var(--font-en);
		font-size: 12px;
		font-weight: lighter;
		line-height: 1em;
		color: #c8c8c8;
		font-style: normal;
		white-space: nowrap;
		padding: 0;
		margin: 0 0 5px;
	}
	#all_wrap .archiveList > li > h3,
	#all_wrap .content .archiveList > li > h3 {
		padding: 0;
		margin: 0 auto 5px;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4em;
		font-style: normal;
		border: none;
		background: none;
	}
	#all_wrap .archiveList > li > p {
		font-size: 14px;
		line-height: 1.7em;
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/************************************************************/
/*　記事詳細
/************************************************************/
.singleContent {
	margin-bottom: 100px;
}
.singleHeader {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	border-bottom: 1px solid var(--text);
}
.singleHeader_data {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
	position: relative;
}
.singleHeader_data > .date {
	display: block;
	font-family: var(--font-en);
	font-weight: lighter;
	font-size: 12px;
	line-height: 1;
	color: var(--text);
	padding: 0;
	margin: 0;
}
#all_wrap .tagList {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .tagList > .tag {
	display: inline-block;
	padding: 3px 5px;
	margin: 0;
	background: var(--text);
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	position: relative;
}
#all_wrap .singleHeader > h1 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	line-height: 1.4em;
	color: var(--text);
	text-align: left;
	border: none;
	background: none;
}

.tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.tags > span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	color: #8c8c8c;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.singleContent {
		margin-bottom: 50px;
	}
	.singleHeader {
		width: 100%;
		padding: 0 0 15px;
		margin: 0 auto 20px;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
}

/*==============================*/
/*目次*/
/*==============================*/
#all_wrap .content .toc {
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
#all_wrap .content .toc-title {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: var(--main);
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 15px;
	left: 0;
	z-index: 2;
}
#all_wrap .content .toc .toc-list {
	padding: 30px;
	margin: 0;
	position: relative;
	list-style: none;
	background: #f4f4f4;
}
#all_wrap .content .toc .toc-list li ul {
	margin: 10px 0 !important;
	padding: 0 0 0 1.2em;
}
#all_wrap .content .toc .toc-list li {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li a {
	display: inline-block;
	padding: 0 0 0 2em;
	position: relative;
	text-decoration: none;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li ul li a {
	display: inline-block;
	padding: 0 0 0 2em;
	position: relative;
	text-decoration: none;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
#all_wrap .content .toc .toc-list li a strong,
#all_wrap .content .toc .toc-list li a span {
	font-family: var(--font-jp);
	font-weight: lighter;
	font-size: 14px !important;
}
#all_wrap .content .contentstable-number {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#all_wrap .content .toc .toc-list > li > a > .contentstable-number::after {
	content: '.';
}
#all_wrap .content .toc-toggle > a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
/*タグ*/
.post-tag {
	margin-top: 5px;
}
.post-tag,
.post-tag a {
	font-size: 14px;
	text-decoration: none;
}
.post-tag a:hover {
	text-decoration: underline;
	color: #0c61a8;
	text-decoration: underline;
}
@media only screen and (max-width: 768px){
	#all_wrap .content .toc .toc-list {
		padding: 20px;
		margin: 0;
		position: relative;
		list-style: none;
		background: #f4f4f4;
	}
	/*タグ*/
	.post-tag,
	.post-tag a {
		font-size: 12px;
	}
	.toc .toc-list {
		padding: 25px 20px 20px;
	}
}

/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
.relatedPost {
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
.relatedPost > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto;
	background: var(--text);
	position: relative;
	z-index: 0;
}
.relatedPost > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#all_wrap .relatedPost > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* 記事一覧*/
#all_wrap .relatedList {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
#all_wrap .relatedList > li {
	padding: 20px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 20px;
	position: relative;
}
.relatedList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.relatedList > li figure {
	width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.relatedList > li figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.relatedList > li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .relatedList_info {
	width: calc(100% - 20px - 150px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .relatedList_info > h3 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	color: #19244c;
	background: none;
	border: none;
	transition: all 0.3s ease;
}
.relatedList_info > .date {
	font-size: 12px;
	line-height: 1;
	color: #999;
}
#all_wrap .relatedList > li:hover .relatedList_info > h3 {
	text-decoration: underline;
	transition: all 0.3s ease;
	color: var(--main);
	background: none;
	border: none;
}
@media screen and (max-width: 768px) {
	.relatedPost {
		margin: 0 auto;
	}
	#all_wrap .relatedList > li {
		padding: 10px 0;
		column-gap: 10px;
	}
	.relatedList > li figure {
		width: 80px;
	}
	#all_wrap .relatedList_info {
		width: calc(100% - 10px - 80px);
	}
	#all_wrap .relatedList_info > h3 {
		font-size: 14px;
	}
	.relatedList_info > .date {
		font-size: 11px;
	}
	#all_wrap .relatedList_info > h3 {
		font-size: 13px;
	}
	.relatedList_info > .date {
		font-size: 10px;
	}
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/

/*ランキング*/
#all_wrap .sidRankList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	border: none;
	position: relative;
	display: flex;
	flex-direction: column;
}
#all_wrap .sidRankList > li {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 15px;
}
.sidRankList > li > figure {
	width: 80px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sidRankList > li > figure:before {
	content: "";
	display: block;
	padding: 50%;
}
.sidRankList > li > figure a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: var(--ease);
}
.sidRankList > li:hover > figure a > img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
.sidRankList > li > figure > .rank {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	background: var(--main);
	font-size: 0.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sidRankList > li > .sidRankInfo {
	width: calc(100% - 15px - 80px);
	padding: 0;
	margin: 0;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 {
	padding: 0;
	margin: 0;
	height: 100%;
	color: var(--text);
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	border: none;
	background: none;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	align-content: center;
	align-items: center;
	color: var(--text);
	font-family: var(--font-jp);
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
	text-align: justify;
	text-align: -webkit-justify;
	transition: var(--ease);
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a:hover {
	color: var(--main);
	transition: var(--ease);
}


/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
#all_wrap .editor {
	padding: 0;
	margin: 50px auto 50px;
	position: relative;
}
#all_wrap .editor > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto;
	background: var(--main);
	position: relative;
	z-index: 0;
}
#all_wrap .editor > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#all_wrap .editor > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	padding: 0;
	margin: 0;
}
#all_wrap .editorBox {
	width: 100%;
	padding: 20px;
	margin: 0;
	background: #fff;
	border: 5px solid var(--main);
	border-top: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 20px;
}
#all_wrap .editorBox > figure {
	width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
}
#all_wrap .editorBox > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .editorBox > figure img {
	width: 100%;
	max-width: unset;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover
}
#all_wrap .editorBox_info {
	width: calc(100% - 150px - 20px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	grid-row-gap: 5px;
}
#all_wrap .editorBox_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	border: none;
	background: none;
}
#all_wrap .editorBox_info > h3 > small {
	font-size: 12px;
	font-weight: lighter;
}
#all_wrap .editorBox_info > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 12px;
	line-height: 1.7em;
}

@media screen and (max-width: 768px) {
	#all_wrap .editorBox > figure {
		width: 100px;
	}
	#all_wrap .editorBox_info {
		width: calc(100% - 100px - 20px);
	}
	#all_wrap .editorBox_info > h3 {
		font-size: 15px;
	}
	#all_wrap .editorBox {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	#all_wrap .editorBox > figure {
		width: 150px;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .editorBox_info {
		width: calc(100%);
	}
	#all_wrap .editorBox_info > h3 {
		width: 100%;
		font-size: 15px;
		text-align: center;
	}
}


/*前後の記事*/
#all_wrap .prevNext {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#all_wrap .prevNext__pop {
	background-color: var(--text);
}
#all_wrap .eyecatch {
	background: var(--text);
}
#all_wrap .heading-secondary {
	color: var(--text);
}
#all_wrap .prevNext__text {
	padding: 0;
	margin: 0;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*前後の記事*/
	#all_wrap .prevNext {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
}

/*プロフィール*/
#all_wrap .profile {
	border: none;
	margin-top: 0;
	padding: 20px;
	background: var(--text);
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .profile__text {
	background: none;
	font-size: 15px;
	padding: 0 0 0 13px;
	margin-bottom: 15px;
	margin-top: 40px;
	border-left: 2px solid #d3c8a8;
	font-style: italic;
	text-align: left;
	color: #d3c8a8;
}
#all_wrap .profile__contents {
	width: 80%;
	padding: 0;
	margin: 0;
}
#all_wrap .profile__name {
	color: #d3c8a8;
	font-size: 19px;
	line-height: 1.4em;
	font-style: italic;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
	width: 15%;
	text-align: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
	width: 100%;
	height: auto;
	margin: 0;
}
#all_wrap .profile__list {
	display: none;
}
#all_wrap .profile__description {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*プロフィール*/
	#all_wrap .profile {
		border: none;
		margin-top: 0;
		padding: 20px;
		background: var(--text);
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .profile__text {
		background: none;
		font-size: 15px;
		padding: 0 0 0 13px;
		margin-bottom: 15px;
		margin-top: 40px;
		border-left: 2px solid #d3c8a8;
		font-style: italic;
		text-align: left;
		color: #d3c8a8;
	}
	#all_wrap .profile__contents {
		width: 80%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .profile__name {
		color: #d3c8a8;
		font-size: 19px;
		line-height: 1.4em;
		font-style: italic;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		border-bottom: 1px solid #d3c8a8;
	}
	#all_wrap .profile__author {
		width: 15%;
		text-align: left;
		padding: 0;
		margin: 0 0 0 0;
	}
	#all_wrap .profile__author img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#all_wrap .profile__list {
		display: none;
	}
	#all_wrap .profile__description {
		padding: 0;
		margin: 0;
	}
}

/************************************************************/
/*　共通
/************************************************************/

/*mt*/
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*mt*/
	.mt10 { margin-top: 10px !important; }
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt30 { margin-top: 15px !important; }
	.mt40 { margin-top: 20px !important; }
	.mt50 { margin-top: 25px !important; }
	.mt100 { margin-top: 50px !important; }
}

/*リスト*/
.content ul {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: disc;
	list-style-position: inside;
}
.content ul > li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.content ul > li:last-child {
	margin-bottom: 0;
}
.content ul > li::before,
.content ul > li::after {
	display: none;
}


/************************************************************/
/*　トップページ エリア
/************************************************************/
#all_wrap .areaBox {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#all_wrap .areaBox::before {
	content: '';
	display: block;
	width: 100%;
	max-width: 1050px;
	height: 100%;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/area_bg.webp');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto calc(100% - 150px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
#all_wrap .areaBox > header {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
#all_wrap .areaBox > header > h2 {
	width: 100%;
	max-width: 1200px;
	padding: 12px;
	margin: 0 auto;
	background: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	border-radius: 50px;
	border: 2px solid var(--main);
}
#all_wrap .areaBox_wrap {
	width: 100%;
	max-width: 1000px;
	padding: 0 500px 0 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .areaBox_wrap > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
#all_wrap .areaBox_wrap > h3 > a {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .areaBox_wrap > h3 > a:hover {
	text-decoration: underline;
	transition: var(--ease);
}
/*リスト*/
#all_wrap .areaList {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}
#all_wrap .areaList > li {
	padding: 0;
	margin: 0;
	position: relative;
	width: auto;
	display: inline-block;
}
#all_wrap .areaList > li > a {
	font-size: 12px;
	line-height: 1;
	font-weight: lighter;
	color: var(--text);
	text-align: left;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .areaList > li > a:hover {
	color: var(--main);
	text-decoration: underline;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .areaBox {
		width: 100%;
		padding: 30px 0;
	}
	#all_wrap .areaBox::before {
		content: '';
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/area_bg_sp.webp');
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
		display: none;
	}
	#all_wrap .areaBox > header {
		width: calc(100% - 60px);
		max-width: 100%;
		margin: 0 auto 20px;
	}
	#all_wrap .areaBox > header > h2 {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		font-size: 20px;
		border-radius: 40px;
	}
	#all_wrap .areaBox_wrap {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .areaBox_wrap > h3 {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 17px;
	}
	#all_wrap .areaBox_wrap > h3 > a {
		font-size: 17px;
	}
	/*リスト*/
	#all_wrap .areaList {
		width: 100%;
		margin: 0 auto 15px;
	}
	#all_wrap .areaList > li {
		padding: 0;
		margin: 0;
		position: relative;
		width: auto;
		display: inline-block;
	}
	#all_wrap .areaList > li > a {
		font-size: 12px;
		line-height: 1;
		font-weight: lighter;
		color: var(--text);
		text-align: left;
		text-decoration: none;
		transition: var(--ease);
	}
	#all_wrap .areaList > li > a:hover {
		color: var(--main);
		text-decoration: underline;
		transition: var(--ease);
	}
}

/************************************************************/
/*　トップページ CTA
/************************************************************/
#all_wrap .cta {
	width: 100%;
	padding: 60px 0 100px;
	margin: 0 auto;
	position: relative;
	background: var(--gradient-3);
}
#all_wrap .cta > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 80px;
	border: none;
	background: none;
	text-align: center;
	transform: translate(0,40px);
	z-index: 2;
}
#all_wrap .cta > h2 img {
	width: auto;
	height: 100%;
}
.cta_wrap {
	width: 100%;
	padding: 75px 0 50px;
	margin: 0 auto;
	background: rgba(255,255,255,0.85);
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	z-index: 0;
}
.cta_wrap::before {
	content: '';
	display: block;
	width: auto;
	height: 80%;
	aspect-ratio: 2 / 4;
	background: var(--base2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.cta_wrap::after {
	content: '';
	display: block;
	width: auto;
	height: 80%;
	aspect-ratio: 2 / 4;
	background: var(--base2);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cta_wrap .humna01 {
	display: block;
	width: auto;
	height: 90%;
	aspect-ratio: 600 / 850;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: calc(50% + 480px);
	z-index: -1;
}
.cta_wrap .humna02 {
	display: block;
	width: auto;
	height: 80%;
	aspect-ratio: 600 / 632;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: calc(50% + 450px);
	z-index: -1;
}
.cta_wrap .humna01 img,
.cta_wrap .humna02 img {
	width: auto;
	height: 100%;
}
/*電話・メール*/
.separator {
	display: inline-block;
	width: 2px;
	height: auto;
	background: var(--main);
}
#all_wrap .cta_wrap > dl {
	width: 450px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .cta_wrap > dl dt {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	border: 2px solid #dd732a;
	background-color: #fff;
	border-radius: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--text);
}
#all_wrap .cta_wrap > dl dt::before {
	content: "";
	display: block;
	width: 24px;
	height: 12px;
	background: var(--main);
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#all_wrap .cta_wrap > dl dt::after {
	content: "";
	display: block;
	width: 24px;
	height: 12px;
	background: #fff;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#all_wrap .cta_wrap > dl dd {
	padding: 5px 0 0;
	margin: 0 auto;
	position: relative;
}
/*電話*/
#all_wrap .cta_tel h3 {
	width: 80%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	background: none;
	border: none;
	text-align: center;
}
#all_wrap .cta_tel h3 img {
	width: 100%;
	height: auto;
}
#all_wrap .cta_tel tel {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#all_wrap .cta_tel tel a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: baseline;
	column-gap: 5px;
	font-family: var(--font-en);
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	position: relative;
	white-space: nowrap;
	transition: var(--ease);
}
#all_wrap .cta_tel tel a::before {
	content: '';
	display: block;
	width: auto;
	height: 40px;
	aspect-ratio: 131 / 144;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_tel.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: var(--ease);
}
#all_wrap .cta_tel tel a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
#all_wrap .cta_tel tel span {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
	white-space: nowrap;
}
/*ボタン*/
#all_wrap .cta_btn .headerBtn {
	width: 100%;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 15px;
}
#all_wrap .cta_btn .headerBtn > li {
	width: 100%;
}
#all_wrap .cta_btn .headerBtn > li > a {
	height: 70px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 10px 50px 10px 70px;
	margin: 0;
	background: var(--gradient-1);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: 70px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	transition: var(--ease);
}
#all_wrap .cta_btn .headerBtn > li.line > a {
	background: var(--gradient-2);
}
#all_wrap .cta_btn .headerBtn > li.mail > a::before {
	width: 50px;
	min-width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
}
#all_wrap .cta_btn .headerBtn > li.line > a::before {
	width: 50px;
	min-width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
}
#all_wrap .cta_btn .headerBtn > li > a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0,-50%) rotate(45deg);
}
/*アイコンリスト*/
#all_wrap .iconList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 20px auto 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 1px;
}
#all_wrap .iconList > li {
	width: calc(100% / 6 - 0.84px);
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 15px;
	background: #fff;
}
#all_wrap .iconList > li:first-child {
	border-radius: 20px 0 0 20px;
}
#all_wrap .iconList > li:last-child {
	border-radius: 0 20px 20px 0;
}
#all_wrap .iconList > li i {
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .iconList > li i img {
	width: auto;
	height: 100%;
}
#all_wrap .iconList > li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
}
#all_wrap .iconList > li h3 small {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .cta {
		width: 100%;
		padding: 5px 0 30px;
	}
	#all_wrap .cta > h2 {
		width: 100%;
		height: 50px;
		transform: translate(0,25px);
	}
	.cta_wrap {
		width: 100%;
		padding: 45px 0 20px;
		margin: 0 auto;
		background: rgba(255,255,255,0.85);
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.cta_wrap::before {
		height: 50%;
	}
	.cta_wrap::after {
		height: 50%;
	}
	.cta_wrap .humna01 {
		display: none;
	}
	.cta_wrap .humna02 {
		display: none;
	}
	/*電話・メール*/
	.separator {
		display: none;
	}
	#all_wrap .cta_wrap > dl {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	#all_wrap .cta_wrap > dl dt {
		margin-bottom: 20px;
		padding: 10px;
		border-radius: 35px;
		font-size: 15px;
	}
	#all_wrap .cta_wrap > dl dd {
		padding: 0;
		margin: 0;
	}
	/*電話*/
	#all_wrap .cta_tel h3 {
		width: 80%;
		padding: 0;
		margin: 0 auto 5px;
	}
	#all_wrap .cta_tel tel a {
		font-size: 45px;
	}
	#all_wrap .cta_tel tel a::before {
		height: 30px;
	}
	#all_wrap .cta_tel tel span {
		display: inline-block;
		padding: 0;
		margin: 0 auto;
		font-size: 14px;
	}
	/*ボタン*/
	#all_wrap .cta_btn .headerBtn {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: p;
	}
	#all_wrap .cta_btn .headerBtn > li {
		width: calc(50% - 5px);
	}
	#all_wrap .cta_btn .headerBtn > li > a {
		height: 50px;
		column-gap: 8px;
		padding: 10px 10px 10px 45px;
		font-size: 11px;
		line-height: 1.2em;
		border-radius: 40px;
		text-align: left;
		justify-content: flex-start;
	}
	#all_wrap .cta_btn .headerBtn > li.mail > a::before {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	#all_wrap .cta_btn .headerBtn > li.line > a::before {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	#all_wrap .cta_btn .headerBtn > li > a::after {
		display: none;
	}
	/*アイコンリスト*/
	#all_wrap .iconList {
		width: calc(100% - 60px);
		max-width: 100%;
		margin: 30px auto 0;
		flex-wrap: wrap;
		column-gap: 1px;
		grid-row-gap: 1px;
	}
	#all_wrap .iconList > li {
		width: calc(100% / 3 - 0.67px);
		grid-row-gap: 10px;
	}
	#all_wrap .iconList > li:first-child {
		border-radius: 10px 0 0 0;
	}
	#all_wrap .iconList > li:nth-child(3) {
		border-radius: 0 10px 0 0;
	}
	#all_wrap .iconList > li:nth-child(4) {
		border-radius: 0 0 0 10px;
	}
	#all_wrap .iconList > li:nth-child(6) {
		border-radius: 0 0 10px 0;
	}
	#all_wrap .iconList > li i {
		display: block;
		width: 100%;
		height: 40px;
	}
	#all_wrap .iconList > li h3 {
		font-size: 16px;
	}
	#all_wrap .iconList > li h3 small {
		font-size: 10px;
		margin: 0 auto 5px;
	}
}

/************************************************************/
/*　トップページ お困りではありませんか？
/************************************************************/
#all_wrap #topTrouble {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
/*リスト*/
#all_wrap .troubleList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
}
#all_wrap .troubleList > li {
	width: calc(100% / 4 - 22.5px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#all_wrap .troubleList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 5px solid var(--base2);
	border-radius: 20px;
}
#all_wrap .troubleList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .troubleList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .troubleList > li > h3 {
	width: 100%;
	padding: 0 0 0 70px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .troubleList > li > h3::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	min-width: 60px;
	aspect-ratio: 1/1;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/icon_trouble.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#all_wrap .troubleList > li > h3 small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
}
#all_wrap .troubleList > li > h3 strong {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topTrouble {
		width: 100%;
		padding: 30px 0;
	}
	/*リスト*/
	#all_wrap .troubleList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .troubleList > li {
		width: calc(100% / 2 - 10px);
		grid-row-gap: 10px;
	}
	#all_wrap .troubleList > li > figure {
		width: 100%;
		border-radius: 10px;
	}
	#all_wrap .troubleList > li > h3 {
		width: 100%;
		padding: 0 0 0 50px;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
	}
	#all_wrap .troubleList > li > h3::before {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	#all_wrap .troubleList > li > h3 small {
		font-size: 12px;
	}
	#all_wrap .troubleList > li > h3 strong {
		display: block;
		font-size: 18px;
	}
}

/************************************************************/
/*　トップページ 放っておくと大変なことに…
/************************************************************/
#all_wrap #topDamage {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
/*リスト*/
#all_wrap .damageList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .damageList > li {
	width: 100%;
	padding: 20px 20px 20px 40px;
	margin: 0 auto;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 20px;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	box-shadow: 10px 10px var(--base2);
	overflow: hidden;
}
#all_wrap .damageList > li::before {
	content: '';
	display: block;
	width: calc(100% - 200px);
	height: 80px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#all_wrap .damageList > li::after {
	content: '';
	display: block;
	width: 20px;
	height: 80px;
	background: var(--main);
	position: absolute;
	top: 0;
	left: calc(100% - 200px);
	z-index: -1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#all_wrap .damageList > li .damageList_info {
	width: calc(100% - 30px - 300px);
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .damageList_info > h3 {
	padding: 0;
	margin: 0 auto 40px;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
	border: none;
	background: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 20px;
}
#all_wrap .damageList_info > h3 em {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: var(--font-en);
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
#all_wrap .damageList_info > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .damageList > li > figure {
	width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
#all_wrap .damageList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .damageList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topDamage {
		width: 100%;
		padding: 30px 0;
	}
	/*リスト*/
	#all_wrap .damageList {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 20px;
	}
	#all_wrap .damageList > li {
		width: 100%;
		padding: 20px;
		border-radius: 10px;
		flex-wrap: wrap;
		column-gap: -;
		grid-row-gap: 10px;
		box-shadow: 5px 5px var(--base2);
		overflow: hidden;
	}
	#all_wrap .damageList > li::before {
		content: '';
		display: block;
		width: calc(100%);
		height: 80px;
		background: var(--main);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#all_wrap .damageList > li::after {
		display: none;
	}
	#all_wrap .damageList > li .damageList_info {
		width: calc(100%);
	}
	#all_wrap .damageList_info > h3 {
		padding: 0;
		margin: 0 auto 30px;
		font-size: 18px;
		column-gap: 10px;
	}
	#all_wrap .damageList_info > h3 em {
		font-size: 20px;
	}
	#all_wrap .damageList > li > figure {
		width: 100%;
		border-radius: 10px;
	}
}

/************************************************************/
/*　トップページ 対応害獣・害虫一覧
/************************************************************/
#all_wrap #topTarget {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.topTarget_head {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fdffc2;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.topTarget_head::after {
	content: '';
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 350px;
	aspect-ratio: 280 / 373;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/topTarget_head.webp');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	z-index: 0;
}
.topTarget_head::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#all_wrap .topTarget_head .contHead {
	padding: 0;
	margin: 0 auto;
}
#all_wrap .topTarget_head .contHead > p {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	color: var(--text);
}
#all_wrap .topTarget_head .contHead > h3 {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	text-align: left;
	font-size: 45px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	font-style: italic;
}
#all_wrap .topTarget_head .contHead > h3 b span {
	display: inline-block;
	font-size: 1.4em;
	letter-spacing: -0.05em;
	margin-right: 0.05em;
}
/*リスト*/
#all_wrap #topTarget > h2 {
	padding: 0;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	border: none;
	background: none;
}
#all_wrap .targetList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#all_wrap .targetList.mb50 {
	margin-bottom: 50px;
}
#all_wrap .targetList > li {
	width: calc(100% / 4 - 22.5px);
	padding: 0;
	margin: 0;
	position: relative;
	background: var(--base);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
}
#all_wrap .targetList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .targetList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .targetList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.targetList_info {
	width: 100%;
	padding: 40px 20px 30px;
	margin: 0;
	position: relative;
	border-top: 5px solid var(--main);
}
#all_wrap .targetList_info > h3 {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: fit-content;
	height: 40px;
	padding: 10px 10px;
	margin: 0;
	background: var(--main);
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	order: none;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
}
#all_wrap .targetList_info > h3::before,
#all_wrap .targetList_info > h3::after {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
	background: var(--main);
	position: absolute;
	top: 0;
	left: -19px;
}
#all_wrap .targetList_info > h3::after {
	top: 0;
	left: unset;
	right: -19px;
	transform: scale(-1,-1);
}
#all_wrap .targetList_info > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 5px;
}
#all_wrap .targetList_info > p strong {
	font-family: var(--font-en);
	font-size: 45px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
}
#all_wrap .targetList_info > p span {
	display: inline-flex;
	flex-direction: column;
	grid-row-gap: 2px;
	width: auto;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
#all_wrap .targetList_info > p span em {
	display: block;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	font-style: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
/*serifSec*/
#all_wrap .serifSec {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-radius: 20px;
}
#all_wrap .serifSec > dt {
	width: 100%;
	padding: 15px 20px;
	margin: 0 auto;
	background: var(--main);
	border-radius: 20px 20px 0 0;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
}
#all_wrap .serifSec > dt::after {
	content: '';
	display: block;
	width: 40px;
	height: 20px;
	background: var(--main);
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#all_wrap .serifSec > dd {
	padding: 50px;
	margin: 0;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	border: 2px solid var(--main);
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}
#all_wrap .serifSec > dd > h3 {
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
#all_wrap .serifSec > dd > p {
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topTarget {
		width: 100%;
		padding: 0 0 30px;
	}
	.topTarget_head {
		width: 100%;
		padding: 30px 0;
	}
	.topTarget_head::after {
		content: '';
		display: block;
		width: 100%;
		max-width: 100%;
		height: 150px;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,0);
		z-index: 0;
	}
	.topTarget_head::before {
		width: 100%;
		height: 30px;
	}
	#all_wrap .topTarget_head .contHead {
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .topTarget_head .contHead > p {
		width: 80%;
		max-width: 100%;
		margin: 0 auto 0 0;
	}
	#all_wrap .topTarget_head .contHead > h3 {
		width: 100%;
		max-width: 100%;
		font-size: 18px;
	}
	/*リスト*/
	#all_wrap #topTarget > h2 {
		margin: 0 auto 20px;
		font-size: 18px;
	}
	#all_wrap .targetList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .targetList.mb50 {
		margin-bottom: 30px;
	}
	#all_wrap .targetList > li {
		width: calc(100% / 2 - 10px);
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
	}
	.targetList_info {
		width: 100%;
		padding: 20px 10px 15px;
		border-top: 3px solid var(--main);
	}
	#all_wrap .targetList_info > h3 {
		height: 30px;
		padding: 10px 10px;
		font-size: 14px;
		top: -15px;
	}
	#all_wrap .targetList_info > h3::before,
	#all_wrap .targetList_info > h3::after {
		width: 10px;
		left: -9px;
	}
	#all_wrap .targetList_info > h3::after {
		top: 0;
		left: unset;
		right: -9px;
		transform: scale(-1,-1);
	}
	#all_wrap .targetList_info > p {
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 5px;
	}
	#all_wrap .targetList_info > p strong {
		font-size: 30px;
		white-space: nowrap;
	}
	#all_wrap .targetList_info > p span {
		font-size: 12px;
	}
	#all_wrap .targetList_info > p span em {
		font-size: 0.8rem;
	}
	/*serifSec*/
	#all_wrap .serifSec {
		width: calc(100% - 60px);
		max-width: 100%;
	}
	#all_wrap .serifSec > dt {
		width: 100%;
		padding: 12px 20px;
		border-radius: 10px 10px 0 0;
		font-size: 18px;
	}
	#all_wrap .serifSec > dd {
		padding: 30px 20px 20px;
		border-radius: 0 0 10px 10px;
	}
	#all_wrap .serifSec > dd > h3 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 18px;
	}
	#all_wrap .serifSec > dd > p {
		padding: 0;
		margin: 0 auto 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}

/************************************************************/
/*　トップページ 選ばれる理由
/************************************************************/
#all_wrap #topReason {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
}
.topReason_head {
	width: 100%;
	padding: 0 0 40px;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 0;
}
.topReason_head::after {
	content: '';
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 180px;
	aspect-ratio: 365 / 306;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/topReason_head.webp');
	background-repeat: no-repeat;
	background-position: left 20px bottom;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	z-index: 0;
}
#all_wrap .topReason_head .contHead {
	margin: 0 auto;
}
#all_wrap .topReason_head .contHead > h3 b span {
	display: inline-block;
	font-size: 1.4em;
	letter-spacing: -0.05em;
	margin-right: 0.05em;
}
/*リスト*/
#all_wrap .reasonList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 40px;
	counter-reset: number 0;
}
#all_wrap .reasonList > li {
	width: calc(100% / 2 - 20px);
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 20px;
	background: var(--base);
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
}
#all_wrap .reasonList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .reasonList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .reasonList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .reasonList > li > figure::after {
	counter-increment: number 1;
	content: "0" counter(number);
	display: block;
	padding: 10px 30px 10px 20px;
	margin: 0;
	background: var(--main);
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .reasonList_info {
	width: 100%;
	padding: 25px 30px;
	margin: 0;
	position: relative;
}
#all_wrap .reasonList_info > h3,
#all_wrap .content .reasonList_info > h3 {
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	background: none;
	border: none;
}
#all_wrap .reasonList_info > p,
#all_wrap .content .reasonList_info > p {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topReason {
		width: 100%;
		padding: 30px 0;
	}
	.topReason_head {
		width: 100%;
		padding: 0 0 20px;
	}
	.topReason_head::after {
		content: '';
		display: block;
		width: calc(100% - 20px);
		max-width: 100%;
		height: 65px;
	}
	/*リスト*/
	#all_wrap .reasonList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
		counter-reset: number 0;
	}
	#all_wrap .reasonList > li {
		width: calc(100%);
		border-radius: 10px;
	}
	#all_wrap .reasonList > li > figure::after {
		counter-increment: number 1;
		content: "0" counter(number);
		padding: 10px 20px 10px 10px;
		font-size: 20px;
	}
	.reasonList_info {
		width: 100%;
		padding: 15px 20px;
	}
	#all_wrap .reasonList_info > h3,
	#all_wrap .content .reasonList_info > h3 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 18px;
	}
}

/************************************************************/
/*　トップページ 認定証・証明証一覧
/************************************************************/
#all_wrap #topProof {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base2);
}
#all_wrap #topProof > h2 {
	width: 100%;
	max-width: 1200px;
	padding: 15px 20px;
	margin: 0 auto 30px;
	background: #fff;
	border: 2px solid var(--main);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	border-radius: 50px;
	text-align: center;
}
#all_wrap .proofList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#all_wrap .proofList > li {
	width: calc(100% / 2 - 15px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
	column-gap: 30px;
}
#all_wrap .proofList > li img {
	width: 100%;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topProof {
		width: 100%;
		padding: 30px 0;
	}
	#all_wrap #topProof > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 10px;
		margin: 0 auto 20px;
		background: #fff;
		font-size: 20px;
		border-radius: 40px;
	}
	#all_wrap .proofList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	#all_wrap .proofList > li {
		width: calc(100%);
		column-gap: 10px;
	}
	#all_wrap .proofList > li img {
		width: 100%;
		height: auto;
	}
}

/************************************************************/
/*　トップページ 実績
/************************************************************/
#all_wrap #topCase {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto;
	position: relative;
	background-color: var(--base);
}
.topCase_head {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 0;
}
.topCase_head::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: var(--base);
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.topCase_head::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/topCase_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
/*比較表*/
#all_wrap .caseTable {
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
}
/*th*/
#all_wrap .caseTable_th {
	width: 120px;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
}
#all_wrap .caseTable_th dt {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: var(--main);
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#all_wrap .caseTable_th dt:first-of-type {
	border-radius: 20px 0 0 0;
}
#all_wrap .caseTable_th dt:last-of-type {
	border-radius: 0 0 0 20px;
	border-bottom: none;
}
/*other*/
#all_wrap .caseTable_other {
	width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_other dt {
	width: 100%;
	padding: 10px;
	margin: 0;
	background: #aaaaaa;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
}
#all_wrap .caseTable_other dt i {
	display: block;
	width: 40px;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_other dt i img {
	width: 100%;
	height: auto;
}
#all_wrap .caseTable_other dd {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 5px solid #aaaaaa;
	border-top: none;
	position: relative;
}
#all_wrap .caseTable_other dd ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#all_wrap .caseTable_other dd ul > li {
	width: 100%;
	height: calc(100px - 2px);
	padding: 0;
	margin: 0;
	background: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 8px;
}
#all_wrap .caseTable_other dd ul > li:nth-child(odd) {
	background: #f0f0f0;
}
#all_wrap .caseTable_other dd ul > li i {
	display: block;
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_other dd ul > li i img {
	width: auto;
	height: 100%;
}
#all_wrap .caseTable_other dd ul > li span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
/*own*/
#all_wrap .caseTable_own {
	width: 680px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_own dt {
	width: 100%;
	padding: 20px;
	margin: 0;
	background: var(--main);
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	column-gap: 10px;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
}
#all_wrap .caseTable_own dt i {
	display: block;
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_own dt i img {
	width: auto;
	height: 100%;
}
#all_wrap .caseTable_own dd {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 5px solid var(--main);
	border-top: none;
	position: relative;
}
#all_wrap .caseTable_own dd ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#all_wrap .caseTable_own dd ul > li {
	width: 100%;
	height: calc(100px - 2px);
	padding: 10px 30px;
	margin: 0;
	background: var(--base);
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 15px;
}
#all_wrap .caseTable_own dd ul > li:nth-child(odd) {
	background: #fff;
}
#all_wrap .caseTable_own dd ul > li i {
	display: block;
	width: auto;
	height: 50px;
	min-height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .caseTable_own dd ul > li i img {
	width: auto;
	height: 100%;
}
#all_wrap .caseTable_own dd ul > li h3 {
	display: block;
	width: 150px;
	min-width: 150px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	position: relative;
}
#all_wrap .caseTable_own dd ul > li h3 small {
	display: block;
	width: auto;
	font-size: 10px;
	line-height: 1.2em;
	position: relative;
	top: 3px;
}
#all_wrap .caseTable_own dd ul > li h3 span.att {
	font-size: 10px;
	position: relative;
	top: -10px;
}
#all_wrap .caseTable_own dd ul > li p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topCase {
		width: 100%;
		padding: 0 0 30px;
	}
	.topCase_head {
		width: 100%;
		padding: 30px 0;
	}
	.topCase_head::before {
		width: 100%;
		height: 30px;
	}
	.topCase_head::after {
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/topCase_bg_sp.webp');
	}
	/*比較表*/
	#all_wrap .caseTable {
		width: calc(100% - 60px);
		max-width: 100%;
		min-width: calc(100% - 60px);
		padding: 10px 0 0;
		margin: 0 auto 30px;
		flex-wrap: wrap;
		grid-row-gap: 20px;
	}
	/*th*/
	#all_wrap .caseTable_th {
		width: 70px;
	}
	#all_wrap .caseTable_th dt {
		width: 100%;
		height: 60px;
		font-size: 14px;
	}
	#all_wrap .caseTable_th.th-2 dt {
		width: 100%;
		height: 150px;
		font-size: 14px;
	}
	#all_wrap .caseTable_th dt:first-of-type {
		border-radius: 10px 0 0 0;
	}
	#all_wrap .caseTable_th dt:last-of-type {
		border-radius: 0 0 0 10px;
		border-bottom: none;
	}
	/*other*/
	#all_wrap .caseTable_other {
		width: calc(100% - 70px);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#all_wrap .caseTable_other dt {
		width: 100%;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		column-gap: 10px;
		font-size: 18px;
	}
	#all_wrap .caseTable_other dt i {
		display: block;
		width: 30px;
	}
	#all_wrap .caseTable_other dd {
		width: 100%;
		border-left: none;
	}
	#all_wrap .caseTable_other dd ul {
		width: 100%;
	}
	#all_wrap .caseTable_other dd ul > li {
		width: 100%;
		height: calc(60px - 2px);
		padding: 10px;
	}
	#all_wrap .caseTable_other dd ul > li i {
		height: 20px;
	}
	/*own*/
	#all_wrap .caseTable_own {
		width: calc(100% - 70px);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#all_wrap .caseTable_own dt {
		width: 100%;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		column-gap: 10px;
		font-size: 12px;
	}
	#all_wrap .caseTable_own dt i {
		height: 18px;
	}
	#all_wrap .caseTable_own dd {
		width: 100%;
		padding: 0;
		margin: 0;
		border: 5px solid var(--main);
		border-left: none;
		border-top: none;
		position: relative;
	}
	#all_wrap .caseTable_own dd ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
	}
	#all_wrap .caseTable_own dd ul > li {
		width: 100%;
		height: calc(150px - 2px);
		padding: 10px 10px;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#all_wrap .caseTable_own dd ul > li i {
		width: 30px;
		height: 30px;
		min-height: 30px;
	}
	#all_wrap .caseTable_own dd ul > li h3 {
		display: block;
		width: calc(100% - 15px - 30px);
		font-size: 18px;
	}
	#all_wrap .caseTable_own dd ul > li h3 small {
		display: block;
		width: auto;
		font-size: 10px;
		line-height: 1.2em;
		position: relative;
		top: 3px;
	}
	#all_wrap .caseTable_own dd ul > li h3 span.att {
		font-size: 10px;
		position: relative;
		top: -10px;
	}
	#all_wrap .caseTable_own dd ul > li p {
		width: 100%;
		font-size: 12px;
		line-height: 1.7em;
	}
}

/*スライダー*/
#all_wrap #caseResult > h2 {
	width: 100%;
	max-width: 1200px;
	padding: 12px;
	margin: 0 auto 30px;
	background: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	border-radius: 50px;
	border: 2px solid var(--main);
}
#all_wrap .caseList {
	width: 100%;
	max-width: 1230px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
}
#all_wrap .caseList .slick-track {
	width: 100%;
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
}
#all_wrap .caseList.slider {
	display: none;
}
#all_wrap .caseList.slider.slick-initialized {
	display: block; /*slick-initializedが付与されたら表示*/
}
#all_wrap .caseList.slider .slick-list {
	padding: 0;
}
#all_wrap .caseList.slider .slick-track > li.slick-slide {
	width: calc(100% / 3 - 20px);
	height: auto;
	padding: 0;
	margin: 0 20px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 0;
	outline: 0;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
}
#all_wrap .caseList.slider .slick-track > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/*リスト*/
#all_wrap.sub_page .caseList {
	width: 100%;
	max-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#all_wrap.sub_page .caseList > li {
	width: calc(100% / 2 - 15px);
	height: auto;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 0;
	outline: 0;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
	border: 1px solid var(--base2);
}
#all_wrap .caseList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .caseList li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#all_wrap .caseList li figure:before {
	content:"";
	display: block;
	padding-top: 65%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .caseList li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
#all_wrap .caseList_info {
	width: 100%;
	padding: 25px 30px;
	margin: 0;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	border-radius: 0 0 20px 20px;
}
#all_wrap .caseList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .caseList_info > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
}
#all_wrap .caseList_info > .rating {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*スライダー*/
	#all_wrap #caseResult > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 10px;
		margin: 0 auto 20px;
		font-size: 20px;
		border-radius: 30px;
	}
	#all_wrap .caseList {
		width: calc(100% - 20px);
		max-width: 100%;
		list-style: none;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	#all_wrap .caseList .slick-track {
		width: 100%;
		list-style: none;
		padding: 0 0 10px;
		margin: 0;
	}
	#all_wrap .caseList.slider {
		display: none;
	}
	#all_wrap .caseList.slider.slick-initialized {
		display: block; /*slick-initializedが付与されたら表示*/
	}
	#all_wrap .caseList.slider .slick-list {
		padding: 0;
	}
	#all_wrap .caseList.slider .slick-track > li.slick-slide {
		width: calc(100%);
		height: auto;
		padding: 0;
		margin: 0 30px;
		border-radius: 10px;
		box-shadow: 8px 8px var(--base2);
	}
	#all_wrap .caseList_info {
		width: 100%;
		padding: 15px 20px;
		border-radius: 0 0 10px 10px;
	}
	#all_wrap .caseList_info > h3 {
		width: 100%;
		font-size: 18px;
		line-height: 1.4em;
	}
	#all_wrap .caseList_info > p {
		font-size: 14px;
		line-height: 1.7em;
	}
	#all_wrap .caseList_info > .rating {
		font-size: 15px;
	}
	/*リスト*/
	#all_wrap.sub_page .caseList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap.sub_page .caseList > li {
		width: calc(100% / 2 - 10px);
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
	}
	#all_wrap.sub_page .caseList_info {
		width: 100%;
		padding: 10px;
		border-radius: 0 0 10px 10px;
		grid-row-gap: 5px;
	}
	#all_wrap.sub_page .caseList_info > h3 {
		width: 100%;
		font-size: 12px;
		line-height: 1.4em;
		font-weight: 400;
	}
	#all_wrap.sub_page .caseList_info > p {
		font-size: 10px;
		line-height: 1.4em;
	}
	#all_wrap.sub_page .caseList_info > .rating {
		font-size: 12px;
		justify-content: flex-start;
	}
}

/*PREV*/
#all_wrap #caseResult .prev {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	bottom: -10px;
	left: 38%;
	z-index: 50;
	cursor: pointer;
	background: var(--main);
	border-radius: 50%;
}
#all_wrap #caseResult .prev::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%) rotate(145deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transition: ease 0.5s;
}
/*NEXT*/
#all_wrap #caseResult .next {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	bottom: -10px;
	right: 38%;
	z-index: 50;
	cursor: pointer;
	background: var(--main);
	border-radius: 50%;
}
#all_wrap #caseResult .next::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transition: ease 0.5s;
}
#all_wrap #caseResult .slick-dotted.slick-slider {
	margin-bottom: 30px; 
}
/*dots*/
#all_wrap #caseResult .slick-dots {
	list-style: none;
	padding: 40px 0 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#all_wrap #caseResult .slick-dots li::before {
	display: none;
}
#all_wrap #caseResult .slick-dots li button {
	background-color: #c8c8c8;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	appearance: none;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	border-radius: 50%;
}
#all_wrap #caseResult .slick-dots li.slick-active button {
	background-color: var(--main);
}
#all_wrap #caseResult ul.slick-dots li {
	padding: 0;
	margin: 0 5px;
	outline: none;
	width: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #caseResult ul.slider .slick-track > li.slick-slide {
		width: 30%;
		height: auto;
		padding: 0;
		margin: 0 20px;
		position: relative;
		z-index: 0;
		outline: 0;
		background: #222;
	}
	#all_wrap #caseResult .slick-dotted.slick-slider {
		margin-bottom: 10px; 
	}
	#all_wrap #caseResult .slick-dots {
		list-style: none;
		padding: 30px 0 0;
		margin: 0;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	#all_wrap #caseResult .prev {
		display: block;
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		background: none;
		position: absolute;
		bottom: -10px;
		left: 5%;
		z-index: 50;
		cursor: pointer;
		background: var(--main);
		border-radius: 50%;
	}
	#all_wrap #caseResult .next {
		display: block;
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		background: none;
		position: absolute;
		bottom: -10px;
		right: 5%;
		z-index: 50;
		cursor: pointer;
		background: var(--main);
		border-radius: 50%;
	}
}

/*星評価*/
.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC; /* グレーカラー 自由に設定化 */
	font-size: 18px;
}
.star5_rating:before,
.star5_rating:after {
	content: '★★★★★';
}
.star5_rating:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: var(--main);
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*星評価*/
	.star5_rating {
		position: relative;
		z-index: 0;
		display: inline-block;
		white-space: nowrap;
		color: #CCCCCC; /* グレーカラー 自由に設定化 */
		font-size: 12px;
	}
}

/*MoreBtn*/
#all_wrap .moreBtn {
	width: 100%;
	padding: 0;
	margin: 50px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
#all_wrap .moreBtn > a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: fit-content;
	padding: 15px 60px;
	margin: 0;
	background: linear-gradient(to right, #f9f341 0%, #dd732a 50%, #dd732a 100%);
	border-radius: 50px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
	transition: var(--ease);
}
#all_wrap .moreBtn > a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(45deg);
}
#all_wrap .moreBtn > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*MoreBtn*/
	#all_wrap .moreBtn {
		width: calc(100% - 60px);
		padding: 0;
		margin: 30px auto 0;
		column-gap: 10px;
	}
	#all_wrap .moreBtn > a {
		width: fit-content;
		padding: 12px 30px;
		border-radius: 40px;
		font-size: 16px;
	}
}

/************************************************************/
/*　トップページ 流れ
/************************************************************/
#all_wrap #topStep {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
#all_wrap .stepList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
#all_wrap .stepList > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 8px 8px var(--base2);
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}
#all_wrap .stepList > li::after {
	content: '';
	display: block;
	width: auto;
	height: 25px;
	aspect-ratio: 61 / 34;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/arrow_btm.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
}
#all_wrap .stepList > li:last-child::after {
	display: none;
}
#all_wrap .stepList > li > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	grid-row-gap: 0;
	width: 80px;
	height: auto;
	padding: 0 10px 0 0;
	margin: 0;
	background: var(--main);
	border-radius: 20px 0 0 20px;
	position: relative;
}
#all_wrap .stepList > li > span::after {
	content: '';
	display: block;
	width: 50px;
	height: 100%;
	background: var(--main);
	position: absolute;
	top: 0;
	right: -49px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#all_wrap .stepList > li > span em {
	display: block;
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
#all_wrap .stepList > li > span b {
	display: block;
	font-family: var(--font-en);
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
#all_wrap .stepList > li > .stepList_info {
	width: calc(100% - 50px - 50px - 80px - 300px);
	padding: 40px 0 40px 20px;
	margin: 0;
	position: relative;
}
#all_wrap .stepList > li > .stepList_info h3 {
	width: 100%;
	padding: 0 0 20px;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
}
#all_wrap .stepList > li > .stepList_info h3::after {
	content: '';
	display: block;
	width: calc(100% + 50px);
	height: 2px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	right: 0;
}
#all_wrap .stepList > li > .stepList_info > p {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
}
#all_wrap .stepList > li > figure {
	width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 0 20px 20px 0;
}
#all_wrap .stepList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*アフターフォロー*/
#all_wrap h2.topStepBtm {
	width: 100%;
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	background: #885806;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 50px;
}
@media only screen and (max-width: 768px){
	#all_wrap #topStep {
		width: 100%;
		padding: 30px 0;
	}
	#all_wrap .stepList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		grid-row-gap: 50px;
	}
	#all_wrap .stepList > li {
		width: 100%;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 0;
	}
	#all_wrap .stepList > li > span {
		display: flex;
		flex-direction: unset;
		justify-content: center;
		align-content: center;
		align-items: center;
		grid-row-gap: 0;
		column-gap: 5px;
		width: 100%;
		height: auto;
		padding: 10px;
		border-radius: 10px 10px 0 0;
	}
	#all_wrap .stepList > li > span::after {
		display: none;
	}
	#all_wrap .stepList > li > span em {
		display: inline;
		font-size: 18px;
	}
	#all_wrap .stepList > li > span b {
		display: inline;
		font-size: 18px;
	}
	#all_wrap .stepList > li > .stepList_info {
		width: calc(100%);
		padding: 20px;
		margin: 0;
		position: relative;
	}
	#all_wrap .stepList > li > .stepList_info h3 {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		font-size: 18px;
	}
	#all_wrap .stepList > li > .stepList_info h3::after {
		width: calc(100%);
	}
	#all_wrap .stepList > li > .stepList_info > p {
		padding: 0;
		margin: 0 auto;
		position: relative;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		font-size: 14px;
		line-height: 1.7em;
	}
	#all_wrap .stepList > li > figure {
		width: 100%;
		border-radius: 0 0 10px 10px;
	}
	#all_wrap .stepList > li > figure::before {
		content: '';
		display: block;
		padding-top: 65%;
	}
	/*アフターフォロー*/
	#all_wrap h2.topStepBtm {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 12px 10px;
		font-size: 14px;
		border-radius: 45px;
	}
}

/************************************************************/
/*　トップページ よくある質問
/************************************************************/
#all_wrap #topFaq {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
}
/*リスト*/
#all_wrap .faqList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .faqList > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #faeadf;
	border-radius: 20px;
}
#all_wrap .faqList > dl > dt {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 20px 60px 20px 40px;
	margin: 0 auto;
	background: var(--main);
	border-radius: 20px;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: var(--ease);
}
#all_wrap .faqList > dl > dt:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
#all_wrap .faqList > dl > dt.active {
	filter: brightness(1.1);
	border-radius: 20px 20px 0 0;
	transition: var(--ease);
}
#all_wrap .faqList > dl > dt span {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
#all_wrap .faqList > dl > dt span::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform-origin: center;
	transition: var(--ease);
}
#all_wrap .faqList > dl > dt span::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform-origin: center;
	transition: var(--ease);
}
#all_wrap .faqList > dl > dt.active span::after {
	transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	transform-origin: center;
	transition: var(--ease);
}
#all_wrap .faqList > dl > dd {
	margin: 0 auto;
	padding: 30px 40px;
	background: var(--base);
	border-radius: 5px;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	border-radius: 0 0 20px 20px;
}
#all_wrap .faqList > dl > dd p {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topFaq {
		width: 100%;
		padding: 30px 0;
	}
	/*リスト*/
	#all_wrap .faqList {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 20px;
	}
	#all_wrap .faqList > dl {
		width: 100%;
		border-radius: 10px;
	}
	#all_wrap .faqList > dl > dt {
		width: 100%;
		padding: 10px 40px 10px 20px;
		border-radius: 10px;
		font-size: 15px;
	}
	#all_wrap .faqList > dl > dt.active {
		filter: brightness(1.1);
		border-radius: 10px 10px 0 0;
	}
	#all_wrap .faqList > dl > dt span {
		display: block;
		width: 10px;
		height: 10px;
		top: 50%;
		right: 20px;
	}
	#all_wrap .faqList > dl > dt span::before {
		content: '';
		display: block;
		width: 10px;
		height: 2px;
	}
	#all_wrap .faqList > dl > dt span::after {
		content: '';
		display: block;
		width: 10px;
		height: 2px;
	}
	#all_wrap .faqList > dl > dd {
		margin: 0 auto;
		padding: 15px 20px;
		border-radius: 5px;
		font-size: 14px;
		border-radius: 0 0 10px 10px;
	}
	#all_wrap .faqList > dl > dd p {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 500;
	}
}

/************************************************************/
/*　トップページ お役立ち情報
/************************************************************/
#all_wrap #topColumn {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
/*リスト*/
#all_wrap .columnList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 40px;
}
#all_wrap .columnList::after {
	content: '';
	display: block;
	width: calc(100% / 3 - 26.7px);
}
#all_wrap .columnList > li {
	width: calc(100% / 3 - 26.7px);
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 20px;
	background: #fff;
	box-shadow: 8px 8px var(--base2);
	border: 1px solid var(--base2);
	overflow: hidden;
}
#all_wrap .columnList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .columnList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .columnList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .columnList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .columnList > li > .columnList_info {
	width: 100%;
	padding: 20px 30px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	border-radius: 0 0 20px 20px;
}
#all_wrap.sub_page .columnList > li > .columnList_info {
	width: 100%;
	padding: 15px 20px;
}
#all_wrap .columnList > li > .columnList_info::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/check.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#all_wrap .columnList > li > .columnList_info .date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1;
	color: #c8c8c8;
	text-align: left;
}
#all_wrap .columnList > li > .columnList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
	border: none;
	background: none;
}
#all_wrap .tags {
	width: 85%;
	padding: 0;
	margin: auto 0 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
#all_wrap .tags > span {
	display: inline-block;
	padding: 3px 5px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--main);
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: var(--main);
	border-radius: 16px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #topColumn {
		width: 100%;
		padding: 30px 0;
	}
	/*リスト*/
	#all_wrap .columnList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .columnList::after {
		content: '';
		display: none;
	}
	#all_wrap .columnList > li {
		width: calc(100% / 2 - 10px);
		border-radius: 10px;
		background: #fff;
		box-shadow: 4px 4px var(--base2);
		border: 1px solid var(--base);
	}
	#all_wrap .columnList > li > figure {
		border-radius: 10px 10px 0 0;
	}
	#all_wrap .columnList > li > .columnList_info {
		width: 100%;
		padding: 10px 10px;
		grid-row-gap: 5px;
	}
	#all_wrap.sub_page .columnList > li > .columnList_info {
		width: 100%;
		padding: 10px 10px;
		grid-row-gap: 5px;
	}
	#all_wrap .columnList > li > .columnList_info::after {
		content: '';
		display: none;
	}
	#all_wrap .columnList > li > .columnList_info .date {
		font-size: 10px;
	}
	#all_wrap .columnList > li > .columnList_info > h3 {
		width: 100%;
		font-size: 12px;
		line-height: 1.4em;
		font-weight: lighter;
	}
	#all_wrap .tags {
		width: 100%;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	#all_wrap .tags > span {
		display: inline-block;
		padding: 3px 5px;
		font-size: 0.8rem;
		border-radius: 10px;
	}
}


/************************************************************/
/*　トップページ 固定バナー
/************************************************************/
#fixedBtn {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#fixedBtn {
		display: block;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	#fixedBtn > ul {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	#fixedBtn > ul > li.tel {
		display: block;
		width: 50px;
		padding: 0;
		margin: 0;
		position: relative;
		border-right: 1px solid #fff;
	}
	#fixedBtn > ul > li.tel a {
		width: 50px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		aspect-ratio: 1/1;
		background: var(--sub);
	}
	#fixedBtn > ul > li.tel a img {
		width: auto;
		height: 20px;
	}
	#fixedBtn > ul > li.mail {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
		border-right: 1px solid #fff;
	}
	#fixedBtn > ul > li.mail a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 10px;
		font-size: 12px;
		line-height: 1.2em;
		font-weight: 500;
		color: #fff;
		background: #dd732a;
	}
	#fixedBtn > ul > li.mail a img {
		width: auto;
		height: 20px;
	}
	#fixedBtn > ul > li.line {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#fixedBtn > ul > li.line a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 10px;
		font-size: 12px;
		line-height: 1.2em;
		font-weight: 500;
		color: #fff;
		background: #5ac263;
	}
	#fixedBtn > ul > li.line a img {
		width: auto;
		height: 25px;
	}
}

/************************************************************/
/*　駆除実績 詳細
/************************************************************/
#all_wrap #case_detal {
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	border-radius: 20px;
	box-shadow: 8px 8px var(--base2);
}
#all_wrap .caseHeader {
	width: 100%;
	padding: 20px 50px;
	margin: 0;
	background: var(--main);
	border-radius: 20px 20px 0 0;
	position: relative;
}
#all_wrap .caseHeader > h1 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
#all_wrap .case_info {
	width: 100%;
	padding: 20px 50px 50px;
	margin: 0;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px solid #dadada;
	border-top: none;
	border-radius: 0 0 20px 20px;
}
.case_info .date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: var(--text);
}
/*ビフォーアフター*/
#all_wrap .compareList {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
#all_wrap .compareList > li {
	width: calc(100% / 2 - 25px);
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .compareList > li.before::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-color: unset;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/arrow_btm.svg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: unset;
	right: -50px;
	transform: translate(0,-50%) rotate(-90deg);
}
#all_wrap .compareList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#all_wrap .compareList > li > figure:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .compareList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
#all_wrap .compareList > li > h3 {
	width: 100%;
	padding: 10px;
	margin: 0;
	background: #aaaaaa;
	position: relative;
	border-radius: 0 0 10px 10px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border: none;
}
#all_wrap .compareList > li.before > h3 {
	background: #aaaaaa;
}
#all_wrap .compareList > li.after > h3 {
	background: var(--base2);
}
/*データ*/
#all_wrap .case_data {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 5px solid var(--main);
	border-radius: 10px;
}
#all_wrap .case_data > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#all_wrap .case_data dt {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 150px;
	padding: 20px;
	margin: 0;
	background: var(--main);
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
}
#all_wrap .case_data dt::after {
	content: '';
	display: block;
	width: calc(100% + 5px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 2;
}
#all_wrap .case_data dl:last-of-type dt::after {
	display: none;
}
#all_wrap .case_data dd {
	width: calc(100% - 150px);
	padding: 20px;
	margin: 0;
	background: #fff;
	position: relative;
}
#all_wrap .case_data dl:first-of-type dd {
	border-radius: 0 10px 0 0;
}
#all_wrap .case_data dl:last-of-type dd {
	border-radius: 0 0 10px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .case_data dl:nth-of-type(even) dd {
	background: var(--base);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap #case_detal {
		margin: 0 auto 50px;
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
	}
	#all_wrap .caseHeader {
		width: 100%;
		padding: 10px 20px;
		border-radius: 10px 10px 0 0;
	}
	#all_wrap .caseHeader > h1 {
		font-size: 18px;
		line-height: 1.4em;
	}
	#all_wrap .case_info {
		width: 100%;
		padding: 20px 20px 20px;
		border-radius: 0 0 10px 10px;
	}
	.case_info .date {
		margin: 0 auto 20px;
		font-size: 12px;
	}
	/*ビフォーアフター*/
	#all_wrap .compareList {
		margin: 0 auto 30px;
		flex-wrap: wrap;
		column-gap: 50px;
		grid-row-gap: 50px;
	}
	#all_wrap .compareList > li {
		width: calc(100%);
	}
	#all_wrap .compareList > li.before::before {
		top: unset;
		bottom: -50px;
		left: 50%;
		right: unset;
		transform: translate(-50%,0) rotate(0deg);
	}
	#all_wrap .compareList > li > h3 {
		width: 100%;
		padding: 10px;
		font-size: 15px;
	}
	/*データ*/
	#all_wrap .case_data {
		width: 100%;
		padding: 0;
		margin: 0;
		border: 5px solid var(--main);
		border-radius: 10px;
	}
	#all_wrap .case_data > dl {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .case_data dt {
		width: 100%;
		padding: 10px;
		font-size: 15px;
		border-bottom: 1px solid #fff;
	}
	#all_wrap .case_data dt::after {
		content: '';
		display: none;
	}
	#all_wrap .case_data dl:last-of-type dt::after {
		display: none;
	}
	#all_wrap .case_data dd {
		width: calc(100%);
		padding: 12px 15px;
		margin: 0;
		background: #fff;
		position: relative;
		text-align: center;
	}
	#all_wrap .case_data dl:first-of-type dd {
		border-radius: 0;
	}
	#all_wrap .case_data dl:last-of-type dd {
		border-radius:  0 0 10px 10px;
	}
	#all_wrap .case_data dl:nth-of-type(even) dd {
		background: #fff;
	}
}



/************************************************************/
/*　選ばれる理由
/************************************************************/
#reason {
	width: 100%;
	padding: 100px 0 0;
	margin: 0;
	position: relative;
}
#reason_header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap #reason_header > h2 {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	border: none;
	background: none;
}
#all_wrap #reason_header > h2 img {
	width: 100%;
	height: auto;
}
.reason_header_btm {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background: var(--main);
	position: relative;
	z-index: 0;
}
.reason_header_btm > figure {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.reason_header_btm > figure > img {
	width: 100%;
	height: auto;
}
.reason_header_btm::before {
	content: '';
	display: block;
	width: auto;
	height: calc(100% + 30px);
	aspect-ratio: 650 / 906;
	padding: 0;
	margin: 0;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_head_human_01.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: calc(50% + 380px);
	z-index: -1;
}
.reason_header_btm::after {
	content: '';
	display: block;
	width: auto;
	height: calc(100% + 30px);
	aspect-ratio: 650 / 668;
	padding: 0;
	margin: 0;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_head_human_02.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% + 380px);
	z-index: -1;
}
/*End*/
#reason_end {
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	background: var(--gradient-3);
	position: relative;
	z-index: 0;
}
#reason_end::before {
	content: '';
	display: block;
	width: 400px;
	height: auto;
	aspect-ratio: 650 / 854;
	padding: 0;
	margin: 0;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_end_human_01.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#reason_end::after {
	content: '';
	display: block;
	width: 300px;
	height: auto;
	aspect-ratio: 300 / 462;
	padding: 0;
	margin: 0;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_end_human_02.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#all_wrap #reason_end > h2 {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	z-index: 0;
}
#all_wrap #reason_end > h2 img {
	width: 100%;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#reason {
		width: 100%;
		padding: 30px 0 0;
		overflow: hidden;
	}
	#all_wrap #reason_header > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.reason_header_btm {
		width: 100%;
		padding: 20px 30px;
		margin: 0 auto;
		background: var(--main);
		position: relative;
		z-index: 0;
	}
	.reason_header_btm > figure {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.reason_header_btm > figure > img {
		width: 100%;
		height: auto;
	}
	.reason_header_btm::before {
		content: '';
		display: block;
		width: 120px;
		height: auto;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_head_human_01_sp.webp');
		bottom: 0;
		right: unset;
		left: -20px;
		z-index: -1;
	}
	.reason_header_btm::after {
		content: '';
		display: block;
		width: 160px;
		height: auto;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_head_human_02_sp.webp');
		bottom: 0;
		left: unset;
		right: -55px;
		z-index: -1;
	}
	
	/*End*/
	#reason_end {
		width: 100%;
		padding: 30px 0;
	}
	#reason_end::before {
		width: 120px;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_end_human_01_sp.webp');
	}
	#reason_end::after {
		width: 120px;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/reason_end_human_02_sp.webp');
		right: -30px;
		z-index: -1;
	}
	#all_wrap #reason_end > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
	}
}


/************************************************************/
/*　対応害獣・害虫
/************************************************************/
#all_wrap .targetListSub {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .targetListSub > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: var(--base);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 30px;
}
#all_wrap .targetListSub > li > figure {
	width: 280px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px 0 0 20px;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
#all_wrap .targetListSub > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .targetListSub_info {
	width: calc(100% - 30px - 280px);
	padding: 30px 30px 30px 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}
#all_wrap .targetListSub_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
}
#all_wrap .targetListSub_info > p.text {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
}
#all_wrap .targetListSub_info > p.price {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
}
#all_wrap .targetListSub_info > p.price strong {
	font-family: var(--font-en);
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
}
#all_wrap .targetListSub_info > p.price span {
	display: inline-flex;
	flex-direction: column;
	grid-row-gap: 2px;
	width: auto;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
}
#all_wrap .targetListSub_info > p.price span em {
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	font-style: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .targetListSub {
		width: calc(100% - 60px);
		grid-row-gap: 30px;
		margin: 0 auto;
	}
	#all_wrap .targetListSub > li {
		width: 100%;
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
		flex-wrap: wrap;
		column-gap: 0;
	}
	#all_wrap .targetListSub > li > figure {
		width: 100%;
		border-radius: 10px 10px 0 0;
		clip-path: unset;
	}
	#all_wrap .targetListSub > li > figure::before {
		content: '';
		display: block;
		padding-top: 65%;
	}
	#all_wrap .targetListSub_info {
		width: calc(100%);
		padding: 20px;
		grid-row-gap: 7px;
	}
	#all_wrap .targetListSub_info > h3 {
		width: 100%;
		font-size: 18px;
		line-height: 1.2em;
	}
	#all_wrap .targetListSub_info > p.text {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		font-size: 14px;
		line-height: 1.7em;
	}
	#all_wrap .targetListSub_info > p.price {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		column-gap: 5px;
	}
	#all_wrap .targetListSub_info > p.price strong {
		font-family: var(--font-en);
		font-size: 35px;
		line-height: 1;
		font-weight: 700;
		color: var(--main);
	}
	#all_wrap .targetListSub_info > p.price span {
		display: inline-flex;
		flex-direction: column;
		grid-row-gap: 2px;
		width: auto;
		font-size: 14px;
		line-height: 1;
		font-weight: 700;
		color: var(--text);
	}
	#all_wrap .targetListSub_info > p.price span em {
		display: block;
		font-size: 0.9rem;
		line-height: 1;
		font-weight: 700;
		color: var(--text);
		font-style: normal;
		letter-spacing: 0.1em;
		text-indent: -0.1em;
	}
}


/************************************************************/
/*　法人
/************************************************************/
#corporate {
	padding: 0;
	margin: 0;
	position: relative;
}
#corp_header {
	width: 100%;
	padding: 0 0 50px;
	margin: 0 auto;
	position: relative;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_head_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
#corp_header::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#corp_header::after {
	content: '';
	display: block;
	width: auto;
	height: 400px;
	aspect-ratio: 1000 / 882;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_head_human.webp');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: -1;
}
#corp_header > header {
	width: 100%;
	padding: 30px;
	margin: 0 auto 80px;
	background: var(--main);
	position: relative;
}
#corp_header > header::before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #fce037;
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: -2;
}
#corp_header > header::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: var(--main);
	position: absolute;
	bottom: -49px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0, 90% 100%, 100% 0);
}
#all_wrap #corp_header > header > h1 {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
#all_wrap #corp_header > h2 {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
}
#all_wrap #corp_header > h2 img {
	width: 70%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #corp_header > h3 {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}
#all_wrap #corp_header > h3 img {
	width: 80%;
	padding: 0;
	margin: 0;
	position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#corp_header {
		width: 100%;
		padding: 0 0 30px;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_head_bg_sp-1.webp');
	}
	#corp_header::after {
		content: '';
		height: 170px;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_head_human_sp.webp');
		bottom: 0;
		right: 0;
		z-index: -1;
	}
	#corp_header > header {
		width: 100%;
		padding: 20px;
		margin: 0 auto 50px;
		background: var(--main);
		position: relative;
	}
	#corp_header > header::before {
		width: 100%;
		height: 5px;
		bottom: -4px;
	}
	#corp_header > header::after {
		width: 20px;
		height: 20px;
		bottom: -19px;
	}
	#all_wrap #corp_header > header > h1 {
		width: 100%;
		max-width: 100%;
		font-size: 25px;
	}
	#all_wrap #corp_header > h2 {
		width: calc(100% - 40px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto 15px;
	}
	#all_wrap #corp_header > h3 {
		width: calc(100% - 40px);
		max-width: 100%;
	}
}

/*ポイント*/
#corp_point {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_point_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
#corp_point::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(255,255,255,0.6);
}
#all_wrap .corp_pointList {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
#all_wrap .corp_pointList > li {
	width: calc(100%);
	min-height: 145px;
	padding: 30px 30px 30px 130px;
	margin: 0;
	position: relative;
	background: var(--base);
	border-radius: 20px;
	box-shadow: 8px 8px var(--base2);
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
#all_wrap .corp_pointList > li > em {
	display: block;
	width: 120px;
	height: auto;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 2;
}
#all_wrap .corp_pointList > li > em img {
	width: 100%;
	height: auto;
}
#all_wrap .corp_pointList > li > p {
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 900;
	color: var(--text);
}
#all_wrap .corp_pointList > li > p strong {
	color: #e60012;
	font-weight: 900;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ポイント*/
	#corp_point {
		width: 100%;
		padding: 30px 0;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_point_bg_sp.webp');
	}
	#all_wrap .corp_pointList {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 30px;
	}
	#all_wrap .corp_pointList > li {
		width: calc(100%);
		min-height: auto;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
		justify-content: center;
	}
	#all_wrap .corp_pointList > li > em {
		display: block;
		width: 60px;
		height: auto;
		position: absolute;
		top: -20px;
		left: -20px;
		z-index: 2;
	}
	#all_wrap .corp_pointList > li > p {
		font-size: 18px;
		text-align: center;
	}
}

/*ご依頼者様の声*/
#corp_voice {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
#all_wrap .corp_voiceList {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .corp_voiceList > li {
	width: 100%;
	padding: 30px;
	margin: 0;
	position: relative;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 30px;
}
#all_wrap .corp_voiceList > li > figure {
	width: 280px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
#all_wrap .corp_voiceList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .corp_voiceList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .corp_voiceList_info {
	width: calc(100% - 30px - 280px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 15px;
}
#all_wrap .corp_voiceList_info > h3 {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
}
#all_wrap .corp_voiceList_info > h3::after {
	content: '';
	display: block;
	width: calc(100% + 30px);
	height: 2px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	right: 0;
}
#all_wrap .corp_voiceList_info > p {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 2em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ご依頼者様の声*/
	#corp_voice {
		width: 100%;
		padding: 30px 0;
	}
	#all_wrap .corp_voiceList {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 20px;
	}
	#all_wrap .corp_voiceList > li {
		width: 100%;
		padding: 20px;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 5px 5px var(--base2);
		column-gap: 0;
		grid-row-gap: 15px;
		flex-direction: unset;
		flex-wrap: wrap;
	}
	#all_wrap .corp_voiceList > li > figure {
		width: 100%;
		border-radius: 10px;
	}
	#all_wrap .corp_voiceList_info {
		width: calc(100%);
		grid-row-gap: 10px;
	}
	#all_wrap .corp_voiceList_info > h3 {
		width: 100%;
		padding: 0 0 10px;
		font-size: 18px;
	}
	#all_wrap .corp_voiceList_info > h3::after {
		content: '';
		display: block;
		width: calc(100%);
		height: 2px;
	}
	#all_wrap .corp_voiceList_info > p {
		font-size: 14px;
		line-height: 2em;
	}
}

/*特徴バナー*/
#corp_feature {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base2);
}
#all_wrap .corp_featureList {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .corp_featureList > li {
	width: 100%;
	padding: 30px;
	margin: 0;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 8px 8px var(--base2);
	border: 5px solid var(--main);
	display: flex;
	justify-content: flex-end;
	align-content: stretch;
	align-items: stretch;
	column-gap: 30px;
}
#all_wrap .corp_featureList > li:nth-child(even) {
	justify-content: flex-start;
}
#all_wrap .corp_featureList > li > figure {
	width: 300px;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
#all_wrap .corp_featureList > li:nth-child(even) > figure {
	left: unset;
	right: 0;
	clip-path: polygon(calc(30px) 0, 100% 0%, 100% 100%, 0% 100%);
}
#all_wrap .corp_featureList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .corp_featureList > li > h2 {
	width: fit-content;
	padding: 0;
	margin: 0;
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 900;
	color: var(--text);
	text-align: left;
	position: relative;
	z-index: 5;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#all_wrap .corp_featureList > li > h2 strong {
	font-weight: 900;
	color: var(--main);
	font-size: 1.4em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*特徴バナー*/
	#corp_feature {
		width: 100%;
		padding: 30px 0;
	}
	#all_wrap .corp_featureList {
		width: calc(100% - 60px);
		max-width: 100%;
		grid-row-gap: 20px;
	}
	#all_wrap .corp_featureList > li {
		width: 100%;
		padding: 0;
		border-radius: 10px;
		box-shadow: 5px 5px var(--base2);
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	#all_wrap .corp_featureList > li:nth-child(even) {
		justify-content: center;
	}
	#all_wrap .corp_featureList > li > figure {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: relative;
		top: unset;
		left: unset;
		overflow: hidden;
		text-align: center;
		clip-path: unset;
	}
	#all_wrap .corp_featureList > li:nth-child(even) > figure {
		left: unset;
		right: unset;
		clip-path: unset;
	}
	#all_wrap .corp_featureList > li > figure::before {
		content: '';
		display: block;
		padding-top: 50%;
	}
	#all_wrap .corp_featureList > li > h2 {
		width: 100%;
		padding: 20px;
		margin: 0;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 900;
		color: var(--text);
		text-align: left;
		position: relative;
		z-index: 5;
		text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
			-1px 1px 0 #FFF, 1px -1px 0 #FFF,
			0px 1px 0 #FFF,  0-1px 0 #FFF,
			-1px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#all_wrap .corp_featureList > li > h2 strong {
		font-weight: 900;
		color: var(--main);
		font-size: 1.4em;
	}
}

/*保証*/
#corp_proof {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to right, #ffe264 0%, rgb(255,246,169) 50%, #ffe264 100%);
}
#all_wrap #corp_proof > h2 {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
}
#all_wrap #corp_proof > h2 img {
	width: 100%;
	height: auto;
}
#all_wrap #corp_proof .frame {
	width: 100%;
	max-width: 1000px;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 5px solid #be9647;
	z-index: 0;
}
#all_wrap #corp_proof .frame::before {
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: none;
	border: 1px solid #be9647;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*保証*/
	#corp_proof {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		background-image: linear-gradient(to right, #ffe264 0%, rgb(255,246,169) 50%, #ffe264 100%);
	}
	#all_wrap #corp_proof > h2 {
		width: 70%;
		max-width: 70%;
		padding: 0;
		margin: 0 auto 15px;
	}
	#all_wrap #corp_proof .frame {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 20px;
		border: 5px solid #be9647;
	}
	#all_wrap #corp_proof .proofList {
		width: 100%;
	}
}

/*最短30分*/
#corp_trip {
	width: 100%;
	padding: 100px 0 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_trip_bg.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#corp_trip > figure {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#corp_trip > figure img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
#all_wrap #corp_trip > h2 {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	transform: translate(0,-50px);
}
#all_wrap #corp_trip > h2 img {
	width: 100%;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*最短30分*/
	#corp_trip {
		width: 100%;
		padding: 30px 0 0;
		background-image: url('https://hiromitsu-pestcontrol.co.jp/wp-content/uploads/co_trip_bg_sp.webp');
	}
	#corp_trip > figure {
		width: calc(100% - 60px);
		max-width: 100%;
	}
	#all_wrap #corp_trip > h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		transform: translate(0,-30px);
	}
}