*,
::after,
::before {
	box-sizing: border-box;
}
* {
	margin: 0;
}
body,
html {
	height: 100%;
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
}
canvas,
img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
}
button,
input,
select,
textarea {
	font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word;
}
html {
	font-size: 100%;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #000;
	margin: 0;
}
.ast-separate-container {
	background-color: #fff;
}
.editor-styles-wrapper table,
.editor-styles-wrapper td,
.editor-styles-wrapper th {
	border: 1px solid var(--ast-border-color);
}
.entry-content > .wp-block-columns,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-group {
	padding: 0;
}
.has-text-align-center {
	text-align: center;
}
a {
	transition: all 0.15s ease;
}
.elementor a {
	color: #ff5a00;
	text-decoration: none;
}
.elementor a:hover {
	text-decoration: underline;
}
a img {
	transition: opacity 0.2s ease-out;
}
a:hover img {
	opacity: 0.8;
}
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
li,
ol,
ul {
	list-style: none;
}
dd,
li {
	list-style-type: none;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
h1,
h2,
h3 {
	color: #000;
	font-family: sans-serif;
}
button {
	background: 0 0;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	outline: 0;
	padding: 0;
}
input {
	-webkit-appearance: none;
}
#global-container {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	min-height: 100dvh;
}
.content-width,
main {
	margin: 0 auto;
}
.content-width-narrow {
	margin: 0 auto;
}
.content-container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 50px;
	width: 966px;
}
.main-content {
	width: 73.5%;
}
.aside {
	width: 23.8%;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
#page-container {
	min-height: 60dvh;
	padding-bottom: 110px;
}
.header {
	width: 100%;
	z-index: 10;
}
.header input[type="checkbox"],
.header input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	visibility: hidden;
}
.header__inner {
	margin: 0 auto;
	width: 100%;
}
.header__title {
	color: #666;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}
.header__title-wrap {
	border-bottom: 1px solid #e6e6e6;
}
.header__top {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.header__logo {
	width: 500px;
}
.header__bottom {
	background-image: url(../images/common/header/navi_bg.png);
	background-repeat: repeat-x;
	border-bottom: 6px solid #095d0f;
}
.header__nav {
	margin: 0 auto;
	width: 966px;
}
.header__menu-list {
	display: flex;
}
.header__menu-item {
	position: relative;
}
.header__submenu-list {
	background-color: #363636;
	border: 1px solid #222;
	border-top: none;
	left: 0;
	margin: 6px 0 0;
	min-width: 200px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 99;
}
.header__menu-item:hover > .header__submenu-list {
	opacity: 1;
	visibility: visible;
}
.header__submenu-item {
	border-bottom: 1px solid #222;
}
.header__submenu-item > a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 15px;
	text-decoration: none;
	width: 100%;
}
.header__submenu-item > a:hover {
	color: #58c0e6;
}
.header__contact-btn {
	width: 412px;
}
.header__g_navi_sub {
	display: none;
}
.header__g_navi {
	right: 0;
	top: 0;
}
.header__g_navi nav {
	margin: 25px auto 25px;
}
.header__nav-drawer {
	background-color: #ef9530;
	height: 50px;
	position: fixed;
	right: 8px;
	top: 4vw;
	transition: 0.8s;
	width: 45px;
	z-index: 99999;
}
.header__nav-open {
	cursor: pointer;
	display: inline-block;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	vertical-align: middle;
	width: 45px;
}
.header__nav-open span.hum {
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, -50%);
}
.header__nav-open span.hum,
.header__nav-open span.hum::after,
.header__nav-open span.hum::before {
	background: #fff;
	content: "";
	cursor: pointer;
	display: block;
	height: 3px;
	position: absolute;
	width: 25px;
}
.header__nav-open span.hum:before {
	bottom: -8px;
}
.header__nav-open span.hum:after {
	bottom: -16px;
}
.header__nav-open span.sub {
	color: #fff;
	display: block;
	font-size: 9px;
	left: 50%;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	text-indent: 0.01em;
	top: 75%;
	transform: translate(-50%, -50%);
	width: 40px;
}
.header__nav-close {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 100%;
	z-index: 99;
}
.header__nav-content {
	background-color: #ef9530;
	height: 100%;
	left: 0;
	min-height: 100vh;
	position: fixed;
	top: 0;
	transform: translateX(-105%);
	transition: 0.3s ease-in-out;
	width: 240px;
	z-index: 9999;
}
.header__nav-input:checked ~ .header__nav-close {
	display: block;
	opacity: 0.5;
}
.header__nav-input:checked ~ .header__nav-content {
	background-color: #ef9530;
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
	transform: translateX(0);
}
.header__nav-tl-menu {
	background: #ef9530;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 20px 10px 18px 18px;
	position: relative;
}
.header__g_navi .header__nav > ul > li {
	border-top: 1px solid #ce791e;
	padding: 0;
	width: 100%;
}
.header__g_navi .header__nav > ul > li:last-child {
	border-bottom: 1px solid #ce791e;
}
.header__g_navi .header__nav > ul > li > .separator,
.header__g_navi .header__nav > ul > li > a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 1em;
	width: 100%;
}
.header__g_navi .header__nav > ul > li > .separator::before,
.header__g_navi .header__nav > ul > li > a::before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 5px;
}
.header__g_navi .header__nav > ul > li > .separator .fa-angle-left {
	float: right;
	line-height: 1;
	margin-top: 4px;
	transform: rotate(180deg);
}
.header__g_navi .header__nav > ul > li > .separator i {
	transition: transform 0.5s ease;
}
.header__g_navi .header__nav > ul > li > .separator i.open {
	transform: rotate(270deg);
}
.header__g_navi .header__nav > ul > li > .sub-menu-list {
	display: none;
	margin-left: 1em;
}
.header__g_navi .header__nav > ul > li > .sub-menu-list.open {
	display: block;
}
.header__g_navi .header__nav > ul > li > .sub-menu-list > li > a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 1em;
	width: 100%;
}
.header__g_navi .header__nav > ul > li > .sub-menu-list > li > a::before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 5px;
}
.header__nav-drawer .header__close {
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
}
.header__nav-drawer .header__close:after,
.header__nav-drawer .header__close:before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 20px;
}
.header__nav-drawer .header__close:before {
	transform: rotate(-45deg);
}
.header__nav-drawer .header__close:after {
	transform: rotate(-135deg);
}
#ast-scroll-top {
	background-color: #363636;
	border-radius: 50%;
	font-size: 18px;
}
#ast-scroll-top .icon-arrow {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
#breadcrumbs {
	font-size: 11px;
	margin-bottom: 20px;
	padding: 0 15px 0 0;
}
#breadcrumbs a {
	color: #ff5a00;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	padding: 0;
}
.elementor-divider {
	padding-block-end: 0 !important;
	padding-block-start: 0 !important;
}
.kiji-midashi h3 {
	background-image: url(../images/common/h3_ti_bg.png);
	border-bottom-color: #e1e1d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #026a09;
	border-top-style: solid;
	border-top-width: 3px;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
	font-size: 26px !important;
	font-weight: 400;
	line-height: 30px !important;
	margin: 40px 0 13px;
	padding: 10px 0 10px;
	text-align: center;
}
.kiji-midashi-b {
	background-image: url(../images/common/h3_ic.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #026a09;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-left: 36px;
}
.kiji-midashi-2 {
	background-color: #f7f0e5;
	border-radius: 3px;
	color: #735621;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.kiji-midashi-2 .point-num p {
	background-color: #026a09;
	border-radius: 30px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 0;
	margin-right: 6px;
	padding: 3px 10px 3px 10px;
}
.kiji-midashi-3 {
	background-image: url(../images/common/h4_ic.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 5px;
}
.kiji-midashi-4 {
	background-color: #026a09;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
.multithumb_blog > .e-con-inner {
	align-items: center !important;
}
.multithumb_blog .multithumb-1 {
	width: 95px !important;
}
.multithumb_blog .multithumb-2 {
	text-align: left !important;
}
.multithumb_blog .e-con {
	padding: 0;
}
.multithumb_blog .e-child:first-child img {
	height: 95px;
	width: 95px;
}
.multithumb_blog .e-child:last-child img {
	margin-left: -45px;
}
.componentheading {
	background-color: #026a09;
	background-image: url(../images/common/page_ic.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	margin-bottom: 45px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-left: 72px;
	padding-right: 15px;
	padding-top: 20px;
}
.componentheading .elementor-heading-title {
	color: #fff;
	font-size: 24px;
	font-weight: 400 !important;
	line-height: 1em;
}
.aside a {
	color: #333;
	display: block;
}
.aside a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.aside__contact--mail {
	background-color: #efe5bc;
	padding: 5px 5px 6px 5px;
}
.aside__service-wrap {
	background-color: #026a09;
	background-image: url(../images/aside/side_bg1.png);
	background-position: top 10px right 15px;
	background-repeat: no-repeat;
	border-top: solid 4px #025908;
	padding: 14px 10px 10px;
}
.aside__service-heading-img {
	aspect-ratio: 128/30;
	height: 39px;
	width: 128px;
}
.aside__service-box {
	background-color: #fffef4;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px;
}
.aside__service-box h5 {
	border-bottom: 1px solid #a38c67;
}
.aside__service-box ul li {
	background-image: url(../images/aside/side2_ic.png);
	background-position: 7px center;
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 0 5px;
	padding-left: 27px !important;
}
.aside__service-box ul li a:hover {
	color: #f60;
}
.aside__service-heading-img--2 {
	aspect-ratio: 74/18;
	height: 18px;
	margin-bottom: 7px;
	width: 74px;
}
.aside__service-heading-img--3 {
	aspect-ratio: 210/58;
	height: 58px;
	width: 210px;
}
.aside__license_wrap h4 {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	text-align: center;
}
.aside__license-desc {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 9px;
}
.aside__license-desc p {
	font-size: 11px;
}
.aside__company_wrap h4 {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	text-align: center;
}
.aside__company-desc {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 9px;
}
.footer {
	background-color: #055c0a;
	margin: 30px auto 0;
	padding: 10px 0;
	text-align: center;
}
.footer__inner {
	margin: 0 auto;
	width: 966px;
}
.footer__link {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	justify-content: space-around;
	margin-bottom: 20px;
}
.footer__link-item::before {
	color: #a3c3a5;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 2px;
}
.footer__link-item > a {
	color: #fff;
	font-size: 11px;
}
.footer__copyright {
	color: #fff;
	font-size: 11px;
}
.footer.pchidden {
	padding-bottom: min(47vw, 250px);
	padding-top: 30px;
}
.footer-fix {
	background-image: url(../images/common/footer/f_contact_bg.png);
	bottom: 0;
	height: 110px;
	left: 0;
	position: fixed;
	width: 100%;
}
.footer-fix__inner {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0 auto;
	padding: 10px 0;
	width: 966px;
}
.footer-fix__inner.pchidden {
	bottom: 0;
	flex-direction: column;
	gap: 0;
	padding: 0;
	position: relative;
	position: fixed;
	width: 100%;
}
.footer-fix__inner.pchidden a {
	width: 100%;
}
.footer-fix__logo {
	height: auto;
	width: 312px;
}
body.home .fv {
	height: 512px;
	position: relative;
	width: 100%;
}
body.home .fv__inner {
	height: inherit;
	position: relative;
}
body.home .fv__bg-picture {
	height: inherit;
}
body.home .fv__bg-img {
	height: inherit;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 60% 90%;
	object-position: 60% 90%;
}
body.home .fv__contents {
	height: inherit;
	left: 45%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
body.home .fv__contents-img {
	height: inherit;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
body.home .fv__examples_of_purchases .e-con-inner {
	width: 90%;
}
body.home .fv__examples_of_purchases .elementor-widget image img {
	width: 100%;
}
body.home .fv__banner_links a:hover {
	opacity: 0.7;
}
body.home .fv__voice-list .voice-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	list-style: outside none none;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px;
}
body.home .fv__voice-list .voice-title {
	background-color: #026a09;
	background-image: none;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
body.home .fv__voice-list .voice-title a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
body.home .fv__voice-list .voice-title a:hover {
	color: #fff;
	text-decoration: underline;
}
body.home .fv__voice-list .voice-content {
	align-items: center;
	display: flex;
	gap: 15px;
}
body.home .fv__voice-list .voice-images {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 250px;
}
body.home .fv__voice-list .voice-image {
	width: 100%;
}
body.home .fv__voice-list .voice-image img {
	width: 100%;
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	object-fit: cover;
}
body.home .fv__voice-list .voice-text {
	display: flex;
	flex: 1;
	flex-direction: column;
}
body.home .fv__voice-list .customer-name {
	color: #f90;
	font-weight: 700;
}
body.home .fv__voice-list .staff-message-label {
	font-weight: 700;
}
body.home .fv__voice-list .staff-message {
	font-weight: 400;
	margin-bottom: 20px;
	white-space: pre-wrap;
}
body.home .fv__voice-list .read-more {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}
body.home .fv__voice-list .read-more a {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
body.home .fv__madori .e-con-inner {
	gap: 10px;
}
body.home .fv__madori .e-flex {
	border: 1px solid #d5c9b6;
	padding: 0;
	width: 33.3333333333%;
}
body.home .fv__blog-list {
	background-color: #fffbed;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 35px;
	margin-top: -20px;
	max-height: 170px;
	overflow: auto;
	padding: 10px;
	text-align: center;
}
body.home .fv__blog-list li {
	color: #333;
	font-size: 1em;
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
}
body.home .fv__blog-list li a {
	color: #ff5a00;
	cursor: pointer;
	margin-left: 10px;
	text-decoration: none;
}
body.home .fv__blog-list li a:hover {
	color: #ff5a00;
	text-decoration: underline;
}
body.home .area-table #gaiyo-table {
	width: 100% !important;
}
body.home .elementor-element table,
body.home .elementor-element td,
body.home .elementor-element th {
	border: 0;
}
body.page .content-container {
	padding-top: 20px;
}
body.page .multithumb_blog .e-con-inner {
	justify-content: center;
}
body.page #breadcrumbs > span {
	cursor: text;
}
body.page #breadcrumbs > span > span:nth-child(2) a {
	color: #000;
	pointer-events: none;
}
body.page .features .examples_of_purchases {
	margin: 0 auto;
	width: 90%;
}
body.page .features .examples_of_purchases .elementor-widget-image img {
	width: 100%;
}
body.page .about .about-treat {
	background-color: #fff;
	position: relative;
}
body.page .about .about-treat::before {
	background-color: #f7f0e5;
	content: "";
	height: calc(100% + 40px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 30px);
	z-index: -1;
}
body.page .flow .flow-banner {
	background-image: url(../images/page/contact2_bg.png);
	background-repeat: no-repeat;
}
body.page .kuyou .kuyou-treat {
	background-color: #fffbed;
	border: 1px solid #f0e4bb;
}
body.page .kuyou .kuyou-treat ul li {
	line-height: 22px;
	margin-bottom: 12px;
}
body.page .kuyou .kuyou-treat ul li::before {
	color: #026a09;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 2px;
}
body.page .kuyou .kuyouh-ihin-list p {
	background: #fff;
	background: linear-gradient(to bottom, #fff 1%, #f5efe7 66%);
	border: solid 1px #d6cab7;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 4px;
	text-align: center;
	width: 110px;
}
body.page .kuyou .kuyou-border {
	border-top: 2px solid #d5c9b6;
}
body.page .kuyou .kuyou-border:last-of-type {
	border-bottom: 2px solid #d5c9b6;
}
body.page .flow .num {
	border-bottom: 2px solid #ccc;
}
body.page .kaitori .e-con.e-grid > .e-con-inner {
	grid-template-rows: none;
}
body.page .special .trouble-treat {
	background-color: #fffbed;
	border: 1px solid #f0e4bb;
}
body.page .special .trouble-treat ul li {
	line-height: 22px;
	margin-bottom: 12px;
}
body.page .special .trouble-treat ul li::before {
	color: #026a09;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 2px;
}
body.page .special .special-treat {
	background-color: #fff;
	position: relative;
}
body.page .special .special-treat::before {
	background-color: #f7f0e5;
	content: "";
	height: calc(100% + 40px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 30px);
	z-index: -1;
}
body.page .special .special-table {
	font-weight: 400;
}
body.page .special .special-table .tablepress > * + tbody > * > *,
body.page .special .special-table .tablepress > tbody > * ~ * > *,
body.page .special .special-table .tablepress > tfoot > * > * {
	border-top: 1px solid #ccc;
}
body.page .special .special-table tbody {
	border: 1px solid #ccc;
}
body.page .special .special-table .column-1 {
	background-color: #f7f7f7;
	border-right: 1px solid #ccc;
	color: #026a09;
	padding: 8px 10px;
	vertical-align: middle;
	width: 60%;
}
body.page .special .special-table .column-2 {
	color: #ff9401;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	padding: 13px 10px 8px;
	text-align: right;
	vertical-align: middle;
}
body.page .flow-i .num {
	border-bottom: 2px solid #ccc;
}
body.page .flow-i .flow-banner {
	background-image: url(../images/page/contact2_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
body.page .flow-i .arrow img {
	width: 60px;
}
body.page .flow-i .num {
	flex-wrap: nowrap;
	margin-left: 0;
}
body.page .flow-i .num > div:first-child {
	width: 37px;
}
body.page .flow-i .num > div:last-child {
	flex: 1;
}
body.page .seizen .trouble-treat ul li {
	line-height: 18px;
	margin-bottom: 10px;
}
body.page .seizen .trouble-treat ul li::before {
	color: #026a09;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 2px;
}
body.page .seizen .about-treat {
	background-color: #fff;
	position: relative;
}
body.page .seizen .about-treat::before {
	background-color: #f7f0e5;
	content: "";
	height: calc(100% + 45px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 45px);
	z-index: -1;
}
body.page .house .e-con.e-grid > .e-con-inner {
	grid-template-columns: 1fr 30px 1fr;
	grid-template-rows: none;
}
body.page .house .house-c-list p {
	margin-bottom: 8px;
}
body.page .seizen .seizen-table-grid .e-con-inner {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	grid-template-columns: 230px 1fr;
}
body.page .seizen .seizen-table-grid .e-con-inner > div {
	height: 100%;
}
body.page .seizen .seizen-table-grid .e-con-inner > div > div {
	align-items: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
body.page .fee .table1 thead tr th {
	background-color: #ffe8c4;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	color: #026a09;
	font-weight: 400;
	font-weight: 700;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
body.page .fee .table1 tbody tr td {
	border: 1px solid #ccc;
	font-weight: 400;
}
body.page .fee .table2 {
	font-weight: 400;
}
body.page .fee .table2 .tablepress > * + tbody > * > *,
body.page .fee .table2 .tablepress > tbody > * ~ * > *,
body.page .fee .table2 .tablepress > tfoot > * > * {
	border-top: 1px solid #ccc;
}
body.page .fee .table2 tbody {
	border: 1px solid #ccc;
}
body.page .fee .table2 .column-1 {
	background-color: #f7f7f7;
	border-right: 1px solid #ccc;
	color: #026a09;
	padding: 8px 10px;
	vertical-align: middle;
	width: 60%;
}
body.page .fee .table2 .column-2 {
	color: #ff9401;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	padding: 13px 10px 8px;
	text-align: right;
	vertical-align: middle;
}
body.page .fee .table3 {
	font-weight: 400;
}
body.page .fee .table3 .tablepress > * + tbody > * > *,
body.page .fee .table3 .tablepress > tbody > * ~ * > *,
body.page .fee .table3 .tablepress > tfoot > * > * {
	border-top: 1px solid #ccc;
}
body.page .fee .table3 table {
	margin-bottom: 0;
}
body.page .fee .table3 tbody {
	border: 1px solid #ccc;
}
body.page .fee .table3 .column-1 {
	background-color: #f7f7f7;
	border-right: 1px solid #ccc;
	color: #026a09;
	padding: 8px 10px;
	vertical-align: middle;
	width: 60%;
}
body.page .fee .table3 .column-2 {
	color: #ff9401;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	padding: 13px 10px 8px;
	text-align: right;
	vertical-align: middle;
}
body.page .faq .faq__qa-list {
	margin-bottom: 20px;
}
body.page .faq .faq__qa-list li .faq__q {
	background-color: #f7f0e5;
	background-image: url(../images/page/ic_q.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	color: #6f5016;
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	margin-bottom: 10px;
	margin-top: 25px;
	padding-bottom: 10px;
	padding-left: 54px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: pre-wrap;
}
body.page .faq .faq__qa-list li .faq__a {
	align-items: center;
	background-image: url(../images/page/ic_a.png);
	background-position: 20px top;
	background-repeat: no-repeat;
	display: flex;
	font-weight: 400;
	min-height: 38px;
	padding-left: 64px;
	white-space: pre-wrap;
}
body.page .faq .kiji-midashi-b {
	margin-bottom: -50px;
}
body.page .q-a .faq__qa-list {
	margin-bottom: 20px;
}
body.page .q-a .faq__qa-list li .faq__q {
	background-color: #f7f0e5;
	background-image: url(../images/page/ic_q.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	color: #6f5016;
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	margin-bottom: 10px;
	margin-top: 25px;
	padding-bottom: 10px;
	padding-left: 54px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: pre-wrap;
}
body.page .q-a .faq__qa-list li .faq__a {
	align-items: center;
	background-image: url(../images/page/ic_a.png);
	background-position: 20px top;
	background-repeat: no-repeat;
	display: flex;
	font-weight: 400;
	min-height: 38px;
	padding-left: 64px;
	white-space: pre-wrap;
}
body.page .q-a .kiji-midashi-b {
	margin-bottom: 10px;
}
body.page .company .company-table {
	font-weight: 400;
}
body.page .company .company-table .tablepress > * + tbody > * > *,
body.page .company .company-table .tablepress > tbody > * ~ * > *,
body.page .company .company-table .tablepress > tfoot > * > * {
	border-top: 1px dotted #696969;
}
body.page .company .company-table tbody {
	border-bottom: 1px dotted #696969;
}
body.page .company .company-table .column-1 {
	color: #026a09;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 23%;
}
body.error404 .notfound {
	left: 50%;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}
body.error404 .notfound .content-container {
	min-height: 80vh;
}
body.error404 .notfound .center {
	margin: 0 auto;
	width: 400px;
}
body.error404 .notfound .center h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
body.error404 .notfound .center h3 > a {
	color: #ff5a00;
}
body.error404 .notfound .error {
	color: red;
	display: block;
	font-size: 140px;
	font-weight: 700;
	line-height: 200px;
	padding: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}
body.error404 .notfound .error > span {
	display: inline-block;
	position: relative;
}
body.error404 .notfound .error > span:before {
	background: url(../images/common/error.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 80px;
	left: -30px;
	position: absolute;
	right: -30px;
	top: 70%;
}
body.error404 .notfound .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}
body.error404 .notfound ol {
	display: block;
	list-style-type: decimal;
	margin-block-end: 1em;
	margin-block-start: 1em;
	margin-inline-end: 0;
	margin-inline-start: 0;
	margin-left: 20px;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}
body.error404 .notfound ol li {
	list-style-type: decimal;
	text-align: left;
}
body.archive .a-voice .voice-title h3 > a {
	color: #000;
	font-size: 26px;
}
body.archive .a-voice .voice-title h3 > a:hover {
	text-decoration: underline;
}
body.archive .a-voice .voice-content {
	align-items: center;
	display: flex;
	gap: 15px;
}
body.archive .a-voice .voice-images {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 250px;
}
body.archive .a-voice .voice-image {
	width: 100%;
}
body.archive .a-voice .voice-image img {
	width: 100%;
}
body.archive .a-voice .post-taxonomies {
	display: inline-flex;
	gap: 5px;
	margin-top: 20px;
}
body.archive .a-voice .post-taxonomies .taxonomy-region,
body.archive .a-voice .post-taxonomies .taxonomy-works {
	display: flex;
	gap: 5px;
}
body.archive .a-voice .post-taxonomies .taxonomy-region a,
body.archive .a-voice .post-taxonomies .taxonomy-works a {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	color: #fff;
	font-size: 10.998px;
	font-weight: 700;
	line-height: 14px;
	padding: 4px 7px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}
body.archive .a-voice .post-taxonomies .taxonomy-region a:hover,
body.archive .a-voice .post-taxonomies .taxonomy-works a:hover {
	text-decoration: underline;
}
body.archive .a-voice .voice-text {
	display: flex;
	flex: 1;
	flex-direction: column;
}
body.archive .a-voice .customer-name {
	color: #f90;
	font-weight: 700;
}
body.archive .a-voice .staff-message-label {
	font-weight: 700;
}
body.archive .a-voice .staff-message {
	font-weight: 400;
	margin-bottom: 20px;
	white-space: pre-wrap;
}
body.archive .a-voice .read-more {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}
body.archive .a-voice .read-more a {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
body.archive .a-voice p,
body.single .s-voice p {
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 5px;
	min-height: 1em;
}
body.single .s-voice .is-layout-flex .wp-container-core-group-is-layout-2 {
	flex: 1;
}
body.single .s-voice .before-after table {
	margin: 0 auto;
}
body.single .s-voice .before-after table tbody {
	vertical-align: top;
}
body.single .s-voice .before-after table tbody tr td:nth-child(even) {
	vertical-align: middle;
}
body.single .s-voice .before-after table tbody img {
	margin: 0 auto;
}
body.single .s-voice .voice-title h3 > a {
	color: #000;
	font-size: 26px;
}
body.single .s-voice .voice-title h3 > a:hover {
	text-decoration: underline;
}
body.single .s-voice .post-taxonomies {
	display: inline-flex;
	gap: 5px;
	margin-top: 20px;
	padding: 14px;
}
body.single .s-voice .post-taxonomies .taxonomy-region,
body.single .s-voice .post-taxonomies .taxonomy-works {
	display: flex;
	gap: 5px;
}
body.single .s-voice .post-taxonomies .taxonomy-region a,
body.single .s-voice .post-taxonomies .taxonomy-works a {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	color: #fff;
	font-size: 10.998px;
	font-weight: 700;
	line-height: 14px;
	padding: 4px 7px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}
body.single .s-voice .post-taxonomies .taxonomy-region a:hover,
body.single .s-voice .post-taxonomies .taxonomy-works a:hover {
	text-decoration: underline;
}
body.archive .a-blog h2,
body.single .s-blog h2 {
	font-size: 22px;
}
body.archive .a-blog blockquote,
body.single .s-blog blockquote {
	background-color: #e9e9e9;
	border-left: 5px solid #ddd;
	color: #505050;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin: 30px 0;
	padding: 20px;
	position: relative;
}
body.archive .a-blog .blog,
body.single .s-blog .blog {
	margin-bottom: 50px;
	padding: 0;
}
body.archive .a-blog .entry-title a,
body.single .s-blog .entry-title a {
	color: #026a09;
	font-size: 22px;
	text-decoration: none;
}
body.archive .a-blog .entry-title a:hover,
body.single .s-blog .entry-title a:hover {
	text-decoration: underline;
}
body.archive .a-blog .post-date,
body.single .s-blog .post-date {
	background-color: #f7f7f7;
	display: block;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 3px 10px;
}
body.archive .a-blog .entry-content,
body.single .s-blog .entry-content {
	padding: 10px 0;
}
body.archive .a-blog .entry-content p,
body.single .s-blog .entry-content p {
	line-height: 1.7;
	margin-bottom: 5px;
	min-height: 1em;
}
body.archive .a-blog ol,
body.single .s-blog ol {
	list-style: unset;
	margin-left: 40px;
}
body.archive .a-blog ol li,
body.single .s-blog ol li {
	list-style: auto;
}
body.archive .a-blog .post-taxonomy,
body.single .s-blog .post-taxonomy {
	border-top: 1px dotted #ddd;
	margin: 10px 0;
	padding: 10px 0;
}
body.archive .a-blog .post-taxonomy .taxonomy-list,
body.single .s-blog .post-taxonomy .taxonomy-list {
	display: inline-flex;
	gap: 5px;
	list-style: outside none none;
}
body.archive .a-blog .post-taxonomy .taxonomy-list a,
body.single .s-blog .post-taxonomy .taxonomy-list a {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10.998px;
	font-weight: 700;
	line-height: 14px;
	padding: 4px 7px;
	padding: 4px 7px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}
body.archive .a-blog .post-taxonomy .taxonomy-list a:hover,
body.single .s-blog .post-taxonomy .taxonomy-list a:hover {
	text-decoration: underline;
}
body.page .contact dl,
body.page .contact_complete dl,
body.page .contact_confirm dl {
	align-items: center;
	border-top: 1px dotted #ccc;
	display: flex;
}
body.page .contact dl *,
body.page .contact p,
body.page .contact_complete dl *,
body.page .contact_complete p,
body.page .contact_confirm dl *,
body.page .contact_confirm p {
	font-weight: 400;
}
body.page .contact dl dt,
body.page .contact_complete dl dt,
body.page .contact_confirm dl dt {
	margin: 0;
	padding: 8px 10px 8px;
	width: 35%;
}
body.page .contact dl dd,
body.page .contact_complete dl dd,
body.page .contact_confirm dl dd {
	margin: 0;
	padding: 8px;
	width: 65%;
}
body.page .contact input,
body.page .contact_complete input,
body.page .contact_confirm input {
	border: 1px solid #ddd;
}
body.page .contact textarea,
body.page .contact_complete textarea,
body.page .contact_confirm textarea {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
@media screen and (max-width: 62.5em) {
	body.page .contact input,
body.page .contact_complete input,
body.page .contact_confirm input,
body.page .contact textarea,
body.page .contact_complete textarea,
body.page .contact_confirm textarea {
	font-size: 16px;
}
}
body.page .contact .wpcf7-checkbox label,
body.page .contact_complete .wpcf7-checkbox label,
body.page .contact_confirm .wpcf7-checkbox label {
	margin-right: 10px;
}
body.page .contact .wpcf7-radio label,
body.page .contact_complete .wpcf7-radio label,
body.page .contact_confirm .wpcf7-radio label {
	margin-right: 10px;
}
body.page .contact .wpcf7 textarea.wpcf7-form-control,
body.page .contact_complete .wpcf7 textarea.wpcf7-form-control,
body.page .contact_confirm .wpcf7 textarea.wpcf7-form-control {
	height: 100px;
}
body.page .contact .wpcf7-captchac,
body.page .contact_complete .wpcf7-captchac,
body.page .contact_confirm .wpcf7-captchac {
	display: inline;
	width: 100px;
}
body.page .contact .post-number dd p,
body.page .contact .recapcha dd p,
body.page .contact_complete .post-number dd p,
body.page .contact_complete .recapcha dd p,
body.page .contact_confirm .post-number dd p,
body.page .contact_confirm .recapcha dd p {
	align-items: center;
	display: flex;
}
body.page .contact .recapcha,
body.page .contact_complete .recapcha,
body.page .contact_confirm .recapcha {
	margin-bottom: 20px;
}
body.page .contact .accept,
body.page .contact .confirmation,
body.page .contact_complete .accept,
body.page .contact_complete .confirmation,
body.page .contact_confirm .accept,
body.page .contact_confirm .confirmation {
	text-align: center;
}
body.page .contact .daiichikibou dd,
body.page .contact .dainikibou dd,
body.page .contact .furigana dd,
body.page .contact .kibou-date dd,
body.page .contact .name dd,
body.page .contact .post-number dd,
body.page .contact .telephone dd,
body.page .contact .todoufuken dd,
body.page .contact_complete .daiichikibou dd,
body.page .contact_complete .dainikibou dd,
body.page .contact_complete .furigana dd,
body.page .contact_complete .kibou-date dd,
body.page .contact_complete .name dd,
body.page .contact_complete .post-number dd,
body.page .contact_complete .telephone dd,
body.page .contact_complete .todoufuken dd,
body.page .contact_confirm .daiichikibou dd,
body.page .contact_confirm .dainikibou dd,
body.page .contact_confirm .furigana dd,
body.page .contact_confirm .kibou-date dd,
body.page .contact_confirm .name dd,
body.page .contact_confirm .post-number dd,
body.page .contact_confirm .telephone dd,
body.page .contact_confirm .todoufuken dd {
	width: 200px;
}
body.page .contact .recapcha dd .wpcf7-form-control-wrap,
body.page .contact_complete .recapcha dd .wpcf7-form-control-wrap,
body.page .contact_confirm .recapcha dd .wpcf7-form-control-wrap {
	width: 150px;
}
body.page .contact_confirm {
	min-height: 60vh;
}
body.page .contact_confirm .flex.btn_wrap {
	margin-top: 50px;
}
body.page .contact_confirm .flex.btn_wrap > p {
	display: flex;
	gap: 10px;
	justify-content: center;
}
body.page .contact_confirm .flex.btn_wrap .back-to-top {
	transition: opacity 0.2s ease-out;
	width: 200px;
}
body.page .contact_confirm .flex.btn_wrap .back-to-top:hover {
	background-color: #055c0a;
	color: #fff;
	opacity: 0.7;
}
body.page .contact_confirm .flex.btn_wrap .send.agreement {
	background-color: #f90;
	transition: opacity 0.2s ease-out;
	width: 200px;
}
body.page .contact_confirm .flex.btn_wrap .send.agreement:hover {
	color: #fff;
	opacity: 0.7;
}
@media screen and (min-width: 48em) {
	.pchidden {
		display: none;
	}
}
@media screen and (max-width: 62.5em) {
	.content-container {
		width: 100%;
	}
	.main-content {
		margin: 0 auto;
		width: 90%;
	}
	.tabhidden {
		display: none;
	}
	.header__title {
		width: 100%;
	}
	.header__top {
		align-items: center;
		width: 100%;
	}
	.header__top a:first-child {
		flex: 1;
	}
	.header__top a:last-child {
		flex: 1;
	}
	.header__logo {
		width: 100%;
	}
	.header__nav {
		width: 100%;
	}
	.footer__inner {
		width: 90%;
	}
	.footer__link {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 47.9375em) {
	.content-container {
		width: calc(100% - 30px);
	}
	.main-content {
		width: 100%;
	}
	.sphidden {
		display: none;
	}
	#page-container {
		padding-bottom: 0;
	}
	.header__top {
		margin: 10px 0;
		padding-left: 10px;
		padding-right: 30px;
		width: 100%;
	}
	.header__logo {
		width: 90%;
	}
	.header__nav {
		width: 100%;
	}
	.header__g_navi_sub {
		display: block;
	}
	.kiji-midashi h3 {
		font-size: 22px !important;
	}
	.kiji-midashi-b h3 {
		font-size: 22px !important;
	}
	.kiji-midashi-b .elementor-widget-container {
		padding-bottom: 0 !important;
	}
	.componentheading .elementor-heading-title {
		font-size: 20px !important;
	}
	.footer-fix {
		background-image: none;
	}
	.footer-fix__inner.pchidden {
		left: 50%;
		max-width: 527px;
		transform: translateX(-50%);
	}
	body.home .fv {
		height: auto;
	}
	body.home .fv__voice-list .voice-content {
		flex-direction: column;
	}
	body.home .fv__madori .e-flex {
		width: 100%;
	}
	body.home .fv__blog-list li {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}
	body.home .fv__blog-list li a {
		margin-left: 0;
		text-align: left;
	}
	body.home .content-container {
		padding-top: 30px;
	}
	body.home .support-contents {
		padding: 0;
	}
	body.home .support-contents > div:last-child .elementor-widget-container {
		margin-left: 0;
		margin-top: 10px;
	}
	body.home .multithumb_blog .e-con-inner {
		justify-content: center;
	}
	body.home .network,
	body.home .reason-1,
	body.home .reason-2,
	body.home .reason-3,
	body.home .reason-3-2 {
		margin-bottom: 30px;
	}
	body.home .reason-1 > div:last-child .elementor-widget-container,
	body.home .reason-2 > div:last-child .elementor-widget-container,
	body.home .reason-3-2 > div:last-child .elementor-widget-container,
	body.home .reason-3 > div:last-child .elementor-widget-container {
		margin-left: 0;
		margin-top: 10px;
	}
	body.home .network > div:first-child .elementor-widget-container {
		margin-right: 0;
		margin-top: 10px;
	}
	body.home .fv__examples_of_purchases .e-con-inner {
		width: 100%;
	}
	body.home .service-contents {
		padding: 0;
	}
	body.home .service-contents > .e-con-inner {
		display: flex;
		flex-wrap: wrap;
	}
	body.home .service-contents > .e-con-inner > div {
		margin-bottom: 5px;
		padding: 0 1% 5px;
		width: 50%;
	}
	body.home .mrl-0 {
		margin-left: 0;
		margin-right: 0;
	}
	body.home .fv__voice-list .voice-title a {
		text-decoration: underline;
	}
	body.home .fv__blog-list li a {
		text-decoration: underline;
	}
	body.home .area-heading > div {
		text-align: center;
	}
	body.home .area-list table {
		width: 100% !important;
	}
	body.home .area-section {
		margin-bottom: 0;
	}
	body.page .features .reason-1 .elementor-widget-container {
		margin: 10px 0;
	}
	body.page .features .about-ihinseirishi .e-con-inner div:last-child {
		gap: 0;
		padding-left: 0;
	}
	body.page .features .about-ihinseirishi .e-con-inner div:last-child > div {
		margin: 0 auto;
	}
	body.page .features .about-ihinseirishi .e-con-inner div:last-child > div:first-child {
		margin: 10px 0 0;
	}
	body.page .features .reason-2 {
		margin-top: 15px;
	}
	body.page .features .reason-2 .elementor-widget-container {
		margin: 10px 0;
	}
	body.page .features .service-list {
		padding: 0;
	}
	body.page .features .service-list .e-con-inner {
		display: flex;
		flex-wrap: wrap;
	}
	body.page .features .service-list .e-con-inner .elementor-element {
		margin-bottom: 5px;
		padding: 0 1% 5px 1%;
		width: 50%;
	}
	body.page .features .service-house,
	body.page .features .service-kaitori,
	body.page .features .service-seizen,
	body.page .features .service-special {
		padding-left: 0;
		padding-right: 0;
	}
	body.page .features .service-house .elementor-element:nth-child(2),
	body.page .features .service-kaitori .elementor-element:nth-child(2),
	body.page .features .service-seizen .elementor-element:nth-child(2),
	body.page .features .service-special .elementor-element:nth-child(2) {
		align-self: center;
	}
	body.page .features .reason-3 .e-con-inner > div:first-child {
		padding-bottom: 20px;
	}
	body.page .features .kiji-midashi-b h3 {
		font-size: 22px !important;
	}
	body.page .features .network .e-con-inner .elementor-widget-container {
		margin-left: 0;
		margin-right: 0;
	}
	body.page .about .works-contents img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	body.page .about .service-list {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	body.page .about .service-list .elementor-element {
		margin-bottom: 5px;
		padding: 0 1% 5px 1%;
		width: 50%;
	}
	body.page .about .service-house,
	body.page .about .service-kaitori,
	body.page .about .service-seizen,
	body.page .about .service-special {
		padding-left: 0;
		padding-right: 0;
	}
	body.page .about .service-house .elementor-element:nth-child(2),
	body.page .about .service-kaitori .elementor-element:nth-child(2),
	body.page .about .service-seizen .elementor-element:nth-child(2),
	body.page .about .service-special .elementor-element:nth-child(2) {
		align-self: center;
	}
	body.page .about .about-treat img {
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	body.page .about .about-treat > div:last-child {
		padding-top: 20px;
	}
	body.page .flow .num {
		flex-wrap: nowrap;
		margin-left: 0;
	}
	body.page .flow .num .elementor-heading-title {
		font-size: 18px;
	}
	body.page .flow .num > div:first-child {
		width: 37px;
	}
	body.page .flow .num > div:last-child {
		flex: 1;
	}
	body.page .flow .flow-banner {
		display: none;
	}
	body.page .flow .step {
		gap: 0;
		padding: 10px;
	}
	body.page .flow .step > div:last-child > div:first-child {
		margin: 0 auto;
		width: 220px;
	}
	body.page .flow .step .elementor-element {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	body.page .flow .step:last-of-type > div:last-child > div:last-child .e-con-inner {
		justify-content: center;
	}
	body.page .flow .step:last-of-type > div:last-child > div:last-child .e-con-inner > div:first-child {
		margin-bottom: 5px;
		width: 230px;
	}
	body.page .flow .step:last-of-type > div:last-child > div:last-child .e-con-inner > div:last-child {
		width: 200px;
	}
	body.page .kuyou .ihinkuyou-intro .e-con-inner > div:last-child {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	body.page .kuyou .kuyou-treat .elementor-element {
		width: 100%;
	}
	body.page .kuyou .kuyou-treat .elementor-widget-container {
		padding: 0 10px;
	}
	body.page .kuyou .kuyou-treat .e-con-inner {
		gap: 0;
	}
	body.page .kuyou .butsudan .e-con-inner > div:last-child,
	body.page .kuyou .kuyou-border .e-con-inner > div:last-child,
	body.page .kuyou .ningyou .e-con-inner > div:last-child {
		margin: 10px 0 0;
		padding: 0;
	}
	body.page .kuyou .kuyouh-ihin-list {
		gap: 5px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	body.page .kuyou .kuyouh-ihin-list p {
		display: block;
		margin: 0;
		width: 100%;
	}
	body.page .kuyou .kuyouh-ihin-list > div {
		width: 100%;
	}
	body.page .kaitori .kaitori-intro .e-con-inner > div:last-child {
		margin: 10px 0 0;
		padding: 0 0 20px;
	}
	body.page .kaitori .kaitori-list {
		padding: 0;
	}
	body.page .kaitori .kaitori-list .e-con-inner > .elementor-element {
		gap: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	body.page .special .about-special .e-con-inner > div:first-child img {
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	body.page .special .about-special .elementor-widget-container {
		margin: 0;
		padding: 10px 0 0;
	}
	body.page .special .three-images .e-con-inner {
		gap: 5px;
	}
	body.page .special .three-images .e-con-inner > div {
		margin: 0 auto;
		width: 220px;
	}
	body.page .special .trouble-treat > .e-con-inner {
		padding: 13px;
	}
	body.page .special .trouble-treat > .e-con-inner > div > .e-con-inner {
		gap: 0;
		padding-bottom: 10px;
	}
	body.page .special .trouble-treat > .e-con-inner > div > .e-con-inner > div {
		width: 100%;
	}
	body.page .special .trouble-treat > .e-con-inner > div > .e-con-inner > div > div {
		padding-left: 0;
	}
	body.page .special .kiji-midashi-2 {
		flex-direction: column;
		gap: 5px;
	}
	body.page .special .point-contents .e-con-inner {
		padding: 10px 0 20px;
	}
	body.page .special .point-contents .e-con-inner > div:last-child {
		margin: 0;
	}
	body.page .special .point-contents .e-con-inner > div:last-child .elementor-widget-container {
		margin: 10px 0;
	}
	body.page .special .point-contents > div:last-child {
		margin: 0;
		padding: 10px 0 20px;
	}
	body.page .special #tablepress-4 .column-1,
	body.page .special #tablepress-4 .column-2 {
		border-right: 0;
		box-sizing: border-box;
		display: block;
		padding: 8px;
		width: 100%;
	}
	body.page .special #tablepress-4 .row-1 .column-1 {
		border-bottom: 1px solid #ccc;
	}
	body.page .special .special-treat {
		padding: 5px 15px 15px;
	}
	body.page .special .special-treat > div:first-child {
		padding: 0;
	}
	body.page .special .special-treat .elementor-widget-container {
		margin: 10px 0 0;
	}
	body.page .flow-i .flow-banner {
		background-position: center center;
	}
	body.page .flow-i .step .step1-image {
		margin: 0 auto !important;
		width: 180px;
	}
	body.page .flow-i .step {
		gap: 0;
		padding: 10px;
	}
	body.page .flow-i .step > div:last-child > div:first-child {
		margin: 10px auto 0;
		width: 220px;
	}
	body.page .flow-i .step .elementor-element {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	body.page .flow-i .step:last-of-type > div:last-child > div:last-child .e-con-inner {
		justify-content: center;
	}
	body.page .flow-i .step:last-of-type > div:last-child > div:last-child .e-con-inner > div:first-child {
		margin-bottom: 5px;
		width: 230px;
	}
	body.page .flow-i .step:last-of-type > div:last-child > div:last-child .e-con-inner > div:last-child {
		width: 200px;
	}
	body.page .seizen .about-seizen .e-con-inner > div:first-child img {
		width: 280px;
	}
	body.page .seizen .about-seizen .e-con-inner > div:last-child .elementor-widget-container {
		margin: 10px 0 0;
	}
	body.page .seizen .seizen-table-grid .e-con-inner {
		border: 1px solid #ccc;
		border-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	body.page .seizen .seizen-table-grid .e-con-inner > div > div {
		border: 0;
	}
	body.page .seizen .seizen-table-grid .e-con-inner .service-heading {
		flex: 1;
		padding: 10px 0;
	}
	body.page .seizen .seizen-table-grid .e-con-inner .service-detail {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	body.page .seizen .about-treat {
		padding: 5px 15px 15px;
	}
	body.page .seizen .about-treat > div:last-child {
		padding-top: 10px;
	}
	body.page .seizen .about-treat:last-of-type {
		margin-bottom: 30px;
	}
	body.page .house .about-house {
		margin-bottom: 30px;
	}
	body.page .house .about-house .e-con-inner > div:last-child {
		margin: 10px 0 0;
	}
	body.page .house .kind {
		margin-bottom: 30px;
	}
	body.page .house .kind:last-child {
		margin-bottom: 0;
	}
	body.page .house .kind img {
		margin: 0 auto;
	}
	body.page .house .kind > div:nth-child(2) {
		align-self: center;
	}
	body.page .house .niwa .e-con-inner > div {
		margin-bottom: 15px;
		padding-right: 0;
	}
	body.page .house .niwa .e-con-inner > div > div:nth-child(2) img {
		display: block;
		margin: 0 auto 15px;
	}
	body.page .house .before-after-heading .e-con-inner {
		flex-direction: row;
	}
	body.page .house .before-after-heading .e-con-inner > div {
		width: 50%;
	}
	body.page .house .before-after .e-con-inner {
		gap: 8px;
		grid-template-columns: 1fr 1fr !important;
	}
	body.page .house .before-after .arrow {
		display: none;
	}
	body.page .fee .table2 #tablepress-3 .column-1,
	body.page .fee .table2 #tablepress-3 .column-2 {
		border-right: 0;
		box-sizing: border-box;
		display: block;
		padding: 8px;
		width: 100%;
	}
	body.page .fee .table2 #tablepress-3 .row-1 .column-1 {
		border-bottom: 1px solid #ccc;
	}
	body.page .fee .table2 .special-treat {
		padding: 5px 15px 15px;
	}
	body.page .fee .table2 .special-treat > div:first-child {
		padding: 0;
	}
	body.page .fee .table2 .special-treat .elementor-widget-container {
		margin: 10px 0 0;
	}
	body.page .fee .table3 #tablepress-4 .column-1,
	body.page .fee .table3 #tablepress-4 .column-2 {
		border-right: 0;
		box-sizing: border-box;
		display: block;
		padding: 8px;
		width: 100%;
	}
	body.page .fee .table3 #tablepress-4 .row-1 .column-1 {
		border-bottom: 1px solid #ccc;
	}
	body.page .fee .table3 .special-treat {
		padding: 5px 15px 15px;
	}
	body.page .fee .table3 .special-treat > div:first-child {
		padding: 0;
	}
	body.page .fee .table3 .special-treat .elementor-widget-container {
		margin: 10px 0 0;
	}
	body.page .faq .faq__qa-list li .faq__q {
		line-height: 25px;
	}
	body.page .q-a .faq__qa-list li .faq__q {
		line-height: 25px;
	}
	body.page .company .company-table #tablepress-1 tr {
		display: block;
	}
	body.page .company .company-table #tablepress-1 .column-1 {
		background-color: #f7f7f7;
	}
	body.page .company .company-table #tablepress-1 .row-1 .column-1 {
		border-bottom: 1px dotted #696969;
		border-top: 1px dotted #696969;
	}
	body.page .company .company-table #tablepress-1 td {
		box-sizing: border-box;
		display: block;
		padding: 5px;
		width: 100%;
	}
	body.page .company .company-table #tablepress-1 td a {
		word-wrap: break-word;
	}
	body.page .company .company-table #tablepress-1 .row-9 .column-2 img {
		margin: 0 auto;
		width: 60vw;
	}
	body.page .company .company-table #tablepress-1 .row-9 .column-3 img {
		margin: 0 auto;
		width: 70vw;
	}
	body.page .company .company-table #tablepress-1 .row-9 .column-4 img {
		margin: 0 auto;
		width: 60vw;
	}
	body.page .company .company-table #tablepress-1 .row-10 .column-2 img {
		margin: 0 auto;
		width: 60vw;
	}
	body.page .company .company-table #tablepress-1 .row-10 .column-3 img {
		margin: 0 auto;
		width: 60vw;
	}
	body.error404 .notfound .center {
		width: 90%;
	}
	body.error404 .notfound .error {
		font-size: 90px;
		line-height: 100px;
		margin-bottom: 35px;
	}
	body.error404 .notfound ol {
		margin: 0 auto;
		max-width: 315px;
		padding-left: 15px;
	}
	body.archive .a-voice .voice-content {
		flex-direction: column;
	}
	body.single .s-voice .is-layout-flex {
		flex-direction: column;
	}
	body.page .contact dl,
	body.page .contact_complete dl,
	body.page .contact_confirm dl {
		align-items: flex-start;
		flex-direction: column;
	}
	body.page .contact dl dt,
	body.page .contact_complete dl dt,
	body.page .contact_confirm dl dt {
		width: 100%;
	}
	body.page .contact dl dd,
	body.page .contact_complete dl dd,
	body.page .contact_confirm dl dd {
		width: 100%;
	}
}

body {
	font-weight: 400;
}
body.page .content-container {
	padding-top: 45px;
}
@media screen and (max-width: 768px) {
	body.page .content-container,
	body.archive .content-container,
	body.single .content-container {
		padding-top: 10px;
	}
}
body.page #breadcrumbs > span > span:nth-child(2) a {
	text-decoration: none;
}
body.page .works-contents p,
body.page .point-contents p {
	margin-bottom: 10px;
}
.kiji-midashi h3 {
	margin-top: 0;
}
@media screen and (max-width: 47.9375em) {
	body.page .about .works-contents img {
		object-fit: contain;
	}
}
body.page .flow .flow-banner {
	background-size: cover;
}
body.archive .a-voice .voice-title h3 > a {
	text-decoration: none;
}
body.archive .a-voice .voice-content {
	margin-top: 10px;
}
body.archive .a-voice .read-more {
	padding-top: 30px;
}
body.archive .a-voice .voice-item {
	padding-bottom: 50px;
}
@media screen and (max-width: 47.9375em) {
	body.archive .a-voice .voice-item {
		margin-top: 35px;
	}
	body.single .s-voice .voice-title h3 > a,
	body.archive .a-voice .voice-title h3 > a {
		text-decoration: none;
		font-size: 20px !important;
	}
	body.archive .a-voice .voice-item {
		padding-bottom: 0px;
	}
}
.body-about .header__submenu-list .li-about > a,
.body-flow .header__submenu-list .li-flow > a,
.body-kuyou .header__submenu-list .li-kuyou > a,
.body-kaitori .header__submenu-list .li-kaitori > a,
.body-special .header__submenu-list .li-special > a,
.body-flow-i .header__submenu-list .li-flow-i > a,
.body-seizen .header__submenu-list .li-seizen > a,
.body-house .header__submenu-list .li-house > a {
	color: #58c0e6;
	font-weight: 700;
}
body.single .s-voice .before-after table tbody tr td:nth-child(even) {
	width: min(10vw, 80px);
	padding: 0 5px;
}
body.single .s-voice a,
body.single .s-blog a {
	color: #ff5a00;
	text-decoration: none;
}
body.single .s-voice a:hover,
body.single .s-blog a:hover {
	text-decoration: underline;
}
body.archive .a-blog .post-taxonomy .taxonomy-list a,
body.single .s-blog .post-taxonomy .taxonomy-list a {
	text-decoration: none;
}
body.archive .a-blog .post-taxonomy .taxonomy-list a:hover,
body.single .s-blog .post-taxonomy .taxonomy-list a:hover {
	text-decoration: underline;
}
body.page .contact .wpcf7 textarea.wpcf7-form-control {
	width: 100%;
}

@media screen and (max-width: 47.9375em) {
	body.page .contact .recapcha dd p {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	body.page .contact input {
		width: 100%;
	}
}
.screen-reader-response {
	display: none !important;
}
.wpcf7-not-valid-tip {
	display: block;
	color: red;
}

/* ===============================================================
// チェックボックス
// =============================================================== */
body.page .wpcf7-list-item {
	display: block;
	line-height: 1;
}
body.page .contact input[type="checkbox"] {
	display: none;
}
.wpcf7-list-item-label {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	display: inline-block;
}
.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	background: #fff;
	position: absolute;
	left: 0;
	top: 3px;
	box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	border-top: 2px solid #026a09;
	border-right: 2px solid #026a09;
	transform: rotate(135deg);
	position: absolute;
	left: 3px;
	top: 5px;
}

/* ===============================================================
// ラジオボタン
// =============================================================== */
.wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 47.9375em) {
	.wpcf7-form-control.wpcf7-radio {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}
.wpcf7-list-item.first {
	margin: 0;
}
.wpcf7-list-item-label {
	cursor: pointer;
}
/* デフォルトのボタン */
input[type="radio"] {
	opacity: 0; /* デフォルトのボタンを非表示 */
	position: absolute;
}
/* チェック前のボタン */
input[type="radio"] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #333;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	height: 1.2em;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	transition: background-color 0.5s; /* 色をじんわり変化させる */
	width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background-color: #026a09; /* チェック後の中心の色 */
	box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.recapcha input {
	width: 150px;
}

.wpcf7-form-control.wpcf7-acceptance {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-submit.send.agreement {
	color: #fff;
	padding: 10px !important;
	border-radius: 5px !important;
}

.wpcf7-form-control.wpcf7-date {
	height: 30px;
}
.contact_complete .elementor-button.elementor-button-link {
	color: #fff !important;
	transition: opacity 0.3s ease-out;
}
.contact_complete .elementor-button.elementor-button-link:hover {
	opacity: 0.7;
}
body.single .s-voice .is-layout-flex .wp-container-core-group-is-layout-2 {
	align-items: flex-start;
}

.header__nav-content {
	overflow: auto;
}

@media screen and (max-width: 62.5em) {
	.footer-fix__inner {
		width: 100%;
	}
	body.home .fv {
		height: auto;
	}
}
@media screen and (min-width: 62.6em) {
	body.home .fv__inner.tab {
		display: none;
	}
}
@media (max-width: 768px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
}
