:root {
	--font-family-base: "Noto Sans JP", "Noto Sans", sans-serif;
	--font-family-second: "Noto Serif JP", "Noto Serif", serif;
	--font-family-num: "Inter", "Noto Sans JP", sans-serif;
}

:root {
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;
	--font-weight-black: 900;
}

:root {
	--black: #000;
	--white: #fff;
	--text-black: #000;
	--main-color: #013A95;
	--main-black: #585757;
	--main-red: #fe0901;
	--main-green: #038f1a;
	--main-orange: #FC5302;
}

:root {
	--z-index-header: 100;
	--z-index-to-top: 200;
	--z-index-drawer: 1000;
	--z-index-modal: 10000;
}

:root {
	--section-padding-block: calc(50 / 16 * 1rem);
	--padding-inline: 0.9375rem;
}

:root {
	--duration-short: 0.2s;
	--duration-base: 0.3s;
	--duration-long: 0.6s;
	--duration-fv: 0.7s;
	--ease-smooth-bounce: cubic-bezier(.48, .07, .33, .79);
}

body {
	color: var(--text-black);
	font-family: var(--font-family-base);
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応：ブラウザ幅に常時連続追従（min/maxなし） */

html {
	font-size: 4.1025641026vw;
}

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

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	word-wrap: anywhere;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-break: strict;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	overflow-wrap: anywhere;
	text-rendering: optimizeLegibility;
	word-break: normal;
}

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

ul,
ol {
	list-style: none;
}

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

a,
span,
button {
	display: inline-block;
}

small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

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

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

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

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	border: 0;
	clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

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

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

button {
	color: inherit;
}

a {
	-webkit-tap-highlight-color: transparent;
}

button {
	-webkit-tap-highlight-color: transparent;
}

.inner {
	margin-inline: auto;
	max-width: 31.25rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

.mv__img {
	height: auto;
}

.notice {
	background-color: #EAF6FF;
	padding-block: 0.625rem;
}

.notice__inner {
	margin-inline: auto;
	max-width: 31.25rem;
	padding-inline: 1.875rem;
	width: 100%;
}

.notice__text {
	font-size: 0.75rem;
	line-height: 1.5;
}

.notice__br {
	display: none;
}

.sec {
	width: 100%;
}

.sec__img {
	display: block;
	width: 100%;
}

.sec__img img {
	display: block;
	height: auto;
	width: 100%;
}

.footer__inner {
	margin-inline: auto;
	padding-inline: 0;
}

.footer-img-pc {
	height: auto;
	width: 100%;
}

.footer-img-sp {
	height: auto;
	width: 100%;
}

.footer__features {
	background-color: var(--white);
	border-top: 1px solid var(--main-color);
	margin-top: 1.25rem;
	padding: 0.625rem var(--padding-inline) 1.25rem;
}

.footer__features-list {
	display: grid;
	gap: 0.75rem 0.5rem;
	grid-template-columns: 1fr 1fr;
}

.footer__features-item {
	align-items: center;
	color: var(--main-color);
	display: flex;
	font-size: 0.875rem;
	font-weight: var(--font-weight-medium);
	gap: 0.5rem;
	justify-content: center;
	letter-spacing: 0.02em;
}

.footer__features-icon {
	-o-object-fit: contain;
	flex-shrink: 0;
	height: auto;
	object-fit: contain;
}

.footer__features-icon--consult {
	width: 1.5rem;
}

.footer__features-icon--same-day {
	width: 1.5rem;
}

.footer__features-icon--warranty {
	width: 1.375rem;
}

.footer__features-icon--credit {
	width: 1.75rem;
}

.header {
	background-color: var(--white);
	border-bottom: 1px solid var(--main-color);
	display: block;
	padding-block: 0.375rem;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	height: 4.875rem;
	padding-inline: 0.875rem;
	padding-inline: 1.5rem;
	width: 100%;
}

.header__logo {
	display: block;
	flex-shrink: 0;
}

.header__logo-name {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	line-height: 1;
}

.header__logo-en {
	color: var(--main-color);
	font-size: 2.375rem;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.02em;
}

.header__logo-jp {
	color: var(--main-color);
	display: inline-block;
	font-size: 1.125rem;
	font-weight: var(--font-weight-bold);
	margin-top: 0.3125rem;
}

.header__logo-tagline {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 0.375rem;
}

.header__contact {
	flex-shrink: 0;
	margin-left: auto;
}

.header__contact-info {
	font-size: 0.8125rem;
	font-weight: var(--font-weight-semibold);
	line-height: 1;
}

.header__contact-info-accent {
	color: var(--main-color);
}

.header__tel {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.header__tel-body {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.header__tel-icon {
	aspect-ratio: 414/402;
	flex-shrink: 0;
	height: auto;
	width: 2.625rem;
}

.header__tel-num {
	color: var(--main-color);
	font-size: 2.125rem;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.02em;
	line-height: 1;
}

.header__btns {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.625rem;
}

.header__btn {
	align-items: center;
	border-radius: 0.375rem;
	color: var(--white);
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	min-height: 3.625rem;
	padding: 0.5rem 0.75rem 0.5rem 0.3125rem;
	transition: opacity var(--duration-base);
	width: 11.625rem;
}

.header__btn--web {
	background-image: linear-gradient(to bottom, #ff9732 0%, #f47d18 55%, #E0660E 100%);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.header__btn--line {
	background-image: linear-gradient(to bottom, #61cf25 0%, #0db723 55%, #0DA82C 100%);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.header__btn-icon {
	flex-shrink: 0;
	height: auto;
	position: relative;
	top: -0.25rem;
	width: 2.0625rem;
}

.header__btn-text {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	line-height: 1;
}

.header__btn-main {
	font-size: 1.125rem;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.02em;
}

.header__btn-sub {
	font-size: 0.8125rem;
	font-weight: var(--font-weight-medium);
	letter-spacing: 0.02em;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

.header__btn:hover {
	opacity: 0.85;
}

}

@media (min-width: 767px) {

:root {
	--padding-inline: 1.875rem;
	--section-padding-block: calc(100 / 16 * 1rem);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-mobile-inline {
	display: none;
}

html {
	font-size: 1.1111111111vw;
}

.inner {
	max-width: 70.625rem;
	padding-inline: 0.9375rem;
}

.mv__img-sp {
	display: none;
}

.notice {
	padding-block: 1.25rem;
}

.notice__inner {
	max-width: 70.625rem;
	padding-inline: 0.9375rem;
}

.notice__text {
	font-size: 1rem;
	text-align: center;
}

.notice__br {
	display: inline;
}

.footer__inner {
	padding-inline: calc(var(--padding-inline) - 0.625rem);
}

.footer-img-sp {
	display: none;
}

.footer__features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	justify-content: center;
}

.footer__features-item {
	font-size: 0.9375rem;
	gap: 0.625rem;
}

.footer__features-icon--consult {
	width: 1.75rem;
}

.footer__features-icon--same-day {
	width: 1.75rem;
}

.footer__features-icon--warranty {
	width: 1.625rem;
}

.footer__features-icon--credit {
	width: 2rem;
}

}

@media (max-width: 767px) {

.mv__img-pc {
	display: none;
}

.footer-img-pc {
	display: none;
}

.header__inner {
	height: 3.25rem;
	padding-inline: 0.875rem;
}

.header__logo-en {
	font-size: 1.5rem;
}

.header__logo-jp {
	font-size: 0.875rem;
}

.header__logo-tagline {
	font-size: 0.625rem;
}

.header__contact {
	display: none;
}

.header__btns {
	display: none;
}

}

