@charset "UTF-8";
.form-chu {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 35px;
}
.form_contents .form-chu {
    width:80%;
    margin:0 auto 60px auto;
    text-align: left;
}
.form {}
.form_contents {
	background-color: var(--color-beige);
	padding: 70px 0 84px;
}
.form_inner {}
.form_title {}
.form_title > .icon {}
.form_table {
	width: 100%;
	font-size: var(--font-size-little-big);
	font-weight: normal;
}
.form_table > tbody {}
.form_table > tbody > tr {
	border-bottom: 1px solid var(--color-border);
	border-top: 1px solid var(--color-border);
}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding: 21px 0;
	width: 370px;
}
.form_table > tbody > tr > td {
	padding: 21px 0;
}
.form_label {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	padding-left: 51px;
}
.form_label::before {
	content: "";
	display: block;
	width: 1px;
	height: 46px;
	margin-right: -1px;
}
.p-confirm .form_label::before {
	display: none;
}
.form_raquired {
	width: 40px;
	height: 30px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-orange);
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.form_raquired-option {
	background-color: var(--color-green-light);
}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.form_btnList > li {
	width: 274px;
	margin-left: 40px;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_areaRadio {
	display: grid;
	column-gap: 10px;
}
.form_areaRadio-2c {
	grid-template-columns: auto auto;
	max-width: 210px;
}
.form_areaRadio-3c {
	grid-template-columns: auto auto auto;
	max-width: 480px;
}
.form_areaRadio-4c {
	grid-template-columns: auto auto auto auto;
	max-width: 660px;
}
.mwform-radio-field {
	display: block;
}
.mw_wp_form .vertical-item.mwform-radio-field + .vertical-item.mwform-radio-field {
	margin: 0;
}
.mwform-radio-field > label {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.mwform-radio-field > label::before {
	content: "";
	display: block;
	width: 1px;
	height: 46px;
	margin-right: -1px;
}
.mwform-radio-field > label > input[type="radio"] {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
.mwform-radio-field > label > .mwform-radio-field-text {
	display: block;
	position: relative;
	padding-left: 33px;
	font-weight: normal;
}
.mwform-radio-field > label > .mwform-radio-field-text::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-border);
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0.6em;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color, border;
}
.mwform-radio-field > label > input[type="radio"]:checked + .mwform-radio-field-text::before {
	background-color: var(--color-main);
	border-color: var(--color-main);
}
.mwform-radio-field > label > .mwform-radio-field-text::after {
	content: "";
	background-image: url(/assets/img/home/icn-check.svg);
	display: block;
	width: 12px;
	height: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: 0.6em;
	left: 4px;
	transform: translateY(-50%);
}
.mwform-radio-field.horizontal-item {}
.confirm {}
.confirm_msg {
	border: 1px solid var(--color-orange);
	color: var(--color-orange);
	text-align: center;
	background-color: #fbf1e6;
	padding: 30px 20px 25px;
	margin-bottom: 60px;
	display: none;
}
[data-view="confirm"] .confirm_msg {
	display: block;
}
.confirm_msg_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.confirm_msg_text {
	font-size: 17px;
}
.confirm_form {}
.form_btnList-confirm {
	display: none;
}
.form_btnList-confirm > li:first-child {
	width: 142px;
}
.p-confirm .form_btnList-input {
	display: none;
}
.p-confirm .form_btnList-confirm {
	display: flex;
}
.p-confirm .form_table > tbody > tr > td {
	padding: 28px 0;
}
.p-confirm .form_table > tbody > tr > th {
	padding: 28px 0;
}
.thanks {}
.thanks_title {
	color: var(--color-main);
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 44px;
}
.thanks_text {
	font-size: var(--font-size-little-big);
	text-align: center;
	color: var(--color-brown);
	line-height: 2;
	margin-bottom: 32px;
}
.thanks_msg {
	color: var(--color-brown);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.thanks_msg > a {
	display: flex;
	text-decoration: none;
	color: var(--color-text);
	font-size: 30px;
	font-weight: bold;
	align-items: center;
	line-height: 1;
	margin-right: 0.3em;
	letter-spacing: 0.065em;
	position: relative;
	z-index: 1;
	top: -.1em;
}
.thanks_msg > a > .icon {
	color: var(--color-main);
	top: 0.1em;
	margin-right: 0.1em;
	letter-spacing: 0;
}
.thanks_link {
	max-width: 214px;
	margin: 105px auto 0;
}
.thanks_link > a {}
.topVis {
	position: relative;
	z-index: 0;
	padding: 100px 0;
}
.topVis_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff6f4;
}
.topVis_bg > img {
	display: block;
}
.topVis_inner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.topVis_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 600px;
	margin-right: -1px;
}
.topVis_areaText {
	position: relative;
	z-index: 1;
	top: -19px;
}
.topVis_title {
	font-size: 68px;
	font-family: var(--font-marugo);
	color: var(--color-main);
	letter-spacing: -0.07em;
	margin-bottom: 13px;
}
.topVis_text {
	font-size: 20px;
	color: var(--color-brown);
	line-height: 2.3;
}
.topVis_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 37px;
}
.topVis_list > li {
	width: 180px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main);
	font-size: 24px;
	font-weight: bold;
	font-family: var(--font-marugo);
	margin-right: 13px;
}
.topVis_list > li:last-child {
	margin-right: 0;
}
.info {
	background-color: var(--color-beige);
	position: relative;
	z-index: 2;
	color: var(--color-brown);
	padding: 32px 0 22px;
}
.info::before {
	content: "";
	display: block;
	width: 340px;
	height: 340px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
	border-radius: 50%;
	pointer-events: none;
	background-image: linear-gradient(to bottom, var(--color-beige) 70px, rgba(255, 255, 255, 0) 70px);
}
.info_inner {
	position: relative;
	z-index: 1;
}
.info_title {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: -51px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 1;
}
.info_cols {
	display: flex;
	justify-content: space-between;
}
.info_col {}
.info_col-no1 {
	width: calc((100% - 350px) * 0.48);
}
.info_headline {
	border: 1px solid currentColor;
	height: 36px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info_telLink {
	margin-top: 12px;
}
.info_telLink > a {
	display: flex;
	text-decoration: none;
	color: var(--color-text);
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.07em;
	white-space: nowrap;
}
.info_telLink > a > .icon {
	color: var(--color-main);
	top: 0.1em;
	margin-right: 0.05em;
	font-size: 126%;
	letter-spacing: 0;
}
.info_telLink > a > .icon::before {
	display: block;
	position: relative;
	z-index: 1;
}
.info_telLink > a > .icon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 72%;
	height: 72%;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.info_col-no2 {
	width: 350px;
}
.info_table {
	line-height: 1.46125;
	margin-top: 14px;
}
.info_table > tbody {}
.info_table > tbody > tr {}
.info_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	text-align: left;
	padding-right: 0.6em;
	vertical-align: top;
}
.info_table > tbody > tr > td {
	vertical-align: top;
}
.info_col-no3 {
	width: calc((100% - 350px) * 0.44);
}
.info_subhead {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	justify-content: space-between;
	max-width: 202px;
	margin: 0 auto;
}
.info_subhead::before {
	content: "";
	background-image: url(/assets/img/home/bg-ttl-bubbles.svg);
	width: 17px;
	height: 17px;
	display: block;
	margin-right: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.info_subhead::after {
	content: "";
	background-image: url(/assets/img/home/bg-ttl-bubbles.svg);
	width: 17px;
	height: 17px;
	display: block;
	margin-left: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: rotateY(180deg);
}
.info_subhead_text {
	display: block;
}
.info_link {
	margin-top: 14px;
}
.info_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 10px 5px;
	background-color: var(--color-orange);
	color: #fff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid var(--color-orange);
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
}
.info_link > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 38px;
	margin-right: -1px;
}
.info_link_icon {
	font-size: 32px;
	margin-right: 5px;
	top: 1px;
}
.info_link_arrow {
	font-size: 16px;
	margin-left: 8px;
	top: 1px;
}
.serv {}
.serv_contents {
	padding-top: var(--padding-section-top);
	padding-bottom: var(--padding-section-bottom);
}
.serv_inner {}
.serv_title {}
.serv_title > .icon {}
.serv_sect {
	margin-bottom: 40px;
}
.serv_sect:last-child {
	margin-bottom: 0;
}
.serv_cols {
	display: flex;
	flex-direction: row-reverse;
	border-radius: 10px;
	background-color: var(--color-main);
	color: #fff;
}
.serv_cols::before {
	content: "";
	display: block;
	width: 1px;
	height: 380px;
	margin-left: -1px;
}
.serv_col {}
.serv_col-img {
	width: 31.48%;
}
.serv_image {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 0;
}
.serv_image > img {}
.serv_col-txt {
	width: 68.52%;
	padding: 40px 25px 25px;
	box-sizing: border-box;
}
.serv_box {
	max-width: 645px;
	margin: 0 auto;
}
.serv_headline {
	font-size: 38px;
	font-weight: bold;
	font-family: var(--font-marugo);
	line-height: 1.4;
	border-bottom: 1px solid #B2DDC9;
	padding-bottom: 19px;
	margin-bottom: 18px;
}
.serv_subhead {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
.serv_text {
	line-height: 1.875;
	letter-spacing: 0.08em;
}
.flow {}
.flow_contents {
	background-color: var(--color-beige);
	padding-top: var(--padding-section-top);
	padding-bottom: 56px;
}
.flow_inner {}
.flow_title {}
.flow_title > .icon {}
.flow_sect {
	margin-bottom: 18px;
	background-color: #fff;
	padding: 52px 50px 46px;
}
.flow_sect:last-child {
	margin-bottom: 0;
}
.flow_cols {
	display: flex;
	max-width: 950px;
}
.flow_col {}
.flow_col-txt {
	width: calc(100% - 340px);
}
.flow_box {}
.flow_step {
	color: #fff;
	font-weight: 900;
	font-size: 21px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.flow_step_main {
	display: flex;
	align-items: center;
	padding: 4px 23px;
	background-color: var(--color-main);
	border-radius: 5px;
}
.flow_step_number {
	font-size: 148%;
	margin-left: 8px;
	position: relative;
	z-index: 1;
	display: block;
	top: -3px;
	font-weight: 800;
}
.flow_headline {
	font-size: 38px;
	font-family: var(--font-marugo);
	color: var(--color-brown);
	line-height: 1.4;
	margin-top: 10px;
	letter-spacing: 0;
}
.flow_headline-hasBallon {
	display: flex;
	align-items: flex-end;
	margin-top: -38px;
	position: relative;
	z-index: 1;
}
.flow_headline_balloon {
	color: #fff;
	width: 87px;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	margin-left: 13px;
	z-index: 1;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
.flow_headline_balloon::before {
	content: "";
	display: block;
	background-image: url(/assets/img/home/img-balloon.svg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background-size: 100% auto;
}
.flow_headline_balloonTxt {
	display: block;
	position: relative;
	z-index: 1;
}
.flow_text {
	margin-top: 14px;
	font-weight: normal;
	line-height: 1.6;
	font-size: var(--font-size-little-big);
}
.flow_col-img {
	width: 320px;
}
.flow_image {}
.flow_image > img {
	display: block;
}
.fee {}
.fee_contents {
	padding-top: var(--padding-section-top);
	padding-bottom: var(--padding-section-bottom);
}
.fee_inner {}
.fee_title {
	margin-bottom: 23px;
}
.fee_title > .icon {}
.feeNav {
	margin-bottom: 38px;
}
.feeNav_list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feeNav_list > li {
	width: 49%;
}
.feeNav_btn {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: var(--color-main);
	border: 1px solid #009944;
	border-radius: 6px;
	padding: 10px 10px;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: relative;
	z-index: 1;
	letter-spacing: 0.08em;
}
.feeNav_btn-trashHouse {
	color: var(--color-orange);
	border-color: var(--color-orange);
}
.feeNav_btn[aria-selected="true"] {
	background-color: var(--color-main);
	color: #fff;
}
.feeNav_btn-trashHouse[aria-selected="true"] {
	background-color: var(--color-orange);
}
.feeNav_btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid rgba(255, 255, 255, 0);
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: none;
	border-top-color: var(--color-main);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.feeNav_btn[aria-selected="true"]::after {
	opacity: 1;
}
.feeNav_btn-trashHouse::after {
	border-top-color: var(--color-orange);
}
.tabpanel {
	display: none;
}
.fee_tblBox {}
.fee_tblOuter {}
.fee_table {
	width: 100%;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	font-size: 20px;
}
.fee_table > thead {}
.fee_table > thead > tr {}
.fee_table > thead > tr > th {
	white-space: nowrap;
	color: var(--color-main);
	font-size: var(--font-size-little-big);
	padding: 14px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	font-size: 18px;
}
.fee_table > tbody {}
.fee_table > tbody > tr {}
.fee_table > tbody > tr > td {
	padding: 13px 10px;
	text-align: center;
	vertical-align: middle;
}
.fee_table > tbody > tr:nth-child(2n+1) {
	background-color: #E1F0DE;
}
.fee_estimated {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.07em;
	text-align: right;
}
.fee_estimated_tax {
	font-size: 67%;
	margin-left: 4px;
}
.fee_table-trashHouse {}
.fee_table-trashHouse > thead > tr > th {
	color: var(--color-orange);
}
.fee_table-trashHouse > tbody {}
.fee_table-trashHouse > tbody > tr {}
.fee_table-trashHouse > tbody > tr:nth-child(2n+1) {
	background-color: #F7E4CF;
}
.fee_table-trashHouse > tbody > tr > td {}
.feeOther {
	margin-top: 60px;
	background-color: var(--color-beige);
	border-radius: 25px;
	padding: 46px 25px 55px;
	margin-bottom: 60px;
}
.feeOther_cols {
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	color: var(--color-brown);
	position: relative;
	z-index: 1;
}
.feeOther_cols::before {
	content: "";
	display: block;
	width: 1px;
	height: 150px;
	margin-right: -1px;
}
.feeOther_col {
	width: 45.625%;
}
.feeOther_col-txt {}
.feeOther_col-txt:last-child {
	margin-left: auto;
}
.feeOther_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 18px;
	letter-spacing: 0.1em;
}
.feeOther_text {}
.feeOther_bar {
	width: 1px;
	height: 100%;
	background-color: var(--color-border);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.feeFree {
	border: 7px solid #F5E2BD;
	border-radius: 25px;
	padding: 40px 25px 65px;
	color: var(--color-brown);
	margin-bottom: 60px;
}
.feeFree_inner {
	max-width: 960px;
	margin: 0 auto;
}
.feeFree_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 13px;
}
.feeFree_col {}
.feeFree_col-ttl {
	width: calc(100% - 400px);
}
.feeFree_title {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.feeFree_title > strong {
	font-weight: inherit;
	color: var(--color-main);
}
.feeFree_col-txt {
	width: 380px;
}
.feeFree_image {}
.feeFree_image > img {
	display: block;
}
.feeFree_text {
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.07em;
}
.feeInfo {}
.feeInfo_cols {
	display: flex;
	justify-content: space-between;
}
.feeInfo_col {
	width: 48.15%;
}
.feeInfo_col-tel {}
.feeInfo_box {
	border: 4px solid #B2DDC9;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 20px 35px;
	/*height: 100%;*/
	box-sizing: border-box;
}
.feeInfo_box-mail {
	border-color: #F5E2BD;
}
.feeInfo_title {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: var(--color-main);
	min-width: 230px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	margin-top: -26px;
	padding: 9px 10px;
	box-sizing: border-box;
	line-height: 1.4;
	margin-bottom: 24px;
}
.feeInfo_title-mail {
	background-color: var(--color-orange);
}
.feeInfo_tel {}
.feeInfo_tel > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
}
.feeInfo_tel > a > .icon {
	display: block;
	color: var(--color-main);
	font-size: 33px;
	top: 2px;
}
.feeInfo_col-mail {}
.feeInfo_mail {}
.feeInfo_mail > a {
	display: flex;
	text-decoration: none;
	color: var(--color-orange);
	font-size: 22px;
	align-items: center;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.feeInfo_mail > a > .icon {
	display: block;
	font-size: 21px;
	margin-left: 10px;
	position: relative;
	z-index: 1;
	top: 2px;
}
.feeInfo_mail > a > .icon-mail {
	font-size: 33px;
	position: relative;
	z-index: 1;
	top: 2px;
	margin-right: 3px;
	margin-left: 0;
}
.tabpanel.isShow {
	display: block;
}
.topWorks {}
.topWorks_contents {
	background-color: var(--color-beige);
	padding-top: var(--padding-section-top);
	padding-bottom: var(--padding-section-bottom);
}
.topWorks_inner {}
.topWorks_title {}
.topWorks_title > .icon {}
.topWorks_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.topWorks_col {}
.topWorks_col-main {
	width: 350px;
}
.worksItem_image {
	padding-bottom: var(--ratio-golden);
	margin-bottom: 24px;
}
.worksItem_image:last-child {
	margin-bottom: 0;
}
.worksItem_image > img {
	border-radius: 7px;
}
.worksItem_catList {
	list-style: none;
	display: flex;
	margin-bottom: 15px;
}
.worksItem_catList-list {
	margin-bottom: 10px;
}
.worksItem_catList > li {}
.worksItem_title {
	line-height: 1.3;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
	max-height: 2.6em;
}
.worksItem_title-list {
	font-size: var(--font-size-little-big);
	margin-bottom: 6px;
}
.worksItem_update {
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.08em;
}
.worksItem_update > time {}
.topWorks_col-list {
	width: calc(100% - 380px);
	max-width: 640px;
}
.topWorks_list {
	list-style: none;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}
.topWorks_list > li {
	border-top: 1px solid var(--color-border);
}
.topWorks_list > li:first-child {
	border-top: none;
}
.worksItem {
	color: var(--color-brown);
}
.worksItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.worksItem-list > a {
	padding: 18px 0 21px;
}
.worksItem_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.worksItem_col {}
.worksItem_col-img {
	width: 136px;
}
.worksItem_col-txt {
	max-width: 475px;
	width: calc(100% - 156px);
}
.topWorks_link {
	max-width: 212px;
	margin: 30px auto 0;
}
.topWorks_link > a {}
.worksArea {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 30px 20px;
	color: var(--color-brown);
}
.worksArea_icon {
	display: block;
	font-size: 45px;
	text-align: center;
	position: relative;
	z-index: 1;
	top: -20px;
	line-height: 1;
}
.worksArea_icon::before {
	position: relative;
	z-index: 1;
}
.worksArea_icon::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	z-index: 0;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.worksArea_cols {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.worksArea_col {}
.worksArea_col-txt {
	color: var(--color-brown);
	padding-top: 50px;
}
.worksArea_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 23px;
	letter-spacing: 0.08em;
}
.worksArea_dList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.worksArea_dList > dt {
	color: var(--color-main);
	position: relative;
	z-index: 1;
	padding-right: 15px;
	margin-right: 15px;
}
.worksArea_dList > dt::after {
	content: "";
	display: block;
	width: 1px;
	height: 75%;
	background-color: var(--color-border);
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.worksArea_dList > dd {}
.worksArea_dList > dd .-sub {
	font-size: 14px;
	font-weight: 500;
}
.worksArea_col-img {
	width: 226px;
	margin-right: 44px;
}
.worksArea_map {}
.worksArea_map > img {
	display: block;
}
.faq {}
.faq_contents {
	padding-top: var(--padding-section-top);
	padding-bottom: 56px;
}
.faq_inner {}
.faq_title {}
.faq_title > .icon {}
.faq_sect {
	margin-bottom: 40px;
}
.faq_sect:last-child {
	margin-bottom: 0;
}
.faq_headline {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: var(--color-main);
	padding: 11px 31px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	letter-spacing: 0.08em;
}
.faqBox {
	border-bottom: 1px solid var(--color-border);
}
.faqBox_title {}
.faqBox_title > button {
	display: block;
	width: 100%;
	text-align: left;
	color: var(--color-brown);
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 33px 85px 27px;
	padding-right: 70px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
.faqBox_btn_sign_mark {
	display: block;
	width: 34px;
	height: 34px;
	background-color: var(--color-main);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: calc(39px + 0.8em);
	left: 31px;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 16px;
}
.faqBox_btn_sign {
	width: 21px;
	height: 21px;
	display: block;
	border: 2px solid currentColor;
	color: var(--color-main);
	border-radius: 3px;
	position: absolute;
	z-index: 1;
	right: 29px;
	top: calc(28px + 0.8em);
	transform: translateY(-50%);
	box-sizing: border-box;
}
.faqBox_btn_sign::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #009944;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faqBox_btn_sign::after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background-color: #009944;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: transform;
}
.faqBox_title > button[aria-expanded="true"] > .faqBox_btn_sign::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faqBox_answer {
	font-weight: normal;
	display: none;
	padding-bottom: 42px;
}
.faqBox_answer.isShow {
	display: block;
}
.faqBox_answer_inner {
	position: relative;
	z-index: 1;
	padding: 0 85px;
}
.faqBox_mark {
	width: 34px;
	height: 34px;
	background-color: var(--color-orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -2px;
	left: 30px;
	font-weight: bold;
}
.faqBox_text {}
.about {}
.about_contents {
	padding-top: var(--padding-section-top);
	padding-bottom: var(--padding-section-bottom);
}
.about_inner {
	max-width: 960px;
}
.about_title {}
.about_title > .icon {}
.about_tblWrap {}
.about_table {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr > th {}
.about_table > tbody > tr > td {}
.about_table > tbody > tr > td > a {}
.about_table > tbody > tr > td > a.-mail {}
.works {}
.works_title {
	margin-bottom: 55px;
}
.works_title > .icon {}
.worksNav {
	margin-bottom: 114px;
}
.worksNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.worksNav_list > li {
	width: 14.28%;
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
}
.worksNav_list > li:nth-child(n+8) {
	margin-top: 14px;
}
.worksNav_list > li > a {
	display: flex;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: var(--color-main);
	border: 2px solid var(--color-main);
	border-radius: 6px;
	padding: 9px 9px;
	line-height: 1.4;
	letter-spacing: -0.04em;
	transition-duration: .3s;
	transition-property: color, background-color;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.worksNav_list > li > a[aria-current="true"] {
	background-color: var(--color-main);
	color: #fff;
	pointer-events: none;
}
.worksBox {}
.worksBox-main {
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 75px;
}
.worksBox-main:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.worksBox > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.worksBox-main > a {}
.worksBox_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.worksBox_col {}
.worksBox_col-img {
	width: 320px;
}
.worksBox_image {
	border-radius: 7px;
	padding-bottom: var(--ratio-golden);
}
.worksBox_image-list {
	margin-bottom: 28px;
}
.worksBox_image > img {
	display: block;
}
.worksBox_col-txt {
	width: calc(100% - 340px);
	max-width: 725px;
}
.worksBox_areaTxt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.worksBox_title {
	font-size: 23px;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 23px;
	transition-duration: .3s;
	transition-property: color, background-color;
	max-height: 2.8em;
}
.worksBox_title-main {
	font-size: 27px;
}
.worksBox_title-list {
	font-size: 23px;
}
.worksBox_update {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.08em;
}
.worksBox_update > time {}
.worksBox_cat {
	display: flex;
	margin-left: 14px;
	align-items: center;
	justify-content: center;
}
.worksBox_cat_main {
	display: block;
}
.works_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 71px;
}
.works_list > li {
	box-sizing: border-box;
	width: 27.3%;
	margin-left: 9.05%;
}
.works_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.works_list > li:nth-child(n+4) {
	margin-top: 93px;
}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.pager > a,
.pager > span {
	border: 2px solid var(--color-orange);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-orange);
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 12px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 24px;
	font-weight: bold;
}
.pager > .previouspostslink {
	margin-left: 0;
}
.pager > .previouspostslink > .icon {
	display: block;
	font-size: 20px;
}
.pager > .current {
	color: #fff;
	background-color: var(--color-orange);
}
.pager > .extend {
	color: var(--text-color);
	border-color: rgba(255, 255, 255, 0);
}
.pager > .nextpostslink {
	margin-right: 0;
}
.pager > .nextpostslink > .icon {
	display: block;
	font-size: 20px;
}
.works_headline {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-marugo);
	color: var(--color-main);
	line-height: 1.4;
	margin-bottom: 56px;
	font-size: 36px;
	letter-spacing: -0.02em;
}
.works_headline_cat {
	display: block;
}
.works_headline_name {
	display: block;
}
.works_link {
	max-width: 275px;
	margin: 88px auto 0;
}
.works_link > a {}
.works_link > a::before {
	height: 50px;
}
.entry {}
.entry_areaTtl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 58px;
}
.entry_title {
	font-size: 36px;
	line-height: 1.4;
	width: 100%;
	margin-bottom: 14px;
	letter-spacing: 0.04em;
}
.entry_update {
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
}
.entry_update > time {}
.entry_cat {
	display: flex;
	margin-left: 29px;
}
.entry_cat_main {
	display: block;
	font-size: 17px;
	color: var(--color-main);
	background-color: #fff;
	border-radius: 6px;
	padding: 6px 8px;
	border: 2px solid currentColor;
}
.entry_body {
	max-width: 775px;
	margin: 0 auto;
}
.entry_mainImage {
	margin-bottom: 78px;
	border-radius: 7px;
}
.entry_mainImage > img {
	display: block;
	width: 100%;
	height: auto;
}
.entry_editor {
	margin-bottom: 60px;
}
.entry_imgSpace {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.entry_imageWrap {
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.entry_image {
	padding-bottom: 83.91%;
	padding-bottom: var(--ratio-golden);
	border-radius: 6px;
}
.entry_imageWrap:nth-child(n+3) {
	margin-top: 30px;
}
.entry_image > img {
	display: block;
}
.error {}
.error_title {
	font-size: 24px;
	margin-bottom: 13px;
	text-align: center;
}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 300px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.error_link > a {}
.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}
.fee_text {
	color: var(--color-brown);
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}
.info_partner {
	text-align: center;
	line-height: 1.4;
	margin-top: 2px;
}
@media screen and (max-width:1199px) {
	.flow_sect {
		padding-left: 30px;
		padding-right: 10px;
	}
	.flow_cols {
		max-width: none;
	}
	.flow_headline {
		font-size: 36px;
	}
	.feeFree_title {
		font-size: 32px;
	}
}
@media screen and (min-width:1000px) {
	.error_link > a:hover {}
	.works_link > a:hover {}
	.worksNav_list > li > a:hover {
		background-color: var(--color-main);
		color: #fff;
	}
	.worksBox > a:hover {}
	a:hover .worksBox_title {
		color: #7A7A7A;
	}
	.pager > a:hover {
		background-color: var(--color-orange);
		color: #fff;
	}
	.about_table > tbody > tr > td > a.-mail:hover {
		text-decoration: underline;
	}
	.faqBox_title > button:hover {}
	.worksItem > a:hover {
		opacity: 0.7;
	}
	.topWorks_link > a:hover {}
	.feeNav_btn:hover {
		background-color: var(--color-main);
		color: #fff;
	}
	.feeNav_btn-trashHouse:hover {
		background-color: var(--color-orange);
	}
	.feeInfo_tel > a:hover {}
	.feeInfo_mail > a:hover {
		color: var(--color-orange-light);
	}
	.info_telLink > a:hover {}
	.info_link > a:hover {
		background-color: #fff;
		color: var(--color-orange);
	}
	.thanks_msg > a:hover {}
	.thanks_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.form {}
	.form_contents {}
	.form_inner {}
	.form_title {}
	.form_title > .icon {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr > th {
		width: 300px;
	}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_label::before {}
	.form_raquired {}
	.form_raquired-option {}
	.form_btnList {}
	.form_btnList > li {}
	.form_areaRadio {}
	.form_areaRadio-2c {}
	.form_areaRadio-3c {}
	.form_areaRadio-4c {
		grid-template-columns: auto auto auto;
	}
	.mwform-radio-field {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {}
	.mwform-radio-field > label > input[type="radio"] {}
	.mwform-radio-field > label > .mwform-radio-field-text {}
	.mwform-radio-field > label > .mwform-radio-field-text::before {}
	.mwform-radio-field > label > input[type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > .mwform-radio-field-text::after {}
	.mwform-radio-field.horizontal-item {}
	.confirm {}
	.confirm_msg {}
	.confirm_msg_title {}
	.confirm_msg_text {}
	.confirm_form {}
	.form_btnList-confirm {}
	.form_btnList-confirm > li:first-child {}
	.p-confirm .form_btnList-input {}
	.p-confirm .form_btnList-confirm {}
	.p-confirm .form_table > tbody > tr > td {}
	.p-confirm .form_table > tbody > tr > th {}
	.thanks {}
	.thanks_title {}
	.thanks_text {}
	.thanks_msg {}
	.thanks_msg > a {}
	.thanks_msg > a > .icon {}
	.thanks_link {}
	.thanks_link > a {}
	.topVis {}
	.topVis_bg {}
	.topVis_bg > img {}
	.topVis_inner {}
	.topVis_inner::before {
		height: 400px;
	}
	.topVis_areaText {}
	.topVis_title {
		font-size: 45px;
		margin-bottom: 9px;
	}
	.topVis_text {
		font-size: 16px;
	}
	.topVis_list {
		margin-top: 30px;
	}
	.topVis_list > li {
		font-size: 16px;
		width: 120px;
		height: 38px;
		margin-right: 10px;
	}
	.topVis_list > li:last-child {}
	.info {}
	.info::before {}
	.info_inner {}
	.info_title {}
	.info_cols {
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.info_col {
		width: auto;
		margin-top: 20px;
	}
	.info_col-no1 {
		margin-top: 0;
	}
	.info_headline {}
	.info_telLink {
		margin-top: 8px;
	}
	.info_telLink > a {}
	.info_telLink > a > .icon {}
	.info_telLink > a > .icon::before {}
	.info_telLink > a > .icon::after {}
	.info_col-no2 {}
	.info_table {
		margin-left: auto;
		margin-right: auto;
	}
	.info_table > tbody {}
	.info_table > tbody > tr {}
	.info_table > tbody > tr > th {}
	.info_table > tbody > tr > td {}
	.info_col-no3 {}
	.info_subhead {}
	.info_subhead::before {}
	.info_subhead::after {}
	.info_subhead_text {}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link_icon {}
	.info_link_arrow {}
	.serv {}
	.serv_contents {}
	.serv_inner {}
	.serv_title {}
	.serv_title > .icon {}
	.serv_sect {
		margin-bottom: 28px;
	}
	.serv_sect:last-child {}
	.serv_cols {}
	.serv_cols::before {
		height: 340px;
	}
	.serv_col {}
	.serv_col-img {}
	.serv_image {}
	.serv_image > img {}
	.serv_col-txt {}
	.serv_box {}
	.serv_headline {
		font-size: 32px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}
	.serv_subhead {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.serv_text {}
	.flow {}
	.flow_contents {}
	.flow_inner {}
	.flow_title {}
	.flow_title > .icon {}
	.flow_sect {
		padding: 40px 25px 30px;
		padding-right: 20px;
	}
	.flow_sect:last-child {}
	.flow_cols {
		justify-content: space-between;
	}
	.flow_col {}
	.flow_col-txt {
		width: calc(100% - 250px);
	}
	.flow_box {}
	.flow_step {}
	.flow_step_main {}
	.flow_step_number {}
	.flow_headline {
		font-size: 27px;
	}
	.flow_headline-hasBallon {}
	.flow_headline_balloon {
		width: 66px;
		height: 66px;
		font-size: 20px;
	}
	.flow_headline_balloon::before {}
	.flow_headline_balloonTxt {}
	.flow_text {}
	.flow_col-img {
		width: 240px;
	}
	.flow_image {
		max-width: 260px;
	}
	.flow_image > img {}
	.fee {}
	.fee_contents {}
	.fee_inner {}
	.fee_title {}
	.fee_title > .icon {}
	.feeNav {}
	.feeNav_list {}
	.feeNav_list > li {}
	.feeNav_btn {
		font-size: 20px;
	}
	.feeNav_btn-trashHouse {}
	.feeNav_btn[aria-selected="true"] {}
	.feeNav_btn[aria-selected="true"]::after {}
	.feeNav_btn-trashHouse[aria-selected="true"] {}
	.feeNav_btn-trashHouse[aria-selected="true"]::after {}
	.tabpanel {}
	.fee_tblBox {}
	.fee_tblOuter {}
	.fee_table {
		font-size: 18px;
	}
	.fee_table > thead {}
	.fee_table > thead > tr {}
	.fee_table > thead > tr > th {}
	.fee_table > tbody {}
	.fee_table > tbody > tr {}
	.fee_table > tbody > tr > td {
		padding: 12px 8px;
	}
	.fee_table > tbody > tr:nth-child(2n+1) {}
	.fee_estimated {
		font-size: 18px;
	}
	.fee_estimated_tax {
		font-size: 75%;
	}
	.fee_table-trashHouse {}
	.fee_table-trashHouse > thead > tr > th {}
	.fee_table-trashHouse > tbody {}
	.fee_table-trashHouse > tbody > tr {}
	.fee_table-trashHouse > tbody > tr:nth-child(2n+1) {}
	.fee_table-trashHouse > tbody > tr > td {}
	.feeOther {
		padding: 40px 20px 50px;
	}
	.feeOther_cols {}
	.feeOther_cols::before {}
	.feeOther_col {
		width: 47%;
	}
	.feeOther_col-txt {}
	.feeOther_col-txt:last-child {}
	.feeOther_title {
		font-size: 22px;
	}
	.feeOther_text {}
	.feeOther_bar {}
	.feeFree {
		padding: 30px 20px 35px;
	}
	.feeFree_inner {}
	.feeFree_cols {
		display: block;
		margin-bottom: 18px;
	}
	.feeFree_col {
		width: auto;
	}
	.feeFree_col-ttl {
		margin-bottom: 15px;
	}
	.feeFree_title {
		font-size: 30px;
		text-align: center;
	}
	.feeFree_title > strong {}
	.feeFree_col-txt {}
	.feeFree_image {}
	.feeFree_image > img {
		margin: 0 auto;
	}
	.feeFree_text {
		font-size: 18px;
	}
	.feeInfo {}
	.feeInfo_cols {}
	.feeInfo_col {}
	.feeInfo_col-tel {}
	.feeInfo_box {
		padding-bottom: 25px;
	}
	.feeInfo_box-mail {}
	.feeInfo_title {}
	.feeInfo_title-mail {}
	.feeInfo_tel {}
	.feeInfo_tel > a {
		font-size: 26px;
	}
	.feeInfo_tel > a > .icon {}
	.feeInfo_col-mail {}
	.feeInfo_mail {}
	.feeInfo_mail > a {
		font-size: 20px;
	}
	.feeInfo_mail > a > .icon {}
	.feeInfo_mail > a > .icon-mail {}
	.tabpanel.isShow {}
	.topWorks {}
	.topWorks_contents {}
	.topWorks_inner {}
	.topWorks_title {}
	.topWorks_title > .icon {}
	.topWorks_cols {
		display: block;
		margin-bottom: 65px;
	}
	.topWorks_col {}
	.topWorks_col-main {
		width: auto;
		margin: 0 auto 30px;
		max-width: 380px;
	}
	.worksItem_image {}
	.worksItem_image:last-child {}
	.worksItem_image > img {}
	.worksItem_catList {}
	.worksItem_catList-list {}
	.worksItem_catList > li {}
	.worksItem_title {}
	.worksItem_title-list {}
	.worksItem_update {}
	.worksItem_update > time {}
	.topWorks_col-list {
		width: auto;
		margin: 0 auto;
	}
	.topWorks_list {}
	.topWorks_list > li {}
	.topWorks_list > li:first-child {}
	.worksItem {}
	.worksItem > a {}
	.worksItem-list > a {}
	.worksItem_cols {}
	.worksItem_col {}
	.worksItem_col-img {}
	.worksItem_col-txt {}
	.topWorks_link {}
	.topWorks_link > a {}
	.worksArea {
		padding: 0 20px 25px;
	}
	.worksArea_icon {}
	.worksArea_cols {
		justify-content: space-between;
	}
	.worksArea_col {}
	.worksArea_col-txt {
		padding-top: 20px;
		width: calc(100% - 191px);
	}
	.worksArea_title {
		font-size: 24px;
		margin-bottom: 13px;
	}
	.worksArea_dList {
		font-size: 17px;
	}
	.worksArea_dList > dt {}
	.worksArea_dList > dt::after {}
	.worksArea_dList > dd {}
	.worksArea_dList > dd .-sub {}
	.worksArea_col-img {
		width: 170px;
		margin-right: 0;
	}
	.worksArea_map {}
	.worksArea_map > img {}
	.faq {}
	.faq_contents {
		padding-bottom: 30px;
	}
	.faq_inner {}
	.faq_title {}
	.faq_title > .icon {}
	.faq_sect {}
	.faq_sect:last-child {}
	.faq_headline {
		font-size: 22px;
	}
	.faqBox {}
	.faqBox_title {}
	.faqBox_title > button {
		font-size: 18px;
	}
	.faqBox_btn_sign_mark {
		top: calc(35px + 0.8em);
	}
	.faqBox_btn_sign {
		top: calc(31px + 0.8em);
	}
	.faqBox_btn_sign::before {}
	.faqBox_btn_sign::after {}
	.faqBox_title > button[aria-expanded="true"] > .faqBox_btn_sign::after {}
	.faqBox_answer {}
	.faqBox_answer.isShow {}
	.faqBox_answer_inner {}
	.faqBox_mark {}
	.faqBox_text {}
	.about {}
	.about_contents {}
	.about_inner {}
	.about_title {}
	.about_title > .icon {}
	.about_tblWrap {}
	.about_table {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_table > tbody > tr > td > a {}
	.about_table > tbody > tr > td > a.-mail {}
	.works {}
	.works_title {
		margin-bottom: 45px;
	}
	.works_title > .icon {}
	.worksNav {
		margin-bottom: 75px;
	}
	.worksNav_list {}
	.worksNav_list > li {
		width: 25%;
	}
	.worksNav_list > li:nth-child(n+5) {
		margin-top: 14px;
	}
	.worksNav_list > li > a {}
	.worksBox {}
	.worksBox-main {
		padding-bottom: 55px;
	}
	.worksBox > a {}
	.worksBox-main > a {}
	.worksBox_cols {}
	.worksBox_col {}
	.worksBox_col-img {
		width: 240px;
	}
	.worksBox_image {}
	.worksBox_image-list {
		margin-bottom: 15px;
	}
	.worksBox_image > img {}
	.worksBox_col-txt {
		width: calc(100% - 260px);
		max-width: none;
	}
	.worksBox_areaTxt {}
	.worksBox_title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.worksBox_title-main {
		font-size: 22px;
	}
	.worksBox_title-list {}
	.worksBox_update {
		font-size: 18px;
	}
	.worksBox_update > time {}
	.worksBox_cat {}
	.worksBox_cat_main {}
	.works_list {
		margin-top: 50px;
	}
	.works_list > li {
		width: 31%;
		margin-left: 3.5%;
	}
	.works_list > li:nth-child(3n+1) {}
	.works_list > li:nth-child(n+4) {
		margin-top: 65px;
	}
	.pager {}
	.pager > a,
	.pager > span {
		font-size: 21px;
		width: 48px;
		height: 48px;
		min-width: 48px;
		margin: 10px;
	}
	.pager > .previouspostslink {}
	.pager > .previouspostslink > .icon {
		font-size: 16px;
	}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink > .icon {
		font-size: 16px;
	}
	.works_headline {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.works_headline_cat {}
	.works_headline_name {}
	.works_link {
		margin-top: 65px;
	}
	.works_link > a {}
	.works_link > a::before {
		height: 40px;
	}
	.entry {}
	.entry_areaTtl {
		margin-bottom: 38px;
	}
	.entry_title {
		font-size: 28px;
	}
	.entry_update {}
	.entry_update > time {}
	.entry_cat {
		margin-left: 20px;
	}
	.entry_cat_main {
		font-size: 16px;
	}
	.entry_body {}
	.entry_mainImage {
		margin-bottom: 58px;
	}
	.entry_mainImage > img {}
	.entry_editor {
		margin-bottom: 48px;
	}
	.entry_imgSpace {}
	.entry_imageWrap {}
	.entry_image {}
	.entry_imageWrap:nth-child(n+3) {}
	.entry_image > img {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.fee_text {}
}
@media screen and (max-width: 767px) {
    .form-chu {
        font-size: 1em;
        text-align: justify;
        margin-left: 1em;
        text-indent: -1em;
    }
    .form_contents .form-chu {
        width:auto;
        text-align: justify;
        margin:0 auto 50px 1em;
        
    }
	.form {}
	.form_contents {
		padding-top: 30px;
		padding-bottom: 61px;
	}
	.form_inner {}
	.form_title {}
	.form_title > .icon {}
	.form_table {
		display: block;
		width: auto;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		border: none;
		margin-bottom: 30px;
	}
	.p-confirm .form_table > tbody > tr {
		margin-bottom: 21px;
	}
	.form_table > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.form_label {}
	.form_label::before {
		height: 30px;
	}
	.form_raquired {}
	.form_raquired-option {}
	.form_btnList {
		margin-top: 56px;
	}
	.form_btnList > li {
		width: 222px;
		margin-left: 20px;
	}
	.form_areaRadio {
		grid-template-columns: auto auto;
		row-gap: 9px;
	}
	.form_areaRadio-2c {}
	.form_areaRadio-3c {}
	.form_areaRadio-4c {}
	.mwform-radio-field {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {
		height: 20px;
	}
	.mwform-radio-field > label > input[type="radio"] {}
	.mwform-radio-field > label > .mwform-radio-field-text {}
	.mwform-radio-field > label > .mwform-radio-field-text::before {}
	.mwform-radio-field > label > input[type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > .mwform-radio-field-text::after {}
	.mwform-radio-field.horizontal-item {}
	.confirm {}
	.confirm_msg {
		padding: 25px 10px 18px;
		margin-bottom: 52px;
	}
	.confirm_msg_title {
		font-size: 19px;
		margin-bottom: 7px;
	}
	.confirm_msg_text {
		font-size: 15px;
		line-height: 1.47;
	}
	.confirm_form {}
	.form_btnList-confirm {}
	.form_btnList-confirm > li {
		width: 180px;
	}
	.form_btnList-confirm > li:first-child {
		width: 120px;
	}
	.p-confirm .form_btnList-input {}
	.p-confirm .form_btnList-confirm {}
	.p-confirm .form_table > tbody > tr > td {
		padding: 0;
		padding-left: 51px;
	}
	.p-confirm .form_table > tbody > tr > th {
		padding: 0;
		margin-bottom: 0;
	}
	.thanks {}
	.thanks_title {
		font-size: 23px;
		line-height: 1.52;
		margin-bottom: 28px;
	}
	.thanks_text {
		text-align: left;
		line-height: inherit;
		margin-bottom: 42px;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.thanks_msg {
		display: block;
		margin-left: -10px;
		margin-right: -10px;
	}
	.thanks_msg > a {
		font-size: 28px;
		display: inline-flex;
		vertical-align: baseline;
		top: 0;
	}
	.thanks_msg > a > .icon {}
	.thanks_link {
		max-width: 180px;
		margin-top: 50px;
	}
	.thanks_link > a {}
	.topVis {
		padding: 0;
	}
	.topVis_bg {}
	.topVis_bg > img {}
	.topVis_inner {
		display: block;
	}
	.topVis_inner::before {
		display: none;
	}
	.topVis_areaText {
		top: 0;
		height: calc(100vh - 50px);
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 37px;
		min-height: 360px;
	}
	.topVis_title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.topVis_text {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.714;
	}
	.topVis_list {
		display: block;
		margin-top: auto;
		max-width: 104px;
	}
	.topVis_list > li {
		margin-right: 0;
		width: auto;
		font-size: 14px;
		height: 28px;
		margin-bottom: 12px;
	}
	.topVis_list > li:last-child {
		margin-bottom: 0;
	}
	.info {
		display: none;
	}
	.info::before {}
	.info_inner {}
	.info_title {}
	.info_cols {}
	.info_col {}
	.info_col-no1 {}
	.info_headline {}
	.info_telLink {}
	.info_telLink > a {}
	.info_telLink > a > .icon {}
	.info_telLink > a > .icon::before {}
	.info_telLink > a > .icon::after {}
	.info_col-no2 {}
	.info_table {}
	.info_table > tbody {}
	.info_table > tbody > tr {}
	.info_table > tbody > tr > th {}
	.info_table > tbody > tr > td {}
	.info_col-no3 {}
	.info_subhead {}
	.info_subhead::before {}
	.info_subhead::after {}
	.info_subhead_text {}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link_icon {}
	.info_link_arrow {}
	.serv {}
	.serv_contents {
		padding-top: 26px;
	}
	.serv_inner {}
	.serv_title {}
	.serv_title > .icon {}
	.serv_sect {
		margin-bottom: 20px;
	}
	.serv_sect:last-child {}
	.serv_cols {
		display: block;
	}
	.serv_cols::before {
		display: none;
	}
	.serv_col {
		width: auto;
	}
	.serv_col-img {}
	.serv_image {
		height: 0;
		padding-bottom: 62.1%;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 0;
	}
	.serv_image > img {}
	.serv_col-txt {
		padding: 22px 25px 26px;
	}
	.serv_box {}
	.serv_headline {
		font-size: 25px;
		padding-bottom: 8px;
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	.serv_subhead {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.serv_text {
		line-height: 1.75;
	}
	.flow {}
	.flow_contents {}
	.flow_inner {}
	.flow_title {}
	.flow_title > .icon {}
	.flow_sect {
		padding: 20px 20px 26px;
		max-width: 380px;
		margin: 0 auto 21px;
		box-sizing: border-box;
	}
	.flow_sect:last-child {}
	.flow_cols {
		display: block;
	}
	.flow_col {
		width: auto;
	}
	.flow_col-txt {
		margin-bottom: 28px;
	}
	.flow_box {}
	.flow_step {}
	.flow_step_main {}
	.flow_step_number {}
	.flow_headline {
		font-size: 24px;
		letter-spacing: -0.02em;
	}
	.flow_headline-hasBallon {
		margin-top: 12px;
	}
	.flow_headline_balloon {
		font-size: 15px;
		width: 55px;
		height: 55px;
		padding-bottom: 0;
		position: absolute;
		z-index: 1;
		bottom: 100%;
		right: -12px;
		margin-bottom: 1px;
	}
	.flow_headline_balloon::before {}
	.flow_headline_balloonTxt {
		top: -2px;
	}
	.flow_text {
		margin-top: 25px;
	}
	.flow_col-img {}
	.flow_image {
		margin: 0 auto;
		max-width: 245px;
	}
	.flow_image > img {}
	.fee {}
	.fee_contents {}
	.fee_inner {}
	.fee_title {}
	.fee_title > .icon {}
	.feeNav {
		margin-bottom: 31px;
	}
	.feeNav_list {}
	.feeNav_list > li {}
	.feeNav_btn {
		font-size: 16px;
		line-height: 1.2;
		height: 64px;
	}
	.feeNav_btn-trashHouse {}
	.feeNav_btn[aria-selected="true"] {}
	.feeNav_btn[aria-selected="true"]::after {}
	.feeNav_btn-trashHouse[aria-selected="true"] {}
	.feeNav_btn-trashHouse[aria-selected="true"]::after {}
	.tabpanel {}
	.fee_tblBox {}
	.fee_tblOuter {
		margin-right: -20px;
	}
	.fee_table {
		font-size: inherit;
		margin: 0 auto;
	}
	.fee_table > thead {}
	.fee_table > thead > tr {}
	.fee_table > thead > tr > th {
		font-size: inherit;
		width: auto;
		padding: 10px 20px;
	}
	.fee_table > tbody {}
	.fee_table > tbody > tr {
		border-top: 1px solid var(--color-border);
	}
	.fee_table > tbody > tr > td {
		padding: 10px 8px;
	}
	.fee_table > tbody > tr:nth-child(2n+1) {}
	.fee_estimated {
		font-size: inherit;
	}
	.fee_estimated_tax {
		font-size: inherit;
	}
	.fee_table-trashHouse {}
	.fee_table-trashHouse > thead > tr > th {}
	.fee_table-trashHouse > tbody {}
	.fee_table-trashHouse > tbody > tr {}
	.fee_table-trashHouse > tbody > tr:nth-child(2n+1) {}
	.fee_table-trashHouse > tbody > tr > td {}
	.feeOther {
		border-radius: 17px;
		padding: 52px 37px 50px;
		max-width: 500px;
		margin: 60px auto 40px;
	}
	.feeOther_cols {
		display: block;
	}
	.feeOther_cols::before {
		display: none;
	}
	.feeOther_col {
		width: auto;
	}
	.feeOther_col-txt {}
	.feeOther_col-txt:last-child {}
	.feeOther_title {
		margin-bottom: 10px;
	}
	.feeOther_text {
		line-height: 1.6875;
	}
	.feeOther_bar {
		position: relative;
		transform: none;
		width: 150px;
		border-bottom: 1px dashed var(--color-border);
		background-color: rgba(255, 255, 255, 0);
		top: 0;
		left: 0;
		margin: 56px auto;
	}
	.feeFree {
		padding: 30px 20px 27px;
		margin-bottom: 54px;
	}
	.feeFree_inner {}
	.feeFree_cols {
		margin-bottom: 10px;
	}
	.feeFree_col {}
	.feeFree_col-ttl {}
	.feeFree_title {
		font-size: 18px;
		line-height: 1.6;
	}
	.feeFree_title > strong {
		font-size: 20px;
	}
	.feeFree_col-txt {}
	.feeFree_image {}
	.feeFree_image > img {}
	.feeFree_text {
		font-size: 16px;
		line-height: 2.1875;
	}
	.feeInfo {}
	.feeInfo_cols {
		display: block;
	}
	.feeInfo_col {
		width: auto;
	}
	.feeInfo_col-tel {
		margin-bottom: 29px;
	}
	.feeInfo_box {
		padding: 0 10px 36px;
	}
	.feeInfo_box-mail {}
	.feeInfo_title {
		min-width: 0;
		padding: 6px 25px;
		margin-bottom: 26px;
		margin-top: -18px;
	}
	.feeInfo_title-mail {}
	.feeInfo_tel {}
	.feeInfo_tel > a {
		font-size: 29px;
		color: var(--color-main);
		letter-spacing: 0.05em;
		text-indent: 0.05em;
	}
	.feeInfo_tel > a > .icon {}
	.feeInfo_col-mail {}
	.feeInfo_mail {}
	.feeInfo_mail > a {
		font-size: 22px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
	}
	.feeInfo_mail > a > .icon {
		margin-left: 6px;
	}
	.feeInfo_mail > a > .icon-mail {
		font-size: 36px;
		margin-left: 0;
	}
	.tabpanel.isShow {}
	.topWorks {}
	.topWorks_contents {}
	.topWorks_inner {}
	.topWorks_title {}
	.topWorks_title > .icon {}
	.topWorks_cols {
		margin-bottom: 75px;
	}
	.topWorks_col {}
	.topWorks_col-main {}
	.worksItem_image {
		margin-bottom: 20px;
	}
	.worksItem_image:last-child {
		margin-bottom: 20px;
	}
	.worksItem_image > img {}
	.worksItem_catList {
		margin-bottom: 12px;
	}
	.worksItem_catList-list {}
	.worksItem_catList > li {}
	.worksItem_title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.worksItem_title-list {}
	.worksItem_update {}
	.worksItem_update > time {}
	.topWorks_col-list {
		max-width: 380px;
	}
	.topWorks_list {
		border-bottom: none;
	}
	.topWorks_list > li {}
	.topWorks_list > li:first-child {}
	.worksItem {}
	.worksItem > a {}
	.worksItem-list > a {
		padding: 42px 0 27px;
	}
	.worksItem_cols {
		display: block;
	}
	.worksItem_col {
		width: auto;
	}
	.worksItem_col-img {}
	.worksItem_col-txt {
		max-width: none;
	}
	.topWorks_link {
		max-width: 180px;
		margin-top: 18px;
	}
	.topWorks_link > a {
		padding: 5px 10px;
	}
	.worksArea {
		padding: 0 20px 34px;
		max-width: 480px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.worksArea_icon {}
	.worksArea_cols {
		display: block;
	}
	.worksArea_col {
		width: auto;
	}
	.worksArea_col-txt {
		padding-top: 0;
		margin-bottom: 19px;
	}
	.worksArea_title {
		text-align: center;
		margin-bottom: 26px;
	}
	.worksArea_dList {
		display: block;
		font-size: 18px;
		letter-spacing: 0;
	}
	.worksArea_dList > dt {
		display: flex;
		align-items: center;
	}
	.worksArea_dList > dt::after {
		position: static;
		height: 15px;
		transform: none;
		margin-left: 14px;
	}
	.worksArea_dList > dd {}
	.worksArea_dList > dd .-sub {
		font-size: 13px;
	}
	.worksArea_col-img {}
	.worksArea_map {}
	.worksArea_map > img {
		margin: 0 auto;
	}
	.faq {}
	.faq_contents {
		padding-bottom: 20px;
	}
	.faq_inner {}
	.faq_title {}
	.faq_title > .icon {}
	.faq_sect {}
	.faq_sect:last-child {}
	.faq_headline {
		padding: 19px 20px;
		line-height: 1.2;
	}
	.faqBox {
		position: relative;
		z-index: 1;
		border-bottom: none;
	}
	.faqBox::after {
		content: "";
		display: block;
		width: calc(100% - 36px);
		height: 1px;
		background-color: var(--color-border);
		margin: 0 auto;
	}
	.faqBox_title {}
	.faqBox_title > button {
		font-size: 17px;
		padding: 30px 63px;
		padding-right: 50px;
		line-height: 1.29;
		letter-spacing: inherit;
	}
	.faqBox_btn_sign_mark {
		left: 15px;
		top: calc(31px + 0.8em);
	}
	.faqBox_btn_sign {
		right: 19px;
	}
	.faqBox_btn_sign::before {}
	.faqBox_btn_sign::after {}
	.faqBox_title > button[aria-expanded="true"] > .faqBox_btn_sign::after {}
	.faqBox_answer {
		font-size: 14px;
		padding-bottom: 26px;
		line-height: 1.71428571;
	}
	.faqBox_answer.isShow {}
	.faqBox_answer_inner {
		padding: 0 60px;
		padding-right: 30px;
	}
	.faqBox_mark {
		left: 15px;
		top: -3px;
	}
	.faqBox_text {}
	.about {}
	.about_contents {}
	.about_inner {}
	.about_title {}
	.about_title > .icon {}
	.about_tblWrap {}
	.about_table {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_table > tbody > tr > td > a {}
	.about_table > tbody > tr > td > a.-mail {}
	.works {}
	.works_title {
		font-size: 34px;
		margin-bottom: 25px;
	}
	.works_title > .icon {}
	.worksNav {
		margin-bottom: 50px;
	}
	.worksNav_list {}
	.worksNav_list > li {
		width: 50%;
	}
	.worksNav_list > li:nth-child(n+3) {
		margin-top: 12px;
	}
	.worksNav_list > li > a {}
	.worksBox {}
	.worksBox-main {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 74px;
	}
	.worksBox > a {}
	.worksBox-main > a {}
	.worksBox_cols {
		display: block;
	}
	.worksBox_col {
		width: auto;
	}
	.worksBox_col-img {
		margin-bottom: 20px;
	}
	.worksBox_image {}
	.worksBox_image-list {}
	.worksBox_image > img {}
	.worksBox_col-txt {}
	.worksBox_areaTxt {}
	.worksBox_title {
		order: 2;
		font-size: 18px;
		margin-bottom: 23px;
	}
	.worksBox_title-main {}
	.worksBox_title-list {}
	.worksBox_update {
		order: 3;
		font-size: 16px;
		letter-spacing: 0;
	}
	.worksBox_update > time {}
	.worksBox_cat {
		order: 1;
		margin: 0 0 10px;
	}
	.worksBox_cat_main {}
	.works_list {
		margin-top: 0;
		display: block;
	}
	.works_list > li {
		width: auto;
		margin-left: 0;
	}
	.works_list > li:nth-child(3n+1) {}
	.works_list > li:nth-child(n+2) {
		margin-top: 60px;
	}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .previouspostslink > .icon {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink > .icon {}
	.works_headline {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.works_headline_cat {}
	.works_headline_name {}
	.works_link {
		margin-top: 45px;
		max-width: 225px;
	}
	.works_link > a {}
	.works_link > a::before {
		height: 34px;
	}
	.entry {}
	.entry_areaTtl {
		margin-bottom: 25px;
	}
	.entry_title {
		font-size: 20px;
	}
	.entry_update {
		font-size: 16px;
		letter-spacing: inherit;
	}
	.entry_update > time {}
	.entry_cat {
		margin-left: 15px;
	}
	.entry_cat_main {
		padding: 3px 8px;
	}
	.entry_body {}
	.entry_mainImage {
		margin-bottom: 35px;
		border-radius: 5px;
	}
	.entry_mainImage > img {}
	.entry_editor {
		margin-bottom: 30px;
	}
	.entry_imgSpace {
		margin-left: -5px;
		margin-right: -5px;
	}
	.entry_imageWrap {
		padding-left: 5px;
		padding-right: 6px;
	}
	.entry_image {
		border-radius: 3px;
	}
	.entry_imageWrap:nth-child(n+3) {
		margin-top: 14px;
	}
	.entry_image > img {}
	.error {}
	.error_title {
		font-size: 20px;
		line-height: 1.7;
	}
	.error_text {
		text-align: left;
	}
	.error_link {
		max-width: 240px;
	}
	.error_link > a {}
	.fee_tableWrap {
		padding-right: 20px;
		width: 100%;
		box-sizing: border-box;
		min-width: 540px;
	}
	.fee_text {}
}
@media screen and (max-width:374px) {
	.thanks_msg > a {
		font-size: 26px;
	}
	.feeFree_title > strong {
		display: block;
	}
	.feeInfo_mail > a {
		font-size: 18px;
	}
	.worksArea_dList > dd .-sub {
		display: block;
	}
	.faqBox_title > button {
		font-size: 16px;
	}
	.worksNav_list > li > a {
		font-size: 16px;
	}
	.pager > a,
	.pager > span {
		margin: 6px;
	}
}
