*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: #000;
	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-break: strict;
	overflow-wrap: anywhere;
	word-break: normal;
}

input[type=button],
button,
select {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

span {
	color: inherit;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

* :where(button,
[type=button],
[type=reset],
[type=submit]) {
	touch-action: manipulation;
}

:focus:not(:focus-visible) {
	outline: none;
}

:where(:-moz-any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(ul,
ol) {
	list-style: none;
	padding: unset;
}

* {
	min-inline-size: 0;
}

blockquote {
	margin-block-end: 0;
	margin-block-start: 0;
	margin-inline-end: 0;
	margin-inline-start: 0;
}

.l-footer {
	margin-top: 4.3125rem;
}

.l-footer__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66rem, 100%);
}

.l-footer__copy {
	background-color: #f1f1f1;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 5.25rem;
	padding-block: 2.125rem 2rem;
	text-align: center;
}

.l-fv {
	background-image: url(../img/top_bg_fv_img@2x.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40.625rem;
	margin-inline: auto;
	margin-top: 12.0625rem;
	position: relative;
}

.l-fv::before {
	background-image: url(../img/top_bg_fv_img_medals@2x@2x.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -2.875rem;
	content: "";
	height: 15.0625rem;
	left: 20.5625rem;
	position: absolute;
	width: 51.625rem;
}

.l-fv__inner {
	margin-inline: auto;
}

.l-fv__inner img {
	width: 100%;
}

.l-service {
	margin-top: 6.25rem;
}

.l-service__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(73.375rem, 100%);
}

.l-reason {
	background-color: #edf8ff;
	margin-top: 4.5rem;
}

.l-reason.choose {
	background-color: #f6f6f6;
	margin-top: 5.5625rem;
}

.l-reason__inner {
	margin-inline: auto;
	max-width: 91.25rem;
	padding-block: 4.1875rem 2.5rem;
	padding-inline: 12.8125rem 13.5625rem;
}

.l-reason__inner.choose {
	padding-block: 5.6875rem 6.8125rem;
}

.l-qa {
	margin-top: 5.125rem;
}

.l-qa__inner {
	margin-inline: auto;
	max-width: 1024px;
}

.l-voice {
	background-image: url(../img/top_bg_voice_pc_remark@2x.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 31.3125rem;
	margin-inline: auto;
	margin-top: 4.6875rem;
	position: relative;
}

.l-voice__inner {
	padding-inline: 3.875rem 0.75rem;
}

.l-faq {
	margin-bottom: 8.6875rem;
	margin-top: 3.5625rem;
}

.l-faq.--clean {
	margin-bottom: 0rem;
	margin-top: 4.4375rem;
}

.l-faq__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.5rem, 100%);
}

.l-faq-fv {
	margin-top: 11.875rem;
	position: relative;
}

/* ======================================================
"追従アニメーション"
====================================================== */

.l-floating {
	bottom: -1px;
	left: 50%;
	opacity: 0; /* 要素の不透明度を0にして非表示にする */
	position: fixed;
	transform: translateX(-50%);
	transition: opacity 0.3s, visibility 0.3s; /* opacityとvisibilityプロパティに0.3秒のトランジション効果を追加する */
	visibility: hidden; /* 要素を見えなくするが、レイアウトのスペースは保持する */
	z-index: 10;
}

.l-floating.is-show {
	background: #fff;
	border-top: 0.25rem solid #1678b2;
	opacity: 1; /* 要素の不透明度を1にして表示する */
	padding-block: 0.875rem;
	visibility: visible; /* 要素を見えるようにする */
	width: 100%;
}

.l-company {
	margin-top: 11.875rem;
	position: relative;
}

.l-company__img {
	margin-inline: auto;
}

.l-company__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-company__inner {
	background-image: url(../img/company_bg_top_pc@1x.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 56.25rem;
	margin-inline: auto;
	padding-bottom: 4.625rem;
	padding-top: 5.6875rem;
	text-align: center;
}

.l-company-abstract {
	margin-top: 3.875rem;
	text-align: center;
}

.l-company-abstract__inner {
	margin-inline: auto;
	max-width: 62.5rem;
}

.l-company-license {
	background-color: #f5f5f5;
	margin-top: 5.0625rem;
	padding-block: 3.9375rem 5.25rem;
}

.l-company-license__inner {
	margin-inline: auto;
	max-width: 62.5rem;
}

.l-company-about {
	margin-top: 4.125rem;
}

.l-company-about__inner {
	margin-inline: auto;
	max-width: 62.5rem;
}

.l-company-summary {
	background-color: #f5f5f5;
	margin-top: 5.6875rem;
	padding-block: 5.8125rem 3.6875rem;
}

.l-company-summary__inner {
	margin-inline: auto;
	max-width: 64rem;
}

.l-company-summary-under {
	margin-top: 4.5rem;
}

.l-company-summary-under__inner {
	margin-inline: auto;
	max-width: 64rem;
}

.l-cta {
	background-image: url(../img/top_bg_question_pc@2x.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 29.625rem;
	margin-inline: auto;
	position: relative;
}

.l-cta.--service {
	background-image: url(../img/contact_img_fv_pc@2x.webp);
	height: 25rem;
	margin-top: 2.4375rem;
}

.l-company-privacy {
	margin-bottom: 7.3125rem;
	margin-top: 9.1875rem;
}

.l-under-voice-main {
	margin-top: 5.5rem;
}

.l-under-voice-main__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(63.75rem, 100%);
}

.l-choose-fv {
	margin-top: 11.875rem;
	position: relative;
}

.l-choose-fv__img {
	margin-inline: auto;
}

.l-choose-fv__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-choose-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.l-choose-about {
	margin-top: 5.5625rem;
}

.l-choose-about__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.5rem, 100%);
}

.l-contact-fv {
	margin-top: 11rem;
	position: relative;
}

.l-contact-fv__img {
	margin-inline: auto;
}

.l-contact-fv__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-contact-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.l-contact {
	margin-top: 5.4375rem;
}

.l-contact__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(64.6875rem, 100%);
}

.l-contact-main {
	margin-top: 3.125rem;
}

.l-contact-main__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(53.75rem, 100%);
}

.l-breadcrumb {
	display: inline-block;
	font-size: 0.875rem;
	left: 12.5rem;
	position: relative;
	top: 14.125rem;
	z-index: 101;
}

.l-breadcrumb.--contact {
	top: 13.75rem;
}

.l-breadcrumb span {
	margin-inline: 0.3125rem;
}

.l-service-organize__about__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.625rem, 100%);
}

.l-service-fv {
	margin-top: 11rem;
	position: relative;
}

.l-service-fv__img {
	margin-inline: auto;
}

.l-service-fv__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-service-estate {
	margin-top: 5.6875rem;
}

.l-service-estate__second {
	margin-top: 4.75rem;
}

.l-service-estate__third {
	margin-top: 8.5625rem;
}

.l-service-estate__estimate {
	margin-top: 8.8125rem;
}

.l-service-reference {
	margin-top: 5.125rem;
}

.l-service-areas {
	margin-top: 3.1875rem;
}

.l-service-areas__text {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 1.875rem;
}

.l-service-removal {
	margin-top: 8.125rem;
}

.l-service-mantion {
	margin-top: 8.125rem;
}

.l-service-clean {
	margin-block: 8.125rem;
}

.c-about {
	background: linear-gradient(transparent 80%, #b1daf2 20%);
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.625rem;
	font-weight: 500;
	padding-bottom: 0.125rem;
}

.c-button {
	align-items: center;
	background: linear-gradient(to top, #1776b4, #0693a0);
	border: 0.0625rem solid #1678b2;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.0625rem;
	min-width: 21.875rem;
	padding-block: 1.5625rem;
	padding-inline: 7.875rem;
	position: relative;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.c-button::before {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	height: 0.6625rem;
	position: absolute;
	right: 1rem;
	rotate: 45deg;
	top: 50%;
	translate: 0 -50%;
	width: 0.6625rem;
}

.c-button-white {
	align-items: center;
	background: #fff;
	border: 0.0625rem solid #1777b3;
	border-radius: 9999px;
	color: #1777b3;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.0625rem;
	min-width: 21.875rem;
	padding-block: 1.5625rem;
	padding-inline: 5.5rem 4rem;
	position: relative;
	white-space: nowrap;
}

.c-button-white::before {
	background-image: url(../img/top_logo_question_email_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	left: 1.625rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.3125rem;
}

.c-button-service {
	align-items: center;
	background: red;
	border: 0.0625rem solid red;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	left: 50%;
	min-height: 4.0625rem;
	min-width: 21.875rem;
	padding-block: 1.5625rem;
	padding-inline: 7.875rem;
	position: relative;
	position: relative;
	top: 2.3125rem;
	transition: all 0.3s ease;
	translate: -50%;
	white-space: nowrap;
}

.c-button-service::before {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	height: 0.6625rem;
	position: absolute;
	right: 1rem;
	rotate: 45deg;
	top: 50%;
	translate: 0 -50%;
	width: 0.6625rem;
}

.c-button-service-faq {
	align-items: center;
	background: linear-gradient(to top, #1776b4, #0693a0);
	border: 0.0625rem solid linear-gradient(to top, #1776b4, #0693a0);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.0625rem;
	min-width: 21.875rem;
	padding-block: 1.5625rem;
	padding-inline: 7.875rem;
	position: relative;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.c-button-service-faq::before {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	height: 0.6625rem;
	position: absolute;
	right: 1rem;
	rotate: 45deg;
	top: 50%;
	translate: 0 -50%;
	width: 0.6625rem;
}

.c-button-service-cta {
	align-items: center;
	background: linear-gradient(to top, #1776b4, #0693a0);
	border: 0.0625rem solid #1678b2;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.375rem;
	min-width: 21.6875rem;
	padding: 1.5625rem 4.125rem 1.6875rem 5.0625rem;
	position: relative;
}

.c-button-service-cta.floating {
	font-size: 1.25rem;
	min-height: 4.375rem;
	min-width: 25rem;
	padding: 1.5625rem 9.1875rem 1.6875rem 8.5625rem;
}

.c-button-service-cta::before {
	background-image: url(../img/top_logo_header_mail_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	left: 1.625rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.3125rem;
}

.c-service-organize__about {
	text-align: center;
}

.c-service-organize__about h2 {
	font-size: 1.625rem;
}

.c-service-organize__about p {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 1.5rem;
}

.c-service-organize__about-top-title {
	font-size: 1.625rem;
	text-align: center;
}

.c-service-organize__about-top {
	margin-top: 2.625rem;
}

.c-service-organize__about-top.--mantion {
	margin-top: 1.625rem;
}

.c-service-organize__about-top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 0.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.c-service-organize__about-top-body {
	display: grid;
	gap: 1.125rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.3125rem;
}

.c-service-organize__about-top-card-head {
	font-size: 1.25rem;
	line-height: 1.25;
	margin-top: 1rem;
	text-align: center;
}

.c-service-organize__about-top-card-body {
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.c-service-organize__suggest {
	display: grid;
	gap: 2.4375rem;
	grid-template-columns: 52.9239766082% 1fr;
	-moz-column-gap: 6rem;
	column-gap: 6rem;
}

.c-service-organize__suggest__text {
	font-size: 1.375rem;
	margin-top: 1.875rem;
	padding-left: 3.875rem;
	position: relative;
}

.c-service-organize__suggest__text::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.c-service-organize__suggest__text:nth-of-type(n + 3) {
	align-self: center;
	margin-top: 0;
}

.c-service-organize__suggest__text:nth-of-type(even) {
	padding-left: 0;
}

.c-service-organize__suggest__text:nth-of-type(even)::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: -3.875rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.c-service-organize__announce {
	margin-top: 7.375rem;
}

.c-service-organize__announce-body {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
}

.c-service-organize__announce-card-head {
	font-size: 1.25rem;
	letter-spacing: -0.125rem;
	margin-top: 1rem;
	text-align: left;
}

.c-service-organize__announce-card-body {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.c-service__flow-top {
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	margin-top: 0.8125rem;
}

.c-service__flow-bottom {
	display: grid;
	gap: 3.5625rem;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	margin-top: 0.8125rem;
}

.c-service-organize__about-bottom-card-head {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1rem;
	text-align: center;
}

.c-service-organize__about-bottom-card-body {
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.c-service-price {
	background-color: #f8f8f8;
	margin-top: 3.625rem;
	padding-block: 3.3125rem 5.4375rem;
}

.c-service-price__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.625rem, 100%);
}

.c-service-price__title {
	font-size: 1.625rem;
	text-align: center;
}

.c-service-price__text-color {
	color: #ee7e00;
	font-size: 1.25rem;
	margin-top: 1.125rem;
	text-align: center;
}

.c-service-price__text {
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}

.c-service__price-table {
	display: grid;
	grid-template-columns: 70.6% 1fr;
	-moz-column-gap: 11.0625rem;
	column-gap: 11.0625rem;
}

.c-service__price-table-boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.5rem;
	-moz-column-gap: 2.1875rem;
	column-gap: 2.1875rem;
}

.c-service__price-table-box-head {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	padding-block: 0.4375rem;
	text-align: center;
}

.c-service__price-table-box-body {
	background-color: #fff;
	font-size: 1.25rem;
	padding-block: 3.4375rem;
	text-align: center;
}

.c-service__price-table-box-body.plus {
	position: relative;
}

.c-service__price-table-box-body.plus::before {
	background-image: url(../img/service_logo_price_plus@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.6875rem;
	position: absolute;
	right: calc(100% + 0.375rem);
	top: 50%;
	translate: 0 -50%;
	width: 1.6875rem;
}

.c-service__price-table-box-body.layer {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	padding-block: 1.75rem;
	position: relative;
}

.c-service__price-table-box-body.layer::before {
	background-image: url(../img/service_logo_price_plus@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.6875rem;
	position: absolute;
	right: calc(100% + 0.375rem);
	top: 50%;
	translate: 0 -50%;
	width: 1.6875rem;
}

.c-service__price-table-box-body-text {
	-moz-text-align-last: left;
	text-align-last: left;
}

.c-service__price-sum {
	display: flex;
	flex-direction: column;
	font-size: 1.625rem;
	justify-content: center;
	position: relative;
}

.c-service__price-sum::before {
	background-image: url(../img/service_logo_price_leftallow@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.125rem;
	position: absolute;
	right: calc(100% + 3.125rem);
	width: 5rem;
}

.c-main-table__inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.5rem, 100%);
}

.c-main-table__title {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 4.5rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.c-main-table {
	border-collapse: collapse;
	font-size: 1.8125rem;
	font-weight: 500;
	margin-inline: auto;
	margin-top: 2.0625rem;
	width: 36.5rem;
}

.c-main-table span {
	font-size: 0.9375rem;
}

.c-main-table th,
.c-main-table td {
	border: 1px solid #382620;
	padding: 1.875rem;
	text-align: center;
}

.c-main-table thead th {
	background-color: rgba(32, 118, 180, 0.35);
	color: #000;
	font-size: 1.4375rem;
}

.c-main-table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.c-main-table tbody tr:nth-child(even) {
	background-color: rgba(174, 207, 229, 0.6);
}

.c-main-table td:nth-child(3) {
	font-weight: bold;
}

.c-main-table__announce {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 2.875rem;
	padding-left: 6.3125rem;
}

.c-sub-table__title {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 4.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.c-sub-table__announce {
	font-size: 1.25rem;
	margin-top: 1.4375rem;
}

.p-header {
	background: #fff;
	height: auto;
	left: 0;
	padding-left: 1.25rem;
	padding-right: 0.625rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 33.625rem 1fr;
	padding-bottom: 3.75rem;
	padding-top: 1.0625rem;
}

.p-header__announce {
	display: none;
}

.p-header__main {
	align-items: center;
	display: grid;
	grid-template-columns: 13.125rem 1fr;
	-moz-column-gap: 1.9375rem;
	column-gap: 1.9375rem;
}

.p-header__logo {
	height: 3.875rem;
	width: 13.125rem;
}

.p-header__logo img {
	width: 100%;
}

.p-header__lead {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.4285714286;
}

.p-header__nav {
	align-items: center;
	display: flex;
	justify-content: end;
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
}

.p-header__nav-sp {
	display: none;
}

.p-header__nav-sp-tel {
	display: none;
}

.p-header__nav-sp-email {
	display: none;
}

.p-header__list {
	align-items: center;
	display: flex;
}

.p-header__about {
	text-align: center;
}

.p-header__number {
	color: #1678b2;
	font-size: 2rem;
	font-weight: 500;
	pointer-events: none; /* デフォルトでクリック無効 */
	position: relative;
}

.p-header__number::before {
	background-image: url(../img/top-logo_header_tel_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.3125rem;
	left: -2.125rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.3125rem;
}

.p-header__work-time {
	display: grid;
	grid-template-columns: 5.9375rem 1fr;
	margin-top: 0.3125rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-header__time {
	align-self: center;
	background: #d3eff7;
	font-size: 1.15625rem;
	font-weight: 500;
	padding: 0.375rem 0.5rem;
	text-align: center;
}

.p-header__about {
	align-self: center;
	font-size: 1.15625rem;
	font-weight: 500;
}

.p-header__btn {
	align-items: center;
	background: linear-gradient(to top, #1776b4, #0693a0);
	border: 0.0625rem solid #1678b2;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.375rem;
	min-width: 16.25rem;
	padding: 1.5625rem 4.125rem 1.6875rem 5.0625rem;
	position: relative;
}

.p-header__btn.floating {
	font-size: 1.25rem;
	min-height: 4.375rem;
	min-width: 25rem;
	padding: 1.5625rem 9.1875rem 1.6875rem 8.5625rem;
}

.p-header__btn::before {
	background-image: url(../img/top_logo_header_mail_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	left: 1.625rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.3125rem;
}

.p-header__items {
	padding-bottom: 1.6875rem;
	padding-left: 10rem;
	padding-right: 11.875rem;
}

.p-header__item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	text-align: center;
}

.p-header__item li:not(:nth-of-type(n + 5)) {
	border-right: 1px solid;
}

.p-header__item li a {
	font-size: 1.125rem;
	font-weight: 500;
	margin-inline: auto;
}

.p-drawer__icon {
	display: flex;
	flex-direction: column;
	height: 1.28125rem;
	justify-content: space-between;
	position: fixed;
	right: 0.40625rem;
	top: 1.75rem;
	width: 1.65625rem;
	z-index: 103;
}

.p-drawer__icon--bar {
	background: linear-gradient(to top, #1776b4, #0693a0);
	border-radius: 0.21875rem;
	display: inline-block;
	height: 0.21875rem;
	width: 100%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 0.5rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -0.5rem;
}

.p-drawer {
	background: #edf8ff;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 17.375rem;
	z-index: 102;
}

.p-drawer__icon--bar {
	transition: all 0.5s ease;
}

.p-drawer {
	transition: translate 0.5s ease;
	translate: 101%;
}

.p-drawer.js-show {
	translate: 0;
}

.p-drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-block: 5.5rem 2.5rem;
	padding-left: 2.125rem;
	width: 100%;
}

.p-drawer__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2.5rem;
	row-gap: 2rem;
}

.p-drawer__list li a {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-drawer__btn {
	background: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.375rem 1.875rem;
}

.p-fv__title {
	background-color: #1777b3;
	border-radius: 0.3125rem;
	display: inline-block;
	left: 6.6875rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.8125rem;
	padding-right: 1.0625rem;
	padding-top: 0.6875rem;
	position: absolute;
	top: 12.1875rem;
}

.p-fv__title.sp-top,
.p-fv__title.sp-middle,
.p-fv__title.sp-bottom {
	display: none;
}

.p-fv__title.sub-top {
	top: 18.125rem;
}

.p-fv__title.sub-middle-sp {
	display: none;
	top: 18.125rem;
}

.p-fv__title.sub-bottom-sp {
	display: none;
	top: 18.125rem;
}

.p-fv__title.sub-bottom {
	top: 21.5625rem;
}

.p-fv__title-word {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	font-weight: 300;
	letter-spacing: -6px;
}

.p-fv__title-word.sp-top,
.p-fv__title-word.sp-middle,
.p-fv__title-word.sp-bottom {
	display: none;
}

.p-fv__sub-word {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -1.6px;
}

.p-fv__sub-word.sub-sp {
	display: none;
}

/* フェードインアニメーション(右→左) */

/* 初期状態の設定 */

.fade-in {
	opacity: 0; /* 初期は透明 */
	transform: translateX(20px); /* 右に20px移動 */
	transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの設定 */
}

/* 表示状態の設定 */

.fade-in.active {
	opacity: 1; /* 不透明に */
	transform: translateY(0); /* 元の位置に */
}

/* フェードインアニメーション(左→右) */

.fade-in-left {
	opacity: 0; /* 初期は透明 */
	transform: translateX(-20px); /* 左に20px移動 */
	transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの設定 */
}

/* 表示状態の設定 */

.fade-in-left.active {
	opacity: 1; /* 不透明に */
	transform: translateY(0); /* 元の位置に */
}

/* フェードインアニメーション(下→上) */

.fade-in-up {
	opacity: 0; /* 初期は透明 */
	transform: translateY(20px); /* 下に20px移動 */
	transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの設定 */
}

/* 表示状態の設定 */

.fade-in-up.active {
	opacity: 1; /* 不透明に */
	transform: translateY(0); /* 元の位置に */
}

.p-service__wide-inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(66.625rem, 100%);
}

.p-service__title {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.p-service__container {
	margin-top: 3.375rem;
}

.p-service__card {
	display: grid;
	grid-template-columns: 51.3227513228% 1fr;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.p-service__card:nth-child(n+2) {
	margin-top: 4.8125rem;
}

.p-service__card:nth-of-type(2) {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
}

.p-service__card:nth-of-type(even) {
	grid-template-columns: 1fr 51.3227513228%;
}

.p-service__card:nth-of-type(even) .p-service__card-img {
	order: 2;
}

.p-service__card:nth-of-type(even) .p-service__card-img.second {
	position: relative;
	top: 1.375rem;
}

.p-service__card:nth-of-type(even) .p-service__about {
	order: 1;
	padding-left: 1.625rem;
	padding-right: 0rem;
}

.p-service__about {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.625rem;
}

.p-service__description {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	margin-bottom: 2.6875rem;
	margin-top: 1.6875rem;
}

.p-reason__title {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.p-reason__container {
	margin-top: 3.625rem;
}

.p-reason__container.choose {
	margin-top: 3.375rem;
}

.p-reason__card {
	display: grid;
	grid-template-areas: "item1 item2" "item1 item3";
	grid-template-columns: 29.8651252408% 1fr;
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
}

.p-reason__card:nth-of-type(n + 2) {
	margin-top: 1.4375rem;
}

.p-reason__card.choose-01,
.p-reason__card.choose-02,
.p-reason__card.choose-03,
.p-reason__card.choose-04,
.p-reason__card.choose-05 {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
}

.p-reason__card.choose-02 {
	margin-top: 2.1875rem;
}

.p-reason__card.choose-03 {
	margin-top: 1.25rem;
}

.p-reason__card.choose-04 {
	margin-top: 1.8125rem;
}

.p-reason__card.choose-05 {
	margin-top: 1.375rem;
}

.p-reason__img {
	grid-area: item1;
}

.p-reason__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-reason__head {
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 500;
	grid-area: item2;
	line-height: 2.25rem;
	margin-top: 0.9375rem;
	text-decoration: underline; /* 下線を引く */
	text-decoration-color: #b1daf2;
	text-decoration-thickness: 0.5625rem; /* 下線の太さを2pxに設定 */
	text-underline-offset: -0.1875rem; /* 文字と下線の間を2px離す */
}

.p-reason__head.choose {
	letter-spacing: -1.5px;
}

.p-reason__body {
	font-size: 1.125rem;
	font-weight: 400;
	grid-area: item3;
	letter-spacing: -1px;
	line-height: 1.75rem;
	line-height: 1.5625rem;
	margin-top: 1.0625rem;
}

.p-reason__btn {
	display: grid;
	margin-top: 2.125rem;
	place-items: center;
}

.p-qa__title {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

/*"アコーディオンメニュー"*/

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.p-qa__items {
	background-color: #edf8ff;
	border-radius: 0.625rem;
	margin-top: 0.625rem;
}

.p-qa__items:nth-of-type(1) {
	margin-top: 2.3125rem;
}

.p-qa__item {
	line-height: normal;
	padding-left: 1.5rem;
}

.p-qa__question {
	padding-block: 1.8125rem 2.375rem;
	position: relative;
}

.p-qa__question::before,
.p-qa__question::after {
	background: #1776b4;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-qa__question::before {
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 1.8125rem;
	width: 1.625rem;
}

.p-qa__question::after {
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 2.5rem;
	transition: rotate 0.3s ease;
	width: 0.3125rem;
}

details[open] .p-qa__question::after {
	rotate: 90deg;
}

.p-qa__question-text {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.5555555556;
	list-style: none;
	padding-inline: 3.875rem 1.8125rem;
	position: relative;
}

.p-qa__question-text::before {
	background-color: #1777b3;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.5rem;
}

.p-qa__question-text::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	content: "Q";
	font-family: "Noto Sans JP", sans-serif;
	height: 2.5rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.5rem;
}

.p-qa__answer {
	padding-bottom: 2.875rem;
}

.p-qa__answer-text {
	font-size: 1.125rem;
	font-weight: 400;
	list-style: none;
	padding-inline: 4.125rem 6.3125rem;
	position: relative;
}

.p-qa__answer-text::before {
	content: "";
	left: 0rem;
	position: absolute;
	top: 0.375rem;
}

.p-qa__btn {
	margin-top: 2.25rem;
	text-align: center;
}

.p-voice__img-top {
	position: relative;
	width: 100%;
}

.p-voice__img-top img {
	width: 100%;
}

.p-voice__head-top {
	background-color: #fff;
	border-radius: 0.3125rem;
	font-size: 2.25rem;
	font-weight: 500;
	left: 50%;
	padding: 0.25rem 0.5625rem 0.25rem 0.75rem;
	position: absolute;
	top: 8.875rem;
	translate: -50%;
}

.p-voice__text-top-up {
	background-color: #fff;
	border-radius: 0.3125rem;
	font-size: 1.25rem;
	font-weight: 400;
	left: 50%;
	padding: 0.3125rem 0.625rem;
	position: absolute;
	top: 12.25rem;
	translate: -50%;
}

.p-voice__text-top-up-sp-top {
	display: none;
}

.p-voice__text-top-up-sp-bottom {
	display: none;
}

.p-voice__text-top-down {
	background-color: #fff;
	border-radius: 0.3125rem;
	font-size: 1.25rem;
	font-weight: 400;
	left: 50%;
	padding: 0.3125rem 0.625rem;
	position: absolute;
	top: 14.5625rem;
	translate: -50%;
}

.p-voice__btn {
	left: 50%;
	position: absolute;
	top: 18.25rem;
	translate: -50%;
}

.p-voice__img-bottom {
	margin-inline: auto;
	max-width: 90rem;
	position: relative;
}

.p-voice__img-bottom img {
	width: 100%;
}

.p-voice__head-bottom {
	color: #fff;
	font-size: 2.125rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 6.0625rem;
	translate: -50%;
}

.p-voice__text-bottom {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	left: 27.125rem;
	letter-spacing: -0.5px;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 9.625rem;
}

.p-voice__contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	left: 49%;
	position: absolute;
	top: 15.6875rem;
	translate: -50%;
	-moz-column-gap: 6.875rem;
	column-gap: 6.875rem;
}

.p-voice__number {
	color: #fff;
	font-size: 2.875rem;
	font-weight: 500;
	letter-spacing: normal;
	pointer-events: none;
	position: relative;
}

.p-voice__number::before {
	background-image: url(../img/top_logo_question_tell_pc@2x@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: -2.9375rem;
	position: absolute;
	top: 58%;
	translate: 0 -50%;
	width: 2rem;
}

.p-voice__work-time {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-top: 1.1875rem;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.p-voice__time {
	background-color: #fff;
	color: #1777b3;
	font-size: 1.4375rem;
	font-weight: 500;
	padding: 0.3125rem 1.125rem;
}

.p-voice__about {
	color: #fff;
	font-size: 1.4375rem;
	font-weight: 500;
}

.p-footer__container {
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.p-footer__left {
	display: grid;
	flex-direction: column;
	grid-template-columns: 1fr;
}

.p-footer__left-img {
	max-width: 14.4375rem;
}

.p-footer__left-img img {
	width: 100%;
}

.p-footer__left-lead {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.1875;
	margin-top: 1.0625rem;
}

.p-footer__left-address {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.625;
	margin-top: 3.75rem;
}

.p-footer__right {
	display: grid;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 500;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	margin-top: 2.875rem;
}

.p-faq-fv__img {
	margin-inline: auto;
}

.p-faq-fv__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-faq-fv__title {
	font-size: max(2rem, 25.6px);
	font-weight: 500;
	left: 50%;
	letter-spacing: 0em;
	line-height: 0;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

/*"アコーディオンメニュー"*/

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.p-faq__items {
	background-color: #edf8ff;
	border-radius: 0.625rem;
	margin-top: 0.625rem;
}

.p-faq__items:nth-of-type(1) {
	margin-top: 2.3125rem;
}

.p-faq__item {
	line-height: normal;
	padding-left: 1.5rem;
}

.p-faq__question {
	padding-block: 1.8125rem 2.375rem;
	position: relative;
}

.p-faq__question::before,
.p-faq__question::after {
	background: #1776b4;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq__question::before {
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 1.8125rem;
	width: 1.625rem;
}

.p-faq__question::after {
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 2.5rem;
	transition: rotate 0.3s ease;
	width: 0.3125rem;
}

details[open] .p-faq__question::after {
	rotate: 90deg;
}

.p-faq__question-text {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.5555555556;
	list-style: none;
	padding-inline: 3.875rem 4.0625rem;
	position: relative;
}

.p-faq__question-text.--service {
	font-size: 1.375rem;
}

.p-faq__question-text::before {
	background-color: #1777b3;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.5rem;
}

.p-faq__question-text::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	content: "Q";
	font-family: "Noto Sans JP", sans-serif;
	height: 2.5rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.5rem;
}

.p-faq__answer {
	padding-bottom: 2.875rem;
}

.p-faq__answer-text {
	font-size: 1.125rem;
	font-weight: 400;
	list-style: none;
	padding-inline: 4.125rem 6.3125rem;
	position: relative;
}

.p-faq__answer-text.--service {
	font-size: 1.25rem;
}

.p-faq__answer-text::before {
	content: "";
	left: 0rem;
	position: absolute;
	top: 0.375rem;
}

.p-faq-clean__title {
	font-size: 1.625rem;
	margin-top: 4.4375rem;
	text-align: center;
}

.p-floating__btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 2.4375rem;
	column-gap: 2.4375rem;
}

.p-floating__btn-container {
	align-items: flex-end;
	display: inline-flex;
	flex-direction: column;
}

.p-floating__number {
	color: #1678b2;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: -0.05px;
	pointer-events: none;
	position: relative;
}

.p-floating__number::after {
	aspect-ratio: 1;
	background-image: url(../img/top_logo_contact_tel_sp@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: -2.75rem;
	position: absolute;
	top: 60%;
	translate: 0 -50%;
	width: 1.6875rem;
}

.p-floating__work-time {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-top: 0.4375rem;
	-moz-column-gap: 0.4375rem;
	column-gap: 0.4375rem;
}

.p-floating__time {
	background-color: #d3eff7;
	color: #1777b3;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 0.25rem 0.75rem;
}

.p-floating__about {
	color: #1678b2;
	font-size: 1.25rem;
	font-weight: 500;
}

.p-company__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 15%;
	translate: -50% -50%;
}

.p-company__head h2 {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.56;
}

.p-company__head p {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-company__container {
	margin-top: 4.3125rem;
}

.p-company__lead-top {
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.5;
}

.p-company__lead-middle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	line-height: 2.5;
	margin-bottom: 0.5rem;
	margin-top: 0.625rem;
}

.p-company__lead__bottom {
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
}

.p-company__name-box {
	display: flex;
	margin-top: 6.0625rem;
	text-align: right;
	-moz-column-gap: 1.125rem;
	align-items: end;
	column-gap: 1.125rem;
	justify-content: flex-end;
	margin-right: 13.0625rem;
}

.p-company__name-box-sub-sp {
	align-items: end;
}

.p-company__name {
	font-size: 0.875rem;
	font-weight: 500;
}

.p-company__name-1 {
	font-size: 1.125rem;
	font-weight: 700;
}

.p-company__name-2 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	padding-left: 0.625rem;
}

.p-company__img img {
	max-width: 14.6875rem;
}

.p-company-abstract__head {
	font-size: 1.75rem;
}

.p-company-abstract__container {
	border-top: 1px solid #1777b3;
	margin-top: 1.625rem;
}

.p-company-abstract__container-sp {
	display: none;
}

.p-company-abstract__sp-layer {
	display: none;
}

.p-company-abstract__sp-layer.about {
	background: #fff;
	border-block: none;
}

.p-company-abstract__sp-layer.about-border {
	background: #fff;
	border-block: none;
	border-bottom: 0.0625rem solid #1777b3;
}

.p-company-abstract__sp-text {
	display: none;
}

.p-company-abstract__sp-text-2 {
	display: none;
}

.p-company-abstract__list {
	font-size: 1rem;
}

.p-company-abstract__list dl {
	border-bottom: 0.0625rem solid #1777b3;
	display: grid;
	grid-template-columns: 21.8% 1fr;
	text-align: left;
}

.p-company-abstract__list dl.list {
	padding-block: 0rem;
	padding-inline: 0rem;
}

.p-company-abstract__list dt {
	align-self: center;
	display: inline-block;
	padding-left: 4.125rem;
}

.p-company-abstract__list dd {
	line-height: 1.88;
	padding-block: 1.9375rem 2.0625rem;
	padding-left: 3.8125rem;
	white-space: nowrap;
}

.p-company-abstract__list dd.car {
	padding-left: 0rem;
}

.p-company-abstract__title-container {
	background: #def6ff;
	display: flex;
}

.p-company-abstract__another {
	display: grid;
	flex-direction: column;
	grid-template-columns: 1fr 1fr;
	-moz-column-gap: 8.375rem;
	column-gap: 8.375rem;
}

.p-company-license__title {
	font-size: 1.625rem;
	text-align: center;
}

.p-company-license__container {
	margin-top: 1.875rem;
}

.p-company-license__container-sp {
	display: none;
}

.p-company-license__sp-table {
	font-size: 0.8125rem;
	font-weight: 500;
	text-align: center;
}

.p-company-license__sp-table span {
	margin-left: 2.1875rem;
}

.p-company-license__sub-title {
	font-size: 1.125rem;
	text-align: center;
}

.p-company-license__sub-title.--left {
	text-align: left;
}

.p-company-license__city {
	display: grid;
	grid-template-columns: 21.7081850534% 1fr;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	text-align: center;
}

.p-company-license__city.--apply {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
}

.p-company-license__city dt {
	letter-spacing: normal;
}

.p-company-license__city dt span {
	letter-spacing: -0.21875rem;
}

.p-company-license__city dt.number {
	letter-spacing: -0.25rem;
}

.p-company-license__city dt.city {
	font-size: 1rem;
}

.p-company-license__city dt.city-white {
	font-size: 1.125rem;
}

.p-company-license__city-right {
	display: flex;
}

.p-company-license__city-right dt {
	text-align: left;
	white-space: nowrap;
}

.p-company-license__city-right dt.city {
	padding-right: 3.9375rem;
	white-space: nowrap;
}

.p-company-license__city-right dt.city-white {
	font-size: 1.125rem;
}

dl {
	border-top: 1px solid #a2a2a2;
	padding-block: 1.1875rem;
	padding-inline: 5.625rem;
}

dl.layer-white {
	background-color: #fff;
	padding-block: 0.9375rem 1.0625rem;
}

dl.separate-white {
	background-color: #fff;
	padding-block: 0.9375rem 1.125rem;
}

dl dt {
	text-align: left;
	white-space: nowrap;
}

dl dt.city-white {
	font-size: 1.125rem;
}

dl dt span {
	letter-spacing: -0.1875rem;
}

.separate {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
}

.separate-sub {
	display: grid;
	grid-template-columns: 7.9861111111% 1fr;
	-moz-column-gap: 16.25rem;
	column-gap: 16.25rem;
}

.p-company-license__column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 12.5rem;
	border-block: 1px solid red;
	column-gap: 12.5rem;
	padding-inline: 6.25rem;
}

dl.another-left {
	border-block: 1px solid red;
}

.p-company-license__white-layer {
	border-bottom: 1px solid #a2a2a2;
	display: grid;
	grid-template-columns: 41.3% 1fr;
}

.p-company-license__left {
	background-color: #fff;
}

.p-company-about__title {
	font-size: 1.625rem;
	text-align: center;
}

.p-company-about__boxes {
	display: grid;
	grid-template-columns: 1fr 42%;
	-moz-column-gap: 2.8125rem;
	column-gap: 2.8125rem;
	margin-top: 2.875rem;
}

.p-company-about__boxes:nth-of-type(n + 2) {
	margin-top: 2.625rem;
}

.p-company-about__boxes:nth-of-type(even) {
	grid-template-columns: 42% 1fr;
}

.p-company-about__boxes:nth-of-type(even) .p-company-about__box {
	order: 2;
}

.p-company-about__boxes:nth-of-type(even) .p-company-about__img {
	order: 1;
}

.p-company-about__box {
	margin-inline: auto;
}

.p-company-about__head {
	font-size: 1.375rem;
	text-align: center;
}

.p-company-about__body {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.1125rem;
	line-height: 1.56;
	margin-top: 1.5rem;
}

.p-company-about__img {
	max-width: 26.25rem;
}

.p-company-summary__title {
	font-size: 1.625rem;
	text-align: center;
}

.p-company-summary__container {
	display: grid;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-company-summary__container:nth-of-type(n + 2) {
	margin-top: 6.5rem;
}

.p-company-summary__container-under {
	background-color: #fff;
	margin-inline: auto;
	max-width: 64rem;
}

.p-company-summary__head {
	border-left: 0.625rem solid #d90000;
	font-size: 1.375rem;
	padding-block: 0.5rem;
	padding-left: 0.625rem;
}

.p-company-summary__head.under {
	font-size: 1.25rem;
}

.p-company-summary-wrapper {
	border-bottom-left-radius: 2%;
	border-bottom-right-radius: 2%;
	border-top-left-radius: 8.5%;
	border-top-right-radius: 8.5%;
	overflow: hidden;
}

.p-company-summary__img {
	margin-top: 1.1875rem;
	max-width: 64rem;
}

.p-company-summary__lead {
	font-size: 1.125rem;
	letter-spacing: -0.05625rem;
	line-height: 1.5;
	margin-top: 2.75rem;
}

.p-company-summary__lead:nth-of-type(2) {
	margin-top: 2.625rem;
}

.p-company-summary__img-bottom {
	margin-top: 6.0625rem;
	max-width: 64rem;
}

.p-company-summary__boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 2.0625rem;
	column-gap: 2.0625rem;
	margin-top: 3.75rem;
	row-gap: 4.0625rem;
}

.p-company-summary__body-under {
	display: grid;
	grid-template-columns: 24.3951612903% 1fr;
	margin-top: 2.1875rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}

.p-company-summary__body-under.top-right {
	grid-template-columns: 28.8306451613% 1fr;
	-moz-column-gap: 3.0625rem;
	column-gap: 3.0625rem;
}

.p-company-summary__body-under.bottom-left {
	grid-template-columns: 29.2338709677% 1fr;
	-moz-column-gap: 2.6875rem;
	column-gap: 2.6875rem;
}

.p-company-summary__body-under.bottom-right {
	grid-template-columns: 33.6693548387% 1fr;
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
}

.p-company-summary__logo {
	margin-top: 1.3125rem;
	max-width: 9.0625rem;
}

.p-company-summary__logo.top-right {
	margin-top: 3.625rem;
}

.p-company-summary__logo.bottom-left {
	margin-top: 1.6875rem;
}

.p-company-summary__logo.bottom-right {
	margin-top: 2.8125rem;
}

.p-company-summary__description {
	display: grid;
	grid-template-columns: 34.6153846154% 1fr;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
}

.p-company-summary__text {
	font-size: 1.125rem;
	letter-spacing: 1.2px;
	line-height: 1.56;
}

.p-company-summary__text.bottom-left {
	letter-spacing: normal;
	white-space: nowrap;
}

.p-company-summary__text.bottom-right {
	letter-spacing: normal;
	white-space: nowrap;
}

.p-company-privacy__head {
	font-size: 1.625rem;
	margin-top: 0rem;
	text-align: center;
}

.p-company-privacy__head:nth-of-type(2) {
	margin-top: 5.0625rem;
}

.p-company-privacy__head:nth-of-type(3) {
	margin-top: 4.3125rem;
}

.p-company-privacy__box {
	border: 1px solid #000;
	height: 18.4375rem;
	margin-inline: auto;
	margin-top: 1.1875rem;
	overflow-y: scroll;
	padding: 2rem 1.8125rem 0rem 1.375rem;
	width: 71.1111111111%;
}

.p-company-privacy__text {
	font-size: 1.125rem;
	letter-spacing: -0.0625rem;
	line-height: 1.5555555556;
}

.p-company-privacy__text:nth-of-type(n + 2) {
	margin-top: 2.1875rem;
}

.p-under-voice-main__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	row-gap: 3.4375rem;
}

.p-under-voice-main__head {
	font-size: 1.375rem;
	margin-top: 2.1875rem;
	padding-inline: 0.4375rem;
}

.p-under-voice-main__body {
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 1.4375rem;
	padding-inline: 0.4375rem;
}

.p-under-voice-margin {
	margin-top: 8.3125rem;
}

.l-under-voice-fv {
	margin-top: 11.875rem;
	position: relative;
}

.l-under-voice-fv__img {
	margin-inline: auto;
}

.l-under-voice-fv__img img {
	height: 21.875rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-under-voice-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.p-choose-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.p-choose-about__title {
	font-size: 2rem;
	text-align: center;
}

.p-choose-about__list {
	display: grid;
	grid-template-columns: 1fr;
	margin-inline: auto;
	margin-top: 2.5rem;
	row-gap: 0.9375rem;
}

.p-about-choose__text {
	background-color: #edf8ff;
	border-radius: 5px;
	font-size: 1.625rem;
	letter-spacing: normal;
	padding: 2.1875rem 0rem 2.1875rem 5.875rem;
	position: relative;
}

.p-about-choose__text::before {
	aspect-ratio: 1;
	background-image: url(../img/resson_icon_ecopia_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.25rem;
	left: 1.375rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.3125rem;
}

.p-contact-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.progressbar {
	display: flex;
	flex-wrap: wrap;
}

.progressbar .item {
	align-items: center;
	background: #f5f5f5;
	color: #999999;
	font-size: 1.25rem;
	justify-content: center;
	line-height: 1.5;
	padding: 0.6875rem 0;
	position: relative;
	position: relative;
	text-align: center;
	width: 33%;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	border: 1.5625rem solid transparent;
	border-left: 1.25rem solid #f5f5f5;
	bottom: 0;
	content: "";
	left: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
}

.progressbar .item:not(:last-child)::before {
	border-left-color: #fff;
	margin-left: 0.0625rem;
}

/* active */

.progressbar .item.active {
	background: #0693a0;
	color: #fff;
	z-index: 1;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #0693a0;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

.p-contact__form {
	display: flex;
	flex-direction: column;
}

.p-contact__form-row {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	-moz-column-gap: 5.8125rem;
	align-items: center;
	border-bottom: 0.125rem dotted #cdcdcd;
	column-gap: 5.8125rem;
	padding-block: 1.25rem 0.9375rem;
}

.p-contact__form-row.--narrow {
	padding-block: 3.4375rem;
}

.p-contact__form-head {
	font-size: 1.25rem;
	letter-spacing: normal;
}

.p-contact__form-head.--narrow {
	letter-spacing: -0.1875rem;
}

.p-contact__form-data.--must,
.p-contact__form-data.--padding {
	margin-left: 4.5rem;
}

.p-contact__form-data.--must {
	position: relative;
}

.p-contact__form-data.--must::after {
	background-color: #ffe5e5;
	border: 0.0625rem solid #ff9999;
	content: "必須";
	font-size: 0.75rem;
	padding: 0.4375rem 0.875rem;
	position: absolute;
	right: calc(100% + 1.25rem);
	top: 50%;
	translate: 0 -50%;
	white-space: nowrap;
}

.p-contact__form-data-checkbox {
	display: grid;
	row-gap: 1.875rem;
}

.p-contact__form-data-post {
	display: inline-grid;
	grid-template-columns: 28% 47.5%;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	margin-bottom: 0.875rem;
}

.p-contact__form-data-post.--nowrap {
	grid-template-columns: 80% 50%;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: grid;
	row-gap: 1.9375rem;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	gap: 4.375rem;
}

input[type=text],
input[type=email],
select,
textarea {
	background-color: #f0fcff;
	border: 2px solid #8f8f8f;
	border-radius: 0.3125rem;
	padding-block: 0.4375rem 0.9375rem;
	width: 100%;
}

input[type=text].wide,
input[type=email].wide,
select.wide,
textarea.wide {
	width: 100%;
}

textarea {
	height: 18.75rem;
	resize: vertical;
}

input[type=checkbox] {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.wpcf7-checkbox span {
	display: inline-block;
	font-size: 1.25rem;
	position: relative;
}

.wpcf7-checkbox span::before {
	background-color: #f6f6f6;
	border: 1px solid #8f8f8f;
	border-radius: 5px;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: calc(100% + 0.3125rem);
	top: 0;
	width: 1.25rem;
}

.wpcf7-checkbox span::after {
	border-bottom: 0.125rem solid #000;
	border-right: 0.125rem solid #000;
	content: "";
	height: 12px;
	opacity: 0;
	position: absolute;
	right: calc(100% + 0.6875rem);
	rotate: 45deg;
	top: 0.0625rem;
	transition: opacity 0.3s ease;
	width: 6px;
}

input[type=submit],
input[type=button] {
	border-radius: 0px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: transparent;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

.row.jc-center {
	justify-content: center;
}

.p-contact__submit {
	margin-top: 2.5625rem;
	text-align: center;
}

.p-contact__submit input[type=submit] {
	align-items: center;
	background: linear-gradient(to top, #1776b4, #0693a0);
	border: 0.0625rem solid #1678b2;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	min-height: 4.0625rem;
	min-width: 21.875rem;
	padding-block: 1.5625rem;
	padding-inline: 7.875rem;
	position: relative;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.p-service-fv__title {
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.p-service-estate__first-body {
	display: grid;
	grid-template-columns: 47.9532163743% 1fr;
	margin-top: 2.9375rem;
	-moz-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
}

.p-service-estate__first-head {
	text-align: center;
}

.p-service-estate__first-head h2 {
	font-size: 1.625rem;
}

.p-service-estate__first-head p {
	font-size: 1.25rem;
	margin-top: 0.8125rem;
}

.p-service-estate__first-texts-head {
	font-size: 2.25rem;
	letter-spacing: -2px;
}

.service-blue {
	color: #1776b4;
}

.p-service-estate__first-lead {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 1.75rem;
}

.p-service-estate__third-head {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-estate__third-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.4375rem;
}

.p-service-estate__third-sorting {
	margin-top: 4rem;
}

.p-service__narrow-inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(52.5rem, 100%);
}

.p-service-estate__third-sorting-box {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	gap: 0.4375rem;
	margin-top: 1.125rem;
	white-space: nowrap;
}

.p-service-estate__third-sorting-head {
	align-items: center;
	display: flex;
	margin-top: 1.5rem;
	-moz-column-gap: 0.4375rem;
	column-gap: 0.4375rem;
}

.p-service-estate__third-sorting-head-common {
	background-color: #1776b4;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.375rem;
	padding: 0.625rem;
}

.p-service-estate__third-sorting-head-text {
	font-size: 1.375rem;
	letter-spacing: -0.0625rem;
}

.p-service-estate__third-sorting-body {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 2.125rem;
}

.p-service-estate__third-table {
	border-collapse: collapse;
	margin-inline: auto;
	margin-top: 2.375rem;
	text-align: center;
	width: 65.3021442495%;
}

.p-service-estate__third-table th,
.p-service-estate__third-table td {
	border: 1px solid #000;
	font-size: 1.4375rem;
	font-weight: 400;
}

.p-service-estate__third-table td {
	padding-block: 3.375rem;
	position: relative;
	text-align: center;
	width: 18.005952381%;
}

.p-service-estate__third-table td.circle::before {
	background-image: url(../img/service_logo_table_corrent@2x_re.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 1.875rem;
}

.p-service-estate__third-table td.cross::before {
	background-image: url(../img/service_logo_table_nocorrent@2x_re.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 1.875rem;
}

.p-service-estate__third-table td.triangle::before {
	background-image: url(../img/service_logo_table_triangle@2x_re.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.875rem;
	left: 55%;
	position: absolute;
	rotate: 30deg;
	top: 50%;
	translate: -50% -50%;
	width: 1.875rem;
}

.p-service-estate__third-table td.left {
	width: 27.9761904762%;
}

.p-service-estate__third-table th {
	background-color: rgba(23, 118, 180, 0.35);
	padding-block: 0.8125rem;
}

.p-service-estate__third-table .circle {
	color: #333;
	font-size: 2.5rem;
	font-weight: 1000;
}

.p-service-estate__third-table .triangle {
	color: #333;
	font-size: 24px;
	transform: rotate(90deg);
}

.p-service-estate__third-table .cross {
	color: #333;
	font-size: 24px;
}

.p-service-estate__third-table-annotation {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.625rem;
	padding-right: 10.625rem;
	text-align: right;
}

.p-service-reference__title {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-reference__head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 1.0625rem;
	padding-block: 0.4375rem;
	padding-left: 0.4375rem;
}

.p-service-reference__head:nth-child(n+1) {
	margin-top: 4.1875rem;
}

.p-service-reference__img {
	margin-top: 1.25rem;
}

.p-service-reference__boxes-top {
	display: flex;
	margin-top: 1.6875rem;
	-moz-column-gap: 2.125rem;
	align-items: center;
	column-gap: 2.125rem;
}

.p-service-reference__box-top-left {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-reference__box-top-left-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-reference__box-top-left-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-reference__box-top-right {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-reference__box-top-right-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-reference__box-top-right-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-reference__boxes-bottom {
	display: flex;
	margin-top: 1.1875rem;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-reference__box-bottom {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-reference__box-bottom-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-reference__annotation {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.p-service-removal__first-head {
	text-align: center;
}

.p-service-removal__first-head h2 {
	font-size: 1.625rem;
}

.p-service-removal__first-head p {
	font-size: 1.25rem;
	margin-top: 0.8125rem;
}

.p-service-removal__first-body {
	margin-top: 1.75rem;
}

.p-service-removal__first-img {
	margin-inline: auto;
	max-width: 49.5625rem;
}

.p-service-removal__first-texts {
	font-size: 1.25rem;
	margin-top: 3rem;
}

.p-service-removal__example {
	margin-top: 6.25rem;
}

.p-service-removal__example-title {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-removal__example-text {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 2.1875rem;
	padding-left: 7.5rem;
	text-align: left;
}

.p-service-removal__example-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	margin-top: 2.375rem;
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	row-gap: 4.375rem;
}

.p-service-removal__example-card-head {
	font-size: 1.25rem;
	margin-top: 1.1875rem;
	text-align: center;
}

.p-service-removal__example-card-body {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.p-service-removal__reference-title {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-removal__reference-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 0.25rem;
	padding-block: 0.4375rem;
	padding-left: 0.4375rem;
}

.p-service-removal__reference-head:nth-child(n+3) {
	margin-top: 3.8125rem;
}

.p-service-removal__reference-img {
	margin-top: 1.25rem;
	margin-top: 0.625rem;
}

.p-service-removal__reference-boxes {
	display: flex;
	flex-direction: column;
	margin-top: 1.625rem;
	row-gap: 0.625rem;
}

.p-service-removal__reference-box-top {
	display: flex;
	-moz-column-gap: 1.1875rem;
	align-items: center;
	column-gap: 1.1875rem;
}

.p-service-removal__reference-box-top-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-removal__reference-box-top-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-removal__reference-box-middle {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-removal__reference-box-middle-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-removal__reference-box-middle-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-removal__reference-box-bottom {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-removal__reference-box-bottom-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-removal__reference-box-bottom-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-removal__reference-annotation {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0.625rem;
}

.p-service-mantion__first-head {
	text-align: center;
}

.p-service-mantion__first-head h2 {
	font-size: 1.625rem;
}

.p-service-mantion__first-head p {
	font-size: 1.125rem;
	margin-top: 0.8125rem;
}

.p-service-mantion__first-body {
	margin-top: 1.625rem;
}

.p-service-mantion__first-img {
	margin-inline: auto;
	max-width: 49.5625rem;
}

.p-service-mantion__first-texts {
	font-size: 1.25rem;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.p-service-mantion__top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 0.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-mantion {
	text-align: center;
}

.p-service-mantion h2 {
	font-size: 1.625rem;
}

.p-service-mantion p {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 1.5rem;
}

.p-service-mantion__second-top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.625rem;
	margin-top: 3.6875rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-mantion__second-top-text {
	font-size: 1.25rem;
	line-height: 1.0769230769;
	margin-top: 1.6875rem;
}

.p-service-mantion__top-body {
	display: grid;
	gap: 1.125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.125rem;
}

.p-service-mantion__top-card-head {
	font-size: 1.25rem;
	margin-top: 0.75rem;
	text-align: center;
}

.p-service-mantion__top-card-body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 1rem;
}

.p-service-mantion__about-top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.625rem;
	margin-top: 4.875rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-mantion__suggest {
	display: grid;
	gap: 2.4375rem;
	grid-template-columns: 52.9239766082% 1fr;
	-moz-column-gap: 6rem;
	column-gap: 6rem;
}

.p-service-mantion__suggest__text {
	font-size: 1.375rem;
	margin-top: 1.875rem;
	padding-left: 3.875rem;
	position: relative;
}

.p-service-mantion__suggest__text::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.p-service-mantion__suggest__text:nth-of-type(n + 3) {
	align-self: center;
	margin-top: 0;
}

.p-service-mantion__suggest__text:nth-of-type(even) {
	padding-left: 0;
}

.p-service-mantion__suggest__text:nth-of-type(even)::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: -3.875rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.p-service-mantion__problem {
	margin-top: 5.875rem;
}

.p-service-mantion__problem-title {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-mantion__problem-head {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 2.0625rem;
}

.p-service-mantion__problem-about-box {
	margin-top: 2.125rem;
}

.p-service-mantion__problem-about-head {
	background-color: #1776b4;
	color: #fff;
	display: block;
	font-size: 1.625rem;
	padding-block: 0.875rem;
	padding-left: 1.5625rem;
}

.p-service-mantion__problem-about-body {
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: -2px;
	margin-top: 2.125rem;
}

.p-service-mantion__about-head {
	font-size: 1.625rem;
	text-align: center;
}

.p-service-mantion__announce {
	font-size: 0.8125rem;
	margin-top: 0.375rem;
	text-align: center;
}

.p-service-mantion__announce.--alone {
	font-size: 1.25rem;
	margin-top: 2.9375rem;
	-moz-text-align-last: right;
	text-align-last: right;
}

.p-service-mantion__about-bottom {
	margin-top: 2.0625rem;
}

.p-service-mantion__flow-bottom {
	display: grid;
	gap: 3.5625rem;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	margin-top: 0.8125rem;
}

.p-service-mantion__flow-bottom-card-head {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 0.875rem;
	text-align: center;
}

.p-service-mantion__flow-bottom-card-head.--left {
	text-align: left;
}

.p-service-mantion__flow-bottom-card-body {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.p-service-mantion__price-example-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 3.6875rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-mantion__price-example-top {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1rem;
}

.p-service-mantion__price-example-btm {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 2.125rem;
}

.p-service-mantion__price-way-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	margin-top: 2.0625rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-mantion__price-way {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1.8125rem;
}

.p-service-mantion__boxes-top {
	display: flex;
	margin-top: 1.6875rem;
	-moz-column-gap: 2.125rem;
	align-items: center;
	column-gap: 2.125rem;
}

.p-service-mantion__box-top-left {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-mantion__box-top-left-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-mantion__box-top-left-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-mantion__box-top-right {
	display: flex;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-mantion__box-top-right-title {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-mantion__box-top-right-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-mantion__boxes-bottom {
	display: flex;
	margin-top: 1.1875rem;
	-moz-column-gap: 1.0625rem;
	align-items: center;
	column-gap: 1.0625rem;
}

.p-service-mantion__box-bottom {
	background-color: #1776b4;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.5rem 0.5625rem 0.75rem 0.625rem;
}

.p-service-mantion__box-bottom-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-service-mantion__img-bottom {
	margin-inline: auto;
	max-width: 90rem;
	position: relative;
}

.p-service-mantion__img-bottom img {
	width: 100%;
}

.p-service-mantion__head-bottom {
	font-size: 2.125rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 5.25rem;
	translate: -50%;
}

.p-service-mantion__text-bottom {
	font-size: 1.25rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: -0.5px;
	line-height: 1.5;
	position: absolute;
	top: 8.4375rem;
	translate: -50%;
}

.p-service-mantion__contact {
	display: grid;
	grid-template-columns: 32.5670498084% 26.8199233716% 34.4827586207%;
	left: 49%;
	position: absolute;
	top: 12.9375rem;
	translate: -50%;
	width: 72.5%;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
}

.p-service-mantion__contact-box {
	padding-left: 1.875rem;
}

.p-service-mantion__contact-box-text {
	position: relative;
	text-align: center;
}

.p-service-mantion__contact-box-text::before {
	border: 0.125rem solid #1776b4;
	content: "";
	height: 1.3125rem;
	left: calc(50% - 4.5625rem);
	position: absolute;
	rotate: -30deg;
	width: 0.0625rem;
}

.p-service-mantion__contact-box-text::after {
	border: 0.125rem solid #1776b4;
	content: "";
	height: 1.3125rem;
	position: absolute;
	right: calc(50% - 4.5625rem);
	rotate: 30deg;
	width: 0.0625rem;
}

.p-service-mantion__contact-container {
	margin-top: 0.625rem;
}

.p-service-mantion__number {
	color: #1777b3;
	font-size: 2.875rem;
	font-weight: 500;
	letter-spacing: normal;
	position: relative;
}

.p-service-mantion__number::before {
	background-image: url(../img/top-logo_header_tel_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.1875rem;
	left: -2.9375rem;
	position: absolute;
	top: 58%;
	translate: 0 -50%;
	width: 2.1875rem;
}

.p-service-mantion__work-time {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-top: 0rem;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.p-service-mantion__time {
	background-color: #1777b3;
	color: #fff;
	font-size: 1.4375rem;
	font-weight: 500;
	padding: 0.3125rem 1.125rem;
}

.p-service-mantion__about {
	font-size: 1.4375rem;
	font-weight: 500;
}

.p-service-mantion__line-box {
	display: flex;
	flex-direction: column;
}

.p-service-mantion__line-box-text {
	position: relative;
	text-align: center;
}

.p-service-mantion__line-box-text::before {
	border: 0.125rem solid #39b812;
	content: "";
	height: 1.3125rem;
	left: calc(50% - 5rem);
	position: absolute;
	rotate: -30deg;
	width: 0.125rem;
}

.p-service-mantion__line-box-text::after {
	border: 0.125rem solid #39b812;
	content: "";
	height: 1.3125rem;
	position: absolute;
	right: calc(50% - 5rem);
	rotate: 30deg;
	width: 0.125rem;
}

.p-service-mantion__line {
	background-color: #39b812;
	border: 0rem solid transparent;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 3.75rem 1fr;
	margin-top: 0.625rem;
	padding-block: 0.625rem;
	position: relative;
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	padding-left: 0.625rem;
}

.p-service-mantion__line-icon {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.p-service-mantion__line-text {
	color: #fff;
	font-size: 1.25rem;
	position: relative;
}

.p-service-mantion__btn-text {
	position: relative;
	text-align: center;
}

.p-service-mantion__btn-text::before {
	border: 0.125rem solid #1776b4;
	content: "";
	height: 1.3125rem;
	left: calc(50% - 5rem);
	position: absolute;
	rotate: -30deg;
	width: 0.0625rem;
}

.p-service-mantion__btn-text::after {
	border: 0.125rem solid #1776b4;
	content: "";
	height: 1.3125rem;
	position: absolute;
	right: calc(50% - 5rem);
	rotate: 30deg;
	width: 0.0625rem;
}

.p-service-mantion__btn-cta {
	margin-top: 0.625rem;
}

.p-service-mantion__campain {
	background-color: #fbb6d0;
	padding-block: 6.25rem;
}

.p-service-mantion__campain-icon {
	font-size: 1.875rem;
	margin-bottom: -1rem;
	position: relative;
	text-align: center;
}

.p-service-mantion__campain-inner {
	background-color: #fff;
	border-radius: 10px;
	margin-inline: auto;
	position: relative;
	width: min(64.125rem, 100%);
}

.p-service-mantion__campain-inner::before {
	background-color: #fff;
	border: 0.3125rem solid red;
	border-radius: 10px;
	color: red;
	content: "限定キャンペーン";
	font-size: 1.5625rem;
	left: 50%;
	padding: 0.625rem 9.625rem;
	position: absolute;
	top: -1.25rem;
	translate: -50%;
	width: 33.125rem;
}

.p-service-mantion__campain-inner::after {
	content: "";
	position: absolute;
}

.p-service-mantion__campain-container {
	border: 10px solid red;
	border-radius: 10px;
	padding: 5.9375rem 6.25rem 0rem 6.25rem;
}

.p-service-mantion__campain-head {
	display: flex;
	justify-content: center;
}

.p-service-mantion__campain-head-top {
	font-size: 1.4375rem;
	line-height: 0;
}

.p-service-mantion__campain-head-top span.color {
	color: #e58b05;
}

.p-service-mantion__campain-head-top span.big {
	color: red;
	font-family: "Noto Serif JP", serif;
	font-size: 6.25rem;
	font-style: italic;
	font-weight: 800;
}

.p-service-mantion__campain-body {
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1.5625rem;
}

.p-service-mantion__campain-period {
	margin-top: 1.875rem;
	text-align: center;
}

.p-service-mantion__campain-logo-circle {
	position: relative;
}

.p-service-mantion__campain-logo-circle::before {
	background-color: red;
	border: 1px solid red;
	border-radius: 50%;
	content: "";
	height: 10.1875rem;
	left: -4.375rem;
	position: absolute;
	top: -0.8125rem;
	width: 10.1875rem;
}

.p-service-mantion__campain-logo {
	color: #fff;
	font-size: 1.4375rem;
	font-weight: 700;
	left: 3.1875rem;
	position: absolute;
	rotate: -10deg;
	top: 16.875rem;
}

.p-service-mantion__campain-logo span {
	font-size: 2.0625rem;
}

.p-service-mantion__campain-period-head {
	background-color: #afaeae;
	color: #fff;
	font-size: 1.4375rem;
	padding-block: 0.625rem;
}

.p-service-mantion__campain-period-body {
	background-color: #f6f6f6;
	border: 1px solid #afaeae;
	font-size: 1.875rem;
	padding-block: 0.9375rem 1.875rem;
}

.p-service-mantion__campain-period-body span.middle {
	font-size: 3.75rem;
}

.p-service-mantion__campain-announce {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.625rem;
	text-align: right;
}

.p-service-clean__first-head {
	text-align: center;
}

.p-service-clean__first-head h2 {
	font-size: 1.625rem;
}

.p-service-clean__first-head p {
	font-size: 1.125rem;
	margin-top: 0.8125rem;
}

.p-service-clean__first-body {
	margin-top: 2.5625rem;
}

.p-service-clean__first-img {
	margin-inline: auto;
	width: 77.38791423%;
}

.p-service-clean__first-texts {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 3.25rem;
}

.p-service-clean__second-top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.625rem;
	margin-top: 4.375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-clean__second-top-text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.6875rem;
}

.p-service-clean__top-body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
	-moz-column-gap: 6.6875rem;
	column-gap: 6.6875rem;
	row-gap: 2.8125rem;
}

.p-service-clean__top-card-head {
	font-size: 1.4375rem;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-service-clean__top-card-body {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 1.5625rem;
}

.p-service-clean__top-card-body span {
	font-weight: 800;
}

.p-service-clean__about-top-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.625rem;
	margin-top: 3.875rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-clean__about-top-text {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1.9375rem;
}

.p-service-clean__suggest {
	display: grid;
	gap: 2.5625rem;
	grid-template-columns: 52.9239766082% 1fr;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-service-clean__suggest__text {
	align-self: center;
	font-size: 1.4375rem;
	font-weight: 400;
	margin-top: 3.6875rem;
	padding-left: 3.875rem;
	position: relative;
}

.p-service-clean__suggest__text span {
	font-weight: 800;
}

.p-service-clean__suggest__text::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.p-service-clean__suggest__text:nth-of-type(n + 3) {
	align-self: center;
	margin-top: 0;
}

.p-service-clean__suggest__text:nth-of-type(even) {
	padding-left: 0;
}

.p-service-clean__suggest__text:nth-of-type(even)::before {
	background-image: url(../img/service_icon_service_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.0625rem;
	left: -3.875rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.0625rem;
}

.p-service-clean__alone {
	display: grid;
	grid-template-columns: 48.1481481481% 1fr;
	margin-top: 4.5625rem;
	-moz-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
}

.p-service-clean__alone-texts {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 7.75rem;
}

.p-service-clean__alone-text-top {
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4782608696;
}

.p-service-clean__alone-text-box {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1.5rem;
}

.p-service-clean__alone-text-box-top {
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4782608696;
}

.p-service-clean__alone-text-box-bottom {
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4782608696;
}

.p-service-clean__about-price {
	margin-top: 4.1875rem;
}

.p-service-clean__about-price-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	font-weight: 500;
	margin-top: 0.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-clean__about-price-body {
	font-size: 1.375rem;
	font-weight: 400;
	margin-top: 1.625rem;
}

.p-service-clean__about-area {
	margin-top: 2.75rem;
}

.p-service-clean__about-area-head {
	border-left: 0.625rem solid #1776b4;
	font-size: 1.375rem;
	font-weight: 500;
	margin-top: 0.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.5625rem;
}

.p-service-clean__about-area-body {
	font-size: 1.375rem;
	font-weight: 400;
	margin-top: 1.625rem;
}

.p-contact-thanks__text-head {
	font-size: 3.125rem;
	text-align: left;
}

.p-contact-thanks__text-body {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
	text-align: left;
}

.p-contact-thanks__text-body:nth-of-type(2) {
	margin-top: 3.125rem;
}

.p-contact-thanks__text-body:nth-of-type(5),
.p-contact-thanks__text-body:nth-of-type(6) {
	margin-top: 1.875rem;
}

.u-separate {
	margin-block: 1.5rem;
}

.u-sp {
	display: block;
}

.u-pc {
	display: none;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

.c-button:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.c-button:hover::before {
	border-right: solid 2px #1678b2;
	border-top: solid 2px #1678b2;
}

.c-button-white:hover {
	background: #1777b3;
	border: 0.0625rem solid #1678b2;
	color: #fff;
}

.c-button-white:hover::before {
	background-image: url(../img/top_logo_header_mail_pc@2x.svg);
}

.c-button-service:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.c-button-service:hover::before {
	border-right: solid 2px #1678b2;
	border-top: solid 2px #1678b2;
}

.c-button-service-faq:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.c-button-service-faq:hover::before {
	border-right: solid 2px #1678b2;
	border-top: solid 2px #1678b2;
}

.c-button-service-cta:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.c-button-service-cta:hover::before {
	background-image: url(../img/top_logo_question_email_pc@2x.svg);
}

.p-header__btn:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.p-header__btn:hover::before {
	background-image: url(../img/top_logo_question_email_pc@2x.svg);
}

details:hover {
	cursor: pointer;
}

.p-qa__question:hover {
	cursor: pointer;
}

details:hover {
	cursor: pointer;
}

.p-faq__question:hover {
	cursor: pointer;
}

.p-contact__submit input[type=submit]:hover {
	background: #fff;
	border: 0.0625rem solid #1678b2;
	color: #1678b2;
}

.p-contact__submit input[type=submit]:hover::before {
	border-right: solid 2px #1678b2;
	border-top: solid 2px #1678b2;
}

}

@media (min-width: 768px) {

.p-drawer__icon {
	display: none;
}

.u-sp {
	display: none;
}

.u-pc {
	display: block;
}

}

@media screen and (max-width: 1439px) and (min-width: 768px) {

html {
	font-size: calc(16 / 1440 * 100vw);
}

}

@media screen and (min-width: 1440px) {

html {
	font-size: 16px;
}

.l-fv::before {
	left: calc(50% - 24.625rem);
}

.p-fv__title {
	left: calc(50% - 38.4375rem);
}

}

@media screen and (max-width: 767px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

.l-footer {
	margin-top: 3.46875rem;
}

.l-footer__inner {
	margin-inline: auto;
	max-width: 22.53125rem;
	padding-inline: 2.5625rem 3.03125rem;
	width: 100%;
}

.l-footer__copy {
	font-size: 0.625rem;
	margin-top: 4.09375rem;
	padding-block: 1.0625rem 1rem;
}

.l-fv {
	background-image: url(../img/top_img_fv_sp2@2x.webp);
	height: 27.34375rem;
}

.l-fv::before {
	background-image: url(../img/top_img_fv_medals_sp@2x.webp);
	bottom: -2.3125rem;
	height: 6.9375rem;
	left: 0rem;
	width: 22.9375rem;
}

.l-fv {
	margin-top: 4.03125rem;
}

.l-service {
	margin-top: 4.25rem;
}

.l-service__inner {
	margin-inline: auto;
	padding-inline: 2.625rem;
	width: min(28.6875rem, 100%);
}

.l-reason.choose {
	margin-top: 2.8125rem;
}

.l-reason__inner {
	max-width: 23.4375rem;
	padding-block: 2.6875rem;
	padding-inline: 1.15625rem 0.3125rem;
}

.l-reason__inner.choose {
	padding-block: 2.6875rem;
	padding-inline: 1.15625rem 0.3125rem;
}

.l-qa__inner {
	margin-inline: auto;
	width: min(21.875rem, 100%);
}

.l-voice {
	background-image: url(../img/top_bg_contact_voice_sp@2x.webp);
	height: 14.75rem;
	margin-top: 3.125rem;
}

.l-voice__inner {
	padding-inline: 0rem;
}

.l-faq.--clean {
	margin-top: 2.1875rem;
}

.l-faq__inner {
	padding-inline: 0.8125rem 0.75rem;
}

.l-faq-fv {
	margin-top: 3.0625rem;
}

.l-floating.is-show {
	border-top: 0.0625rem solid #1678b2;
	padding-block: 0.4375rem;
}

.l-company {
	margin-top: 3.5rem;
}

.l-company__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-company__inner {
	background-image: url(../img/company_img_announce_sp.webp);
	height: 44.125rem;
	padding-bottom: 1.875rem;
	padding-top: 2.6875rem;
}

.l-company-abstract {
	margin-top: 2.1875rem;
}

.l-company-license {
	margin-top: 1.5rem;
	padding-block: 2.65625rem 6.90625rem;
}

.l-company-license__inner {
	padding-inline: 0.5rem 1.03125rem;
}

.l-company-about__inner {
	margin-top: 2.9375rem;
}

.l-company-summary {
	margin-top: 14.4375rem;
	padding-block: 3.0625rem 1.9375rem;
}

.l-company-summary__inner {
	padding-inline: 0.46875rem 0.59375rem;
}

.l-company-summary-under__inner {
	padding-inline: 0.46875rem 0.59375rem;
}

.l-cta {
	background-image: url(../img/top_bg_contact_contact_sp@2x.webp);
	height: 23.75rem;
}

.l-cta.--service {
	background-image: url(../img/contact_img_fv_pc@2x.webp);
	height: 23.75rem;
}

.l-company-privacy__inner {
	padding-inline: 0.46875rem 0.59375rem;
}

.l-under-voice-main {
	margin-top: 2.75rem;
}

.l-under-voice-main__inner {
	padding-inline: 0.46875rem 0.59375rem;
}

.l-choose-fv {
	margin-top: 3.0625rem;
}

.l-choose-fv__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-choose-fv__title {
	font-size: 1.4375rem;
}

.l-choose-about {
	margin-top: 2.9375rem;
}

.l-choose-about__inner {
	padding-inline: 0.46875rem 0.59375rem;
}

.l-contact-fv {
	margin-top: 3.0625rem;
}

.l-contact-fv__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-contact-fv__title {
	font-size: 1.4375rem;
}

.l-contact {
	margin-top: 2.5rem;
}

.l-breadcrumb {
	font-size: 0.625rem;
	left: 0.625rem;
	top: 4.625rem;
}

.l-breadcrumb.--choose {
	top: 4.375rem;
}

.l-breadcrumb.--contact {
	top: 4.375rem;
}

.l-service-fv {
	margin-top: 3.5rem;
}

.l-service-fv__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-service-estate {
	margin-top: 2.6875rem;
}

.l-service-estate__third {
	margin-top: 4.75rem;
}

.l-service-estate__estimate {
	margin-top: 4.75rem;
}

.l-service-reference {
	margin-top: 2.5rem;
}

.l-service-areas__text {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.l-service-removal {
	margin-top: 6.25rem;
}

.l-service-mantion {
	margin-top: 6.25rem;
}

.l-service-clean {
	margin-block: 6.25rem;
}

.c-about {
	font-size: 1.125rem;
}

.c-button {
	font-size: 0.625rem;
	font-weight: 500;
	min-height: 2.5625rem;
	min-width: 14.375rem;
	padding-block: 1rem;
	padding-inline: 5rem;
}

.c-button::before {
	height: 0.45625rem;
	width: 0.45625rem;
}

.c-button-white {
	font-size: 0.875rem;
	letter-spacing: -0.5px;
	min-height: 3.28125rem;
	min-width: 20.625rem;
	padding-block: 1.1875rem 1.28125rem;
	padding-inline: 5.78125rem;
}

.c-button-white::before {
	height: 1.0625rem;
	left: 1.6875rem;
	width: 1.53125rem;
}

.c-button-service {
	font-size: 0.625rem;
	font-weight: 500;
	left: 45%;
	min-height: 2.5625rem;
	min-width: 14.375rem;
	padding-block: 1rem;
	padding-inline: 5rem;
	top: 1.6875rem;
}

.c-button-service::before {
	height: 0.45625rem;
	width: 0.45625rem;
}

.c-button-service-faq {
	font-size: 0.625rem;
	font-weight: 500;
	min-height: 2.5625rem;
	min-width: 14.375rem;
	padding-block: 1rem;
	padding-inline: 5rem;
}

.c-button-service-faq::before {
	height: 0.45625rem;
	width: 0.45625rem;
}

.c-button-service-cta.floating {
	font-size: 0.6875rem;
	min-height: 3.125rem;
	min-width: 7.6875rem;
	padding: 1.25rem 1.03125rem 1.25rem 2.625rem;
}

.c-button-service-cta.floating::before {
	content: "";
	position: absolute;
}

.c-service-organize__about h2 {
	font-size: 1.25rem;
}

.c-service-organize__about p {
	font-size: 0.9375rem;
	letter-spacing: normal;
}

.c-service-organize__about-top-title {
	font-size: 1.25rem;
}

.c-service-organize__about-top {
	margin-top: 0.625rem;
}

.c-service-organize__about-top.--estate {
	margin-top: 1.625rem;
}

.c-service-organize__about-top-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.c-service-organize__about-top-body {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.c-service-organize__about-top-card-head {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.c-service-organize__about-top-card-body {
	font-size: 0.8125rem;
	font-weight: 500;
}

.c-service-organize__suggest {
	grid-template-columns: 1fr;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	row-gap: 0.9375rem;
}

.c-service-organize__suggest__text {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
	padding-left: 1.875rem;
}

.c-service-organize__suggest__text::before {
	height: 0.9375rem;
	width: 0.9375rem;
}

.c-service-organize__suggest__text:nth-of-type(n + 2) {
	margin-top: 0rem;
}

.c-service-organize__suggest__text:nth-of-type(even) {
	padding-left: 1.875rem;
}

.c-service-organize__suggest__text:nth-of-type(even)::before {
	height: 0.9375rem;
	left: 0rem;
	width: 0.9375rem;
}

.c-service-organize__announce {
	margin-top: 0.9375rem;
}

.c-service-organize__announce-body {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-top: 0.625rem;
}

.c-service-organize__announce-card-head {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.c-service-organize__announce-card-body {
	font-size: 0.8125rem;
	line-height: 1.2;
	margin-top: 0.25rem;
}

.c-service__flow-top {
	gap: 0.625rem;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	margin-top: 0.5rem;
}

.c-service__flow-bottom {
	gap: 0.625rem;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	margin-top: 0.5rem;
}

.c-service-organize__about-bottom-card-head {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.c-service-organize__about-bottom-card-body {
	font-size: 0.8125rem;
	font-weight: 500;
}

.c-service-price {
	padding-block: 1.5625rem 2.6875rem;
}

.c-service-price__title {
	font-size: 1.25rem;
}

.c-service-price__text-color {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.c-service-price__text {
	font-size: 0.9375rem;
	letter-spacing: -2px;
	line-height: normal;
}

.c-service__price-table {
	grid-template-columns: 16.5625rem 1fr;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
}

.c-service__price-table-boxes {
	margin-top: 1.5625rem;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
}

.c-service__price-table-box-head {
	font-size: 0.625rem;
}

.c-service__price-table-box-body {
	font-size: 0.625rem;
	padding-block: 1.5625rem;
}

.c-service__price-table-box-body.plus {
	font-size: 0.625rem;
}

.c-service__price-table-box-body.plus::before {
	height: 0.9375rem;
	right: calc(100% + 0rem);
	width: 0.9375rem;
}

.c-service__price-table-box-body.layer {
	gap: 0.125rem;
	padding-block: 0.875rem;
}

.c-service__price-table-box-body.layer::before {
	height: 0.9375rem;
	right: calc(100% + 0rem);
	width: 0.9375rem;
}

.c-service__price-table-box-body-text {
	font-size: 0.625rem;
}

.c-service__price-sum {
	font-size: 0.9375rem;
	margin-top: 3.125rem;
}

.c-service__price-sum::before {
	height: 1.1875rem;
	right: calc(100% + 0rem);
	width: 1.5625rem;
}

.c-main-table__inner {
	padding-inline: 0.6875rem 0.875rem;
	width: 100%;
}

.c-main-table__title {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.c-main-table {
	font-size: 0.9375rem;
	margin-top: 1.125rem;
	width: 100%;
}

.c-main-table th,
.c-main-table td {
	padding: 0.625rem;
}

.c-main-table thead th {
	font-size: 1.25rem;
}

.c-main-table__announce {
	font-size: 0.8125rem;
	margin-top: 1.25rem;
	padding-left: 0;
}

.c-sub-table__title {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.c-sub-table__announce {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-header {
	height: 4.0625rem;
	padding-left: 0.34375rem;
	padding-right: 0.40625rem;
}

.p-header__inner {
	grid-template-columns: 8rem 1fr;
	padding-bottom: 0.59375rem;
	padding-top: 0.25rem;
}

.p-header__announce {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: -0.08125rem;
	margin-left: 0.15625rem;
}

.p-header__main {
	display: inline-block;
}

.p-header__logo {
	height: 2.375rem;
	width: 8rem;
}

.p-header__lead {
	display: none;
}

.p-header__nav {
	display: none;
}

.p-header__nav-sp {
	display: flex;
	justify-content: end;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	margin-right: 2.5625rem;
}

.p-header__nav-sp-tel {
	display: inline-block;
	height: 0rem;
	height: 2.1875rem;
	pointer-events: auto;
	top: 0rem;
	width: 2.1875rem;
}

.p-header__nav-sp-email {
	display: inline-block;
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-header__btn.floating {
	font-size: 0.6875rem;
	min-height: 3.125rem;
	min-width: 7.6875rem;
	padding: 1.25rem 1.03125rem 1.25rem 2.625rem;
}

.p-header__btn.floating::before {
	content: "";
	position: absolute;
}

.p-header__items {
	display: none;
}

.p-fv__title {
	display: none;
}

.p-fv__title.sp-top,
.p-fv__title.sp-middle,
.p-fv__title.sp-bottom {
	display: inline-block;
	left: 0.5625rem;
	padding: 0.375rem 0.5rem;
}

.p-fv__title.sp-top {
	top: 3.71875rem;
}

.p-fv__title.sp-middle {
	top: 7.375rem;
}

.p-fv__title.sp-bottom {
	top: 11.3125rem;
}

.p-fv__title.sub-top,
.p-fv__title.sub-middle-sp,
.p-fv__title.sub-bottom-sp {
	display: inline-block;
	left: 0.5625rem;
	padding: 0.375rem 0.5rem;
}

.p-fv__title.sub-top {
	top: 15.4375rem;
}

.p-fv__title.sub-middle-sp {
	top: 17.34375rem;
}

.p-fv__title.sub-bottom-sp {
	top: 19.5625rem;
}

.p-fv__title.sub-bottom {
	display: none;
}

.p-fv__title-word.sp-top,
.p-fv__title-word.sp-middle,
.p-fv__title-word.sp-bottom {
	display: inline-block;
	font-size: 2.34375rem;
	letter-spacing: -3px;
}

.p-fv__sub-word {
	font-size: 0.71875rem;
}

.p-fv__sub-word.sub-pc {
	display: none;
}

.p-fv__sub-word.sub-sp {
	display: inline-block;
	font-size: 0.71875rem;
}

.p-service__wide-inner {
	margin-inline: auto;
	padding-inline: 0.6875rem 0.875rem;
}

.p-service__title {
	font-size: 1.4375rem;
}

.p-service__container {
	margin-top: 2rem;
}

.p-service__card {
	flex-direction: column;
	grid-template-columns: 1fr;
}

.p-service__card:nth-child(n+2) {
	margin-top: 2.3125rem;
}

.p-service__card:nth-of-type(even) {
	grid-template-columns: 1fr;
}

.p-service__card:nth-of-type(even) .p-service__card-img {
	order: 1;
}

.p-service__card:nth-of-type(even) .p-service__about {
	order: 2;
}

.p-service__about {
	margin-top: 1.59375rem;
}

.p-service__description {
	font-size: 0.8125rem;
	letter-spacing: -1.5px;
	margin-block: 0.9375rem 1.3125rem;
}

.p-reason__title {
	font-size: 1.4375rem;
}

.p-reason__container {
	margin-top: 2.3125rem;
}

.p-reason__card {
	display: flex;
	flex-direction: column;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
}

.p-reason__card:nth-of-type(n + 2) {
	margin-top: 3.0625rem;
}

.p-reason__img {
	margin-inline: auto;
	max-width: 13.375rem;
}

.p-reason__img img {
	width: 100%;
}

.p-reason__head {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-top: 1.25rem;
}

.p-reason__body {
	font-size: 0.8125rem;
	line-height: 1.25rem;
}

.p-reason__btn {
	margin-top: 2.28125rem;
}

.p-qa__title {
	font-size: 1.4375rem;
}

.p-qa__item {
	padding-left: 0.75rem;
}

.p-qa__question {
	padding-block: 1.09375rem 0.90625rem;
}

.p-qa__question::before {
	height: 0.15625rem;
	right: 1.3125rem;
	width: 0.8125rem;
}

.p-qa__question::after {
	height: 0.8125rem;
	right: 1.625rem;
	width: 0.15625rem;
}

.p-qa__question-text {
	font-size: 0.9375rem;
	padding-inline: 1.9375rem 2.625rem;
}

.p-qa__question-text::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-qa__question-text::after {
	font-size: 0.6875rem;
	height: 1.25rem;
	left: 0.375rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.25rem;
}

.p-qa__answer {
	padding-bottom: 1.5625rem;
}

.p-qa__answer-text {
	font-size: 0.8125rem;
	padding-inline: 1.96875rem 1.09375rem;
}

.p-voice__img-top {
	max-width: 23.4375rem;
}

.p-voice__head-top {
	font-size: 1.4375rem;
	padding: 0.375rem 0.5rem 0.3125rem 0.5625rem;
	top: 3.25rem;
}

.p-voice__text-top-up {
	display: none;
}

.p-voice__text-top-up-sp-top {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 3.6875rem;
	padding: 0.125rem 0.5rem;
	position: absolute;
	top: 5.78125rem;
}

.p-voice__text-top-up-sp-bottom {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 7.125rem;
	padding: 0.125rem 0.5rem;
	position: absolute;
	top: 7.03125rem;
}

.p-voice__text-top-down {
	font-size: 0.8125rem;
	padding: 0.125rem 0.5rem;
	top: 8.40625rem;
	white-space: nowrap;
}

.p-voice__btn {
	top: 10.4375rem;
}

.p-voice__head-bottom {
	font-size: 1.4375rem;
	top: 3.1875rem;
}

.p-voice__text-bottom {
	font-size: 0.8125rem;
	left: 5.1875rem;
	line-height: 1.3846153846;
	top: 5.3125rem;
}

.p-voice__contact {
	display: flex;
	flex-direction: column;
	left: 1.71875rem;
	row-gap: 1.125rem;
	text-align: center;
	top: 11.3125rem;
	translate: none;
}

.p-voice__contact-container {
	text-align: center;
}

.p-voice__number {
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	color: #1777b3;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 3px;
	min-height: 3.28125rem;
	min-width: 20.625rem;
	padding-block: 1rem;
	padding-inline: 4.75rem 4.0625rem;
	pointer-events: auto;
	position: relative;
	white-space: nowrap;
}

.p-voice__number::after {
	background-image: url(../img/top_logo_contact_tel_sp@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	left: 1.375rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.375rem;
}

.p-voice__number::before {
	display: none;
}

.p-voice__work-time {
	margin-right: 1.25rem;
	margin-top: 0.46875rem;
}

.p-voice__time {
	background-color: transparent;
	border: 0.0625rem solid #fff;
	color: #fff;
	font-size: 1.1875rem;
	letter-spacing: -0.5px;
	padding: 0.1875rem 0.65625rem;
	white-space: nowrap;
}

.p-voice__about {
	font-size: 1.1875rem;
}

.p-footer__container {
	grid-template-columns: 1fr;
}

.p-footer__left-lead {
	font-size: 0.8125rem;
	letter-spacing: normal;
	line-height: 1.3846153846;
}

.p-footer__left-address {
	font-size: 0.8125rem;
	letter-spacing: -0.5px;
	line-height: 1.5384615385;
}

.p-footer__right {
	font-size: 0.9375rem;
	margin-top: 4.65625rem;
	row-gap: 2.8125rem;
}

.p-faq-fv__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-faq-fv__title {
	font-size: 2rem;
}

.p-faq-fv__title {
	font-size: 1.4375rem;
	left: 50%;
	top: 50%;
}

.p-faq__item {
	padding-left: 0.75rem;
}

.p-faq__question {
	padding-block: 1.09375rem 0.90625rem;
}

.p-faq__question::before {
	height: 0.15625rem;
	right: 1.3125rem;
	width: 0.8125rem;
}

.p-faq__question::after {
	height: 0.8125rem;
	right: 1.625rem;
	width: 0.15625rem;
}

.p-faq__question-text.--service {
	font-size: 0.9375rem;
}

.p-faq__question-text {
	font-size: 0.9375rem;
	padding-inline: 1.9375rem 2.625rem;
}

.p-faq__question-text::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-faq__question-text::after {
	font-size: 0.6875rem;
	height: 1.25rem;
	left: 0.375rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.25rem;
}

.p-faq__answer {
	padding-bottom: 1.5625rem;
}

.p-faq__answer-text.--service {
	font-size: 0.9375rem;
}

.p-faq__answer-text {
	font-size: 0.8125rem;
	padding-inline: 1.96875rem 1.09375rem;
}

.p-faq-clean__title {
	font-size: 1.25rem;
	margin-top: 4.75rem;
}

.p-floating__btn {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-floating__btn-container {
	align-items: flex-start;
	background-color: #f9ff59;
	border: 0.0625rem solid #1776b4;
	border-radius: 9999px;
	display: inline-flex;
	justify-content: center;
	min-height: 3.125rem;
	min-width: 14.53125rem;
	padding: 0.28125rem 1.6875rem 0.28125rem 3.75rem;
}

.p-floating__number {
	font-size: 1.25rem;
	letter-spacing: 1px;
	pointer-events: auto;
}

.p-floating__number::after {
	background-image: url(../img/top_logo_contact_tel_sp@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	left: 1.375rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.375rem;
}

.p-floating__work-time {
	margin-top: 0.34375rem;
}

.p-floating__time {
	background-color: #1776b4;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 0.125rem 0.34375rem;
	white-space: nowrap;
}

.p-floating__about {
	font-size: 0.625rem;
	white-space: nowrap;
}

.p-company__title {
	font-size: 1.4375rem;
	top: 10%;
}

.p-company__head h2 {
	font-size: 1.125rem;
}

.p-company__head p {
	font-size: 0.8125rem;
}

.p-company__container {
	margin-top: 1.8125rem;
	padding-inline: 0.625rem 0.96875rem;
}

.p-company__lead-top {
	font-size: 0.8125rem;
	letter-spacing: -1px;
	line-height: 1.6923076923;
}

.p-company__lead-middle {
	font-size: 0.8125rem;
	letter-spacing: normal;
	line-height: 1.6923076923;
	margin-bottom: 0rem;
	margin-top: 0rem;
}

.p-company__lead__bottom {
	font-size: 0.8125rem;
	letter-spacing: -1px;
	line-height: 1.6923076923;
	margin-top: 0.9375rem;
}

.p-company__name-box {
	flex-direction: column;
	margin-right: 0rem;
	margin-top: 2.4375rem;
	row-gap: 0.5625rem;
}

.p-company__name-box-sub-sp {
	display: flex;
	gap: 0.75rem;
}

.p-company__name {
	font-size: 0.625rem;
}

.p-company__name-1 {
	font-size: 0.625rem;
}

.p-company__name-2 {
	font-size: 1.125rem;
	padding-left: 0rem;
}

.p-company-abstract__head {
	font-size: 1.125rem;
}

.p-company-abstract__container {
	display: none;
}

.p-company-abstract__container-sp {
	display: block;
	margin-top: 1rem;
	padding-inline: 0.6875rem 0.875rem;
}

.p-company-abstract__sp-layer {
	background: #def6ff;
	border-block: 0.0625rem solid #1777b3;
	display: block;
	padding-block: 0.9375rem;
}

.p-company-abstract__sp-text {
	display: block;
	font-size: 0.8125rem;
	text-align: center;
}

.p-company-abstract__sp-text-2 {
	display: block;
	font-size: 0.8125rem;
	text-align: center;
}

.p-company-license__title {
	font-size: 1.125rem;
}

.p-company-license__container {
	display: none;
}

.p-company-license__container-sp {
	display: block;
	margin-top: 0.9375rem;
}

.p-company-license__sp-layer {
	border-block: 0.0625rem solid #a2a2a2;
	border-bottom: none;
	font-size: 0.8125rem;
	padding-block: 0.9375rem;
}

.p-company-license__sp-layer.white {
	background-color: #fff;
}

.p-company-license__sp-layer.border {
	border-bottom: 0.0625rem solid #a2a2a2;
}

dl {
	padding-inline: 0rem;
}

.p-company-about__title {
	font-size: 1.125rem;
}

.p-company-about__boxes:nth-of-type(even) {
	grid-template-columns: 1fr;
}

.p-company-about__boxes {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1.8125rem;
}

.p-company-about__boxes .p-company-about__box {
	order: 2;
}

.p-company-about__boxes .p-company-about__img {
	order: 1;
}

.p-company-about__box {
	padding-inline: 1.96875rem 1.625rem;
}

.p-company-about__head {
	font-size: 0.9375rem;
	margin-top: 1.375rem;
}

.p-company-about__body {
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 0.875rem;
}

.p-company-about__img {
	margin-inline: auto;
	max-width: 20rem;
}

.p-company-summary__title {
	font-size: 1.125rem;
}

.p-company-summary__container:nth-of-type(n + 2) {
	margin-top: 2.625rem;
}

.p-company-summary__head {
	border-left: 0.3125rem solid #d90000;
	font-size: 0.8125rem;
	padding-block: 0.25rem;
	padding-left: 0.40625rem;
}

.p-company-summary__img {
	border-radius: 15;
	margin-top: 0.8125rem;
}

.p-company-summary__lead {
	font-size: 0.8125rem;
	margin-top: 0.96875rem;
}

.p-company-summary__img-bottom {
	margin-top: 2.625rem;
}

.p-company-summary__boxes {
	grid-template-columns: 1fr;
	row-gap: 2.625rem;
}

.p-company-summary__body-under {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	margin-top: 0.875rem;
}

.p-company-summary__body-under.top-right {
	margin-top: 0.875rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-company-summary__body-under.bottom-left {
	margin-top: 0.875rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-company-summary__body-under.bottom-right {
	margin-top: 0.875rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-company-summary__logo.top-right {
	margin-top: 1.875rem;
}

.p-company-summary__logo.bottom-left {
	margin-top: 1.5625rem;
}

.p-company-summary__description {
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
}

.p-company-summary__text {
	font-size: 0.8125rem;
}

.p-company-privacy__head {
	font-size: 1.125rem;
}

.p-company-privacy__head:nth-of-type(2) {
	margin-top: 2.5rem;
}

.p-company-privacy__head:nth-of-type(3) {
	margin-top: 2.1875rem;
}

.p-company-privacy__box {
	margin-top: 0.625rem;
	padding: 1rem 0.9375rem 0rem 0.6875rem;
	width: 100%;
}

.p-company-privacy__text {
	font-size: 0.8125rem;
}

.p-company-privacy__text:nth-of-type(n + 2) {
	margin-top: 1.0625rem;
}

.p-under-voice-main__container {
	grid-template-columns: 1fr;
	row-gap: 3.125rem;
}

.p-under-voice-main__head {
	font-size: 0.9375rem;
	margin-top: 0.5625rem;
}

.p-under-voice-main__body {
	font-size: 0.8125rem;
	margin-top: 0.5625rem;
}

.p-under-voice-margin {
	margin-top: 4.1875rem;
}

.l-under-voice-fv {
	margin-top: 3.0625rem;
}

.l-under-voice-fv__img img {
	height: 12.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-under-voice-fv__title {
	font-size: 1.4375rem;
}

.p-choose-fv__title {
	font-size: 1.4375rem;
}

.p-choose-about__title {
	font-size: 1.4375rem;
	line-height: 1.3;
}

.p-choose-about__list {
	margin-top: 1.25rem;
	row-gap: 0.625rem;
}

.p-about-choose__text {
	font-size: 0.9375rem;
	letter-spacing: -1px;
	line-height: 1.3;
	padding: 0.8125rem 0.3125rem 0.8125rem 2.6875rem;
}

.p-about-choose__text::before {
	height: 1.125rem;
	left: 0.75rem;
	width: 1.15625rem;
}

.p-contact-fv__title {
	font-size: 1.4375rem;
}

.progressbar .item {
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 1.0625rem 0;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	border-left-width: 0.75rem;
	border-width: 1.5625rem;
}

.p-contact__form-row {
	grid-template-columns: 5.9375rem 1fr;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	padding-block: 0.625rem 0.4375rem;
}

.p-contact__form-row.--narrow {
	padding-block: 1.6875rem;
}

.p-contact__form-head {
	font-size: 0.9375rem;
}

.p-contact__form-data-post {
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	grid-template-columns: 35% 55%;
	margin-bottom: 0.4375rem;
}

.wpcf7-form-control.wpcf7-checkbox {
	row-gap: 0.9375rem;
}

.wpcf7-form-control.wpcf7-radio {
	gap: 0.9375rem;
}

.wpcf7-checkbox span {
	font-size: 0.9375rem;
}

.p-contact__submit input[type=submit] {
	font-size: 0.9375rem;
	font-weight: 500;
	left: 50%;
	min-height: 2.5625rem;
	min-width: 14.375rem;
	padding-block: 1rem;
	padding-inline: 5rem;
	translate: -50%;
}

.p-service-fv__title {
	font-size: 1.4375rem;
	top: 50%;
}

.p-service-estate__first-body {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
	row-gap: 0.625rem;
}

.p-service-estate__first-head h2 {
	font-size: 1.25rem;
	font-weight: 500;
}

.p-service-estate__first-head p {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 0.5625rem;
}

.p-service-estate__first-texts-head {
	font-size: 1.5625rem;
}

.p-service-estate__first-lead {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-service-estate__third-head {
	font-size: 1.25rem;
	letter-spacing: -2px;
}

.p-service-estate__third-text {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.3;
}

.p-service-estate__third-sorting {
	margin-top: 1.875rem;
}

.p-service__narrow-inner {
	padding-inline: 0.6875rem 0.875rem;
	width: 100%;
}

.p-service-estate__third-sorting-box {
	font-size: 0.8125rem;
	gap: 0.25rem;
	margin-top: 0.5rem;
	white-space: wrap;
}

.p-service-estate__third-sorting-head {
	margin-top: 0.625rem;
	-moz-column-gap: 0.1875rem;
	column-gap: 0.1875rem;
}

.p-service-estate__third-sorting-head-common {
	font-size: 0.8125rem;
	padding: 0.1875rem;
	white-space: nowrap;
	width: 20%;
}

.p-service-estate__third-sorting-head-text {
	font-size: 0.8125rem;
	letter-spacing: normal;
}

.p-service-estate__third-sorting-body {
	margin-top: 1.0625rem;
}

.p-service-estate__third-table {
	margin-top: 1.25rem;
	width: 100%;
}

.p-service-estate__third-table th,
.p-service-estate__third-table td {
	font-size: 0.8125rem;
	font-weight: 500;
}

.p-service-estate__third-table td {
	padding-block: 1.6875rem;
}

.p-service-estate__third-table-annotation {
	font-size: 0.625rem;
	margin-top: 0.3125rem;
	padding-right: 0rem;
}

.p-service-reference__title {
	font-size: 1.25rem;
}

.p-service-reference__head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-reference__head:nth-child(n+1) {
	margin-top: 0.625rem;
}

.p-service-reference__img {
	margin-top: 0.5rem;
}

.p-service-reference__boxes-top {
	margin-top: 0.8125rem;
	-moz-column-gap: 0.8125rem;
	column-gap: 0.8125rem;
}

.p-service-reference__box-top-left {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-service-reference__box-top-left-title {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-reference__box-top-left-text {
	font-size: 0.9375rem;
}

.p-service-reference__box-top-right {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-service-reference__box-top-right-title {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-reference__box-top-right-text {
	font-size: 0.9375rem;
}

.p-service-reference__boxes-bottom {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	margin-top: 0.5rem;
}

.p-service-reference__box-bottom {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-reference__box-bottom-text {
	font-size: 0.9375rem;
}

.p-service-reference__annotation {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-service-removal__first-head h2 {
	font-size: 1.25rem;
}

.p-service-removal__first-head p {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.5625rem;
}

.p-service-removal__first-body {
	margin-top: 1.25rem;
}

.p-service-removal__first-img {
	width: 100%;
}

.p-service-removal__first-texts {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.25rem;
}

.p-service-removal__example {
	margin-top: 4.75rem;
}

.p-service-removal__example-title {
	font-size: 1.25rem;
}

.p-service-removal__example-text {
	font-size: 0.9375rem;
	font-weight: 500;
	padding-left: 0rem;
	text-align: center;
}

.p-service-removal__example-box {
	gap: 0.625rem;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
}

.p-service-removal__example-card-head {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-service-removal__example-card-body {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.p-service-removal__reference-title {
	font-size: 1.25rem;
}

.p-service-removal__reference-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-removal__reference-head:nth-child(n+3) {
	margin-top: 0.9375rem;
}

.p-service-removal__reference-boxes {
	margin-top: 0.625rem;
	row-gap: 0.3125rem;
}

.p-service-removal__reference-box-top {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.p-service-removal__reference-box-top-title {
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.25rem 0.3125rem;
}

.p-service-removal__reference-box-top-text {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-service-removal__reference-box-middle {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.p-service-removal__reference-box-middle-title {
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.25rem 0.3125rem;
}

.p-service-removal__reference-box-middle-text {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-service-removal__reference-box-bottom {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.p-service-removal__reference-box-bottom-title {
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.25rem 0.3125rem;
}

.p-service-removal__reference-box-bottom-text {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-service-removal__reference-annotation {
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
}

.p-service-mantion__first-head h2 {
	font-size: 1.25rem;
}

.p-service-mantion__first-head p {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.p-service-mantion__first-texts {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.25rem;
}

.p-service-mantion__second-top-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-mantion__second-top-text {
	font-size: 0.8125rem;
	line-height: 1.0769230769;
	margin-top: 0.5rem;
}

.p-service-mantion__top-body {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.p-service-mantion__top-card-head {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.p-service-mantion__top-card-body {
	font-size: 0.8125rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.p-service-mantion__about-top-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 2.5rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-mantion__suggest {
	grid-template-columns: 1fr;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	row-gap: 0.9375rem;
}

.p-service-mantion__suggest__text {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
	padding-left: 1.875rem;
}

.p-service-mantion__suggest__text::before {
	height: 0.9375rem;
	width: 0.9375rem;
}

.p-service-mantion__suggest__text:nth-of-type(n + 2) {
	margin-top: 0rem;
}

.p-service-mantion__suggest__text:nth-of-type(even) {
	padding-left: 1.875rem;
}

.p-service-mantion__suggest__text:nth-of-type(even)::before {
	height: 0.9375rem;
	left: 0rem;
	width: 0.9375rem;
}

.p-service-mantion__problem {
	margin-top: 2.5rem;
}

.p-service-mantion__problem-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.p-service-mantion__problem-head {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
}

.p-service-mantion__problem-about-head {
	font-size: 0.9375rem;
	padding-block: 0.4375rem;
	padding-left: 0.75rem;
}

.p-service-mantion__problem-about-body {
	font-size: 0.9375rem;
	letter-spacing: normal;
	line-height: 1.3;
	margin-top: 1.0625rem;
}

.p-service-mantion__about-head {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-service-mantion__announce {
	margin-top: 0.625rem;
}

.p-service-mantion__announce.--alone {
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.p-service-mantion__flow-bottom {
	gap: 0.625rem;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	margin-top: 0.5rem;
}

.p-service-mantion__flow-bottom-card-head {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.p-service-mantion__flow-bottom-card-body {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.p-service-mantion__price-example-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-mantion__price-example-top {
	font-size: 0.8125rem;
	letter-spacing: -0.5px;
	margin-top: 0.5rem;
}

.p-service-mantion__price-example-btm {
	font-size: 0.8125rem;
	letter-spacing: -0.5px;
	margin-top: 0.9375rem;
}

.p-service-mantion__price-way-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-mantion__price-way {
	font-size: 0.8125rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-service-mantion__boxes-top {
	margin-top: 0.8125rem;
	-moz-column-gap: 0.8125rem;
	column-gap: 0.8125rem;
}

.p-service-mantion__box-top-left {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-service-mantion__box-top-left-title {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-mantion__box-top-left-text {
	font-size: 0.9375rem;
}

.p-service-mantion__box-top-right {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-service-mantion__box-top-right-title {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-mantion__box-top-right-text {
	font-size: 0.9375rem;
}

.p-service-mantion__boxes-bottom {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	margin-top: 0.5rem;
}

.p-service-mantion__box-bottom {
	font-size: 0.9375rem;
	padding: 0.25rem 0.3125rem;
}

.p-service-mantion__box-bottom-text {
	font-size: 0.9375rem;
}

.p-service-mantion__head-bottom {
	font-size: 1.4375rem;
	top: 0.625rem;
	white-space: nowrap;
}

.p-service-mantion__text-bottom {
	font-size: 0.8125rem;
	left: 50%;
	line-height: 1.3846153846;
	top: 2.5rem;
	translate: -50%;
	white-space: nowrap;
}

.p-service-mantion__contact {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 49%;
	row-gap: 1.125rem;
	text-align: center;
	top: 4.375rem;
	translate: -50%;
}

.p-service-mantion__contact-box-text {
	font-size: 0.8125rem;
}

.p-service-mantion__contact-box-text::before {
	height: 0.9375rem;
	left: calc(50% - 3.4375rem);
}

.p-service-mantion__contact-box-text::after {
	height: 0.9375rem;
	right: calc(50% - 3.4375rem);
}

.p-service-mantion__contact-container {
	margin-top: 0.3125rem;
	text-align: center;
}

.p-service-mantion__number {
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	color: #1777b3;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 3px;
	min-height: 2.5rem;
	min-width: 18.125rem;
	padding-inline: 3.125rem 2.5rem;
	position: relative;
	white-space: nowrap;
}

.p-service-mantion__number::after {
	background-image: url(../img/top-logo_header_tel_pc@2x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.125rem;
	left: 1.375rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.125rem;
}

.p-service-mantion__number::before {
	display: none;
}

.p-service-mantion__work-time {
	margin-right: 0rem;
	margin-top: 0.46875rem;
}

.p-service-mantion__time {
	background-color: #1777b3;
	border: 0.0625rem solid #1777b3;
	color: #fff;
	font-size: 0.9375rem;
	letter-spacing: -0.5px;
	padding: 0.1875rem 0.65625rem;
	white-space: nowrap;
}

.p-service-mantion__about {
	font-size: 1.1875rem;
}

.p-service-mantion__line-box-text {
	font-size: 0.8125rem;
}

.p-service-mantion__line-box-text::before {
	height: 0.9375rem;
	left: calc(50% - 4.375rem);
}

.p-service-mantion__line-box-text::after {
	height: 0.9375rem;
	right: calc(50% - 4.375rem);
}

.p-service-mantion__line {
	grid-template-columns: 1.875rem 1fr;
	margin-top: 0.3125rem;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	padding-block: 0.625rem;
	padding-inline: 0.625rem;
}

.p-service-mantion__line-text {
	font-size: 1.25rem;
}

.p-service-mantion__btn-text {
	font-size: 0.8125rem;
}

.p-service-mantion__btn-text::before {
	height: 0.9375rem;
	left: calc(50% - 4.0625rem);
}

.p-service-mantion__btn-text::after {
	height: 0.9375rem;
	right: calc(50% - 4.0625rem);
}

.p-service-mantion__btn-cta {
	margin-top: 0.3125rem;
}

.p-service-mantion__campain {
	padding-block: 3.125rem;
	padding-inline: 0.625rem;
}

.p-service-mantion__campain-inner {
	border-radius: 10px;
	width: 100%;
}

.p-service-mantion__campain-inner::before {
	font-size: 0.9375rem;
	padding: 0.3125rem 0rem;
	text-align: center;
	width: 18.75rem;
}

.p-service-mantion__campain-container {
	border: 5px solid red;
	border-radius: 10px;
	padding: 2.5rem 0.625rem 0rem 2.5rem;
}

.p-service-mantion__campain-head-top {
	font-size: 0.9375rem;
}

.p-service-mantion__campain-head-top span.big {
	font-size: 4.375rem;
}

.p-service-mantion__campain-body {
	font-size: 0.8125rem;
	margin-top: 0.9375rem;
}

.p-service-mantion__campain-period {
	margin-top: 0.9375rem;
}

.p-service-mantion__campain-logo-circle::before {
	height: 5.625rem;
	left: -2.5rem;
	top: -0.5rem;
	width: 5.625rem;
}

.p-service-mantion__campain-logo {
	font-size: 0.8125rem;
	left: 0.375rem;
	top: 10.3125rem;
}

.p-service-mantion__campain-logo span {
	font-size: 1.25rem;
}

.p-service-mantion__campain-period-head {
	font-size: 0.9375rem;
	padding-block: 0.3125rem;
}

.p-service-mantion__campain-period-body {
	font-size: 0.8125rem;
	letter-spacing: -0.5px;
	padding-block: 0.625rem;
	padding-left: 1.875rem;
}

.p-service-mantion__campain-period-body span.middle {
	font-size: 1.5625rem;
}

.p-service-mantion__campain-announce {
	font-size: 0.625rem;
	margin-top: 0.3125rem;
}

.p-service-clean__first-head h2 {
	font-size: 1.25rem;
}

.p-service-clean__first-head p {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.p-service-clean__first-body {
	margin-top: 1.25rem;
}

.p-service-clean__first-img {
	width: 100%;
}

.p-service-clean__first-texts {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1.25rem;
}

.p-service-clean__second-top-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-clean__second-top-text {
	font-size: 0.8125rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-service-clean__top-body {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.9375rem;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	row-gap: 1.25rem;
}

.p-service-clean__top-card-head {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.p-service-clean__top-card-body {
	font-size: 0.8125rem;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-service-clean__about-top-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-clean__about-top-text {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-service-clean__suggest {
	grid-template-columns: 1fr;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	row-gap: 0.9375rem;
}

.p-service-clean__suggest__text {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
	padding-left: 1.875rem;
}

.p-service-clean__suggest__text::before {
	height: 0.9375rem;
	width: 0.9375rem;
}

.p-service-clean__suggest__text:nth-of-type(n + 2) {
	margin-top: 0rem;
}

.p-service-clean__suggest__text:nth-of-type(even) {
	padding-left: 1.875rem;
}

.p-service-clean__suggest__text:nth-of-type(even)::before {
	height: 0.9375rem;
	left: 0rem;
	width: 0.9375rem;
}

.p-service-clean__alone {
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 0.625rem;
}

.p-service-clean__alone-texts {
	row-gap: 1.25rem;
}

.p-service-clean__alone-text-top {
	font-size: 0.8125rem;
	line-height: 1.3;
}

.p-service-clean__alone-text-box {
	row-gap: 0.75rem;
}

.p-service-clean__alone-text-box-top {
	font-size: 0.8125rem;
	line-height: 1.3;
}

.p-service-clean__alone-text-box-bottom {
	font-size: 0.8125rem;
	line-height: 1.3;
}

.p-service-clean__about-price {
	margin-top: 1.875rem;
}

.p-service-clean__about-price-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-clean__about-price-body {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-service-clean__about-area-head {
	border-left: 0.3125rem solid #1776b4;
	font-size: 0.9375rem;
	padding-block: 0.25rem;
	padding-left: 0.3125rem;
}

.p-service-clean__about-area-body {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-contact-thanks__text-head {
	font-size: 2.1875rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.c-button-service-cta.floating::before {
	height: 0.6875rem;
	left: 0.96875rem;
	width: 1rem;
}

.p-header__btn.floating::before {
	height: 0.6875rem;
	left: 0.96875rem;
	width: 1rem;
}

.p-floating__number::after {
	height: 1.5625rem;
	left: -2.65625rem;
	top: 100%;
	width: 1.5625rem;
}

.p-company-summary__head.under {
	border-left: 0.3125rem solid #d90000;
	font-size: 0.8125rem;
	padding-block: 0.25rem;
	padding-left: 0.40625rem;
}

}

