body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
}

body.modal-open {
	overflow: hidden;
}

main {
	padding-top: 4.9375rem;
}

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

a {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.6;
}

.l-header {
	background: #FFF;
	height: auto;
	left: 0;
	padding: 1.5rem 1.5625rem 1.75rem 3.6875rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
}

.l-header__logo {
	width: 10.625rem;
}

.l-header__btns {
	display: flex;
	gap: 1rem;
}

.l-header__btn {
	display: flex;
}

.l-header__contact {
	border: 0.1875rem solid #003E80;
	gap: 0.8125rem;
	padding: 0.5rem 1.0625rem 0.75rem 0.9375rem;
}

.l-header__contact img {
	width: 2.1875rem;
}

.l-header__contact-text {
	color: #003E80;
	font-size: 1.25rem;
	text-align: center;
}

.l-header__contact-text span {
	color: #E60013;
	display: block;
}

.l-header__tel {
	gap: 1.3125rem;
}

.l-header__tel img {
	height: 3.4375rem;
	margin-top: 0.8125rem;
	width: 3.4375rem;
}

.l-header__num {
	color: #E60013;
	font-size: 3rem;
	position: relative;
}

.l-header__num span {
	color: #000;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	left: 50%;
	position: absolute;
	top: 3.625rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.l-header__line {
	align-items: center;
	background: #06C755;
	color: #fff;
	height: 100%;
	padding: 0 1.25rem 0 1.125rem;
}

.l-header__line img {
	width: 4.75rem;
}

.l-header__line-text {
	font-size: 2rem;
}

.l-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

.l-footer {
	background: #E60013;
	color: #fff;
	padding-bottom: 5.4375rem;
	padding-top: 3.5625rem;
	position: relative;
}

.l-footer__logo {
	margin: 0 auto;
	width: 18.75rem;
}

.l-footer__tel {
	margin: 0.625rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__tel-column {
	display: flex;
	gap: 1.0625rem;
	justify-content: center;
}

.l-footer__tel-img {
	margin-top: 0.1875rem;
	width: 4.3125rem;
}

.l-footer__tel-num {
	-webkit-text-stroke: 0.5px #fff;
	font-size: 3rem;
}

.l-footer__tel-note {
	-webkit-text-stroke: 0.5px #fff;
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 0.5rem;
	text-align: center;
}

.l-footer__dl {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: auto 1fr;
	margin: 2.9375rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__copy {
	font-size: 0.875rem;
	font-weight: 300;
	margin: 2.375rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__right {
	bottom: 5.875rem;
	position: absolute;
	right: 7.75rem;
}

.l-footer__right-item {
	max-width: 14.25rem;
}

.l-footer__right-item:not(:first-of-type) {
	margin-top: 0.625rem;
}

.l-footer__home {
	align-items: center;
	background: #fff;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	height: 61px;
	padding-left: 1.5rem;
	padding-right: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__home span {
	margin-left: 0.1875rem;
}

.l-footer__home span img {
	height: 1.125rem;
	vertical-align: text-bottom;
	width: 1rem;
}

.l-footer__sns {
	display: flex;
	gap: 0.75rem;
}

.l-footer__sns-link {
	display: block;
	width: 3rem;
}

.l-drawer__icon {
	border-radius: 5px;
	display: none;
	height: 3.125rem;
	position: fixed;
	right: 0;
	top: 0.625rem;
	width: 3.125rem;
	z-index: 200;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(1) {
	top: 1.49375rem;
	transform: rotate(45deg);
	transform-origin: center;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(3) {
	top: 1.49375rem;
	transform: rotate(-45deg);
	transform-origin: center;
}

.l-drawer-icon__bar {
	background: #000;
	border-radius: 0.125rem;
	height: 0.133125rem;
	left: 0.8125rem;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 1.5rem;
}

.l-drawer-icon__bar:nth-of-type(1) {
	top: 0.9375rem;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 1.49375rem;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 2.05625rem;
}

.l-drawer__content {
	background: #fff;
	height: 100%;
	line-height: normal;
	padding: 5rem 2.5rem;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 50;
}

.l-drawer__content.is-checked {
	transform: translateY(0px);
}

.l-drawer-content__list:not(:first-child) {
	margin-top: 2.5625rem;
}

.l-drawer-content__button {
	border-radius: 2.1875rem;
	color: #fff;
	display: block;
	line-height: normal;
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 17.5rem;
	padding: 1.375rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.l-drawer-content__button--white {
	background: #fff;
	margin-top: 2rem;
}

.c-br-sp {
	display: none;
}

.p-mv__inner {
	padding: 21.1875rem 7.5rem 3.375rem 7.5rem;
	position: relative;
}

.p-mv__bg {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-mv__lead {
	position: absolute;
	top: 5.1875rem;
	width: 48.875rem;
}

.p-mv__lead img {
	padding-bottom: 0.84375rem;
	padding-top: 0.84375rem;
}

.p-mv__text-wrapper {
	display: flex;
	justify-content: center;
}

.p-mv__text-left {
	margin-top: 7.875rem;
}

.p-mv__left-text {
	align-items: center;
	background: #fff;
	border-radius: 1.875rem;
	display: flex;
	height: 5.5rem;
	padding-left: 1.5625rem;
	padding-right: 1rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__left-text img:first-child {
	width: 27.5rem;
	z-index: 1;
}

.p-mv__left-text .p-mv__bg-yellow {
	left: 0.6875rem;
	position: absolute;
	top: 2.9375rem;
	width: 28.6875rem;
}

.p-mv__left-text::after {
	background: url(../img/polygon.svg) no-repeat center center/cover;
	content: "";
	height: 2.1875rem;
	left: 4.125rem;
	position: absolute;
	top: 4.4375rem;
	width: 2.1875rem;
}

.p-mv__left-line {
	margin-left: 4.125rem;
	margin-top: 0.4375rem;
}

.p-mv__line {
	margin-left: 4.125rem;
	margin-top: 0.4375rem;
}

.p-mv__line a {
	align-items: center;
	background: #06C755;
	display: flex;
	height: 8.1875rem;
	padding-left: 1rem;
	padding-right: 1.25rem;
}

.p-mv__line img {
	width: 4.75rem;
}

.p-mv__line span {
	display: block;
}

.p-mv__line span:first-child {
	color: #FFDE31;
	font-size: 1.5rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__line span:first-child::before,
.p-mv__line span:first-child::after {
	bottom: 0.1875rem;
	content: "";
	height: 2.1875rem;
	position: absolute;
	width: 2.1875rem;
}

.p-mv__line span:first-child::before {
	background: url(../img/hand-left.svg) no-repeat center center/cover;
	left: 0;
}

.p-mv__line span:first-child::after {
	background: url(../img/hand-right.svg) no-repeat center center/cover;
	right: 0.25rem;
}

.p-mv__line span:nth-child(2) {
	color: #fff;
	font-size: 2rem;
	margin-top: -0.1875rem;
	padding-left: 0.6875rem;
	white-space: nowrap;
}

.p-mv__text-right {
	align-items: end;
	display: flex;
	margin-bottom: 1.375rem;
	margin-left: -1.875rem;
}

.p-mv_achievement {
	height: 15.5625rem;
	width: 20.75rem;
}

.p-mv__item {
	background: #E60013;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	padding: 0 1.125rem 0.4375rem 0.5625rem;
}

.p-mv__item:not(:first-child) {
	margin-top: 1.625rem;
}

.p-mv__item-img {
	flex-shrink: 0;
	width: 3.5rem;
}

.p-mv__item-img img {
	display: block;
}

.p-mv__item-text {
	padding-top: 1.0625rem;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.p-mv__banner {
	background: #E60013;
	height: 19.625rem;
	margin: 0.75rem auto 0;
	padding: 1.4375rem 6.9375rem 1.875rem 9.0625rem;
	width: 75.0625rem;
}

.p-banner__main {
	display: flex;
	gap: 1rem;
}

.p-banner__main-text {
	color: #fff;
	font-size: 4rem;
	padding-top: 0.9375rem;
}

.p-banner__main-fee {
	padding: 0.84375rem 0;
}

.p-banner__main-fee img:first-child {
	width: 28.6875rem;
}

.p-banner__main-fee img:nth-child(2) {
	margin-bottom: 0.75rem;
	margin-left: 1.875rem;
	width: 6.375rem;
}

.p-banner__sub {
	align-items: center;
	background: #fff;
	border-radius: 1.875rem;
	display: flex;
	gap: 2.125rem;
	height: 5.5rem;
	padding-left: 3.625rem;
	padding-right: 4.375rem;
	white-space: nowrap;
	width: 52.625rem;
}

.p-banner__sub-text {
	font-size: 2.25rem;
}

.p-banner__sub-fee {
	color: #E60013;
	font-size: 2.25rem;
}

.p-banner__sub-fee span:first-child {
	font-size: 2rem;
}

.p-banner__sub-fee .p-banner__sub-tax {
	font-size: 1.5rem;
}

.p-banner__note {
	margin-left: 8.0625rem;
	margin-top: 1.3125rem;
}

.p-mv__cta {
	margin: 2.25rem auto 0;
}

.p-cta {
	background: #fff;
	border: 1.875rem solid #003E80;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 1.5625rem 2.5rem;
	position: relative;
}

.p-cta__lead {
	font-size: 1.5rem;
	text-align: center;
}

.p-cta__lead-blue {
	color: #003E80;
}

.p-cta__lead-red {
	color: #E60013;
	z-index: 1;
}

.p-cta__lead-red:last-of-type {
	position: relative;
}

.p-cta__lead-red:last-of-type::before {
	background: url(../img/p-cta__lead-bg.svg) no-repeat center center/cover;
	bottom: -0.375rem;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 9.375rem;
	z-index: -1;
}

.p-cta_list {
	display: flex;
	gap: 0.8125rem;
	justify-content: end;
	margin-top: 1.3125rem;
}

.p-cta__item {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 5.5rem;
	width: 17.5rem;
}

.p-cta__item:first-child {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-cta__item:first-child a {
	height: 100%;
	padding: 0.8125rem 1rem;
	white-space: nowrap;
	width: 100%;
}

.p-cta__hours {
	-webkit-text-stroke: 0.5px #000;
	font-size: 0.875rem;
	font-weight: 300;
	text-align: center;
}

.p-cta__num {
	-webkit-text-stroke: 0.5px #E60013;
	color: #E60013;
	font-size: 1.5rem;
	margin-top: -0.375rem;
	padding-bottom: 0.71875rem;
	padding-left: 3.5625rem;
	padding-top: 0.71875rem;
	position: relative;
}

.p-cta__num::before {
	background: url(../img/tel-free.svg) no-repeat center center/cover;
	content: "";
	height: 2.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.9375rem;
}

.p-cta__btn {
	align-items: center;
	color: #fff;
	display: flex;
}

.p-cta__btn a {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
}

.p-cta__line {
	background: #06C755;
}

.p-cta__line a {
	padding-left: 0.625rem;
}

.p-cta__mail {
	background: #003E80;
}

.p-cta__mail a {
	padding-left: 1.125rem;
}

.p-cta__icon-line {
	width: 4.0625rem;
}

.p-cta__text {
	-webkit-text-stroke: 0.5px #fff;
	color: #FFF;
	font-size: 1.5rem;
}

.p-cta__text span {
	display: block;
	font-size: 0.875rem;
	margin-bottom: -0.375rem;
	text-align: center;
}

.p-cta__icon-mail {
	width: 2.4375rem;
}

.p-cta__img {
	position: absolute;
	top: 0;
	width: 8.5625rem;
}

.p-concern {
	background: #FFF6E7;
	padding-bottom: 11.25rem;
	padding-top: 3.5rem;
	position: relative;
}

.p-concern::after {
	background: url(../img/concern_dot.svg) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-concern__inner {
	position: relative;
	z-index: 1;
}

.p-concern__head-img {
	margin: 0 auto;
	width: 7.4375rem;
}

.p-concern__head {
	-webkit-text-stroke: 0.5px #003E80;
	color: #003E80;
	font-family: "Hi Melody", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 2rem;
	text-align: center;
}

.p-concern__list {
	margin-top: 4rem;
}

.p-concern__item {
	align-items: center;
	background: #fff;
	border: 3px solid #003E80;
	border-radius: 1.875rem;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-concern__item:nth-child(odd) {
	padding-left: 2.375rem;
	padding-right: 0.5rem;
}

.p-concern__item:first-child {
	gap: 2.6875rem;
}

.p-concern__item:nth-child(2) {
	flex-direction: row-reverse;
	gap: 1.9375rem;
	margin-left: auto;
	padding-left: 5.3125rem;
	padding-right: 1.5rem;
}

.p-concern__item:last-child {
	gap: 0.625rem;
}

.p-concern__item:not(:first-child) {
	margin-top: 2.375rem;
}

.p-concern__img {
	flex-shrink: 0;
	height: 5.375rem;
	width: 5.375rem;
}

.p-concern__text {
	white-space: nowrap;
}

.p-concern__description {
	font-size: 2rem;
	font-weight: 600;
}

.p-concern__description span {
	color: #E60013;
}

.p-problem {
	margin-top: 7.8125rem;
}

.p-problem__content {
	padding-top: 2.5rem;
	position: relative;
}

.p-problem__head {
	align-items: center;
	background: #003E80;
	border-radius: 1.875rem;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	height: 7.1875rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 39.4375rem;
}

.p-problem__head img {
	width: 4rem;
}

.p-problem__container {
	background: #fff;
	border: 3px solid #003E80;
	border-radius: 1.875rem;
	padding: 9.75rem 0 4.5rem;
	width: 100%;
}

.p-problem__list {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-problem__item {
	font-size: 2rem;
	font-weight: 600;
	padding-left: 4.25rem;
	position: relative;
}

.p-problem__item span {
	display: inline-block;
	position: relative;
}

.p-problem__item span::after {
	background: #000;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-problem__item::before {
	background: url(../img/search.svg) no-repeat center center/cover;
	content: "";
	height: 3.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5rem;
}

.p-problem__item:not(:first-child) {
	margin-top: 2.25rem;
}

.p-estimate {
	background: url(../img/estimate_bg.jpg) no-repeat center center/cover;
	padding: 1.75rem 11.0625rem 3.75rem;
}

.p-estimate__content {
	margin: 0 auto;
	max-width: 1086px;
	padding-left: 3.125rem;
	padding-top: 2.3125rem;
	position: relative;
}

.p-estimate__content::before {
	background: url(../img/touch.svg) no-repeat center center/cover;
	content: "";
	content: "";
	height: 9.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 9.875rem;
}

.p-estimate__content::after {
	background: url(../img/estimate_click.svg) no-repeat center center/cover;
	bottom: 0.625rem;
	content: "";
	height: 15.5rem;
	position: absolute;
	right: 0;
	width: 14.375rem;
}

.p-estimate__container {
	background: #FFDE31;
	border: 0.625rem solid #E60013;
	padding: 1.125rem 4rem 0.9375rem 6.6875rem;
}

.p-estimate__lead {
	font-size: 2.5rem;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.p-estimate__lead span {
	font-size: 3rem;
}

.p-estimate__lead span:first-of-type {
	color: #003E80;
}

.p-estimate__lead svg {
	bottom: 0.5625rem;
	position: absolute;
	right: -0.625rem;
	z-index: -1;
}

.p-estimate__list {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 0.8125rem;
}

.p-estimate__item {
	background: #E60013;
	color: #fff;
	font-size: 1.25rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.875rem;
	text-align: center;
}

.p-estimate__item:first-child {
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.p-estimate__item:last-child {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-estimate__message {
	height: 4.5rem;
	margin: 1.4375rem auto 0;
	width: 52.375rem;
}

.p-reason {
	position: relative;
}

.p-reason__cta {
	bottom: -7.8125rem;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.p-reason__inner {
	padding-bottom: 16.4375rem;
	padding-top: 8.25rem;
}

.p-reason__head {
	margin: 0 auto;
	padding: 0 3.625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-reason__head::before,
.p-reason__head::after {
	bottom: 0;
	content: "";
	height: 5.1875rem;
	position: absolute;
	width: 2.4375rem;
}

.p-reason__head::before {
	background: url(../img/reason_head-left.svg) no-repeat center center/cover;
	left: 0;
}

.p-reason__head::after {
	background: url(../img/reason_head-right.svg) no-repeat center center/cover;
	right: 0;
}

.p-reason__head img {
	width: 30rem;
}

.p-reason__list {
	margin-top: 6.25rem;
}

.p-reason__item {
	display: flex;
	gap: 2.5rem;
}

.p-reason__item:first-child .p-reason__description {
	padding-left: 2.6875rem;
	white-space: nowrap;
}

.p-reason__item:nth-child(2) {
	flex-direction: row-reverse;
}

.p-reason__item:not(:first-child) {
	margin-top: 2.5rem;
}

.p-reason__text {
	align-items: center;
	background: url(../img/reason_bg.svg) no-repeat center center/contain;
	display: flex;
	flex-shrink: 0;
	height: 22.625rem;
	justify-content: center;
	position: relative;
	width: 35.125rem;
}

.p-reason__num {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.p-reason__subhead {
	color: #E60013;
	font-size: 2.5rem;
	text-align: center;
}

.p-reason__description {
	font-size: 1.25rem;
	margin-top: 1.5625rem;
}

.p-reason__img {
	width: 37.5rem;
}

.p-price {
	background: url(../img/price_bg.svg) no-repeat center center/cover;
	position: relative;
}

.p-price__inner {
	padding-bottom: 27.5625rem;
	padding-top: 17.3125rem;
}

.p-price__head {
	align-items: center;
	display: flex;
	height: 3.75rem;
	margin: 0 auto;
	width: 8.75rem;
}

.p-price__content {
	background: #003E80;
	margin-top: 3.625rem;
	padding: 2.4375rem 4.875rem 6.9375rem;
}

.p-price__subhead {
	color: #fff;
	font-size: 2rem;
	margin: 0 auto;
	padding-bottom: 0.5625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__subhead::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24.6875rem;
}

.p-price__list {
	-moz-column-gap: 1.625rem;
	column-gap: 1.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.375rem;
	row-gap: 2.5rem;
}

.p-price__item {
	width: 31.8125rem;
}

.p-price__item:last-child {
	grid-column: 1/-1;
	justify-self: center;
}

.p-price__item:last-child .p-price__text {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.p-price__text {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 1rem 3.25rem 0.9375rem;
}

.p-price__item-head {
	font-size: 1.5rem;
}

.p-price__description {
	color: #E60013;
	font-size: 2.25rem;
}

.p-price__description-custom {
	font-size: 2rem;
}

.p-price_note {
	color: #fff;
	font-size: 1.5rem;
	margin: 2.375rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__line {
	bottom: -14.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 75rem;
}

.p-line__inner {
	background: #06C755;
	padding: 1.25rem 2.25rem 2.625rem;
	position: relative;
	z-index: 1;
}

.p-line__inner::before {
	background: url(../img/line_dot.svg) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-line__inner::after {
	aspect-ratio: 310/410;
	background: url(../img/line_img.png) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	width: 19.375rem;
	z-index: -1;
}

.p-line__lead-container {
	align-items: center;
	background: #fff;
	border-radius: 1.25rem;
	display: flex;
	gap: 0.9375rem;
	padding: 1.0625rem 2.375rem 1.0625rem 2rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-line__lead-container::after {
	background: url(../img/line_polygon.svg) no-repeat center center/cover;
	content: "";
	height: 2.5625rem;
	position: absolute;
	right: 7.875rem;
	top: 3.8125rem;
	width: 1.75rem;
}

.p-line__lead-img {
	width: 3.1875rem;
}

.p-line__lead {
	font-size: 1.5rem;
}

.p-line__head {
	margin: 0.75rem auto 0;
	width: 33.6875rem;
}

.p-line__list {
	margin-left: 1.9375rem;
	margin-top: 1rem;
}

.p-line__item {
	display: flex;
	gap: 1.375rem;
}

.p-line__item:not(:first-child) {
	margin-top: 1px;
}

.p-line__item:nth-child(odd) .p-line__text {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
}

.p-line__item:nth-child(even) .p-line__num {
	background: #A4E9C0;
}

.p-line__item:nth-child(even) .p-line__text {
	background: #A4E9C0;
	padding: 0.3125rem 0;
}

.p-line__item:first-child .p-line__num {
	background: #51D888;
}

.p-line__item:first-child .p-line__text {
	background: #51D888;
}

.p-line__item:last-child .p-line__num {
	-webkit-text-stroke: 1px #06C755;
	background: #fff;
	color: #06C755;
}

.p-line__item:last-child .p-line__text {
	background: #fff;
}

.p-line__num {
	-webkit-text-stroke: 1px #fff;
	clip-path: polygon(0 0, 100% 0, 100% 43%, 50% 100%, 0 43%);
	color: #fff;
	display: flex;
	font-size: 2.5rem;
	height: 6.4375rem;
	justify-content: center;
	padding-top: 0.75rem;
	width: 10.3125rem;
}

.p-line__text {
	border-radius: 1.25rem;
	height: 5.4375rem;
	text-align: center;
	width: 47rem;
}

.p-line__description a {
	color: #FFDE31;
}

.p-line__text-content {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: -0.125rem;
}

.p-line__text-content span {
	border-radius: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-line__text-content span:nth-child(2) {
	color: #fff;
	font-size: 2.25rem;
}

.p-line__text-content span:nth-child(odd) {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	height: 2.6875rem;
}

.p-line__text-lead {
	font-size: 1.25rem;
}

.p-line__text-yellow {
	background: #FFDE31;
	padding: 0 0.8125rem;
}

.p-line__text-blue {
	background: #4CFFFF;
	padding: 0 1.25rem;
}

.p-line__notes {
	margin-left: 14.5rem;
	margin-top: 0.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-line__note:last-child {
	margin-top: 0.4375rem;
}

.p-area {
	padding-bottom: 5.625rem;
	padding-top: 24.625rem;
}

.p-area__head {
	align-items: center;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	margin: 0 auto;
	width: 12.5rem;
}

.p-area__lead {
	font-size: 1.25rem;
	margin-top: 2.6875rem;
	text-align: center;
}

.p-area__lead span {
	color: #E60013;
}

.p-area__content {
	display: flex;
	gap: 3.5rem;
	margin-top: 4.0625rem;
}

.p-area__img {
	flex-shrink: 0;
	position: relative;
	width: 37.25rem;
}

.p-area__img::before {
	background: url(../img/area_line.png) no-repeat center center/cover;
	content: "";
	height: 9.5rem;
	left: 17.5625rem;
	position: absolute;
	top: 15.625rem;
	width: 24.625rem;
}

.p-area__text {
	margin-top: 3.3125rem;
}

.p-area__list {
	-moz-column-gap: 0.875rem;
	background: #003E80;
	border-radius: 3.125rem;
	color: #fff;
	column-gap: 0.875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 3.125rem 2.25rem 3.125rem 1.4375rem;
	row-gap: 1.25rem;
}

.p-area__item:not(:first-child) {
	margin-top: 1rem;
}

.p-area__item:nth-child(2) {
	margin-top: 0;
}

.p-area__name {
	font-size: 1.5rem;
	padding-left: 2.0625rem;
	padding-right: 4.875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-area__name::before {
	background: url(../img/map.png) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 2.0625rem;
	left: 0;
	position: absolute;
	width: 2.0625rem;
}

.p-area__name::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 10.4375rem;
}

.p-area__city {
	font-weight: 300;
	margin-top: 0.625rem;
	padding-left: 1rem;
	white-space: nowrap;
}

.p-area__note {
	margin-left: 1.4375rem;
	margin-top: 1.4375rem;
}

.p-case {
	background: #E5F1FF;
	padding: 4.75rem 0 6.0625rem;
}

.p-case__head-wrapper {
	margin: 0 auto;
	padding-left: 23px;
	padding-top: 36px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-case__head-wrapper::before {
	background: url(../img/home.png) no-repeat center center/cover;
	content: "";
	height: 5.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 5.0625rem;
}

.p-case__head {
	-webkit-text-stroke: 0.5px #003E80;
	background: #E5F1FF;
	color: #003E80;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2rem;
	padding: 0 1.8125rem 0.875rem;
	position: relative;
	z-index: 1;
}

.p-case__head span {
	font-size: 1.5rem;
}

.p-case__head::after {
	background: url(../img/case_dots.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 0.5625rem;
	left: 53%;
	position: absolute;
	transform: translateX(-50%);
	width: 16rem;
}

.p-swiper__case {
	margin-top: 2.8125rem;
}

.p-case__slide {
	background: #fff;
	border: 3px solid #003E80;
	border-radius: 1.875rem;
	padding: 1.75rem 1.4375rem;
	width: 21.5625rem;
}

.p-case__img {
	height: 12.3125rem;
}

.p-case__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-case__text {
	margin-top: 1.5rem;
}

.p-case__text dt {
	align-items: center;
	display: flex;
	height: 1.6875rem;
	justify-content: center;
	padding: 0 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-case__area-dl {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-case__area-dt {
	background: #E5F1FF;
}

.p-case__area-dd {
	font-weight: 300;
}

.p-case__dl {
	margin-top: 0.8125rem;
}

.p-case__dl:first-of-type .p-case__dt {
	background: #8AA6C5;
}

.p-case__dl:last-child {
	margin-top: 0.25rem;
}

.p-case__dl:last-child .p-case__dt {
	background: #003E80;
}

.p-case__dt {
	color: #fff;
}

.p-case__dd {
	font-weight: 300;
}

.p-coupon {
	padding-bottom: 14.625rem;
	padding-top: 3.4375rem;
}

.p-coupon__inner {
	padding-bottom: 5.8125rem;
	padding-left: 2.1875rem;
	position: relative;
}

.p-coupon__img-wrapper {
	align-items: center;
	aspect-ratio: 536/456;
	background: url(../img/coupon_img.png) no-repeat center center/contain;
	bottom: 0;
	display: flex;
	height: auto;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 33.5rem;
	z-index: 1;
}

.p-coupon__img-text {
	color: #E60013;
	font-size: 2.5rem;
	line-height: 1.2;
	padding-bottom: 2.375rem;
	text-align: center;
}

.p-coupon__img-text span {
	font-size: 4rem;
}

.p-coupon__head {
	-webkit-text-stroke: 1px #fff;
	align-items: center;
	background: #E60013;
	color: #fff;
	display: flex;
	font-size: 2.5rem;
	height: 7.875rem;
	justify-content: center;
}

.p-coupon__content {
	background: #FFDE31;
	padding: 4.25rem 0.5rem 0.875rem 28.75rem;
	position: relative;
}

.p-coupon__content::after {
	background: url(../img/coupon_ticket.png) no-repeat center center/cover;
	content: "";
	height: 16rem;
	position: absolute;
	right: 2rem;
	top: 1.0625rem;
	width: 16rem;
}

.p-coupon__text {
	align-items: center;
	display: flex;
	height: 6rem;
	justify-content: center;
	position: relative;
	width: 40.125rem;
	z-index: 1;
}

.p-coupon__link {
	align-items: center;
	background: #fff;
	border-radius: 6.25rem;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: block;
	display: flex;
	font-size: 2.25rem;
	height: 8.4375rem;
	justify-content: center;
	margin-left: 3.6875rem;
	margin-top: 1.6875rem;
	padding: 0 5.78125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-coupon__note {
	margin-top: 2.5625rem;
	text-align: right;
}

.zoom-loop {
	animation: zoomLoop 2s ease-in-out infinite alternate;
}

.p-faq__a {
	display: none;
}

.p-faq__arrow {
	width: 20px;
}

.p-faq {
	padding-bottom: 13.5rem;
}

.p-faq__head {
	-webkit-text-stroke: 0.5px #003E80;
	color: #003E80;
	font-size: 2.25rem;
	text-align: center;
}

.p-faq__list {
	margin-top: 3.4375rem;
}

.p-faq__item:not(:first-child) {
	margin-top: 2rem;
}

.p-faq__q {
	background: #003E80;
	color: #fff;
	cursor: pointer;
	padding: 1.9375rem 1.8125rem 2.0625rem 3rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.p-faq__q::before,
.p-faq__q::after {
	background-color: #fff;
	content: "";
	height: 0.1875rem;
	position: absolute;
	transition: transform 0.3s ease;
	width: 1.6875rem;
}

.p-faq__q::before {
	right: 1.875rem;
	top: 50%;
	transform: rotate(0deg) translateY(-50%);
}

.p-faq__q::after {
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__q.is-open::after {
	transform: rotate(0deg);
}

.p-faq__q-text {
	font-size: 1.5rem;
	padding-bottom: 0.125rem;
	padding-left: 2.8125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-faq__q-text img {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 1.9375rem;
}

.p-faq__a {
	font-size: 1.5rem;
	padding-left: 2.8125rem;
	padding-top: 1.25rem;
}

.p-contact {
	background: #FFF6E7;
	padding-bottom: 15.75rem;
	padding-top: 8.875rem;
}

.p-contact__head {
	-webkit-text-stroke: 0.5px #003E80;
	background: url(../img/contact_line.png) no-repeat center center/cover;
	color: #003E80;
	font-size: 2.25rem;
	margin: 0 auto;
	padding: 0.4375rem 8.75rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__lead {
	-webkit-text-stroke: 0.5px #fff;
	color: #003E80;
	font-size: 1.5rem;
	margin-top: 2.625rem;
	text-align: center;
}

.p-contact__cta {
	margin-top: 5.0625rem;
}

.p-contact__form {
	background: #fff;
	margin-top: 5.125rem;
	padding: 5.125rem 3.875rem 8.75rem;
}

.p-contact__field {
	border-bottom: 1px solid #909090;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.875rem;
}

.p-contact__field:not(:first-of-type) {
	margin-top: 1.875rem;
}

.p-field__content {
	gap: 10rem;
}

.p-field__head {
	display: flex;
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-field__head span {
	align-items: center;
	background: #FFC769;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	height: 2.0625rem;
	justify-content: center;
	width: 6.875rem;
}

.p-field__label {
	margin-right: 1.25rem;
	white-space: nowrap;
}

input[type=text],
input[type=email],
input[type=tel] {
	align-items: center;
	background: #EBEBEB;
	display: flex;
	height: 4.1875rem;
	justify-content: center;
	padding: 0 1.625rem;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
	color: #959595;
	font-size: 1.5rem;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
	color: #959595;
	font-size: 1.5rem;
}

input[type=text] {
	width: 52.6875rem;
}

input[type=tel] {
	width: 51.0625rem;
}

input[type=email],
textarea {
	width: 46.6875rem;
}

textarea {
	background: #EBEBEB;
	padding: 1.5rem 2.125rem;
}

textarea::-moz-placeholder {
	color: #959595;
	font-size: 1.5rem;
}

textarea::placeholder {
	color: #959595;
	font-size: 1.5rem;
}

.p-field__radios {
	font-size: 1.5rem;
}

.p-field__radios .wpcf7-list-item {
	margin-left: 0;
}

.p-field__radios .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
}

.p-field__radios .wpcf7-list-item-label {
	padding-left: 2.0625rem;
	position: relative;
}

.p-field__radios .wpcf7-list-item-label::before,
.p-field__radios .wpcf7-list-item-label::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-field__radios .wpcf7-list-item-label::before {
	border: 1px solid #000;
	height: 1.375rem;
	left: 0;
	width: 1.375rem;
}

.p-field__radios .wpcf7-list-item-label::after {
	background: #000;
	height: 0.6875rem;
	left: 0.34375rem;
	opacity: 0;
	width: 0.6875rem;
}

.p-field__radios input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.p-field__checkbox {
	color: #4B544A;
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-field__checkbox .wpcf7-list-item {
	margin-left: 0;
}

.p-field__checkbox .wpcf7-list-item-label {
	padding-left: 1.6875rem;
	position: relative;
}

.p-field__checkbox .wpcf7-list-item-label::before,
.p-field__checkbox .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-field__checkbox .wpcf7-list-item-label::before {
	border: 1px solid #000;
	height: 1.375rem;
	left: 0;
	width: 1.375rem;
}

.p-field__checkbox .wpcf7-list-item-label::after {
	background: #000;
	background: url("../img/image_check.svg") no-repeat center center/cover;
	height: 1rem;
	left: 0.1875rem;
	opacity: 0;
	width: 1rem;
}

.p-field__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.p-field__privacy {
	border: 1px solid #000;
	color: #959595;
	font-size: 1.5rem;
	height: 7.5rem;
	overflow-y: auto;
	padding: 0.875rem 0 0.875rem 0.9375rem;
	width: 39.25rem;
}

.p-field__privacy br {
	display: none;
}

.p-field__privacy p {
	margin: unset;
}

.p-contact__button {
	align-items: center;
	background: #003E80;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	height: 6.4375rem;
	justify-content: center;
	margin: 5.375rem auto 0;
	width: 26.3125rem;
}

.p-contact__button br {
	display: none;
}

.p-banner-fixed {
	-webkit-text-stroke: 0.5px #E60013;
	align-items: center;
	background: #FFDE31;
	color: #E60013;
	cursor: pointer;
	display: flex;
	font-size: 1.5rem;
	height: 17.9375rem;
	justify-content: center;
	letter-spacing: 0.4em;
	position: fixed;
	right: 0;
	top: 12.125rem;
	transition: all 0.3s ease 0s;
	width: 3.3125rem;
	writing-mode: vertical-rl;
	z-index: 40;
}

.p-banner-fixed:hover {
	opacity: 0.6;
}

.p-banner__modal {
	background: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.p-modal__content {
	background: #FFDE31;
	left: 50%;
	padding: 3rem 3.875rem 4.1875rem;
	position: absolute;
	position: relative;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 64.1875rem;
}

.p-modal__heading {
	color: #E60013;
	font-size: 2.25rem;
	text-align: center;
}

.p-modal__btns {
	color: #fff;
	margin-top: 2.0625rem;
}

.p-modal__btn a {
	align-items: center;
	display: flex;
	height: 9.75rem;
}

.p-modal__tel {
	background: #E60013;
}

.p-modal__tel a {
	gap: 3rem;
	justify-content: center;
}

.p-modal__icon-tel {
	width: 7rem;
}

.p-modal__text {
	font-size: 3rem;
}

.p-modal__text span {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
}

.p-modal__line {
	background: #06C755;
	margin-top: 1.3125rem;
}

.p-modal__line a {
	gap: 3.5rem;
	padding-left: 11.25rem;
}

.p-modal__line .p-modal__text {
	font-size: 2.5rem;
}

.p-modal__icon-line {
	width: 7.125rem;
}

.p-modal__img {
	background: url(../img/modal_img.png) no-repeat center center/cover;
	bottom: 2.8125rem;
	height: 15.375rem;
	padding-left: 4.9375rem;
	padding-top: 5.125rem;
	position: absolute;
	right: 2.5625rem;
	width: 19.6875rem;
}

.p-modal__img img {
	display: block;
	height: 1.875rem;
	margin-left: 0.625rem;
	margin-top: 0.1875rem;
	width: 4.75rem;
}

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

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

}

@media (min-width: 1600px) {

.p-mv__inner {
	padding-top: 500px;
}

.p-mv__lead {
	padding-top: 60px;
}

}

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

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

main {
	padding-top: 3rem;
}

.l-header {
	height: 4.0625rem;
	padding: 0.625rem 1rem;
}

.l-header__logo {
	width: 6.25rem;
}

.l-header__btns {
	display: none;
}

.l-header__contact-text {
	font-size: 1.125rem;
}

.l-header__tel {
	align-items: center;
	gap: 0.875rem;
	justify-content: center;
}

.l-header__tel img {
	height: 2.5rem;
	margin-top: 0;
	width: 2.5rem;
}

.l-header__num {
	font-size: 1.625rem;
}

.l-header__num span {
	font-size: 0.875rem;
	left: 41%;
	top: 2.5rem;
}

.l-header__line {
	gap: 1rem;
	height: 5.375rem;
}

.l-header__line img {
	width: 3.75rem;
}

.l-header__line-text {
	font-size: 1.25rem;
}

.l-inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-footer {
	padding: 3.75rem 1rem 5rem;
}

.l-footer__logo {
	width: 15.625rem;
}

.l-footer__tel-column {
	align-items: center;
}

.l-footer__tel-img {
	margin-top: 0;
	width: 2.5rem;
}

.l-footer__tel-num {
	font-size: 1.875rem;
}

.l-footer__copy {
	font-size: 0.75rem;
	margin-top: 1.5rem;
}

.l-footer__right {
	bottom: unset;
	margin-top: 2.5rem;
	position: relative;
	right: unset;
}

.l-drawer__icon {
	display: block;
}

.l-drawer-content__list:last-child {
	margin-top: 1.25rem;
}

.l-drawer-content__button {
	font-size: 1rem;
}

.c-br-sp {
	display: block;
}

.c-br-pc {
	display: none;
}

.p-mv__inner {
	padding: 1.25rem 1rem 0;
}

.p-mv__bg {
	height: 43.75rem;
	left: -1.6875rem;
	top: -2.0625rem;
}

.p-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.p-mv__lead {
	position: relative;
	top: 4.6875rem;
	width: 60%;
}

.p-mv__text-wrapper {
	gap: 0.625rem;
	margin-top: 2.1875rem;
}

.p-mv__text-left {
	margin-top: 1.625rem;
}

.p-mv__left-text {
	border-radius: 0.625rem;
	height: 1.875rem;
	margin-top: 4.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 10.625rem;
}

.p-mv__left-text img:first-child {
	width: 100%;
}

.p-mv__left-text img {
	width: 100%;
}

.p-mv__left-text .p-mv__bg-yellow {
	left: 0.5rem;
	top: 1.125rem;
	width: 90%;
}

.p-mv__left-text::after {
	height: 0.8125rem;
	left: 1.25rem;
	top: 1.4375rem;
	width: 0.8125rem;
	z-index: -1;
}

.p-mv__line {
	margin-left: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__line a {
	height: 3.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-right: 1.125rem;
}

.p-mv__line img {
	width: 1.625rem;
}

.p-mv__line span:first-child {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.p-mv__line span:first-child::before,
.p-mv__line span:first-child::after {
	bottom: 0.0625rem;
	height: 0.8125rem;
	width: 0.8125rem;
}

.p-mv__line span:first-child::after {
	right: 0;
}

.p-mv__line span:first-child {
	font-size: 0.625rem;
}

.p-mv__line span:nth-child(2) {
	font-size: 0.75rem;
	line-height: 1.25;
	margin-top: 0.125rem;
	white-space: unset;
}

.p-mv__text-right {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.p-mv_achievement {
	height: auto;
	margin-left: 1.875rem;
	width: 8.125rem;
}

.p-mv__item:not(:first-child) {
	margin-top: 0.5rem;
}

.p-mv__item {
	padding: 0.3125rem;
}

.p-mv__item-img {
	height: 1rem;
	width: 1rem;
}

.p-mv__item-text {
	font-size: 0.75rem;
	padding-top: 0;
}

.p-mv__banner {
	height: unset;
	padding: unset;
	padding-bottom: 0.375rem;
	width: 100%;
}

.p-banner__main {
	align-items: center;
	gap: 0.625rem;
	justify-content: center;
}

.p-banner__main-text {
	font-size: 1.25rem;
	padding-top: 0;
}

.p-banner__main-fee {
	padding: 0.5rem 0;
}

.p-banner__main-fee img:first-child {
	width: 8.75rem;
}

.p-banner__main-fee img:nth-child(2) {
	margin-bottom: 0.25rem;
	margin-left: 0.625rem;
	width: 2.5rem;
}

.p-banner__sub {
	border-radius: 0.625rem;
	gap: 0.625rem;
	height: 1.875rem;
	margin: 0 auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	white-space: unset;
	width: -moz-fit-content;
	width: fit-content;
}

.p-banner__sub-text {
	font-size: 1rem;
}

.p-banner__sub-fee {
	font-size: 0.875rem;
	margin-top: 0.1875rem;
}

.p-banner__sub-fee span:first-child {
	font-size: 0.875rem;
}

.p-banner__sub-fee .p-banner__sub-tax {
	font-size: 0.625rem;
}

.p-banner__note {
	font-size: 0.625rem;
	margin: 0.375rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__cta {
	margin-top: 1.25rem;
}

.p-cta {
	border-width: 0.9375rem;
	padding: 0.625rem 0.625rem;
}

.p-cta__lead {
	font-size: 1.25rem;
	white-space: nowrap;
}

.p-cta__lead-red:last-of-type {
	margin-right: 1.25rem;
}

.p-cta_list {
	display: block;
	margin-top: 3.125rem;
}

.p-cta__item {
	width: 100%;
}

.p-cta__item:not(:first-child) {
	margin-top: 1rem;
}

.p-cta__text {
	font-size: 1.25rem;
}

.p-cta__img {
	top: 4.1875rem;
	width: 3.75rem;
}

.p-concern {
	padding-bottom: 5rem;
}

.p-concern__head {
	font-size: 1.875rem;
	margin-top: 1.25rem;
}

.p-concern__list {
	margin-top: 2rem;
}

.p-concern__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-concern__item {
	gap: 1rem !important;
	padding: 0.625rem 1rem !important;
}

.p-concern__img {
	height: 3.75rem;
	width: 3.75rem;
}

.p-concern__text {
	white-space: unset;
}

.p-concern__description {
	font-size: 1.25rem;
}

.p-problem {
	margin-top: 5rem;
}

.p-problem__head {
	border-radius: 0.9375rem;
	font-size: 1.25rem;
	height: 4.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
	width: 18.75rem;
}

.p-problem__head img {
	width: 2.5rem;
}

.p-problem__container {
	padding: 3.75rem 1rem 2.5rem;
}

.p-problem__item {
	font-size: 1.25rem;
	padding-left: 2.5rem;
}

.p-problem__item::before {
	height: 1.875rem;
	width: 1.875rem;
}

.p-problem__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-estimate {
	padding: 2.5rem 1rem;
}

.p-estimate__content {
	padding-left: 1rem;
	padding-top: 1rem;
}

.p-estimate__content::before {
	height: 5rem;
	width: 5rem;
}

.p-estimate__container {
	padding: 1rem 0.625rem;
}

.p-estimate__lead {
	font-size: 1.5rem;
}

.p-estimate__lead span {
	font-size: 2rem;
}

.p-estimate__lead svg {
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 10.9375rem;
}

.p-estimate__list {
	display: block;
}

.p-estimate__item {
	font-size: 1.25rem;
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
}

.p-estimate__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-estimate__message {
	width: 100%;
}

.p-reason {
	padding-bottom: 15.625rem;
}

.p-reason__cta {
	bottom: -15.625rem;
}

.p-reason__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-reason__head {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-reason__head::before,
.p-reason__head::after {
	height: 2.5rem;
	width: 1.25rem;
}

.p-reason__head img {
	width: 18.75rem;
}

.p-reason__list {
	margin-top: 2.5rem;
}

.p-reason__item:first-child .p-reason__description {
	padding-left: 0;
	white-space: unset;
}

.p-reason__item {
	display: block;
}

.p-reason__text {
	height: unset;
	height: 15.625rem;
	width: 100%;
}

.p-reason__num {
	width: 35%;
}

.p-reason__subhead {
	font-size: 1.625rem;
}

.p-reason__description {
	font-size: 1rem;
	font-size: 0.875rem;
	margin: 0.625rem auto 0;
	width: 80%;
}

.p-reason__img {
	width: 100%;
}

.p-price__inner {
	padding-bottom: 31.25rem;
	padding-top: 20.625rem;
}

.p-price__head {
	height: unset;
	width: 6.25rem;
}

.p-price__content {
	margin-top: 2rem;
	padding: 1.25rem 1rem;
}

.p-price__subhead {
	font-size: 1.625rem;
}

.p-price__subhead::after {
	width: 110%;
}

.p-price__list {
	display: block;
}

.p-price__item {
	width: 100%;
}

.p-price__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-price__text {
	padding: 0.625rem;
}

.p-price__item-head {
	font-size: 1.125rem;
}

.p-price__description {
	font-size: 1.625rem;
}

.p-price__description-custom {
	font-size: 1.375rem;
}

.p-price_note {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-price__line {
	width: 100%;
}

.p-line__inner {
	padding: 1.25rem 1rem;
}

.p-line__inner::after {
	width: 9.375rem;
}

.p-line__lead-container {
	border-radius: 0.9375rem;
	padding: 0.625rem;
}

.p-line__lead-container::after {
	right: 5rem;
	top: 1.5rem;
	z-index: -1;
}

.p-line__lead-img {
	width: 1.875rem;
}

.p-line__lead {
	font-size: 1.125rem;
}

.p-line__head {
	width: 100%;
}

.p-line__list {
	margin-left: 0;
}

.p-line__item {
	gap: 0.625rem;
}

.p-line__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-line__item:nth-child(odd) .p-line__text {
	font-size: 1.25rem;
}

.p-line__num {
	clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
	flex-shrink: 0;
	font-size: 1.375rem;
	height: 5.4375rem;
	padding-top: 1.25rem;
	width: 4.375rem;
}

.p-line__text-content span:nth-child(odd) {
	font-size: 1rem;
	height: 3.125rem;
}

.p-line__text-content {
	margin-top: 0;
}

.p-line__text-lead {
	font-size: 1rem;
}

.p-line__notes {
	margin-left: 0;
	margin-top: 2.5rem;
}

.p-area {
	padding-top: 18.75rem;
}

.p-area__head {
	height: unset;
	width: 10.9375rem;
}

.p-area__lead {
	font-size: 1.125rem;
}

.p-area__content {
	display: block;
}

.p-area__img {
	width: 100%;
}

.p-area__img::before {
	bottom: -1.125rem;
	height: 9.375rem;
	left: 2.75rem;
	top: unset;
	transform: rotate(146deg);
	width: 12.5rem;
}

.p-area__text {
	margin-top: 0;
}

.p-area__list {
	display: block;
	padding: 2rem 1.25rem;
}

.p-area__item:nth-child(2) {
	margin-top: 1rem;
}

.p-area__name::after {
	left: 1rem;
	right: unset;
}

.p-area__note {
	font-size: 0.875rem;
	margin-left: 0;
}

.p-case {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-coupon {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-coupon__inner {
	padding-bottom: 5rem;
	padding-left: 1rem;
}

.p-coupon__img-wrapper {
	width: 15rem;
}

.p-coupon__img-text {
	font-size: 1.125rem;
	padding-bottom: 1.125rem;
}

.p-coupon__img-text span {
	font-size: 1.75rem;
}

.p-coupon__head {
	font-size: 1.625rem;
	height: 6.25rem;
	text-align: center;
}

.p-coupon__content {
	padding: 1.25rem;
	padding-bottom: 8.125rem;
}

.p-coupon__text {
	width: 100%;
}

.p-coupon__link {
	font-size: 1.25rem;
	height: 3.75rem;
	margin: 1.25rem auto 0;
	padding: 0 1rem;
}

.p-coupon__note {
	margin-top: 1.25rem;
	text-align: center;
}

.p-faq {
	padding-bottom: 5rem;
}

.p-faq__head {
	font-size: 1.875rem;
}

.p-faq__list {
	margin-top: 2rem;
}

.p-faq__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-faq__q {
	padding: 1rem 3.75rem 1rem 1rem;
}

.p-faq__q::before {
	right: 0.625rem;
}

.p-faq__q::after {
	right: 0.625rem;
}

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

.p-faq__q-text img {
	bottom: unset;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.p-faq__a {
	font-size: 1.25rem;
}

.p-contact {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-contact__head {
	font-size: 2rem;
	font-size: 1.875rem;
	padding: 0 1.25rem;
}

.p-contact__lead {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.p-contact__cta {
	margin-top: 2rem;
}

.p-contact__form {
	margin-top: 3.75rem;
	padding: 2.5rem 1.25rem;
}

.p-contact__field {
	display: block;
}

.p-field__head {
	font-size: 1.25rem;
}

.p-field__head span {
	width: 5.625rem;
}

.p-field__item {
	margin-top: 0.625rem;
}

input[type=text],
input[type=email],
input[type=tel] {
	padding: 0 1rem;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
	font-size: 1rem;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
	font-size: 1rem;
}

input[type=text] {
	width: 100%;
}

input[type=tel] {
	width: 100%;
}

input[type=email],
textarea {
	width: 100%;
}

textarea {
	padding: 0.625rem 1rem;
}

textarea::-moz-placeholder {
	font-size: 1rem;
}

textarea::placeholder {
	font-size: 1rem;
}

.p-field__radios {
	font-size: 1.25rem;
}

.p-field__radios .wpcf7-radio {
	gap: 0.625rem 1rem;
}

.p-field__radios .wpcf7-list-item-label {
	padding-left: 1.6875rem;
}

.p-field__radios .wpcf7-list-item-label::before,
.p-field__radios .wpcf7-list-item-label::after {
	top: 0;
	transform: unset;
}

.p-field__checkbox {
	font-size: 1.25rem;
}

.p-field__privacy {
	font-size: 1rem;
	width: 100%;
}

.p-contact__button {
	font-size: 1.25rem;
	height: 5rem;
	margin-top: 2rem;
	max-width: 25rem;
	width: 100%;
}

.p-banner-fixed {
	font-size: 24px;
	height: 287px;
	top: 194px;
	width: 53px;
}

.p-modal__content {
	padding: 1.25rem 1rem 7.5rem;
	width: 80%;
}

.p-modal__heading {
	font-size: 1.75rem;
}

.p-modal__btns {
	margin-top: 20px;
}

.p-modal__btn a {
	height: 7.5rem;
	padding: 0 0.625rem;
}

.p-modal__tel a {
	gap: 1rem;
}

.p-modal__icon-tel {
	width: 3.75rem;
}

.p-modal__text {
	font-size: 1.5rem;
}

.p-modal__text span {
	font-size: 16px;
}

.p-modal__line a {
	gap: 1rem;
}

.p-modal__line .p-modal__text {
	font-size: 1.25rem;
}

.p-modal__icon-line {
	width: 3.75rem;
}

.p-modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 76/30;
	height: auto;
	margin-left: 0.4375rem;
	margin-top: 0;
	object-fit: cover;
	width: 4rem;
}

.p-modal__img {
	aspect-ratio: 315/246;
	background: url(../img/modal_img.png) no-repeat center center/contain;
	bottom: 0;
	font-size: 0.75rem;
	height: 200px;
	height: 10rem;
	padding-left: 5.875rem;
	padding-top: 3.4375rem;
	right: -2.3125rem;
	width: 100%;
}

}

@keyframes zoomLoop {

from {
	transform: scale(1);
}

to {
	transform: scale(1.05);
}

}

