@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=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #2A2A2A;
	--color-primary: #F86600;
	--color-primary-shade: #FFECDF;
	--color-primary-tint: #21AF4B;
	--color-secondary: #F86600;
	--color-table-border: #ccc;
	--color-table-th: #FFECDF;
	--body-font-family: 'Zen Kaku Gothic New', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #2A2A2A;
	--header-color-primary: #F86600;
	--header-color-primary-shade: #F1F1F1;
	--header-color-primary-tint: #21AF4B;
	/*------▼フッター設定▼------*/
	--footer-background: #2A2A2A;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Kaku Gothic New', sans-serif;
	--font-family02: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	--font-family03: 'Sansation', 'Zen Kaku Gothic New', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body {
	font-weight: 500;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.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);
	}
}
/**/
#scrollUp {
	right: 10px !important;
	bottom: 65px !important;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 .logo {
		padding: 0;
	}
	#header ul.header__contact {
		padding: 20px;
		column-gap: 12px;
	}
	.sticky-header #header ul.header__contact {
		padding: 10px;
	}
	#header a.head_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) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f3cd';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 12px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn.line_btn {
		padding: 0 var(--px40);
		background: var(--header-color-primary-tint);
		border-radius: 999px;
		box-shadow: 4px 10px 20px rgba(0,0,0,0.15);
		flex-direction: row;
		column-gap: 10px;
	}
	#header a.head_btn.line_btn:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.sns_btn {
		padding: 0;
		border-radius: 50%;
		box-shadow: 4px 10px 20px rgba(0,0,0,0.15);
		aspect-ratio: 1 / 1;
		font-size: 20px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header a.head_btn.sns_btn:not(:hover) {
		background: var(--header-color-primary-shade);
		color: var(--header-color-font);
	}
	/**/
	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) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#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%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: 100%;
	max-width: 240px;
	padding: 20px 30px;
	background: var(--color-primary-tint);
	border-radius: 999px;
	box-shadow: 4px 10px 20px rgba(0,0,0,0.15);
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
#content .linkBtn::after {
	top: 50%;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
	transform: translateY(-50%);
}
#content .linkBtn:hover {
	background: var(--color-primary);
}
@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: #F5F5F5;
}
.box_orange {
	background: var(--color-primary-shade);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1.sub b {
	display: block;
	font-size: var(--rem80);
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1;
}
.home .post h1.sub b::first-letter {
	color: var(--color-primary);
}
.home .post h1.sub b+span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem20);
}
.home .post h2::after {
	display: none;
}
/**/
#top_worry .bg_wide::before {
	background: var(--color-primary);
}
#top_worry h1 b {
	display: block;
	color: #fff;
	font-size: var(--px120);
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1;
}
#top_worry h1 span {
	display: inline-block;
	margin-top: 0.2em;
	padding: 5px var(--px20);
	background: var(--color-primary-shade);
	color: var(--color-primary);
	font-size: var(--rem30);
	font-weight: bold;
}
#top_worry dt {
	position: relative;
	margin-bottom: 40px;
	padding: var(--px40);
	background: #fff;
	border-radius: var(--px30);
	font-size: var(--rem20);
	text-align: center;
	line-height: 1.6;
}
#top_worry dt b {
	color: var(--color-primary);
	box-shadow: 0 -8px 0 #FFED28 inset;
}
#top_worry dt::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_worry dd {
	padding: 0;
}
#top_worry .msg {
	padding-top: 100px;
	font-size: var(--rem30);
	font-weight: bold;
}
#top_worry .msg::before {
	top: -1px;
	height: 100px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#top_worry .msg mark {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_worry dl {
		width: 31%;
	}
	#top_worry .msg {
		flex-wrap: nowrap;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_worry dd img {
		width: 120px;
	}
	#top_worry .msg img {
		width: 120px;
		margin: 15px auto 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_worry h1 b {
		font-size: var(--px100);
	}
	#top_worry h1 span {
		font-size: var(--rem20w);
	}
	#top_worry dl {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top_worry dl+dl {
		margin-top: 16px;
	}
	#top_worry dt {
		width: 60%;
		margin-bottom: 0;
	}
	#top_worry dt::after {
		top: 50%;
		left: auto;
		right: -18px;
		bottom: auto;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		transform: translateY(-50%);
	}
	#top_worry dd {
		width: 30%;
	}
	#top_worry .msg {
		padding-top: 50px;
		font-size: var(--rem24w);
		text-align: center;
	}
	#top_worry .msg::before {
		height: 50px;
	}
}
/**/
#top_system h1 {
	font-size: var(--rem60);
}
#top_system h1 b {
	display: inline-block;
	color: var(--color-primary);
	font-size: var(--rem80);
	background: top left / 1em .5em repeat-x radial-gradient(circle, var(--color-primary) .08em, rgba(0,0,0,0) .08em);
	padding-top: .2em;
}
#top_system .box {
	width: 90%;
	max-width: 1720px;
	margin: auto;
	background: url(/wp-content/uploads/top-system-bg.jpg.webp) no-repeat center center / cover;
	border-radius: var(--px80);
}
#top_system .in {
	width: 90%;
	max-width: 1020px;
	margin: auto;
}
#top_system .txt {
	font-size: var(--rem18);
}
#top_system .msg {
	font-weight: bold;
	font-size: var(--rem40);
}
#top_system .msg mark {
	padding: 0 10px;
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_system .graph {
		width: 50%;
	}
	#top_system .txt {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_system h1 {
		font-size: var(--rem48);
	}
	#top_system h1 b {
		font-size: var(--rem60);
	}
	#top_system .box {
		padding-top: 20px !important;
	}
	#top_system .txt {
		margin-top: 20px;
	}
}
/**/
#top_merit h1 {
	position: relative;
	font-size: var(--rem40);
}
#top_merit h1 > b {
	color: #F1F1F1;
	font-size: var(--px200);
	font-family: var(--font-family03);
	line-height: 1;
}
#top_merit h1 > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
}
#top_merit h1 > span b {
	color: var(--color-primary);
	font-size: var(--rem60);
	line-height: 1;
}
#top_merit h1 > span b.num {
	display: inline-block;
	padding: 14px 2px 0;
	background: url(/wp-content/uploads/num.png.webp) no-repeat center top / 100% auto;
	font-size: var(--rem80);
	font-weight: bold;
	font-family: var(--font-family02);
}
#top_merit .in {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
#top_merit dt {
	margin-bottom: 12px;
}
#top_merit dt b {
	display: block;
	font-size: var(--rem30);
	font-weight: 600;
	line-height: 1;
}
#top_merit dt img {
	display: block;
	margin: 0 auto 15px;
}
#top_merit dt > span {
	display: inline-block;
	box-shadow: 0 -8px 0 #FFED28 inset;
	font-size: var(--rem20w);
}
#top_merit dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_merit dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_merit dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_osusume::before {
	background: var(--color-primary);
}
#top_osusume h2 {
	position: relative;
	top: -70px;
	margin-bottom: -45px;
}
#top_osusume .in {
	width: 100%;
	max-width: 1020px;
	margin: auto;
}
#top_osusume dl {
	padding: var(--px30) 0;
	background: #fff;
	border-radius: var(--px20);
	font-weight: bold;
	text-align: center;
}
#top_osusume dt {
	margin-bottom: 15px;
}
#top_osusume dt img {
	width: 80px;
}
#top_osusume dd {
	padding: 0;
}
#top_osusume .linkBtn {
	max-width: 300px;
}
#top_osusume .linkBtn:not(:hover) {
	background: var(--color-primary-shade);
	color: var(--color-primary);
}
#top_osusume .ico {
	position: absolute;
	right: calc((((100vw - 100%) / 2) * -1) + 5%);
	bottom: -50px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_osusume dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_osusume .ico {
		width: 30%;
		bottom: -30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_osusume h2 {
		top: -30px;
		margin-bottom: -15px;
	}
	#top_osusume .box_w2_sp {
		row-gap: 15px;
	}
	#top_osusume dl {
		width: 48%;
	}
	#top_osusume .ico {
		width: 40%;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/bg.png.webp);
}
#top_service h1 {
	/* フレックス */
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#top_service h2 {
	margin-left: 0;
	font-size: var(--rem30);
	text-align: left;
}
#top_service h2 b {
	display: block;
	margin-bottom: 0.5em;
	font-size: var(--rem14);
	font-weight: bold;
	font-family: var(--font-family02);
}
#top_service h2 b::first-letter {
	color: var(--color-primary);
}
#top_service .box {
	overflow: hidden;
	background: #fff;
	box-shadow: -10px 10px 50px rgba(0,0,0,0.15);
	border-radius: 0 var(--px80) 0 0;
}
#top_service .box.rev {
	border-radius: var(--px80) 0 0 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .photo {
		width: 55%;
	}
	#top_service .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_service .txt {
		width: 45%;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
/**/
#top_reason::before {
	top: -200px;
	height: calc(100% + 200px);
	background: url(/wp-content/uploads/top-reason-bg.jpg.webp) no-repeat center center / cover;
}
#top_reason h1 {
	position: relative;
	font-size: var(--rem40);
}
#top_reason h1 > b {
	color: #F1F1F1;
	font-size: var(--px200);
	font-family: var(--font-family03);
	line-height: 1;
}
#top_reason h1 > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
}
#top_reason h1 > span b {
	display: inline-block;
	color: var(--color-primary);
	font-size: var(--rem60);
	background: top left / 1em .5em repeat-x radial-gradient(circle, var(--color-primary) .08em, rgba(0,0,0,0) .08em);
	padding-top: .2em;
}
#top_reason h1 > span b.num {
	display: inline-block;
	padding: 14px 2px 0;
	background: url(/wp-content/uploads/num.png.webp) no-repeat center top / 100% auto;
	font-size: var(--rem80);
	font-weight: bold;
	font-family: var(--font-family02);
}
#top_reason .in {
	width: 90%;
	max-width: 1714px;
	margin: auto;
}
#top_reason .box .box_w2 {
	background: #fff;
}
#top_reason .txt {
	padding: 20px;
	font-size: var(--rem14);
}
#top_reason .txt h2 {
	margin: 15px 0 20px;
	font-size: var(--rem20w);
	text-align: left;
}
#top_reason .txt ul {
	font-size: var(--rem12);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#top_reason .txt li {
	padding: 5px 10px;
	background: #F1F1F1;
	line-height: 1.4;
}
#top_reason .chk {
	margin-top: 15px;
	/* フレックス */
	display: flex;
	align-items: center;
	column-gap: 12px;
}
#top_reason .chk dt {
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem12);
	text-align: center;
	white-space: nowrap;
	line-height: 1.3;
}
#top_reason .chk dd {
	padding: 0;
}
#top_reason .chk dd ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 6px;
}
#top_reason .chk dd li {
	position: relative;
	padding: 6px 20px;
	padding-left: 40px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: bold;
	line-height: 1.4;
}
#top_reason .chk dd li::before {
	position: absolute;
	top: 50%;
	left: 8px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: '\f058';	
	transform: translateY(-50%);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_reason .in {
		row-gap: var(--px50);
	}
	#top_reason .box {
		width: 48%;
	}
	#top_reason .photo {
		width: 55%;
	}
	#top_reason .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_reason .txt {
		width: 45%;
		padding: 30px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_reason .box {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_reason::before {
		top: -100px;
		height: calc(100% + 100px);
	}
	#top_reason h1 > b {
		font-size: 22vw;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_reason .box+.box {
		margin-top: 30px;
	}
	#top_reason .chk {
		align-items: initial;
	}
	#top_reason .chk dt {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/**/
.bg_square::before {
	background: url(/wp-content/uploads/bg.png.webp);
}
#top_works .post4b li {
	background: #fff;
	box-shadow: 10px 10px 60px rgba(0,0,0,0.2)
}
#top_works .post4b_text {
	padding: 0 15px;
}
#top_works .post4b .post4b_img {
	max-width: none;
}
#top_works .post4b .post4b_img a {
	display: block;
	aspect-ratio: 3 / 2;
}
#top_works .post4b .post4b_img a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}
/**/
#price_about {
	position: relative;
	padding: 0 5%;
	background: #F1F1F1;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#price_about::before {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% + 12px);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	content: "";
	z-index: -1;
}
#price_about h1 {
	font-size: var(--rem40);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: var(--px30);
}
#price_about h1 b {
	display: inline-block;
	color: var(--color-primary);
	font-size: var(--rem60);
	background: top left / 1em .5em repeat-x radial-gradient(circle, var(--color-primary) .08em, rgba(0,0,0,0) .08em);
	padding-top: .2em;
}
#price_about h1 img {
	margin: 0;
}
#price_about dt {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;
	background: #fff;
	border: 2px solid var(--color-font);
	border-radius: 50%;
	font-size: var(--rem20w);
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#price_about dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(/wp-content/uploads/price.png);
}
#price_about dd {
	padding: 0;
	text-align: center;
	line-height: 1.6;
}
#price_about table,
#price_about table th,
#price_about table td {
	background: #fff;
	border: none;
	font-size: var(--rem18);
	font-weight: bold;
}
#price_about table tr+tr {
	border-top: 1px solid #ccc;
}
#price_about table th {
	width: 70%;
}
#price_about table td {
	background: var(--color-primary-shade);
	text-align: center;
}
#price_about table td span {
	font-size: var(--rem24);
}
#price_about .btn {
	width: 100%;
	max-width: 680px;
	margin: auto;
}
#price_about .btn li a {
	position: relative;
	display: block;
	max-width: none;
}
#price_about .btn li a:has(b) {
	padding-left: 120px;
}
#price_about .btn li a b {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 100px;
	background: #FDD108;
	border: 2px solid #fff;
	border-radius: 50%;
	color: var(--color-primary-tint);
	font-size: var(--rem24);
	font-weight: bold;
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#price_about dl {
		width: 30%;
	}
	#price_about .btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price_about h1 {
		font-size: var(--rem24w);
		column-gap: var(--px20);
	}
	#price_about h1 img {
		width: 55px;
	}
	#price_about dl {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#price_about dt {
		width: 120px;
		height: 120px;
	}
	#price_about dt::before {
		top: -5px;
		left: -5px;
	}
	#price_about dd {
		width: calc(100% - 140px)
	}
	#price_about table th {
		width: 50%;
	}
	#price_about .btn li+li {
		margin-top: 30px;
	}
	#price_about .btn li a:has(b) {
		padding-left: 80px;
	}
	#price_about .btn li a b {
		width: 60px;
		height: 60px;
	}
}
/**/
#contact_box .txt {
	padding: var(--px40);
	background: #fff;
	font-size: var(--rem20);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
#contact_box .txt h2 {
	margin: 0 0 20px;
	font-size: var(--rem30);
}
#contact_box .txt h2::after {
	display: none;
}
#contact_box .txt a {
	display: inline-block;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-weight: bold;
}
#contact_box .txt a::after {
	margin-left: 1em;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0a9';
}
#contact_box .txt img {
	margin: 0;
}
#contact_box .btn li a {
	position: relative;
	display: block;
	height: 100%;
	padding: var(--px40) 0 var(--px60);
	background: var(--color-primary-shade);
	color: var(--color-primary);
	text-align: center;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn li a i:first-child {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 48px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact_box .btn li a i:not(:first-child) {
	position: absolute;
	left: 50%;
	bottom: var(--px40);
	transform: translateX(-50%);
	font-size: 20px;
}
#contact_box .btn li a b {
	display: block;
	font-size: var(--rem24w);
}
#contact_box .btn li.tel a b {
	font-size: var(--rem30w);
}
#contact_box .btn li.line a {
	background: var(--color-primary-tint);
	color: #fff;
}
#contact_box .btn li.line a i:first-child {
	color: var(--color-primary-tint);
}
#contact_box .btn li.mail a {
	background: #F1F1F1;
	color: var(--color-font);
}
#contact_box .btn li.mail a i:first-child {
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#contact_box {
		display: flex;
	}
	#contact_box .txt {
		width: 40%;
	}
	#contact_box .btn {
		width: 60%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .txt img {
		width: 80px;
	}
	#contact_box .btn li a {
		height: 80px;
		padding: 15px;
		padding-left: 90px;
		text-align: left;
		line-height: 1.4;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#contact_box .btn li a i:first-child {
		position: absolute;
		top: 15px;
		left: 20px;
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
	#contact_box .btn li a i:not(:first-child) {
		position: absolute;
		left: 50%;
		bottom: var(--px40);
		transform: translateX(-50%);
		font-size: 20px;
	}
	#contact_box .btn li a i:not(:first-child) {
		top: 50%;
		left: auto;
		right: 20px;
		transform: translateY(-50%);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
	letter-spacing: 0;
}
/**/
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#scaffold_ex dt {
	padding: 25px;
	background: var(--color-primary-shade);
	border-radius: 10px;
}
#scaffold_ex dt img {
	width: 200px;
}
#scaffold_ex dd {
	padding: var(--px20) 0 0;
	font-size: var(--rem18);
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#scaffold_ex dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#scaffold_ex dl+dl {
		margin-top: 30px;
	}
	#scaffold_ex dt img {
		width: 60%;
	}
}
/**/
#service_set {
}
#service_set dt {
	margin-bottom: var(--px40);
	padding: 10px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-size: var(--rem60);
	font-weight: 900;
	text-align: center;
	line-height: 1.1;
}
#service_set dd {
	padding: 0 var(--px20);
}
#service_set dd img {
	width: 207px;
}
#service_set dd p {
	font-size: var(--rem30);
	font-weight: bold;
	/* 縦方向中央揃え */
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
#service_set dd .bg_orange {
	background: #FFECDF;
}
#service_set dd .price {
	display: block;
	font-size: var(--rem60);
	font-weight: 900;
	line-height: 1.3;
}
#service_set dd .price span {
	font-size: var(--rem40);
}
#service_set dd .price b {
	display: inline-block;
	font-size: var(--rem80);
	font-family: var(--font-family02);
	font-weight: 900;
	background: top left / .5em .5em repeat-x radial-gradient(circle, var(--color-primary) .08em, rgba(0,0,0,0) .08em);
	padding-top: .2em;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_set dd {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: var(--px60);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_set {
		position: relative;
	}
	#service_set dt {
		font-size: var(--rem48);
	}
	#service_set dd img {
		position: absolute;
		top: -20px;
		left: 5px;
		width: 80px;
	}
	#service_set dd p {
		font-size: var(--rem24w);
		align-items: center;
	}
	#service_set dd .price {
		line-height: 1.4;
	}
}
/*--------------------------------------------------
	料金プラン
--------------------------------------------------*/
.post table.price_tbl th,
.post table.price_tbl td {
	background: #fff;
	border: none;
	font-size: var(--rem18);
	font-weight: bold;
}
.post table.price_tbl tr+tr {
	border-top: 1px solid #ccc;
}
.post table.price_tbl th {
	width: 70%;
}
.post table.price_tbl td {
	background: var(--color-primary-shade);
	text-align: center;
}
.post table.price_tbl td span {
	font-size: var(--rem24);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post table.price_tbl th {
		width: 50%;
	}
}
/*--------------------------------------------------
	ご利用の流れ
--------------------------------------------------*/
#flow_list {
	counter-reset: number;
}
#flow_list dl {
	position: relative;
	padding-left: 150px;
}
#flow_list dl::before {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width: 20px;
	height: 100%;
	background: var(--color-primary-shade);
	content: "";
}
#flow_list dl::after {
	position: absolute;
	top: -10px;
	left: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem30w);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	counter-increment: number;
	content: "0" counter(number);
}
#flow_list dl:not(:last-child) {
	padding-bottom: var(--px60);
}
#flow_list dt {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	font-size: var(--rem24w);
}
#flow_list dt::before {
	position: absolute;
	top: 50%;
	left: -100px;
	display: block;
	width: 80px;
	border-bottom: 1px dashed var(--color-primary);
	content: "";
}
#flow_list dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow_list dl {
		padding-left: 80px;
	}
	#flow_list dl::before {
		width: 10px;
	}
	#flow_list dl::after {
		top: -10px;
		width: 50px;
		height: 50px;
	}
	#flow_list dt::before {
		left: -60px;
		width: 50px;
	}
}
/*--------------------------------------------------
	運営会社
--------------------------------------------------*/
#company_origin {
	background: var(--color-primary);
	color: #fff;
}
#company_origin h2 {
	color: #fff;
	font-size: var(--rem30);
}
#company_origin .name {
	font-size: var(--px120);
	font-weight: bold;
	font-family: var(--font-family02);
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#company_origin .box_w2_sp {
	row-gap: 15px;
}
#company_origin dl {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: var(--px20);
	color: var(--color-font);
	text-align: center;
	z-index: 2;
}
#company_origin dt {
	min-height: 2.6em;
	margin-bottom: 5px;
	font-size: var(--rem18);
	font-weight: 900;
	font-family: var(--font-family02);
	line-height: 1.3;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#company_origin dt b {
	display: block;
}
#company_origin dt b::first-letter {
	color: var(--color-primary);
}
#company_origin dt span {
	position: absolute;
	top: 0;
	left: 5px;
	color: var(--color-primary);
	font-size: var(--px100);
	line-height: 1;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	z-index: -1;
}
#company_origin dd {
	padding: 0;
	font-size: var(--rem12);
	line-height: 1.5;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_origin dl {
		width: 16%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#company_origin dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_origin dl {
		width: 48%;
	}
	#company_origin .name {
		font-size: 14vw;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	background: var(--color-primary-shade);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/**/
.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;
}