@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #2D2D2D;
	--color-primary: #0029A5;
	--color-primary-shade: #06C755;
	--color-primary-tint: #ABC0FF;
	--color-secondary: #D20000;
	--color-table-border: #D1D1D1;
	--color-table-th: #F0F0F0;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #2D2D2D;
	--header-color-primary: #0029A5;
	--header-color-primary-shade: #06C755;
	--header-color-primary-tint: #EBF2FF;
	/*------▼フッター設定▼------*/
	--footer-background: #0029A5;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Figtree', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
	.anchor_link::before {
		padding-top: 100px;
		margin-top: -100px;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header ul.header__contact {
		position: relative;
		margin-left: 20px;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 20%;
		left: 0;
		display: block;
		height: 60%;
		border-left: 1px solid #CCD0DC;
		content: "";
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary);
		font-size: 24px;
		font-family: var(--font-family02);
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 13px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn {
		width: 140px;
		background: var(--header-color-primary);
	}
	#header a.head_btn.line_btn {
		width: 140px;
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	#header a.head_btn.mail_btn::before,
	#header a.head_btn.line_btn::before {
		margin-bottom: 5px;
	}
	#header a.head_btn.mail_btn:hover,
	#header a.head_btn.line_btn:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: bold;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
#footer .inner {
	padding-bottom: var(--px30);
	border-bottom: 1px solid #fff;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .socialicon ul {
		justify-content: flex-start;
	}
	#footer .socialicon ul li:first-child {
		padding-left: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .socialicon {
		margin-bottom: 30px;
	}
}
/**/
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul > li a {
	position: relative;
	padding: 0 0 0 1.3em;
	border: 0;
}
#footer .footnav ul > li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footnav {
		width: 50%;
	}
	#footer .footnav ul {
		justify-content: flex-end;
		row-gap: 10px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	background: #fff;
	border: 2px solid var(--color-primary);
	padding: 15px var(--px60);
	padding-right: var(--px80);
	border-radius: 999px;
	color: var(--color-primary);
	font-weight: bold;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background: var(--color-primary-tint);
}
#content .linkBtn::after {
	display: none;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	transform: translateY(-50%);
	line-height: 1;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_blue,
.bg_blue::before {
	background: #EBF2FF;
}
#content:has(.bg_blue:last-child) {
	padding-bottom: 0 !important;
}
/**/
.photo_maru img {
	border-radius: 20px;
}
/**/
.fs20 {
	font-size: var(--rem20w);
	font-weight: 500;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	font-size: var(--rem36);
	font-weight: 900;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family02);
}
.home .post h1.lft,
#front-sectionPost h1 {
	text-align: left;
}
/**/
#top_contact::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#top_contact::after {
	top: 20px;
	height: calc(100% - 40px);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#top_contact,
#top_contact h1 {
	color: #fff;
}
#top_contact h1 {
	font-size: var(--rem40);
	font-weight: bold;
}
#top_contact ul {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
#top_contact ul li a {
	position: relative;
	height: 100px;
	padding-left: 40px;
	background: var(--color-primary-shade);
	border: 3px solid #fff;
	border-radius: var(--px30);
	color: #fff;
	font-size: var(--rem20);
	font-weight: 900;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_contact ul li a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: var(--rem30);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	transform: translateY(-50%);
}
#top_contact ul li a b {
	font-size: var(--rem30);
	font-weight: 900;
}
#top_contact ul li.mail a {
	background: #fff;
	border-color: var(--color-primary-tint);
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contact ul li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contact ul li+li {
		margin-top: 15px;
	}
	#top_contact ul li a {
		height: 80px;
	}
}
/**/
#top_reason::before {
	background: url(/wp-content/uploads/top-reason-bg.jpg.webp) no-repeat center center / cover;
}
#top_reason .box {
	counter-reset: number;
}
#top_reason dl {
	position: relative;
	padding-top: var(--px20);
	text-align: center;
}
#top_reason dl::before {
	position: absolute;
	top: 0;
	left: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: 800;
	counter-increment: number;
	content: "0" counter(number);
}
#top_reason dt {
	margin-bottom: var(--px18);
}
#top_reason dt figure {
	height: 225px;
	margin-bottom: var(--px20);
	background: #fff;
	border-radius: 10px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_reason dt b {
	display: inline-block;
	padding-bottom: 10px;
	box-shadow: 0 -30px 0 #FFF699 inset;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: 900;
}
#top_reason dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_reason dl {
		width: 23%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_reason dt figure {
		height: 160px;
		padding: 30px;
	}
	#top_reason dt figure img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_reason .box {
		row-gap: 30px;
	}
	#top_reason dl {
		width: 48%;
	}
	#top_reason dt figure {
		height: 100px;
		padding: 20px 30px;
	}
	#top_reason dt b {
		box-shadow: 0 -20px 0 #FFF699 inset;
	}
	#top_reason dd {
		text-align: left;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat right top / 100% auto;
}
#top_service .msg {
	font-size: var(--rem30);
	font-weight: bold;
}
#top_service .msg i {
	margin-right: 0.3em;
	color: var(--color-primary);
}
#top_service .txt {
	padding: 0 5%;
}
#top_service .photo img {
	border-radius: 0 20px 20px 0;
}
#top_service dt {
	margin-bottom: var(--px18);
}
#top_service dt img {
	border-radius: 20px;
}
#top_service dd {
	position: relative;
	padding: 0 0 0 1.5em;
	font-size: var(--rem24);
	font-weight: bold;
	line-height: 1.5;
}
#top_service dd i {
	position: absolute;
	top: 0.3em;
	left: 0;
	color: var(--color-primary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_service .txt,
	#top_service .photo {
		width: 50%;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .btn {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 15px;
	}
	#top_service .box {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	#top_service dl {
		width: 31%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_service .photo {
		margin-right: 5%;
		margin-bottom: var(--px60);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service .btn li+li {
		margin-top: 15px;
	}
	#top_service .box {
		row-gap: 20px;
	}
	#top_service dl {
		width: 47%;
	}
	#top_service dt {
		margin-bottom: 8px;
	}
}
/**/
#top_flow::before {
	background: url(/wp-content/uploads/top-flow-bg.jpg.webp) no-repeat left bottom / 100% auto;
}
#top_flow dl {
	text-align: center;
}
#top_flow dt {
	position: relative;
	height: 210px;
	margin-bottom: 50px;
	background: #EBF2FF;
	border-radius: 10px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_flow dt b {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem30);
	font-weight: 800;
	font-family: var(--font-family02);
	transform: translate(-50%,50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_flow dd {
	padding: 0;
	font-size: var(--rem24);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_flow dl {
		width: 23%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_flow dt {
		height: 150px;
		padding: 30px 30px 40px;
	}
	#top_flow dt img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_flow .box {
		row-gap: 30px;
	}
	#top_flow dl {
		width: 47%;
	}
	#top_flow dt {
		height: 120px;
		margin-bottom: 30px;
		padding: 20px 20px 30px;
	}
	#top_flow dt b {
		width: 40px;
		height: 40px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
	background: #fff;
	border-radius: 20px;
}
#content #contact_box .box {
	max-width: 100%;
}
#contact_box .txt {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px40);
}
#contact_box .txt b {
	display: block;
	color: var(--color-secondary);
	font-size: var(--rem30);
	box-shadow: 0 -20px 0 #FFF699 inset;
}
#contact_box .txt i {
	margin-right: 10px;
}
#contact_box .btn a {
	height: 100%;
	min-height: 90px;
	padding: 15px;
	background: #fff;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
	font-weight: bold;
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a .fs {
	font-weight: 500;
}
#contact_box .btn a span:not(.fs) {
	display: block;
	width: 250px;
	max-width: 100%;
	margin: 10px auto 0;
	background: #fff;
	color: var(--color-primary);
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
	font-weight: bold;
}
#contact_box .btn .tel a b {
	font-size: var(--rem28);
	font-family: var(--font-family02);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
#contact_box .btn .line a {
	background: var(--color-primary-shade);
	border-color: var(--color-primary-shade);
	color: #fff;
}
#contact_box .btn .line a span:not(.fs) {
	color: var(--color-primary-shade);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#contact_box .box {
		padding: var(--px60);
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
	#contact_box .btn a {
		min-height: 140px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title b {
	display: block;
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family02);
	letter-spacing: 0;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem28);
}
.post h2.noline::after {
	display: none;
}
.post h2.lft {
	text-align: left;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
}
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	color: var(--color-primary);
	font-size: var(--rem24w);
}
/**/
.post h4 {
	padding: 0.6em 1.5em;
	background: #fff;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
.post h4::before {
	display: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td dl+dl {
	margin-top: 1em;
}
#company_tbl td dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_tbl td dl {
		/* フレックス */
		display: flex;
	}
	#company_tbl td dt {
		width: 6.5em;
	}
	#company_tbl td dd {
		width: calc(100% - 6.5em);
	}
}
/**/
#company_reason dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem20);
	text-align: center;
}
#company_reason dt img {
	border-radius: var(--px20);
	margin-bottom: var(--px20);
}
#company_reason dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_reason dl {
		width: 23%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_reason dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
.txt_price span {
	color: var(--color-secondary);
	font-size: var(--rem24w);
	font-family: var(--font-family02);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_about .txt,
	#service_about .photo {
		width: 50%;
	}
	#service_about .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#service_msg {
	width: 100%;
	max-width: 990px;
	margin: auto;
	background: #FFF69926;
	border: 8px double var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: bold;
}
/**/
.service_msg {
	position: relative;
}
.service_msg .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: var(--rem18);
	font-weight: bold;
}
.service_msg .b {
	font-size: var(--rem40);
	line-height: 1.3;
}
.service_msg .b b {
	font-size: var(--rem60);
	font-weight: bold;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.service_msg .photo {
		height: 260px;
	}
	.service_msg .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	.service_msg .b b {
		font-size: var(--rem40w);
	}
}
/**/
#service_attention::before {
	background: #ABABAB;
}
#service_attention .msg {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
}
#service_attention .msg span {
	position: relative;
	display: inline-block;
	padding: 2px 10px;
	background: #000;
	color: #fff;
	font-size: var(--rem28);
	font-weight: bold;
}
#service_attention .msg span::after {
	position: absolute;
	left: 50%;
	bottom: -19px;
	display: block;
	width: 30px;
	height: 26px;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#service_attention .b {
	font-size: var(--rem48);
	text-align: center;
	line-height: 1.4;
}
#service_attention dt {
	margin-bottom: var(--px18);
	font-size: var(--rem20w);
	text-align: center;
}
#service_attention dt img {
	margin-bottom: 10px;
}
#service_attention dd {
	padding: 0;
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_attention dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_attention dl+dl {
		margin-top: 20px;
	}
	#service_attention dt img {
		width: 50px;
	}
}
/*--------------------------------------------------
	連結送水管
--------------------------------------------------*/
#standpipe_what {
	background: #FDF7EC;
	border-radius: var(--px120);
}
#standpipe_what h2 {
	color: #EF9B00;
}
#standpipe_what dt {
	margin-bottom: var(--px18);
	font-size: var(--rem20w);
	text-align: center;
}
#standpipe_what dt img {
	margin-bottom: 10px;
}
#standpipe_what dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#standpipe_what dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#standpipe_what dl+dl {
		margin-top: 20px;
	}
	#standpipe_what dt img {
		width: 50px;
	}
}
/**/
#standpipe_chk li {
	padding: 2px 0 4px;
	padding-left: 50px;
	background: url(/wp-content/uploads/chk2.png.webp) no-repeat left top;
	font-size: var(--rem20w);
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 3px;
	text-decoration-color: #EF9B00;
}
#standpipe_chk li+li {
	margin-top: 1em;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#standpipe_chk li {
		padding-left: 34px;
		background-size: 24px auto;	
	}
}
/**/
#standpipe_list li {
	background: #fff;
	border-radius: 20px;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#standpipe_list li {
		width: 32%;
		border-radius: 50%;
		aspect-ratio: 1 / 1;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#standpipe_list li {
		padding: 15px;
	}
	#standpipe_list li+li {
		margin-top: 15px;
	}
}
/**/
#standpipe_tbl th,
#standpipe_tbl td {
	vertical-align: middle;
}
#standpipe_tbl th {
	background: #D2E2FF;
	font-weight: bold;
	text-align: center;
}
#standpipe_tbl td.ttl {
	background: #F0F0F0;
	font-weight: bold;
	text-align: center;
}
#standpipe_tbl .price {
	color: var(--color-secondary);
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
}
#standpipe_tbl .price b {
	font-size: var(--rem30w);
	font-weight: bold;
}
/*--------------------------------------------------
	スプリンクラー
--------------------------------------------------*/
#sprinkler_about dl {
	width: 31%;
}
#sprinkler_about dt {
	margin-bottom: 10px;
}
#sprinkler_about dd {
	padding: 0;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sprinkler_about dt img {
		width: 50px;
	}
}
/*--------------------------------------------------
	施工実績
--------------------------------------------------*/
#works_about {
	width: 1100px;
	max-width: 100%;
	margin: auto;
	background: #EBF2FF;
	border: 8px double var(--color-primary);
}
#works_about h2 {
	color: var(--color-primary);
}
#works_about li {
	background: #fff;
	font-size: var(--rem24w);
	font-weight: bold;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_about li b {
	color: var(--color-secondary);
}
#works_about li b span {
	font-size: var(--rem40w);
	font-weight: bold;
	font-family: var(--font-family02);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_about ul {
		justify-content: center;
		column-gap: var(--px50);
	}
	#works_about li {
		width: 180px;
		height: 180px;
		border-radius: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_about li {
		padding: 15px;
		border-radius: 20px;
	}
	#works_about li+li {
		margin-top: 15px;
	}
}
/**/
#works_link {
	background: #eee;
}
#works_link dl+dl {
	margin-top: var(--px30);
	padding-top: var(--px30);
	border-top: 1px dashed #ccc;
}
#works_link dd {
	padding: 0;
}
#works_link ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
#works_link ul li {
	width: calc((100% / 5) - (20px * 4 / 5));
}
#works_link ul li .linkBtn {
	display: block;
	padding: 15px 20px;
	padding-right: 30px;
	border-width: 1px;
}
#works_link ul li .linkBtn::before {
	content: "\f105";
}
#works_link ul li.on .linkBtn {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_link dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#works_link dt {
		width: 80px;
	}
	#works_link dd {
		width: calc(100% - 80px);
	}
}
@media only screen and (max-width: 1024px) {  /* タブレット以下 */
	#works_link ul li {
		width: calc((100% / 3) - (20px * 2 / 3));
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#works_link ul li {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_link dt {
		margin-bottom: 10px;
		text-align: center;
	}
	#works_link ul {
		row-gap: 15px;
	}
	#works_link ul li {
		width: 100%;
	}
}
/**/
#works_list li {
	margin-bottom: var(--px60);
}
#works_list .photo {
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
#works_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_list p {
	line-height: 1.5;
}
#works_list .ico {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#works_list .ico span {
	display: block;
	padding: 3px 8px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem14);
	font-weight: bold;
}
#works_list .ttl {
	margin: 8px 0;
	font-size: var(--rem20w);
	font-weight: bold;
}
#works_list .price {
	margin-bottom: 10px;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_list .price dl {
	position: relative;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#works_list .price dd {
	padding: 0;
}
#works_list .price dd b {
	font-size: var(--rem28);
	font-weight: bold;
}
#works_list .price dl:nth-child(2) {
	margin-left: 60px;
}
#works_list .price dl:nth-child(2)::before {
	position: absolute;
	top: 50%;
	left: -40px;
	display: block;
	width: 18px;
	height: 22px;
	background: #7B7B7B;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	content: "";
}
#works_list .price dl:nth-child(2) dd {
	color: var(--color-secondary);
	font-size: var(--rem24);
}
#works_list .price dl:nth-child(2) dd b {
	font-size: var(--rem36);
}
#works_list .cut {
	color: var(--color-secondary);
	background: #FFF699;
	font-size: var(--rem24);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#works_list .cut b {
	font-size: var(--rem30w);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#works_list li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#works_list {
		column-gap: 4%;
	}
	#works_list li {
		width: 48%;
	}
}
/**/
#works_detail h2 {
	margin: var(--px14) 0 0;
	text-align: left;
}
#works_detail .ico {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#works_detail .ico span {
	display: block;
	padding: 5px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem14);
	font-weight: bold;
}
#works_detail .rate {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	column-gap: 4px;
}
#works_detail .rate dl {
	text-align: center;
	line-height: 1.2;
}
#works_detail .rate dd {
	color: var(--color-secondary);
	font-size: var(--rem20w);
	font-weight: 800;
}
#works_detail .rate dd b {
	font-size: var(--rem40w);
	font-weight: 800;
	font-family: var(--font-family02);
}
#works_detail .rate p {
	width: 88px;
	height: 88px;
	margin-bottom: 15px;
	background: #FFF699;
	border-radius: 50%;
	color: var(--color-secondary);
	font-size: var(--rem14);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	transform: rotate(15deg);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_detail .rate p b {
	font-size: var(--rem28);
	font-weight: 900;
}
#works_detail table th {
	width: 20%;
}
#works_detail table td {
	width: 30%;
}
#works_detail table td.price {
	color: var(--color-secondary);
	font-weight: bold;
}
#works_detail table td.price b {
	font-size: var(--rem20w);
	font-weight: bold;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_detail .rate p {
		width: 80px;
		height: 80px;
	}
}
/**/
#works_detail .result .box {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#works_detail .result .ttl {
	margin-bottom: var(--px20);
	font-size: var(--rem24w);
}
#works_detail .result .gallery {
	margin: 0 !important;
	/* フレックス */
	justify-content: center !important;
	column-gap: 40px;
}
#works_detail .result .gallery dl.gallery-item {
	position: relative;
	width: calc(50% - 20px) !important;
	margin: 0 !important;
}
#works_detail .result .gallery dl.gallery-item dt {
	display: block;
	aspect-ratio: 3 / 2;
	background: #f5f5f5;
}
#works_detail .result .gallery dl.gallery-item dt img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_detail .result .gallery dl.gallery-item+dl::before {
	position: absolute;
	top: 45%;
	left: -25px;
	display: block;
	width: 14px;
	height: 20px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	content: "";
}
#works_detail .result .gallery dl.gallery-item dd {
	max-width: 100%;
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_detail .result {
		row-gap: 40px;
	}
	#works_detail .result .box {
		width: 48.5%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_detail .result .box+.box {
		margin-top: 20px;
	}
}
/**/
#photo_main {
	background: #f5f5f5;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#photo_main {
		width: 76%;
	}
	#photo_thumb {
		width: 20%;
	}
	#photo_thumb li+li {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_thumb {
		margin-top: 15px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	#photo_thumb li {
		width: calc((100% / 4) - (10px * 3 / 4));
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
	color: var(--color-primary);
	font-weight: bold;
}

/*--------------------------------------------------
	タグ折り返し
--------------------------------------------------*/
.postlist .post_text {
   flex-wrap: wrap;
   row-gap: 10px;
}