@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #432A07;
	--color-primary: #062B55;
	--color-primary-shade: #000488;
	--color-primary-tint: #D1B469;
	--color-secondary: #A52A2A;
	--color-table-border: #062B55;
	--color-table-th: #062B55;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #432A07;
	--header-color-primary: #062B55;
	--header-color-primary-shade: #A52A2A;
	--header-color-primary-tint: #D1B469;
	/*------▼フッター設定▼------*/
	--footer-background: linear-gradient(to bottom, #062B55, #051E3A);
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Cormorant Infant', 'Noto Serif JP', serif;
	--font-family03: 'Allura', 'Noto Serif JP', serif;
	--font-family04: 'Inter', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	border-bottom-color: #D1D1D1;
	color: #fff;
	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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 346px;
		max-height: 70px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		padding: 0 30px;
		background: linear-gradient(to bottom, #CB2D2D, #A52A2A, #CB2D2D);
		background-size: 100% 200%;
		background-position: 0 0;
		text-align: center;
	}
	#header a.head_btn.tel_btn:hover {
		background-position: 0 100%;
	}
	#header a.head_btn.tel_btn b {
		display: block;
		width: 100%;
		background: #fff;
		color: var(--header-color-primary-shade);
		font-size: 16px;
	}
	.sticky-header #header a.head_btn.tel_btn b {
		font-size: 14px;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 75%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 13px;
		font-weight: normal;
		font-family: var(--body-font-family);
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		width: 180px;
		text-align: center;
		flex-direction: row;
	}
	#header a.head_btn.line_btn:not(:hover) {
		background: #07C856;
	}
	#header a.head_btn.mail_btn::before,
	#header a.head_btn.line_btn::before {
		margin: 0 10px 0 0;
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	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: 1580px) 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;
	}
	#header a.head_btn.tel_btn {
		padding: 0 20px;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		width: auto;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#header a.head_btn.tel_btn {
		padding: 0 15px;
	}
	#header a.head_btn.tel_btn b {
		font-size: 14px;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	padding: 10px;
	background: #fff;
}
#footer .socialicon ul li a i::before {
	color: var(--color-primary-tint) !important;
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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: var(--px60); }
}
@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;
	padding: 15px var(--px80);
	background: linear-gradient(to bottom, #CB2D2D, #A52A2A, #CB2D2D);
	background-size: 100% 200%;
	background-position: 0 0;
	border-radius: 5px;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background-position: 0 100%;
}
#content .linkBtn.btn_link {
	display: inline-block;
	background: none;
	padding: 12px 0;
	padding-right: var(--px60w);
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-family: var(--font-family01);
	text-align: left;
}
#content .linkBtn.btn_link::after {
	right: 13px;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn.btn_link::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	content: "";
}
#content .linkBtn.btn_link:hover {
	color: var(--color-primary-tint);
}
#content .linkBtn.btn_link:hover,
#content .linkBtn.btn_link:hover::before,
#content .linkBtn.btn_link:hover::after {
	border-color: var(--color-primary-tint);
}
@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, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: #E6E6E6;
}
.box_gray {
	border-radius: 16px;
}
/**/
.fs24 { font-size: var(--rem24); }
.fs20 { font-size: var(--rem20); }
/**/
.cen_in {
	display: inline-block;
	text-align: left;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#front_top_content,
#front_bottom_content {
	background: none;
}
.home .post,
.home .post h1,
.home .post h2,
.home .post a {
	color: #fff;
}
.home .post h2 b {
	color: var(--color-primary-tint);
}
.home .home_none {
	display: none;
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-bg.jpg.webp) no-repeat center center / cover;
}
#top_msg::after {
	height: 280px;
	background: linear-gradient(to bottom, #062B55, transparent);
}
#top_msg h1 {
	font-size: var(--rem36);
}
#top_msg .point li {
	padding: 0 var(--px80) 10px;
	background: url(/wp-content/uploads/leaf01.png) no-repeat left center,
		url(/wp-content/uploads/leaf02.png) no-repeat right center;
	background-size: contain;
	font-size: var(--rem20w);
	font-weight: bold;
	font-family: var(--font-family01);
	line-height: 40px;
	text-align: center;
}
#top_msg .point li > span {
	display: inline-block;
	text-align: left;
}
#top_msg .point li b {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
}
#top_msg .point li span span {
	font-size: var(--rem30w);
}
#top_msg .txt {
	font-size: var(--rem18);
	font-family: var(--font-family01);
}
#top_msg .txt h2 {
	color: var(--color-primary-tint);
	font-size: var(--rem60);
	font-weight: normal;
	font-family: var(--font-family03);
	text-align: left;
}
#top_msg .txt h2::after {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_msg .point {
		/* フレックス */
		display: flex;
		justify-content: center;
		column-gap: var(--px60);
	}
	#top_msg .photo {
		width: 45%;
	}
	#top_msg .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h1 {
		font-size: var(--rem30w);
	}
	#top_msg .point {
		width: 100%;
		max-width: 260px;
		margin: auto;
	}
	#top_msg .point li {
		padding: 0 var(--px100) 10px;
		line-height: 30px;
	}
	#top_msg .point li b {
		font-size: 35px;
	}
	#top_msg .point li+li {
		margin-top: 20px;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center center / cover;
}
#top_service::after {
	top: 20px;
	height: calc(100% - 40px);
	border-top: 1px solid #FEEFC9;
	border-bottom: 1px solid #FEEFC9;
}
#top_service {
	font-family: var(--font-family01);
}
#top_service li a {
	transition: all 0.3s ease-in-out;
}
#top_service .bana li a {
	background: linear-gradient(to right, #FEEFC9, #D1B469, #FEEFC9);
	background-size: 200% 100%;
	background-position: 0 0;
	color: var(--color-font);
	font-size: var(--rem30);
	font-weight: bold;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#top_service .bana li a:hover {
	background-position: 100% 0;
}
#top_service .bana li a figure {
	overflow: hidden;
	display: block;
	width: 40%;
}
#top_service .bana li a:hover figure img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_service .bana li a span {
	display: block;
	width: 60%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_service .btn li a {
	padding: var(--px40);
	background: linear-gradient(to bottom, #062B55, #051E3A, #062B55);
	background-size: 100% 200%;
	background-position: 0 0;
	color: #fff;
	font-size: var(--rem28);
	font-weight: bold;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_service .btn li a:hover {
	background-position: 0 100%;
	color: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .bana li {
		width: 48.5%;
	}
	#top_service .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service::after {
		top: 10px;
		height: calc(100% - 20px);
	}
	#top_service li+li {
		margin-top: 15px;
	}
}
/**/
#top_flow::before {
	background: url(/wp-content/uploads/top-bg.jpg.webp) no-repeat center center / cover;
}
#top_flow dt {
	margin-bottom: var(--px20);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	text-align: center;
}
#top_flow dt b {
	position: relative;
	margin-bottom: -0.5em;
	display: block;
	color: var(--color-primary-tint);
	font-size: var(--rem60);
	font-weight: 600;
	font-family: var(--font-family02);
	text-align: left;
	line-height: 1;
	z-index: 2;
}
#top_flow dt img {
	display: block;
	margin-bottom: var(--px20);
}
#top_flow dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_flow .box_w2 {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: var(--px80);
	}
	#top_flow dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_flow dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_contents li a {
	position: relative;
	display: block;
}
#top_contents li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,43,85,0.7);
	color: #fff;
	font-size: var(--rem30w);
	font-family: var(--font-family01);
	letter-spacing: 0.05em;
	line-height: 1.4;
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_contents li a .txt span {
	display: block;
	color: var(--color-primary-tint);
	font-weight: 500;
	font-family: var(--font-family02);
}
#top_contents li a .photo {
	overflow: hidden;
}
#top_contents li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents li+li {
		margin-top: 20px;
	}
	#top_contents li a .photo {
		height: 120px;
	}
	#top_contents li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#contact_box {
	color: #fff;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
body:not(.home) #contact_box {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}
#contact_box h2 {
	position: relative;
	margin: 0;
	padding: 15px;
	background: linear-gradient(to right, #FEEFC9, #D1B469);
	color: var(--color-font);
	font-size: var(--rem36);
	font-weight: bold;
}
#contact_box h2 b {
	position: absolute;
	top: 50%;
	left: -40px;
	width: 200px;
	height: 200px;
	background: linear-gradient(to bottom, #062B55, #051E3A);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem30);
	font-weight: 900;
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box h2 span {
	display: inline-block;
	background: linear-gradient(to right, #FEEFC9, #D1B469);
	font-size: 50px;
	font-weight: 900;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
#contact_box .box {
	background: url(/wp-content/uploads/contact-in-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box dl {
	width: 450px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}
#contact_box dt {
	margin-bottom: 10px;
	padding: 10px;
	background: linear-gradient(to bottom, #CB2D2D, #A52A2A);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
}
#contact_box dd {
	padding: 0;
}
#contact_box .tel a {
	display: inline-block;
	color: var(--color-secondary);
	font-size: var(--rem60);
	font-weight: bold;
	font-family: var(--font-family01);
	line-height: 1;
}
#contact_box .tel a i {
	margin-right: 8px;
	font-size: 80%;
}
#contact_box .ico {
	color: var(--color-secondary);
	font-weight: bold;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}
#contact_box .ico span {
	padding: 2px var(--px20);
	border: 2px solid var(--color-secondary);
	border-radius: 999px;
}
#contact_box .btn {
	width: 745px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	font-family: var(--font-family01);
	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 i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20w);
}
#contact_box .btn .mail a {
	background: linear-gradient(to bottom, #062B55, #051E3A, #062B55);
	background-size: 100% 200%;
	background-position: 0 0;
}
#contact_box .btn .mail a:hover {
	background-position: 0 100%;
}
#contact_box .btn .line a {
	background: #07C856;
}
#contact_box .btn .line a:hover {
	background: #08F268;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#contact_box h2 {
		padding-left: 70px;
	}
	#contact_box h2 b {
		left: -30px;
		width: 140px;
		height: 140px;
	}
	#contact_box h2 span {
		font-size: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box h2 {
		padding: 10px;
		padding-left: 70px;
		font-size: var(--rem24w);
	}
	#contact_box h2 b {
		left: -15px;
		width: 100px;
		height: 100px;
		font-size: 15px;
	}
	#contact_box h2 span {
		font-size: 30px;
	}
	#contact_box .ico {
		column-gap: 5px;
		font-size: 90%;
	}
	#contact_box .btn li+li {
		margin-top: 15px;
	}
	#contact_box .btn a {
		min-height: 80px;
	}
}
/**/
#follow_btn {
	position: fixed;
	right: 0;
	bottom: 70px;
	width: 300px;
	background: #fff;
	color: var(--color-font);
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.5;
	z-index: 9999;
}
#follow_btn dt {
	padding: 8px;
	background: linear-gradient(to right, #FEEFC9, #D1B469);
	font-size: var(--rem24w);
}
#follow_btn dd {
	padding: 10px 15px 15px;
}
#follow_btn dd p+p {
	margin-top: 5px;
}
#follow_btn dd .tel a {
	color: var(--color-font);
	font-size: var(--rem30w);
	line-height: 1;
}
#follow_btn dd .tel a i {
	font-size: 80%;
	margin-right: 8px;
}
#follow_btn dd .line a {
	height: 70px;
	background: #07C856;
	color: #fff;
	font-size: var(--rem18);
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#follow_btn dd .line a i {
	margin-right: 8px;
}
#follow_btn dd .line a:hover {
	background: #08F268;
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#follow_btn {
		display: none;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#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(--rem30w);
	letter-spacing: 0.05em;
}
.post h2 b {
	display: block;
	color: var(--color-primary);
	font-weight: 500;
	font-family: var(--font-family02);
}
.post h2:has(b)::after,
.post h2.h3::after,
.post h2.noline::after {
	display: none;
}
.post h2.h3 {
	text-align: left;
}
/**/
.post h2.h3,
.post h3 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem30w);
	letter-spacing: 0.05em;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/**/
.post h4.noline {
	padding: 0;
}
.post h4.noline::before {
	display: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_map iframe {
	width: 100%;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_photo {
		margin-bottom: 15px;
	}
	#company_photo img {
		width: 60%;
	}
	#company_map iframe {
		height: 300px;
	}
}
/*--------------------------------------------------
	調査サービス案内
--------------------------------------------------*/
#service_other h3 {
	color: var(--color-primary-shade);
}
/**/
.post ul.chk li {
	position: relative;
	padding-left: 1.5em;
}
.post ul.chk li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
}
/**/
.post ul.maru li {
	position: relative;
	padding-left: 1.5em;
}
.post ul.maru li::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	font-size: 90%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f111';
}
/**/
#service_nayami dt {
	position: relative;
	width: fit-content;
	margin: 0 auto -25px;
	padding: 12px var(--px50);
	background: var(--color-secondary);
	color: #fff;
	font-size: var(--rem24w);
	text-align: center;
}
#service_nayami dd {
	padding: var(--px50);
	padding-top: var(--px80);
	text-align: center;
}
#service_nayami dd ul {
	display: inline-block;
	font-size: var(--rem20);
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#service_nayami dd ul li+li {
	margin-top: 0.5em;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_nayami dt {
		width: 86%;
		padding: 10px;
		font-size: var(--rem20w);
	}
	#service_nayami dd p {
		text-align: left;
	}
}
/**/
#service_msg::before {
	display: block;
	width: 360px;
	height: 64px;
	margin: var(--px50) auto;
	background: var(--color-secondary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}
#service_msg .msg b {
	padding-bottom: 5px;
	box-shadow: 0 -20px 0 #FFEEE9 inset;
	color: var(--color-secondary);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#service_msg::before {
		width: 300px;
		height: 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_msg::before {
		width: 200px;
		height: 40px;
	}
}
/**/
#service_merit h3 {
	width: fit-content;
	padding: 10px var(--px30);
	border: 1px solid var(--color-secondary);
	color: var(--color-secondary);
	font-size: var(--rem24w);
	font-family: var(--body-font-family);
	text-align: center;	
}
#service_merit h4 {
	padding: 0;
	font-size: var(--rem20w);
	font-family: var(--body-font-family);
}
#service_merit h4::before {
	display: none;
}
#service_merit h4 b {
	display: block;
	color: #C3C3C3;
	font-size: var(--rem18);
	font-weight: bold;
	font-family: var(--font-family04);
}
#service_merit .box+.box {
	margin-top: var(--px50);
}
/**/
.post ul.list_btn {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.post ul.list_btn li .linkBtn {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post ul.list_btn {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.post ul.list_btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.list_btn li+li {
		margin-top: 15px;
	}
}
/**/
#service_about h3 {
	color: var(--color-secondary);
	font-size: var(--rem24w);
	font-family: var(--body-font-family);
}
#service_about h4 {
	color: var(--color-primary-shade);
	font-size: var(--rem24w);
}
/*--------------------------------------------------
	調査事例
--------------------------------------------------*/
#case_list h3 {
	margin-bottom: 0;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: var(--rem30w);
	font-family: var(--body-font-family);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#case_list h3 span {
	width: 80px;
	height: 80px;
	background: var(--color-secondary);
	font-size: var(--rem12);
	line-height: 1.2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#case_list h3 span b {
	font-size: var(--rem30w);
	font-weight: bold;
}
#case_list .box {
	padding: var(--px40);
	border: 1px solid #000;
}
#case_list dl {
	margin-bottom: var(--px30);
}
#case_list dt {
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
}
#case_list dd {
	padding: 0;
}
#case_list .in {
	padding: var(--px40);
	background: #EFF5FF;
}
#case_list .photo {
	text-align: center;
}
#case_list .photo img {
	margin-bottom: 10px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#case_list dl {
		/* フレックス */
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#case_list dt {
		width: 200px;
	}
	#case_list dd {
		width: calc(100% - 220px);
	}
	#case_list .photo {
		width: 14%;
	}
	#case_list .txt {
		width: 82%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#case_list h3 {
		font-size: var(--rem24w);
	}
	#case_list h3 span {
		width: 60px;
		height: 60px;
	}
	#case_list dt {
		margin-bottom: 10px;
	}
	#case_list .photo {
		margin-bottom: 15px;
	}
	#case_list .photo img {
		width: 100px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}