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

body {
	font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
	color: #333333;
}

.u-desktop {
	display: none;
}

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

/* ホバー */

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

*,
*::before,
*::after {
	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]) {
	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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

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

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

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

.thanks + .l-footer,
.select + .l-footer {
	margin-top: 0;
}

.p-footer {
	background-color: #F8F8F8;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.p-footer__links {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.p-footer__link a {
	font-size: 0.625rem;
	font-weight: 300;
}

.p-form__title {
	position: relative;
}

.p-form__title::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #2C70B7;
	bottom: -0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.625rem;
}

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

.p-form__bar {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(5, 1fr);
}

.p-form__bar li {
	background-color: #f5f5f5;
	border: 1px solid #AEAEAE;
	border-radius: 1.875rem;
	color: #AEAEAE;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.p-form__bar[data-step="1"] li:nth-child(1) {
	background-color: #FFEFE7;
	border-color: #E15105;
	color: #E15105;
}

.p-form__bar[data-step="2"] li:nth-child(1),
.p-form__bar[data-step="2"] li:nth-child(2) {
	background-color: #FFEFE7;
	border-color: #E15105;
	color: #E15105;
}

.p-form__bar[data-step="3"] li:nth-child(1),
.p-form__bar[data-step="3"] li:nth-child(2),
.p-form__bar[data-step="3"] li:nth-child(3) {
	background-color: #FFEFE7;
	border-color: #E15105;
	color: #E15105;
}

.p-form__bar[data-step="4"] li:nth-child(1),
.p-form__bar[data-step="4"] li:nth-child(2),
.p-form__bar[data-step="4"] li:nth-child(3),
.p-form__bar[data-step="4"] li:nth-child(4) {
	background-color: #FFEFE7;
	border-color: #E15105;
	color: #E15105;
}

.p-form__bar[data-step="5"] li:nth-child(1),
.p-form__bar[data-step="5"] li:nth-child(2),
.p-form__bar[data-step="5"] li:nth-child(3),
.p-form__bar[data-step="5"] li:nth-child(4),
.p-form__bar[data-step="5"] li:nth-child(5) {
	background-color: #FFEFE7;
	border-color: #E15105;
	color: #E15105;
}

.p-header {
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.p-header__logo {
	max-width: 11rem;
}

.p-intro {
	padding-bottom: 0.9375rem;
	padding-top: 1.25rem;
}

.p-intro__title {
	align-items: center;
	color: #CF5655;
	display: flex;
	font-size: 1.125rem;
	gap: 0.4375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-intro__title::before {
	background: url(../images/icon-caution.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 0.9375rem;
	width: 0.9375rem;
}

.p-intro__wrap {
	grid-gap: 0.3125rem;
	align-items: center;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: 1fr 7.5rem;
	margin-top: 0.0625rem;
	width: calc(100% + 0.625rem);
}

.p-intro__content {
	margin-top: 0.5rem;
}

.p-intro__text {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.p-intro__text span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.p-intro__text span::before {
	background-color: #FFF200;
	border-radius: 0.1875rem;
	bottom: 0;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-intro__text strong {
	color: #CF5655;
	font-size: 0.875rem;
}

.p-intro__note {
	font-size: 0.6875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.p-intro__policy {
	margin-top: 0.9375rem;
}

.p-intro__block {
	overflow: hidden;
}

.p-intro__subTitle {
	-webkit-text-decoration: underline;
	align-items: center;
	color: #8D8D8D;
	display: flex;
	font-size: 0.625rem;
	gap: 0.1875rem;
	text-decoration: underline;
}

.p-intro__icon {
	background: url(../images/icon-arrow.webp) center center/contain no-repeat;
	display: inline-block;
	height: 0.625rem;
	transition: all 0.45s;
	width: 0.625rem;
}

.p-intro__main {
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 0.1875rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	padding: 0.9375rem;
}

.p-intro__policy {
	margin-top: 0.3125rem;
}

.p-intro__policy-text {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5454545455;
}

.p-intro__policy-text p {
	word-break: break-all;
}

.p-intro__policy-text a {
	-webkit-text-decoration: underline;
	color: #0082E5;
	text-decoration: underline;
}

.p-intro__policy-text p + p {
	margin-top: 1.0625rem;
}

summary {
	display: block;
}

summary::marker {
	content: "";
}

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

.p-intro__box {
	background-color: #FFF7F7;
	border-radius: 0.3125rem;
	padding: 1.25rem 0.9375rem;
}

.p-main {
	background-color: #2C70B7;
	margin-left: -25px;
	margin-top: 1.25rem;
	padding: 20px;
	width: calc(100% + 50px);
}

.p-main__blocks {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding-bottom: 1.5625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5625rem;
}

.p-main__title {
	font-size: 1rem;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-main__title span {
	color: #00A1E5;
	display: inline-block;
	margin-right: 0.4375rem;
}

.p-main__lists {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.p-main__lists.column-1 {
	grid-template-columns: 100%;
}

.p-main__lists.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

.p-main__list label {
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 1.875rem;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 3.125rem;
	justify-content: center;
}

.p-main__list label:has(input:checked) {
	background-color: #E15105;
	border-color: #E15105;
	color: #fff;
	font-weight: 700;
}

.p-main__btn {
	border-top: 1px solid #DDDDDD;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 3.75rem;
	margin-bottom: -1.5625rem;
	margin-left: -1.25rem;
	margin-top: 2.5rem;
	width: calc(100% + 2.5rem);
}

.p-main__btn button {
	align-items: center;
	color: #333333;
	color: #AEAEAE;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.3125rem;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: all 0.45s;
}

.p-main__btn button.next {
	background-color: #F5F5F5;
	order: 1;
}

.p-main__btn button.next.is-active,
.p-main__btn button:hover {
	background-color: #FFEFE7;
	color: #E15105;
}

.p-main__btn button.next.is-active::after,
.p-main__btn button.next:hover::after,
.p-main__btn button.prev:hover::before {
	background-color: #E15105;
}

.p-main__btn button.next::before {
	background-color: #AEAEAE;
	border-left: 1px solid #DDDDDD;
	content: "";
	height: calc(100% - 0.625rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
}

.p-main__btn button.next::after {
	-webkit-mask: url(../images/icon-next.png) center center/contain no-repeat;
	background-color: #AEAEAE;
	content: "";
	display: block;
	height: 0.625rem;
	mask: url(../images/icon-next.png) center center/contain no-repeat;
	position: absolute;
	right: 0.875rem;
	transition: all 0.45s;
	width: 1.25rem;
}

.p-main__btn button.prev::before {
	-webkit-mask: url(../images/icon-prev.png) center center/contain no-repeat;
	background-color: #AEAEAE;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0.875rem;
	mask: url(../images/icon-prev.png) center center/contain no-repeat;
	position: absolute;
	width: 1.25rem;
}

.p-main__text {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.p-main__open {
	align-items: center;
	border: 1px solid #ededed;
	border-radius: 0.3125rem;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 3.4375rem;
	justify-content: center;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
	width: 100%;
}

.p-main__open::before {
	background: url(../images/select-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	pointer-events: none;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-main__modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-main__bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-main__close {
	background: url(../images/close.webp) center center/contain no-repeat;
	height: 1.875rem;
	position: absolute;
	right: calc(50% - 9.84375rem);
	top: 1.25rem;
	width: 1.875rem;
	z-index: 1;
}

.p-main__prefectures {
	background-color: #fff;
	border-radius: 0.3125rem;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	max-height: calc(100% - 6.25rem);
	overflow-y: auto;
	padding: 1.5625rem 0.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 19.6875rem;
	z-index: 1;
}

.p-main__area > p {
	border-bottom: 1px solid #EDEDED;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.9375rem 0.625rem;
	position: relative;
}

.p-main__area > p::before {
	background: url(../images/select-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.25rem;
}

.p-main__area > p.is-active::before {
	transform: translateY(-50%) rotate(90deg);
}

.js-toggle + .p-main__links {
	display: none;
}

.p-main__link {
	border-bottom: 1px solid #EDEDED;
}

.p-main__link span {
	display: inline-block;
	width: 100%;
}

.p-main__link input + span {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 1.0625rem 0.625rem;
	position: relative;
	width: 100%;
}

.p-main__link input:checked + span {
	color: #00A1E5;
}

.p-main__link input + span::before {
	border: 1px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
	width: 1.5625rem;
}

.p-main__link input:checked + span::after {
	background: #00A1E5;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) scale(0.44);
	width: 1.5625rem;
	width: 1.5625rem;
}

.p-main__select {
	margin-bottom: 1.5625rem;
}

.p-main__select .wpcf7-not-valid-tip {
	display: none !important;
}

.p-main__list .wpcf7-not-valid-tip {
	display: none !important;
}

.p-main__input + .p-main__input {
	margin-top: 1.5625rem;
}

.p-main__input input {
	border: 1px solid #EDEDED;
	border-radius: 0.3125rem;
	display: inline-block;
	height: 3.4375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.p-main__input input::-moz-placeholder {
	color: #ddd;
}

.p-main__input input::placeholder {
	color: #ddd;
}

.p-main__input input.wpcf7-not-valid {
	background-color: #FFEFE7;
	border-color: #CF5655;
}

.p-main__note {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 0.625rem;
}

.p-main__confirm {
	margin-top: 1.875rem;
}

.p-main__confirm input + span {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.4615384615;
	padding-left: 2.5rem;
	position: relative;
}

.p-main__confirm input + span::before {
	border: 1px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.p-main__confirm input:checked + span::after {
	background-color: #E15105;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.44);
	width: 1.5625rem;
}

.p-main__submit {
	margin-top: 1.875rem;
}

.p-main__submit input {
	background-color: #E15105;
	border-radius: 1.5625rem;
	box-shadow: 0 0.25rem 0 #A43A01;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	height: 3.125rem;
	width: 100%;
}

.p-main__submit input:disabled {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0.25rem 0 #AEAEAE;
	color: #AEAEAE;
	font-weight: 500;
}

.p-main__head {
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.p-main__head span {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
	margin-top: 0.5em;
}

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

.l-mv {
	position: relative;
}

.p-mv__digits {
	align-items: center;
	bottom: 9.75rem;
	display: flex;
	gap: 0.3125rem;
	left: 2.375rem;
	position: absolute;
}

.p-mv__digit {
	--digit-w: 2.5rem;
	--digit-h: 3.75rem;
	--seg: 0.25rem;
	--gap: 0.5625rem;
	--seg-on: #3A3A3A;
	--seg-off: #D6D6D6;
	background-color: #F7F7F7;
	border: 1px solid #D9D9D9;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0.125rem rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	height: 3.75rem;
	height: var(--digit-h);
	padding-bottom: 0.625rem;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	padding-top: 0.625rem;
	position: relative;
	width: 2.5rem;
	width: var(--digit-w);
}

.p-mv__digits.--sub {
	bottom: 1.8125rem;
	gap: 0.14375rem;
	left: 14.5rem;
}

.p-mv__digits.--sub::before {
	background: url(../images/hand.webp) center center/contain no-repeat;
	content: "";
	height: 1.4375rem;
	position: absolute;
	right: -1rem;
	top: 0.125rem;
	width: 1.625rem;
	z-index: 1;
}

.p-mv__digits.--sub .p-mv__digit {
	--digit-w: 1.5625rem;
	--digit-h: 2.305625rem;
	--seg: 0.125rem;
	--gap: 0.375rem;
	border-radius: 0.0625rem;
	padding-bottom: 0.375rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 0.375rem;
}

.p-mv__digit .seg {
	background-color: var(--seg-off);
	opacity: 0.25;
	position: absolute;
	transform: translateZ(0);
}

.p-mv__digit .seg-a,
.p-mv__digit .seg-d,
.p-mv__digit .seg-g {
	height: var(--seg);
	left: var(--gap);
	right: var(--gap);
}

.p-mv__digit .seg-a {
	-webkit-clip-path: polygon(6% 0%, 94% 0%, 80% 100%, 20% 100%);
	clip-path: polygon(6% 0%, 94% 0%, 80% 100%, 20% 100%);
}

.p-mv__digit .seg-d {
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.p-mv__digit .seg-g {
	-webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
	clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
	margin-left: calc(var(--digit-w) * 0.05);
	width: calc(var(--digit-w) * 0.4);
}

.p-mv__digit .seg-a {
	top: var(--gap);
}

.p-mv__digit .seg-g {
	top: calc(50% - var(--seg) / 2);
}

.p-mv__digit .seg-d {
	bottom: var(--gap);
}

.p-mv__digit .seg-b,
.p-mv__digit .seg-c,
.p-mv__digit .seg-e,
.p-mv__digit .seg-f {
	-webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 88%, 50% 100%, 0% 88%);
	clip-path: polygon(0% 25%, 100% 0%, 100% 88%, 50% 100%, 0% 88%);
	height: calc(50% - var(--seg) - var(--gap));
	width: var(--seg);
}

.p-mv__digit .seg-c {
	transform: scale(1, -1);
}

.p-mv__digit .seg-e {
	transform: scale(-1, -1);
}

.p-mv__digit .seg-f {
	transform: scale(-1, 1);
}

.p-mv__digit .seg-b,
.p-mv__digit .seg-f {
	top: calc(var(--gap) + var(--seg) - 3%);
}

.p-mv__digit .seg-c,
.p-mv__digit .seg-e {
	bottom: calc(var(--gap) + var(--seg) - 3%);
}

.p-mv__digit .seg-b,
.p-mv__digit .seg-c {
	right: var(--gap);
}

.p-mv__digit .seg-e,
.p-mv__digit .seg-f {
	left: var(--gap);
}

.p-mv__digit[data-num="0"] .seg-a,
.p-mv__digit[data-num="0"] .seg-b,
.p-mv__digit[data-num="0"] .seg-c,
.p-mv__digit[data-num="0"] .seg-d,
.p-mv__digit[data-num="0"] .seg-e,
.p-mv__digit[data-num="0"] .seg-f,
.p-mv__digit[data-num="1"] .seg-b,
.p-mv__digit[data-num="1"] .seg-c,
.p-mv__digit[data-num="2"] .seg-a,
.p-mv__digit[data-num="2"] .seg-b,
.p-mv__digit[data-num="2"] .seg-g,
.p-mv__digit[data-num="2"] .seg-e,
.p-mv__digit[data-num="2"] .seg-d,
.p-mv__digit[data-num="3"] .seg-a,
.p-mv__digit[data-num="3"] .seg-b,
.p-mv__digit[data-num="3"] .seg-g,
.p-mv__digit[data-num="3"] .seg-c,
.p-mv__digit[data-num="3"] .seg-d,
.p-mv__digit[data-num="4"] .seg-f,
.p-mv__digit[data-num="4"] .seg-g,
.p-mv__digit[data-num="4"] .seg-b,
.p-mv__digit[data-num="4"] .seg-c,
.p-mv__digit[data-num="5"] .seg-a,
.p-mv__digit[data-num="5"] .seg-f,
.p-mv__digit[data-num="5"] .seg-g,
.p-mv__digit[data-num="5"] .seg-c,
.p-mv__digit[data-num="5"] .seg-d,
.p-mv__digit[data-num="6"] .seg-a,
.p-mv__digit[data-num="6"] .seg-f,
.p-mv__digit[data-num="6"] .seg-g,
.p-mv__digit[data-num="6"] .seg-c,
.p-mv__digit[data-num="6"] .seg-d,
.p-mv__digit[data-num="6"] .seg-e,
.p-mv__digit[data-num="7"] .seg-a,
.p-mv__digit[data-num="7"] .seg-b,
.p-mv__digit[data-num="7"] .seg-c,
.p-mv__digit[data-num="8"] .seg-a,
.p-mv__digit[data-num="8"] .seg-b,
.p-mv__digit[data-num="8"] .seg-c,
.p-mv__digit[data-num="8"] .seg-d,
.p-mv__digit[data-num="8"] .seg-e,
.p-mv__digit[data-num="8"] .seg-f,
.p-mv__digit[data-num="8"] .seg-g,
.p-mv__digit[data-num="9"] .seg-a,
.p-mv__digit[data-num="9"] .seg-b,
.p-mv__digit[data-num="9"] .seg-c,
.p-mv__digit[data-num="9"] .seg-d,
.p-mv__digit[data-num="9"] .seg-f,
.p-mv__digit[data-num="9"] .seg-g {
	background-color: var(--seg-on);
	opacity: 1;
}

.p-mv__unit {
	color: #2C70B7;
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 0.25rem;
}

.p-select {
	background-color: #2C70B7;
	margin-top: 1.875rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.p-select .l-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-select__cards {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
}

.p-select__card {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.9375rem;
}

.p-select__wrap {
	grid-gap: 0.625rem;
	align-items: flex-start;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 8.125rem 1fr;
}

.p-select__thumbnail {
	display: block;
}

.p-select__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 130/104;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-select__subTitle {
	color: #2C70B7;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4285714286;
}

.p-select__lead {
	color: #333;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.6666666667;
	margin-top: 0.3125rem;
}

.p-select__text {
	color: #333;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.p-select__btn {
	align-items: center;
	background-color: #E15105;
	border-radius: 2.8125rem;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	position: relative;
	width: 15.625rem;
}

.p-select__btn::before {
	-webkit-mask: url(../images/icon-arrow2.png) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 0.625rem;
	mask: url(../images/icon-arrow2.png) center center/contain no-repeat;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.p-tel {
	background-color: #F0F6FC;
	margin-top: -1px;
	padding-bottom: 6.25rem;
	padding-top: 2.5rem;
}

.p-tel__title {
	color: #2C70B7;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-tel__title::before {
	background: url(../images/thanks_01.webp) center center/contain no-repeat;
	content: "";
	height: 4.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 4.875rem;
}

.p-tel__title::after {
	background: url(../images/thanks_02.webp) center center/contain no-repeat;
	content: "";
	height: 4.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 4.875rem;
}

.p-tel__number {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #CF5655;
	display: flex;
	font-size: 2.25rem;
	font-weight: bold;
	gap: 0.8125rem;
	justify-content: center;
	margin-top: 1.1875rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
}

.p-tel__number::before {
	-webkit-mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	background-color: #CF5655;
	content: "";
	display: block;
	height: 1.625rem;
	mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	width: 1.625rem;
}

.p-tel__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.p-tel__text span {
	color: #CF5655;
	font-weight: 600;
}

body {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
}

.is-hide {
	display: none;
}

main {
	overflow: hidden;
}

.p-thanks {
	background-color: #F0F6FC;
	padding-top: 3.125rem;
	position: relative;
}

.p-thanks__box {
	border: 1px solid #2C70B7;
	border-radius: 0.3125rem;
	overflow: hidden;
}

.p-thanks__title {
	align-items: center;
	background-color: #2C70B7;
	color: #fff;
	display: flex;
	font-size: 1.1875rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.p-thanks__title::before,
.p-thanks__title::after {
	background: url(../images/kirakira.webp) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1.6875rem;
	width: 1.5rem;
}

.p-thanks__title::after {
	transform: scale(-1, 1);
}

.p-thanks__body {
	background-color: #fff;
	padding: 0.9375rem 1.25rem;
}

.p-thanks__lead {
	color: #2C70B7;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-thanks__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (max-width: 768px) {

html {
	font-size: 4.2666666667vw;
}

}


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