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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-en {
	font-family: "Poppins", sans-serif;
}

body {
	color: #010002;
}

.u-blue {
	color: #0171BD;
}

.u-orange {
	color: #E68F50;
}

.u-yellow {
	color: #F6E601;
}

.u-green {
	color: #2A9D50;
}

.u-white {
	color: #fff;
}

summary::marker {
	content: "";
}

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

details summary {
	list-style: none;
}

html {
	font-size: 16px;
}

/* 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;
	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;
	height: auto;
	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 {
	align-items: center;
	background-color: #F1FDFF;
	border: 1px solid #1FAFC1;
	border-radius: 3.125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
	color: #1FAFC1;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 4.875rem;
	justify-content: center;
	position: relative;
	transition: all 0.45s;
	width: 100%;
}

.c-btn--yellow {
	background-color: #FFFAEF;
}

.c-btn.js-megamenu-btn::before {
	-webkit-mask: url(../images/tab-arrow.svg) center center/contain no-repeat;
	background-color: #1FAFC1;
	content: "";
	height: 0.5625rem;
	mask: url(../images/tab-arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.9375rem;
}

.c-btn.is-active {
	background-color: #0171BD;
	color: #fff;
}

.c-btn.is-active::before {
	background-color: #fff;
}

.c-btn:hover {
	opacity: 0.8;
}

.p-nav__unit.is-open .c-btn,
.c-btn--yellow.is-active {
	background-color: #D4F0F4;
	color: #1FAFC1;
}

.p-nav__unit.is-open .c-btn::before,
.c-btn--yellow.is-active::before {
	background-color: #1FAFC1;
	transform: translateY(-50%) rotate(180deg);
}

.c-lead {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	position: relative;
}

.c-lead span {
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: bold;
}

.c-lead span.u-en {
	font-weight: 600;
}

.c-lead--big span.u-en,
.c-lead--big span.u-bold {
	font-size: 1.875rem;
}

.c-lead::after {
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	max-width: 100%;
}

.c-lead.blue::after,
.c-lead:has(span.u-blue)::after {
	background-color: #0171BD;
}

.c-lead:has(span.u-green)::after {
	background-color: #2A9D50;
}

.c-lead:has(span.u-orange)::after {
	background-color: #E68F50;
}

.c-lead:has(span.u-yellow)::after {
	background-color: #F6E601;
}

.c-lead em {
	font-style: normal;
}

.c-text {
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.c-bigText {
	font-size: 2rem;
	line-height: 1.4375;
}

.l-chance {
	margin-top: 5rem;
}

.l-bottom {
	margin-top: 5.625rem;
	padding-bottom: 11.6875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(75rem + 50px);
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	background: linear-gradient(135deg, #EAF6FA, #97D1E4);
}

.fadeIn {
	opacity: 0;
	transform: translateY(20%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.popUp {
	transform: translateY(20%) scale(0);
}

.fadeIn.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fadeIn.popUp.is-active {
	transform: translateY(0) scale(1);
}

.p-article__blocks {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 100%;
}

.p-article__block {
	position: relative;
}

.p-article__block:has(.p-megaMenu) {
	z-index: 1;
}

.p-article__block:not(:has(.p-article__bnr)) .p-article__title:not(.c-lead--big) {
	display: none;
}

.p-article__block .p-article__bnrs:not(:has(.p-article__bnr)) {
	display: none;
}

.p-article__title + .p-article__title {
	margin-top: 1.5rem;
}

.p-article__subTitle {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 1.875rem;
	position: relative;
}

.p-article__subTitle.c-lead:has(span.u-bold) {
	padding-bottom: 0;
}

.p-article__subTitle.c-lead span.u-bold {
	font-size: 1.875rem;
	line-height: 1.4583333333;
	position: relative;
}

.p-article__subTitle::before {
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 0.5rem;
}

.p-article__subTitle.blue::before {
	background-color: #0171BD;
}

.p-article__subTitle.sky::before {
	background-color: #44BFCF;
}

.p-article__subTitle.yellow::before {
	background-color: #F6E601;
}

.p-article__subTitle.orange::before {
	background-color: #E68F50;
}

.p-article__subTitle.green::before {
	background-color: #2A9D50;
}

.p-article__bnrs {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 100%;
	margin-top: 2rem;
}

.p-article__bnrs--col2 {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-article__bnrs--col4 {
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-article__bnrs--col4 .p-article__img {
	border-radius: 0.625rem;
}

.p-article__bnr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-article__bnr a {
	display: block;
	transition: all 0.45s;
}

.p-article__img {
	border-radius: 2.5rem;
	box-shadow: 0 0.25rem 1.25rem rgba(234, 115, 52, 0.2);
	overflow: hidden;
}

.p-footer {
	background: url(../images/bg_footer.webp) center center/cover no-repeat;
	color: black;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.p-footer__box {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 59.875rem;
	padding-bottom: 4rem;
	padding-top: 2.6875rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.9375rem;
}

.p-footer__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.0555555556;
	margin-top: 0.125rem;
	text-align: center;
}

.p-footer__text {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.7222222222;
	margin-top: 1.5rem;
	text-align: center;
}

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

.p-footer__text2 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	text-align: center;
}

.p-footer__btns {
	grid-gap: 1.375rem;
	align-items: center;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 14.0625rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 32.25rem;
}

.p-footer__btn a {
	transition: all 0.45s;
}

.p-footer__link {
	margin-top: 0.4375rem;
}

.p-footer__link a {
	align-items: center;
	border: 2px solid #8D3C9A;
	border-radius: 0.625rem;
	color: #8D3C9A;
	color: #8D3C9A;
	display: flex;
	font-size: 1.25rem;
	font-size: 1.25rem;
	font-weight: 600;
	font-weight: 600;
	height: 4.6875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.45s;
	width: 32.25rem;
}

.p-footer__link a::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	background-color: #8D3C9A;
	content: "";
	height: 0.9375rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 2.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.5625rem;
}

.p-footer__wrap {
	grid-gap: 2.9375rem;
	align-items: center;
	display: grid;
	gap: 2.9375rem;
	grid-template-columns: 13.875rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 33.0625rem;
}

.p-footer__tag {
	background-color: #000;
	border-radius: 0.4375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__lists {
	list-style: disc;
	margin-left: 1.5em;
	margin-top: 0.625rem;
}

.p-footer__list {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
}

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

.p-article__smallTitle img {
	display: inline-block;
	margin-right: 0.4375rem;
	vertical-align: middle;
	width: 3.25rem;
}

.p-article__btn {
	margin-top: 0.8125rem;
	text-align: center;
}

.p-article__btn a {
	background: linear-gradient(to right, #0086DB, #00E1BE);
	border-radius: 2.1875rem;
	box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.44;
	padding-bottom: 1rem;
	padding-left: 4.1875rem;
	padding-right: 4.1875rem;
	padding-top: 1rem;
	position: relative;
}

.p-article__btn a::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.6875rem;
}

.l-faq {
	background-color: #E6EDEF;
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.p-faq__title {
	font-size: 3rem;
	line-height: 1.4583333333;
}

.p-faq__blocks {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 55rem;
}

.p-faq__block {
	border-radius: 0.625rem;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.p-faq__q {
	cursor: pointer;
}

.p-faq__a,
.p-faq__q {
	grid-gap: 1.5rem;
	align-items: center;
	background-color: #fff;
	color: #0171BD;
	display: grid;
	font-size: 1rem;
	font-weight: bold;
	gap: 1.5rem;
	grid-template-columns: 2.25rem 1fr;
	line-height: 1.5;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 4rem;
	padding-top: 1rem;
	position: relative;
	transition: all 0.45s;
}

.p-faq__a {
	padding-right: 1.5rem;
}

.p-faq__a {
	color: #010002;
	font-weight: bold;
	line-height: 1.8;
}

.p-faq__a::before,
.p-faq__q::before {
	align-items: center;
	background-color: #0171BD;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	height: 2.25rem;
	justify-content: center;
	transition: all 0.45s;
	width: 2.25rem;
}

.p-faq__q::before {
	content: "Q";
}

.p-faq__a::before {
	content: "A";
}

.p-faq__icon {
	display: block;
	height: 1rem;
	position: absolute;
	right: 1.5rem;
	width: 1rem;
}

.p-faq__icon::before,
.p-faq__icon::after {
	background-color: #999;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.45s;
	width: 1rem;
}

.p-faq__icon::after {
	transform: rotate(90deg);
}

.p-faq__block.is-opened .p-faq__q {
	background-color: #0171BD;
	color: #fff;
}

.p-faq__block.is-opened .p-faq__q::before {
	background-color: #fff;
	color: #0171BD;
}

.p-faq__block.is-opened .p-faq__icon::before,
.p-faq__block.is-opened .p-faq__icon::after {
	background-color: #fff;
}

.p-faq__block.is-opened .p-faq__icon::after {
	transform: rotate(0deg);
}

.p-faq__content {
	overflow: hidden;
}

.p-main {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-main__block {
	background-color: #fff;
	border-radius: 2.5rem;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, max-height 0.45s ease, padding-top 0.45s ease, padding-bottom 0.45s ease, visibility 0.3s ease;
	visibility: hidden;
}

.p-main__block.is-active {
	max-height: 312.5rem;
	opacity: 1;
	padding-bottom: 5rem;
	padding-top: 5rem;
	pointer-events: auto;
	visibility: visible;
}

.p-main__block.is-active + .p-main__block.is-active {
	margin-top: 5rem;
}

.p-main__title {
	align-items: center;
	background-color: #0171BD;
	display: flex;
	font-size: 2rem;
	gap: 1.3125rem;
	justify-content: center;
	line-height: 1.5;
	margin-bottom: 2rem;
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
}

.p-main__title span {
	display: inline-block;
	font-weight: 600;
}

.p-main__figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 61.875rem;
}

.p-main__todo {
	margin-bottom: 5.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	max-width: 60.75rem;
}

.p-main__article {
	margin-top: 3rem;
}

.p-main__article + .p-main__article {
	margin-top: 5rem;
}

.p-megaMenu {
	left: 0;
	max-width: 100%;
	opacity: 0;
	padding-top: 1.1875rem;
	pointer-events: none;
	position: absolute;
	transform: translateY(-1rem);
	transition: all 0.45s;
	visibility: hidden;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 100;
}

.p-nav__unit:nth-child(3n) .p-megaMenu {
	left: auto;
	right: 0;
}

.p-nav__unit:nth-child(3n+2) .p-megaMenu,
.p-nav__unit:last-child:not(:nth-child(3n)) .p-megaMenu {
	margin: auto;
	right: 0;
}

.p-megaMenu__inner {
	align-items: flex-start;
	background-color: #0171BD;
	border-radius: 1.375rem;
	display: flex;
	gap: 1rem;
	max-width: 100%;
	padding: 1.6875rem 1.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-megaMenu__title {
	display: flex;
	flex-shrink: 0;
	font-size: 1.375rem;
	line-height: 1.5;
}

.p-megaMenu__title::before {
	content: "・";
	display: block;
}

.p-megaMenu__links {
	grid-gap: 1.25rem;
	border-left: 1px solid #fff;
	display: grid;
	flex: 1;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(10.625rem, 10.625rem));
	max-width: 48.75rem;
	min-width: 0;
	padding-left: 1.25rem;
}

.p-megaMenu__links:has(> .p-megaMenu__link:last-child:nth-child(3n)) {
	grid-template-columns: repeat(3, minmax(10.625rem, 10.625rem));
	max-width: 36.875rem;
}

.p-megaMenu__link {
	max-width: 10.625rem;
	width: 100%;
}

.p-megaMenu__link a {
	display: block;
	transition: all 0.45s;
}

.p-megaMenu__img {
	align-items: center;
	aspect-ratio: 170/100;
	display: flex;
	justify-content: center;
}

.p-megaMenu__img img {
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	transition: all 0.45s;
}

.p-megaMenu__text {
	border-bottom: 1px solid #fff;
	font-size: 1.0625rem;
	line-height: 1.4705882353;
	margin-top: 0.75rem;
}

.p-mv h1 {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

.p-nav {
	background-color: #F4F4F4;
	border-radius: 2.5rem;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 1.5rem;
}

.p-nav__units {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 1.875rem;
	justify-content: center;
	position: relative;
}

.p-nav__unit {
	width: calc(33.3333333333% - 1.25rem);
}

.p-nav__btn.js-megamenu-btn::after {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #0171BD;
	bottom: -0.3125rem;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 1.1875rem;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.45s;
	width: 1.1875rem;
	z-index: 1;
}

.p-nav__unit.is-open .p-nav__btn::after {
	opacity: 1;
}

.p-nav__unit.is-open .p-megaMenu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.l-pickup {
	margin-bottom: 0.8125rem;
	margin-top: 1.25rem;
}

.p-pickup {
	overflow: hidden;
}

.p-pickup__slider {
	transition-delay: 0.75s !important;
}

.p-pickup__slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
}

.p-pickup__slider .splide__slide {
	display: block;
	transition: all 0.45s;
	width: 22.5rem;
}

.p-pickup__bnr img {
	-o-object-fit: cover;
	aspect-ratio: 360/180;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-todo {
	border: 0.5rem solid #D2EBF3;
	border-radius: 1.125rem;
	padding-bottom: 5.625rem;
	padding-left: 6.875rem;
	padding-right: 6.875rem;
	padding-top: 4.6875rem;
	position: relative;
}

.p-todo::before {
	background: url(../images/todo_img_01.webp) center center/contain no-repeat;
	content: "";
	height: 18.75rem;
	left: 1.0625rem;
	position: absolute;
	top: -3.5625rem;
	width: 60rem;
}

.p-todo::after {
	background: url(../images/todo_img_02.webp) center center/contain no-repeat;
	bottom: -3rem;
	content: "";
	height: 14.8125rem;
	left: -0.75rem;
	position: absolute;
	width: 62rem;
}

.p-todo__title {
	font-size: 2.25rem;
	line-height: 1.4722222222;
	text-align: center;
}

.p-todo__lists {
	counter-reset: number 0;
	margin-top: 3.375rem;
}

.p-todo__list {
	border-bottom: 1px solid #CFCFCF;
	display: grid;
	font-size: 1.625rem;
	font-weight: bold;
	grid-template-columns: 2.5625rem 1fr;
	line-height: 1.4615384615;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.p-todo__list::before {
	content: counter(number) ".";
	counter-increment: number 1;
	display: block;
	text-align: center;
}

.p-want {
	background: url(../images/bg_want.webp) center center/cover no-repeat;
	padding-bottom: 4.6875rem;
	padding-top: 4.375rem;
}

.p-want__title {
	font-size: 3rem;
	line-height: 1.4583333333;
	margin-top: 0.5rem;
}

.p-want__nav {
	grid-gap: 2.5rem 1.875rem;
	background-color: #fff;
	border: 0.25rem solid #44BFCF;
	border-radius: 2.5rem;
	display: grid;
	gap: 2.5rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.375rem;
	padding-bottom: 4rem;
	padding-left: 4.625rem;
	padding-right: 4.625rem;
	padding-top: 4rem;
}

.u-text-center {
	text-align: center;
}

.u-bold {
	font-weight: bold;
}

@media (hover: hover) {

.c-btn--yellow:hover {
	background-color: #D4F0F4;
}

.c-btn--yellow:hover::before {
	transform: translateY(-50%) rotate(180deg);
}

.p-article__bnr a:hover {
	opacity: 0.8;
}

.p-footer__btn a:hover {
	opacity: 0.8;
}

.p-footer__link a:hover {
	background-color: #8D3C9A;
	color: #fff;
}

.p-footer__link a:hover::before {
	background-color: #fff;
}

.p-article__btn a:hover::after {
	right: 0.75rem;
}

.p-megaMenu__link a:hover .p-megaMenu__img img {
	filter: brightness(115%);
}

.p-nav__unit:hover .p-nav__btn::after {
	opacity: 1;
}

.p-nav__unit:hover .p-megaMenu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-pickup__slider .splide__slide:hover {
	opacity: 0.8;
}

}

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

.u-mobile {
	display: none !important;
}

}

@media (max-width: 1920px) {

html {
	font-size: 0.8333333333vw;
}

}

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

.u-desktop {
	display: none !important;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 0.875rem;
	height: 3.3125rem;
}

.c-btn.js-megamenu-btn::before {
	height: 0.5rem;
	right: 0.625rem;
	width: 0.8125rem;
}

.c-lead {
	gap: 0.875rem;
}

.c-lead span.pc {
	display: none;
}

.c-lead.green::after {
	background-color: #2A9D50;
}

.c-lead:has(span.u-bold) {
	padding-bottom: 1.875rem;
}

.c-lead span.u-bold {
	bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	position: absolute;
}

.c-text {
	font-size: 1rem;
}

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

.l-chance {
	margin-top: 2rem;
}

.l-bottom {
	margin-top: 2rem;
	padding-bottom: 3.3125rem;
}

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

.p-article__subTitle {
	align-items: center;
	display: flex;
	font-size: 1rem;
	line-height: 1.4375;
	min-height: 2.4375rem;
}

.p-article__subTitle.c-lead span.u-bold {
	font-size: 1.5rem;
}

.p-article__bnrs {
	gap: 0.5rem;
}

.p-article__bnrs--col2 {
	gap: 0.5rem;
	grid-template-columns: 100%;
}

.p-article__bnrs--col2:has(.p-article__subTitle) {
	gap: 2.5rem;
}

.p-article__bnrs--col4 {
	gap: 0.5rem 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-article__bnrs--col4 .p-article__img {
	border-radius: 0.3125rem;
}

.p-article__img {
	border-radius: 0.3125rem;
	box-shadow: 0 0.125rem 0.625rem rgba(234, 115, 52, 0.2);
}

.p-footer {
	background-image: url(../images/bg_footer_sp.webp);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-footer__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-footer__box {
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

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

.p-footer__title {
	display: none;
}

.p-footer__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
}

.p-footer__install {
	margin-top: 1rem;
}

.p-footer__text2 {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857143;
}

.p-footer__btns {
	gap: 0.5rem;
	grid-template-columns: 8.25rem 1fr;
	margin-top: 1rem;
	max-width: 18.75rem;
}

.p-footer__link a {
	border-radius: 0.375rem;
	border-width: 1px;
	font-size: 0.875rem;
	height: 2.75rem;
	width: 18.625rem;
}

.p-footer__link a::before {
	right: 1.3125rem;
}

.p-footer__wrap {
	gap: 0.8125rem;
	grid-template-columns: 8rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 18.75rem;
}

.p-footer__tag {
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	padding: 0.4375rem;
}

.p-footer__lists {
	margin-left: 1em;
	margin-top: 0.3125rem;
}

.p-footer__list {
	line-height: 1.5;
}

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

.p-article__smallTitle img {
	margin-right: 0.375rem;
	width: 2rem;
}

.p-article__btn {
	margin-top: 0.6875rem;
}

.p-article__btn a {
	font-size: 1.375rem;
	padding-bottom: 0.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.8125rem;
	width: 100%;
}

.l-faq {
	padding-top: 5rem;
}

.p-faq__title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
	margin-top: 0.25rem;
}

.p-faq__blocks {
	gap: 1.5rem;
}

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

.p-main__block {
	border-radius: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-main__block.is-active {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-main__block.is-active + .p-main__block.is-active {
	margin-top: 3.75rem;
}

.p-main__title {
	flex-direction: column;
	font-size: 1.75rem;
	gap: 0;
	line-height: 1.4642857143;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
	text-align: center;
}

.p-main__title span {
	font-size: 2rem;
	line-height: 1;
}

.p-main__todo {
	margin-bottom: 3.625rem;
	margin-top: 3.625rem;
}

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

.p-main__article + .p-main__article {
	margin-top: 2.5rem;
}

.p-megaMenu {
	padding-top: 1.875rem;
}

.p-megaMenu__inner {
	display: block;
	padding-bottom: 1.6875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.6875rem;
}

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

.p-megaMenu__links {
	border-left: none;
	border-top: 1px solid #fff;
	gap: 0.625rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
	padding-left: 0;
	padding-top: 1.625rem;
}

.p-megaMenu__links:has(> .p-megaMenu__link:last-child:nth-child(3n)) {
	grid-template-columns: repeat(2, 1fr);
	max-width: 100%;
}

.p-megaMenu__img {
	aspect-ratio: 120/75;
}

.p-megaMenu__text {
	font-size: 0.625rem;
	line-height: 1.5;
}

.p-nav {
	border-radius: 0.625rem;
	margin-top: 1.5rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
}

.p-nav__units {
	gap: 1rem 0.5rem;
}

.p-nav__unit {
	width: calc(50% - 0.25rem);
}

.p-nav__btn.c-btn {
	height: 2.4375rem;
}

.p-nav__btn.c-btn::before {
	height: 0.25rem;
	right: 0.5rem;
	width: 0.5rem;
}

.p-nav__btn.js-megamenu-btn::after {
	bottom: -1.5rem;
}

.l-pickup {
	margin-bottom: 1.375rem;
}

.p-pickup__slider .splide__slide {
	width: 14.1875rem;
}

.p-pickup__bnr img {
	aspect-ratio: 227/114;
	border-radius: 0.75rem;
}

.p-todo {
	border-radius: 0.375rem;
	border-width: 0.1875rem;
	padding-bottom: 2.5rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	padding-top: 1.5rem;
}

.p-todo::before {
	background-image: url(../images/todo_img_01_sp.webp);
	height: 6.125rem;
	left: -0.1875rem;
	top: -1.125rem;
	width: 19.875rem;
}

.p-todo::after {
	background-image: url(../images/todo_img_02_sp.webp);
	bottom: -1.1875rem;
	height: 5.5625rem;
	left: -0.25rem;
	width: 19.5625rem;
}

.p-todo__title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.p-todo__lists {
	margin-top: 1.125rem;
}

.p-todo__list {
	font-size: 0.9375rem;
	grid-template-columns: 1.4375rem 1fr;
	line-height: 1.4666666667;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.p-want {
	background-image: url(../images/bg_want_sp.webp);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-want__title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
	margin-top: 0.5625rem;
}

.p-want__subTitle {
	margin-top: 0.25rem;
}

.p-want__nav {
	border-radius: 1.25rem;
	gap: 1rem;
	grid-template-columns: 100%;
	margin-top: 1.0625rem;
	padding-bottom: 2.5rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 2.5rem;
}

}

@media (max-width: 767px) {

html {
	font-size: 16px;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}

