.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-lp {
	background-color: #fafafa;
}

.l-lp__inner {
	position: relative;
}

.p-contact {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -35%;
	padding: 0 16px 48px;
	padding: 0 1rem 3rem;
}

.p-guide-content__item-img {
	width: 100%;
}

.p-contact__title {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-contact__title img {
	aspect-ratio: 1500/983;
}

.p-contact__container {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-contact__form-wrap + .p-contact__form-wrap {
	margin-top: max(2.5vw, 24px);
	margin-top: max(2.5vw, 1.5rem);
}

.p-contact__form-label {
	color: #000;
	font-size: clamp(15px, 1.53vw, 21px);
	font-size: clamp(15px, 1.53vw, 1.3125rem);
	font-weight: 700;
	line-height: 1.4;
}

.p-contact__form-label span {
	background-color: #ffb762;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: clamp(14px, 1.49vw, 20px);
	font-size: clamp(14px, 1.49vw, 1.25rem);
	font-weight: 400;
	line-height: 1.7;
	margin-left: 4px;
	margin-left: 0.25rem;
	padding: 0 6px;
	padding: 0 0.375rem;
}

.p-contact__form-input {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-contact__form-input p {
	color: #aaaaaa;
	font-size: clamp(12px, 1.24vw, 18px);
	font-size: clamp(12px, 1.24vw, 1.125rem);
}

.p-contact__form-input input,
.p-contact__form-input select,
.p-contact__form-input textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f7f7f7;
	border: 1px solid #f7f2e9;
	border-radius: 0.25rem;
	border-radius: 4%;
	color: #000;
	font-size: clamp(16px, 1.64vw, 23px);
	font-size: clamp(16px, 1.64vw, 1.4375rem);
	font-weight: 500;
	padding: 17px 13px;
	padding: 1.0625rem 0.8125rem;
	width: 100%;
}

.p-contact__form-input input::-moz-placeholder,
.p-contact__form-input textarea::-moz-placeholder {
	color: #aaaaaa;
}

.p-contact__form-input input::-webkit-input-placeholder,
.p-contact__form-input textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}

.p-contact__form-input input::-moz-placeholder,
.p-contact__form-input textarea::-moz-placeholder {
	color: #aaaaaa;
}

.p-contact__form-input input::-ms-input-placeholder,
.p-contact__form-input textarea::-ms-input-placeholder {
	color: #aaaaaa;
}

.p-contact__form-input input::placeholder,
.p-contact__form-input textarea::placeholder {
	color: #aaaaaa;
}

/* 未選択時だけ矢印を表示（:invalid） */

.p-contact__form-input--select select:invalid {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../assets/images/common/vector.png);
	background-position: right 32px center;
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 0.9375rem auto;
	color: #aaaaaa;
}

/* 選択済み（= valid）で矢印を消す */

.p-contact__form-input--select select:not(:invalid) {
	background-image: none;
	color: #000;
}

/* テキスト入力系 */

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
.p-contact__form-input textarea:focus,
.p-contact__form-input select:focus {
	-webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
	border: 2px solid #ffb762;
	outline: none;
	transition: border-color 0.2s, -webkit-box-shadow 0.2s;
	transition: border-color 0.2s, box-shadow 0.2s;
	transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.p-contact__form-submit {
	height: inherit;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.p-contact__form-submit {
	-webkit-transition: opacity 0.3s;
	aspect-ratio: 1077/211;
	height: auto;
	position: relative;
	transition: opacity 0.3s;
	width: 100%;
}

.p-contact__form-submit img {
	-o-object-fit: cover;
	aspect-ratio: 1077/211;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-contact__form-submit input {
	-o-object-fit: cover;
	aspect-ratio: 1077/211;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-contact__lead {
	color: #444444;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", serif;
	font-size: clamp(14px, 1.49vw, 20px);
	font-size: clamp(14px, 1.49vw, 1.25rem);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.p-contact__case-wrap {
	display: grid;
	gap: 4px;
	gap: 0.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-contact__case {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#bc1211), to(#d91b27));
	background: linear-gradient(180deg, #bc1211 0%, #d91b27 100%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 600;
	height: 38px;
	justify-content: center;
	text-align: center;
}

.p-contact__lead--bottom {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-content__fixed-button {
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%, 110%);
	-webkit-transition: all 0.5s;
	background-color: rgba(255, 255, 255, .6);
	bottom: 0;
	height: inherit;
	left: 50%;
	opacity: 0;
	position: fixed;
	transform: translateX(-50%);
	transform: translate(-50%, 110%);
	transition: all 0.5s;
	width: 100%;
	z-index: 1000;
}

.p-content__fixed-button.is-visible {
	-webkit-transform: translate(-50%, 0);
	opacity: 1;
	transform: translate(-50%, 0);
}

.p-content__fixed-button a {
	display: block;
	height: inherit;
	padding: 20px;
	padding: 1.25rem;
}

.p-content__fixed-button img {
	-o-object-fit: cover;
	aspect-ratio: 1077/210;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 385/52;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	justify-content: space-between;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: fixed;
	top: 0;
	width: -webkit-fill-available;
	z-index: 10;
}

.p-content__head-logo {
	max-width: 283px;
	max-width: 17.6875rem;
}

.p-content__head-logo img {
	-o-object-fit: cover;
	aspect-ratio: 1280/224;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__head-button {
	max-width: 201px;
	max-width: 12.5625rem;
	min-width: 150px;
	min-width: 9.375rem;
}

.p-content__head-button img {
	-o-object-fit: cover;
	aspect-ratio: 604/208;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__fv,
.p-content__cta {
	position: relative;
}

.p-content__fv a {
	-webkit-transform: translateX(-50%);
	bottom: 44px;
	bottom: 2.75rem;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 91.4%;
}

.p-content__fv-img {
	-o-object-fit: cover;
	aspect-ratio: 1125/1680;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__fv-button {
	-o-object-fit: cover;
	aspect-ratio: 1077/210;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__cta a {
	-webkit-transform: translateX(-50%);
	bottom: 32px;
	bottom: 2rem;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 91.4%;
}

.p-content__block img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

#problem.p-content__block img {
	aspect-ratio: 1125/2109;
}

#feature.p-content__block img {
	aspect-ratio: 1125/2326;
}

#service.p-content__block img {
	aspect-ratio: 1125/3051;
}

#cta.p-content__block img {
	aspect-ratio: 1500/1400;
}

#cta.p-content__block img.p-content__cta-button {
	aspect-ratio: 1077/210;
}

#support.p-content__block img {
	aspect-ratio: 1500/7000;
}

#flow.p-content__block img {
	aspect-ratio: 1500/2880;
}

#voice.p-content__block img {
	aspect-ratio: 1500/5444;
}

#faq.p-content__block img {
	aspect-ratio: 1125/2897;
}

#contact.p-content__block {
	background-color: #fff;
}

.p-footer {
	background-color: #f7f7f7;
	margin-top: auto;
	padding: 32px 0;
	padding: 2rem 0;
}

.p-footer__link {
	margin: 35px auto 0;
	margin: 2.1875rem auto 0;
	max-width: 40vw;
	width: 100%;
}

.p-footer__link img {
	-o-object-fit: cover;
	aspect-ratio: 598/69;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-footer__copyright {
	color: #000;
	font-size: clamp(12px, 1.13vw, 16px);
	font-size: clamp(12px, 1.13vw, 1rem);
	font-weight: 500;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-footer__logo {
	margin: auto;
	max-width: 63vw;
}

.p-footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 944/145;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-lp-side__logo {
	aspect-ratio: 320/56;
	content: "";
	left: max(50% - 640px, 11%);
	left: max(50% - 40rem, 11%);
	max-width: 320px;
	max-width: 20rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-lp-side__nav-wrap {
	bottom: 20px;
	bottom: 1.25rem;
	content: "";
	height: inherit;
	left: max(50% - 640px, 11%);
	left: max(50% - 40rem, 11%);
	position: fixed;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-lp-side__nav {
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
}

.p-lp-side__nav-button {
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 336px;
	max-width: 21rem;
	width: 100%;
}

.p-lp-side__nav-button img {
	-o-object-fit: cover;
	aspect-ratio: 1344/304;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-lp-side__nav-link a {
	color: #666666;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 8px;
	padding: 0.5rem;
}

.p-thanks {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.p-thanks__head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 385/52;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	justify-content: space-between;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: fixed;
	top: 0;
	width: -webkit-fill-available;
	z-index: 10;
}

.p-thanks__block {
	margin-top: 54px;
	margin-top: 3.375rem;
	min-height: 500px;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
	width: 100%;
}

.p-thanks__block img {
	-o-object-fit: cover;
	aspect-ratio: 375/214;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-thanks__head-logo {
	max-width: 283px;
	max-width: 17.6875rem;
}

.p-thanks__head-logo img {
	-o-object-fit: cover;
	aspect-ratio: 190/30;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-thanks__head-button {
	max-width: 201px;
	max-width: 12.5625rem;
	min-width: 140px;
	min-width: 8.75rem;
}

.p-thanks__text-wrap {
	-webkit-transform: translateX(-50%);
	color: #000;
	content: "";
	font-size: 15px;
	font-size: 0.9375rem;
	height: inherit;
	left: 50%;
	padding: 0 16px;
	padding: 0 1rem;
	position: absolute;
	top: 180px;
	top: 11.25rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-thanks__text + .p-thanks__text {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-thanks__button {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 1436/280;
	bottom: 40px;
	bottom: 2.5rem;
	content: "";
	height: inherit;
	height: inherit;
	left: 50%;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	position: absolute;
	transform: translateX(-50%);
	width: 91.4%;
}

.p-thanks__button img {
	-o-object-fit: cover;
	aspect-ratio: 1436/280;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-thanks__comment {
	color: #000;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 0 16px;
	padding: 0 1rem;
}

.p-thanks__comment a {
	text-decoration: underline;
}

.p-thanks__scheduler {
	margin-top: 140px;
	margin-top: 8.75rem;
}

/* TimeRexレスポンシブ対策 */

.p-thanks__scheduler {
	max-width: 100%;
	overflow-x: clip;
}

/* 親とiframeを強制100%に */

#timerex_calendar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

#timerex_calendar iframe {
	border: 0;
	display: block;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (hover: none) {

a:active {
	opacity: 0.8;
}

}

@media (any-hover: hover) {

.p-contact__form-submit:hover {
	opacity: 0.7;
}

}

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

.p-contact {
	background-size: cover;
}

}

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

.p-thanks__scheduler {
	margin-top: 60px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

html {
	scroll-padding-top: 6.25rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.l-lp {
	overflow: hidden;
	position: relative;
}

.l-lp::before {
	aspect-ratio: 3005/697;
	background-image: url(../../assets/images/common/bg_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -5%;
	position: fixed;
	top: 2.1875rem;
	width: 110%;
}

.p-contact {
	padding: 0 1.5rem 4.5rem;
}

.p-contact__form-label span {
	border-radius: 3px;
	margin-left: 0.375rem;
}

.p-contact__form-input {
	margin-top: 0.375rem;
}

.p-contact__form-input input,
.p-contact__form-input select,
.p-contact__form-input textarea {
	border: 1.5px solid #f7f2e9;
	border-radius: 6px;
	padding: 1.5625rem 1.125rem;
}

.p-contact__form-input--select select:invalid {
	background-size: 1.3125rem auto;
}

.p-contact__form-submit {
	margin-top: 3.75rem;
}

.p-contact__case {
	font-size: 12px;
}

.p-content {
	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .12);
	box-shadow: 0 0 32px rgba(0, 0, 0, .12);
	margin-left: 44%;
	max-width: 560px;
}

.p-content__fixed-button {
	display: none;
}

.p-content__fixed-button.is-visible {
	display: none;
}

.p-content__head {
	gap: 1.25rem;
	max-width: 560px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-footer {
	padding: 3rem 0;
}

.p-footer__link {
	max-width: 14rem;
}

.p-footer__logo {
	max-width: 21.5625rem;
}

.p-thanks {
	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .12);
	box-shadow: 0 0 32px rgba(0, 0, 0, .12);
	margin-left: 44%;
	max-width: 560px;
}

.p-thanks__head {
	gap: 1.25rem;
	max-width: 560px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-thanks__block {
	margin-top: 4.375rem;
	padding-bottom: 3.75rem;
}

.p-thanks__text-wrap {
	font-size: 1.125rem;
	padding: 0 1.5rem;
	top: 200px;
}

.p-thanks__button {
	-webkit-transform: none;
	-webkit-transform: initial;
	margin: 5rem auto 0;
	position: static;
	position: initial;
	transform: none;
	transform: initial;
}

.p-thanks__comment {
	font-size: 1.125rem;
	padding: 0 1.5rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
