body {
	color: #434343;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	font-style: normal;
}

img {
	width: 100%;
}

.s-of-hidden {
	overflow: hidden;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
}

.c-wrap {
	padding-inline: 38px;
}

.c-max-width {
	margin: 0 auto;
	max-width: 750px;
}

.c-heading {
	background: url(../img/heading-bg.webp) no-repeat center center/cover;
	padding-block: 31px 38px;
	position: relative;
}

.c-heading__title {
	-webkit-text-stroke-color: #0b70c4;
	-webkit-text-stroke-width: 10px;
	color: #fff;
	font-size: 65px;
	font-weight: 900;
	paint-order: stroke;
	position: relative;
	text-align: center;
	z-index: 2;
}

.c-heading__human {
	bottom: 0;
	display: block;
	position: absolute;
	right: calc(50% - 378px);
	width: 180px;
}

.c-heading__area {
	bottom: -4px;
	display: block;
	position: absolute;
	right: calc(50% - 378px);
	width: 196px;
	z-index: 1;
}

.c-heading__flow {
	display: none;
}

.c-tel-button {
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.c-tel-button::after {
	border: 8px solid #eb6100;
	border-radius: 30px;
	content: "";
	height: calc(100% + 14px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 14px);
	z-index: -1;
}

.c-tel-button__container {
	display: flex;
	margin-block: 5px 0px;
	transition: 0.3s;
}

.c-tel-button__head {
	background: linear-gradient(to bottom, #F4AC76, #eb6100 60%);
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding-block: 0px 2px;
	position: relative;
	text-align: center;
	z-index: -1;
}

.c-tel-button__head span {
	font-size: 40px;
	font-weight: 700;
}

.c-tel-button__content {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: 20px;
	padding-bottom: 12px;
	position: relative;
	z-index: -1;
}

.c-tel-button__text {
	font-size: 28px;
	font-weight: 700;
	line-height: 100%;
}

.c-tel-button__text span {
	font-size: 36px;
	font-weight: 700;
}

.c-tel-button__text span:nth-of-type(3) {
	display: none;
}

.c-tel-button__body {
	align-items: end;
	display: flex;
	gap: 5px;
}

.c-tel-button__icon {
	display: block;
	width: 50px;
}

.c-tel-button__num {
	display: block;
	flex-shrink: 0;
	width: 488px;
}

.c-tel-button__woman {
	display: block;
	flex-shrink: 0;
	margin-top: -78px;
	width: 161px;
	z-index: 2;
}

.c-button {
	border-radius: 22px;
	box-shadow: inset 0px 7px 7px rgba(255, 255, 255, 0.5), inset -7px -7px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 30px;
	padding: 7px 10px 3px 2px;
	position: relative;
	width: 100%;
}

.c-button::after {
	border-bottom: 13px solid transparent;
	border-left: 22px solid #fff;
	border-top: 13px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.c-button--line {
	background: #22b94e;
}

.c-button--form {
	background: #e5003b;
	gap: 3px;
	padding: 7px 10px 3px 18px;
}

.c-button__line-icon {
	background: #fff;
	border-radius: 50%;
	height: 80px;
	padding: 15px;
	width: 80px;
}

.c-button__form-icon {
	flex-shrink: 0;
	margin-bottom: -10px;
	margin-top: -10px;
	width: 71px;
}

.c-button__text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
}

.c-fixed-button {
	bottom: 0px;
	left: 50%;
	max-width: 750px;
	opacity: 1;
	position: fixed;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 100%;
	z-index: 99;

 /* ボタン背景ベタ塗り */
 background-color: #0b70c4;
 padding: 15px ;
 }


.c-fixed-button .c-wrap {
	padding-inline: 21px;
}

.c-fixed-button .c-tel-button__head {
	align-items: center;
	border-radius: 15px 15px 0 0;
	display: flex;
	justify-content: center;
}

.c-fixed-button .c-tel-button__num {
	width: 592px;
}

.c-fixed-button .c-tel-button__container {
	gap: 10px;
	justify-content: center;
	padding-bottom: 10px;
}

.c-fixed-button .c-tel-button__content {
	margin: 0;
}

.c-fixed-button .c-tel-button__body {
	gap: 10px;
	justify-content: center;
}

.c-fixed-button .c-tel-button__icon {
	flex-shrink: 0;
	width: 56px;
}

.c-fixed-button__content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.c-fixed-button.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.header {
	border-bottom: 3px solid rgb(191, 191, 191);
	padding-block: 17px 18px;
	width: 100%;
}

.header__wrap {
	margin: 0 auto;
	max-width: 1000px;
	padding-inline: 0 17px;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__title {
	display: block;
	width: 358px;
}

.header__buttons {
	align-items: center;
	display: flex;
	gap: 8px;
}

.header__tel {
	align-items: center;
	background: linear-gradient(to bottom, #F4AC76, #eb6100 60%);
	border-radius: 6px;
	box-shadow: 3.214px 3.83px 1.9px 0.1px rgba(78, 82, 85, 0.52);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: Arial;
	gap: 3px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header__tel-lead {
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
}

.header__tel-lead span:nth-of-type(1) {
	font-size: 34px;
	font-weight: bold;
}

.header__tel-lead span:nth-of-type(2) {
	font-size: 34px;
	font-weight: bold;
}

.header__tel-lead span:nth-of-type(3) {
	display: none;
}

.header__tel-content {
	align-items: center;
	display: flex;
	gap: 3px;
	justify-content: center;
}

.header__tel-icon {
	display: block;
	width: 28px;
}

.header__tel-num {
	display: block;
	width: 230px;
}

.header__tel-bg {
	display: block;
	width: 274px;
}

.header__line {
	display: block;
	width: 81px;
}

.fv {
	padding-block: 25px 37px;
	position: relative;
}

.fv::before {
	background: url(../img/fv-bg.webp) no-repeat center center/cover;
	content: "";
	height: calc(100% - 180px);
	left: 50%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -3;
}

.fv::after {
	background: url(../img/fv-deco.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 177px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.fv__sr-only {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.fv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.fv__content {
	display: block;
	width: 700px;
}

.fv__human {
	bottom: 66px;
	display: block;
	left: calc(50% + 53px);
	position: absolute;
	width: 400px;
	z-index: -2;
}

.fv__circles {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.fv__item {
	align-items: center;
	background-color: #fff;
	border: 5px solid #00479d;
	border-radius: 50%;
	display: flex;
	height: 235px;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 235px;
}

.fv__item::after {
	border: 2px solid #00479d;
	border-radius: 50%;
	content: "";
	height: calc(100% - 15px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 15px);
}

.fv__item:nth-of-type(1) .fv__item-text span:nth-of-type(1) {
	font-size: 92px;
	font-weight: 900;
	line-height: 80%;
}

.fv__item:nth-of-type(1) .fv__item-text span:nth-of-type(2) {
	font-size: 92px;
	font-size: 48px;
	font-weight: 900;
	line-height: 100%;
}

.fv__item-text {
	color: #434343;
	font-size: 40px;
	font-weight: 900;
	line-height: 130%;
}

.fv__item-text span {
	color: #00479d;
	font-weight: 900;
}

.cta-buttons {
	margin: 0 auto;
	max-width: 750px;
	padding-block: 50px;
}

.cta-buttons__block {
	display: flex;
	gap: 20px;
	margin-top: 14px;
}

.worries__head {
	align-items: center;
	background: #0b70c4;
	display: flex;
	flex-direction: column;
	padding-block: 36px 47px;
	position: relative;
}

.worries__head-text {
	display: block;
	width: 669px;
}

.worries__head-termite {
	position: absolute;
	right: calc(50% - 309px);
	top: 25px;
	transform: rotate(-40deg);
	width: 51px;
}

.worries__images {
	align-items: center;
	display: flex;
	gap: 23px;
	justify-content: center;
	margin-top: 42px;
	position: relative;
}

.worries__image {
	display: block;
	position: relative;
	width: 226px;
}

.worries__image::after {
	background: #707070;
	bottom: -8px;
	box-shadow: 4.5px 4.5px 5px rgba(100, 100, 100, 0.6);
	content: "";
	height: 100%;
	left: 12px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.worries__images-termite {
	display: block;
	left: calc(50% - 332px);
	position: absolute;
	rotate: 29deg;
	top: -54px;
	width: 53px;
}

.worries__lists {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 45px;
	position: relative;
}

.worries__list {
	border-bottom: 1px solid #b5b5b5;
	color: #434343;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.05em;
	padding-bottom: 13px;
	padding-left: 36px;
	position: relative;
}

.worries__list span {
	font-size: 33px;
	font-weight: 700;
}

.worries__list::after {
	background: url(../img/check-green.webp) no-repeat center center/contain;
	content: "";
	height: 27px;
	left: -4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.worries__woman {
	display: block;
	position: absolute;
	right: calc(50% - 394px);
	top: -20px;
	width: 176px;
}

.worries__arrow {
	border-left: 156.5px solid transparent;
	border-right: 156.5px solid transparent;
	border-top: 67.1px solid rgb(11, 112, 196);
	display: block;
	height: 0;
	margin: 47px auto 0;
	width: 0;
}

.worries__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
	text-align: right;
}

.worries__lead {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

.worries__lead span {
	font-weight: 500;
	position: relative;
}

.worries__lead span::after {
	background: #fffc1a;
	content: "";
	height: 14px;
	left: 50%;
	position: absolute;
	top: 40px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.worries__notes {
	position: relative;
}

.worries__note {
	font-size: 35px;
	font-weight: 500;
	line-height: 162%;
	margin-top: 47px;
}

.worries__note span {
	font-weight: 500;
	letter-spacing: normal;
}

.worries__note span:nth-of-type(1) {
	font-size: 56px;
}

.worries__note span:nth-of-type(2) {
	color: #e5003b;
	display: inline-block;
	font-size: 49px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 96%;
	padding: 0px 0 20px;
	position: relative;
}

.worries__note span:nth-of-type(2)::after {
	background: url(../img/worries-underline.webp) no-repeat center center/contain;
	content: "";
	height: 36px;
	left: 50%;
	position: absolute;
	top: 40px;
	transform: translateX(-50%);
	width: 485px;
	z-index: -1;
}

.worries__woman2 {
	bottom: 27px;
	display: block;
	left: calc(50% - 484px);
	position: absolute;
	width: 393px;
	z-index: -1;
}

.worries__cta {
	background: #0b70c4;
	margin-top: 73px;
}

.worries__cta-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-block: 77px 68px;
	position: relative;
}

.worries__label {
	background: #0b70c4;
	clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
	font-size: 38px;
	font-weight: 700;
	left: -14px;
	padding: 3px 73px 2px 30px;
	position: absolute;
	top: -33px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.worries__label::after {
	background-color: #fff;
	clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
	content: "";
	height: calc(100% - 10px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-51%, -50%);
	width: calc(100% - 16px);
	z-index: -1;
}

.worries__label span {
	font-size: 51px;
	font-weight: 700;
}

.worries__desc {
	-webkit-text-stroke-color: #0b70c4;
	-webkit-text-stroke-width: 10px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 130%;
	paint-order: stroke;
	position: relative;
	z-index: 1;
}

.worries__desc span {
	color: #fffc1a;
	font-size: 47px;
	font-weight: 700;
}

.worries__cta-images {
	bottom: -6px;
	position: absolute;
	right: calc(50% - 517px);
	z-index: 0;
}

.worries__cta-man {
	display: block;
	width: 430px;
}

.worries__cta-bg {
	display: block;
	left: 50%;
	position: absolute;
	top: 3%;
	transform: translate(-50%, 0);
	width: 600px;
	z-index: -1;
}

.features {
	background: url(../img/feature-bg-sp.webp) repeat-y top center/contain;
	padding-block: 78px 187px;
}

.features__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-inline: 20px;
}

.features__title {
	display: block;
	width: 717px;
}

.features__title img {
	width: 100%;
}

.features__items {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 44px;
}

.features__item {
	background: #fff;
	border: 1px solid #0a518c;
	box-shadow: 20px 20px 1px #5f96f1;
	position: relative;
}

.features__item:nth-of-type(4) .features__image {
	bottom: auto;
	top: 0;
	width: 667px;
}

.features__head {
	border-bottom: 1px solid #0a518c;
	color: #0b70c4;
	font-size: 48px;
	font-weight: 700;
	padding: 7px 22px;
}

.features__head span {
	display: none;
}

.features__thumb {
	align-items: end;
	display: flex;
	height: 292px;
	justify-content: end;
	position: relative;
	z-index: 0;
}

.features__thumb--pc {
	display: none;
}

.features__thumb::after {
	border-bottom: 257px solid #edf3fd;
	border-left: 397px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: -2;
}

.features__image {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 729px;
	z-index: -1;
}

.features__num {
	background: linear-gradient(to bottom, #5FCBFB, #5F8EF0);
	margin-bottom: -24px;
	padding-right: 20px;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Century Gothic", Arial, "Noto Sans JP", sans-serif;
	font-size: 169px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	z-index: 1;
}

.features__desc {
	background: #0b70c4;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	padding: 19px 0 20px 31px;
	white-space: nowrap;
}

.guarantee {
	background: #fff;
	border: 10px solid #e5003b;
	box-shadow: 20px 20px 1px #a0a0a0;
	display: block;
}

.guarantee__head {
	background: #e5003b;
	color: #fff;
	display: flex;
	justify-content: end;
	padding: 10px 24px 11px;
	position: relative;
}

.guarantee__content {
	width: -moz-fit-content;
	width: fit-content;
}

.guarantee__badge {
	display: block;
	left: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 217px;
}

.guarantee__lead {
	font-size: 38px;
	font-weight: 700;
}

.guarantee__lead span {
	font-size: 31px;
	font-weight: 700;
}

.guarantee__title {
	font-size: 58px;
	font-weight: 700;
}

.guarantee__title span {
	font-weight: 700;
}

.guarantee__body {
	display: flex;
	flex-direction: column;
	padding: 62px 10px 58px 26px;
}

.guarantee__text {
	font-size: 36px;
	font-weight: 700;
	line-height: 168%;
}

.guarantee__text span {
	color: #e5003b;
	font-weight: 700;
}

.guarantee__message {
	color: #e5003b;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.voice {
	color: #1b1b1b;
	padding-block: 207px 107px;
}

.voice__wrap {
	padding-inline: 21px;
}

.voice__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 65px;
}

.voice__item:nth-of-type(2) .voice__image {
	transform: translate(45%);
	width: 177px;
}

.voice__head {
	background: radial-gradient(circle, #616161 3px, transparent 3px) left bottom/15px 5px repeat-x;
	color: #e5003b;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 15px;
}

.voice__head--pc {
	display: none;
}

.voice__container {
	color: #1b1b1b;
	display: flex;
	gap: 39px;
	margin-top: 14px;
}

.voice__thumb {
	background: #edf3fd;
	height: 189px;
	position: relative;
	width: 149px;
}

.voice__image {
	bottom: 0;
	display: block;
	position: absolute;
	right: 50%;
	transform: translate(50%);
	width: 149px;
}

.voice__content {
	display: flex;
	flex-direction: column;
}

.voice__term {
	display: flex;
	gap: 39px;
}

.voice__text {
	font-size: 27px;
	font-weight: 500;
	margin-top: 16px;
	white-space: nowrap;
}

.voice__text span {
	font-weight: 500;
}

.price {
	background: #fffcef;
	padding-bottom: 90px;
}

.price .c-wrap {
	padding-inline: 24px;
}

.price__value {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 70px;
}

.price__value-lead {
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 7px;
	color: #e5003b;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.05em;
	paint-order: stroke;
	position: relative;
	text-align: center;
	z-index: 0;
}

.price__value-lead span {
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
	-webkit-text-stroke-width: 7px;
	color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	filter: blur(1px);
	font-weight: 700;
	left: 50%;
	paint-order: stroke;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -48%);
	width: 100%;
	z-index: -1;
}

.price__value-table {
	border-collapse: separate;
	border-spacing: 7px;
	margin-top: 33px;
	width: 685px;
}

.price__value-table thead tr th {
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 5px;
}

.price__value-table thead tr th span {
	font-size: 24px;
	font-weight: 700;
}

.price__value-table thead tr th:nth-of-type(1) {
	background: #61D5F6;
}

.price__value-table thead tr th:nth-of-type(2) {
	background: #D4CEEB;
}

.price__value-table tbody tr th {
	background: #BDE8F5;
	font-size: 34px;
	font-weight: 600;
	padding-left: 43px;
	text-align: left;
	vertical-align: middle;
	width: 339px;
}

.price__value-table tbody tr td {
	background: #F1F1F5;
	padding-block: 11px;
	vertical-align: middle;
	width: 339px;
}

.price__value-num {
	display: block;
	margin: auto;
	width: 192px;
}

.price__compare {
	align-items: end;
	background: #FFF;
	border: 2px solid #e5003b;
	display: flex;
	height: 592px;
	justify-content: center;
	margin-top: 110px;
	padding-bottom: 33px;
	position: relative;
	z-index: 2;
}

.price__compare-head {
	height: 71px;
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	width: 417px;
	z-index: 1;
}

.price__compare-head::after {
	background: #fff;
	border: 1px solid #e5003b;
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: -2;
}

.price__compare-icon {
	display: block;
	left: 0;
	position: absolute;
	top: -10px;
	width: 80px;
}

.price__compare-text {
	background-color: #e5003b;
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	height: 100%;
	padding-left: 14px;
	text-align: center;
	width: 100%;
}

.price__compare-content {
	display: block;
	left: 53%;
	position: absolute;
	top: 65px;
	transform: translateX(-50%);
	width: 768px;
}

.price__compare-desc {
	font-size: 25px;
	font-weight: 600;
	line-height: 170%;
	width: -moz-fit-content;
	width: fit-content;
}

.price__compare-desc span {
	color: #e5003b;
	font-weight: 600;
}

.price__items {
	display: flex;
	flex-direction: column;
	gap: 74px;
	margin-top: 76px;
}

.price__item {
	position: relative;
	z-index: 1;
}

.price__item-head {
	align-items: center;
	background: #0b70c4;
	display: flex;
	gap: 20px;
	margin-left: 24px;
	padding: 10px 15px 10px;
}

.price__item-head-icon {
	display: block;
	width: 78px;
}

.price__item-title {
	color: #fff;
	font-size: 37px;
	font-weight: 600;
	line-height: 133%;
}

.price__item-title span {
	color: #ffff00;
	font-weight: 600;
}

.price__item-content {
	margin-top: 35px;
	position: relative;
}

.price__item-lists {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 35px;
	padding-inline: 80px;
}

.price__item-list {
	align-items: center;
	display: flex;
	gap: 10px;
}

.price__item-icon {
	display: block;
	width: 37px;
}

.price__item-note {
	color: #1b1b1b;
	font-size: 33px;
	font-weight: 500;
}

.price__item-human {
	display: block;
	position: absolute;
	right: calc(50% - 439px);
	top: -376px;
	width: 300px;
	z-index: -1;
}

.price__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 61px 11px;
	margin-top: 77px;
	padding-inline: 44px;
}

.price__card {
	background: #fff;
	border: 1px solid #a0a0a0;
	position: relative;
	width: calc((100% - 11px) / 2);
}

.price__card-num {
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 7px;
	color: #0b70c4;
	font-family: "Agenda", "Noto Sans JP", sans-serif;
	font-size: 96px;
	font-style: italic;
	left: 0px;
	paint-order: stroke;
	position: absolute;
	top: -82px;
	z-index: 1;
}

.price__card-num span {
	-webkit-text-stroke-color: #000;
	color: #000;
	filter: blur(2px);
	left: 52%;
	opacity: 0.3;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.price__card-text {
	bottom: 17px;
	font-size: 35px;
	font-weight: 600;
	left: 4px;
	position: absolute;
	writing-mode: vertical-rl;
	z-index: 1;
}

.area {
	color: #1b1b1b;
	padding-bottom: 108px;
}

.area__labels {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 57px;
}

.area__label {
	background: #fff;
	border: 3px solid #e5003b;
	font-size: 47px;
	font-weight: 500;
	line-height: 100%;
	padding: 4px 9px 6px;
	position: relative;
}

.area__label::after {
	background: #e5003b;
	content: "";
	height: 100%;
	left: 7px;
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: -1;
}

.area__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	margin-top: 47px;
	position: relative;
	z-index: 2;
}

.area__lead {
	font-size: 36px;
	font-weight: 700;
}

.area__title {
	color: #e5003b;
	font-size: 55px;
	font-weight: 700;
	line-height: 100%;
	position: relative;
}

.area__title::before,
.area__title::after {
	bottom: 0;
	color: #1b1b1b;
	content: "／";
	position: absolute;
}

.area__title::before {
	bottom: 0;
	content: "／";
	position: absolute;
	right: -55px;
}

.area__title::after {
	bottom: 0;
	content: "＼";
	left: -55px;
	position: absolute;
}

.area__desc {
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 10px;
	font-size: 33px;
	font-weight: 600;
	line-height: 160%;
	margin-top: 60px;
	padding-left: 18px;
	paint-order: stroke;
	position: relative;
	z-index: 2;
}

.area__desc span {
	color: #e5003b;
	font-weight: 600;
}

.area__items {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-left: 32px;
	margin-top: 90px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.area__items::after {
	background: #fff8db;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.area__human {
	display: block;
	position: absolute;
	right: calc(50% - 525px);
	top: -474px;
	width: 465px;
	z-index: -1;
	z-index: -1;
}

.area__item {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.area__item-head {
	align-items: end;
	background: #0b70c4;
	display: flex;
	gap: 10px;
	padding-left: 10px;
}

.area__item-num {
	-webkit-text-stroke-color: #0b70c4;
	-webkit-text-stroke-width: 10px;
	color: #FFF;
	font-family: Arial, "Noto Sans JP", sans-serif;
	font-size: 100px;
	font-style: italic;
	font-weight: 600;
	line-height: 100%;
	margin-top: -30px;
	paint-order: stroke;
}

.area__item-text {
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 14px;
}

.area__item-text span {
	color: #ffff00;
	font-weight: 700;
}

.area__item-desc {
	font-size: 30px;
	font-weight: 600;
	line-height: 173%;
	padding-left: 64px;
}

.flow {
	color: #1b1b1b;
	padding-bottom: 100px;
}

.flow__sub {
	font-size: 36px;
	font-weight: 600;
	margin-top: 44px;
	text-align: center;
}

.flow__title {
	display: block;
	margin: 1px auto 0;
	width: 480px;
}

.flow__items {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-top: 40px;
}

.flow__item {
	padding-left: 21px;
	position: relative;
}

.flow__item + .flow__item::after {
	background: #727272;
	content: "";
	height: 90px;
	left: 121px;
	position: absolute;
	top: -112px;
	width: 1px;
}

.flow__head {
	border-bottom: 2px solid #0b70c4;
	display: flex;
	gap: 10px;
	margin-left: 29px;
}

.flow__step {
	display: block;
	width: 142px;
}

.flow__head-text {
	color: #0b70c4;
	font-size: 42px;
	font-weight: 500;
}

.flow__content {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.flow__image {
	display: block;
	flex-shrink: 0;
	width: 168px;
}

.flow__desc {
	font-size: 30px;
	font-weight: 500;
	line-height: 162%;
	margin-top: 20px;
}

.faq {
	padding-bottom: 80px;
}

.faq .c-wrap {
	padding-inline: 40px;
}

.faq__items {
	display: flex;
	flex-direction: column;
	gap: 45px;
	margin-top: 82px;
}

.faq__item {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.faq__question {
	align-items: center;
	background: #eeeeee;
	display: flex;
	height: 125px;
	padding-block: 14px 9px;
}

.faq__question-content {
	color: #0b70c4;
	display: flex;
	gap: 28px;
}

.faq__question-label {
	font-size: 42px;
	font-weight: 500;
}

.faq__question-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 500;
}

.faq__answer {
	display: flex;
	gap: 28px;
}

.faq__answer-label {
	color: #e5003b;
	font-size: 42px;
	font-weight: 500;
}

.faq__answer-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 500;
}

.company {
	background-color: #fdfdfd;
	padding-bottom: 73px;
}

.company__info {
	display: flex;
	flex-direction: column;
	gap: 53px;
	justify-content: center;
	margin: 77px auto 0;
	max-width: 616px;
}

.company__term {
	display: flex;
	font-size: 30px;
	gap: 18px;
}

.company__head {
	color: #0b70c4;
	font-weight: 500;
	width: 200px;
}

.company__text {
	font-weight: 500;
}

.footer {
	background: #0b70c4;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	margin-bottom: 313px;
	padding-block: 26px 28px;
}

.footer__links {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.footer__link {
	font-size: 20px;
	transition: 0.3s;
}

.footer__link:hover {
	opacity: 0.7;
}

.footer__copyright {
	align-items: center;
	display: flex;
	font-size: 20px;
	justify-content: center;
}

.md-hidden {
	display: block;
}

.md-block {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
}

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

.c-max-width {
	max-width: 1000px;
}

.c-heading {
	padding-block: 31px 60px;
}

.c-heading__human {
	right: calc(50% - 498px);
	width: 200px;
}

.c-heading__area {
	bottom: -48px;
	right: calc(50% - 594px);
	width: 300px;
}

.c-heading__flow {
	bottom: 0px;
	display: block;
	position: absolute;
	right: calc(50% - 514px);
	width: 214px;
	z-index: 1;
}

.c-tel-button__container {
	justify-content: end;
}

.c-tel-button__head {
	font-size: 40px;
	padding-right: 64px;
}

.c-tel-button__text {
	font-size: 33px;
	letter-spacing: -0.01em;
}

.c-tel-button__text span {
	font-size: 37px;
}

.c-tel-button__text span:nth-of-type(3) {
	display: inline;
	font-size: 33px;
	font-weight: 700;
}

.c-tel-button__body {
	gap: 10px;
}

.c-tel-button__icon {
	width: 63px;
}

.c-tel-button__num {
	width: 590px;
}

.c-tel-button__woman {
	margin-bottom: -20px;
	margin-right: -13px;
	margin-top: -119px;
	width: 214px;
}

.c-button {
	align-items: center;
	padding: 7px 10px 3px 5px;
}

.c-button--line::after {
	right: 40px;
}

.c-button--form {
	gap: 25px;
	padding: 7px 10px 3px 26px;
}

.c-button__line-icon {
	height: 106px;
	width: 106px;
}

.c-button__form-icon {
	width: 93px;
}

.c-button__text {
	font-size: 40px;
}

.c-fixed-button {
	max-width: 100%;
}

.c-fixed-button .c-wrap {
	padding-inline: 5px;
}

.c-fixed-button .cta-buttons__block {
	margin-top: 0;
}

.c-fixed-button .c-tel-button {
	border: 4px solid #eb6100;
	border-radius: 20px;
	box-sizing: border-box;
	width: -moz-fit-content;
	width: fit-content;
}

.c-fixed-button .c-tel-button::after {
	display: none;
}

.c-fixed-button .c-tel-button__head {
	font-size: 20px;
	line-height: 100%;
	padding-block: 4px;
	padding-inline: 10px;
	text-align: end;
}

.c-fixed-button .c-tel-button__head span {
	font-size: 29px;
	line-height: 100%;
}

.c-fixed-button .c-tel-button__num {
	width: 341px;
}

.c-fixed-button .c-tel-button__container {
	align-items: center;
	gap: 0;
	margin: 0 0 -6px;
	padding-bottom: 0;
}

.c-fixed-button .c-tel-button__content {
	margin-top: 5px;
}

.c-fixed-button .c-tel-button__icon {
	width: 32px;
}

.c-fixed-button .c-button--form {
	gap: 0;
}

.c-fixed-button .c-button__form-icon {
	margin-bottom: -27px;
	margin-top: -41px;
	width: 86px;
}

.c-fixed-button .c-button {
	padding: 5px 10px 3px 18px;
	width: 350px;
}

.c-fixed-button .c-button--line {
	gap: 22px;
}

.c-fixed-button .c-button--line::after {
	right: 20px;
}

.c-fixed-button .c-button__line-icon {
	height: 78px;
	padding: 14px;
	width: 78px;
}

.c-fixed-button .c-button__text {
	font-size: 30px;
}

.c-fixed-button__content {
	align-items: stretch;
	flex-direction: row;
	gap: 28px;
	justify-content: center;
}

.header {
	padding-block: 4px 7px;
}

.header__wrap {
	max-width: 1278px;
	padding-inline: 30px 6px;
}

.header__title {
	width: 538px;
}

.header__tel-lead {
	font-size: 30px;
}

.header__tel-lead span:nth-of-type(2) {
	display: none;
}

.header__tel-lead span:nth-of-type(3) {
	display: inline;
	font-size: 34px;
	font-weight: bold;
}

.header__tel-icon {
	width: 34px;
}

.header__tel-num {
	width: 285px;
}

.header__line {
	width: 102px;
}

.fv {
	padding-block: 62px 30px;
}

.fv .c-max-width {
	max-width: 1360px;
}

.fv::before {
	background: url(../img/fv-bg-pc.webp) no-repeat center center/cover;
	height: calc(100% - 110px);
}

.fv::after {
	height: 109px;
}

.fv__content {
	margin-left: auto;
	max-width: 1234px;
	width: 100%;
}

.fv__human {
	bottom: -11px;
	left: calc(50% + 90px);
	width: 499px;
}

.fv__circles {
	justify-content: end;
	margin-top: -200px;
	width: 100%;
}

.fv__item {
	height: 196px;
	width: 196px;
}

.fv__item:nth-of-type(1) .fv__item-text span:nth-of-type(1) {
	font-size: 75px;
}

.fv__item:nth-of-type(1) .fv__item-text span:nth-of-type(2) {
	font-size: 38px;
}

.fv__item-text {
	font-size: 35px;
	line-height: 112%;
}

.cta-buttons {
	max-width: 992px;
	padding-block: 61px 46px;
}

.cta-buttons__block {
	margin-top: 61px;
}

.worries__head {
	padding-block: 36px 27px;
}

.worries__head-text {
	width: 983px;
}

.worries__head-termite {
	right: calc(50% - 483px);
	top: 51px;
	width: 75px;
}

.worries__images {
	gap: 34px;
}

.worries__image {
	width: 339px;
}

.worries__images-termite {
	left: calc(50% - 512px);
	top: -45px;
	width: 79px;
}

.worries__lists {
	gap: 25px;
	margin: 43px auto 0;
	max-width: 968px;
	padding-right: 60px;
}

.worries__list {
	font-size: 40px;
	padding-left: 22px;
}

.worries__list span {
	font-size: 45px;
}

.worries__list::after {
	height: 40px;
	left: -27px;
	width: 40px;
}

.worries__woman {
	bottom: 0;
	right: calc(50% - 560px);
	top: auto;
	width: 260px;
}

.worries__arrow {
	margin: 65px auto 0;
}

.worries__content {
	margin: 52px 0 0;
	max-width: 968px;
	text-align: left;
}

.worries__lead {
	font-size: 42px;
}

.worries__lead span {
	font-size: 48px;
}

.worries__lead span::after {
	height: 16px;
	top: 46px;
}

.worries__notes {
	margin-left: auto;
	margin-right: -101px;
	width: -moz-fit-content;
	width: fit-content;
}

.worries__note {
	font-size: 36px;
	letter-spacing: -0.01em;
	line-height: 261%;
	margin-top: 41px;
}

.worries__note span:nth-of-type(1) {
	font-size: 69px;
}

.worries__note span:nth-of-type(2) {
	font-size: 60px;
	padding: 0px 10px 20px;
}

.worries__note span:nth-of-type(2)::before {
	background: url(../img/worries-deco.webp) no-repeat center center/contain;
	content: "";
	height: 47px;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 58px;
}

.worries__note span:nth-of-type(2)::after {
	height: 43px;
	left: 50%;
	top: 50px;
	transform: translateX(-50%) rotate(2deg);
	width: 582px;
}

.worries__woman2 {
	bottom: -35px;
	left: calc(50% - 825px);
	width: 485px;
}

.worries__cta {
	clip-path: inset(-100% -100% 1px -100%);
	margin-top: 132px;
}

.worries__cta-content {
	padding-block: 58px 39px;
}

.worries__desc {
	letter-spacing: 0.03em;
	line-height: 150%;
}

.worries__cta-man {
	width: 370px;
}

.worries__cta-bg {
	top: 14%;
}

.features {
	background: url(../img/feature-bg.webp) repeat-y center center/contain;
}

.features__wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.features__title {
	margin-right: 96px;
	width: 920px;
}

.features__items {
	gap: 90px;
	width: 100%;
}

.features__item {
	box-shadow: 9px 7px 1px #5f96f1;
	display: flex;
	justify-content: space-between;
}

.features__item::after {
	background: #0a518c;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 93px;
	width: 770px;
	z-index: 0;
}

.features__item:nth-of-type(4) .features__image {
	right: 0;
	width: 362px;
}

.features__item:nth-of-type(4) .features__num {
	z-index: 1;
}

.features__item:nth-of-type(5) .features__image {
	right: -51px;
}

.features__content {
	width: 100%;
}

.features__head {
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 7px;
	border: none;
	padding: 20px 55px 16px;
	paint-order: stroke;
	position: relative;
	z-index: 2;
}

.features__head span {
	display: inline-block;
	font-weight: 700;
}

.features__thumb {
	padding-right: 45px;
	z-index: 1;
}

.features__thumb--sp {
	display: none;
}

.features__thumb--pc {
	display: block;
}

.features__thumb::after {
	border-bottom: 290px solid #edf3fd;
	border-left: 828px solid transparent;
	z-index: -3;
}

.features__image {
	left: auto;
	right: -101px;
	transform: translateX(0%);
}

.features__num {
	font-size: 123px;
	padding: 0;
	z-index: -2;
}

.features__desc {
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 8px;
	background: transparent;
	color: #1b1b1b;
	letter-spacing: normal;
	padding: 38px 0 20px 49px;
	paint-order: stroke;
	position: relative;
	z-index: 3;
}

.guarantee.c-max-width {
	box-shadow: 12px 12px 1px #a0a0a0;
	margin:85px auto 0;
}

.guarantee__head {
	justify-content: center;
	text-align: center;
}

.guarantee__badge {
	left: 19px;
}

.guarantee__lead {
	font-size: 42px;
}

.guarantee__lead span {
	font-size: 40px;
}

.guarantee__title {
	font-size: 42px;
}

.guarantee__title span {
	font-size: 40px;
}

.guarantee__body {
	padding: 39px 10px 26px;
	text-align: center;
}

.voice {
	padding-block: 116px 160px;
}

.voice__items {
	gap: 61px;
}

.voice__item {
	padding-left: 30px;
}

.voice__head {
	background: none;
	padding-bottom: 0;
}

.voice__head--sp {
	display: none;
}

.voice__head--pc {
	display: block;
}

.voice__container {
	gap: 52px;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.voice__thumb {
	height: 196px;
	width: 155px;
}

.voice__term {
	line-height: 150%;
}

.voice__text span {
	border-bottom: 2px solid #0b70c4;
}

.price__inner {
	background: #fff;
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 90px;
}

.price .c-wrap {
	max-width: 1037px;
}

.price__value {
	padding-top: 56px;
}

.price__value-table {
	margin-top: 51px;
	width: 1000px;
}

.price__value-table thead tr th {
	font-size: 48px;
	padding-bottom: 8px;
}

.price__value-table thead tr th span {
	font-size: 37px;
}

.price__value-table tbody tr th {
	font-size: 50px;
	padding-left: 60px;
	width: 496.5px;
}

.price__value-table tbody tr td {
	padding-block: 19px;
	width: 496.5px;
}

.price__value-num {
	width: 276px;
}

.price__compare {
	height: 835px;
	margin-top: 142px;
	padding-bottom: 45px;
}

.price__compare-head {
	height: 100px;
	top: -57px;
	width: 589px;
}

.price__compare-icon {
	width: 116px;
}

.price__compare-text {
	font-size: 60px;
}

.price__compare-content {
	top: 95px;
	transform: translateX(-49%);
	width: 1048px;
}

.price__compare-desc {
	font-size: 36px;
}

.price__items {
	gap: 32px;
	margin-top: 87px;
}

.price__item-head {
	margin: 0;
	padding: 5px 15px 0px;
}

.price__item-head-icon {
	margin-top: -22px;
	width: 95px;
}

.price__item-title {
	font-size: 42px;
}

.price__item-lists {
	flex-wrap: wrap;
	gap: 11px 72px;
	height: 216px;
	margin-top: 44px;
	padding-inline: 34px;
}

.price__item-icon {
	width: 40px;
}

.price__item-note {
	font-size: 36px;
}

.price__item-human {
	display: none;
}

.price__cards {
	gap: 33px 11px;
	margin-top: 60px;
}

.price__card {
	width: calc((100% - 22px) / 3);
}

.price__card-num {
	font-size: 86px;
	top: -69px;
}

.area {
	padding-bottom: 130px;
}

.area__content {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.area__labels {
	gap: 30px;
	margin-top: 70px;
}

.area__label {
	font-size: 55px;
}

.area__head {
	flex-direction: row;
	width: -moz-fit-content;
	width: fit-content;
}

.area__head::after {
	bottom: 0;
	color: #1b1b1b;
	content: "＼";
	font-size: 55px;
	font-weight: 700;
	left: -55px;
	line-height: 100%;
	position: absolute;
}

.area__lead {
	font-size: 50px;
}

.area__title::after {
	display: none;
}

.area__desc {
	font-size: 36px;
	line-height: 179%;
	margin-right: auto;

	padding-left: 0;
}

.area__items::after {
	transform: translate(-50%, -47%);
}

.area__items {
	gap: 56px;
	margin-left: 0;
	margin-top: 73px;
}

.area__human {
	top: -368px;
	z-index: -2;
}

.area__item {
	gap: 17px;
}

.area__item-head {
	gap: 20px;
	width: 931px;
}

.area__item-text {
	font-size: 48px;
}

.area__item-desc {
	font-size: 36px;
	padding-left: 84px;
}

.flow__sub {
	font-size: 48px;
}

.flow__title {
	width: 613px;
}

.flow__items {
	gap: 90px;
	margin-top: 74px;
}

.flow__item + .flow__item::after {
	height: 72px;
	top: -78px;
}

.flow__head {
	gap: 54px;
}

.flow__content {
	gap: 31px;
}

.flow__image {
	width: 196px;
}

.faq {
	padding: bottom 95px;
}

.faq__items {
	gap: 63px;
}

.faq__question {
	height: 83px;
}

.faq__question-content {
	gap: 59px;
}

.faq__answer {
	gap: 59px;
}

.faq__answer-text {
	line-height: 160%;
}

.company__info {
	max-width: 830px;
}

.company__term {
	gap: 37px;
}

.footer {
	margin-bottom: 162px;
}

.md-hidden {
	display: none;
}

.md-block {
	display: block;
}

}

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

	
	.faq__answer-text {
		font-size: 28px;
	}

	.faq__question-text {
		font-size: 30px;
	}

	.area__title {
		font-size: 42px;
	}

	.area__lead {
		font-size: 30px;
	}

	.price__card-text {
		font-size: 30px;
	}

	.area__desc {
		font-size: 33px;
	}

	.area__item-desc {
		font-size: 30px;
	}

	.flow__desc {
		font-size: 28px;
	}

	.features__head {
		font-size: 36px;
	}

	.features__desc {
		font-size: 24px;
	}

	.worries__list {
		font-size: 26px;
	}

	.worries__list span {
		font-size: 30px;
	} }

	.features {
		padding-block: 60px 95px;}

	.faq__question-content {
    align-items: center;
}